body{
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #082041;
}
body.home{
    background-image: url(../images/intro2.jpg);
    
    background-size: cover;
    background-color: #032e50;
    background-repeat: no-repeat;
}
body.thankyou{
    background-image: url(../images/bgThankyou.jpg);
    background-position: top;
    background-size: cover;
}
h1,h2,h3,h4,h5,h6,p{
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #ffffff;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
h1{
    font-size: 34px;
}
label{
    font-family: "Plus Jakarta Sans", sans-serif;
    color: rgb(226 237 250 / 80%);
    font-size: 14px;
}
label span{
    color: #f44336;
    margin-left: 3px;
}
form input, form select, form textarea{
    margin-top: 0.5rem;
    height: 3rem;
    width: 100%;
    border-radius: 10px;
    border-width: 1px;
    color: #ffffff;
    border-color: #ffffff0d;
    background-color: initial;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-shadow: 0px 0px 12px 0px #88ecf03d inset;
    --tw-shadow-colored: inset 0px 0px 12px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
form input:focus, 
form select:focus, 
form textarea:focus{
    outline: none;
    border-color: #ffffff;
}

form textarea{
    height: 180px;
}
form button{
    cursor: pointer;
    background: none;
    color: rgb(255 255 255 / 80%);
    align-items: center;
    border-radius: 0.5rem;
    border: 1px solid #88ecf0;
    background-image: url(../images/arrow.svg), linear-gradient(180deg, #88ecf000, #88ecf052);
    background-size: 18%, cover;
    background-repeat: no-repeat;
    padding: 0.5rem 2rem 0.5rem 1.25rem;
    font-weight: 600;
    --tw-shadow: 0px 0px 12px 0px #88ecf03d inset;
    --tw-shadow-colored: inset 0px 0px 12px 0px var(--tw-shadow-color);
    box-shadow: var(0 0 #0000, 0 0 #0000), var(0 0 #0000, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    background-position: 90%;
    margin-top: 13px;
}

.btn1{
    text-decoration: none;
    padding: 13px 20px 14px;
    border-radius: 10px;
    color: rgb(255 255 255 / 80%);
    border:1px solid  #88ecf0;
    background-image: linear-gradient(180deg, #1b3250, #4c7588);
    font-weight: 600;
    --tw-shadow: 0px 0px 12px 0px #88ecf03d inset;
    --tw-shadow-colored: inset 0px 0px 12px 0px var(--tw-shadow-color);
    box-shadow: var(0 0 #0000, 0 0 #0000), var(0 0 #0000, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.fs34{
    font-size: 34px;
}
.fs18{
    font-size: 18px;
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.fs20{
    font-size: 20px;
}

/**
 * CUSTOM LI IMAGE
 */
.li1 {
    padding: 0 !important;
}
.li1 li{
    background: url(../images/li1.svg) no-repeat left 0;
    list-style: none;
    padding-left: 35px;
}

/**
 * SECTION SLIDER
 */
 /* LEFT */
.mainSlider{
    padding: 40px 0;
}
.mainSlider .cmzLeft h4{
    line-height: 35px;
}
.mainSlider .cmzLeft img{
    margin-bottom: 15px;
}
.mainSlider .cmzLeft p{
    color: #E2EDFA;
    font-size: 16px;
    color: rgb(226 237 250 / 80%);
}
ul{
    padding: 0 0 0 21px;
    margin: 0;
}
ul.style1 li{
    margin-bottom: 15px;
    opacity: 1;
    color: rgb(226 237 250 / 80%);
    width: 100% !important;
    list-style-type: square;
}
.mainSlider ul.style1 li{
    font-size: 16px;
}

.opacity08{
    color: rgb(226 237 250 / 80%);
}
.opacity1{
    opacity: 1 !important;
}

/* RIGHT */
.mainSlider .cmzRight h4{
    line-height: 35px;
    max-width: 340px;
}
form#formSlider .col-12 {
    margin-bottom: 13px;
}
form#formSlider {
    margin-top: 30px;
}
form#formSlider ::-ms-input-placeholder { /* Edge 12-18 */
    color: #ffffff;
    opacity: 0.5;
}
  
form#formSlider ::placeholder {
    color: #ffffff;
    opacity: 0.5;
}

form#formSlider {
    background-color: rgb(15 65 102 / 30%);
    padding: 30px;
    border-radius: 30px;
    border: 2px solid #226c8f;
}

/**
 * SECTION 02
 */
.section02{
    padding: 80px 0;
}
.section02 p{
    color: rgb(226 237 250 / 80%);
}
.section02 .item .wrapper{
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #074570;
    background: #053252;
}
.section02 .item .wrapper img{
    border-radius: 30px;
}

/**
 * SECTION 03
 */
.secion03{
    padding: 80px 0;
    border-top: 1px solid #1F5298;
    border-bottom: 1px solid #1F5298;
}

/**
 * SECTION 04
 */
 .section04{
    padding: 40px 0;
 }
.section04 h2{
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
}
.section04 .wrapper {
    display: inline-block;
    background: rgb(9 55 90 / 50%);
    padding: 10px 10px 10px 30px;
    border-radius: 15px;
    border: 1px solid rgb(255 255 255 / 12%);
}
.section04 .swiper-wrapper {
    width: 870px;
    margin: 0 auto 30px;
}
.section04 .testiIMG{
    width: 200px;
    float: left;
}
.section04 .testiIMG h4 {
    margin-bottom: 2px;
    font-size: 20px;
}
.section04 .testiIMG p {
    font-size: 14px;
}
.section04 .testiContent{
    display: inline-block;
    width: 590px;
    padding: 35px;
    margin-left: 13px;
    border-radius: 15px;
    background: rgb(255 255 255 / 3%);
    height: 100%;
}
.section04 .imgQuote{
    margin-bottom: 10px;
}
.section04 .testiContent span{
    color: rgb(226 237 250 / 80%);
    font-size: 14px;
}
.swiper-pagination-fraction {
    color: rgb(226 237 250 / 80%) !important;
}
.cmzNavigation {
    position: relative;
    width: 100px;
    margin: 0 auto;
    z-index: 99;
    display: block;
}
.cmzNavigation .navPrev {
    float: left;
    cursor: pointer;
}
.cmzNavigation .navPrev svg {
    transform: rotate(180deg);
}
.cmzNavigation .navNext {
    float: right;
    cursor: pointer;
}
.swiper-pagination {
    position: relative;
    top: 0px;
}

/**
 * SECTION FOOTER
 */
.sectionFooter{
    background-image: url(../images/footer.jpg);
    padding: 80px 0;
    background-size: cover;
}
.sectionFooter h2{
    margin-bottom: 15px;
    font-size: 50px;
}
.sectionFooter p{
    color: rgb(226 237 250 / 80%) !important;
    margin-bottom: 40px;
}
.sectionFooter p strong{
    opacity: 1;
}

/**
 * SECTION THANK YOU
 */
.sectionThankyou{
    padding: 40px 0;
}
.sectionThankyou h4{
    max-width: 730px;
    margin:0 auto;
    line-height: 35px;
}
.sectionThankyou .row3 p{
    color: rgb(226 237 250 / 80%);
    max-width: 700px;
    margin: 0 auto;
}
.sectionThankyou .row3 p a{
    E2EDFA
}

/**
 * SECTION 05
 */
 .section05{
    padding: 0 0 80px;
 }
 .section05 .wrapper {
    background-color: #053252;
    border: 1px solid #3b7baf;
    padding: 45px;
    border-radius: 30px;
}
.section05 .item{
    text-align: center;
}
.section05 .item h4{
    margin-bottom: 15px;
}
.section05 .item p{
    color: rgb(226 237 250 / 80%);
}
.section05 .item a{
    text-decoration: none;
    color: rgb(226 237 250 / 80%);
}
.section05 .item a:hover{
    opacity: 1;
}
.section05 .outWrapper {
    border: 1px solid #a3aeb7;
    border-radius: 30px;
    padding: 10px;
}

/**
 * SweetAlert2
 */
 html.swal2-shown {
    overflow: hidden !important;
}
body .swal2-container {
    z-index: 999999;
}
body .swal2-popup {
    padding: 20px 15px;
}
body .swal2-container.swal2-backdrop-show,
body .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, .7);
}
body .swal2-styled.swal2-confirm {
    background-color: #2C6AF4;
    box-shadow: none !important;
    outline: none !important;
}
body div.swal2-html-container {
    margin-top: 5px !important;
    font-size: 17px !important;
}
body h2#swal2-title p {
    font-size: 20px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 0;
    color: #000000;
}
body .swal2-actions {
    margin: 3px auto 0;
}
body .swal2-title {
    font-size: 23px;
    padding: 0;
    font-family: inherit;
}
body .swal2-title i.fa.fa-spinner.fa-pulse.fa-spin {
    font-size: 40px;
	margin-bottom: 10px;
}
body .swal2-icon {
    margin-top: 0;
}
div:where(.swal2-container) .swal2-html-container {
    margin-top: -6px !important;
}
.secion03 h2 {
    font-size: 24px;
}
.secion03 img {
    max-width: 300px;
}

