@charset "UTF-8";

/*
Theme Name: theme
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/*Default Color Used

Theme Color Blue #094f1c
Theme Color Blue Hover #c9e7ff



*/




@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

html{font-size:62.5%;}
/*body{font-family: 'Montserrat', sans-serif;}*/
/*body{ font-family: 'Roboto', sans-serif;}*/
/*body{ font-family: 'Open Sans', sans-serif; }*/
/*body{ font-family: 'Raleway', sans-serif; }*/
/*body{ font-family: 'Signika', sans-serif; }*/
/*body{ font-family: 'Oswald', sans-serif; }*/
/*body{ font-family: 'Alata', sans-serif !important; font-weight:400; }*/
/*body{ font-family: 'Lato', sans-serif; }*/
body{ font-family: "Rubik", sans-serif; }


body{color:#000;font-size:1.6rem; line-height: 1.6; }




/* Common CSS */
h1,h2,h3,h4,h5,h6{color:#094f1c; margin-bottom:2.5rem; font-family: "Rubik", sans-serif; font-weight:400; text-transform:uppercase; }
h1{font-size:4.4rem}
h2{font-size:4rem}
h3{font-size:3.2rem}
h4{font-size:2.8rem}
h5{font-size:2rem}
h6{font-size:1.8rem}
p{margin-bottom:2.5rem}
a{transition:all 350ms ease 0s;-webkit-transition:all 350ms ease 0s;color:#f1bb33}
a:focus,a:hover{color:#3e3e3e}
a,a:hover{text-decoration:none}
img{max-width:100%}
ul, li{margin:0 0 0.3rem; padding:0;}
ul li li{margin: 0;}
.button {
    font-weight: 600;
    padding: 1rem 3.5rem;
    box-shadow: 0rem 0rem 0rem rgb(0 0 0 / 20%);
    margin-bottom: 2rem;
    transition: 0.4s ease;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    outline: 0;
    display: inline-block;
    border: 1px solid #f3bb27;
    background: #f3bb27;
    border-left-color: #f3bb27;
    border-radius: 3rem;
    text-transform: uppercase;
    color: #000;
	font-size:1.6rem;
}
.button:hover{ color: #fff; box-shadow: 0rem 1rem 1rem rgb(0 0 0 / 20%); }
.button::before {
    content: '';
    position: absolute;
    top: 0;
    width: 0px;
    height: 100%;
    background-color: #094f1c;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.text-right p {
    text-align: right;
}
.button:hover::before { width: 100%;opacity: 1;}

.alignMiddle{ display: flex; align-items: center;  align-content: center; flex-wrap: wrap;}
#content ul {padding-left:2rem; list-style: square; margin-bottom: 2.5rem;;}
#content ul ul{ list-style: disc;}
table.table{margin-bottom: 2.5rem;}
input[type=text], input[type=tel], input[type=file], input[type=date], input[type=number], input[type=email], select, textarea, .contact-form textarea { padding: 1.5rem 1rem; background: #fff; border-bottom: 1px solid #ccc; resize: none; outline:none; width: 100%; font-size: 1.6rem; font-weight:300; border-radius:1rem }
.form-control{ font-size:.1.6rem; border-radius:1rem; }
footer .form-control:focus{ color:#fff; }

.textAlign{ text-align:center;  }
.mb5{ margin-bottom:5rem; }


section {padding: 6rem 0;}
.row>*{padding-right: calc(var(--bs-gutter-x) * 1);padding-left: calc(var(--bs-gutter-x) * 1); margin-top: var(--bs-gutter-y);}




/*Header - 1*/
#masthead{padding:1.5rem 0;}
.headerWrap {display: flex;align-items: center;justify-content: space-between; width:100%; }
#logo img{max-width: 19rem; height:auto;}
#logo {/*display: flex;align-items: center;*/   }

/*Header - 1 close*/
.topLinks ul {display: flex;justify-content: right;margin: auto;}
.topLinks ul li{padding:0 0.5rem; list-style: none;}


/*Header - 2*/
.header2  .headerWrap {  padding-top: 2rem; padding-bottom: 2rem;}
.header2 .topLinks ul li a {fill: #fff;}
#masthead.header2 { padding: 0; }
.header2 .topLinks ul li {padding: 0 0.5rem;margin: 0;}
.header2  .topWrap {background: #094f1c;padding: 1rem 0rem;}

/*Header - 2*/




/*Header - 3*/
.header3 .topWrap { background: #3e3e3e; padding: 1.5rem 0rem;}
.header3 .topLinks ul li { padding: 0 0.5rem; margin: 0;}
.header3 .topLinks ul{ margin: 0px;}
.header3 .topLinks ul li a { color: #fff; fill: #fff;}
.header3 .topLinks ul li a:hover { color: #094f1c; fill: #094f1c;}
.header3 .extra-header a { font-size: 2.5rem; font-weight: 600; color: #094f1c; margin-left: 2rem;}
#masthead.header3 {padding: 0rem 0;}
.header3 .super-row {padding: 1.5rem 0;}
.header3 .extra-header { text-align: right;}
.header3 #mega-menu-wrap-primary li.mega-menu-item a { padding-right: 0 !important; }
/*Header - 3 close*/


/*Header - 4*/
#masthead.header4 { padding: 0;}
.topHeader { background: #094f1c; padding: .5rem 0;}
.topHeaderWrap { display: flex; justify-content: space-between;}
.header4 ul { margin:0  }
.topHeaderWrap li { display: inline-block; margin: 0;}
.accheader li a { padding: 1rem 1rem; color: #3e3e3e; font-size: 2rem; }
.topHeaderWrap li a { color: #fff; fill: #fff; padding-right: 1rem; }
.topHeaderWrap li a:hover{ color: #f3bb27; fill: #f3bb27; }
.accheader { width: 19rem; text-align: right;}
.accheader li { display: inline-block; margin: 0; padding: 0; }
.custom-logo-link img { max-width: 13rem; height: auto; -webkit-transition: .5s; -o-transition: .5s;  transition: .5s; }
.socialWrap li:last-child a { padding-right: 0;}
.header4 .headerWrap { padding: 2rem 0;}
.socialWrap li a { fill: #fff; color: #fff; }
.fixed .custom-logo-link img { max-width: 8rem; }
/*Header - 4 close*/


/*Header - 5*/
ul.country {color: #fff;}
.header5Style{ background: #ff9938; margin:auto; max-width:1257px;padding: 1rem 0;margin-top: 0rem;  margin-bottom: -3.4rem;z-index: 999; position: relative;  transition: 0.4s ease; }
.navHeader {display: flex; align-items: center; justify-content: space-between;}
.header5 .headerWrap a {color: #3e3e3e;}
.header5 .headerWrap { display: flex; align-items: center;  justify-content: space-between;  margin: 2rem 0;}
#masthead.header5 {  padding: 0rem 0;}
.headerButton { display: flex;}
.headerButton .button { margin: 0;}
.fixed .topHeader { display: none;}
.fixed .header5Style { max-width: 100%;}

.header5 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .header5 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .header5 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{ color:#3e3e3e; }

.header5 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{ color:#fff;}
.header5 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{color:#3e3e3e; }
.header5 .footerInfo i{ color:#fff;} 
.fixed .header5Middle { display: none; }

/*Header - 5 cloce*/

/*Header - 6*/

.header6 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.get-quote a.mega-menu-link{ display:inline-block; }
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.get-quote a.mega-menu-link {
    font-weight: 500; box-shadow: 0 0rem 0rem rgb(0 0 0 / 0%); transition: 0.4s ease;color: #fff;text-align: center; position: relative; overflow: hidden; z-index: 1;
    background-color: #f1bb33; border: none;outline: 0; border-radius: 4rem; display: inline-block;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.get-quote a.mega-menu-link:hover{ color: #fff; }
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.get-quote a.mega-menu-link::before { content: ''; position: absolute; top: 0; width: 0;height: 100%; background-color: #094f1c;left: 0;right: 0; opacity: 0; z-index: -1;-webkit-transition: .5s; transition: .5s;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.get-quote a.mega-menu-link:hover::before { width: 100%;opacity: 1;}   
    
#masthead.header6 {  position: fixed; top: 0; z-index: 9; width: 100%;}
.header6 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{ color: #fff; }
.header6.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{ color: #3e3e3e; }
.header6 ~ #innerBanner { padding-top: 65px; }

/*Header - 6 cloce*/



.content-box a.more-link { display: none; }
figcaption.wp-caption-text {  display: none; }


/*Slider - 1 */
.swiper-slide {background-size: cover;}
.slider-sub-title {  color: #fff; text-transform: uppercase;  font-size: 6rem; }
.slider-title {color: #fff; opacity: 1;}
.slider-buttton {font-weight:500; border: solid 1px #ffffff; padding:1rem 2rem; color:#fff; font-size:1.8rem; text-decoration:none;display: inline-block;}
.slider-buttton:hover{ background: #fff; color: #3e3e3e;}
/*.swiper-slide-active .slider-sub-title {animation: rollIn 1s;}*/
.swiper-slide-active .slider-title {animation: fadeInUp 1.5s;}
/*.swiper-slide-active.slide-2 .slider-title {animation: fadeInRight 1.5s;}*/
/*.swiper-slide-active.slide-3 .slider-title {animation: fadeInLeft 1.5s;}*/
.swiper-slide-active .slider-buttton {animation: zoomIn 2s;}
.slider-container {
    position: relative;
    z-index: 5;
    background: rgb(0 0 0 / 13%);
    display: inline-block;
    padding: 2rem;
    max-width: 86rem;
    border-radius: 1rem;
    backdrop-filter: blur(10px);
}
.slider-title p {
    font-size: 2.2rem;
}
.swiper-pagination-bullet{border: solid 2px #fff; opacity: 1; width: 14px; height: 14px;background: transparent; position: relative;}
.swiper-pagination-bullet::before{ content: ""; width: 6px; height: 6px; background: #fff; border-radius: 100%; position: absolute; left: 2px; top: 2px; transform: scale(0);transition:all 350ms ease 0s;}
.swiper-pagination-bullet.swiper-pagination-bullet-active::before{transform: scale(1);}
#slider .swiper-slide { /*padding: 8rem 0;*/ min-height: 45rem; display: flex; align-items: center; height:90vh; }
section#slider {margin: 0; padding-bottom: 0; padding:0;   }
.swiper-button-next:after, .swiper-button-prev:after{ font-size:1.8rem; }
.swiper-button-next:hover, .swiper-button-prev:hover{ background: #f3bb27; font-size:2rem;  }
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 20px;
    right: auto;
    width: 50px;
    height: 50px;
    border: 2px solid;
    color: #fff;
    font-size: 1rem !important;
    border-radius: 50%;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 20px;
    width: 50px;
    height: 50px;
    border: 2px solid;
    color: #fff;
    font-size: 1rem !important;
    border-radius: 50%;  
    background: #ffffff52;
}



/*End Slider 1 */

/**/
.drip { text-align: center; padding: 2rem 0;background: #094f1c;}
.drip h3 { color:#fff; text-align:left; margin: 0; }
.drip p { color: #fff; padding: 0; font-size: 2rem; text-align: right;  margin: 0;}
.drip p a { color: #fff;margin: 0;}
p.largep {  font-size: 2rem;}
.small-cont li {display: inline-block;}
.drip .alignMiddle {display: flex;  justify-content: flex-end;}
.drip p a.button {
    color: #fff;
    text-decoration: none;
}

    
/**/


/*noSlider*/
#homenoslider { position: relative; text-align: center; padding:170px 0;}
.noSlider .container { position: relative; right: 0;left: 0;text-align: center; color: #fff;z-index: 2;}
.noSlider h1 span { display: inline-block;  font-size: 1.5rem;  color: #fff;clear: both;background: #094f1c;padding: .5rem 1rem;border-radius: 4px; font-weight: 300;}
.noSlider h1 {  color: #fff; }
.noSlider p { max-width: 710px; margin: 0 auto 3rem;font-size: 2rem;font-style: italic;}
/*noSlider close*/


/*homeabout 2*/
.homeabout2 { padding: 10rem 0; background: #fafafa;text-align: center;}
.homeabout2 p {  max-width: 900px; margin: 0 auto 3rem;  font-size: 2rem;  line-height: 3.6rem;}
/*homeabout 2 close*/


.contactaddress a:hover {  color: #f1bb33;}
.page-template-services #services { background: transparent; }

.slider2 .slider-container {position: relative; z-index: 5;  max-width: 500px; background: rgb(255 255 255 / 15%); padding: 15px 20px;}
.slider2 .slider-title {font-size: 2rem; }






#masthead.fixed{position:fixed;top:0;width:100%;z-index:99;background-color:#fff;box-shadow:0 0 10px rgba(0 0 0 / 10%);animation:fadeInTop 1s ease both;}
@keyframes fadeInTop{from{opacity:0;transform:translate3d(0,-80%,0);}to{opacity:1;transform:translate3d(0,0,0);}}
#masthead.fixed #logo img{max-width:12rem;}


/*Inner Style - 1 */
#innerBanner{min-height:25rem;padding: 0; position:relative;background-size:cover;background-repeat:no-repeat; /*background: url(assets/images/banner-slider-3.jpg) bottom center*/ background-position: bottom right;}
#innerBanner:after { position: absolute; content: ""; width: 100%; height: 100%; background-color:rgb(0 86 54 / 80%);left: 0;top: 0; z-index: 1;}
#innerBanner .container{position:relative;z-index:2;min-height:25rem; }
.bannerTitle{display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;min-height:inherit;padding:0;position:relative;z-index:2; width: 100%;}
.bannerTitle h1 { color: #fff; margin-bottom:0; }
#breadcrumbs{/*width:40%;*/text-align:right;}
#breadcrumbs span:first-child{/*background:rgb(80 80 80 / 50%);*/ padding:10px 15px;color:#fff;}
#breadcrumbs span a{color:#fff;}
#breadcrumbs span a:hover{color:#f1bb33;}
#breadcrumbs span:first-child,#breadcrumbs span,#breadcrumbs span.breadcrumb_last{color:#fff;font-size:1.5rem;}


/* About Us Style 1*/
 
.aboutImg { text-align: right;}
.homeabout1 { padding: 70px 0; background: #fafafa;}
#aboutUs {  padding-top: 5rem; }
/* About Us Style 1 close*/

/* about style1 start*/
.aboutHead1 h6{text-transform:uppercase;font-weight:600;font-size:1.8rem;letter-spacing:1px;color:#094f1c}
.aboutHead1 p{color:#707070}
.aboutBtn1{padding:.8rem 2rem;display:inline-block;border-radius:0;font-size:1.6rem;text-transform:uppercase;background-color:#094f1c;-webkit-transition:.5s;transition:.5s;border:none;color:#fff}
.aboutBtn1:hover{background:#3e3e3e;color:#fff}
.aboutMedia1{position:relative;margin-left:4rem}
.aboutImg1{padding:0 0 5rem 0rem}
.aboutImg1 img{width:100%}
.aboutContact1{width:360px;padding:3.5rem;position:absolute;bottom:0;left:0;box-shadow:0 10px 50px -20px #094f1c;background-color:#094f1c;color:#fff}
.aboutContact1 h6{color:#fff;font-size:1.8rem}
.aboutContact1 h3{color:#fff;font-size:3.2rem}
.aboutBtnWhite{color:#3e3e3e;background-color:#f7f7f7;border-color:#f7f7f7;-webkit-transition:.5s;transition:.5s;padding:.7rem 1.5rem;margin:.5rem 0 0 0;display:inline-block}
.aboutBtnWhite:hover{background:#3e3e3e;color:#fff}
/* about style1 end*/




/* about style3 start*/
.about3Img{position:relative;z-index:1}
.about3Img::before{content:"";left:0;position:absolute;background-color:#fff;height:10%;bottom:-3rem;-webkit-transform:skewY(175deg);transform:skewY(175deg);width:100%;z-index:1}
.about3Img span{position:absolute;z-index:-1;top:6rem;left:-3rem}
.about3Img::after{content:"";left:0;position:absolute;background-color:#fff;height:10%;top:-3rem;-webkit-transform:skewY(-177deg);transform:skewY(-177deg);width:100%;z-index:1}
.about3Content{max-width:610px;padding-left:2rem}
.about3Content h2{font-size:3.8rem}
.about3Content p{color:#707070}
.about3SubTitle{padding-bottom:2.2rem;display:inline-block;line-height:0;font-size:1.5rem;color:#00b6f0;padding-left:0;position:relative;font-weight:500}
.about3SubTitle::after{content:"";position:absolute;bottom:1.4rem;left:0;height:1.5rem;width:10%;background-color:#fff;-webkit-animation:MOVE-BG 2s linear infinite;animation:MOVE-BG 2s linear infinite}
@-webkit-keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(88px);transform:translateX(88px)}}
@keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(88px);transform:translateX(88px)}}
.about3Content ul{list-style-type:none;padding:0;margin:2rem 0 0 0}
.about3Content ul li{display:inline-block;font-size:1.8rem;margin-bottom:1rem;font-weight:500;-webkit-transition:.5s;transition:.5s;width:100%}
.about3Content ul li i{color:#00b6f0;margin-right:.5rem;-webkit-transition:.5s;transition:.5s}
.about3Content ul li:hover{color:#00b6f0;letter-spacing:.25px;margin-left:2px}
.about3Btn{margin-top:1.5rem;padding:1rem 3rem;color:#fff;text-align:center;position:relative;overflow:hidden;z-index:1;text-transform:capitalize;background-color:#00b6f0;border:none;outline:0;border-radius:5px;display:inline-block}
.about3Btn::before{content:'';position:absolute;top:0;width:0;height:100%;background-color:#0c2957;left:0;right:0;opacity:0;z-index:-1;-webkit-transition:.5s;transition:.5s}
.about3Btn:hover::before{width:100%;opacity:1}
.about3Btn:hover{color:#fff}
/* about style3 end*/

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{ font-weight:500 }






/* about4 start */
.about4{ background: #fff; overflow: hidden;}
.about4content{ position: relative; padding:5rem 7rem 0; }
.about4content span{ text-transform: uppercase; display: block; margin: 0 0 1.5rem; color: #666;}
.about4content p{ color: #888;}
.about4shape:after {content: "";height: 100%;width: 135px;right: -56px;background: #fff;position: absolute;transform: skewX(-10deg);top: 0;}
.about4shape{ position: relative;}
.about4countdiv{ display: flex; margin: 2rem 0 0 0; }
.about4count{ border: solid 1px #999; border-radius: 8px; width:calc(50% - 2rem); margin-right: 2rem; padding:2rem 3rem; max-width: 18rem;}
.about4count i{ color: #999; font-size: 4rem;}
.about4count span{ color: #3e3e3e; font-size: 3rem; font-weight: 700; line-height: 1; margin: 0 0 1rem;}
.about4count b{ font-weight: 400;}
.about4content .button {margin: 4rem 0 0 0;}
@media(max-width:1600px){.about10shape:after { width:116px; right: -58px;}
}

/* about 4 Close */





.services.servInner { background: #f9f9f9; }


/*counter */

.counter i.fa { font-size: 4rem; }
.counter-show {padding: 5rem 0; background: url(assets/images/parallax1.jpg) no-repeat center center #fff fixed; position: relative; background-size: cover; z-index: 5; }
.counter-show:before { content: "";  position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(1 74 47 / 85%); z-index: -1;}
.counter { text-align: center; color: #fff;}
.stats-line {  margin: 12px auto;  width: 55px; }
.timerCount { display: flex; justify-content: center;font-size: 7rem;font-weight: 400; color: #fff;}
p.stats-text {font-size: 2.2rem;}

/*counter close */
.servInner { background: #f4f4f4; }

#about_page:nth-child(even) { background: #f1f1f1;}
#about_page:nth-child(even) .col-xl-6.col-md-6 { order: 2;}
#about_page:nth-child(even) .col-xl-6.col-md-6.alignMiddle {  order: 1;}


/*Services Style 1*/
.services h3 {
    padding: 1rem 0 1rem;
    font-size: 2rem;
    color: #fff;
    width: 100%;
}
.services figure {
    overflow: hidden; margin: 0;
}
.services {
    overflow: hidden;
    margin-bottom: 2rem;
    border-radius: 1rem;
    background: #fff;
}
.linkFree {
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    justify-content: center;
}



.boxHover {
    padding: 0 0 0 2rem;
}
/* .services a.button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 210px;
    padding: .3rem 2rem;
    margin-left: 2rem;
    text-transform: none;
    font-size: 1.6rem;
    border-radius: 1rem;
} */
.services img {transition: opacity 0.35s, transform 0.35s;transform: scale(1.15); width:100% }
.services:hover img {opacity: 0.8;-webkit-transform: scale(1);transform: scale(1);}

.serTitle { text-align: left; }
.serTitle p { margin-bottom:0px  }
/*Services Style 2*/

/*service 6 */
.service6 .col-sm-12:nth-child(odd) .serviceBox {  flex-direction: row-reverse;}
.service6 .serviceBox { display: flex; margin-bottom: 2rem; transition: .5s; cursor: pointer;}
.service6 .serTextBox { padding: 0px 3rem; color: #3e3e3e; width: 50%; background: #fff; display: flex; align-items: center; transition: .5s;}
#services { background: #f4f4f4; }
.text-center{ text-align:center; }
/* service 6 Close*/



#zigzag .verti-midd h5 {  margin-bottom: 6px;font-weight:500; text-transform:none;  }

/*Images hover efect*/

.snip *,
.snip *:before,
.snip *:after {box-sizing: border-box; transition: all 0.45s ease;}
.snip { position: relative; overflow: hidden; width: 100%; color: #fff; margin: 10px;text-align: left; transform: translateZ(0);}
.snip:hover .snip__title, .snip:hover .snip__text, .snip:hover .linkFree { transform: translateY(0); opacity: 1; transition-delay: 0.2s; }
.snip::before, /*.snip::after*/ { content: ""; position: absolute;  top: 0; bottom: 0;  left: 0;  right: 0;  background-color: #094f1c;  opacity: 0.5;  transition: all 0.45s ease;}
.snip::before { transform: skew(30deg) translateX(-80%);}
/*.snip::after { transform: skew(-30deg) translateX(-90%);}
.snip:hover::before {
  transform: skew(30deg) translateX(-20%);
  transition-delay: 0.05s;
}*/

/*.snip:hover::after { transform: skew(-30deg) translateX(-20%);}*/
.snip:hover .snip__figcaption::before { transform: skew(30deg) translateX(-40%); transition-delay: 0.15s;}
/*.snip:hover .snip__figcaption::after {transform: skew(-10deg) translateX(-10%); transition-delay: 0.1s;}*/
.snip__image { backface-visibility: hidden;max-width: 100%;vertical-align: top;}
/*.snip__figcaption { position: absolute; top: 0px;  bottom: 0px;  left: 0px;  right: 0px;  z-index: 1;  bottom: 0; color: #fff;  padding:2rem;}*/
.snip__figcaption {
    position: absolute;
    bottom: 10%;
    left: 0px;
    right: 0px;
    z-index: 1;
    color: #fff;
    padding: 2rem;
    text-align: center;
    transform: translateY(50%);
}
.snip:hover .snip__figcaption {
    bottom: 35%;
}
/*.snip__figcaption::before,*/
/*.snip__figcaption::after { position: absolute;  top: 0;  bottom: 0; left: 0;right: 0;background-color: #f3bb27; box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); content: ""; opacity: 0.9; z-index: -1;}*/
.snip::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 56%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    content: "";
    opacity: 1;
}
.snip__figcaption::before {transform: skew(30deg) translateX(-100%); }
/*.snip__figcaption::after { transform: skew(-30deg) translateX(-120%);}*/
.snip__title, .snip__text {  margin: 0;  opacity: 1;  letter-spacing: 1px;}
.linkFree{opacity: 0;}


.snip__link { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1;}


/*Images hover efect close*/

.otherService p {
    max-width: 80%;
    line-height: 2rem;
    margin-top: 1rem;
}

.sc_services {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.price_item_title {
    font-size: 2.5rem;
    line-height: 1.3em;
    margin: 0;
    flex-shrink: 0;
    min-width: 15%;
    max-width: 60%;
}
.sc_item_price {
    font-size: 2rem;
    color: #094f1c;
}
.price_dots {
    display: block;
    margin: 0 20px;
    position: relative;
    z-index: 1;
    line-height: 1;
    width: 100%;
    min-width: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.price_dots:after {
    content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
    display: block;
    font-size: 20px;
    color: #000;
	position:absolute;
}

.snip .r-arrow-stick:before, .snip .r-arrow-stick-circ:before { border-right: 2px solid #ffffff; border-top: 2px solid #ffffff;}
.snip .r-arrow-stick:after, .snip .r-arrow-stick-circ:after { background: #ffffff; }





















/*About Us 4*/
.imgHover { display: flex; background: #fff; justify-content: flex-start; position: absolute; bottom: 50px;    left: -90px; padding: 3rem; max-width: 650px; box-shadow: 0px 0px 50px rgba(0,0,0,0.1); border-radius: 2rem;}
.abservBox .counter { display: flex; text-align: left;}
.abServiceImg { width: 150px; text-align: center;}
.abServiceImg img { filter: invert(100%); margin-top: 1rem; opacity: 0.5;}
.homeabout4 h3 { font-size: 3rem; color:#094f1c; font-weight: normal; font-family: "Open Sans", sans-serif;}
.abServiceText h3 {  margin: 0;}
.abServiceText p { font-weight: 600; font-size: 2rem;}
.abHome { border-radius: 3rem; overflow: hidden;}
.homeabout4 .homeab4 { position: relative; }
.serTextBox .button { margin-bottom: 0;}
.abMainCint {  padding-right: 100px; }
.abServiceText { color: #3e3e3e; }

.order-list li { display: inherit; position: relative; padding-left: 30px; margin: 12px 0px;}
.order-list li:first-child {  margin-top: 0;}
.order-list li::before {  position: absolute; content: '\f10c';  left: 0px; top: 0px; font-family: 'FontAwesome'; }
.order-list.primary-color li::before { color: #FF4800;  font-weight: 500; }


/*About Us 4*/







/*parallax */
#parallax {padding: 5rem 0;background: url(assets/images/parallax-bg.jpg) no-repeat center center #fff fixed;position: relative;z-index: 5; background-size:cover; }
#parallax:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color:rgb(0 86 54 / 80%);z-index: -1;}
#parallax ul {text-align: center;list-style: none;max-width: 800px;margin: auto;color: #fff;}
#parallax h2 { color: #fff;}
#parallax a.button {margin-top: 5rem;}
#parallax .textwidget p, #parallax a.button { margin-bottom: 0; }
/*parallax close*/

#parallax.footer { background: url(assets/images/default-banner.jpg) no-repeat center center #fff; }
#parallax.footer:before { background-color: rgb(0 0 0 / 80%); }
#parallax a.button { margin: auto; margin-top: 5rem; display: block; max-width: 300px; }




/* Testimonials Style 1*/
.testimonials .swiper-slide{display: flex;}
.tstmnlsInfo{border-radius: 1.6rem; box-shadow:1px 0px 15px 0px rgba(0,0,0,0.06);padding:3.438rem; border:#ccc solid 1px; flex: 1; min-height: 27.5rem; position: relative; margin-bottom:2rem; }
.tstmnlsInfo:before { background: url(assets/images/quote.png) no-repeat; z-index: 1; content: "";position: absolute; left: 2rem;width: 163px; height: 112px; top: 2rem;}
.tstmnlsInfo p{overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; position: relative; z-index: 2}
.testimonials-button-next.swiper-button-disabled,.testimonials-button-prev.swiper-button-disabled {opacity: 0.35;cursor: auto;   pointer-events: none;}
.testimonials-button-next:after,.testimonials-button-prev:after {font-family: swiper-icons; font-size: var(--swiper-navigation-size);
    text-transform: none !important;letter-spacing: 0;text-transform: none; font-variant: initial;line-height: 1;}
.testimonials-button-prev:after,.swiper-rtl .testimonials-button-next:after { content: "prev";}
.testimonials-button-next:after,.swiper-rtl .testimonials-button-prev:after {content: "next";}

.page-numbers {border: 1px solid; padding: .6rem 2rem; border-radius: .4rem;}
.row.paginationWrap { margin-top: 5rem;}
.tstmnlsNav {position: absolute;width: 100%;transform: translateY(-50%);top: 50%;display: flex;justify-content: space-between; z-index:2; }
.testimonials-button-next {position: absolute;right: 0;}


/*testimonials-pagination*/

.testimonialsText:before { background: url(assets/images/testi.png) no-repeat; z-index: 1; content: "";position: absolute; left: 2rem;width: 163px; height: 112px; top: 2rem;}
.post-type-archive-testimonials #testimonials { padding: 0;}
.post-type-archive-testimonials .testimonialsList { padding: 1.125rem 0; }
.testimonialimg img{border-radius:50%;-webkit-border-radius:50%;-ms-border-radius:50%;display: block;}
.testimonialsText h4{color:#3e3e3e;font-size:1.5rem;margin-bottom:0;line-height:1.5;font-weight:bold;text-transform: none;}
.testimonialsText h4 span{display:block;color:#3e3e3e;line-height:1.5;font-weight: 400;font-size: 1rem;}
.testimonialsText p{/*color:#3e3e3e;*//*font-size:1.25rem;*//*font-weight: normal;*/letter-spacing: 0; min-height: 130px; position: relative; z-index: 2; }
.clientInfo{display: flex;justify-content: space-between;align-items: center;}
.testimonialimg{display: flex;justify-content: space-between;align-items: center;}
.testiImg{margin-right: 15px;}
.testimonialimg .testiImg { display: none; }
.clientQuoteIcon { display: none;}



/* Testimonials Style 2*/

.testimonials2 .testimonials_image {
    width: 80px;
    height: 80px;
    margin: 0px 0 20px 0px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f1bb33;
}
.testimonials2 .testimonials-pagination { display: none;}
.testimonials2 .tstmnlsInfo {  overflow: hidden;}
.testimonials2 small {  color: #3e3e3e;}
.testimonials2 .tstmnlsInfo p{ text-align:left; }
.userTitle {
    padding-left: 20px;
}


#testimonials2 .col-md-4:nth-child(1) .tstmnlsInfo{ border-color:#3B71CA;}
#testimonials2 .col-md-4:nth-child(2) .tstmnlsInfo{ border-color:#9FA6B2;}
#testimonials2 .col-md-4:nth-child(3) .tstmnlsInfo{ border-color:#14A44D;}
#testimonials2 .col-md-4:nth-child(4) .tstmnlsInfo{ border-color:#DC4C64;}
#testimonials2 .col-md-4:nth-child(5) .tstmnlsInfo{ border-color:#E4A11B;}
#testimonials2 .col-md-4:nth-child(6) .tstmnlsInfo{ border-color:#54B4D3;}
#testimonials2 .col-md-4:nth-child(7) .tstmnlsInfo{ border-color:#F50057;}
#testimonials2 .col-md-4:nth-child(8) .tstmnlsInfo{ border-color:#9C27B0;}
#testimonials2 .col-md-4:nth-child(9) .tstmnlsInfo{ border-color:#2196F3;}

#testimonials2 .tstmnlsInfo:before{ display: none; }
#testimonials2 .testimonials_image {width: 120px; height: 120px;margin: 0px auto 20px; border-radius: 50%; overflow: hidden;border: 3px solid #f1bb33;}
#testimonials2 .tstmnlsCont {  text-align: center;}

.testiUser {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    position: relative;
    flex: 0 0 100%;
    padding-right: 50px;
}
.fa-quote-left {
    position: absolute;
    right: 0;
    top: 0;
}
.review-box {
    position: relative;
    display: block;
    margin-top: 18px;
}

.review-box li {
    position: relative;color: #f1cc38;
    display: inline-block;
    margin-right: 3px;
}

.testiUser .fa-quote-left::before {
    position: relative;
    display: inline-block;
    color: #dddddd;
    font-size: 55px;
    transform: rotate(180deg);
}
.testimonials2 .tstmnlsInfo:before { display:none;}
.testiUser h4 {
    font-size: 22px;
    text-align: left;
    padding-left: 0px;
    color: #3e3e3e;
    margin: 0;
}




/* Testimonials Style 2 close*/


/* Testimonials Style 3*/


.testimonials3 .testimonialCon {  width: 60%; text-align: left;padding: 2rem;}
.testimonials3 .testimonials-pagination, #testimonials3 .tstmnlsInfo:before { display: none;}
.testimonials3 .tstmnlsInfo { padding: 0rem;  overflow: hidden; display:flex; }
.testimonials3 .testimonials_image {width: 40%; align-items: flex-end; display: flex;}
.testimonials3 .testimonials_image img {height: inherit !important;}
.testimonials3 .tstmnlsInfo:before{ display:none; }

#testimonials3 .testimonials_image { width: 40%; text-align:center; }
#testimonials3 .testimonials_image img {max-height: 300px; width: auto !important;  margin: auto;}
#testimonials3 .tstmnlsInfo { display: flex; align-items: center;  padding: 0; overflow: hidden;}
#testimonials3 .tstmnlsCont { width: 60%;  padding: 4rem;}
#testimonials3 .col-md-12:nth-child(odd) .tstmnlsInfo { flex-direction: row-reverse;}
#testimonials3 .col-md-12:nth-child(odd) .tstmnlsCont {  padding: 4rem;}

/* Testimonials Style 3 close*/



/* Testimonials Style 4*/

.testimonials4 .testimonials_image {width: 120px; height: 120px;margin: 0px auto 2rem; border-radius: 50%;  overflow: hidden;  border: 3px solid #f1bb33; margin-top: -9rem;}
.testimonials4 .tstmnlsInfo {  box-shadow: 10px 10px 15px 0px rgb(0 0 0 / 6%);  border: 1px solid #fafafa;  border-radius: 1rem;}
.testimonials4 .testimonials-pagination { display: none;}
.testimonials4 .tstmnlsInfo:before{ display: none; }
.testimonials4 .swiper-wrapper{padding-top:8rem;} 


#testimonials4 .tstmnlsInfo { padding: 0rem;overflow: hidden;}
#testimonials4 .tstmnlsCont { padding: 2rem; }
#testimonials4 .tstmnlsInfo img { transition: transform .5s;max-width: 280px !important;margin: auto;}
#testimonials4 .tstmnlsInfo:hover img { transform: scale(1.2);}
#testimonials4 .testimonials_image {overflow: hidden;  transition: transform .2s;  text-align: center; background: #f4f4f4;}
#testimonials4 .tstmnlsInfo:before{ display:none; }
/* Testimonials Style 4 close*/




/* Testimonials Style 5 start*/
#testimonials5 .tstmnlsInfo { padding: 0; display: flex;align-items: center;}
#testimonials5 .testimonials_image {width: 40%; max-height: 300px; overflow: hidden;margin: 3rem;  border-radius: 2rem;  box-shadow: 10px 16px 20px rgb(0 0 0 / 20%);  border-bottom: 10px solid #094f1c; text-align:center;}
#testimonials5 .tstmnlsCont { width: 60%; padding-right: 4rem;}
#testimonials5 .testimonials_image img {max-height: 300px;  width: auto !important;}
#testimonials5 .tstmnlsInfo .tstmnlsInfo:before{ display:none; }

/* Testimonials Style 5 close*/




/*Marquee*/
#marqueePart, #marqueePart ul{ padding:0px; margin:0; overflow: hidden; }
.Marquee {
  background: -webkit-linear-gradient(225deg, #008ed9, #8b00db);
  background: -moz-linear-gradient(225deg, #008ed9, #8b00db);
  background: -o-linear-gradient(225deg, #008ed9, #8b00db);
  background: -ms-linear-gradient(225deg, #008ed9, #8b00db);
  background: linear-gradient(-135deg, #008ed9, #8b00db);
  width: 100vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 10s linear infinite running;
  -moz-animation: marquee 10s linear infinite running;
  -o-animation: marquee 10s linear infinite running;
  -ms-animation: marquee 10s linear infinite running;
  animation: marquee 10s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
  width: 200px;
  margin: 0 0.5em;
  padding: 0.5em;
  background: rgba(255,255,255,0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Marquee-tag:hover {
  background: rgba(255,255,255,0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}



/*Marquee close*/

/* video */
.wp-video {
    overflow: hidden;
    border-radius: 30px;
}
.mejs-overlay-button {
    position: relative;
}
.mejs-overlay-button:after {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -7px;
    bottom: -7px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    background: rgb(255 0 0 / 55%);
    width: 90px;
    height: 90px;
    box-shadow: 0 0 40px 0 #cc1818;
}
#videoPart ul {
    padding: 0;
    list-style: none;
}
/* video close  */


.desplayFlex {
    display: flex;
    align-items: center;
}
.aboutImgs figure {
    overflow: hidden;
    border-radius: 30px;
    margin: 20px 0;
}
.aboutWords h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #102d93;
}
.aboutWords h2 {
    color: #3e3e3e;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}
.aboutWords a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80%;
    height: 1px;
    background: #3e3e3e;
}
.aboutWords a {
    display: inline-block;
    color: #3e3e3e;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}
.greyBg{background: #fafafa;}





/* Testimonials Style 5*/
.oneBoxsl .tstmnlsInfo {padding: 0;  display: flex;  align-items: center;}
.oneBoxsl .testimonials_image { width: 40%;}
.oneBoxsl .testimonials_image img {  max-height: 300px;  width: auto !important;}
.oneBoxsl .testimonialCon { width: 50%; text-align: left; padding: 2rem;}
.oneBoxsl .tstmnlsInfo:before{ display:none; }
.oneBoxsl .testimonials_image { width: 40%; max-height: 300px; overflow: hidden;margin: 3rem;  border-radius: 2rem;  box-shadow: 10px 16px 20px rgba(0,0,0,0.2); border-bottom: 10px solid #094f1c;}
.oneBoxsl .testimonials-button-next, .oneBoxsl .testimonials-button-prev{  visibility: hidden;  }
.oneBoxsl .tstmnlsNav {  position: inherit; width: 100%;transform: inherit; top: inherit;  display: flex; justify-content: space-between; z-index: 2;}

.oneBoxsl .swiper-pagination-bullet::before{background:#094f1c; } 
.oneBoxsl .swiper-pagination-bullet { border: solid 2px #094f1c;}


/* Testimonials Style 5 close*/




.topRow { margin-bottom: 3rem; padding-bottom: 3rem;border-bottom: 1px solid #333;}
.widget_custom_html { list-style: none;}


/*Footer Style 1*/
footer {background: #3e3e3e;color: #fff;padding: 3rem 0;}
.footerInfo{display: flex;justify-content: space-between;align-items: center; }
.footerInfo li { list-style: none; position: relative; flex-basis: 50%; padding-left: 60px;min-height: 5rem; display: flex; flex-wrap: wrap; align-items: center;}
.footerInfo i { background: #094f1c; display: flex; justify-content: center; align-items: center; width: 4rem; height: 4rem; text-align: center; margin-right: 2rem; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.footerInfo a {margin-right:2rem; color: #fff; line-height:2.4rem }
.footerInfo a:hover {color:#f1bb33;}

.footer-social-icon {text-align: right;}
.footer-social-icon li { text-align: center; display: inline-block; }
.footer-social-icon li svg{height:2.8rem; width:2.8rem;}
.footer-social-icon a:hover { fill: #094f1c; background-color: #fff; }
.footer-social-icon a {fill:#fff;font-size: 2rem; background:#094f1c;color: #fff;width: 4.4rem;height: 4.4rem;display: inline-block;line-height: 4rem;}

.ftrMnu li {display: inline-block;margin-bottom: 0; position: relative;}
.ftrMnu li:after{content: "";display: block;width:1px;background-color: #e1e1e1;height: 15px; position: absolute; right:0;top:9px;}
.ftrMnu li:first-child a{padding-left: 0;}
.ftrMnu li:last-child:after{width:0;}
.ftrMnu li a {color: #fff;padding: 0 1.5rem;}
.ftrMnu li a:hover{ color:#f1bb33 }
.ftrMnu li:after { /*border: solid #fff;background-color: transparent;*/ border-width: 0 2px 2px 0; display: inline-block;padding: 0.3rem;transform: rotate(-45deg); width: 0.3rem; height: 0.3rem;left: 0;background-color: #ffffff;}
.footer1 .ftrMnu li:first-child a { padding-left: 1.5rem; }
.footerInfo li:last-child a { margin: 0; }
/*End Footer Style 1*/

.copyRight a:hover {color: #fff;}

/*Footer Style 2*/
.footerTwo h3, .footerInfo a:hover i, .footerThree h3, .footerInfo a:hover i { color: #ffff; }
.footerTwo .footerInfo, .footerThree .footerInfo{display: block;}
.footerTwo .footerInfo i, .footerThree .footerInfo i {background-color: transparent; width: 2.75rem;margin-right: 0.5rem;}
.footerTwo .footerInfo li, .footerThree .footerInfo li{padding-left:4rem;}
.footerTwo .ftrMnu li, .footerThree .ftrMnu li { display: block; padding-left: 1.5rem; margin-bottom:2rem;}
.footerTwo .ftrMnu li:after, .footerThree .ftrMnu li:after {border: solid #fff;border-width: 0 2px 2px 0; display: inline-block;padding: 0.3rem;transform: rotate(-45deg);
    width: 0.3rem; height: 0.3rem; left: 0; background-color: transparent;}
.footerTwo .ftrMnu li a, .footerThree .ftrMnu li a { color: #fff;  display: block; }
.footerTwo .ftrMnu li:first-child a, .footerThree .ftrMnu li:first-child a{padding:0 1.5rem;}
.footerTwo .footerInfo li { padding-left: 4rem;   max-width: 400px;  margin-bottom: 2rem; }
.formWrap input[type=text], .formWrap input[type=number], .formWrap input[type=email], .formWrap select, .formWrap textarea {border: 0; padding: 0.7rem 1rem; margin-bottom: 1rem; background: transparent; border-bottom: 1px solid #666; resize: none; outline:none;color: #fff; width: 100%;}
.formWrap textarea { max-height:7rem; font-size:1.6rem;}
p.footrab { margin-top: 2rem; }
.ftrMnu li a:hover{ color:#f1bb33;  }
.coptyRightWrap a:hover {  color: #fff; }
.footerTwo input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1); }
input#appointment-date { border: 1px solid #ccc; color: #fff; }
input::placeholder {
  color: red; opacity: 1;
}
/*Footer Style 2*/




/*Footer Style 3*/
footer .socialWrap li { display: inline-block; padding: 1rem; background: #094f1c; fill: #fff;}
footer .socialWrap li:hover{ background:#333; }
.footerAbout {  max-width: 38rem;}
.coptyRightWrap {text-align: center;border-top: 1px solid #333;padding-top: 3rem;}
.socialWrap ul, .socialWrap li { margin: 0; padding: 0; text-align: left;}
.coptyRightWrap .textwidget { text-align: right; }
.footerThree li {list-style: none;}

/*Footer Style 3*/


/*footer4 */
.footer4 nav.ftrMnu {text-align: center;padding-bottom: 2rem;  border-bottom: 1px solid #333;  margin-bottom: 2rem;}
.footer4 .row.copyRight {  padding-top: 2rem;  margin-top: 2rem;border-top: 1px solid #333;}
.footer4 .ftrMnu li:first-child a {  padding-left: 1.5rem;}
.footer4 .topRow { margin-bottom: 0rem;  padding-bottom: 0rem;  border-bottom: 0;}
.footer4 .footerInfo li {flex-basis: inherit;}
.footer4 .footerInfo i { background: #373839; border-radius: 50%; }
.footer-social-icon li svg {height: 1.8rem;  width: 1.8rem;}
.footer4 .footer-social-icon a {font-size: 1rem;background: #373839;border-radius: 50%;}
/*footer4 close*/


/*footerfive*/
.footerfive .footer-top {background: #094f1c; padding: 3rem 0;   margin-bottom: 3rem;}
footer.footerfive { padding: 0;}
.footerfive .footerAbout li {  list-style: none;}
.footerfive .footerInfo li {display: block;  flex-basis: initial;  padding-left: 0px;}
.footerfive .ftrMnu li a { display: block; padding-bottom: 1rem;margin-right: 0;}
.footerfive .footerInfo i {  display: block;position: inherit;  background: #fff;  margin: auto;border-radius: 50%;  color: #094f1c;  font-size: 2rem;  padding-top: 1.55rem;transform: inherit; margin-bottom: 1rem;}
.footerfive h3 {color: #fff;}
.footerfive .ftrMnu li:first-child a { padding-left: 1.5rem; }
.subscribe input[type=email] {  background: rgb(255 255 255 / 38%);  border: 2px solid #fff;}
.footerfive .copyRight {padding-top: 2rem;  border-top: 1px solid #666;  text-align: center;margin-top: 3rem;}
.footerfive .footerAbout img {  max-width: 260px !important;filter: brightness(0) invert(1);}
.footerfive .socialWrap li a {  fill: #666;  color: #666;}
.footerfive .socialWrap li a:hover {  fill: #fff;  color: #fff;}
footer.footerfive .socialWrap li {   display: inline-block; padding: 1rem; background: transparent;  border: 2px solid #333;border-radius: 50%;}
.subscribe {position: relative;  margin-top: 3rem;}
.subscribe .button {position: absolute; right: .2rem;  padding: .7rem 2rem .6rem;  top: .2rem;margin: 0; }
.footerfive .ftrMnu li {display: block;}
.footer-top a:hover {  color: #ccc;}
footer.footerfive .socialWrap li:hover {background: #094f1c;}

/*footerfive close*/

div#productPopups {
    max-width: 700px;
    margin: auto;
    background: #f7f7f7;
    padding: 3rem 1rem;
    border-radius: 1rem;
    border: 1px solid #ccc;
}

/*footersix*/
.footerForm {
    padding: 1rem 0;
    background: url(assets/images/footerformbg.jpg) no-repeat top center fixed;
    position: relative;
    background-size: cover;
    margin-bottom: 35rem;
}
.footerCont {
    background: rgb(255 255 255 / 100%);
    margin-top: 80px;
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 11rem rgb(0 0 0 / 22%);
    margin-bottom: -30rem;
}
.footerForm .wpcf7 .screen-reader-response {
    position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px;  width: 1px; margin: -1px; padding: 0;
    border: 0; word-wrap: normal !important;
}

.footerCont .form-group { margin-bottom: 3rem;}
.footerCont input[type=text], .footerCont input[type=tel], .footerCont input[type=date], .footerCont input[type=number], .footerCont input[type=email], .footerCont select, .footerCont textarea {
    padding: 0.7rem 1rem;
    border-bottom: 1px solid #ccc;
    resize: none;
    outline: none;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    min-height: 6rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 1rem;
}

footer.footersix { background: #010818 url(assets/images/footerbg.jpg) no-repeat center right; background-size: cover;padding-top: 100px;position: relative;}
footer .container, footer .copyRight { position: relative; z-index: 1; }

.footersix .footerInfo i {
    display: block;
    background: #fff;
    border-radius: 50%;
    color: #005636;
    font-size: 2rem;
    padding-top: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.footerInfo li {
    list-style: none;
    position: relative;
    flex-basis: 50%;
    padding-left: 52px;
    min-height: 5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footersix .footerInfo li { flex-basis: initial; padding-left: 60px; position: relative; margin-bottom: 1.5rem;}
.footersix .ftrMnu li:first-child a { padding-left: 1.5rem;}
.footersix .ftrMnu li a { display: block;  padding-bottom: 0.3rem; margin-right: 0;}
.footersix .ftrMnu li { display: block;}
.footersix .footerInfo { display: block; justify-content: space-between; align-items: center;}
.footersix h3 { color: #fff; text-transform: uppercase; font-size: 2rem; }
.footersix .copyRight { padding-top: 2rem; border-top: 1px solid #ccc;  text-align: center;  margin-top: 3rem;}
.text-left { text-align: left; }
.footerAbout li { list-style: none; }
.footersix .footerAbout img { max-width: 260px !important;  filter: brightness(0) invert(1);}
footer.footersix .socialWrap li a {
    display: inline-block;
    padding: 1rem;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 52.8px;
    text-align: center;
}
footer.footersix .socialWrap li { display: inline-block; padding: 1rem; fill: #fff; background: transparent; }
footer.footersix .socialWrap li:hover { background: transparent; }
footer.footersix .socialWrap li a:hover { background: #f1bb33;}
.footerForm ul { list-style: none;}

footer.footersix:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(0 86 54 / 80%);
    z-index: 0;
}



/*footersix*/
.content-box {
    padding: 0 2rem;
    position: relative;
    padding-top: 3rem;
}

.inner-box { border: 1px solid #ccc; height: 100%; background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden; }
.content-box h4.title {  margin-bottom: 1rem; }







/*section.otherService { padding-top: 0; }*/
.slMain .insurance_icon, .slMain .insurance_icon img { margin: 0; }
.insurance_icon { padding: 0px 0rem; border-radius: 2rem; transition: .5s; position: relative;}
.slMain .insuranceBox a { max-width: inherit; olor: #3e3e3e; margin: auto; display: block;}
.slMain .insuranceBox { padding: 20px; position: relative; background: #fff; border: 1px solid #ccc; border-radius:1rem; }
.insuranceBox { align-items: center; position: relative; min-height: 160px; padding: 0; transition: .5s; height: 100%; text-align: center; width: 100%;background: #f7f6f9;}
.slMain { background: #f1f1f1;}
.slMain .insuranceText { text-align: center;  width: 100%; padding-left: 0px;}
.slMain .insuranceText h3 { color: #3e3e3e; font-size: 2rem; min-height: 40px; line-height: 3rem; margin: 1rem 0px;}
/*.slMain .insurance_icon:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgb(0 0 0 / 96%) 100%);
    content: ""; width: 100%; height: 100%; display: block;transition: .5s; position: absolute; bottom: 0;}*/
.slMain .insuranceBox:hover .insurance_icon:after {  opacity: 0;  transition: .5s;}
.industry .testimonials-button-prev, .industry .testimonials-button-next {
    color: #fff;
    background:#f3bb27;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem !important;
    text-align: center;
}
.industry .testimonials-button-next {  right: 4rem;}
.industry .testimonials-button-prev { left: 1rem !important; position: relative; }
.industry .testimonials-button-next:after, .industry .testimonials-button-prev:after { font-size: 2rem; }





section.callTo2 {  background: url(assets/images/parallax-bg.jpg) no-repeat center center #f3bb27 fixed; background-size:cover; position:relative; }
section.callTo2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(243 187 39 / 53%);
    z-index: 0;
}
section.callTo2 .container{ z-index:1; position:relative; }
.callTo2text h3 { color: #000000; }
.button .r-arrow-stick { display: inline-block; vertical-align: middle;}
.callTo2text p { font-size: 2.2rem; margin: 0; }
.callTo2btn a.button { margin: 0; border-color: #fff; background: #fff; color: #000; }
.callTo2btn a.button:hover { margin: 0; color: #fff; }
.callTo2Img {
    border-radius: 50%;
    overflow: hidden;
}




.detlContBox h4 {
    background: #2e303e;
    padding: 1rem 2rem;
    font-size: 2rem;
    color: #fff;
}
.detlContBox {
    margin-bottom: 2rem;
    box-shadow: 0 0 10px rgba(0 0 0 / 10%);
    padding-bottom: 2rem;
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
}
.detlContInn {
    padding: 0px 2rem;
}

.detlContInn li {
    max-width: 500px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.detlContInn li:before {
    position: absolute;
    left: -16px;
    width: 8px;
    height: 8px;
    background: #585858;
    content: "";
    top: 10px;
    border-radius: 50%;
}

.faqInner { background: #f4f4f4; }
.detlContInn {  display: flex; }
.detlContInn ul.dualUl li { width: 100%;  max-width: 100%; }
.detlContInn ul { width: 100%; }
.socialWrap a img {  max-width: 20px; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {  padding-left: 2rem; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{ -webkit-transition: .5s; transition: .5s; font-size:18px; font-weight:500; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{ font-weight:500;}


.counterBox h2 { color: #fff;}
.page-template-Contact .footerForm { display: none; }
.othrSer {
    background: #094f1c;
    margin-bottom: 3rem;
    padding: 3rem 2rem;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0rem 0rem 2rem rgb(0 0 0 / 30%);
    border: 1px solid #fff;
    transition:all 350ms ease 0s;
    padding-bottom: 1rem;
    height: 190px;
}
.othrSer:hover { box-shadow: 0rem 2rem 2rem rgb(0 0 0 / 20%);}
.othrSer:hover a h3 { color:#f3bb27 }
.othrSer a h3 {
    color: #fff;
    margin-bottom: 0;
    transition: all 350ms ease 0s;
    font-size: 2rem;
    font-weight: 600;
    min-height: 56px;
}
.othrSer_icon { filter: invert(100%);transition:all 350ms ease 0s; margin-bottom:2rem; }
.othrSer:hover a { margin-top: -1rem; }
.othrSer a { display: block; }



/*zigzag*/
.odd-zigzag { background: #f4f4f4; padding: 6rem 0;}
.even-zigzag { padding: 6rem 0; }
section#zigzag { margin: 0; padding:0; }
.smallRow{ text-align:center; max-width:800px; margin:auto; }

#zigzag .verti-midd {
    width: 100%;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    font-weight: 500;
}

ul.priceList li {
    padding: 1rem;
    list-style: none;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
	max-width:80%;
}
ul.priceList { padding-left: 0px !important;}
span.priceRight { font-size: 1.8rem;  color: #094f1c;}
ul.priceList li:last-child { border: 0;}

/*samples*/
tbody,td,tfoot,th,thead,tr{border:1px solid #dee2e6;padding:.5rem 1rem}
.table>:not(:first-child){border-top:none}

/*samples close*/




/* accordion style1 start */
.accordion-button{ font-size: 2rem; }
.accordion1 .accordion-item:first-of-type{border-top-left-radius: 8px; border-top-right-radius: 8px;}
.accordion1 .accordion-item:first-of-type .accordion-button {border-top-left-radius: calc(8px - 1px); border-top-right-radius: calc(8px - 1px);}
.accordion1 .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius: calc(8px - 1px);border-bottom-left-radius: calc(8px - 1px);}
.accordion1 .accordion-item:last-of-type {border-bottom-right-radius:8px;border-bottom-left-radius:8px;}
.accordion1 .accordion-button{ padding:2rem 1.5rem}
.accordion1 .accordion-button:focus{ box-shadow:none}
.tab.tab-warning ~ p { display: none;}
/* accordion style1 end */


/* accordion style2 start */
.accordion2 .accordion-item:first-of-type{border-top-left-radius: 8px; border-top-right-radius: 8px;}
.accordion2 .accordion-item:first-of-type .accordion-button {border-top-left-radius: calc(8px - 1px); border-top-right-radius: calc(8px - 1px);}
.accordion2 .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius: calc(8px - 1px);border-bottom-left-radius: calc(8px - 1px);}
.accordion2 .accordion-item:last-of-type {border-bottom-right-radius:8px;border-bottom-left-radius:8px;}
.accordion2 .accordion-button{ padding:2rem 1.5rem}
.accordion2 .accordion-button:focus{ box-shadow:none}
.accordion2 .accordion-item:not(:first-of-type){ border-top:1px solid rgba(0,0,0,.125)}
.accordion2 .accordion-item{ margin-bottom:1.5rem; border-radius:8px; overflow:hidden}
.accordion2 .accordion-button::after{ background-image:none; font:normal normal normal 14px/1 FontAwesome; content:"\f067"}
.accordion2 .accordion-button:not(.collapsed)::after{background-image:none; font:normal normal normal 14px/1 FontAwesome; content:"\f068"}
.accordion-button:not(.collapsed) {  color: #ffffff; background-color: #094f1c;}
/* accordion style2 end */



/* accordion style3 start */

.accordion3 .accordion-button{ padding:2rem 1.5rem; background:none; border:none; box-shadow:none}
.accordion3 .accordion-button:focus{ box-shadow:none}
.accordion3 .accordion-item{ margin-bottom:1.5rem; border-radius:5px; overflow:hidden; border:none; border-left:solid 5px}
.accordion3 .accordion-item:nth-child(3n+1){ background:#fff6ee; border-color:#ffc48b}
.accordion3 .accordion-item:nth-child(3n+2){ background:#fafaff; border-color:#b6b5ff}
.accordion3 .accordion-item:nth-child(3n+3){ background:#fff0f3; border-color:#ffb4c1}
.accordion3 .accordion-button::after{ background-image:none; font:normal normal normal 14px/1 FontAwesome; content:"\f067"}
.accordion3 .accordion-button:not(.collapsed)::after{background-image:none; font:normal normal normal 14px/1 FontAwesome; content:"\f068"}
/* accordion style3 end */






ul#myTab { padding: 0;  margin-bottom: 0;  border: 0;}
#myTab li.nav-item {list-style: none;     margin: 0;}
#myTab button {  min-width: 100px;}
#myTabContent {  border: 1px solid rgba(0,0,0,.125);}
#myTabContent .accordion-item{border: 0px solid rgba(0,0,0,.125);}

@media (max-width: 991px) {
  .tab-content>.tab-pane {  display: block; opacity: 1; }
  
}




/*tab style1 Close*/



/*tab style 2 start*/
.tab2 .tab-container {width: 100%;max-width: 100%;min-height: 300px;border: 1px solid #00b6f0;background-color: #fff;}
.tab2 .tabs {display: flex;overflow-x: scroll;}
.tab2 .tabs button {width: 100%;padding: 1rem 2rem;border: 1px solid #00b6f0;cursor: pointer;text-transform: uppercase;background-color: #00b6f0;color: #fff;opacity: 0.9;border-radius: 0px;}
.tab2 .tabs button:hover {opacity: 1;}
.tab2 .tabs .non-active {opacity: 0.6;}
.tab2 .tab-content {padding: 1rem 2rem;}
.tab2 .hidden {display: none;}

/*tab style2 Close*/



/*tab style3 start*/

.tab3 .tab-content {display: none;width: 100%;max-height: 100%;background: #fff; padding: 2rem;}
.tab3 .tab.active + .tab-content { display: block; }
.tab3 .tab, .tab3 .tab-content { padding:0px; } 
.tabs-container.tab3 { position: relative;}
.tab3 .tab a.tab-title { color: #3e3e3e; text-transform: uppercase; padding: 1rem; display: block; border-bottom: 1px solid #ccc;}
.tab3 .tab.active { background: #fff0f3;	}

@media (min-width: 992px) {
.tab3 .tab { width: 30% }
.tab3 .tab-content {position: absolute;top: 0;right: 0;width: 69%;min-height: 100%;overflow-y: auto;border: 1px solid #ccc;border-radius: 10px; padding: 2rem;}
.tab3 .tabs-container {  min-height: 400px; background: #ccc;}

}


/*tab style3 Close*/
.accordionPart {padding-top: 5rem;}


/*Product modal popup*/

.modal-body .form-control { margin-bottom: 1rem;}
.modal-body .form-control[readonly] { font-size: 2rem; font-weight: 500;background: #16936b;border: 0; color: #fff;  text-align: center;}
.product  header.entry-header { display: none;}
#innerProductBanner { display: flex; justify-content: space-between;max-width: 1270px; margin: 0 auto; padding: 50px 1.5rem;border-top: 1px solid #ccc;}
#innerProductBanner .bannerTitle { font-size: 4.4rem; font-weight: 600;}
#btnInquiry.button {background: #fafafa;box-shadow: none; color: #16936b; border: 3px solid #16936b;}
#btnInquiry.button:hover { color: #fff; }
.woocommerce div.product p.price .amount { border: 1px solid #16936b; padding: .5rem 3rem; font-size: 2.6rem; color: #16936b; border-left: 5px solid #16936b;}
.woocommerce-error::before {content: "\e016"; color: #ffffff; right: 0 !important; position: absolute; width: 40px; height: 40px; text-align: center;
    display: flex; justify-content: space-around; align-items: center; background: #000;border-radius: 50%;}
.woocommerce ul.products li.product .price{ color:#16936b;}
.woocommerce table.shop_attributes th{ font-weight: 500; }
/*Product modal popup close*/







@media (min-width: 767px){ 
.odd-zigzag .row { display: flex; flex-direction: row-reverse; }
.header3 .mail-link .screen-reader-text { position: initial; clip-path: initial; margin: 0;}
}

/*zigzag close*/














/*Back to Top*/
#backtotop{cursor:pointer;display:none;font-size:3rem;color:#fff;background:#094f1c;height:4rem;width:4rem;overflow:hidden;position:fixed;right:1rem;bottom:2rem;z-index:999;display:none;border-radius:50%;-webkit-border-radius:50%;text-align:center;vertical-align:middle;line-height:4rem;}
#backtotop:hover{background:#3e3e3e;color:#fff;}
#backtotop .arrow-up{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:0.5rem;transform:rotate(-135deg);-webkit-transform:rotate(-135deg);}
/*End Back to Top*/













/*Responsive*/
@media (min-width: 1400px){.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .single .site-main { max-width: 1350px; margin:0 auto;}
    
    
}



/*Blog */
.blogBox{border:1px solid #d8d8d8;height:95%; border-radius: 0.4rem;box-shadow: 0 1rem 2rem rgb(0 0 0 / 10%); margin-bottom: 3rem; }
.dateBlock {margin-right: 1.5rem;line-height: 1;text-align: center;position: absolute;left: 0;top: -50px;background: rgb(255 255 255 / 83%);padding: 1rem;border-radius: .4rem;}
.dateBlock h6{color:#f1bb33;margin-bottom:0;font-size:3.6rem;}
.dateBlock span{color:#f1bb33;font-size:1.6rem;}
.blogBox a, .content-box a{display:block;overflow:hidden; color:#000; }
.blogBox a:hover, .content-box a:hover, .subHead a:hover{ color:#f1bb33; }
.blogBox img{display:block;transition:all 0.3s ease;transform:scale(1);width:100%;/*max-width:100%!important; height: auto!important;*/}
.blogBox a:hover img{transform:scale(1.05);transition:all 0.3s ease;}
.buyingg{text-align:left;font-size:1.6rem;color:#707070;padding:0 2rem;margin-bottom:3rem;}
.buyingg .readmore{padding:0 0 4rem 2rem;font-size:1.6rem;}
.latestBlog h2{text-align:center;font-size:4.2rem;font-weight:800;margin-bottom:0;}
.blogSubText{text-align:center;font-size:2.2rem;margin-bottom:4rem;color:#242424;}
.subHead{padding:2.5rem; position: relative;}
.titleWrap{margin-bottom:2rem;}
.pareBlock h3 {margin-bottom: 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;transition: all 0.4s ease;line-height: 2.4rem;font-size: 2.4rem;}
.blogBox a:hover .pareBlock h3{color:#f1bb33;}
.subHead p{font-size:1.6rem;color:#707070;}
.subHead a.readmore {display: inline-flex;align-items: center;border: 1px solid;padding: .5rem 2rem;}
.subHead a.readmore i{display:inline-block;padding-left:0;margin-left:1rem;}
.blogBox a.more-link { display: none; }
/*Blog close*/

h5.side-line-left {
    margin: 0;
    color: #000;
}
/*blog New*/

.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.card-header{padding: 0px}
.card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;
  min-height: 250px;
}
.tag {
  background-color: #ccc;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  padding: 2px 10px;
  text-transform: uppercase;
}
.tag-teal {
  background-color: #92d4e4;
}
.tag-purple {
  background-color: #3d1d94;
}
.tag-pink {
  background-color: #c62bcd;
}
.card-body h4 {
  margin: 10px 0;
}
.card-body p {
  font-size: 14px;
  margin: 0 0 40px 0;
  font-weight: 500;
  color: rgb(70, 68, 68);
}
.user {
  display: flex;
  margin-top: auto;
}
.user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
.user-info h5 {
  margin: 0;
}
.user-info small {
  color: #888785;
}
@media (max-width: 940px) {
  .container {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

/*blog New Close*/


/*custom arrow*/

.l-arrow,
.r-arrow {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
}
.l-arrow-circ,
.r-arrow-circ {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #333;
}
.l-arrow:before,
.l-arrow-circ:before {
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35%;
  height: 35%;
  border-left: 4px solid #333;
  border-bottom: 4px solid #333;
  -webkit-transform: translate(-30% -50%) rotate(45deg);
  transform: translate(-30%, -50%) rotate(45deg);
}

.r-arrow:before,
.r-arrow-circ:before {
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35%;
  height: 35%;
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  -webkit-transform: translate(-70% -50%) rotate(-45deg);
  transform: translate(-70%, -50%) rotate(-45deg);
}

.r-arrow-stick,
.l-arrow-stick,
.r-arrow-stick-circ,
.l-arrow-stick-circ{
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}

.r-arrow-stick-circ,
.l-arrow-stick-circ {
  border-radius: 50%;
  border: 2px solid #333;
}

.l-arrow-stick:before,
.l-arrow-stick-circ:before {
  content:"";
  position: absolute;
  left: 40%;
  top: 50%;
  width: 30%;
  height: 30%;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: translate(-60% -50%) rotate(45deg);
  transform: translate(-60%, -50%) rotate(45deg);
}
.l-arrow-stick:after,
.l-arrow-stick-circ:after{
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 2px;
  background: #333;
  -webkit-transform: translate(-40%,-50%);
  transform: translate(-40%, -50%);
}
.r-arrow-stick:before,
.r-arrow-stick-circ:before{
  content:"";
  position: absolute;
  left: 60%;
  top: 50%;
  width: 30%;
  height: 30%;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  -webkit-transform: translate(-50% -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.r-arrow-stick:after,
.r-arrow-stick-circ:after{
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 2px;
  background: #333;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
}

/*<div class="l-arrow"></div>
<div class="r-arrow"></div>
<div class="l-arrow-circ"></div>
<div class="r-arrow-circ"></div>
<br>
<div class="l-arrow-stick"></div>
<div class="r-arrow-stick"></div>
<div class="l-arrow-stick-circ"></div>
<div class="r-arrow-stick-circ"></div>*/

/*Custom Arrow close*/












footer.footersix .socialWrap li a img {
    width: 23px;
}






/*sitemap*/
.commonPad ul.bulletText { margin: auto;max-width: 500px; background: #fafafa; padding: 2rem;}
ul.bulletText li a {color: #3e3e3e;display: block; padding: .5rem 0; border-bottom: 1px solid #ccc;}
ul.bulletText li a:hover {color: #094f1c;}
/*sitemap close*/



/*contact page*/
.contact-info-box {position: relative;padding-left: 100px;z-index: 1;}
.contact-info-box a{ color:#3e3e3e }
.contact-icon {width: 85px;height: 85px;background-color: #f1f6fd;border-radius: 100%;position: absolute; text-align: center;left: 0;transition: all 0.4s ease;top: 50%;transform:translateY(-50%);}
.contact-icon i {position: absolute;left: 0;right: 0;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);font-size: 35px;color: #094f1c;}
.contact-page {padding: 2rem 0; border-bottom: 1px solid #ccc; }
.contact-form input, .contact-form textarea, .contact-form select, .contact-form input#appointment-date { border: 1px solid #094f1c; margin-bottom: 1rem; color: #333; font-weight: 400; font-size:1.6rem; }
.contact-form  input.wpcf7-submit { width: auto; margin: auto;text-align: center;font-size: 1.6rem;color: #fff;background: #094f1c;padding: 1rem 2.563rem;}
.contact-form input.wpcf7-submit:hover { background: #f1bb33; border-color:#f1bb33; }
.contact-info-box h3 { margin-bottom: 0rem;}
.contact-info-box p { margin-bottom: 0; }
/*contact page close*/


/**/
.contact-us-1 .wpcf7 {max-width: 90rem; margin: auto;}
.contact-us-1.contact-form input, .contact-us-1.contact-form textarea, .contact-us-1.contact-form select { border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 30px;box-shadow: 0 5px 10px rgba(0,0,0,0.1); padding: 0.9rem 2rem;}
.contact-us-1 .contact-info-box { position: inherit; z-index: 1; border: 1px solid #ccc; padding: 2rem; border-radius: 1rem; box-shadow: 0 5px 10px rgb(0 0 0 / 10%); text-align: center;}
.contact-us-1 .contact-icon { position: relative; transform: inherit; margin: auto; margin-bottom: 2rem;border-radius: 2rem; }
/**/


/*contact page 2*/
.contactaddress h3, .contactaddress h4, .contactaddress p, .contactaddress a { color: #fff;}
.contactaddress { background: #094f1c; padding: 4.5rem 2rem;  border-radius: 1rem;}
.contactaddress h4 { margin-bottom: 0rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #fff;}
.contactaddress a { color: #fff; font-weight: 600;}
/*contact page close*/







/*contact page 3*/
.back-icon {position: absolute;right: 10px;top: 5px;z-index: -1;color: #3e3e3e;line-height: 1;opacity: .04;font-size: 80px;-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
.contact-info-box h3 {margin-bottom: 1rem;}
.contact-info-box p {margin: 0;}
.contact-info-box h3 {  font-size: 3rem; }
.contact-us3 .wpcf7-form.init, .contact-us5 .wpcf7-form.init { padding: 4rem; margin-left: 15px; box-shadow: 0 0 20px rgb(158 158 158 / 16%); background-color: var(--whiteColor);}
.contact-us3.contact-form input.wpcf7-submit {  width: 100%;}
.wpcf7-form.init p {padding: 0; margin: 0; }
.contact-us3.contact-form input, .contact-us3.contact-form textarea, .contact-us3.contact-form select, .contact-us3 input#appointment-date { border: 1px solid #e9e9e9;}

.contact-page.contact-us3{ padding: 10rem 0; }


/*contact page 3*/

/*contact page 4*/
.contact4 .contact-info-box { margin: 2rem 0 4rem; display: inline-block; width: 100%;}
/*contact page 4*/

/*contact page 5*/
.contact-us5 .contact-info-box {margin-top: 2rem;display: block;}
.contact-us5 .contact-icon { width: 55px;height: 55px;}
.contact-us5 .contact-info-box h3 {   font-size: 2rem;}
.contact-us5 .contact-info-box { padding-left: 70px;}
.contact-us5 .contact-icon i{ font-size: 25px; }
.contact-us5 .wpcf7-form.init .col-lg-6 { width: 100%; }
.contact-form .contact-us5 input, .contact-form .contact-us5 textarea, .contact-form .contact-us5 select {  border: 0;  border-bottom: 1px solid #ccc; border-radius: 0;}
.section-title {margin: auto; max-width: 660px;}
.contact-us5 .contactImg { max-width: 500px;}
/*contact page 5 close*/




/* service 2 */
.service2 .serviceIcon{background-color:#e7f2fd;width:145px;height:110px;font-size:42px;color:#303030;text-align:center;line-height:110px;border-radius:8rem 20rem 20rem 36rem;margin:0 auto 30px;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}
.service2 .service:hover .serviceIcon{border-radius:20rem 36rem 8rem 20rem}
.service2 .service:hover .serviceIcon{background:#00b6f0}
.service2 .serviceTitle{font-size:2.2rem}
.service2 .serviceTitle a{color:#3e3e3e}
.service2 .service p{color:#707070}
.service2 .service:hover .serviceTitle a{color:#00b6f0}
.service2 .service:hover .serviceIcon img{filter:invert(100%) sepia(0) saturate(2%) hue-rotate(42deg) brightness(106%) contrast(101%)}
/* service 2 close */

/* service 3 */
.service3 .service:hover{box-shadow:0 0 10px 4px rgba(31,66,135,.1)}
.service3 .service{padding:3rem;transition:all .5s;border-radius:1rem;background-color:#fff;margin:0 2rem 2rem;position:relative}
.service3 .service::before{background-image:url(assets/images/pattern2.png);height:100%;top:-30px;left:-30px;width:100%}
.service3 .service::after,.service3 .service::before{content:"";position:absolute;background-repeat:no-repeat;opacity:0;transition:all .5s;-webkit-transform:scale(.5);transform:scale(.5);z-index:0}
.service3 .service:hover::after,.service3 .service:hover::before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
.service3 .serviceIcon{width:90px;height:90px;line-height:90px;margin:24px 0 45px;position:relative;z-index:1;display:inline-block;text-align:center;border-radius:3px}
.service3 .serviceIcon::after{content:"";position:absolute;right:-20px;top:-20px;height:133px;width:82px;background-position:100%;z-index:-1;transition:all .5s}
.service3 .serviceIcon.icon-yellow::after{background-image:url(assets/images/yellow-pattern.png)}
.service3 .serviceIcon.icon-red::after{background-image:url(assets/images/red-pattern.png)}
.service3 .serviceIcon.icon-green::after{background-image:url(assets/images/green-pattern.png)}
.shadow-red{box-shadow:0 2px 15px rgba(255,88,110,.5)}
.icon-red{background-color:#ff586e}
.shadow-green{box-shadow:0 2px 15px rgba(2,158,118,.5)}
.icon-green{background-color:#029e76}
.shadow-yellow{box-shadow:0 2px 15px rgba(255,168,8,.5)}
.icon-yellow{background-color:#ffa808}
.service3 .service:hover .serviceIcon::after{right:30px}
.service3 .serviceContent{position:relative;z-index:1}
.service3 .service::after{background-image:url(assets/images/pattern.png);height:290px;bottom:-40px;right:-30px;width:250px}
.service3 .service::after,.service3 .service::before{content:"";position:absolute;background-repeat:no-repeat;opacity:0;transition:all .5s;-webkit-transform:scale(.5);transform:scale(.5);z-index:0}
.service3 .serviceTitle{font-size:2rem}
.service3 .serviceTitle a{color:#3e3e3e}
.service3 .service p{color:#707070}
.service3 .serviceIcon img {filter: invert(100%) sepia(0) saturate(2%) hue-rotate(42deg) brightness(106%) contrast(101%); }

/* service 3 close */



/* service 4 */
.service4 .service{box-shadow:0 0 10px 4px rgba(31,66,135,.1);padding:30px;background-color:#fff;border-radius:10px;transition:all .5s;overflow:hidden;z-index:9;position:relative; margin-bottom: 3rem; }
.service4 .serviceIcon{position:relative;width:70px;height:70px;line-height:70px;margin:15px 15px 30px;transition:all .5s;border-radius:100%;background-color:rgba(245,95,141,.1);display:inline-block;text-align:center}
.service4 .serviceIcon:before{content:"";position:absolute;height:100px;width:100px;left:-13px;top:-15px;background-image:url(assets/images/pattern1.png);background-repeat:no-repeat;background-size:cover}
.service4 .service .wraper-effect{border-radius:50%;position:absolute;transition:all .5s;height:350px;width:350px;background-color:hsla(0,0%,100%,.2);right:-100%;bottom:-100%;z-index:-1}
.service4 .service .wraper-effect:before{background-color:hsla(0,0%,100%,.2);height:250px;width:250px}
.service4 .service .wraper-effect:after,.service4 .service .wraper-effect:before{content:"";border-radius:50%;position:absolute;transition:all .5s;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%}
.service4 .service .wraper-effect:after{background-color:#f55f8d;height:150px;width:150px}
.service4 .serviceIcon img{filter:invert(44%) sepia(77%) saturate(993%) hue-rotate(310deg) brightness(106%) contrast(92%);max-width:40px;max-height:50px}
.service4 .service:hover .serviceIcon img{filter:invert(100%) sepia(0) saturate(7486%) hue-rotate(338deg) brightness(500%) contrast(104%)}
.service4 .service.active,.service4 .service:hover{background-image:linear-gradient(90deg,#f55f8d 0,#f8ae56 51%,#f55f8d);background-size:200%}
.serviceContent{overflow:hidden}
.service4 .service.active .serviceIcon,.service4 .service:hover .serviceIcon{background-color:hsla(0,0%,100%,.2)}
.service4 .service.active .serviceIcon:before,.service4 .service:hover .serviceIcon:before{background-image:url(assets/images/pattern1.png);filter:invert(100%) sepia(0) saturate(2%) hue-rotate(42deg) brightness(500%) contrast(101%)}
.service4 .service.active .wraper-effect,.service4 .service:hover .wraper-effect{right:-150px;bottom:-150px}
.service4 .service.active .dlab-title,.service4 .service.active .icon-cell,.service4 .service.active p,.service4 .service:hover .dlab-title,.service4 .service:hover .icon-cell,.service4 .service:hover p{color:#fff}
.serviceTitle{font-size:2.2rem}
.serviceTitle a{color:#3e3e3e;transition:none}
.service4 .service:hover .serviceTitle a{color:#fff}
.icon-wraper-1>div:nth-child(10),.icon-wraper-1>div:nth-child(13),.icon-wraper-1>div:nth-child(4),.icon-wraper-1>div:nth-child(7){margin-top:-100px}
.service-five-head .sub-title{padding:10px 30px;display:inline-block;border-radius:10px;font-size:18px;font-weight:600;letter-spacing:2px;color:#f55f8d;background:rgba(245,95,141,.1)}
.service-five-head h2.title{font-size:45px}
.service4 p{color:#707070}
/* service 4 close */



/* service 5 start */
.service5-icon{ width: 80px; height: 80px; border-radius: 50%; line-height: 80px; display: inline-block; text-align: center; background: -webkit-gradient(linear, left top, right bottom, from(#9b23ea), to(#f77062)); background: linear-gradient(to bottom right, #9b23ea, #f77062);top: -70px; position: relative; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in;}   
.servicebox5:hover .service5-icon{    -webkit-transform: translateY(-10px); transform: translateY(-10px);}
.service5-icon i{font-size: 4rem;color: #ffffff; line-height: 80px;}
.servicebox5{text-align: center; background: #ffffff;-webkit-box-shadow: -3px 10px 50px 0px rgba(88, 88, 88, 0.2); box-shadow: -3px 10px 50px 0px rgba(88, 88, 88, 0.2); padding:3rem; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; margin-bottom:3rem; margin-top:4rem;}    
.servicebox5 h3{font-size:2rem;color: #171366; line-height: 1.5;margin-top: -50px;margin-bottom: 1.5rem;}
.servicebox5 h3 a{ color: #171366; }
.servicebox5 p{ font-size:1.6rem;color: #666666; line-height:2.4rem;}
.servicebox5:hover{  -webkit-box-shadow: -3px 10px 50px 0px rgba(155,35,234, 0.2); box-shadow: -3px 10px 50px 0px rgba(155,35,234, 0.2);}
.service5-icon img {max-width: 40px;}
.service5-icon img {filter: invert(100%) sepia(0) saturate(2%) hue-rotate(42deg) brightness(106%) contrast(101%); }
/* service 5 close */


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #ccc;
    text-align: center;
    padding-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{ font-size: 2rem;     min-height: 7rem; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    text-transform: none;
    background-color: #094f1c;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);
    margin-bottom: 2rem;
    transition: 0.4s ease;
    color: #fff;
    border-radius: 1rem;
    padding: 1.3rem 2rem;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{ color: #ffffff; }
.woocommerce ul.products li.product .price {font-size: 2rem;}
.cart_item td.product-thumbnail {  max-width: 80px; }
.cart_item td.product-name a {  color: #3e3e3e;font-size: 2rem; }
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {color: #fff;}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {color: #fff;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{ background-color: #094f1c; }
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{ background-color: #094f1c; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{ border: 1px solid #094f1c; }
.select2-container--default .select2-selection--single {border: 1px solid #094f1c; padding: 0.3rem 1rem; height: inherit; }
.woocommerce div.product div.images .flex-control-thumbs li { border: 1px solid #fafafa;padding: 1rem; margin: 1rem 0;}
.woocommerce div.product{ margin-top:7rem; }




/*Product modal popup*/

.modal-body .form-control { margin-bottom: 1rem;}
.modal-body .form-control[readonly] { font-size: 2rem; font-weight: 500;background: #094f1c;border: 0; color: #fff;  text-align: center;}
.product  header.entry-header { display: none;}
#innerProductBanner { display: flex; justify-content: space-between;max-width: 1270px; margin: 0 auto; padding: 50px 1.5rem;border-top: 1px solid #ccc;}
#innerProductBanner .bannerTitle { font-size: 4.4rem; font-weight: 600;}
#btnInquiry.button {background: #fafafa;box-shadow: none; color: #094f1c; border: 3px solid #094f1c;}
#btnInquiry.button:hover { color: #fff; }
.woocommerce div.product p.price .amount { border: 1px solid #094f1c; padding: .5rem 3rem; font-size: 2.6rem; color: #094f1c; border-left: 5px solid #094f1c;}
.woocommerce-error::before {content: "\e016"; color: #ffffff; right: 0 !important; position: absolute; width: 40px; height: 40px; text-align: center;
    display: flex; justify-content: space-around; align-items: center; background: #3e3e3e;border-radius: 50%;}
.woocommerce ul.products li.product .price{ color:#094f1c;}
.woocommerce table.shop_attributes th{ font-weight: 500; }
/*Product modal popup close*/

option {color: #fff;background: #3e3e3e; }
section.map, section.map p { padding-bottom: 0px; margin-bottom: 0;}
section#innerBanner { margin: 0; }
.contact-us3 h2 { text-align: center; margin-bottom: 6rem; }


/*blog*/

footer.entry-footer.default-max-width { background: transparent;}
.post-taxonomies, .posted-by {  color: #3e3e3e;}
footer.entry-footer.default-max-width { background: transparent; display: flex; justify-content: space-between;}
#commentform input { border: 1px solid #ccc;border-radius: 5px;}
.nav-links p.post-title { display: none;}
.post-navigation .nav-links { display: flex; justify-content: space-between;}
.post-navigation .nav-links a p { margin: 0;}
.post-navigation .nav-links a { background: #094f1c; display: block; padding: 1rem 3rem; border-radius: 10px; margin-bottom: 2rem;
    color: #fff;}
p.form-submit input { padding: 1rem 3rem; background: #094f1c; color: #fff; border: 1px solid #094f1c;}
.status-publish h1.entry-title {  margin-top: 4rem;}
.status-publish figure.post-thumbnail {  max-height: 450px; overflow: hidden; margin-bottom: 4rem;}
.status-publish figure.post-thumbnail img.attachment-post-thumbnail { width: 100% !important; max-width: 100% !important;}

/*blog css*/


.page-id-1520 section.sampleAll > .container {
    width: 100%;
    max-width: 100%;
}

.team-box {
    background: #f1f1f1;
    padding: 10px;
    height: 97%;
    padding-bottom: 5rem;
}
.team-boxs .align-items-center {
    align-items: stretch !important;
    display: flex;
}
section.team-boxs:before {
    width: 96%;
    height: 400px;
    background: #f1bb33;
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0; top:0;
}
section.team-boxs {
    position: relative;
    padding-top: 150px;
}





/*Responsive*/

/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) { 
/*Header Style 1*/

/*Header Style 2*/

 }

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {     
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { padding: 0px 10px 0px 10px;  }
.header4 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { color: #fff;} 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.get-quote a.mega-menu-link { margin-left: 1rem; margin-top: 2rem;} 
.contactaddress {  margin-bottom: 5rem; }
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {   
.mega-menu-toggle { max-width: 50px;float: right;}
.footerInfo { display: block;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { color: #fff; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{ color:#fff; }

}

@media (max-width: 1024px) {  
.drip .alignMiddle {
    display: flex;
    justify-content: center;
}
}


/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {  
h1 {font-size: 3.4rem;}
h3 {font-size: 3rem;}
/*header 3*/
.header3 .extra-header a { font-size: 1.5rem;}
.header3 #logo img {  max-width: 13rem;}
/*header 3 close*/

/*header 4*/
/*.header4 li#custom_html-8 { display: none; }*/
.topHeaderWrap { width: 100%; }
ul.country li:last-child { display: none; }
.topHeaderWrap { justify-content: space-around; }
.header4 .custom-logo-link img {max-width: 11rem; }
.header4.fixed .custom-logo-link img {max-width: 10rem; }
.header4 .accheader { width: auto; }
/*header 4 close*/


/*header 5*/
.headerAddress {display: none;}
/*header 5 close*/


.headerWrap { width: 100%;}
.drip p { text-align: center; margin-bottom: 2rem;}
.callTo2btn {  margin: 2rem auto 0; }
section.callTo2 { text-align: center;}



/*home slider*/
.slider-sub-title, .animated-area{ text-align:center; }
.slider-title { text-align: center;}
.animated-area { padding: 0 2rem; display:none; }



/*footer1*/
.footer-social-icon { text-align: left;}
.text-end p { text-align: left; }

/*footer1 close*/


#aboutUs h2 { margin-top: 0rem; }
.bannerTitle{ flex-wrap:wrap; }
.about4content {padding: 5rem 2rem 0;}

.button {padding: 1rem 2.5rem;}


/*breadcrumbs*/
#breadcrumbs { width: 100%; text-align: left;}
.bannerTitle { align-content: center;}
/*breadcrumbs close*/




/*contact page*/
.contact-icon{ position: inherit; transform: inherit; }
.contact-info-box {  padding-left: 0px; margin-bottom: 3rem; }
.contactaddress h4 { font-size:2rem; }

/*.footerTwo*/
.footerTwo .footerInfo > ul > li { padding: 0;}
.footerTwo .footerInfo li { margin-bottom: 0rem; }
/*.footerTwo close*/



.coptyRightWrap .textwidget { text-align: left;  margin-top: 3rem; }
#testimonials3 .tstmnlsInfo { display: block; }
#testimonials3 .testimonials_image {width: 100%;}
#testimonials3 .tstmnlsCont {  width: 100%; }
#testimonials3 .col-md-12:nth-child(odd) .tstmnlsCont, #testimonials2 .col-md-12 .tstmnlsCont {  padding: 2rem;}

/*#testimonials5 start*/
#testimonials5 .tstmnlsInfo { overflow: hidden;  display: block;}
#testimonials5 .testimonials_image {width: 100%; border-radius: 0rem; margin: 0;}
#testimonials5 .tstmnlsCont {  width: 100%; padding-right: 2rem;margin-top: 4rem; padding-left:2rem;}
/*#testimonials 5 close*/

/*contact*/
.contact-us3 .wpcf7-form.init, .contact-us5 .wpcf7-form.init {padding: 2rem;  margin-top:2rem; margin-left: 0px; }
.contact-us5 .contact-info-box {padding-left: 0px;}

.abMainCint {  padding-right:0px; }
.imgHover { display: block; position: relative; margin-top: 2rem;left: inherit; padding: 2rem 0; bottom: 0; }
.service6 .serviceBox { display: inline-block; width: 100%; }
.service6 .serTextBox { padding: 2rem 3rem; width: 100%; }
.drip h3 { color: #fff; text-align: center; font-size: 2rem; margin-bottom: 2rem; }
.drip .alignMiddle { justify-content: center; }
.card {  margin-bottom: 2rem; }
h2 { font-size: 3rem; }
.timerCount { font-size: 4rem; }
.verti-midd { margin-top: 0rem; }
.footerAbout { max-width: 100%; }
.footersix .copyRight .text-left { text-align: center; }
.footersix h3 { margin-top: 2rem; }
.slider-sub-title { font-size: 2rem; }
.slider-title p, .callTo2text p, .drip p {  font-size: 1.6rem;}
.drip .col-lg-4.alignMiddle p { margin: 0; }
.snip {  margin: 0 auto 2rem;}
.price_item_title { font-size: 2rem; min-width:55%; }
.drip { padding: 5rem 0; }
.abServiceText {  width: 110px; }
.callTo2Img { margin-bottom: 2rem; }
#parallax ul { padding: 0; }
#content ul.order-list { padding: 0; }
.contactaddress {  margin-bottom: 5rem; }
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.get-quote a.mega-menu-link {  margin-left: 1rem;  margin-top: 2rem; }
#slider .swiper-slide {  height:auto; background-size: 100%; background-repeat: no-repeat; background-position: top; min-height:auto; padding:6rem 0px; text-align:center;  }	
footer.footersix .socialWrap li {  padding: 5px; }
footer.footersix .socialWrap li a {  width: 49.84px; }
footer.footersix {  padding-top: 50px; }
.slider-container { backdrop-filter: blur(3px);}
.text-right p { text-align: center; }
.even-zigzag, .odd-zigzag, section {  padding: 4rem 0; }
#services .col-xl-3.col-md-3:last-child .snip, .otherService .col-xl-6.col-md-6:last-child  p{ margin: 0; }
#about_page .verti-midd { margin-top: 3rem; }
.swiper-button-prev, .swiper-rtl .swiper-button-next { left: 5px;   width: 40px;  height: 40px; display: none;}
.swiper-button-next, .swiper-rtl .swiper-button-prev { right: 5px; width: 40px; height: 40px; display: none;}
ul.priceList li {max-width:100%; }
.inner-box { height: 96%; margin-bottom: 2rem; }
.header4 .headerWrap {
    padding: 1rem 0;
}


 }

/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
.price_item_title {  max-width: 50%; }
#slider .swiper-slide {   padding:5rem 0px;}   
}


@media (max-width: 400.98px) {
#slider .swiper-slide { padding:3rem 0px; }   
}


