/* fredoka */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap');
/* exo */
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Esteban&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Esteban&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "Neutra Text";
    src: url(../font/NeutraText-Bold.otf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Exo', sans-serif;
}

p {
    font-size: 16px;
    color: #353535;
}

.nav-item {
    position: relative;
}

.nav-up {
    top: -169px;
}
.hattric{
    padding-left:0px;
}


@keyframes growProgressBar {

    0%,
    33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

div[role="progressbars11"] {
    --size: 12rem;
    --fg: #369;
    --bg: #def;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side,
            white 80%,
            transparent 0 99.9%,
            white 0),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}

div[role="progressbars11"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
}


.cont_section{
    position:relative;
    overflow:hidden;
    padding-bottom:30px;
}
.garudsds{
    padding:0px;
}

.section-header .navbar-nav>li:hover>a:before {
    opacity: 1;
    transform: scaleX(1);
}

li.active>a:before {
    opacity: 1 !important;
    transform: scaleX(1) !important;
}

.section-header .navbar-nav>li>a:before {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #FF524E;
    bottom: -4px;
    content: "";
    transform: scaleX(0.5);
    opacity: 0;
    transition: all 500ms ease;
    z-index: -1;
}

.services-slidersews::before {
    position: absolute;
    content: " ";
    height: 20%;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.64) 17.07%, rgba(255, 255, 255, 0) 72.62%);
    width: 100%;
    z-index: 2;
}
.full_mapd {
    position:relative;
    padding-top:50px;
}

.rerf1 {
    position: absolute;
    animation: moving_rightses 3s ease-in-out infinite;
    top: 0px;
}

.rerf2 {
    position: absolute;
    animation: moving_rightses 3s ease-in-out infinite;
    bottom: 0px;
}

.rerf22 {
    position: absolute;
    top: 63px;
    left: 4px;
}

.rerf23 {
    position: absolute;
    top: 30px;
    left: 0px;
    animation: moving_upses1 3s ease-in-out infinite;
}

.rerf11 {
    position: absolute;
    animation: moving_rightses 3s ease-in-out infinite;
    bottom: 5px;
    left: -27px;
}

html {
    overflow-x: hidden;
}
 .swiper-container.gallery-thumbses .swiper-slide-active  {
            box-shadow: 0px 4px 15px 0px #FF524E;
            margin: 20px 5px;
            border-radius:17px;
        }
 
 .swiper-container.gallery-thumbses .swiper-slide{
      margin: 20px 1px;
 }

@keyframes moving_upses1 {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes moving_rightses {
    0% {
        transform: translateX(15px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateX(15px);
    }
}

.products_section .swiper-pagination-lock {
    font-size: 20px;
    font-weight: 700;
    color: #404040;
    position: relative;
    right: 62px;
    display: block;
}

.products_section .swiper-button-prev {
    position: absolute;
    right: 220px;
    left: auto;
    top: 19px;
    color: #000;
    font-size: 25px;
}

.products_section .swiper-button-next {
    position: absolute;
    right: 118px;
    left: auto;
    top: 18px;
    font-size: 35px;
}

.siper_doine {
    position: absolute;
    right: 0px;
    top: 14px;
}

.navbar-section {
    position: fixed;
    width: 100%;
    z-index: 100;
    background:  linear-gradient(180deg, #FFFFFF 5.93%, rgba(71, 71, 71, -0.719739) 75.58%, rgba(0, 0, 0, 0) 25.68%);
}

.intro {
    box-shadow: 0px 6px 10px rgb(0 0 0 / 12%);
    background-color: #fff;
}

.home_section::before {
    position: absolute;
    content: " ";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.64) 17.07%, rgba(255, 255, 255, 0) 72.62%);
    width: 100%;
    z-index: 2;
}


.feature_main .slick-prev {
    background: #cf2127;
    border-radius: 100px;
    left: -26px;
    z-index: 1;
}

.feature_main .slick-next {
    background: #cf2127;
    border-radius: 100px;
    right: 0px;
}
.feature_main .slick-prev:hover,.feature_main .slick-prev:focus,.feature_main .slick-next:hover,.feature_main .slick-next:focus{
      background: #cf2127;
    border-radius: 100px;
}
.feature_main .slick-prev:before,.feature_main .slick-next:before{
    font-size:20px;
}
/* .home_section1::before {
    position: absolute;
    content: " ";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.64) 17.07%, rgba(255, 255, 255, 0) 72.62%);
    width: 100%;
    z-index: 2;
} */
.merchant_mart {
    overflow-x: hidden;
}

.testers_full {
    padding: 50px 0;
}

.darks-logo {
    display: none;
}

.second-nav {
    justify-content: space-evenly;
    padding-left: 45px;
}

.section-header {
    position: relative;
    background-color: transparent;
}

.section-header .nav-link {
    color: #000000 !important;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Fredoka', sans-serif;
}

.home-btn1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #CEC4C4;
    border-radius: 17px;
    transform-origin: left;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.home-btn1:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.home-btn1 {
    background: #FF524E;
    animation: btn 2s ease-in-out infinite;
    font-size: 18px;
    position: relative;
    z-index: 1;
    border-radius: 17px !important;
    padding: 5px 20px;
    color: #fff !important;
    border: 0px;
}

.home-btn4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #CEC4C4;
    border-radius: 17px;
    transform-origin: left;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.home-btn4:hover::before {
    transform-origin: bottom;
    transform: scaleX(1);
}

.home-btn4 {
    background: #FF524E;
    animation: btn 2s ease-in-out infinite;
    font-size: 18px;
    position: relative;
    z-index: 1;
    border-radius: 17px !important;
    padding: 8px 60px;
    font-weight: 700;
    color: #fff !important;
    border: 0px;
}

.footer_list {
    list-style-type: none;
    padding: 0px;
    line-height: 1.8;
}

.footer_anc {
    text-decoration: none;
    color: #353535;
    font-weight: 500;
    transition: all 0.4s;
}

.footer_anc:hover {
    margin-left: 7px;
    color: #FF524E;
}

.FOOT_NUMs {
    display: flex;
    list-style-type: none;
    padding: 0px;
}

.foot_num {
    color: #353535;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.4s;
}

.foot_num:hover {
    margin-left: 7px;
    color: #FF524E;
}

footer {
    background-color: #CEC4C4;
}

.foot_section {
    padding-top: 60px;
    padding-bottom: 30px;
}

.foot_para {
    text-align: center;
}

.foot_head {
    color: #000000;
    font-family: Neutra Text;
    font-size: 21px;

}

.footing-icons {
    padding-right: 20px;
    font-size: 23px;
    transition: 0.7s;
}

.footer-icon a {
    color: #353535;
}

.footing-icons:hover {
    color: #FF524E;
    margin-left: 5px;
}

.fist_phone {
    position: relative;
}

.section_contacts {
    position: relative;
    padding: 50px 0;
}

.bg_cont {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url('../images/logo/contactbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
}

.cont_head1 {
    color: #FF524E;
    font-weight: 700;
    font-size: 20px;
}

.cont_head2 {
    font-size: 28px;
    font-weight: 700;
    color: #141414;
}

.cont_head p {
    color: #545252;
    font-size: 16px;
    font-weight: 500;
}

.contactses {
    background-color: #EEEEEE;
    padding: 50px;
    border-radius: 18px;
}

.contactses .form-group {
    background-color: #FFFFFF;
    margin: 0 0 20px 0;
}

.contactses .input-group-text {
    background-color: #FFFFFF;
    border: 0px;
}

.contactses .form-control {
    border: 0px;
}

.contactses .contactses_name {
    padding-left: 13px;
    font-size: 18px;
    font-weight: 500;
}

.cont_lines {
    font-weight: 700;
    font-size: 25px;
}

.cont_lines1 {
    font-weight: 500;
    font-size: 25px;
}

.form-control:focus {
    box-shadow: none;
}

.cont_head_phone {
    display: flex;
}

.first_para1 {
    padding-left: 32px;
}

.first_para2 {
    padding-left: 30px;
}

.first_para3 {
    padding-left: 32px;
}

.phn_one {
    color: #FF524E;
    font-weight: 700;
    font-size: 21px;
}

.phn_texts {
    color: #5E5C5C;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.phn_texts1 {
    color: #5E5C5C;
    font-weight: 500;
    font-size: 15px;
}

.text_rowsws {
    margin: 36px 0;
}

.cont_line {
    margin: 50px 0;
}

.btn-one {
    text-align: center;
}

.second_hats11 {
    background: #FF524E;
    color: #fff;
    padding: 5px 5px;
    border-radius: 5px;
    font-weight: 700;
}

.home-btn7::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #5E5C5C;
    border-radius: 5px;
    transform-origin: left;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.home-btn7:hover::before {
    transform-origin: top;
    transform: scaleX(1);
}

.home-btn7 {
    background: #FF524E;
    animation: btn 2s ease-in-out infinite;
    font-size: 12px;
    position: relative;
    z-index: 1;
    border-radius: 5px !important;
    padding: 8px 16px;
    color: #fff;
    border: 0px;
    font-weight: 700;
    /* display: flex; */
}
.home-btn99::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #5E5C5C;
    border-radius: 5px;
    transform-origin: left;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.home-btn99:hover::before {
    transform-origin: top;
    transform: scaleX(1);
}

.home-btn99 {
    background: #FF524E;
    animation: btn 2s ease-in-out infinite;
    font-size: 13px;
    position: relative;
    z-index: 1;
    border-radius: 5px !important;
    padding: 8px 30px;
    color: #fff;
    border: 0px;
    font-weight: 700;
    /* display: flex; */
}

.home-btn3::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #5E5C5C;
    border-radius: 5px;
    transform-origin: left;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.home-btn3:hover::before {
    transform-origin: top;
    transform: scaleX(1);
}

.home-btn3 {
    background: #FF524E;
    animation: btn 2s ease-in-out infinite;
    font-size: 18px;
    position: relative;
    z-index: 1;
    border-radius: 5px !important;
    padding: 8px 30px;
    color: #fff;
    border: 0px;
    font-weight: 700;
    /* display: flex; */
}

.home-btn88::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #5E5C5C;
    border-radius: 5px;
    transform-origin: left;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.home-btn88:hover::before {
    transform-origin: top;
    transform: scaleX(1);
}

.home-btn88 {
    background: #FF524E;
    animation: btn 2s ease-in-out infinite;
    font-size: 18px;
    position: relative;
    z-index: 1;
    border-radius: 5px !important;
    padding: 8px 30px;
    color: #fff;
    border: 0px;
    font-weight: 700;
    display: flex;
    width: 58%;
    font-family: Neutra Text;
}

.home-btn33::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #5E5C5C;
    border-radius: 5px;
    transform-origin: left;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.home-btn33:hover::before {
    transform-origin: top;
    transform: scaleX(1);
}

.home-btn33 {
    background: #FF524E;
    animation: btn 2s ease-in-out infinite;
    font-size: 18px;
    position: relative;
    z-index: 1;
    border-radius: 5px !important;
    padding: 8px 30px;
    color: #fff;
    border: 0px;
    font-weight: 700;
    display: flex;
    font-family: Neutra Text;
}

.qut {
    width: 180px;
}

.products_section {
    background: #EEEEEE;
    padding: 40px 0;
}

.pvc_text {
    text-align: center;
    padding: 10px 0;
}

.products_section .gallery-thumbs {
    /* padding-top: 85px; */
    padding-top: 15px;
}
.cldsjk{
    padding-left:6px;
}
.pvc_tot {
    padding: 30px 0;
}

.products_section .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: no-close-quote;
}

.products_section .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: no-close-quote;
}