/**
 * Loader
 */
 .cmzLoader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #082041;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    animation: spin 0.3s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/**
 * JEQUERY VALIDATION
 */
 label.error {
    color: #F44336;
    font-size: 12px;
    font-weight: 700;
    margin-top: -7px;
}

/**
 * CMZ TAB
 */
.cmzTab{
    margin-bottom: 0;
}
.cmzTab .nav-pills .nav-link.active, 
.cmzTab .nav-pills .show>.nav-link,
.cmzTab .nav-link {
    color: #ffffff;
    background-color: transparent;
}
.cmzTab ul li {
    width: 25%;
}
.cmzTab ul li button{
    width: 100%;
    border-radius: 0 !important;
    font-weight: 600;
    border-bottom: 1px solid #4b708b;
    padding-bottom: 8px;
    font-size: 16px;
}
.cmzTab ul li button.active{
    border-bottom: 1px solid #88ECF0;
}
.tab-content h3 {
    margin-bottom: 13px;
    color: rgb(226 237 250 / 80%);
    font-size: 24px;
}
.tab-content p {
    color: rgb(226 237 250 / 80%);
}

.cmzAccordion1 .accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent;
    border: transparent;
}
.cmzAccordion1 .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: transparent;
    box-shadow: none;
    border-top: 1px solid rgb(255 255 255 / 50%);
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}
.cmzAccordion1 .accordion-body {
    color: #ffffff;
    padding: 15px 0;
}
.cmzAccordion1 button.accordion-button {
    padding: 15px 0;
    background: no-repeat;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    outline: none !important;
    box-shadow: none !important;
}
.cmzAccordion1 .accordion-item:nth-of-type(1)  button.accordion-button{
    border-top: 1px solid rgb(255 255 255 / 50%);
}
.cmzSlider1 .swiper-pagination-bullet-active{
    background:#ffffff !important;
}
.cmzAccordion1 .accordion-button::after{
    background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.08831 14.0883H8.91169V19.9117C8.91169 20.5036 9.39857 21 10 21C10.6014 21 11.0883 20.5036 11.0883 19.9117V14.0883H16.9117C17.5036 14.0883 18 13.6014 18 13C18 12.3986 17.5036 11.9117 16.9117 11.9117H11.0883V6.08831C11.0883 5.49642 10.6014 5 10 5C9.39857 5 8.91169 5.49642 8.91169 6.08831V11.9117H3.08831C2.49642 11.9117 2 12.3986 2 13C2 13.6014 2.49642 14.0883 3.08831 14.0883Z" fill="%23FAFAFA"/%3E%3C/svg%3E');
}
.cmzAccordion1 .accordion-button:not(.collapsed)::after{
    background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M8.91169 11.9116L3.08831 11.9116C2.49642 11.9116 2 12.3985 2 12.9999C2 13.6014 2.49642 14.0882 3.08831 14.0882L8.91169 14.0882C11 14.0882 9.02359 14.0882 11.0883 14.0882L16.9117 14.0882C17.5036 14.0882 18 13.6014 18 12.9999C18 12.3985 17.5036 11.9116 16.9117 11.9116L11.0883 11.9116C9.5 11.9116 10.5 11.9117 8.91169 11.9116Z" fill="%23FAFAFA"/%3E%3C/svg%3E');
}

