/*
Theme Name: Canelro
Theme URI: https://canelrocolourcoatings.lk/
Author: The Mileee Team
Author URI: https://www.mileee.com/
Description: Mileee Pvt Ltd is a web development agency that provides custom website design and development services to clients.
Version: 1.0
Text Domain: canelro
*/

a, a:hover, a:active, a:focus-visible, a:focus-within {
    color: #565656;
    text-decoration: none;
}

body {
	font-family: 'Poppins', sans-serif;
}

.wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* Navbar */
.navbar-light .navbar-toggler {
    padding: 0;
    border: none;
}

button#mobile-menu {
    border: none;
    background: none;
}

button#mobile-menu img,
.navbar-light .navbar-toggler img {
    max-height: 30px;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:focus-visible {
    outline: 0;
    box-shadow: none;
}

.navbar-brand img {
    max-height: 40px;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	transition: all 0.5s;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 0.75);
	transition: all 0.5s;
}

ul#menu-main-menu li.menu-item {
    margin: 0 15px;
}

ul#menu-main-menu li.current-menu-item .nav-link {
    display: inline-block;
    color: #FAB443;
    border-bottom: 1px solid #FAB443;
}

.bg-dark {
    background-color: #15171C!important;
}

/* Level 1 dropdown menu */
nav#canelroMenu .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden; 
    border: none;
    box-shadow: 0 2px 30px 0px rgb(0 0 0 / 20%); 
    z-index: 9999; /* set the z-index to ensure the menu appears on top */
}

nav#canelroMenu .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible; 
}

nav#canelroMenu .dropdown-menu:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " "; 
    content: none;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
}

nav#canelroMenu .dropdown-menu a.dropdown-item {
    padding-top: 7px;
    padding-bottom: 7px;
}

.dropdown-item {
    color: #363636;
    font-size: 14px;
}

.dropdown-item.active, 
.dropdown-item:active {
    color: #fff;
    background-color: #f5b92c;
}

.dropdown-item:focus, 
.dropdown-item:hover {
    color: #fff;
    background-color: #f5b92c;
    border-radius: 0.25rem;
}

.dropdown-toggle::after {
    content: none;
}

.header-call img,
.header-call svg {
	position: relative;
    top: 8px;
	margin-right: 8px;
}

.header-search {
    margin-left: 10%;
}

.home-slide .slider-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px; height: 100vh;
    display: flex;
    align-items: flex-end;
    z-index: 0;
    background-color: #999;
    margin-bottom: 0;
}

.fadeOut {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.fadeIn {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.fadeIn.active {
    opacity: 1;
}

.single-slider-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end; /*align-items: center;*/
    padding-bottom: 60px;
}

.single-slider-content h1,
.single-slider-content h2,
.single-slider-content h3 {
    font-size: 72px;
    margin-bottom: 15px;
}

.single-slider-content a.learn-more {
	display: inline-block;
	color: #fff;
	padding: 20px 50px;
	background: linear-gradient(to bottom, #FAB443, #FA8943);
	border-radius: 45px 0;
} 

.home-slide .slider-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    z-index: -1;
    transition: all 0.2s ease;
}

.slider-content {
    position: relative;
    padding-bottom: 25px;
}

#home-slide.owl-theme .owl-nav {
    margin-top: -24px;
}

#home-slide.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: transparent;
    text-decoration: none;
}

#home-slide .left,
#home-slide .right,
#team .left,
#team .right {
    width: 80px;
    height: 80px;
    display: block;

    width: 50px;
    height: 50px;
    display: block;
    background-size: 100%;
}

#home-slide .left,
#team .left {
    position: absolute;
    left: 25px;
    top: 50%;
    background-image: url('assets/img/left.svg');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    margin-top: -40px;
}

#home-slide .right,
#team .right {
    /*position: absolute;
    right: -25%;
    top: 50%;
    background-image: url('assets/img/right-arrow.png');
    margin-top: -40px;*/

    position: absolute;
    right: 25px;
    top: 50%;
    background-image: url('assets/img/right.svg');
    background-repeat: no-repeat;
    background-size: 50%;
    margin-top: -40px;
    background-position: center;
}

#home-slide .left:hover,
#home-slide .right:hover {
    
}

.home-brief {
	padding: 80px 0;
	background: #060A0B;
}