.home_section .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: no-close-quote;
}

.home_section .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: no-close-quote;
}


.ghosts {
    position: relative;
}

.tesr {
    color: #323030;
}

/* .section-header{
    background: linear-gradient(180deg, #FFFFFF 5.93%, rgba(71, 71, 71, 0.280261) 35.58%, rgba(0, 0, 0, 0) 47.68%);

} */
.about_section {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
    z-index: 9;
}

.total_abouts {
    text-align: center;
}

.abthearrt {
    color: #0F0F0F;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.abthearrt1 {
    color: #0F0F0F;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding-top:10px;
}

.btn:hover {
    color: #fff;
}

.abthead {
    color: #FF524E;
    font-size: 25px;
    font-weight: 700;
}

.abthead3 {
    color: #FF524E;
    font-size: 35px;
    font-weight: 700;
}

.abthead1 {
    color: #141414;
    font-size: 35px;
    font-weight: 700;
}

.abthead2 {
    font-weight: 400;
}

.abt_para {
    font-weight: 500;
}

.counterses1 {
    box-shadow: 4px 4px 6px 0px #0000002E;
    padding: 10px;
    border-radius: 100%;
    position: relative;
}

.counter_sec {
    display: flex;
    justify-content: space-between;
    padding-right: 133px;
    padding-top: 24px;
    padding-bottom: 50px;
}

.about_section .btn:hover {
    color: #fff;
}

.line_le {
    padding-left: 10px;
}

