ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sevillana', cursive
}

p,
a,
span,
div,
ul li {
    font-family: 'Montserrat', sans-serif
}

img {
    width: 100%;
    max-width: 100%
}

.sty_container {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 32px
}

.sty_row {
    display: flex;
    flex-wrap: wrap
}

.sty_full_col {
    flex: 0 0 100%;
    max-width: 100%
}

.sty_col_25 {
    flex: 0 0 25%;
    max-width: 25%
}

.sty_col_50 {
    flex: 0 0 50%;
    max-width: 50%
}

header {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 7px 0;
    z-index: 9999999;
    overflow: hidden
}

header .sty_nav_row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .menu_area ul {
    display: flex;
    align-items: center
}

header .menu_area ul li {
    margin-right: 71px;
    position: relative
}

header .menu_area ul li a {
    font-size: 16px;
    line-height: 34px;
    color: #0D6479;
    transition: 0.3s all;
    font-weight: 600;
    padding: 0 16px
}

header .menu_area ul li:last-child {
    margin-right: 0
}

header .menu_area ul li.active_page:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 10px 10px 0 0;
    background: #0D6479
}

header .right_panel {
    display: flex;
    align-items: center
}

header .right_panel .lang_area {
    margin-right: 31px
}

header .right_panel .lang_area .lang_select {
    position: relative;
    width: 43px
}

header .right_panel .lang_area .lang_select:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/assets/images/down-chevron.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    height: 100%;
    z-index: -1
}

header .right_panel .lang_area .lang_select select {
    appearance: none;
    -webkit-appearance: none;
    border: 0
}

header .right_panel a.signup_btn {
    background: #0D6479;
    padding: 11px 38px;
    border: 2px solid #0D6479;
    transition: 0.3s all;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px
}

header .right_panel a.signup_btn:hover {
    background: transparent;
    color: #0D6479
}

.logo_area a img {
    width: 155px;
}

.banner_area {
    position: relative
}

.banner_area .logo_link {
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 110px;
    width: 180px;
}

.banner_area .bg_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner_area .bg_layer:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/assets/images/bg_bf_lg.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(100% - 150px);
    height: calc(100% - 70px)
}

.banner_area .bg_layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right
}

.banner_area .text_layer {
    position: relative;
    padding: 150px 0 35px 0
}

.banner_area .text_layer h1 {
    font-size: 70px;
    line-height: 90px;
    width: 474px;
    max-width: 100%;
    margin-bottom: 11px;
    color: #375091
}

.banner_area .text_layer p {
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-bottom: 32px;
    width: 500px;
    max-width: 100%
}

.banner_area .text_layer .testimonial_slider {
    margin-bottom: 32px
}

.banner_area .text_layer .testimonial_slider .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 45%;
    width: 100%
}

.banner_area .text_layer .testimonial_slider .owl-nav button {
    position: absolute;
    width: 55px;
    height: 55px;
    background: #fff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.banner_area .text_layer .testimonial_slider .owl-nav button img {
    width: 10px;
    height: 17px
}

.banner_area .text_layer .testimonial_slider .owl-nav button span {
    display: none
}

.banner_area .text_layer .testimonial_slider .owl-nav button.owl-next {
    right: 0
}

.banner_area .text_layer .testimonial_slider .owl-nav button.owl-prev {
    left: 0
}

.banner_area .text_layer .testimonial_slider .owl-nav button.owl-prev img {
    transform: rotate(-180deg)
}

.banner_area .text_layer .testimonial_slider .test_card {
    position: relative;
    width: 368px;
    margin: 0 auto
}

.banner_area .text_layer .testimonial_slider .test_card .bf {
    position: absolute;
    width: 30px
}

.banner_area .text_layer .testimonial_slider .test_card img.bf.bf_1 {
    bottom: 25px;
    right: 35px
}

.banner_area .text_layer .testimonial_slider .test_card img.bf.bf_2 {
    top: 135px;
    left: 200px
}

.banner_area .text_layer .testimonial_slider .test_card img.bf.bf_3 {
    bottom: 24px;
    right: 20px
}

.banner_area .text_layer .testimonial_slider .test_card img.bf.bf_4 {
    bottom: 40px;
    right: 80px
}

.banner_area .text_layer .testimonial_slider .test_card .test_card_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px
}

.banner_area .text_layer .testimonial_slider .test_card .test_card_head img {
    width: 19px;
    height: 19px
}

.banner_area .text_layer .testimonial_slider .test_card .test_card_head ul {
    display: flex;
    align-items: center
}

.banner_area .text_layer .testimonial_slider .test_card .test_card_head ul li {
    margin-right: 6px
}

.banner_area .text_layer .testimonial_slider .test_card .test_card_head ul li i {
    color: #375091
}

.banner_area .text_layer .testimonial_slider .test_card .test_card_head ul li:last-child {
    margin-right: 0
}

.banner_area .text_layer .testimonial_slider .test_card .inner_area {
    background: #fff;
    border-radius: 10px;
    padding: 23px 24px 17px 24px;
    height: 245px;
    display: flex;
    flex-flow: column;
    justify-content: space-between
}

.banner_area .text_layer .testimonial_slider .test_card .inner_area .txt {
    position: relative
}

.banner_area .text_layer .testimonial_slider .test_card .inner_area .txt.p_show p {
    height: auto !important;
    overflow: visible !important;
}

.banner_area .text_layer .testimonial_slider .test_card .inner_area .txt a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #A02B66;
    font-size: 16px;
    line-height: 25px;
    text-decoration: underline
}

.banner_area .text_layer .testimonial_slider .test_card .inner_area .txt p {
    font-size: 16px;
    line-height: 25px;
    color: #1c1c1c;
    height: 28px;
    overflow: hidden
}

