* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
:root {
    --green: #008181;
    --yellow: #e0ae25;
}
body {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #f8f9fa;
}
.overflowHidden {
    overflow: hidden;
}

/*common css*/
p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
i:before {
    margin-left: 0 !important;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a {
    text-decoration: none !important;
    outline: none !important;
}
section,
footer {
    overflow: hidden;
}
button, input {
    background: none;
    border: none;
    outline: none !important;
}
button:focus, input:focus {
    box-shadow: unset !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #3c3c3c;
}
.slick-slide {
    outline: none;
}
.secp {
    padding: 2em 0;
}
.mybtn {
    color: #fff !important;
    display: inline-block;
    padding: 20px 2em;
    border-radius: 30px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    z-index: 0;
}
.mybtn:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 150%;
    z-index: -1;
    transform: skewX(45deg) scale(1.5);
    transition: .6s;
}
.mybtn:hover:before {
    left: -150%;
}
.btnred {
    background-color: var(--yellow);
    box-shadow: 0 2px 10px rgba(95, 97, 0, 0.35);
}
.btnred:before {
    background-color: rgba(255,255,255,.5);
}
.btnwhite {
    background-color: #fff;
    color: var(--green) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.btnwhite:before {
    background-color: rgba(212, 21, 26, 0.38);
}
.heading {
    text-align: center;
    margin: 0 auto 2em auto;
    padding-top: 2em;
    position: relative;
    max-width: 767px;
    z-index: 0;
}
.heading h5 {
    font-size: 16px;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 14px;
    font-weight: 600;
}
.heading h6 {
    font-size: 4em;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #e6e6e6;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    position: absolute;
    z-index: -1;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}
.heading h2 {
    font-size: 2em;
    font-weight: 600;
    margin: 0;
}
.heading h2 span {
    color: var(--green);
}
.headspan {
    display: inline-block;
    width: 120px;
    height: 3px;
    background-color: #3c3c3c;
    position: relative;
    transform: skewX(-35deg);
    margin-top: 10px;
}
.headspan:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 8px;
    background-color: var(--green);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.headspan:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #3c3c3c;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
/*end common css*/


/*style*/
/* preloader */
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.loader:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.6);
    border-top: 2px solid var(--green);
    border-radius: 50%;
    animation: 1s rotate linear infinite;
}
@keyframes rotate {
    0% {transform: translate(-50%, -50%) rotate(0deg) scale(1.6);}
    100% {transform: translate(-50%, -50%) rotate(360deg) scale(1.6);}
}
.preloader .loader img {
    width: 100%;
}
/* end preloader */
/*header*/
header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    transition: .5s;
}
.fixednavbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--green);
    z-index: 10;
}
.headerwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fixednavbar .logo a {
    width: 110px;
}
.logo a {
    width: 150px;
    margin-right: 1em;
    display: block;
    transition: .5s;
}
.logo a img {
    width: 100%;
}
.barwarp {
    display: none;
}
.navbarcont {
    display: flex;
    align-items: center;
}
.navbaroverl {
    display: none;
}
.navbarwrapper {
    display: flex;
    align-items: center;
}
.navigation ul {
    display: flex;
    align-items: center;
    margin-right: 2em;
}
.navigation ul li a {
    display: block;
    margin-left: 2em;
    font-weight: 500;
    font-size: 12px;
    color: #fff !important;
    padding: 7px 0;
    position: relative;
    text-transform: uppercase;
}
.navigation ul li a:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transition: .5s;
}
.navigation ul li a:hover:before {
    width: 100%;
}
.quotes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.shop i:before {
    color: #fff;
    font-size: 25px;
    margin-right: 1em;
}
.dropdownli {
    position: relative;
    padding-right: 10px;
    cursor: pointer;
}
.dropdownli a:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 6px solid #Fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}
.dropdownli:hover .dropdownul ul {
    height: auto;
    opacity: 1;
}
.dropdownul {
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: .9em;
}
.dropdownul ul {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 1em;
    transition: .5s;
    box-shadow: 0 3px 5px rgba(0,0,0,.14);
    border-radius: 10px;
}
.dropdownul ul li a {
    text-align: left;
    padding: 12px 0 !important;
    font-size: 12px !important;
    margin: 0 .5em;
    color: #2b2b2b !important;
    border-bottom: 1px solid #ececec;
}
.dropdownul ul li a:hover {
    color: var(--green) !important;
}
.dropdownul ul li a:before {
    height: 1px;
    background-color: var(--green);
}
.dropdownul ul li {
    width: 100%;
}
/*end header*/

