/*
Theme Name: Crystal Solar
Description: Developed for crystal solar
Version: 1.0
Author: Weborbit Solutions
Author URI: http://weborbitsolutions.com
Date: June 2020
*/
/*before after start*/
/**/
.before-after {
    /*padding-top: 0;*/
}
.cd-image-label.m-before, .cd-image-label.m-after {
    background: rgba(13,67,147,0.9);
}
.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.cd-image-container img {
  display: block;
  width: 100%;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  /*color: #0d4393;*/
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

.cd-image-label.is-hidden {
  visibility: hidden;
}

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}

.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */

  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}

@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}

@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}

.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */

  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #facd0c
    url("../../../demo/image-comparison-slider/img/cd-arrows.svg")
    no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

.cd-handle.draggable {
  /* change background color when element is active */

  background-color: #0d4393;
}

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
.cd-image-label.m-after {
    text-align: right !important;
    float: right;
    right: 0;
    
}
/* end before after*/
.videoWrap_2 img::before {
    background-color: rgba(0, 0, 0, 0.7) !important;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#menu-item-133 {
    text-align: right;
}
#menu-item-133 a {
    background: #fff;
    color: #000 !important;
    font-size: 13px !important;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
}
div#preload {
    margin: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999;
    display: flex;
    align-content: center;
    justify-content: center;
}

.sk-folding-cube {
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    position: absolute;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}


.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    background: #0d4393;
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}
.h-desktop {display: none !important;}
/*contact page form start*/
#gform_submit_button_3 {
    width: auto !important;
    padding: 0 70px !important;
}
#gform_wrapper_3 #input_3_3_6_container select {
    padding:  0;
    border: none;
    border-radius: 0;
    background: #edf4ff;
    font-size: 15px;
    color: #686868;  
}
#gform_wrapper_3 span#input_3_3_6_container {
    padding: 20px 22px;
    border: none;
    border-radius: 0;
    background: #edf4ff;
    font-size: 15px;
    color: #686868;
}
#gform_wrapper_3 input, #gform_wrapper_3 textarea {
    width: 100%;
}
#gform_wrapper_3 #input_3_3_1, #gform_wrapper_3 #input_3_3_2, #gform_wrapper_3 #input_3_3_3 {
    margin-bottom: 16px;
}
#gform_wrapper_3 #field_3_2 {
    width: 50%;
    float: left;
    margin-bottom: 16px;
}
#gform_wrapper_3 #field_3_4 {
    width: 50%;
    float: right;
    clear: none;
}
#gform_wrapper_3 .ginput_container.ginput_container_text, #gform_wrapper_3 #field_3_1 {
    margin-top: 0;
}
#gform_wrapper_2 {
    margin: 0;
}
#gform_wrapper_2 .gform_footer.top_label #gform_submit_button_2, #gform_wrapper_3 .gform_footer.top_label #gform_submit_button_3 {
    padding: 0 25px;
    border: 4px solid;
    font-size: 16px;
    font-weight: 400;
    background-color: #0d4393;
    color: #fff;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
}
#gform_submit_button_2, #gform_submit_button_3 {
    border-right-width: 4px !important;
    border-color: #facd0c !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
}
#gform_submit_button_2::after, #gform_submit_button_3::after {
    background: #facd0c;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

