*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* @font-face {
    font-family:'Rubik';
    src: url(../fonts/Rubik-Regular.ttf);
} 
@font-face {
    font-family:'Nunito';
    src: url(../fonts/Nunito-Regular.ttf);
}  */
a{
    text-decoration: none !important;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
}
ul li {
    list-style: none;
} 
.header-menu ul li {
    display: inline;
}
.header-start {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main {
    padding: 30px 70px;
}
.header-logo img {
    height: 60px;
}
.header-menu ul li{
    padding: 0px 22px;
}
.header-menu ul li a {
    color: #2f406a;
    /* font-family: 'Rubik'; */
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
} 
.banner-slider {
    background: radial-gradient(circle, rgba(83,194,204,1) 0%, rgba(13,52,111,1) 100%);
    /* background-image: url(../images/conebanner.webp); */
    position: relative;
}
.banner-slider-img img {
    height: 758px;
}
.banner-slider-btn {
    position: absolute;
    top: 33%;
    right: 160px;
    z-index: 2;
}
.container-main {
    max-width: 1170px;
    margin: 0 auto;
}
.banner-slider .container-main {
    max-width: 1374px;
    margin: 0 auto;
}
.banner-slider-content h1 {
    color: #fff;
    font-size: 68px;
    line-height: 80px;
    margin: 0;
    font-weight: 800;
    /* font-family:'Nunito'; */
    /* animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn; */
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-slider-main .owl-carousel .active .banner-slider-content h1{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}
.banner-slider-content {
    max-width: 428px;
    /* margin: 0 auto; */
}
.banner-slider-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:50px 0px 35px 0px;
}
.banner-slider-content p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 32px;
    /* animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn; */
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}
.banner-slider-main .owl-carousel .active .banner-slider-content p{
    opacity: 1;
    /* -webkit-transform: translateY(0); */
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}
.banner-slider-img {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}
.banner-slider-main .owl-carousel .active .banner-slider-img{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1300ms;
-moz-transition-delay: 1300ms;
-ms-transition-delay: 1300ms;
-o-transition-delay: 1300ms;
transition-delay: 1300ms;
}

.slider-btn a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    background: rgb(255 255 255 / 22%);
    padding: 22px 45px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}
.banner-slider-main .owl-carousel .active .slider-btn a{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }

/* @keyframes zoomIn{
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
} */


.banner-slider-main .owl-nav span {
    font-size: 0;
   
}
/* .button.owl-prev span{
    background: url(../images/left-arrow.png);
    position: absolute;
    height: 24px;
    width: 24px;
} */
/* .banner-slider-main button.owl-prev {
    width: 24px;
    position: absolute;
    top: 50%;
    right: 318px;
    border: 1px solid #fff;
} 
.banner-slider-main button.owl-next {
    width: 24px;
    position: absolute;
    top: 50%;
    right: 216px;
    border: 1px solid #fff;
} */
.banner-slider-main{
    position: relative;
}
/* .banner-slider-main button.owl-prev span:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 90px;
    width: 90px;
} 
 .banner-slider-main button.owl-next span:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 90px;
    width: 90px;
    background: #fff;
}
.banner-slider-main button.owl-next span::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 90px;
    width: 90px;
    background-color: #fff;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
}
.banner-slider-main button.owl-prev span::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 90px;
    width: 90px;
    background-color: #fff;
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
}
.banner-slider-main .owl-theme .owl-nav {
    margin-top: 0;
} */







.purity-guarantee-main h1 {
    font-size: 46px;
    /* font-family: 'Nunito'; */
    font-weight: 600;
    margin: 0;
    color: #fff;
    padding-bottom: 10px;
}
.purity-guarantee-main p {
    font-size: 16px;
    /* font-family: 'Rubik'; */
    margin: 0;
    color: #fff;
}
.purity-guarantee-main {
    text-align: center;
}
.purity-guarantee-part {
    /* background: rgb(83 194 204); */
    background: rgb(13,52,111);
    padding: 30px 0px;
}
.mision-vision-main-block {
    /* width: 33.33%; */
    width: 50%;
}
.mision-vision-main .mision-vision-main-block:nth-child(2) {
    padding-left: 20px;
    padding-right: 30px;
}
.mision-vision-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 50px;
}

