@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bangers&family=Be+Vietnam+Pro:ital,wght@0,200;0,300;0,500;0,700;0,800;0,900;1,600;1,900&family=Francois+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Cormorant:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Hind:wght@600&family=Lexend+Peta:wght@100;300;600;900&family=Monoton&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300&family=Niconne&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Francois+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bangers&family=Be+Vietnam+Pro:ital,wght@0,200;0,300;0,500;0,700;0,800;0,900;1,600;1,900&family=Francois+One&family=Roboto:ital,wght@0,100;0,400;0,500;0,700;1,300;1,400;1,500&display=swap');

* {
    margin: 0;
    padding: 0;
}

h1,
h2 {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #2A457A;
    font-weight: 900!important;

}

h5,
h4 {
    font-family: 'Francois One', sans-serif;
    color: #2A457A;
    text-transform: capitalize;
    /* font-size: 19px; */
    font-weight: 500!important;
}

h3 {
    font-family: 'Francois One', sans-serif;
    font-weight: 400;
}

p {
   font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

li {
    font-family: 'Cormorant', serif!important;
}

a {
    font-family: 'Cormorant', serif!important;
    text-decoration: none!important;
}

.bg {
    background-color: #ffff!important;
}

.testimonials {
    padding: 20px;
}

.ml-auto {
    margin-left: 0rem;
}

.logo_img {
    width: 124px!important;
}

.fa-size {
    color: #fff;
    font-size: 34px;
    margin-right: 13px;
}

.navbar a {
    color: #1a2e60!important;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat'!important;
}

a.nav-link {
    padding-right: 3rem!important;
    font-family: 'Montserrat';
}

header {
    overflow: hidden;
}

nav.navbar.navbar-expand-lg.bg {
    background: #164446;
}

.top_header {
    background-image: linear-gradient(18deg, #3a5aa7, #3a5aa7);
}
.top_header p {
    color: #fff!important;
    text-align: -webkit-center;
}

.hero-text h2 {
    margin-bottom: 50px;
}

.hero-text .hero {
    position: relative;
}

.hero-text .hero .hero-slide a:hover span {
    color: #033a71;
}

.hero .hero-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
    font-family: 'Montserrat';
}

.hero .hero-slide .header-content {
    top: 20%;
    margin-left: 8rem;
    max-width: 550px;
    width: 100%;
    padding: 2rem;
}

.slide-content {
    padding: 10px 20px 10px 0;
}

.slide-content .h1 {
    font-size: 62px;
}

.btn-primary {
    background-color: #5302FE;
    border-radius: 0;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    outline: none;
}

.slick-dots li button::before {
    font-size: 18px;
    color: #fff;
    opacity: 1;
}

.slick-active button {
    background: #167175;
}


/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
}

.slick-active .slide-content {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
    opacity: 1;
    width: 100%;
    padding: 10px 20px 30px 0;
}


/* Media Queries */

@media (max-width: 768px) {
    .hero-text .hero .hero-slide a {
        padding-top: 0.8rem;
    }
    .hero-text .hero .hero-slide a span {
        font-size: 20px;
        margin-top: 0.5rem;
    }
    .hero .hero-slide .header-content {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0 auto;
    }
}

@-webkit-keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
}

.slick-active .slide-content {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
    opacity: 1;
    width: 100%;
    padding: 10px 20px 30px 0;
}

.welcome {
    padding: 22px;
}

.welcome i {
    font-size: 4rem;
    color: #79bed7;
}

.welcome i:hover {
    color: red;
}

.team {
    box-shadow: -11px -6px 4px 1px #2f5f70;
    padding: 25px;
    border: 1px solid;
    border-radius: 10px;
}

%shared {
    box-shadow: 2px 2px 10px 5px #b8b8b8;
    border-radius: 10px;
}

* {
    transition: all 0.5s ease;
}

#thumbnails img {
    width: 100px;
    display: inline-flex;
    font-family: 'Montserrat';
}

#thumbnails {
    text-align: center;
    img {
        width: 100px;
        height: 100px;
        margin: 10px;
        cursor: pointer;
        @media only screen and (max-width: 480px) {
            width: 50px;
            height: 50px;
        }
        @extend %shared;
        &:hover {
            transform: scale(1.05)
        }
    }
}

#main {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 20px auto;
    @extend %shared;
    @media only screen and (max-width: 480px) {
        width: 100%;
    }
}

.hidden {
    opacity: 0;
}

.fas {
    color: #e7e6e4;
    font-size: 1.5rem;
}

.fab {
    color: #da0d19;
    font-size: 1.5rem;
}

#product {
    width: 100%;
    height: auto;
    background-image: url('../img/bg-2.png');
    padding: 30px;
    color: #fff;
    font-family: 'Montserrat';
}

