.nrow {
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
}

body {
    padding: 80px 0 0;
    margin: 0;
    font-family: "TT Comons";
    font-weight: 400;
    color:#000C3D;
    font-size: 22px;
}

h1,h2,h3,h4,h5,h6,b,strong{
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #000C3D;
}

a:hover {
    text-decoration: underline;
    color: #1152F7;
}

p{
    margin: 0 0 20px;
}

b,strong{
    font-weight: 500;
}

.elementor-widget-container{
    word-break: break-word;
}

@media screen and (max-width: 1360px) {
    .nrow {
        width: 1004px;
    }
    .nrow.ftr {
        width: 960px;
    }
}

@media screen and (max-width: 1023px) {
    .nrow, .nrow.ftr {
        width: calc( 100% - 30px);
    }
}

@media screen and (max-width: 766px) {
    body {
        padding: 137px 0 0;
    }
}



/* HEADER */

header {
    position: fixed;
    /* height: 120px; */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
}



.hdr .nrow {
    height: 80px;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    background: #fff;
}

.hdr .logo {
    max-width: calc(100% - 60px);
}

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

.hdr nav {}

.hdr nav ul {
    justify-content: space-between;
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
}

.hdr nav ul li {}

.hdr nav ul li a {}

.hdr nav > div > ul > li > a {
    line-height: 80px;
    display: inline-block;
    position: relative;
    
}
.hdr nav > div > ul > li.current-menu-item > a {
    text-decoration: underline;
    color:#1152f7;
}
.hdr nav > div > ul > li.arrow > a {
    padding-right: 19px;
}
.hdr nav > div > ul > li.arrow > a:after {
    content: "";
    background: url(../svg/arrow-right.svg) center right / 15px 10px no-repeat;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 36px;
    right: 0;
}

#menu-Main-menu .menu-item-has-children  {
    position: relative;
}
#menu-Main-menu .menu-item-has-children .sub-menu {
    display: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 14px 3px #D1DDE5;
    position: absolute;
    top: 61px;
    left: 50%;
    transform: translateX(-50%);
    width: 182px;
    padding: 17px 12px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
}
#menu-Main-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

.hdr nav > div > ul > li.icon-drop > a {
    padding-right: 17px;
}
.hdr nav>div>ul>li.icon-drop > a:after {
    content: "";
    background: url(../png/icon-down.png) center center / 100% 100% no-repeat;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 38px;
    right: 0;
}

.hdr nav ul li a:hover {}

.hdr-right {
    display: flex;
    align-items: center;
}
.hdr-right-extra{
    display: flex;
    align-items: center;
    gap:10px;
}
.hdr-right-extra > a{
    height: 50px;
    line-height: 50px;
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: inline-block;

}

#hdr-book {
    line-height: 50px;
    width: 170px;
    border: 1.8px solid #0030B5;
    border-radius: 25px;
    font-size: 20px;
    text-align: center;
    display: block;
}
#hdr-book:hover {
    background-color: #000C3D;
    color:#fff !important;
    text-decoration: none;
}
.hdr-mob{
    display: none;
}
.mobmenu{
    display: none;
}

.hdr-login-box{
    position: relative;
    line-height: 80px;
    padding: 0 25px 0 25px;
}
.hdr-login-box .drop {
    box-sizing: border-box;
    flex-direction: column;
    width: 213px;
    padding: 30px 30px;
    gap: 28px;
    position: absolute;
    top: 73px;
    left: -61px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px 1px rgba(0,12,61,0.15);
    display: none;
}
.hdr-login-box:hover .drop{
    display: flex;
}
.hdr-login-box .drop a {
    font-size: 18px;
    line-height: 18px;
}

.hdr-login-box .drop a:hover{
    text-decoration: none;
}
.hdr-login-box .drop a:hover::after {
    content: "";
    background: url(../svg/arrow-right-blue.svg) center right / 15px 10px no-repeat;
    width: 15px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
}