.home-brief .breif-content {
	max-width: 1000px;
	margin: 0 auto;
}

.home-brief .breif-content p {
	color: #FFEAB4;
    font-size: 24px;
    letter-spacing: 0.25px;
    line-height: 40px;
    margin-bottom: 0;
}

.home-welcome {
    position: relative;
	padding: 80px 0;
	background: #FFF6DE;
}

.home-welcome span.shape-01 {
    display: inline-block;
    position: absolute;
    right: -5%;
    top: -15%;
}

.home-welcome .h-wrap {
    padding-left: 20%;
}

.h-wrap {
    margin-bottom: 50px;
}

.h-wrap span {
    color: #EB461E;
    font-size: 16px;
    font-weight: 500;
}

.h-wrap h3 {
    color: #000;
    font-size: 48px;
    font-weight: 500;
    line-height: inherit;
}

a.learn-more {
    display: inline-block;
    color: #fff;
    padding: 20px 50px;
    background: linear-gradient(to bottom, #FAB443, #FA8943);
    border-radius: 45px 0;
    transition: all 0.5s;  
}

a.learn-more:hover {
    border-radius: 40px 0;
    transition: all 0.5s;    
}

.home-welcome p {
    color: #000;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0.25px;
    margin-bottom: 50px;
}

/* What We Do */
.home-wwd {
    position: relative;
    background: #15171C;
    padding: 80px 0;
}

.home-wwd span.shape-03 {
    display: inline-block;
    position: absolute;
    left: -5%;
    top: -15%;
}

.home-wwd span.shape-04 {
    display: inline-block;
    position: absolute;
    right: -5%;
    top: 5%;
}

.home-wwd .h-wrap {
    padding-left: 0;
}

.home-wwd .h-wrap h3 {
    color: #fff;
}

.ss-wrap {
    position: relative;
    transition: all 0.5s;
}

.ss-wrap a {
    position: absolute;
    display: block;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

.ss-wrap img {
    border-radius: 40px;
    margin-bottom: 30px;
}

.ss-wrap h4 {
    color: #fff;
    font-size: 20px;
    background: url('assets/img/hover-service-arrow.svg') no-repeat right 8px center;
}

.ss-wrap:hover h4 {
    color: #FAB443;
    transition: all 0.5s;
    background: url('assets/img/service-arrow.svg') no-repeat right 8px center;
}

/* home video */
.home-video {
    padding: 80px 0;
    background: url('assets/img/video-bg.jpg') no-repeat center / cover;
}

.home-video span.watch-video {
    color: #FAB443;
}

.video-wrap {
    cursor: pointer;
}

/* .home-sustainability */
.home-sustainability {
    position: relative;
    padding: 80px 0;
}

.home-sustainability span.shape-05 {
    display: inline-block;
    position: absolute;
    left: -5%;
    top: 5%;
}

.sus-content {
    max-width: 1000px;
    padding: 80px 90px;
    border-radius: 150px 0;
    background: #FDEEED;
    margin: 0 auto 80px;
}

.sus-content p {
    font-size: 20px;
    letter-spacing: 0.25px;
    line-height: 40px;
    margin-bottom: 0;
}

.process-wrap {
    padding-top: 45px;
    position: relative;
}

.process-wrap span.shape-06 {
    display: inline-block;
    position: absolute;
    right: -5%;
    top: -50%;
    z-index: -1;
}

.process-wrap:before {
    content: '';
    position: absolute;
    display: block;
    top: 0; left: 0;
    width: 100%; height: 100%; 
    width: 95%; height: 85%;
    background-color: #F0F4F7;
    z-index: -1;
}

.home-sustainability .h-wrap p {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.25px;
}

.fixed-top {
    padding-top: 40px;
}

#nav-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
}

.nav-tabs .nav-link {
    color: #000;
    width: 19%; width: 15%;
    height: 200px;
    padding: 0 20px;
    background: #fff;
    border: none;
    border-radius: 20px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(to bottom, #FAB443, #FA8943);
    border-color: transparent;
}

#nav-tabContent {
    padding: 60px;
    background: #FFF2DB;
    border-radius: 20px;
    margin-top: 30px;
}

#nav-tabContent p {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.25px;
}

#nav-tabContent p:last-child {
    margin-bottom: 0;
}