.btn-outline-danger-1 {
    color: #fff!important;
}

.icon {
    color: #5acfd5;
    font-size: 2rem;
}

.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}


/* =================testimonial============================  */

.testimonial {
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3d5a80;
    color: #fff;
    &-slide {
        padding: 40px 20px;
    }
    &_box {
        &-top {
            background-color: #e0fbfc;
            padding: 30px;
            border-radius: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
        }
        &-icon {
            padding: 10px 0;
            i {
                font-size: 25px;
                color: #14213d;
            }
        }
        &-text {
            padding: 10px 0;
            p {
                color: #293241;
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 0;
            }
        }
        &-img {
            padding: 20px 0 10px;
            display: flex;
            justify-content: center;
            img {
                width: 70px;
                height: 70px;
                border-radius: 50px;
                border: 2px solid #e5e5e5;
            }
        }
        &-name {
            padding-top: 10px;
            h4 {
                font-size: 20px;
                line-height: 25px;
                color: #293241;
                margin-bottom: 0;
            }
        }
        &-job {
            p {
                color: #293241;
                font-size: 14px;
                text-transform: uppercase;
                letter-spacing: 3px;
                line-height: 20px;
                font-weight: 300;
                margin-bottom: 0;
            }
        }
    }
}


/* =================footer============================  */

* {
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

.pg-footer {
    font-family: 'Roboto', sans-serif;
}

.footer {
    background-image: linear-gradient(177deg, #d0e6ec, #084656);
    color: #fff;
}

.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}

.footer-wave-path {
    fill: #fffff2;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}

.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}

.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
}

.button:last-of-type {
    margin-right: 0;
}

.footer-call-to-action-button {
    background-color: #027b9a;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}

.footer-call-to-action {
    margin-top: 30px;
}

.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}

.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}

.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #027b9a;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 44px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-logo-link img {
    width: 235px;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 44px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 44px;
}

.footer-social-link.github {
    height: 34px;
    left: 175px;
    top: 7px;
    width: 49px;
}

.footer-copyright {
    background-color: #027b9a;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}


/* Media Query For different screens */

@media (min-width:320px) and (max-width:479px) {
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:480px) and (max-width:599px) {
    /* smartphones, Android phones, landscape iPhone */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:600px) and (max-width: 800px) {
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:801px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) {
    /* hi-res laptops and desktops */
}

@media (min-width: 760px) {
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 450px;
        position: relative;
    }
    .footer-wave-svg {
        height: 50px;
    }
    .footer-content-column {
        width: 24.99%;
    }
}

@media (min-width: 568px) {
    /* .footer-content-column {
        width: 49.99%;
    } */
}

#best_product p {
    display: block!important;
}

.best_product h2 {
    font-size: 3rem;
}

.wow:first-child {
    visibility: hidden;
}

section.why_choose_us {
    background: #f4f9f9;
    padding: 20px;
}


/* =================conatct============================  */

#contact {
    background-image: linear-gradient(180deg, #e5e4e2, transparent);
    font-family: 'Montserrat';
}
#contact h2{
    color: #fff!important;
}
.sub_contact_form {
    background-color: #000;
    padding: 30px!important;
    color: #fff!important;
}

#btn_submit {
    width: 67%!important;
}

.sub_contact_form {
    text-transform: capitalize;
}

.icon {
    margin-right: 30px;
    font-size: 28px;
    justify-content: center;
}

.social_media {
    display: flex;
    justify-content: center;
}

ul li {
    list-style: none;
}

.contact_info {
    line-height: 2;
    font-size: 21px;
}

nav {
    position: relative;
}

.info {
    margin-right: 10px;
    font-size: 30px;
}


/* =================about page css============================  */

#about_banner {
    width: 100%;
    height: 311px;
    background-image: url('../img/bg-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner_des p {
    position: absolute;
    /* width: 100%!important; */
    left: 45%;
    text-align: center;
    top: 50%;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    word-spacing: 11px;
    color: #fff;
}

.banner_des h2 {
    position: absolute;
    left: 43%;
    text-align: center;
    top: 36%;
    font-size: 35px;
    font-family: 'Montserrat';
    font-weight: 500;
    word-spacing: 11px;
    color: #fff;
}

.banner_des span {
    color: #da0d19;
}

.about_ayaan_about {
    position: relative;
}

.about_ayaan_div {
    position: absolute;
    width: 66%;
    background: #82d8dd;
    right: 110px;
    top: 0;
    height: 350px;
    z-index: -1;
    transition: 1s;
}

#about_ayaan p {
    line-height: 2;
    font-size: 15px;
}

.about_ayaan_about img {
    width: 100%!important;
}

#about_ayaan h1 {
    font-family: 'Poppins';
    font-size: 46px;
    font-weight: 800;
}

