@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap');


body, html {
    font-family: 'Poppins', sans-serif;
    color: #403f3f;
    font-size: 17px;
    position: relative;
    left: 0;
    transition: all 0.4s;
    overflow-x: hidden;
    min-height: 100vh;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
}

a:hover, img {
    outline: none;
    text-decoration: none;
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a, a:hover, a:focus {
    color: #00cdc1;
    outline: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
}
.site-col {
    padding: 0 20px;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.3333333% 
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.666667%;
}
.col-7 {
    width: 58.333333%;
}
.col-8 {
    width: 66%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333%;
}
.col-11 {
    width: 91.666666% ;
}
.col-12 {
    width: 100%;
}

.site-row {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}
.site-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    
}
.site-section.site-videos {
    overflow: hidden;
}
.section-title {
    margin-bottom: 49px;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.text-center {
    text-align: center;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.align-items-center {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.light-bg {
    background: #f7f7f7 
}
.site-wrapper {
    padding: 0 100px;
    max-width: 1450px;
    margin: 0 auto;
    position: relative;
}
.justify-space-between {
    justify-content: space-between;
}
h1, h2, h3, h4, h5, h6 {
    color: #111;
    line-height: 1.4;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    margin-bottom: 21px;
    margin-top: 42px;
    font-weight: 900;
    letter-spacing: -0.3px;
}
h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type {
    margin-top: 0 
}
h2.large {
    font-size: 42px;
    color: #333;
}
h2 {
    font-size: 36px;
    color: #171717;
    letter-spacing: -1px;
}

h3 {
    font-size: 30px;
}
h4 {
    font-size: 26px;
    line-height: 1.4;
}
h5 {
    font-size: 22px;
    line-height: 1.4;
    text-transform: inherit;
}
h6 {
    font-size: 18px;
    line-height: 1.4;
    text-transform: inherit;
}
h1 {
    font-size: 60px;
}
p.large {
    font-size: 24px;
    line-height: 1.56;
}
.section-title {
    position: relative;
    display: inline-block;
    font-weight: 600;
}
.section-title:before {
    position: absolute;
    width: 100px;
    height: 1px;
    background: #D55436;
    content: '';
    right: -120px;
    top: 33px;
}
.section-title h4 {
    margin-top: 21px;
    text-transform: none;
    color: #ffda48;
    font-weight: 600;
}
/** main css starts here **/
.main-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    margin-bottom: -1px;  
    position: relative;
    transition: all 0.4s ease-in;
}
.main-header .site-wrapper {
    position: initial;
	width:100%;
	padding:0 40px;
}

    

.bottom-header.d-flex.align-items-center {
    position: inherit;
    right: 0;
    bottom: 0;
    justify-content: end;
    max-width: max-content;
}
.hdr-right svg {
    width: 40px;
    height: 40px;
    margin-right: 7px;
}
.hdr-right .site-search svg {
    width: 20px;
    cursor: pointer;
}
.hdr-right .screen-reader {
    color: #8D8D8D;
}
.top-header li {
    display: inline-block;
    font-size: 14px;
    margin-left: 30px;
}
a.site-logo img {
    width: 247px;
    position: relative;
}
.hdr-right .site-search .close-btn svg {
    width: 16px;
}
.logo-description {
    margin-left: 28px;
    margin-right: auto;
    border-left: 1px solid #D8D8D8;
    padding: 10px 28px;
}
.logo-description h6 {
    color: #E54E31;
    margin-bottom: 2px;
    font-weight: 600;
}
.logo-description p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
}
.site-language {
    margin-right: 28px;
}
.site-search.d-flex.align-items-center {
    cursor: pointer;
}

.top-search-bar{
    display:inline-block;
}

.top-search-bar .asl_w{
    margin-bottom:-12px;
}

.site-nav ul li {
    display: inline-block;
    margin-right: 48px;
    position: relative;
    padding: 28px 0;
}
.menu-item-has-children i {
    font-size: 12px;
    margin-left: 7px;
    position: relative;
    top: -1px;
}
.site-nav .sub-menu li {
    margin: 0;
    display: block;
    padding: 0;
}
.site-nav > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    margin-top: -1px;
}
.sub-menu {
    position: absolute;
    top: 120%;
    left: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s;
    width: 260px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 1px, rgba(0, 0, 0, 0.02) 0px 4px 2px, rgba(0, 0, 0, 0.02) 0px 8px 4px, rgba(0, 0, 0, 0.02) 0px 16px 8px, rgba(0, 0, 0, 0) 0px 32px 16px;
    /* border-radius: 6px; */
    /* box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px; */
    z-index: 999;
}

.sub-menu-wrap {
    width: 25%;
    float: left;
    padding-right: 14px;
    margin: 14px 0;
}
 .site-wrapper > ul > li {
    display: inline-block;
    position: relative;
    margin-right: 7px;
}

.site-nav > ul > li:last-child{
    margin-right:0;
}

.site-nav ul li a {
    color: #2a2a2a;
    padding: 7px 0;
    position: relative;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.site-nav ul li .sub-menu h5 a {
    color: #4B0082;
}
.site-nav ul li .sub-menu h5 a:hover {
    color: #00cdc1;
}
.site-nav ul li .sub-menu h5 a::before {
    display: none;
}
.site-nav ul li a:before{
    position: absolute;
    left: 0;
    width: 0%;
    bottom: 0;
    content: '';
    height: 2px;
    transition: all 0.4s;
    background: #fff;
    border-radius: 12px;
}
.site-nav > ul > li.current-menu-item > a,
.site-nav > ul > li.current-menu-item > a:after,
.site-nav > ul > li > a:hover,
.site-nav > ul > li > a:hover:after {
    color: #00cdc1;
}
.site-nav ul li.current-menu-item a:before,
.site-nav ul li a:hover:before{
    width: 40%;
}
 .site-wrapper > ul > li > a {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    padding: 14px 0;
    display: inline-block;
    position: relative;
    margin-right: 35px;
}
.site-wrapper > ul > li > a::before {
    position: absolute;
    background: #fff;
    bottom: 0;
    width: 0%;
    height: 3px;
    content: '';
    transition: all 0.4s;
    left: 0;
}
 .site-wrapper > ul > li > a:hover::before {
    width: 100%;
}
 .site-wrapper > ul > li > a:hover{
    color: #fff;
 
}
.site-nav > ul > li:hover > ul {
    top: 100%;
    margin-top:-1px;
    opacity: 1;
    visibility: visible;
}

.site-nav ul li ul li a {
    display: block;
    font-size: 17px;
    padding: 14px 21px;
    color: #121212;
    border-bottom: 1px solid #eee;
    font-weight: 500;
}
.site-nav ul li ul li a:before {
    display: none;
}
.sub-menu-wrap h5 {
    margin-bottom: 10px;
    color: #494197;
}

.menu-item-has-children .menu-item-has-children > .sub-menu{
    top:0;
}

.menu-item-has-children .menu-item-has-children:hover > .sub-menu{
    top:inherit;
}

.menu-item-has-children .menu-item-has-children:hover > .sub-menu{
    top:0;
    left:100%;
    opacity: 1;
    visibility: visible;
}

/** hero section css **/
.hero-section {
    position: relative;
}

.intro-section .site-content {
    padding-right: 28px;
}


.hero-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ffffff70!important;
    margin: 7px;
    display: block;
}

.hero-carousel .owl-item img{
    height:650px;
    object-fit:cover;
}

.hero-carousel .owl-dot.active {
    background: #ffffff70; 
}
.hero-carousel .owl-dots {
    position: absolute;
    top: 50%;
    left: auto;
    padding-left: 10px;
    right: 2%;
    transform: translateY(-50%);
}

.site-block {
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.site-block:hover {
    transform: translateY(-4px);
    box-shadow: rgb(100 100 111 / 40%) 0px 20px 60px 0px;
}
.site-block figcaption {
    padding: 28px 28px;
}
.site-block h3 {
    padding: 14px 30px;
    margin: 0;
    color: #E64828;
    letter-spacing: -1px;
    transition: all 0.4s;
}

.site-block figcaption p {
    color: #695E5E;
    margin: 0;
    margin: 0 0 4px 0;
    max-height: 4rem;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.site-block span.anchor-btn {
    font-size: 16px;
    color: #242424;
    opacity: 0;
    position: relative;
    left: -10px;
    transition: all 0.4s;
}
.site-block span.anchor-btn img {
    margin-left: 7px;
    transition: all 0.4s;
    display: inline-block;
}
.expert-slider .site-block span.anchor-btn,
.site-block:hover span.anchor-btn {
    left: 0;
    opacity: 1;
}
.expert-slider .site-block figcaption p {
    min-height: 68px;
}
.site-block span.anchor-btn:hover {
    color: #891C6F;
}
.site-block span.anchor-btn:hover img {
    margin-left: 14px;
}
.site-intro h2 {
    display: inline-block;
    position: relative;
}
.site-intro h2::before {
    top: 35px;
    height: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    background: rgba(245,128,39,0.2);
    z-index: -1;
}

a.mt-video {
    display: block;
    width: 20%;
    padding: 0 15px;
    transition: all 0.4s;
}
a.mt-video:hover {
    transform: translateY(-5px);
}
.site-videos:before {
    width: 100%;
    content: '';
    background: #F5F5F5;
    height: 100%;
    position: absolute;
    left: 7%;
    top: 0;
    border-top-left-radius: 56px;
}
.mt-videos {
    padding-left: 70px;
    margin: 0 -15px;
}
.video-caption {
    background: #fff;
    padding: 100px 28px 28px;
    border-radius: 22px;
    transition: all 0.4s;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
a.mt-video:hover .video-caption {
    box-shadow: rgb(100 100 111 / 40%) 0px 20px 60px 0px;
}
.play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.video-thumbnail {
    position: relative;
    border-radius: 22px;
    margin: 0 21px -82px;
    top: 0;
    transition: all 0.4s;
}
a.mt-video:hover .video-thumbnail {
    top: -5px;
}
.video-thumbnail img {
    border-radius: 22px;
}
.video-caption p {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #6E1367;
    margin-bottom: 7px;
    line-height: 1.2;
}
.video-caption h6 {
    margin: 0;
    font-weight: 500;
    min-height: 55px;
}
.video-caption:hover h6 {
    color: #891C6F;
}
.site-intro .site-content {
    padding: 0 70px;
}


.section-heading .brush-shape {
    position: relative;
    top: -15px;
}


.side-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: -60px;
    width: 50% 
}
.side-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bottom-content {
    padding-right: 56px;
    padding-bottom: 105px;
}
.bottom-img {
    height: 100%;
    display: flex;
    align-items: flex-end;
}
h2 span {
    color: #ED6A40;
}
span.short-descriptions {
    display: block;
    color: #807878;
    font-size: 13px;
    font-weight: 400;
    margin-top: 7px;
    line-height: 18px;
}
.site-nav ul li ul li a:hover {
    color: #00cdc1;
    background: #f5f5f5;
}
p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 21px;
}

.form-group input.site-btn,
.border-btn,
.site-btn {
    display: inline-flex;
    padding: 12px 30px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #0d843c;
    border: none;
    font-weight: 600;
    cursor: pointer;
    height: auto;
    align-items: center;
    border-radius: 6px;
    margin-top: 7px;
}

.enquiry-form-section .submit-div {
    margin-top: 14px;
}
.enquiry-form-section {
    max-width: 580px;
    margin: 0 auto;
}
.top-header {
    display: flex;
    justify-content: end;
/*     padding-right: 40px; */
    padding-left: 40px;
    width: 100%;
	background-color:#00cdc1;
    border-bottom: 1px solid #eee;
}

.top-header a{
	color:#fff;
}

/* .top-header-rtl{
    padding: 10px 0;
} */
a.site-logo {
    position: relative;
    z-index: 99;
    padding: 13px 0;
}
.top-menu ul li a {
    color: #888;
}
.enquiry-div i {
    margin-right: 14px;
}
.bottom-header .site-btn {
    padding: 28px 37px;
    font-size: 18px;
    overflow: hidden;
    z-index: 1;
    background: #0d843c;
    border: none;
    font-weight: 600;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    cursor: pointer;
    height: auto;
    align-items: center;
    border-radius: 0;
}
.site-btn.sec-btn {
    padding: 10px 25px;
    font-size: 16px;
    background: #2E3192;
}
.site-btn.sec-btn span.arrow-icon path {
    fill: #2E3192;
} 
.site-btn.sec-btn:hover span.arrow-icon path {
    fill: #4B0082;
} 
.site-btn.sec-btn:hover {
    background: #4B0082;
}
.border-btn {
    border: 1px solid #4D4F53;
    background: transparent;
    color: #16151A;
}
a.site-btn img.dark-arrow {
    margin-left: 14px;
    transition: all 0.3s;
}
a.site-btn img.white-arrow {
    margin-right: 14px;
    opacity: 0;
    visibility: hidden;
    margin-left: -31px;
    transition: all 0.3s;
}
.site-btn:hover img.white-arrow {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
.site-btn:hover img.dark-arrow {
    opacity: 0;
    margin-right: -31px;
}
span.btn-arrow img {
    width: 18px;
    line-height: 1px;
    margin-left: -18px;
    transition: all 0.4s;
    margin-top: -9px;
    position: relative;
    top: 5px;
    opacity: 0;
    visibility: hidden;
}
.site-btn:hover span.btn-arrow img{
    visibility: visible;
    opacity: 1;
    margin-left: 10px;
}
.form-group input.site-btn:hover,
.border-btn:hover,
.site-btn:hover {
    background: #00cdc1;
    color: #fff;
}
.site-btn:hover span.arrow-icon path {
    fill: #2E3192;
}
.site-btn:hover:before {
    width: 100%;
}
.site-btn.dark-btn:before{
    background-color: #f90;
}
.site-btn.dark-btn:after{
    background-color: #f15f26;
}
.side-svg {
    position: absolute;
    right: 0;
}
.bottom-footer p {
    margin: 14px 0 0;
    font-size: 14px;
}

footer.site-footer {
    padding: 56px 0 21px;
    position: relative;
    background-color: #f1f1f1;
}

p.footer-desc {
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0;
    max-width: 370px;
}
.footer-contacts li {
    color: #ff682d;
    margin-bottom: 14px;
    font-weight: 600;
}
.footer-contacts li i {
    width: 28px;
    color: #ffda48;
}
.footer-social i {
    font-size: 22px;
    background: #f6f6f6;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #ffda48;
    margin-top: 7px 
}
.bottom-footer {
    padding: 0;
    margin-top: 56px;
    border-top: 1px solid #cfcfcf;
    padding-top: 7px;
    display: flex;
    justify-content: space-between;
}
.form-group .form-control {
    background: #fff;
    border: none;
    width: 100%;
    font-size: 18px;
    height: 40px;
    transition: all 0.4s;
    padding: 0 15px;
    font-weight: 500;
}
.form-group {
    margin-bottom: 21px;
}
input.site-btn.dark-btn:hover {
    background: #ffda48;
}
section.site-section.contact-form-section p {
    font-size: 22px;
    max-width: 760px;
    margin: 35px auto;
    color: #fff;
    line-height: 36px;
}
.contact-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 18px;
    color: #3C3A45;
}
.nav-close, .site-toggle {
    display: none;
}
.site-testimonials {
    padding-left: 7%;
    max-width: 1500px;
    margin: 0 auto;
}
.client-message {
    text-align: left;
    border-radius: 22px;
    position: relative;
    width: 60%;
    padding-right: 42px;
    padding-left: 91px;
}
.client-message:after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.client-name h5 {
    margin-top: 35px;
    padding-left: 0px;
    text-transform: capitalize;
    padding-left: 45px;
    font-size: 24px;
    color: #313B8B;
    font-weight: 700;
}
.client-name .designation {
    display: block;
    font-size: 20px;
    color: #151414;
    font-weight: 500;
}
.client-message p {
    font-size: 20px;
    color: #151414;
    line-height: 30px;
}
.mbl-logo {
    display: none;
}
.single-feature {
    transition: all 0.4s;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 35px;
    position: relative;
    top: 0;
    z-index: 9999;
}
.single-feature:hover {
    top: -7px;
}
.site-content {
    position: relative;
}
/* section#intro-section .d-flex {
    justify-content: flex-end;
}
*/
.svg-shape {
    position: absolute;
    top: -100px;
    z-index: 99;
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
}
.svg-shape img {
    width: 100%;
}
.svg-lists p {
    font-size: 26px;
    color: #17171A;
    line-height: 1.4;
}
.svg-lists p {
    display: flex;
    align-items: flex-start;
}
.svg-lists p img {
    width: 40px;
    overflow: hidden;
    display: inline-block;
    margin-right: 22px;
    top: -6px;
}
section.site-section.sustainable-section h2 {
    max-width: 1000px;
}
section.site-section.site-features {
    background: #363737;
    color: #fff;
    padding: 0 0 40px;
    margin-top: 150px;
}
section.site-section.site-features li, section.site-section.site-features p {
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: -0.5px;
}
.dot-shape {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: -1;
}
.animated .dot-shape {
    opacity: 1;
    top: -142px 
}
.site-features .feature-content {
    margin: 0;
    padding-left: 28px;
}
.single-features .site-row {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-bottom: 70px;
}
.single-features .site-row:nth-child(even) {
    flex-direction: row-reverse;
}
.single-features .site-row:nth-child(even) .feature-content {
    padding-left: 0;
    padding-right: 28px;
    text-align: right;
}
.single-features .site-row:nth-child(even) .dot-shape {
    right: -101px;
    left: auto;
}
.single-features .site-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.section-title h2 {
    margin: 0;
}
.section-title {
    position: relative;
    margin-bottom: 35px;
    z-index: 99;
}
.section-title h2:after {
    position: absolute;
    width: 0px;
    height: 7px;
    background: #B5ED72;
    content: '';
    bottom: 0;
    left: 0;
    transition: all 2.6s;
}
.section-title.animated h2::after {
    width: 150px;
}
section#intro-section p {
    font-size: 24px;
    color: #17171A;
    line-height: 1.5;
}
section.site-section.site-features h2 {
    color: #fff;
}
.section-title span {
    color: #f68739;
}
.site-content.slick-slide {
    display: flex;
}
.site-ratings i {
    color: #FAA61A;
    margin-right: 5px;
}
.site-ratings {
    margin-bottom: 21px;
}
section.site-section.testimonial-section {
    background: #F3F3F4;
    padding-top: 260px;
}
.client-name img {
    transition: all 0.4s;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    margin-top: 35px;
    margin-left: 35px;
}
.client-name.animated img {
    transform: rotate(-5deg);
}
.site-footer.ftr-contact li {
    overflow: hidden;
}
.site-footer ul li a {
    color: #403f3f;
    display: block;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    margin-bottom: 7px;
    display: block;
    line-height: 24px;
    text-transform: capitalize;
    word-break: break-word;
}

