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

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #000;
    font-weight: 800;
}

body {
    color: #000;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
}

.text-blue {
    color: #266193 !important;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}


/*---------------------- Header area start ----------------------*/

.menu-close {
    font-size: 22px;
    color: #3d424e;
    position: absolute;
    top: 18px;
    left: 19px;
    cursor: pointer;
    transition: .4s;
}

.menu-close:hover {
    color: #2AB66A;
}

.offcanvas-area {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 300px;
    background: #F5FCFF;
    z-index: 6;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
}

.offcanvas-area.active {
    right: 0;
    visibility: visible;
}

.offcanvas-area .main-menu ul li a {
    font-size: 18px;
    color: #3D424E;
    margin-left: 30px;
    margin-bottom: 18px;
    display: block;
    transition: .3s all;
}

.offcanvas-area .main-menu ul li a:hover,
.offcanvas-area .main-menu ul li a[aria-expanded="true"] {
    color: #2AB66A;
}

.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 94px;
    padding-left: 0;
    margin-bottom: 65px;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5;
}

.offcanvas-overlay.active {
    opacity: .4;
    visibility: visible;
}

.menu-open {
    font-size: 27px;
    color: #2AB66A;
    display: none;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 20px;
    margin-right: 8px;
}

.offcanvas-menu .common-btn {
    font-size: 17px;
    padding: 9px 30px;
    border-radius: 12px;
}

.subb-menu {
    padding-left: 10px;
}

.offcanvas-area .main-menu .subb-menu a {
    font-size: 16px;
    margin: 0px;
    padding-left: 10px;
    margin-left: 26px;
    margin-bottom: 10px;
}

.offcanvas-area .main-menu .subb-menu a:last-child {
    margin-bottom: 20px;
}

.header {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 18px 0;
}

.header-nav ul li a {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000000;
    transition: .3s;
    position: relative;
    margin: 0 13px;
    text-decoration: none;
    padding: 3px 0;
    border-bottom: 3px solid transparent;
}

.header-nav ul li a:hover,
.header-nav ul li a.active {
    border-color: #266193;
}

/*---------------------- Header area end ----------------------*/


/*---------------------- Hero area start ----------------------*/
.hero-area {
    background: url(../img/bg/bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    min-height: 290px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-area::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(176.98deg, rgba(53, 53, 53, 0) 2.5%, #266193 108.84%);
    content: '';
    z-index: -1;
}

h2 {
    font-size: 56px;
    line-height: 1.2;
    text-transform: uppercase;
}

.hero-content p {
    font-size: 16px;
    line-height: 20px;
    max-width: 615px;
    margin: 0 auto;
}

h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
}

.overlay-none::after {
    display: none;
}

.section-padding {
    padding: 70px 0;
}

/*---------------------- Hero area end ----------------------*/


/*---------------------- Service area start ----------------------*/
.service-area {
    background-color: #EDF2F2;
    padding-bottom: 70px;
}

.service-wrapper {
    background: #FFFFFF;
    border-radius: 9px;
    padding: 40px 70px;
    position: relative;
    z-index: 2;
    margin-top: -55px;
}

.service-card-icon {
    width: 57px;
    height: 57px;
    margin: 0 auto;
    margin-bottom: 14px;
    background: #266193;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card-body h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.service-card {
    padding-top: 55px;
    padding-bottom: 35px;
}

.service-cards {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 10px;
}

.common-btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #286196;
    border-radius: 3px;
    padding: 7px 16px;
    text-decoration: none;
    transition: .3s;
}

.common-btn:hover {
    background-color: #333;
    color: #fff;
}

.service-btn {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 20px;
}

.service-cards .col-lg-2 {
    width: 20%;
}

/*---------------------- Service area end ----------------------*/


/*---------------------- Content area start ----------------------*/
.information-box {
    background: #266193;
    border-radius: 12px;
    padding: 30px 40px;
    margin-bottom: 40px
}

h4 {
    font-size: 26px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.content-title h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #296092;
    background: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 10px;
}


.content-title {
    position: relative;
    padding-bottom: 6px;
}