#about_ayaan span:after {
    content: '';
    width: 36%;
    height: 3px;
    background-color: red;
    position: absolute;
    left: 8px;
    top: 47px;
}

#about_ayaan span {
    font-size: 35px;
    font-weight: 700;
    color: #45a7ad;
}

.relative {
    position: relative;
}

.ayaan_lab li {
    margin-right: 104px;
    display: flex;
}

.ayaan_lab {
    display: flex;
}

.ayaan_lab i {
    line-height: 2;
    margin-right: 10px;
    font-size: 18px;
    color: #da0d19;
}

#how_we_works h2 {
    text-transform: capitalize;
    font-family: 'montserrat';
    padding: 20px!important;
}

#how_we_works {
    margin-top: 2rem;
    padding: 54px;
}

#how_we_works img {
    width: 100px!important;
}

#how_we_works h5 {
    text-align: center;
    font-family: 'Poppins';
}

#how_we_works p {
    text-align: center;
}

#video_gallery {
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}

#video_gallery {
    color: #fff;
    font-family: 'poppins';
    font-weight: 700;
}

#video_gallery p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 2;
}

#video_gallery a {
    width: 32%;
}

#video_gallery span:after {
    position: absolute;
    content: '';
    width: 51%;
    height: 2px;
    background-color: #68ccd1;
    left: 14px;
    top: 24px;
}

.slick-slide img {
    width: 100px;
    border-radius: 0px;
}

.testimonial_box-inner {
    background-color: #5dcfb0;
    width: 92%;
    padding: 20px;
}

.img-fluid1 {
    max-width: 100%;
    height: 200px;
}

#product_gallery {
    padding: 20px;
    font-family: 'poppins';
}

#product_gallery h2 {
    padding: 10px;
    font-weight: 900;
}

.product_img:hover .product_desh {
    top: 0;
    height: 200px;
    background: #0c060663;
}

.product_img:hover .product_desh a {
    top: 30%;
    opacity: 1;
    transform: scale(0.9);
}

.product_img {
    position: relative;
    margin: 24px;
    transition: 1s;
}

.product_desh a {
    position: absolute;
    top: 0;
    left: 25%;
    opacity: 0;
}

.product_desh {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: rgba(0 0 0 .2);
    background: #0c060663;
}

ul.dropdown_list {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 100;
    display: none;
    background-color: #ffffff;
    padding: 20px;
}

#gallery_banner {
    width: 100%;
    height: 311px;
    background-image: url('../img/gallery_bg_img.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#contact_banner {
    width: 100%;
    height: 311px;
    background-image: url('../img/contact_img_bannee.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#contact_banner {
    width: 100%;
    height: 311px;
    background-image: url('../img/product_bg_img.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.dropdown ul li {
    border-bottom: 1px solid #164446;
    padding: 3px;
    color: #000!important;
    list-style: none;
    text-decoration: none;
}

.dropdown a {
    text-decoration: none;
}

#about_product h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a8593f;
}

#about_product span::before {
    content: '';
    width: 12%;
    height: 3px;
    position: absolute;
    background: red;
    top: 21px;
    left: 11px;
}

.relative {
    position: relative;
}

#about_product h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-size: 27px;
    color: #335381;
    font-weight: 800;
    padding: 18px 0 0 0;
}

#syrup_banner {
    width: 100%;
    height: 311px;
    background-image: url('../img/product-img.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#about_syrups {
    margin-top: 49px;
}

#about_syrups span {
    color: #de6d05;
}

#about_syrups p {
    line-height: 2;
    word-spacing: 10px;
}

#about_syrups h2 {
    text-transform: uppercase;
    font-family: 'poppins';
    font-weight: 400;
}

#about_syrups h2:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 4px;
    left: 9px;
    background-color: #d22e15;
    top: 35px;
}

#about_syrups h3 {
    text-transform: capitalize;
    font-family: 'poppins';
    font-weight: 400;
}

#about_syrups img {
    width: 450px;
}

.relative {
    position: relative;
}

#similiar_product {
    margin-top: 30px;
}

#similiar_product h2 {
    font-size: 35px;
    font-family: 'poppins';
    text-transform: uppercase;
    padding: 25px 0;
}

#similiar_product h4 {
    font-family: 'poppins';
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}

.product_hover {
    position: relative;
}

.product_des_1 {
    position: absolute;
    top: 0;
    left: 0;
    background: #463b3b82;
    width: 100%;
    height: 359px;
    opacity: 0;
    transition: 1s;
}

.product_hover:hover .product_des_1 {
    opacity: 1;
}

.btn_custom1 {
    opacity: 0;
}

.product_des_1 p {
    position: absolute;
    text-align: center;
    top: 80px;
    color: #fff;
    opacity: 0;
    transition: 1.5s;
    font-weight: 400;
}

