/*
** Theme Name: Car Battery Naples
** Theme Version: 1.0
*/

html{overflow-x: hidden;}
body{ width:100%; font-family:var(--light-font);  overflow-x:hidden; width: 100%; padding:0px; margin: 0px; background-color:#fff; }
a, input[type="button"], .btn{ outline:none; transition:all 600ms ease-in-out; }
a:focus, a:hover{ outline:none; text-decoration:none; }
ul{padding:0px; margin: 0px; list-style: none;}
p{font-size:16px; font-family:var(--primary-font); font-weight: 400;  line-height:24px; margin-bottom: 0px; color:#616161; padding-bottom: 25px;}
a{text-decoration: none;}

.common-btn{font-family: var(--primary-font); cursor: pointer; font-size:19px; display: inline-block;   line-height: 25px; transition: all 400ms ease-in-out; letter-spacing: -0.02em; color:#0c0c0c; font-weight: 400; text-transform: capitalize; padding-right:45px; background: url(images/btn-element2.png)no-repeat right 10px center;}
.common-btn:hover{background: url(images/btn-element2.png)no-repeat right 0px center; color:#0c0c0c;}

:root{
    --secondary-font:'Avalors Personal Use' ,sans-serif;
    --primary-font:'CircularStd' ,sans-serif;
    --light-font:'Circular Spotify Tx T' , sans-serif;
    --primary-color:#008733;
    --secondary-color:#61b946;
}


/* =======  Font Face Started ======== */
@font-face {
    font-family: 'Avalors Personal Use';
    src: url('./fonts/AvalorsPersonalUse.eot');
    src: url('./fonts/AvalorsPersonalUse.eot?#iefix') format('embedded-opentype'),
        url('./fonts/AvalorsPersonalUse.woff2') format('woff2'),
        url('./fonts/AvalorsPersonalUse.woff') format('woff'),
        url('./fonts/AvalorsPersonalUse.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd';
    src: url('./fonts/CircularStd-Black.eot');
    src: url('./fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'),
        url('./fonts/CircularStd-Black.woff2') format('woff2'),
        url('./fonts/CircularStd-Black.woff') format('woff'),
        url('./fonts/CircularStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd';
    src: url('./fonts/CircularStd-Medium.eot');
    src: url('./fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/CircularStd-Medium.woff2') format('woff2'),
        url('./fonts/CircularStd-Medium.woff') format('woff'),
        url('./fonts/CircularStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Spotify Tx T';
    src: url('./fonts/CircularSpotifyTxT-Light.eot');
    src: url('./fonts/CircularSpotifyTxT-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/CircularSpotifyTxT-Light.woff2') format('woff2'),
        url('./fonts/CircularSpotifyTxT-Light.woff') format('woff'),
        url('./fonts/CircularSpotifyTxT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/* =======  Font Face End ======== */

@media screen and (min-width:1200px){
    .container{ max-width:1310px; }
}



@keyframes loader1{
    0%{transform: translateX(0%);}
    100%{transform: translateX(350%);}
}
@keyframes loader2{
    0%{transform: translateX(-0%);}
    100%{transform: translateX(100%);}
}
@keyframes animate-pulse {
    0% {
     box-shadow: 0 0 0 0 rgb(69 169 48), 0 0 0 0 rgb(70 171 65);
    }
    40% {
      box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
        0 0 0 0rgba(242, 168, 32, 0.711);
    }
    80% {
      box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
        0 0 0 10px rgba(255, 109, 74, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 10px rgba(255, 109, 74, 0);
    }
  }
.overlay {
    height:0;
    width:100%;
    position: fixed;
    z-index:999;
    top: 0;
    left: 0;
    padding:0 15px;
    background-color: rgba(0,0,0, 0.96);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
  }
  
  .overlay-content {
    position: relative;
    top:85px;
    width: 100%;
    margin-top:12px;
  }
.overlay-content .social-blk{padding-top:50px; text-align:center;}
.overlay-content .social-blk h6{color:var(--primary-color); font-size:16px; font-family:var(--primary-font); }
.overlay-content .social-blk a{color:#fff; font-size:22px; display:inline-block;}
  .overlay-content ul li{ border-bottom:1px solid rgba(255,255,255,.1); padding:10px 0; position:relative; }
  .overlay-content ul li span{ display:block; font-size:14px; color:#fff; width:50px; text-align:right; position:absolute; right:8px; top:7px; cursor:pointer; }
  .overlay-content ul li span:after{ display:block; content:"\f067"; font-family: 'FontAwesome'; float:right; }
  .overlay-content ul li span.menu-open:after{ content:"\f068"; }
  .overlay-content ul li a{ display:block; font-family: var(--primary-font); font-size:14px; color:#fff; line-height:16px; font-weight:400; letter-spacing:.04em; text-transform:uppercase; padding:0 8px; margin:0; transition:all 600ms ease-in-out; }
  .overlay-content ul li a:hover{ color:var(--primary-color); }
  .overlay-content ul li.active a{ color:var(--primary-color); }
  .overlay-content ul li.current_page_parent a{color:var(--primary-color); }
  .overlay-content ul .sub-menu{ display:none; margin:13px 20px 0; }
  .overlay-content ul .sub-menu li{ border-bottom:none; border-top:1px solid rgba(255,255,255,.1); }
  .overlay-content ul .sub-menu li a{ font-size:13px; color:#fff !important; line-height:15px; text-transform:capitalize; }
  .overlay-content ul .sub-menu li a:hover{ color:var(--primary-color)!important; }
  .overlay-content ul .sub-menu li.active a{ color:var(--primary-color)!important; }
  .overlay .closebtn {
    position: absolute;
    top:10px;
    right:10px;
    font-size:45px;
    color:rgba(255,255,255,.8);
    line-height:30px;
    padding:8px;
    transition:all 400ms ease-in-out;
  }
  
  .overlay .closebtn:hover{ color:#fff; }
  
  


.animated {
    animation-duration: 2s !important;
}


/* =======  Header Start ======== */
.navbar-default  .menu-header-menu-container .sf-menu li .sub-menu li:nth-last-child(1) {padding-bottom: 0px !important;margin-bottom: 0px !important;border: 0px;}
.navbar-default .menu-header-menu-container .sf-menu li .sub-menu li a{    padding: 30px 10% 30px;    display: block;    text-align: center;  vertical-align: middle;}
.navbar-default .menu-header-menu-container .sf-menu li .sub-menu li a img{display: block !important;width: 40px; height: 40px; margin: 0 auto 20px !important;    padding: 0px;}
.navbar-default .menu-header-menu-container .sf-menu li .sub-menu li {padding: 0px !important; position: relative; height:162px; border-right: 1px solid rgb(255 255 255 / 24%); float: left; width:20%; transition: all 300ms ease-in-out; }
.navbar-default .menu-header-menu-container .sub-menu li:hover{background: #48ac30;}
.navbar-default .menu-header-menu-container .sub-menu li:active{background: #48ac30;}
.navbar-default  .menu-header-menu-container .sf-menu li .sub-menu li a span { white-space: wrap;   color: #fff !important;transition: .6s ease-in-out;font-size: 14px;font-weight: 300;  text-align: center; display:inline-block;white-space: break-spaces;}

.navbar-default .header-bottom-block .sf-menu li.menu-item-has-children { position: relative;}
.navbar-default .header-bottom-block .sf-menu li.menu-item-has-children:before { content: '\f107';font-family: 'FontAwesome'; position: absolute; right: 67px;top: 50%;transform: translateY(-50%);}
.navbar-default .menu-header-menu-container .sf-menu li .sub-menu{  padding: 0px; left: -141px;  width: 1304px; box-sizing: border-box;     border-radius: 0px 0px 10px 10px; background: linear-gradient(0deg, rgba(23,147,55,1) 0%, rgba(89,181,69,1) 100%); overflow:hidden;}

.navbar-default .menu-block{display: none;}
.navbar-default {padding:0px 0; background-color: #fff; transition: all 600ms ease-in-out; border-top: 3px solid #a0c9c3; transition: all 600ms ease-in-out;}
.navbar-default:before{content:''; width:32%; position: absolute; height:3px; top:-3px; left:0px; background-color: #008733; transition: all 600ms ease-in-out; animation: loader1 6s  forwards ease-in-out; animation-delay: 1s;}

.navbar-default .header-top-block{padding:20px 0px  15px 0px; border-bottom: 1px solid #e3e3e3; transition: all 600ms ease-in-out;}
.navbar-default .logo-block{width:270px; transition: all 600ms ease-in-out;}
.navbar-default .logo-block a{font-size:23px; display: inline-block; width: 100%; font-family: var(--secondary-font); color:#000; line-height: 30px; letter-spacing: 0.1em; font-style: italic;}
.navbar-default .logo-block a strong{display: block; font-weight: normal; transition: all 300ms ease-in-out;}
.navbar-default .logo-block img{width:100%; height: auto; object-fit: contain;}
.navbar-default .btn-block{width:auto;}
.navbar-default .btn-block{display:flex; justify-content: space-between; align-items: start;}
.navbar-default .btn-block a{font-size:14px; line-height: 40px; transition: all 600ms ease-in-out; letter-spacing: 0.1em; margin-right: 30px; font-family: var(--primary-font); font-weight: 400; color:#0c0c0c; text-transform: uppercase; position: relative; padding-left: 50px;}
.navbar-default .btn-block a:hover:before{top:6px; background-color: var(--secondary-color);}
.navbar-default .btn-block a:hover::after{height: 21px;}
.navbar-default .btn-block a:hover strong{color:#4d4d4d}
.navbar-default .btn-block a:nth-last-child(1){margin-right: 0px;}
.navbar-default .btn-block a strong{display:block; font-size:22px; letter-spacing: 0.02em; color:#0c0c0c; font-family: var(--primary-font); font-weight: 400; text-transform:none;}
.navbar-default .btn-block a:before{content:'\f095';  font-family: 'FontAwesome'; transition: all 300ms ease-in-out; position:absolute; top:0px; left:0px; color:#fff; width:37px; height:37px; border-radius: 10px 10px 0 10px; background-color:var(--primary-color); display: flex; justify-content: center; align-items: center;}
.navbar-default .btn-block a:nth-last-child(1):before{content:'\f003'}
.navbar-default .btn-block a:after{content:''; width:1px;  height: 25px; transition: all 300ms ease-in-out; background-color: #d4d4d4; position: absolute;     bottom: 7px;left: 36px;}
.navbar-default .header-bottom-block .navigation ul li a{font-size:15px; transition: all 200ms ease-in-out; text-transform: uppercase;  font-weight:500;  letter-spacing: 0.1em; color:#0c0c0c; line-height: 20px;}

.navbar-default .header-bottom-block{ border-bottom: 1px solid #e3e3e3;}
.navbar-default .header-bottom-block .social-blk  svg{margin-bottom: -2px !important; font-size: 25px; fill: #8f8f97; transition: all 200ms ease-in-out;}
.navbar-default .header-bottom-block .social-blk  svg:hover{fill:var(--primary-color)}
.navbar-default .header-bottom-block .social-blk  a{font-size: 25px; color:#999999; line-height: 30px; margin-right: 45px; transition: all 200ms ease-in-out;}
.navbar-default .header-bottom-block .social-blk{width: auto; padding-left: 50px; position: relative;}
.navbar-default .header-bottom-block .social-blk:before{content:''; position: absolute; left:0px; bottom:-15px; width:1px; height: 62px; background-color:#e3e3e3 ;}
.navbar-default .header-bottom-block .social-blk a:nth-last-child(1){margin-right: 0px;}
.navbar-default .header-bottom-block .social-blk a:hover{color:var(--primary-color);}
.navbar-default.navbar-fixed .header-top-block{margin-top: -115px;}
.navbar-default.navbar-fixed {box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;}


/* =======  Header End ======== */

/* =======  Top Banner Start ======== */
.top-banner{ padding-top:100px; padding-bottom:100px; position: relative; margin-top: 180px;}
.top-banner:before{content:''; position: absolute; background: url(images/battery.gif) no-repeat center; width: 250px; height:250px; background-size: contain; left:38%; top:31px; }
.top-banner .text-block h6{ font-size:21px; letter-spacing: -0.02em; line-height: 30px; color:#0c0c0c; margin-bottom: 10px;  font-family:var(--primary-font); font-weight: 400;}
.top-banner .text-block h1{font-size:73px; line-height: 76px; letter-spacing: -0.04em; color:#0c0c0c;}
.top-banner .text-block h1 strong{font-family:var(--primary-font); font-weight: 400;     animation: textShine 5s ease-in-out infinite alternate; transition: all 600ms ease-in-out;   background: linear-gradient(to right,rgba(0,135,51,1)20%, rgba(25,161,58,1) 30%, rgba(118,230,83,1) 70%,  rgb(48, 165, 9) 80%);  -webkit-background-clip: text; background-clip: text;-webkit-text-fill-color: transparent;text-fill-color: transparent; background-size: 500% auto;}
.top-banner .text-block p{font-size: 19px; letter-spacing: -0.02em; padding-bottom: 0px; }
.top-banner .text-block p strong{color:var(--primary-color);}

.top-banner .img-block{width:100%; height: 380px; position: relative;}
.top-banner .img-block .vc_figure {width:100%; height:100%;}
.top-banner .img-block .vc_figure .vc_single_image-wrapper{width:100%; height:100%;}
.top-banner .img-block img{width:100%; height: 100%; object-fit: cover;position: relative;}
.top-banner .img-block::after{content:''; width:148px; height:60px; border: 1px solid var(--secondary-color); border-bottom: 5px solid var(--secondary-color); position: absolute; right:40px; top:-60px; animation: bounce 10s infinite linear}
.top-banner .img-block::before{content:''; width:170px; height:120px; background-color: #e7f1f0; border-bottom: 2px solid var(--secondary-color); position: absolute; left:-40px; bottom:-60px; animation: bounceAround 10s ease-in-out infinite;}

/* =======  Top Banner End ======== */


/* =======  Need Help Start ======== */
.need-help-sec{ padding-top:70px; padding-bottom:70px; position:relative; }
.need-help-sec:before{content:''; width:30%; height: 100%; background-color: #f3f9f5; left:0px; bottom:0px; position: absolute;}
.need-help-sec .left-block h2{font-size:46px; letter-spacing: -0.04em; line-height: 50px; color:#0c0c0c; padding-bottom: 32px; position: relative; padding-left: 30px;}
.need-help-sec .left-block h2::after{content:''; position: absolute; left:0px; top:0px; background: url(images/heading-element.png) no-repeat left center; width:30px; height:30px;}
.need-help-sec .left-block h2:before{content:''; width:1px; height:95px; background-color: var(--primary-color); position: absolute; bottom:-67px; left:37px }
.need-help-sec .left-block .form-block {padding:60px 30px 60px 30px; background: linear-gradient(0deg, rgba(23,147,55,1) 0%, rgba(89,181,69,1) 100%); border-top: 2px solid var(--primary-color);}
.need-help-sec .left-block .form-block p{ padding:0; }
.need-help-sec .left-block .form-block .custom-input{ width:100%; font-family:var(--light-font); color:#fff; background-color: transparent; border:none; border-bottom:1px solid #fff; padding:10px 5px; margin-bottom:40px; box-shadow:none; outline:none; }
.need-help-sec .left-block .form-block .custom-textarea{ width:100%; height:100px; font-family:var(--light-font); color:#fff; background-color: transparent; border:none; border-bottom:1px solid #fff; padding:10px 5px; margin-bottom:40px; box-shadow:none; resize:none; outline:none; }
.wpcf7-not-valid-tip{color:#fff!important;}
#myModal .wpcf7 form .wpcf7-response-output {border: 0px !important;color:var(--primary-color)!important; padding: 10px 0 !important;}
#myModal .wpcf7-not-valid-tip{color:var(--primary-color)!important;}
.wpcf7 form .wpcf7-response-output{border:0px !important; color:#fff !important; padding: 10px 0 !important;}
.need-help-sec .left-block .form-block .custom-textarea::placeholder{color:#fff; }
.need-help-sec .left-block .form-block .custom-input::placeholder{color:#fff; }
.need-help-sec .left-block .custom-button{all:unset; font-family: var(--primary-font); cursor: pointer; font-size:19px; line-height: 25px; transition: all 400ms ease-in-out; letter-spacing: -0.02em; color:#fff; font-weight: 400; text-transform: capitalize; padding-right:45px; background: url(images/btn-element.png)no-repeat right 10px center;}
.need-help-sec .left-block .custom-button:hover{background: url(images/btn-element.png)no-repeat right 0px center;}

.need-help-sec .right-block h2{font-size:46px; letter-spacing: -0.04em; line-height: 50px; color:#0c0c0c; padding-bottom: 40px; margin-bottom: 10px; position: relative; }
.need-help-sec .right-block h2:after{content:''; position: absolute; left:-30px; top:0px; background: url(images/heading-element.png) no-repeat left center; width:30px; height:30px;}
.need-help-sec .right-block h2:before{content:''; width:1px; height:30px; background-color: var(--primary-color); position: absolute; bottom:0px; left:10px;}
.need-help-sec .right-block{padding-left: 30px;}

.need-help-sec .right-block .sec-content .inner-block{padding:10px; border:1px solid #dfdfdf; display:flex; justify-content: space-between; align-items: center; }
.need-help-sec .right-block .sec-content .inner-block .icon{width:20%; height:126px; background-color:#e5f3ea; display: flex; justify-content: center; align-items: center; position: relative; transition: all 600ms ease-in-out;}
.need-help-sec .right-block .sec-content .inner-block .icon:before{content:''; width:10px; height:10px; background-color: var(--primary-color); bottom:-10px; right:-10px; position: absolute; transition: all 600ms ease-in-out;}
.need-help-sec .right-block .sec-content .inner-block .icon::after{content:''; width:10px; height:10px; background-color:var(--secondary-color); top:-10px; left:-10px; position: absolute; transition: all 600ms ease-in-out;}
.need-help-sec .right-block .sec-content .inner-block .text{width:76%;}
.need-help-sec .right-block .sec-content .inner-block .text p{padding-bottom: 0px; }
.need-help-sec .right-block .sec-content .inner-block .text h6{font-size:22px; letter-spacing: -0.02em; margin-bottom: 10px; color:var(--primary-color); font-family: var(--primary-font); font-weight: 400;transition: all 600ms ease-in-out; }
.need-help-sec .right-block .sec-content .inner-block{margin-bottom: 25px;}
.need-help-sec .right-block .sec-content .inner-block:nth-last-child(1){margin-bottom: 0px;}
.need-help-sec .right-block .sec-content .inner-block:hover .icon{background-color: #eff8ec;}
.need-help-sec .right-block .sec-content .inner-block:hover .text h6{color:var(--secondary-color);}
.need-help-sec .right-block .sec-content .inner-block:hover .icon:before{right:114px; background-color:var(--secondary-color);}
.need-help-sec .right-block .sec-content .inner-block:hover .icon:after{left:114px; background-color:var(--secondary-color);}

/* =======  Need Help End ======== */


/* =======  About Us Start ======== */
.aboutus-sec{ padding-top:70px; padding-bottom:70px; }
.aboutus-sec .left-block h2{font-size:46px; letter-spacing: -0.04em; line-height: 50px; color:#0c0c0c; padding-bottom: 40px; margin-bottom: 10px; position: relative; position: relative;}
.aboutus-sec .left-block h2:after{content:''; position: absolute; left:-30px; top:0px; background: url(images/heading-element.png) no-repeat left center; width:30px; height:30px; }
.aboutus-sec .left-block h2:before{content:''; width:1px; height:30px; background-color: var(--primary-color); position: absolute; bottom:0px; left:10px;}
.aboutus-sec .left-block{ padding-left: 30px;}
.aboutus-sec .right-block{position: relative;}
.aboutus-sec .right-block:before{content:''; position: absolute; width:130px; height:106px; background-color: var(--primary-color); left:100px; top:-50px; opacity: 0.8;   animation: bounceAround 10s ease-in-out infinite;}
.aboutus-sec .right-block:after{content:''; width:297px; height:142px; position: absolute; bottom:-70px; right:-40px; background-color: var(--secondary-color); z-index: -1;}
.aboutus-sec .right-block img{ width:100%; height:auto; }
.aboutus-sec .right-block .vc_figure, .aboutus-sec .right-block .vc_single_image-wrapper{ display:block !important; }
/* =======   About Us  End ======== */

/* =======   Service Start ======== */
.service-sec{ padding-top:50px; background-color:#f3f9f5;}
.service-sec .sec-heading h2{font-size:46px; letter-spacing: -0.04em; line-height: 50px; color:#0c0c0c; padding-bottom: 30px; margin-bottom: 10px; padding-left:40px;   position: relative;}
.service-sec .sec-heading h2:before{content:''; position: absolute; left:0px; top:0px; background: url(images/heading-element.png) no-repeat left center; width:30px; height:30px;}

.service-sec .sec-content .service-box{box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px; margin-bottom: 50px;}
.service-sec .sec-content .service-box .img-block{width:100%; height:245px; overflow: hidden;}
.service-sec .sec-content .service-box .img-block img{width:100%; height:100%; object-fit: cover;}
.service-sec .sec-content .service-box .content-block{padding:25px  30px 35px 30px; background: #fff; min-height: 598px;}
.service-sec .sec-content .service-box .content-block h3{ font-size:35px; letter-spacing: -0.02em; line-height: 39px; color:#0c0c0c; padding-bottom: 40px; margin-bottom: 10px; position: relative; }
.service-sec .sec-content .service-box .content-block h3:before{ content:''; position: absolute; width:1px; height:30px; background-color: var(--secondary-color); bottom:0px; left:10px;}
.service-sec .sec-content .owl-carousel .sa_hover_container{ padding:0 10px !important; }
.service-sec .sec-content .sa_owl_theme .owl-nav{ display:flex !important; position:absolute; right:0px; top:-90px; justify-content:end; }
.service-sec .sec-content .sa_owl_theme .owl-nav button{ display:block !important; width:60px !important; height:60px !important; border:1px solid #ffffff67; box-shadow:0px 10px 15px -3px rgba(0,0,0, 0.1), 0px 4px 6px -2px rgba(0,0,0,0.05); background-color:#fff !important; border-radius:50px; transition:all 600ms ease-in-out; margin:0 5px !important; position:relative !important; outline:none !important; }
.service-sec .sec-content .sa_owl_theme .owl-nav button.owl-prev{ background:url(images/arrow-lft.png) no-repeat center #fff !important; left:inherit !important; }
.service-sec .sec-content .sa_owl_theme .owl-nav button.owl-next{ background:url(images/arrow-rt.png) no-repeat center #fff !important; right:inherit !important; }
.service-sec .sec-content .sa_owl_theme .owl-nav button:hover{ background-color:#b7fca2 !important; }

#service-slider .owl-controls{position: absolute;right: 0px; top: -105px;}
#service-slider  .owl-nav{display: flex;justify-content: end;}
#service-slider .owl-prev{ background: url(images/arrow-lft.png) no-repeat center; border: 1px solid #ffffff67; transition: all 300ms ease-in-out; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;  width: 60px; height: 60px; border-radius: 50px;background-color: #fff; margin: 0 5px;transition: all 600ms ease-in-out;}
#service-slider .owl-next{ background: url(images/arrow-rt.png) no-repeat center; border: 1px solid #ffffff67; transition: all 300ms ease-in-out;  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; width: 60px; height: 60px;border-radius: 50px;background-color: #fff; margin: 0 5px;transition: all 600ms ease-in-out;}
#service-slider .owl-prev:hover{background:url(images/arrow-lft.png) #b7fca2 no-repeat center ;}
#service-slider .owl-next:hover{background:url(images/arrow-rt.png) #b7fca2 no-repeat center ;}
/* ======= Service  End ======== */

/* ======= Gallery  End ======== */
.gallery-sec{ padding-top:50px; padding-bottom:50px; }
.gallery-sec .sec-heading h2{font-size:46px; letter-spacing: -0.04em; line-height: 50px; color:#0c0c0c; padding-bottom: 30px; margin-bottom: 0px; padding-left:40px;   position: relative;}
.gallery-sec .sec-heading h2:before{content:''; position: absolute; left:0px; top:0px; background: url(images/heading-element.png) no-repeat left center; width:30px; height:30px;}

.gallery-sec .sec-content img{width: 100%;}
.gallery-sec .vc_figure, .gallery-sec .vc_single_image-wrapper{ display:block !important; width:100%; }
.gallery-sec .img-box img{ width:100%; height:auto; }


/* ======= Gallery  End ======== */


/* ======= Testimonials  End ======== */
.testimonials-sec{ padding-top:50px; padding-bottom:30px; background-color:#f5faf7; }
.testimonials-sec .sec-heading{text-align: center;}
.testimonials-sec .sec-heading h2{font-size:46px; letter-spacing: -0.04em; line-height: 50px; color:#0c0c0c; padding-bottom: 40px; margin-bottom: 30px;   position: relative;}
.testimonials-sec .sec-heading h2:before{content:''; position: absolute; width:1px; height:40px; background-color: var(--secondary-color); bottom:0px; left:50%; transform: translateX(-50%);}
.testimonials-sec .sec-heading h2:after{content:''; position: absolute; left:50%; transform: translateX(-50%); bottom: -30px; background: url(images/heading-element.png) no-repeat left center; width:30px; height:30px;}
.testimonials-sec .sec-content {padding:50px 0; position: relative;}
.testimonials-sec .sec-content::before{content:''; position: absolute; bottom:22px; background:url(images/quote-3.png) no-repeat center; right:324px; z-index:2; width:125px; height: 112px;}
.testimonials-sec .sec-content::after{content:''; position: absolute; top:25px; background:url(images/quote-4.png) no-repeat center; left:324px;  width:123px; height: 60px;}

.testimonials-sec .sec-content .testimonials-box{padding: 57px 30px 45px 30px; background-color: #fff; text-align: center; }
.testimonials-sec .sec-content .testimonials-box p{position: relative; text-align: center;}
.testimonials-sec .sec-content .testimonials-box p:before{content: ''; display: inline-block; margin-right: 10px; background: url(images/quote-1.png) no-repeat center; width: 17px; height: 15px;}
.testimonials-sec .sec-content .testimonials-box p:after{content: ''; display: inline-block; margin-left: 10px; margin-top: 10px;   background: url(images/quote-2.png) no-repeat center; width: 17px; height: 15px;}
.testimonials-sec .sec-content .testimonials-box h6{text-align: center; padding-left: 30px; font-size: 18px; font-family: var(--primary-font); color: #0c0c0c; margin-bottom: 0px; position: relative; display: inline-block;} 
.testimonials-sec .sec-content .testimonials-box h6:before{content:''; position: absolute; width:25px; height:1px; background-color: var(--secondary-color); left:0px; top: 50%; transform: translateY(-50%);}
#testimonials-slider .owl-stage-outer .owl-stage .owl-item .testimonials-box{ transform:scale(0.9); opacity: 0.5; box-shadow:rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;  min-height: 258px;}
#testimonials-slider .owl-stage-outer .owl-stage .owl-item.active .testimonials-box{ transform: scale(1); opacity: 1; } 
#testimonials-slider .owl-stage-outer{padding:30px 0;}
/* ======= Testimonials  End ======== */


/* ======= Footer Start ======== */
footer{ overflow-x: hidden;  padding:60px 0 40px 0px; background: url(images/footer-bg-img.jpg) no-repeat center; z-index:1; background-size: cover; position: relative; border-top: 3px solid #a0c9c3; overflow-y: hidden;}
footer:before{content:''; width:32%; position: absolute; height:3px; top:-3px; left:0px; background-color: #008733;transition: all 600ms ease-in-out; animation: loader1 6s   forwards ease-in-out; animation-delay: 1s; }
footer:after{content:''; width:32%; position: absolute; height:3px; top:-3px; left:32%; background-color: #61b946;transition: all 600ms ease-in-out; animation: loader2 3s   forwards ease-in-out;  }
footer .f-block .f-logo-block a{font-size:23px; display: inline-block; padding-bottom: 30px; letter-spacing: 0.1em; line-height: 34px; font-family: var(--secondary-font); text-transform: capitalize; color:#fff; font-style: italic;}
footer .f-block .f-logo-block{padding-bottom:30px;}
footer .f-block .f-logo-block a strong{font-weight: normal;}
footer .f-block .contact-info .location-info{font-size:20px; transition: all 400ms ease-in-out; letter-spacing: -0.04em; margin-bottom: 15px; font-family: var(--light-font); padding-bottom: 0px; font-weight: 400; padding-left:50px; color:#fff; position: relative;}
footer .f-block  .contact-info .location-info:before{content:'\f041'; font-family:'FontAwesome'; position: absolute; color:#fff; left:0px; top:0px;  }
footer .f-block  .contact-info .location-info:after{content:''; position: absolute; width:20px; height:1px; background-color: #fff; position: absolute; left:22px; top:50%; transform: translateY(-50%);}
footer .f-block .contact-info .location-info:hover:before{color:#f3ff00;}

footer .f-block  .contact-info .call-info{display: block;font-size:20px; transition: all 400ms ease-in-out; margin-bottom: 15px; letter-spacing: -0.04em; font-family: var(--light-font); padding-bottom: 0px; font-weight: 400; padding-left:50px; color:#fff; position: relative; }
footer .f-block  .contact-info .call-info:before{content:'\f095 '; transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; font-family:'FontAwesome'; position: absolute; color:#fff; left:0px; top:0px; }
footer .f-block  .contact-info .call-info::after{content:''; position: absolute; width:20px; height:1px; background-color: #fff; position: absolute; left:22px; top:50%; transform: translateY(-50%);}
footer .f-block  .contact-info .call-info:hover:before{color:#f3ff00;}


footer .f-block  .contact-info .mail-info{display: block;font-size:20px; transition: all 400ms ease-in-out;  letter-spacing: -0.04em; font-family: var(--light-font); padding-bottom: 0px; font-weight: 400; padding-left:50px; color:#fff; position: relative; }
footer .f-block  .contact-info .mail-info:hover:before{color:#f3ff00;}
footer .f-block  .contact-info .mail-info:before{content:'\f0e0 '; transition: all 400ms ease-in-out; font-family:'FontAwesome'; position: absolute; color:#fff; left:0px; top:0px; }
footer .f-block  .contact-info .mail-info::after{content:''; position: absolute; width:20px; height:1px; background-color: #fff; position: absolute; left:26px; top:50%; transform: translateY(-50%);}


footer .f-block h3{font-size:21px; font-family: var(--primary-font); letter-spacing:-0.04em; text-transform: capitalize; color:#fff; margin-bottom: 30px;}
footer .f-block ul li a{font-size:16px; font-family: var(--light-font); letter-spacing: -0.02em; display: inline-block; color:#fff;}
footer .f-block ul li{margin-bottom: 15px;}
footer .f-block ul li:nth-last-child(1){margin-bottom: 0px;}

footer .f-block ul li{font-size:16px; font-family: var(--light-font); letter-spacing: -0.02em;  color:#fff; position: relative;}
footer .f-block ul li:before{content:''; width:5px; height:5px; transform: scale(0);  transition: all 300ms ease-in-out; border-radius: 50px; background-color: #f3ff00; position: absolute; left:-10px; top:37%; }
footer .f-block ul li:hover:before{transform: scale(1);}

footer .f-block ul li strong{padding-left: 70px;}
footer .footer-top{padding-bottom: 50px;}
footer .footer-bottom {text-align: center; border-top: 1px solid #ffffff5c; padding-top:20px;}
footer .footer-bottom p{color:#fff; padding-bottom: 0px;  display:inline-block;}
footer .footer-bottom p a{cursor:pointer; transition:200ms ease-in-out; color:#fff;}
footer .footer-bottom p:hover a{color: #f3ff00}
/* ======= Footer End ======== */


/* ======= About Start ======== */
.about-us{margin-top: 180px; padding:68px 0 68px 0; border-bottom: 1px solid #dadada;}
.about-us .left-block{padding-right: 100px;}
.about-us .left-block h6{ font-size:21px; font-family: var(--primary-font); color:#0c0c0c; padding-left: 30px; }
.about-us .left-block h6::after {content: '';position: absolute;left: -0px;top: 0px;background: url(images/heading-element.png) no-repeat left center;width: 30px;height: 30px;}
.about-us .left-block h2{font-size:72px; letter-spacing: -0.04em; line-height: 76px;  position: relative; padding-bottom: 40px; margin-bottom: 10px;}
.about-us .left-block h2:before{content:''; width:1px; height:40px; position: absolute; background-color: var(--primary-color); left:10px; bottom:0px;}
.about-us .left-block h2 strong{display:block; font-weight: 400; font-family: var(--primary-font); animation: textShine 5s ease-in-out infinite alternate; transition: all 600ms ease-in-out;   background: linear-gradient(to right,rgba(0,135,51,1)20%, rgba(25,161,58,1) 30%, rgba(118,230,83,1) 70%,  rgb(48, 165, 9) 80%);  -webkit-background-clip: text; background-clip: text;-webkit-text-fill-color: transparent;text-fill-color: transparent; background-size: 500% auto;}
.about-us .right-block{width:100%; height: 424px; position: relative;}
.about-us .right-block img{width:100%; height:100%; object-fit: cover;}
.about-us .right-block .vc_figure{width:100%; height:100%;}
.about-us .right-block .vc_figure .vc_single_image-wrapper{width:100%; height:100%;}
.about-us .right-block:before{content:''; position: absolute; width:170px; height:78px; background-color: var(--secondary-color); right:0px; top:-78px;}
.about-us .right-block:after{content:''; position: absolute; width:342px; height:172px; background: url(images/about-us-img-element.png) no-repeat center; bottom: -52px; left:-70px;}

.who-we-are{padding:68px 0 108px 0; border-bottom: 1px solid #dadada; }
.who-we-are .right-block h2{font-size:73px; color: #0c0c0c; letter-spacing: -0.04em; padding-bottom:40px; margin-bottom: 10px; position: relative;  }
.who-we-are .right-block h2 strong{font-weight: 400;   animation: textShine 5s ease-in-out infinite alternate; transition: all 600ms ease-in-out;   background: linear-gradient(to right,rgba(0,135,51,1)20%, rgba(25,161,58,1) 30%, rgba(118,230,83,1) 70%,  rgb(48, 165, 9) 80%);  -webkit-background-clip: text; background-clip: text;-webkit-text-fill-color: transparent;text-fill-color: transparent; background-size: 500% auto; font-family: var(--primary-font);}
.who-we-are .right-block h2:before{content:''; width:1px; height:40px; position: absolute; background-color: var(--primary-color); left:10px; bottom:0px;}
.who-we-are .left-block{width: 100%; height: 600px; padding-right: 80px; position: relative;}
.who-we-are .left-block:before{content:''; position: absolute; width:128px; height: 107px; background-color: var(--secondary-color); opacity: 0.85; bottom:0px; right:238px; z-index: 1;}
.who-we-are .left-block:after{content:''; position: absolute; width:218px; height: 222px; background-color: var(--primary-color); bottom:-40px; right: 20px; z-index: -1;}
.who-we-are .left-block .vc_figure {width:100%; height: 100%;}
.who-we-are .left-block .vc_figure .vc_single_image-wrapper{width:100%; height: 100%;}
.who-we-are .left-block .vc_figure .vc_single_image-wrapper img{width:100%; height:100%; object-fit: cover;}

.about-us-bottom-sec{padding:48px 0;}
.about-us-bottom-sec .vc_row .wpb_column {border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; }
.about-us-bottom-sec .vc_row .wpb_column:nth-child(1){padding-right: 20px;}
.about-us-bottom-sec .vc_row .wpb_column:nth-child(2){padding-left: 20px; border-right: 0px;}
.about-us-bottom-sec .vc_row .wpb_column:nth-child(3){padding-right: 20px; border-bottom: 0px;}
.about-us-bottom-sec .vc_row .wpb_column:nth-child(4){padding-left: 20px; border-bottom: 0px; border-right: 0px;}
.about-us-bottom-sec .content-box{padding: 20px 0;}
.about-us-bottom-sec .content-box p:nth-last-child(1){padding-bottom: 0px;}
.about-us-bottom-sec .content-box h3{font-family: var(--primary-font); margin-bottom: 30px; font-size: 40px; background: linear-gradient(0deg, rgba(0,135,51,1) 0%, rgba(25,161,58,1) 38%, rgba(118,230,83,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

/* ======= About  Start ======== */



/* ======= Service  Start ======== */

.service-top-section{margin-top: 180px; padding:68px 0 68px 0; }
.service-top-section .sec-heading{text-align: center; padding: 0 100px   20px 100px  ;}
.service-top-section .sec-heading h6{ font-size:21px; font-family: var(--primary-font); color:#0c0c0c; padding-left: 30px; position: relative; display: inline-block;}
.service-top-section .sec-heading h6:before{content: '';position: absolute;left:0px;top: 0px;background: url(images/heading-element.png) no-repeat left center;width: 22px;height: 19px;}
.service-top-section .sec-heading h2{font-size:73px; letter-spacing: -0.04em; color:#0c0c0c; line-height: 74px;   padding-bottom:60px; margin-bottom: 10px; position: relative;}
.service-top-section .sec-heading h2:before{content:''; position: absolute; width:1px; height: 50px; background-color: var(--secondary-color); left:0px; right:0px; margin: 0 auto; bottom:0px;}
.service-top-section .sec-content .inner-block .vc_column-inner{border:1px solid #dfdfdf; padding:30px 25px; position: relative; transition: all 600ms ease-in-out;}
.service-top-section .sec-content .icon {width:125px; height: 125px; background: rgb(255,255,255); transition: all 200ms ease-in-out;
    background: linear-gradient(113deg, rgba(255,255,255,0) 0%, rgba(184,224,172,0.241421568627451) 45%, rgba(97,185,70,1) 100%); border-radius: 50%; position: relative; top: 0px; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; left:0px; display: flex; justify-content: center; align-items: center; margin-bottom: 10px !important;}
.service-top-section .sec-content .text-block h3{font-size:22px; letter-spacing: -0.02em; line-height: 56px; color:var(--primary-color); font-family: var(--primary-font);} 
.service-top-section .sec-content .text-block p:nth-last-child(1){padding-bottom:0px;}
.service-top-section .sec-content .inner-block:hover .vc_column-inner{box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
.service-top-section .sec-content .inner-block:hover .icon {background-position-x: -125px;}


.why-choos-us{padding-bottom: 30px;}
.why-choos-us .sec-heading h2{font-size:40px; letter-spacing: -0..04em; color: #0c0c0c; line-height:50px; padding-left: 30px; position: relative; }
.why-choos-us .sec-heading h2:before{content: '';position: absolute;left:0px;top: 0px;background: url(images/heading-element.png) no-repeat left center;width: 22px;height: 19px;}
.why-choos-us .sec-heading {padding-bottom: 50px;}
.why-choos-us .sec-content .inner-block .right-block{padding: 20px 15px;}
.why-choos-us .sec-content .inner-block .right-block h3{ font-size:39px; letter-spacing: -0.02em; line-height: 47px; padding-bottom: 30px; margin-bottom: 5px; position: relative;}
.why-choos-us .sec-content .inner-block .right-block h3 strong{display: block; color: var(--primary-color);}
.why-choos-us .sec-content .inner-block .right-block h3:before{content:''; position: absolute; height: 25px; width: 1px; background: var(--secondary-color); left:10px; bottom: 0px;}
.why-choos-us .sec-content .inner-block .right-block p:nth-last-child(1){padding-bottom: 0px;}
.why-choos-us .sec-content .inner-block {background-color: #edf3ef; margin-bottom: 35px;}
.why-choos-us .sec-content .inner-block .left-block{height: 400px; margin-left: -15px; width:100%;}
.why-choos-us .sec-content .inner-block .left-block .vc_figure{height: 100%; width:100%;}
.why-choos-us .sec-content .inner-block .left-block .vc_figure .vc_single_image-wrapper {height: 100%; width:100%;} 
.why-choos-us .sec-content .inner-block .left-block .vc_figure .vc_single_image-wrapper img{height: 100%; width: 100%; object-fit: cover; } 
.why-choos-us .sec-content .inner-block:nth-child(even) {flex-direction: row-reverse;}
.why-choos-us .sec-content .inner-block:nth-child(even)   .left-block{ margin-left:15px;}





/* ======= Blog  Start ======== */
.recent-blog-sec {margin-top:180px; padding:68px 0 68px 0; }
.recent-blog-sec .recent-blog-post .left-block{padding-right: 100px;}
.recent-blog-sec .recent-blog-post .left-block h6{ font-size:21px; font-family: var(--primary-font); color:#0c0c0c; padding-left: 30px;}
.recent-blog-sec .recent-blog-post .left-block h6:before{content: '';position: absolute;left:15px;top: 0px;background: url(images/heading-element.png) no-repeat left center;width: 30px;height: 30px;}
.recent-blog-sec .recent-blog-post .left-block h3{font-size:45px; letter-spacing: -0.04em; line-height: 55px;  position: relative; padding-bottom: 40px; margin-bottom: 10px;}
.recent-blog-sec .recent-blog-post .left-block h3:before{content:''; width:1px; height:40px; position: absolute; background-color: var(--primary-color); left:10px; bottom:0px;}
.recent-blog-sec .recent-blog-post .right-block{width:100%; height:425px; position: relative;}
.recent-blog-sec .recent-blog-post .right-block img{width:100%; height: 100%; object-fit: cover;}
.recent-blog-sec .recent-blog-post .right-block:before{content:''; position: absolute; width:170px; height:78px; background-color: var(--secondary-color); right:0px; top:-78px;} 
.recent-blog-sec .recent-blog-post .right-block:after{content:''; position: absolute; width:342px; height:172px; background: url(images/about-us-img-element.png) no-repeat center; bottom: -52px; left:-70px;}


.blog-post-sec{padding: 68px 0 105px 0;}
.blog-post-sec .sec-heading h2{font-size: 52px; letter-spacing: -0.02em; text-transform: uppercase; color:#0c0c0c; margin-bottom: 50px;}
.blog-post-sec .inner-block{padding-top:15px; position: relative; margin-bottom: 50px;}
.blog-post-sec .inner-block:before{content:''; position: absolute; width:100%; height: 2px; background-color: var(--primary-color); top:0px; left:0px}
.blog-post-sec .inner-block .img-block{width: 100%; height:300px;}
.blog-post-sec .inner-block .img-block img{width:100%; height: 100%; object-fit: cover;}
.blog-post-sec .inner-block .content-block .date-block{padding: 20px 0 10px 0;}
.blog-post-sec .inner-block .content-block .date-block h5{font-size:18px; letter-spacing: -0.02em; background: linear-gradient(0deg, rgba(0,135,51,1) 0%, rgba(25,161,58,1) 38%, rgba(118,230,83,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 0px; font-family: var(--primary-font);}
.blog-post-sec .inner-block .content-block h3{font-size:25px; line-height:30px; margin-bottom: 15px;    color: #0c0c0c;}
.blog-post-sec .vc_row .wpb_column .vc_column-inner .wpb_wrapper .row .col-lg-4:nth-child(even) .inner-block::before{background-color: var(--secondary-color);}
.blog-post-sec .pagination {position: absolute;left: 50%;transform: translateX(-50%);bottom: -35px;}
.blog-post-sec .pagination .current {font-size: 18px;border-radius: 10px;width: 40px;height: 40px;background-color: var(--primary-color);color: #fff;display: flex;justify-content: center;align-items: center;margin: 0 5px;}
.blog-post-sec .pagination .inactive {font-size: 17px; width: 40px; border-radius: 10px; height: 40px; background-color: transparent; color: var(--primary-color); border: 1px solid #c2c5c7; display: flex; justify-content: center;align-items: center;margin: 0 5px;}
.blog-post-sec .pagination a {font-size: 17px; width: 40px; border-radius: 10px; height: 40px; background-color: transparent; color: var(--primary-color); border: 1px solid #c2c5c7; display: flex; justify-content: center;align-items: center;margin: 0 5px; line-height:22px;}



.blog-details-sec{margin-top:214px; padding-bottom: 45px;}
.blog-details-sec .blog-details .blog-image{width:100%; height:450px; overflow: hidden; border-radius: 10px; margin-bottom: 25px;   box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
.blog-details-sec .blog-details .blog-image img{width:100%; height:100%; object-fit: cover; }
.blog-details-sec .blog-details .blog-title h1{font-size:35px; color:#071521; font-weight: 700; line-height: 45px; margin-bottom: 15px;}
.blog-details-sec .blog-details .blog-title p{padding-bottom: 20px;}
.blog-details-sec .blog-content p{font-family:var(--light-font);}
.blog-details-sec .blog-content h2 { font-size: 25px;margin-bottom: 0px;padding: 0px 0 15px 0;color: #071521; ; font-weight:600;}
.blog-details-sec .blog-content h3{ font-size: 25px;margin-bottom: 0px;padding: 0px 0 15px 0;color: #071521;;font-weight:600;}
.blog-details-sec .blog-content h4{ font-size: 25px;margin-bottom: 0px;padding: 0px 0 15px 0;color: #071521; ;font-weight:600;}
.blog-details-sec .blog-content h5{ font-size: 25px;margin-bottom: 0px;padding: 0px 0 15px 0;color: #071521;;font-weight:600;}
.blog-details-sec .blog-content h6{ font-size: 18px; margin-bottom: 0px;padding: 0px 0 15px 0;color: #071521;;font-weight:600;}
.blog-details-sec .blog-content ul {padding: 0px 0 20px 0 !important;}
.blog-details-sec .blog-content ul li {padding: 5px 0px 5px 30px;position: relative;font-size: 16px;font-weight: 500;}
.blog-details-sec .blog-content ul li:before { content: ''; position: absolute;width: 20px; height: 1px;background-color:var(--primary-color); top: 15px;left: 0px;}

.blog-details-sec .blog-content ol {padding-bottom:20px !important;}
.blog-details-sec .blog-content ol li {padding: 5px 0px 5px 0px;position: relative;font-size: 16px;font-weight: 500;}


#sidebar { border: 1px solid #c2c5c7; border-radius: 10px;padding: 30px 35px;background-color: #fff; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.widgettitle {font-size: 30px; font-weight:700; line-height: 30px; text-transform: capitalize; padding-bottom: 15px; margin-bottom: 0px;border-bottom: 1px solid #cbcbcb;}
.blog-details-sec .rpwwt-widget ul li {padding: 15px 0;border-bottom: 1px solid #ebebeb;margin-bottom: 0px;}
.blog-details-sec .rpwwt-widget ul li:nth-last-child(1){border-bottom: 0px; padding-bottom: 0px;}
.blog-details-sec .rpwwt-widget ul li a {font-size: 16px;font-weight: 400;color: #000; display: flex;align-items: center;transition: all 300ms ease-in-out;}
.blog-details-sec .rpwwt-widget ul li a img { margin: 0px 10px 0px 0px;border-radius: 8px;}
.blog-details-sec .rpwwt-widget ul li a span {font-size: 16px;  font-family:var(--primary-font);  line-height:normal;  transition: all 300ms ease-in-out;font-weight: 400; transition:all 200ms ease-in-out;}
.blog-details-sec .rpwwt-widget ul li:hover a span{color:var(--primary-color);}
/* ======= BLog  Start ======== */


/* ======= Contact us  Start ======== */
.contactus-sec{margin-top: 180px; padding:68px 0 68px 0; }
.contactus-sec .left-block h5{font-size:21px; font-family: var(--primary-font); color:#0c0c0c; padding-left: 30px;}
.contactus-sec .left-block h5:before{content: '';position: absolute;left:0px;top: 0px;background: url(images/heading-element.png) no-repeat left center;width: 30px;height: 30px;}
.contactus-sec .left-block h2{font-size:72px; letter-spacing: -0.04em; line-height: 76px;  position: relative; padding-bottom: 40px; margin-bottom: 10px;}
.contactus-sec .left-block h2:before{content:''; width:1px; height:30px; position: absolute; background-color: var(--primary-color); left:10px; bottom:10px;}
.contactus-sec .left-block ul li h6{font-size:15px; color:var(--primary-color); text-transform: uppercase; margin-bottom:5px; background: none; font-family: var(--primary-font); font-weight: 400;}
.contactus-sec .left-block ul li p{padding-bottom:0px;}
.contactus-sec .left-block ul li{margin-bottom: 35px; position: relative; padding-left: 75px;}
.contactus-sec .left-block ul li:before{content:'\f041'; font-family: 'FontAwesome';  position: absolute; left:0px; top:0px;   color:var(--primary-color);  width:46px; height:51px; background-color: #eff8ec; display: flex; justify-content: center; align-items: center;}
.contactus-sec .left-block ul li:nth-child(2):before{content: '\f095';  }
.contactus-sec .left-block ul li:nth-child(3):before{content: '\f003 ';  }
.contactus-sec .left-block ul li a{font-size:22px; color:#616161; letter-spacing: 0.02em; }
.contactus-sec .left-block ul li:hover a{color:var(--secondary-color) ;}
.contactus-sec .left-block ul li:after{content:''; width:5px; height:5px; background-color: var(--primary-color); position: absolute; top:0px; left:39px; transition: all 600ms ease-in-out;}
.contactus-sec .left-block ul li{transition: all 600ms ease-in-out;}
.contactus-sec .left-block ul li:hover:after{left:0px;}

.contactus-sec .right-block{width:100%; height: 380px; position: relative;}
.contactus-sec .right-block .wpb_wrapper{height:100%;}
.contactus-sec .right-block .wpb_wrapper .wpb_map_wraper{height:100%;}
.contactus-sec .right-block .wpb_wrapper .wpb_map_wraper iframe {height:100%;} 
.contactus-sec .right-block:after{content:''; width:148px; height:60px; border: 1px solid var(--secondary-color); border-bottom: 5px solid var(--secondary-color); position: absolute; right:40px; top:-60px;}
.contactus-sec .right-block:before{content:''; z-index: -1; width:170px; height:120px; background-color: #e7f1f0; border-bottom: 2px solid var(--secondary-color); position: absolute; left:-40px; bottom:-60px;}

/* ======= Contact us end ======== */

.fixed-btn{position: fixed; z-index:9999; cursor: pointer; transition: all 300ms ease-in-out; transform: rotate(270deg); right:-135px; top:50%;  background: rgb(10,106,40); background: linear-gradient(0deg, rgba(10,106,40,1) 0%, rgba(61,160,47,1) 67%, rgba(72,172,48,1) 91%, rgba(72,172,48,1) 100%);     border-radius: 8px 8px 0px 0px; padding: 10px 60px; color:#fff !important; font-size: 18px; font-weight: 400; letter-spacing:0.04em;  font-family: var(--primary-font); animation: animate-pulse 3s linear infinite;}
.fixed-btn:hover{background: rgb(10,106,40); background: linear-gradient(274deg, rgba(10,106,40,1) 0%, rgba(61,160,47,1) 67%, rgba(72,172,48,1) 91%, rgba(72,172,48,1) 100%);}
.modal-dialog{max-width:700px;}
.modal-content{max-width: 700px !important; background-color: #fff;}
.modal-header .close{position:absolute; top:10px; right:10px; color:#0c0c0c; padding:0px; font-family:var(--primary-font); outline:none; font-weight:200; width:40px; height:40px; border:1px solid #0c0c0c; border-radius:50px; display:flex; justify-content:center; align-items:center; font-size:25px; }
.modal-header{padding: 45px 0 0px 0; border-bottom:1px solid  #a9fd9b ; display:block; position: relative;}
.modal-header:before{content:''; position: absolute; width:106px; height:106px; background-color: var(--primary-color); left:0px; top:-75px; opacity: 0.5;}
#myModal .modal-header .modal-title{color:#0c0c0c; position: relative;  text-align:left;    font-size: 35px;text-transform:capitalize;letter-spacing: 0.02em; }
#myModal .modal-header .modal-title:before{content:''; position: absolute; left:-31px; top:6px; background: url(images/heading-element.png) no-repeat left center; width:30px; height:30px;}
#myModal .modal-header .modal-title:after{content:''; width:1px; height:47px; background-color: var(--primary-color); position: absolute; bottom:-73px; left:0px }

#myModal .modal-header p{color: #0c0c0c; text-align: left;}
#myModal{padding-right:0px !important;}
#myModal .modal-content{padding:35px 45px 50px 45px ;  margin-top:41px;  position: relative;    border-radius: 0px;  border-top:3px solid var(--primary-color);}

#myModal .modal-content:before{content:''; position: absolute; width:100px; height: 100px; background-color: var(--secondary-color); opacity: 0.25; bottom:0px; right:54px; z-index: 1;}
#myModal .modal-content:after{content:''; position: absolute; width:100px; height: 100px; background-color: var(--primary-color); bottom:-31px; right:-47px; z-index: -1;}
#myModal .modal-body{padding:45px 0 0 0;  }
#myModal{ z-index: 9999999;}

#myModal .modal-body form .custom-input{width:100%; font-family:var(--light-font); color:#0c0c0c; background-color: transparent; border:none; border-bottom:1px solid  #a9fd9b; padding:10px 5px; margin-bottom:40px; box-shadow:none; outline:none;}

#myModal .modal-body form .custom-input form{margin-bottom: 0px !important;}
#myModal .modal-body form .block p{padding-bottom: 0px !important;}
#myModal .modal-body form .custom-input:focus::placeholder{font-size: 0px;}

#myModal .modal-body form .custom-textarea:focus::placeholder{font-size: 0px;}
#myModal .modal-body form .custom-textarea{width:100%; height:100px; font-family:var(--light-font); color:#0c0c0c; background-color: transparent; border:none; border-bottom:1px solid  #a9fd9b; padding:10px 5px; margin-bottom:60px; box-shadow:none; outline:none;}
#myModal .modal-body form .custom-button{all:unset; font-family: var(--primary-font); cursor: pointer; font-size:19px; line-height: 25px; transition: all 400ms ease-in-out; letter-spacing: -0.02em; color:#0c0c0c; font-weight: 400; text-transform: capitalize; padding-right:45px; background: url(images/btn-element2.png)no-repeat right 10px center;}
#myModal .modal-body form .custom-button:hover{background: url(images/btn-element2.png)no-repeat right 0px center;}


#myModal .modal-body form .custom-textarea::placeholder{color:#0c0c0c; }
#myModal .modal-body form .custom-input::placeholder{color:#0c0c0c; }


/* ======= Contact us  End ======== */



.error-page-block{margin-top: 149px;height: 300px;display: flex;justify-content: center;align-items: center;}


footer .area .squares {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

footer .area .squares li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(255 255 255 / 6%);
    animation: animate 8s linear infinite;
    bottom: -150px;
}

footer .area .squares li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

footer .squares li:nth-child(2) {
    left: 10%;
    width: 70px;
    height: 70px;
    animation-delay: 0s;
    animation-duration: 12s;
}

footer .area .squares li:nth-child(3) {
    left: 70%;
    width: 30px;
    height: 30px;
    animation-delay: 2s;
}

footer .area  .squares li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

footer .area  .squares li:nth-child(5) {
    left: 65%;
    width: 50px;
    height: 50px;
    animation-delay: 0s;
}

footer .area  .squares li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 0s;
}

footer .area  .squares li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 4s;
}

footer .area  .squares li:nth-child(8) {
    left: 50%;
    width: 40px;
    height: 40px;
    animation-delay: 2s;
    animation-duration: 30s;
}

footer .area  .squares li:nth-child(9) {
    left: 20%;
    width: 30px;
    height: 30px;
    animation-delay: 2s;
    animation-duration: 25s;
}

footer .area  .squares li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

footer .area  .squares li:nth-child(11) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
}

footer .area  .squares li:nth-child(12) {
    left: 50%;
    width: 70px;
    height: 70px;
    animation-delay: 2s;
    animation-duration: 7s;
}

footer .area  .squares li:nth-child(13) {
    left: 20%;
    width: 70px;
    height: 70px;
    animation-delay: 0s;
    animation-duration: 15s;
}

footer .area  .squares li:nth-child(14) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0px) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes bounceAround {
    0% {transform:translateY(0);}
    20% {transform:translateY(-60px) rotate(0deg);}
    25%{transform:translateY(20px) rotate(0deg);}
    35%, 55%{transform:translateY(0px) rotate(0deg);}
    60% {transform: translateY(-20px) rotate(0deg);}
    100%{transform: translateY(-20px) rotate(360deg);}
  }


  
@keyframes bounce {
    20%, 50%, 80% {
      transform: translate(0, 0);    
    }
    40% {
      transform: translate(0, -10px);    
    }
    70% {
      transform: translate(0, -5px);    
    }
    90% {
      transform: translate(0, -2px);
    }
  }
/*____________________________________________
                Media Quaries 
______________________________________________*/

@media only screen and (orientation:landscape) {
    body { -webkit-text-size-adjust:none; }
}
@media only screen and (orientation:portrait) {
    body { -webkit-text-size-adjust:none; }
}

@media screen and (max-width: 1400px){
	.navbar-default .header-bottom-block .sf-menu li.menu-item-has-children::before{right: 83px;}
    .service-top-section .sec-heading h2{padding-bottom: 30px;}
    .why-choos-us .sec-content .inner-block .right-block h3{font-size: 30px;line-height: 35px;}
    .why-choos-us .sec-heading h2{font-size: 35px;line-height: 40px;}
    .service-top-section .sec-content .icon{margin-bottom: 15px !important;}
    .service-top-section .sec-content .text-block h3 {font-size: 22px;line-height: 30px;}
    .service-top-section .sec-content .inner-block:hover .icon { background-position-x: -100px; }
    .service-top-section .sec-content .icon .vc_figure{width:100%; height:100%;}
    .service-top-section .sec-content .icon .vc_figure .vc_single_image-wrapper{width:100%; height:100%;}
    .service-top-section .sec-content .icon .vc_figure .vc_single_image-wrapper img{width:100%; height: 100%; object-fit: contain;}
    .service-top-section .sec-content .icon{width: 100px;padding:0 28px ;height: 100px;}
    .service-top-section .sec-heading{padding: 0 50px 20px 50px;}
    .service-top-section .sec-heading h2{font-size:60px;line-height: 65px;padding-bottom: 40px;margin-bottom: 10px;}
    .service-top-section .sec-heading h2:before{height: 30px;}
    .service-top-section{margin-top: 145px;}
    .top-banner:before {top: -35px;}
    .blog-details-sec .blog-content h2 { font-size: 22px;}
    .blog-details-sec .blog-content h3{ font-size: 22px;}
    .blog-details-sec .blog-content h4{ font-size: 22px;}
    .blog-details-sec .blog-content h5{ font-size: 22px;}
    .blog-details-sec .blog-content h6{ font-size: 18px;}
    .blog-details-sec .blog-details .blog-title h1 {font-size: 30px; color: #071521;font-weight: 700;line-height: 40px;margin-bottom: 5px; }
    .blog-details-sec .blog-details .blog-image {height: 400px;}
    .widgettitle{    font-size: 28px;}
    #sidebar {padding:25px;}
    .blog-details-sec { margin-top: 190px;}
    .blog-post-sec .inner-block .content-block .date-block h5{font-size: 16px;}
    .blog-post-sec .inner-block .content-block .date-block {padding: 10px 0 5px 0;}
    .blog-post-sec .inner-block .content-block h3{ font-size: 25px; margin-bottom: 5px;line-height: 30px;}
    .blog-post-sec .sec-heading h2{font-size: 40px;    margin-bottom: 40px;}
    .recent-blog-sec .recent-blog-post .left-block h3:before {height: 30px;}
    .recent-blog-sec .recent-blog-post .left-block h3{  padding-bottom: 30px;}
    .recent-blog-sec .recent-blog-post .left-block h6:before{ top: -4px;}
    .recent-blog-sec .recent-blog-post .left-block h6{font-size: 18px;}
    .recent-blog-sec .recent-blog-post .right-block:after{ width: 250px; height: 100px;bottom: -36px;left: -45px;}
    .recent-blog-sec .recent-blog-post .right-block:before{width: 150px;top: -50px;height: 50px;}
    .recent-blog-sec {margin-top:145px;}
    .contactus-sec .left-block ul li a {font-size: 18px;}
    .contactus-sec .left-block h5{font-size:18px;}
    .contactus-sec .left-block h5:before{top: -4px;}
    .contactus-sec .right-block:before{    bottom: -26px;width: 150px;    height: 65px;}
    .contactus-sec .right-block:after{width: 120px;    height: 40px;top: -40px;}
    .contactus-sec .left-block h2:before{height: 25px;bottom: 8px;}
    .contactus-sec{margin-top: 119px;}
    .contactus-sec .left-block h2{ line-height: 65px; padding-bottom: 30px;   font-size: 60px;}
    .contactus-sec {margin-top:145px;}
    .about-us .left-block h6{font-size:18px;}
    .top-banner{margin-top:156px;}
    .navbar-default .logo-block{width: 210px;}
    .navbar-default .header-bottom-block .social-blk:before{ height: 52px;bottom: -10px;}
    .navbar-default .header-bottom-block .navigation ul li a{font-size: 14px;}
    .navbar-default .header-top-block{padding: 15px 0px 10px 0px;}
    .navbar-default .logo-block {width: 250px;}
    .navbar-default .btn-block a:after{left: 30px;}
    .navbar-default .btn-block a:before{border-radius: 8px 8px 0 8px; width: 30px;height: 30px;}
    .navbar-default .btn-block a{font-size:13px; line-height: 33px;}
    .need-help-sec .left-block h2:before{height: 80px;bottom: -55px;}
    .need-help-sec .right-block h2{font-size: 40px;}
    .need-help-sec .left-block h2{font-size: 40px;}
    .top-banner .text-block h6{font-size:18px; line-height: 25px;}
    .navbar-default .btn-block a strong{font-size:18px;}
    .top-banner .text-block h1{font-size: 65px;line-height: 75px;}
    .top-banner .text-block p {font-size:18px;}
    .fixed-btn {font-size:16px; line-height: 18px; padding: 10px 40px;right: -109px;}
    .need-help-sec .right-block .sec-content .inner-block .text h6{font-size: 18px;margin-bottom: 5px;}
    .need-help-sec .right-block .sec-content .inner-block .icon {height: 110px;}
    .aboutus-sec .left-block h2{font-size: 40px;    padding-bottom: 30px;}
    .service-sec .sec-content .service-box .content-block h3{font-size: 30px;line-height: 35px;padding-bottom: 30px;}
    .about-us{margin-top: 145px;}
    .about-us .left-block h2{font-size: 60px;    line-height: 65px;padding-bottom: 30px;}
    .about-us .left-block h2:before { height: 30px;}
    .who-we-are .left-block{ padding-right: 40px; }
    .who-we-are .right-block h2{font-size: 60px;padding-bottom: 30px;margin-bottom: 10px;}
    .who-we-are .right-block h2:before{height: 30px;}
    .about-us-bottom-sec .content-box h3 {font-size: 35px;margin-bottom: 15px;}
    .about-us .left-block h6::after {top:-4px;}
    .service-sec .sec-content .service-box .content-block{min-height: 579px;}
    
}


@media screen and (max-width: 1279px){
    .top-banner {margin-top: 140px;padding-top: 80px;padding-bottom: 80px; }
    .need-help-sec .right-block {padding-left: 10px;}
    .service-sec .sec-content .service-box .content-block{ padding: 20px 20px 25px 20px;}
    .service-sec .sec-content .service-box .content-block{min-height: 350px;}
}
@media screen and (max-width: 1200px){
    .navbar-default .header-bottom-block .social-blk:before {height: 46px;bottom: -6px;}
    .navbar-default .menu-header-menu-container .sf-menu li .sub-menu{left: -105px; width: 948px;}
    .navbar-default .menu-header-menu-container .sf-menu li .sub-menu li{    height: 181px;}
    .recent-blog-sec .recent-blog-post .left-block {padding-right: 10px;}
    .blog-post-sec .inner-block .img-block {width: 100%;height: 250px;}
    .contactus-sec .left-block h2{font-size: 50px;    line-height: 55px;}
    .about-us-bottom-sec .content-box h3 {font-size: 30px;margin-bottom: 10px;}
    .who-we-are .left-block:before{ height: 70px;width: 100px; right: 138px;}
    .who-we-are .left-block:after {width: 150px;bottom: -40px; right: -12px;height: 100px;}
    .who-we-are .left-block {padding-right: 5px;}
    .who-we-are .right-block h2 {font-size: 50px;line-height: 50px;}
    .about-us .left-block h2{font-size: 50px;line-height: 55px;}
    .about-us .left-block {padding-right: 15px;}
    .about-us .right-block:before {width: 150px;    height: 50px;top: -50px;}
    .about-us .right-block:after{width: 250px; height: 120px;left: -31px;    bottom: -31px;}
    .top-banner .text-block h1{font-size: 50px; line-height: 60px;}
    .top-banner .img-block::after{height: 40px;top: -40px;width: 120px;}
    .top-banner .img-block::before{ height: 70px; width: 150px; bottom:-29px;}
    .top-banner:before{ left: 35%;}
    .service-sec .sec-content .service-box .content-block h3{font-size: 22px;line-height: 30px;padding-bottom: 25px;}
    .service-sec .sec-content .service-box .content-block h3:before {height: 20px;}
    .service-sec .sec-content .service-box .content-block {min-height: 334px;}
    .navbar-default .logo-block { width: 210px;}
    .top-banner .img-block{height: 300px;}
    .navbar-default .header-bottom-block .navigation ul li{padding: 12px 65px 12px 0 !important;}
    .navbar-default .header-bottom-block .sf-menu li.menu-item-has-children:before{right: 45px;}
    .navbar-default .header-bottom-block .social-blk a{font-size: 22px;}
    .need-help-sec .left-block h2 {font-size: 30px; line-height: 40px;}
    .need-help-sec .right-block h2 {font-size: 30px; line-height: 40px;}
    .need-help-sec .right-block .sec-content .inner-block {margin-bottom: 15px;}
    .need-help-sec .left-block .form-block{padding: 60px 20px 60px 20px;}
    .need-help-sec .left-block .form-block .custom-textarea{margin-bottom: 40px;}
    .aboutus-sec .left-block h2{ font-size: 30px; line-height: 35px;}
    .aboutus-sec .left-block h2:before {height: 25px;}
    footer .f-block ul li strong {padding-left: 20px;}
    footer .f-block .contact-info .location-info{ padding-left: 30px;}
    footer .f-block .contact-info .call-info{padding-left: 30px;}
    footer .f-block .contact-info .mail-info{padding-left: 30px;}
    footer .f-block .contact-info .location-info:after{display: none;}
    footer .f-block .contact-info .call-info::after {display:none; }
    footer .f-block .contact-info .mail-info::after{display:none; }
    .why-choos-us .sec-content .inner-block .right-block {padding: 20px 10px;}
}
@media screen and (max-width: 992px){
    .why-choos-us .sec-content .inner-block:nth-child(even) .left-block {margin-left: 0px; }
    .why-choos-us .sec-content .inner-block .left-block{margin-left: 0px; height: 350px;}
    .why-choos-us .sec-heading h2 {font-size: 30px; line-height: 35px; }
    .why-choos-us .sec-heading {  padding-bottom: 40px;}
    .service-top-section .sec-heading {padding: 0 0px 0px 0; }
    .service-top-section { margin-top: 66px; padding: 50px 0 50px 0;}
    .blog-details-sec .blog-details{margin-bottom: 40px;}
    .blog-details-sec .blog-details .blog-image {height: 350px;margin-bottom: 20px;}
    .blog-details-sec {margin-top: 90px; }
    .blog-post-sec {padding: 50px 0;}
    .recent-blog-sec{padding:50px 0;}
    .blog-post-sec .sec-heading h2 {font-size: 30px;margin-bottom: 20px; }
    .recent-blog-sec .recent-blog-post .right-block {height: 350px; margin-bottom: 45px;}
    .recent-blog-sec .recent-blog-post .right-block:after{width: 150px;    height: 80px; bottom: -23px;left: -26px;}
    .recent-blog-sec .recent-blog-post .right-block:before{ width: 100px; height: 40px; top:-40px;}
    .recent-blog-sec .recent-blog-post .row{flex-direction: column-reverse;}
    .recent-blog-sec { margin-top: 65px; border-bottom: 1px solid #dadada;}
    .blog-post-sec .sec-heading h2{font-size: 35px; margin-bottom: 30px; }
    .recent-blog-sec .recent-blog-post .left-block h3{font-size: 45px;line-height: 50px;}
    .contactus-sec .left-block{padding-bottom: 30px;}
    .contactus-sec {padding:50px 0;}
    .contactus-sec .left-block h2 {font-size: 45px;line-height: 50px;}
    .contactus-sec {margin-top:65px;}
    .about-us-bottom-sec .vc_row .wpb_column:nth-child(4) {padding-left: 0px;}
    .about-us-bottom-sec .vc_row .wpb_column:nth-child(3){padding-right: 0px;     border-bottom: 1px solid #dadada;}
    .about-us-bottom-sec .vc_row .wpb_column:nth-child(2){padding-left: 0px;}
    .about-us-bottom-sec .vc_row .wpb_column {border-right: 0px;}
    .about-us-bottom-sec .vc_row .wpb_column:nth-child(1) { padding-right: 0px;}
    .about-us-bottom-sec {padding: 10px 0;}
    .who-we-are .right-block p:nth-last-child(1){padding-bottom: 0px;}
    .who-we-are .right-block h2 {font-size: 45px;line-height: 50px;}
    .about-us .left-block {padding-right: 0px;}
    .who-we-are{padding:40px 0;}
    .who-we-are .left-block{height:350px; padding-right: 0px; margin-bottom: 35px !important;}
    .about-us .right-block{height: 300px;}
    .about-us .left-block{padding-bottom: 25px;}
    .about-us .left-block h2 {font-size: 45px;line-height: 50px;}
    .about-us .left-block h2 strong{display:inline;}
    .about-us {margin-top: 65px;     padding: 40px 0 40px 0;}
    .navbar-default .header-bottom-block{display:none;}
    .navbar-default .btn-block{display:none;}
    .navbar-default .menu-block{display:block;}
    .navbar-default .menu-block ul li { display: block;float: right;width: 100%;height: 1px;background: var(--secondary-color);padding: 0;margin: 3.5px 0;transition: all 600ms ease-in-out;border-radius: 30px;position: relative;}
    .navbar-default .menu-block .menu-icon ul li:last-child {width: 80%;}
    .navbar-default .menu-block .menu-icon ul li:last-child::after {content: '';width: 3px;height: 1px;position: absolute;left: -6px;top: 0;background:var(--secondary-color);border-radius: 30px;transition: all 600ms ease-in-out;}
    .navbar-default .menu-block ul {display: block !important;width: 35px;cursor: pointer;}
    .navbar-default .logo-block {width:180px;}
    .navbar-default .header-top-block { padding: 10px 0px 10px 0px;}
    .navbar-default.navbar-fixed .header-top-block {margin-top: 0px;}
    .navbar-default.navbar-fixed  .logo-block {width: 150px;}
    .top-banner{margin-top:65px; padding: 50px 0;}
    .top-banner .text-block h6{font-size: 16px;line-height: 20px;margin-bottom: 5px;}
    .top-banner .text-block{margin-bottom: 45px !important;}
    .top-banner:before {height: 60px;width: 92px;left: 466px;top: 219px; display: none;}
    .top-banner .img-block {height: 220px;}
    .top-banner .img-block::before {height: 50px; width: 100px;bottom: -18px;}
    .top-banner .img-block::after {height: 40px;top: -40px;width: 80px;right: 20px;}

    .need-help-sec{padding:50px 0;}
    .need-help-sec .right-block{margin-top: 40px;padding-left: 30px;}
    .need-help-sec .right-block h2{  padding-bottom: 30px;}
    .need-help-sec:before{bottom:unset; top:0px; height:50%;}
    .aboutus-sec .vc_row-flex{flex-direction: column-reverse;}
    .aboutus-sec .right-block:before{width: 80px;height: 60px;top: -28px;left: 29px;}
    .aboutus-sec .right-block:after{   width: 209px;height: 67px; right: -20px;bottom: -19px;}
    .aboutus-sec .right-block{height:300px; width: 100%;;} 
    .aboutus-sec .right-block img{width:100%; height: 100%; object-fit: cover;}
    .aboutus-sec .right-block .vc_figure{width: 100%; height: 100%;}
    .aboutus-sec .right-block .vc_figure .vc_single_image-wrapper{width: 100%; height: 100%;}
    .aboutus-sec {padding:50px 0;}
    .service-sec .sec-heading h2{font-size: 40px;}
    .service-sec .sec-content .sa_owl_theme .owl-nav button{width: 45px !important;height: 45px !important;}
    .service-sec .sec-content .service-box .content-block {min-height: unset;}
    .service-sec .sec-content .service-box .content-block h3{    font-size: 30px; line-height: 35px;}
    .gallery-sec .sec-heading h2{ font-size: 40px;}
    .testimonials-sec .sec-heading h2:before{    height: 30px;}
    .testimonials-sec .sec-heading h2{ font-size: 40px; padding-bottom: 27px;}
    .testimonials-sec .sec-content::after{ left: 70px;}
    .testimonials-sec .sec-content::before{right:70px;}
    .testimonials-sec .sec-content .testimonials-box{    padding: 40px 20px 40px 20px;}
    .testimonials-sec{padding-bottom: 0px;}
    footer .f-block .contact-info{margin-bottom: 50px; display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap;}
    footer .f-block .contact-info a{width:40%; display: inline-block;}
    footer .f-block .contact-info p{width:53%;}
    .overlay {    padding: 0 50px;}
    .overlay-content ul .sub-menu li a img{display:none}
    .overlay-content ul .sub-menu li a span:after{display: none;}
    .overlay-content ul .sub-menu li:hover a span{color:var(--primary-color);}
    .overlay-content ul .sub-menu li:active a span{color:var(--primary-color);}
    .overlay-content ul .sub-menu li a span{position: unset; width: 100%; text-align: left; padding-left: 10px;}
    .overlay-content ul .sub-menu{    margin: 10px 0px 0;}
    .overlay-content ul .sub-menu li:nth-last-child(1){padding-bottom: 0px;}
	#testimonials-slider .owl-stage-outer .owl-stage .owl-item .testimonials-box{min-height:236px;}
}


@media screen and (max-width: 991px){
    .top-banner .text-block h1 strong{display: block;}
}


@media screen and (max-width: 768px){
	#testimonials-slider .owl-stage-outer .owl-stage .owl-item .testimonials-box{min-height:270px;}
    .why-choos-us .sec-heading {padding-bottom: 30px; }
    .why-choos-us .sec-heading h2 { font-size: 25px; line-height: 30px; }
    .why-choos-us .sec-content .inner-block .left-block{height: 300px;}
    .service-top-section{padding: 40px 0 40px 0;}
    .why-choos-us {padding-bottom: 20px;}
    .service-top-section .sec-heading h2 { font-size: 45px; line-height: 50px; padding-bottom: 30px; margin-bottom: 5px; }
    .recent-blog-sec .recent-blog-post .right-block:after{bottom: -15px;left: -15px;}
    .blog-post-sec .inner-block{margin-bottom: 30px;}
    .blog-post-sec .sec-heading h2{font-size: 30px;margin-bottom: 25px;text-align: center;}
    .blog-post-sec {padding: 40px 0 80px; }
    .recent-blog-sec {padding: 40px 0;}
    .recent-blog-sec .recent-blog-post .left-block h3 {font-size: 40px;line-height: 45px; margin-bottom: 0px;}
    .recent-blog-sec .recent-blog-post .left-block h3:before{height: 25px;    bottom: 5px;}
    .recent-blog-sec .recent-blog-post .right-block:after{    width: 100px;height: 50px;}
    .recent-blog-sec .recent-blog-post .right-block:before {width: 50px; height: 20px;top: -20px;}

    .recent-blog-sec .recent-blog-post .right-block {height: 300px; margin-bottom: 40px; }
    .contactus-sec .right-block:before {bottom: -18px; width: 100px; height: 60px; left: -20px;}
    .contactus-sec .right-block:after {width: 80px;height: 40px;right:40px;}
    .contactus-sec .left-block ul li{margin-bottom: 25px;padding-left: 60px;}

    .contactus-sec .right-block { height: 300px;}
    .contactus-sec { padding: 40px 0;}
    p{padding-bottom:15px;}
    .about-us-bottom-sec .content-box h3{font-size:25px; line-height: 30px;}
    .who-we-are .right-block h2 {font-size: 40px;line-height: 45px;margin-bottom: 5px; padding-bottom: 25px;}
    .who-we-are .right-block h2:before{ height: 25px;}
    .about-us .left-block h2:before { height: 25px;}
    .about-us .left-block h2 {font-size: 40px;line-height: 45px;margin-bottom: 5px; padding-bottom: 25px;}

    .who-we-are .left-block:after{height: 80px; width: 100px;right: -15px;bottom: -35px;}
    .who-we-are .left-block:before {height: 80px; width: 100px;right: 85px;}
    .about-us .right-block:after{width: 150px;height: 80px;bottom: -15px;left: -17px;}
    .about-us .right-block:before{width: 80px;top: -30px;    height: 30px;}
    .top-banner .text-block h1 {font-size: 45px;line-height: 50px;}
    .top-banner:before {left: 371px;top: 214px;}
    .need-help-sec .left-block h2{padding-bottom: 20px;}
    .need-help-sec .left-block .form-block {padding: 60px 20px 40px 20px;}
    .need-help-sec .right-block h2 {padding-bottom: 20px;}
    .need-help-sec .right-block h2:before{height:20px;}
    .need-help-sec {padding: 40px 0;}
    .aboutus-sec {padding: 40px 0;}
    .service-sec{padding-top: 40px ;}
    .service-sec .sec-heading h2{font-size:30px; padding-bottom: 20px;     padding-left: 30px;}
    .service-sec .sec-content .service-box{    margin-bottom: 40px;}
    .gallery-sec{padding: 40px 0;}
    .gallery-sec .sec-heading h2{font-size:30px; padding-bottom: 20px;     padding-left: 30px;}
    .testimonials-sec {padding-top: 40px;}
    .testimonials-sec .sec-content::before {width:100px; height: 100px; background-size: contain;}
    .testimonials-sec .sec-content::after {width:100px; height: 100px; background-size: contain; top:-33px}
    .testimonials-sec .sec-content{    padding: 10px 0 40px 0;}
    footer .f-block .contact-info a{width:100%;}
    footer .f-block .contact-info p{width:100%;}
    footer .f-block .contact-info{margin-bottom: 0px;}
    footer .f-block{margin-bottom: 40px;}
    footer .f-block h3{margin-bottom: 20px;}
    .gallery-sec .sec-content {width: unset;}
    .testimonials-sec .sec-heading h2 {font-size: 30px;padding-bottom: 27px;}
}
@media screen and (max-width: 576px){
		#testimonials-slider .owl-stage-outer .owl-stage .owl-item .testimonials-box{min-height:unset;}
    #myModal .modal-header .modal-title::after { height: 30px; bottom: -54px;}
    #myModal .modal-header .modal-title::after {height: 26px; bottom: -52px; }
    #myModal .modal-header .modal-title {font-size: 25px; line-height: 30px;font-weight: 600; }
    #myModal .modal-body {padding: 35px 0 0 0; }
    #myModal .modal-header .modal-title::before{display:none;}
    #myModal .modal-body form .custom-textarea{padding: 8px 5px;margin-bottom: 25px; height: 90px;}
    #myModal .modal-body form .custom-inpu{padding: 8px 5px;margin-bottom: 25px;}
    #myModal .modal-content{margin-top: 40px; padding: 35px 15px 35px 15px;}
    .page-id-235 .service-top-section .sec-heading h2{font-size: 45px;}
  .service-top-section .sec-heading h2{font-size: 40px; line-height: 45px;}
    .service-top-section .sec-heading h6{font-size:18px;}
    .why-choos-us .sec-content .inner-block .right-block h3::before{height: 20px;}
    .why-choos-us .sec-content .inner-block .right-block h3{padding-bottom: 20px;}
    .why-choos-us .sec-content .inner-block .right-block h3 strong{display: inline;}
    .service-top-section .sec-content .inner-block:hover .icon { background-position-x: -80px; }
    .service-top-section .sec-content .icon {width: 80px; padding: 0 20px;height: 80px; }
    .service-top-section .sec-content .inner-block .vc_column-inner{padding: 20px 25px;}
    .blog-post-sec .pagination{bottom: -45px;}
    .contactus-sec .left-block h5 {font-size: 16px;}
    .contactus-sec .left-block h2 {font-size: 40px;line-height: 45px;}
    @keyframes bounce {
        20%, 50%, 80% {
          transform: translate(0, 0);    
        }
        40% {
          transform: translate(0, -15px);    
        }
        70% {
          transform: translate(0, -5px);    
        }
        90% {
          transform: translate(0, -2px);
        }
      }
      @keyframes bounceAround {
        0% {transform:translateY(0);}
        20% {transform:translateY(-40px) rotate(0deg);}
        25%{transform:translateY(10px) rotate(0deg);}
        35%, 55%{transform:translateY(0px) rotate(0deg);}
        60% {transform: translateY(-10px) rotate(0deg);}
        100%{transform: translateY(-10px) rotate(360deg);}
      }
      .top-banner:before {left: 253px;top: 208px;}
      .top-banner .text-block h1 {font-size: 35px;line-height: 40px;}
      .top-banner .text-block h1 strong{display:inline;}
      .top-banner{padding: 40px 0;}
      .top-banner .text-block p {font-size: 16px;}
      .top-banner .img-block::after {height: 20px;top: -20px;width: 50px;right: 33px;}
      .top-banner .img-block::before { height: 30px;width: 63px;bottom: -11px;}
      .top-banner:before {left: 176px;top: 179px; width:55px; height: 50px;}
      .need-help-sec:before {height: 40%; left:7px; }
      .need-help-sec .right-block {margin-top: 30px;padding-left: 0px;}
      .need-help-sec .right-block h2 {padding-left: 30px; }
      .need-help-sec .right-block p {padding-left: 30px; }
      .need-help-sec .right-block .sec-content .inner-block .text p {padding-bottom: 0px;padding-left: 0px;}
      .need-help-sec .right-block h2:after{left:0px;}
      .need-help-sec .right-block h2:before{left:30px;}
      .need-help-sec .right-block { padding-left: 0px; }
      .need-help-sec .right-block .sec-content .inner-block .icon img{width:50%;}
      .testimonials-sec .sec-content::after {width: 80px;height: 80px;top: -19px;}
      .testimonials-sec .sec-content::before {width: 80px;height: 80px;bottom:29px; right: 37px;}
      footer .footer-top { padding-bottom: 20px;}
      footer .f-block .f-logo-block{    width: 200px;}
      .fixed-btn {    font-size: 14px; line-height: 14px; right:-80px; padding:10px 20px; animation:none;} 
      
      .modal-dialog { max-width: 100%;margin: 0 15px;}
      #myModal .modal-header p {font-size: 14px;}
      .modal-header {padding: 20px 0 0px 0;}
      .modal-header:before{ width: 50px;height: 80px;}
      #myModal .modal-content:before {    width: 80px;    height: 80px; }
      #myModal .modal-content::after { right: -40px; width: 80px; height: 80px; bottom: -40px;}
      .modal-header .close {    top: -5px;right: 10px;    width: 30px;height: 30px;font-size: 18px;}
      #myModal .modal-content::before { width: 50px; height: 50px; right:40px;}
      .why-choos-us .sec-content .inner-block .right-block { padding: 20px 0px;}
	

}
@media screen and (max-width:450px){
    .blog-post-sec .sec-heading h2 {font-size: 25px;}
    .recent-blog-sec .recent-blog-post .right-block {margin-bottom: 25px;}
    .recent-blog-sec .recent-blog-post .left-block h3 {font-size: 30px;line-height: 40px;margin-bottom: 0px;}
	.overlay { padding: 0 30px;}
.why-choos-us .sec-content .inner-block .right-block h3 { font-size: 25px; line-height: 35px;}
.why-choos-us .sec-content .inner-block .left-block {
    height: 280px;
  }
  .top-banner .text-block {
    margin-bottom: 25px !important;
  }
  .top-banner .text-block h1{margin-bottom: 0px;}
   .need-help-sec .left-block h2{font-size: 25px; margin-bottom: 0px;}
   .need-help-sec .right-block h2 {font-size: 25px; line-height: 35px; }
   .need-help-sec .right-block .sec-content .inner-block .icon {height: 80px;}
   .need-help-sec .right-block .sec-content .inner-block:hover .icon::after{left: 70px;}
   .need-help-sec .right-block .sec-content .inner-block:hover .icon::before{right:70px;}
   .need-help-sec .right-block .sec-content .inner-block .icon {
    min-height: 100px;
    height: unset;
  }
  .aboutus-sec .left-block h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .need-help-sec .right-block h2 {
    padding-left: 25px;
  }
  .need-help-sec .right-block h2 {
    font-size: 25px;
    line-height: 30px;
  }  
  .need-help-sec .right-block h2::before {
  bottom:-4px;
  }
  .need-help-sec .left-block .form-block {
    padding: 30px 20px 30px 20px;
  }
  .need-help-sec .left-block h2::before {
    height: 40px;
    bottom: -20px;
  }
  .need-help-sec .left-block .form-block .custom-input{margin-bottom: 25px;padding: 8px 5px;}
  .need-help-sec .left-block .form-block .custom-textarea {margin-bottom: 25px;padding: 8px 5px; height: 90px; }
  .service-sec .sec-content .sa_owl_theme .owl-nav{top: -80px;}
}





