:root {
    --background-color: #ffffff;
    --default-color: #555555;
    --heading-color: #364146;
    --accent-color: #009cea;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
}

:root {
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat";
    font-weight: normal;
    font-style: normal;
    color: #5E678C;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}


a:hover {
    color: #3E54FF;
}

a {
    transition: all 0.3s ease-out 0s;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0px;
    color: #03044d;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: 0px;
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.error {
    color: orangered;
}

.success {
    color: 082160;
}

.scroll-top {
    width: 45px;
    height: 45px;
    background: #082160;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    text-align: center;
    line-height: 45px;
}

.scroll-top:hover {
    color: #fff;
    background: #234821;
}

@keyframes animation1 {
    0% {
        transform: translateY(30px);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(30px);
    }
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
}

.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #3E54FF;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

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

@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

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

.page-title {
    color:#03044d;
    background-color: var(--background-color);
    padding: 20px 0;
    position: relative;
}


/*======================================
        01. Start Header CSS
========================================*/
/* Topbar */
.header .toolbar-area {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.header .toolbar-area .toolbar-contact {
    margin-top: 8px;
}

.header .toolbar-area .toolbar-contact p {
    display: inline-block;
    margin-right: 8px !important;
    margin-top: 2px;
    margin: 0;
    text-align: center;
    line-height: 0;
    font-size: 14px;
    color: #aaa;
}

.header .toolbar-area .toolbar-contact p:last-child {
    margin-right: 0px !important;
}

.header .toolbar-area .toolbar-contact p a {
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    margin-right: 7px;
}

.header .toolbar-area .toolbar-contact p i {
    display: inline-block;
    margin-right: 6px;
    color: #3E54FF;
    font-size: 15px;
}

.header .toolbar-area .toolbar-contact p a:hover {
    color: #4d6de6;
}

.header .toolbar-area .toolbar-contact ul li p {
    margin: 0;
    float: right;
    font-size: 13px;
    margin-top: 8px;
    font-weight: 500;
    line-height: 18px;
    color: #777;
}



.header .toolbar-area .toolbar-sl-share ul {
    float: right;
}

.header .toolbar-area .toolbar-sl-share ul li {
    margin: 0;
    text-align: center;
    display: inline-block;
    height: 40px;
    margin-right: 5px;
}

.header .toolbar-area .toolbar-sl-share ul li:last-child {
    margin-right: 0;
}

.header .toolbar-area .toolbar-sl-share ul li a {
    color: #aaa;
    height: 35px;
    width: 35px;
    text-align: center;
    display: block;
    border: 1px solid #eee;
    line-height: 35px;
    text-align: center;
}

.header .toolbar-area .toolbar-sl-share ul li a i {
    font-size: inherit;
}

.header .toolbar-area .toolbar-sl-share ul li a:hover {
    color: #4d6de6;
}

.header .button .btn {
    padding: 9px 30px;
}

.header .button {
    margin-left: 40px;
}

/*===== NAVBAR =====*/
.navbar-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
    padding: 0;
}

.navbar-area.header-3 {
    background: #fff;
}

.navbar-area.sticky {
    position: fixed;
    z-index: 99;
    background: #3E54FF;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-out 0s;
    background: #fff;
    padding: 0px 0;
}

.navbar-area.sticky .toolbar-area {
    display: none;
}

.header {
    background-color: #fff;
}

.navbar {
    padding: 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 240px;
}

.navbar-toggler {
    padding: 0px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 165% !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 350px;
        overflow-y: scroll;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 165% !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 350px;
        overflow-y: scroll;
    }
}

.navbar-nav .nav-item {
    position: relative;
    z-index: 1;
}

.navbar-nav .nav-item:hover a {
    color: #082160;
}

.navbar-nav .nav-item a {
    font-size: 16px;
    color: #051441;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 32px 15px;
    display: inline-flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    font-family: "Montserrat";
    color: #333;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a {
        padding: 32px 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item a {
        color: #051441;
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }

    .nav-inner {
        padding: 25px 0;
    }
}

.navbar-nav .nav-item a.active {
    color: #0072e4;
}

.navbar-nav .nav-item a.dd-menu {
    padding-right: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu {
        padding-right: 30px;
    }
}

.navbar-nav .nav-item a.dd-menu::after {
    content: "\ea58";
    font: normal normal normal 1em/1 "LineIcons";
    position: absolute;
    right: 17px;
    font-size: 10px;
    top: 50%;
    margin-left: 5px;
    margin-top: 0px;
    transition: all 0.3s ease-out 0s;
    height: 10px;
    margin-top: -5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu::after {
        right: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item a.dd-menu::after {
        top: 16px;
        right: 0;
        transform: rotate(180deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item a.collapsed::after {
        transform: rotate(0deg);
    }
}

.navbar-nav .nav-item:hover>.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar-nav .nav-item:hover>.sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.navbar-nav .nav-item .sub-menu {
    min-width: 220px;
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100% !important;
    left: -8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    padding: 10px;
}

.navbar-nav .nav-item .sub-menu.left-menu {
    left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        margin:0;
    }

    .navbar-nav .nav-item .sub-menu::after {
        display: none;
    }
}

.navbar-nav .nav-item .sub-menu>li {
    display: block;
    margin-left: 0;
}

.navbar-nav .nav-item .sub-menu>li:last-child {
    border: none;
}

.navbar-nav .nav-item .sub-menu>li.active>a,
.navbar-nav .nav-item .sub-menu>li:hover>a {
    color: #3E54FF;
}

.navbar-nav .nav-item .sub-menu>li>a {
    font-weight: 400;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #222;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    font-weight: 400;
}

.navbar-nav .nav-item .sub-menu>li:first-child a {
    border: none;
}

.navbar-nav .nav-item .sub-menu>li>a:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #3E54FF;
}

/*======================================
   End Header CSS
========================================*/

/*======================================
   02. Hero Area CSS
========================================*/
.hero-slider {
    position: relative;
    background: #3e54ff08;

}

.hero-slider .single-slider {
    height: 720px;
    background-size: cover;
    background-position: center;
    position: relative;
    box-shadow: inset 0 0 0 2000px rgba(10, 42, 22, 0.691);
    background-image: url(../img/header.webp);

}

.hero-slider .single-slider::before {
    position: absolute;
    content: "";
    right: 0;
    width: 50%;
    background-image: url();
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    border-radius: 0;
}

.hero-slider .hero-text {
    float: none;
    margin-top: 150px;
}

.hero-slider .hero-text .small-title {
    color: #fff;
    background: #3E54FF;
    font-size: 15px;
    padding: 5px 18px;
    display: inline-block;
    margin-bottom: 15px;
}

.hero-slider .hero-text h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: "Montserrat";
}

.hero-slider .hero-text h1 span {
    font-weight: 300;
}

.hero-slider .hero-text p {
    color: #ffffff;
    font-size: 16px;
    font-family: "Montserrat";
    text-align: justify;
}

.hero-slider .hero-text .button {
    margin-top: 35px;
}

.hero-slider .hero-text .button .btn {
    color: #ffffff;
    background: transparent;
    border: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid transparent;
    border: 2px solid #ffffff;
}

.hero-slider .hero-text .button .btn {
    margin-right: 10px;
}

.hero-slider .hero-text .button .btn .dir-part {
    background-color: #082160;
}

.hero-slider .hero-text .button .btn:hover {
    border-color: #082160;
    color: #fff;
}

.hero-slider .hero-text .button .btn:last-child {
    margin-right: 0px;
}

.hero-slider .hero-image {
    margin-top: 175px;
}


/* Slider Dots*/
.hero-slider .home-slider {
    position: relative;
}

.hero-slider .tns-nav {
    background: #082160;
    display: inline-block;
    padding: 8px 20px 8px 20px;
    border-radius: 3px;
    position: absolute;
    left: -30px;
    top: 260px;
    transform: rotate(90deg);
    border-radius: 12px 12px 0px 0;
    z-index: 9;
}

.hero-slider .tns-nav button {
    width: 10px;
    height: 10px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    background: #fff;
    display: inline-block;
    border: none;
    margin-right: 9px;
    border-radius: 30px;
}

.hero-slider .tns-nav button:last-child {
    margin: 0;
}

.hero-slider .tns-nav button.tns-nav-active {
    width: 20px;
}

/*=========================
   End Hero Area CSS
===========================*/


/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-item {
    background-color: var(--surface-color);
    display: flex;
    align-items: center;
    padding: 20px;
    transition: 0.3s;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    position: relative;
}

.features .features-item i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 0;
}

.features .features-item h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
}

.features .features-item h3 a {
    color: var(--heading-color);
    transition: 0.3s;
}

.features .features-item:hover {
    border-color: var(--accent-color);
}

.features .features-item:hover h3 a {
    color: var(--accent-color);
}


:root {
    --color-1: #f68121;
    --color-2: #ed1c24;
    --color-3: #582c8b;
    --color-4: #0166b4;
    --color-5: #680c0c;
    --color-6: #220235;
    --color-7: #f50087;
    --color-8: #5a2d03;
}
.page-wrapper {
    padding: 20px 0;
}
.infographic-cards {
    width: 100%;
    position: relative;
    display: flex;
    gap: 5%;
    justify-content: center;
    padding-left: 0;
}
.infographic-cards li {
    list-style: none;
    width: calc(100% / 5);
    height: 200px;
    padding: 20px 20px;
    background: #eee;
    position: relative;
    background-image: linear-gradient(to bottom right, #e9eaecda, #ffffff);
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
    box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 10px;
}
.infographic-cards li h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.infographic-cards li h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.infographic-cards li.color-1 {
    border: 5px solid var(--color-1);
}

.infographic-cards li.color-2 {
    border: 5px solid var(--color-2);
}

.infographic-cards li.color-3 {
    border: 5px solid var(--color-3);
}

.infographic-cards li.color-4 {
    border: 5px solid var(--color-4);
}

.infographic-cards li.color-5 {
    border: 5px solid var(--color-5);
}

.infographic-cards li.color-6 {
    border: 5px solid var(--color-6);
}

.infographic-cards li.color-7 {
    border: 5px solid var(--color-7);
}

.infographic-cards li.color-8 {
    border: 5px solid var(--color-8);
}

.infographic-cards li i {
    font-size: 25px;
    margin-bottom: 15px;
}
.infographic-cards li.color-1 i {
    color: var(--color-1);
}

.infographic-cards li.color-2 i {
    color: var(--color-2);
}

.infographic-cards li.color-3 i {
    color: var(--color-3);
}

.infographic-cards li.color-4 i {
    color: var(--color-4);
}
.infographic-cards li.color-5 i {
    color: var(--color-5);
}

.infographic-cards li.color-6 i {
    color: var(--color-6);
}

.infographic-cards li.color-7 i {
    color: var(--color-7);
}

.infographic-cards li.color-8 i {
    color: var(--color-8);
}


.number-box {
    position: absolute;
    bottom: 0;
    padding: 15px;
    font-size: 20px;
    border-radius: 50px 50px 0 0;
    width: 60px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: inset 0.25em 0.25em 0.25em rgba(0, 0, 0, 0.2),
        0em 0.05em rgba(255, 255, 255, 0);
    font-weight: 700;
    color: #fff;
}
.infographic-cards li.color-1 .number-box {
    background: var(--color-1);
}

.infographic-cards li.color-2 .number-box {
    background: var(--color-2);
}

.infographic-cards li.color-3 .number-box {
    background: var(--color-3);
}

.infographic-cards li.color-4 .number-box {
    background: var(--color-4);
}
.infographic-cards li.color-5 .number-box {
    background: var(--color-5);
}

.infographic-cards li.color-6 .number-box {
    background: var(--color-6);
}

.infographic-cards li.color-7 .number-box {
    background: var(--color-7);
}

.infographic-cards li.color-8 .number-box {
    background: var(--color-8);
}
@media screen and (max-width: 991px) {
    .infographic-cards {
        flex-wrap: wrap;
    }
    .infographic-cards li {
        flex: 0 0 auto;
        width: calc(100% / 2.5);
    }
}
@media screen and (max-width: 578px) {
    .infographic-cards li {
        width: calc(100% / 1);
    }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content {
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
    padding: 40px;
}

.about .content h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--accent-color);
    text-transform: uppercase;
}

.about .content h2 {
    font-size: 25px;
    line-height: 10px;
    font-weight: 700;
    font-family:"Montserrat" ;
    color:#030238;
}

.about .content p {
    margin: 15px 0 30px 0;
    line-height: 24px;
}

.about .content .btn-read-more {
    color: var(--contrast-color);
    background: var(--accent-color);
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}

.about .content .btn-read-more span {
    font-family: var(--default-font);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.about .content .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.about .content .btn-read-more:hover i {
    transform: translateX(5px);
}



/*=============================
        End Features CSS
===============================*/


/*=============================
        04. Start Services CSS
===============================*/
.services1 {
    background: #F9FAFF;
    padding-bottom: 85px;
}

.services1 .section-title {
    margin-bottom: 10px;

}
.services1 .section-title h2 {
    font-size: 25px;
    line-height: 10px;
    font-weight: 700;
    font-family:"Montserrat" ;
    color:#030238;
}
.services1 .section-title h5 {
    font-size: 20px;
    font-weight: 700;
    font-family:"Montserrat" ;
    color:#050363;
    margin-bottom: 0;
}




/*=============================
  End Service CSS
===============================*/

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
    background-color: var(--surface-color);
    box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--background-color);
    padding: 60px 40px;
    height: 100%;
    border-radius: 5px;
}

.pricing .section-title h2 {
    font-size: 25px;
    font-weight: 700;
    font-family:"Montserrat" ;
    color:#030238;
    padding-top:20px;
    line-height: 5px;
}
.pricing h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 25px;
    font-family:"Montserrat" ;
}


.pricing ul {
    padding: 5px 0;
    list-style: none;
    color: color-mix(in srgb, #051441);
    text-align: justify;
    line-height: 30px;
    font-family:"Montserrat" ;
    font-size: 18px;
    font-weight: 500;
}

.pricing ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.pricing ul i {
    color: #059652;
    font-size: 24px;
    padding-right: 3px;
}

.pricing ul .na {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing ul .na i {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .buy-btn {
    color: var(--accent-color);
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 50px;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--heading-font);
    transition: 0.3s;
    border: 1px solid var(--accent-color);
}

.pricing .buy-btn:hover {
    background: var(--accent-color);
    color: var(--contrast-color);
}

.pricing .featured {
    border-top-color: var(--accent-color);
}

.pricing .featured .buy-btn {
    background: var(--accent-color);
    color: var(--contrast-color);
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}



/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .swiper {
    padding: 10px 0;
  }
  
  .clients .swiper-wrapper {
    height: auto;
  }
  
  .clients .swiper-slide img {
    transition: 0.3s;
  }
  
  .clients .swiper-slide img:hover {
    transform: scale(1.1);
  }
  
  /*--------------------------------------------------------------
  # Stats Section
  --------------------------------------------------------------*/
  .stats .stats-item {
    padding: 10px;
   
  }
  .stats .section-title h2 {
    font-size: 25px;
    font-weight: 700;
    font-family:"Montserrat" ;
    color:#030238;
    padding-top:20px;
    line-height: 5px;
}

  .stats .stats-item i {
    font-size: 44px;
    color: var(--accent-color);
    line-height: 0;
    margin-right: 15px;
  }
  
  .stats .stats-item .purecounter {
    color: var(--heading-color);
    font-size: 40px;
    display: block;
    font-weight: 700;
    line-height: 40px;
  }
  
  .stats .stats-item p {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    padding: 15px 0 0 0;
    margin: 0;
    font-family: var(--heading-font);
    font-size: 14px;
  }


  
.newsletter {
    background-image: url('../img/pattern.png');
    background-color: #3E54FF;
}

.newsletter .subscribe-text h6 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}

.newsletter .subscribe-text p {
    font-size: 14px;
    color: #fff;
}

.newsletter .subscribe-form {
    position: relative;
}

.newsletter .common-input {
    height: 60px;
    width: 350px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    padding: 0px 30px;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
    border: 2px solid #eee;
    color: #fff !important;
}

.newsletter .subscribe-form input {
    opacity: 1;
    color: #fff !important;
}

.newsletter .subscribe-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.newsletter .subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.newsletter .button {
    display: inline-block;
}

.newsletter .button button {
    height: 60px;
    background: #fff;
    color: #333;
    position: relative;
    top: -1px;
    margin-left: 10px;
}

.newsletter .button button .dir-part {
    background-color: #3E54FF;
}

.newsletter .button button:hover {
    border-color: #fff !important;
    color: #fff;
}

/*======================================
        End Newsletter CSS
========================================*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
    background-color: #041a2b;
    padding-top: 50px;
    padding-bottom:30px;
    color: white;
}

.footer .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
}

.footer .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Montserrat";
}



.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid white;
    font-size: 21px;
    color: white;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
}

.footer h4 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    font-family: var(--font-primary);
}

.footer .footer-links {
    margin-bottom: 30px;
}

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

.footer .footer-links ul i {
    padding-right: 2px;
    color: rgba(0, 131, 116, 0.8);
    font-size: 12px;
    line-height: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-links ul a:hover {
    color: #fff;
}

.footer .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    text-align: center;
    font-family: 18px;
    font-weight: 450;
    font-family: "Montserrat";
}

.footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
    font-family: "Montserrat";
}

.footer .credits a {
    color: #fff;
}


/*======================================
        End Footer	CSS
========================================*/


.free-version-banner {
    position: relative;
    background: #082160f0;
    background-image: url('../img/pattern.png');
}

.free-version-banner .section-title span {
    margin-bottom: 15px;
    background-color: #fff;
    color: #3e54ff !important;
}

.free-version-banner .section-title h2 {
    font-size: 25px;
    font-weight: 700;
    font-family:"Montserrat" ;
    color:#ffffff;
    padding-top:20px;
    line-height: 5px;
    text-align: center;
}



.free-version-banner .button {
    z-index: 5;
    float: right;
}

.free-version-banner .button .btn {
    background-color: #fff;
    color: #3e54ff;
}

.free-version-banner .button .btn:hover {
    color: #fff;
}

.free-version-banner .button .btn .dir-part {
    background-color: #333;
}


.container1{
    padding: 0 30px;
}

.ticket-form{
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.395);
    border-radius: 2px;
}