/*banner*/
.banner {
    background-color: var(--green);
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 0;
    outline: none;
    padding: 5% 0 2% 0;
    height: 100vh;
}
.banner:before {
    content: '';
    position: absolute;
    width: 66%;
    height: 100%;
    top: 0;
    right: -37%;
    background-color: var(--yellow);
    transform: skewX(22deg);
    z-index: -2;
}
.banner:after {
    content: 'Golden Mace';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    font-size: 55vh;
    font-weight: 900;
    color: rgba(0, 0, 0,.08);
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
    z-index: -1;
}
.bannertext {
    color: #fff;
}
.bannertext h6 {
    text-transform: uppercase;
    color: var(--green);
    font-size: 12px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}
.bannertext h6:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: var(--green);
    bottom: 4px;
    left: 105%;
}
.bannertext h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 3em;
    margin: 0 0 .4em;
}
.tabcontent {
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productcolor h4 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.productcolor ul {
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.productcolor ul li {
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin: .5em;
    border-radius: 3px;
    position: relative;
    background-color: var(--green);
}
.productcolor ul li.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid red;
    border-radius: 3px;
    top: 0;
    left: 0;
    transform: scale(1.3);
}
.productcolor ul li:nth-child(2) {
    background-color: #4e94c2;
}
.productcolor ul li:nth-child(2):before {
    border-color: #4e94c2;
}
.productcolor ul li:nth-child(3) {
    background-color: #b9ab49;
}
.productcolor ul li:nth-child(3):before {
    border-color: #b9ab49;
}
.productcolor ul li:nth-child(4) {
    background-color: #8dc172;
}
.productcolor ul li:nth-child(4):before {
    border-color: #8dc172;
}
.productcolor ul li:nth-child(5) {
    background-color: #ff6f3b;
}
.productcolor ul li:nth-child(5):before {
    border-color: #ff6f3b;
}
.bannerwrapper .slick-dots {
    position: absolute;
    top: 50%;
    right: 1.2em;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: unset;
}
.bannerwrapper .slick-dots li {
    width: unset;
    height: unset;
    margin: 1em 0;
}
.bannerwrapper .slick-dots li.slick-active button {
    font-size: 25px;
}
.bannerwrapper .slick-dots li button {
    padding: unset;
    font-size: 10px;
    color: #fff;
    transition: .2s;
}
.bannerwrapper .slick-dots li button:before {
    content: '0';
}
.bannerwrapper .slick-dots li button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
.bannerwrapper .slick-dots li.slick-active button:after {
    content: '';
    position: absolute;
    width: 105%;
    height: 2px;
    background-color: #fff;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0);
}
.previcon,
.nexticon {
    position: absolute;
    bottom: 1.5em;
    right: 15px;
    z-index: 1;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #ffffff;
    color: #000;
    transition: .5s;
}
.previcon {
    right: 55px;
}
.previcon i:before,
.nexticon i:before {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.previcon:hover,
.nexticon:hover {
    background-color: #fff;
}
.previcon:hover i:before,
.nexticon:hover i:before {
    color: var(--green);
}
.banner.slick-active .bannertext h6 {
    animation: 1s fadeInLeft;
}
.banner.slick-active .bannertext h2 {
    animation: 1s fadeInUp both .3s;
}
.banner.slick-active .bannertext p {
    animation: 1s fadeInUp both .6s;
}
.banner.slick-active .bannertext button {
    animation: 1s fadeInUp both .9s;
}
.banner.slick-active .producttabcontent {
    animation: 1s bounceIn both 1.2s;
}
/*end banner*/

/*default banner*/
.defaultwrapper {
    padding-bottom: 2em;
}
.defaultbanner {
    background-color: var(--green);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    padding: 10% 0 1% 0;
}
.defaultbanner:before {
    content: '';
    position: absolute;
    width: 66%;
    height: 100%;
    top: 0;
    right: -39%;
    background-color: var(--yellow);
    transform: skewX(22deg);
    z-index: -2;
}
.defaultbanner:after {
    content: 'Golden Mace';
    position: absolute;
    bottom: -60px;
    left: 0;
    font-size: 18vh;
    font-weight: 900;
    color: rgba(0, 0, 0,.08);
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
    text-align: left;
    z-index: -1;
}
.defaultbanner .row {
    align-items: flex-end;
}
.defbaantext h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.defbanimg {margin-bottom: -3.5em;position: relative;z-index: 4;}
/*end default banner*/

/*homeabout*/
.homeaboutwrap .row {
    align-items: center;
}
.homeabouttext h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--green);
    text-transform: uppercase;
}
.homeabouttext h5 {
    font-size: 22px;
    font-weight: 300;
    margin: .8em 0;
}
.homeaboutimg {
    padding: 0 3.5em;
}
.homeaboutimg img:nth-child(2) {
    display: none;
}
.homeabouticon {
    padding: 0;
}
.homeabouticon ul li {
    display: flex;
    padding: 1em;
    background-color: #ffffff;
    margin: 4px 0;
    box-shadow: 0 4px 10px #ececec;
}
.homeabouticon ul li i:before {
    margin-right: .5em;
    font-size: 2.6em;
}
.homeabouticon ul li h4 {
    font-size: 17px;
}
.homeabouticon ul li p {
    font-size: 13px;
    margin: 0;
    position: relative;
    padding-bottom: 1.3em;
}
.homeabouticon ul li p:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: var(--green);
    bottom: 0;
    left: 0;
}
/*end homeabout*/