/* Mobile - Accordion */
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

#process-accordion .accordion-item {
    border: none;
}

#process-accordion .accordion-item .accordion-button {
    color: #fff;
    background: linear-gradient(to bottom, #FAB443, #FA8943);
    border-radius: 5px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
}

#process-accordion .accordion-item:not(:last-child) {
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    background-image: url('assets/img/downarrow.svg');
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

/* Clients */
.clients-wrap {
    position: relative;
    padding: 30px 0 60px 0;
    background: url('assets/img/shape-04.png') no-repeat left -100px bottom -125px / 400px;
}

.clients-wrap h3 {
    color: #000;
    font-size: 48px;
    font-weight: 500;
    line-height: inherit;
}

.clients-wrap p {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.25px;
    max-width: 980px;
    margin: 0 auto;
}

#clients .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-left: 30px;
}

#clients.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%; /*max-width: 165px;*/
}

/* newsletter-wrap */
.newsletter-wrap {
    padding: 80px 0;
    background: url('assets/img/newlstter-bg.jpg') no-repeat center / cover;
}

.form-wrap {
    display: inline-block;
    padding: 60px;
    background: #FFAF2F;
    text-align: center;
    border-radius: 50px;
    max-width: 560px;
}

.form-wrap h5 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 0.25px;
    line-height: inherit;
    margin-bottom: 25px;
}

.form-wrap p {
    font-size: 18px;
    max-width: 380px;
    margin: 0 auto 30px;
}

.form-wrap input[type=email],
.form-wrap input[type=text] {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: none;
    padding: 18px 20px;
    margin-bottom: 30px;
}

.form-wrap input[type=email]:focus-visible,
.form-wrap input[type=text]:focus-visible {
    outline: 0;
}

.form-wrap input[type=submit] {
    color: #fff;
    border: none;
    padding: 15px 50px;
    background: #000;
    border-radius: 45px 0;
    transition: all 0.5s;
}

.form-wrap input[type=submit]:hover {
    border-radius: 40px 0;
    transition: all 0.5s;
}

svg {
    transition: all 0.5s;
}

svg:hover path {
    fill: #FAB443;
    transition: all 0.5s;
}

/* Search Container */
.search-wrap {
    position: relative;
}

.search-wrap input[type=search] {
    min-width: 350px;
    padding: 11px 30px 11px 15px;
    border-radius: 5px;
    border: 1px solid #c3cdd8;
}

.search-wrap input[type=search]:focus-visible {
    outline: none;
}

.search-wrap input[type=submit] {
    background: url('assets/img/icon-search.png') no-repeat center;
    border: 0;
    height: 100%;
    width: 22px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    background-size: 90%;
}

/* Search Container */
.search-container {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*padding-top: 5em;*/
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background: #000; background: rgb(0 0 0 / 75%);
}

.s-f-container {
    padding: 2em 0;
    background: #fff;
}

form#searchform {
    position: relative;
}

#datafetch.active {
    position: absolute;
    display: block;
    width: 100%;
    top: 85px;
    background: #fff;
    padding: 15px;
    z-index: 11;
    box-shadow: 0 4px 6px rgb(0 0 0 / 11%);
    transition: all 0.5s;
    max-height: 350px;
    overflow: auto;
}

#datafetch .single-a-show {
    padding: 8px 0;
    transition: all 0.5s;
}

#datafetch .single-a-show:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}

#datafetch .single-a-show img {
    max-width: 50px;
    margin-right: 12px;
}

#datafetch .single-a-show a {
    transition: all 0.5s;
}

#datafetch .single-a-show:hover a {
    color: rgb(0 0 0 / 80%);
    transition: all 0.5s;
}

.search-wrapper {
    /*margin-top: 5em;*/
    position: relative;
}

.search-wrapper h4 {
    color: #fff;
    text-align: left;
}

.search-wrapper input.form-control {
    color: #f5f5f5;color: #818181;
    background: none;
    border: none;
    padding-left: 0;
    font-size: 36px; font-size: 24px;
    min-width: 350px;
}

.search-wrapper a.close-btn {
    position: absolute;
    top: 0; right: 0;
}

.search-wrapper a.close-btn .fa {
    color: #fff; color: #818181;
    font-size: 40px;
}