.hdr-advert {
    background-color: #000371;
    color: #fff;
}
.hdr-advert a {
    color: #fff;
    text-decoration: none !important;
    display: block;
    text-align: center;
    width: 100%;
    padding: 7px 0 9px;
}

/* a.hdrstrip{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(225deg, #CE6BFF 0%, #576CFB 71.42%, #0246F2 100%);
    display: block;
} */

a.hdrstrip {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #4D64F4;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
}
a.hdrstrip b{
    font-weight: 600;
}
a.hdrstrip:hover{
    color: #FFFFFF !important;
    text-decoration: none !important;
}

@media screen and (max-width: 1360px) {
    .hdr nav {
        display: none;
    }
    .hdr-right{
        display: none;
    }
    .hdr-mob{
        height: 40px;
        cursor: pointer;
        display: block;
    }
    .mobmenu {
        position: fixed;
        top: 0;
        z-index: 200;
        right: 0;
        height: 100%;
        width: 300px;
        background: #fff;
        padding: 12px 0;
    }
    .mobmenu ul{
        list-style: none;
    }
    .mobmenu li{
        margin-bottom: 10px;
    }
    .mobmenu .sub-menu {
        padding-left: 12px;
        margin-top: 10px;
    }
    .mobmenu-close{
        background: #F1F4F7;
        content: "x";
        cursor: pointer;
        position: fixed;
        color: #000;
        text-align: center;
        line-height: 40px;
        right: 10px;
        z-index: 500;
        width: 40px;
        border-radius: 50px;
        height: 40px;
        text-transform: uppercase;
        font-family: arial;
    }
    .mobmenu .menu-item-has-children {
        position: relative;
    }
    .mobmenu .menu-item-has-children > a{
 
    }
    .mobmenu .menu-item-has-children>a:after {
        position: absolute;
        content: " ";
        background: url(../png/icon-down.png) center center / 100% 100% no-repeat;
        width: 16px;
        height: 10px;
        display: inline-block;
        right: 29px;
        top: 10px;
        
    }

    .mobmenu .menu-item-has-children.active>a:after {
        transform: rotate(180deg);
    }

    .mobmenu .menu-item-has-children .sub-menu {
        display: none;
    }
    .mobmenu .menu-item-has-children.active .sub-menu {
        display: block;
    }

    .mobmenu a:hover {
        text-decoration: none;
        color: inherit;
    }
}
@media screen and (max-width: 1023px) {
    a.hdrstrip {
        line-height: 19px;
        padding: 9px 10px 7px;
    }

}

@media screen and (max-width: 767px) {
    .hdr-btns{
        height: auto;
    }
    .hdr-btns .nrow{
        height: auto;
        flex-direction: column;
        gap: 11px;
        padding: 15px;
        height: auto;
    }
    .hdr-advert a {
        font-size: 16px;
    }
}

@media screen and (max-width: 430px) {
    a.hdrstrip {
        height: 60px;
    }
}

/* Footer */

footer{
    background-color: #F8FBFF;
}
.nrow.ftr {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 20px;
}

.ftr-info {
    width: 450px;
}

.ftr .logo {
    display: block;
    margin: 0 0 10px;
}

.ftr-info-text {
    margin: 0 0 23px;
}

.ftr-info-soc {
    margin: 0 0 20px;
}
.ftr-info-soc a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.ftr-info-soc img{margin: 0 8px 0 0;}
.ftr-icon-tiktok {}

.ftr-info-text2 {
    font-size: 19px;
}
.ftr-info .action-subscribe{
    margin: 15px 0 0;
}

.ftr-links {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 30px 0;
}

.ftr-links-column {
    display: flex;
    flex-direction: column;
    width: 208px;
    margin-left: 20px;
    font-size: 19px;
    margin-top: 24px;
}

.ftr-links-column > * {
    margin: 0 0 13px;
}

.ftr-links-column-title {font-weight: 600;}

.ftr-links-column-space {
    height: 21px;
}

.nrow.ftr-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #EBF3FF;
    height: 60px;
}

