@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Light.woff2') format('woff2'),
        url('../fonts/SegoeUI-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SegoeUIBold';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SegoeUISemibold';
    src: url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, input, button, select, textarea, body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
p{
    font-size: 15px;
}
.header{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 7px solid #008DF1;
}
.social-block{
    width:100%;
    display: block 

}
.social-block .pull-right{
    display: inline-block;
    width: 80%;
    text-align: right;
    
}
.pull-right{
    float: none !important;
}
.phone-top{
    width: 50%;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
    display: inline-block;
    vertical-align: top;
}
.support-btn{
    padding: 10px 30px;
    border: 2px solid #008DF1;
    vertical-align: bottom;
    color: #008DF1;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    -webkit-transition: all .3s linear .01s;
    -o-transition: all .3s linear .01s;
    transition: all .3s linear .01s;
}
.support-btn:hover, .support-btn:focus{
    text-decoration: none;
    color: #fff;
    background-color:#008DF1 ;
}
.support-btn i{
    color:  #008DF1;
}
.support-btn:hover i{
    color: #ffffff
}
.phone-top .call-us{
   display: block;
   font-family: "SegoeUIBold";

}

.phone-top .small-case{
    display: block;
    font-size: 11px;
    color: #A8A8A8;
    font-weight: normal;
}
.phone-top .large-case{
    display: block;
}
.phone-top .large-case a:hover{
   text-decoration: none;
}
.social-block .phone-top span a{
    font-size: 18px;
    font-weight: 600;
    color: #009cdf;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.social-block .phone-top span a:hover{
    text-decoration: none;
}
.logo{
    display: block;
    padding: 5px 0;
}
.social-block .pull-right ul{
    display: block;
}
.social-block .pull-right ul li{
    display: inline-block;
    list-style-type: none;
}
.social-block .pull-right ul li + li{
    margin-left: 20px;
}
.social-block .pull-right ul li a{
    font-size: 10px
}
.social-block .pull-right ul li a i{
    
    color: #000;
}

.dropdown-menu{
    padding:0;
    margin:0;
    border:0 solid  !important;
    border:0 solid rgba(0,0,0,.15);
    border-radius:0;
    -webkit-box-shadow:none!important;
    box-shadow:none!important
}
.header .mainmenu .dropdown-menu li a{
    font-size: 14px;
}
.testimonial-bg{
    background-image:url('https://cdn.shopify.com/s/files/1/2343/1837/t/37/assets/bg_testimonial.jpg?14599958852416160188');
    background-position:center;
    background-size:cover;
   
    position: relative;
}
.testimaonial-title{
    color: #282828;
    font-size:34px;
    font-family: "SegoeUIBold";
}
.testimaonial-subtitle{
    color: #5c5c5c;
    font-size:20px;
}
.testimonial-body > h4{
    font-size:16px;
    color: #282828;
}
.review{
    font-size:16px;
    color: #282828;
    margin-bottom:20px;
}
.review > a{
    color: #009cdf;
    text-transform:capitalize;
    text-decoration:none;
}
.author-name{
    color:#5c5c5c;
    font-size:16px;
    text-transform:capitalize;
    margin-bottom:20px;
}

.head-container{
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 5px 30px;
}
.mainmenu a, .navbar-default .navbar-nav > li > a, 
.mainmenu ul li a , 
.navbar-expand-lg .navbar-nav .nav-link{
    color: #1c1c1c;
    font-size:16px;
    text-transform:capitalize;
    padding:10px 15px;
    font-family:"SegoeUISemibold";
    display: block !important;
    font-weight: 600; 

}
.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus ,
.navbar-default .navbar-nav>.show>a, 
.navbar-default .navbar-nav>.show>a:focus,
 .navbar-default .navbar-nav>.show>a:hover{
    color: #009cdf;
    outline: 0;
    }
    .navbar-nav{
        width: auto;
        float: right;
        padding: 0px;
    }
 .mainmenu .navbar-nav li{
     list-style-type: none;
 }
 .mainmenu .navbar-nav li.dropdown > a:after{
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: 2px;
     vertical-align: middle;
     border-top: 4px solid #000;
     border-right: 4px solid transparent;
     border-bottom: 0 dotted;
     border-left: 4px solid transparent;
     content: "";
 }
.mainmenu .navbar-nav li.dropdown ul li.dropdown > a:after{
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-left: 5px;
    border-left: 4px solid #333;
    content: "";
}
.mainmenu .navbar-nav li.dropdown ul li.dropdown  ul li.dropdown > a:after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a,
.mainmenu .collapse ul > li > a:focus
{
    text-decoration: none
}

.navbar .navbar-collapse{
    padding: 0px;
}
.navbar .mr-auto{
    margin-left: auto!important;
    margin-right: 0px !important;
}
.mainmenu .collapse ul ul > li:hover > a, 
.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover
{
    background: none repeat scroll 0 0 #009cdf;
    color: #fff;;
}
.mainmenu .collapse ul ul ul > li:hover > a{background: #009cdf;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{
    background-color: #EFEFEF;
    border: medium none;
    border-radius: 4px;
    padding: 5px 0;
}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background-color: #EFEFEF;}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background-color: #EFEFEF;}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
}