.site-footer ul li a:hover {
    color: #00cdc1;
}
.footer-contact .form-group {
    margin-bottom: 21px;
}
.site-footer h5 {
    color: #fff;
}
form.footer-contact {
    max-width: 300px;
}
.site-footer .col-3:first-child {
    width: 40%;
}

.footer-widget li {
    margin-bottom: 10px;
}
.site-footer.ftr-contact {
    padding-left: 7px;
}
.site-footer.site-copyright {
    margin-top: 70px;
}

.site-footer.site-copyright p{
    font-size: 18px;
    color: #fff;
}
.site-footer .logo-description p {
    color: #fff;
}
.svg-lists {
    padding-right: 128px;
}

.sub-menu-title {
    color: #4B0082!important;
    display: block;
    font-family: 'Gowun Batang', serif;
    font-weight: 600;
}
.sub-menu-title::before{
    display: none!important;
}
.checkbox-lists p{
    position: relative;
    padding-left: 40px;
}
.checkbox-lists p:before {
    position: absolute;
    content: '';
    left: 0;
    background: url(../images/checkbox.svg);
    width: 26px;
    height: 26px;
    top: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.site-footer.site-copyright.mobile-copyright {
    display: none;
}
.inner-intro {
    background: #0B0639;
    padding-top: 35px;
    padding-bottom: 84px;
    position: relative;
    z-index: 99;
    margin-top: -5px;
}
.site-section .single-features .feature-content h2 .fancy-text, .inner-title h2.large-text {
    color: #fff;
}
.text-green {
    color: #42E92A;
}
.site-section .single-features .feature-content h2 {
    color: #42E92A;
    margin-bottom: 35px;
}
section.site-section.site-features.inner-features p {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: -0.5px;
}
.logo-carousel {
    padding-left: 10%;
    margin-top: -40px;
}
.intro-section .site-wrapper {
    position: initial;
}
.site-image.float-image {
    position: absolute;
    right: -20px;
}
.intro-section {
    overflow: hidden;
}
.product-section {
    padding-top: 77px;
}
.product-section .site-image:hover .paint-image {
    transform: scale(1.1);
}
.site-image {
    position: relative;
}
span.brush-shape {
    position: absolute;
    top: 0;
    left: 10%;
}
.site-image img {
    margin: 0 auto;
    z-index: 99;
    position: relative;
}
.site-icon .icon-image {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    transition: all 0.4s;
    top: 0;
}
.product-section img.paint-image {
    height: 300px;
    object-fit: contain;
    transition: all 0.4s;
}
.site-icon:hover .icon-image {
    top: -3px;
    box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}

.site-icon .icon-image:before {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #4B0082;
    content: '';
    top: 0;
    left: 0;
    z-index: -9;
    border-radius: 50%;
    transition: all 0.4s;
}
.site-icon:hover .icon-image:before {
    background: #2E3192;
}
.icon-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.site-features {
    display: flex;
    flex-wrap: wrap;
}
.site-icon {
    width: 25%;
    margin-bottom: 35px;
}
.site-icon p {
    text-align: center;
    margin-top: 14px;
    width: 150px;
    margin: 14px auto;
    font-weight: 700;
    font-size: 16px;
}

.cta-section {
    position: relative;
    padding-top: 140px;
}
.cta-section.animated::before {
    left: 0;
    opacity: 1;

}

.mid-logo img {
    width: 400px;
    margin-bottom: 35px;
}
section.site-section.cta-section.text-center .site-content p {
    font-size: 18px;
    color: #fff;
    max-width: 820px;
    margin: 0 auto;
    line-height: 32px;
}
.site-awards {
    margin-top: 56px;
}
.site-awards img {
    margin: 0 7px;
}
section.video-bg img {
    width: 100%;
    display: block;
}
.site-video .play-btn {
    position: absolute;
    top: 50%;
    z-index: 99;
    display: block;
    left: 50%;
    width: 50px;
    transform: translate(-50%, -50%);
}
a.site-video {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    margin-bottom: 25px;
}
a.site-video img {
    transition: all 0.4s;
    display: block;
}
.site-wrap a {
    color: #111;
}
.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999999!important;
}
.video-section a.site-video {
    margin-bottom: 35px;
}
.contact-section .contact-info p a {
    color: #fff!important;
    text-decoration: underline;
	word-break:break-word;
}
.contact-section .contact-info p a:hover {
    color: #fff;
    text-decoration: none;
}

.go-top {
    background-color: #00cdc1;
    border-radius: 50%;
    bottom: 20px;
    color: #fff !important;
    display: none;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    opacity: 0.5;
    z-index: 999;
    -moz-box-shadow: 5px 5px 5px rgba(0,12,12,0.2);
    -webkit-box-shadow: 5px 5px 5px rgb(0 12 12 / 20%);
    box-shadow: 5px 5px 5px rgb(0 12 12 / 20%);
}
.go-top:hover {
    opacity: 1;
    color: #fff;
}
a.site-pdt i {
    font-size: 13px;
    padding-left: 5px;
}


  #tabs-nav li a {
    text-decoration: none;
    color: #FFF;
  }

  ul#tabs-nav {
    display: flex;
    flex-wrap: wrap;

    justify-content: center;
    margin: 0 0 35px;
    border-bottom: 1px solid #e5e5e5;
}
ul#tabs-nav li {
    list-style: none;
    margin: 0 5px;
}
ul#tabs-nav li a {
    padding: 20px 21px;
    display: inline-block;
    background: #eee;
    font-weight: 500;
    
    color: #666;
}
ul#tabs-nav li.active a {
    background: #0d843c;
    color: #fff;
}
.site-wrap a:hover {
    color: #00cdc1;
}
a.site-video:hover > img {
    opacity: 0.8;
}
a.site-video.video-small > img {
    height: 215px;
    width: 100%;
    object-fit: cover;
}
span.arrow-icon svg {
    width: 16px;
}

span.arrow-icon path {
    fill: #4B0082;
    transition: all 0.4s;
}
span.arrow-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #FBFAB7;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    margin-left: 14px;
    position: relative;
    left: 15px;
}
ul.ftr-social li a img {
    width: 40px;
}
ul.ftr-social li a img:hover {
    opacity: 0.7;
}
ul.ftr-social li {
    display: inline-block;
    margin-left: 7px;
}
ul.ftr-social li:first-child {
    margin-left: 0px;
}
ul.ftr-social {
    text-align: right;
}
.pl-5 {
    padding-left: 56px;
}
.justify-between {
    justify-content: space-between;
}
.section.products-listings .site-products:nth-child(even) {
    background: #f5f5f5;
}

.section.products-listings .site-products:nth-child(even) .site-row {
    flex-direction: row-reverse;
}

.section.products-listings .site-image {
    top: -42px;
}
.site-products .site-image:before {
    position: absolute;
    left: 50%;
    top: 43%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    content: '';
    background: url(../img/purple-brush-shape.svg) no-repeat;
    background-size: 100%;
    width: 70%;
}
.section.products-listings .site-products:nth-child(even) .site-row .site-image:before {
    background: url(../img/orange-brush-shape.svg) no-repeat;
    background-size: 100%;
}

.section.products-listings .site-products:nth-child(even) .site-row .site-btn {
    background: #2E3192;
}
.section.products-listings .site-products:nth-child(even) .site-row .site-btn span.arrow-icon path {
    fill: #2E3192;
}

.section.products-listings .site-products:nth-child(even) .site-row .site-btn:hover {
    background: #4B0082;
}
.section.products-listings .site-products:nth-child(even) .site-row .site-btn:hover span.arrow-icon path {
    fill: #4B0082;
}

.section.products-listings .site-products .site-btn {
    display: inline-flex;
    padding: 10px 24px;
}
.banner-content.left-content {
    left: auto;
    transform: none;
    text-align: left;
    width: 100%;
}
.hero-blog .site-image {
    margin-top: -405px;
}
.blog-hero h1.blog-title {
    color: #fff;
    text-align: left;
    margin-bottom: 35px;
}
.hero-blog .site-image img {
    width: 100%;
    display: block;
}
.hero-blog .site-row {
    border-bottom: 1px solid #eee;
    padding-bottom: 56px;
    margin-bottom: 56px;
    margin-top: 35px;
}
section.site-section.blog-listings {
    padding-top: 0;
}
.site-section.pt-0.hero-blog {
    padding-bottom: 0;
}
.blog-div {
    margin: 21px 0 56px;
}
.blog-div img {
    width: 100%;
}
.site-footer .site-row {
    flex-wrap: nowrap;
}
.blog-listings .site-btn {
    display: inline-flex;
    padding: 8px 22px;
    font-size: 16px;
}
.blog-div img,
.hero-blog .site-image img {
    margin-bottom: 21px;
}
.blog-div .site-image{
    overflow: hidden;
    top: 0;
    transition: all 0.4s;
}
.blog-div .site-image:before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 999;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.blog-div:hover .site-image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.blog-div:hover .site-image{
    top:-3px;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.blog-div h3 a {
    color: #000;
}
.blog-div h3 a:hover {
    color: #2E3192;
}
.hero-section.inner-hero.blog-banner img {
    max-height: 670px;
    object-fit: cover;
}
.blog-small .blog-image{
    width: 30%;
}
.blog-small .blog-title {
    width: 70%;
    padding-left: 21px;
}
.blog-similar {
    padding-left: 35px;
    margin-top: 35px;
    position: sticky;
    top: 100px;
}
.blog-similar h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.blog-similar h4 a {
    color: #111;
}
.blog-similar p {
    font-size: 14px;
    line-height: 20px;
}
.blog-section.blog-small.d-flex {
    margin-bottom: 21px;
}
.blog-similar h3 {
    margin-bottom: 28px;
}


.contact-info {
    background: #00cdc1;
    height: 100%;
    padding: 56px;
}

.contact-form-section {
    background: #F5F5F8;
    padding: 56px;
}

.contact-info p {
    display: flex;
    margin-bottom: 14px;
}
.contact-wrap .form-control {
    background: #fff;
    border: none;
    width: 100%;
    border: 1px solid#fff;
    padding: 14px 20px;
    margin-bottom: 28px;
}
.contact-info .icon {
    margin-right: 14px;
    background: transparent;
    color: #fff;
    font-size: 26px;
}
.contact-form-section ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
  }
  .contact-form-section ::-moz-placeholder { /* Firefox 19+ */
   color: #999;
  }
  .contact-form-section :-ms-input-placeholder { /* IE 10+ */
   color: #999;
  }
  .contact-form-section :-moz-placeholder { /* Firefox 18- */
   color: #999;
  }
  textarea.form-control {
    height: 150px;
    font-family: 'Noto Sans', sans-serif;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid #2d3191
}
input.site-btn {
    margin-right: 0;
    margin-left: auto;
    padding: 16px 35px;
    -webkit-appearance: none;
    font-size: 18px;
    margin-bottom: 14px;
}

