body {
    background: linear-gradient(0deg, rgba(178, 1, 222, 0.1) 0%, rgba(216, 21, 153, 0.1) 100%);
    /* background: #fae3f5; */
    /* background: #fdf1f9; */

}

/* Header section start here */

header {
    padding: 30px 0;
    background-color: #FFF;
}

.login-btn {
    font-weight: 600;
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
}

.login-btn a {
    color: #000;
    text-decoration: none;
}

.cta-btn {
    display: inline-block;
}

.register-btn {
    font-weight: 600;
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    background: linear-gradient(90deg, #D810A4 1.29%, #FF444F 100%);
    border: 2px solid transparent;
    border-radius: 30px;
    padding: 6px 40px;
    display: inline-block;
    transition: all 0.5s;
    color: #FFF;
    margin-left: 10px;
    text-decoration: none;

}

.register-btn a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}


.register-btn:hover {
    transition: 0.5s;
    background: transparent;
    color: black;
    border: 2px solid black;
}

.register-btn:hover a {
    color: black;
}

header .logo img {
    width: 100%;
}

header nav ul {
    gap: 20px;
    font-weight: 600;
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    line-height: 28px;
}

header nav .nav-link {
    color: #000;
}

header nav .nav-link.pr0 {
    padding-right: 0;
}

header .nav-link:focus,
.nav-link:hover {
    color: #D810A4
}

header nav .nav-link:hover {
    color: #D810A4;
}


.offcanvas .offcanvas-body ul li a {
    color: #000;
}

.offcanvas .offcanvas-body ul li a.active {
    color: #ffffff;
}

.offcanvas .offcanvas-body button {
    border: 0;
    background-color: transparent;
    padding: 0;
}

header {
    position: sticky;
    top: 0;
    z-index: 5;
}

header button {
    border: 0;
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    line-height: 28px;
}

header img {
    color: red;
}

header button:hover {
    color: #D810A4;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #D810A4;
}

/* Mobile navigation */

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    color: black;
    height: 70px;
    width: 70px;
}

/* Header section end here */

.primary {
    color: rgba(216, 16, 164, 1);
}

/* hero section start here */

.hero-section {
    padding: 100px 0 50px 0;
}

.hero-section .hero-text {
    margin-bottom: 54px;
    width: 100%;
    max-width: 438px;
}

.hero-section .hero-text h6 {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: rgba(216, 16, 164, 1);
    line-height: 39.89px;
}

.hero-section .hero-text h1 {
    font-weight: 700;
    font-size: 62px;
    line-height: 72px;
    font-family: 'Palatino Linotype';

}

.hero-section .hero-text p {
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(105, 105, 105, 1);
    line-height: 29.92px;
    padding: 16px 0 0 0;
}

.hero-section .hero-text .media-imgs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.hero-section .hero-text .media-imgs .img-1,
.hero-section .hero-text .media-imgs .img-2 {

    max-width: 200px;
    width: 100%;
}

.hero-section .hero-text .media-imgs .img-1 {
    margin-right: 28px;
}

.hero-section .hero-images {
    text-align: center;
}

.hero-section .hero-images img {
    width: 100%;
    max-width: 642px;
    height: auto;
}

/* hero section end here */


/* features section start here */

.features {
    margin: 50px 0px;
}

.section-title {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 30px;
}

.section-title h2 {
    font-size: 52px;
    font-family: 'Palatino Linotype';
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}

.section-title img {
    width: 100%;
    max-width: 32px;
    height: 100%;
    max-height: 40px;
}

.features .features-image img {
    width: 100%;
    max-width: 1398px;
    margin: 50px 0;
}

.features-slider {
    padding: 50px 0;
    max-width: 100%;
    margin: 50px auto;
    width: 100%;
}

.features-slider .review-slider .my-slider .item {
    border-radius: 16px;
    padding: 24px 24px;
    margin: 0 50px;
    width: 100%;
    max-width: 500px;
    text-align: center;
}

.features-slider .review-slider .my-slider .item.slick-current {
    background: linear-gradient(0deg, rgba(178, 1, 222, 0.2) 0%, rgba(216, 21, 153, 0.2) 100%);
    transition: 0.5s;
}

.features-slider .review-slider .my-slider .item img {
    max-width: 80px;
    width: 100%;
    margin: 0 auto;
}

.features-slider .review-slider .my-slider .item h4 {
    color: rgba(216, 16, 164, 1);
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    margin-top: 16px;
}

.features-slider .review-slider .my-slider .item h6 {
    color: rgba(105, 105, 105, 1);
    line-height: 39px;
    font-size: 24px;
}

.slick-slider {
    margin-right: 15px;
    margin-left: 15px;
}

.review-slider .my-slider .slick-dots li button:before {
    border: 1.5px solid rgba(178, 1, 222, 1);
    border-radius: 50px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 100;
    color: transparent;
}

.review-slider .my-slider .slick-dots li.slick-active button:before {
    opacity: 100;
    color: rgba(178, 1, 222, 1);
    border: 2.5px solid transparent;
}

.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

/* features section end here */


/* work section start here */