/*we offer*/
.offerbox {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
    padding: 1em;
    text-align: center;
    margin-bottom: 1.5em;
    position: relative;
}
.offerbox h6 {
    -webkit-text-stroke: 1px #e6e6e6;
    -webkit-text-fill-color: transparent;
    font-size: 4em;
    font-weight: 800;
    position: absolute;
    bottom: -17px;
    right: 0;
}
.offerbox i {
    position: relative;
    z-index: 0;
}
.offerbox i:before {
    font-size: 2.8em;
}
.offerbox i:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #e6ffff;
    border-radius: 50%;
    top: -25px;
    left: -7px;
    z-index: -1;
}
.offerbox h4 {
    font-size: 15px;
    color: var(--green);
    text-transform: uppercase;
    margin: 10px 0;
}
.offerbox p {
    font-size: 14px;
}
/*end we offer*/

/*choose us*/
.whychoosewrap {
    position: relative;
}
.whychooseoverlay {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    background-image: url(../images/bg/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: -1;
}
.whychoosewrap .heading h6 {
    -webkit-text-stroke: 1px #4b4b4b;
}
.whychoosewrap .heading h5 {
    color: #fff;
}
.whychoosewrap .heading h2 {
    color: #fff;
    text-shadow: 0 1px 10px #2a2a2a;
}
.whychoosewrap .heading .headspan {
    background-color: #fff;
}
.whychoosewrap .heading .headspan:before {
    background-color: #fff;
    border-color: var(--green);
}
.choosebox {
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14);
    text-align: center;
    margin-top: 5em;
}
.choosebox i:before {
    font-size: 3.5em;
}
.choosebox h4 {
    font-size: 15px;
    color: var(--green);
    text-transform: uppercase;
    margin: .7em 0;
}
.choosebox p {
    font-size: 14px;
}
.chooseboxbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e6ffff;
    border-radius: 30px;
    overflow: hidden;
    transition: .5s;
}
.chooseboxbtn i {
    width: 35px;
    height: 35px;
    line-height: 38px;
    background-color: var(--green);
    display: block;
    border-radius: 50%;
    margin: 5px;
}
.chooseboxbtn i:before {
    font-size: 21px;
    color: #fff;
}
.chooseboxbtn span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    transition: width .3s;
    opacity: 0;
    width: 0px;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
}
.chooseboxbtn:hover span {
    width: 130px;
    opacity: 1;
    margin-right: 7px;
    color: var(--green);
}
/*end choose us*/

