@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 #f07f00
Theme Color Blue Hover #c9e7ff */


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

@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
html{font-size:62.5%;}


body{ font-family: "Saira", sans-serif; font-weight:400; color:#000;font-size:1.8rem; line-height: 3rem; }



/* Common CSS */
h1,h2,h3,h4,h5,h6{color:#000;font-weight:600;margin-bottom:2.5rem; font-family: "Saira", sans-serif; font-weight:600; }
h1{font-size:4.4rem}
h2{font-size:4rem}
h3, h3 strong, h3 b {  font-size: 3.2rem; font-weight: 600 !important;}
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:#f07f00;}
a:focus,a:hover{color:#000}
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: 400; padding:0.5rem 3rem;box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);margin-bottom: 2rem;transition: 0.4s ease;  color: #fff;text-align: center; position: relative; overflow: hidden; z-index: 1; background-color: #f07f00;  border: none; outline: 0; border-radius: 3rem;display: inline-block; min-width:20rem; }
.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, .form-control { padding: 1rem 1rem; background: transparent; border: 1px solid #ccc; resize: none; outline:none; width: 100%; font-size: 2rem; font-weight:500; border-radius:1rem; color:#fff; }
span.wpcf7-list-item.first.last { color: #fff; font-size: 1.4rem;line-height: 2rem; margin-bottom: 2rem; font-weight: 400; letter-spacing: 0.5px;}
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);}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link { font-weight: 600 !important; }



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

/*Header - 2*/

/*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: #f07f00; fill: #f07f00;}
.header3 .extra-header a { font-size: 2.5rem; font-weight: 600; color: #f07f00; 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: #f07f00; 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: 26rem; 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 - 5*/
ul.country {color: #fff;}
.header5Style{ background: #fff; margin:auto; max-width:1257px;padding: 1rem 0;margin-top: 0rem;  margin-bottom: -3.4rem;z-index: 999; position: relative;  transition: 0.4s ease;border-radius: 8px;
    padding-left: 2rem; }
.navHeader {display: flex; align-items: center; justify-content: space-between;}
.header5 .headerWrap a {color: #000;}
.header5 .headerWrap { display: flex; align-items: center;  justify-content: space-between;  margin: 0rem 0; padding:3rem 0; }
#masthead.header5 {  padding: 0rem 0; background:#f9f9f9 }
.headerButton .button { margin: 0;}
.fixed .topHeader { display: none;}
.fixed .header5Style { max-width: 100%;}
.counterBox h2 { text-align: center; }

.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:#f07f00; }

/*.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:#000; }
.header5 .footerInfo i{ color:#fff;} 
.fixed .header5Middle { display: none; }
.headerAddress .footerInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 554px;
    line-height: 21px;
}
.fixed .header5Style .headerButton:after {
    right: 17px;
}
.footerInfo li strong {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
}

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



.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000;
    color: red;
}
.screen-reader-response {
    display: none;
}
span.wpcf7-not-valid-tip { color: #f07f00; }


/*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: fadeInUp 1.5s;}
.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{ /*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: #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; }
section#slider {margin: 0; padding-bottom: 0; padding:0;   }
.clients .swiper-pagination-bullet{border: solid 2px #000;}



/*End Slider 1 */

/**/
.drip { text-align: center; padding: 2rem 0;background: #0072b7;}
.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 { background: #fff; color: #f07f00; 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: #f07f00;padding: .5rem 1rem;border-radius: 4px; font-weight: 300;}
.noSlider h1 {  color: #fff; font-size:6rem; }
.noSlider p { max-width: 710px; margin: 0 auto 3rem;font-size: 4rem;}
/*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*/
.stats-line h3 { font-size: 3rem;}

.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{ 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; position:fixed; }
@keyframes fadeInTop{from{opacity:0;transform:translate3d(0,-80%,0);}to{opacity:1;transform:translate3d(0,0,0);}}
#masthead.fixed #logo img{max-width:10rem;}


/*Inner Style - 1 */
#innerBanner{min-height:12rem;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,1);left: 0;top: 0; z-index: 1;}
#innerBanner .container{position:relative;z-index:2;min-height:12rem; }
.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; margin:0px }
#breadcrumbs{/*width:40%;*/text-align:right; display:none; }
#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:#0856A2;}
#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; }
.homeabout1 p { padding-right:50px; }
/* About Us Style 1 close*/

/* about style1 start*/
.aboutHead1 h6{text-transform:uppercase;font-weight:600;font-size:1.8rem;letter-spacing:1px;color:#f07f00}
.aboutHead1 p{color:#707070}
.aboutBtn1{padding:.8rem 2rem;display:inline-block;border-radius:0;font-size:1.6rem;text-transform:uppercase;background-color:#f07f00;-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 #f07f00;background-color:#f07f00;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*/




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



/* 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: #000; 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 */


/*counter */

.counter i.fa { font-size: 4rem; }
.counter-show { background: #f4f4f4;padding: 5rem;}
.counter { text-align: center;}
.stats-line {  margin: 12px auto; }
.timerCount { display: flex;justify-content: center;font-size: 4rem;font-weight: 400; color: #f07f00;}
.timer.count-number { color: #f07f00; font-weight: 700;}
p.stats-text { font-weight: 600; }


/*counter close */

.servInner {
    background: #f4f4f4;
}

.contactPage {
    margin-top: 5rem;
}

.clients .swiper-wrapper {
    padding-bottom: 70px;
}

/*Services Style 1*/
.services h3 {
    margin: 0;
    padding: 1rem;
    text-align: center;
    font-size: 2rem;
    background: rgb(0 0 0 / 80%);
    color: #fff;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
    bottom: 0%;
    transform: translateY(0%);
    flex-wrap: wrap;
    align-content: center;
}
.services h3 .button { transform: translateX(0) translateY(100px);  opacity: 0;transition: .5s; margin-top:2rem; border-radius:3rem; font-size: 2rem;
    padding: 1rem 4rem; }
.services h3:hover .button { transform: translateX(0) translateY(0px);  opacity: 1;}
/*.services h3 span{ width:100%; display:block;    max-width: 230px;  }*/
.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: rgb(0 0 0 / 65%);}

/*Services Style 2*/
.zigImg { padding: 0px 0px 10px 0px; }
.zigImg img {  /*transform: translateX(-10px); */ width:100%; }

.zigImg2 { padding: 0px 0px 10px 0px;  }
.zigImg2 img { /* margin-top: -1rem; transform: translateX(10px);*/ }

.odd-zigzag h3 b, .odd-zigzag h3 { font-weight: 600; font-size: 2.5rem; margin: 0px; letter-spacing: -0.5px; }
#custom_html-4 .homeForm h2 {margin: 0; }
.mail { color: #0378a6;  font-size: 1.8rem; font-weight: 400; padding: 1rem 0px 1rem 4rem; position: relative;}
.mail h5 { font-weight: 500;}
.mail i.fa {   position: absolute;   width: 30px;    height: 30px;    text-align: center;    border-radius: 50%;    color: #fff;    line-height: 3rem;    left: 0;}
.mail h5 { margin: 0; color:#fff }
.homeForm {margin-bottom: 1rem; }
.formBlock nav ul {  margin-bottom: 1.5rem; }
.mail a{ color:#fff;}
.formBlock .form-group { margin-bottom: 2rem; }
.formBlock  #appointment-date { border: 1px solid #ccc;}
.homeForm textarea.form-control { max-height: 100px; }
select, .formBlock #appointment-date{ color:#fff; background:transparent; }
.widget_custom_html { list-style: none; }
.formBlock {
    background: #000 url(assets/images/banner3.jpg) no-repeat center fixed;
    position: relative;
    background-size: cover;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#custom_html-4 h2 { color:#fff;}
.timer { color: #fff;}
input.wpcf7-form-control.button:hover { background: #000; }
li#text-4 { list-style: none; }
li#text-4 h2 { color: #fff; }
.timer li { list-style: none;}
.timer span { min-width:40px; display: inline-block; font-weight: 500; }
#aboutUs ul, #content .about1 ul { list-style: none; padding: 0; width:100%; }
#parallax p {line-height: 40px; }

#breadcrumbs span span:first-child { background: transparent; }
#breadcrumbs span span:first-child a { color: #f07f00;  font-weight: bold; }

/*parallax */
#parallax {padding: 13rem 0 8rem;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 0 0 / 81%);z-index: -1;}
#parallax ul {text-align: center;list-style: none; margin: auto;color: #fff;}
#parallax h2 { color: #fff;}
#parallax a.button {margin-top: 3rem; background-color: #f07f00;}
#custom_html-5 { margin: auto; max-width: 900px; font-size: 3rem; }

/*parallax close*/





.footerAbout li#text-4 a:hover {
    color: #fff;
}

/* Testimonials Style 1*/
.testimonials .swiper-slide{display: flex;}
.tstmnlsInfo{border-radius: 0rem; 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: 40%;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:#000;font-size:1.5rem;margin-bottom:0;line-height:1.5;font-weight:bold;text-transform: none;}
.testimonialsText h4 span{display:block;color:#000;line-height:1.5;font-weight: 400;font-size: 1rem;}
.testimonialsText p{/*color:#000;*//*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: #000;}
.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: #000;
    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 #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 #f07f00; 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:0px;
}
.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: #fafafa; }
.darkGrey{ background:#3A3A3C; color:#fff; }
.yellowBg{background:#f07f00; color:#fff; }
.darkGrey .stats-line h3, .yellowBg .stats-line h3{ color: #fff; }
.bannerBottBox p { font-size: 2rem; line-height: 3.6rem; }
.bannerBottBox h3 { font-weight: 600; text-transform: uppercase; min-height: 75px; }
.bannerBottBox { height: 100%;  padding: 2rem 3rem;}
section.bannerBott { padding-top:0; margin-top: -7rem; z-index: 9; position: relative; }
.bannerBtn .button { padding: 0.5rem 4rem; }
.bannerBtn .button:first-child { background: green; }



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


/* 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: #000;color: #fff;padding: 6rem 0 3rem;}
.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; font-size: 1.6rem;
    font-weight: 500; }
.footerInfo i { background: #f07f00; 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:#f07f00;}

.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: #f07f00; background-color: #fff; }
.footer-social-icon a {fill:#fff;font-size: 2rem; background:#f07f00;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:#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:#f07f00;  }
.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: #f07f00; opacity: 1;
}
/*Footer Style 2*/




/*Footer Style 3*/
footer .socialWrap li { display: inline-block; padding: 1rem; background: #f07f00; fill: #fff;}
footer .socialWrap li:hover{ background:#333; }
.footerAbout {  max-width: 35rem;}
.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: #f07f00; 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: #f07f00;  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: #f07f00;}

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

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

.mega-button a {
    margin: 0;
}
.mainMenu {
    display: flex;
    align-content: center;
    align-items: center;
}
.footerotherlinks.ftrMnu li {
    width: 49%;
    display: inline-block;
}
.mega-button a {
    margin: 0;
    font-size: 17px;
    padding: 12px 10px;
}
.mega-button {
    line-height: 0;
}


/*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: #000; 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;}


.head-call figure {  max-width: 50px; margin: 0;     margin-right: 1rem; }
.head-call.headRight figure { margin-right: 0;  margin-left: 1rem; }
.head-call { display: flex; align-items: stretch; margin-top: 5rem;}
.head-call.headRight { justify-content: flex-end; }
.topLinks { display: flex; justify-content: space-between; align-items: center; color: #fff; }
.headMidd { padding: 0rem 0; }
.callText h3 { margin: 0; font-size: 2rem; }
.callText a { font-size: 2.4rem; color: #f07f00; font-weight: 600; }
.head-call img { max-width: 100%; filter: brightness( 0% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );  transition-duration: 0.2s;}
.headMidd .container { border-bottom: 2px solid #f07f00; }
#logo { /*border-left: 2px solid #f07f00; border-right: 2px solid #f07f00; padding: 2rem 0;*/  }
.fixed .head-call{margin-top: 4rem;}
#menuWrap { padding-left: 0; }




h1, h2, h3, h4, h5, h6 { color: #000; font-weight: 600; margin-bottom: 2.5rem; font-family: "Saira", sans-serif; font-weight: 600;}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link { font-weight: 500 !important; font-size: 17px !important; letter-spacing: -0.5px; }
#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: 600; color: #fff; text-transform: uppercase; font-size: 50px; margin-bottom:0;  }
#slider .swiper-slide {    min-height: 100%; height: 80vh; position:relative; }
#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;}
#slider .swiper-slide:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 34.2%;
/*     background-color: #f07f00;
    clip-path: polygon(0 0, 100% 0%, 71% 100%, 0% 100%); */
    z-index: 2;
    content: "";
/*     background-image:url(assets/images/shape-3.png);
        background-repeat: no-repeat;
    background-position: bottom left; */
}
.animated-area .button { background: #f07f00; }
#masthead {  padding: 1.5rem 0;  z-index: 99;  width: 100%; }
.slider-container.text-start { text-align: center !important; max-width: 100%;}
.headerAddress .footerInfo li:first-child { display: none; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child a.mega-menu-link {  padding-left: 0; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{ color:#000 }
.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{ color:#000; }
.slider-title p {
    font-size: 20px;
    font-style: normal;
    color: #fff;
    line-height: 30px;
    margin: 2rem 0;
}
.slider-title p.main-slider {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3rem;
}
.headerButton { display: flex; position:relative; }
.headerButton a {
    z-index: 2;
    font-weight: 600;
    color: #fff;
    width: 150px;
}
.animated-area {
    margin-top: 2rem;
}
.headerButton:after {
    clip-path: polygon(18% 0, 100% 0%, 115% 100%, 0% 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
    content: "";
    position: absolute;
    width: 140%;
    height: 62px;
    z-index: 0;
    right: -7px;
    top: -15px;
    border-radius: 0px 8px 8px 0px;
}
#testimonials { background: #f4f4f4; }
.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after { content: 'prev'; color: #fff; }
.bixIctitle h3 {font-size: 20px;margin: 0 0px 0px 20px;  color: #f59e1c;}
.bixIctitle span {  font-size: 30px; }
.bixIctitle { display: flex; align-items: center;   color: #f59e1c;}
/*#services .col-sm-12:nth-child(even) .services {  margin-top: -30px; }*/
#services .services{ border-radius: 1rem; margin-bottom:2rem; }
.services { margin-bottom: 0rem; border-radius: 0rem;position: relative;}
#services .text-center h2 {  margin-bottom: 2rem;}

.locationBox { text-align: center; border: 1px solid #ccc; margin-bottom: 2rem; border-radius: 1rem; transition: 0.4s ease;}
.locationBox:hover { box-shadow: 0px 10px 10px rgba(0,0,0, 0.1); }
.locationBox .chooseIcon .fa { margin: 0; font-size: 4rem; margin-top: 2rem; color: #f07f00; }
.locationBox .stats-line h3 { font-size: 2rem; }
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { content: 'next'; color: #fff; }
#testimonials { background: #f4f4f4; }



@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:#f07f00;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: -50px;background: rgb(255 255 255 / 83%);padding: 1rem;border-radius: .4rem;}
.dateBlock h6{color:#0856A2;margin-bottom:0;font-size:3.6rem;}
.dateBlock span{color:#0856A2;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:#0856A2;}
.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: #fafafa; padding: 2rem;}
ul.bulletText li a {color: #000;display: block; padding: .5rem 0; border-bottom: 1px solid #ccc;}
ul.bulletText li a:hover {color: #f07f00;}
/*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: #f07f00;}
.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 #ccc; 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: #f07f00;padding: 1rem 4rem; border: 0px; text-transform: uppercase;}
.contact-form input.wpcf7-submit:hover { background: #000; }
.contact-info-box h3 { margin-bottom: 0rem;}
.contact-info-box p { margin-bottom: 0; }
.contact-form textarea {  max-height: 150px; }
.contactaddress h4{ margin-bottom:0px;  }
.mapDiv iframe { width: 100%; }
.mapDiv { line-height: 0px;}
/*contact page close*/

.footerCopy p {
    margin: 0;
}

/**/
.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: #f07f00; padding: 4.5rem 2rem;  border-radius: 1rem;}
/* .contactaddress h4 { margin-bottom: 0rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #fff;} */
.contMain { padding-bottom: 2rem; }
.contactaddress a { color: #fff;}
.contactbox-wrap span.wpcf7-list-item.first.last {  color: #000; }
/*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 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:#000}
.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:#000}
.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:#000;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: #f07f00;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);
    margin-bottom: 2rem;
    transition: 0.4s ease;
    color: #fff;
    border-radius: 0rem;
    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: #f07f00; }
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{ background-color: #f07f00; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{ border: 1px solid #f07f00; }
.select2-container--default .select2-selection--single {border: 1px solid #f07f00; 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: #f07f00;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: #f07f00; border: 3px solid #f07f00;}
#btnInquiry.button:hover { color: #fff; }
.woocommerce div.product p.price .amount { border: 1px solid #f07f00; padding: .5rem 3rem; font-size: 2.6rem; color: #f07f00; border-left: 5px solid #f07f00;}
.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:#f07f00;}
.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: #f07f00; display: block; padding: 1rem 3rem; border-radius: 10px; margin-bottom: 2rem;
    color: #fff;}
p.form-submit input { padding: 1rem 3rem; background: #f07f00; color: #fff; border: 1px solid #f07f00;}
.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*/


.chooseIcon .fa {
    font-size: 100px;
    margin-right: 2rem;
    color: #fff;
}
section.whyChoose { background: #000; }
section.whyChoose h2, .whyChoose p { color: #fff; }
.whyChooseBox .stats-line h3 { color:#fff; }
.whyChooseBox {
    display: flex;
    border: 1px solid #ccc;
    padding: 2rem;
    margin-bottom: 3rem;
    height: 90%;
    background: #181818; border-radius: 1rem;
}
.whyChooseBox p { margin: 0; color: #fff;}
#aboutUs li span, .about1 li span { color: #f07f00; padding-right: 1rem;}
small { color: #f07f00; font-weight: 600; }



.locationBox {
    text-align: center;
    border: 1px solid #ccc;
    margin-bottom: 2rem;
    border-radius: 1rem;
    transition: 0.4s ease;
}
.locationBox .chooseIcon .fa {
    margin: 0;
    font-size: 4rem;
    margin-top: 2rem;
    color: #20b2dd;
}
.towingServiceBlock li {
    border: 1px solid #ccc;
    display: inline-block;
    width: 23%;
    text-align: center;
    margin: 10px 0px;
    padding: 40px 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    flex-wrap: wrap;
}
.towingServiceBlock li i.fa {
    font-size: 30px;
    color: #f07f00;
}
.towingServiceBlock li i.fa {
    font-size: 30px;
    color: #f07f00;
}





















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

/*// 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; }
.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, .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 { color: #fff; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child a.mega-menu-link { padding-left: 10px; }    
}

/*// 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: 8rem;}
/*header 3 close*/

/*header 4*/
.header4 li#custom_html-8 { display: none; }
.topHeaderWrap {display: block; }
.header4 .custom-logo-link img {max-width: 11rem; }
.header4 .accheader { width: auto; }
/*header 4 close*/
#custom_html-5 { font-size: 2rem; }


/*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;}
.slider-title p { font-size: 24px;  line-height: 30px; }
.slider-sub-title { font-size: 30px; }


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

/*footer1 close*/


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


.contactbox-wrap form {
    margin-top: 3rem;
}

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

.head-call { justify-content: center; }
.head-call.headRight { justify-content: center;}
.head-call {  margin-top: 2rem; }
.head-call{ display:none; }
#logo {
/*     border-left: 2px solid transparent;
    border-right: 2px solid transparent; */
}
#menuWrap { padding-left: 2rem; }
#services .services {  margin-bottom: 2rem; }
.services h3 span { max-width: 280px; }
.services h3 .button{ max-width:250px; }
.homeabout1 p { padding-right: 0px; }
body{ font-size:1.6rem }
.eadleft { line-height: 1.8rem; padding-left: 1rem; }
.copyRight .text-end { text-align: left !important; }
section.formBlock { padding-bottom: 0; }
section.bannerBott { padding-bottom: 0; }
.headleft { padding-left: 1rem; line-height: 1.8rem; }
h2 { font-size: 3rem; }
.footerotherlinks.ftrMnu li {
    width: 100%;
    display: inline-block;
}
.towingServiceBlock li { width: 48%; }
.mega-button {
    display: none;
}
.clients-slider.swiper.swiper-initialized.swiper-horizontal {
    padding-bottom: 50px;
}

.towingServiceBlock li { font-size: 16px;}

 }

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