.listStyleNone li{
    list-style: none !important;
}
section.section02 h2 {
    font-size: 28px;
}
section.section02 p {
    font-size: 16px;
}

/**
 * RESPONSIVE
 */
@media only screen and (min-width:1200px){
    .section02 .item .wrapper p{
        min-height: 96px;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px){
    .cmzTab ul li button {
        font-size: 15px;
        padding: 0 0 8px;
    }
}
@media only screen and (min-width:992px){
    .hideDesktop{
        display: none;
    }
}
@media only screen and (max-width:991px){
    .section02 .item{
        margin-bottom: 30px;
    }
    .section05 .item {
        margin-bottom: 30px;
    }
    .section02,
    .secion03,
    .section04 {
        padding: 0 0 80px;
    }
    .section04 .testiContent {
        display: inline-block;
        width: 100%;
        padding-left: 0;
    }
    .section04 .wrapper {
        padding: 25px;
    }
    .sectionFooter h2 {
        margin-bottom: 15px;
        font-size: 33px;
    }
    .hideMobile{
        display: none;
    }
    .cmzAccordion1 .accordion-body {
        padding: 0px 0 16px;
        border-bottom: 1px solid rgb(255 255 255 / 50%);
    }
    .cmzAccordion1 .accordion-button:not(.collapsed){
        border-bottom:none !important;
    }
}
@media only screen and (min-width:768px){
    .showMobileOnly{
        display: none;
    }
}
@media only screen and (max-width:767px){
    body.home{
        background-image: url(../images/mobilebg.jpg);
    }
    .mainSlider .cmzRight h4 {
        line-height: 28px;
        text-align: center;
        font-size: 17px;
    }
    .mainSlider .cmzLeft h4 {
        font-size: 18px;
    }
    .mainSlider .cmzLeft p {
        font-size: 15px;
    }
    form#formSlider {
        padding: 20px;
        border-radius: 20px;
    }
    section.secion03 h2 {
        font-size: 18px;
    }
    section.secion03 h2 img{
        max-width: 100%;
        margin: 10px 0;
    }
    body.thankyou {
        background-image: url(../images/thankyouBG.jpg);
        background-repeat: no-repeat;
        background-color: #043256;
    }
    .tab-content img {
        margin-bottom: 30px;
    }
    .cmzTab ul li button {
        padding-bottom: 12px;
        font-size: 15px;
    }
    
    .cmzAccordion1 .accordion-body h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .cmzAccordion1 .swiper-slide .wrapper {
        background: rgb(255 255 255 / 9%);
        padding: 0px 20px 30px;
        margin-bottom: 20px;
        border-radius: 15px;
        display: inline-block;
        margin-top: 0;
    }
    .cmzAccordion1 .testiIMG.text-center.mt-5.mb-5 {
        margin-top: 30px !important;
    }
    section.section02 .col-12 {
        margin-bottom: 10px !important;
    }
    ul.style1.hideDesktop li {
        margin-bottom: 15px;
        list-style: none !important;
    }
    html,body{
        overflow-x: hidden;
    }
    .mainSlider .cmzLeft img {
        max-width: 130px;
        margin-bottom: 0px !important;
    }
    section.section02 h2 {
        font-size: 14px;
        font-weight: 400;
    }
    section.section02 img {
        max-width: 200px;
        margin-bottom: 6px;
    }
    .cmzAccordion1 button.accordion-button {
        font-size: 16px;
    }
    .accordion-body h3 {
        font-size: 16px;
    }
    .section02 p {
        font-size: 14px;
    }
    .mainSlider {
        padding: 10px 0 10px;
    }
    section.section02 p{
        font-size: 14px;
    }
    ul.style1 li{
        margin-bottom: 2px;
        font-size: 14px;
    }
    .section02{
        padding: 0 0 16px;
    }
    form#formSlider {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}