@font-face {
    font-family: 'Muli Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Muli Italic'), url('../fonts/Muli-Italic.ttf') format('woff');
}

@font-face {
    font-family: 'Muli Light';
    font-style: normal;
    font-weight: normal;
    src: local('Muli Light'), url('../fonts/Muli-Light.ttf') format('woff');
}

@font-face {
    font-family: 'Muli Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Muli Bold'), url('../fonts/Muli-Bold.ttf') format('woff');
}

@font-face {
    font-family: 'Muli Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Muli Regular'), url('../fonts/Muli-Regular.ttf') format('woff');
}

@font-face {
    font-family: 'Muli Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Muli Light Italic'), url('../fonts/Muli-LightItalic.ttf') format('woff');
}

@font-face {
    font-family: 'Muli SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Muli SemiBold'), url('../fonts/Muli-SemiBold.ttf') format('woff');
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Muli Regular';

}



html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Muli Regular';
}

.exact-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.exact-end {
    display: flex;
    align-items: center;
    justify-content: end;
}


#preloader {
    position: fixed;
    background: #e4f0f0 url(../images/preloader.gif);
    z-index: 9999999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.color_pallet {
    background-color: #000;
    width: 40px;
    padding: 3px 20px 3px 12px;
    color: #fff;
    position: fixed;
    right: 0;
    z-index: 999999;
    top: 20%;
    border-radius: 50px 0px 0px 50px;

}

.header {
    padding: 20px 0px;
    width: 100%;
    z-index: 999999;
    backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter: blur(2px) saturate(180%);
}

.nav-logo img {
    width: 200px;
}

.nav-logo {
    display: block !important;
}

.navbar .navbar-brand {
    display: none !important;
}

.navbar .dropdown{
    z-index: 999999;
}

.main_menu {
    align-items: end;
}

.media {
    text-align: end;
}

.media .fa-facebook {
    color: #1778F2;
    font-size: 18px;
    border: 2px solid #1778F2;
    border-radius: 30px;
    padding: 4px;
    margin-right: 8px;
}

.media .fa-youtube {
    color: #CD201F;
    /* color: #1778F2; */
    font-size: 18px;
    border: 2px solid #CD201F;
    border-radius: 30px;
    padding: 4px;
    margin-right: 20px;
}

.media .fa-instagram {
    color: #E4405F;
    /* color: #1778F2; */
    font-size: 18px;
    border: 2px solid #E4405F;
    border-radius: 30px;
    padding: 4px;
    margin-right: 8px;
}



.media .fa-linkedin {
    color: #0072b1;
    font-size: 17px;
    border: 2px solid #0072b1;
    border-radius: 30px;
    padding: 4px;
    margin-right: 8px;
}



.media .fa-x-twitter {
    color: #1e3050;
    font-size: 17px;
    border: 2px solid #1e3050;
    border-radius: 30px;
    padding: 4px;
    margin-right: 8px;
}


.contact_details {
    text-align: end;
    margin-top: 15px;
    margin-bottom: 5px;
}

.contact_details p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}



/* HAMBURGER Animation */

.visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}




.hamburger {
    margin: 0 auto;
    margin-top: 30px;
    width: 30px;
    height: 30px;
    position: relative;
}

.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color:#c76b2b;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.bar1 {
    top: 3px;
}

.bar2,
.bar3 {
    top: 15px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}


.checkbox2:checked+label>.hamburger2>.bar1 {
    transform: translateX(40px);
    background-color: transparent;
}

.checkbox2:checked+label>.hamburger2>.bar2 {
    transform: rotate(45deg);
}

.checkbox2:checked+label>.hamburger2>.bar3 {
    transform: rotate(-45deg);
}

.checkbox2:checked+label>.hamburger2>.bar4 {
    transform: translateX(-40px);
    background-color: transparent;
}

/* HAMBURGER Animation */

/* .navbar-nav {
    border-top: 1px solid #fff
} */

.navbar-nav li a {
    color: #000;
    font-size: 20px;
}

.scroll-logo {
    display: none;
}

.navbar-nav .dropdown li a {
    font-size: 18px;
}

.navbar-nav li a:hover {
    transition: all 0.3s ease-in-out;
}

.navbar-nav:hover> :not(:hover) {
    opacity: 0.4;
}

.navbar-nav .dropdown-menu li a {
    color: #000 !important;
}

.navbar-nav .dropdown-menu:hover> :not(:hover) {
    opacity: 0.4;
}

