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

/*..........Slide..........*/

.swiper {
    margin-top: 65px;
    width: 100%;
    height: auto;
    /*height: 100%;*/
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #d73041 !important;
}

@media (max-width:576px) {
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 15px !important;
    }
}


/*..........End Slide..........*/


/*..........About..........*/

.about-section {
    margin-top: 50px;
}

.cont-1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.title-top1 {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 3rem;
}

h3.title-main {
    font-size: 37px;
    line-height: 50px;
    font-weight: 600;
    position: relative;
}

h3.title-main span {
    color: #d73041;
    font-weight: 800;
}

h3.title-main:before,
h3.title-main:after {
    content: "";
    background: #707070;
    width: 60px;
    height: 2px;
    position: absolute;
    right: 0;
    margin: 0 auto;
}

h3.title-main:before {
    left: -20px;
    bottom: -8px;
}

h3.title-main:after {
    left: 20px;
    bottom: -15px;
}

.abo-container {
    margin-bottom: 3rem;
}

.abo-container .box-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px;
}

.abo-container .box-container .box {
    box-shadow: 0 1px 3px rgb(0 0 0 / 2%), 0 4px 8px rgb(0 0 0 / 2%);
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.abo-container .box-container .box:hover {
    box-shadow: 0 1px 3px rgb(0 0 0 / 2%), 0 16px 32px -4px rgb(0 0 0 / 17%);
    transform: translateY(-1px);
}

.about-single {
    padding: 1rem;
}

.about-icon {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.about-icon i {
    font-size: 50px;
    color: #d73041;
}

.about-content h5 {
    margin-bottom: 1rem;
    text-align: center;
}

.about-content h5 a {
    font-weight: 800;
    color: #4cb0d4;
    font-size: 21px;
}

.about-content h5 a:hover {
    color: #d73041;
}

.about-content p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 28px;
    color: #707070;
    letter-spacing: .4px;
}

@media (max-width: 768px) {
    h3.title-main {
        font-size: 32px;
        line-height: 48px;
    }
}

@media (max-width: 480px) {
    h3.title-main {
        font-size: 29px;
        line-height: 45px;
    }
}

@media (max-width: 410px) {
    h3.title-main {
        font-size: 24px;
        line-height: 40px;
    }
    .about-content h5 a {
        font-size: 19px;
    }
    .about-icon i {
        font-size: 30px;
    }
}


/*
@media (max-width:768px) {
    .text-big-title {
        flex-direction: column;
        justify-content: center;
    }
    .text-big-title .text-big-title-txt h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .text-big-title .text-big-title-txt p {
        text-align: center;
    }
    .text-big-title .text-big-title-btn {
        margin-top: 20px;
    }
}
*/


/*..........End About..........*/


/*..........Intro..........*/

.intro-container {
    width: 100%;
    /*min-height: 100vh;*/
    margin-top: 50px;
}

.intro-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin: 0px auto;
    align-items: center;
}

.intro-image-section {
    width: 100%;
}

.intro-image-section img {
    width: 100%;
    height: auto;
    align-items: center;
    border-radius: 8px;
}

.intro-content .intro-article {
    padding: 0px;
}

.title-main-2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    position: relative;
}

.title-main-2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
    position: relative;
}

.title-main-2 span {
    color: #d73041;
    font-weight: 800;
}

.about-right-p {
    margin-top: 0.5rem;
    padding: 0;
    font-size: 17px;
    line-height: 28px;
    color: #707070;
    letter-spacing: .4px;
}

.cont-box-about {
    margin-top: 3rem;
}

.about-info-m {
    display: flex;
}

.icon-style-ab {
    margin-right: 1.5rem;
}

.icon-style-ab i {
    color: #d73041;
    font-size: 45px;
}

.about-detail h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
    font-weight: 700;
}

.about-detail p {
    font-size: 17px;
    line-height: 28px;
    color: #707070;
    letter-spacing: .4px;
}

.marginTop {
    margin-top: 1.5rem;
}

@media (max-width: 768px) {
    .title-main-2 {
        font-size: 30px;
        line-height: 48px;
    }
}