footer .main-footer{
    background-image: url("../images/bg_footer_r1.jpeg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
}
h3.foot-heading{
    font-size: 17px;
    line-height: 30px;
    margin: 10px 0;
    color: #ffffff;
    text-transform: uppercase;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif

}
ul.foot-menu{
    display: block;
    padding-left: 0px;

}
ul.foot-menu li{
    list-style-type: none
}
ul.foot-menu li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal

}
ul.foot-menu li a:hover{

    color:#829B94;
}
p.contact-list{
    margin: 0px
}
p.contact-list span{
    font-size: 28px;
    color: #ffffff;
    font-weight: normal;
}
p.email-list{
    margin-bottom: 20px;
}
p.email-list a{
    text-decoration: none;
    color: #009cdf;
}
p.email-list a:hover{
    color: #007fb6;
}
h3.hiring-title{
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    margin: 10px 0;
}
p.hiring{
    font-size: 16px;
    line-height: 1.41;
    color: #ffffff;
    font-weight: normal;
}
p.hiring a{
    color: #009cdf;
}
p.p.hiring a:hover{
    color: #007fb6;
}
.social-footer{
    text-align: right;
    margin-bottom: 58px;
    margin-top: 20px;
}
.social-footer ul{
    display: block;
    padding: 0px;
    text-align: left;
}
.social-footer ul li{
 display: inline-block;
 list-style-type: none;
}
.social-footer ul li + li{
    margin-left: 20px;
}

.social-footer ul li a{
    text-decoration:none;
    color: #ffffff;
}
.social-footer ul li a:hover{
    color: #009cdf !important;
}
.form-head{
    font-size: 1em;
    line-height: 30px;
    margin: 10px 0;
    color: #ffffff;
    font-weight: normal;
}
.form-head .font-red{
    color: red !important;
}
.footr-form .btn{
    padding: 15px 40px;
    margin-top: 22px;
}
.footr-form input{
    font-size: 14px !important
}
footer .space-top{
    margin-top: 40px;
}
.copy-right{
    margin: 0px;
    text-align: left;
    font-weight: normal;
    color: #ffffff;
    font-size: 14px;
}
ul.footer-bottom-menu{
    display: block;
    text-align: right;
    padding-left: 0px;
}
ul.footer-bottom-menu li{
    display: inline-block;
    list-style-type: none
}
ul.footer-bottom-menu li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
}
ul.footer-bottom-menu li a:hover{
    color: #829B94;
    text-decoration: none
}

.social-counter{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0099DC;
}
.social-counter h2{
    margin-bottom: 0px
}
.social-counter h2 i{
    font-size: 38px;
    margin-right: 10px;
    color: #ffffff;
    vertical-align: middle;
}
.social-counter h2 strong{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
}
.slide-item-wrapper {
    width: 100%;
    height: 44px;
    overflow: hidden;
  }
  
  .slide-item-wrapper > * {
    transition: .5s ease-in-out;
  }
  
  .box-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: white;
    width: 668px;
    height: 44px;
  }
  .box-item .text-wrapper a{
      color: #ffffff;
      text-decoration: none;
  }
  .box-item .text-wrapper a:hover{
      text-decoration: none;
      color: #ffffff
  }
