@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 #ff0000
Theme Color Blue Hover #c9e7ff


*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins: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&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html{font-size:62.5%;}





body{ font-family: "Montserrat", sans-serif; font-weight:500; color:#000;font-size:1.8rem; line-height: 1.5;}







/* Common CSS */
h1,h2,h3,h4,h5,h6{color:#613c89; margin-bottom:2.5rem; text-transform: uppercase;  font-weight: 800; }
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:#27aca7}
a:focus,a:hover{color:#000}
a,a:hover{text-decoration:none}
img{max-width:100%}
ul, li{margin:0 0 1.5rem; padding:0;}
ul li li{margin: 0;}

.button {
    font-weight: 500;
    padding: 1rem 3rem;
    transition: 0.4s ease;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /*background-color: #ff0000;*/
	background-color: #27aca7;
    border: none;
    outline: 0;
    border-radius: 3rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 1px;
    font-size: 16px;
}

.button span {
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    position: absolute;
    content: "" !important;
    display: block !important;
    top: 1rem;
    left: 1rem;
    z-index: 0;
}

.button:hover{ color: #fff; }
.button::before { content: ''; border-radius: 0rem; position: absolute; top: 0; width: 0;height: 100%; background-color: #000;left: 0;right: 0; opacity: 0; z-index: -1;-webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.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=date], input[type=number], input[type=email], select, textarea {
        padding: 1rem 1rem;
    background: white;
    border-bottom: 1px solid #ccc;
    resize: none;
    outline: none;
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
    border-radius: 0rem;
    margin-bottom: 2rem;
        display: block;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ced4da;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#post-1193 {
    padding: 5rem 2rem;
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
    border-radius: 1rem;
}
.wpcf7-spinner{ position:absolute; }
.form-control, .form-control:focus {
    font-size: 2rem;
    max-height: 15rem;
    border-radius: 0;
    background: transparent;
}
#weWant ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .form-control:focus{ color:#fff; }

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


section {padding: 10rem 0;}
.row>*{padding-right: calc(var(--bs-gutter-x) * 1);padding-left: calc(var(--bs-gutter-x) * 1); margin-top: var(--bs-gutter-y);}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link { font-weight: 600 !important; }
#consultation{background: url(assets/images/get.jpg) bottom center; position: relative; background-size:cover; }
#consultation:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color:rgb(97 60 137 / 58%);
    left: 0;
    top: 0;
    z-index: 1;
}

#consultation .container { position: relative; z-index: 2; }
.consultation p {  color: #fff;}
.consultation h2 {  font-size: 5rem; max-width: 840px;}
.consultation .button { background: #fff; color:#2ca7a4; }
.mailIcon { color: #fff; margin-bottom: 2rem; font-size: 4rem; }
.servInner .smallRow h2 { font-size: 5rem; }

/*Header - 1*/
#masthead{padding:1.5rem 0;}
.headerWrap {display: flex;align-items: center;justify-content: space-between;}
#logo img{/*max-width: 21rem;*/ height:auto; max-width: 30rem;}
#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: 1rem; padding-bottom: 1rem;}
.header2 .topLinks ul li a {fill: #fff;}
#masthead.header2 { padding: 0; background:#f2f2f2; }
.header2 .topLinks ul li {padding: 0 0.5rem;margin: 0;}
.header2 .topWrap {background: #ff0000;padding: 1rem 0rem;}


/*Header - 2*/
[data-aos^=fade][data-aos^=fade] {
    opacity: 1;
    transition-property: opacity,transform;
}


/*Header - 3*/
.header3 .topWrap { background: #000; 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: #ff0000; fill: #ff0000;}
.header3 .extra-header a { font-size: 2.5rem; font-weight: 600; color: #ff0000; 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: #ff0000; 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: #000; font-size: 2rem; }
.topHeaderWrap li a { color: #fff; fill: #fff; padding-right: 1rem; }
.topHeaderWrap li a:hover{ color: #000; fill: #000; }
.accheader { width: 19rem; text-align: right;}
.accheader li { display: inline-block; margin: 0; padding: 0; }
.custom-logo-link img { max-width: 19rem; height: auto; }
.socialWrap li:last-child a { padding-right: 0;}
.header4 .headerWrap { padding: 2rem 0;}
.socialWrap li a { fill: #fff; color: #fff; }

/*Header - 4 close*/




/*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: 400; box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%); transition: 0.4s ease;color: #fff;text-align: center; position: relative; overflow: hidden; z-index: 1;
    background-color: #fc9c01; border: none;outline: 0; border-radius: 4px; 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: #000;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: #000; }
.header6 ~ #innerBanner { padding-top: 65px; }
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.get-quote a.mega-menu-link{ display:none; }
/*Header - 6 cloce*/



.page-template-contact2  .footerTop { display: none; }
.accordion-header br { display: none;}













/*Slider - 1 */
.swiper-slide {background-size: cover;}
.slider-sub-title { font-weight:400;  color: #fff;}
.slider-title {font-size:6rem; 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: #000;}
.swiper-slide-active .slider-sub-title{animation: fadeInRight 2s;}
.swiper-slide-active .slider-title {animation:fadeInRight 3s;}
.swiper-slide-active .button {animation:fadeInRight 3.5s;}
.swiper-slide-active.slide-2 .slider-title {animation: fadeInRight 2.5s;}
.swiper-slide-active.slide-3 .slider-title {animation: fadeInRight 2s;}
.swiper-slide-active .slider-buttton {animation: zoomIn 2s;}
.slider-container{ /*padding:5rem 0;*/ position: relative; z-index:5;}
.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: #27aca7; 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);}
span.swiper-pagination-bullet.swiper-pagination-bullet-active { border-color: #27aca7; }
#slider .swiper-slide { /*padding: 8rem 0;*/ min-height: 45rem; display: flex; align-items: center; }
section#slider {margin: 0; padding-bottom: 0; padding:0;   }
/*End Slider 1 */





/*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: #ff0000;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: #f0f0f0;text-align: center;}
.homeabout2 p {  max-width: 900px; margin: 0 auto 3rem;  font-size: 2rem;  line-height: 3.6rem;}
/*homeabout 2 close*/




.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; }



.sl-overlay { background: #000;}
.sl-wrapper .sl-navigation button.sl-prev, .sl-wrapper .sl-navigation button.sl-next, .sl-wrapper .sl-close { font-size: 6rem;  color: #fff; }


#masthead.fixed{position:fixed;top:0;width:100%;z-index:99;background-color:#f4f4f4;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:35rem;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: rgba(0,0,0,0.6);left: 0;top: 0; z-index: 1;}
#innerBanner .container{position:relative;z-index:2;min-height:35rem; width: 90%;  max-width:90%;}

.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;}
.bannerTitle h1 { color: #fff;}
#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:#ff0000;}
#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: 100px 0; background: #fff; position:relative;  }


.action_text {
    color: #fff;
    max-width: 500px;
    padding-left: 3rem;
}
section.call_to_action { padding: 0; background:#121111; }
#homeAction {
    width: 100%;
    height: 100%;
    min-height: 45rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.footerInfoBox:first-child a { font-size: 2rem; font-weight: 700; }
.ablogo p {
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 1rem;
}
.call_to_action .container-fluid { max-width: 100%;  width: 100%; }
.action_text { color: #fff; max-width: 550px; margin-left: 10rem; padding: 7rem 0;}
.action_text h2 { color: #fff; }
#services p { max-width: 100rem; margin: 0rem auto 5rem; }
p.actionHome a { font-weight: 800; }
p.actionHome a:hover { color: #fff; }
p.actionHome span {
    font-size: 4rem;
    vertical-align: middle;
    font-weight: 600;
    margin-left: 1rem;
}


/*#aboutUs{ background: url(assets/images/abimg.png) no-repeat bottom right #f0f0f0 fixed;  }*/
.innerAbout .promotional, .innerAbout .ablogo {
    background: #f5f5f5;
    box-shadow: 0px 0px 20px rgb(137 137 137 / 32%);
    border: 1px solid #ccc;
    border-radius: 10px;
}
/* About Us Style 1 close*/

/* about style1 start*/
.aboutHead1 h6{text-transform:uppercase;font-weight:600;font-size:1.8rem;letter-spacing:1px;color:#ff0000}
.aboutHead1 p{color:#707070}
.aboutBtn1{padding:.8rem 2rem;display:inline-block;border-radius:0;font-size:1.6rem;text-transform:uppercase;background-color:#ff0000;-webkit-transition:.5s;transition:.5s;border:none;color:#fff}
.aboutBtn1:hover{background:#000;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 #ff0000;background-color:#ff0000;color:#fff}
.aboutContact1 h6{color:#fff;font-size:1.8rem}
.aboutContact1 h3{color:#fff;font-size:3.2rem}
.aboutBtnWhite{color:#000;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:#000;color:#fff}
/* about style1 end*/







.page-template-about-us #aboutUs {  background-color: #fff; }
#ourVision { background: #fff; }
#ourVision:nth-child(even)  { background: #f0f0f0;}
#ourVision:nth-child(odd) .alignMiddle {  order: 2;}
#ourVision:nth-child(even) .alignMiddle { padding-right: 4rem; }

.page-template-contact2 section#weWant { display: none; }
.contact-info-box a:hover { color: #27aca7; }





/*counter */

.counter i.fa { font-size: 4rem; }
.counter-show {
    background: url(assets/images/cimg.jpg) no-repeat bottom right;
    padding: 5rem;
    background-size: cover;
}
.counter-show .counter {
    display: flex;
    text-align: left;
}
.counter { text-align: center;}
.stats-line {
    margin: 12px auto;
    width: 55px;
    margin-right: 10px;
}
.timerCount span {
    line-height: 1;
}
.timer.count-number {
    line-height: 1;
}
.timerCount {
    display: flex;
    justify-content: flex-start;
    font-size: 5rem;
    font-weight: 800;
    color: #ffffff;
}
.counterText p.stats-text {
    color: #fff;
    text-transform: uppercase;
}



/*counter close */

.servInner {
    background: #fff;
}




/*Services Style 1*/
.services h3 {margin:0; padding: 1rem; text-align: center; font-size: 2rem; background: #0072b7; color: #fff; position: relative;}
.services { overflow: hidden; margin-bottom: 2rem; 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);}
.services:hover h3{ background-color: #000;}

/*Services Style 2*/




.serviceBox {
    margin-bottom: 2rem;
    transition: .5s;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden; text-align: center;
}
.serTextBox .serText {
	width: 100%;
}

/*.serviceImg {*/
/*    width: 50%;*/
/*}*/
.serviceBox:hover {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 16%); 
    transition: .5s;
}
.serviceBox:hover .serTextBox {
    background: #fff;
}
.serviceBox:hover h4.serviceTitle { color: #000000; }
.serviceImg img {
    width: 100%;
}
.serTextBox {
    padding: 0px 3rem;
    color: #000;
    /*width: 50%;*/
    background: #fff;
    display: flex;
    align-items: center;
    transition: .5s;
}
.serText p{color: #000;}
.serText h3 {margin-top: 0px; color: #fff;}
.abServiceText h3 { margin: 0;}
.abservBox .counter { display: flex; text-align: left; }
.abservBox:last-child { border: 0; margin: 0;}
.abMainCint { padding-right: 100px; }
/*.service2 .col-sm-12:nth-child(odd) .serviceBox { flex-direction: row-reverse; }*/
.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;
	display:none;
}
.abHome { border-radius: 0rem; overflow: hidden; }
.homeabout1 .col-md-6 {  position: relative; }

p.ab-text {
    margin-bottom: 1rem;
}
.homeabout1 h3 {
    font-size: 5rem; color: #27aca7;
    font-weight: 800; font-family: "Open Sans", sans-serif;
}
p.actionHome a {  font-family: "Open Sans", sans-serif; }
.abServiceImg {
    width: 150px;
    text-align: center; 
}
.abServiceImg img {
    filter: invert(100%);
    margin-top: 1rem;
    opacity: 0.5;
}
.abServiceText p { font-weight: 600;  font-size: 2rem; }

/*communities*/

span.count {
    display: block;
    font-size: 1.4rem;
}
span.sqName {
    color: #003bd9;
}
span.hipea {
    margin: 0 1rem;
}
span.price {
    color: red;
}
.sq {
    display: flex;
    justify-content: space-between;
    font-size: 2.2rem;
    font-weight: 700;
}
.starting {
    background: #ff0000;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 0rem 1rem;
    line-height: 26px;
}
.startingBox {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.communitiesBox {
    padding: 1rem 2rem;
}
.communitiesImg h3 {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.communitiesImg img {
    width: 100%;
}
.communitiesImg {
    position: relative;
}
.communities {
    background: #f0f0f0;
    margin-bottom: 3rem;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.communities:hover {
    cursor: pointer;
    background: #fff;
}
.communities:hover .starting {
    background: #000;
}
.communities:hover h3 { color: #ff0000; }
.communitiesImg figure:before {
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 0;
}
.communitiesImg figure {
    position: relative;
}
.communitiesImg h3 {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
}
.facilities .col:first-child {
    width: 80px;
}
.facilities .col:nth-child(2) {
    max-width: 80px;
}
.facilities .col:nth-child(3) {
    width: 20%;
}
.facilities .col:nth-child(3) {
    width: 20%;
}

.facilities .col:last-child {
    min-width:40%;
}
/*communities close*/

/*communities detail*/
section.CommDetails {
    background: #f0f0f0;
}
.detailsBox {
    background: #fff;
    padding: 3rem 2rem;
    border-radius: 1rem;
}
.overCont li {
    width: 33%;
    display: inline-block;
    margin-bottom: 2rem;
}
.overCont li span img { max-width: 34px; opacity: 0.8; margin-right: 1rem;}
#content .warranty ul { list-style: none; }
.overCont li span {display: flex; align-items: center;}
#content ul {
    padding-left: 2rem;
    list-style: square;
    margin-bottom: 2.5rem;
}
.mainTitle {
    padding-bottom: 0rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3rem;
}
.mainTitle h3 {
    text-transform: none;
    font-size: 2.2rem;
}

.listing ul {
    list-style: none !important;
}
.listing li {
    width: 33%;
    display: inline-block;
    margin-bottom: 1.3rem;
}
.listing li span {
    font-size: 1.5rem;
    margin-right: 1rem;
    vertical-align: middle;
}
.accordion-item {
    margin-bottom: 2rem;
    border: 1px solid #ccc !important;
}
.accordion-collapse figure {
    padding: 2rem;
    text-align: center;
}
.accordion-collapse figure img {
    width: 100%;
}

.accordion-item .accordion-button {
    color: #000;
    font-weight: 700;
    background: #f1f1f1;
}
.accordion-body { padding: 2rem 2rem; }
.accordion-body .serBtn { margin-top: 3rem;}
.accordion-body .button {  padding: 8px 2rem;font-size: 13px;}
#content .overCont ul {
    display: flex;
    flex-wrap: wrap;
}
.rightPart {
    background: #fff;
    padding: 2rem 1rem;
}
.rightBtn {
    margin-top: 2rem;
}
.rightBtn a.button {
    background: transparent;
    color: #ff0000;
    border: 1px solid #ccc;
}
.formDev .mailIcon {
    display: none;
}
.righttop {
    margin-bottom: 2rem;
}
.markRight figure {
    background: #ff0000;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center; margin-right: 2rem;
}
.markRight {
    display: flex;
    align-content: center;
    align-items: center;
}
.porTitle h2 {
    margin: 0;
}
.stutes span {
    background: #ccc;
    padding: 0.5rem 1rem;
    display: inline-block;
    margin: 1rem 0;
    font-weight: bold;
}
.stutes { margin-bottom: 4rem; }



/*communities details close*/




/*parallax */
#parallax {padding: 5rem 0;background: url(assets/images/parallax-bg.jpg) no-repeat center center #fff fixed;position: relative;z-index: 5;}
#parallax:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgb(0 0 0 / 60%);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 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: #000;
    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: #000;
}
.aboutWords a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}
.greyBg{background: #f0f0f0;}






/* 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 #fc9c01;
}
.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 #fc9c01;}
#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;
}

section#testimonials {
    padding-bottom: 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 #fc9c01; 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 #064ea0; 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*/




/* 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 #ff0000;}
.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:#ff0000; } 
.oneBoxsl .swiper-pagination-bullet { border: solid 2px #ff0000;}


/* Testimonials Style 5 close*/

.ablogo {
    background: lch(100 0 0 / 1);
    padding: 2rem 0;
    width: 90%;
    font-size: 2.4rem;
    text-align: left;
    padding-left: 2rem;
    color: #ff0000; font-weight: 600;
}
.homeabout1 .serBtn { margin-top: 4rem; }
.promotional {
    background: #fff;
    padding: 2rem;
    width: 100%;
}
.promotional h4 {
    color: #ff0000;
}
.promotional li {
    font-size: 22px;
    display: flex;
    justify-content: space-between;
}
.promotional li strong {
    color: #ff0000;
}
#content .promotional ul {
    padding: 0;
}
#content .promotional ul { padding: 0; margin-bottom: 1rem; }


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


/*Footer Style 1*/
footer {background: #000;color: #fff;padding: 12rem 0 0;}

#weWant {
    background: #f8f8f8;
    background-size: cover;
    position: relative;
    margin-top: 20rem;
}
.homeCont h2 {
    color: #000;
    margin-bottom: 4rem;
}
.mapSete iframe {
    width:100%;
    height: 600px;
}
.mapSete {
    position: absolute;
    top: -100px;
    right: 0;
    overflow: hidden;
    border-radius: 4rem 0 0rem 4rem;
    z-index: 9; width: 48%;
}
.container-fluid {
    max-width: 1790px;
    width: 94%;
}
.footerInfoBox figure img {
    filter: brightness(0) invert(1);
}





.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: #ff0000; display: flex; justify-content: center; align-items: center; width: 4.75rem; height: 4.75rem; 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:#ff0000;}
.footerForm {  background: #000; padding: 2rem; list-style: none; height: 100%;}
.footerInfoBox p { margin: 0 auto; font-family: "Open Sans", sans-serif; }
.footerInfoBox figure {
    position: absolute;
    left: 0;
}
.footerInfoBox {
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    text-align: left;
    padding-left: 50px;
    color: #fff;
 font-weight: 500;
}

.bggrey{ background:#f0f0f0 }

.footerAbout ul { list-style: none; }
.footerTop ul, .footerTop { list-style: none; text-align: center; }
.footerInfoBox h3 {
    margin-bottom: 0rem;
    font-size: 2.2rem;
    color: #fff;
}
.bggrey { background: #f0f0f0;  padding: 4rem 1rem; }
.footer-social-icon { text-align: right; margin-top: -1rem; }
.footerInfoBox a { color: #27aca7; }
.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: #ff0000; background-color: #fff; }
.footer-social-icon a {
    fill: #fff;
    font-size: 2rem;
    color: #fff;
    width: 4.4rem;
    height: 4.4rem;
    display: inline-block;
    line-height: 4rem;
    border: 1px solid #fff;
    border-radius: 3rem;
}
.row.footerBottom {
    border-top: 1px solid #333;
    padding-top: 3rem;
}
.footerTop {
    margin-top: 5rem;
}
.copyRight {
    padding: 1rem 0;
    background: #ff0000; font-size: 1.4rem;
}
.copyRight p {  margin: 0;}
.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:#c9e7ff }
.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: 4rem; }
.ftrMnu li a:hover{ color:#ff0000;  }
.coptyRightWrap a:hover {  color: #fff; }
.footerTwo input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1); }
input#appointment-date {border: 0;  border-bottom: 1px solid #666; color:#fff;}
input::placeholder {
  color: red; opacity: 1;
}
/*Footer Style 2*/




/*Footer Style 3*/
footer .socialWrap li { display: inline-block; padding: 1rem; background: #ff0000; fill: #fff;}
footer .socialWrap li:hover{ background:#333; }
.footerAbout {
    margin: 0rem auto 5rem;
}
.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: 0px solid #333;  margin-bottom: 1rem;}
.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: #ff0000; 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: #ff0000;  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: #ff0000;}

/*footerfive close*/




/*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:1000px; margin:auto; }




/*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 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);}






.scrollBox {position: relative;background: #000;}
.scrollPart {background: #000;}
.scrollBox:after {content: "";display: block;height: 100vh;margin-bottom: -100vh;}
.scrollBox:last-of-type {margin-bottom: 0;background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent 50px), linear-gradient(to top, rgba(0, 0, 0, 0.05), transparent 50px);}
.scrollBox:last-of-type:after { display: none;}
/*.scrollBox .image-holder {position: sticky;top: 0;overflow: hidden;width: 50%;height: 100vh;display: flex;align-scrollBoxs: center;
}*/
.maintitle h2 {text-align: center;color: #fff;margin-bottom: 70px;}
.scrollBox .image-holder {position: sticky;top: 0;float: left;overflow: hidden;width: 50%;height: 100vh;display: flex;align-items: center;background: #222;}
.scrollBox .image-holder img {position: relative;width: auto;left: 50%;transform: translateX(-50%);/*height: 100%;*/max-width:650px;}
.scrollBox .text-holder {display: flex;flex-direction: column;justify-content: center;width: 50%;min-height: 100vh;margin-left: 0%;padding: 0em;border: 1px solid #ccc;max-width: 600px;}
.serMainTitl h2 {font-size: 36px;text-transform: uppercase;color: #fff;}
.serMainTitl {text-align: center;color: #fff;padding: 2rem 2rem 0 2rem;}


/*.abHome {width: 300px;margin: auto;position: relative;}
.abHome::after {content: "";position: absolute;left: -30px;top: 75px;width: 327px;height: 327px;border: 10px solid #333;transform: rotate(-91deg);transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;}
.abHome::before {content: "";position: absolute;left: -30px;top: 75px;width: 327px;height: 327px;border: 10px solid #caab1a;transform: rotate(136deg);transition: all .5s;}
.abHome:hover::before {transform: rotate(45deg);}
.abHome:hover::after {transform: rotate(0deg);}*/



/*====================================================================
        Video Section
====================================================================*/

.video-section{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 140px;
    background-attachment:fixed;
    background: url(assets/images/underwater.jpg) no-repeat center center #fff fixed;position: relative;
    background-size: cover;
}
.video-section h2 {
    color: #fff;
    max-width: 1050px;
    margin: 2rem auto;
    font-weight: 900 !important;
    font-size: 60px;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: #ff008563;
    font-style: normal;
    text-transform: uppercase;
}
.video-section small {
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
}

.video-section:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(247,0,104);
    background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 100%);
    background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
    opacity: .70;
    content: "";
}

.video-section .content-box{
    position: relative;
    text-align: center;
}

.video-section .content-box .text{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #ffbc00;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.video-section .content-box h2{
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
}

.video-section .play-now{
    position: relative;
    display: inline-block;
    margin-top: 50px;
}

.video-section .play-now .icon{
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffbc00;
    padding-left: 0;
    font-size: 50px;
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .icon{
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #000000;
    color: #ffffff;
    z-index: 1;
    padding-left: 5px;
    font-size: 24px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0  0px 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin:center; 
    -moz-transform-origin:center; 
    -ms-transform-origin:center; 
    -o-transform-origin:center; 
    transform-origin:center; 
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
.video-section .container {
    position: relative;
}

/*******Video Button*********/



























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






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



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.button a.mega-menu-link { background: #ff0000; color: #fff; border-radius: 3rem;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.button a.mega-menu-link:hover { background: #000; color: #ff0000;}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {  font-weight: 400 !important; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{  right:0px;   }
#masthead .container { width: 90%; max-width: 90%; }
.slider-sub-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: auto;
    line-height: 1;
}
section.map { padding-top: 0px; }
#slider .swiper-slide {    min-height: 100%; height: 80vh; position:relative; background-position: center center; }
/*#slider .swiper-slide:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgb(0 0 0 / 60%);z-index: -1;}*/
#masthead {  padding: 1.5rem 0; top: 0; z-index: 99;  width: 100%; }
.slider-container.text-start {
    padding: 2rem 2rem;
    text-align: center !important;
    max-width: 110rem;
    background: rgb(6 33 0 / 40%);
    margin: auto; border-radius: 2rem;
}
a.OnlyLink { text-decoration: underline; font-weight: 600; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{ font-weight:600 !important; text-transform:uppercase; font-size:18px !important; }
.slider-title p { font-size: 2.4rem; font-weight: 500;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next, .swiper-rtl .swiper-button-prev { content: 'prev'; color: #fff; }
.homeopathy img { width: 96%; }
.services.servInner {  background: #f1f1f1; }
.page-template-contact2 .homeCont {  display: none; }

















@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*/
.footerInfoBox a:hover { color: #fff; }
input.wpcf7-form-control.button:hover { background: #000; }




/*Back to Top*/
#backtotop{cursor:pointer;display:none;font-size:3rem;color:#fff;background:#27aca7;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:#000;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: 1272px; 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: -56px;background: rgb(255 255 255 / 83%);padding: 1rem;border-radius: .4rem;}
.dateBlock h6{color:#ff0000;margin-bottom:0;font-size:3.6rem;}
.dateBlock span{color:#ff0000;font-size:1.6rem;}
.blogBox a{display:block;overflow:hidden;}
.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:#ff0000;}
.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;}
/*Blog close*/


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



/*contact page*/
.contact-info-box {position: relative;padding-left: 100px;z-index: 1;}
.contact-info-box a{ color:#000 }
.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: #27aca7;}
.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 #A5BBEC; margin-bottom: 1rem; color: #333; font-weight: 500; font-size:1.6rem; }
.contact-form  input.wpcf7-submit { width: auto; margin: auto;text-align: center;font-size: 1.6rem;color: #fff;background: #27aca7;padding: 1rem 2.563rem;}
.contact-form input.wpcf7-submit:hover { background: #000; }
.contact-info-box h3 { margin-bottom: 0rem;}
.contact-info-box p { margin-bottom: 0; }
/*contact page close*/

.abHome img {
    width: 100%;
}

/**/
.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: #ff0000; padding: 4.5rem 2rem;  border-radius: 1rem;}
.contactaddress h4 { margin-bottom: 0rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #1a81cf;}
.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: #000;line-height: 1;opacity: .04;font-size: 80px;-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}

.contact-info-box p {margin: 0;}
.contact-info-box h3 {  font-size: 2rem; margin-bottom: 1rem;}
.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-us3.contact-form textarea{ max-height:150px; }
form.wpcf7-form.init label { display: block; }

.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*/





/* 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:#ff0000}
.service2 .serviceTitle {
    font-size: 1.6rem;
    text-transform: none;
    margin-top: 3rem; color:#27aca7;
}
#services {
    background: #f9f9f9;
}

.service2 .serviceTitle a{color:#000}
.service2 .service p{color:#707070}
.service2 .service:hover .serviceTitle a{color:#000}
.service2 .service:hover .serviceIcon img{filter:invert(100%) sepia(0) saturate(2%) hue-rotate(42deg) brightness(106%) contrast(101%)}
/* service 2 close */
#services .serBtn.linkleft { text-align: center; margin-top: 3rem; }








.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: #ff0000;
    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: #000;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: #ff0000; }
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{ background-color: #ff0000; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{ border: 1px solid #ff0000; }
.select2-container--default .select2-selection--single {border: 1px solid #ff0000; padding: 0.3rem 1rem; height: inherit; }
.woocommerce div.product div.images .flex-control-thumbs li { border: 1px solid #f0f0f0;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: #ff0000;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: #f0f0f0;box-shadow: none; color: #ff0000; border: 3px solid #ff0000;}
#btnInquiry.button:hover { color: #fff; }
.woocommerce div.product p.price .amount { border: 1px solid #ff0000; padding: .5rem 3rem; font-size: 2.6rem; color: #ff0000; border-left: 5px solid #ff0000;}
.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:#ff0000;}
.woocommerce table.shop_attributes th{ font-weight: 500; }
/*Product modal popup close*/

option {color: #fff;background: #000; }
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: #000;}
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: #ff0000; display: block; padding: 1rem 3rem; border-radius: 10px; margin-bottom: 2rem;
    color: #fff;}
p.form-submit input { padding: 1rem 3rem; background: #ff0000; color: #fff; border: 1px solid #ff0000;}
.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*/
#aboutUs .container {  z-index: 2;  position: relative;}

#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 {	color: #27aca7;}
#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{color: #27aca7;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {	border-top: 4px solid #27aca7;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {	padding: 10px 15px;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {color: #ffffff;background: #27aca7;}
.phoneNumber a {font-family: Arial, Helvetica, sans-serif !important;font-size: 15px !important;}
.call_to_action h3 {  color: #fff;}
a.contactNumber {  font-family: 'Open Sans';}




/*Responsive*/

@media (max-width: 1800px) { 
.service2 .serviceTitle {
    font-size: 2.6rem;
}
}


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

/*Header Style 2*/

.serTextBox { padding: 0px 1rem;}

#services p {
    margin: 0rem auto 2rem;
}
.service2 .serviceTitle { font-size: 1.6rem; font-weight:600; text-align:center;}



 }

/*// 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 8px;  }
 .header4 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { color: #fff;}  

 .mapSete {  position: inherit;  top: inherit;}
.mapSete iframe {  width: 100%;  height: 400px;}
.service2 .serviceTitle {  font-size: 3rem;}	
	
	
}

 @media only screen and (min-width: 767px) and (max-width: 1198px)  {
	 .homeabout1::after{ display:none; }
   
   }


/*// 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; }
.footerInfoBox { max-width: 100%; width: 100%; }
li#text-6 .textwidget {	display: block; }

    
}

/*// 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 {
    display: block;
    font-size: 1.4rem;
    text-align: center;
}
.header4 .custom-logo-link img {max-width: 11rem; }
.header4 .accheader { width: auto; }
/*header 4 close*/


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






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



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

/*footer1 close*/

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



/*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;}
h2 { font-size: 3rem; }
.slider-sub-title{ font-size:30px; }
.slider-title p { font-size: 18px; display:none; }
#slider .swiper-slide { height: 400px; }
.video-section h2 {  font-size: 36px;}
.serMainTitl h2, .serText h3 {  font-size: 24px; }
.serviceBox { flex-wrap: wrap; }
.serviceImg { width: 100%; }
.serTextBox { width: 100%; padding:2rem; }
.service2 .serviceTitle {  font-size: 2.6rem; margin-bottom:1rem; }
.abservBox .counter { display: block;  text-align: center; }
.abServiceImg { width: auto; text-align: center; margin: 2rem 0; }
.stats-line { margin-left: 0;}
.counter-show { padding: 5rem 2rem;}
.wpcf7-spinner { position: relative; }
.topLinks ul { width: 100%; justify-content: center;}
.topHeaderWrap li { display: block; text-align: center; }
.consultation h2 { font-size: 3rem; }
.ourVisionBox { padding-top: 4rem; }
.startingBox {  display: block;}
.overCont li, .listing li { width: 100%;}
.video object, .video embed { width: 100%; height: auto; }
.abMainCint { margin-bottom: 3rem; padding-right: 0px; }

li#text-6 .textwidget { display: block; }
#homeAction { min-height: auto; }
.action_text { margin-left: 2rem;
    padding: 7rem 0;
}
p.actionHome span { font-size: 2rem; margin-left: 1rem;}

section#aboutUs {
    padding-top:0px;
}

#services .container-fluid {
    width: 100%;
}
section.homeopathy {
    overflow: hidden;
}
.mapSete {
    position: inherit;
    top: inherit;
}
.mapSete iframe {
    width: 100%;
    height: 400px;
}
	
.homeabout1, section {
    padding: 5rem 0;
}	
#weWant { margin-top: 0rem;}
.mapSete {
    top: 0px;
    border-radius: 4rem;
    width: 100%;
    margin-top: 3rem;
}
#masthead .container {
    width: 100%;
    max-width: 100%;
}
p.actionHome a {
    font-family: "Open Sans", sans-serif;
    font-size: 4rem;
}
.ftrMnu li { display: block; text-align: left; margin: 10px 0;}	
body { font-size: 1.6rem; 	}
	section#zigzag a.button {  margin-bottom: 5rem; }
footer {  padding: 5rem 0 0;}	
.contact-page.contact-us3 { padding: 5rem 0;}	
#logo img {  max-width: 17rem; }
#masthead.fixed #logo img {  max-width: 15rem; 	}


 }

/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { }










