/* Global css */
*{margin:0;padding:0;}
html{overflow-x:hidden;scroll-behavior: smooth;}
body{font-size:15px;font-family: "Montserrat", sans-serif;background:#fff;color:#817f7c;line-height: 25px;font-weight: 500;}
a{text-decoration:none;outline:none;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;color:#000;}
a:focus, a:hover {-webkit-transition: .5s;-o-transition: .5s;transition: .5s;text-decoration: none;}
img {
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6{font-family: "Montserrat", sans-serif;color:#000;margin: 0px;padding:0px;font-weight: 600;}
h1{font-size: 24px;}h2{font-size: 30px;}h3{font-size: 36px;}h4{font-size: 20px;}h5{font-size: 20px;}h6{font-size: 20px;}
section{width:100%;padding:60px 0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative; clear: both;}
input{-webkit-box-sizing:border-box;box-sizing:border-box;}
input[type=submit],button{outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
ol, ul {margin-top: 0;margin-bottom: 0px;}
p {margin: 0px;padding: 0px 0 10px 0px;}
p:last-child {
    padding-bottom: 0px;
}
li {list-style: none;} 
::-webkit-input-placeholder{color:#777777;}
::-moz-placeholder{color:#777777;}
:-ms-input-placeholder{color:#777777;}
::-ms-input-placeholder{color:#777777;}
::placeholder{color:#777777;}
:root {
--white: #ffffff;
--black: #000000;
}

.btn {background-color: var(--black);color: var(--white);font-size: 15px;font-family: "Montserrat", sans-serif;line-height: 26px;text-transform: uppercase;padding: 12px 25px;
border: none;border-radius: 50px;transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;transform-style: preserve-3d;font-weight: 500;}
.btn:hover{background-color:#686868;color:var(--white);transform: translate3d(0px, -6px, 0.01px);} 
.Container_box {width: 100%;max-width: 1150px;margin: 0 auto;}
/* End Global css */

.google-map iframe {

    margin-bottom: -7px;
}
.custom_header_fixed .Top_fiexd {
    background: none repeat scroll 0 0 #000000cf;
    padding: 13px 0px;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
    /* border-bottom: 1px solid #ebebeb; */
    transition: 0.80s ease 0s, 0.80s ease 0s;
    -ms-transition: 0.80s ease 0s, 0.80s ease 0s;
    -o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;
    -webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
}

.Top_social_media {
    position: relative;
    z-index: 1;
}

/*menu*/
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile {border: 0;list-style: none;
line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
#cssmenu:after,#cssmenu > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0}
#cssmenu #head-mobile {display: none}
#cssmenu > ul > li {float: left;}
#cssmenu > ul > li > a {padding: 10px 15px;font-size: 15px;text-decoration: none;color: #fff;font-weight: 500;text-transform: uppercase;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a {color:#fff;}
#cssmenu > ul > li:last-child > a {padding-right: 0px;}
#cssmenu > ul > li.has-sub:hover > a:before {top: 23px;height: 0}
#cssmenu ul ul {position: absolute;left: -9999px;z-index: 9;}
#cssmenu ul ul li {-webkit-transition: all .25s ease;-ms-transition: all .25s ease;background:#000;transition: all .25s ease}
#cssmenu ul ul li:hover {}
#cssmenu li:hover > ul {left: auto}
#cssmenu ul ul ul {margin-left: 100%;top: 0}
#cssmenu ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 130px;font-size: 15px;
text-decoration: none;color: #ddd;font-weight: 400;}
#cssmenu ul ul li a:hover {background: #ffffff;color: #000 !important;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a {border-bottom: 0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover {color: #fff}
#cssmenu ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;
display: block;background: #ddd;content: ''}
#cssmenu ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;
display: block;width: 2px;height: 8px;background: #ddd;content: '';-webkit-transition: all .25s ease;
-ms-transition: all .25s ease;transition: all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before {top: 17px;height: 0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover {background:#000;}
#cssmenu ul ul ul li.active a {border-left: 1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a {border-top: 1px solid #333}
.menu-item-has-children:after {width: 20px;height: 20px;position: absolute;top: 10px; content: "\f107";font-family: FontAwesome;font-size: 16px;right: -10px;color: #fff;}
.menu-item-has-children a {position:relative;}

@media screen and (max-width:768px) {
body.custom_header_fixed .button.menu-opened .open {display: block !important;}
nav {width: 100%;}
#cssmenu {width: 100%}
#cssmenu ul {width: 100%;display: none}
#cssmenu ul li {width: 100%;border-top: 1px solid #444;overflow: hidden;}
#cssmenu ul li:hover {background: #363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li {height: auto}
#cssmenu ul li a,#cssmenu ul ul li a {width: 100%;border-bottom: 0}
#cssmenu > ul > li {float: none}
#cssmenu ul ul li a {padding: 10px 35px;text-transform: uppercase;}
#cssmenu ul ul li {background:#000 !important;}
#cssmenu ul ul li:hover {background: #000 !important}
#cssmenu ul ul ul li a {padding-left: 35px}
#cssmenu ul ul li a {color: #ddd;background: none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a {color: #fff}
#cssmenu ul ul,#cssmenu ul ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before {display: none}
#cssmenu #head-mobile {display: block;padding: 23px;color: #ddd;font-size: 12px;font-weight: 700}
.button {width: 55px;height: 46px;position: absolute;right: 0;top: 0;cursor: pointer;z-index: 12399994;}
.button:after {position: absolute;top: 22px;right: 20px;display: block;height: 8px;width: 20px;border-top: 2px solid #fff;
border-bottom: 2px solid #fff;content: ''}
.button:before {-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;position: absolute;top: 16px;
right: 20px;display: block;height: 2px;width: 20px;background: #fff;content: ''}
.button.menu-opened:after {-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;
top: 23px;border: 0;height: 2px;width: 19px;background: #fff;-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.button.menu-opened:before {top: 23px;background: #fff;width: 19px;-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg)}
#cssmenu .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid #444;height: 46px;
width: 46px;cursor: pointer}
#cssmenu .submenu-button.submenu-opened {background:#000;}
#cssmenu ul ul .submenu-button {height: 34px;width: 34px}
#cssmenu .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;
display: block;background: #ddd;content: ''}
#cssmenu ul ul .submenu-button:after {top: 15px;right: 13px}
#cssmenu .submenu-button.submenu-opened:after {background: #fff}
#cssmenu .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;
background: #ddd;content: ''}
#cssmenu ul ul .submenu-button:before {top: 12px;right: 16px}
#cssmenu .submenu-button.submenu-opened:before {display: none}
#cssmenu ul ul ul li.active a {border-left: none}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {border-top: none}
#cssmenu > ul > li > a {padding: 15px 17px;background: #000;color: #fff;}
.mrnuAndLogo .container {padding: 0px;margin: 0px;width: 100%;}
#cssmenu ul li i.fa.fa-angle-down {display: none !important;}
.menu {position: absolute;left: 0px;width: 100%;top: -12px;}
.mrnuAndLogo {padding: 18px 100px 18px 20px;}
#cssmenu ul {position: relative;z-index: 9;}
.menu-item-has-children::after {display:none;}
}
/*menu end*/


/* Header */
.Top_fiexd {position: absolute;width: 100%;top: 43px;z-index: 1;}
.Top_social_media ul li:nth-child(1) a {padding-right: 10px;}
.Top_social_media ul li a:hover {color: #cfcfcf;}
.Top_social_media ul li i.fa.fa-phone {padding-right: 5px;}
.Top_bar {display: flex;justify-content: space-between;align-items: center;}
.Top_social_media ul {display: flex;gap: 13px;}
.Top_social_media ul li a {color: #fff;}
/* Header End */

/*Banner*/
.Banner_home img {width: 100%;height: 100%;}
.Logo_and_text {position: absolute;bottom: 200px;left: 0px;right: 0px;margin: 0 auto;text-align: center;}
.Logo_and_text img {width: 100%;max-width: 350px;}
.Logo_and_text h1 {color: #fff;font-weight: 400;padding-top: 50px;text-transform: uppercase;line-height: 30px;}
.Logo_and_text span {display: block;}
.Logo_and_text .btn {background: transparent;border: 1px solid #fff;border-radius: 50px;margin: 20px 0 0 0px;color: #fff;padding: 12px 25px;}
.Banner_home {position: relative;}
.Logo_and_text .btn:hover {background: #fff;color: #000;}
/* Banner End */


/* Image with content main */
.Image_with_content_main {display: flex;justify-content: space-between;}
.Image_with_content_main .left {width: 50%;position:relative;}
.Image_with_content_main .right.right-full-width { width: 100%; }
.Image_with_content_main .right {width: 44%;position: relative;}
.Image_with_content_main .right h4 {font-size: 36px;color: #000;padding: 20px 0px;}
.Image_with_content_main .right h4 span {color: #817f7c;font-style: italic;}
.Image_with_content_main .left ul {margin: 10px 0px;}
.Image_with_content_main .right a.btn {margin: 20px 15px 0 0px;}
.Image_with_content_main .left img {border-radius: 10px;width: 100%;height:100%;object-fit:cover;}
.Image_with_content_main .left i.fa.fa-check {font-size: 17px;margin-right: 6px;font-weight: 300;}
.year-box {position: absolute;padding: 0 15px 15px 15px;width: 160px;border-radius: 6px;bottom: 30px;left: 30px;-webkit-box-shadow: 0 0 30px rgba(0,0,0,.08);
box-shadow: 0 0 30px rgba(0,0,0,.08);-webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);transition: all 350ms cubic-bezier(.37,0,.63,1);background: #fff;
text-align: center;overflow: hidden!important;z-index: 1;}
.year-box .number {position: relative;font-size: 60px;line-height: 90px;font-weight: 700;color: #fff;z-index: 1;display: block;letter-spacing: -1px;}
.year-box .txt {color: #14100c;font-size: 18px;font-weight: 700;text-transform: uppercase;}
.year-box .number-bg {top: -79px;left: -5px;height: 164px;width: 150px;border-radius: 100%;background-color: #000;z-index: 0;position: absolute;}
.Image_with_content_main ul li:after {content: "\f00c";	font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;left: 0px;position: absolute;font-size: 17px;top:0px;}
.Image_with_content_main ul li {padding-left: 27px;position: relative;}
.Home_Three_listing_main_wrap {padding: 80px 0px 70px;}
/* Image with content main end */

/* Three listing box */
.Home_Three_listing_box {display: flex;justify-content: space-between;width: 30%;gap: 15px;}
.Home_Three_listing_main {display: flex;justify-content: space-between;margin-bottom: 0px;flex-wrap: wrap;gap: 30px;}
.Home_Three_listing_box h4 {font-size: 24px;font-weight: 500;padding-bottom: 10px;}
.Home_Three_listing_box .left img {width: 100%;max-width: 55px;}
.Home_Three_listing_box .left {width: 20%;}
.Home_Three_listing_box .right {width: 80%;}
/* Three listing box end */

/* Services listing  */
section#our-services .dflex {display: flex; gap: 30px;margin-bottom: 30px;align-items: center;}
section#our-services .dflex .imgBox {width: 45%; flex: 0 0 45%;}
section#our-services .dflex .imgBox img { width: 100%;}
.Services_listing {position: relative;padding: 40px 0px 70px;}
.Services_listing_headign {text-align: justify;}
.Services_listing_box {display: flex;justify-content: space-between;gap: 20px;max-width: 960px;margin: 10px auto 0px;flex-wrap: wrap;}
.listing_box {width: 31.5%;text-align: center;background: #fff;padding: 30px 13px;box-shadow: 0px 5px 7px 0px #979393;}
.Services_listing_headign h3 {font-size: 36px;}
.Services_listing_headign p {font-size: 18px;padding: 13px 7px 0px;}
.listing_box h4 {padding: 10px 0px 20px;font-size: 21px;text-transform: uppercase;}
.Services_listing a.btn {display: block;position: absolute;margin: 0 auto;left: 0px;right: 0px; bottom: -25px;z-index: 1; max-width: 175px;}
.listing_box:hover {background: #ebebeb;}
/* Services listing end  */

/* Our team */
.Our_team_extra_content_main { padding : 25px 0 15px;  }
.Our_team_slider_main {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
}
.Our_team_slider_main .right img {
    border-radius: 20px;
    box-shadow: 10px 7px 0 0 #000;
}
.Our_team_slider_main .left {width: 50%;padding-left: 0%;}
.Our_team_slider_main .left.left-full-width { width: 100%; padding:0; }
.Our_team_slider_main .right {width: 50%;}
.Our_team_slider_main .left h3 {padding-bottom: 20px;}
.Our_team_slider_main .left a.btn {margin: 20px 0 0 0px;}
.ourteam-slider-box img {border-radius: 12px;}
.ourteam-slider-box h6 {position: absolute;bottom: 30px;color: #fff;text-shadow: 1px 3px 3px #2e2e2e;left: 30px;font-size: 24px;font-weight: 500;max-width: 200px;line-height: 31px;}
.ourteam-slider-box {position: relative;}
.ourteam-slider-box h6 span {display: block;margin-top: 4px;}
.ourteam-slider .owl-nav {display: none;}
.ourteam-slider .owl-dots {text-align: center;margin-top: 15px;}
.ourteam-slider .owl-dots .owl-dot {display: inline-block;margin: 0 5px;}
.ourteam-slider .owl-dots .owl-dot span {width: 12px;height: 12px;display: block;border-radius: 50%;transition: all 0.3s ease;border: 1px solid #000;}
.ourteam-slider .owl-dots .owl-dot:hover span {background: #999;}
.ourteam-slider .owl-dots .owl-dot.active span {background: #000;transform: scale(1.3);border: 1px solid #000;}
.Our_team_slider {padding-bottom: 60px;}
.Our_team_slider_main h4 { font-size: 36px; color: #000; padding: 20px 0px; }
/* Our team end */

/* Clients testimonial */
.Clients_testimonial {padding: 50px 0px 70px;}
.Clients_testimonial_Heading {text-align: center;}
.Clients_testimonial_Heading h3 {font-size: 36px;font-weight: 600;padding-bottom: 25px;}
.testimonial-slider {text-align: left;overflow:hidden;}


.testimonial-slider .testimonial-slider-text {
    text-align: left;
    overflow: auto;
    padding: 0px 50px 20px;
    height: 370px;
}


.testimonial-slider-text p {font-size: 18px;line-height: 28px;}
.testimonial-slider-text ul { margin-bottom:15px; }
.testimonial-slider-text ul li {font-size: 18px; line-height: 28px; margin-bottom: 5px; }
.testimonial-slider-text h5 {font-weight: 600;font-size: 24px;padding: 0px 0px 10px;text-transform: uppercase;}
.testimonial-slider-text h6 {font-weight: 400;font-size: 15px;color: #817f7c;}
.Clients_testimonial .owl-nav {position: absolute;top: 33%;width: 100%;display: flex;justify-content: space-between;font-size: 50px;color: #000;}
.Clients_testimonial .owl-nav button {background: none;border: none;font-size: 40px;cursor: pointer;color: #000;transition: 0.3s;}
.Clients_testimonial .owl-nav button:hover {color: #666;}
.Clients_testimonial a.btn {position: absolute;margin: 0 auto;left: 0px;right: 0px;bottom: -25px;z-index: 9;max-width: 230px;}
.Clients_testimonial_Heading img {
    margin-bottom: 20px;
}
/* Clients testimonial end */

/* Clients logo */
.Clients_logo h3 {text-align: center;font-size: 36px;padding: 0 0 20px 0px;}
.logo-slider .item {display: flex;justify-content: center;align-items: center;padding: 20px 0px 0px;}
.logo-slider img {height: auto;border: 1px solid #817f7c;border-radius: 8px;padding: 10px 21px;background: #fff;-webkit-filter:}
.logo-slider .owl-nav {position: absolute;top: 50%;width: 100%;display: flex;font-size: 50px;color: #000;justify-content: space-between;}
.logo-slider .owl-nav button {background: none;border: none;font-size: 40px;cursor: pointer;color: #000;transition: 0.3s;}
.logo-slider .owl-nav button:hover {color: #666;}
.logo-slider .owl-prev {margin: 0 0 0 -50px;}
.logo-slider .owl-next {margin: 0 -50px 0 0px;}
.Clients_logo_slider {width: 100%;max-width: 950px;margin: 0 auto;}
.Clients_logo {padding-bottom: 70px;}

.clients_support_logo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}
.clients_support_logo ul li {
    border: 1px solid #999999;
    border-radius: 8px;
    width: 23.6%;
    text-align: center;
	padding: 5px;
}
/* Clients logo end */

/* local support */
.local_support {padding: 50px 0px 50px;}
.local_support h3 {text-align: center;padding-bottom: 40px;}
.local_support_logo ul {display: flex;justify-content: center;gap: 25px;}
.local_support_logo ul li img {border: 1px solid #999999;border-radius: 8px;}
/* local support end */

/* footer */
.footer_bg {background: #000;padding: 30px 0px 0px;}
.footer_main {display: flex;gap: 40px;justify-content: space-between;color: #fff;padding-bottom: 30px;}
.footer_logo img {width: 100%;max-width: 150px;margin-bottom: 20px;}
.footer_logo {width: 25%;}
.fooetr_links {width: 20%;}
.Footer_services {width: 20%;}
.Footer_contact {width: 25%;}
.footer_logo ul {display: flex;gap: 10px;margin: 10px 0px 0px;}
.footer_logo p {line-height: 20px;}
.footer_logo ul li a {font-size: 21px;color: #fff;}
.footer_main a {color: #fff;}
.footer_main h3 {color: #ffff;font-size: 24px;padding: 0 0 20px 0px;}
.copy_right {background: #333333;}
.copy_right p {text-align: center;color: #fff;padding: 9px 0px;font-size: 14px;}
.footer_main a:hover {color: #ccc;}
.fooetr_links ul li a {padding-bottom: 6px;display: block;}
.fooetr_links ul li:last-child a {padding-bottom: 0px;}
.Footer_services ul li a {padding-bottom: 6px;display: block;}
.Footer_services ul li:last-child a {padding-bottom: 0px;}
.Footer_contact ul li {line-height: normal;margin-bottom: 15px;}
.Footer_contact ul li i.fa.fa-map-marker {margin: 2px 0 0 0px;height: 20px;}
.Footer_contact ul li i.fa {font-size: 16px; width: 26px;float: left;}
.Footer_contact ul li i.fa.fa-envelope {margin: 2px 0 0 0px;}
.fooetr_links ul li a {text-transform: uppercase;}
#menu-footer-services-menu li a {text-transform: capitalize !important;}
/* footer end */

/*About page*/
.inner-banner-text img {width: 100%;max-width: 350px;}
.inner-banner-text {position: absolute;bottom: 0px;left: 0px;right: 0px;margin: 0 auto;text-align: center;}
.inner-banner-text h1 {color: #fff;font-weight: 400;text-transform: uppercase;background: #000;padding: 13px 20px;margin-top: 18px;display: table;margin: 30px auto 0px;border-radius: 4px;}
.inner-banner {position: relative;}
.inner-banner img {width: 100%;}
.Image_with_content_main .left p {margin-bottom: 10px;}
.Image_with_content_main .left p:last-child {margin-bottom: 0px;}
.about-page-2 {padding-top: 70px;}
.about-p-manin {display: flex;justify-content: space-between;gap: 30px;}
.about-p-manin-text {width: 50%;}
.about-p-manin-text.full-width { width : 100%; }
.about-p-manin-img {width: 50%;}
.about-p-manin-text ul {margin: 21px 0px 10px 19px;}
.about-p-manin-text ul li {list-style: auto;margin-bottom: 20px;}
.about-p-manin-img img {border-radius: 10px;width:100%;object-fit:cover;}
.about-page-2:nth-child(even) {background: #efefef;}
/* .about-page-2:nth-child(even) .about-p-manin {display: flex;flex-direction: row-reverse;} */
.about-p-manin h3 {margin-bottom: 10px;}
.about-p-manin.about-p-manin_reverse {
    display: flex;
    flex-direction: row-reverse;
}
/*About page end*/

/*contact*/
.contact-gg {display: flex;align-items: flex-start;justify-content: space-between;gap: 50px;padding: 20px;border-radius: 6px;border: 1px solid #ebebeb;box-shadow: 1px 4px 17px 0px #c9c9c9;}
.contact-p-box-main {display: flex;gap: 20px;flex-direction: column;width: 50%;}
.left-form {width: 50%;}
.left-form.full-width { width: 100%; }
.contact-p-box {width: 100%;}
.section-heading h3 {margin-top: 0;}
.contact-form {display: flex;gap: 22px;flex-wrap: wrap;padding: 0px 20px 20px 20px;}
.input-boxes {width: 100%;}
.input-boxes input[type="text"], .input-boxes input[type="tel"], .input-boxes input[type="email"], .input-boxes textarea {
width: 100%;border: 1px solid #ccc;color: #000;height: 50px;font-size: 16px;padding: 10px;border-radius: 6px;background: #fbfbfb;resize: none;}
.input-boxes input[type="submit"] {background: none;border: none;text-transform: uppercase;}
.contact-us .contact-details {padding: 30px 50px 40px;border-radius: 5px;margin-left: 20px;background-color: #121c22;}
.contact_page_main {display: flex;justify-content: space-between;background: #f6f6f6;border-radius: 20px;padding: 0px;}
.right-getIntouch h3 {color: #ffff;}
.right-getIntouch {width: 50%;background: #000;border-radius: 20px;padding: 10px 30px;}
.right-getIntouch span {background: #ababab;color: #fff;font-size: 25px;width: 50px;height: 50px;margin: 0 20px 0 0px;
text-align: center;display: flex;align-items: center;justify-content: center;border-radius: 50%;transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
transform-style: preserve-3d;float:left;clear: both;}
.right-getIntouch span:hover {transform: translate3d(0px, -6px, 0.01px);}
.right-getIntouch ul li {
    margin-bottom: 30px;
    align-items: center;
    float: left;
    clear: both;
    display: flex;
    gap: 12px;
}
.right-getIntouch ul li {color: #fff;}
.right-getIntouch ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}
.contact_socile ul {display: flex;gap: 19px;margin: 20px 0 0 0px;}
.contact_socile h3 {color: #fff;font-size: 21px;margin-top: 40px;}
.section-heading {padding: 20px;}
.map {padding: 0px;margin: 0 0 -10px 0px;}
.right-getIntouch .section-heading {padding-left: 0px;}
.contact_socile {clear: both;}
.contact_socile ul li i.fa {background: #ababab;color: #fff;font-size: 25px;width: 50px;height: 50px;text-align: center;display: flex;align-items: center;
justify-content: center;border-radius: 50%;transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;transform-style: preserve-3d;}
.contact_socile ul li i.fa:hover {transform: translate3d(0px, -6px, 0.01px);}

.right-getIntouch ul li i.fa {
    background: #ababab;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #000;
}
span.wpcf7-spinner {
    position: absolute;
}
.input-boxes .btn {
    position: relative;
}

/*contact end*/

/* testimonial */

.testimonial-slider-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}
.testimonial-slider-inner {
    width: 100%;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 12px;
    margin-bottom: 0px;
    box-shadow: -6px 0px 0px 0px #000000;
}

.testimonial-slider-inner h5 {
    margin-bottom: 9px;
    font-size: 20px;
    margin-top: 10px;
}
.testimonial-slider-inner h6 {
    font-size: 15px;
    margin-top: 14px;
}
.testimonials-info h3 {
    margin-bottom: 20px;
}
.testimonial-slider-inner:last-child {
    margin-bottom: 0px;
}

.testimonial-slider-inner {
	position:relative;
}

.testimonial-slider-inner:after {
    position: absolute;
    right: 11px;
    content: "\f10e";
    font-size: 29px;;
	bottom:10px;
	font-family: FontAwesome;
}




/* testimonial end */

.scroll-to-top {text-decoration: none;display: inline-block;background-color: #121212;width: 40px;height: 40px;text-align: center;
border-radius: 4px;position: fixed;bottom: 70px;right: 30px;-webkit-transition: background-color .3s, opacity .5s, visibility .5s;-o-transition: background-color .3s, opacity .5s, visibility .5s;transition: background-color .3s, opacity .5s, visibility .5s;
opacity: 0;visibility: hidden;z-index: 6;cursor: pointer;}
.scroll-to-top:after {content: "\f077";font-family: FontAwesome;font-weight: normal;font-style: normal;font-size: 14px;line-height: 40px;color: #fff;}
.scroll-to-top.show {opacity: 1;visibility: visible;}
aside.btn-wrapper {text-align: left;padding: 50px 0 0;}
.bg-gray { background: #efefef;position: relative;
    z-index: 1; }
.Image_with_content_main.Image_with_content_main_reverse { display: flex; flex-direction: row-reverse; }
.sub-menu-toggle {display: none;}
.pb0 {padding-bottom: 0px;}
.google-map iframe {
    width: 100%;
    border: none;
}

.toggle-wrapper .toggle-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.2s ease, opacity 0.2s ease;
}

.toggle-wrapper .toggle-content.expanded {
    max-height: 5000px;
    opacity: 1;
}

#about-us h3 {
    margin-bottom: 10px;
}
.btn:focus {
    color: #ffffff;
    text-decoration: none;
}

#about-us aside.btn-wrapper {
    padding: 0;
}


.Clients_testimonial .dflex {display: flex;gap: 30px;}
.Clients_testimonial .dflex .imgBox {flex: 0 0 40%;}
.Clients_testimonial .dflex .imgBox img {position: sticky;	top: 0;}
.calendly-overlay {	background-color: rgba(31, 31, 31, 0.95);}

.mobile-view {
	display: none;
}
.copy_right a {
    color: #fff;
}
.copy_right a:hover {
    color: #ccc;
}