  body {
    color: #333333;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    outline: none !important;
    text-decoration: none !important;
  }


  /* Starts General  */

  a {
    text-decoration: none !important;
    color: #333333;
  }


  /* Ends General  */

  /*Starts Header Section*/

  .header-top {
    background: #18a0ee;
    padding: 12px 0;
  }

  .help-desk p {
    margin: 0;
    color: #fff;
  }

  .help-desk p a {
    border-left: 1px solid #fff;
    color: #fff;
    margin-left: 5px;
    padding-bottom: 2px;
  }

  .help-desk p a .fa {
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    margin-right: 10px;
  }

  .header-top .help-desk ul li .fa {
    margin-right: 15px;
    font-size: 20px;
    vertical-align: middle;
  }

  .header-data-social p {
    border-right: 1px solid #fff;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    padding-right: 8px;
    vertical-align: top;
  }

  .header-data-social ul.social {
    display: inline-block;
    font-size: 0;
    margin: 0;
    padding-left: 5px;
    vertical-align: top;
  }

  .header-data-social ul.social li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
  }

  .header-data-social ul.social li a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 22px;
  }

  .header-data-social ul.social li a i {
    color: #fff;
  }

  .header-data-social ul.social li.linkedin a {
    background-color: #0077B5;
  }

  .header-data-social ul.social li.twitter a {
    background-color: #55acee;
  }

  .header-bottom {
    padding: 15px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }

  .navbar-toggle {
    display: none;
  }

  .header-bottom nav {
    background: #fff none repeat scroll 0 0;
    border-bottom: 0 none;
    margin: 0;
    padding: 0;
  }

  .header-bottom .navbar-brand {
    height: auto;
    padding: 0;
  }

  .header-bottom .navbar-nav {
    float: right;
    margin: 15px 0;
  }

  .header-bottom .navbar-nav li a {
    color: #4a4a4a;
    font-weight: bold;
    margin-right: 12px;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }

  .header-bottom .navbar-nav li a:hover {
    color: #43d3e8;
  }

  .header-bottom .navbar-nav li:last-child a {
    margin-right: 0;
  }

  .header-bottom.sticky {
    position: fixed;
    font-size: 24px;
    line-height: 48px;
    height: 48px; 
    width: 100%;
    background: #efc47D;
    text-align: left;
    padding-left: 20px;
  }

  /*Ends Header Section*/

  /* Starts Banner */

  .banner ul {
    margin: 0;
  }

  .tit {
    font: 400 1rem 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: center;
  }

  .top {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
  }

  .owl-carousel .owl-stage-outer {
    width: 100%;
  }

  .slide {
    list-style-type: none;
    padding: 0;
  }

  .slide__item {
    position: relative;
  }

  .slide-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }

  .slide-caption__title {
    font-size: 50px;
    font-weight: normal;
    line-height: 52px;
    text-shadow: 1px 0 2px rgba(87, 87, 87, 1);
    -webkit-text-shadow: 1px 0 2px rgba(87, 87, 87, 1);
    -moz-text-shadow: 1px 0 2px rgba(87, 87, 87, 1);
    -ms-text-shadow: 1px 0 2px rgba(87, 87, 87, 1);
    -o-text-shadow: 1px 0 2px rgba(87, 87, 87, 1);
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
  }

  .owl-item.active .slide-caption__title {
    -webkit-animation: 1s .2s fadeInUp both;
    -moz-animation: 1s .2s fadeInUp both;
    -ms-animation: 1s .2s fadeInUp both;
    -o-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
  }

  .owl-item.active .slide-caption__desc {
    -webkit-animation: 1s .6s fadeInUp both;
    -moz-animation: 1s .6s fadeInUp both;
    -ms-animation: 1s .6s fadeInUp both;
    -o-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
    position: relative;
  }

  .owl-item.active .btn {
    -webkit-animation: 1s .9s flipInX both;
    -moz-animation: 1s .9s flipInX both;
    -ms-animation: 1s .9s flipInX both;
    -o-animation: 1s .9s flipInX both;
    animation: 1s .9s flipInX both;
  }

  .slide-caption__desc {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 0;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: 1px 0 2px rgba(87, 87, 87, 1);
  }

  .banner .owl-prev {
    color: #333 !important;
    font-size: 58px !important;
    left: 10px;
    line-height: 44px !important;
    margin: 0 !important;
    opacity: 0.3;
    padding: 0 !important;
    position: absolute;
    top: 42%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    outline: none !important;
  }

  .banner .owl-next:hover, .banner .owl-prev:hover {
    opacity: 1;
  }

  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
  }

  .banner .owl-next {
    color: #333 !important;
    font-size: 58px !important;
    right: 10px;
    line-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 42%;
    opacity: 0.3;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    outline: none !important;
  }

  .banner .owl-dots {
    bottom: 0;
    left: 50%;
    position: absolute;
    right: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }

  .banner .owl-dots .owl-dot.active span {
    background: #0166B3;
  }

  .banner .owl-dots .owl-dot {
    display: inline-block;
  }

  .banner .owl-dots .owl-dot span {
    background: #026ba7;
    display: block;
    height: 5px;
    margin: 5px 7px;
    width: 32px;
    border: 1px solid #fff;
  }

  /* Ends Banner */

  /*Starts Body Section*/

  .welcome-section {
    padding: 50px 0;
  }

  .welcome-section h1 {
    font-size: 30px;
    margin: 0 0 25px;
    text-align: center;
  }

  .welcome-section p {
    margin: 0;
    text-align: center;
  }

  .service-box .tile {
    border: 1px solid #eeeeee;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    min-height: 310px;
  }

  .service-box .tile img {
    width: 80px;
  }

  /*Ends Body Section*/

  /*Starts Testimonials*/

  .testimonial-section2{
    /*height: 600px;*/
    position: relative;
    padding: 0;
  }

  .testimonials {
    background: #f2f2f2 none repeat scroll 0 0;
    margin-top: 55px;
    padding: 50px 0;
  }

  .testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
  }

  .testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
  }

  .testim .arrow:before {
    cursor: pointer;
  }

  .testim .arrow:hover {
    color: #2b288d;
  }


  .testim .arrow.left {
    left: 10px;
  }

  .testim .arrow.right {
    right: 10px;
  }

  .testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
  }

  .testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
  }

  .testim .dots .dot.active,
  .testim .dots .dot:hover {
    background: #2b288d;
    border-color: #2b288d;
  }

  .testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
  }

  .testim .cont {
    position: relative;
    overflow: hidden;
  }

  .testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
  }

  .testim .cont > div.inactive {
    opacity: 1;
  }


  .testim .cont > div.active {
    position: relative;
    opacity: 1;
  }


  .testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #ccc;
    padding: 5px;
  }

  .testim .cont div .h4 {
    color: #2b288d;
    font-size: 1.2em;
    margin: 15px 0;
  }

  .testim .cont div p {
    font-size: 1.15em;
    color: #333333;
    width: 80%;
    margin: auto;
  }

  .testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
  }

  .testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
  }

  .testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
  }

  .testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
  }

  .testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
  }

  .testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
  }

  @-webkit-keyframes testim-scale {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
      -webkit-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
      -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
      -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }

  @-moz-keyframes testim-scale {
    0% {
      -moz-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
      -moz-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
      -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
      -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }

  @-ms-keyframes testim-scale {
    0% {
      -ms-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
      -ms-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
      -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
      -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }

  @-o-keyframes testim-scale {
    0% {
      -o-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
      -o-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
      -o-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
      -o-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }

  @keyframes testim-scale {
    0% {
      box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
      box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
      box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
      box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }

  @-webkit-keyframes testim-content-in {
    from {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
    
    to {
      opacity: 1;
      -webkit-transform: translateY(0);        
      transform: translateY(0);        
    }
  }

  @-moz-keyframes testim-content-in {
    from {
      opacity: 0;
      -moz-transform: translateY(100%);
      transform: translateY(100%);
    }
    
    to {
      opacity: 1;
      -moz-transform: translateY(0);        
      transform: translateY(0);        
    }
  }

  @-ms-keyframes testim-content-in {
    from {
      opacity: 0;
      -ms-transform: translateY(100%);
      transform: translateY(100%);
    }
    
    to {
      opacity: 1;
      -ms-transform: translateY(0);        
      transform: translateY(0);        
    }
  }

  @-o-keyframes testim-content-in {
    from {
      opacity: 0;
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
    
    to {
      opacity: 1;
      -o-transform: translateY(0);        
      transform: translateY(0);        
    }
  }

  @keyframes testim-content-in {
    from {
      opacity: 0;
      transform: translateY(100%);
    }
    
    to {
      opacity: 1;
      transform: translateY(0);        
    }
  }

  @-webkit-keyframes testim-content-out {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    
    to {
      opacity: 0;
      -webkit-transform: translateY(-100%);        
      transform: translateY(-100%);        
    }
  }

  @-moz-keyframes testim-content-out {
    from {
      opacity: 1;
      -moz-transform: translateY(0);
      transform: translateY(0);
    }
    
    to {
      opacity: 0;
      -moz-transform: translateY(-100%);        
      transform: translateY(-100%);        
    }
  }

  @-ms-keyframes testim-content-out {
    from {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    
    to {
      opacity: 0;
      -ms-transform: translateY(-100%);        
      transform: translateY(-100%);        
    }
  }

  @-o-keyframes testim-content-out {
    from {
      opacity: 1;
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    
    to {
      opacity: 0;
      transform: translateY(-100%);        
      transform: translateY(-100%);        
    }
  }

  @keyframes testim-content-out {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    
    to {
      opacity: 0;
      transform: translateY(-100%);        
    }
  }

  @-webkit-keyframes testim-show {
    from {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    
    to {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
    }
  }

  @-moz-keyframes testim-show {
    from {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
    }
    
    to {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
    }
  }

  @-ms-keyframes testim-show {
    from {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
    }
    
    to {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
    }
  }

  @-o-keyframes testim-show {
    from {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
    }
    
    to {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
    }
  }

  @keyframes testim-show {
    from {
      opacity: 0;
      transform: scale(0);
    }
    
    to {
      opacity: 1;
      transform: scale(1);       
    }
  }

  @-webkit-keyframes testim-hide {
    from {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
    }
    
    to {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @-moz-keyframes testim-hide {
    from {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
    }
    
    to {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
    }
  }

  @-ms-keyframes testim-hide {
    from {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
    }
    
    to {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
    }
  }

  @-o-keyframes testim-hide {
    from {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
    }
    
    to {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
    }
  }

  @keyframes testim-hide {
    from {
      opacity: 1;
      transform: scale(1);       
    }
    
    to {
      opacity: 0;
      transform: scale(0);
    }
  }

  @media all and (max-width: 300px) {
    body {
      font-size: 14px;
    }
  }

  @media all and (max-width: 500px) {
    .testim .arrow {
      font-size: 1.5em;
    }

    .testim .cont div p {
      line-height: 25px;
    }

  }

  /*Ends Testimonials*/

  .our-client {
    text-align: center;
  }

  .our-client .item img {
    border: 1px solid #ccc;
    display: block;
    height: 100px;
    margin: auto;
    padding: 5px;
    width: 100px;
  }

  .our-client .item {
    margin: 10px;
  }

  .our-client {
    border-top: 1px dashed #ccc;
    padding: 50px 0;
  }


  /*starts footer section*/

  .footer_section {
    padding: 60px 0;
    background: #202020;
  }

  .footer_section .footer-sec h3 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }

  .footer_section .footer-sec h3::after {
    background-color: #025fdf;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
  }

  .footer_section .footer-sec img {
    filter: invert(100%);
    width: 220px;
  }

  .footer_section .footer-sec p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    margin: 22px 0;
  }

  .footer-sec ul li .fa {
    color: #025fdf;
    margin-right: 8px;
  }

  .footer-sec address {
    margin-bottom: 0;
  }

  .footer-sec .continfo {
    color: #fff;
    float: left;
    line-height: 24px;
    width: calc(100% - 34px);
  }

  .footer-sec .continfo strong {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .footer-sec ul li {
    line-height: 30px;
    margin-top: 5px;
    font-size: 15px;
    color: #fff;
  }

  .ftcontact li {
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }

  .footer-sec ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }

  .ftcontact li i {
    color: #ec0000;
    float: left;
    font-size: 16px;
    margin-right: 0;
    padding-top: 5px;
    text-align: left;
    width: 20px;
    margin-right: 8px;
  }

  .footer-sec ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }

  .footer-sec ul li a:hover {
    color: #025fdf;
    text-decoration: none;
  }

  .footer-sec .social-box {
    margin-top: 25px;
  }

  .footer-sec .social-box ul li {
    display: inline-block;
  }

  .footer-sec .social-box ul li a {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    height: 40px;
    text-align: center;
    width: 40px;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .footer-sec.seconds {
    margin-left: 65px;
  }

  .footer-sec .social-box ul li a:hover {
    background: #025fdf none repeat scroll 0 0;
    text-decoration: none;
  }

  .footer-sec .social-box ul li a .fa {
    color: #025fdf;
    display: table;
    line-height: 38px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
  }

  .footer-sec .social-box ul li a:hover .fa {
    color: #fff;
  }

  .footer-sec .tweets a {
    color: #2a9f47;
  }

  .footer-sec .tweets a:hover {
    color: #fff;
  }

  .footer-sec .abt {
    color: #fff;
  }

  .footer-sec .abt:hover {
    color: #2a9f47;
  }

  .copyright {
    background: #151515 none repeat scroll 0 0;
    padding: 20px 0;
  }

  .copyright p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-align: center;
  }

  .copyright p span {
    margin: 0 10px;
  }

  .copyright p a {
    color: #025fdf;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    text-decoration: none;
  }

  .copyright p a:hover {
    color: #fff;
    text-decoration: none;
  }

  .scrollup {
    background-color: #025fdf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    bottom: 50px;
    display: none;
    height: 44px;
    line-height: 44px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 44px;
    bottom: 8px;
    outline: none;
    z-index: 999999;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
  }

  .scrollup:hover {
    background-color: #222222;
    outline: none;
  }


  .scrollup .fa {
    color: #fff;
    font-size: 18px;
    outline: none;
  }

  /*ends footer section*/

  

  
  

  



















































































































































  @media only screen and (max-width:767px) {
    .header-bottom .navbar-toggle {
      background: #025fdf;
      border: 0 none;
    }

    .header-bottom .navbar-nav {
      float: left;
    }
  }