.search-listing-wrap {
    padding-bottom: 60px;
}

.search-listing-wrap .ssr-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
}

.search-listing-wrap h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: inherit;
}

.search .sp-wrap .search-wrapper {
    margin-top: 1em;
}

.search .sp-wrap .search-wrapper input.form-control {
    color: #000;
    font-size: 16px;
    padding: 6px 12px;
    border: 1px solid #070707dd;
    border-radius: 0;
}

.db-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.db-btn-wrap a.search-icon {
    display: inline-block;
    margin-right: 8px;
    margin-top: 4px;
}

input#searchInput:focus {
    box-shadow: none;
}

/* Contact */
.contact-wrap {
    position: relative;
    /*margin-top: -30%;*/
}

.contact-wrap-header {
    position: relative;
    margin-top: -75%;
}

.contact-wrap-header h1 {
    color: #fff;
    font-size: 72px;
    max-width: 450px;
    line-height: inherit;
    margin-bottom: 15px;
}

.contact-wrap-header p {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    max-width: 450px;
}

.info-box-wrap {
    /*margin-top: -25%;*/
}

.contact-wrap p.info-heading {
    color: #EB461E;
    font-size: 16px;
    margin-bottom: 0;
}

.info-box-wrap address {
    font-size: 20px;
}

.contact-wrap-inner {
    padding: 80px 60px;
    background-color: #15171C;
    border-radius: 40px;
    margin-top: -75%;
}

.contact-wrap-inner label {
    color: #8D8D8D;
}

.contact-wrap-inner .form-control {
    color: #fff;
    font-size: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #2B2E34;
    padding-left: 0;
}

.contact-wrap-inner .form-control:focus {
    border: none;
    border-bottom: 1px solid #2B2E34;
    box-shadow: none;
}

.contact-wrap-inner .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.contact-wrap-inner .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.contact-wrap-inner .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.contact-wrap-inner .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.contact-wrap-inner input#btn-send {
    color: #fff;
    padding: 20px 50px;
    border-radius: 45px 0;
    background: linear-gradient(to bottom, #FAB443, #FA8943);
    border: none;
    text-transform: uppercase;
}

/*`About */
.about-desc {
    padding: 80px 0;
    background-color: #FFF6DE;
}

.about-desc p {
    font-size: 18px;
    line-height: 35px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.about-desc p:not(:last-child) {
    margin-bottom: 40px;
}

.brief-wrap {
    padding: 80px 0;
    background: url('assets/img/strong.jpg') no-repeat bottom left;
    background-color: #000;
    background-size: 60%;
}

.brief-wrap p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}

.brief-wrap p:not(:last-child) {
    margin-bottom: 40px;
}

.vm-description {
    padding: 80px 0;
}

.vm-description p {
    font-size: 18px;
    line-height: 35px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.vm-description p:not(:last-child) {
    margin-bottom: 40px;
}

.our-vision h2 {
    margin-left: 25%;
}

.our-mission p,
.our-vision p {
    font-size: 18px;
    line-height: 35px;
}

/* Single Services */
.s-brief-wrap {
    padding: 80px 0;
    background: #FFF6DE;
}

.s-brief-wrap p {
    font-size: 18px;
    line-height: 35px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.ss-content {
    position: relative;
    padding: 80px 0;
    background: url('assets/img/s-service-right.png') no-repeat right -8% top 10% / 20%;
}

.s-cover {
    position: relative;
}

.s-cover-shadow {
    position: absolute;
    bottom: 15%;
    left: -20%;
    max-width: 40%;
    z-index: -1;
}

.ss-content p {
    font-size: 18px;
    line-height: 35px;
}

.usage-wrap {
    padding: 80px 0;
    color: #fff;
    background: #000;
}

.usage-wrap .col-md-6 p {
    max-width: 475px;
}

.usage-wrap p {
    font-size: 18px;
    line-height: 35px;
}

.usage-wrap ul {
    list-style: none;
    padding-left: 0;
}

.usage-wrap ul li {
    color: #FFF6DE;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 20px;
    background: url('assets/img/key-arrow.svg') no-repeat left center / 18px;
    background: url('assets/img/key-arrow.svg') no-repeat top 6px left / 18px;
    padding-left: 35px;
}

a.contact-us {
    color: #fff;
    border: none;
    padding: 15px 50px;
    background: linear-gradient(to bottom, #FAB443, #FA8943);
    border-radius: 45px 0;
    display: inline-block;
    margin-top: 15px;
}

/* Mobile Menu */
.mobile-menu,
.db-floating-shop-filters {
    max-width: 445px;
    padding-left: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    width: calc(100% - 1rem);
    position: fixed;
    z-index: 110;
    top: 0; right: 0;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .45s;
    transition: -webkit-transform .45s;
    transition: transform .45s;
    transition: transform .45s,-webkit-transform .45s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.mobile-menu.mobile-menu-active,
.db-floating-shop-filters.sidebar-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 40%);
}

button#filter-button,
button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
    font-family: 'DM Sans', sans-serif;
    float: right;
    padding: 6px 12px;
    border: none;
    color: #fff;
    background: #9b3030;
    border-radius: 3px;
    margin: 0 0 1em;
}

button#filter-button:focus-visible {
    outline: 0;
}

