@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;700&display=swap');

/* font-family: 'Open Sans', sans-serif; */

/* font-family: 'Kanit', sans-serif; */

.container {
    max-width: 75% !important;
}

.cc-container {
    max-width: 85%;
    margin: 0 auto;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.top-head {
    position: relative;
    padding: 12px 0;
    color: #fff;
    background-color: #0353A4;
}

.top-head p {
    font-size: 15px;
}

.top-head-btn {
    top: 10px;
    right: 12px;
    position: absolute;
}

.top-head-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    font-size: 700;
    margin-left: 15px;
}

/*Header Start*/

.logo {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #0353A4 !important;
}

.nav-bg {
    background-color: #0353A405;
}

.logo img {
    width: 35%;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.backdrop {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(5px);
    background-color: #fff;
    box-shadow: 8px 5px 10px 0px #f9f9f9;
}


header ul li {
    margin-right: 20px;
}

header ul li:last-child {
    margin-right: 0px;
}

.page {
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #061A40 !important;
    position: relative;
}


.page::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 2px;
    background-color: #0353A4;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s;
}

.page::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 2px;
    background-color: #0353A4;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s;
}

.page:hover {
    color: #0353A4 !important;
}

.page:hover::after {
    width: 70px;
}

.page:hover::before {
    width: 70px;
}


.sing-up-btn {
    padding: 1px 17px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #0353A4 !important;
    background-color: transparent;
    border: 1.5px solid #0353A4;
    border-radius: 30px;
    transition: 0.3s;
}

.sing-up-btn:hover {
    background-color: #0353A4;
    color: #fff !important;
    box-shadow: 0px 0px 19px 6px #0353a45b;
}

.contact-sales-btn {
    margin-left: 18px;
    padding: 2px 20px;
    text-decoration: none;
    background-color: #0353A4;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    border: 1.5px solid #0353A4;
    border-radius: 30px;
    transition: 0.3s;
}

.contact-sales-btn:hover {
    color: #fff;
    box-shadow: 0px 0px 19px 6px #0353a45b;
}


/*Header End*/