/*counter*/
.counterbox {
    padding: 2em;
    text-align: center;
    position: relative;
}
.counterbox:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 70%;
    background-color: #ededed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(20deg);
}
.counterbox:nth-child(4):before {
    display: none;
}
.counterbox:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 3px;
    background-color: #ededed;
    bottom: 1em;
    left: 50%;
    transform: translate(-50%, 0);
}
.counterbox span {
    display: block;
    font-size: 2.5em;
    color: var(--green);
}
.counterbox h5 {
    text-transform: uppercase;
    font-size: 14px;
}
/*end counter*/

/*catalog*/
.homecatalogbox {
    background-color: #fff;
    padding: 1em;
    border: 1px solid #ededed;
    margin-bottom: 1.5em;
    display: block;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transition: .5s;
}
.homecatalogimg {
    overflow: hidden;
    padding-bottom: 1em;
}
.homecatalogimg img {
    transition: .1s;
}
.homecatalogname {
    text-align: center;
}
.homecatalogname h6 {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 2px 0;
    transition: .3;
}
.homecatalogname h6:hover {
    color: var(--green);
}
.homecatalogprice {
    font-size: 10px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
}
.homecatalogbox:hover .homecatalogimg img {
    transform: scale(1.05);
}
.homecatalogbox:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,.08)
}
/*end catalog*/

/*footer*/
footer {
    background-image: url(../images/bg/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 2em 0 0 0;
    position: relative;
    z-index: 0;
}
footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    top: 0;
    left: 0;
    z-index: -1;
}
.footerbox1 .logo {
    margin-bottom: 1.5em;
}
.footerbox1 p {
    color: #bdbdbd;
    font-size: 12px;
}
.footerbox1 p a {
    color: var(--green);
    transition: .2s;
}
.footerbox1 p a:hover {
    color: #fff;
}
.footerhead {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-left: 1.4em;
    position: relative;
    margin-bottom: 1.3em;
}
.footerhead:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 3px;
    background-color: var(--green);
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.socialmedia ul {
    display: flex;
    align-items: center;
}
.socialmedia ul li a {
    color: #fff;
    margin-right: 2em;
    transition: .5s;
}
.socialmedia ul li a i:before {
    font-size: 16px;
}
.socialmedia ul li a:hover {
    color: var(--green);
}
.footerbox2 ul li a {
    color: #bdbdbd;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    transition: .5s;
}
.footerbox2 ul li a i:before {
    font-size: 8px;
    margin-right: 1em;
    line-height: 23px;
}
.footerbox2 ul li a:hover {
    color: var(--green);
    margin-left: 5px;
}
.footerbox3 ul li a {
    color: #bdbdbd;
    font-size: 12px;
    display: flex;
    margin-bottom: 1em;
    transition: .5s;
}
.footerbox3 ul li a i:before {
    font-size: 20px;
    margin-right: 1em;
    line-height: 23px;
}
.footerbox3 ul li a:hover {
    color: var(--green);
}
.footerbox3 ul li:last-child a span {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}
.footerbox3 ul li:last-child a small {
    font-size: 12px;
    color: var(--green);
}
.copyright {
    border-top: 1px solid #ffffff14;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2em;
}
.copyright p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.gototop {
    padding: 5px 1em;
    background-color: #151515;
    margin-left: 1em;
}
.gototop img {
    width: 50px;
}
/*end footer*/