.content-title::after {
    position: absolute;
    left: 0;
    top: 11px;
    background: #BABABA;
    height: 1px;
    content: '';
    width: 77%;
    z-index: 0;
}

.content-block p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.content-block {
    padding-bottom: 50px;
}

.common-list li {
    display: flex;
    list-style: none;
    margin-bottom: 9px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
}

.common-list li span {
    margin-right: 9px;
    flex: 0 0 auto;
    position: relative;
    top: 0px;
}

.common-list {
    padding: 0 20px;
    max-width: 500px;
}

/*---------------------- Content area end ----------------------*/


/*---------------------- Contact area start ----------------------*/
.contact-area {
    padding: 45px 0;
}

.form-input {
    margin-bottom: 21px;
    font-family: 'Poppins', sans-serif;
}

.form-input label {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    display: block;
    margin-bottom: 7px;
}

.form-input .form-control {
    background: #F0F0F0;
    border-radius: 3px;
    height: 38px;
    padding: 10px 17px;
    border: 0;
    outline: none;
    box-shadow: unset !important;
    font-size: 14px;
}

.form-input textarea.form-control {
    height: 135px;
    resize: none;
}

.form-submit .common-btn {
    font-weight: 700;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    border: 0;
    padding: 15px 36px;
}

.contact-box {
    background: #FFFFFF;
    box-shadow: 0px 7px 25px 1px rgba(113, 113, 113, 0.25);
    border-radius: 12px;
    max-width: 450px;
    margin-left: auto;
    list-style: none;
    padding: 34px;
}

.contact-box a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    text-decoration: none;
    color: #000000;
    transition: .3s;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.contact-box li {
    margin-bottom: 32px;
}

.contact-box li p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.75);
    margin: 0;
}

.contact-box li:last-child {
    margin-bottom: 0;
}

.contact-box a span {
    margin-right: 12px;
}

/*---------------------- Contact area end ----------------------*/


/*---------------------- Footer area start ----------------------*/
.footer {
    background: #000000;
    padding: 30px 0;
    color: #fff;
}

.footer p {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0;
}

.footer-social a {
    margin-left: 16px;
}

.footer-social {
    padding-left: 30px;
}

/*---------------------- Footer area end ----------------------*/



/*---------------------- VEILI AREA START ----------------------*/

.veili__content p {
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 13px;
    color: #000000;
}

.single__veili__content {
    display: flex;
    align-items: flex-start;
}

.veili__thumb {
    flex: 0 0 60%;
}

.veili__content {
    padding-top: 30px;
    margin-left: -19px;
}

.irata__content .content-title::after {
    width: 50%;
}

.level__step {
    height: 79px;
    width: 79px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #266193;
}

.level__step span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #E6E6E6;
}

.level__step h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0;
}

.level__check p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.level__check {
    display: flex;
}

.level__check span {
    flex: 0 0 auto;
    margin-right: 9px;
}

.level__text {
    margin-top: 25px;
}

.level__area {
    padding-bottom: 50px;
    padding-top: 30px;
}

.ropac__inner__content h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 71px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}

.ropac__inner__content h4 span {
    color: #266193;
}

.ropac__profile__name h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0;
}

.ropac__profile__name span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #999999;
}

.profile_social_ico {
    margin-top: 10px;
}

.profile_social_ico a {
    margin-right: 5px;
}

.ropac__profile__blk {
    display: flex;
    align-items: center;
}

.ropac__profile__name {
    margin-left: 22px;
}

.roapc__wrapper {
    padding-top: 58px;
    padding-bottom: 93px;
    position: relative;
    z-index: 1;
}

.similar__end__thumb {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: -1;
    height: 500px;
}

.similar__end__thumb img {
    height: 100%;
}

.voor__area {
    background: #EFEFEF;
    border-radius: 12px;
    padding: 40px;
}

.voor__title h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
    color: #000000;
}

.voor__list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.voor__list ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
}

.voor__list ul li {
    list-style: inside;
    margin-right: 10px;
}

.open__menu {
    cursor: pointer;
}

.service-wrapper {
    border-radius: 9px;
    padding: 34px 27px;
}

.section-title p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000 !important;
    text-align: start;
    margin: 0;
}



/*---------------------- VEILI AREA START ----------------------*/