.work {
    margin: 50px 0;
    padding: 50px 0;
    background-image: url(../images/work-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}

.work .main-item-1 {
    text-align: center;
    margin-top: 50px;
    gap: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.work .main-item-1:nth-child(2) {
    justify-content: flex-end;
}

.work .content {
    width: 100%;
    max-width: 884px;
    margin: 0 auto;
}

.work .main-item-1 .item-1 {
    width: 100%;
    max-width: 343px;
}

.work .main-item-1 .item-1 h4 {
    color: rgba(216, 16, 164, 1);
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
}

.work .main-item-1 .item-1 h6 {
    color: rgba(105, 105, 105, 1);
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
}

.work .main-item-1 .item-1 a {
    color: black;
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
}

.work .main-item-1 .item-2 img {
    width: 100%;
    max-width: 100px;
}

.work .main-item-1 .item-2 .arrow {
    margin-top: 30px;
    max-width: 30px;
    height: 100%;
    max-height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* work section end here */


/* Highlight section start here */
.highlights .slider {
    margin: 50px 0;
}

.highlights .slick-slide {
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    padding: 40px 0;

}

.highlights .slick-slide img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
    padding: 0 10px;
}

.highlights .slick-center {
    transform: scale(1.1);
}

/* Highlight section end here */


/* about us section start here */
.about-video .videos {
    width: 100%;
    /* max-width: 1920px; */
    height: 450px ;
    margin-bottom: -150px;
    z-index: 0;
    object-fit: cover;
    object-position: top;

}

.about-us .main-item {
    max-width: 1140px;
    width: 100%;
    padding: 48px 16px;
    border-radius: 30px;
    background-color: white;
    box-shadow: 0px 8px 8px 0px rgba(216, 21, 153, 0.14);
    margin: 0 auto;
    position: relative;
}

.about-us .main-item .item-2 {
    text-align: center;
}

.about-us .main-item .item-2 h2 {
    margin-top: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    font-family: 'Palatino Linotype';
    color: rgba(216, 16, 164, 1);
}

.about-us .main-item .item-2 p {
    font-family: "Karla", sans-serif;
    color: rgba(105, 105, 105, 1);
    margin-top: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
}


.about-us .main-item .item-2 form .morebtn {
    background: linear-gradient(90deg, #D810A4 1.29%, #FF444F 100%);
    padding: 10px 40px;
    border-radius: 30px;
    border: none;
    /* max-width: 169px;
    width: 100%; */
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-family: 18px;
    line-height: 29.92px;
    text-align: center;
    text-decoration: none;
    color: white;
    /* margin: 0 auto; */
}

/* about us section end here */



/* download section start here */

.download {
    margin: 100px 0 0 0;
    padding: 100px 5px;
    background-image: url(../images/download-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;

}

.download .item-1 img {
    width: 100%;
    max-width: 450px;

}

.download .item-2 {
    width: 100%;
    max-width: 628px;
    padding-top: 150px;
}

.download .item-2 h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    font-family: 'Palatino Linotype';
}

.download .item-2 p {
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.92px;
}


.download .item-2 .media-imgs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.download .item-2 .media-imgs .img-1,
.download .item-2 .media-imgs .img-2 {
    max-width: 200px;
    width: 100%;
}

.download .item-2 .media-imgs .img-1 {
    margin-right: 28px;
}

/* download section end here */


/* footer section start here */

footer {
    background-color: #f7e5fb;
    padding: 60px 0;
    border-bottom: 2px solid black;
}

footer .footer-img {
    text-align: center;
}

footer .footer-img img {
    margin: 0 auto;
    width: 100%;
    max-width: 220px;
}

footer .link-title h6 {
    margin-top: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    font-family: "Mukta", sans-serif;
    color: rgba(216, 16, 164, 1);

}

footer .footer-link {
    text-align: center;

}

footer .footer-links {
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    gap: 50px;
    justify-content: center;
}



footer .footer-link .link {
    display: inline-block;
    margin-left: 26px;
    padding: 6px 16px;
    text-decoration: none;
    color: black;
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.92px;
}

footer .footer-link .link.active {
    transition: 0.5s;
    color: rgba(216, 16, 164, 1);
    border-top: 3px solid rgba(216, 16, 164, 1);
    border-bottom: 3px solid rgba(216, 16, 164, 1);
}


footer .footer-links .link-1 .link,
footer .footer-links .link-2 .link {
    margin-left: 14px;
    text-decoration: none;
    color: black;
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.92px;
}


footer .footer-links .link-1,
footer .footer-links .link-2 {
    display: flex;
    align-items: center;
    gap: 0px;

}

footer .footer-links .link-1 img,
footer .footer-links .link-2 img {
    width: 20px;
    height: 20px;
}

.last-footer p {
    padding: 20px 0 0 0;
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.92px;
    text-align: center;
}

/* footer section end here */


/* hero-section-2 section start here */

.banner {
    padding: 50px 0 50px 0;
    background-image: url(../images/hero-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .banner-1 {
    margin-top: 100px;
    width: 100%;
    max-width: 631px;
}

.banner .banner-1 h6 {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: rgba(216, 16, 164, 1);
    line-height: 39.89px;
}

.banner .banner-1 h1 {
    font-family: 'Palatino Linotype';
    font-weight: 700;
    font-size: 62px;
    line-height: 72px;
}

.banner .banner-1 p {
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(105, 105, 105, 1);
    line-height: 29.92px;
    padding: 16px 0;
}

.banner .banner-1 .media-imgs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.banner .banner-1 .media-imgs .img-1,
.banner .banner-1 .media-imgs .img-2 {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
}

.banner .banner-1 .media-imgs .img-1 {
    margin-right: 28px;
}

.banner .banner-2 {
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
}

.banner .banner-2 img {
    width: 100%;
    max-width: 420px;
}

/* hero-section-2 section end here */


/* home-2 Features section start here */

.features-2 {
    margin: 0px 0px 50px 0;
    padding: 50px 0;
    background-color: white;
}

.section-title-2 {
    text-align: center;
}

.section-title-2 h2 {
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-family: 'Palatino Linotype';
    font-weight: 700;
    font-size: 52px;
    line-height: 70px;
    color: rgba(216, 16, 164, 1);
    padding: 2px 0;
    display: inline-block;
    width: auto;
}

.section-title-2 h2::after {
    display: block;
    content: '';
    width: auto;
    height: 3px;
    background-color: rgba(216, 16, 164, 1);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section-title-2 p {
    /* margin: 0 auto; */
    width: 100%;
    max-width: 600px;
    text-align: center;
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.92px;
    color: black;
    margin: 30px auto 50px auto;
}

.features-2 .main-item-1 .item-1 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    max-width: 290px;
    width: 100%;
    margin: auto;
}

.features-2 .main-item-1 .item-1 img {
    width: 100%;
    max-width: 60px;
    height: auto;
}

.features-2 .main-item-1 .item-1 h5 {
    margin-top: 10px;
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 40.92px;
}

.features-2 .main-item-1 .item-1 h6 {
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34.92px;
    color: rgba(105, 105, 105, 1);
}

.features-2 .main-img .item-2 img {
    margin: 0 auto;
    width: 100%;
    max-width: 440px;
    height: auto;
}

.features-2 .main-item-2 .item-2 {
    max-width: 290px;
    width: 100%;
    margin: auto;
}

.features-2 .main-item-2 .item-2 img {
    width: 100%;
    max-width: 60px;
    height: auto;
}

.features-2 .main-item-2 .item-2 h5 {
    margin-top: 10px;
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 40.92px;
}

.features-2 .main-item-2 .item-2 h6 {
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34.92px;
    color: rgba(105, 105, 105, 1);
}

/* home-2 Features section end here */

/* home-2 fe-2 section start here */
.fe-2 {
    background-color: white;
    margin: 0 0 50px 0;
    padding: 50px 0;
}

.fe-2 .main-box .item-1 {
    padding-bottom: 80px;
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 305px;
    height: auto;
}

.fe-2 .main-box .item-1 img {
    width: 100%;
    max-width: 60px;
    height: auto;
}

.fe-2 .main-box .item-1 h5 {
    margin-top: 10px;
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 49px;
}

.fe-2 .main-box .item-1 h6 {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 39px;
    color: rgba(105, 105, 105, 1);
}

.fe-2 .item-2 {
    text-align: center;
}

.fe-2 .item-2 img {
    margin-top: 80px;
    width: 100%;
    max-width: 440px;
}


.fe-2 .main-box .item-3 {
    padding-bottom: 40px;
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 305px;
    height: auto;
}

.fe-2 .main-box .item-3 img {
    width: 100%;
    max-width: 60px;
    height: auto;
}

.fe-2 .main-box .item-3 h5 {
    margin-top: 10px;
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 49px;
}

.fe-2 .main-box .item-3 h6 {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 39px;
    color: rgba(105, 105, 105, 1);
}

/* home-2 fe-2 section end here */


/* home-2 works section start here */

.works {
    margin: 50px 0;
    padding: 50px 0;
}

.works .main-box .item-1 {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 30px;
}

.works .main-box .item-1 h4 {
    margin: 10px 0 0px 0;
    color: rgba(216, 16, 164, 1);
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
}

.works .main-box .item-1 h6 {
    color: rgba(105, 105, 105, 1);
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
}

.works .main-box .item-1 a {
    color: black;
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
}

.works .main-box .item-1 img {
    width: 100%;
    max-width: 100px;
}

/* home-2 works section end here */


/* home-2 highlights-2 section start here */


.highlights-2 {
    margin: 50px 0;
    padding: 50px 0;
    background-color: white;
}



/* home-2 highlights-2 section end here */


/* home-2 about-us-2 section start here */


.about-us-2 {
    margin: 50px 0;
    padding: 50px 0;
}


.section-title-3 {
    text-align: left;
}

.section-title-3 h2 {
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-family: 'Palatino Linotype';
    font-weight: 700;
    font-size: 52px;
    line-height: 70px;
    color: rgba(216, 16, 164, 1);
    padding: 2px 0;
    display: inline-block;
    width: auto;
}

.section-title-3 h2::after {
    display: block;
    content: '';
    width: auto;
    height: 3px;
    background-color: rgba(216, 16, 164, 1);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.about-us-2 .main-box .item-1 .box-1 {
    text-align: center;
}

.about-us-2 .main-box .item-1 .box-1 img {
    width: 100%;
    max-width: 574px;
    height: auto;
    border-radius: 20px;
}

.about-us-2 .item-2 {
    width: 100%;
    max-width: 516px;
}

.about-us-2 .item-2 h2 {
    margin: 20px 0 30px 0;
    font-weight: 700;
    font-size: 52px;
    font-family: 'Palatino Linotype';
}

.about-us-2 .item-2 p {
    font-family: "Karla", sans-serif;
    color: rgba(105, 105, 105, 1);
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
}


.about-us-2 .item-2 form .morebtn {
    background: linear-gradient(90deg, #D810A4 1.29%, #FF444F 100%);
    padding: 10px 40px;
    border-radius: 30px;
    border: none;
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 29.92px;
    text-decoration: none;
    color: white;
    margin: 30px 0 0 0;
}

/* home-2 about-us-2 section end here */


/* home-2 download-2 section start here */
.download-2 {
    margin: 50px 0 0 0;
    padding: 100px 5px;
    background-color: white;

}

.download-2 .item-1 {
    text-align: center;

}

.download-2 .item-1 img {
    width: 100%;
    max-width: 450px;

}

.download-2 .item-2 {
    width: 100%;
    max-width: 628px;
    padding-top: 150px;
}

.download-2 .item-2 h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    font-family: 'Palatino Linotype';
}

.download-2 .item-2 p {
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.92px;
    margin: 30px 0;
}

.download-2 .item-2 .media-imgs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.download-2 .item-2 .media-imgs .img-1,
.download-2 .item-2 .media-imgs .img-2 {
    max-width: 200px;
    width: 100%;
}

.download-2 .item-2 .media-imgs .img-1 {
    margin-right: 28px;
}

/* home-2 download-2 section end here */


/* home-2 fe-slider section start here */
.fe-slider {
    overflow-x: hidden;
}

.fe-slider .container {
    padding: 0;
    margin: 50px 0;
    /* width: 100%; */
    max-width: 100%;
}

.fe-slider .container .my-slider {
    padding: 0px;
}

.fe-slider .my-slider .item {
    border-radius: 16px;
    padding: 24px;
    margin: 0 60px;
    width: 100%;
}

.fe-slider .my-slider .item img {
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
}

.fe-slider .my-slider .item h4 {
    margin-top: 16px;
    text-align: center;
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 59px;
    color: rgba(216, 16, 164, 1);
}

.fe-slider .my-slider .item h6 {
    text-align: center;
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: rgba(105, 105, 105, 1);
}

.fe-slider .my-slider .slick-initialized .slick-slide {

    background-color: transparent;
    color: #FFF;
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fe-slider .my-slider .item.slick-current {
    background: linear-gradient(0deg, rgba(178, 1, 222, 0.2) 0%, rgba(216, 21, 153, 0.2) 100%);
    transition: 0.5s;

}

.fe-slider .my-slider .slick-dots li button:before {
    border: 1.5px solid rgba(178, 1, 222, 1);
    border-radius: 50px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 100;
    color: transparent;
}

.fe-slider .my-slider .slick-dots li.slick-active button:before {
    opacity: 100;
    color: rgba(178, 1, 222, 1);
    border: 2.5px solid transparent;
}

.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

/* home-2 fe-slider section end here */

/* ==================== media screen =============  */



@media (max-width: 575px) {

    .navigation .brand a img {
        max-width: 160px;
        width: 100%;
    }

    .hero-section {
        padding: 50px 0 50px 0;
    }

    .hero-section .hero-text {
        text-align: center;
        margin-top: 24px;
        width: 100%;
        max-width: 800px;
    }

    .hero-section .hero-text h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .hero-section .hero-text h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .hero-section .hero-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .features {
        margin: 20px 0px;
    }

    .section-title {
        gap: 10px;
        font-size: 28px;
        line-height: 38px;
    }

    .section-title img {
        width: 100%;
        max-width: 20px;
        height: 100%;
        max-height: 30px;
    }

    .features-slider .review-slider .my-slider .item img {
        max-width: 40px;
        width: 100%;
        margin: 0 auto;
    }

    .features-slider .review-slider .my-slider .item h4 {
        font-size: 22px;
        line-height: 36px;
        margin-top: 10px;

    }

    .features-slider .review-slider .my-slider .item h6 {
        color: rgba(105, 105, 105, 1);
        line-height: 28px;
        font-size: 18px;
    }

    .slick-initialized .slick-slide {
        padding: 20px;
        margin: 0 2px 0 2px;
    }

    .about-us .main-item .item-2 h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .about-us .main-item .item-2 p {
        font-size: 14px;
        line-height: 24px;
    }

    .download .item-1 {
        margin-bottom: 20px;
    }

    .download .item-2 {
        margin-bottom: 20px;
    }

    .download .item-2 h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .download .item-2 p {
        font-size: 14px;
        line-height: 24px;
    }

    .download {
        padding: 40px 5px;
    }

    .download .item-2 {
        padding-top: 20px;
    }

    footer .footer-links {
        flex-wrap: wrap;
        display: flex;
        gap: 0px;
        justify-content: center;

    }

    .last-footer p {
        font-size: 14px;
    }

    .work .main-item-1 {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .work .main-item-1 .item-1 {
        order: 2;
        margin: 0 auto;

    }

    .work .main-item-1 .item-2 {
        order: 1;
        width: 500px;
        margin: 0 auto;
    }

    .work .main-item-1 .item-2 .arrow {
        display: none;
    }

    .work .main-item-1 .item-1 h4 {
        font-size: 26px;
        line-height: 16px;
    }

    .work .main-item-1 .item-1 h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .work .main-item-1 .item-1 a {
        font-size: 14px;
        line-height: 28px;
    }

    .work .main-item-1 .item-2 img {
        width: 100%;
        max-width: 50px;
    }

    .download .item-1 {
        text-align: center;
    }

    .download .item-1 img {
        width: 100%;
        max-width: 300px;
    }

    .banner .banner-1 {
        margin-top: 20px;
    }

    .banner {
        padding: 40px 0px;
    }

    .banner .banner-1 h6 {
        font-size: 18px;
        line-height: 28.89px;
    }

    .banner .banner-1 h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner .banner-1 p {
        font-size: 14px;
        line-height: 22.92px;
        padding: 16px 0;
    }

    .banner .banner-1 .media-imgs {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    .hero-section .hero-text .media-imgs .img-1,
    .hero-section .hero-text .media-imgs .img-2 {
        max-width: 130px;
        width: 100%;
    }

    .hero-section .hero-text .media-imgs .img-1 {
        margin-right: 5px;
    }

    .download .item-2 .media-imgs .img-1,
    .download .item-2 .media-imgs .img-2 {
        max-width: 130px;
        width: 100%;
    }

    .download .item-2 .media-imgs .img-1 {
        margin-right: 5px;
    }


    .banner .banner-1 .media-imgs .img-1,
    .banner .banner-1 .media-imgs .img-2 {
        max-width: 130px;
        width: 100%;
        margin-bottom: 5px;
    }

    .banner .banner-1 .media-imgs .img-1 {
        margin-right: 5px;
    }

    .download-2 .item-2 .media-imgs .img-1,
    .download-2 .item-2 .media-imgs .img-2 {
        max-width: 130px;
        width: 100%;
        margin: 0 5px;
    }

    .download-2 .item-2 .media-imgs .img-1 {
        margin-right: 5px;
    }

    .section-title-2 {
        text-align: center;
    }

    .section-title-2 h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 0 auto;
        width: 100%;
        display: inline-block;
        width: auto;
    }

    .section-title-2 p {
        font-size: 14px;
        line-height: 24.92px;
        margin: 30px auto 30px auto;
    }

    .section-title-2 h2::after {
        display: block;
        content: '';
        width: auto;
        height: 3px;
        background-color: rgba(216, 16, 164, 1);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }


    .features-2 .main-img .item-2 {
        margin: 0px auto;
        width: 100%;
        max-width: 490px;
        height: auto;
    }

    .features-2 .main-img .item-2 img {
        margin: 0px auto;
        width: 100%;
        max-width: 490px;
        height: auto;
    }

    .features-2 .main-item-1 .item-1 {
        margin-top: 50px !important;
        margin-bottom: 0px !important;
        max-width: 290px;
        width: 100%;
        margin: auto;
    }

    .features-2 .main-item-1 .item-1 h5 {
        text-align: center;
        font-size: 26px;
        line-height: 36px;
    }

    .features-2 .main-item-1 .item-1 h6 {
        text-align: center;
        font-size: 19px;
        line-height: 29px;
    }

    .features-2 .main-item-2 .item-2 {
        max-width: 290px;
        width: 100%;
        margin: auto;
    }

    .features-2 .main-item-2 .item-2 {
        margin-top: 50px;
    }

    .features-2 .main-item-1 .item-1 img {
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 50px;
        height: auto;
    }

    .features-2 .main-item-2 .item-2 img {
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 50px;
        height: auto;
    }

    .features-2 .main-item-2 .item-2 h5 {
        text-align: center;
        font-size: 26px;
        line-height: 36px;
    }

    .features-2 .main-item-2 .item-2 h6 {
        text-align: center;
        font-size: 19px;
        line-height: 29px;
    }

    .works .main-box .item-1 h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .works .main-box .item-1 h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .works .main-box .item-1 a {
        font-size: 14px;
        line-height: 24px;
    }

    .works .main-box .item-1 img {
        width: 100%;
        max-width: 60px;
    }

    .section-title-3 {
        text-align: left;
    }

    .section-title-3 h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 20px auto 0px auto;
        width: 100%;
        display: inline-block;
        width: auto;
    }


    .section-title-3 h2::after {
        display: block;
        content: '';
        width: auto;
        height: 3px;
        background-color: rgba(216, 16, 164, 1);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .about-us-2 {
        margin: 20px 0;
        padding: 0px 0;
    }

    .about-us-2 .main-box .item-1 .box-1 img {
        width: 100%;
        max-width: 574px;
        height: auto;
        border-radius: 20px;
    }

    .about-us-2 .item-2 h2 {
        margin: 20px 0 30px 0;
        font-size: 32px;
    }

    .about-us-2 .item-2 p {
        font-size: 14px;
        line-height: 20px;
    }

    .about-us-2 .item-2 form .morebtn {
        padding: 5px 20px;
        border: none;
        font-size: 14px;
        line-height: 29.92px;
        margin: 30px 0 0 0;
    }

    .download-2 .item-1 {
        margin-bottom: 20px;
    }

    .download-2 .item-2 {
        margin-bottom: 20px;
    }

    .download-2 .item-2 h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .download-2 .item-2 p {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0;
    }

    .download-2 {
        padding: 40px 5px;
    }

    .download-2 .item-2 {
        padding-top: 20px;
    }

    .download .item-1 {
        text-align: center;
    }

    .download .item-1 img {
        width: 100%;
        max-width: 400px;
    }

    .download-2 .item-1 img {
        margin-top: 25px;
        width: 100%;
        max-width: 350px;
    }

    .download-2 .item-2 h2 {
        text-align: center;
        font-size: 30px;
        line-height: 40px;
    }

    .download-2 .item-2 p {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        margin: 30px 0;
    }

    .download-2 .item-2 .media-imgs {
        justify-content: center;
    }

    .section-title h2 {
        font-size: 26px;
        font-family: 'Palatino Linotype';
        font-weight: 700;
        line-height: 36px;
    }

    .fe-slider .my-slider .slick-dots li button:before {
        border: 1.5px solid rgba(178, 1, 222, 1);
        border-radius: 50px;
        font-size: 14px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 10px;
        width: 14px;
        height: 14px;
        content: '•';
        text-align: center;
        opacity: 100;
        color: transparent;
    }

    .fe-slider .my-slider .slick-dots li.slick-active button:before {
        opacity: 100;
        color: rgba(178, 1, 222, 1);
        border: 2.5px solid transparent;
        margin-top: 7px;
    }

    .slick-initialized .slick-slide {
        border-radius: 16px;
        padding: 24px 2px;
        margin: 0 5px !important;
        width: 100%;
        max-width: 700px !important;
    }

    .features-slider .review-slider .my-slider .item img {
        max-width: 40px;
        width: 100%;
        margin: 0 auto;
    }

    .features-slider .review-slider .my-slider .item h4 {
        font-size: 18px;
        line-height: 28px;

    }

    .features-slider .review-slider .my-slider .item h6 {
        line-height: 18px;
        font-size: 14px;
    }

    .features-slider {
        padding: 0px 0 30px 0;
        max-width: 100%;
        margin: 50px auto;
        width: 100%;
    }

    .download {
        margin: 70px 0 0 0;
        padding: 100px 5px;

    }

    footer .footer-link .link {
        column-gap: 50px;
        row-gap: 0px;
        margin-left: 6px;
        padding: 6px 6px;
        display: inline-block;
    }


    footer .footer-links {
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
        column-gap: 50px;
        row-gap: 0px;
        justify-content: center;
    }

    .works {
        margin: 50px 0;
        padding: 0px 0;
    }

    .hero-section .hero-images img {
        width: 100%;
        max-width: 342px;
        height: auto;
    }

    .banner .banner-1 {
        margin-bottom: 50px;
        width: 100%;
        max-width: 631px;
        text-align: center;
    }

    .banner .banner-1 .media-imgs {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    .fe-slider .my-slider .item {
        margin: 0 0px;
        width: 100%;
        max-width: 500px;
    }

    .fe-slider .my-slider .item img {
        width: 100%;
        max-width: 50px;
        margin: 0 auto;
    }

    .fe-slider .my-slider .item h4 {
        font-size: 24px;
        line-height: 34px;
    }

    .fe-slider .my-slider .item h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .register-btn {
        padding: 2px 20px;

    }

    header .logo img {
        max-width: 200px;
    }
     .go-top:after {
        padding: 3px 12px !important;
    }
}

@media (min-width: 575px) and (max-width: 576px) {
    .hero-section .hero-text {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .hero-section .hero-images {
        margin-bottom: 15px;
    }

    .work .main-item-1 .item-2 .arrow {
        display: none;
    }

    .work .main-item-1 {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
        /* align-items: center; */
    }

    .work .main-item-1 .item-1 {
        order: 2;
        margin: 0 auto;

    }

    .work .main-item-1 .item-2 {
        order: 1;
        width: 500px;
        margin: 0 auto;
    }

    .work .main-item-1 .item-1 h4 {
        font-size: 26px;
        line-height: 16px;
    }

    .work .main-item-1 .item-1 h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .work .main-item-1 .item-1 a {
        font-size: 14px;
        line-height: 28px;
    }

    .work .main-item-1 .item-2 img {
        width: 100%;
        max-width: 80px;
    }

    .banner .banner-1 {
        margin-top: 20px;
    }

    .section-title-2 h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .section-title-2 p {
        font-size: 14px;
        line-height: 24.92px;
    }

    .section-title-3 h2 {
        font-size: 32px;
        line-height: 42px;
    }



}

@media (min-width: 576px) and (max-width:767px) {


    .highlights-2 .item {
        margin: 40px 5px;
        padding: 0px 0;
    }

    .highlights-2 .section-title-2 h2 {
        margin: 0px 0;
    }

    .download .item-2 {
        padding-top: 50px;
    }

    .download .item-2 h2 {
        font-size: 40px;
    }

    .work .main-item-1 .item-2 .arrow {
        display: none;
    }

    .work .main-item-1 {
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }

    .work .main-item-1 .item-1 h4 {
        font-size: 26px;
        line-height: 16px;
    }

    .work .main-item-1 .item-1 h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .work .main-item-1 .item-1 a {
        font-size: 14px;
        line-height: 28px;
    }

    .work .main-item-1 .item-2 img {
        width: 100%;
        max-width: 80px;
    }


    .download .item-1 {
        text-align: center;
    }

    .download .item-1 img {
        width: 100%;
        max-width: 400px;
    }

    .download-2 .item-2 h2 {
        text-align: center;
        font-size: 42px;
        line-height: 52px;
    }

    .download-2 .item-2 p {
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        margin: 30px 0;
    }

    .download-2 .item-2 .media-imgs {
        justify-content: space-around;
    }

    .banner .banner-1 {
        margin-top: 20px;
        width: 100%;
        max-width: 800px;
    }

    .banner .banner-1 h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .section-title-2 h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .section-title-2 p {
        font-size: 15px;
        line-height: 29.92px;
    }

    .features-2 .main-item-1 {
        display: flex !important;
        justify-content: space-around;
    }

    .features-2 .main-img .item-2 {
        margin: 0px auto !important;
        width: 100%;
        max-width: 440px;
        height: auto;
    }

    .features-2 .main-item-2 {
        display: flex !important;
        justify-content: space-around;
    }

    .features-2 .main-item-1 .item-1 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .features-2 .main-item-2 .item-2 {
        margin-top: -50px !important;
    }

    .features-2 .main-item-1 .item-1 h5 {
        font-size: 26px;
        line-height: 36px;
    }

    .features-2 .main-item-1 .item-1 h6 {
        font-size: 19px;
        line-height: 29px;
    }

    .features-2 .main-item-2 .item-2 {
        max-width: 290px;
        width: 100%;
        margin: auto;
    }

    .features-2 .main-item-1 .item-1 img {
        width: 100%;
        max-width: 50px;
        height: auto;
    }

    .features-2 .main-item-2 .item-2 img {
        width: 100%;
        max-width: 50px;
        height: auto;
    }

    .features-2 .main-item-2 .item-2 h5 {
        font-size: 26px;
        line-height: 36px;
    }

    .features-2 .main-item-2 .item-2 h6 {
        font-size: 19px;
        line-height: 29px;
    }

    .features-2 .main-item-2 .item-2 {
        margin-top: 0px !important;
    }

    .works {
        margin: 0px 0;
        padding: 0px 0;

    }

    .works .main-box .item-1 h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .works .main-box .item-1 h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .works .main-box .item-1 a {
        font-size: 14px;
        line-height: 24px;
    }

    .works .main-box .item-1 img {
        width: 100%;
        max-width: 60px;
    }

    .work .main-item-1 .item-2 img {
        width: 100%;
        max-width: 70px;
    }



    .section-title-3 h2 {
        margin-top: 20px;
        font-size: 42px;
        line-height: 52px;
    }

    .download-2 .item-1 {
        text-align: center;

    }

    .download-2 .item-1 img {
        width: 100%;
        max-width: 350px;

    }

    .download-2 .item-2 {
        padding-top: 50px;
    }

    .section-title h2 {
        font-size: 46px;
        font-family: 'Palatino Linotype';
        font-weight: 700;
        line-height: 56px;
    }

    .fe-slider .my-slider .slick-dots li button:before {
        border: 1.5px solid rgba(178, 1, 222, 1);
        border-radius: 50px;
        font-size: 16px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 10px;
        width: 16px;
        height: 16px;
        content: '•';
        text-align: center;
        opacity: 100;
        color: transparent;
    }

    .fe-slider .my-slider .slick-dots li.slick-active button:before {
        opacity: 100;
        color: rgba(178, 1, 222, 1);
        border: 2.5px solid transparent;
        margin-top: 7px;
    }

    .fe-slider .slick-initialized .slick-slide {
        border-radius: 16px;
        padding: 24px 12px;
        margin: 0 20px !important;
        width: 100%;
        max-width: 600px !important;
    }

    .features-slider .review-slider .my-slider .item img {
        max-width: 50px;
        width: 100%;
        margin: 0 auto;
    }

    .features-slider .review-slider .my-slider .item h4 {
        font-size: 20px;
        line-height: 30px;

    }

    .features-slider .review-slider .my-slider .item h6 {
        line-height: 20px;
        font-size: 16px;
    }

    .features-slider {
        padding: 0px 0 30px 0;
        max-width: 100%;
        margin: 50px auto;
        width: 100%;
    }

    .download {
        margin: 80px 0 0 0;
        padding: 100px 5px;

    }

    footer .footer-links {
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
        gap: 50px;
        justify-content: center;
    }

    .hero-section .hero-text h6 {
        font-size: 22px;
        line-height: 32px;
    }

    .hero-section .hero-text h1 {
        font-size: 36px;
        line-height: 46px;

    }

    .hero-section .hero-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .hero-section .hero-text {
        text-align: center;
        width: 100%;
        max-width: 800px;
    }

    .banner .banner-1 {
        margin-bottom: 50px;
        width: 100%;
        max-width: 631px;
    }

    .banner .banner-1 {

        text-align: center;
        width: 100%;
        max-width: 801px;
    }

    .banner .banner-1 .media-imgs {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    .fe-slider .my-slider .item {
        margin: 0;
        width: 100%;
        max-width: 500px;
    }

    .fe-slider .my-slider .item img {
        width: 100%;
        max-width: 50px;
        margin: 0 auto;
    }

    .fe-slider .my-slider .item h4 {
        font-size: 24px;
        line-height: 34px;
    }

    .fe-slider .my-slider .item h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .about-us .main-item .item-2 h2 {
        font-size: 36px;
    }

    .section-title h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .features-2 .main-img .item-2 {
        text-align: center;
    }

    .features-2 .main-img .item-2 img {
        max-width: 400px;
        width: 100%;
        height: auto;
    }

    .features-2 .main-item-1 .item-1 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }

    .features-2 .main-item-2 .item-2 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }

    header .logo img {
        max-width: 200px;
    }
    .go-top:after {
        padding: 5px 14px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .download .item-2 h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .download .item-2 .media-imgs .img-1,
    .download .item-2 .media-imgs .img-2 {
        max-width: 130px;
        width: 100%;
    }

    .about-us .main-item .item-2 h2 {
        font-size: 40px;
    }

    .work .main-item-1 .item-1 h4 {
        font-size: 26px;
        line-height: 16px;
    }



    .work .main-item-1 .item-1 h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .hero-section .hero-images img {
        width: 100%;
        max-width: 502px;
        height: auto;
    }

    .download .item-2 {
        padding-top: 50px;
    }

    .banner .banner-1 {
        margin-top: 100px;
    }

    .banner .banner-1 h6 {
        font-size: 20px;
        line-height: 30.89px;
    }

    .banner .banner-1 h1 {
        font-size: 46px;
        line-height: 56px;
    }

    .banner .banner-1 p {
        font-size: 14px;
        line-height: 28.92px;
        padding: 16px 0;
    }

    .banner .banner-1 .media-imgs {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .banner .banner-1 .media-imgs .img-1,
    .banner .banner-1 .media-imgs .img-2 {
        max-width: 160px;
        width: 100%;
        margin-bottom: 10px;
    }

    .banner .banner-1 .media-imgs .img-1 {
        margin-right: 10px;
    }

    .download-2 .item-2 {
        padding-top: 100px;
    }

    .download-2 .item-2 h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .download-2 .item-2 p {
        font-size: 16px;
        line-height: 26px;
        margin: 22px 0;
    }

    .section-title-3 h2 {
        margin: 20px 0 0 0;
    }

    .review-slider .my-slider .slick-dots li button:before {
        margin-top: 0px;
    }

    .slick-initialized .slick-slide {
        border-radius: 16px;
        padding: 24px 12px;
        margin: 0 5px !important;
        width: 100%;
        max-width: 500px;
    }

    .features-slider .review-slider .my-slider .item img {
        max-width: 50px;
        width: 100%;
        margin: 0 auto;
    }

    .features-slider .review-slider .my-slider .item h4 {
        font-size: 20px;
        line-height: 30px;

    }

    .features-slider .review-slider .my-slider .item h6 {
        line-height: 20px;
        font-size: 16px;
    }

    .fe-2 .main-box .item-1 img {
        width: 100%;
        max-width: 56px;
        height: auto;
    }

    .fe-2 .main-box .item-1 h5 {
        font-size: 26px;
        line-height: 40px;
    }

    .fe-2 .main-box .item-1 h6 {
        font-size: 24px;
        line-height: 39px;
    }

    .fe-2 .item-2 {
        text-align: center;
    }

    .fe-2 .item-2 img {
        margin-top: 56px;
        width: 100%;
        max-width: 440px;
    }


    .fe-2 .main-box .item-3 {
        padding-bottom: 40px;
        margin: 0 auto 30px auto;
        width: 100%;
        max-width: 305px;
        height: auto;
    }

    .fe-2 .main-box .item-3 img {
        width: 100%;
        max-width: 60px;
        height: auto;
    }

    .fe-2 .main-box .item-3 h5 {
        font-size: 26px;
        line-height: 40px;
    }

    .fe-2 .main-box .item-3 h6 {
        font-size: 24px;
        line-height: 39px;
    }

    .section-title-2 h2 {
        font-size: 40px !important;
        line-height: 50px;
    }

    .features-2 .main-item-1 .item-1 {
        text-align: center;
    }

    .features-2 .main-item-2 .item-2 {
        text-align: center;
    }
}

@media (min-width:768px)and (max-width:991px) {


    .features-2 .main-item-1 {
        display: flex !important;
        justify-content: space-around;
    }

    .features-2 .main-img .item-2 {
        margin: 0px auto !important;
        width: 100%;
        max-width: 440px;
        height: auto;
    }

    .features-2 .main-item-2 {
        display: flex !important;
        justify-content: space-around;
    }

    .features-2 .main-item-1 .item-1 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .features-2 .main-item-2 .item-2 {
        margin-top: 0px;
    }

    .works .main-box .item-1 h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .works .main-box .item-1 h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .works .main-box .item-1 a {
        font-size: 14px;
        line-height: 24px;
    }

    .works .main-box .item-1 img {
        width: 100%;
        max-width: 80px;
    }

    .works .main-box {
        display: flex;
        justify-content: center;
    }

    .about-us-2 .item-2 h2 {
        margin: 20px 0 30px 0;
        font-size: 32px;
    }

    .about-us-2 .item-2 p {
        font-size: 14px;
        line-height: 20px;
    }

    .about-us-2 .item-2 form .morebtn {
        padding: 10px 40px;
        border: none;
        font-size: 18px;
        line-height: 29.92px;
        margin: 30px 0 0 0;
    }

    .download-2 .item-1 img {
        width: 100%;
        max-width: 450px;
        height: auto;
    }

    .download-2 .item-2 {
        padding-top: 50px;
    }

    .download-2 .item-2 h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .download-2 .item-2 p {
        font-size: 14px;
        line-height: 24px;
        margin: 24px 0;
    }

    .work .main-item-1 .item-2 .arrow {
        display: none;
    }

    .work .main-item-1 .item-2 {
        display: flex;
        align-items: center;
    }

    .work .main-item-1 .item-2 img {
        width: 100%;
        max-width: 70px;
    }

    .hero-section .hero-text {
        text-align: center;
        width: 100%;
        max-width: 800px;
    }

    .hero-section .hero-text h6 {
        font-size: 22px;
        line-height: 32px;
    }

    .hero-section .hero-text h1 {
        font-size: 36px;
        line-height: 46px;

    }

    .hero-section .hero-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .fe-slider .my-slider .item {
        margin: 0 5px;
        width: 100%;
        max-width: 500px;
    }

    .fe-slider .my-slider .item img {
        width: 100%;
        max-width: 50px;
        margin: 0 auto;
    }

    .fe-slider .my-slider .item h4 {
        font-size: 24px;
        line-height: 34px;
    }

    .fe-slider .my-slider .item h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .section-title h2 {
        font-size: 42px;
        line-height: 50px;
    }

    header .logo img {
        max-width: 250px;
    }

}

@media (min-width:992px) and (max-width:993px) {
    .features-2 .main-item-1 {
        display: block;
        /* justify-content: space-around; */
    }

    .features-2 .main-img .item-2 {
        margin: 0px auto !important;
        width: 100%;
        max-width: 440px;
        height: auto;
    }

    .features-2 .main-item-2 {
        display: block;
        /* justify-content: space-around; */
    }

    .features-2 .main-item-2 .item-2 {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .features-2 .main-item-2 .item-2 {
        margin-top: 50px;
    }
}


@media (min-width: 992px) and (max-width:1199px) {
    .features-2 .main-img .item-2 {
        margin-top: 100px !important;
    }

    .works .main-box .item-1 h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .works .main-box .item-1 h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .works .main-box .item-1 a {
        font-size: 14px;
        line-height: 24px;
    }

    .works .main-box .item-1 img {
        width: 100%;
        max-width: 80px;
    }

    .section-title-2 h2 {
        font-size: 40px !important;
        line-height: 50px;
    }


    .about-us-2 .item-2 h2 {
        margin: 20px 0 30px 0;
        font-size: 32px;
    }

    .about-us-2 .item-2 p {
        font-size: 14px;
        line-height: 20px;
    }


    .about-us-2 .item-2 form .morebtn {
        padding: 10px 40px;
        border: none;
        font-size: 18px;
        line-height: 29.92px;
        margin: 30px 0 0 0;
    }

    .features-slider .review-slider .my-slider .item {
        border-radius: 16px;
        padding: 24px 14px;
        margin: 0 35px;
        width: 100%;
        max-width: 500px;
    }

    .features-slider .review-slider .my-slider .item img {
        max-width: 56px;
        width: 100%;
        margin: 0 auto;
    }

    .features-slider .review-slider .my-slider .item h4 {
        font-size: 24px;
        line-height: 34px;

    }

    .features-slider .review-slider .my-slider .item h6 {
        line-height: 26px;
        font-size: 18px;
    }

    .fe-slider .my-slider .item {
        margin: 0 0px;
        width: 100%;
    }

    .fe-slider .my-slider .item img {
        width: 100%;
        max-width: 60px;
        margin: 0 auto;
    }

    .fe-slider .my-slider .item h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .fe-slider .my-slider .item h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .fe-2 .main-box .item-1 img {
        width: 100%;
        max-width: 56px;
        height: auto;
    }

    .fe-2 .main-box .item-1 h5 {
        font-size: 26px;
        line-height: 40px;
    }

    .fe-2 .main-box .item-1 h6 {
        font-size: 24px;
        line-height: 39px;
    }

    .fe-2 .item-2 {
        text-align: center;
    }

    .fe-2 .item-2 img {
        margin-top: 56px;
        width: 100%;
        max-width: 440px;
    }


    .fe-2 .main-box .item-3 {
        padding-bottom: 40px;
        margin: 0 auto 30px auto;
        width: 100%;
        max-width: 305px;
        height: auto;
    }

    .fe-2 .main-box .item-3 img {
        width: 100%;
        max-width: 60px;
        height: auto;
    }

    .fe-2 .main-box .item-3 h5 {
        font-size: 26px;
        line-height: 40px;
    }

    .fe-2 .main-box .item-3 h6 {
        font-size: 24px;
        line-height: 39px;
    }
}

@media (min-width: 1200px) and (max-width:1399px) {
    .features-2 .main-img .item-2 {
        margin-top: 100px;
    }



    .about-us-2 .item-2 h2 {
        margin: 20px 0 30px 0;
        font-size: 42px;
    }

    .about-us-2 .item-2 p {
        font-size: 16px;
        line-height: 20px;
    }


    .about-us-2 .item-2 form .morebtn {
        padding: 10px 40px;
        border: none;
        font-size: 18px;
        line-height: 29.92px;
        margin: 20px 0 0 0;
    }

    .features-slider .review-slider .my-slider .item {
        border-radius: 16px;
        padding: 24px 20px;
        margin: 0 30px;
        width: 100%;
        max-width: 500px;
    }

    .features-slider .review-slider .my-slider .item img {
        max-width: 60px;
        width: 100%;
        margin: 0 auto;
    }

    .features-slider .review-slider .my-slider .item h4 {
        font-size: 28px;
        line-height: 38px;

    }

    .features-slider .review-slider .my-slider .item h6 {
        line-height: 30px;
        font-size: 20px;
    }

    .fe-slider .my-slider .item {
        margin: 0 40px;
        width: 100%;
        max-width: 500px;
    }

    .fe-slider .my-slider .item img {
        width: 100%;
        max-width: 60px;
        margin: 0 auto;
    }

    .fe-slider .my-slider .item h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .fe-slider .my-slider .item h6 {
        font-size: 20px;
        line-height: 30px;
    }

}

@media (min-width: 1400px) {
    .section-title h2 {
        font-size: 52px;
        font-family: 'Palatino Linotype';
        font-weight: 700;
        line-height: 60px;
    }

}



@media only screen and (max-width: 1069px) {

    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;

        ul {
            display: none;

            li {
                float: none;

                a {
                    margin-top: 0;
                    padding: 15px;
                    line-height: 20px;
                }

                ul li a {
                    margin-top: 0;
                    padding-left: 30px;
                }
            }
        }
    }

    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 1070px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;

    span,
    span:before,
    span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 5px;
        width: 35px;
        background: black;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }

    span:before {
        top: -10px;
    }

    span:after {
        bottom: -10px;
    }

    &.active span {
        background-color: transparent;

        &:before,
        &:after {
            top: 0;
        }

        &:before {
            transform: rotate(45deg);
        }

        &:after {
            transform: rotate(-45deg);
        }
    }
}

header .theme-btn {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .download .item-2 .media-imgs {
        justify-content: center;
    }

    .download .item-2 {
        text-align: center;
    }

    .download-2 .item-2 .media-imgs .img-1 {
        margin-right: 0;
    }

    header .theme-btn {
        text-align: center;
    }
}

/* 
.content {
    height: 1000px;
    font-family: 'Questrial';
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 20px;
    text-decoration: underline;
    text-align: center;
    margin-top: 30px;
} */

.go-top {
    position: fixed;
    z-index: 5;
    bottom: 2.5%;
    right: 1%;
    padding: 20px;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

.go-top:after {
    font-family: FontAwesome;
    content: "\f106";
    background-color: #d810a4;
    border-radius: 50%;
    padding: 10px 18px;
    color: white;
    position: absolute;
    z-index: 5;
    right: 14px;
    bottom: 0px;
    font-size: 28px;
}

/* .go-top-text {
    position: absolute;
    width: 60px;
    text-align: center;
    font-family: 'Questrial';
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 12px;
    margin: 20px 0 0 -4px;
} */

.go-top:hover {
    transition: all .4s linear;
    transform: scale(1.1);

}


