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

/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171D;
    font-family: "Prompt", sans-serif;
}

body {
    color: #000000;
    font-weight: 400;
    font-family: "Inter Tight", sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

a,
button,
input,
textarea {
    outline: none !important;
}

.section-padding {
    padding: 80px 0;
}





.container {
    max-width: 1460px;
}









/*--------------- Header Area Start   ---------------*/

header .container {
    max-width: 1630px;
}

header {
    background: #EE765E;
    padding: 10px 0;
    position: sticky;
        top: 0px;
        z-index: 10000;
}

.logo a {
    display: inline-block;
}

.logo img {
    width: 84px;
}

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

.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu ul li {
    display: inline;
    margin-right: 70px;
}

.mainmenu ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .2px;
}

.header-btn a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px;
    color: #ee765e;
    background: #fff;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 6px;
    line-height: 18px;
    letter-spacing: .2px;
    transition: .3s;
}

.header-btn a:hover {
    background: transparent;
    color: #fff;
}

/*--------------- Header Area End   ---------------*/










/*--------------- Hero Area Start   ---------------*/
.hero-area {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-image: url(../img/hero-bg.jpg);
    background-position: center;
    background-size: cover;
}

.hero-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    z-index: -1;
    opacity: .4;
}

.hero-content h1 {
    font-size: 65px;
    color: #fff;
    font-weight: 600;
    line-height: 70px;
}

.hero-description {
    max-width: 610px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.hero-description p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.hero-right-box {
    position: relative;
}

.hero-right-box img {
    width: 100%;
}

.box-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 40px;
}

.box-text {
    max-width: 280px;
}

.box-text p {
    font-size: 20px;
    margin: 0;
}

.hero-taglist a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 9px 32px;
    border: 2px solid #EE765E;
    border-radius: 7px;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    transition: .3s;
    margin-right: 20px;
    margin-top: 20px;
}

.hero-taglist a:hover {
    background: #ee765e;
}

/*--------------- Hero Area End   ---------------*/





/*--------------- Success Coundown Area Start   ---------------*/

.success-coundown-area .container {
    max-width: 1630px;
}

.success-coundown-area {
    background: #2B2367;
    padding: 50px 0;
    margin-top: 30px;
}

.success-coundown-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 0 5px;
}

.single-story img {
    max-height: 70px;
}

.single-story h2 {
    color: #FFFFFF;
    font-size: 55px;
    margin-bottom: 10px;
    line-height: 60px;
    font-weight: normal;
}

.single-story p {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.single-story {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.single-story:after {
    position: absolute;
    right: -5px;
    top: 50%;
    height: 130px;
    width: 2px;
    background: #fff;
    content: '';
    transform: translateY(-50%);
}

.single-story:last-child::after {
    display: none;
}

.icon-box {
    height: 75px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
}

/*--------------- Success Coundown Area End   ---------------*/





/*--------------- Documentation Area Start   ---------------*/
.documentation-area {
    padding: 70px 0;
}

.documentation-top-text h2 {
    color: #EE765E;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 35px;
}

.documentation-top-text {
    text-align: center;
}

.documentation-top-text p {
    max-width: 760px;
    margin: 0 auto;
    color: #000000;
    font-size: 20px;
}

.documentation-cards {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.documentation-card {
    background: #129A7E;
    height: 100%;
    padding: 32px 30px;
    border-radius: 20px;
}

.documentation-card h4 {
    color: #fff;
}

.documentation-card p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

.documentation-btn a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #EE765E;
    padding: 5px 30px;
    border-radius: 6px;
    font-size: 24px;
    transition: .3s;
    border: 2px solid #EE765E;
}

.documentation-btn a:hover {
    background-color: transparent;
    color: #EE765E;
}

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

/*--------------- Documentation Area End   ---------------*/




/*--------------- Marketing Area Start   ---------------*/
.marketing-area {
    padding: 50px 0;
}

.marketing-wrapper {
    background: #EE765E;
    border-radius: 40px;
    padding: 40px 10px;
}

.marketing-content {
    text-align: center;
    margin-bottom: 40px;
}

.marketing-content h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: 65px;
}

.slider-tag a {
    display: inline-block;
    padding: 10px 28px;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 20px;
    color: #ee765e;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.5);
    transition: .3s;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
}

.maketing-slider-wrapper .owl-dots {
    display: none;
}

.owl-nav img {
    width: 45px;
}

.maketing-slider-wrapper .owl-nav button {
    margin: 0 7px;
}

.maketing-slider-wrapper .owl-nav {
    text-align: center;
    margin-top: 40px;
}

/*--------------- Marketing Area End   ---------------*/





/*--------------- Services Area Start   ---------------*/

.services-area {
    background: #2B2367;
    padding-top: 150px;
    padding-bottom: 100px;
}

.service-content-title h2 {
    color: #EE765E;
    font-size: 50px;
    font-weight: 500;
}

.service-content-title {
    margin-bottom: 50px;
}

.service-content h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.service-content p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.common-btn {
    margin-top: 40px;
}

.common-btn a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #EE765E;
    padding: 5px 30px;
    border-radius: 6px;
    font-size: 24px;
    transition: .3s;
    border: 2px solid #EE765E;
    text-transform: uppercase;
    font-weight: 500;
}