.flex-caption {
    width: 96%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
  }
  .flexslider .slides>li{
    display:block !important;
  }
 
  .hero-bg-first a, .hero-bg-second a, .hero-bg-third a{text-decoration:none;}
  .hero-bg-first, .hero-bg-second, .hero-bg-third{
      background-repeat:no-repeat;
      background-size:cover;
      background-position:center;
      padding-top:50px;
      padding-bottom:50px;
  }
  .hero-bg-first{
      background-image:url('../images/banner01_bg.jpg');
  }
  .hero-bg-first h2:nth-child(1){
      margin-top:80px;
  }
  .carousel img{max-width:100%;}
  .hero-bg-second{
      background-image:url('../images/banner02_bg-1.jpg');
  }
  .banner-inner-img div:nth-child(2){ margin-top:80px; }
  .hero-bg-third{
      background-image:url('../images/banner03_bg-1.jpg');
  }
  .hero-title{font-size: 42px;line-height:52px; color:#fff;font-family: SegoeUIBold;}
  .hero-subtitle{font-size: 28px; color:#fff;margin-bottom:20px;}
  .diagram-img{max-width:100%;}
  .hero-banner ol.carousel-indicators > li {
      background-color: #fff;
      margin: 0 4px;
      width:11px;
      height:11px;
  }
  .hero-banner .carousel-indicators .active {
      background-color: #009cdf;
      width:11px;
      height:11px;
      border-color: #009cdf;
  }
.carousel-indicators 
  {    
      left: 0; 
      text-align: center;
      width: 100%; 
       margin-left: 0;
}
.carousel-indicators li { 
         background: transparent none repeat scroll 0 0;   
         height: 9px;  
         width: 9px;  
         border: 1px solid #01B1FD;
   }
.carousel-indicators li:active 
  { 
        background: #01B1FD none repeat scroll 0 0;
   }
.testimonial-bg .carousel-indicators {
    justify-content: center;
    bottom: -84px;
}
.testimonial-bg .carousel li{
    border-radius: 10px;
    border: 1px solid #01B1FD;
}
.testimonial-bg .carousel-indicators .active{
    background: #01B1FD none repeat scroll 0 0;
}
.navbar-toggle{
    
    border: none;
    padding-right: 0px;
    display: none;
}
.navbar-toggle i{
    border: none;
    color: #333;
    font-size: 3em;
    padding-top: 5px;
}
.hero-banner .carousel .carousel-control { visibility: hidden; }
.hero-banner .carousel:hover .carousel-control { visibility: visible; }
/**************footer**************/

.breadcrums-block{
    width: 100%;
    display: block;
    box-shadow: inset 0 10px 8px -7px rgba(0,0,0,0.4);
}
.breadcrums-block .breadcrumb{
    background: none;
    margin-bottom: 0px;
}
.breadcrums-block .breadcrumb .divider{
    padding: 0 5px;
    color: #ccc;
    font-size: 13px;
}
.breadcrums-block .breadcrumb a{
   
   color: #009cdf;
   font-size: 0.85em;
   text-shadow: none;
}
.breadcrums-block .breadcrumb .current{
    color: #999;
    font-size: 0.85em;
}
.panel-nv {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: #f3f3f3;
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.7);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.font-20{
    font-size: 20px
}
.hover-box .caption{
    padding: 20px;
    text-align: left;
}
.form-section{
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.form-section .main-heading h1,
.form-section .main-heading h2
{
    color: #009cdf
}
.form-section .main-heading h1{
    font-size: 48px;
    line-height: 1.41;
    font-weight: normal;
    margin-top: 10px;
}
.form-section .main-heading h2{
    font-size: 24px;
    line-height: 1.41;
    font-weight: 400;
}
.form-section textarea{
    width: 100%;
}
.full-block-form .well {
    background-color: #e4eef4;
    border: 1px solid #F5F5F5;
    box-shadow: none;
    padding: 19px 0px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: grid;
   
}
.form-heading{
    padding-right: 15px;
    padding-left: 15px;
}
.form-heading h3{
    font-size: 18.72px;
    line-height: 1.41;
    color: #009cdf;
    font-weight: normal;
    margin-top: 10px;
    
}
.form-divider{
    margin-top: 40px;
}
.form-divider form{
    margin-bottom: 57px;
}
.form-divider form .red-color{
    color: #CE443E;
}
.form-divider .g-recaptcha{
    padding-bottom: 32px !important;
}
.con-btn{
    background-color: #008ECB;
    border-color: #008ECB;
    color: #fff;
    border-radius: 0px
}
.con-btn:hover{
    background-color: #008ECB;
    border-color: #008ECB;
}
.gchoice_1_8_1{
    margin-bottom: 39px;
    margin-top: 53px;
}
.gchoice_1_8_1 label{
    line-height: 1.5;
    font-size: .875em;
    vertical-align: middle;
    cursor: pointer;
}
.right-form .well {
    background-color: #e4eef4;
    border: 1px solid #F5F5F5;
    box-shadow: none;
    padding: 19px;
    border-radius: 4px;
    margin-bottom: 20px;
   
}
.right-form .mobile-text-center{
    font-size: 18.72px;
    line-height: 1.41;
    color: #009cdf;
    margin-top: 10px;
    font-weight: normal;
}
.right-form span{
  font-style: normal;
  font-weight: 300;
}
.right-form .form-p{
    font-style: normal;
  font-weight: 300;
}
.margin-top-10 {
    margin-top: 10px;
}
label.error{
    color: #CE443E;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal
}

.slider {
    width: auto;
    margin: 30px 50px 50px;
}

.slick-slide {
    background: #3a8999;
    color: white;
    padding: 40px 0;
    font-size: 30px;
    font-family: "Arial", "Helvetica";
    text-align: center;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dots {
    bottom: -30px;
}

.slick-slide:nth-child(odd) {
    background: #e84a69;
}
.mob-menu{
    display: none;
}
.contact-form .form-group input,
.contact-form .form-group textarea{
    border-bottom: 1px solid #ccc;
    border-top:none ;
    border-left:none ;
    border-right:none ;
    box-shadow: none;
    border-radius: unset;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus{
    box-shadow: none;
    outline: none;
}
.contact-form label.bold-lable{
    margin-bottom: 0px;
}

.contact-box .form-group input,
.contact-box .form-group textarea{
  background: #e4eef4;
}
.contact-form .form-group textarea{
    padding: 6px 12px;
    resize: none;
}
.client-area{
    background: #79C7FF;
}
.hover-img img{
    width: 100%;
    height: 240px;
}
.client-area .carousel-inner{
    overflow:visible;
}
.client-area .carousel .carousel-item .popover{
    height: 250px;
    overflow: hidden;
    width: 400px;
    top: -243px !important;
}
/**************footer**************/

/****************services**start****************/
.service-top-banner{
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: cover;
}
.service-img-responsive{
    height: auto;
    max-width: 100%;

}
.service-top-banner .row {
    height: 620px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.service-aligncenter{
    display: block;
    margin: 5px auto 5px auto;
}
.service1{
    background-image: url("../images/masthead_var-min.jpg");
}
.service2{
    background-image: url("../images/masthead_itconsulting-min.jpg");
}
.service3{
    background-image: url("../images/masthead_msp-min.jpg");
}
.service4{
    background-image: url("../images/thinkit-office-365-banner-min.jpg");
    position: relative;
}
.service4 h1{
  text-align: left;
  text-shadow: 0 0 8px rgba(0,0,0,.35);
}
.service8{
    background-image: url("../images/cloud.jpeg");
    position: relative;
}
.service8 h1{
    text-align: left;
    text-shadow: 0 0 8px rgba(0,0,0,.35);
  }
.service5{
    background-image: url("../images/thinkit-office-365-side-min.jpg");
    position: relative;
    background-position: 50% !important;
}
.service6{
    background-image: url("../images/thinkit-bottom-cta.jpg");
    position: relative;
}
.service7{
    background-image: url("../images/thinkit-cloud-computing-banner-min.jpg");
    position: relative;
}
.service9{
    background-image: url("../images/thinkit-cloud-computing-banner-min.jpg");
    position: relative;
}
.service10{
    background-image: url("../images/thinkit-whyus-banner-min.jpg");
    position: relative;
}
.instance-0:after{
    background: linear-gradient(to bottom,rgba(11,11,12,0.43) 0%,#0b0b0c 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.instance-1:after{
    background: linear-gradient(to bottom,rgba(0, 141, 241, 0.1) 0%,#0b0b0c 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.service-banner-head{
    font-size: 48px;
    margin-top: 40px;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-weight: normal;
}
.service-banner-footer{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #008DF1;
}
.banner-footer-text{
    font-size: 30px;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
}
#toTop {
    background-color: rgba(0,0,0,0.1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 3px;
    /* color: #ffffff; */
    height: 48px;
    line-height: 55px;
    margin: 0 15px 15px 0;
    text-align: center;
    width: 48px;
    z-index: 10000;
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    cursor: pointer;
}
#toTop{
    background-color:  #008DF1;
}
#toTop:before {
    border-color: rgba(255,255,255,0) rgba(255,255,255,0) #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    left: 28%;
    position: absolute;
    top: 17%;
    width: 0;
}
.service-l-to-r{
    color: #5c5c5c;
    background-color: #ffffff;
}
.l-to-r-head,
.l-to-r-head1,
.l-to-r-head2,
.l-to-r-head3,
.l-to-r-head4,
.l-to-r-head5,
.l-to-r-head6,
.l-to-r-head7,
.l-to-r-head9,
.l-to-r-head8,
.l-to-r-head10,
.l-to-r-head11,
.l-to-r-head12,
.l-to-r-head13,
.l-to-r-head14,
.l-to-r-head15
{
    font-size: 34px;
    color: #282828;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    padding-left: 95px;
    position: relative;
}
.l-to-r-body{
    height: 485px;
}
.service-l-to-r .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.l-to-r-head:before{
    vertical-align: super;
    margin-right: 30px;
    background-image: url("../images/icon_var_01warranty.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;

}
.l-to-r-head1:before{
    vertical-align: super;
    background-image: url("../images/icon_var_02implementation.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 24px 32px 20px 40px;
    position: absolute;
    left: 0px;
    top: -15px;
}
.l-to-r-head2:before
{
    vertical-align: super;
    background-image: url("../images/Pre-sales-support-icon.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;
}

.l-to-r-head3:before{
    vertical-align: super;
    background-image: url("../images/icon_var_04delivery.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;
}
.l-to-r-head4:before{
    vertical-align: super;
    background-image: url("../images/icon_var_05asset.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;
}
.l-to-r-head5:before{
    vertical-align: super;
    background-image: url("../images/icon-update.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;
}
.l-to-r-head6:before{
    vertical-align: super;
    background-image: url("../images/icon-update.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;
}
.l-to-r-head7:before{
    vertical-align: super;
    background-image: url("../images/Pre-sales-support-icon-tranparent.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;

}
.l-to-r-head8:before{
    vertical-align: super;
    background-image: url("../images/icon_itconsulting_03cloud.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;

}
.l-to-r-head9:before{
    vertical-align: super;
    background-image: url("../images/icon_itconsulting_04itsecurity.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;

}
.l-to-r-head10:before{
    vertical-align: super;
    background-image: url("../images/icon_itconsulting_05unified.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;

}
.l-to-r-head11:before{
    vertical-align: super;
    background-image: url("../images/icon-monitoring-min.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;

}
.l-to-r-head12:before{
    vertical-align: super;
    background-image: url("../images/icon-asset-management-min.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;

}
.l-to-r-head13:before{
    vertical-align: super;
    background-image: url("../images/icon-preventative-min.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;

}
.l-to-r-head14:before{
    vertical-align: super;
    background-image: url("../images/icon-reporting-min.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;

}
.l-to-r-head15:before{
    vertical-align: super;
    background-image: url("../images/icon-security-min.png");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    padding: 11px 28px 50px 35px;
    position: absolute;
    left: 3px;
    top: -29px;

}
.l-to-r-ul{
    margin-left: 2.14285714em;
    list-style-type: none;
    padding-left: 80px;
    position: relative;
}
.l-to-r-ul li{
    line-height: 24px;
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
}
.l-to-r-ul li:before{
    content: "\f138";
    font-family: FontAwesome;
    font-weight: normal;
    color: #009cdf !important;
    position: absolute;
    left: 60px;
}
.service-l-to-r .l-to-r-img{
    height: auto;
    max-width: 100%;
    display: block;
    margin: 5px auto 5px auto;
}
.secondary-color{
    background: #79C7FF
}
.services-price-table{
    background: url("../images/bg_msppricing-min.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}
.services-price-table .getquote {
    padding: 8px 14px;
    color: white;
    position: absolute;
    left: 69px;
    bottom: 0px;
    font-size: 18px;
    border-radius: 5px !important;
    left: -webkit-calc(50% - 79px);
    left: -moz-calc(50% - 79px);
    left: calc(50% - 79px);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
}
.services-price-table a.getquote:hover{
    text-decoration: none;
}
.services-price-table .basic-header-lightblue {
    background-color: #51daff;
    border: 0px solid #51daff !important;
    border-radius: 7px 7px 0 0;
}
.services-price-table .basic-header-peacok-blue {
    background-color: #00ACDC;
    border: 0px solid #00ACDC !important;
    border-radius: 7px 7px 0 0;
}
.services-price-table .basic-header-light-grayish-cobalt {
    background-color: #0081A3;
    border: 0px solid #0081A3 !important;
    border-radius: 7px 7px 0 0;
}
.services-price-table .basic-header-night-blue{
    background-color: #00566D;
    border: 0px solid #00566D !important;
    border-radius: 7px 7px 0 0;
}
.services-price-table .font-white {
    color: #fff !important;
}
.services-price-table .pricing-table {
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0);
    position: relative;
    margin-bottom: 20px;
}
.services-price-table .table thead > tr > th {
    padding: 20px;
    border-bottom: 2px solid transparent !important;
}
.services-price-table .font-white {
    color: #fff !important;
}
.services-price-table table h2{
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.41;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
}
.services-price-table table p{
    margin-bottom: 1.5em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}
.services-price-table table h2.price {
    font-size: 48px;
    font-weight: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.services-price-table .price-header-White {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    padding: 10px;
}
.services-price-table .price-header-White p {
    min-height: 190px;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
}
.mss-banner{
    background-image: url("../images/bg_banner_LA-min.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.mss-banner-quote-box{
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    border: none;
    margin-bottom: 60px;
    margin-top: 60px;
    padding: 19px;
}
.quote-box-text{
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 10px;
}
.quote-box-text strong{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.41;
}
.quote-btn{
    border-radius: 5px;
    font-weight: bold;
    padding: 10px 25px;
    font-size: 18px;
    background-color: #008DF1;
    border-color: #008DF1;
    color: #FFF;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    -webkit-transition: all .3s linear .01s;
    -o-transition: all .3s linear .01s;
    transition: all .3s linear .01s;
}
.quote-btn:hover{
    background-color: #79C7FF;
    border-color: #79C7FF;
    color: #FFF;
}
.mss-sec-banner{
    padding-top: 100px;
    padding-bottom: 100px;
    color: #5c5c5c;
    background: #F4F4F4;
}
.mid-blue-line{
    border-top: 5px solid #008DF1;
    margin: 0 auto 40px;
    max-width: 130px;
}
.mass-sec-banner-text{
    font-weight: 400;
    font-size: 24px;
    color: #1c1c1c !important;
    line-height: 1.41;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.mss-cyber-section{
    background-image: url("../images/bg_LA_s3_learnmore-min.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    
}
.cyber-small-font{
    font-size: 20px;
    line-height: 1.41;
    margin-bottom: 1.5em;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
}
.quote-box-left{
    margin-bottom: 30px;
    margin-left: 70px;
    margin-top: 30px;
}
.service-exp{
    background-image: url("../images/bg_LA_s4_experiences-min.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    
}
.service-cyberthreat{
    background-image: url("../images/bg_LA_s6_cyberthreats.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1), 1px 0 10px rgba(0, 0, 0, 0.1); 
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1), 1px 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1), 1px 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1), 1px 0 10px rgba(0, 0, 0, 0.1);

}
.center-lg{
    text-align: center;
}
.service-outsource{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}
.black-txt{
    color: #000 !important;
}
.margin-top-20{
    margin-top: 20px
}
.image-text{
    color: #282828;
    font-size: 24px;
    line-height: 1.41;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
}
.image-prag{
    font-size: 16px;
    line-height: 1.41;
    margin-bottom: 1.5em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    
}
.cyberthrea-text{
    font-size: 24px;
    margin-bottom: 20px;
    margin-top:10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1c1c1c !important;
    font-weight: 400; 
    line-height: 1.41;
}
.cyberthrea-btn{
    color: #007fb6;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 300;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.cyberthrea-btn:hover,
.cyberthrea-btn:focus{
    outline: 0;
    text-decoration: underline;
}
.multi-item-slider .carousel-control{ width:  4%; }
.multi-item-slider .carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}


.help-desk{
    padding: 80px 0px;
    background: #F4F4F4;
}
.help-desk .h2-text{
    padding-bottom: 40px
}
.equal-col-height{
    display: flex
}
.equal-content{
    flex: 1;
    background: #ffffff;
    padding: 0px;
    margin: 15px;
    cursor: pointer;
}
.equal-content .hover-box{
    overflow: hidden;
}
.help-desk .equal-content .hover-img
{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    overflow: hidden;
}
.help-desk .equal-content:hover .hover-img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
   
}
.main-large-heading{
    text-transform: uppercase;
    font-family: "SegoeUIBold";
}
.main-large-heading strong{
    position: relative;
}
.main-large-heading strong:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: -10px;
    left: 25%;
    border-bottom: 3px solid #008DF1;
}
.service-section {
    background: rgba(0, 0, 0, 0.5);
    padding: 12px 0px;
}
.margin-40{
    margin-bottom: 40px;
}
.service-home-anc:hover{
    text-decoration:none;
}
.multi-item-slider{
    padding: 100px 0px;
    -moz-box-shadow: inset 0 -10px 10px -10px grey;
    -webkit-box-shadow: inset 0 -10px 10px -10px grey;
    box-shadow: inset 0 -10px 10px -10px grey;
}
.multi-item-slider img{
    border: 1px solid #e3e8ec !important;
}
.multi-item-slider .carousel-control.right
{
    right: -40px;
}
.multi-item-slider .carousel-control.left{
    left: -55px;
}
.multi-item-slider .carousel .carousel-item .popover{
    height: 250px;
    width: 400px;
    
}
.out-layer{

    background-color: rgba(121, 199, 255, 0.3);
    width: 100%;
    padding-top:5%;
    padding-bottom:10%;
   
}
.testimonial-row{
        width: 100%;
      max-width: 900px;
      margin: 0 auto;
}
/* .testimonial-bg .carousel-inner .testimonial-body{
    height: auto;
    max-height:200px; 
} */
.office-contact-banner h2{
    text-align: left
}
.office-btn-block{
    margin: 16px 0 30px 0;
}

.button-transparent{
    border:2px solid rgb(255, 255, 255);
    background-color: transparent;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    padding: 10px 42px;
    color: rgb(255, 255, 255);
}
.button-transparent:hover{
    text-decoration: none;
    color: rgb(255, 255, 255);
    
}
.office-contact-support{
    
    padding: 100px 0;
    background: #F4F4F4;
}
.black-heading{
    font-size: 30px;
    color: #282828;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}
.suppor-sub-heading{
    line-height: 24px;
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-bottom: 27px;
}
.office-benefits{
    padding: 160px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: cover;
}
.office-benefits .left-text-block{
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 0px;
}
.office-benefits .benefits-ul{
    
    position: relative;
}
.office-benefits .benefits-ul li{
    line-height: 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    list-style-type: none;
    padding-left: 22px;
}
.office-benefits .benefits-ul li:before{
    content: "\f054";
    font-family: FontAwesome;
    font-weight: normal;
    color: #009cdf !important;
    position: absolute;
    left: 0px;

}
.text-left{
    text-align: left !important;

}
.cloud-way{
    padding: 0px !important;
}
.cloud-way .row{
   display: flex;
}
.cloud-service-block{
    padding: 150px 80px;
}
.bg-white{
    background: #ffffff;
}
.bg-gray{
    background: #F4F4F4;
}
/****************services**over****************/
@media (max-width: 1400px) {
    .phone-top {
        width: 41%;
        padding-top: 0px;
    }
    .support-btn {
        padding: 10px 14px;
        vertical-align: top;
    }
    .phone-top .large-case span{
        display: block;
    }
}
@media (max-width:1240px){
    .multi-item-slider .carousel-control.right {
        right: 15px;
    }
    .multi-item-slider .carousel-control.left{
        left: 0px;
    }
    .cloud-service-block {
        padding: 100px 40px;
    }
}
@media (max-width: 1199px){
    .hero-title{font-size: 34px;line-height: 44px;}
    .hero-subtitle{font-size: 24px;}
    .social-block .pull-right{
        width: 75%;
    }
    .social-block .pull-right ul{
        padding: 0px;
        margin-bottom: 0px;
    }

    .header{
        padding-bottom: 0px;
    }
    .services-price-table .price-header-White p{
        font-size: 14px;
        min-height: 220px;
    }
    .mss-cyber-section{
        background-position: 50% !important;
    }
    .image-prag{
        min-height: 100px;
        height: auto;
        max-height: 300px;
    }

}

@media (max-width: 1024px) {
    .phone-top {
        width: 43%;

    }
    .support-btn {
        padding: 7px 10px;
    }
    .banner-footer-text {
        font-size: 27px;
    }
}
@media (max-width:992px)
{
    .cloud-way .row {
        display: block;
    }
    .service9{
       min-height:408px
    }
    .office-btn-block {
        margin: 30 0px;
    }
    .multi-item-slider .carousel .carousel-item .popover{
        display: none 
    }
    .multi-item-slider .carousel .item{
        margin-bottom: 40px
    }
    /* carousel-inner */
    .image-text{
        font-size: 20px;
    }
    .image-prag{
        min-height: 55px;
    }
    .mass-sec-banner-text{
        font-size: 20px;
    }
    .services-price-table .price-header-White p{
        font-size: 16px;
        min-height: 225px;
        padding: 20px 20px 0 20px;
    }
    .phone-top , .support-btn{
        display: none;
    }
    .social-footer ul li + li{
        margin-left: 8px;
    }
    .social-block .pull-right{
        width: 64%;
    }
    .navbar-nav  li.dropdown:last-child{
        border: 0px;

    }
    .navbar-nav  li.dropdown ul li a:before{
        content: none;
    }
    .navbar-nav  li.dropdown ul li:last-child{
        border: 0px;
    }
    .mainmenu ul li a{
        padding: 16px 10px 16px 30px;
        display: block !important;
        font-weight: 300;
        line-height: 24px;
        color: rgba(0,0,0,.7) !important;
    }
    .head-container .navbar-collapse{
        position: fixed;
        height: 100% !important;
        width: 100%;
        min-width: 140px;
        max-width: 440px;
        left: -440px;
        top: 0;
        z-index: 1000;
        background: #f3f3f3;
        border-color: rgba(0,0,0,.1);
        color: rgba(0,0,0,.7);
        display: block !important;
        -webkit-transition: left .4s ease;
        -moz-transition: left .4s ease;
        -o-transition: left .4s ease;
        transition: left .4s ease;
    }
   .head-container .navbar-open{
        left: 0;
    }
    .sub-menu-block{
        display: block;
    }
    .navbar .navbar-toggle{
        margin-left: auto!important;
        margin-right: 0px !important;
        background: transparent;  
        display: block;
        margin: 0px;
        padding-top: 0px;
    }
    .head-container .navbar-nav{
        width: 100%;
        margin: 0px;
    }
    .head-container .navbar-nav li{
        display: block;
        float: none;
        border-bottom: 1px solid #DADADA;
    }
    .logo{
        text-align: left;
    }
    .testimonial-bg .carousel-indicators{
        bottom: -32px;
    }
    .col-3-testimonial .testi-block{
        width: 100%;
        max-width: 100%;
        display: block !important;
        margin-bottom: 28px;
    }
    .col-3-testimonial .testi-block a img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .col-3-testimonial .testi-block .testimonial{
        min-height: 318px;
    }
    .hero-bg-first h2:nth-child(1){margin-top:60px;}
    .hero-title{margin-top:60px;}
    .hero-bg-first, .hero-bg-second, .hero-bg-third{text-align:center;}
    .diagram-img{max-width:500px;width:100%;margin:0 auto;}
    .carousel-indicators {     text-align: center;   }

    .hero-bg-first h2:nth-child(1){margin-top:60px;}
    .hero-title{margin-top:60px;}
    .hero-bg-first, .hero-bg-second, .hero-bg-third{text-align:center;}
    .diagram-img{max-width:500px;width:100%;margin:0 auto;}

    .head-container .dropdown-menu{
        position: relative;
        float: none;
    }
    .head-container .dropdown-menu>li>a{
        white-space: unset;
    }
    .mob-menu{
        display: block;
    }
    .menu-head{
        text-align: center;
        color: rgba(0,0,0,.3);
        padding: 10px 0;
        line-height: 20px;
        font-size: 20px;
        font-weight: 300;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .menu-head span{
        padding: 10px 0;
        display: block;
    }
    .mainmenu ul li a:before{
        color: #666 !important;
        padding-right: 3px;
        content: "\f054";
        font-family: FontAwesome;
        font-weight: normal;
    
    }
    .hover-img img {
        width: 100%;
        height: auto;
    }
    .multi-item-slider .carousel-control{
        display: none
    }
}

@media only screen and (min-width: 991px) {

    .mainmenu .collapse ul li:hover> ul{display:block}
    .mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width: 340px;display:none}
    /*******/
    .mainmenu .collapse ul ul li{position:relative}
    .mainmenu .collapse ul ul li:hover> ul{display:block}
    .mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width: 340px;display:none}
    /*******/
    .mainmenu .collapse ul ul ul li{position:relative}
    .mainmenu .collapse ul ul ul li:hover ul{display:block}
    .mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width: 340px;display:none;z-index:1}


    
    
    }
@media (max-width:767px)
{    
    .cloud-service-block {
        padding: 50px 40px;
    }
    .service9{
        min-height:308px
     }
    .service-top-banner .hero-title{
        margin-top: 0px
    } 
    .office-contact-support{
    
        padding: 5% 0;
    }
    .black-heading{
        font-size: 24px;
        text-align: center;
    }
    .suppor-sub-heading{
        font-size: 15px;
        padding-bottom:10px;
    }
    .office-benefits{
        padding: 60px 0;
    }
    .office-benefits .banner-footer-text{
        text-align: left;
    }
    .office-benefits .left-text-block{
        padding: 30px
    }
    .office-benefits .benefits-ul
    {
        padding-left:10px;
    }
    .office-benefits .benefits-ul li{
        font-size:16px;
        line-height: 24px;
    }
    .equal-col-height{
        display: block
    }
    .main-large-heading strong:before{
        display: none;
    }
    .equal-content{
        flex: none;
    }
    .equal-content .hover-img{
        max-height: 300px;
    }
    .image-prag{
        min-height: auto;
        height: auto;
        max-height: unset;
    }
    .service-outsource{
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .image-text{
        font-size: 18px;
     }
    .services-price-table .price-header-White p{
        min-height: auto;
    }
    .services-price-table .getquote{
        bottom:-20px;
    }
    .mass-sec-banner-text {
        font-size: 18px;
    }
    .mss-sec-banner,
    .mss-cyber-section
    {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .quote-box-left{
        margin-left: 0px;
    }
    .service-exp{
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .text-xs-center{
        text-align: center;
    }
    .white-bg {
        width: 100%;
    }
    .footr-form{
        max-width: 300px;
        margin: 0 auto;
    }
    .head-container .navbar-collapse{
        max-width: 320px;
    }
    .equal-height .white-bg {
        display: block !important;
    }
    .equal-height .white-bg {
        margin-bottom: 30px !important;
    }
    #carouselExample ul li {
        margin-bottom: 20px;
        width: 50%;
    }
    .img-responsive {
        width: 100%;
        /* height: auto; */
    }
    .rc-anchor-normal{
        width: 80% !important;
    }
    .hero-title{font-size: 26px;line-height: 36px;}
    .hero-subtitle{font-size: 18px;}
    .top-pad {
        padding-top: 40px !important;
        padding-bottom: 40px;
    }
    .ser-empty-space {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .testimonial-bg .carousel-indicators {
        justify-content: center;
    }
    .contact-form ul{
        display: block;
    }
    .contact-form ul li{
        width: 100% !important;

    }
    .hero-title{font-size: 26px;line-height: 36px;}
    .hero-subtitle{font-size: 18px;}

    .mob-toggle{
        background-color: rgb(0, 0, 0);
        padding-top: 17px;
        padding-bottom: 17px;
        text-align: right;
        min-height: 70px;
    }
    .mob-toggle .container{
        max-width: 100%;
    }
    #btn-mobile-menu {
        font-size: 35px;
        color: #fff;
    }
    .social-block .pull-right{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .hover-img img {
        width: 100%;
        height: auto;
    }

    footer .main-footer{
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .social-footer ul {
     text-align: center;
    }
    .copy-right{
        text-align: center;
        margin-bottom: 1.5em;
    }
    ul.footer-bottom-menu{
        text-align: center;
    }
    .testimonial-bg{
        text-align:center;
      }
      .testimaonial-title{
        font-size:23px;
      }
      .testimaonial-subtitle{
        font-size:18px;
      }
     .navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
     .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
    .service-top-banner .row {
        height: 430px;
    }
    .service-banner-head{
        font-size: 28px;
    }
    .banner-footer-text{
        font-size: 20px;
    }
    .service-l-to-r .row{
        display: block;
        align-items: center;
    }
    .l-to-r-body{
        height: auto;
        padding: 20px 0;
    }
    .service-l-to-r .l-to-r-img{
        margin: 20px auto 20px auto;
    }
    .l-to-r-head2:before{
        top: -12px;
    }
    .mss-banner{
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 13px;
        padding-right: 13px;
    }
    .quote-box-text,
    .quote-box-text strong
    {
        font-size: 23px;
    }
    .main-large-heading strong{
        font-size: 24px !important
    }
    .multi-item-slider,
    .help-desk
    {
        padding: 10% 0px;
    }
    .help-desk .h2-text{
        padding-bottom: 0px
    }
    .multi-item-slider .carousel-inner .item .col-xs-6{
        width: 50%
    }
   
}
@media (max-width:480px)
{
    .cloud-service-block {
        padding: 50px 0px;
    }
    .gchoice_1_8_1 label{
        font-size: 0.675em;
    }
    .g-recaptcha{
        display: none;
    }
    .head-container .navbar-collapse{
        max-width: 250px;
    }
    .hover-img img{
        width: 100%;
        height: auto;
    }
    .service-img-responsive{
        max-width: 50%;
    }
    .l-to-r-ul{
        padding-left: 30px;
    }
    .l-to-r-ul li{
        position: relative;
        padding-left: 20px;
    }
    .l-to-r-ul li:before{
        left: 0px;
    }
    .l-to-r-head:before,
    .l-to-r-head1:before
    {
        padding: 15px 25px 20px 21px;
        margin-right: 0px;
    } 
    .l-to-r-head2:before,
    .l-to-r-head3:before,
    .l-to-r-head4:before,
    .l-to-r-head5:before,
    .l-to-r-head6:before,
    .l-to-r-head7:before,
    .l-to-r-head8:before,
    .l-to-r-head9:before,
    .l-to-r-head11:before,
    .l-to-r-head12:before,
    .l-to-r-head13:before,
    .l-to-r-head14:before,
    .l-to-r-head15:before
    {
        padding: 15px 25px 20px 21px;
        margin-right: 0px;
        left: 5px;
    }
    .l-to-r-head,
    .l-to-r-head1,
    .l-to-r-head2,
    .l-to-r-head3,
    .l-to-r-head4,
    .l-to-r-head5,
    .l-to-r-head6,
    .l-to-r-head7,
    .l-to-r-head8,
    .l-to-r-head9,
    .l-to-r-head10,
    .l-to-r-head11,
    .l-to-r-head12,
    .l-to-r-head13,
    .l-to-r-head14,
    .l-to-r-head15
    {
        font-size: 24px;
        padding-left: 50px;
    }
    .help-desk .h2-text{
        padding-bottom: 0px
    }

}