.abthead3 {
    /* border: 3px solid #C0C0C0; */
    width: 82px;
    height: 78px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.abt_cl {
    box-shadow: 4px 4px 6px 0px #0000002E;
    padding: 10px;
    border-radius: 100%;
    position: relative;
}

/* .abthead3 {
    border: 3px solid #C0C0C0;
    width: 106px;
    height: 102px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
} */

.hfudih {
    margin-top: 54px;
}


.abt_years {
    text-align: center;
    padding-top: 34px;
    font-weight: 600;
}

.total_abouts {
    position: relative;
}

.abt1_ho {
    position: absolute;
    left: 35px;
    top:43px;
}

.abt2_ho {
    position: absolute;
    right: 71px;
}

.abt3_ho {
    position: absolute;
    left: -42px;
    top: 178px;
}

.abt4_ho {
    position: absolute;
    right: 150px;
    top: 178px;
}

.innovation_section {
    position: relative;
    background-image: url(../images/home_products/innovaion.png);
    background-size: cover;
    padding-top: 30px;
}

.inv_head1 {
    color: #4B4545;
    font-size: 35px;
    font-weight: 700;
}

.abt1_ho:hover {
    box-shadow: 0px 5px 20px 0px #FF524E;
    transition: 0.9s ease-in-out;
}

.abt2_ho:hover {
    box-shadow: 0px 5px 20px 0px #FF524E;
    transition: 0.9s ease-in-out;
}

.abt3_ho:hover {
    box-shadow: 0px 5px 20px 0px #FF524E;
    transition: 0.9s ease-in-out;
}

.abt4_ho:hover {
    box-shadow: 0px 5px 20px 0px #FF524E;
    transition: 0.9s ease-in-out;
}

.tot_inav {
    padding-top: 40px;
}

.test_row {
    padding-top: 100px;
    padding-bottom: 70px;
}

.cust_para {
    font-size: 18px;
}

.cust_hed {
    font-weight: 700;
    font-size: 35px;
    color: #141414;
}

.cust_abt {
    font-weight: 700;
    font-size: 35px;
    color: #FF524E;
}

.testimonial_section {
    position: relative;
    background-image: url(../images/home_products/test.png), linear-gradient(271deg, #FFFFFF -35.07%, rgba(71, 71, 71, 0.280261) 42.58%, rgba(0, 0, 0, 0) 56.68%);
    background-size: cover;
}


@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.testimoni_images img.circle {
    animation: rotate360 2s linear;
}




.circle1 {
    width: 105px;
    height: 105px;
    position: relative;
}

.circle1 .border1 {
    content: '';
    position: absolute;
    top: -4px;
    bottom: 0;
    left: -3px;
    right: 0;
    background: transparent;
    border-radius: 50%;
    border: 3px dashed #FF524E !important;
    -webkit-animation-name: Rotate1;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}


/* .abthead3 .border {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    border-radius: 50%;
    border: 2px dashed #000 !important;
    -webkit-animation-name: Rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  } */


@-webkit-keyframes Rotate1 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes Rotate1 {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes Rotate1 {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}




.circle {
    width: 100px;
    height: 100px;
    position: relative;
}

.circle .border {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    border-radius: 50%;
    border: 3px dashed #C0C0C0 !important;
    -webkit-animation-name: Rotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}


/* .abthead3 .border {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    border-radius: 50%;
    border: 2px dashed #000 !important;
    -webkit-animation-name: Rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  } */


@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes Rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes Rotate {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}









.slict_test_one {
    position: relative;
    z-index: 1;
}

.test1 {
    font-weight: 700;
    font-size: 20px;
    color: #1E2E3D;
}

.test2 {
    font-weight: 400;
    font-size: 16px;
    color: #FF524E;
}

.slict_test_one {
    background-color: #fff;
    /* box-shadow: 0px 4px 23px 0px #00000040; */
    display: flex;
    padding: 26px;
    border-radius: 17px;
    align-items: center;
    /* margin-right: 112px; */
}

.fdm {
    padding-left: 10px;
}

.lefts2 {
    color: #FF524E;
    opacity: 0.5;
    position: absolute;
    right: 142px;
    font-size: 25px;
    bottom: 19px;
}

.lefts1 {
    color: #FF524E;
    font-size: 25px;
}

.testimoni_images {
    position: relative;

}
.abt_per{
    text-align:center;
    font-size:16px;
    font-weight:700;
}

.products_section .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    color: #ff524e;
}

.head1 {
    font-size: 45px;
    font-weight:700;
}

.head2 {
    font-weight: 700;
}

.prevsd {
    padding-left: 10px;
}

.testimonial_view {
    position: relative;
    background-color: #CEC4C4;
    padding: 100px 0;
}

.dcbfh {
    border-radius: 100%;
    border: 3px solid #FF524E;
}

.home_first {
    background-size: 100% 100%;
    height: 100vh;
    position: relative;
    /* margin-top: -100px; */
    transition: 3s all;
    transform: scale(1.2);
}


.swiper-slide-active .home_first {
    animation: scale 5s ease forwards;
}


@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.home_section1 {
    display: none;
    position: relative;
    top: 100%;
}

.fine1 {
    background-size: cover;
    position: relative;
    height: 50vh;
}

.fine2 {
    position: absolute;
    top: 30%;
}

.fine1 {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.slick-active .fine1 {
    transform: scale(1);
}


.sub_home {
    position: absolute;
    bottom: -13px;
    padding: 50px 0;
    z-index: 1;
    /* overflow-x: hidden; */
    background: linear-gradient(274deg, #FFFFFF 7.67%, rgba(248, 248, 248, 0.27094) 52.94%, rgba(0, 0, 0, 0) 75.28%);
    z-index: 3;
}

.sub_home1 {
    position: absolute;
    top: 80px;
    left: 15%;
    top: 35%;
    z-index: 3;
}

.may_slicks {
    position: relative;
}

.vertical-slider {
    position: absolute !important;
    z-index: 1;
}

.testmoni_full_para {
    margin: 0px;
    word-wrap: break-word;
}

.testmoni_full {
    width: 100%;
}

.slick_test {
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 17px;
}

.vertical-slider .slick-slide {
    margin: 10px 0;
    /* Adjust the gap as needed */
}



.vertical-slider .slick-dots {
    position: absolute;
    display: block;
    bottom: inherit;
    width: 100%;
    padding: 0;
    top: 73px;
    margin: 0;
    list-style: none;
    text-align: center;
    transform: rotate(90deg);
    text-align: center;
    width: 40%;
    left: -169px;
    z-index: 9999999;
}

.half_pare {
    font-size: 21px;
    text-align:justify;
}

.half_vis {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
}

.rackses {
    padding-top: 50px;
    position: relative;
}





.vfuhy {
    padding-left: 306px;
}

.half_vission {
    border-left: 5px solid #FF524E;
    padding-left: 30px;
    margin: 7px 0 20px 0;
}


.services-slider {
    display: flex;
    max-width: 600px;
}

.nav-container .slick-current img {
    box-shadow: 0 0 4px 2px rgba(108, 232, 220, 0.9);
}

slider-main {
    width: 100%;
}

.main-container {
    width: 100%;
}

.nav-container img {
    max-height: 135px;
}

.nav-container .slick-slide {
    max-height: 135px;
    margin-bottom: 18px;
}

.services-slider .slick-track {
    margin-left: 50px;
}

@media (min-width: 1000) {
    .slider-nav {
        display: none !important;
    }
}

.inovation_scetion {
    position: relative;
    padding: 120px 0;
}


.nav-container .slick-slide.slick-active::before {
    content: "";
    width: 5px;
    height: 100%;
    background: red;
    color: red;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}





.playful figure {
    cursor: pointer;
    float: left;
    margin: 10px 1%;
    max-height: 290px;
    max-width: 480px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.playful figure figcaption,
.playful figure figcaption>a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.playful figure figcaption {
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.25em;
    text-transform: uppercase;
}

.playful figure h4,
.playful figure p {
    margin: 0;
}

.playful figure h4 {
    color: #fff;
    font-size: 43px;
    font-weight: 800;
    /* word-spacing: -0.15em; */
}

.playful figure p {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 1px;
}

.playful figure h2,
.playful figure p {
    margin: 0;
}

.playful figure.softeffect {
    background: none repeat scroll 0 0 #000000;
}

.playful figure.softeffect img {
    transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
    opacity: 0.35;
    transform: scale(1);
}

.playful figure.softeffect figcaption:before,
.playful figure.softeffect p {
    opacity: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.playful figure.softeffect h4 {
    opacity: 0;
    padding: 30% 0 20px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.playful figure.softeffect p {
    margin: 0 auto;
    max-width: 200px;
    transform: scale(1.5);
}

.playful figure.softeffect:hover figcaption:before,
.playful figure.softeffect:hover p {
    opacity: 1;
    transform: scale(1);
}

.playful figure.softeffect:hover h4 {
    opacity: 1;
    transform: scale(1);
}

.playful figure img {
    display: block;
    max-width: 100%;
    min-height: 100%;
    opacity: 1;
    position: relative;
}


.cfedf {
    position: absolute;
    left: -5%;
    bottom: 30%;
    transform: rotate(270deg);
}

.pagidi {
    position: absolute;
    left: -5%;
    bottom: 30%;
    transform: rotate(270deg);
}

.thumb1 {
    position: relative;
}

.full_thumb1 {
    width: 10px;
    height: 100%;
    background: #A1A1A1;
    position: absolute;
}

.full_thumb2 {
    width: 10px;
    height: 56px;
    top: 10%;
    background: #FF524E;
    position: absolute;
}

.gallery-thumbs111 {
    padding-left: 20px !important;
}

.home_section .btn:hover {
    color: #fff;
}














.home_section1 .slick-dots li.slick-active button:before {
    background-color: #FF524E;
    font-size: 0px;
    transform: scaleY(1.4);
}

.home_section1 .slick-dots li button:before {
    color: #000;
    font-size: 0px;
}

.home_section1 .slick-dots li button:before {
    background: #000;
    width: 22.5px;
    height: 3px;
    opacity: 1;
}


.testimonial_section .slick-dots li.slick-active button:before {
    background-color: #FF524E;
    font-size: 0px;
    transform: scaleY(1.4);
}

.testimonial_section .slick-dots li button:before {
    color: #000;
    font-size: 0px;
}

.testimonial_section .slick-dots li button:before {
    background: #000;
    width: 22.5px;
    height: 3px;
    opacity: 1;
}





/* ================about page ================== */


.goal_head {
    font-size: 23px;
    font-weight: 700;
    color: #CD2127;
    text-align: center;
    font-family: Neutra Text;
}

.goal_head1 {
    font-size: 35px;
    font-weight: 700;
    color: #141414;
    text-align: center;
    font-family: Neutra Text;
}

.goal_head2 {
    font-size: 35px;
    font-weight: 700;
    color: #CD2127;
    text-align: center;
    font-family: Neutra Text;
}

.goal_head3 {
    font-size: 35px;
    font-weight: 700;
    color: #CD2127;
    text-align: center;
}

.goals_section {
    padding: 60px 0;
    position: relative;
}

.vission_full {
    position: relative;
    padding: 0 20px;
    background: #D9D9D933;
    border-radius: 20px;
    z-index: 1;
    transition: 1s;
}

.vission_full::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0%;
    bottom: 0%;
    background-color: #fff;
    border-radius: 40px;
    transition: all 1.1s;
    z-index: -1;
}

.vission_full:hover {
    box-shadow: 0px 4px 45px 0px #00000040;
}

.viisions_headses {
    font-size: 36px;
    font-weight: 700;
    color: #343232;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    font-family: Neutra Text;
}

.vissions_paras {
    color: #343434;
    text-align: justify;
}

.viss_img11 {
    margin: auto;
    text-align: center;
    background: #FF524E;
    padding: 20px;
    border-radius: 100%;
}

.viss_img {
    text-align: center;
    margin-top: -40px;
}

.abt_rowses {
    padding: 50px 0;
    justify-content: space-evenly;
}

.aboutses_section {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.64) 17.07%, rgba(255, 255, 255, 0) 72.62%), url('../images/logo/abt_bg.jpg');
    background-size: cover;
    height: 600px;
    position: relative;
}

.about_tit1 {
    font-size: 26px;
    font-weight: 700;
    color: #FF524E;
    font-family: Neutra Text;
}

.about_tit2 {
    color: #141414;
    font-size: 50px;
    font-weight: 700;
    font-family: Neutra Text;
}

.about_tit3 {
    color: #FF524E;
    font-family: Neutra Text;
}

.abt_clt {
    position: absolute;
    top: 35%;
}

.lead_head1 {
    font-size: 36px;
    font-weight: 700;
    color: #141414;
    font-family: Neutra Text;
}

.lead_head2 {
    color: #FF524E;
    font-family: Neutra Text;
}

.ten_years {
    display: flex;
    align-items: center;
    justify-content: end;
}

.abt_merchant {
    text-transform: uppercase;
    color: #434343;
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    padding-left: 10px;
    font-family: Neutra Text;
}

.abt_merchant1 {
    color: #FF524E;
    font-size: 15px;
    font-weight: 700;
    font-family: Neutra Text;
}

.lead_para {
    color: #545252;
    font-size: 20px;
    padding-top: 20px;
}

.about-img {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/logo/yrs.jpg);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 15px;
    width: 100%;
}

.about-img::before {
    content: '';
    width: 93%;
    height: 93%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-img img {
    visibility: hidden;
}

.counting {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*font-size: 140px;*/
    font-size: 210px;
    font-weight: 800;
    color: #fff;
    background: inherit;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plus {
    position: absolute;
    top: 15%;
    left: 56%;
    font-size: 130px;
    font-weight: 700;
    background: inherit;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-img .content {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 74%;
    left: 38%;
    text-align: center;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    background: inherit;
    -webkit-background-clip: text;
}

.leader_section {
    padding: 35px 0;
}

.ten_years1 {
    display: flex;
    align-items: center;
    justify-content: start;
}

.uses {
    display: flex;
    justify-content: space-evenly;
    padding: 40px 0;
}

.chooses1 {
    position: relative;
}

.why_section {
    background: url(../images/home_products/innovaion.png);
    background-size: cover;
    position: relative;
    padding: 40px 0;
}

.why13 {
    position: absolute;
    top: 111%;
    left: 24%;
}

.why14 {
    position: absolute;
    left: 0%;
    top: 79%;
}

.why15 {
    position: absolute;
    top: 104%;
    left: 25%;
}

.footpr1 {
    /*font-weight: 500;*/
    color: #FF524E;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    font-family: Neutra Text;
}

.footpr2 {
    font-weight: 700;
    color: #141414;
    font-size: 36px;
    text-align: center;
    font-family: Neutra Text;
    padding-bottom:20px;
}

.design_made {
    font-weight: 700;
    font-size: 25px;
    color: #D33D42;
    font-family: Neutra Text;
}

.professi {
    font-size: 14px;
    color: #545252;
    font-weight: 500;
    text-align:justify;
}

.dcd {
    padding-left: 10px;
}

.respect1 {
    display: flex;
    position: relative;
}

.respect2 {
    display: flex;
    position: relative;
}

.respect3 {
    display: flex;
    position: relative;
}
.mades123{
     height: 100%;
    width: 50%;
}
.made11{
    padding-left:20px;
}
.mades {
    height: 100%;
    width: 38%;
}
.mades122{
      position: absolute;
      left: 47px;
    top: 46px;
    transition: 0.2s;
    animation: mover 1s infinite alternate;
}
.mades1 {
    position: absolute;
        left: 41px;
    top: 50px;
    transition: 0.2s;
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

.made1 {
    padding-left: 30px;
}


.mad_num {
    color: #545252;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    transform: rotate(270deg);
}

.tot_respects:hover .mades {
    -webkit-filter: brightness(3) invert(2);
    filter: brightness(3) invert(2);
    transition: 0.5s;
}
.tot_respects:hover .mades123 {
    -webkit-filter: brightness(3) invert(2);
    filter: brightness(3) invert(2);
    transition: 0.5s;
}

.cm {
    margin-top: 30px;
}



.full_mapd {
    position: relative;
}

.dotsess1 {
    /* background-color: red;
    width: 20px;
    height: 20px; */
    border-radius: 100%;
    position: absolute;
    top: 22px;
    left: 90px;
}


@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        /* -webkit-transform: scale(0.9, 0.9); */
        /* transform: scale(0.9, 0.9); */
        /* opacity: 0; */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.waves {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #C52F34;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    /* right: -55px;
    bottom: -55px; */
    z-index: 2;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
.waves_new{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 30%;
    left: 26%;
}
.waves_new1{
    width: 50px;
    height: 50px;
    position: absolute;
        top: 50%;
    left: 68%;
}
.waves_new2{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 24%;
    left: 73%;
}
.waves_new3{
    width: 50px;
    height: 50px;
    position: absolute;
   bottom: 12%;
    left: 82%;
}
.waves_new4{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 14%;
}
.waves_new:hover .comment {
    display: block;
    position: absolute;
    right: 0px;
    transition: 0.5s ease-in-out;
}
.waves_new1:hover .comment {
    display: block;
    position: absolute;
    right: 0px;
    transition: 0.5s ease-in-out;
}
.waves_new2:hover .comment {
    display: block;
    position: absolute;
    right: 0px;
    transition: 0.5s ease-in-out;
}
.waves_new3:hover .comment {
    display: block;
    position: absolute;
    right: 0px;
    transition: 0.5s ease-in-out;
}
.waves_new4:hover .comment {
    display: block;
    position: absolute;
    right: 0px;
    transition: 0.5s ease-in-out;
}

.comment {
    background-color: #fff;
    color: #CD2127;
    font-size: 0.86rem;
    font-family:Neutra Text;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.4px;
    box-shadow:0px 4px 4px 0px #00000040;
    position: relative;
    font-weight: 500;
    border-radius: 5px;
    POSITION: absolute;
    display: none;
    transition: all 0.4s ease-in;
    z-index: 2;
    top: -100%;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.wrapper.hidden {
    display: none;
}


 .comment::before {
    content: "";
    position: absolute;
    left: 60%;
    bottom: -7px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}















.footprints {
    padding: 50px 0;
}

.footprints svg circle {
    fill: #c5c5c5;
}

.footprints svg .st2 {
    fill: #FF524E;
}

.footprints svg .preActive {
    transition: all 1s ease;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    -webkit-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

.footprints .popupWrapper {
    visibility: hidden;
}

.footprints .active {
    visibility: visible;
}

.popup {
    fill: white;
    filter: url(#shadow);
}

.popupTitle {
    font-family: Aller;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
}

.popupText {
    font-family: Aller;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    fill: #009ac3;
}

@-webkit-keyframes pulse {
    to {
        cx: "50%";
        cy: "50%";
        r: 8;
    }
}

@keyframes pulse {
    to {
        cx: "50%";
        cy: "50%";
        r: 8;
    }
}

@-webkit-keyframes path {
    100% {
        transform: translate(2px, -2px);
        r: 8;
    }
}

@keyframes path {
    100% {
        transform: translate(2px, -2px);
        r: 8;
    }
}



/* =====================contact ==================== */

.social-media-side {
    position: fixed;
    bottom: 20%;
    z-index: 99;
    width: 50px;
    right: -218px;

}

.social-media-side ul {
    padding: 0px;
    transform: translate(-245px, 0);


}

.social-media-side ul li {
    display: block;
    margin: 14px;
    background: #FFFFFF;
    width: 310px;

    padding: 4px;
    border-radius: 30px 0px 0px 30px;
    transition: all 1.5s;
}

.social-media-side ul li:hover {

    transform: translate(-110px, 0);
    background: #ffffff;
    transition: all 1.5s;
}

.social-media-side ul li:hover a {
    color: #000000;
    font-size: 20px;
    text-decoration: none;
}

.social-media-side ul li:hover img {
    color: #c44a73;
    background: white;
    transform: rotate(360deg);
    transition: all 1.5s;
}

.social-media-side ul li img {

    /*margin-left: 10px;*/
    color: #000;
    background: white;

    border-radius: 50%;
    width: 60;
    height: 60px;
    transform: rotate(0deg);
    text-align: center;
    font-size: 25px;

}

.callu {
    text-decoration: none;
}




#message1 {
    position: absolute;
}

#message2 {
    position: absolute;
}

#message3 {
    position: absolute;
}

#message5 {
    position: absolute;
}

#message4 {
    position: absolute;
}

.dffsrds {
    padding: 0px;
}

.allos {
    padding-top: 50px;
}

.footer-icon11 {
    display: flex;
}

.asstrs {
    padding-left: 20px;
}

.asstrs a {
    color: #353535;
}

.fon {
    padding-top: 100px;
}

.heer {
    font-size: 40px;
    font-weight: 700;
    color: #353535;
}

.guaaaa {
    width: 100%;
    height: 80vh;
}

.namsdhd {
    align-items: center;
}

.tps {
    padding: 40px;
}

.cont_cd .form-control {
    border: 1px solid #EBEBEB;
    line-height: 2;
}

.cont_cd .input-group-text {
    line-height: 2;
    background: #fff;
    border-right: #fff;
}

.toors {
    padding: 20px 0px;
    position: relative;
}

.fdsfddfd {
    font-size: 18px;
    font-family: Neutra Text;
    font-weight: 700;
}

.fh2 {
    font-weight: 700;
    font-size: 55px;
    /*font-family: Neutra Text;*/
    color: rgba(53, 53, 53, 1);
}

.fp {
    font-weight: 700;
    font-size: 18px;
    /*font-family: Neutra Text;*/
    color: rgba(53, 53, 53, 1);
    letter-spacing: 3px;
}

.fftf {

    display: flex;
    justify-content: center;
    align-items: center;

}

.foic {
    font-weight: 700;
    font-size: 20px;
    font-family: Neutra Text;
    color: rgba(53, 53, 53, 1);
}

a:hover {
    color: #000;
}

.foicp {
    font-weight: 500;
    font-size: 16px;
    color: rgba(53, 53, 53, 1);
}

.foicp1 {
    font-weight: 500;
    font-size: 16px;
    color: rgba(53, 53, 53, 1);
    padding: 0px 75px 0px 0px;
}

.foicp2 {
    font-weight: 500;
    font-size: 16px;
    color: rgba(53, 53, 53, 1);
    padding: 0px 272px 0px 0px;
}

/* .vvv {
    background-image: url(../images/ftback.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 88vh;
} */

.vcfdv {
    padding-top: 50px;
 
}

.sds11 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
}


/* =======================prduct=========================== */

.services-slidersews {
    padding-top: 118px;
    padding-bottom: 0px;
}

.effect10 {
    position: relative;
    overflow: hidden;
    padding: 0px;
}

/* Shine effect */
.effect10 .caption:before {
    content: '';
    position: absolute;
    top: 0;
    left: -80%;
    display: block;
    width: 50%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 100%);
    transform: skewX(-25deg);
    transition: left .6s;
}

.effect10:hover .caption:before {
    left: 125%;
}

/* Text */
.effect10 h2,
.effect10 p {
    position: absolute;
    left: 0;
    transform: translateX(-700px) scale(0.1) skewX(95deg);
}

.effect10 h2 {
    font-size: 18px;
    width: 320px;
    top: 20%;
    border-right: 12px solid #085d0b;
    transition: transform .6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: linear-gradient(45deg, black, transparent);
}

.effect10 p {
    top: 45%;
    border-right: 12px solid #1a8d1e;
    transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.effect10:hover h2,
.effect10:hover p {
    transform: translateX(0px) scale(1) skewX(0deg);
}



/* =====================product description ===================== */

.banner__slider .slick-dots li button {
    background: transparent;
    border: 1px solid #cf2127;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

.banner__slider .slick-dots {
    right: -3%;
    transform: rotate(90deg);
    top: 50%;
    width: 146px;
    height: 100px;
}

.banner__slider li.slick-active button {
    background: #cf2127 !important;
    border-radius: 50px;
}

.banner__slider .slick-dots li button:before {
    opacity: 0 !important;
}

.banner__slider .slick-dots li.slick-active button:before {
    opacity: 0 !important;
}




.first_slider {
    background-size: cover;
}

.full-section {
    position: relative;
}

.slide {
    position: relative;
}

.slide__content {
    position: relative;
    height: 85vh;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    box-shadow: rgba(275, 268, 275, 0.35) 0px -109px 60px -31px inset;
}

.banner__slider {
    position: relative;
    margin: 0 75px;
    padding-top: 120px;
}

.slide__content--headings {
    position: absolute;
    top: 45%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 86.82%);
    padding: 30px 161px 30px 10px;
}

.pvs1 {
    font-size: 60px;
    font-weight: 700;
    color: #0B0A0A;
    font-family: Neutra Text;
}

.pvs2 {
    color: #FF524E;
    font-family: Neutra Text;
}

.vor_par {
    font-size: 20px;
}

.flor1 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    font-family: Neutra Text;
}

.flor {
    font-size: 18px;
    font-weight: 700;
    color: #FF524E;
    padding-top: 20px;
    text-align: center;
    font-family: Neutra Text;
}

.img-wrapper {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.inner-img {
    transition: 0.3s;
    text-align: center;
}

.inner-img:hover {
    transform: scale(1.1);
}

/* Other styling elements, that are not necessary for the example
  
  .img-wrapper {
    display: inline-block;
    box-sizing: border-box;
  } */
.related_section {
    position: relative;
    padding: 25px 0;
}

.mains {
    color: #FF524E;
    font-size: 23px;
    font-weight: 700;
    font-family: Neutra Text;
}

.waterses {
    background: url(../images/logo/Vect.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 78px 23px; */
    padding: 140px 23px;
}

.tetrt {
    margin: auto;
}

.l_head1 {
    font-size: 20px;
    font-weight: 700;
    color: #141414;
    padding: 10px 0;
    margin: 0px;
    font-family: Neutra Text;
}

.water_img {
    text-align: center;
}

.l_head2 {
    font-size: 11px;
    word-break: break-word;
    padding:0 20px;
}
.vifd{
    border-radius:100%;
}
.rer {
    padding: 0px;
}

.watr_res {
    justify-content: space-between;
    padding: 40px 0;
}

.feature_main {
    position: relative;
    padding-top: 50px;
}

.resr {
    position: absolute;
    background: #E9E9E9;
    width: 100%;
    top: 50%;
    left: 0px;
    z-index: -1;
    height: 140px;
}

.banner__slider::before {
    background:linear-gradient(360deg, #FFFFFF 0%, rgba(255, 262, 256, 0) 140.82%);
    position: absolute;
    content: " ";
    height: 10%;
    /* top: 0; */
    left: 0;
    opacity: 0.2;
    bottom: 0px;
    width: 100%;
}

.bles1 {
    font-size: 20px;
    font-weight: 700;
    color: #FF524E;
    font-family: Neutra Text;
}

.bles2 {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    font-family: Neutra Text;
}

.cat_ul {
    list-style-type: none;
    padding: 0px;
    line-height: 1.8;
}

.cat_li {
    font-size: 20px;
    font-weight: 500;
    font-family: Neutra Text;
}

.cat_hgdd {
    font-size: 20px;
    font-weight: 700;
    font-family: Neutra Text;
}

.prd_desc_section .btn:hover {
    color: #fff;
}

.sps_hd {
    color: #545252;
    font-size: 20px;
    font-weight: 700;
    font-family: Neutra Text;
}

.spec_ul {
    list-style-type: none;
    padding: 0px;
    line-height: 1.8;
}

.spec_li {
    font-size: 16px;
    font-weight: 500;
    color: #545252;
    display: flex;
    font-family: Neutra Text;
}

.spec_a {
    font-size: 16px;
    font-family: Neutra Text;
    font-weight: 700;
}

.spect {
    background: #F4F4F4;
    padding: 20px;
    border-radius: 28px;
    margin-left: 40px;
}

.watr_resqq {
    padding: 20px 0;
}

.rer:nth-child(odd) {
    margin-top: 1%;
    animation: moving_upses 3s ease-in-out infinite;
}

.rer:nth-child(even) {
    animation: moving_downses 3s ease-in-out infinite;
}


@keyframes moving_upses {
    0% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

@keyframes moving_downses {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(20px);
    }
}

.gallery_sections_pro {
    position: relative;
}


.prd_desc_section .breadcrumb {
    margin: 0px;
    justify-content: end;
}

.bran {
    background: #F9F3F3;
    padding: 11px;
}

.breads {
    display: flex;
    justify-content: end;
}

.brd2 {
    padding: 0 3px;
}

.brd3 {
    color: #CF2127;
}

.brd1 {
    color: #545252;
}

.banner__slider .btn:hover {
    color: #fff;
}

.firs_on {
    position: relative;
    margin: 1px 0;
}

.firs_on1 {
    position: relative;
    margin: 1px 0;
    overflow: hidden;
}

.ext1 {
    color: #FF524E;
    font-weight: 700;
    font-size: 12px;
    font-family: Neutra Text;
}

.ext2 {
    color: #121212;
    font-weight: 700;
    font-size: 18px;
    font-family: Neutra Text;
}

.ext11 {
    color: #FF524E;
    font-weight: 700;
    font-size: 25px;
    font-family: Neutra Text;
}

.ext12 {
    color: #121212;
    font-weight: 700;
    font-size: 16px;
    font-family: Neutra Text;
}

.ext21 {
    color: #FF524E;
    font-weight: 700;
    font-size: 20px;
    font-family: Neutra Text;
}

.ext22 {
    color: #121212;
    font-weight: 700;
    font-size: 14px;
    font-family: Neutra Text;
}

.first_off {
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 53.92%);
    top: 50px;
    padding: 10px 10px 10px 10px;
    width: 100%;
}

.product_listers .container :nth-child(even) .first_off1 {
    text-align: right;
}

.wooden_section .container :nth-child(odd) .gal1_wall {
    background: #4E4A4A !important;
}

 .wooden_section .container :nth-child(even) .gal1_wall {
   background: #FF524E;
}
.wooden_section .row:nth-child(odd) .gal1_wall .rag1{
    color: #FF524E !important;
 }
.wooden_section .row:nth-child(even) .gal1_wall .rag1{
    color: #2F231F !important;
 }
 /*.wooden_section .container .gal1_wall:nth-child(even) .rag1 {*/
 /*   color: #2F231F ;*/
 /*} */
.firs_on1 .first_off1:nth-of-type(odd) {
    position: absolute;
    z-index: 2;
    background: linear-gradient(268deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 53.92%);
    top: 40px;
    padding: 10px;
    width: 100%;
}

.firs_on1 .first_off1:nth-of-type(even) {
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 53.92%);
    top: 40px;
    padding: 10px;
    width: 100%;
    text-align: end;
}

.firsta_gdsg:hover {
    transform: scale(1.2);
    transition: all 0.3s ease 0s;
}


.ones_img {
    width: 100%;
    margin: 12px 0;
}

.second_off {
    position: absolute;
    right: 44px;
    top: 0px;
}

.second_off1 {
    position: absolute;
    right: 3px;
    top: 16px;
}

.second_hats {
    background: #FF524E;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
}

.product_listers img {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
}

.product_listers .container {
    width: 100%;
    column-count: 3;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .product_listers .container {
        column-count: 3;
    }
}

@media only screen and (max-width: 450px) {
    .product_listers .container {
        column-count: 2;
    }
}


.pf-item img {
    width: 100%;
    height: auto;
    margin: 1em;
}


.barf .container {
    width: 100%;
    column-count: 3;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .barf .container {
        column-count: 3;
    }
}

@media only screen and (max-width: 450px) {
    .barf .container {
        column-count: 2;
    }
}



.services-slidersews .slick-dots li button {
    background: transparent;
    border: 1px solid #cf2127;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

.services-slidersews .slick-dots {
    right: 12%;
    transform: rotate(90deg);
    top: 50%;
    width: 100px;
    height: 100px;
}

.services-slidersews li.slick-active button {
    background: #cf2127 !important;
    border-radius: 50px;
}

.services-slidersews .slick-dots li button:before {
    opacity: 0 !important;
}

.services-slidersews .slick-dots li.slick-active button:before {
    opacity: 0 !important;
}


.desin {
    text-align: left;
}

.des_one {
    color: #000000;
    background: #fff;
    border-color: #fff;
    font-family: Neutra Text;
}

.isotope_one button.btn.btn-primary.des_one.active {
    color: #cb2127;
    background: #fff;
    border-color: #fff;
    font-weight: 700;
    box-shadow: none;
    font-family: Neutra Text;
}

.isotope_one .btn-primary:hover {
    color: #000000;
    background: #fff;
    border-color: #fff;
    font-weight: 700;
    box-shadow: none;
}

.isotope_one .btn-primary:focus {
    color: #000000;
    background: #fff;
    border-color: #fff;
    font-weight: 700;
    box-shadow: none
}

.isotope_one {
    position: relative;
    padding: 50px 0;
    /* background: url('../images/logo/lrs.png'), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.04) 100%); */
    background-size: cover;
    background-repeat: no-repeat;
}

.art1 {
    padding: 20px 0;
}

.isotope_one img {
    max-width: 100%;
    display: block;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.isotope_one .grid-item {
    text-decoration: none;
}

.isotope_one .cra {
    overflow: hidden;
}

.grid-sizer,
.grid-item {
    width: 100%;
    margin: 0px;
    padding: 0px;
    vertical-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 580px) {

    .grid-sizer,
    .grid-item {
        width: 50%;
        margin: 0px;
        padding: 0px;
        vertical-align: center;
        padding: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 767px) {

    .grid-sizer,
    .grid-item {
        width: 33.3%;
        margin: 0px;
        padding: 0px;
        vertical-align: center;
        padding: 10px;
        margin-bottom: 20px;
    }
}




/* ==========================gallery page ================= */
.gall_ban_section {
    position: relative;
    padding-top: 100px;
}

.wooden_section {
    position: relative;
}

.mod111 {
    font-family: 'Neutra Text';
    font-size: 100px;
}

.mod112 {
    font-family: 'Neutra Text';
    font-size: 100px;
        color: black;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    /* mix-blend-mode: color-dodge; */
}

.modp {
    color: #000000;
    font-weight: 500;
    /* font-family: 'Neutra Text'; */
}

.modsdj {
    background: #CEC4C4;
    padding: 0px;
    /* font-family: 'Neutra Text'; */
}

.modsdj1 {
    padding: 0px;
}

.cs_post {
    position: relative;
}

.confgf {
    position: absolute;
    left: 20%;
    top: 40%;
}

.confgf1 {
    position: absolute;
      right: 16%;
    top: 20%;
    width: 26%;
    /* font-family: 'Neutra Text'; */
}

.gall_ban_section .btn:hover {
    color: #fff;
}

.des_one1 {
    color: #000000;
    background: #fff;
    border-color: #fff;
    font-weight: 700;
    font-family: Neutra Text;
}

.ul_se {
    display: flex;
    justify-content: space-evenly;
    flex-flow: wrap;
    list-style-type: none;
}

.des_one1.active {
    color: #FF524E;
    background: #fff;
    border: none;
    font-weight: 700;
    box-shadow: none;
}

.des_one1:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.des_one1:hover {
    color: #FF524E;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.rag1 {
    color: #FF524E;
    font-weight: 700;
    font-size: 18px;
    font-family: Neutra Text;
}

.rag2 {
    color: #fff;
    font-family: Neutra Text;
}

.gal1_wall {
    background: #4E4A4A;
    text-align: right;
    padding: 50px 20px;
    height: 490px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.home_section {
    position: relative;
}

.staff {
    font-size: 11px;
}

.rersdes {
    padding: 50px 0;
}

.utury {
    padding: 30px 0;
}

.wooden_section .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 4.5%, #F4F4F5 94.64%);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.wooden_section .box:hover:before {
    opacity: 1;
}

.wooden_section .box {
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom:10px;
}

.wooden_section .box:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 170%;
    top: 0;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.wooden_section .box:hover:after {
    left: -170%;
    top: 0;
}


.wooden_section .box .box-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.wooden_section .box:hover .box-content {
    bottom: 58%;
}

.wooden_section .box .box-content .name {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wooden_section .box .box-content .post {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
}

.wall1 {
    color: #FF524E;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    bottom: -358px;
    font-family: Neutra Text;
}

.wall2 {
    color: #4E4A4A;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    bottom: -400px;
    font-family: Neutra Text;
}




.gpim1 {
    position: relative;
    z-index: 1;
}

/* .gpim1:hover::before {
    height: 100%;
} */


.first11 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    /* border: 1px solid black; */
    border-radius: 100px;
    top: 80%;
    left: 6%;
    z-index: 3;
}

.rag3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    font-family: Neutra Text;
        position: absolute;
    right: 6%;
    top: 23%;
}

.first {
    position: absolute;
    width: 100px;
    height: 100px;
    background: transparent;
    /* border: 1px solid black; */
    border-radius: 100px;
    top: 50%;
    left: 40%;
}

.second {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    mix-blend-mode: multiply;
    background: #FF524E;
    border-radius: 100px;
    top: 10%;
    left: 10%;
    z-index: 2;
}

.wooden_section .plus1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
    font-size: 33px;
    color: #ffffff;
    z-index: 14;
}

@media screen and (max-width: 990px) {
    .wooden_section .box {
        margin-bottom: 30px !important;
    }
}


/* ===========================================how we work ============================== */
.how1 {
    color: #FF524E;
    font-size: 45px;
    font-weight: 500;
    font-family: Neutra Text;
}

.how2 {
    color: #4E4A4A;
    font-size: 45px;
    font-weight: 500;
    font-family: Neutra Text;
}

.how3 {
    color: #000000;
    font-weight: 500;
}

.section_how {
    position: relative;
    padding: 100px 0;
}

.mapone_section {
    position: relative;
    padding: 50px 0;
}

.round1 {
    width: 100px;
    height: 100px;
    background: #FF524E;
    border-radius: 100%;
    position: relative;
}

.let_one {
    color: #ffffff;
    font-size: 80px;
    font-weight: 700;
    position: absolute;
    left: -6px;
}

.one_year {
    position: absolute;
    top: 3%;
    left: 32%;
    display: flex;
    width: 100%;
}

.en1 {
    font-family: 'Esteban', serif;
    font-size: 30px;
    font-weight: 400;
    color: #353535;
    text-align: left;
    padding-left: 37px;
}

.en2 {
    font-size: 16px;
    font-weight: 500;
    color: #353535;
}

.text_images {
    display: flex;
    width: 400px;
    position: absolute;
    left: 16%;
    top: 17%;
    justify-content: space-evenly;
}

.text_imageses {
    display: flex;
    width: 500px;
    position: absolute;
    left: 16%;
    top: 17%;
    justify-content: space-evenly;
}


.jacki_q {
    padding: 0 20px;
}

.howfdm1 {
    padding: 20px 0;
}

.round11 {
    width: 100px;
    height: 100px;
    background: #FF524E;
    border-radius: 100%;
    position: relative;
    left: 36%;
}

.let_one1 {
    color: #ffffff;
    font-size: 80px;
    font-weight: 700;
    position: absolute;
    left: 6px;
}

.let_one11 {
    color: #ffffff;
    font-size: 80px;
    font-weight: 700;
    position: absolute;
    left: 25px;
}


.en11 {
    font-family: 'Esteban', serif;
    font-size: 30px;
    font-weight: 400;
    color: #353535;
    text-align:right;
}

.en12 {
    font-size: 16px;
    font-weight: 500;
    color: #353535;
}

.text_images1 {
    display: flex;
    width: 490px;
    position: absolute;
    left: -12%;
    top: 17%;
    justify-content: space-evenly;
}

.en_para {
    font-size: 13px;
    margin: 0px;
    padding-left: 38px;
}

.two_year {
    position: absolute;
    top: 13%;
    left: 25%;
    display: flex;
    width: 100%;
}


.third_year {
    position: absolute;
    top: 24%;
    left: 32%;
    display: flex;
    width: 100%;
}

.four_year {
    position: absolute;
    top: 34%;
    left: 23%;
    display: flex;
    width: 100%;
}

.five_year {
    position: absolute;
    top: 42%;
    left: 32%;
    display: flex;
    width: 100%;
}

.six_year {
    position: absolute;
    top: 52%;
    left: 23%;
    display: flex;
    width: 100%;
}

.seven_year {
    position: absolute;
    top: 62%;
    left: 32%;
    display: flex;
    width: 100%;
}

.eight_year {
    position: absolute;
    top: 72%;
    left: 23%;
    display: flex;
    width: 100%;
}

.nine_year {
    position: absolute;
    top: 82%;
    left: 32%;
    display: flex;
    width: 100%;
}

.ten_year {
    position: absolute;
    top: 92%;
    left: 23%;
    display: flex;
    width: 100%;
}

.crocksss {
    margin: auto;
    border-radius:5px;
}

.vission_full.active {
    background: #ffffff;
    box-shadow: 0px 4px 45px 0px #00000040;
}

.abj2 {
    display: none;
}

.baner_mart {
    border-radius: 15px;
}

/* .lst_oneses{
    padding-left: 40px !important;
} */
.upcom1 {
    padding: 16px 30px 0 30px;
    text-align:center;
}

/* ======================blogs page =================== */
.blogs_section {
    padding-top: 100px;

}

.blog_head {
    font-size: 35px;
    font-weight: 700;
    color: #cd2127;
    font-family: Neutra Text;
    text-align: center;
}

.gkfn_blklj {
    text-decoration: none;
}

.blog_sections a {
    text-decoration: none;
    color: #000;
}

.blog_col {
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    background: #cec4c461;
}

.cd {
    row-gap: 10px;
}

.blog_img img {
    min-height: 220px;
}

.blog_content_first {
    margin: 15px 0 10px;
    display: flex;
    /*justify-content: space-evenly;*/
}

.blog_date {
    font-weight: 700;
    color: #ce2127;
}

.blog_content_second h3 {
    font-size: 18px;
    margin-top: 20px;
}

.blog_sections .badge {
    color: #fff;
    padding: 10px 3px;
    font-size: 14px;
}

.blog_test {
    text-decoration: none;
}

.blogs_section .dfv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blankses {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    font-family: 'Neutra Text';
}

.blogs_nestsr {
    padding: 60px 0;
    row-gap:20px;
}

.trcd {
    height: 310px;
    width: 100%;
}

.blogs_view_section {
    padding-top: 100px;
}

.gfoiid {
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    font-family: neutra text;
    text-align: center;
}

.bravkdj {
    padding: 60px 0;
}

.sidebar-widget {
    position: relative;
    border: 1px solid #ece8e3;
    padding: 25px 30px;
    margin-bottom: 50px;
    background: #efc5c62e;
}

.sidebar-title {
    position: relative;
    margin-bottom: 15px
}

.sidebar-title h2:before {
    content: "";
    background-color: #e98135;
    width: 25px;
    height: 2px;
    position: absolute;
    top: 15px;
    left: 0
}

.sidebar-title h2 {
    position: relative;
    color: #34322d;
    font-size: 20px;
    font-weight: 700;
    padding-left: 40px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif
}

.sidebar-title .separator {
    position: relative;
    width: 65px;
    height: 15px;
    margin-bottom: 20px
}

.sidebar-title .separator:after {
    position: absolute;
    content: '';
    right: 0;
    top: 5px;
    width: 20px;
    height: 1px;
    background-color: #c8b499
}

.post {
    padding: 20px 0;
}

.didghsda {
    font-size: 14px;
    font-weight: 700;
    color: #ce2127;
    text-decoration: none;
}

.reads {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
}

.readsq:hover {
    padding-left: 10px;
    transition: 0.56s;
    color: #000000;
}

.post-info {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 0;
}

.resrrdfswdf {
    padding-right: 10px;
}

.bg_viewff {
    padding: 20px 0;
}

.tnun {
    display: none;
}

.reffgnng {
    row-gap: 20px;
}

.ser1 {
    text-align: end;
    padding:0px;
}
.bagggw{
    padding-top:50px;
}
.vip22{
    width: 100%;
    height: 914px;
}
.prbgg{
    padding:0px;
}
.follow-img {
    background-image: url(../images/ftback.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    margin-top: -89px;
}

#tel a {
    color: black;
    margin-top: 18px;
    line-height: 1px;
}


/*.vcfdv {*/
/*    padding-top: 110px;*/
/*}*/

.mapone_section {
    display: block;
}

.gerarses {
    display: none;

}


.mobile-year {
    text-align: center;
    padding: 20px 10px;

    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


/* coscrdwtzhywplhu' */
.alert-success {
    z-index: 999;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /*display: flex;*/
    /*justify-content: center;*/

}

.scroll_to_section {
    position: fixed;
    bottom: 10%;
    right: 4%;
    cursor: pointer;
    z-index: 99;
}

.gallery-thumbs111{
    cursor: pointer;
}



.pf-item .item-inner {
    overflow: hidden;
    position: relative;
}

/*.pf-item img {*/
/*    display: inline-block;*/
/*    -moz-transform: scale(1.09, 1.09);*/
/*    -ms-transform: scale(1.09, 1.09);*/
/*    -webkit-transform: scale(1.09, 1.09);*/
/*    transform: scale(1.09, 1.09);*/
/*    -moz-transition-property: all;*/
/*    -o-transition-property: all;*/
/*    -webkit-transition-property: all;*/
/*    transition-property: all;*/
/*    -moz-transition-duration: 0.4s;*/
/*    -o-transition-duration: 0.4s;*/
/*    -webkit-transition-duration: 0.4s;*/
/*    transition-duration: 0.4s;*/
/*}*/

 .pf-item .item-inner:hover img {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1.1);
    background-position: top;
    -webkit-filter: grayscale(0.4) blur(2px);
    filter: grayscale(0.4) blur(2px);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
}

 .pf-item .item-inner:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

 .pf-item .item-inner a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: #ffffff;
    border-radius: 50%;
    color: #cf2228;
    opacity: 0;
    box-shadow: 0 0 10px #cccccc;
}
 .pf-item .item-inner:hover a {
    transform: translate(-50%, -50%);
    opacity: 1;
}







@media only screen and (max-width: 990px) {

    .darks-logo {
        display: block;
        width: 22%;
        position: absolute;
        z-index: 999;
        left: 78px;
        top: 22px !important;
    }

    .darks-logo {
        display: block;
    }

    .white-logo {
        display: none;
    }

    .navbar {
        justify-content: end;
        padding: 39px 10px;
    }

    .round1 {
        width: 90px;
        height: 90px;
    }

    .let_one {
        font-size: 72px;
    }

    .one_year {
        left: 37%;
    }

    .two_year, .four_year {
        left: 10%;
    }

    .third_year, .five_year, .seven_year, .nine_year {
        left: 41%;
    }

    .text_images1 {
        left: -24%;
        width: 448px;
    }

    .text_imageses {
        width: 376px;
    }

    .introcbhd {
        background: linear-gradient(181deg, #FFFFFF 71.93%, rgba(71, 71, 71, -1.719739) 107.58%, rgba(0, 0, 0, 0) 0.68%);

    }

    .second-nav {
        padding-left: 0px;
    }


}



@media only screen and (max-width: 430px) {

    .darks-logo {
        display: block;
        width: 27%;
        position: absolute;
        z-index: 999;
        left: 10px;
        top: 3px;
    }

    .darks-logo {
        display: block;
    }

    .white-logo {
        display: none;
    }

    .navbar {
        justify-content: end;
        padding: 28px 15px;
    }

    .navbar-collapse {
        background: #ffffff;
    }

    .second-nav {
        padding: 20px 0;
    }

    .foter_ofg {
        row-gap: 27px;
    }

    .fdfdtrt {
        text-align: center;
    }





}