
.space-10{padding-top: 10px;}
.space-20{padding-top: 20px;}
.space-30{padding-top: 30px;}
.space-40{padding-top: 40px;}
.space-50{padding-top: 50px;}
.space-60{padding-top: 60px;}
.space-70{padding-top: 70px;}
.space-80{padding-top: 80px;}
.space-90{padding-top: 90px;}
.space-100{padding-top: 100px;}

.text-blue{color: #21409a;}
.text-red{color: #da2128;}
.text-black{color: #000000;}

.bg-blue-one {background: #f3fafe;}
.georoof-hr
{
    border-color: #ed6b5f;
}

.fw-400 {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 600 !important;
}


@font-face {
    src: url("../fonts/Proxima-Nova-Light.ttf");
    font-family: "Proxima-Light";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Bold.otf");
    font-family: "Proxima-Bold";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Semibold.otf");
    font-family: "Proxima-Semiold";
}
.paragraph-lg
{
    color: #232323;
    font-family: "Proxima-Light", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px ;
}
body
{
    background: #ffffff;
    color: #232323;
    font-family: 'Proxima-Light', SansSerif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px ;
    overflow-x: hidden;
}
.bg-img
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.btn-static-blue
{
    padding: 7px 15px;
    background: #21409A;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    transition:  all .3s;
}
.btn-static-blue:hover
{
    background: #DA2128;
    color: #fff;
    transition:  all .3s;
}
.btn-static-grey
{
    padding: 7px 15px;
    background: #636466;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    transition:  all .3s;
}
.btn-static-grey:hover
{
    background: #3f3f41;
    color: #fff;
    transition:  all .3s;
}
.btn-orange-outline
{
    color: #ED6B5F;
    font-family: "Proxima-Light", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 55px !important;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #ed6b5f;
    height: auto !important;
    display: inline-block;
    transition: all .3s;
}
.btn-orange-outline:hover
{
    color: #111111;
    font-family: "Proxima-Light", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 55px !important;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #111111;
    height: auto !important;
    display: inline-block;
    transition: all .3s;
}

.fixed-btn
{
    position: fixed;
    right: 50px;
    bottom: 45%;
    box-shadow: 0px 3px 5px -3px #00000078;
}

/* button style */
.btn-rollover::before {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    content: "";
    border-radius: 6px;
    background: #d92224;
    border-color: #d92224;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.db-btn-border.btn-rollover {
    border-radius: 5px;
}
.hero__left-4 a {
    color: #111111;
    margin-top: 35px;
    margin-left: 75px;
    border-color: #111111;
    border-radius: 5px !important;
}
.hero__left-4 a:before {
    border-radius: 5px !important;
}
.db-btn-border::before {
    border-radius: 3px;
}
.btn-rollover:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #d92224;
}
.btn-rollover:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}
.db-btn-border {
    padding: 16px 22px;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #1f4492;
    text-decoration: none;
    color: #ffffff;
    font-family: "Proxima-Light", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight:  normal;
    line-height: normal;
    background: #1f4492;
}
.btn-rollover {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* button style end */


.section-title
{
    font-family: "Proxima-Light", sans-serif;
    font-size: 42px;
    font-style: normal;
    text-transform: capitalize;
    line-height: 52px;
}
.medium-title
{
    font-family: "Proxima-Light", sans-serif;
    font-size: 24px;
    font-style: normal;
    text-transform: capitalize;
    line-height: 34px;
}
.small-title
{
    font-family: "Proxima-Semiold", sans-serif;
    font-size: 18px;
    font-style: normal;
    text-transform: capitalize;
    line-height: 34px;
}
.title-support
{
    font-family: "Proxima-Light", sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    font-weight: normal !important;
}


.down-arrow
{
    position: absolute;
    bottom: 40px;
    left: 50%;
}

   .scroll-top {
       position: fixed;
       width: 50px;
       height: 50px;
       background: linear-gradient(to top, var(--main-color-one) 0%, var(--secondary) 25%, var(--main-color-one) 50%, var(--secondary) 75%, var(--main-color-one) 100%);
       background-size: 400% 400%;
       right: 20px;
       bottom: 0;
       font-size: 18px;
       color: var(--white);
       border: none;
       border-radius: 3px;
       cursor: pointer;
       z-index: 99;
       opacity: 0;
       visibility: hidden;
       transition: all 0.7s;}


.scroll-top.showed {
     bottom: 20px;
     opacity: 1;
     visibility: visible;
 }

.scroll-top:hover {
     bottom: 20px;
     opacity: 1;
     visibility: visible;
     background-position: 100% 100%;
}





.section-padding{padding: 100px 0;}
.section-padding-medium{padding: 60px 0;}
.section-padding-small{padding: 30px 0;}
.section-padding-b{padding: 0 0 80px 0;}

.text-black{color: #000000;}
.text-white{color: #ffffff;}
.text-orange{color: #ED6B5F;}


.font-12{font-size: 12px;}
.font-14{font-size: 14px;}
.font-16{font-size: 16px;}
.font-18{font-size: 18px;}
.font-20{font-size: 20px;}
.font-22{font-size: 22px;}
.font-24{font-size: 24px;}
.font-26{font-size: 26px;}
.font-28{font-size:28px;}
.font-30{font-size: 30px;}

.btn-light-outline
{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    padding: 16px 22px;
    display: inline-block;
    letter-spacing: 1.6px;
    color: #222222;
    text-transform: uppercase;
    border: 1px solid currentColor;
}
.btn-light-outline:before
{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    content: "";
    border-radius: 6px;
    background: #b69974;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.rounded-img
{
    border-radius: 15px;
}



#slide-show {
    position: relative;
    /* height: 95vh; */
    /* min-height: 95vh; */
    height: 500px;
    min-height: 500px;
    overflow: hidden;
    width: 100vw;
    min-width: 100vw !important;
}
.slideshow-nav .nav-link img
{
    min-width: 32px;
    max-width: 32px;
}
.slide-text {
    font-size: 20px;
    color: #fff;
    text-align:left;
}

.slide-text b {
    font-weight: 400;
}

.slide-text h2 {
    text-align: left;
    color: #FFF;
    font-family: 'Proxima-Light',sans-serif;
    font-size: 62px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}
.slide-text p{
    color: #FFF;
    font-family: 'Proxima-Light',sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.slidex {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: -1;
}

.activx {
    opacity: 1;
}

.slideshow-nav {
    position: absolute;
    bottom: 50%;
    width: 100vw;
    min-width: 100vw !important;
    font-size: 30px;
    background: transparent;
}

.previousx {
    float: left;
}

.nextx {
    float: right;
}

.bg1, .bg2, .bg3, .bg4 {
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: top center !important;
    background-size: cover !important;
    /* height: 100vh; */
    /* min-height: 100vh; */
    height: 500px;
    min-height: 500px;
    overflow: hidden;
    width: 100vw;
    min-width: 100vw !important;
    position: absolute;
    top:0;
    left:0;
}
.slider-center {
    position: absolute;
    height: 15%;
    width: 80%;
    left: 50%;
    top: 45%;
    background-color: transparent;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
    letter-spacing: 2px;
    z-index: 99;
}
.slide-nav {
    transition: all 0.4s;
    padding: 15px;
    color:#fff;
    opacity: 0.2;
    font-size: 40px;
    z-index: 2;
}
.slide-nav:hover {
    color: #999;
    font-size: 80px;
    opacity: 0.8;
}
/* main slider css end */

/* cursor style */

.cursor {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    background: transparent;
    pointer-events: none;
    z-index: 111;
    border: 1px solid #ED6B5F;
    transition: all 0.2s ease-out;
    animation: moveCursor1 .3s infinite alternate;
}

.expand {
    background: transparent;
    animation: moveCursor2 .3s forwards;
    border: 1px solid #000;
}
/* cursor style end */





/* video banner */
.bg-video-wrap {
    position: relative;
    display: grid;
    place-items: center;
    height: 100vh;
    width: 100%;
    margin: 0 0;
    background: #ccc;
}
video {
    filter: saturate(2);
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .7) 50%);
    background-size: 3px 3px;
    z-index: 2;
    opacity: .5;
}
.banner-content {
    display: block;
    width: 80%;
    z-index: 3;
    position: relative;
}
.banner-title
{
    font-size: 62px;
    font-family: "Proxima-Bold", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.banner-title span
{

}
.banner-text-para
{
    font-size: 18px;
    font-family: Barlow, sans-serif;
    font-weight: 300;
    line-height: 29px;
}

/* video banner end */



/* about */
.about-img-one img
{
    border-radius: 15px;
}
.about-img-one
{
    /*max-width: 450px;
    height: auto;
    min-width: 450px;
    position: relative;*/
    max-width: 84%;
    height: auto;
    min-width: 84%;
    position: relative;
}
.about-img-two {
    position: absolute;
    right: -80px;
    bottom: -80px;
    min-width: 250px;
    max-width: 250px;
    border-radius: 15px;
    border: 6px solid #FFFFFF;
}
.about-img-one:after
{
    content: url("../images/shape-01.png");
    position: absolute;
    left: 220px;
    bottom: -70px;
    z-index: 2;
    display: block;
}
.about-year
{
    display: flex;
    align-items: center;
    width: 210px;
    background: #fff;
    padding: 15px 15px;
    border-radius: 15px;
    position: absolute;
    right: -80px;
    top: 60px;
    justify-content: center;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}
.about-year .year
{
    margin-right: 10px;
}
.about-year .year h1
{
    color: #ED6B5F;
    font-family: "Proxima-Light", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.about-year .year-text p
{
    color: #353535;
    font-family: "Proxima-Light", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.about-content:after
{
    content: url("../images/shape-02.png");
    position: absolute;
    right: -70px;
    top: -70px;
    display: block;
    z-index: 1;
}
/* about end */



/* section enquiry */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.section-enquiry-container
{
    position: relative;
}
.section-enquiry-container:before
{
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    display: block;
    left: 0;
    top: 10%;
    background: #FDF0EF;
}
input[type=number] {
    -moz-appearance: textfield;
}
.enquiry-main-col {
    padding: 80px 20px;
    border-radius: 10px;
}
.enquiry-main-col .form-group
{
    display: block;
    margin-bottom: 20px;
}
.enquiry-main-form .form-control
{
    border-bottom: 2px solid #000000;
    background: transparent;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    padding: 10px 0;
    border-radius: 0;
    height: 60px;
    font-size: 18px;
    color: #000;
    transition: all .3s;
    margin-bottom: 15px;
}
.enquiry-main-form label
{
    font-size: 18px;
    color: #000000;
}
.enquiry-main-form .form-control-two
{
    border: 2px solid #000000 !important;
    background: #E9E9EA;
    padding: 10px 0;
    border-radius: 0;
    height: 45px;
    font-size: 18px;
    color: #000;
    transition: all .3s;
    margin-bottom: 0;
}
.enquiry-main-form .btn-rollover
{
    background: #1f4492 !important;
}
.enquiry-main-form .form-control::placeholder
{
    color: #111111;
}
.enquiry-main-form .form-control:focus
{
    outline: none !important;
    border-bottom: 2px solid #d72527;
    box-shadow: none !important;
    transition: all .3s;
}
/* section enquiry end */


/* testimonial */
.testimonial {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5E5E5;
    border-radius: 15px;
}
.testimonial-slide {
    padding: 40px 20px 10px 20px;
}
.testimonial_box-top {
    background-color: transparent;
    padding: 30px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.testimonial_box-icon {
    padding: 10px 0;
}
.testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
}
.testimonial_box-text {
    padding: 10px 0;
}
.testimonial_box-text p {
    color: #293241;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}
.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}
.testimonial_box-name {
    padding-top: 10px;
}
.testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 0;
}
.testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
.testimonial-slider .slick-prev:before
{

}
.slick-dots li button
{
    background: transparent !important;
    text-align: center;
    line-height: 10px !important;
}
.slick-dots li button:before {
    background: transparent;
    border-radius: 100%;
    width: 10px !important;
    height: 10px !important;
    line-height: 0 !important;
    font-size: 12px !important;
    color: #ffffff !important;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before
{
    color: #1f4492 !important;
}
.testimonial-slider .slick-prev
{
    left: 0 !important;
}
.testimonial-slider .slick-next
{
    right: 0 !important;
}
.testimonial-row {
    display: flex;
    gap: 50px;
    align-items: center;
}
.testimonial-image-col
{
    width: 240px;
}
.testimonial-img
{
    min-width: 180px;
    max-width: 185px;
    height: auto;
    margin-bottom: 10px;
}
.testimonial_box-inner {
    padding: 20px 50px;
}
.testimonial-para
{
    position: relative;
    padding-left: 75px;
    padding-right: 50px;
    font-size: 20px;
    padding-top: 20px;
    color: #000000;
}
.testimonial-para:before
{
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/quote-down.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
.testimonial-para:after
{
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("../images/quote-up.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
/* testimonial end */


/* product slider */
.custom-slider
{
    position: relative;
}
.custom-slider:before
{
    position: absolute;
    left: -170px;
    top: 20%;
    width: 90px;
    height: 100px;
    background-image: url(../images/shape-02.png);
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section-featured-products
{
    position: relative;
}
.section-featured-products:after
{
    position: absolute;
    top: 60px;
    content: '';
    right: 13%;
    display: flex;
    width: 110px;
    object-fit: contain;
    align-items: center;
    justify-content: center;
    background-image: url(../images/shape-01.png);
    height: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.product-section-container
{
    position: relative;
    padding-top: 60px;
}
.product-section-container:before
{
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
    content: '';
    background: #FBE1DF;
    border-radius: 15px;
    z-index: -1;
}
.custom-slider{
    width: 100%;
    margin: auto;
}
.custom-box{
    width: 200px;
    height: 100px;
    text-align:center;
    margin: 5px 15px 25px 15px;
    padding: 20px 25px 40px 25px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.10);
}
.custom-box .product-card-title
{
    color: #050300;
    font-family: "Barlow Condensed",sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.slick-prev, .slick-next{
    position: absolute;
    line-height: 45px;
    top: 50%;
    width: 45px;
    height: 45px;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 50px;
    background: rgba(9, 10, 10, 0.35);
    z-index: 2;
}
.slick-slider{
    user-select: none;
}
.slick-next{
    right: 0px;
    background: transparent !important;
}
.slick-prev{
    left: 0px;
    background: transparent !important;
}
.slick-next:before{
    content:  '' !important;
    background-image: url("../images/arrow-right-one.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 1.2em;
    padding-left: 3px;
    color: white;
    width: 16px !important;
    height: 30px !important;
    text-align: center;
    display: inline-block;
}
.slick-prev:before{
    content:  '' !important;
    background-image: url("../images/arrow-left-one.png");
    font-size: 1.2em;
    padding-left: 3px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    width: 16px !important;
    height: 30px !important;
    text-align: center;
    display: inline-block;
}
/* product slider end */


/* footer */
.footer
{
    padding: 45px 0 0 0;
    background: #a4bcc8;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.quick-link-ul
{
    list-style: none;
    display: block;
    padding-left: 0;
    margin: 0;
}
.quick-link-ul li
{
    margin-bottom: 10px;
}
.quick-link-ul li a
{
    font-family: "Proxima-Light", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
    color: #000000;
    transition:  all .3s;
}
.quick-link-ul li a:hover
{
    color: #ED6B5F;
    transition:  all .3s;
}
.footer-title
{
    font-family: "Proxima-Light", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 30px;
}
.footer-contact-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer-contact-icon
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 12px;
    background: #292E36;
    border-radius: 5px;
    min-width: 55px;
    height: 55px;
}
.footer-contact-text
{
    padding-left: 15px;
}
.footer-contact-text a
{
    font-family: "Proxima-Light", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    line-height: 30px /* 166.667% */;
    transition:  all .3s;
}
.footer-contact-text a:hover
{
    color: #ED6B5F;
    transition:  all .3s;
}
.footer-bottom
{
    padding: 20px 0;
}
.footer-social-ul
{
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
}
.footer-social-ul li
{
    margin-left: 15px;
}
.footer-social-ul li a
{
    padding: 12px 12px;
    background: #1f4492;
    border-radius: 45px;
    min-width: 45px;
    height: 45px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    transition: all .3s;
}
.footer-social-ul li a:hover
{
    color: #ffffff;
    transition: all .3s;
    background: #141414;
}
/* footer end */

/* inner banner */
.inner-banner {
    position: relative;
    padding: 30px 0 30px 0;
    /* background-color: gainsboro; */
    background-color: #3664c3;
    display: flex;
    align-items: center;
    min-height: 400px;
    max-height: 400px;
}
/*.inner-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 46%);
    display: block;
    z-index: 2;
}*/
.z-index-2 {
    z-index: 2;
}
.banner-breadcrumb {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.banner-breadcrumb li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
}
.banner-breadcrumb li a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    position: relative;
}
.banner-breadcrumb li a:after {
    position: absolute;
    right: -15px;
    top: 8px;
    content: '';
    width: 6px;
    height: 6px;
    background: transparent;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    transform: rotate(224deg);
}
.banner-breadcrumb li:last-child
{
    margin-right: 0;
}
.banner-breadcrumb li:last-child a:after
{
    display: none;
}
.banner-breadcrumb li a.active {
    color: #ff6b00;
}
.banner-title {
    font-size: 40px !important;
    margin-bottom: 10px !important;
    line-height: 40px !important;
    font-family: "Proxima-Bold", sans-serif;
    font-weight: normal;
}
/* inner banner end */


/* our story */
.our-story-content-one
{
    padding-right: 230px;
}
.why-icon-text {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 60px auto;
    grid-template-columns: 60px auto;
    margin-bottom: 30px;
}
.why-icon-col
{
    text-align: center;
}
.why-text-col
{
    padding-left: 20px;
}
.why-text-col  h4
{
    font-family: "Proxima-Bold", sans-serif;
    font-size: 20px;
}
/* our story end */


/* contact page */
.contact-content-wrapper
{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.contact-form-wrapper
{
    padding: 40px 60px;
    background: #fff1f0;
    border-radius: 15px;
}
.contact-form .form-group
{
    display: block;
    margin-bottom: 20px;
}

.contact-form .form-control
{
    border-bottom: 1px solid #EDA19C;
    background: transparent;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    padding: 10px 0px;
    border-radius: 0;
    height: 55px;
    font-size: 15px;
    color: #000;
    transition: all .3s;
}
.contact-form .form-control:focus
{
    outline: none !important;
    border-bottom: 1px solid #906360;
    box-shadow: none !important;
    transition: all .3s;
}
.contact-col {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.contact-icon {
    margin-right: 15px;
}
.contact-icon img
{
    min-width: 40px;
    max-width: 40px;
}

.contact-social-ul
{
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
}
.contact-social-ul li
{
    margin-right: 20px;
}
.contact-social-ul li a
{
    padding: 12px 12px;
    background: #1f4492;
    border-radius: 45px;
    min-width: 65px;
    height: 65px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    transition: all .3s;
}
.contact-social-ul li a:hover
{
    color: #ffffff;
    transition: all .3s;
    background: #141414;
}
/* contact page end */


/* product page */
.product-content-col
{
    min-height: 250px;
    max-height: 250px;
    padding: 30px 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.product-content-col h1
{
    font-size: 18px;
    line-height: 24px;
}
.feature-text h2
{
    font-family: "Proxima-Bold", sans-serif;
    font-size: 13px;
    font-style: normal;
    text-transform: capitalize;
    line-height: 18px;
    margin-bottom: 0;
}
.feature-text{
    margin-left: 10px;
}

.feature-col-one
{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 60px auto;
    grid-template-columns: 60px auto;
    margin-bottom: 15px;
    width: fit-content;
    background: #C2CCD2;
    padding: 8px 15px 8px 15px;
    margin-right: 10px;
}




.nav .nav-item button.active {
    background-color: #1f4492 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    border: none !important;
}
.nav .nav-item button.active::after {
    content: "";
    /*border-bottom: 4px solid var(--bs-danger);*/
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
}
.product-tab-bg
{
    background: #fff;
    padding: 30px 40px;
    border-radius: 25px;
}
.product-tab-one
{
    border: none !important;
}
.product-tab-one li
{
    width: 20%;
}
.product-tab-one li button
{
    display: block;
    width: 100%;
    text-align: center;
    background-color: #C2CCD2 !important;
    color: #000000 !important;
    border-radius: 0 !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
/* product page end */



.material-feat-col
{
    background: #E6E6E6;
    padding: 20px 12px;
    border-radius: 20px;
}
.material-feat-col-white
{
    background: #ffffff;
    padding: 20px 12px;
    border-radius: 20px;
}

.list-default
{
    padding-left: 15px;
}
.list-default li
{
    color: #232323;
    font-family: "Proxima-Light", SansSerif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}


@media screen and (min-width: 320px) and (max-width: 768px){
    .section-title {
        font-family: "Proxima-Light", sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        text-transform: capitalize;
        line-height: normal;
    }
    .paragraph-lg {
        color: #232323;
        font-family: "Proxima-Light", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .main_header_area .navigation .nav-header .nav-brand .logo-white {
        display: inline-block;
        transition: all .3s;
        min-height: 30px;
        max-height: 30px;
    }
    .main_header_area .navigation .nav-header .nav-brand .logo-dark {
        display: none;
        transition: all .3s;
        min-height: 30px;
        max-height: 30px;
    }
    .about-img-two {
        position: absolute;
        right: -50px;
        bottom: -80px;
        min-width: 150px;
        max-width: 150px;
        border-radius: 15px;
        border: 6px solid #FFFFFF;
    }
    .about-img-one:after, .about-content:after, .approach-img:after
    {
        display: none;
    }
    .about-year .year h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }
    .about-year .year-text p {

        font-size: 14px;
        font-weight: 600;
    }
    .about-year {
        display: flex;
        align-items: center;
        width: 170px;
        background: #fff;
        padding: 13px 15px;
        border-radius: 15px;
        position: absolute;
        right: -50px;
        top: 30px;
        justify-content: center;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
    }
    .section-padding {
        padding: 70px 0;
    }
    .approach-title {
        font-family: "Proxima-Light", sans-serif;
        font-size: 24px;
        position: absolute;
        top: -18px;
        display: inline-block;
        padding: 3px 7px;
        left: 30px;
        z-index: 0;
    }
    .approach-col {
        border-radius: 15px;
        padding: 25px 20px 20px 20px;
        border: 1px solid #ED6B5F;
        display: block;
        position: relative;
        width: 100%;
    }
    .approach-count {
        color: #ED6B5F;
        font-size: 50px;
        font-weight: 900;
        opacity: 0.2;
        position: absolute;
        left: 40px;
        top: -40px;
        z-index: 1;
    }
    .section-featured-products:after {
        position: absolute;
        top: 30px;
        content: '';
        right: 10%;
        display: flex;
        width: 70px;
        object-fit: contain;
        align-items: center;
        justify-content: center;
        background-image: url(../images/shape-01.png);
        height: 70px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .custom-slider {
        width: 90%;
        margin: auto;
    }
    .custom-box .product-card-title
    {
        font-size: 22px;
    }
    .enquiry-main-col {
        padding: 50px 25px;
        border-radius: 10px;
    }
    .quick-link-ul li a {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-decoration: none;
        color: #000000;
        transition: all .3s;
    }
    .testimonial-row {
        display: flex;
        gap: 30px;
        align-items: center;
        flex-wrap: wrap;
    }
    .testimonial_box-inner {
        padding: 0px 0px;
    }
    .testimonial-para {
        position: relative;
        padding-left: 25px;
        padding-right: 15px;
        font-size: 14px;
        padding-top: 10px;
        color: #000000;
    }
    .testimonial-para:before {
        content: '';
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        left: 0;
        top: -21px;
    }
    .testimonial-para:after {
        content: '';
        width: 35px;
        height: 35px;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .testimonial-image-col {
        width: 100%;
        text-align: center;
    }
    .testimonial-img {
        min-width: 150px;
        max-width: 150px;
        height: auto;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .quick-link-ul li {
        margin-bottom: 5px;
    }
    .enquiry-main-form label {
        font-size: 14px;
        color: #000000;
    }
    .product-tab-one li {
        width: fit-content;
    }
    .feature-col-one {
        width: 100%;
    }
    .product-content-col {
        min-height: 150px;
        max-height: 150px;
        padding: 20px 20px;
        overflow: hidden;
        background-size: cover;
        background-position: center right;
        background-repeat: no-repeat;
        margin-bottom: 15px;
    }
    .bg1, .bg2, .bg3, .bg4 {
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        background-position: center center !important;
        background-size: cover !important;
        height: 40vh;
        min-height: 40vh;
        overflow: hidden;
        width: 100vw;
        min-width: 100vw !important;
        position: absolute;
        top: 0;
        left: 0;
    }
    #slide-show {
        position: relative;
        height: 40vh;
        min-height: 40vh;
        overflow: hidden;
        width: 100vw;
        min-width: 100vw !important;
    }
    .slide-text h2 {
        text-align: left;
        color: #FFF;
        font-family: 'Proxima-Light', sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .slide-text p {
        color: #FFF;
        font-family: 'Proxima-Light', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0;
        font-size: 13px;
    }
    .slider-center {
        position: absolute;
        height: 15%;
        width: 70%;
        left: 50%;
        top: 30%;
        letter-spacing: 2px;
        z-index: 99;
    }
    .btn-rollover {
        display: inline-block;
        font-size: 14px;
        line-height: 1.5;
        color: #ffffff;
        padding: 7px 15px;
        border-radius: 5px;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }
    .section-padding-b {
        padding: 0 0 60px 0;
    }
    .enquiry-main-form .form-control {
        border-bottom: 2px solid #000000;
        background: transparent;
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        padding: 10px 0;
        border-radius: 0;
        height: 50px;
        font-size: 16px;
        color: #000;
        transition: all .3s;
        margin-bottom: 10px;
    }
    .enquiry-main-form .form-control-two {
        border: 2px solid #000000 !important;
        background: #E9E9EA;
        padding: 10px 0;
        border-radius: 0;
        height: 45px;
        font-size: 18px;
        color: #000;
        transition: all .3s;
        margin-bottom: 0;
        width: 115px;
    }
    .inner-banner {
        position: relative;
        padding: 30px 0 30px 0;
        /* background-color: gainsboro; */
        display: flex;
        align-items: center;
        min-height: 190px;
        max-height: 190px;
    }
    .banner-title {
        font-size: 30px !important;
        margin-bottom: 0 !important;
        line-height: 34px !important;
        font-family: "Proxima-Bold", sans-serif;
        font-weight: normal;
    }
    .our-story-content-one {
        padding-right: 15px;
    }
    .logo-rounded-one
    {
        width: 100px;
    }
    .why-text-col h4 {
        font-family: "Proxima-Bold", sans-serif;
        font-size: 16px;
    }
    .why-icon-text {
        display: -ms-grid;
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-columns: 60px auto;
        grid-template-columns: 35px auto;
        margin-bottom: 25px;
        padding: 0 15px;
    }
    .why-text-col {
        padding-left: 15px;
    }
    .project-card img {
        height: 230px !important;
        margin-bottom: 5px;
        object-fit: cover;
    }
    .text-based-banners {
        position: relative;
        padding: 30px 0 30px 0;
        background-color: #223f99;
        display: flex;
        align-items: center;
        min-height: 200px;
        max-height: 200px;
    }
    .fixed-btn
    {
        display: none;
    }
}