.banner_area .text_layer .testimonial_slider .test_card .inner_area .test_person {
    display: flex;
    align-items: center
}

.banner_area .text_layer .testimonial_slider .test_card .inner_area .test_person .avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden
}

.banner_area .text_layer .testimonial_slider .test_card .inner_area .test_person .avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center
}

.banner_area .text_layer .testimonial_slider .test_card .inner_area .test_person .avatar_info {
    padding-left: 14px;
    width: calc(100% - 35px)
}

.banner_area .text_layer .testimonial_slider .test_card .inner_area .test_person .avatar_info span {
    display: block
}

.banner_area .text_layer .testimonial_slider .test_card .inner_area .test_person .avatar_info span.name {
    font-size: 15px;
    line-height: 25px;
    color: #1d1d1d
}

.banner_area .text_layer .testimonial_slider .test_card .inner_area .test_person .avatar_info span.det {
    font-size: 14px;
    line-height: 25px;
    color: #3f3f3f
}

.banner_area .text_layer .sign_up_panel {
    text-align: center
}

.banner_area .text_layer .sign_up_panel a {
    display: inline-block;
    background: #0D6479;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    padding: 10px 43px;
    border: 2px solid #0D6479;
    transition: 0.3s all
}

.banner_area .text_layer .sign_up_panel a:hover {
    background: #ffffffa7;
    color: #0D6479
}

.gen_info {
    position: relative;
    padding: 45px 0
}

.gen_info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
    background: #F8F9FB;
    z-index: -1
}

.gen_info .sec_head {
    text-align: center;
    margin-bottom: 72px
}

.gen_info .sec_head h2 {
    color: #375091;
    font-size: 50px;
    line-height: 80px;
    margin-bottom: 16px;
    text-transform: capitalize
}

.gen_info .sec_head p {
    font-size: 24px;
    line-height: 25px;
    color: #7E8083
}

.gen_info .sty_row {
    margin: 0 -11px;
    justify-content: center
}

.gen_info .sty_row .sty_col_25 {
    padding: 0 11px
}

.gen_info .gi_block {
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 64px 28px 33px 28px;
    position: relative
}

.gen_info .gi_block .gi_head {
    position: relative;
}

.gen_info .gi_block .bf {
    position: absolute;
    width: 25px;
    height: auto;
    margin: 0
}

.gen_info .gi_block img.bf.bf_1 {
    top: 40px;
    left: 100px
}

.gen_info .gi_block img.bf.bf_2 {
    right: 80px;
    top: 120px
}

.gen_info .gi_block img.bf.bf_4 {
    top: -24px;
    left: 115px
}

.gen_info .gi_block img.bf.bf_3 {
    top: 30px;
    right: 30px
}

.gen_info .gi_block img {
    height: 55px;
    width: auto;
    margin-bottom: 62px
}

.gen_info .gi_block h3 {
    font-size: 30px;
    line-height: 45px;
    color: #375091;
    margin-bottom: 13px
}

.gen_info .gi_block p {
    font-size: 16px;
    line-height: 25px;
    color: #7E8083;
    font-weight: 500
}

.about_us {
    padding: 45px 0
}

.about_us .sty_row {
    align-items: center;
    margin: 0 -32px
}

.about_us .sty_row .sty_col_50 {
    padding: 0 32px
}

.about_us h2 {
    font-size: 50px;
    line-height: 80px;
    margin-bottom: 6px;
    color: #375091;
    text-transform: capitalize
}

.about_us p {
    font-size: 24px;
    line-height: 40px;
    color: #515151
}

.about_us .abt_txt {
    position: relative
}

.about_us .abt_txt .bf {
    position: absolute;
    width: 35px
}

.about_us .abt_txt img.bf.bf_1 {
    right: 50px;
    top: 180px
}

.about_us .abt_txt img.bf.bf_2 {
    left: 270px;
    top: 53px;
    transform: rotatey(180deg)
}

.about_us .abt_txt img.bf.bf_3 {
    left: -25px;
    bottom: -35px
}

.about_us .abt_txt img.bf.bf_4 {
    right: 175px;
    bottom: 2px;
}

footer .footer_top {
    padding: 56px 0 62px 0;
    background: rgba(55, 80, 145, 0.7)
}

footer .footer_top .contact_cta {
    text-align: center
}

footer .footer_top .contact_cta h1 {
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 23px
}

footer .footer_top .contact_cta a {
    width: 234px;
    max-width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #375091;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-flex;
    background: #fff;
    border: 2px solid #fff;
    transition: 0.3s all
}

footer .footer_top .contact_cta a:hover {
    background: transparent;
    color: #fff
}

footer .footer_mid {
    padding: 25px 0;
    background: #375091
}

footer .footer_mid .sty_row {
    justify-content: space-between;
    align-items: center
}

footer .footer_mid p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #fff
}

footer .footer_mid ul.footer_links {
    display: flex;
    align-items: center;
    margin-bottom: 24px
}

footer .footer_mid ul.footer_links li {
    margin-right: 24px
}

footer .footer_mid ul.footer_links li:last-child {
    margin-right: 0
}

footer .footer_mid ul.footer_links li:hover a:after {
    width: 100%
}

footer .footer_mid ul.footer_links li a {
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 3px
}

footer .footer_mid ul.footer_links li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: 0.3s all
}

footer .footer_mid ul.social_media {
    display: flex
}

footer .footer_mid ul.social_media li {
    margin-right: 8px
}

footer .footer_mid ul.social_media li img {
    width: 30px;
    height: 30px;
}

footer .footer_mid ul.social_media li:last-child {
    margin-right: 0
}

footer .footer_bottom {
    padding: 25px 0;
    background: #375091
}

footer .footer_bottom .sty_row {
    justify-content: center
}

footer .footer_bottom p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #fff
}