input.site-btn:hover {
    background: #00cdc1;
    color: #fff;
}
.contact-form-section h2 {
    color: #fff;
    border-bottom: 1px solid #eeeeeeb0;
    padding-bottom: 7px;
    margin-bottom: 35px;
}
.contact-info h2 {
    border-bottom: 1px solid #999;
    padding-bottom: 7px;
    margin-bottom: 35px;
}
.hero-section img {
    width: 100%;
  
}
p.copyright a,
.contact-info p a {
    color: #575757;
}
p.copyright a:hover,
.contact-info p a:hover {
    color: #00cdc1;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    width: 100%;
    height: 45px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    left: 0;
    border-radius: 6px;
    vertical-align: top;
    white-space: nowrap;
    border-radius: 6px;
    border: none;
    text-overflow: ellipsis;
    background-color: #f5f5f5;
    padding: 10px 48px 10px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-styled:after {
    content: "";
    position: absolute;
    background: url(../img/down-arrow.svg) no-repeat;
    top: 17px;
    width: 12px;
    height: 12px;
    background-size: 100%;
    right: 12px;
}

.select-styled:hover {
    color: var(--primary-color);
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    transform: rotate(180deg);
}

.select-options {
    margin:  7px 0 0 !important;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 20px 45px -10px rgba(31, 36, 48, 0.2);
}

.select-options li {
    margin: 0!important;
    padding: 10px!important;
    border-top: 1px solid #e5e5e5;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #333;
    font-size: 14px;
}
.select-options li:before {
    display: none;
}
.select-options li:first-child {
    border-top: none;
}

.select-options li:hover {
    background: #2E3192;
    color: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.seller-card {
    background: #eee;
    padding: 28px 35px;
}
.seller-contacts {
    margin-bottom: 28px;
}
.single-location {
    background: #f5f5f5;
    padding: 28px 35px;
}
.left-section {
    padding-right: 35px;
}
.single-location p {
    margin: 7px 0 0;
}
.single-location {
    margin-bottom: 21px;
}
.seller-locations {
    height: 650px;
    margin-top: 35px;
    overflow-y: scroll;
    padding-right: 28px;
}

.seller-card .select {
    margin-bottom: 14px;
}
.seller-card .site-col {
    padding: 0 10px;
}
.seller-card .site-row {
    margin: 0 -10px;
}
.seller-card h3 {
    margin-bottom: 18px;
}
.single-location button.site-btn.sm-btn {
    font-size: 13px;
    padding: 10px 12px;
    color: #FBFAB7;
    margin-top: 7px;
}
button.site-btn.sm-btn img {
    margin: 0 5px 0 0;
    position: relative;
    top: 0px;
}
.seller-card button.site-btn.sm-btn {
    color: #FBFAB7;
}
.single-location h4 {
    margin-bottom: 14px;
}
.single-location p {
    margin: 5px 0 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.single-location span.icon img {
    width: 22px;
    height: 22px;
    margin-right: 7px;
}

.single-location span.text {
    margin-top: -5px;
    line-height: 22px;
}
.intro-section.mb-5 {
    margin-bottom: 35px;
}

.top-intro{
    margin-bottom: 50px;
}

.seller-locations::-webkit-scrollbar {
    width: 8px;
  }
   
  .seller-locations::-webkit-scrollbar-track {
      background: #f5f5f5;
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  }
   
  .seller-locations::-webkit-scrollbar-thumb {
    background-color: #494197;
    /* outline: 1px solid slategrey; */
  }
  .filter-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.filter-div .reset-btn {
    border: none;
    margin-right: 21px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
}

.filter-div .reset-btn:hover {
    color: #D7732B;
}
.site-section.seller-section.pt-0 {
    margin-top: 56px;
}.footer-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-widget .site-btn.sec-btn {
    font-size: 14px;
    padding: 8px 18px;
}
.footer-widget span.arrow-icon {
    width: 24px;
    height: 24px;
    margin-left: 7px;
    position: relative;
    left: 7px;
}
.footer-widget span.arrow-icon svg {
    width: 10px;
}

  .intro-section .site-title h2 {

    color: #2D3191;
    font-weight: 900;
    margin-top: 0px;
    position: relative;
    display: inline-block;
}

.intro-section .site-title h2:before {
    position: absolute;
    right: 0;
    height: 17px;
    content: '';
    background: #00cdc1;
    width: 125px;
    top: 40px;
    transition: all 0.4s;
    /* opacity: 0.15; */
    z-index: -1;
}
.intro-section .site-title h2.large {
    color: #171717;
    margin: 0px;
}
span.down-icon img {
    width: 10px;
    margin-left: 5px;
    position: relative;
    top: -2px;
    transition: all 0.4s;
}
.fixed span.down-icon img {

    filter: contrast(0);
}

.contact-section h2 {
    font-size: 36px; 
    padding-bottom: 14px;
}
.mv-section {
    position: relative;
}
.mv-section .site-image {
    margin-bottom: 21px;
}
.logo-bg.float-image {
    position: absolute;
    top: -20%;
}
.mv-section .site-content {
    background: #fff;
    padding: 30px 35px;
    border-radius: 12px;
	    height: 100%;
}
.mv-section .site-content p {
    font-size: 16px;
    line-height: 28px;
}

.tabs.inner-tab {
    border-bottom: none;
}
.tabs.inner-tab a {
    font-size: 18px;
    padding: 28px 42px 14px;
    border-radius: 0;
    text-align: center;
    color: #575757;
}
.calculator-tabs .tabs.inner-tab a.active {
    background: #f5f5f5;
    color: #494197;
    text-align: center;

}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}


.inner-tab-content {
    background: #f5f5f5;
    padding: 56px 70px;
}
.tabs.inner-tab span.icon {
    display: block;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 14px;
    position: relative;
    border: 2px solid #666;
}

.inner-tab .icon img {
    filter: contrast(0) grayscale(1) brightness(0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: -webkit-fill-available;

}
.inner-tab .active .icon img {
    filter: none;
}


.tabs.inner-tab .active span.icon {
    background: #494197 ;
    border: 2px solid  #494197 ;
}
.calculator-tabs {
    max-width: 1200px;
    margin: 0 auto;
}
.input-div .form-control:focus {
    border: 1px solid #2E3192;
}
.input-div .form-control {
    height: 48px;
    width: 100%;
    background: #fff;
    border: 1px solid #ebebeb;
    font-size: 16px;
    padding: 0 15px;
}
.input-div {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.input-div .calc-unit {
    font-size: 14px;
    width: 50px;
    padding-left: 10px;
    opacity: 0.6;
}
.calculator-form label {
    font-size: 16px;
    color: #575757;
    display: block;
    margin-bottom: 10px;
}
.block-header {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}
h5.block-title {
    margin: 0;
    background: #4B0082;
    color: #FBFAB7;
    padding: 8px 36px;
    margin-right: 10px;
    font-size: 16px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    font-family: 'Chivo', sans-serif;
}
button.add-btn {
    background: transparent;
    border: navajowhite;
    color: #2E3192;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 14px;
}
button.add-btn img {
    width: 16px;
    margin-right: 7px;
}
.calculator-form .form-block {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 35px;
    padding-bottom: 21px;
}
.calculator-form .form-block:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.site-section.hero-blog {
    overflow: visible;
}
.product-slider-section .site-wrapper {
    max-width: 1100px;
}
.product-slider-section  .item {
    border: 1px solid #eee;
    text-align: center;
    overflow: hidden;
}
.product-slider-section  .site-image img {
    height: 266px;
    width: auto!important;
    object-fit: contain;
}
.product-carousel .site-image {
    padding: 35px;
}
.pdt-qnty {
    background: #2E3192;
    color: #fff;
    font-size: 28px;
    padding: 14px;
    margin: 21px -40px 0;
}
.product-carousel .site-content {
    padding: 21px 40px;
}
.product-carousel .site-content {
    padding: 0px 40px;
}
.product-slider-section,
section.paint-calculator-section {
    margin-bottom: 77px;
    margin-top: 77px;
}
.hero-carousel .owl-nav.disabled {
    display: none!important;
}
.float-shapes {
    opacity: 0.1;
    position: absolute;
    width: 40%;
    right: 0%;
    bottom: -10%;
}
.float-shapes img {
    width: 100%;
}
.site-header {
    transition: all 0.4s;
}
header.main-header.fixed  .btm-header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.15) 0px 4px 20px 0px;
}

/* header.main-header.fixed a.site-logo {
    position: relative;
    z-index: 99;
    padding: 13px 0;
    top: -7px;
} */
.color-logo {
    display: none;
}
header.main-header.fixed .white-logo {
    display: none;
}
header.main-header.fixed .color-logo {
    display: block;
}
.main-header.fixed .site-header {
    border-bottom: none;
    padding-bottom: 0;
}
.main-header.fixed  .site-nav ul li a {
    color: #333;
}
.fixed .site-search svg path {
    fill: #333;
}
.fixed .search-bar {
    top: -5px;
  
}
.hero-blog h3 {
    font-size: 32px;
}
.blog-div h3 {
    font-size: 24px;
    margin-bottom: 14px;
}
.blog-div h3,
.hero-blog h3,
.blog-title h4,
.blog-content h6 {
    font-family: 'Chivo', sans-serif;
}

.hero-blog.listing-section .site-image {
    margin-top: -335px;
}
.hero-blog h3 a {
    color: #000;
}
.hero-blog h3 a:hover {
    color: #2E3192;
}
.dark-bg {
    height: 92px;
    background: #494197;
}

.site-contacts {
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-footer a.site-logo {
    margin: 0 0 28px;
    padding: 0;
}
.calculator-form button.site-btn.sm-btn {
    padding: 14px 60px;
}
.home-intro .site-wrapper {
    position: initial;
}
.blog-content h6 {
    font-size: 18px;
    color: #444;
}

.block-image img {
    border-radius: 22px;
}
.block-image {
    margin: 0 30px;
    overflow: hidden;
    position: relative;
    top: 0;
    z-index: 99;
    transition: all 0.4s;
}
.site-block:hover .block-image {
    top: -5px 
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    left: 0;
    width: 100%;
    display: flex!important;
}
button.owl-prev {
    position: absolute;
    left: -80px;
}
button.owl-next {
    position: absolute;
    right: -80px;
    left: auto;
}
.next-slide, .prev-slide {
    background: url('../img/arrow-blue.svg') no-repeat;
    width: 40px;
    height: 60px;
    background-size: contain;
    border-radius: 50%;
    background-position: center;
    margin-left: 10px;
    opacity: 0.3;
    transition: all 0.4s;
}
.next-slide:hover, .prev-slide:hover {
    opacity: 1;
}
.prev-slide {
    transform: rotate(180deg);
}

button.disabled {
    opacity: 0;
}
.search-bar .site-wrapper {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
.search-bar {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    top: 0px;
    right: 80px;
    z-index: 999;
    width: 600px;
    z-index: 999;
}
.search-bar .search-form {
    margin-right: 35px;
    position: relative;
}
span.search-icon {
    position: absolute;
    top: 13px;
    z-index: 99999;
    left: 12px;
}
.menu-on .site-nav,
.menu-on .search-button {
    opacity: 0;
    visibility: hidden;
}
span.search-icon img {
    width: 20px;
}
.search-bar .close-btn {
    position: absolute;
    right: 0;
    top: 5px;
    width: 24px;
}
.close-btn svg path {
    fill: #fff;
}
.menu-on .search-bar {
    opacity: 1;
    visibility: visible;
    right: 100px;
}
.menu-on.menu-on-removed .search-bar {
    opacity: 0;
    visibility: hidden;
}
section.site-section.also-apply {
    padding-top: 0;
}
section.site-section.also-apply h2 {
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    font-size: 26px;
}
.also-apply .item {
    border: 1px solid #ddd;
    padding: 28px;
    text-align: center;
    margin-bottom: 28px;
}
.also-apply .site-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.also-apply .site-content h4 {
    margin: 0 0 7px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}
.product-carousel h4 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    margin-bottom: 7px;
}
.also-apply .site-content {
    position: relative;
    margin-top: 28px;
}
form.search-form input {
width: 100%;
    height: 50px;
    font-size: 16px;
    border: 1px solid #ddd;
    font-size: 18px;
    padding: 0 20px 0 40px;
    
}
form.search-form input:focus {
    outline: none;
}
.search-bar button.site-btn:hover {
    background: #FD7722;
}
.search-bar button.site-btn {
    background: #363636;
    color: #fff;
    border-radius: 0;
    padding: 9px 13px;
    margin-left: 21px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 4px;
}
.close-btn button:hover span {
    color: #FD7722;
}
.close-btn button {
    background: transparent;
    border: navajowhite;
    display: flex;
    align-items: center;
    color: #80205F;
    font-size: 22px;
    font-weight: 300;
    z-index: 99;
    position: relative;
    cursor: pointer;
}
.close-btn button img {
    padding-left: 7px;
}

.inner-title {
    position: relative;
    z-index: 9999;
}
.inner-intro p {
    font-size: 30px;
    text-align: left;
    color: #fff;
    max-width: 1000px;
    margin: 35px auto 0;
    font-weight: 700;
    line-height: 1.4;
}
.finger-image {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 350px;
}
section.site-section.intro-section.about-intro {
    padding-bottom: 250px;
}
section.site-section.site-features h2 .fancy-text{
    display: inline-block;
}
.feature-content .svg-lists p {
    color: #fff;
}
.inner-features .svg-lists img {
    width: 90px;
}
.inner-features .svg-lists {
    margin-top: 49px;
}
section.site-section.site-features.inner-features .svg-lists p {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: -1px;
    margin-top: 35px;
    margin-bottom: 0;
}
.team-div {
    text-align: center;
    padding: 30px;
    width: 33.3333%;
}
.img-div {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: #9D9C9C;
}
.team-div .img-div:before {
    position: absolute;
    width: 100%;
    top: -30px;
    right: -30px;
    height: 100%;
    z-index: -1;
    content: '';
    background: url(../images/dot-circle.svg) no-repeat;
    background-size: 100%;
}
.team-div .img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
    position: relative;
}
h4.team-name {
    color: #0F065A;
    margin-bottom: 7px;
}
p.team-designation {
    font-size: 22px;
    color: #25BA10;
}
.team-description {
    font-size: 18px;
    color: #17171A;
}
.feature-content {
    padding-left: 0;
}
.site-section.team-section {
    margin-top: 140px;
    padding-bottom: 0;
}
.team-wrapper.d-flex {
    margin: 0 -30px;
}
.site-form .form-group .form-control {
    background: #FCFCFC;
    border: 1px solid #D1CFCF;
    height: 50px;
}
.site-form .form-group .form-control:focus {
    border: 1px solid #70AD47;
    outline: none;
}
.white-shape {
    position: absolute;
    bottom: -170px;
   /* background: red;
    */
    z-index: 100;
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
}
.site-form {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.site-form form {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
.site-form label {
    font-size: 18px;
    text-align: left;
    display: block;
    margin-bottom: 7px;
    color: #333;
}
.site-form h4 {
    margin-bottom: 42px;
}
.site-form .form-group textarea.form-control {
    height: 140px;
    resize: none;
    padding-top: 10px;
}
.single-blogs {
    width: 25%;
    display: block;
    margin-bottom: 60px;
}
.single-blogs a {
    background: #fff;
    display: block;
    height: 100%;
    margin: 0 15px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 20px #00000014;
}
.single-blogs figure img {
    width: 100%;
}
.single-blogs figcaption {
    padding: 20px 25px 30px;
}
.site-blogs.d-flex {
    margin: 0 -15px;
}
.sustainable-section + section.site-section.site-features {
    margin-top: 0;
}
.single-blogs p {
    color: #3C3A45;
    font-size: 18px;
}
.single-blogs a img {
    border-bottom: 7px solid #B5ED72;
    width: 100%;
}
.site-wrapper.blog-wrapper {
    max-width: 1400px;
}
.single-blogs a:hover {
    transform: translateY(-4px);
    box-shadow: 0px 0px 28px #0000003c;
}
.single-blogs .blog-title:hover {
    color: #70AD47;
}
.pagination {
    margin-top: 42px;
    position: relative;
    z-index: 999;
}
.pagination .page-numbers {
    width: auto;
    height: 40px;
    display: inline-block;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
    padding: 0 14px;
    color: #333;
    margin: 0 2px;
    background: #fff;
}
.pagination .page-numbers:hover{
    background: #2E3192;
    color: #fff;
}
span.page-numbers.current {
    background: #2E3192;
    color: #fff;
}

.blog-detail-content {
    margin-top: -420px;
    position: relative;
    z-index: 99;
}
.blog-content {
    max-width: 940px;
    margin: 28px auto;
}
h2.blog-title.large-text {
    margin-bottom: 35px;
}
.inner-banner.blog-banner:before {
    display: none;
}
.site-wrapper.blog-wrapper > h2 {
    margin-bottom: 35px;
}
.blog-banner .white-shape {
    position: absolute;
    bottom: -60px;
}
.site-content.d-flex .inner-title {
    width: 60%;
    text-align: left;
}

.site-content.d-flex .inner-title h2 {
    text-align: left;
    padding-left: 35px;
}

.inner-intro .site-content.d-flex {
    align-items: center;
}

section#intro-section .d-flex {
    justify-content: flex-end;
}
.mobile-search {
    margin-top: 14px;
    position: relative;
    display: none;
}
.mobile-search .site-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
padding: 14px 17px;
background: #454545;
}
.mobile-search .site-btn:hover {
    background: #111;
}
.mobile-search form.search-form input {
    padding-right: 60px;
}
.white-shape img {
    width: 100%;
}
.inner-banner {
    max-height: 460px;
}
.before-after-section img {
    max-width: initial;
}
section.site-section.ba-section {
    margin-top: 180px;
    text-align: center;
}
section.site-section.ba-section .large-text {
    max-width: 900px;
    margin: 0 auto;
}
.ba-single {
    width: 50%;
    padding: 0 20px;
    position: relative;
    z-index: 99;
}
.ba-single h5 {
    color: #0F065A;
    font-size: 20px;
}
.ba-single h5 span {
    color: #6B6C6C;
    display: block;
    font-size: 20px;
    margin-top: 7px;
}
section.site-section.team-section h2 {
    margin: 0;
}
.inner-hero .hero-content h1 {
    color: #0F1211;
}
.title-top {
    font-size: 60px;
    padding-bottom: 30px;
}
.title-bottom {
    font-size: 30px;
}
.title-tx {
    font-size: 20px;
    opacity: 0.8;
}
#nav-container, .fiter-tabs, .site-tab-nav {
    background: #fff;
    overflow: hidden;
    /* margin: 0 77px; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    margin-top: -120px;
    margin-bottom: 70px;
    max-width: max-content;
    display: flex;

}
.site-gallery .fiter-tabs{
    margin-top: -42px;
}
.filter-metas {
    display: flex;
    padding: 0 15px 0 15px;
    align-items: center;
}
.select2-dropdown{
    width: 230px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    background: #f5f5f5;
    height: 40px;
    padding: 0 40px;
    font-size: 16px;
    position: relative;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    outline: none;
    border: 1px solid #E67635;;
}
.select2-search--dropdown {
    position: relative;
}
.select2-container--default .select2-search--dropdown:before {
    position: absolute;
    left: 12px;
    top: 12px;
    content: '' !important;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/search.svg) no-repeat;
        background-size: auto;
    background-size: 100%;
    z-index: 99;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 28px;
    max-width: 180px;
}
.select2-dropdown {
    width: 280px !important;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.select2-results__option {
    padding: 6px 40px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #E67635;
    color: white;
}
.select2-search--dropdown {
    display: block;
    padding: 0;
}
.select2-container {
    width: auto !important;
}
.select2-container--default .select2-selection--single {
    border: none;
}
.hero-title h3 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.site-tab-nav.fixed{
    position: fixed;
   /*left: 50%;
   */
    width: 100%;
    top: 0px;
    z-index: 9;
    padding-left: 10px;
}
.fiter-tabs a, .site-tab-nav a {
    padding: 24px 32px;
    font-size: 16px;
    font-weight: 500;
    color: #363333;
    display: inline-block;
    color: #626262;
    float: left;
}
.fiter-tabs a:last-child, .site-tab-nav a:last-child {
    border: none;
}

.site-tab-nav a:last-child {
    border: none 
}
.site-tab-nav a.active {
    color: #E93663;
    border-bottom: 4px solid #E93663;
}
.site-tab-nav a:hover {
    background: rgba(255, 255, 255, 0.7);
}
span.filter-title {
    background: #F7F7F7;
    padding: 19px 40px;
    color: #625E5E;
    float: left;
    font-size: 24px;
}
.site-cards.d-flex {
    margin: 0 -15px;
}
.site-cards.d-flex .site-block {
    display: block;
    width: 25%;
    padding: 0 15px;
    box-shadow: none;
    transition: all 0.4s;
    margin-bottom: 56px;
}
section.site-section.site-tabs {
    background: #F7F7F7;
    padding-top: 0;
    position: relative;
}
section.site-section.site-tabs::before{
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    background: #fff;
    height: 270px;
    position: absolute;
}
.site-cards.lg-grid .site-col {
    padding: 0 40px;
}
.site-cards.lg-grid .site-row {
    margin: 0 -40px;
}
.site-block img {
    width: 100%;
    display:flex;
}
.site-cards.d-flex {
    padding-top: 56px;
}
.site-cards .site-block h3 a,
.site-cards .site-block h3 {
    padding: 0;
    margin-bottom: 14px;
    line-height: 1.3;
    font-weight: 600;
}
h6.sub-title {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    display: inline-block;
    font-weight: 700;
}
h6.sub-title:before {
    position: absolute;
    left: 0;
    width: 100%;
    background: #B4EAE6;
    height: 10px;
    top: 11px;
    content: '';
    z-index: -1;
    opacity: 0.5;
}

.site-btn.sm-btn {
    font-size: 15px;
    padding: 12px 21px;
    font-weight: 600;
    margin: 0;
    display: inline-flex;
    vertical-align: center;
    color: #Fff;
}
.site-btn.sm-btn:hover {
    color: #fff;
    background: #FD7722;
}

.hero-section.inner-hero.plain-template-hero .hero-content {
    padding-left: 0;
    padding-bottom: 0;
}
.videos-section a.mt-video {
    width: 25%;
    margin-bottom: 56px;
}
.videos-section .mt-videos {
    padding-left: 0;
}
.hero-content .breadcrumb {
    margin: 0 0 14px;
}
.site-block h6 {
    font-weight: 600;
}
.site-title p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom:45px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #333;
    content: ">";
}
.breadcrumb li {
    display: inline-block;
    font-weight: 500;
    color: #333;
    padding: 5px 0;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.breadcrumb li a:hover {
    color: #2D3191;
}
.breadcrumb li a {
    color: #777;
    text-decoration: underline;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
ul.breadcrumb a:hover {
    color: #f68739;
    text-decoration: none;
}

.site-content h6 {
    font-weight: 600;
    max-width: 400px;
    margin: 0;
}
.tab-flex .d-flex {
    align-items: center;
    margin-bottom: 21px;
}
.site-causes {
    background: #f7f7f7;
    padding: 35px;
    height: 100%;
    margin-top: 14px;
}
#nav a span {
    display: inline-block;
    margin-left: 7px;
    transition: all 0.4s;
    height: 17px;
    overflow: hidden;
    position: relative;
    top: 2px;
}
#nav a.active span {
    opacity: 0;
}
.arrow-icon img {
    position: relative;
    top: 3px;
    transition: all 0.4s;
    margin-left: 10px;
}

