@charset "utf-8";

/*===== Pre CSS =====*/
body {margin: 0;padding: 0;font-size: 14px;font-weight: normal;color: #333;font-family: "BenchNine", sans-serif;background: #fff;}
.xoo-wsc-basket{bottom: 55px;}

p,
a,
span,
table,
th,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
li {margin: 0;padding: 0;font-family: "BenchNine", sans-serif;letter-spacing: 0.04em;}

/*===== Go To Top Section =====*/
#back-top {display: block;position: fixed;bottom: 15px;right: 14px;text-align: center;z-index: 99999;}
#back-top a {display: block;text-decoration: none;}
#back-top a .fa {width: 40px;height: 40px;padding-top: 10px;font-size: 18px;border-radius: 5px;opacity: 1;color: #fff;background: #3E8741;border: #fff solid 1px;transition: all linear 0.3s;}
#back-top a .fa:hover {background: #fff;color: #000;border-color: #000;transform: scale(1.05, 1.05);}

/*===== Mobile Menu =====*/
.mobile_menu {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: transparent;z-index: 9;}
.menu_icon_box {position: fixed;top: 0;left: 0;z-index: 9999999999;display: block;width: 100%;background: #3E8741;height: 57px;border-bottom: #fff solid 1px;}
.tab_button {float: left;}
.fcpfw_cart_basket {right: 5px !important;bottom: 70px !important;}

.tab_button a {display: inline-block;padding: 7px 10px;margin-top: 14px;font-size: 10px;text-align: center;text-transform: uppercase;color: #fff;background: transparent;border: #fff solid 1px;border-radius: 5px;box-sizing: border-box;text-decoration: none;}
.tab_button a:hover {background: #747474;border: #747474 solid 1px;}
.tab_button1 {margin-left: 15px;margin-right: 5px;}
.menu_icon {position: fixed;top: 15px;right: 15px;width: 30px;height: 30px;padding: 1px 5px;background: transparent;box-sizing: border-box;cursor: pointer;z-index: 999;}
.menu_icon span {width: 100%;height: 2px;display: block;background: #fff;margin: 5px 0;border-radius: 5px;transition: all linear 0.3s;}
.menu_icon.active {color: #fff;padding: 8px 3px 0;}
.menu_icon.active span {position: absolute;width: 85%;}
.menu_icon.active span:nth-child(1) {transform: rotate(45deg);}
.menu_icon.active span:nth-child(3) {transform: rotate(-45deg);}
.menu_icon.active span:nth-child(2) {display: none;}

.mobile_slideLogo {display: block;text-align: center;}
.mobile_slideLogo img {display: inline-block;float: none;background: #fff;padding: 0px;margin-bottom: 15px;border-radius: 5px;width: inherit;height: auto;}
.sidebar {padding: 65px 15px;position: fixed;top: 0;left: -100%;z-index: 99999;overflow-y: scroll;width: 100%;height: 100%;background: #000;text-align: center;box-sizing: border-box;z-index: 999999;transition: all linear 0.3s;}
.sidebar.active {left: 0;}
.header .sidebar ul li {list-style: none;display:block;}
.sidebar ul li a {position: relative;display: block;padding: 10px 15px;border: #fff solid 1px;text-align: left;color: #fff;margin-bottom: 1px;text-transform: uppercase;text-decoration: none;font-size: 12px;font-weight: 400;border-radius: 5px;}
.sidebar ul li a::before {content: "";position: absolute;top: 0;left: 0;z-index: -1;padding: 12px 0;height: 100%;width: 0%;background: #747474;transition: all linear 0.3s;}
.sidebar ul li a:hover::before {width: 100%;}
.sidebar ul li.active {background: #747474;border-radius: 5px;}

/*-- Modern Social Media Icon Display --*/
.social_media_block {display: block;position: fixed;bottom: 15px;left: 15px;z-index: 999;}
.share_icon .fa-solid {position: absolute;left: 0;bottom: 0;z-index: 2;cursor: pointer;width: 52px;height: 52px;border-radius: 50%;background: #3E8741;color: #fff;font-size: 24px;text-align: center;padding: 14px 0 0 0;transition: all linear 0.3s;}
.share_icon .fa-solid:hover {transform: rotate(360deg);color: #fff;background: #006EC7;}
.social_icon {position: relative;overflow-y: hidden;border-bottom-left-radius: 52px;border-bottom-right-radius: 52px;transition: all linear 0.3s;}
.social_icon.active {padding-top: 52px;}
.social_icon ul {position: relative;display: block;text-align: center;transform: translateY(100%);transition: all linear 0.3s;}
.social_icon.active ul {transform: translateY(-52px);}
.social_icon ul li {list-style: none;}
.social_icon ul li .fa-brands {width: 50px;height: 50px;border-radius: 50%;border: none;background: #0e59a9;color: #fff;font-size: 24px;text-align: center;padding: 13px 0px 0 0;transition: all linear 0.3s;}
.social_icon ul li .fa-brands:hover {transform: rotate(360deg);}
.social_icon ul li:nth-child(1) .fa-brands {background: #3d5a96;color: #fff;}
.social_icon ul li:nth-child(2) .fa-brands {background: #2aa3ef;color: #fff;}
.social_icon ul li:nth-child(3) .fa-brands {background-image: linear-gradient(#8221b3, #c22268, #db8a40);color: #fff;}

/* Wrapper */
.wrapper {margin: 0;padding: 0;overflow: hidden;}
.transition {transition: all linear 0.3s;}

.section-title{text-align: left;margin-bottom: 55px;}
.section-title h2{font-family: BenchNine;font-weight: 700;font-size: 60px;line-height: 80px;color: #D68618; margin-bottom: 30px;}
.section-title h4{font-family: "BenchNine", sans-serif;font-weight: 600;font-size: 18px;line-height: 28px;color: #3E8741;}
.section-title p{font-family: BenchNine; font-weight: 700;font-size: 20px;line-height: 30px;}

.section-link{margin-top: 50px;}
.section-link a{padding:11px 22px;font-family: "BenchNine", sans-serif;color: #fff; font-weight: 500;font-size: 16px;line-height: 26px; background: #3E8741;border-radius: 4px; text-decoration: none;transition: all linear 0.3s;}
.section-link a:hover{background: #000;}

article	{font-family: BenchNine;color: #fff; font-weight: 700;font-size: 20px;line-height: 30px;text-align: center;}


/*===== Header Section =====*/
.header-top{padding: 5px 0;}
.header-top .row{align-items: center;}
.header-top ul {display: flex;justify-content: flex-end; gap: 40px; align-items: center;}
.header-top ul li{list-style: none;position: relative;padding-left: 45px;}
.header-top ul li a{text-decoration: none; color: #000;font-family: BenchNine;font-weight: 700;font-size: 16px;line-height: 26px;}
.header-top ul li::before{ content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); color: #000; font-size: 16px; font-family: 'FontAwesome'; width: 36px; height: 36px; border-radius: 50px; background: #DD8329; display: flex; justify-content: center; align-items: center; }
.header-top ul li:nth-child(1)::before{ content: '\f095'; }
.header-top ul li:nth-child(2)::before{ content: '\f1ac'; }
.header-top ul li:nth-child(3)::before{ content: '\f0e0'; }
.header-logo img{max-width:300px;width:100%;height:auto;border-radius:8px;}
.header-bottom{padding:0;background: #000;}

#mega-menu-wrap-header-menu{ margin-top: 0px; background: transparent; }
#mega-menu-wrap-header-menu #mega-menu-header-menu{ text-align: center;display: flex;justify-content: space-between; }
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{ padding: 0; line-height: inherit;list-style: disc; }
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{font-family: "BenchNine", sans-serif;font-size: 20px;font-weight: 700;line-height: 30px;color: #fff;text-transform: uppercase; position: relative; z-index: 1; padding: 15px 20px;  height: auto;background: transparent; border-radius: 0;-webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link::before{position: absolute;height:7px;width: 7px;left: 0;top: 50%;transform: translateY(-50%);background: #fff;border-radius: 50%;content: '';}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{ background: transparent; font-size: 20px;line-height: 30px; color: #fff; font-weight: 700; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child > a.mega-menu-link{background: #D68618;padding: 15px 109px;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child > a.mega-menu-link::before{display: none;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child{margin-right: 0;}
.header .container-xxl .row{align-items: center;}


/*===== Banners Section =====*/
.banner{position:relative;}
.banner img{ width: 100%;height: auto;max-height:850px;object-fit:cover; }
.banner-content{ position: absolute; bottom: 5%; left: 0; width: 100%; z-index: 3;color: #fff; }
.banner-content-box h1{font-weight: 600;font-size: 50px;line-height: 70px;margin-bottom: 10px; }
.banner-content-box a{ display: inline-block; padding: 15px 50px;  background: #D68618;border-radius: 3px; color: #000;text-decoration: none; font-weight: 600;font-size: 16px;line-height: 26px; transition: all linear 0.3s; }
.banner-content-box a:hover{ transform: translateY(-5px);  }


/* === Welcome === */
.welcome{padding: 60px 0;background: #3E874133;}
.welcome .section-title {margin-bottom: 0;}
.welcome .section-title h1{font-family: BenchNine;font-weight: 700;font-size: 40px;line-height: 50px;color: #3E8741;margin-bottom: 10px; }
.welcome .section-title h4{margin-bottom:20px;font-size:20px;}

.initiatives{background: #000;padding: 60px 0;}
.initiatives .section-title{margin-bottom: 0;}
.initiatives-card{margin-bottom: 45px;}
.initiatives-card h4{text-transform:uppercase;color:#fff;}
.initiatives-card >  ul{padding-left: 25px;}
.initiatives-card >  ul> li{font-family: BenchNine;font-weight: 700;font-size: 32px;line-height: 42px;color: #D68618;margin-bottom: 10px;letter-spacing: 0; }
.initiatives-card p{font-family: BenchNine;font-weight: 700;font-size: 20px;line-height: 30px;color: #fff;width: 80%;letter-spacing: 0; }
.initiatives .section-thumbnail img{width:100%;height:auto;}


.partners{padding:60px 0;}
.partners  .section-title h2{color:#000;}
.partners .section-title h4{font-family: "BenchNine", sans-serif;font-weight: 600;font-size: 45px;line-height: 28px;color: #000;}
.partners-card-container{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;}
.partner-card{height:240px;max-width:240px;width:100%;background:#FCFBF7;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;text-align:center;}
.partner-card img{width:100%;height:auto;}

/*===== Footer Section =====*/
.footer {padding: 40px 0;background: #252525;color: #fff;}
.footer-contact-info ul{display: flex;justify-content: center;align-items: center;gap: 45px;margin-top: 35px;}
.footer-logo img{max-width:300px;width:100%;height:auto;}
.footer-contact-info ul li{ position: relative; padding-left: 50px; list-style: none; color: #fff; font-size: 16px; line-height: 26px;font-weight: 700;}
.footer-contact-info ul li::before{ content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); color: #fff; font-size: 16px; font-family: 'FontAwesome'; width: 36px; height: 36px; border-radius: 50%; background: #DD8329; display: flex; justify-content: center; align-items: center; }
.footer-contact-info ul li:nth-child(1)::before{ content: '\f095'; }
.footer-contact-info ul li:nth-child(2)::before{ content: '\f1ac'; }
.footer-contact-info ul li:nth-child(3)::before{ content: '\f0e0'; }
.footer-contact-info ul li span{ display: block; font-size: 18px; margin-bottom: 10px; }

/* ====== Copyright ======== */
.copyright {background: #252525;padding: 20px 0;border-top: 1px solid #fff;}
.copyright p {color: #fff;font-family: "BenchNine", sans-serif;font-size: 20px;font-weight: 700;line-height: 30px;}
.copyright p a {color:#D68618;text-decoration: none;font-family: "BenchNine", sans-serif;}


/*===== Slider Plugins =====*/
#banner-slider .owl-buttons {display: none;}
#banner-slider .owl-dots {position: absolute;left: 50%;top: 90%;transform: translate(-50%, 0);z-index: 9;}
#banner-slider .owl-dots .owl-dot span {width: 15px;height: 15px;border-radius: 50%;background: #fff;border: 1px solid #eee;opacity: 1;}
#banner-slider .owl-dots .active span {background: #3E8741;}

#testimonials-slider .owl-dots{ display: none; }
#testimonials-slider .owl-nav{ display: block; }
#testimonials-slider .owl-nav .owl-prev{ position: absolute; top: 50%; left: -175px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 30px; border: none; background: #3E8741; color: #fff; font-size: 15px;opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-next{ position: absolute; top: 50%; right: -175px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 30px; border: none; background: #3E8741; color: #fff; font-size: 15px;opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-prev:hover,
#testimonials-slider .owl-nav .owl-next:hover{ background: #000; color: #fff; }
#testimonials-slider .owl-nav .owl-prev span{ margin-right: 5px; margin-bottom: 5px; }
#testimonials-slider .owl-nav .owl-next span{ margin-left: 5px; margin-bottom: 5px; }


/*===== Pages Breadcrumb =====*/
.content-banner {padding: 30px 0;background: #3E8741;}
.breadcrumb {padding: 10px 15px;margin: 0;margin-bottom: 0;color: #151515;background: #fff;border-radius: 0;font-family: "BenchNine", sans-serif;text-transform: uppercase;font-weight: 400;font-size: 14px;}
.breadcrumb a {color: #3E8741;text-decoration: none;}
.breadcrumb .fa {display: inline-block;margin: 0 10px;font-size: 11px;font-weight: 700;margin-top: 4px;}

/*===== Content Pages =====*/
.content {width: 100%;}
.content-block {padding: 20px;}
.content h2.page-title{font-size: 18px;}
.content h2.page-title a{text-decoration: none;color: #000;}
.sectiontitleunderline {display: block;width: 80px;height: 2px;margin: 0 0 30px;background: #333;}
.content h2 {text-transform: uppercase;font-size: 24px;color: #000;font-weight: 600;font-family: "BenchNine", sans-serif;margin-bottom: 10px;}
.content h3 {text-transform: uppercase;font-size: 18px;color: #000;font-weight: 500;font-family: "BenchNine", sans-serif;margin-bottom: 10px;}
.content h4 {text-transform: uppercase;font-size: 20px;color: #3E8741;font-weight: 500;font-family: "BenchNine", sans-serif;margin-bottom: 10px;}
.content p {font-size: 16px;line-height: 30px;font-family: "BenchNine", sans-serif;color: #000;margin-bottom: 15px;}
.content ol,
.content ul {margin: 0;padding: 0;margin-bottom: 15px;}
.content li {margin-left: 18px;line-height: 30px;font-size: 16px;font-family: "BenchNine", sans-serif;color: #666;}

/*===== 404 || Page Not Found =====*/
.content-banner .page-not-found-title {color: #fff;}
.page_not_found {display: block;text-align: center;padding: 50px;}
.page_not_found h2 {font-size: 120px;color: #34495e;}
.page_not_found p {font-size: 18px;color: #34495e;text-align: center;}
.page_not_found a {display: inline-block;padding: 10px 25px;background: #c0392b;color: #fff;border-radius: 3px;text-decoration: none;}
.page_not_found a:hover {background: #e74c3c;}

/*===== Latest Testimonials and Form Page =====*/
.content .reviewsblock {padding: 15px 0;background: #000;width: 100%;text-align: center;}
.content .reviewsblock h4 {margin-bottom: 0;text-transform: uppercase;color: #fff;font-size: 24px;font-weight: 700;}
.reviewsform {padding: 15px;background: #eee;min-height: 150px;width: 100%;}
.reviewsformstyle {height: 44px;border-radius: 0;border: #666 solid 1px;color: #666;margin-bottom: 15px;}
.reviewsform input::placeholder {color: #666;}
.reviewsform textarea::placeholder {color: #666;}
.btn-reviewsformstyle {display: block;text-transform: uppercase;width: 100%;color: #fff;background: #000;border: none;padding: 10px 16px;font-size: 18px;border-radius: 0;transition: all linear 0.3s;}
.btn-reviewsformstyle:hover {background: #2ecc71;}

/* Bootstrap(v5.2.3) Accordion */
.testimonials-page {display: block;margin-top: 15px;}
.testimonials-page .accordion-button:focus,
.testimonials-page .accordion-button:active,
.testimonials-page .accordion-button {padding-bottom: 13px;background: #000;color: #fff;box-shadow: none;}
.testimonials-page .accordion-button.collapsed {background: #fff;color: #000;}
.testimonials-page .accordion-button:not(.collapsed)::after {content: '\f107';font-family: 'fontawesome';font-size: 18px;color: #fff;text-decoration: none;background-image: initial;}
.testimonials-page .accordion-button.collapsed::after {content: '\f107';font-family: 'fontawesome';color: #000;text-decoration: none;background-image: initial;}

/*===== Contact Form Section =====*/
.formstyle{ padding-left: 15px; height: 50px; border-color: #666; border-radius: 0; }
.btn-formstyle{ width: 150px; color: #fff; background-color: #000; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{ background: #2ecc71; }
.contact-page .googlemap{ height: 400px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
 .content  .form-group textarea.form-control{min-height: 200px;}


/*===== Latest Contact Form =====*/
.contact-form-section .form-group {position: relative;overflow: hidden;margin: 0;margin-bottom: 30px;}

.contact-form-section .contact-form-control {padding-left: 65px;height: 50px;border-color: #666;border-radius: 0;}
.contact-form-section .contact-form-control::placeholder {color: #666;}
.contact-form-section textarea.contact-form-control {height: 200px;}
.contact-form-section .btn-contact-form-control {width: 150px;color: #fff;background-color: #000;border: none;border-radius: 0;padding: 10px 16px;font-size: 18px;line-height: 1.3333333;transition: all linear 0.3s;}
.contact-form-section .btn-contact-form-control:hover {background: #2ecc71;}
.contact-page-location-map .googlemap {height: 400px;overflow: hidden;border: #eee solid 1px;}
/*===== Latest Free Estimate Form =====*/
.free-estimate-form .form-title {padding: 10px 15px;background: #666;color: #fff;}
.free-estimate-form .form-group {position: relative;overflow: hidden;margin: 0;margin-bottom: 30px;}
.free-estimate-form .free-estimate-form-control {padding-left: 0px;height: 50px;border-color: #666;border-radius: 0;}
.free-estimate-form .free-estimate-form-control::placeholder {color: #666;}
.free-estimate-form textarea.free-estimate-form-control {height: 200px;}
.free-estimate-form .btn-free-estimate-form-control {width: 150px;color: #fff;background-color: #000;border: none;border-radius: 0;padding: 10px 16px;font-size: 18px;line-height: 1.3333333;transition: all linear 0.3s;}
.free-estimate-form .btn-free-estimate-form-control:hover {background: #2ecc71;}
.free-estimate-form .fa{ position: absolute; top: 45px; z-index: 9; height: 50px; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.free-estimate-form .sms{ height: calc(100% - 46px); }

.wpcf7-not-valid-tip{ padding: 5px; background: #dc3232; color: #fff; }
.wpcf7 form.sent .wpcf7-response-output{ background: #46b450; color: #fff; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{ background: #ffb900; }

/*========== Responsive ==========*/

@media (max-width: 1199px){
	.header-top ul{flex-wrap: wrap}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {font-size: 16px;}
	.initiatives-card p{width: 100%;}
	.initiatives-card > ul> li { font-size: 29px;}

} 

@media (max-width: 991px) {

    /*===== Enable Header Menu Default in Small Device =====*/
	.mobile_menu {display: block;width: 0;}
	.mobile_menu.active {width: 100%;}
	.header-middle {padding: 70px 0 5px;}
	.mobile_slideLogo img {margin: 15px 0;width: 90%;height: auto;}
	.header {padding: 75px 0 23px;}

    .header-bottom nav.header-nav{display: none;}

     #mega-menu-wrap-header-menu{ margin-top: 15px; }
    #mega-menu-wrap-header-menu .mega-menu-toggle{ border-radius: 0; background: #357960; }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{ display: block; } 
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child{ float: none; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{ padding: 10px 15px; margin-right: 0; margin: 0; background: #2f2f2f; color: #fff; border-radius: 0; font-size: 18px; font-weight: 400; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link::before{ height: 1px; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{ background: #D68618; color: #fff; font-size: 18px; font-weight: 400; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child > a.mega-menu-link{background: #2f2f2f;padding: 10px 15px;border-radius: 0;margin-left: 0;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link::before{display: none;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover{color: #fff;}
   #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{font-size: 18px;}



   
}

/* Meduim Device */
@media (max-width: 767px) {

	/*===== Go To Top =====*/
	#back-top {right: 15px;bottom: 25px;}
	#back-top a {width: 40px;height: 40px;}
	#back-top a .fa {font-size: 16px;margin-top: 10px;}
	/*=====Social Media =====*/
	.share_icon .fa {width: 45px;height: 45px;font-size: 18px;}
	.social_icon ul li .fa {width: 43px;height: 43px;font-size: 18px;}
	.social_icon.active ul li:nth-child(1) .fa {bottom: 188px;}
	.social_icon.active ul li:nth-child(2) .fa {bottom: 145px;}
	.social_icon.active ul li:nth-child(3) .fa {bottom: 102px;}
	.social_icon.active ul li:nth-child(4) .fa {bottom: 59px;}

	.header-top{padding: 0;}
	.header-top ul{justify-content: center;gap: 25px;margin-top: 1.5rem;}
	.header-logo{text-align:center;}

    

     .banner-content-box br{display: none;}
     .banner-content-box h1 {font-size: 35px;line-height: 52px;}
	.banner img{min-height: 500px;object-fit: cover;}
	
	.welcome .section-title h1 { font-size: 31px;}
	
	.partners  .section-title h2{line-height:50px;margin-bottom:25px;}
    .partners .section-title h4{font-size: 30px; line-height: 40px;}
    .partner-card{height:auto;}

	.section-title h2 {font-size: 43px; margin-bottom: 9px;}
	.section-title p { font-size: 18px; line-height: 28px;}

	article{text-align: left;}
	article br{display:none;}

	.footer-contact-info ul{display: block;}
	.footer-contact-info ul li{margin-bottom: 30px;}

	.copyright p {font-size: 18px;}


	/*===== ALL Slider Section =====*/
	#banner-slider .owl-pagination {top: 80%;}
}