@media (max-width: 480px) {
    .title-main-2 {
        font-size: 27px;
        line-height: 45px;
    }
}

@media (max-width: 410px) {
    .title-main-2 {
        font-size: 22px;
        line-height: 40px;
    }
    .about-detail h4 {
        font-size: 18px;
    }
    .icon-style-ab i {
        font-size: 30px;
    }
}

@media screen and (max-width:1000px) {
    .intro-content {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*..........End Intro..........*/


/*..........Stats..........*/

.stats {
    margin-top: 50px;
}

.cont-stats {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 3rem;
}

h3.tittle-stats {
    font-size: 37px;
    line-height: 50px;
    font-weight: 600;
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
}

h3.tittle-stats span {
    color: #d73041;
    font-weight: 800;
}

h3.tittle-stats:before,
h3.tittle-stats:after {
    content: "";
    background: #707070;
    width: 60px;
    height: 2px;
    position: absolute;
    right: 0;
    margin: 0 auto;
}

h3.tittle-stats:before {
    left: -20px;
    bottom: -8px;
}

h3.tittle-stats:after {
    left: 20px;
    bottom: -15px;
}

@media (max-width: 768px) {
    h3.tittle-stats {
        font-size: 32px;
        line-height: 48px;
    }
}

@media (max-width: 480px) {
    h3.tittle-stats {
        font-size: 29px;
        line-height: 45px;
    }
}

@media (max-width: 410px) {
    h3.tittle-stats {
        font-size: 24px;
        line-height: 40px;
    }
}

p.tit {
    font-size: 15px;
    line-height: 2em;
    width: 70%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    font-size: 17px;
    color: #707070;
    letter-spacing: .4px;
}

@media screen and (max-width: 736px) {
    p.tit {
        width: 100%;
        line-height: 1.8em;
    }
}

.stats-box-container {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px;
}

.stats-box-container .stats-box {
    box-sizing: border-box;
    overflow: hidden;
}

.stats-box-container .stats-box p {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #4cb0d4;
    margin: 0 0 0.2em 0;
    text-align: center;
}

.stats-box-container .stats-box h3 {
    font-size: 20px;
    color: #2c363e;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: center;
}

.stats-box-container .stats-box h6 {
    font-size: 15px;
    margin-top: 0.8em;
    color: #777;
    text-align: center;
}

@media (max-width: 768px) {
    .stats-box-container .stats-box p {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .stats-box-container .stats-box p {
        font-size: 27px;
    }
}

@media (max-width: 410px) {
    .stats-box-container .stats-box p {
        font-size: 22px;
    }
    .stats-box-container .stats-box h3 {
        font-size: 18px;
    }
    .stats-box-container .stats-box h6 {
        font-size: 14px;
    }
}


/*..........End stats..........*/


/*..........Video..........*/

.cont-video-part {
    width: 100%;
}

.video-part .history-info {
    background-size: cover;
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    min-height: 500px;
}

.video-part .history-info:before {
    content: "";
    background-color: rgba(16, 25, 35, 0.85);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 991px) {
    .video-part .history-info {
        min-height: 400px;
    }
}

@media (max-width:640px) {
    .video-part .history-info {
        min-height: 340px;
    }
}

.video-part .heading {
    max-width: 700px;
    text-align: center;
}

.yt-btn {
    margin-top: 30px;
}

a.play-icon.popup-with-zoom-anim img:hover {
    opacity: 0.5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.play-view {
    left: 0;
    right: 0;
    top: calc(50% - 40px);
    text-align: center;
    position: absolute;
}

span.video-play-icon {
    text-align: center;
    margin: 0 auto;
    background: #fff;
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

span.video-play-icon span {
    color: #66B2FF;
}

span.video-play-icon:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

span.fa.fa-play {
    line-height: 65px;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 137, 255, 0.84), 0 0 0 10px rgba(16, 137, 255, 0.84), 0 0 0 20px rgba(16, 137, 255, 0.84);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(16, 137, 255, 0.84), 0 0 0 20px rgba(16, 137, 255, 0.84), 0 0 0 40px rgba(16, 137, 255, 0.84);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 137, 255, 0.44), 0 0 0 10px rgba(16, 137, 255, 0.44), 0 0 0 20px rgba(16, 137, 255, 0.44);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(16, 137, 255, 0.44), 0 0 0 20px rgba(16, 137, 255, 0.44), 0 0 0 40px rgba(16, 137, 255, 0.44);
    }
}

@media all and (max-width: 320px) {
    #small-dialog {
        padding: 15px;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        transform-origin: 0;
    }
    .mfp-arrow-right {
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.yt-vdo-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    margin: 0 auto;
}

.yt-vdo-container .yt-close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.yt-show {
    pointer-events: all;
    opacity: 1;
}

@media (max-width: 992px) {
    .yt-container .yt-vdo-container iframe {
        height: 370px;
    }
}

@media (max-width: 768px) {
    .yt-container .yt-vdo-container iframe {
        height: 325px;
    }
}

@media (max-width: 600px) {
    .yt-container .yt-vdo-container iframe {
        height: 250px;
    }
}

@media (max-width: 450px) {
    .yt-container .yt-vdo-container iframe {
        height: 200px;
    }
}

.yt-container h1 {
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
}


/* Styles for dialog window */

#small-dialog,
#small-dialog1 {
    padding: 20px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    text-align: center;
}

#small-dialog-it,
#small-dialog-in,
#small-dialog-fr,
#small-dialog-sh,
#small-dialog-sf,
#small-dialog-su,
#small-dialog-me,
#small-dialog-ch,
#small-dialog-pi,
#small-dialog-am {
    background: white;
    padding: 20px;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
    text-align: center;
}