.site-section ul {
    margin: 21px 0 35px 0px 
}
.site-causes.tab-flex .site-image {
    width: 70px;
}
.site-causes.tab-flex .site-content {
    width: calc(100% - 70px);
    padding-left: 28px;
    max-width: 233px;
}
.site-causes.tab-flex .d-flex {
    align-items: flex-start;
    margin-bottom: 21px;
}
.site-wrapper .site-wrapper {
    padding: 0;
}

.site-logo {
    display: inherit;
}

.col-3 {
    width: 25%;
    position: relative;
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}


.menu-item .arrow-icon img {
    width: 12px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.site-toggle {
    width: 100%;
    padding: 11px 50px;
    margin: 0;
    position: relative;
    z-index: 999;
}


.breadcrumb {
    margin-bottom: 14px;
}

.sm-grids .site-col {
padding: 0 12px;
}

.sm-grids .site-row {
margin: 0 -12px;
}
.site-blogs .site-block h3 {
    font-size: 24px;
    font-weight: 600;
}
span.entry-meta {
    font-size: 14px;
    display: block;
    color: #8E8D8D;
    margin-bottom: 7px;
    line-height: 22px;
}
.block-wrapper {
    margin-top: 70px;
}
.col-2 {
    width: 16.666666%;
}

.site-block .site-meta p {
    font-size: 12px;
    min-height: auto;
    line-height: 20px;
}

.act-cat{
    display:inline-block;
    color:#00cdc1;
    font-size: 14px;
    font-weight:500;
    margin-bottom:10px;
}

.entry-meta span {
    color: #A29B9B;
}
.entry-meta {
    margin-bottom: 35px;;
}
.entry-meta span {
    display: inline-block;
    margin-right: 10px;
    align-items: center;
}


.entry-meta span i {
    margin-right: 7px;
}
.icon-text {
    position: relative;
    top: -7px;
    font-size: 14px;
    display: block;
    font-weight: 600;
    transition: all 0.4s;
}
.site-arrow {
    background: #E64626;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
.site-arrow:hover {
    background: #353535;
 
}
.site-arrow img {
    width: auto;
    padding: 18px 14px;
}

.block-wrapper h2 {
    font-size: 40px;
}

.form-group textarea:focus,
.form-group input:focus  {
    border: 1px solid #E64828;
    outline: none;
}
.form-group textarea,
.form-group input  {
    background: #fcfcfc;
    border: 1px solid #dcdcdc;
    height: 50px;
    padding: 0 18px;
    width: 100%;
    font-size: 18px;
}


.site-cards .site-col {
    margin-bottom: 56px;
}
.site-section.site-cards {
    padding-bottom: 14px;
}
.anchor-div {
    margin-bottom: 56px;
    margin-top: -28px;
}
.intro-section h3 {
    font-size: 26px;
    color: #494197;
    margin-bottom: 7px;
}
.banner-content {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    text-align: left;
}
ol.breadcrumb {
    padding: 14px 28px;
    margin: 0;
    font-size: 14px;
    color: #333;
    max-width: fit-content;
    background: #fff;
    font-weight: 500;
}
.breadcrumb a {
    color: #fff;
}
.banner-content h4 {
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 5px;
    text-transform: capitalize;
    font-weight: normal;
}
.banner-content h4,
.banner-content h1,
.banner-content p,
.banner-content h2 {
    color: #fff;
}
.hero-blog.inner-blog .site-row {
    border: none;
    padding-bottom: 0;
}
.seller-map iframe {
    max-width: 100%;
}
.hero-section.contact-banner img {
    width: 100%;
    min-height: 578px;
}
section.site-section.default-section {
    padding: 56px 0;
    font-size: 16px;
}
section.site-section.default-section p{
    font-size: 16px;
    line-height: 26px;
}
.default-section .site-content {
    max-width: 1100px;
}
.site-section ul li {
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 21px;
}

/** latest added css **/

.archive-section {
    background: url(../img/blue-svg-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    height: 100vh;
    width: 100%;
    position: relative;
    margin-top: -100px;
    padding-top: 200px;
}
.archive-page img {
    max-width: 500px;
    margin: 0 auto;
   
}
.archive-page .site-link {
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: underline;
    margin: 21px auto 35px;
}

a.site-pdt figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    font-size: 24px;
    font-weight: 900;
    width: 80%;
    color: #fff;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    z-index: 999;
    text-shadow: 0 0 20px rgb(32 32 30 / 50%);
}
a.site-pdt {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #333;
}

a.site-pdt:hover:after {
    height: 100%;
    background: linear-gradient(0deg, #2a3266da 35%, rgba(36,38,41,0) 100%);
}
a.site-pdt:hover figure img {
    transform: scale(1.05);
}
a.site-pdt::after {
    object-fit: cover;
    font-family: "object-fit: cover";
    background: rgba(36,38,41,0.75);
    background: linear-gradient(0deg, #323549da 25%, rgba(36,38,41,0) 100%);
    content: '';
    height: 60%;
    left: 0;
    position: absolute;
    bottom: 0;
    transition: all 0.4s;
    width: 100%;
    opacity: 0.8;
}
span.anchor-link {
    position: absolute;
    bottom: -50px;
    right: 0;
    color: #2E3192;
    z-index: 99;
    width: 100%;
    text-align: center;
    padding: 14px;
    background: #fff;
    color: #333;
    opacity: 0;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s;
}
span.anchor-link:hover {
    background: #ED1B24;
    color: #fff;
}
a.site-pdt:hover span.anchor-link {
    bottom: 0;
    opacity: 1;
}
a.site-pdt figure img {
    width: 100%;
    opacity: 0.8;
    height: 340px;
    transition: all 0.4s;
    display: block;
    object-fit: cover;
}

.site-wrap {
    transition: ease all 0.4s;
}

.site-wrap:hover {
transition: ease all 0.4s;
    transform: translateY(-1px);
    box-shadow: 0 30px 90px 0 rgb(31 36 48 / 8%);
}
.site-wrap figure {
    overflow: hidden;
}
.site-wrap:hover img {
    margin-left: 0;
}
.site-wrap img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-left: 30px;
    margin-bottom: 20px;
}
.site-wrap figcaption {
    padding: 42px 30px 40px;
}
.site-wrap {
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.site-wrap p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 21px;
    height: 80px;
    overflow: hidden;

}
.top-contact-info{
    display: inline-block;
}
.top-contact-info a{
    font-size: 14px;
}

.top-socials{
    display: inline-block;
    margin:0 15px 0 35px;
}
.top-socials li {
    margin-left: 14px;
}

.site-wrap h4 {
    margin-bottom: 14px;
}
a.arrow-btn {
    font-weight: 600;
    margin-top: 28px;
    display: block;
    color: #0d843c;
    font-size: 16px;
}
a.arrow-btn:hover {
    color: #00cdc1
}
.site-title {
    margin-bottom: 28px;
}
a.arrow-btn i {
    font-size: 13px;
    padding-left: 5px;
}
.site-location {
    background: #2E3192;
    padding: 35px 0;
}
.site-location p {
    color: #fff;
    margin: 0;
    margin-right: 94px;
    font-weight: 600;
}
.site-location p:last-child {
    margin: 0;
}
.site-contacts p a {
    color: #fff;
}
p .icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #fff;
    color: #2E3192;
    text-align: center;
    border-radius: 50%;
    margin-right: 14px;
    float: left;
    font-size: 16px;
    line-height: 35px;
}
.site-descriptions p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 21px;
}
.bottom-socials ul li {
    display: inline-block;
    margin-right: 21px;
}
.masonry,
.masnory {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.showcase-item {
    display: inline-block;
    background: #fff;
    width: 100%;
    transition: all 0.4s;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}
.site-gallery {
    margin-top: 56px;
    margin-bottom: -30px;
}
.bottom-socials {
    margin-top: 35px;
}
form.subscribe-form input {
    background: #f5f5f5;
    border: none;
    width: 100%;
    font-size: 16px;
    height: 45px;
    border-radius: 6px;
    padding: 0 15px;
    margin-bottom: 7px;
}



form.subscribe-form input.site-btn {
    background: #2E3192;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

form.subscribe-form input.site-btn:hover {
    background: #00cdc1;
    color: #fff;
}
.team-details h5 {
    color: #2E3192;
    margin: 0 0 7px;
}
.team-single {
    margin-bottom: 56px;
}
.team-single img {
	width:100%;
    border-radius: 12px;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:top;
}
.site-team {
    padding-top: 35px;
}
.team-details {
    text-align: center;
    margin-top: 14px;
}
span.down-icon {
    font-size: 12px;
    margin-left: 5px;
    display: table-row;
}

.more{
	font-weight:600;
}

.top-team {
    margin-top: 42px;
}
.chairman-image img {
    width: 100%;
    padding-left: 35px;
}
section.site-section.chairman-message p {
    font-size: 16px;
}
.chairman-sign h5 {
    margin: 14px 0 7px;
}
.chairman-sign {
    margin-top: 35px;
}
.dealer-order .select-styled {
    position: relative;
}
.dealer-order .select-styled:before {
    position: absolute;
    right: -42px;
    top: 7px;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/sorter.svg) no-repeat;
    background-size: 100%;
}
select.select-hidden {
    display: none;
}
.form-control {
    height: 55px;
    font-size: 18px;
    border: none;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 14px;
    -webkit-appearance: none;
 
}
.dealer-search input {
    width: 500px;
    max-width: 100%;
    font-size: 16px;
    height: 50px;
    padding: 0 20px;
}
.dealer-search input.site-btn {
    width: 180px;
    text-align: center;
    display: inline-block;
    margin-left: 7px;
}
.single-dealer,
.faculty-item {
    border-radius: 8px;
    background: #F5F5F8;
    padding: 28px 35px;
    height: 100%;
}
.site-dealers .site-col,
.faculty-item .site-dealers .site-col{
    margin-bottom: 35px;
}
.single-dealer p,
.faculty-item p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faculty-item p{
    height:180px;
    overflow-y: scroll;
}

.dealer-order {
    margin-right: 35px;
}
.site-filter {
    margin-bottom: 35px;
    align-items: center;
}

.single-dealer{
    transition: ease all 0.4s;
    cursor: pointer;
}

.single-dealer:hover{
    transition: ease all 0.4s;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.single-dealer p i {
    width: 20px;
    font-size: 14px;
    position: relative;
    top: 6px;
}

.single-dealer p span {
    width: calc(100% - 20px);
    padding-left: 7px;
}
.site-dealers h5 {
    color: #333;
    font-size: 20px;
    margin-bottom: 14px;
}
.site-downlaods {
    background: #F5F5F8;
    padding: 20px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    margin-bottom: 14px;
    align-items: flex-start;
}
.site-downlaods h5 a{
    margin: 0;
    color: #333;
    width: calc(100% - 150px);
    padding-right: 35px;
}
a.download-btn {
    color:#0d843c;
    border: 1px solid #ddd;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    width: 150px;
    text-align: center;
}

a.download-btn:hover {
    background: #0d843c;
    color: #fff;
}
.contact-info span.text {
    color: #fff!important;
}
.contact-info span.text strong {
    display: block;
    margin-bottom: 7px;
}
.contact-info p.contact-wrap {
    display: flex;
    margin-top: 35px;
}
.contact-info h3 {
    color: #fff;
}
.contact-info p {
    color: #fff;
}
form.contact-form {
    margin-top: 35px;
}
.contact-section .site-row {
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    overflow: hidden;
}
.map-section iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -10px;
}
.inner-section .site-wrap {
    margin-bottom: 42px;
}
.blog-content span.entry-meta {
    margin-bottom: 21px;
}
.enquiry-form-section .form-control {
    background: #F5F5F8;
}
.contact-wrap label {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}
.checbox-div .form-group {
    width: 50%;
    position: relative;
}

.checbox-div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 21px;
}
.checbox-div input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: auto;
    visibility: hidden;
}
.checbox-div .form-group {
    margin-bottom: 18px;
}
.checbox-div label {
    padding-left: 40px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
}
.checbox-div label:after,
.checbox-div label:before {
    position: absolute;
    left: 0;
    height: 24px;
    border: 2px solid #2E3192;
    content: '';
    background: #f5f5f5;
    display: block;
    width: 24px;
    top: 0;
    border-radius: 4px;
}