.tabs .nav-tabs {
    border: 0;
}

.tabs .nav-link {
    border: 1px solid #b9b9b9;
    transition: 0.3s;
    color: #06BBCC;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius:1px;
}

.tabs .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}

.tabs .nav-link h4 {
    font-size: 18px;
    font-weight: 630;
    margin: 0;
}


.tabs .nav-link:hover {
    color: white;
    background-color:#082160;
}

.tabs .nav-link.active {
    background: #082160;
    color: #fff;

}
.tabs .btn-primary{
    background:#2dc1ee;
    border-color:#ffffff;
    color:black;
}

@media (max-width: 768px) {
    .tabs .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px;
    }
    .tabs .nav-link h4 {
        font-size: 18px;
        font-weight: 630;
        margin: 0;
        font-family: var(--font-primary);
    }

}

@media (max-width: 575px) {
    .tabs .nav-link {
        padding: 15px;
    }
    .tabs .nav-item{
        width: 500px;
        padding-top: 5px;
    }

    .tabs .nav-link i {
        font-size: 24px;
    }
}

.tabs .tab-content {
    margin-top: 30px;
}

.tabs .tab-pane h6 {
    font-weight: 600;
    font-size: 18px;
}

.tabs .tab-pane ul {
    list-style: none;
    padding: 0;
    text-align: left;
    align-items: center;
}


.tabs .tab-pane p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.services {
    background-color: rgb(238, 238, 238);
    padding-top: 50px;
    padding-bottom: 50px;
}

.services .section-title h2 {
    font-size: 25px;
    font-weight: 700;
    font-family:"Montserrat" ;
    color:#030238;
    padding-top:20px;
    line-height: 5px;
}

.services .service-card {
    height: 100%;
    padding: 20px;
    background: var(--surface-color);
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    margin-top: 5px;
}

.services .service-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.services .service-card:hover .icon {
    background: var(--accent-color);
    color: var(--contrast-color);
}

.services .service-card:hover .read-more {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.services .service-card .icon {
    width: 60px;
    height: 60px;
    margin-right: 30px;
    background: color-mix(in srgb, var(--accent-color), transparent 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--accent-color);
    font-size: 28px;
    transition: all 0.3s ease;
    line-height: 1;
}

.services .service-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.services .service-card p {

    color: color-mix(in srgb, var(--default-color));
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.services .service-card .read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-color);
    font-weight: 500;
    transition: all 0.3s ease;
}

.services .service-card .read-more i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.services .service-card .read-more:hover i {
    transform: translateX(5px);
}

table.tableizer-table {
    font-size: 18px;
    border: 1px solid #CCC;
    font-family:"Montserrat" ;
    padding: 20px;
    color: #fff;
}
.tableizer-table td {
    padding: 4px;
    margin: 3px;
    border: 1px solid #CCC;
}
.tableizer-table th {
    background-color: #ffffff;
    color: #0c0238;
    font-size: 20px;
    font-weight: 600;
}