.mision-vision-main-block img {
    width: 100%;
    object-fit: cover;
}
.mision-vision-inner-block h2 {
    font-size: 26px;
    line-height: 25px;
    font-weight: 600;
    /* font-family: 'Nunito'; */
    margin: 0;
    padding-bottom: 30px;
} 
.mision-vision-inner-block p {
    /* font-family: 'Rubik'; */
    color: #8c8c8c;
    font-weight: 400;
    margin: 0px;
    font-size: 16px;
    line-height: 26px;

}
.mision-vision-title {
    text-align: center;
    padding-bottom: 48px;
}

.mision-vision-title p {
    font-size: 16px;
    line-height: 26px;
    /* font-family: 'Rubik', sans-serif; */
    font-weight: 500;
    color: #848484;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 3px;
    padding-bottom: 20px;
}
.mision-vision-title h1 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 800;
    /* font-family: 'Nunito'; */
}
.mision-vision-background img {
    width: 100%;
}
.mision-vision-part {
    background-image: url(../images/mission-vision-bac.webp);
    background-attachment: fixed;
}

.mision-vision-position-part {
    /* position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; */
    background: #fff;
    opacity: 0.93;
    padding: 120px 0px;
}
.mision-vision-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    /* font-family: 'Rubik'; */
    font-weight: 500;
    color: #fff;
    padding: 17px 47px;
    text-align: center;
    background: #0d346f;
    margin-top: 25px;
}
/* .mision-vision-btn {
    text-align: center;
} */
.shop-title p {
    font-size: 16px;
    line-height: 26px;
    /* font-family: 'Rubik', sans-serif; */
    font-weight: 500;
    color: #848484;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 3px;
    padding-bottom: 20px;
}
.shop-title h2 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 800;
    /* font-family: 'Nunito'; */
    max-width: 369px;
}
.shop-title-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}
.shop-btn button {
    border: none;
}
.shop-btn i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #222;
    font-size: 17px;
    text-align: center;
    background: #fff;
    font-weight: 600;
}
.shop-slider {
    background-image: url(../images/home-icecream-bg.jpg);
    padding: 120px 0px;
}
.shop-products-block {
    background: #fff;
}
.shop-products-info a {
    font-size: 15px;
    line-height: 26px;
    /* font-family: 'Rubik'; */
    color: #222;
    font-weight: 500;
    border: 1px solid #e5e5e5;
    padding: 11px 34px;
}
.shop-products-info {
    padding:0px 15px 30px 15px;
    text-align: center;
}
.shop-products-info h3 {
    font-size: 20px;
    line-height: 30px;
    /* font-family: 'Rubik'; */
    font-weight: 500;
    color: #222;
    margin-bottom: 0;
} 
.banner-slider-btn i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #222;
    font-size: 17px;
    text-align: center;
    background: #fff;
    font-weight: 600;
}
.banner-slider-btn button {
    border: none;
}
.product-grid-block {
    width:50%;
    padding: 16px 5px;
}
.products-grid-section-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px;
    position: relative;
    width: 50%;
}
.product-grid-block-inner {
    text-align: center;
}
.products-grid-section {
    background-image: url(../images/background-horizontal-logo.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
} 
.products-grid-section:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0.7;
}
.products-grid-background-color {
    /* background: #fff;
    opacity: 0.7; */
    padding: 120px 0px;
}
.product-grid-content h2 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: 700;
    /* font-family: 'Nunito'; */
}
.product-grid-content p {
    /* font-family: 'Rubik'; */
    color: #8c8c8c;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
} 
.product-grid-content {
    padding-top: 15px;
}
/* .testimonial-background-img img {
    width: 100%;
} */
.testimonial-section {
    position: relative;
    overflow: hidden;
}