.checbox-div label:after {
    background: #2E3192;
    width: 14px;
    height: 14px;
    top: 5px;
    left: 5px;
    opacity: 0;
}

.checbox-div input:checked + label:after {
    opacity: 1;
}
.notfound-404 h1 {
    font-size: 320px;
    color: #d2d1d1;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 35px;
}
.site-section.archive-page{
    background: #fafafa;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
}
p.schema-faq-answer {
    display: none;
    border: 1px solid #ddd;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 30px;
}
strong.schema-faq-question {
    display: block;
    width: 100%;
    background: #f5f5f5;
    padding: 16px 50px 16px 30px;
    border: 1px solid #eee;
    cursor: pointer;
    transition: all 0.4s;
    position: relative;
    color: #333;
}
strong.schema-faq-question.active,
strong.schema-faq-question:hover {
    background: #00cdc1;
    color: #fff;
    
}
.schema-faq-section {
    margin-bottom: 14px;
}
strong.schema-faq-question:before {
    position: absolute;
    right: 20px;
    top: 6px;
    content: '+';
    font-size: 31px;
    font-weight: normal;
}

strong.schema-faq-question.active:before {
    content: '-';
}
.pdt-box {
    margin-bottom: 35px;
    text-align: center;
    color: #bc1123;
    width: 20%;
    padding: 0 15px;
}
.pdt-box img {
    transition: all .4s;
    border: 1px solid #e6e0e0;
    height: 180px;
    width: 100%;
    object-fit: contain;
    padding: 30px;
    border-radius: 12px;
    background: #fff;
}
.pdt-box figcaption {
    margin-top: 10px;
    font-weight: 500;
    color: #2E3192;
    font-weight: 600;
}
.brand-images:hover, .pdt-box:hover img {
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 30px 0 rgb(31 36 48 / 18%);
    box-shadow: 0 10px 30px 0 rgb(31 36 48 / 18%);
    cursor: pointer;
}
.site-products {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.has-anchor .site-title,
.products-section .site-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.anchor-btn {
    color: #2E3192;
    font-weight: 500;
}
.showcase-item img {
    width: 100%;
}
a.site-btn.download i {
    margin-right: 7px;
}

span.item-numbers {
    position: absolute;
    top: 0;
    right: 0;
    background: #0d843c;
    color: #fff;
    padding: 20px;
    width: 89px;
    text-align: center;
    font-size: 16px;
}
.gallery-section .site-wrap figure {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 14px;
}

.gallery-section .site-wrap figure img {
    width: 100%;
    display: block;
}
.gallery-section .site-wrap {
    margin-bottom: 35px;
    display: block;
    background: transparent;
}

.gallery-section .site-wrap:hover {
    box-shadow: none;
}
.gallery-section .pagination {
    margin-top: 14px;
    position: relative;
    z-index: 999;
}
.showcase-item img {
    border-radius: 12px;
}
.has-anchor .site-title h2,
section.site-section.products-section .site-title h2 {
    margin: 0;
}
.mobile-menu {
    display: none!important;
}
.enquiry-div {
    margin: 0;
}
.site-nav,
.top-menu {
    margin-left: auto;
}
/** responsive css **/
@media (min-width:1600px) {

}
@media (max-width:1400px) {

    .site-btn.sm-btn {
        font-size: 14px;
        padding: 12px 15px;
    }
    .site-nav ul li {
        display: inline-block;
        margin-right: 28px;
        position: relative;
        padding: 10px 0;
    }
    .site-image.float-image {
        position: absolute;
        right: -20px;
        max-width: 700px;
    }
    .intro-section {
        margin-bottom: 56px;
        overflow: hidden;
    }
    .hero-blog.listing-section .site-image {
        margin-top: -274px;
    }
    h1 {
        font-size: 52px;
    }
    .hero-blog .site-image {
        margin-top: -324px;
    }


}

@media (max-width:1349px) {
    .site-wrapper {
        padding: 0 50px;
    }
    .hero-blog.listing-section .site-image {
        margin-top: -224px;
    }
    .hero-blog .site-image {
        margin-top: -280px;
    }
}
@media (max-width:1200px) {
    .site-wrapper > ul > li > a::before {
        height: 2px;
    }
	
	.menu-item-has-children .menu-item-has-children:hover > .sub-menu{
		top:inherit;
		left:0;
	}

    .mobile-menu {
        display: block!important;
    }
    .sub-menu-title {
        color: #fff!important;
    }
    .float-shapes {
        width: 60%;
    }
    .site-nav ul li.current-menu-item a, .site-nav ul li a:hover {
        color: #fff;
    }
    .main-header.fixed .site-nav ul li a {
        color: #fff;
    }
    .sub-menu-wrap:last-child {
        margin-bottom: 28px;
    }
    .hero-section.contact-banner img {
        min-height: 480px;
    }
    
    .notice-wrap{
        margin-top:-50px !important;
    }
    .contact-section h2 {
        font-size: 28px;
    }
    .contact-form-section,
    .contact-info {
        padding: 42px;
    }
    .project-carousel h3 {
        font-size: 26px;
    }
    .inner-hero-image {
        position: relative;
        margin-top: 28px;
        margin-right: 60px;
        margin-left: 45px;
    }
    #nav-container, .fiter-tabs, .site-tab-nav {
        margin-top: -63px;
    }
    .inner-hero-content {
        padding: 21px 56px 42px 0;
    }
    .inner-hero-image img {
        position: relative;
        left: 21px;
        top: -21px;
    }
    .sub-menu-wrap .menu-item-has-children {
        position: relative;
    }
    .sub-menu-wrap .menu-item-has-children:after {
        position: absolute;
        right: 0;
        top: 6px;
        content: '+';
        width: 22px;
        height: 22px;
        border: 1px solid #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 22px;
    }
    .sub-menu-wrap .menu-item-has-children.on:after {
        content: '-';
    }
    span.filter-title {
        padding: 15px 28px;
        font-size: 22px;
    }
    .initiative-carousel .owl-stage-outer {
        margin-left: 25px;
        padding-left: 28px;
    }
    div#nav-container .nav-link {
        font-size: 16px;
        padding: 20px 28px;
        width: 33.3333%;
        border-bottom: 1px solid #eee;
    }
    .site-cards.lg-grid .site-col {
        padding: 0px 30px;
    }
    .site-cards.lg-grid .site-row {
        margin: 0 -30px;
    }

    
    .site-nav > .site-wrapper > ul > li > a {
        display: block;
        padding: 10px 0;

    }

  
 
    .site-block figcaption {
        padding-left: 18px;
        padding-right: 18px;
    }
    .site-cards.d-flex .site-block {
        width: 33.3333%;
        padding: 0 15px;
    }
  
    .site-nav span.arrow-icon {
        float: right;
    }
    .site-section.site-intro {
        padding-top: 0;
   }
   .site-toggle {
    display: block;
    text-align: right;
    padding: 0;
    width: auto;
    
    }
    .site-search {
        margin-right: 42px;
        position: relative;
        z-index: 999;
    }
    .bottom-menu a {
        color: #242424;
        margin-left: 35px;
   }
    .bottom-footer .col-8 {
        width: 60%;
   }


    .site-col.col-4.bottom-menu {
        width: 40%;
   }
    .site-footer .site-wrapper {
        padding: 0 50px;
   }
    .site-footer.ftr-contact {
        padding-left: 0;
   }
    .site-footer ul {
        padding-right: 0;
   }
    a.mt-video {
        width: 33.3333%;
        padding: 0 20px;
        transition: all 0.4s;
        margin: 14px 0 35px;
   }
    .site-col {
        padding: 0 20px;
   }
    .site-row {
        margin: 0 -20px;
   }
    .right-col, .left-col {
        padding-top: 70px;
        padding-bottom: 70px;
   }
    .site-col.col-5.right-col {
        padding-left: 49px;
   }
 
    .site-section {
        padding: 70px 0;
   }
    .float-image {
        max-width: 350px;
   }
    h2 {
        font-size: 34px;
   }
    h1 {
        font-size: 40px;
        letter-spacing: -1.5px;
   }
    h2.large-text {
        font-size: 40px;
        color: #0B044A;
   }
    .feature-content h6 {
        font-size: 24px;
   }
    .left-image img {
        max-width: 380px;
   }
    .svg-lists p, section#intro-section p {
        font-size: 22px;
   }
    .banner-caption {
        position: absolute;
        bottom: 80px;
   }
    .site-nav>ul>li {
        margin: 0;
        padding: 2px 0;
   }
    .site-nav li a i {
        float: right;
        font-size: 16px;
        margin-right: 0;
        position: absolute;
        right: 0;
        top: 14px;
   }
   .site-nav li a.on i {
    transform: rotate(180deg);
}
    .site-nav ul li ul {
        position: relative;
        left: 0%;
        top: 0;
        width: 100%;
        background: transparent;
        z-index: 999;
        opacity: 1;
        transition: none;
        visibility: visible;
        display: none;
        margin: 0 0 14px 0;
        box-shadow: none;
        width: 100%;
        padding: 0;
   }
   .site-nav ul li ul li a:hover {
        background: transparent;
        color: #fff;
    }
	
	li.menu-item-has-children li.menu-item-has-children > a::after{
		content:"\f078" !important;
	}
	
   .site-nav ul li ul li a {
    display: block;
    font-size: 18px;
    padding: 10px 0px;
    font-weight: 500;
    color: #fff;
    }
    .site-nav span.down-icon {
        float: right;
    }
    .sub-menu-wrap h5 {
        margin-bottom: 0;
        color: #fff;
    }
    .site-nav ul li .sub-menu h5 a {
        color: #fff;
        padding: 7px 0;
        font-size: 17px;
    }
    .site-nav ul li ul li a {
        border-bottom: 1px solid #62bfb9;
    }
    .site-nav ul li ul li:last-child a {
        border-bottom: none
    }
    span.short-descriptions {
        display: block;
        color: #ddc3d7;
        font-size: 13px;
    }
    .content-wrapper {
        padding-left: 42px;
   }
    ul.hdr-lists li a {
        font-size: 16px;
   }
    .site-nav ul li a {
        display: block;
        font-size: 20px;
        color: #fff;
   }
    .nav-close {
        display: block;
        margin-left: 28px;
   }
    .site-nav {
        position: fixed;
        top: 0;
        width: 300px;
        height: 100vh;
        background: #00a99f;
        z-index: 99999;
        right: -320px;
        padding: 56px 28px 21px;
        transition: all 0.4s;
        overflow-y: scroll;
        box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.1);
        -webkit-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.1);
   }
    .site-nav ul li {
        display: block;
        overflow: hidden;
   }
    /* body.on {
        left: -300px;
   } */
    body.on .site-nav {
        right: auto;
        border-radius: 0;
         right: 0%;
   }
   .site-image.float-image {
        max-width: 600px;
    }
    .site-toggle i {
        color: #fff;
        font-style: normal;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        z-index: 99;
        cursor: pointer;
        display: flex;
        justify-content: end;
        align-items: center;
   }
    .site-toggle i img {
        width: 24px;
        margin-left: 14px;
   }
    .nav-close {
        text-align: right;
        margin-bottom: 7px;
        position: absolute;
        right: 20px;
        top: 14px;
        font-size: 13px;
        display: flex;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        align-items: center;
   }
    .nav-close img {
        margin-left: 7px;
        width: 18px;
        height: 18px;
   }
   header.main-header.fixed {
       position: absolute;
   }
   .hdr-right.d-flex.align-items-center {
        flex-direction: row-reverse;
    }
    .site-icon {
        width: 33.333%;
        margin-bottom: 35px;
    }
    .product-section img.paint-image {
        height: 280px;
    }
    .pl-5 {
        padding-left: 21px;
    }
  
    .main-header .site-header {
        border-bottom: none;
    }
    .banner-content h1 {
        margin-bottom: 14px;
    }
  
    .blog-similar {
        padding-left: 0;
        margin-top: 35px;
    }
    .calculator-banner .col-7,
    .calculator-banner .col-5 {
        width: 50%;
    }
    section.paint-calculator-section {
        margin-top: 0;
    }
    .tabs.inner-tab span.icon {
        width: 100px;
        height: 100px;
    }
    .calculator-form .site-col {
        padding: 0 10px;
    }
    .calculator-form .site-row {
        margin: 0 -10px;
    }
    .inner-tab-content {
        padding: 56px;
    }
    .site-title p {
        font-size: 22px;
    }
    .product-slider-section .site-image img {
        height: 220px;
    }
    .seller-section .col-7,
    .seller-section .col-5 {
        width: 50%;
    }
    .sub-menu {
        position: relative;
        top: 120%;
        left: 0;
        background: transparent;
        opacity: 1;
        visibility: visible;
        transition: all 0.4s;
        width: 100%;
        padding: 0;
        border-radius: 6px;
        box-shadow: none;
        display: none;
        margin-top: 10px
    }
    span.down-icon img {
        width: 15px;
        margin-left: 0;
        position: relative;
        top: -2px;
        transition: all 0.4s;
        margin-right: 6px;
    }
    .sub-menu-wrap {
        width: 100%;
        float: left;
        padding-right: 0;
        margin: 0;
        border-bottom: 1px solid #ffffff3b;
        padding: 5px 0;
    }
    .site-nav ul li a:before {
        display: none;
    }
    .search-bar {
        top: -5px;
        right: -20px;
    }
    .menu-on .search-bar {
        opacity: 1;
        visibility: visible;
        right: 0;
        top: -5px;
    }
    .product-slider-section .site-wrapper {
        padding: 0 100px;
    }
    .also-apply .col-3 {
        width: 33.33333%;
        position: relative;
    }
    .also-apply .item {
        padding: 20px;
        text-align: center;
    }
    .product-range .site-col {
        padding: 0 10px;
    }
    .product-range .site-row {
        margin: 0 -10px;
    }
    a.site-pdt figure img {
        height: 270px;
    }
    a.site-video.video-small > img {
        height: 180px;
    }
    h4 {
        font-size: 22px;
        line-height: 1.4;
    }
    .site-location p {
        margin-right: 42px;
    }
    .showcase-item {
        margin-bottom: 10px;
    }
    .notfound-404 h1 {
        font-size: 270px;
    }
	li.menu-item-has-children > a::after {
		color: #fff!important;
		float: right;
	}
}
@media (max-width:1056px) {
    .hero-blog .site-image {
        margin-top: -250px;
    }
}
@media (max-width:991px) {
    a.site-video.video-small > img {
        height: 124px;
    }
    ul#tabs-nav li a {
        padding: 15px 15px;
        font-size: 16px;
    }
    
    .top-contact-info{
        display:none;
    }
    
    .site-location p {
        margin-right: 35px;
        font-size: 16px;
    }
    .notfound-404 h1 {
        font-size: 200px;
        padding-top: 56px;
    }
    .site-blog-section .site-col,
    .service-section .site-col {
        padding: 0 10px;
    }
    .site-blog-section .site-row,
    .service-section .site-row {
        margin: 0 -10px;
    }
    .site-location .site-wrapper {
        padding: 0 14px;
    }
    .site-location p {
        margin-right: 35px;
        font-size: 16px;
    }
    span.icon {
        display: block;
        float: none;
        margin: 0 auto 14px;
    }
    .site-contacts {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    p .icon {
        width: 35px;
        height: 35px;
        text-align: center;
        margin-right: 7px;
        float: left;
        font-size: 16px;
    }
    .seller-section .col-7, .seller-section .col-5 {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    a.site-pdt figcaption {
        font-size: 20px;
    }
    .bottom-header .site-btn {
        padding: 21px 30px;
    }
    /*.site-toggle {*/
    /*    right: 35px;*/
    /*    bottom: 22px;*/
    /*}*/
    .top-header {
        top: -26px;
        right: -100px;
    }
    .search-bar {
        width: 400px;
    }
    .seller-map iframe {
        max-width: 100%;
        height: 360px;
    }
    .site-section.seller-section.pt-0 {
        margin-top: -120px;
    }
    .product-slider-section .site-image img {
        height: 200px;
    }
    .tabs.inner-tab a {
        font-size: 16px;
        padding: 21px 28px 14px;
    }
    .site-title p {
        font-size: 20px;
    }
    .hero-section.calculator-banner img {
        width: 100%;
        min-height: 440px!important;
    }
    .calculator-image {
        top: -70px;
        right: 0;
    }
 
    .calculator-banner .col-7 {
        width: 40%;
    }
    .calculator-banner .col-5,
    .hero-blog.inner-blog .site-col.col-4 {
        width: 60%;
    }
    .hero-blog .site-image {
        margin-top: -214px;
    }


    .hero-blog.listing-section .site-btn {
        padding: 10px 22px;
        font-size: 14px;
    }
    .hero-blog.listing-section span.arrow-icon {
        margin-left: 5px;
        left: 15px;
    }
    .blog-listings .site-btn {
        padding: 8px 22px;
        font-size: 14px;
    }
    .blog-div h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .site-footer .col-3:first-child {
        width: 100%;
        margin-bottom: 35px;
    }
    .product-section img.paint-image {
        height: 220px;
    }
    .product-range .site-col.col-5 {
        width: 100%;
    }
    .product-range .site-col.col-7 {
        width: 100%;
        margin-top: 56px;
    }
    .site-icon {
        width: 25%;
        margin-bottom: 21px;
    }
    .contact-form {
        margin-top: 35px;
    }
    .home-intro .site-col.col-5 {
        width: 50%;
    }
    .site-image.float-image {
        max-width: 433px;
    }
    .inner-hero-image {
        position: relative;
        margin-top: 28px;
        margin-right: 14px;
        margin-left: 0;
    }
    .col-6.image-col {
        width: 40%;
    }
    .col-6.content-col {
        width: 60%;
    }
    .hero-title h3 {
        font-size: 24px;
    }
    .inner-hero-content {
        padding-right: 0;
    }
    #nav-container, .fiter-tabs, .site-tab-nav {
        margin-top: 0
    }
    .inner-hero-content {
        padding-bottom: 0;
    }
    a.site-logo img {
        width: 170px;
        }
    .logo-description {
        margin-left: 21px;
        padding: 10px 21px;
    }
    .site-cards.lg-grid .site-col {
        padding: 0px 20px;
    }
    .site-cards.lg-grid .site-row {
        margin: 0 -20px;
    }
    .hero-image img {
        height:  auto;
        object-fit: cover;
    }
    .product-section {
        padding-top: 56px;
    }
    .product-range {
        padding-top: 56px;
    }
    .cta-section::before {
        background-size: cover;
    }
    .main-header .site-header {
        border-bottom: none;
    }
    .site-footer .site-row {
        flex-wrap: wrap;
        }
        .site-footer .col-3 {
            width: 33.3333%;
            position: relative;
        }
        .hero-blog h3 {
            font-size: 26px;
        }
        h1 {
            font-size: 34px;
            letter-spacing: 0px;
        }
        .hero-blog .col-8 {
            width: 100%;
        }
        .pdt-qnty {
            background: #2E3192;
            color: #fff;
            font-size: 22px;
            padding: 14px;
            margin: 15px -40px 0;
        }
        .seller-card {
            background: #eee;
            padding: 28px 27px;
        }
        .left-section {
            padding-right: 0;
        }
        .intro-section .site-content {
            padding-right: 0;
        }
        .site-team .col-3 {
            width: 33.33333%;
            position: relative;
        }
        .team-single p {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 21px;
        }
        .pdt-box img {
            transition: all .4s;
            height: 140px;
            padding: 21px;
        }
        .pdt-box {
            padding: 0 10px;
        }
        .site-products {
            margin: 0 -10px;
        }
        .pdt-box {
            width: 25%;
        }
        .dealer-search input {
            width: 300px;
        }
        p.contact-wrap .icon {
            /* display: block; */
            margin: 0 14px 0 0;
        }
        .contact-section .site-row {
            margin: 0;
        }
        .contact-section.enquiry-section .col-6 {
            width: 80%;
        }
        .gallery-section .col-3 {
            width: 33.3333%;
            position: relative;
        }
        h5 {
            font-size: 20px;
        }
  
      
}
@media (max-width:768px) {
    .site-location p {
        margin-right: 0px;
        width: 33.33333%;
        text-align: center;
    }
    ul#tabs-nav li {
        list-style: none;
        margin: 0;
        width: 50%;
        padding: 5px;
    }
    ul#tabs-nav li a {
        padding: 15px 10px;
        display: block;
        background: #eee;
        font-weight: 500;
        color: #666;
        text-align: center;
    }
	
	.notice-wrap{
		display:inline-block !important;
		
	}
	
	.notice-item-wrap{
		padding:20px 5px !important;
	}
	
	.notice-left{
		padding:10px !important;
		writing-mode:inherit !important;
    transform: rotate(0) !important;
    float: none !important;
	}
	
    .site-gallery .col-6 {
        width: 50%;
    }
    .site-gallery .site-row .col-4:last-child {
        display: none;
    }
    .site-gallery {
        margin-top: 35px;
        margin-bottom: -30px;
    }
    p span.icon {
        display: block;
        float: none;
        line-height: 26px;
        margin: 0 auto 14px;
    }
    .top-header {
        display: none;
    }
    .video-section .site-col.col-4 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .video-section.inner-video .site-col.col-4 {
        width: 50%;

    }
    .inner-video  a.site-video.video-small {
        width: 100%;
    }
    a.site-video.video-small > img {
        height: 150px;
    }
    .site-video .play-btn {
        width: 40px;
    }
    a.site-video.video-small {
        width: 48%;
    }
    .product-range .site-col {
        width: 50%;
    }
    .notfound-404 h1 {
        font-size: 120px;
    }
    a.site-pdt {
        margin-bottom: 21px;
    }
    a.site-pdt figcaption {
        font-size: 22px;
    }
    a.site-logo {
        margin-top: 0;
        background: 0;
    }
    .seller-section .col-7, .seller-section .col-5 {
        width: 100%;
    }
    .product-section .col-4 {
        width: 33.333%;
    }
    .also-apply .col-3 {
        width: 50%;
        position: relative;
    }
    .hero-blog .site-image {
        margin-top: -160px;
    }
    .site-section.seller-section.pt-0 {
        margin-top: 42px;
    }
    .seller-card .site-col.col-6 {
        width: 50%;
    }
    .pl-5 {
        padding-left: 0px;
    }
    .product-slider-section .site-image img {
        height: 160px;
    }
    .hero-blog.listing-section .site-image {
        margin-top: 0;
    }
    .intro-section .site-title.pl-5 {
        margin-top: 35px;
    }
    .mv-section .col-4 {
        margin-bottom: 21px;
        width: 100%;
    }
    .mv-section .site-content {
        max-width: 540px;
        margin: 0 auto;
    }
    .product-section {
        padding-top: 0;
    }
    .mobile-search {
        display: block;
    }
    .site-search.d-flex.align-items-center {
        display: none;
    }
    .home-intro .site-col.col-5 {
        width: 100%;
        margin-top: 35px;
    }

    .fiter-tabs {
        margin-top: 0px;
        top: 0px;
        flex-wrap: wrap;
    }
    .grid-view.list-view .col-2 {
        width: 100%;
    }
    #sync1 .owl-nav svg {
        height: 16px;
        width: 16px;
    }
    .col-10 {
        width: 100%;
    }
    .inner-hero .hero-title {
        max-width: 100%;
    }
    .site-share {
        position: relative;
        right: auto;
        top: 0;
        margin-bottom: 21px;
        z-index: 999;
    }
    span.filter-title {
        padding: 10px 28px;
        font-size: 22px;
        width: 100%;
    }
    .site-cards.news-section .site-col.col-3 {
        width: 50%;
    }
    .filter-metas {
        display: flex;
        padding: 15px;
    }
   .grid-view .col-2 {
        width: 33.3333%;
    }
   div#nav-container .nav-link {
        font-size: 16px;
        padding: 15px 22px;
        width: 100%;
        border-bottom: 1px solid #eee;
        border-right: none;
    }

    .site-blogs .col-4 {
        width: 33.3333%;
    }

    h6.sub-title {
    font-size: 12px;
    }
    h6.sub-title:before {
        position: absolute;
        left: 0;
        width: 100%;
        background: #B4EAE6;
        height: 6px;
    }
    span.file-size {
        margin-left: 7px;
        font-size: 12px;
        color: #D0D0D0;
        display: block;
        margin-top: 7px;
    }
    .select2-dropdown {
        width: 230px !important;
    }
    .section-title::before {
        position: absolute;
        width: 66px;
        height: 1px;
        background: #D55436;
        content: '';
        right: -80px;
        top: 20px;
    }

    .col-9 {
        width: 100%;
    }
    .about-tab-content .site-row.d-flex {
        flex-direction: column-reverse;
    }
    .about-tab-content aside .site-share, .about-tab-content aside .site-print {
        padding: 14px 0;
        border: none;
    }
    .about-tab-content aside {
        margin-top: 28px;
    }
    
    #nav a span {
        float: right;
    }
    .video-thumbnail {
        margin: 0 21px -60px;
   }
 
    .site-section {
        padding: 63px 0;
   }
    .intro-section .col-7 {
        width: 100%;
   }
    section.site-section.site-features p {
        font-size: 24px;
   }
    .single-features .site-row {
        margin-top: 49px;
        margin-bottom: 49px;
        padding-bottom: 45px;
   }
    .col-5 .site-content, .col-7 .site-content {
        padding: 0;
   }
    .left-image {
        width: 100%;
        position: relative;
   }
    .banner-caption h2 {
        font-size: 36px;
   }
    .single-feature {
        transition: all 0.4s;
        width: 50%;
        padding: 0 20px;
   }
    section.site-section.site-feature .site-wrapper {
        padding: 0 30px;
   }
    .form-group .form-control {
        padding: 12px 21px;
   }
    .col-8 {
        width: 100%;
   }
    .content-wrapper {
        padding: 0 30px;
   }
    .map-location h3 {
        font-size: 22px;
        margin-top: 28px;
   }
    .right-image {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        margin-top: 70px;
        z-index: 99;
        margin-bottom: -5px;
   }
    .col-6 {
        width: 100%;
   }
    h2 {
        font-size: 30px;
   }
    .site-content {
        position: relative;
        z-index: 99;
        max-width: 100%;
   }
    h2.large {
        font-size: 40px;
   }
   .intro-section .site-title h2:before {
    position: absolute;
    left: 100px;
    height: 17px;
    content: '';
    background: #eee;
    width: 134px;
    top: 32px;
    transition: all 0.4s;
    /* opacity: 0.15; */
    z-index: -1;
}
    .col-4 {
        width: 50%;
   }
    footer.site-footer .col-4:first-child {
        width: 100%;
        margin-bottom:30px;
   }

    .site-content li {
        font-size: 18px;
   }
    .site-content li:before {
        background-image: url(../img/checkbox.svg);
        width: 16px;
        height: 16px;
        content: '';
        background-repeat: no-repeat;
        background-size: 100%;
        left: 0;
        top: 5px;
        position: absolute;
   }
  
    .float-image {
        display: none;
   }

    .site-intro .site-content {
        padding: 0;
   }

    .bottom-menu a {
        margin-left: 0;
        margin-right: 35px;
        margin-top: 21px;
   }
  
   .logo-description {
        padding: 5px 21px;
        max-width: 420px;
    }
    .project-carousel h3 {
        font-size: 26px;
        font-weight: 600;
    }
    .bottom-footer .col-4,
    .bottom-footer .col-8 {
        width: 100%;
    }
    ul.ftr-social {
        text-align: left;
        margin-top: 14px;
    }
    .hero-blog .site-row {
        border-bottom: 1px solid #eee;
        padding-bottom: 42px;
        margin-bottom: 28px;
        margin-top: 35px;
    }
 
    .hero-blog.inner-blog .site-col.col-4 {
        width: 80%;
    }
    .hero-section.inner-hero .calculator-image img {
        width: 100%;
        min-height: auto;
        object-fit: contain;
    }
    .site-icon p {
        font-size: 14px;
        line-height: 20px;
    }
    .site-blog-section .site-col,
    .service-section .site-col {
        padding: 0 10px;
        margin-bottom: 35px;
    }
    .site-blog-section,
    .site-section.service-section.light-bg {
        padding-bottom: 35px;
    }
    .bottom-footer {
        padding: 0;
        padding-top: 21px;
        display: block;
    }
    .bottom-footer p {
        margin: 0px 0 0;
        font-size: 14px;
    }
    .chairman-image img {
        padding: 0;
    }
    .chairman-message .col-7 {
        width: 100%;
    }
    .chairman-message .site-row.d-flex {
        flex-direction: column-reverse;
    }
    .chairman-image {
        margin-bottom: 21px;
    }
    .has-anchor .site-title a,
    section.site-section.products-section .site-title a {
        display: none;
    }
    .dealer-search input.site-btn {
        width: 120px;
    }
    .dealer-search input {
        width: 280px;
    }
    .inner-section .site-wrap {
        margin-bottom: 14px;
    }
    .site-wrap img {
        margin-bottom: 10px;
    }
    span.item-numbers {
        color: #fff;
        padding: 14px;
        width: 70px;
        text-align: center;
        font-size: 14px;
    }
    
    .newsletter-section .site-title{
        margin-bottom:30px !important;
    }
}
@media (max-width:640px) {
    .site-icon .icon-image {
        width: 80px;
        height: 80px;
        top: 0;
    }
	
	.notice-item{
		width: 100% !important;
	}
	
    .inner-video .site-col {
        padding: 0 10px;
    }
    .inner-video .site-row {
    margin: 0 -10px;
}
    .site-wrap img {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .contact-section.enquiry-section .col-6 {
        width: 100%;
    }
    .checbox-div .form-group {
        width: 100%;
        position: relative;
    }
    .contact-form-section, .contact-info {
        padding: 42px 28px;
    }
    .site-downlaods {
        display: block;
        padding: 21px;
    }
    .site-downlaods h5 {
        margin: 0 0 14px;
        color: #2E3192;
        width: 100%;
        padding-right: 0;
        font-size: 20px;
    }
    a.download-btn {
        display: inline-block;
    }
    .site-blog-section .site-col,
    .service-section .site-col {
        padding: 0 10px;
        margin-bottom: 28px;
    }
    .dealer-order {
        margin-right: 35px;
        margin-top: 14px;
    }
    .pdt-box {
        width: 33.33333%;
        padding: 0 10px;
    }
    .site-team .col-3 {
        width: 50%;
        position: relative;
    }
    .site-team .site-col {
        padding: 0 10px;
    }
    .site-team .site-row {
        margin: 0 -10px;
    }
    .team-single p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .team-details h5 {
        margin: 0 0 7px;
        font-size: 18px;
    }
    .team-single {
        margin-bottom: 35px;
    }
    .team-details {
        text-align: center;
        margin-top: 7px;
    }
    .top-team {
        margin-top: 21px;
    }
    .site-title {
        margin-bottom: 21px;
    }
    .float-shapes {
        width: 100%;
    }
    .site-icon {
        width: 33.333%;
    }
    .product-slider-section .site-wrapper {
        padding: 0 45px;
    }
    button.owl-prev {
        position: absolute;
        left: -30px;
    }
    button.owl-next {
        position: absolute;
        right: -30px;
        left: auto;
    }
    .tabs.inner-tab span.icon {
        width: 80px;
        height: 80px;
    }
    .tabs.inner-tab a {
        font-size: 16px;
        padding: 14px 21px 14px;
    }
    .inner-tab-content {
        padding: 42px 35px;
    }
    .hero-blog.inner-blog .site-col.col-4 {
        width: 100%;
    }
    .hero-blog .site-image {
        margin-top: -230px;
    }
    .hero-blog.listing-section .col-4 {
        width: 45%;
    }
    h1 {
        font-size: 28px;
    }
    .hero-blog.listing-section .col-5 {
        width: 55%;
    }
    .hero-blog h3 {
        font-size: 22px;
    }

    .main-header .site-header {
        padding-bottom: 0;
    }
   
    .footer-widget {
        margin-top: 30px;
    }
    .site-footer .col-3:first-child {
        margin-bottom: 0;
    }
    .site-footer .col-3 {
        width: 100%;
        position: relative;
    }
    section.site-section.cta-section.text-center .site-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .mid-logo img {
        width: 400px;
        margin-bottom: 14px;
    }
    .form-group input.site-btn, .border-btn, .site-btn {
        display: inline-flex;
        padding: 10px 25px;
        font-size: 15px;
        margin-top: 7px;
    }
    .product-section .col-4 {
        width: 50%;
    }
    .product-section img.paint-image {
        height: 160px;
    }
    span.brush-shape {
        position: absolute;
        top: 0;
        left: 10%;
        width: 50%;
    }
    .product-section .site-image {
        margin-bottom: 35px;
    }
    .product-range {
        padding-top: 0;
    }
    .product-section {
        padding-top: 14px;
    }
    .site-icon p {
        width: auto;
        padding: 0 7px;
        font-size: 15px;
        line-height: 20px;
    }
    .icon-image img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 36px;
    }
    .site-icon .icon-image:before {
        position: absolute;
        width: 80px;
        height: 80px;
        background: #4B0082;
        content: '';
        top: 0;
        left: 0;
        z-index: -9;
        border-radius: 50%;
        transition: all 0.4s;
    }
    .mid-logo img {
        width: 70%;
    }
    .calculator-banner .col-5{
        width: 90%;
    }
    .calculator-banner .col-7 {
        width: 50%;
    }
    .hero-section.calculator-banner .calculator-image img {
        min-height: auto!important;
    }
    .calculator-image {
        top: 0;
        right: 0;
    }
    section.paint-calculator-section {
        margin-top: 40px;
    }
    .site-blogs span.entry-meta {
        margin-bottom: 14px;
    }
    .site-nav > .site-wrapper > ul > li > a {
        display: block;
        padding: 10px 0 7px;
    }
    .hero-content {
        padding: 0;
        position: relative;
        bottom: auto;
        color: #333;
        z-index: 999;
        width: 600px;
        max-width: 80%;
    }
    .grid-view .col-2 {
        width: 50%;
    }
    .col-6.content-col,
    .col-6.image-col {
        width: 100%;
    }
    .site-block figcaption {
        padding: 21px 28px;
    }
    .logo-description {
        padding: 5px 21px;
            padding-right: 21px;
        max-width: 100%;
        padding: 0;
        margin: 14px 0 0;
        border-left: none;
    }
    .inner-hero .hero-image {
        width: 100%;
        top: 0;
        position: relative;
    }
  
   .site-cards.d-flex .site-block {
        width: 50%;
    }
    .block-image {
         margin: 0 20px;
    }
    .bottom-content {
        padding-right: 0;
        padding-bottom: 14px;
   }
   .chairman-image img {
    max-width: 200px;
}

   p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 21px;
}

    .inner-intro p {
        font-size: 20px;
   }
 
    h4 {
        font-size: 20px;
   }

    p.footer-desc {
        max-width: 100%;
   }
    .bottom-footer p {
        margin: 0 0 7px;
        line-height: 26px;
   }
    h2.large {
        font-size: 38px;
        font-weight: 800;
   }
   .inner-hero-image {
        max-width: 300px;
        margin-top: 56px;
    }
    .hero-carousel .hero-content h2 {
        margin-bottom: 0;
        color: #333;
    }
    .hero-image img {
        height: 360px;
        min-height: auto;
        object-fit: cover;
    }
    .hero-carousel  .hero-content h2 {
        margin-bottom: 0;
    }
    .hero-carousel .hero-content {
        position: relative;
        bottom: auto;
        max-width: 100%;
        padding: 35px 0 56px;
    }
    related-project .site-block, .project-carousel .site-block {
        margin-bottom: 35px;
    }
    span.play-btn {
        width: 45px;
    }
    footer.site-footer {
        padding: 35px 0 21px;
        position: relative;
        
    }
    
    ol.breadcrumb {
        padding: 14px 21px;
    }
    .breadcrumb li {
        letter-spacing: normal;
    }
    .hero-section.inner-hero img {
        min-height: 250px;
        object-fit: cover;
    }

 
}
@media (max-width:567px) {
    .hero-blog .site-image {
        margin-top: -260px;
    }
    ul#tabs-nav li {
        list-style: none;
        margin: 0;
        width: 100%;
        padding: 5px;
    }
    .gallery-section .col-3 {
        width: 50%;
        position: relative;
    }
    .gallery-section .site-col {
        padding: 0 10px;
    }
    .banner-content {
        position: relative;
    }
    ol.breadcrumb {
        padding: 0;
    }
    .gallery-section .site-row {
        margin: 0 -10px;
    }
    .gallery-section h5 {
        font-size: 18px;
    }
    .dealer-search input {
        width: 230px;
        height: 45px;
    }
    .site-gallery .col-6 {
        width: 100%;
    }
    .site-contacts {
        display: block;
        align-items: flex-start;
        justify-content: center;
    }
    h2.large {
        font-size: 32px;
        font-weight: 800;
    }
    a.site-video.video-small > img {
        height: 140px;
    }
    .site-location p {
        width: 100%;
        text-align: left;
    }
    .intro-section .site-title h2:before {
        display: none;
    }
    p span.icon {
        display: inline-block;
        float: none;
        line-height: 35px;
        float: left;
        margin: 0 14px 0 0;
        position: relative;
        top: -4px;
    }
    .site-contacts p {
        margin: 21px 0;
    }
    .site-location {
        background: #2E3192;
        padding: 21px 0 35px;
    }

    .site-location .site-wrapper {
        padding: 0 20px;
    }
 
    a.site-pdt figure img {
        height: 220px;
    }
    .site-wrapper {
        padding: 0 20px;
   }
    .menu-on .search-button {
        opacity: 1;
        visibility: visible;
    }
    section.paint-calculator-section {
        margin-top: 0;
    }
    .search-bar {
        top: 50px;
        right: -60px;
        width: 340px;
    }
    .menu-on .search-bar {
        opacity: 1;
        visibility: visible;
        right: -60px;
        top: 53px;
        width: 340px;
    }