.navbar-nav li:nth-child(-n + 3):after {
    content: "";
    border-right: 2px solid #000;
    display: block;
    width: 100%;
    height: 18px;
    margin-top: -33px;
}

.navbar-nav .dropdown-menu li:nth-child(-n+3):after {
    display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 20px;
    font-weight: bold;
}



.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
}


@media (min-width: 768px) {
    .animate {
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}


@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        align-items: center;
        justify-content: end;
    }
}

.menu {
    text-align: end;
}



.banner .carousel-caption h1 {
    font-family: 'Muli Bold';
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
}

.banner .carousel-caption p {
    font-family: 'Muli SemiBold';
    font-size: 24px;
    color: #000;
}

.banner .carousel-caption .btn {
    /* border-radius: 0;
    background-color: #ef873e;
    padding: 6px 20px;
    color: #fff; */
    background-image: -webkit-linear-gradient(30deg, #ef873e 50%, transparent 50%);
    background-image: linear-gradient(30deg, #ef873e 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    color: #fff;
}

.banner .carousel-caption .btn:hover {
    background-position: 100%;
    color: #fff;
    border: 1px solid #ef873e;
}


.banner2 {
    padding: 50px 0px 0px;
}

.img-wish p {
    font-family: 'Muli SemiBold';
    font-size: 18px;
    line-height: 19px;
}

.img-wish p span{
    font-family: 'Muli Light';
    font-size: 15px;
}

.img-wish:hover a{
    border-bottom: 2px solid #d86713;
}

.img-wish i{
    font-size: 10px;
    color: #65b145;
}

.img-wish a{
    text-decoration: none;
    color: #000;
}


.sec_title {
    margin-bottom: 40px;
}

.sec_title h1 {
    font-family: 'Muli Bold';
    text-transform: uppercase;
}

.sec_title p {
    font-size: 20px;
    font-family: 'Muli SemiBold';
}

.banner3 .banner3expertings {
    display: flex;
    justify-content: space-between;
    padding: 0px 100px;
}

.banner3 .banner3expertings .banner3exp {
    text-align: center;
}

.banner3 .banner3expertings .banner3exp img {
    width: 100px;
}

.banner3 .banner3expertings .banner3exp p {
    text-transform: uppercase;
    font-size: 14px;
}

.banner4 {
    padding: 50px 0px;
}

.banner4 .mains {
    margin-bottom: 30px;
}

.banner4 ul li {
    font-family: 'Muli SemiBold';
    list-style: none;
}

.banner4 ul li {
    margin-bottom: 10px;
    font-size: 16px;

}

.banner4 ul li span {
    font-family: 'Muli Bold';
    font-size: 18px;
}

.banner5 img {
    border-radius: 15px;
}

.banner5 .btn {
    background-color: #d86713;
    color: #fff;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
}

.banner5 .btn:hover {
    background-color: #000;
    color: aliceblue;
    border-radius: 50px 0px 50px;
    padding: 5px 25px;
    transition: all 0.5s ease-in-out;

}

.banner6 {
    background-image: url(../images/img6.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 50px 0px;
    margin: 50px 0px;
    height: 450px;
    display: flex;
    align-items: center;
}

.banner6 h4 {
    font-family: 'Muli Bold';
}

.banner6 a {
    background-color: #d86713;
    padding: 5px 25px;
    color: #fff;
    border-radius: 50px 0px 50px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.banner6 a:hover {
    background-color: #fff;
    color: #000;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
}



.banner7 .sec_title h1::before {
    content: "";
    position: absolute;
    left: -10%;
    border-bottom: 2px solid #000;
    width: 46%;
    margin-top: 25px;
}

.banner7 .sec_title h1::after {
    content: "";
    position: absolute;
    right: -10%;
    border-bottom: 2px solid #000;
    width: 46%;
    margin-top: 25px;
}

.banner7 .banner7vismis {
    display: flex;
    align-items: start;
}

.banner7 .banner7vismis img {
    width: 70px;
}

.banner7 .banner7vismis h3 {
    font-family: 'Muli Bold';
    color: #ef873e;
}

.footer {
    background-image: url(../images/img7.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 50px 0px;
    color: #fff;
}

.footer ul {
    color: #fff;
    list-style: url(../images/liststyle.png);
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
}

.footer ul li:hover {
    margin-left: 10px;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
    color: #5fbe40;
    /* font-size: 14px; */
}

.footer ul li:hover a {
    color: #5fbe40;
}

/* .footer ul li a:hover {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
} */

.footer .fa-brands {
    color: #5fbe40;
    font-size: 17px;
    border: 2px solid #5fbe40;
    border-radius: 30px;
    padding: 4px;
    margin-right: 8px;
}


.aboutbanner {
    background-color: #5fbe40;
    padding: 50px 0px;
}

.aboutbanner h2 {
    color: #000;
    font-family: 'Muli Bold';
}


.aboutbanner p {
    font-family: 'Muli SemiBold';
    color: #000;
    font-size: 18px;
}


.aboutbanner1 {
    margin-top: 30px;
}

.aboutbanner1 h3 {
    color: #000;
    font-family: 'Muli Bold';
}

.aboutbanner1 p {
    font-family: 'Muli SemiBold';
    color: #000;
    font-size: 18px;
}

.aboutbanner2 {
    background-image: url(../images/About/img4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 600px;
    display: flex;
    align-items: center;
    margin-top: -100px;
}

.aboutbanner2 h3 {
    color: #000;
    font-family: 'Muli Bold';
}

.aboutbanner2 p {
    font-family: 'Muli SemiBold';
    color: #000;
    font-size: 18px;
}

.aboutbanner3 {
    padding: 50px 0px;
}

.aboutbanner3 h2 {
    font-family: 'Muli Bold';
}


.aboutbanner3 p {
    font-family: 'Muli SemiBold';
    color: #000;
    font-size: 18px;
    text-align: center;
}


.decarativebanner {
    padding: 50px 0px;
}


.decarativebanner h2 {
    font-family: 'Muli Bold';
    color: #000;
}


.decarativebanner p {
    font-family: 'Muli SemiBold';
    color: #000;
    font-size: 18px;
}

.decarativebanner .decarativebannerour {
    padding-top: 30px;
}

.decarativebanner2 .sec_title {
    padding: 30px 0px;
    /* background-color: #e9f3e1; */
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.decarativebanner2 .decarativebanner2interiorprimer {
    background-image: url(../images/About/img5-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 600px;
    margin-top: -130px;
    padding-bottom: 20px;
    display: flex;
    align-items: end;
}

.decarativebanner2interior {
    background-color: #f8f8f8;
    padding: 50px 40px;
}

.decarativebanner2interior h2 span {
    border-bottom: 2px solid #000;
}

.decarativebanner2interior h2 small{
    font-size: 15px;
}

/* .decarativebanner2interior h2 br{
    display: none;
} */

.decarativebanner2interior p {
    font-family: 'Muli SemiBold';
    color: #000;
    font-size: 18px;

}

.decarativebanner2exteriorprimer {
    background-image: url(../images/About/img6.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* height: 520px; */
    padding: 50px 0px;
}


.decarativebanner2multi {
    background-image: url(../images/About/img7.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* height: 420px; */
    padding: 50px 0px;
}

.decarativebanner3 {
    padding: 50px 0px;
}


.decarativebanner3 .sec_title {
    padding: 30px 0px;
    background-color: #e9f3e1;
    margin-bottom: 30px;

}

.decarativebanner3emulsion {
    background-color: #f3f3f3;
    padding: 25px;
    height: 580px;
}

.decarativebanner3emulsion img {
    padding-bottom: 20px;
}

.decarativebanner3emulsion h4 {
    font-family: 'Muli Bold';
}

.decarativebanner3emulsion p {
    font-family: 'Muli SemiBold';
}

.decarativebanner3emulsion p span {
    color: #ef873e;
    font-family: 'Muli Bold';
}


/* ANCILARY PRODUCTS */


.ancibanner {
    padding: 50px 0px;
}

.ancibanner .ancibannerproduct {
    padding: 25px;
    background-image: url(../images/Anci/img1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 660px;
}

.ancibanner .ancibannerproduct h4 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;

}

.ancibanner .ancibannerproduct h4 span {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}


.ancibanner .ancibannerproduct small{
font-size: 15px;
}

.ancibanner .ancibannerproduct p {
    font-size: 18px;
}

.ancibanner .ancibannerproduct p span {
    color: #d86713;
    font-weight: bold;
}

.ancibanner2 {
    padding-bottom: 50px;
}

.ancibanner2 .ancibanner2threpox {
    padding: 10px 30px;
}


.ancibanner2 .ancibanner2threpox h2 {
    font-family: 'Muli Bold';
}

.ancibanner2 .ancibanner2threpox h2 span { 
    border-bottom: 2px solid #000;
    font-family: 'Muli Bold';
}

.ancibanner2 .ancibanner2threpox p span {
    color: #d86713;
    font-family: 'Muli Bold';
    /* border-top: 2px solid #000; */
    padding-top: 5px;
}

.ancibanner2 .ancibanner2threpox p {
    font-family: 'Muli SemiBold';
    font-size: 18px;
}

.ancibanner2 .ancibanner2threpox p label {
    color: #d86713;
    font-family: 'Muli Bold';
}


/* ACRYCYL PRODUCT */


.acrybanner {
    padding: 50px 0px;
}


.acrybannerbased {
    padding: 35px 0px;

}

.acrybannerbased h2 span {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.acrybannerbased small{
    font-size: 15px;
}

.acrybannerbased ul {
    list-style: url(../images/liststyle2.png);
    margin-top: 20px;
}

.acrybannerbased ul li {
    padding-bottom: 10px;
}

.acrybannerbased ul li span {
    color: #d86713;
    font-family: 'Muli Bold';
}


.acrybannerbased ul li {
    font-family: 'Muli SemiBold';
    font-size: 18px;
}



.acrybanner2 {
    padding-top: 50px;
}

.acrybanner2 p {
    padding: 25px 5px;
    border-top: 2px dashed #000;
    border-bottom: 2px dashed #000;
    font-size: 18px;
    font-family: 'Muli SemiBold';
}


.epoxybanner {
    padding: 50px 0px;
}



.epoxyprime h2 span {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.epoxyprime ul {
    list-style: url(../images/liststyle2.png);
    margin-top: 20px;
}

.epoxyprime ul li {
    padding-bottom: 10px;
}

.epoxyprime ul li span {
    color: #d86713;
    font-family: 'Muli Bold';
}


.epoxyprime ul li {
    font-family: 'Muli SemiBold';
    font-size: 18px;
}

.epoxybanner2 p {
    font-size: 18px;
    font-family: 'Muli SemiBold';
    border-bottom: 2px solid #000;
}


.epoxybanner3 {
    padding: 50px 0px;
}

.epoxybannerprimer {
    border: 1px solid #5fbe40;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.epoxybannerprimer h4 {
    font-family: 'Muli Bold';
    color: #797979;
}

.epoxybannerprimerpacrat {
    display: flex;
    justify-content: space-between;
    background-color: #e9e9e9;
    padding: 5px;
    border-bottom: 2px solid #5fbe40;
    margin-bottom: 5px;
    height: 291px;
}

.epoxybannerprimerpacrat h6 {
    background-color: #7a7c79;
    padding: 10px 3px;
    color: #fff;
    text-align: center;
    font-family: 'Muli SemiBold';
}

.epoxybannerprimerpacrat .epoxybannerprimerpack {
    border-right: 3px solid #fff;
}

.epoxybannerprimerpacrat .epoxybannerprimerpack p {
    text-align: center;
    padding: 10px 0px;
    margin: 0;
    font-family: 'Muli SemiBold';
    border-bottom: 1px solid #bbbbbb;
    font-size: 18px;

}

.epoxybannerprimerpacrat .epoxybannerprimerratio p {
    text-align: center;
    padding: 10px 0px;
    margin: 0;
    font-family: 'Muli SemiBold';
    font-size: 18px;
}

.epoxybannerprimer .epoxybannerprimertext {
    border-top: 2px solid #5fbe40;
    padding: 10px;
    height: 250px;
}

.epoxybannerprimer .epoxybannerprimertext p {
    font-size: 18px;
    font-family: 'Muli SemiBold';
}

.epoxybanner4 {
    padding: 50px 0px;
    background-image: url(../images/Epoxy/img4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.epoxybanner4 .sec_title {
    background-color: #65b145;
    color: #FFF;
    padding: 20PX 0PX;
}

.epoxybanner4 .epoxybannerprimer {
    background-color: #FFF;
}

.epoxybanner4 .epoxybannerprimerpacrat h6 {
    background-color: #7a7c79;
    padding: 10px 3px;
    color: #fff;
    text-align: center;
    font-family: 'Muli SemiBold';
    width: 170px;
}

/* .epoxybanner4 .epoxybanner4aggregate .epoxybannerprimerpacrat {
    height: 150px;
} */

.epoxybanner4 .epoxybanner4aggregate .epoxybannerprimer .epoxybannerprimertext {
    border-top: 2px solid #5fbe40;
    padding: 10px;
    height: 210px;
}


.epoxybanner5 {
    padding-top: 50px;
}

.epoxybanner5 .epoxybannerprimerpacrat h6 {
    background-color: #7a7c79;
    padding: 10px 3px;
    color: #fff;
    text-align: center;
    font-family: 'Muli SemiBold';
    width: 170px;
}

.epoxybanner5 .epoxybanner5tc .epoxybannerprimer .epoxybannerprimertext {
    border-top: 2px solid #5fbe40;
    padding: 10px;
    height: 120px;
}


/* GALLERY */

.gallerybanner {
    padding-top: 50px;
}

.gallerybanner img {
    margin-bottom: 20px;
}

/* industrial */

.industbanner {
    padding: 50px 0px;
}

.industbanner2 {
    background-color: #ecc665;
}


.industbanner3 {
    padding-top: 50px;
}

.industbanner3 p {
    font-family: 'Muli SemiBold';
    font-size: 18px;
    text-align: center;
}

/* CONTACT US */

.contactbanner {
    padding: 50px 0px;
    background-image: url(../images/contactbanner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.contactbanner .contactbannertext {
    backdrop-filter: blur(1px) saturate(180%);
    -webkit-backdrop-filter: blur(1px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.75);
    padding: 50px;
}

.input_field {
    position: relative;
    height: 45px;
    margin-top: 15px;
    width: 100%;
}

.refresh_button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #f49627;
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.refresh_button:active {
    transform: translateY(-50%) scale(0.98);
}

.input_field input,
.button button {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 8px;
}

.input_field input {
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.captch_box input {
    color: #6b6b6b;
    font-size: 22px;
    pointer-events: none;
}

.captch_input input:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.message {
    font-size: 14px;
    margin: 14px 0;
    color: #826afb;
    display: none;
}

.message.active {
    display: block;
}

.button button {
    background: #f49627;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

.button button:active {
    transform: scale(0.99);
}

.button.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.getin {
    padding-bottom: 50px;
}

#getinTouchForm h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

#getinTouchForm h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#getinTouchForm input[type="text"],
#getinTouchForm input[type="email"],
#getinTouchForm input[type="tel"],
#getinTouchForm input[type="url"],
#getinTouchForm textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#getinTouchForm input[type="text"]:hover,
#getinTouchForm input[type="email"]:hover,
#getinTouchForm input[type="tel"]:hover,
#getinTouchForm input[type="url"]:hover,
#getinTouchForm textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#getinTouchForm textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#getinTouchForm button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #f0715f;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#getinTouchForm button[type="submit"]:hover {
    background: #f07150;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#getinTouchForm button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#getinTouchForm input:focus,
#getinTouchForm textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

#getinTouchForm {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
    background: #F9F9F9;
    padding: 25px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


.contactbanner .fa-brands {
    color: #5fbe40;
    font-size: 17px;
    border: 2px solid #5fbe40;
    border-radius: 30px;
    padding: 4px;
    margin-right: 8px;
}
.contactbanner .contact-detailscontact{
    padding-left: 50px;
}













@media (max-width:767px) {
    .navbar-brand img {
        width: 150px;
    }

    .carousel-item img{
        height: 180px;
    }
    .carousel-indicators{
        display: none;
    }

        .carousel-caption {
            position: absolute;
            right: 0;
            bottom: 1.25rem;
            left: 0%;
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
            color: #fff;
            text-align: center;
            top: 0px;
        }
    .exact-end {
        display: unset;
        align-items: unset;
        justify-content: unset;
    }

    .media {
        display: none !important;
    }

    .contact_details {
        display: none !important;
    }

    .banner3 .banner3expertings {
        display: block;
        justify-content: space-between;
        padding: 0px 100px;
    }

    .img-wish img {
        width: 100% !important;
    }

    .mains {
        width: 100%;
    }

    .contact_details {
        display: none;
    }

    .media {
        display: none;
    }

    .nav-logo {
        display: none !important;
    }

    .navbar .navbar-brand {
        display: block !important;
        width: 75%;
        text-align: start;
    }

    .navbar-nav li:nth-child(-n + 3):after {
        display: none;
    }

    .sec_title p br {
        display: none;
    }

    .banner4 ul li br {
        display: none;
    }

    .btn {
        margin-bottom: 20px;
    }

    .banner7 .sec_title h1::before {
        content: "";
        position: absolute;
        left: 0%;
        border-bottom: 2px solid #000;
        width: 15%;
        margin-top: 16px;
    }

    .banner7 .sec_title h1::after {
        content: "";
        position: absolute;
        right: 0%;
        border-bottom: 2px solid #000;
        width: 15%;
        margin-top: 16px;
    }

    .banner6 {
        background-image: url(../images/img6.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 30px 0px;
        margin: 30px 0px;
        height: auto;
        display: flex;
        align-items: end;
    }

    .banner6 a {
        background-color: #d86713;
        padding: 5px 25px;
        color: #fff;
        border-radius: 0px;
        text-align: center;
        transition: all 0.5s ease-in-out;
    }

    .aboutbanner1 img {
        width: 100%;
        margin-bottom: 20px;
    }

    .aboutbanner2 {
        background-image: url(../images/About/img4.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        display: flex;
        align-items: center;
        margin-top: 20px;
        padding: 25px;
    }

    .aboutbanner3 p {
        text-align: start;
    }

.decarativebanner h2 {
    text-align: center;
}
.decarativebanner2 .decarativebanner2interiorprimer {
    background-image: url(../images/About/img5-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-top: -150px;
    padding-bottom: 20px;
    display: flex;
    align-items: end;
    padding-top: 180px;
}
.decarativebanner2exteriorprimer {
    background-image: url(../images/About/img6.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.decarativebanner2multi {
    background-image: url(../images/About/img7.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.decarativebanner3emulsion {
    background-color: #f3f3f3;
    padding: 25px;
    height: auto;
    margin-bottom: 20px;
}
.ancibanner .ancibannerproduct {
    padding: 25px;
    background-image: url(../images/Anci/img1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    margin-bottom: 20px;
}
.ancibanner .ancibannerproduct h4 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.acrybannerbased {
    padding: 25px 0px;
}
.acrybannerbased img{
    width: 100%;
}
.epoxybanner img{
    margin-bottom: 15px;
}

.epoxybanner2 br{
    display: none;
}
.epoxybanner2 img {
    margin-bottom: 20px;
}
.epoxybannerprimerpacrat {
    display: flex;
    justify-content: space-between;
    background-color: #e9e9e9;
    padding: 5px;
    border-bottom: 2px solid #5fbe40;
    margin-bottom: 5px;
    height: auto;
}
.epoxybannerprimer .epoxybannerprimertext {
    border-top: 2px solid #5fbe40;
    padding: 10px;
    height: auto;
}
.epoxybannerprimerpacrat .epoxybannerprimerpack {
    border-right: 3px solid #fff;
    width: 49.9%;
}
.epoxybannerprimerpacrat .epoxybannerprimerratio{
    width: 50%;
}
.epoxybanner4 .epoxybanner4aggregate .epoxybannerprimer .epoxybannerprimertext {
    border-top: 2px solid #5fbe40;
    padding: 10px;
    height: auto;
}
.epoxybanner5 .epoxybanner5tc .epoxybannerprimer .epoxybannerprimertext {
    border-top: 2px solid #5fbe40;
    padding: 10px;
    height: auto;
}

.epoxybannerprimer  h5{
    text-align: center;
}
.epoxybannerprimer h4{
    text-align: center;
}
.epoxybannerprimer .ps-2 p {
    text-align: center;
}

.dropdown-submenu{
    text-align: end !important; 
}
.dropend {
    text-align: end !important;
}
.banner .carousel-caption h1 {
    font-family: 'Muli Bold';
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}
.banner .carousel-caption h1 br{
    display: none;
}
.banner .carousel-caption p {
    font-family: 'Muli SemiBold';
    font-size: 16px;
    color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 6px 6px !important;
    margin: 0px;
}
.contactbanner .contact-detailscontact {
    padding-left: 0px;
    padding-bottom: 30px;
}
.contactbanner .contact-detailscontact a{
    font-size: 16px !important;
}
.decarativebanner3 {
    padding:  0px;
}
.epoxybanner {
    padding: 5px 0px;
}
.ancibanner {
    padding: 16px 0px;
}
.epoxyprime h2 span {
    border-bottom: 2px solid #000;
    padding-bottom: 0px;
}
}














@media only screen and (min-width:1441px) and (max-width: 2000px) {
    p {
        font-size: 18px;
    }






}