.common-btn a:hover {
    background-color: transparent;
    color: #EE765E;
}

.service-card {
    background: #fff;
    display: flex;
    height: 460px;
}

.service-card-thumb {
    width: 270px;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.service-card-content {
    width: calc(100% - 270px);
    padding: 30px;
}

.service-card-text h4 {
    font-size: 36px;
    color: #129A7E;
    font-weight: 300;
    letter-spacing: .3px;
}

.service-card-text p {
    font-size: 20px;
    color: #000000;
    opacity: .8;
    font-weight: 300;
    letter-spacing: .2px;
}

.services-slider .owl-nav {
    margin-top: 25px;
}

.services-slider .owl-nav button {
    margin-right: 10px;
}



/*--------------- Services Area End   ---------------*/











/*--------------- Brand Area Start   ---------------*/
.brand-area {
    background: #129A7E;
    padding: 50px 0;
    margin-top: 30px;
}

.brand-top-title h2 {
    font-size: 52px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.brand-top-description {
    padding-left: 25px;
}

.brand-top-description p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.brand-single img {
    max-width: 350px;
    margin-bottom: 25px;
}

.brand-wrapper {
    margin-top: 70px;
    text-align: center;
}

.brand-single {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

.brand-top-title {
    text-align: right;
}

.brand-single p {
    font-size: 20px;
    color: #fff;
}

.brand-box {
    position: relative;
}

.brand-box.brand-box-1:after {
    height: 175px;
    width: 1px;
    background: #fff;
    content: '';
    position: absolute;
    right: -7px;
    top: 0;
}

/*--------------- Brand Area End   ---------------*/





/*--------------- Video Area Start   ---------------*/
.video-area {
    padding: 80px 0;
    background: #FDF1EF;
}

.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    padding-top: 25px;
}

.hs-responsive-embed-youtube iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    border-radius: 12px;
}

.show-more-video {
    margin-top: 120px;
    text-align: center;
}

.btn-green {
    background: #129a7e !important;
    border-color: #129a7e !important;
}

.btn-green:hover {
    background: transparent !important;
    border-color: #129a7e !important;
    color: #129a7e !important;
}

/*--------------- Video Area End   ---------------*/




/*--------------- Blog Area Start   ---------------*/
.blop-top-area {
    padding: 80px 0;
    background: #fff;

}

.blog-area-title h2 {
    color: #EE765E;
    font-size: 52px;
    line-height: 65px;
}

.blop-top-area .blog-area-title {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.blog-area-title {
    margin: 0 auto;
    text-align: center;
}

.blog-area-title p {
    font-size: 20px;
    line-height: 30px;
}

.blog-slider-area {
    background: #2B2367;
    padding-top: 70px;
    padding-bottom: 140px;

}

.blog-slider-wrapper .owl-nav {
    margin-top: 25px;
}

.blog-slider-wrapper .owl-nav button {
    margin-right: 10px;
}

.blog-slider-wrapper {
    padding-left: 12%;
    padding-right: 30px;
    margin-top: 100px;
}

.blog-slider-wrapper .service-card {
    background: #fff;
    display: flex;
    height: 380px;
}

/*--------------- Blog Area End   ---------------*/



/*--------------- Promo Area Start   ---------------*/
.promo-area {
    position: relative;
    padding-top: 120px;
}

.promo-area-inner {
    padding: 65px 0;
    background: #B8E1D8;
    position: relative;
}

.man-img {
    position: absolute;
    bottom: 0;
    width: 1050px;
    left: 0;
    z-index: 1;
}

.promo-area .box-text p {
    color: #fff;
}

/*--------------- Promo Area End   ---------------*/




/*--------------- Footer Area Start   ---------------*/
.footer-logo img {
    width: 170px;
}

.footer-logo {
    padding-bottom: 40px;
    border-bottom: 1px solid #808080;
    text-align: center;
}

.copyright {
    padding: 30px 0;
    text-align: center;
}

.copyright p {
    margin-bottom: 0;
}

.copyright p {
    margin: 0;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .2px;
}

footer {
    padding-top: 100px;
}

/*--------------- Footer Area End   ---------------*/






.menu_x {
    display: none;
}

.menu_trigger {
    display: none;
    line-height: 1;
    cursor: pointer;
}

.menu_trigger img {
    width: 30px;
    line-height: 1;
}

.btn-responsive {
    display: none;
}














/* page loader  */
#preloader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader3 {
    width: 70px;
    height: 70px;
    display: inline-block;
    padding: 0px;
    text-align: left;
}

.loader3 span {
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #EE765E;
    -webkit-animation: loader3 1.5s linear infinite;
    animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}