.testimonial-section:before {
    position: absolute;
    content: "";
    width: 650px;
    height: 100%;
    /* background: #ffad37; */
    background: linear-gradient(180deg, rgba(13,52,111,1) 0%, rgba(83,194,204,1) 100%);
    top: 0;
    right: 0;
}
.testimonial-main-part {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 485px;
    padding-top: 120px;
}
.testimonial-btn i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #222;
    font-size: 17px;
    text-align: center;
    background: #fff;
    font-weight: 600;
} 
.testimonial-btn button {
    border: none;
}
.man-image {
    /* position: absolute;
    bottom: 0;
    right: 291px; */

    /* bottom: -62px;
    right: -340px;
    z-index: 2;
    position: relative; */

    padding-top: 50px;
    bottom: 0;
    right: -377px;
    z-index: 2;
    position: relative;
}
.testimonial-title h1 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 800;
    /* font-family: 'Nunito'; */
    padding-bottom: 70px;
}
.testimonial-info .icon-box i {
    font-size: 52px;
    color: rgba(83,194,204,1) ;
}
.testimonial-info p {
    font-size: 20px;
    line-height: 34px;
    color: #222;
    font-weight: 500;
    /* font-family: 'Rubik'; */
    padding-top: 10px;
    letter-spacing: 0.5px;
}
.testimonial-info h4 {
    font-size: 20px;
    line-height: 28px;
    /* font-family: 'Rubik'; */
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.testimonial-info h5 {
    font-size: 16px;
    line-height: 26px;
    color: #222;
    margin: 0px;
    /* font-family: 'Rubik'; */
}
.testimonial-info {
    padding-bottom: 60px;
}
.icon-box {
    background-image: url(../images/quote-back-grad.webp);
    height: 116px;
    width: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
/* .footer-main-block {
    width: 25%;
} */

.footer-block-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-inner-block img {
    height: 50px;
}
/* .footer-block-flex .footer-main-block:nth-child(2) {
    text-align: center;
}
.footer-block-flex .footer-main-block:nth-child(3) {
    text-align: center;
} */
.footer-inner-block p {
    font-size: 16px;
    line-height: 26px;
    color: #bcbcbc;
    /* font-family: 'Rubik'; */
    max-width: 330px;
    font-weight: bold;
    padding-top: 20px;
    letter-spacing: 0.5px;
}
.footer-inner-block h3 {
    font-size: 22px;
    line-height: 30px;
    /* color: #fff; */
    font-weight: 700;
    /* font-family: 'Rubik'; */
    padding-top: 15px;
}
.footer-inner-block ul li {
    font-size: 16px;
    line-height: 37px;
    color: #bcbcbc;
    /* font-family: 'Rubik'; */
    font-weight: bold;
    letter-spacing: 0.5px;
}
.footer-block-flex .footer-main-block:nth-child(4) .footer-inner-block ul li {
    line-height: 26px;
}
.footer-inner-block ul li a{
    color: #bcbcbc;
} 
.footer-main {
    padding: 100px 0px 20px 0px;
}
.footer-end p {
    margin: 0;
    color: #bcbcbc;
    font-size: 14px;
    /* font-family: 'Rubik'; */
    font-weight: bold;
    letter-spacing: 0.5px;
}
.footer-end p a{
    color: #bcbcbc;
}
.footer-end {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-start {
    padding-bottom: 80px;
}
.end-left-part p a {
    padding-left: 22px;
}
.inner-banner-info ul li a {
    color: #000;
}

.inner-banner-info ul li {
    display: inline;
    /* font-family: 'Rubik'; */
    font-size: 16px;
    color: #000;
}
.inner-banner-info h2 {
    font-size: 46px;
    /* font-family: 'Nunito'; */
    line-height: 55px;
    color: #222;
    margin: 0;
    font-weight: 700;
}
.inner-banner-info {
    padding: 0px 70px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #ffffff6b;
}
.inner-page-banner {
    position: relative;
}
.contact-info-block ul li {
    display: inline;
}
.inner-banner-img img {
    width: 100%;
}

.contact-info-block ul li a {
    border:1px solid #e5e5e5;
    color: #2f406a;
    height: 45px;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.contact-info-block h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
    font-weight: 600;
    /* font-family: 'Nunito'; */
    color: #222222;
    letter-spacing: 1px;
}
.contact-info-block p {
    font-size: 16px;
    line-height: 28px;
    color: #848484;
    margin: 0;
    /* font-family: 'Rubik'; */
}
.contact-info-block p a{
    color:#848484;
}
.contact-info-block h5 {
    font-size: 16px;
    line-height: 28px;
    color: #848484;
    margin: 0;
    /* font-family: 'Rubik'; */
    padding-bottom: 10px;
}
.contact-info-block {
    padding-bottom: 50px;
} 
.contact-form-input-inner-part input {
    padding: 16px 20px;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    font-size: 16px;
    color: #848484;
    font-style: italic;
}
.contact-form-input-inner-part input::placeholder {
    color: #848484;
}
.contact-form {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px;
}
.contact-form-input-block {
    width: 50%;
    padding: 15px 15px;
}
.contact-form-input-inner-part textarea {
    width: 100%;
    min-height: 135px;
    resize: none;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    font-size: 16px;
    color: #848484;
    font-style: italic;
}
.contact-form-input-block:nth-child(5) {
    width: 100%;
}
.contact-form .contact-form-input-block:nth-child(6) input {
    background: radial-gradient(circle, rgba(83,194,204,1) 0%, rgba(13,52,111,1) 100%);
    height: 58px;
    width: 245px;
    color: #ffffff;
    /* font-family: 'WorkSans-Regular'; */
    font-size: 16px;
    /* float: right; */
    text-transform: uppercase;
}
.contact-inner-part {
    display: flex;
    flex-wrap: wrap;
}

.contact-left-part {
    width: 40%;
    padding-right: 100px;
}

.contact-right-part {
    width: 60%;
}
.contact-start {
    padding: 100px 0px;
    background: url(../images/background-horizontal-logo-new.webp); 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
} 
.contact-form-input-inner-part input:focus {
    outline: none;
}
.contact-form-input-inner-part textarea:focus {
    outline: none;
}
.about-section1 .mision-vision-main {
    flex-direction: row-reverse;
    padding-bottom: 0;
}
.about-section1 .mision-vision-main .mision-vision-main-block:nth-child(2) {
    padding-right: 50px;
}
.about-section1 .mision-vision-inner-block h1 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 800;
    /* font-family: 'Nunito'; */
}
.about-section1 .mision-vision-inner-block h2 {
    font-size: 16px;
    padding-bottom:0px;
} 
.about-section2 .mision-vision-main-block {
    width: 33.33%;
}
.about-section2 .mision-vision-btn {
    text-align: center;
}
.about-section2 .mision-vision-position-part {
    padding:120px 0px;
}
.about-section2 .mision-vision-btn a {
    margin-bottom: 25px;
    margin-top: 0px;
}
.about-section1 .mision-vision-part {
    background-image:unset;
    background-attachment: fixed;
}
.about-section1 .mision-vision-inner-block h2 {
    font-size: 46px;
    font-weight: 800;
    padding-bottom: 24px;
    line-height: 50px;
}
.whyus-left-right-whole-part{
    background-image: url(../images/whyus-history-1.jpg);
    background-attachment: fixed;
    position: relative;
}
.whyus-left-right-whole-part:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.9;
}
.whyus-whole-background {
    /* background: #fff;
    opacity: 0.93; */
    padding: 100px 0px;
}
.whyus-left-whole-part {
    width: 40%;
}

.whyus-right-whole-part {
    width: 40%;
}

/* .whyus-left-right-inner {
    display: flex;
    justify-content: space-between;
} */
.whyus-inner-img img {
    width: 100%;
}
/* .whyus-left-main-block {
    padding-bottom: 100px;   
} */
.whyus-left-main-block {
    width: 40%;
}

.whyus-flex-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.whyus-left-content-block {
    /* padding-bottom: 100px; */
    width: 40%;
}
.whyus-inner-img {
    padding: 30px 30px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
} 
.whyus-line-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    width: 2px;
    height: calc(100% + 70px);
    background: #e5e5e5;
}