#gform_wrapper_2 input:focus, #gform_wrapper_2 textarea:focus, #gform_wrapper_3 input:focus, #gform_wrapper_3 textarea:focus, #gform_wrapper_3 span#input_3_3_6_container:focus {
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    border-right: 4px solid #0d4393;
    background: #fff;
    outline: none;
}
#gform_wrapper_3 #input_3_3_6_container select:focus {
    /*-webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);*/
    /*-moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);*/
    /*border-right: 4px solid #fff;*/
    /*background: #fff;*/
    /*outline: none;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    box-shadow: none;
    border-right: 4px solid #edf4ff;
    background: #edf4ff;
    outline: none;
}
#gform_wrapper_2 label, #gform_wrapper_3 label {
    /*display: none;*/
}
#gform_wrapper_2 input, #gform_wrapper_2 textarea, #gform_wrapper_3 input, #gform_wrapper_3 textarea {
    background: #edf4ff;
    color: #686868;
    border: none;
    padding: 20px 22px;
}
#gform_wrapper_2 #field_2_3, #gform_wrapper_2 #field_2_2 {
    width: 50%;
    margin-bottom: 16px;
    margin-top: 9px;
}
#gform_wrapper_2 #field_2_3 input, #gform_wrapper_2 #field_2_2 input, #gform_wrapper_2 #field_2_1 input {
    width: 100%;
}
#gform_wrapper_2 #field_2_2 {
    float: left;
}
#gform_wrapper_2 #field_2_3 {
    float: right;
    clear: none;
}
/*contact page form end*/
.service-item .col-lg-4.col-sm-12.col-md-4:last-child, .service-item .col-lg-4.col-sm-12.col-md-4.col-md-offset-2.mr-b0 {
    margin-bottom: 0;
}
.commonSection.ready h2.sec_title.white {
        line-height: 70px;
    }
.m-fl-right {
    float: right;
}
.latestBlogItem {
    margin: 0 0 35px;
}
#gform_wrapper_1 label {display: none;}
#gform_wrapper_1 #input_1_1 {
    background: #edf4ff;
    color:#686868;
    border: none;
    width: 563px;
    height: 70px;
    padding-left: 25px;
}
#gform_wrapper_1 #field_1_1 {
    width: 563px;
    float: left;
    margin: 0;
}
#gform_wrapper_1 .gform_footer.top_label {
    width: auto;
    float: right;
    clear: none;
    margin: 0;
    padding: 0;
}
#gform_wrapper_1 .gform_footer.top_label #gform_submit_button_1 {
    padding: 0 25px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    background-color: #0d4393;
    color: #fff;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
/*#gform_wrapper_1 .gform_footer.top_label #gform_submit_button_1:after, #gform_wrapper_2 .gform_footer.top_label #gform_submit_button_2:after {*/
/*    content: "";*/
/*    width: 4px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    transition: all 0.4s ease-out;*/
/*    -moz-transition: all 0.4s ease-out;*/
/*    -webkit-transition: all 0.4s ease-out;*/
/*    -ms-transition: all 0.4s ease-out;*/
/*    -o-transition: all 0.4s ease-out;*/
/*    background: #facd0c;*/
/*}*/
#gform_wrapper_1 .gform_footer.top_label #gform_submit_button_1:hover:after, #gform_wrapper_2 .gform_footer.top_label #gform_submit_button_2:hover:after {
    width: 100%;
}
#gform_wrapper_1 .gform_footer.top_label #gform_submit_button_1:hover, #gform_wrapper_2 .gform_footer.top_label #gform_submit_button_2:hover, #gform_wrapper_3 .gform_footer.top_label #gform_submit_button_3:hover {
     background: #facd0c;
    /* content: "";*/
    /*width: 4px;*/
    /*height: 100%;*/
    /*position: absolute;*/
    right: 0;
    top: 0;
     transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