.seller-locations {
    height: auto;
    margin-top: 35px;
    overflow-y: auto;
    padding-right: 0;
}
.seller-card .site-col.col-6 {
    width: 100%;
}
   .calculator-tabs .tabs li {
       margin: 0;
       width: 33.33333%;
       padding: 0;
   }
   .tabs.inner-tab {
       display: flex;
   }
   .calculator-tabs .tab_content {
    padding: 0;
    width: 100%;
}
   .tabs.inner-tab span.icon {
    width: 70px;
    height: 70px;
}
.inner-tab .icon img {
    width: 40px;
}
.tabs.inner-tab a {
    font-size: 16px;
    padding: 14px;
    width: 100%;
    font-size: 14px;
    height: 100%;
}
    .site-footer .site-wrapper {
        padding: 0 30px;
   }
    h3 {
        font-size: 26px;
   }
    .col-5, .col-7 {
        width: 100%;
   }
   .site-awards img {
        width: 60px;
        margin: 0 3px;
    }
    .site-section {
        padding: 49px 0;
    }
    .site-awards {
        margin-top: 28px;
    }
    .also-apply .col-3 {
        width: 100%;
        position: relative;
    }
    .bottom-header .site-btn {
        padding: 21px 21px;
        font-size: 16px;
    }
    a.site-logo img {
        width: 110px;
    }
    .site-footer a.site-logo img {
        width: 170px;

    }
    
    .main-header .site-wrapper{
        padding:0 20px;
    }
    
    .bottom-header .site-btn {
        padding: 20px 15px;
        margin-right: 45px;
        font-size: 15px;
        height: 60px;
        line-height: 60px;
    }
    .site-toggle {
        position:absolute;
        right: 0;
        width: 55px;
        background: #0d843c;
        padding: 22px 0;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        margin-top:0;
    }
    .site-toggle i img {
        filter: brightness(0) invert(1);
        height: 100%;
    }
    .enquiry-div i {
        margin-right: 7px;
        display: none;
    }
    .product-range span.anchor-link {
        display: none;
    }
    a.site-pdt figcaption {
        font-size: 20px;
    }

    .site-filter {
        margin-bottom: 35px;
        align-items: center;
    }
    .single-dealer {
        background: #F5F5F8;
        padding: 28px 28px;
    }
    .site-dealers .site-col {
        margin-bottom: 28px;
    }
    .pagination {
        margin-top: 14px;
    }
    .form-control {
        height: 48px;
        font-size: 16px;
    }
    .contact-wrap .form-control {
        padding: 10px 14px;
        margin-bottom: 28px;
    }
    .testimonials-item{
        display:inline-block !important;
    }
    