/**
             * Fade-zoom animation for first dialog
             */


/* start state */

.my-mfp-zoom-in #small-dialog {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}


/* animate in */

.my-mfp-zoom-in.mfp-ready #small-dialog {
    opacity: 1;
    transform: scale(1);
}


/* animate out */

.my-mfp-zoom-in.mfp-removing #small-dialog {
    transform: scale(0.8);
    opacity: 0;
}


/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    transition: opacity 0.3s ease-out;
}


/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/**
            /* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #101923;
    height: 100vh;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    background: #232020 !important;
    z-index: 99;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-content iframe {
    width: 100%;
    min-height: 500px;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    background: #000;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0px;
    top: -43px;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #000;
    font-style: normal;
    font-size: 28px;
    outline: none;
    border-radius: 6px;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}


/*..........End Video..........*/


/*..........Quote..........*/

.quote-container {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.quote-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin: 0px auto;
    align-items: center;
}

.quote-content .quote-article {
    padding: 0px;
}

.quote-article .sub-title {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px 0px;
    color: #66B2FF;
    text-transform: uppercase;
}

@media (max-width: 384px) {
    .quote-article .sub-title {
        font-size: 14px;
    }
}

h3.hny-title {
    font-size: 35px;
    line-height: 46px;
    color: #101923;
    text-transform: capitalize;
    font-weight: 700;
}