/*about us*/
.abouttopbox {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.10);
    padding: 2em 1em;
    display: flex;
}
.abouttopbox i:before {
    font-size: 2.5em;
    margin-right: .3em;
}
.abticonbox h4 {
    font-size: 17px;
}
.abticonbox p {
    font-size: 14px;
    position: relative;
}
.abticonbox p:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: var(--green);
    bottom: -1em;
    left: 0;
}
.aboutcounterrow {
    align-items: center;
    padding: 1em 0;
}
.aboutustext {
    margin: 1.5em -15px;
}
.aboutustext h4 {
    font-size: 20px;
}
.aboutustext h4 span {
    color: var(--green);
}
.aboutustext p {
    text-align: justify;
}
.aboutvideo {
    float: left;
    padding: 0;
    margin: 0 1em 1em 0;
}
.aboutvideo iframe {
    width: 100%;
    height: 304px;
}
/*ens about us*/

/* gallery */
.gallerybox {
    padding: 0;
    overflow: hidden;
}
.gallerybox img {
    width: 100%;
    transition: .3s;
}
.gallerybox:hover img {
    transform: scale(1.05) rotate(2deg);
}
.galleryoverlay {
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.52);
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: .3s;
}
.galleryoverlay i {
    transition: .2s;
}
.galleryoverlay i:before {
    font-size: 2em;
    color: #fff;
}
.gallerybox:hover .galleryoverlay {
    width: 100%;
}
.galleryoverlay i:hover  {
    transform: rotate(90deg);
}
/* end gallery */

/* catalog */
.catalogimgwrap {
    margin-bottom: 2em !important;
}
.catalogimgwrap .slick-dots {
    bottom: -15px;
}
.catalogimgwrap .slick-dots li button {
    background-color: #d2d2d2;
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}
.catalogimgwrap .slick-dots li {
    width: unset;
    height: unset;
}
.catalogimgwrap .slick-dots li.slick-active button {
    background-color: #052e45;
    width: 9px;
    height: 9px;
}
.catalogimg a h4 {
    font-size: 14px;
    color: var(--green);
    margin: 0;
    padding: 8px 0;
    text-align: center;
}
.catalogimg {
    margin: 1em 0;
}
.catalogimg a {
    display: block;
    background-color: #fff;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    overflow: hidden;
}
.catalogtext h4 {
    color: var(--green);
    font-size: 24px;
}
.catalogtext p {
    font-size: 14px;
    text-align: justify;
}
.catalogtext b {
    color: var(--green);
    font-weight: 600;
}
.catalogleft {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border-radius: 5px;
}

.catalogleft h4 {
    padding: 15px 1em;
    font-size: 18px;
    text-align: center;
    color: var(--green);
    background-color: #ffffff;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
}
.catalogleft ul {
    background-color: #fff;
}
.catalogleft ul li a {
    padding: 20px 1.5em;
    font-size: 13px;
    font-weight: 500;
    color: #3c3c3c;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
}
.catalogleft ul li a i:before {
    font-size: 10px;
    font-weight: bold;
    color: #3c3c3c;
}
.catalogleft ul li a:hover {
    color: var(--green);
    background-color: #f9f9f9;
}
.catalogleft ul li a:hover i:before {
    color: var(--green);
}
.catalogquote {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    margin-top: 1em;
    padding: 1em;
    background-image: url(../images/bg/bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    border-radius: 3px;
}
.catalogquote ul li {
    text-align: center;
}
.catalogquote ul li:nth-child(1) a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
    transition: .3s;
}
.catalogquote ul li:nth-child(1) a:hover {
    color: var(--green);
}
.catalogquote ul li:nth-child(1) a i:before {
    font-size: 27px;
    margin-right: 10px;
}
.catalogquote ul li:nth-child(2) a {
    margin-top: .5em;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
}
/* end catalog */