.product_hover:hover p {
    opacity: 1;
}

.product_hover:hover .btn_custom1 {
    opacity: 1;
}

.btn_custom1 {
    position: absolute;
    top: 170px;
    left: 85px;
    transition: 1s;
}

.img_fluid_1 {
    height: 361px;
}

#similiar_product {
    margin-top: 30px;
    padding: 20px;
}

.btn_custom {
    background: #14989f;
    padding: 12px 42px 17px 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: 1s;
}

.btn_custom:hover {
    background: #e41a1e;
    color: #fff;
}

.page {
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: 2.5rem;
    .container {
        padding: 0 2rem;
        @media (min-width: 1024px) {
            padding: 0 4rem;
        }
    }
}

.header {
    h1 {
        margin: 0;
        font-size: 3rem;
    }
}

.card {
    border: 1px solid #333;
    max-width: 250px;
    border-radius: 3px;
    margin: 0 auto;
    transition: box-shadow 0.25s;
    transition-timing-function: ease-in-out;
    transform: scale(0.94);
    height: 333px;
    img {
        display: block;
        max-width: 100%;
        height: auto;
        background-color: #eee;
    }
    .card-text-content {
        padding: 0 0.5rem;
    }
}

.swiper-slide {
    width: 265px;
}

.swiper-container {
    padding-bottom: 1rem;
}

.cards-slider {
    padding-top: 2.5rem;
}

.swiper-slide {
    transform: scale(.94);
    transition: transform .25s;
}

.swiper-slide-active {
    transform: scale(1);
}

.swiper-slide-active .card {
    box-shadow: 0 13px 35px -16px rgb(0 0 0);
}

.read-more {
    text-decoration: none;
    color: inherit;
    border: 1px solid #333;
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 3px;
}

.swiper-slide {
    width: 20%!important;
}

.img_size {
    width: 100%;
    height: 213px;
}

.page h1 {
    text-align: center!important;
}

.page h3 {
    padding-bottom: 1rem;
    font-size: 19px;
}

#page p {
    display: none;
}

.card-text-content {
    padding: 10px;
    text-align: left;
    text-transform: capitalize
}


/* =================testimonial============================  */

#review {
    margin-top: 135px;
}

.review {
    background-image: url('../img/shape1.png');
    background-position: left;
    background-repeat: no-repeat;
    text-align: center;
    font-family: 'Nunito';
    text-transform: capitalize;
}

.review h1 {
    color: #143f6b;
}

.testimonials h1 {
    padding: 20px;
}

.testimonials-1 {
    position: relative;
    background-color: #fff;
    padding: 11px 31px;
    width: 100%;
    border-radius: 10px;
    font-family: 'Nunito';
}

.testimonials-1 h6 {
    display: inline-flex;
    font-size: 20px;
    padding: 15px;
    text-transform: capitalize;
    font-weight: 700;
    color: #143f6b;
    font-family: 'Nunito';
}

.testimonials-1 img {
    border-radius: 70px;
}

.fa-star {
    color: #ffa233;
}

.custom_col {
    display: flex;
    justify-content: center;
    position: relative;
}

.prev {
    position: absolute;
    left: 0;
    top: 57%;
    padding: 8px 11px;
    border-radius: 50px;
    width: 7%;
    height: 13%;
    background: white;
    border: 1px solid;
    transition: 0.5s;
}

.next {
    position: absolute;
    left: 0;
    top: 40%;
    background: white;
    padding: 8px 11px;
    border-radius: 50px;
    width: 7%;
    height: 13%;
    border: 1px solid;
    transition: 0.5s;
}

.next:hover {
    background-color: #ff595a;
}

.prev:hover {
    background-color: #ff595a;
}

.mt_60 {
    margin-top: 60px!important;
}

#new_articles {
    margin-top: 60px;
    text-transform: capitalize;
    text-align: center;
}

.text {
    padding: 2px 0 54px 0;
}

.news_a {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    opacity: 0.5;
    border: 2px solid #ff595a;
    font-family: 'Nunito';
}

.news_b {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    border: 2px solid #f4f9f9;
    font-family: 'Nunito';
    width: 95%;
    box-shadow: 2px 2px 2px 2px;
}

.news_b img {
    width: 150px!important;
    border-radius: 50%;
}

.news_b p {
    display: block!important;
    text-transform: capitalize;
}

.news_c {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    opacity: 0.5;
    border: 2px solid #ff595a;
    font-family: 'Nunito';
}

.dotsbox {
    position: relative;
    margin-top: 2rem;
    font-family: 'Nunito';
}

.dot {
    background: red!important;
    width: 0%;
}

.relative {
    position: relative;
}

.dot1 {
    background: red!important;
    width: 0%;
}

.dot2 {
    background: red!important;
    width: 0%;
}

.categ {
    text-align: center;
}