#gform_wrapper_1 .ginput_container.ginput_container_email {
    margin: 0;
}
section.commonSection.blogDetails {
    padding: 85px 0 24px;
}
/*=====================Responsive=====================*/
@media only screen and (max-width: 1366px) {
    .mainmenu ul li {
        padding: 31px 16px 0;
    }
    .footer_1 .aboutwidget img{
        margin-top: 0;
    }
    .banner_content h2 {
        font-size: 36px;
        line-height: 48px;
    }
}
@media only screen and (max-width: 1280px) {
    .blog_headings h2 {
        font-size: 32px;
        line-height: 45px;
    }
    .header_01 {
       padding: 5px 0;
   }
   .banner_content {
       margin: 65px 0 0;
   }
   .page-center {
       height: 250px;
   }
    .meipaly_services_help p {
        padding-right: 0;
    }
    .commonSection.ready .col-lg-3.col-sm-4.col-md-3.text-right a.common_btn.red_bg {
        margin-top: 7px;
    }
    .meipaly_categorie_widget, .meipaly_services_help, .sidebar .widget_title {
        padding: 30px;
    }
    .meipaly_services_help h4 {
        margin: 0 0 20px;
    }
    .serviceArea img {
        margin-bottom: 25px;
    }
    .row.gaping.m-78 {
        margin-top: 50px;
    }
    .black_color .mainmenu ul ul.sub-menu {
        padding: 25px 25px 13px;
    }
    .abci_content.m-abci_content {
        padding: 44px 0 25px 58px;
    }
    .singlefunfact {
        padding-top: 25px;
        padding-bottom: 65px;
    }.singlefunfact h1 {
        font-size: 45px;
    }
    .singlefunfact h3 {
        font-size: 15px;
    }
    .common_btn.red_bg {
        padding: 22px 40.5px;
    }
    .common_btn {
        height: 60px;
        font-size: 14px;
    }
    .rev_slider .common_btn, .common_btn {
        height: 60px;
        padding: 22px 45.5px !important;
    }
    .banner_content h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .icon_box_2 h3 {
        margin: 0 0 10px;
    }
    .footer_1 .copyright {
        padding: 36px 0;
    }
    .icon_box_2 {padding: 40px;}
    .sec_title, .serviceArea h2 {
        margin: 0 0 15px;
        font-size: 34px;
        line-height: 52px;
    }
    .footer_1 .aboutwidget img {
       height: 55px;
       margin-bottom: 10px;
    }
    .mainmenu ul li {
        padding: 29px 14px 0;
    }
    .mainmenu ul li a, .dl-menu__wrap ul li a, .footer__contacts li {
        font-size: 15px !important;
    }
    .navigator a {
        font-size: 22px;
    }
    .dl-menu__wrap ul li {
        margin: 10px 0;
    }
    .commonSection {
        padding: 50px 0;
    }
    section.commonSection.blogDetails {
        padding: 50px 0 0px;
    }
    .footer_1 .widget {padding: 0 0 45px;}
    .footer_1 {padding: 50px 0 0;}
    .service-item .col-lg-4.col-sm-12.col-md-4:last-child, .service-item .col-lg-4.col-sm-12.col-md-4.col-md-offset-2.mr-b0{
        margin-bottom: 0;
    }
    .chooseUs_title li a {
        padding: 35px 0;
    }
    .latestBlogItem {margin: 0 0 30px;}
    .commonSection.ready h2.sec_title.white {
        line-height: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    #gform_wrapper_1 #input_1_1, #gform_wrapper_1 #field_1_1 {
        width: 428px !important;
    }
    .serviceArea h3 {
        margin-bottom: 45px;
    }
    .meipaly_post_widget {
        padding: 30px 20px !important;
    }
    .blog_headings {
        padding: 30px 20px;
    }
    .blog_headings h2 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 1057px) {
    .agency_img2 {
        margin-right: 280px;
        margin-top: -100px;
    }
    .compay_date h2 {
        font-size: 40px;
    }
   #header.fixedHeader .logo img, .logo img {
        height: 50px;
   } 
   .header_01 {
       padding: 5px 0;
   }
   .banner_content {
       margin: 65px 0 0;
   }
   .mainmenu ul li a, .dl-menu__wrap ul li a, .footer__contacts li {
       font-size: 14px !important;
   }
   .mainmenu ul li {
        padding: 28px 14px 0;
    }
    .navigator a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .page-center {
        height: 250px;
    }
    .meipaly_categorie_widget ul li {
        margin: 0 0 10px;
    }
    .meipaly_categorie_widget ul li a {
        font-size: 15px;
        line-height: 24px;
    }
    .singleClient {
        margin-bottom: 0;
    }
    .abci_content.m-abci_content {
        padding: 53px 0 53px 70px;
    }
    .abci_content.m-abci_content h2{
        margin: 0 0 25px; 
    }
    .abci_content.m-abci_content p{
        margin-bottom: 35px;
    }
    .mainmenu ul li {
        padding: 28px 12px 0;
    }
    .sec_desc {
        margin: 0 0 40px;
    }
    .banner_content h4 {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 5px;
    }
}
@media only screen and (max-width: 991px) {
    .testimoniTab ul {
        margin: 70px 0 0;
        clear: both;
    }
    .commonSection.blog.m-index-blog .col-lg-4.col-sm-12.col-md-4:last-child .latestBlogItem {
        margin-bottom: 0 !important;
    }
    section.commonSection.blogDetails {
        padding: 50px 0 20px !important;
    }
    .banner_content h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .banner_content h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .m-page-num {
        margin-top: 0;
    }
    .serviceArea ul li {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .serviceArea ul li:last-child {
        margin-bottom: 0px
    }
    .m-fl-right {
        float: none;
    }
    .serviceArea.m-rightgap ul {
        margin-bottom: 0;
    }
    .header_01 {
        padding: 0;
    }
    .commonSection.service_detail img {
        width: 100%;
    }
    .row.gaping.m-78 img {
        margin-top: 45px;
    }
    .serviceArea h3 {
        margin-bottom: 35px;
    }
    .row.gaping.m-48 {
        margin-top: 15px;
    }
    .row.gaping.m-78 {
        margin-top: 0;
    }
    .m-lftgap {
        margin-left: 0;
    }
    .m-rightgap {
        margin-right: 0;
    }
    .phn-h a {
        font-size: 26px;
    }
    .meipaly_categorie_widget {
        padding: 22px 25px;
    }
    .meipaly_services_help {
        padding: 30px 25px;
    }
    .sidebar .widget_title {
        padding: 20px;
    }
    .abci_content h2, .sec_title, .serviceArea h2, .commonSection.service_detail .serviceArea h3 {
        font-size: 28px;
        line-height: 42px;
    }
    .abci_content.m-abci_content {
        padding: 25px 0 25px 35px;
    }
    .singlefunfact {
        padding-top: 0px;
        padding-bottom: 45px;
    }
    .testi_con p {
        margin: 0;
    }
    .commonSection.ready h2.sec_title.white {
        text-align: left;
    }
    .mainmenu > ul {
        text-align: center;
        display: none;
        position: absolute;
        z-index: 10;
        background: #000;
        left: 0;
        top: -2px;
        padding: 30px 15px 20px;
        height: 300px;
        width: 100%;
        overflow-y: scroll;
        border-top: 1px solid rgba(255, 255, 255, .10);
    }
    
    /**/
    .navigator {float: right;}
    .mainmenu {
    padding: 0;
    margin: 0 -15px;
}
    .mainmenu > ul {
    text-align: center;
    display: none;
    position: absolute;
    z-index: 10;
    background: #000;
    left: 0;
    top: -2px;
    padding: 30px 15px 20px;
    height: 300px;
    width: 100%;
    overflow-y: scroll;
    border-top: 1px solid rgba(255, 255, 255, .10);
}
.mainmenu ul li {
    display: block;
    padding: 0 0 32px;
}
.black_color .mainmenu ul li a {
    color: #fff;
}
.mainmenu > ul > li.menu-item-has-children > a:before {
    position: absolute;
    right: -18px;
    top: 2px;
    content: "\f107";
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    font-family: 'fontAwesome';
    font-size: 12px;
    color: #fff;
    line-height: .8;
}
.black_color .mainmenu ul li.active a:after, .black_color .mainmenu ul li a:after {
    background: #fff;
}
    .logo {float: left;}
    .icon_box_2 h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .icon_box_2 {
        padding: 40px 15px;
    }
    .icon_box_2 p {
        font-size: 14px;
        line-height: 26px;
    }
    .commonSection, .m-commonSection {
        padding: 50px 0 !important;
    }
    .mr-b0 {
        margin-bottom: 30px !important;
    }
    .service-item .col-lg-4.col-sm-12.col-md-4:last-child {
         margin-bottom: 0px;
    }
    .service-item .col-lg-4.col-sm-12.col-md-4:last-child .icon_box_2.text-center {
         margin-bottom: 0;
    }
    .featured .features_img {
        margin-top: 32px;
    }
    .singleFeature:after {
        top: 47px;
    }
    .wh_choose {
        margin: 41px 0 0;
    }
    .chose_img {
        margin: 50px 0 0;
    }
    .testi_con {
        padding-top: 40px;
    }
    .lbi_details {
        padding: 30px;
    }
   /*.commonSection.blog .col-lg-4.col-sm-12.col-md-4:last-child .lbi_details {*/
   /*    padding-bottom: 0;*/
   /*}*/
    .footer_1 .aboutwidget img {
        height: 50px;
    }
    .img_details {
        padding: 33px 103px 33px 50px;
    }
    .tp-caption.tp-resizeme.normalWraping {
        font-size: 40px !important;
        line-height: 50px !important;
    }
        .rev_slider .common_btn, .common_btn {
        height: 60px;
        padding: 21px 45.5px !important;
    }
    .wh_choose ul li:last-child {
        margin-bottom: 0;
    }
    .footer_1 .aboutwidget p, .footer_1 .contact_widgets p, .footer_1 .social_widget ul li a {
        font-size: 14px;
        line-height: 24px;
    }
    .footer_1 .widget {
        padding: 0 0 35px;
    }
    .footer_1 .widget .widget_title {
        margin: 0 0 30px;
    }
    .footer_1 .copyright {
        font-size: 12px;
    }
    .powred a img {
        height: 26px;
        margin-top: 5px;
    }
#header.fixedHeader .logo img, .footer_1 .aboutwidget img, .logo img {
        height: 45px;
    }
#header.fixedHeader .logo img, .logo img {
        margin:5px 0;
    }
    .sec_title,.serviceArea h2, .commonSection.service_detail .serviceArea h3 {
        font-size: 28px;
        line-height: 50px;
    }
    .ready_2 .common_btn {
        padding: 19px 32px !important;
    }
    .commonSection.ready_2 .common_btn {
        height: 55px;
        font-size: 14px;
        float: right;
        margin: 0;
    }
    h2.sec_title.white {
        float: left;
        line-height: 50px;
    }
    .footer_1 .widget.social_widget {
        padding-bottom: 50px;
    }
    .commonSection.our_work h2.sec_title {
        font-size: 28px;
        line-height: 42px;
    }
    .ab_detail_wrap{
        padding-left: 25px;
    }
    .page-center {
        height: 250px;
    }
    .banner_content {
        margin: 60px 0 0;
    }
}
@media only screen and (max-width: 960px) {
    .testimoniTab ul {
        margin: 90px 0 0;
    }
}
@media only screen and (max-width: 900px) {
    .agency_img1:after {
        height: 320px;
    }
}
@media only screen and (max-width: 823px) {
    .serviceArea h3 {
        margin-bottom: 10px;
    }
    .row.gaping.m-78 img {
        margin-top: 10px;
    }
    .forcefullwidth_wrapper_tp_banner, .rev_slider_wrapper {
        height: 530px !important;
    }
    .m-margtop {
        margin: 0 !important;
    }
}
@media only screen and (max-width: 812px) {
    #gform_wrapper_1 .gform_footer.top_label #gform_submit_button_1 {
        padding: 0 20px;
    }
    #gform_wrapper_1 #input_1_1, #gform_wrapper_1 #field_1_1 {
        width: 293px !important;
    }
    .commonSection.subscribe .gform_wrapper {
        margin-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .lbi_details {
        min-height: 275px;
    }
    .lbi_details h2 {
        font-size: 20px;
        line-height: 30px;
    }
   .service-item .col-lg-4, .service-item .col-lg-4.col-sm-12.col-md-4.col-md-offset-2.mr-b0 {
       margin-bottom: 0 !important;
   } 
    .page-center {
        height: 220px;
    }
    .banner_content h2 {
        font-size: 27px;
    }
    .banner_content h4 {
        font-size: 13px;
        line-height: 24px;
        margin: 0 0 5px;
    }
    .header_01 {padding: 0;}
    .banner_content {
        position: relative;
        margin: 65px 0 0;
    }
    .agency_img1:after {
        height: 310px
    }
    .agency_img2 {
        margin-right: 270px;
    }
    .testimoniTab ul {
        margin: 75px 0 0;
    }
    #gform_wrapper_1 #input_1_1, #gform_wrapper_1 #field_1_1 {
        width: 283px !important;
    }
    #gform_wrapper_1 #input_1_1, #gform_wrapper_1 .gform_footer.top_label #gform_submit_button_1 {
        height: 60px;
    }
    .commonSection.subscribe .gform_wrapper {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .mf-wrap {
        margin-bottom: 45px;
    }
    .h-desktop {display: block !important;}
    section.commonSection.trustClient.pb_120 {padding: 90px 0 50px !important;}
    #gform_wrapper_3 .gform_footer.top_label {
        padding: 0;
    }
    #gform_wrapper_3 .gform_footer.top_label #gform_submit_button_3, #gform_wrapper_3 .gform_wrapper {
        margin-bottom: 0;
    }
    #gform_wrapper_3 .gform_wrapper .gform_footer {text-align: center;}
    #gform_wrapper_3 #input_3_3_3_container, #gform_wrapper_3 #input_3_3_4_container, #gform_wrapper_3 #input_3_3_5_container, #gform_wrapper_3 #input_3_3_6_container {
        width: 100%;
    }
    #gform_wrapper_3 #input_3_3_4_container, #gform_wrapper_3 #input_3_3_5_container {
        margin-bottom: 16px;
    }
    #gform_wrapper_3 #field_3_4 {
        width: 100%;
        float: left;
        clear: both;
        margin-top: 0;
        margin-bottom: 16px;
    }
    #gform_wrapper_3 #field_3_2 {
        margin: 8px 0;
    }
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0 !important;
    }
    #gform_wrapper_2 .gform_footer.top_label {
        text-align: center;
        margin: 0;
    }
    #gform_wrapper_2 .gform_footer.top_label #gform_submit_button_2 {
        margin: 0;
    }
    #gform_wrapper_2 .gform_footer.top_label #gform_submit_button_2, #gform_wrapper_3 .gform_footer.top_label #gform_submit_button_3 {
        height: 60px;
        font-size: 14px;
    }
    #gform_wrapper_2 #field_2_3, #gform_wrapper_2 #field_2_2 {
    width: 100%;
    margin-bottom: 0px;
    }
    #gform_wrapper_2 #field_2_3 input, #gform_wrapper_2 #field_2_2 input, #gform_wrapper_2 #field_2_1 input, #gform_wrapper_3 #field_3_2 {
        width: 100%;
    }
    #gform_wrapper_2 #field_2_2 {
        float: left;
    }
    #gform_wrapper_2 #field_2_3 {
        float: left;
        clear: both;
        margin-bottom: 16px;
    }
    .commonSection.ready_2 .common_btn {
        float: left;
        margin-top: 10px;
    }
    .blog_details p {
        margin: 0 0 10px;
    }
    .meipaly_post_widget {
        padding: 22px !important;
    }
    .blog_headings h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .banner_content h2 {
        font-size: 25px;
    }
    .lbi_details {
        min-height: auto;
    }
    .row.gaping.m-48 {
        margin-top: 0;
    }
    .abci_content.m-abci_content {
        padding: 30px 0 0 0;
    }
    .abci_content.m-abci_content h2 {
        margin: 0 0 10px;
    }
    .abci_content.m-abci_content p {
        margin-bottom: 25px;
    }
    .singlefunfact h1 {
        font-size: 40px;
    }
    .singlefunfact h3 {
        font-size: 14px;
    }
    .funfact {
        padding: 50px 0 170px !important;
    }
    .ready .common_btn {
        float: right;
    }
    .commonSection.ready h2.sec_title.white {
        margin-top: 0px;
    }
    .agency_img2 {
        margin: 30px 0 40px;
    }
    .commonSection.our_work .sec_desc {
        margin: 0;
    }
    #gform_wrapper_1 .gform_footer.top_label #gform_submit_button_1 {
        padding: 0 40px;
        margin-bottom: 0 !important ;
        font-size: 14px;
    }
    #gform_wrapper_1 #input_1_1, #gform_wrapper_1 #field_1_1 {
        width: 380px !important;
    }
    .commonSection.our_work {
        padding-top: 0 !important;
        padding-bottom: 50px !important;
    }
    .ab_detail_wrap .sec_title {
        margin-bottom: 15px;
    }
    .agency_img1 {
        margin-top: 35px;
    }
    #gform_wrapper_1 .gform_footer.top_label {
        float: left;
    }
    
}
@media only screen and (max-width: 640px) {
    .testimoniTab h4.sub_title.color_aaa {
        text-align: center;
    }
    #gform_wrapper_3 #input_3_3_1, #gform_wrapper_3 #input_3_3_2, #gform_wrapper_3 #input_3_3_3 {
        margin-bottom: 8px;
    }
    #gform_wrapper_3 .gform_footer.top_label #gform_submit_button_3 {
        width: 100% !important;
    }
    .sec_desc {
        margin: 0 0 20px;
    }
    #gform_wrapper_2 .gform_wrapper .gform_footer {
        margin: 0;
    }
    #gform_wrapper_2 input, #gform_wrapper_2 textarea {
        background: #edf4ff;
        color: #818181;
        border: none;
        padding: 15px;
    }
    .forcefullwidth_wrapper_tp_banner, .rev_slider_wrapper {
        height: 420px !important;
    }
    .copyright span.powred {width: 150px;}
    .rev_slider .common_btn {font-size: 14px !important;}
    .rev_slider .common_btn {
        height: 60px;
        padding: 23px 45.5px !important;
    }
    .lbi_details h2 {
        font-size: 20px;
    }
    .singleFeature:after {
        top: 48px;
        height: 110px;
    }
    .singleFeature {
        margin-bottom: 40px;
    }
    .testimoniTab ul {
        margin: 50px 0 0;
        clear: both;
    }
    .testi_con p {
        font-size: 17px;
        line-height: 31px;
    }
    h2.sec_title.white {
        float: none;
        text-align: center;
    }
    .m-640center {
        text-align: center;
        margin-top: 15px;
    }
    .m-640center a {
        float: none !important;
    }
    .icon_box_2 {
     padding: 30px;
    }
    h2.sec_title.white {line-height: 26px;}
    .ready .common_btn {
        float: left;
    }
    .commonSection.ready h2.sec_title.white {
        line-height: 40px;
        margin-top:0;
    }
}
@media only screen and (max-width: 600px) {
    .img_details {
        padding: 30px;
    }
    #gform_wrapper_1 .gform_footer.top_label #gform_submit_button_1 {
        padding: 0 30px;
        margin-bottom: 0 !important ;
    }
    #gform_wrapper_1 #input_1_1, #gform_wrapper_1 #field_1_1 {
        width: 300px !important;
    }
    .forcefullwidth_wrapper_tp_banner, .rev_slider_wrapper {
        height: 480px !important;
    }
}
@media only screen and (max-width: 580px) {
    .commonSection.ready .col-lg-3.col-sm-4.col-md-3.text-right a.common_btn.red_bg {
        margin-top: 15px;
    }
    section.commonSection.trustClient.pb_120 {padding: 50px 0 50px !important;}
    .agency_img2 img, .agency_img1 img {
        width: 100%;
    }
    .forcefullwidth_wrapper_tp_banner, .rev_slider_wrapper {
        height: 450px !important;
    }
    .copyright span.powred {
        width: 100%;
    }
    .copyright {
        text-align: center;
    }
    .powred a img {
        height: 25px;
        margin-top: 20px;
    }
    .footer_1 .copyright {
        padding: 30px 0;
        margin-bottom: 28px;
        font-size: 11px;
    }
    .m-margtop {
        margin: 20px 0!important;
    }
}
@media only screen and (max-width: 498px) {
    #gform_wrapper_1 #input_1_1, #gform_wrapper_1 #field_1_1 {
        width: 282px !important;
    }
}
@media only screen and (max-width: 480px) {
    section.commonSection.trustClient.pb_120 {padding: 180px 0 50px !important;}
    .testimoniTab ul {
        margin: 30px 0 0;
    }
    .sec-404 h4 {
        font-size: 30px;
        margin: 40px 0;
    }
    .blog_headings h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .meipaly_paginations a, .meipaly_paginations span, .m-page-num .page-numbers {
        height: 42px;
        width: 44px;
        font-size: 14px;
        padding: 15px 0;
        line-height: 12px;
    }
    .lbi_details h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .abci_content h2, .sec_title, .serviceArea h2, .commonSection.service_detail .serviceArea h3 {
        font-size: 25px;
        line-height: 38px;
    }
    .abci_content.m-abci_content {
        padding: 20px 0 0 0;
    }
    .sec_title {
        font-size: 22px;
        line-height: 38px;
    }
    .tp-caption.tp-resizeme.normalWraping {
        font-size: 30px !important;
        line-height: 36px !important;
    }
    #gform_wrapper_1 .gform_footer.top_label #gform_submit_button_1 {
        padding: 0 15px;
        font-size: 14px;
    }
    #gform_wrapper_1 #input_1_1, #gform_wrapper_1 #field_1_1 {
        width: 260px !important;
    }
    .compay_date h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .agency_img2 {
        margin: 20px 0 30px;
    }
    .rev_slider .common_btn, .common_btn {
        height: 45px;
        padding: 16px 23px !important;
    }
    .common_btn {
        height: 45px;
        font-size: 13px;
    }
    .commonSection.ready .col-lg-3.col-sm-4.col-md-3.text-right a.common_btn.red_bg {
        margin-top: 15px;
    }
    .banner_content h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .page-center {
        height: 200px;
    }
    .commonSection, .m-commonSection {
        padding: 40px 0 !important;
    }
    section.commonSection.blogDetails {
        padding: 40px 0 0px;
    }
    .footer_1 .widget {padding: 0 0 35px;}
    .footer_1 {padding: 40px 0 0;}
}
@media only screen and (max-width: 428px) {
    #gform_wrapper_1 #input_1_1, #gform_wrapper_1 #field_1_1 {
        width: 225px !important;
    }
}
@media only screen and (max-width: 420px) {
    #gform_wrapper_1 #input_1_1, #gform_wrapper_1 #field_1_1 {
        width: 225px !important;
    }
    .singleFeature:after {
        height: 120px;
    }
}
@media only screen and (max-width: 380px) {
    .sec-404 img {
        height: auto;
    }
    .serviceArea ul li {
        font-size: 14px;
    }
    #header.fixedHeader .logo img, .logo img {
        margin: 8px 0;
    }
    #header.fixedHeader .logo img, .footer_1 .aboutwidget img, .logo img {
        height: 40px;
    }
    .sub_title {
        font-size: 11px;
    }
    .sec_title, .serviceArea h2, .commonSection.service_detail .serviceArea h3 {
        font-size: 20px;
        line-height: 30px;
    }
    body {
        font-size: 14px;
        line-height: 24px;
    }
    .testi_con p {
        font-size: 15px;
        line-height: 28px;
        margin: 0;
    }
    .navigator a {
        font-size: 17px;
    }
    .m-margtop {
        margin: 60px 0 !important;
    }
    .m-btmrgn {
        padding-bottom: 60px !important;
    }
    #gform_wrapper_1 #input_1_1, #gform_wrapper_1 #field_1_1 {
        width: 230px !important;
    }
    #gform_wrapper_1 #input_1_1 {
        padding-left: 18px;
    }
    #gform_wrapper_1 .gform_footer.top_label #gform_submit_button_1 {
        padding: 0 10px;
        font-size: 13px;
        letter-spacing: 1px;
    }
    #gform_wrapper_1 #input_1_1, #gform_wrapper_1 .gform_footer.top_label #gform_submit_button_1 {
        height: 50px;
    }
}
@media only screen and (max-width: 360px) {
    #gform_wrapper_1 #input_1_1, #gform_wrapper_1 #field_1_1 {
        width: 200px !important;
    }
}
@media only screen and (max-width: 320px) {
    
    #header.fixedHeader .logo img, .footer_1 .aboutwidget img, .logo img {
        height: 30px;
    }
    #gform_wrapper_1 #input_1_1 {
        padding-left: 15px;
    }
    #gform_wrapper_1 #input_1_1, #gform_wrapper_1 #field_1_1 {
        width: 175px !important;
    }
}