.ftr-btm-left {
    font-size: 17px;
}

.ftr-btm-right {
    font-size: 19px;
}
.ftr-btm-right a{
    margin: 0  0 0 15px;
}

@media screen and (max-width: 1360px) {
    .ftr-info {
        width: 330px;
    }
    .ftr-links-column {
        width: 180px;
        margin-left: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .nrow.ftr {
        display: flex;
        justify-content: space-between;
        padding: 40px 0 20px;
        flex-wrap: wrap;
    }
    .ftr-links-column {
        margin-left: 0;
        margin-right: 20px;
    }
    .ftr-info {
        margin-bottom: 20px;
    }
    .nrow.ftr-btm {
        flex-wrap: wrap;
    }
    .ftr-btm-right a {
        margin: 0 15px 0 0;
    }
    .ftr-btm-right {
        font-size: 19px;
        margin: 15px 0 0;
    }
    .nrow.ftr-btm {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 2px solid #EBF3FF;
        height: auto;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .ftr-info {
        width: 100%;
        max-width: 560px;
    }
}

@media screen and (max-width: 767px) {
    .nrow.ftr-btm {
        padding: 20px 0 10px;
        flex-direction: column;
    }
    .ftr-btm-right a {
        margin: 0 0 10px 0;
        display: block;
    }
    .ftr-links-column {
        width: 100%;
    }
    .ftr-links {
        flex-wrap: wrap;
    }
}

/* Buttons */

.elementor .elementor-button {
    padding: 10px 10px 10px 16px;
}
.elementor-button-content-wrapper .elementor-button-text{
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.elementor-button-text::after{
    content:"";
    background: url(../png/btn-icon-white.png) right center / 40px 40px no-repeat;
    height: 40px;
    width: 40px;
    display: block;
    margin-left: 11px;
    border-radius: 100px;
}

.elementor-button-white .elementor-button {
    background-color:#fff;
}
.elementor-button-white .elementor-button .elementor-button-text{
    color:#0030B5;
}
.elementor-button-white .elementor-button .elementor-button-text::after{
    background-image: url(../png/btn-icon-blue.png);
}


.elementor-button-magenta .elementor-button .elementor-button-text::after{
    background-image: url(../png/btn-icon-magenta.png);
}

.btn-solid-blue .elementor-button {
    line-height: 60px;
    padding: 0 60px;
}
.btn-solid-blue .elementor-button .elementor-button-text{
    font-weight: 600;
}
.btn-solid-blue .elementor-button .elementor-button-text::after{
    display: none;
}

.btn-solid-white .elementor-button {
    line-height: 60px;
    padding: 0 20px;
}
.btn-solid-white .elementor-button .elementor-button-text{
    
}
.btn-solid-white .elementor-button .elementor-button-text::after{
    display: none;
}

.btn-solid-gradient .elementor-button {
    line-height: 60px;
    padding: 0 20px;
    background: linear-gradient(225deg, #CE6BFF 0%, #576CFB 71.42%, #0246F2 100%);
}
.btn-solid-gradient .elementor-button-link{
    width: 100% !important;
}
.btn-solid-gradient .elementor-button .elementor-button-text{
    color:#fff;
    text-align: center;
    width: 100%;
    display: block;
}
.btn-solid-gradient .elementor-button .elementor-button-text::after{
    display: none;
}

.btn-border .elementor-button {
    border: 1.8px solid #0030B5;
    height: 50px;
    background-color: #fff !important;
    padding: 12px 24px;
}
.btn-border .elementor-button .elementor-button-text{
    color: #0030B5;
}
.btn-border .elementor-button .elementor-button-text::after{
    display: none;
}

.btn-blue-icon{
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;  
    padding: 0 10px 0 24px;
    height: 60px;
    border-radius: 30px;
    background-color: #0030B5;
    color:#fff;
    width: fit-content;
}
.btn-blue-icon:hover{
    text-decoration: none;
    color:#fff;
}
.btn-blue-icon:after{
    content:"";
    background: url(../png/btn-icon-white.png) right center / 40px 40px no-repeat;
    height: 40px;
    width: 40px;
    display: block;
    margin-left: 17px;
}

.btn-white-icon{
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;  
    padding: 0 10px 0 24px;
    height: 60px;
    border-radius: 30px;
    background-color: #fff;
    color: #0030B5;
    width: fit-content;
}
.btn-white-icon:hover{
    text-decoration: none;
    color: #0030B5;
}
.btn-white-icon:after{
    content:"";
    background: url(../png/btn-icon-blue.png) right center / 40px 40px no-repeat;
    height: 40px;
    width: 40px;
    display: block;
    margin-left: 17px;
}

.btn-white{
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;  
    padding: 0 10px 0 24px;
    height: 60px;
    border-radius: 30px;
    background-color: #fff;
    color: #0030B5;
    width: fit-content;
}

.btn-solid-blue-external {
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 0 24px 0 24px;
    height: 60px;
    border-radius: 30px;
    background-color: #1152F7;
    color: #fff;
    width: fit-content;
    
}
.btn-solid-blue-external:hover {
    color:#fff;
    opacity: 0.75;
    text-decoration: none;
}

.btn-solid-blue-external-border{
    color:#1152F7;
    outline: 2px solid #1152F7;
    background: #fff;
}
.btn-solid-blue-external-border:hover{
    color:#1152F7;
}


.custombtn-border {
    border: 1.8px solid #1152F7;
    line-height: 47px;
    text-align: center;
    background-color: #fff;
    color: #1152F7;
    padding: 0 34px;
    border-radius: 25px;
    display: inline-block;
    font-size: 20px;
}

.custombtn-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 20;
    padding: 0 22px 0 30px;
    font-weight: 500;
    text-decoration: none;
}
.custombtn-download:hover {
    text-decoration: none;
}
.custombtn-download::after{
    content:"";
    background: url(../png/btn-icon-download.png) right center / 20px 20px no-repeat;
    height: 20px;
    width: 20px;
    display: block;
} 

.elementor-button:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {

    .btn-fullheight-mob .elementor-button{
        height: auto;
    }


}

/* content */

main ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
main ul li,
main ol li{
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 10px;
}
main ul li::before{
    height: 16px;
    width: 16px;
    background: url(../svg/list-icon.svg) center center / 100% 100% no-repeat;
    content:"";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
}
main ul li.elementor-editor-element-setting::before{
    display: none !important;
}

main ul.elementor-icon-list-items li::before{
    display: none;
}
.elementor-icon-list-icon {
    background: #fff;
    border-radius: 50%;
    display: block;
    margin-right: 16px;
}
.elementor-icon-list-icon svg {
    margin: 12px 12px 8px 8px !important;
}

main .list-dot ul li::before {
    height: 8px;
    width: 8px;
    background: #D7E5FF;
    border-radius: 100px;
    top: 11px;
    left: 2px;
}

/* table */

table {
    border-collapse: collapse;
    color: #000C3D;
    margin: 30px 0 20px;
    width:100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
}
table tbody {
    width:auto;
    display: block;
}
table tr:nth-child(odd) td{
    background-color: #EBF2FF;
}
table td{

    padding: 15px 20px;
    text-align: left;
}
table th{
    background-color: #D7E5FF;
    padding: 15px 20px;
    text-align: left;
}

@media screen and (max-width: 767px) {

    table {
        font-size: 17px;
        line-height: 19px;
        overflow-x: scroll;
    }
    table th {
        padding: 7px 10px;
    }
    table td {
        padding: 7px 10px;
    }

}

/* Service pages */

.box-servicepage{

}
.box-servicepage h2 {
    font-size: 38px !important;
    margin: 0 0 20px;
}
.box-servicepage h3 {
    font-size: 34px !important;
    margin: 0 0 20px;
}
.box-servicepage h4 {
    font-size: 32px !important;
    margin: 0 0 20px;
}
.box-servicepage h5 {
    font-size: 30px !important;
    margin: 0 0 20px;
}

/* Timeline */

.box-timeline{
    border-left:2px solid #ebf3ff;
    padding: 0 0 0 60px !important;
}
.box-timeline a{
    color: #1152F7;
}
.box-timeline h3::before{
    content:"";
    background-color: #ebf3ff;
    width: 70px;
    height: 70px;
    display: block;
    left: -93px;
    position: absolute;
    top: -16px;
    border-radius: 50px;
}

.timeline-link{
    border: 2px solid #ebf3ff;
    border-radius: 100px;
    padding: 23px 75px;
    display: inline-block;
    color: #ff7570 !important;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    max-width: 700px;
    word-wrap: break-word;
}


@media screen and (max-width: 767px) {

    .box-timeline{
        padding: 0 0 0 30px !important;
    }

    .box-timeline h3{
        margin-top:-10px;
    }

    .box-timeline h3::before{
        width: 30px;
        height: 30px;
        left: -46px;
        top: -1px;
    }

    .timeline-link{
        padding: 13px 20px;
        font-size: 19px;
        border-radius: 25px;
    }
}

/* FAQ */

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc !important;
    border-right: none  !important;
    border-left: none  !important;
}
.elementor-accordion .elementor-tab-title {
    padding: 18px 25px !important;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.elementor-accordion-title{
    font-size: 26px !important;
}
.elementor-accordion .elementor-tab-content {
    padding: 15px 25px 0 !important;
    font-size: 18px !important;
}

/* text/elements modifications */

.text-bluepart i, .text-bluepart span{
    color:#4591FF;
}
.box-shadow-dark{
    box-shadow: 20px 20px #000485;
}
.text-bluepart-darker b, .text-bluepart-darker strong{
    color:#1152F7;
    font-weight: 600;
}

.text-bluepart-cur span{
    color:#94BDFF;
    font-style: italic;
}

/* scrollbar */

/* Hide the default scrollbar */
::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.6);
}


.faq-new .elementor-accordion .elementor-accordion-item {
    border: none !important;
    margin: 0 0 15px;
}
.faq-new .elementor-accordion .elementor-tab-title {
    padding: 0 0 !important;
    flex-direction: row !important;
    justify-content: flex-start;
    gap: 27px;
    align-items: flex-start;
    margin: 0;
}
.faq-new .elementor-accordion .elementor-tab-title .elementor-accordion-title{
    margin: 6px 0 0;

}
.faq-new .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 40px;
    height: 40px;
    background: #D7E5FF !important;
    border-radius: 20px;
    padding: 9px;
}
.faq-new .elementor-accordion .elementor-tab-content{
    border-top: none;
    padding: 0 0 0 61px !important;
}

@media screen and (max-width: 1360px) {
    .faq-new .elementor-accordion .elementor-tab-content {
        padding: 12px 0 0 54px !important;
    }
}

@media screen and (max-width: 767px) {

}

.linkedin-icon a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.linkedin-icon a::after{
    content:"";
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../png/combined-shape-2%402x.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 36px auto;
    flex-shrink: 0;
}

.save-the-date a {
    display: flex;
    color: #fff;
    gap: 10px;
    align-items: center;
}
.save-the-date a::before{
    content:"";
    display: block;
    width: 20px;
    height: 21px;
    background: url(../png/calendar%402x-min.png) center center / 100% 100% no-repeat;  
}
.save-the-date a::after{
    content:"";
    display: block;
    width: 17px;
    height: 11px;
    background: url(../png/arrow%402x-min.png) center center / 100% 100% no-repeat;  
}

.resources-item .elementor-image-box-img img{
    display: block !important;
}

.faqstyle .elementor-toggle-item {
    border: 3px solid #000371;
    border-radius: 20px;
    box-shadow: 10px 10px 0px 0px #000371;
    margin-bottom: 26px !important;
    padding: 11px 22px;
}