/* Accordion CSS for white dropdown */
.accordion {
    background: white;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    font-weight: 700;
    margin: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

.accordionDrop {
    padding: 0px 30px;
}

::-webkit-details-marker {
    display: none;
}

.faq .section-title h2 {
    font-size: 25px;
    font-weight: 700;
    font-family:"Montserrat" ;
    color:#030238;
    padding-top:20px;
    line-height: 5px;
}
.faq {
    margin: auto;
    padding: 10px;
    text-align: center;
  }
  
.faq ul {
    text-align: left;
  }
  .transition, p, ul li i:before, ul li i:after {
    transition: all 0.3s;
  }
  
.faq .no-select, .faq h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
  }
  
.faq h1 {
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
  }
  
.faq h2 {
    color: #cc071e;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
    padding: 15px 15px 0;
    text-transform: none;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: .2s;
  }
  
.faq p {
    color: #333;
    
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    line-height: 2;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 50px 0 15px;
    transition: .3s opacity, .6s max-height;
    hyphens: auto;
    z-index: 2;
  }
  
  .faq ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
  }
  .faq ul li {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
     background: #fff;
    box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
    -webkit-tap-highlight-color: transparent;
  }
  .faq ul li + li {
    margin-top: 15px;
  }
  .faq ul li:last-of-type {
    padding-bottom: 0;
  }
  .faq ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 28px;
    right: 15px;
  }
  .faq ul li i:before, ul li i:after {
    content: "";
    position: absolute;
    background-color: #cc071e;
    width: 3px;
    height: 9px;
  }
  .faq ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
  }
  .faq ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
  }
  .faq ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation;
  }
  .faq ul li input[type=checkbox]:checked ~ h2 {
    color: #000;
  }
  .faq ul li input[type=checkbox]:checked ~ p {
    /*margin-top: 0;*/
    max-height: 0;
    transition: .3s;
    opacity: 0;
    /*transform: translate(0, 50%);*/
  }
  .faq ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
  }
  .faq ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
  }
  
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html, body {
    height: 100%;
  }
  
  a,
  a:visited,
  a:focus,
  a:active,
  a:link {
    text-decoration: none;
    outline: 0;
  }
  
  a {
    color: currentColor;
    transition: .2s ease-in-out;
  }
  
  h1, h2, h3, h4 {
    margin: .3em 0;
  }
  
  ul {
    padding: 0;
    list-style: none;
  }
  


/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
    padding: 10px;
    
  }
  
  .stats .stats-item i {
    font-size: 44px;
    color: var(--accent-color);
    line-height: 0;
    margin-right: 15px;
  }
  
  .stats .stats-item .purecounter {
    color: var(--heading-color);
    font-size: 40px;
    display: block;
    font-weight: 700;
    line-height: 40px;
  }
  
  .stats .stats-item p {
    color: #041a2b;
    padding: 10px;
    margin: 0;
    font-family: var(--heading-font);
    font-size: 20px;
    text-align:left;
  }

  
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
    background: #ffffff75;
}

.testimonials .testimonial-wrap {
    padding-left: 10px;
  }


  
  .testimonials .testimonial-item {
    box-sizing: content-box;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 30px 10px;
    
    position: relative;

    border-radius: 10px;
  }
  
  
  .testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    margin-right: 15px;
  }
  
  .testimonials .testimonial-item .post-img {
 
    overflow: hidden;
  }
  
  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
  }
  .testimonials .testimonial-item .title{
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .testimonials .testimonial-item p{
    text-align: justify;
    font-family: var(--font-primary);
    font-weight: 450;
    font-size: 14px;
  }
  
  .testimonials .testimonial-item .stars {
    margin: 10px 0;
  }
  
  .testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
  }
  
  .testimonials .testimonial-item .quote-icon-left,
  .testimonials .testimonial-item .quote-icon-right {
    color: #009d8b;
    font-size: 26px;
    line-height: 0;
  }
  
  .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
  }
  
  .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
  }
  
  
  .testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #318225;
  }
  
  @media (max-width: 767px) {
    .testimonials .testimonial-wrap {
      padding-left: 0;
    }
  
    .testimonials .testimonial-item {
      padding-top: 30px;
      padding-left: 30px;
      padding-right: 30px;
      margin: 15px;
    }
  
    .testimonials .testimonial-item .testimonial-img {
      position: static;
      left: auto;
    }
  }
  /*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
    margin-top: 40px;
}

.contact .info-item i {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact .info-item h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.contact .php-email-form {
    height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
    color: var(--contrast-color);
    background: var(--accent-color);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
}