/* contact */
.contactleft {
    display: flex;
    align-items: center;
}
.contactleft ul li {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
}
.contactdetail a {
    display: block;
    color: #052e45;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 0;
}
.contactdetail a:nth-child(1) {
    border-bottom: 1px solid #f1f1f1;
}
.contactdetail p  {
    display: block;
    color: #052e45;
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0;
}
.contactleft ul li i:before {
    font-size: 2em;
    margin-right: .7em;
    color: var(--green);
}
.contactleft ul li i:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #fdf3f3;
    top: 1px;
    left: 2px;
    margin: 0;
    border-radius: 50%;
    z-index: -1;
}
.contactleft ul li i {
    position: relative;
    z-index: 0;
}
.contactdetail {
    flex: 1;
}
.conatctform {
    background-color: #fff;
    border-radius: 5px;
    padding: 2em;
    box-shadow: 0 3px 10px rgba(0,0,0,.04);
}
.contactinput {
    width: 100%;
    height: 44px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 0 1em;
    position: relative;
    margin-bottom: 1em;
    z-index: 0;
}
.contactinput input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 0;
    border: none;
    background: none;
    transition: all .2s ease-in-out;
}
.contacttextarea {
    height: unset;
}
.contacttextarea textarea {
    width: 100%;
    height: 100%;
    position: unset;
    border: none;
    background: none;
    resize: none;
    outline: none !important;
    padding: 1em 0 0 0;
    font-size: 14px;
    color: #a2a2a2;
}
.contacttextarea .contplaceholder {
    top: 30%;
}
.contplaceholder {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin: 0 0 0 1em;
    padding: 0 5px;
    background-color: #fff;
    font-size: 14px;
    cursor: text;
    color: #a2a2a2;
    z-index: -1;
    transition: all .15s ease-in-out;
}
.contactinput input:valid + .contplaceholder, .contactinput input:focus + .contplaceholder,
.contactinput textarea:valid + .contplaceholder, .contactinput textarea:focus + .contplaceholder {
    top: 0;
    color: var(--green);
    z-index: 1;
}
.contactmap .gmap_canvas {
    width: 100%;
    height: 310px;
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    margin-top: 2em;
}
.contactmap .gmap_canvas iframe {
    width: 100%;
    height: 100%;
}
/* end contact */

/* why us */
.whyusbox {
    background-color: #fff;
    padding: 1em;
    margin: 1.5em 0;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    display: flex;
    align-items: flex-start;
    position: relative;
}
.whyicon {
    margin-right: 1em;
}
.whyicon i:before {
    font-size: 3em;
    color: #2b2b2b;
}
.whytext h4 {
    color: var(--green);
    font-size: 15px;
}
.whytext p {
    font-size: 14px;
}
.whyusbox h6 {
    color: #e6e6e6;
    -webkit-text-stroke: 1px #f5f5f5;
    -webkit-text-fill-color: transparent;
    font-size: 4em;
    font-weight: 800;
    position: absolute;
    bottom: -17px;
    right: 0;
}
/* end why us */