.sm-header {
    padding: 80px 2rem 30px;
}

.mobile-menu {
    text-align: center;
    padding: 0;
}

.mobile-menu ul {
    list-style: none;
    text-align: left;
    font-family: 'DM Sans', sans-serif;
}

.mobile-menu ul li {
    padding: 0 15px;
}

.mobile-menu ul li:not(:last-child) {
    margin-bottom: 15px;
}

.mobile-menu ul li a {
    width: 100%;
    font-weight: 500;
    font-size: 20px; font-size: 18px;
    line-height: 40px;
    color: #000;
    padding: 0 20px;
}

.mobile-menu ul.list-unstyled > li.active a.sub-menu-parent {
    display: block;
    border-radius: 5px;
    background-color: #f5b92c;
}

.mobile-menu ul.sub-menu li a.sub-menu-parent {
    background-color: transparent !important;
}

ul.list-unstyled.sub-menu.level-02 {
    padding: 15px 0;
}

ul.list-unstyled.sub-menu.level-02 li {
    padding: 0;
}

ul.list-unstyled.sub-menu.level-02 li a {
    font-size: 16px;
}

ul.list-unstyled.sub-menu.level-03 {
    padding: 15px 0; padding: 15px;
    background: #f1edec;
}

ul.list-unstyled.sub-menu.level-03 li {
    padding: 0;
}

ul.list-unstyled.sub-menu.level-03 li a {
    color: #823c3a; color: #6f6f6d;
    font-size: 16px;
}

.mobile-menu ul.list-unstyled.sub-menu {
    background: #d09d25;
    border-radius: 5px;
}

.mobile-menu ul.list-unstyled.sub-menu li.active a {
    background-color: transparent;
}

a.sub-menu-parent {
    position: relative;
    display: block;
}

li a.sub-menu-parent {
    display: inline-block;
}

/*li a.sub-menu-parent:after {
    content: '';
    position: absolute;
    font-size: 20px;
    color: #9b3030;
    right: -25px;
    top: 50%;
    bottom: 0;
    display: block;
    width: 12px;
    height: 7px;
    transition: all 0.5s;
    background: url('assets/img/mobile-menu-arrow.svg') no-repeat center / 100%;
    margin-top: -3px;
}

li.active a.sub-menu-parent:after {
    transition: all 0.5s;
    transform: rotate(180deg);
}*/

li a.sub-menu-parent:after {
    content: '';
    position: absolute;
    font-size: 20px;
    color: #9b3030;
    right: 20px;
    top: 50%;
    bottom: 0;
    display: block;
    width: 14px;
    height: 14px;
    transition: all 0.5s;
    background: url('assets/img/menu-plus.png') no-repeat center / 100%;
    margin-top: -7px;
}

li.active > a.sub-menu-parent:after {
    background: url('assets/img/menu-minus.png') no-repeat center / 100%;
}

li a.sub-menu-parent:after {
    background: url('assets/img/menu-plus.png') no-repeat center / 100%;
}

li li a.sub-menu-parent:after {
    background: url('assets/img/menu-plus.png') no-repeat center / 100%;
}

li li.active > a.sub-menu-parent:after {
    background: url('assets/img/menu-minus.png') no-repeat center / 100%;
}

li li li a.sub-menu-parent:after {
    display: none;
}