@media (max-width: 992px) {
    h3.hny-title {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    h3.hny-title {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 480px) {
    h3.hny-title {
        font-size: 27px;
        line-height: 35px;
    }
}

@media (max-width: 410px) {
    h3.hny-title {
        font-size: 22px;
        line-height: 30px;
    }
    .quote-article .sub-title {
        font-size: 14px;
    }
}

.p-quote {
    margin-top: 1rem;
    /* padding-right: 3rem; */
    font-size: 15px;
    color: #777;
}

.quote-content .quote-article a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 27px;
    text-transform: uppercase;
    letter-spacing: .45px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    border-radius: 0;
    margin-top: 20px;
    text-transform: capitalize;
    transition: all 300ms linear 0s;
    background-color: #4cb0d4;
    text-align: center;
    transition-duration: 0.3s;
    border: 2px solid #4cb0d4;
    border-radius: 4px;
}

.quote-content .quote-article a:hover {
    background-color: transparent;
    color: #d73041;
    border: 2px solid #d73041;
}

.quote-image-section {
    width: 100%;
}

.quote-form {
    background-size: cover;
    min-height: 400px;
    position: relative;
    z-index: 0;
    display: grid;
    align-items: end;
    border-radius: 4px;
    padding: 3rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.quote-form:before {
    content: "";
    background: rgba(7, 10, 12, 0.78);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 8px;
}

.quote-form h4 {
    font-size: 30px;
    line-height: 40px;
    color: #ffff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 26px;
    text-align: center;
}

.form-group {
    margin-bottom: 1rem;
}

.two-girds-fm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 16px;
}

@media (max-width: 374px) {
    .two-girds-fm {
        display: flex;
        flex-direction: column;
    }
    .margin-top-form-control {
        margin-top: 15px;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #eb9ea7;
    outline: 0;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.quote-form input,
.quote-form textarea {
    outline: none;
    width: 100%;
    font-size: 16px;
    padding: 0px 15px;
    color: #777;
    height: 50px;
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    padding-left: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.quote-form textarea {
    min-height: 120px;
    padding: 15px 15px;
    resize: vertical;
}

.quote-form .submit-quote {
    min-width: 130px;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #66B2FF;
    padding: 14px 18px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 1px solid #66B2FF;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
}

.quote-form .submit-quote:hover {
    background-color: #4da6ff;
    border-color: #4da6ff;
    color: #fff;
}

@media screen and (max-width:1000px) {
    .quote-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .quote-article {
        text-align: center;
    }
    .quote-content .quote-article h2::before {
        left: 45%;
    }
    .quote-content .quote-article {
        padding: 25px 25px;
    }
}

@media screen and (max-width:650px) {
    .quote-content .quote-article h2 {
        font-size: 27px;
    }
    .quote-content .quote-article h4 {
        font-size: 16px;
    }
    .quote-content .quote-article a {
        font-size: 15px;
    }
    .quote-content .quote-article h2::before {
        left: 43%;
    }
}

@media screen and (max-width:448px) {
    .quote-content .quote-article h2::before {
        left: 39%;
    }
}

@media screen and (max-width:348px) {
    .quote-content .quote-article h2::before {
        left: 37%;
    }
}

@media (max-width: 480px) {
    .quote-form h4 {
        font-size: 27px;
    }
}

@media (max-width: 410px) {
    .quote-form h4 {
        font-size: 22px;
    }
    .quote-content .quote-article a {
        padding: 7px 24px;
        font-size: 15px;
    }
}


/*..........End Quote..........*/


/*..........Service..........*/

.service-section {
    margin-top: 50px;
}

.service-cont-1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.service-title-top1 {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 3rem;
}

h3.service-title-main {
    font-size: 37px;
    line-height: 50px;
    font-weight: 600;
    position: relative;
}

h3.service-title-main span {
    color: #d73041;
    font-weight: 800;
}

h3.service-title-main:before,
h3.service-title-main:after {
    content: "";
    background: #707070;
    width: 60px;
    height: 2px;
    position: absolute;
    right: 0;
    margin: 0 auto;
}

h3.service-title-main:before {
    left: -20px;
    bottom: -8px;
}

h3.service-title-main:after {
    left: 20px;
    bottom: -15px;
}

@media (max-width: 768px) {
    h3.service-title-main {
        font-size: 32px;
        line-height: 48px;
    }
}

@media (max-width: 480px) {
    h3.service-title-main {
        font-size: 29px;
        line-height: 45px;
    }
}

@media (max-width: 410px) {
    h3.service-title-main {
        font-size: 24px;
        line-height: 40px;
    }
}

.service-container-4 {
    margin-bottom: 3rem;
}

.service-container-4 .service-box-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.service-container-4 .service-box-container .service-box {
    box-shadow: 0 1px 3px rgb(0 0 0 / 2%), 0 4px 8px rgb(0 0 0 / 2%);
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.service-container-4 .service-box-container .service-box:hover {
    box-shadow: 0 1px 3px rgb(0 0 0 / 2%), 0 16px 32px -4px rgb(0 0 0 / 17%);
    transform: translateY(-1px);
}

.service-single {
    padding: 1rem;
}

.service-icon {
    margin-bottom: 1.5rem;
    text-align: center;
}

.service-icon i {
    color: #d73041;
    font-size: 40px;
    margin-top: 1em;
}

.service-content h5 {
    margin-bottom: 1rem;
}

.service-content h5 a {
    font-weight: 800;
    color: #4cb0d4;
    font-size: 21px;
}

.service-content h5 a:hover {
    color: #d73041;
}

.service-content p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 28px;
    color: #707070;
    letter-spacing: .4px;
}

a.feature-link:hover {
    color: #e21428;
    transition: 0.3s ease-out;
}

a.feature-link {
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
}

a.feature-link i {
    transition: 0.3s ease;
    margin-left: 4px;
}

a.feature-link:hover i {
    padding-left: 3px;
    transition: 0.3s ease-out;
}

@media (max-width: 410px) {
    .service-content h5 a {
        font-size: 19px;
    }
    .service-icon i {
        font-size: 30px;
        margin-top: 8px;
    }
}


/*..........End Service..........*/


/*..........Price..........*/

.price-cont-1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.price-title-top1 {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 3rem;
}

h3.price-title-main {
    font-size: 37px;
    line-height: 50px;
    font-weight: 600;
    position: relative;
}

h3.price-title-main span {
    color: #d73041;
    font-weight: 800;
}

h3.price-title-main:before,
h3.price-title-main:after {
    content: "";
    background: #707070;
    width: 60px;
    height: 2px;
    position: absolute;
    right: 0;
    margin: 0 auto;
}

h3.price-title-main:before {
    left: -20px;
    bottom: -8px;
}

h3.price-title-main:after {
    left: 20px;
    bottom: -15px;
}

@media (max-width: 768px) {
    h3.price-title-main {
        font-size: 32px;
        line-height: 48px;
    }
}

@media (max-width: 480px) {
    h3.price-title-main {
        font-size: 29px;
        line-height: 45px;
    }
}

@media (max-width: 410px) {
    h3.price-title-main {
        font-size: 24px;
        line-height: 40px;
    }
}

.price-container {
    margin-bottom: 3rem;
}

.price-container .price-box-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.price-container .price-box-container .price-box {
    box-shadow: 0 1px 3px rgb(0 0 0 / 2%), 0 4px 8px rgb(0 0 0 / 2%);
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.price-container .price-box-container .price-box:hover {
    box-shadow: 0 1px 3px rgb(0 0 0 / 2%), 0 16px 32px -4px rgb(0 0 0 / 17%);
    transform: translateY(-1px);
}

.price-main-info .card-body {
    padding: 1rem;
    position: relative;
    overflow: hidden;
}

.text-card-body {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 25px 9%;
}

.price-inner.card.box-shadow {
    background: #fbfbfb;
    border: 1px solid #eee;
    border-radius: 0px;
}

ul.list-unstyled {
    margin-top: 1rem;
}

ul.list-unstyled li span.fa {
    font-size: 14px;
    margin-right: 5px;
    color: #d73041;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgb(251 176 52 / 5%);
    line-height: 24px;
    text-align: center;
}

ul.list-unstyled li.disable span.fa {
    color: #d8d6d6;
    background: rgb(216 214 214 / 9%);
}

label.price-label {
    font-size: 14px;
    color: #fff;
    background: #d73041;
    padding: 5px 38px;
    position: absolute;
    right: -50px;
    top: 28px;
    transform: rotate(45deg);
}

.pricing-card-title span {
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    color: #5E6271;
}

ul.list-unstyled li {
    list-style: none;
    font-size: 16px;
    color: #707070;
    line-height: 30px;
    margin-bottom: 5px;
}

ul.list-unstyled li.disable {
    color: #d8d6d6;
}

.price-main-info h5.card-title {
    font-size: 30px;
    color: #060606;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 8px;
}

.price-inner.card h4 {
    text-align: center;
    color: #060606;
    font-size: 21px;
}

.price-main-info.card {
    border-radius: 0;
    border: none;
    background: none;
}

.price-inner.card.box-shadow:hover,
.price-inner.card.box-shadow.active {
    background: #fbfbfb;
    transition: all .3s;
}

.price-read-more {
    margin-bottom: 1.5rem;
    padding-top: 0.5rem;
    text-align: center;
}

.price-read-more .price-btn-style {
    text-decoration: none;
    display: inline-block;
    padding: 10px 27px;
    text-transform: uppercase;
    letter-spacing: .45px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    border-radius: 0;
    margin-top: 20px;
    text-transform: capitalize;
    transition: all 300ms linear 0s;
    background-color: #4cb0d4;
    text-align: center;
    transition-duration: 0.3s;
    border: 2px solid #4cb0d4;
    border-radius: 4px;
}

.price-read-more .price-btn-style:hover {
    background-color: transparent;
    color: #d73041;
    border: 2px solid #d73041;
}

@media (max-width: 1080px) {
    .price-main-info .card-body {
        padding: 3.5em 2em;
    }
}

@media (max-width: 768px) {
    .price-main-info h5.card-title {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .price-main-info h5.card-title {
        font-size: 25px;
    }
    .pricing-card-title span {
        font-size: 18px;
    }
    .price-main-info .card-body {
        padding: 2.5em 3em;
    }
    ul.list-unstyled li {
        font-size: 16px;
    }
}

@media (max-width: 410px) {
    .price-inner.card h4 {
        font-size: 19px;
    }
    .price-main-info h5.card-title {
        font-size: 19px;
    }
    .price-read-more .price-btn-style {
        padding: 7px 24px;
        font-size: 15px;
    }
}


/*..........End Price..........*/


/*..........Blog..........*/

.blog-containe {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.blog-containe .heading-blog {
    font-size: 37px;
    line-height: 40px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1rem;
    color: #000;
    text-transform: capitalize;
    padding-left: 1rem;
    border-left: 8px solid #d73041;
}

.container .box-container {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px;
    width: 100%;
}

.container .box-container .blo-box {
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 8px;
}

.container .box-container .blo-box .image {
    position: relative;
    height: 188px;
    margin-bottom: 30px;
    overflow: hidden;
}

.container .box-container .blo-box img {
    width: 100%;
    padding: 0;
    z-index: 1;
    transition: all .6s ease-in-out;
}

.container .box-container .blo-box a {
    text-decoration: none;
    color: #071230;
    font-size: 21px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.container .box-container .blo-box .box-padding {
    padding: 0px 30px;
}

.container .box-container .blo-box .m-date {
    margin-top: 20px;
}

.container .box-container .blo-box .m-date a {
    padding: 0px;
    text-decoration: none;
    color: #646a7a;
    font-size: 14px;
    font-weight: normal;
    transition: all .3s ease-in-out;
}

.container .box-container .blo-box .m-date span {
    margin: 0px 5px;
    padding: 0px;
    text-decoration: none;
    color: #d4d7de;
    font-size: 14px;
    font-weight: normal;
}

.container .box-container .blo-box .m-date i {
    margin-right: 10px;
    text-decoration: none;
    color: #d73041;
    font-size: 14px;
    font-weight: normal;
    transition: all .3s ease-in-out;
}

.container .box-container .blo-box a:hover {
    color: #d73041;
}

.container .box-container .blo-box a:hover i {
    color: #d73041;
}

.container .box-container .blo-box p {
    line-height: 25px;
    margin-top: 20px;
    color: #646a7a;
    font-size: 18px;
    font-weight: 200;
}

.container .box-container .blo-box .btn {
    text-decoration: none;
    display: inline-block;
    padding: 10px 27px;
    text-transform: uppercase;
    letter-spacing: .45px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
    transition: all .3s linear;
    background-color: #4cb0d4;
    text-align: center;
    transition-duration: 0.3s;
    border: 2px solid #4cb0d4;
    border-radius: 4px;
}

.container .box-container .blo-box a {
    text-decoration: none;
}

.container .box-container .blo-box .btn:hover {
    background-color: transparent;
    color: #d73041;
    border: 2px solid #d73041;
}

.container .box-container .blo-box .btn:hover i {
    color: #d73041;
}

.container .box-container .blo-box:hover .image img {
    transform: scale(1.03);
}

.box-btn-view-all {
    width: 196px;
    margin: 15px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* background-color: #23374d; */
}

.btn-view-all {
    text-decoration: none;
    display: inline-block;
    padding: 10px 27px;
    text-transform: uppercase;
    letter-spacing: .45px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
    transition: all 300ms linear 0s;
    background-color: #d73041;
    text-align: center;
    transition-duration: 0.3s;
    border: 2px solid #d73041;
    border-radius: 4px;
}

.btn-view-all:hover {
    background-color: transparent;
    background-color: #4cb0d4;
    border: 2px solid #4cb0d4;
}

@media (max-width: 768px) {
    .blog-containe .heading-blog {
        font-size: 32px;
        line-height: 35px;
    }
}

@media (max-width: 480px) {
    .blog-containe .heading-blog {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (max-width: 410px) {
    .blog-containe .heading-blog {
        font-size: 24px;
        line-height: 35px;
    }
    .container .box-container .blo-box a {
        font-size: 19px;
    }
    .container .box-container .blo-box .btn {
        padding: 7px 24px;
        font-size: 15px;
    }
    .btn-view-all {
        padding: 7px 24px;
        font-size: 15px;
    }
}


/*..........End Blog..........*/


/*..........App side..........*/

.app-container {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.app-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin: 0px auto;
    align-items: center;
}

.content-photo-grids {
    align-items: center;
}

.app-content .app-article {
    padding: 0px;
}

.photo-6-inf-right {
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 3rem;
    margin-bottom: 0;
    margin-bottom: 1.5rem;
}

.photo-6-inf-right .blog-sub-title {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px 0px;
    color: #66B2FF;
    text-transform: uppercase;
}

@media (max-width: 410px) {
    .photo-6-inf-right .blog-sub-title {
        font-size: 14px;
    }
}

h3.app-hny-title {
    font-size: 35px;
    line-height: 46px;
    color: #101923;
    text-transform: capitalize;
    font-weight: 700;
}

@media (max-width: 768px) {
    h3.app-hny-title {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 480px) {
    h3.app-hny-title {
        font-size: 27px;
        line-height: 30px;
    }
}

@media (max-width: 410px) {
    h3.app-hny-title {
        font-size: 22px;
        line-height: 30px;
    }
    .app-margin-top {
        font-size: 15px;
    }
}

.app-margin-top {
    margin-top: 1rem;
}

.servehny-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 30px 0 30px 0;
}

.servehny-1 a.ser1 {
    display: block;
    font-size: 15px;
    color: #23374d;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.servehny-1 a.ser1:hover {
    color: #66B2FF;
    transition: 0.3s ease;
}

.servehny-1 a.ser1 span.fa {
    color: #66B2FF;
    margin-right: 6px;
}

.read-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.read-buttons a.sub-btn {
    min-width: 130px;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    padding: 10px 27px;
    border-radius: 4px;
    transition: 0.3s ease;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
    background: #23374d;
    border: 1px solid #23374d;
    color: #fff;
}

.read-buttons a.sub-btn:hover {
    border: 1px solid #66B2FF;
    color: #fff;
    background: #66B2FF;
}

@media all and (max-width:800px) {
    .servehny-1 a.ser1 {
        font-size: 15px;
    }
}

@media all and (max-width:667px) {
    .servehny-1 {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .read-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 10px;
        max-width: 380px;
    }
}

@media all and (max-width:600px) {
    .read-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 10px;
        max-width: 350px;
    }
}

@media all and (max-width:375px) {
    .read-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 10px;
        max-width: 350px;
    }
}

.sub-btn-margin-right {
    margin-right: 0.5rem
}

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

.app-image-section {
    width: 100%;
}

.app-image-section img {
    width: 100%;
    height: auto;
    align-items: center;
    border-radius: 8px;
}

@media screen and (max-width:1000px) {
    .app-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .app-article {
        text-align: center;
    }
    .app-content .app-article {
        padding: 25px 25px;
    }
}

@media all and (max-width: 992px) {
    .content-photo-grids {
        align-items: center;
    }
}

@media (max-width: 410px) {
    .read-buttons a.sub-btn {
        padding: 7px 24px;
        font-size: 15px;
    }
}


/*..........End App Side..........*/