/* quotes modal */
.quotemodalwrap {
    background-color: rgba(0, 0, 0, 0.7);
}
.quotemodalwrap  .modal-content {
    border-radius: 5px;
    padding: 2em;
}
.quotemodalbox .heading h6 {
    color: #e7e7e7;
    -webkit-text-stroke: 1px #f5f5f5;
}
.quotemodalbox .heading h2 {
    font-size: 22px;
}
.quotemodalbox .close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: 400;
    font-size: 30px;
}
.contactselect {
    padding: 0;
    position: relative;
    z-index: 1;
}
.quotemodalbox .contactsubmit {
    text-align: center;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.multiselect {
    width: 100%;
    height: 100%;
    font-size: 14px;
    transition: 0.2s;
    outline: none;
    color: #a2a2a2;
}
.multiselect.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid transparent;
}
.multiselect > .title {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.4em;
}
.multiselect > .title > .text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.multiselect > .title > .expand-icon,
.multiselect > .title > .close-icon {
    border-radius: 50%;
    font-weight: 500;
    transition: 0.2s;
    display: none;
    text-align: center;
    font-size: 20px;
}
.multiselect.selection > .title > .expand-icon {
    display: none;
}
.multiselect > .title > .expand-icon,
.multiselect.selection > .title > .close-icon {
    display: block;
}
.multiselect > .multiselectdrop {
    overflow: auto;
    margin-top: 1px;
    width: 100%;
    max-height: 200px;
    transition: 0.2s;
    position: absolute;
    z-index: 99;
    background: #fff;
}
.multiselect.active .multiselectdrop {
    border: 1px solid gainsboro;
}
.multiselect > .multiselectdrop > option {
    display: none;
    padding: 5px 1.4em;
    cursor: pointer;
    transition: 0.2s;
    font-size: 12px;
}
.multiselect > .multiselectdrop > option.selected {
    background-color: var(--green) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff !important;
}
.multiselect > .multiselectdrop > option:hover {
    color: var(--green);
    background-color: #f3f3f3;
}
.multiselect.active > .multiselectdrop > option {
    display: block;
}
/* end quotes modal */

/* map */
tspan {
    display: none;
}
/* end map */

/*Our team*/
.ourteamwrap {
    padding: 2em 0;
}
.ourteam-subhead h5 {
    font-size: 16px;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 600;
    margin-bottom: 1em;
}
.ourteamimgbox a {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: .5rem;
}
.ourteamimgbox a img {
    transition: transform .5s;
}
.ourteamimgbox a:hover img {
    transform: scale(1.1) rotate(3deg);
}
.ourteamimgbox a span {
    display: block;
    position: absolute;
    bottom: .5em;
    right: .7em;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    background-color: var(--green);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ourteamimgbox a span i:before {
    font-size: 16px;
    font-weight: bold;
}
.ourteamimgbox a:hover span {
    background-color: #fff;
    color: var(--green);
}
.team-box {
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    padding: 2em;
    margin: 1em 0;
    display: flex;
    align-items: flex-start;
}
.team-box-img {
    max-width: 200px;
    width: 100%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
    border-radius: 10px;
}
.team-box img {
    width: 100%;
}
.team-box h4 {
    margin: 1em 0;
    font-size: 20px;
}
.team-box p {
    color: #979797;
}
.team-box-text {
    flex: 1;
}
.team-box-img a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-top: 5px;
    font-size: 17px;
    font-weight: 500;
    color: #0077b5;
    border-radius: 5px;
}
.team-box-img a img {
    width: 40px;
    margin-left: 10px;
}
/*ENd our team*/