/*ul.sub-menu li {
    margin-bottom: 8px;
}

ul.sub-menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #434343;
}*/

ul.sub-sub-menu {
    margin-left: 15px;
}

ul.sub-sub-menu li {
    margin-bottom: 8px;
}

ul.sub-sub-menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #434343;
}

a.close-m-menu,
a.close-menu {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

a.close-m-menu .fa,
a.close-menu .fa {
    color: #000;
    font-size: 28px;
    margin-left: 12px;
}

/* Services Landing */
.services-main-wrap {
    /*padding: 80px 0;*/
}

.services-wrap .ss-wrap {
    opacity: 1;
    transition: all 0.5s;
}

.services-wrap .ss-wrap:hover {
    opacity: 0.75;
    transition: all 0.5s;
}

.services-wrap .col-md-3:nth-child(odd) .ss-wrap {
    margin-top: 30px;
}

.services-wrap .col-md-3:nth-child(even) .ss-wrap {
    
}

.services-wrap .ss-wrap h4 {
    color: #15171c;
    font-size: 18px;
}

/* Page Banner */
.page-banner {
    position: relative;
    overflow: hidden;
}

.heading-wrap {
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.heading-wrap span {
    color: #EB461E;
    font-size: 16px;
    font-weight: 500;
}

.heading-wrap h1 {
    color: #fff;
    font-size: 48px;
    line-height: inherit;
    max-width: 900px;
    margin: 0 auto;
}

.single-service .heading-wrap h1 {
    max-width: 500px;
}

/* Inquiry Modal */
#inquiryModal .modal-dialog {
    border-radius: 11px;
    background: #fff;
    border: 20px solid #fff;
}

#inquiryModal .modal-content {
    border-radius: 11px;
    border: 30px solid #FAB443;
}

#inquiryModal .modal-content.contact-wrap-inner {
    padding: 40px 30px;
}

#inquiryModal .modal-header {
    margin-bottom: 40px;
}

#inquiryModal .modal-title,
#inquiryModal .modal-header .btn-close {
    color: #fff;
}

.wpcf7-response-output {
    color: #fff;
}

/* Our Team */
.team-main-wrap {
    position: relative;
    padding: 80px 0;
    background: url('assets/img/s-service-right.png') no-repeat right -8% top 10% / 20%;
}

.ceo-cover img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 100%;
}

.ceo-wrap p {
    font-size: 18px;
    line-height: 35px;
    max-width: 650px;
    margin-bottom: 0;
}

.team-main-wrap .s-cover-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 40%;
    z-index: 1;
}

/* CSR */
.single-csr-item {
    border-bottom: solid 1px rgb(218 218 218 / 60%);
}

.single-csr-item a {
    color: #000;
}

.single-csr-item h3 {
    color: #000;
    margin-bottom: 15px;
}

.single-csr-item p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}

.single-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-csr-item a {
    color: #fff;
    transition: all 0.5s;
}

.single-csr-item a:hover {
    border-radius: 40px 0;
    transition: all 0.5s;    
}

/* Error Page */
.error-404 {
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-404 h1 {
    color: #293E6B;
    font-weight: 400;
    font-size: 36px;
    line-height: inherit;
}

/* Certifications */
.s-certification-wrap {
    padding: 30px;
    background: rgb(223 170 43 / 10%);
    border: 1px solid #dfaa2b;
}

.s-certification-wrap img {
    margin-bottom: 15px;
}

.s-certification-wrap h2 {
    font-size: 24px;
}

.s-certification-wrap p {
    font-size: 15px;
    line-height: inherit;
}

a.learn-more.certification-btn {
    border-radius: 7px;
    padding: 10px 12px;
    font-size: 14px;
}

/* footer */
footer.footer {
    padding: 80px 0 0;
    background-color: #15171C;
}

footer.footer .footer-logo img {
    max-height: 40px;
}

ul.social-media.list-inline .list-inline-item:not(:last-child) {
    margin-right: 34px;
}

footer.footer h6 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.25px;
    line-height: 55px;
    margin-bottom: 15px;
}

ul#menu-footer-menu li {
    padding-bottom: 8px;
    margin-bottom: 8px;
}

ul#menu-footer-menu li.current-menu-item .nav-link {
    color: #FAB443;
}