.whyus-position-block {
    position: relative;
}
.whyus-line-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10%;
    left: 0px;
    top: 0px;
    background: #2f406a;
}
.whyus-line-box span:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 60px;
    top: -5px;
    box-shadow: 0 0 0 4px #2f406a63;
    background: #2f406a;
}
.whyus-line-box span:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 38px;
    height: 1px;
    left: 46px;
    top: 0px;
}

.whyus-line-box span {
    position: absolute;
    width: 130px;
    height: 1px;
    left: -64px;
    background: #2f406a;
}
.whyus-line-box span:nth-child(1) {
    top: 10%;
}
.whyus-line-box span:nth-child(2) {
    top: 25%;
}
.whyus-line-box span:nth-child(3) {
    top: 42%;
}
.whyus-line-box span:nth-child(4) {
    top: 59%;
}
.whyus-line-box span:nth-child(5) {
    top: 77%;
}
.whyus-line-box span:nth-child(6) {
    top: 93%;
}
.whyus-whole-title h1 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 800;
    /* font-family: 'Nunito'; */
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
}

.whyus-whole-title {
    margin-bottom: 128px;
    position: relative;
}
.whyus-inner-content h2 {
    font-size: 26px;
    line-height: 36px;
    /* font-family: 'Rubik'; */
    font-weight: 600;
    letter-spacing: 0.5px;
}
.whyus-inner-content p {
    /* font-family: 'Rubik'; */
    color: #8c8c8c;
    font-weight: 400;
    font-size: 16px;
}
.whyus-left-right-inner .whyus-flex-block:nth-child(2) {
    flex-direction: row-reverse;
}
.whyus-left-right-inner .whyus-flex-block:nth-child(4) {
    flex-direction: row-reverse;
}
.whyus-left-right-inner .whyus-flex-block:nth-child(6) {
    flex-direction: row-reverse;
}
.whyus-left-right-inner .whyus-flex-block:last-child{
    padding-bottom: 0;
}
/* .whyus-left-right-inner .whyus-flex-block:last-child .whyus-left-content-block {
    padding-bottom: 0;
} */
.cone-length-main-block {
    max-width: 625px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 25px;
}
.cone-length-block {
    width: 34%;
    padding: 2px 2px;
}
.cone-length-info {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
.cone-length-block p {
    margin: 0;
}
.cone-length-info .cone-length-block:nth-child(1) .cone-length-inner-block p{
    /*background: linear-gradient(45deg,rgba(13,52,111,1) 0%, rgba(83,194,204,1) 100%);*/
    color: #000 !important;
}
.cone-length-info .cone-length-block:nth-child(3) .cone-length-inner-block p{
    /*background: linear-gradient(45deg,rgba(13,52,111,1) 0%, rgba(83,194,204,1) 100%);*/
    color: #000 !important;
}
.cone-length-info .cone-length-block:nth-child(2) .cone-length-inner-block {
    /*background:linear-gradient(95deg,rgb(164 182 217) 0%, rgb(186 233 237) 100%);*/
        color: #000 !important;
}
.cone-length-info .cone-length-block:nth-child(4) .cone-length-inner-block {
    /*background:linear-gradient(95deg,rgb(164 182 217) 0%, rgb(186 233 237) 100%);*/
        color: #000 !important;
}
.cone-length-inner-block p {
    color: rgba(13,52,111,1) !important;
    /* font-family: 'Nunito'; */
    font-size: 16px;
    padding-bottom:5px !important;
    padding: 5px 0px;
}
.cone-length-main-block .cone-length-info:nth-child(2) {
    padding-left: 20px;
}
.cone-length-inner-block {
    padding: 0px 5px;
}
.products-right-part {
    width: 70%;
    padding-right: 100px;
}

.products-left-part {
    width: 30%;
}

.products-left-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.products-left-part img {
    width: 100%;
}
.products-right-part h2 {
    font-size: 46px;
    font-weight: 800;
    line-height: 50px;
    /* font-family: 'Nunito'; */
    padding-bottom: 10px;
}
.products-right-part p {
    font-size: 16px;
    color: #000;
    /* font-family: 'Nunito'; */
    padding-bottom: 10px;
    margin: 0;
}
.products-block-flex-main .products-left-right:nth-child(2) {
    flex-direction: row-reverse;
    padding-top: 100px;
}
.products-block-flex-main .products-left-right:nth-child(2) .products-right-part {
    padding-left: 100px;
    padding-right: 0px;
}
.products-section1 {
    padding: 100px 0px 100px 0px;
}
.cone-length-info .cone-length-block:nth-child(5) .cone-length-inner-block p{
    /*background: linear-gradient(45deg,rgba(13,52,111,1) 0%, rgba(83,194,204,1) 100%);*/
    color: #000 !important;
}
.cone-length-info .cone-length-block:nth-child(6) .cone-length-inner-block{
    /*background: linear-gradient(95deg,rgb(164 182 217) 0%, rgb(186 233 237) 100%);*/
}
.products-cone-sleeves-inner-main {
    display: flex;
    flex-wrap: wrap;
}

.cone-sleeve-block {
    width: 33.33%;
    padding: 0px 15px;
}

.cone-sleeve-img img {
    width: 100%;
}
.cone-sleeve-length .cone-length-info {
    width: 55%;
}
.cone-sleeve-inner-block {
    padding: 37px 37px;
    border: 1px solid #000;
    background: #fff;
}
.cone-sleeve-info {
    border-top: 1px solid #000;
    padding-top: 14px;
}
.product-cone-sleeves {
    background: #f8f8f8 !important;
    padding: 100px 135px;
}
.products-cone-sleeves-title h2 {
    font-size: 46px;
    font-weight: 800;
    line-height: 50px;
    /* font-family: 'Nunito'; */
    padding-bottom: 10px;
}

.products-cone-sleeves-title {
    max-width: 866px;
    margin: 0 auto;
    text-align: center;
}

.products-cone-sleeves-title p {
    font-size: 16px;
    color: #000;
    /* font-family: 'Nunito'; */
    padding-bottom: 10px;
}
.cone-sleeve-info h3 {
    font-size: 22px;
    /* font-family: 'Nunito'; */
    font-weight: 600;
    color: #000;
}
.product-detail-main-part {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-detail-left-part {
    width: 50%;
}

.product-detail-right-part {
    width: 50%;
}

.product-detail-left-part img {
    width: 100%;
}
.product-detail-right-part h2 {
    font-size: 46px;
    font-weight: 800;
    line-height: 50px;
    /* font-family: 'Nunito'; */
    padding-bottom: 10px;
}
.product-detail-right-part p {
    font-size: 16px;
    color: #000;
    /* font-family: 'Nunito'; */
    padding-bottom: 10px;
    margin: 0;
}
.product-detail-right-part h5 {
    font-size: 20px;
    /* font-family: 'Nunito'; */
    font-weight: 600;
    padding-top: 20px;
}
.product-detail-section1 {
    background: #f8f8f8;
}
/* .man-image img {
    width: 100%;
}  */
.testimonial-background-img{
    background-image: url(../images/testimonial-background.webp);
    /* height: 900px; */
} 
.end-left-part br{
    display: none;
}
body.mobile-nav-open {
    overflow: hidden;
}
.navigation.open {
    left: 0;
}

.navigation {
    transition: linear left 0.2s;
    background: #ffffff;
    height: 100%;
    overflow: auto;
    padding-bottom: 100px;
    position: fixed;
    top: 80px;
    left: -100%;
    width: 80%;
    z-index: 3;
    padding-left: 20px;
    padding-top: 30px;
}
.mobile-menu{
    display: none;
}
.mobile-nav-open .close {
        display: block;
    }
    .close {
        display: none;
    }
    .mobile-nav-open .menu-m{
        display: none;
    }
    .eternal-top-bar {
        display: flex;
        justify-content: space-between;
        background-color: rgba(13,52,111,1);
        padding:10px 95px 10px 70px;
    }
    
    .eternal-top-bar p {
        font-size: 16px;
        margin: 0;
        color: #fff;
        font-weight: 400;

    }
    .eternal-top-bar p a{
        color: #fff;
    }
    .products-grid-form {
        width: 50%;
        position: relative;
        padding-right: 90px;
    }
    .products-grid-form .contact-form-input-block {
        width: 100%;
    }
    .products-form-grid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .products-grid-form .contact-form{        
        margin: -15px 0px;
    }
    .products-grid-form .contact-form-input-block {
        padding: 15px 0px;
    }
    .contact-form-start {
        background: radial-gradient(circle, rgba(83,194,204,1) 0%, rgba(13,52,111,1) 100%);
        padding: 60px 30px;
        border-radius: 5px;
    }
    .contact-form h2 {
        color: #fff;
        font-size: 46px;
    }
    .products-grid-form .contact-form .contact-form-input-block:nth-child(6) input {
        background: #fff;
        height: unset;
        width: 100%;
        color: #000000;
        /* font-family: 'WorkSans-Regular'; */
        font-size: 16px;
        /* float: right; */
        text-transform: uppercase;
    }
    .products-grid-form .contact-form-input-inner-part input {
        font-style: normal;
    }
    .products-grid-form .contact-form-input-inner-part textarea {
        font-style: normal;
    }