/* banner start  */
.banner {
    padding: 100px 0;
    min-height: 70vh;
    background-image: url(../images/banner.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-title {
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #0353A4;
    line-height: 52px;
}

.banner-desc {
    margin-bottom: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #003559;
    line-height: 32px;
}

.get-started-btn {
    padding: 9px 24px;
    text-decoration: none;
    background-color: transparent;
    color: #0353A4 !important;
    border: 1.5px solid #0353A4;
    border-radius: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
}

.get-started-btn:hover {
    background-color: #0353A4;
    color: #fff !important;
    box-shadow: 0px 0px 19px 6px #0353a45b;
}

.banner-contact-sales {
    padding: 8px 24px;
}

/* banner ends  */

/*About Start*/

.about {
    padding: 90px 0;

}


.banner-right-col-wrapper h2 {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #006DAA !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-right-head {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 22px !important;
    color: #003559;
}

.about-right-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #061A40 !important;
}

/*About End*/

/*pricing start*/
.pricing {
    padding: 100px 0;
}

.single-price {
    padding: 30px 0;
    border: 2px solid #858585;
    border-radius: 8px;
}

.single-price .price-tag {
    font-size: 22px;
    font-weight: 700;
    color: #0353A4;
}

.single-price .price-sub {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.single-price .main-price {
    margin-top: 50px;
    font-size: 46px;
    font-weight: 700;
    color: #0353A4;
}

.single-price .bg-price {
    margin-top: -134px;
    font-size: 76px;
    font-weight: 700;
    color: #0353A429;
}

.single-price .price-pack {
    margin-top: 35px;
    color: #000;
}

.pricing-body p {
    color: #858585;
}

.price-mid-bg {
    background-color: transparent;
    background-image: linear-gradient(180deg, #0353A4 0%, #06192c 100%);
}

.single-price .price-tag-mid {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.single-price .price-sub-mid {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff9c;
}

.single-price .main-price-mid {
    margin-top: 50px;
    font-size: 46px;
    font-weight: 700;
    color: #fff;
}

.single-price .bg-price-mid {
    margin-top: -135px;
    font-size: 76px;
    font-weight: 700;
    color: #d0b7bd29;
}

.single-price .price-pack-mid {
    margin-top: 35px;
    color: #ffffff78;
}

.pricing-body-mid p {
    color: #fff;
}

/*pricing end*/

/* Feature Start  */

.feature {
    padding: 90px 0;
    background-color: #F7F7F7;
}

.title {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #0353A4 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #003559 !important;
}

.single-feature h2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #061a40;
}

.single-feature p {
    font-size: 16px;
    font-weight: 500;
    color: #003559;
}

.feature-img img {
    animation: bamedaneghura 1.1s linear 0s infinite alternate;
}

@keyframes bamedaneghura {
    0% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* Feature end  */



/* explore-product start  */
.explore-product {
    padding: 90px 0;
    background-image: url(../images/explore/ic_productstack-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.single-explore-product {
    min-height: 230px;
    background-color: #fff;
    position: relative;
    padding: 36px;
    box-shadow: 0 0 12px 4px #eff1fa;
    border: solid 1px #e8eaf1;
    position: relative;
    margin-bottom: 30px;
    border-radius: 7px;
}

.single-explore-bg-img img {
    position: absolute;
    top: 0;
    right: 0;
}

.single-explore-bg-img .contact-img {
    position: absolute;
    top: 20px;
    right: 10px;
}

.explore-left-border {
    margin-right: 10px;
    display: inline-block;
    background-color: #006daa;
    width: 5px;
    height: 20px;
}

.single-explore-title h3 {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #0353a4;
    letter-spacing: 1px;
    position: relative;
}

.single-explore-product h2 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    color: #0353a4;
}

.single-explore-product p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #006DAA;
}

.single-explore-product a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #003559;
}

/* explore-product end  */

/*Testimonial Start*/

.testimonial {
    padding: 85px 0 50px 0;
}

.carousel-control-prev,
.carousel-control-next {
    display: flex;
    align-items: self-end;
    bottom: 10%;

}


.carousel-control-prev {
    left: 76%;
}

.carousel-control-prev-icon {
    border: 1px solid #eff3f8 !important;
    border-radius: 50px;
    background-image: none;
}

.carousel-control-next-icon {
    border: 1px solid #eff3f8 !important;
    border-radius: 50px;
    background-image: none;
}

.carousel-control-prev-icon:hover {
    background-color: #eff3f8;
}

.carousel-control-next-icon:hover {
    background-color: #eff3f8;
}

.carousel-control-next-icon i {
    color: #573cf9;
    line-height: 32px;
}

.carousel-control-prev-icon i {
    color: #573cf9;
    line-height: 32px;
}

.divider-btn {
    height: 20px;
    width: 1px;
    background-color: #eff3f8;
    position: absolute;
    left: 88%;
    top: 82%;
}

.testi-info {
    float: left;
}

.testimonial h2 {
    font-size: 20px;
    font-weight: 500;
    color: #242f51;
}

.testimonial h3 {
    font-size: 18px;
    font-weight: 500;
    color: #242f51;
}

/*Testimonial End*/

/*Faq start*/

.faq {
    padding: 85px 0 50px 0;
}

.accordion-button:not(.collapsed) {
    background-color: #e7f1ff;
    box-shadow: none;
    color: #242f51;
    background-color: #f5f7fa;
}

.accordion-body {
    background-color: #f5f7fa;
    padding: 20px 50px 60px 50px;
}

.accordion-button {
    font-weight: 500;
    font-size: 20px;
    color: #242f51;
    background-color: #f5f7fa;
    padding-left: 50px;
}

.accordion-button:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.testimonial-subtitle {
    line-height: 30px !important;
}

/*Faq End*/
/* Two way to get start  */
.two-way-to-get {
    padding: 90px 0;
}

.two-way-to-get h1 {
    margin-bottom: 25px;
    font-family: 'Kanit', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0353A4;
    text-transform: capitalize;
}

.two-way-to-get p {
    margin-bottom: 46px;
    font-size: 16px;
    font-weight: 700;
    color: #006DAA;
    text-transform: capitalize;
}

/* Two way to get end  */

footer {
    background-color: #ddd;
    padding: 100px 0 80px 0;
    border-bottom: 1px solid rgb(202, 202, 202);
}

footer a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

footer .logo {
    text-transform: uppercase;
}

.footer-copy p {
    color: #000;
}

.footer-copy li {
    margin-left: 15px;
}

.footer-copy li:first-child {
    margin-left: 0;
}

.footer-copy {
    padding: 30px 0;
}

.footer-copy a {
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    color: #000 !important;
}

.footer-copy a:hover {
    color: #003559 !important;
    transform: scale(1.5);
}