/* responsive */
@media (max-width: 1199px) {
    .bannertext h2 {
        font-size: 2em;
    }
    .catalogquote ul li:nth-child(1) a {
        font-size: 19px;
    }
}
@media (max-width: 991px) {
    .barwarp {
        width: 25px;
        height: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .barwarp span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 10px;
    }
    .navbarwrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
    }
    .navbaroverl {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.5);
        display: block;
    }
    .navbarcont {
        position: absolute;
        width: 250px;
        height: 100%;
        top: 0;
        right: -100%;
        background-color: #fff;
        padding: 2em;
        flex-direction: column;
        overflow: auto;
        background-image: url(../images/bg/bg6.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    .navigation ul {
        margin: 0;
        flex-direction: column;
        align-items: center;
    }
    .navigation ul li {
        width: 100%;
    }
    .navigation ul li a {
        padding: .5em 0;
        margin: .5em 0;
        text-align: center;
    }
    .navigation ul li a:before {
        background-color: var(--green);
        height: 1px;
    }
    .quotes,
    .getquotes {
        width: 100%;
    }
    .getquotes button {
        width: 100%;
        margin-top: 2em;
        font-weight: 600;
    }
    .shop {
        display: none;
    }
    .dropdownul {
        position: unset;
        padding: 0;
        box-shadow: unset;
    }
    .dropdownul ul {
        background-color: rgba(0,0,0,.5);
    }
    .dropdownul ul li a {
        border-bottom: 1px solid #1b1b1b;
        color: #fff !important;
        font-size: 10px !important;
    }
    .homeaboutimg img:nth-child(2) {
        display: block;
    }
    .homeaboutimg img:nth-child(1) {
        display: none;
    }
    .homeabouticon ul li {
        margin: 0 0 1em 0;
    }
    .choosebox {
        margin-top: 2em;
    }
    .homeabouttext {
        text-align: center;
    }
    .homeabouttext p {
        text-align: justify;
        text-align-last: center;
    }
    .homeaboutimg {
        padding: 0 1em;
        margin: 1em 0 .5em 0;
    }
    .homeabouticon {
        padding: 0 1em;
    }
    .abouttopbox {
        margin-bottom: 1em;
    }
    .defaultbanner {
        padding: 10em 0 1.5em 0;
    }
    .defbaantext h2 {
        margin: 0;
        font-size: 20px;
        margin-bottom: -.5em;
    }
    .defaultbanner:after {
        bottom: -50px;
    }
    .chooseboxbtn span {
        display: none;
    }
}

@media (max-width: 767px) {
    .bannertext h2 {
        font-size: 1.9em;
    }
    .footerbox1,
    .footerbox2,
    .footerbox3 {
        margin-bottom: 1em;
    }
    .counterbox:nth-child(even):before {
        display: none;
    }
    .aboutustext p {
        text-align: justify;
    }
    .contactleft {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .logo a {
        width: 110px;
    }
    .banner {
        padding: 7em 0 4em 0;
    }
    .producttabcontent {
        margin: 1em 0;
    }
    .bannerwrapper .slick-dots {
        top: unset;
        right: unset;
        bottom: 1em;
        left: 1em;
        transform: unset;
        flex-direction: row;
        align-items: flex-end;
    }
    .bannerwrapper .slick-dots li {
        margin: 0 1em 0 0;
    }
    .bannerwrapper .slick-dots li button:after {
        display: none;
    }
    .bannertext h2 {
        font-size: 20px;
    }
    .bannertext p {
        font-size: 11px;
    }
    .mybtn {
        font-size: 12px;
    }
    .previcon, .nexticon {
        bottom: 1em;
    }
    .heading h6 {
        font-size: 3em;
    }
    .heading h5 {
        font-size: 12px;
        margin-top: -8px;
    }
    .heading h2 {
        font-size: 20px;
    }
    .secp {
        padding: 1em 0;
    }
    .previcon, .nexticon {
        width: 25px;
        height: 25px;
        line-height: 20px;
    }
    .previcon i:before, .nexticon i:before {
        font-size: 11px;
    }
    .previcon {
        right: 45px;
    }
    .defbaantext h2 {
        text-align: center;
        margin-bottom: .5em;
    }
    .defbanimg {
        margin-bottom: -4.5em;
        text-align: center;
    }
    .defbanimg img {
        width: 70%;
    }
    .defaultbanner {
        padding: 7em 0 1.5em 0;
    }
    .conatctform {
        padding: 1em;
    }
    .banner:before {
        width: 100%;
        right: -70%;
        transform: skewX(-45deg);
    }
    .ourteamimgbox a span {
        width: 25px;
        height: 25px;
    }
    .ourteamimgbox a span i:before {
        font-size: 12px;
    }
    .ourteam-subhead h5 {
        font-size: 12px;
        letter-spacing: 7px;
    }
}

@media (max-width: 375px) {
    .bannertext h2 {
        font-size: 17px;
        font-weight: 400;
    }
    .banner:before {
        right: -75%;
    }
}