@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {font-size: 17px;color: #909090;font-family: 'Poppins', sans-serif;font-weight: 400;font-style: normal;-webkit-font-smoothing: antialiased;word-wrap: break-word;}

body::-webkit-scrollbar {width: 10px; background-color: #F5F5F5; }
body::-webkit-scrollbar-button:start:decrement, body::-webkit-scrollbar-button:end:increment {display: none; }
body::-webkit-scrollbar-track-piece {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #ddd; }
body::-webkit-scrollbar-thumb:vertical {border-radius: 50px; background-color: var(--primeColor); }

::selection {background: var(--primeColor); color: #fff; text-shadow: none; }
::-webkit-scrollbar {width: 5px; background-color: var(--primeColor); }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: none; }
::-webkit-scrollbar-track-piece {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #ddd; }
::-webkit-scrollbar-thumb:vertical {border-radius: 10px; background-color: var(--primeColor); }

/************COLORS CSS*/
:root {
  --primeColor: #38808d;
  --secondColor: #373737;
  --black: #000;
  --white: #fff;
}
.primeColor{color: var(--primeColor) !important; } 

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light a, .light p, .light i, .light span, .light li, .light {color: var(--white); }
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark a, .dark p, .dark i, .dark span, .dark, .black {color: var(--black) !important; }
.gradient_txt {background-image: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-position: 100% 100%; }
/************COLORS CSS*/

ul.fancy_list li {position: relative; padding-left: 18px; list-style: none; font-weight: 100; font-size: 15px; margin: 5px 0; }
ul.fancy_list li:before {top: 6px; width: 7px; height: 12px; border: solid var(--primeColor); border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; content: ""; transition: .5s ease-out; left: 0; z-index: 999; }

.rating {display: flex; column-gap: 2px; font-size: 15px; color: #ffd200; }


ul, ol {margin: 0; padding: 0; }
a {color: var(--primeColor); text-decoration: none; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; -ms-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; }
a:hover, a:focus, a:active {text-decoration: none; outline: 0; }
a:visited {text-decoration: none; outline: 0; }
textarea {outline: none !important; height: 150px; }
b, strong {font-weight: 800; }
li{list-style: none;}


.input {width: 100%;font-size: 14px;padding: 20px 20px;margin-bottom: 15px;border: none;border-radius: 30px;background-color: #8f8f8f26;outline: none !important;}
.input:focus {border-color: var(--yellow) !important; }
.input::placeholder {color: #000; font-weight: 600; font-size: 14px; }
textarea.txt_area {height: 119px !important; }

/*.terms-first-wrap-text {margin-bottom: 20px; }*/
.term-first-wrapper h5 {margin: 20px 0 10px; }
section.term-first-wrapper {padding: 50px 0; }


/************HEADER CSS*/
header {position: absolute;width: 100%;z-index: 9;/* background-color: #fff; */}
header .second_nav span.discount_txt, header .second_nav ul li a {font-size: 13px; color: #000; }
header .second_nav span.discount_txt span {background-color: var(--primeColor); color: #fff; padding: 0 3px; font-weight: 600; } 
header .second_nav {background-color: #f4f4f4;padding: 10px 0;border-bottom: 1px solid #0000000d;}
header .second_nav ul {margin: 0 0 0 auto; display: table; }
header .second_nav ul li {display: inline-block; margin: 0 0 0 20px; position: relative; padding-left: 25px; }
header .second_nav ul.contact_info li a {color: #fff; font-size: 14px; }
header nav {padding: 15px 0px;width: 100%;/* background-color: #f8f6f1; */}

ul.contact_info li:before {position: absolute; left: 0; color: var(--primeColor); font-family: 'FontAwesome'; }
ul.contact_info li:nth-child(1):before {content: "\f095"; } 
ul.contact_info li:nth-child(2):before {content: "\f041"; }
ul.contact_info li:nth-child(3):before {content: "\f0e0"; font-size: 15px; }
ul.contact_info li a:hover {color: var(--primeColor); }

header ul {display: flex; column-gap: 30px; align-items: center; }
header ul li {list-style: none; position: relative; }
header ul li.active a {color: var(--primeColor); } 
header nav ul li a {color: #000;font-weight: 500;text-transform: capitalize;font-size: 16px;padding-bottom: 20px;}
header nav ul li a:hover {color: var(--primeColor);}
header .top_nav ul.navigation {justify-content: center; }

ul.get_stated_ul {float: right; }

.has_drop:before {content: "\f0d7"; font-family: fontawesome; position: absolute; right: 0; transition: .5s; color: #000; }
.has_drop {padding-right: 20px; position: relative; }
/************HEADER CSS*/

/************HAMBURGER CSS*/
.hamBurger {width: 40px; height: 40px; background-color: var(--primeColor); float: right; padding: 6px 8px; cursor: pointer; margin-left: 15px; }
.hamBurger div {border-bottom: 1px solid #fff; margin: 6px 0; }
.hamBurger div:nth-child(2) {width: 20px; }
.hamBurger div:nth-child(3) {width: 10px; }
.hamBurger:hover div {width: 100%; }
/************HAMBURGER CSS*/

/************TABS CSS*/
ul#pills-tab {margin: auto; display: flex; margin-bottom: 0px !important; column-gap: 5px; justify-content: center; }
ul#pills-tab li {display: inline-block; }
ul#pills-tab li button {border-radius: 5px 5px 0 0; color: var(--darkblue); font-weight: 500; text-transform: uppercase; padding: 30px 0; font-weight: 700; font-size: 15px; }
ul#pills-tab li button.active {background-color: #f8f6f1 !important; color: var(--primeColor) !important; }
ul#pills-tab li button span {width: 100% !important; display: inline-block; margin-top: 9px; }
ul#pills-tab li button.active img {filter: unset !important;opacity: 1 !important;} ul#pills-tab li button img {width: 50px; height: 45px; object-fit: contain; filter: brightness(0); opacity: 0.3; }
/************TABS CSS*/

/************BUTTONS CSS*/
.btn_set {display: flex; column-gap: 15px; align-items: center; }
.primeColor_btn {display: inline-block;background-color: var(--primeColor);color: var(--white);padding: 10px 25px;transition: .5s ease-out;text-transform: capitalize;font-size: 16px;text-align: center;border-radius: 30px;border: none;text-align: center;}
.primeColor_btn:hover {background-color: var(--secondColor);color: #fff !important;}
.border_btn {border: 1px solid var(--white); color: var(--white) !important; display: inline-block; padding: 8px 30px; border-radius: 5px; transition: .5s; text-align: center; }
.border_btn:hover {background-color: var(--white); color: var(--black) !important; }
.white {color: var(--white) !important; border-color: var(--white) !important; }
/************BUTTONS CSS*/


/************TYPOGRAPHY CSS*/

.heading100px{font-size: 100px;}
.heading60px{font-size: 60px;text-transform: uppercase;}
.heading50px{font-size: 50px;text-transform: uppercase;}
.heading35px{font-size: 35px;text-transform: uppercase;}
.heading30px{font-size: 30px;text-transform: uppercase;}
.heading27px{font-size: 1.5vw;text-transform: uppercase;}
.heading20px{font-size: 20px;text-transform: uppercase;}


p {line-height: 1.6; margin: 0 0 15px; word-wrap: break-word; }
h1, h2, h3, h4, h5, h6 {margin: 0 0 15px; line-height: 1.2; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: inherit; }
h1 {font-size: 52px;font-weight: 700;text-transform: capitalize; font-family: Cabinet Grotesk;}
h2 {font-size: 36px; font-weight: 700; text-transform: capitalize; font-family: Cabinet Grotesk;}
h3 {font-size: 26px; font-weight: 700; text-transform: capitalize; font-family: Cabinet Grotesk;}
h4 {font-size: 22px; font-weight: 700; text-transform: capitalize; font-family: Cabinet Grotesk;}
h5 {font-size: 18px; font-weight: 500; text-transform: uppercase; font-family: Cabinet Grotesk;}
h6 {font-size: 20px; font-weight: 400; text-transform: capitalize; font-family: Cabinet Grotesk;}

.fw_800 {font-weight: 800; }
.fw_700 {font-weight: 700; }
.fw_600 {font-weight: 600; }
.fw_500 {font-weight: 500; }
.fw_400 {font-weight: 400; }
.fw_300 {font-weight: 300; }
.fw_200 {font-weight: 200; }
.fw_100 {font-weight: 100; }

.initail {text-transform: initial;}
.subtitle {font-size: 18px; }
/************TYPOGRAPHY CSS*/


ul.subMenu .links_clm {padding: 30px; }
ul.subMenu .img_clm {background-color: #eeeeee; display: flex; justify-content: center; align-items: center; }
ul.subMenu li a {display: block; margin: 0 0 10px 0; border-bottom: 1px solid #fff; padding-bottom: 10px; }
ul.subMenu li:last-child a {border: none; padding-bottom: 0; margin-bottom: 0; }
ul.subMenu li a {color: #fff !important; font-weight: 300; padding-left: 0px; font-size: 14px; transition: .5s ease-out; }
ul.subMenu li a:before {left: 10px; top: 6px; width: 0px; height: 0px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg)scale(0); position: absolute; content: ""; transition: .5s ease-out; left: 0; }
ul.subMenu li a:hover, ul.subMenu li.active a {padding-left: 20px; }
ul.subMenu li a:hover:before, ul.subMenu li.active a:before {width: 7px; height: 12px; transform: rotate(45deg)scale(1); /* transition-delay: .5s; */ }
ul.subMenu img.services_hover_img {height: 250px; transition: .5s ease-out; width: 100%; }




/*.responsive_menu {overflow-x: hidden; position: fixed; top: 0; bottom: 0; z-index: 99999999; background-color: var(--primeColor); display: flex; left: -100%; width: 300px; padding: 40px 40px; transition: .5s ease-out }
.responsive_menu .clm_wrap ul.subMenu {overflow-y: auto; transition: unset !important; display: none; position: unset; opacity: 1; left: 0; padding: 10px 0; width: 100%; background-color: #00000021; border-radius: 0 !important; box-shadow: unset; }
.responsive_menu .clm_wrap ul.subMenu li {padding: 0; margin: 0; border: none !important; }
.responsive_menu .clm_wrap ul.subMenu li {border: none !important; margin: 0px 0; }
.responsive_menu .clm_wrap ul.subMenu li a {font-size: 13px; padding: 5px 20px; display: inline-block; }
.responsive_menu ul li a {text-transform: capitalize; font-weight: 500; color: #000; display: inline-block; width: 100%; } 
.responsive_menu .clm_wrap {width: 100%; } .responsive_menu ul li {margin: 20px 0; position: relative; }
.responsive_menu ul.contact_info li {padding-left: 25px; }
.responsive_menu ul.contact_info li:before {color: var(--primeColor); }
.responsive_menu ul:last-child {margin-bottom: 0; }
.responsive_menu ul {margin-bottom: 50px; } 
.responsive_menu ul.navigation {display: inline-block !important; width: 100%; }
.responsive_menu ul.navigation li {list-style: none; }
.responsive_menu .clm_wrap ul.subMenu .col-6 {width: 100%; }
.responsive_menu .clm_wrap ul.subMenu .col-6:last-child {display: none; }
.responsive_menu ul.subMenu .links_clm {padding: 0px; } 
.responsive_menu ul.service_menu {display: none; }
.open_drop:before {transform: rotate(180deg); }
.openMenu {left: 0%; }
*/


.openDropDown {top: 40px !important; z-index: 999 !important; opacity: 1 !important; pointer-events: all !important; }
.drop_btn:before {transform: rotate(-180deg); }
.drop_icon:before {content: "\f107"; font-family: 'FontAwesome'; position: absolute; right: 0; transition: .5s; }
.drop_icon {position: relative; padding-right: 20px; }


.txt_icon {display: flex; align-items: center; text-align: left; }
.txt_box p {margin: 0;font-weight: 700;line-height: 22px;}
.txt_icon .icon_img {margin-right: 20px;}



.openMenu {transform: scale(1) !important;}
.responsive_menu {overflow: hidden;position: fixed;top: 0;bottom: 0;z-index: 99999999;display: flex;align-items: center;width: 100%;padding: 40px 40px;justify-content: center;transform: scale(0);}
.responsive_menu .clm_wrap ul.subMenu {overflow-y: auto; transition: unset !important; display: none; position: unset; opacity: 1; left: 0; padding: 10px 0; width: 100%; background-color: #00000021; border-radius: 0 !important; box-shadow: unset; }
.responsive_menu .clm_wrap ul.subMenu li {padding: 0; margin: 0; border: none !important; }
.responsive_menu .clm_wrap ul.subMenu li {border: none !important; margin: 0px 0; }
.responsive_menu .clm_wrap ul.subMenu li a {font-size: 13px; padding: 5px 20px; display: inline-block; }
.responsive_menu ul li a {text-transform: capitalize;font-weight: 500;color: #fff;display: inline-block;width: 100%;font-size: 20px;position: relative;top: 60px;transition: 1s;} 
.responsive_menu .clm_wrap {width: 100%; } .responsive_menu ul li {margin: 10px 0;}
.responsive_menu ul.contact_info li {padding-left: 25px; }
.responsive_menu ul.contact_info li:before {color: var(--primeColor); }
.responsive_menu ul:last-child {margin-bottom: 0; }
.responsive_menu ul {margin-bottom: 50px; } 
.responsive_menu ul.navigation {display: inline-block !important;width: 100%;text-align: center;position: relative;overflow: hidden;}
.responsive_menu ul.navigation li {list-style: none;overflow: hidden;}
.responsive_menu .clm_wrap ul.subMenu .col-6 {width: 100%; }
.responsive_menu .clm_wrap ul.subMenu .col-6:last-child {display: none; }
.responsive_menu ul.subMenu .links_clm {padding: 0px; } 
.responsive_menu ul.service_menu {display: none; }
.responsive_menu ul ul.megaMenu li a {top: 0; }
.responsive_menu canvas#canv {position: absolute; }
.open_drop:before {transform: rotate(180deg); }
span.layer {position: fixed;width: 1px;height: 1px;background-color: #000;transform: scale(0);border-radius: 50%;transition: 1s;left: 0;top: 0;}
span.layer:nth-child(2) {transition-delay: .2s;background-color: var(--primeColor);}
span.closeBtn {display: inline-block;width: 40px;height: 40px;position: absolute;color: #fff;font-size: 60px;top: -70px;right: 10px;cursor: pointer;transform: rotate(45deg);z-index: 9999;font-weight: 100;transition: .5s;}
.activeLayer {transform: scale(4300) !important;left: unset !important;top: unset !important;bottom: 0 !important;right: 0 !important;}
.active_anchor{top: 0 !important;}
.activeDrop {right: 0 !important; }
ul.megaMenu {position: absolute;top: 0;background: #111111;height: 100%;width: 100%;transition: .8s;z-index: 99;right: -100%;overflow-x: hidden;}
i.arrow_right:before {top: 6px;width: 6px;height: 6px;border: solid var(--white);border-width: 0 1px 1px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(-40deg);position: absolute;content: "";transition: .5s ease-out;left: 6px;z-index: 9;}
i.arrow_right {position: relative;display: inline-block;width: 20px;height: 20px;background: #ffffff42;top: 6px;border-radius: 50%;}
a.hasDrop i.arrow_right {width: 0;overflow: hidden;transition: .5s;}
a.hasDrop:hover i.arrow_right {width: 20px;}
.cls_menu {color: #fff;font-size: 15px;display: flex;align-items: center;position: absolute;top: 0;left: 0;z-index: 999;cursor: pointer;background-color: #ffffff1f;border-radius: 50px;padding: 5px 15px 5px 5px;}
.cls_menu i.arrow_right {transform: rotate(180deg);top: 0;margin-right: 10px;}








/*footer {background-color: #040525; } 
footer {background-color: #050505; } 
footer a:hover, :hover:before {color: var(--primeColor) !important; border-color: var(--primeColor) !important; }
footer ul.fancy_list li {margin: 10px 0; } 
footer .f_clm3 ul.fancy_list li.gdpr:before {opacity: 0; }

.footer h5 {text-transform: capitalize; font-weight: 500; } .footer {padding: 70px 0 70px; } 
.footer span, .footer p, .footer a {font-weight: 300; font-size: 15px; } 
.footer img.footer_logo {filter: brightness(0)invert(1); margin-bottom: 20px; } 
.footer .contact_info span {display: inline-block; width: 100%; } 
.footer ul.f_links {column-count: 2; } 
.footer ul.f_links li {list-style: none; } 
ul.contact_info li {position: relative; padding-left: 30px; margin: 10px 0; list-style: none; } 
ul.contact_info li:last0-child {margin-bottom: 0; } 
.copyright p {margin: 0; } 
.copyright {padding: 20px 0; border-top: 1px solid #ffffff30; } 
.copyright .btn_set {justify-content: flex-end; margin: 0; } 
.copyright .row {justify-content: space-between; } 
.copyright .btn_set a:nth-child(1) {border-right: 1px solid; padding-right: 10px; } /*.copyright .btn_set a {color: #000; }*/


/*************INNER PAGE BANNER CSS*/
.innerBanner {display: flex;justify-content: center; align-items: end;height: 500px;background-color: #0000000f;text-align: center;width: 100%;background-repeat: no-repeat;background-size: cover;padding-bottom: 135px;}
/*************INNER PAGE BANNER CSS*/

body.thankyou-page header {background-color: #000;  position: unset;}
body.terms_and_condition-page header {background-color: #000; position: unset; }
section.term-first-wrapper {padding: 70px 0; } 
.terms-first-wrap-text h5 {margin: 20px 0 10px; }

.custom-container {display: inline-block;width: 100%;}
.inner-container {border-radius: 20px;}
.inner-container {display: inline-block;width: 100%;}

.secondColor_bg{background-color: var(--secondColor);}
.primeColor_bg{background-color: var(--primeColor);}
.white_bg{background-color: var(--white);}

.heroBtn {transition: .5s; background-color: var(--primeColor); border-radius: 100px; color: #fff; font-size: 30px; padding: 22px 50px; display: inline-block; position: relative; top: -25px; }
.heroBtn:hover {background-color: var(--secondColor); color: #fff !important; }

section.hero_banner {position: relative; }
section.mainBanner .inner-container {padding: 0; overflow: hidden; }
section.mainBanner .headLine {background-color: var(--primeColor);padding: 10px 10px;display: inline-block;width: 100%;text-align: center;color: #fff;font-size: 20px;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 30px;}
section.hero_banner .txtWrap {padding-left: 27%;}
section.hero_banner .bannerBlock1 {position: absolute; top: 11%; width: 28%; height: 460px; object-fit: contain; left: -5px; }
section.hero_banner .bannerBlock2 {position: absolute; bottom: -40px; right: 0; width: 26%; }
section.hero_banner .discoverOur {padding-left: 18%; }
section.hero_banner .content_wrap {padding: 0 2% 20px 2%;}

.imageBtn {width: 380px;display: flex;justify-content: space-between;align-items: center;border: 1px solid;border-radius: 100px;padding: 10px 10px 10px 30px;}
.imageBtn .txtRadius {width: 120px; height: 120px; display: flex; justify-content: center; align-items: center; background-color: var(--secondColor); color: #fff; font-size: 20px; text-transform: capitalize; border-radius: 50%; }
.imageBtn img {width: 200px; object-fit: contain; height: 100px; object-position: left; }

.primeBtnCricle {width: 120px;background-color: var(--primeColor);color: #fff;height: 120px;border-radius: 50%;display: grid;justify-content: center;align-content: center;font-size: 20px;transition: .5s;}
.primeBtnCricle:hover {background-color: var(--secondColor); color: #fff; }
.primeBtnCricle .arrowImg {margin: auto; filter: brightness(0)invert(1); transition: .5s; }

.whiteBtnCricle {width: 120px;background-color: var(--white);color: #000;height: 120px;border-radius: 50%;display: grid;justify-content: center;align-content: center;font-size: 20px;transition: .5s;border: 1px solid;}
.whiteBtnCricle:hover {background-color: var(--secondColor); color: #fff; }
.whiteBtnCricle:hover .arrowImg {filter: brightness(0)invert(1); }
.whiteBtnCricle .arrowImg {margin: auto; transition: .5s; }


.py_70px {padding-top: 70px;padding-bottom: 20px;}
.largeBtn {width: 8vw;height: 8vw;}

section.welcome .primeBtnCricle:hover {background-color: var(--black); }


section.recentProject .titleWrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-bottom: 30px;}
section.recentProject .project_clm {background-color: var(--black);padding: 15px;border-radius: 20px;position: relative;}
section.recentProject .projectImg {width: 100%;margin-bottom: 15px;border-radius: 15px;}
section.recentProject .content_wrap {display: flex;flex-wrap: wrap;background-color: #141414;border-radius: 20px 100px 100px 20px;padding: 2px 2px 2px 20px;align-items: center;transition: .5s;}
section.recentProject .content_wrap:hover {background-color: var(--primeColor); }
section.recentProject .project_clm .heading27px {margin-bottom: 5px; }

section.brickSupplier .project_clm {background-color: var(--white); }

section.asOpposed .heading50px {text-align: justify;line-height: 80px;}
section.asOpposed span.borderSpan {display: inline-block; width: 13%; height: 1px; background-color: var(--black); }
span.spacer {width: 2vw; display: inline-block; }
section.asOpposed .heading35px .borderSpan {width: 50%; }

section.trusted .inner-container {background-color: #F0F0F0; }


.counterWrap {display: flex; justify-content: center; }

.wocoImage1 {width: 100px; }
.wocoImage2 {width: 150px; }
div#counter {margin-bottom: 7%; }



.footer_inner {background-color: var(--primeColor);overflow: hidden;}
.footer_inner .largeBtn {width: 15vw !important;height: 15vw !important;}
.footer_inner .whiteBtnCricle {width: 120px;background-color: var(--primeColor);color: #fff !important;height: 120px;border-radius: 50%;display: grid;justify-content: center;align-content: center;font-size: 20px;transition: .5s;border: none !important;text-transform: uppercase;}

.contact_info {display: flex;/* flex-wrap: wrap; */gap: 8px;justify-content: space-between;}
.contact_info a {display: inline-block;padding: 15px 10px;border: 1px solid;border-radius: 50px;color: #fff;font-size: 30px;font-family: Cabinet Grotesk;width: 100%;text-align: center;}
.contact_info a:hover {color: #000;background-color: #fff;border-color: #fff;}
.contact_info .socialIcon {text-align: center;font-size: 22px;}

.copyright {background-color: var(--primeColor); padding: 12px 0; }
.copyright p {margin: 0; }

.copyright .btn_set {display: flex; column-gap: 15px; align-items: end; justify-content: end; }



.mainBanner img.cornerImage {position: absolute; bottom: 20px; z-index: 9999999999; width: 15%; top: 18%; }
.mainBanner {position: relative; }
.mainBanner img.cornerImage:nth-child(2) {right: 0; }





section.woco_banner img.cornerImage:nth-child(2) {width: 20%; }




section.contact_banner img.cornerImage {bottom: -15px !important; top: unset !important; width: 23%; }
section.contact_banner img.cornerImage:nth-child(2) {width: 18%; }
a.emailPhoneBtn {display: flex; align-items: center; gap: 12px; border: 2px solid #fff; border-radius: 18px; padding: 10px; }
a.emailPhoneBtn h6 {margin: 0; }




.w-70 {width: 70%; }




section.blog_banner img.cornerImage:nth-child(1) {top: unset;bottom: -13%;left: 6%;width: 18%;}
.postDate {position: absolute; top: 0; margin: auto; left: 0; right: 0; background: #000; width: 200px; text-align: center; padding: 12px 10px; border-radius: 0 0 10px 10px; color: var(--primeColor); }




section.featuredPorject_banner img.cornerImage:nth-child(1) {width: 20%; top: unset; }
section.featuredPorject_banner img.cornerImage:nth-child(2) {width: 6%; right: 6%; }


section.accumulation .inner-container {background-color: #F0F0F0; }


section.benefits .inner-container {background-image: url(../../assets/images/benefit-bg.png); background-repeat: no-repeat; background-size: cover; background-position: right; }

img.logo-img {
    width: 75px;
}
header .row {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.footer_inner h2.heading60px.mb-0 {
    color: #fff;
    font-family: 'Cabinet Grotesk';
    font-size: 100px;
    font-weight: 600;
    text-transform: capitalize;
}
.footer_inner h5 {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.footer_inner h3 {
    color: #fff;
    font-weight: 500;
}
.copyright .row {
    border-top: 1px solid #fff;
    padding-top: 30px;
}
section.footer.py_70px {
    background-color: var(--primeColor);
}
.main-cont h1 {
    color: #000;
    font-size: 100px;
    font-weight: 700;
    font-family: Cabinet Grotesk;
}
.main-cont h1 span {
    color: var(--primeColor);
}
.home-b-slider img {
    width: 100%;
    object-fit: cover;
    border-radius: 200px;
    transform: scale(0.8);
    transition: .5s;
    height: 600px;
}
.slick-slider .slick-slide.slick-current, .slick-slider .slick-slide.slick-center img {
  width: 100%;
}
.owl-carousel .center img {
    transform: scale(1) !important;
}
section.home-banner {
    padding: 210px 0 5%;
    overflow: hidden;
}
.home-b-slider {
    padding-top: 35px;
}
section.home-banner {
    position: relative;
    overflow: hidden;
}

/*section.home-banner:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    top: 180px;
    left: 133px;
    background: url(../images/home-before.webp);
    background-size: 100%;
    transform: rotate(253deg);
}
section.home-banner:after {
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    top: 180px;
    right: 133px;
    background: url(../images/home-after.webp);
    background-size: 83%;
    background-repeat: no-repeat;
    transform: rotate(318deg);
}*/

section.home-banner:before {-webkit-animation: instaMove1 1s infinite  alternate;}
@keyframes instaMove1 {
	0% { transform: translateY(0) rotate(253deg); } 
	100% { transform: translateY(-10px) rotate(253deg); } 
}

section.home-banner:after {-webkit-animation: instaMove3 1s infinite  alternate; animation-delay:0.3s;}
@keyframes instaMove3 {
	0% { transform: translateY(0) rotate(318deg); } 
	100% { transform: translateY(-10px) rotate(318deg); } 
}

.homeBefore{
	position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    top: 180px;
    left: 133px;
    object-fit: contain;
    transform: rotate(253deg);
}
.homeAfter{
	position: absolute;
	width: 300px;
	height: 300px;
	top: 180px;
	right: 133px;
	object-fit: contain;
	transform: rotate(318deg);
}
section.home-banner-bottom {
    background-color: var(--primeColor);
    padding: 30px 0;
    overflow: hidden;
}

.banner-bottom-txt {
    display: flex !important;
    align-items: center;
    column-gap: 10px;
}

.banner-bottom-txt h4 {
    font-size: 40px;
    color: #fff;
    margin: 0;
    font-weight: 200;
}
.about-img1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 150px;
    object-position: bottom;
}

.about-img {
    display: flex;
    margin-top: 30px;
    column-gap: 20px;
}

.about-img img {
    width: 300px;
    border-radius: 20px;
}

section.about {
    padding: 5% 0;
}

.about-txt h2 {
    color: #000;
    font-size: 75px;
}

.about-txt h2 span {
    color: var(--primeColor);
}

.about-txt p {
    color: #000;
}
.main-cont.text-center p {
    font-size: 22px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.counterWrap {display: flex; justify-content: center; }

.counter1 {
    margin-top: 100px;
}

.counterWrap h2 {
    font-size: 60px !important;
    font-weight: 500;
}

.counterWrap h4 {
    text-align: center !important;
}

.counter1 h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
}
h2.heading50px.black.m-0.span-clr {
    color: var(--primeColor) !important;
}
section.how-it-works {
    padding: 5% 0;
    background-color: #f1f1f1;
}
.all-txt-style h5 {
    font-size: 25px;
    color: var(--primeColor);
}

.all-txt-style h3 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
}
section.how-it-works .row {margin: 50px 0;}

.how-box {
    background-color: #fff;
    padding: 60px 20px 50px;
    position: relative;
}

.how-box h4 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}
.how-box:before {
    position: absolute;
    content: '\f061';
    top: -35px;
    background-color: #f1f1f1;
    border-radius: 50%;
    padding: 10px;
    width: 75px;
    left: 174px;
    border: 7px solid #fff;
    height: 75px;
    font-family: fontawesome;
    color: #000;
    transform: rotate(308deg);
    font-size: 25px;
}
.how-box:hover {
    background-color: var(--primeColor);
    transition: 1s;
}
.how-box:hover h4 {
    color: #fff;
}

.how-box:hover p {
    color: #fff;
}

.how-box:hover:before {
    background-color: var(--primeColor);
    color: #fff;
}
a.btn-book {
    background-color: #000;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
}
section.products {
    padding: 5% 0;
    background-color: var(--primeColor);
}

section.products .all-txt-style h3 {
    color: #fff;
}

section.products .all-txt-style p {
    color: #fff;
}

.product-box img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 186px;
    object-fit: cover;
    object-position: top;
}
.product-box h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
}

.product-box p {
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.product-box {
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 20px;
}

section.products .all-txt-style {
    margin-bottom: 50px;
}

.product-desc b {
    color: #fff;
    font-weight: 300;
}

.product-desc b i {
    color: #FDCC0D;
}

.product-desc a {
    color: #000;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
}

.product-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.btn-product {
    color: #000;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 120px;
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
}
section.products .row {
    margin-bottom: 50px;
}
a.btn-product:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    right: -79px;
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    top: 52px;
    background-size: 75%;
}
video::-webkit-media-controls-panel {
display: none !important;
opacity: 1 !important;}

video#video {
    width: 95%;
    height: 375px;
    object-fit: cover;
    border-radius: 20px;
}

section.why-choose {
    padding: 5% 0;
}

.play-gif img {
    position: absolute;
    top: 135px;
    width: 100px;
    height: 100px;
    left: 265px;
}
div#video-container {
    position: relative;
}
section.why-choose .all-txt-style h5 {
    margin: 0;
}

section.why-choose .all-txt-style h3 {
    font-size: 40px;
    font-weight: 500;
}

section.why-choose a {
    background-color: #38808d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
}

section.why-choose .all-txt-style {
    margin-bottom: 35px;
}
a.btn-product:hover {
    background-color: #000;
    color: #fff;
    transition: 1s;
}

a.btn-product:hover:after {
    filter: invert(1);
}
section.galley img {
    width: 100%;
    margin-bottom: 20px;
}
section.galley {
    padding: 5% 0;
    background-color: #f1f1f1;
}

section.galley .all-txt-style h3 {
    font-size: 65px;
    font-weight: 500;
}

section.galley .all-txt-style h3 span {
    color: var(--primeColor);
}
a.gallerybtn {
    color: #ffffff;
    background-color: var(--primeColor);
    padding: 10px;
    border-radius: 50%;
    width: 120px;
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
}

a.gallerybtn:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    right: -79px;
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    top: 52px;
    background-size: 75%;
}
section.galley .row {
    margin-bottom: 50px;
}

a.gallerybtn:hover {
    background-color: #000;
    color: #fff;
    transition: 1s;
}

a.gallerybtn:hover:after {
}
section.our-clients {
    padding: 3% 0;
    background-color: #38808d;
}
.clients img {
    background-color: #fff;
    padding: 20px;
    height: 116px;
    width: 92%;
    object-fit: contain;
}
section.our-clients .all-txt-style h3 {
    color: #fff;
    margin-bottom: 20px
}
section.our-clients .slick-prev {
    left: unset;
    right: 86px;
    top: -55px;
}
section.our-clients .slick-next {
    top: -55px;
    right: 16px;
}
section.our-clients .slick-prev, section.our-clients .slick-next {
    border: 1px solid #fff;
    border-radius: 50%;
    margin: auto;
    width: 50px;
    height: 50px;
}
section.our-clients .slick-prev:hover {
	background-color: #fff;
}
section.our-clients .slick-next:hover {
	background-color: #fff;
}
section.our-clients .slick-prev:hover:before {
	color: #000 !important;
}
section.our-clients .slick-next:hover:before {
	color: #000 !important;
}
section.testi {
    padding: 5% 0;
}
.testi1 {
    border: 2px solid #000;
    padding: 20px;
    margin: 0 10px;
}

.testi-top {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.testi-top h6 {
    text-align: left;
    margin: 0;
    color: #000;
	font-weight: 500;
}
.testi-top h6 span {
	font-weight: 300;
}
.testi1 p {
    color: #00000080;
    font-size: 15px;
    text-align: left;
    margin-top: 20px;
}
section.testi .all-txt-style {
    margin-bottom: 30px;
}
section.testi .slick-prev {
    left: unset;
    right: 86px;
    top: -55px;
}
section.testi .slick-next {
    top: -55px;
    right: 16px;
}
section.testi .slick-prev, section.testi .slick-next {
    border: 1px solid #000000;
    border-radius: 50%;
    margin: auto;
    width: 50px;
    height: 50px;
}
section.testi .slick-prev:hover {
	background-color: #000;
}
section.testi .slick-next:hover {
	background-color: #000;
}
section.testi .slick-prev:hover:before {
	color: #fff !important;
}
section.testi .slick-next:hover:before {
	color: #fff !important;
}
section.testi .slick-prev:before, section.testi .slick-next:before {
	color: #000;
}
section.blogs {
    padding: 5% 0;
    background-color: #f1f1f1;
}
.how-box.blog-box img {
    width: 100%;
}

.how-box.blog-box {
    padding: 15px 15px 30px;
    border-radius: 20px;
}
.how-box.blog-box {
    position: relative;
}

.how-box.blog-box:before {
    top: unset;
    bottom: 200px;
    background-color: #38808d;
    color: #fff;
}
.how-box.blog-box h4 {
    margin-top: 40px;
    text-align: left;
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

.how-box.blog-box p {
    text-align: left;
}

.how-box.blog-box a {
    margin: 0;
    padding: 0;
    display: table;
}
.how-box.blog-box:hover h4 {
    color: #fff;
}

.how-box.blog-box:hover a {
    color: #fff;
}
.blog-desc {
    padding: 0 20px;
}
section.blogs .all-txt-style {
    margin-bottom: 50px;
}
.footer_inner h3 {
    margin: 20px 0;
}
.copyright .btn_set a:hover {
    color: #000;
}
.col-lg-5.mb-3.mail-phone a {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
}

.col-lg-5.mb-3.mail-phone {
    display: inline-grid;
}



/*section.home-banner:before {animation: MoveUpDown 5s linear infinite; transition: .9s !important; }
@keyframes MoveUpDown {
	0%, 100% {transform: translateY(0) rotate(253deg); } 
	50% {transform: translateY(-100px) rotate(233deg); } 
}

section.home-banner:after {animation: threadUpDown 3s linear infinite; transition: .9s !important; }
@keyframes threadUpDown {
	0%, 100% {transform: translateY(0) rotate(318deg); } 
	50% {transform: translateY(-100px) rotate(300deg); } 
}*/
/*.heroBanner_img {
    transition: .5s ease-out;
}*/


ul.contact_infoo {display: block; }
ul.contact_infoo li {display: inline-block; width: 100%; margin-bottom: 15px; } 
ul.contact_infoo li a {display: inline-block; width: 100%; }









section#counter .tons {
    font-size: 16px !important;
}

section.about.about_inner .about-img1 img {
    height: 400px;
}

section.about.about_inner .row {
    align-items: center;
}





img.testi_img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}


iframe {
    width: 100%;
    height: 550px;
}

.about-img1 {
    overflow: 0;
    height: 480px;
}




img.conplince_img {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    height: 330px;
    object-fit: contain;
}

section.products.products-inner {
    background-color: #fff;
}

section.products.products-inner .product-box {
    border: 1px solid var(--primeColor);
}

section.products.products-inner .all-txt-style h3 {color: #000;}

section.products.products-inner .all-txt-style p {
    color: #000;
}

section.products.products-inner .product-box h2 {
    color: #000;
}

section.products.products-inner .product-box p {
    color: #000;
}
.product-box:before {
    content: "";
    background-image: url(../../assets/images/kaatan.png);
    width: 70px;
    height: 70px;
    position: absolute;
    background-color: #00000040;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    top: -10px;
    right: 0px;
}
.compliance_clm img {
    border-radius: 10px;
}


.play-button-wrapper a {
    background-color: transparent !important;
    padding: 0 !important;
    display: inline-block;
}
.col-lg-3 {
    position: relative;
}


.inner {
    display: none !important;
}


.whatsapp_btn {
    width: 50px;
    height: 50px;
    display: flex !important;!i;!;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.whatsapp_btn i {font-size: 30px;}

.whatme_btn {
    position: relative;
    padding-left: 30px;
}

a.whatme_btn:before {
    content: "\f232";
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
}
a.emial_btn {
    position: relative;
    padding-left: 30px;
}

a.emial_btn:before {
    content: "\f003";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 21px;
    top: 2px;
}