ul#menu-footer-menu .nav-link {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
}

footer.footer address,
footer.footer .working-days {
    position: relative;
    color: #fff;
    padding-left: 50px;
}

footer.footer address {
    background: url('assets/img/location.svg') no-repeat left top;
    margin-bottom: 40px;
}

footer.footer .working-days {
    background: url('assets/img/working-days.svg') no-repeat left top;
}

.footer-bottom {
    padding: 35px 0;
    background: #1E2027;
    margin-top: 50px;
}

.footer-bottom p,
.footer-bottom a {
    color: #fff;
    font-size: 14px;
}

a.learn-more.inline-block {
    font-weight: 500;
    padding: 10px 15px 10px 10px;
    border-radius: 7px;
}

a.learn-more.inline-block img {
    margin-right: 5px;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    a.navbar-brand {
        max-width: 120px;
    }
    
    .fixed-top {
        padding-top: 0.5rem;
    }

    .mobile-search-call {
        width: 100px; width: 120px;
        justify-content: space-around;
    }

    .navbar-light .navbar-toggler img {
        max-height: 20px;
    }

    .single-slider-content {
        align-items: center;
        text-align: center;
    }

    .single-slider-content {
        padding-bottom: 0;
        padding-left: 50px;
        padding-right: 50px;
    }

    .single-slider-content h1, 
    .single-slider-content h2, 
    .single-slider-content h3 {
        font-size: 30px;
    }

    #home-slide .left {
        left: 0;
    }

    #home-slide .right {
        right: 0;
    }

    .home-brief {
        padding: 50px 0;
    }

    .home-brief .breif-content p {
        font-size: 17px;
        line-height: 35px;
    }

    .home-welcome {
        padding: 50px 0;
        text-align: center;
    }

    .home-welcome .h-wrap {
        padding-left: 0;
        text-align: center;
    }

    .h-wrap h3 {
        font-size: 28px;
    }

    .home-welcome img {
        margin-bottom: 30px;
    }

    .home-welcome p {
        font-size: 17px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .home-wwd {
        padding: 50px 0 10px;
    }

    .ss-wrap {
        margin-bottom: 50px;
    }

    .ss-wrap img {
        margin-bottom: 20px;
    }

    .ss-wrap h4 {
        font-size: 16px;
    }

    .h-wrap {
        text-align: center;
    }

    .sus-content {
        border-radius: 80px 0;
        padding: 100px 20px; padding: 50px 20px;
    }

    .sus-content p {
        font-size: 17px;
        line-height: 35px;
    }

    .home-sustainability .h-wrap p {
        font-size: 17px;
        line-height: 35px;
    }

    .nav-tabs .nav-link {
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 0 0 10px;
    }

    #nav-tabContent {
        padding: 30px;
    }

    #nav-tabContent p {
        font-size: 17px;
        line-height: 35px;
        text-align: center;
    }

    .clients-wrap {
        background-size: 250px;
    }

    .newsletter-wrap {
        background-position: top left;
    }

    .form-wrap {
        padding: 30px;
    }

    .form-wrap h5 {
        font-size: 24px;
    }

    .form-wrap p {
        max-width: 100%;
    }

    /* Shapes */
    .home-welcome span.shape-01 {
        top: -5%;
        max-width: 40%;
    }

    .home-wwd span.shape-03 {
        top: -4%;
        max-width: 40%;
    }

    .home-sustainability span.shape-05 {
        top: -4%;
        max-width: 40%;
    }

    .process-wrap span.shape-06 {
        top: -55%;
        max-width: 40%;
    }

    .page-banner {
        height: 400px;
    }

    .page-banner img {
        height: 100vh;
        object-fit: cover;
    }

    .contact-wrap {
        position: relative;
        margin-top: 0;
    }

    .info-box-wrap {
        margin-top: 0;
    }

    .contact-wrap-inner {
        margin-top: 0;
    }

    .contact-wrap-header {
        position: absolute;
        margin-top: 0;
        display: block;
        top: 0; left: 0;
        width: 100%;
        padding: 32% 10%;
        text-align: center;
    }

    .contact-wrap-header h1 {
        font-size: 30px;
    }

    .contact-wrap-header p {
        font-size: 16px;
        line-height: 32px;
    }

    /* Banner Text */
    .heading-wrap {
        padding: 0 30px;
    }

    .heading-wrap h1 {
        font-size: 24px;
    }

    /* About */
    .brief-wrap {
        background-size: 90%;
        text-align: center;
        padding-bottom: 200px;
    }

    .our-mission,
    .our-vision {
        text-align: center;
        margin-left: 0;
    }

    .services-wrap .col-md-3:nth-child(odd) .ss-wrap {
        margin-top: 0;
    }

    /* Contact */
    .contact-wrap h1 {
        font-size: 24px;
    }

    .contact-wrap p {
        font-size: 18px;
        line-height: 35px;
    }

    /* Inquiry Modal */
    #inquiryModal .modal-dialog {
        border: 15px solid #fff;
    }

    #inquiryModal .modal-content.contact-wrap-inner {
        padding: 10px;
        border: 15px solid #FAB443;
    }



    /* Footer */
    footer.footer {
        text-align: center;
    }

    footer.footer .col-md-4 {
        margin-bottom: 30px;
    }

    footer.footer .footer-bottom .m-0 {
        margin-top: 1rem!important;
    }

    footer.footer address, 
    footer.footer .working-days {
        padding-top: 50px;
        padding-left: 0;
        background-position: top center;
    }

    .footer-bottom {
        margin-top: 0;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .home-wwd .col-md-3 {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 593px;
    }

    button.btn-close {
        float: right;
        margin-bottom: 7px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .single-slider-content {
        align-items: center;
        text-align: center;
    }

    .single-slider-content .col-md-6 {
        width: 100%;
    }

    .single-slider-content h1, 
    .single-slider-content h2, 
    .single-slider-content h3 {
        font-size: 48px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .home-welcome .h-wrap {
        padding-left: 0;
    }

    .home-wwd .col-md-3 {
        width: 50%;
        margin-bottom: 30px;
    }

    .newsletter-wrap .offset-md-6 {
        margin-left: 30%;
    }
    .newsletter-wrap .col-md-6 {
        width: 70%;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .single-slider-content {
        align-items: center;
        text-align: center;
    }

    .single-slider-content .col-md-6 {
        width: 100%;
    }

    .single-slider-content h1, 
    .single-slider-content h2, 
    .single-slider-content h3 {
        font-size: 48px;
        padding-left: 50px;
        padding-right: 50px;
    }

    /* Macbook */
    a.navbar-brand {
        max-width: 120px;
    }

    ul#menu-main-menu li.menu-item {
        margin: 0 5px;
    }

    ul#menu-main-menu li .nav-link {
        font-size: 14px;
    }

    .call-sec {
        font-size: 14px;
    }

    .header-search {
        margin-left: 5%;
    }

    .contact-wrap h1 {
        font-size: 48px;
    }

    .contact-wrap p {
        font-size: 18px;
        line-height: inherit;
    }

    .contact-wrap-header,
    .contact-wrap-inner {
        margin-top: -60%;
    }

    .contact-wrap-header h1 {
        font-size: 40px;
    }

    .contact-wrap-header p {
        font-size: 16px;
        line-height: 32px;
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1200px) and (max-width: 1280px) {
    .single-slider-content {
        align-items: center;
        text-align: center;
    }

    .single-slider-content .col-md-6 {
        width: 100%;
    }

    .single-slider-content h1, 
    .single-slider-content h2, 
    .single-slider-content h3 {
        font-size: 48px;
        padding-left: 50px;
        padding-right: 50px;
    }
}


/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .single-slider-content {
        padding-bottom: 100px;
        text-align: center;
    }

    .single-slider-content .col-md-6 {
        width: 70%;
        margin: 0 auto;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    /*.contact-wrap-inner .mb-5 {
        margin-bottom: 1rem!important;
    }*/

    .contact-wrap-inner label {
        font-size: 18px;
        line-height: 0;
    }

    .contact-wrap-inner .form-control {
        font-size: 16px;
    }
}

@media (min-width: 1600px) {
    .single-slider-content {
        align-items: center;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: portrait) {
    
    .contact-wrap-header {
        margin-top: -60%;
    }

    .contact-wrap-header h1 {
        font-size: 30px;
    }

    .contact-wrap-header p {
        font-size: 16px;
        line-height: 32px;
    }

}