.client-img{
    max-width:140px !important;
    width:inherit !important;
    float:none  !important;
}
.client-desc{
    padding:30px 0 0 0 !important;
}
 
}
@media (max-width:480px) {
    .pdt-box {
        width: 50%;
        padding: 0 10px;
    }
    .hero-section.inner-hero img {
        min-height: 180px;
        object-fit: cover;
    }
    h2.class-title {
        font-size: 34px;
   }
   .dealer-search input.site-btn {
    width: 100%;
    margin-left: 0;
}
.dealer-search input {
    width: 100%;
    height: 45px;
}
   a.site-video.video-small > img {
    height: 110px;
}
a.site-pdt figure img {
    height: 200px;
}
.single-location,
.seller-card {
    padding: 28px 21px;
}
h4 {
    font-size: 22px;
}
.site-title p {
    font-size: 18px;
}
    .site-descriptions h5 {
        font-size: 18px;
   }

   .hero-blog.listing-section .col-5,
   .hero-blog.listing-section .col-4,
   .col-4 {
    width: 100%;
}
   .site-icon .icon-image:before {
        width: 70px;
        height: 70px;
    }
    .site-icon .icon-image {
        width: 70px;
        height: 70px;
        top: 0;
    }
    .icon-image img {
        width: 30px;
    }
    .site-features {
        margin: 0 -20px;
    }
    .site-nav {
        position: fixed;
        top: 0;
        width: 100%;
        right: -100%;
   }

 
}

li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    padding-left: 10px;
    font-size: 12px;
    font-weight: 900;
    margin-top: 5px;
    color: #000;
}

li.menu-item-has-children li.menu-item-has-children > a::after{
    content: "\f054";
}

.checbox-div label {
    padding-left: 40px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
    margin-top: -27px;
}

input#name {
    width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
    border-color: red;
    background: red;
    color: #fff;
     border-color: #46b450!important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450!important;
    background: #46b450;
    color: #fff;
    text-align: center;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.form-control {
    width: 100%!important;
}

.subscribe-form form [data-name="EmailAddress"]{
	display:inline-block;
	width:70%;
}

.subscribe-form form .wpcf7-not-valid-tip{
	display:inline-block;
}

.subscribe-form input.site-btn {
    margin: 0 0 0 10px;
    padding: 16px 35px;
    -webkit-appearance: none;
    font-size: 18px;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
}
.dealer-search {
    margin: 0 auto;
}
.gallery-section .site-wrap figure img {
    width: 100%;
    display: block;
    height: 208px;
    object-fit: cover;
}

/*** wp error style css ***/
body .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
body .wpcf7 form.invalid .wpcf7-response-output, 
body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: left;
    border-color: red;
    background: red;
    color: #fff;
    border: none!important;
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-align: center;
}
.subscribe-form form p {
	margin-bottom:0;
	display:inline-flex;
	align-items:flex-start;
}
body .contact-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
    position: relative;
    top: -3px;
}

.get-mbrshp{
    padding:12px;
    color:#fff;
    background-color: #028f86;
    display: inline-block;
    font-size: 14px;
}

.get-mbrshp:hover{
    color:#00cdc1;
    background-color: #fff;
}

.notice-wrap{
    background-color: #fff;
    margin-top: -100px;
    display: inline-flex;
    box-shadow: 0 3px  30px  rgba(0, 0, 0, 0.07);
    width: 100%;
}

.notice-left{
    color:#fff;
    text-align: center;
    background-color: #00cdc1;
    padding:20px 10px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    float:left;
}

.notice-item-wrap{
    padding:20px;
    overflow: hidden;
        width: 100%;
}

.notice-item{
    width: 50%;
    padding: 15px 20px;
    float: left;
}

.notice-item > a{
    display: inline-flex;
    color:#09142f;
}

.notice-publish-date{
    font-size: 12px;
    padding-left:8px;
    margin-right:15px;
    float: left;
    border-left: 3px solid #ED1B24;
}

.notice-item:nth-child(2) .notice-publish-date{
border-left: 3px solid #2D3191;
}

.notice-item:nth-child(3) .notice-publish-date{
    border-left: 3px solid #115f24;
    }

    .notice-item:nth-child(4) .notice-publish-date{
        border-left: 3px solid #00cdc1;
        }

.notice-publish-date span{
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.notice-content{
    font-weight: 500;
    display: inline-block;
    word-break: break-word;
}

.notice-content h5{
    font-size: 16px;
    margin-bottom: 0;
    transition: ease all 0.3s;
}

.notice-item:hover h5{
    color: #00cdc1;
    transition: ease all 0.3s;
}

.notice-content p{
    font-size: 14px;
    margin-bottom:0;
}

.testimonials-item{
    display: inline-flex;
    padding-left:20px;
    border: 1px solid rgba(0, 205, 93, 0.2);
    border-right:10px solid #00cdc1;
    /* box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5); */
}

#testimonials-slider .owl-item{
    padding:60px 10px 10px 10px;
}

.client-img{
    max-width: 140px;
    width: 100%;
    padding-right:15px;
    margin-top:-40px;
    float:left;
}

.client-img > img{
    border-radius:10px;
    border:5px  solid #fff;
    box-shadow: 0 0 20px  rgba(0, 0, 0, 0.3);
}

.quote-icon img{
    width:50px !important;
    margin:20px auto 0 auto;
}

.client-desc{
    background-color:#fff;
    padding: 30px 30px 30px 15px;
}

.client-name{
    margin-bottom:0;
}

.client-info{
    font-size: 14px;
    margin-bottom:10px;
}

.client-content{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.newsletter-section{
    background-color: #00cdc1;
    padding:50px 0;
}

.newsletter-section .site-title,
.newsletter-section .site-title h2{
    color:#fff;
    margin-bottom:0;
}

/*.subscribe-form form p{*/
/*    display: flex;*/
/*}*/

.subscribe-form form .wpcf7-form-control-wrap.EmailAddress{
    float:left;
}

.subscribe-form form .wpcf7-not-valid-tip{
    font-size:12px;
    color:#000;
}

.subscribe-form form .wpcf7-response-output{
    text-align:left !important;
    padding:5px 15px !important;
    clear:both;
}

.subscribe-form input.site-btn:hover{
    color: #0d843c;
    background-color: #fff;
}

.footer-contact p{
    font-size: 16px;
    line-height:1.4;
    margin-bottom: 15px;
}

.footer-contact i{
	margin:4px 10px 0 0;
	float:left;
}
.footer-contact span{
	display:block;
	overflow:hidden;
}

.page-template-curriculum ol{
    padding-left:30px;
}

.page-template-curriculum ol li{
    list-style: decimal;
    margin-bottom: 8px;
}

table{
    font-size: 14px;
    text-align: left;
    width:100%;
}

table > * > * > *{
    padding:8px;
    border:1px solid #dadada;
}

table > * > *:hover > *{
    background-color: rgba(0, 0.5, 193, 0.02);
}

table thead{
    color:#fff;
    background-color: #0d843c;
}

.partner-item{
    padding:20px 25px;
    border:1px solid #ebebeb;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.justify-content-center{
    justify-content: center;
}
.site-image .objective-image-introduction{
	    background: #f5f5f8;
    border-radius: 50%;
    padding: 13px;
}

.notice-publish-date::first-word{
	display:block;
	color:red;
}

.sc-1au8ryl-0.dmopMx {
    display: none!important;
}

.site-nav > .sub-menu{
    left:0;
}

.site-nav .sub-menu .sub-menu{
    left:100%;
}

.table-responsive{
	overflow-x:auto;
}

.card .card-title a{
    color:#111;
}

.card .card-title a:hover{
    color:#00cdc1;
}

.card{
    margin-bottom:30px;
    background-color:#fff;
    border-radius:8px;
    box-shadow:0 5px 35px rgba(0, 0, 0, 0.08);
}

.card-body{
    padding:30px;
}

.hero-section.inner-hero.wow.fadeInDown.animated {
    display: none;
}
p.decs {
    font-size: 13px!important;
    line-height: 1.6em!important;
    text-align: justify!important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    background-color: #028f86!important;
}
.top-search-bar {
    display: inline-block;
    margin-right: 10px;
}
.team-details h5 {
    color: green;
    margin: 0 0 7px;
}

.footer-map iframe{
    height:200px;
}