@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
@import url("../fonts/stylesheet.css");

/*Bootstrap reset*/

a:focus,
a:active {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

.noBorder {
    border: 0 !important;
}

.gap5 {
    height: 5px;
    display: block;
}

.gap10 {
    height: 10px;
    display: block;
}

.gap20 {
    height: 20px;
    display: block;
}

.gap30 {
    height: 30px;
    display: block;
}

.gap40 {
    height: 40px;
    display: block;
}

.gap50 {
    height: 50px;
    display: block;
}

.gap100 {
    height: 100px;
    display: block;
}

.textEllipsis,
.textTruncate {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.flexCenter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row10>div {
    padding-left: 10px;
    padding-right: 10px;
}

.row5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row5>div {
    padding-left: 5px;
    padding-right: 5px;
}

.row2 {
    margin-left: -2px;
    margin-right: -2px;
}

.row2>div {
    padding-left: 2px;
    padding-right: 2px;
}

.row1 {
    margin-left: -1px;
    margin-right: -1px;
}

.row1>div {
    padding-left: 1px;
    padding-right: 1px;
}

.row3 {
    margin-left: -3px;
    margin-right: -3px;
}

.row3>div {
    padding-left: 3px;
    padding-right: 3px;
}

.row4 {
    margin-left: -4px;
    margin-right: -4px;
}

.row4>div {
    padding-left: 4px;
    padding-right: 4px;
}

.row0 {
    margin-left: -0px;
    margin-right: -0px;
}

.row0>div {
    padding-left: 0px;
    padding-right: 0px;
}

.row10:before,
.row5:before,
.row2:before,
.row1:before,
.row3:before,
.row4:before,
.row0:before {
    display: table;
    content: " ";
    box-sizing: border-box;
}

.row10:after,
.row5:after,
.row2:after,
.row1:after,
.row3:after,
.row4:after,
.row0:after {
    clear: both;
    content: " ";
    box-sizing: border-box;
    display: block;
}

.noBorderRadius,
.borderRadiusNone {
    border-radius: 0 !important
}

body,
html,
* {
    font-family: 'Poppins', sans-serif;
}

a:focus,
a:active {
    border: none;
    text-decoration: none;
}

.noScroll {
    overflow-y: hidden;
}

.pad5 {
    padding: 0 5px
}

.pad10 {
    padding: 0 10px
}

.pad20 {
    padding: 0 20px
}

.pad30 {
    padding: 0 30px
}

.pad40 {
    padding: 0 40px
}

.pad50 {
    padding: 0 50px
}

.pad100 {
    padding: 0 100px
}

.font100 {
    font-weight: 100
}

.font200 {
    font-weight: 200
}

.font300 {
    font-weight: 300
}

.font400 {
    font-weight: 400
}

.font500 {
    font-weight: 500
}

.font600 {
    font-weight: 600
}

.font700 {
    font-weight: 700
}

.font800 {
    font-weight: 800
}

.font900 {
    font-weight: 900
}

.fade0 {
    opacity: 0
}

.fade1 {
    opacity: .1
}

.fade2 {
    opacity: .2
}

.fade3 {
    opacity: .3
}

.fade4 {
    opacity: .4
}

.fade5 {
    opacity: .5
}

.fade6 {
    opacity: .6
}

.fade7 {
    opacity: .7
}

.fade8 {
    opacity: .8
}

.fade9 {
    opacity: .9
}

.fade10 {
    opacity: 1
}

.radius0 {
    border-radius: 0px
}

.radius1 {
    border-radius: 1px
}

.radius2 {
    border-radius: 2px
}

.radius3 {
    border-radius: 3px
}

.radius4 {
    border-radius: 4px
}

.radius5 {
    border-radius: 5px
}

.radius10 {
    border-radius: 10px
}

.bgCover {
    background-size: cover
}

.bgCenter {
    background-position: center;
}

.bgContain {
    background-size: contain;
}

.noScroll {
    overflow: hidden;
}

.hPad10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.hPad20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.hPad30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.hPad40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.hPad50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hPad60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.hPad70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.hPad80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.hPad90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.hPad100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.hPad120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.hPad150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.hPad200 {
    padding-top: 200px;
    padding-bottom: 200px;
}


/*Fonts*/

.slab {
    font-family: 'Squada One', cursive;
    !important
}


/*Buttons*/

.btn,
.btn:active,
.btn:focus {
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 30px;
    padding: 10px 35px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.btn-red {
    background: #CB160A;
    color: #FFF;
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
    background: #CB160A;
    color: #FFF;
}

.btn-black {
    background: #000;
    color: #FFF;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus {
    background: #000;
    color: #FFF;
}

.btn-white {
    background: #fff;
    color: #000;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    background: #fff;
    color: #000;
}

.btn:hover {
    opacity: .8;
}


/*Small Menu*/

.smallMenu {
    position: fixed;
    top: 0;
    right: -85%;
    width: 85%;
    height: 100%;
    transition: all .2s;
    background: #ff7232;
    z-index: 1001
}

.smallMenu.showMenu {
    right: 0
}

.menuOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
    z-index: 1000
}

.smMenuInner {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: auto;
}

.smMenuInner a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
    color: #FFF;
}

.smMenuCaller {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #FFF;
    opacity: .7
}

.smMenuCaller:hover:hover,
.smMenuCaller:hover:focus,
.smMenuCaller:hover:active {
    color: #FFF;
    opacity: 1
}


/*Md Input*/

.mdInput {
    position: relative;
    line-height: 50px;
    border-bottom: 1px #DDD solid;
    margin-top: 20px;
}

.mdInput label {
    color: #AAA;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    top: 0;
    transition: all .2s;
}

.mdInput input,
.mdInput textarea,
.mdInput select {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    height: 50px;
    padding: 0;
    line-height: 50px;
    position: relative;
    z-index: 2;
    background: none;
    font-size: 16px;
}

.mdFocussed label,
.alwaysFocused label {
    top: -28px;
    color: #6c3f92;
    font-weight: 700
}

.mdFocussed,
.alwaysFocused {
    border-color: #6c3f92;
}

.mdInput textarea {
    resize: none;
    height: 80px;
}


/*background color*/

.bgColorOne {
    background-color: #DDE6F1;
}

.bgColorTwo {
    background-color: #0E0E0E;
}

.bg_img_one {
    background-image: url('../images/circle_one.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bg_img_two {
    background-image: url('../images/circle_two.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 0px 0;
}

.bg_img_three {
    background-image: url('../images/circle_three.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bg_img_four {
    background-image: url('../images/logo_icon_three.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.bg_img_five {
    background-image: url('../images/circle_four.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bg_img_six {
    background-image: url('../images/circle_five.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg_img_seven {
    background-image: url('../images/circle_seven.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


/*text*/

.headding_one {
    font-size: 256px;
    font-family: 'Squada One', cursive;
}

.headding_three {
    font-size: 135px;
    font-family: 'Squada One', cursive;
}

.headding_two {
    font-size: 80px;
    font-family: 'Squada One', cursive;
}

.headding_four {
    font-size: 60px;
    font-family: 'Squada One', cursive;
}


/* .headding_two{font-size: 60px; font-family: 'Squada One', cursive;} */

.subheading_one {
    font-size: 39px;
    font-family: 'Squada One', cursive;
}

.subheading_two {
    font-size: 37px;
    font-family: 'Squada One', cursive;
}

.subheading_three {
    font-size: 20px;
    font-family: 'Squada One', cursive;
}

.subheading_four {
    font-size: 16px;
    font-family: 'Squada One', cursive;
}

.content_one {
    font-size: 20px;
}

.colorblue {
    color: #31568F;
}

.colorred {
    color: #CB160A;
}

.colorwhite {
    color: #fff;
}

.colorblack {
    color: #000;
}

.colorgrey {
    color: #959595;
}


/*General*/

.sectiondefault {
    width: 100%;
    height: initial;
}

.header {
    width: 100%;
    padding: 20px 0;
}

.top_logo {
    height: 60px;
    width: initial;
}

.navbar-light .navbar-nav .nav-link {
    color: #2C2E30;
    font-size: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
}

.active {
    font-weight: 600;
    color: #31568F !important;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #31568F !important;
    font-weight: 600 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #31568F !important;
}

.topsection {
    width: 100%;
    padding: 100px 0;
    max-width: 1920px;
    margin: 0 auto;
}

.imgholder {
    width: 100%;
    height: initial;
}

.imgholder img {
    width: 100%;
}

.left_top {
    width: 100%;
}

.left_top {
    width: 100%;
    padding-left: 120px;
}

.left_top h3 {
    margin-bottom: 0px;
}

.left_top h2 {
    margin-bottom: 0px;
}

.left_top p {
    margin-bottom: 34px;
    line-height: 30px;
}

.leaderSection {
    width: 100%;
}

.content_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.leaderSection_wrap {
    margin: 0 auto;
}

.leaderSection_wrap h2 {
    margin-bottom: 0;
    line-height: 200px;
    margin-bottom: 20px;
}

.leaderSection_wrap h3 {
    margin-bottom: 20px;
}

.leaderSection_wrap p {
    margin-bottom: 0px;
}

.specification {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
}

.iconImg {
    width: 150px;
    height: initial;
    margin: 0 auto;
}

.specification_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    /* 	padding: 50px 0; */
}

.specification h2 {
    margin: 0px;
    font-size: 4vw;
    margin: 0 20px;
}

.divider {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #C1C8D1;
}

.specification_wrap h3 {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.specification_wrap p {
    margin-bottom: 0px;
    font-size: 25px;
    color: #34393D;
}

.specification_wrap span {
    margin-bottom: 0px;
    font-size: 22px;
    color: #34393D;
}

.quoteSection {
    width: 100%;
}

.quoteSection_wrap {
    margin: 0 auto;
    width: 80%;
    text-align: left;
}

.quoteSection_wrap img {
    width: 150px;
    height: initial;
    border-radius: 5px;
    vertical-align: middle;
}

.quoteSection_wrap h2 {
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.quoteSection_wrap h2 span {
    font-size: 27px;
    display: block;
}

.quoteSection_wrap h3 {
    margin: 30px 0;
    font-size: 29px;
    line-height: 56px;
    margin-top: 15px;
}

.quoteSection_wrap h4 {
    font-size: 27px;
}

.quoteSection_wrap {
    position: relative;
}

.quoteIcon {
    width: 70px;
}

.action_wrap h3 {
    font-size: 30px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0px;
}

.action_wrap h3 {
    font-size: 37px;
    color: #000;
    font-weight: 300;
}

.action_wrap h2 {
    font-size: 256px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 220px;
}

.action_wrap p {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    line-height: 20px;
    font-weight: 400;
    margin: 0px;
    position: relative;
}

.action {
    display: flex;
    justify-content: center;
    align-items: center;
}

.action_wrap {
    position: relative;
    background-position: right;
}

.lPad5 {
    padding-left: 0px;
}

.lPad4 {
    padding-left: 0px;
}

.lPad3 {
    padding-left: 0px;
}

.lPad2 {
    padding-left: 20px;
}

.lPad1 {
    padding-left: 20px;
}

.Capabilities_wrap h2 {
    text-transform: uppercase;
    margin: 30px 0 20px;
    line-height: 70px;
}

.Capabilities_wrap p {
    color: #CFCFCF;
    font-size: 20px;
}

.readersDiv {
    width: 100% !important;
    height: 350px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    overflow: hidden;
}

.readersDiv:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.52)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.readersDiv p {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 10px;
    color: #fff;
    z-index: 100;
}

.box a {
    display: block;
    width: 100%;
}

.news_wrap {
    width: 100%;
    height: 350px;
    background-color: #ccc;
}

.footer {
    width: 100%;
    padding: 30px 20px;
    background-color: #E3EAF4;
}

.footer_right {
    width: 100%;
    text-align: right;
}

.footer_right p {
    font-size: 14px;
    color: #000;
    opacity: .5;
    margin: 0;
}

.footer_left_box {
    float: left;
    margin-right: 20px;
}

.footer_left_box p {
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
}

.footer_left_box a {
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
}

.footer_left_box a:hover {
    font-size: 14px;
    margin-bottom: 0;
    color: #31568F;
}

.footer_left_box img {
    width: 25px;
    display: block;
    margin-bottom: 10px;
}

.footer_left_box:nth-child(2) img {
    width: 30px;
    display: block;
    margin-bottom: 18px;
}

.footer_left_box:nth-child(3) img {
    width: 28px;
    display: block;
    margin-bottom: 12px;
}

.footer_social {
    float: left;
    padding-top: 15px;
}

.footer_social a {
    display: inline-block;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}

.footer_social a:hover {
    opacity: .8;
}

.footer_social a img {
    height: 18px;
}

.navbar-light button.navbar-toggler {
    color: rgba(0, 0, 0, .0) !important;
    border-color: rgba(0, 0, 0, .0) !important;
    outline: transparent;
}

.reader_hed h2 {
    font-size: 49px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 50px;
}

.reader_hed p {
    font-size: 26px;
    color: #000;
    font-weight: 300;
}

.Readers_wrap {
    padding: 50px 0;
    padding-bottom: 0px;
}


/*speking page */

.top_wrapper_one {
    width: 100%;
}

.black_section {
    width: 100%;
    height: 420px;
    background-color: #0E0E0E;
    background-image: url('../images/circle_six.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.black_div_img {
    width: 100%;
    height: initial;
    border-radius: 5px;
    overflow: hidden;
}

.black_div_img img {
    width: 100%;
}

.black_div_text {
    width: 100%;
}

.black_div_text h2 {
    text-transform: uppercase;
}

.place_height {
    top: -35px;
    position: relative;
}

.page_bg {
    width: 100%;
    height: initial;
    background-color: #DDE6F1;
    background-image: url('../images/circle_seven.png');
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
}

.left_shed_box {
    width: 100%;
    height: initial;
    background: #fff;
    border-radius: 5px;
    position: relative;
}

.left_shed_box:before {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: -1;
    content: '';
    display: block;
    -webkit-box-shadow: 0px 1px 11px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 11px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 11px -1px rgba(0, 0, 0, 0.2);
}

.left_shed_boxTwo {
    width: 100%;
    height: initial;
    background: #fff;
    border-radius: 5px;
}

.left_shed_boxTwo:before {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    left: -40px;
    z-index: -1;
    content: '';
    display: block;
    -webkit-box-shadow: 0px 1px 11px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 11px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 11px -1px rgba(0, 0, 0, 0.2);
}

.left_shed_boxTwo img {
    width: 100%;
    height: initial;
    background: #fff;
    border-radius: 5px;
    position: relative;
}

.left_shed_box img {
    width: 100%;
    border-radius: 5px;
}

.content_area {
    width: 100%;
}

.content_area h2 {
    width: 100%;
    text-transform: uppercase;
    font-size: 55px;
}

.top_wrapper_two {
    width: 100%;
}

.top_wrapper_twoText {
    width: 100%;
}

.top_wrapper_twoText h2 {
    text-transform: uppercase;
}

.top_wrapper_twoText h3 {
    padding-top: 50px;
}

.black_div_imgTwo {
    width: 100%;
    height: initial;
    border-radius: 5px;
    overflow: hidden;
    max-height: 434px;
    padding-top: 51px;
    margin-top: 30px;
}

.black_div_imgTwo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0px -210px;
}

.black_div_imgTwo_custom {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    max-height: 434px;
    padding-top: 0;
    margin-top: 0;
}

.black_div_imgTwo_custom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.black_sectionTwo {
    width: 100%;
    height: 420px;
    background-color: #0E0E0E;
    background-image: url('../images/circle_six.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.about_third {
    width: 100%;
}

.about_third_img {
    width: 100%;
}

.about_third_img img {
    width: 100%;
    border-radius: 5px;
}

.about_third_text {
    width: 100%;
}

.about_third_text h2 {
    text-transform: uppercase;
}

.about_top {
    width: 100%;
    position: relative;
}

.about_top_wrap {
    position: relative;
}

.mid_box {
    width: 500px;
    height: 500px;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 250px);
    top: calc(50% - 250px);
    background-color: #fff;
}

.about_top_img {
    width: 100%;
}

.about_top_img img {
    width: 100%;
    border-radius: 5px;
}

.about_top_text {
    width: 100%;
}

.about_top_text h2 {
    text-transform: uppercase;
}

.about_top_text h3 {
    margin-bottom: 0px;
}

.about_top_text h3 {
    margin-bottom: 0px;
}

.about_top_text p {
    color: #0C0C0C;
}

.padding_bottom_two {
    padding-bottom: 30px;
}

.black_sectionThree {
    width: 100%;
    height: 480px;
    background-color: #0E0E0E;
    background-image: url('../images/circle_six.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.black_sectionThree h2 {
    padding-top: 60px;
}

.black_sectionThree p {
    line-height: 24px;
}

.m_right {
    margin-right: 10px;
}

.content_area h5 {
    font-size: 14px;
    color: #333;
}

.content_area h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}

.client_quote {
    width: 100%;
    padding-bottom: 0px;
}

.client_quote_wrap {
    width: 100%;
    text-align: center;
}

.client_quote_wrap h2 {
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    display: inline-block;
}

.client_quote_wrap h2:before {
    content: '';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-image: url('../images/quote-left.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -55px;
    left: -90px;
    z-index: 9;
}

.client_quote_wrap h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}

.client_quote_wrap h4 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #000;
    font-style: italic;
}

.black_sectionFour {
    width: 100%;
    padding: 60px 0;
    background-color: #0E0E0E;
    background-image: url('../images/circle_six.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer_content {
    width: 100%;
}

.footer_content h5 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.footer_content h2 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 50px;
    position: relative;
}

.footer_content h2:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
}

.footer_content_text {
    width: 100%;
    margin-bottom: 20px;
}

.footer_content_text img {
    width: 25px;
    filter: invert(1);
    display: inline-block;
    margin-right: 10px;
}

.footer_content_text p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    display: inline-block;
}

.footer_content_text a {
    font-size: 16px;
    color: #fff;
    margin: 0;
    display: inline-block;
}

.footer_content_text a:hover {
    color: #31568F;
}

.contact_social {
    width: 100%;
}

.contact_social a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.contact_social a:hover {
    opacity: .8;
}

.contact_social a img {
    width: 40px;
}

.contact_form {
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
}

.form_wrapper {
    width: 400px;
    height: initial;
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    top: -420px;
    z-index: 100;
    -webkit-box-shadow: 0px 1px 11px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 1px 11px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 11px -1px rgb(0 0 0 / 20%);
}

.form_wrapper h2 {
    font-size: 22px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.form_wrapper input {
    font-size: 16px;
    color: #000;
    padding: 10px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
}

.form_wrapper input::placeholder {
    font-size: 14px;
    color: #999;
}

.form_wrapper input:focus {
    outline: transparent;
    border-bottom: solid 1px #333;
}

.form_wrapper textarea {
    font-size: 16px;
    color: #000;
    padding: 10px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    max-width: 100%;
    min-width: 100%;
    max-height: 150px;
    min-height: 150px;
    margin-bottom: 20px;
    padding-left: 0;
}

.form_wrapper textarea::placeholder {
    font-size: 14px;
    color: #999;
}

.form_wrapper textarea:focus {
    outline: transparent;
    border-bottom: solid 1px #333;
}

.form_wrapper input.btnsubmit {
    font-size: 20px;
    color: #fff;
    background-color: #CB160A;
    border: 0;
    padding: 10px 35px;
    border-radius: 50px;
    margin: 0 auto;
    display: inline-block;
    width: initial;
    display: block;
    margin: 0 auto;
}

.form_wrapper input.btnsubmit:hover {
    opacity: .8;
}

.windowheight8 {
    height: 80vh;
}

.blogmain_wrap {
    width: 100%;
    /*height: 500px;*/
    position: relative;
    margin-bottom: 40px
}

.blogmain_wrap img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 11px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 1px 11px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 11px -1px rgb(0 0 0 / 20%);
    /*position: absolute;*/
    top: 0;
    left: 0;
    object-fit: cover;
}

.blogmain_wrap img[alt="Shadow"] {
    display: none
}

.blogmain_textTwo {
    width: 90%;
    height: initial;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 11px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 1px 11px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 11px -1px rgb(0 0 0 / 20%);
    position: relative;
    left: 5%;
    /*top:70%;*/
    border-radius: 5px;
    margin-top: -50px
}

.blogmain_textTwo h2 {
    font-size: 20px;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogmain_textTwo p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogmain_textTwo span {
    font-size: 13px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}

.blogmain_textTwo span::before {
    width: 20px;
    height: 15px !important;
    background-image: url('../images/calendar.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: initial;
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    filter: invert(1);
}

.blogmain_textTwo a {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 20px;
    background-color: #CB160A;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
}

.blogmainTwo_wrap {
    width: 100%;
    height: 250px;
    position: relative;
    margin-bottom: 30px;
}

.blogmainTwo_wrap img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 11px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 1px 11px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 11px -1px rgb(0 0 0 / 20%);
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.blogmain_text {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
}

.blogmain_text p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: block;
    margin-bottom: 0px;
}

.blogmain_text span {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}

.blogmain_text span::before {
    width: 20px;
    height: 15px !important;
    background-image: url('../images/calendar.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: initial;
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
}

.archive_wrap {
    width: 100%;
}

.archive_head {
    width: 100%;
}

.archive_head h2 {
    font-size: 40px;
    color: #fff;
    position: relative;
    font-family: 'Squada One', cursive;
}

.archive_triger {
    text-align: right;
}

.archive_triger button {
    font-size: 20px;
    color: #ccc;
    padding: 0px;
    border: 0;
    margin-left: 20px;
    font-weight: 400;
    background-color: transparent;
}

.archive_triger button:focus {
    outline: transparent;
}

.btnactive {
    color: #fff !important;
    font-weight: 700 !important;
}

.black_sectionFive {
    width: 100%;
    position: relative;
    z-index: 20;
}

.black_sectionFive::before {
    width: 100%;
    height: 500px;
    background-color: #0E0E0E;
    background-image: url('../images/circle_six.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 50px;
    position: absolute;
    z-index: 10;
    content: '';
}

.arcive_container {
    width: 100%;
    padding-top: 30px;
}

.section_wrapper {
    position: relative;
    z-index: 100;
    padding-top: 50px;
}

.pagination_wrap {
    padding: 20px 0;
    width: 100%;
    text-align: right;
}

.pagination_wrap nav {
    display: inline-block !important;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 50%;
}

.page-link:hover {
    z-index: 2;
    color: #CB160A;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-radius: 50%;
}

.pageactive {
    background-color: #CB160A;
    border-radius: 50%;
    color: #fff !important;
}

.pageactive .page-link {
    color: #fff !important;
}

.divider {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    position: relative;
    background-color: #fff;
}

.divider::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #DDE3EC;
    position: absolute;
    top: -12px;
    left: -7px;
    border-radius: 50%;
}

.recent_wrapper {
    width: 100%;
    height: initial;
    padding: 0px 0 10px 20px;
    margin-bottom: 60px;
}

.recent_wrapper h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.recent_wrapper a {
    display: block;
    margin-bottom: 6px;
    color: #fff;
}

.recent_wrapper a:hover {
    color: #31568f;
}

.blog_head {
    width: 100%;
    margin-bottom: 20px;
}

.blog_head h2 {
    font-size: 40px;
    color: #fff;
    position: relative;
}

.blog_head span {
    font-size: 16px;
    color: #999;
    font-weight: 500;
    padding-left: 35px;
    position: relative;
}

.blog_head span::before {
    width: 30px;
    height: 20px !important;
    background-image: url('../images/calendar.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: initial;
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
}

.blogimg {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.blogimg img {
    width: 100%;
    height: initial
}

.blog_details {
    width: 100%;
    margin: 30px 0;
}

.blog_details p {
    font-size: 14px;
    color: #555;
}

.blog_details h3 {
    font-size: 24px;
    color: #000;
}

.blog_details h4 {
    font-size: 20px;
    color: #000;
}

.blog_details h5 {
    font-size: 20px;
    color: #000;
}

.blog_details h4 {
    font-size: 20px;
    color: #000;
}

.blog_details ul li {
    list-style: disc;
    font-size: 16px;
}

.paginationTwo_wrap {
    width: 100%;
    text-align: right;
}

.paginationTwo_wrap nav {
    display: inline-block !important;
}

.top_wrapper_three {
    width: 100%;
}

.page-item img {
    margin: 0 5px;
}

.unique_div h2 {
    font-size: 50px;
}

.unique_div p {
    font-size: 20px;
    color: #CECECE;
    margin: 15px 0;
}

.cont-style p {
    margin-bottom: 30px;
    color: #3B3B3C;
}

.speking_enddiv {
    padding-bottom: 200px;
}

.about_top_text h3 {
    padding-top: 30px;
}

.divider_two {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 20px auto;
    position: relative;
}

.divider_two::before {
    width: 100px;
    height: 5px;
    background-color: #fff;
    top: -2px;
    position: absolute;
    left: 0;
    content: '';
}

.quoteSection .subheading_two.slab {
    font-size: 27px;
    line-height: 52px;
    width: 100%;
}

.positionDiv {
    position: static;
    width: initial;
}

#exampleModal .modal-body {
    padding: 0rem;
}

#exampleModal .modal-header {
    background-color: #DDE6F1;
}

.modal-header .modal-title {
    font-size: 22px;
}


/*my-modal*/

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #31568F;
    font-family: 'Kinlock';
}

.modal-header {
    border-bottom: 0px solid #dee2e6;
}

.form_wrapper-fixed {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
}

.calenderBox {
    margin-bottom: 20px;
}


/*my-modal*/

.footer_right a {
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
    text-decoration: none;
}

.infoHead {
    font-size: 34px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.info p {
    font-size: 16px;
    color: #777;
}

.info a {
    font-size: 16px;
    color: #000;
}

.info p a {
    font-size: 16px;
    color: #000;
}

.info ul {
    width: 100%;
}

.info ul li {
    list-style-type: circle;
    font-size: 18px;
    color: #000;
}

.info ul li::marker {
    list-style-type: circle !important;
}

.info ul li a {
    list-style: disc;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.info h2 {
    font-size: 28px;
    color: #333;
}

.info h3 {
    font-size: 24px;
    color: #555;
}

.info h4 {
    font-size: 20px;
    color: #555;
}

.info h5 {
    font-size: 18px;
    color: #555;
}

.info h6 {
    font-size: 18px;
    color: #555;
}

.infoHead {
    font-size: 34px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.info p {
    font-size: 16px;
    color: #777;
}

.info a {
    font-size: 16px;
    color: #000;
}

.info p a {
    font-size: 16px;
    color: #000;
}

.info ul {
    width: 100%;
}

.info ul li {
    list-style-type: circle;
    font-size: 18px;
    color: #000;
}

.info ul li::marker {
    list-style-type: circle !important;
}

.info ul li a {
    list-style: disc;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.info h2 {
    font-size: 28px;
    color: #333;
}

.info h3 {
    font-size: 24px;
    color: #555;
}

.info h4 {
    font-size: 20px;
    color: #555;
}

.info h5 {
    font-size: 18px;
    color: #555;
}

.info h6 {
    font-size: 18px;
    color: #555;
}

.wpbc-payment-form .btn,
.wpbc-payment-form .button,
.booking_form_div .btn,
.booking_form_div .button,
.booking_form_div .submit,
.booking_form_div .button-secondary {
    display: inherit !important;
    font-size: 20px !important;
    color: #fff !important;
    background-color: #CB160A !important;
    border: 0 !important;
    padding: 10px 35px !important;
    border-radius: 50px !important;
    margin: 0 auto !important;
    display: inline-block !important;
    width: initial !important;
    display: block !important;
    margin: 0 auto !important;
}

#submit-btn {
    font-size: 20px !important;
    color: #fff !important;
    background-color: #CB160A !important;
    border: 0 !important;
    padding: 10px 35px !important;
    border-radius: 50px !important;
    margin: 0 auto !important;
    display: inline-block !important;
    width: initial !important;
    display: block !important;
    margin: 0 auto !important;
}

.pure-button {
    font-size: 20px !important;
    color: #fff !important;
    background-color: #CB160A !important;
    border: 0 !important;
    padding: 10px 35px !important;
    border-radius: 50px !important;
    margin: 0 auto !important;
    display: inline-block !important;
    width: initial !important;
    display: block !important;
    margin: 0 auto !important;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    font-size: 20px !important;
    color: #fff !important;
    background-color: #CB160A !important;
    border: 0 !important;
    padding: 10px 35px !important;
    border-radius: 50px !important;
    margin: 0 auto !important;
    display: inline-block !important;
    width: initial !important;
    display: block !important;
    margin: 0 auto !important;
}

.about_top_text h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.content_area h2 {
    margin-top: 0px;
    line-height: 50px;
}

.top_wrapper_twoText h2 {
    margin-top: 10px;
}

.quoteSection .subheading_two.slab {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
}

.about_third_text h2 {
    text-transform: uppercase;
    margin-top: 0px;
}

.about_third_text h2 {
    margin-top: 0px;
}

.top_wrapper_twoText h2 {
    margin-bottom: 10px;
}

.archive_head h2 {
    font-size: 60px;
    margin: 0;
}

.blog_head h2 {
    font-family: 'Squada One', cursive;
}

.blog_details img {
    max-width: 500px;
    margin: 20px auto;
    border-radius: 0px !important;
    display: block;
}


/* new css */

.lfaBanner {
    width: 100%;
    height: initial;
    padding: 200px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lfaBannerCont {
    text-align: center;
    max-width: 900px;
}

.lfaBannerCont h1 {
    font-size: 100px;
    line-height: 100%;
    color: #fff;
    margin: 0;
    margin-bottom: 40px;
    font-family: 'SquadaOne';
}

.lfaBannerContBtnWrap {
    text-align: center;
    display: block;
}

.lfaBannerContBtnWrap a {
    margin: 0 10px;
}

.btn-black {
    background-color: #000;
    color: #fff;
}

.blueDiv {
    position: relative;
    padding: 100px 0px;
    background-color: #DDE6F1;
    z-index: 0;
    overflow: hidden;
}

.blueDiv::before {
    /* 	content: ''; */
    background-image: url('../images/circle-shadow-top.png');
    background-repeat: no-repeat;
    top: -200px;
    right: -300px;
    position: absolute;
    z-index: 1;
    width: 600px;
    height: 600px;
    background-size: contain;
}

.blueDiv::after {
    /* 	content: ''; */
    background-image: url('../images/circle-shadow-bottom.png');
    background-repeat: no-repeat;
    bottom: -150px;
    left: 0px;
    position: absolute;
    z-index: 1;
    width: 600px;
    height: 600px;
    background-size: contain;
}

.blueDiv2 {
    position: relative;
    padding: 150px 0px;
    background-color: #DDE6F1;
    z-index: 0;
}

.blueDiv2::before {
    content: '';
    background-image: url('../images/circle-shadow-top.png');
    background-repeat: no-repeat;
    bottom: -200px;
    right: -300px;
    position: absolute;
    z-index: 1;
    width: 600px;
    height: 600px;
    background-size: contain;
}

.blueDiv2::after {
    content: '';
    background-image: url('../images/circle-shadow-bottom.png');
    background-repeat: no-repeat;
    top: -150px;
    left: 0px;
    position: absolute;
    z-index: 1;
    width: 600px;
    height: 600px;
    background-size: contain;
}

.lfa-heading {
    font-size: 100px;
    color: #31568F;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 40px;
    font-family: 'SquadaOne';
}

.lfa-subheading {
    font-size: 39px;
    color: #000;
    line-height: 100%;
    margin: 0 0 20px;
    font-family: 'SquadaOne';
}

.relative-cont {
    position: relative;
    z-index: 10;
}

.sliderWrapper {
    width: 100%;
    position: relative;
    margin: 50px 0 20px;
}

.lfaImgSlider {
    padding: 0 20px;
}

.sliderWrapperDiv {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.lfaImgSlider .owl-carousel .owl-nav {
    position: absolute;
    right: 13%;
    display: block;
    bottom: -90px;
}

.sliderButtonWrap {
    padding-left: 38.5%;
    padding-top: 30px;
}

.lfaBlackDiv {
    width: 100%;
    background-color: #000;
    padding: 100px 20px 200px;
    position: relative;
}

.lfaBlackDiv::before {
    content: '';
    width: 300px;
    height: 300px;
    background-image: url('../images/red-shadow.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 15%;
}

.benifitDiv {
    width: 100%;
    margin-bottom: 30px;
}

.benifitDiv img {
    height: 60px;
    margin-bottom: 20px;
}

.benifitDiv p {
    font-size: 16px;
    color: #fff;
    line-height: 120%;
}

.benifitDivHead {
    font-size: 70px;
    color: #fff;
    font-family: 'SquadaOne';
    margin-bottom: 60px;
}

.sliderTextDiv {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px;
}

.sliderTextDiv p {
    font-size: 16px;
    color: #000;
    line-height: 120%;
    font-weight: 300;
    /* 	height: 200px; */
}

.sliderTextDiv h6 {
    font-size: 18px;
    color: #000;
    line-height: 120%;
    font-weight: 600;
}

.topImgRow {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.smFloatImg {
    width: 50%;
    margin-bottom: 20px;
    position: relative;
    z-index: 100;
}

.smFloatImg img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 200;
}

.sectionQuoteImg {
    width: 50%;
    margin-bottom: 20px;
}

.sectionQuoteImg img {
    height: 120px;
}

.lfaBeforeDiv {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 250px 20px 150px;
}

.beforeTextCont {
    width: 100%;
}

.beforeTextCont h2 {
    font-size: 70px;
    color: #31568F;
    font-family: 'SquadaOne';
    line-height: 120%;
    margin: 0;
    margin-bottom: 50px;
}

.beforeTextCont ul {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}

.beforeTextCont ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.beforeTextCont ul li img {
    width: 30px;
    margin-right: 30px;
}

.beforeTextCont ul li span {
    color: #000;
    font-size: 18px;
}

.lfaDateDiv {
    width: 100%;
    padding: 100px 20px;
    background-color: #DDE6F1;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.lfaDateDiv::after {
    content: '';
    width: 800px;
    height: 800px;
    background-image: url('../images/icon-bottom.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 100px;
    right: 50px;
    z-index: 1;
}

.lfaDateDiv h2 {
    font-size: 70px;
    color: #000;
    font-family: 'SquadaOne';
    line-height: 120%;
    margin: 0;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}

.dateCard {
    width: 100%;
    padding: 20px 20px 70px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.dateCard h3 {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #000000;
    line-height: 100%;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
}

.dateCard h4 {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #9F9F9F;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 400;
}

.dateCardTable {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.dateCardTable p {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.dateCardTable p span {
    font-size: 18px;
    color: #31568F;
    margin: 0;
}

.dateCard a {
    margin-top: 20px;
    display: block;
    width: 100%;
    background-color: #000;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
    transition: all .2s;
    -ms-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.dateCard a:hover {
    opacity: .8;
}

.infoWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.infoWrap a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 10px;
}

.infoWrap a:last-child {
    margin-right: 0px;
}

.infoWrap a:hover {
    color: #31568F !important;
}

#watchvideoModalCenter .embed-responsive {
    border: solid 5px #fff;
}

#watchvideoModalCenter .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

#watchvideoModalCenter .modal-body {
    position: relative;
    padding: 0px;
}

#watchvideoModalCenter .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #000;
    font-weight: 400;
    opacity: 1;
    border-radius: 50%;
    background-color: transparent;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.formWrapper {
    width: 100%;
    /* height: 85vh; */
    background-color: #fff;
    box-shadow: 0px 4px 62px rgba(49, 86, 143, 0.08);
    border-radius: 5px 5px 10px 10px;
    border-top: solid 5px #31568F;
    padding: 30px 50px 50px;
}

.formPageBg {
    background-image: none;
}

.stepperWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.stepperWrapper ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stepperWrapper ul li {
    list-style: none;
    text-align: center;
}

.stepperWrapper ul li span {
    color: #000;
    font-size: 16px;
    display: block;
    text-align: left;
    padding-left: 16px;
}

.circleBox {
    margin: 0px 30px;
    border: 2px solid #D1D5DB;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 0;
}

.circleBox::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #D1D5DB;
    position: absolute;
    right: -30px;
    top: 17px;
}

.circleBox svg {
    width: 15px;
    height: 15px;
    filter: grayscale(1);
    opacity: .4;
}

.circleBox .check {
    display: none;
}

.stepperWrapper ul li:last-child .circleBox::after {
    display: none;
}

.stepperWrapper ul li:last-child .circleBox {
    margin-right: 0;
}

.circleBoxCurrent {
    border: 2px solid #31568F;
}

.circleBoxCurrent::after {
    background-color: #31568F;
}

.circleBoxCurrent svg {
    filter: grayscale(0);
    opacity: 1;
}

.circleBoxCompleted {
    border: 2px solid #31568F;
    background-color: #31568F;
}

.circleBoxCompleted::after {
    background-color: #31568F;
}

.circleBoxCompleted svg {
    display: none;
}

.circleBoxCompleted .check {
    display: block;
}

.formHeaddingWrap {
    width: 100%;
    margin-bottom: 20px;
}

.formHeaddingWrap h4 {
    font-size: 20px;
    color: #31568F;
    font-weight: 600;
}

.formHeaddingWrap h6 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: right;
    display: block;
}

.formHeaddingWrap p {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    text-align: right;
    width: 100%;
}

.lfaFormLine {
    margin-bottom: 15px;
    width: 100%;
}

.lfaFormLine label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}

.lfaFormLine a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
    text-decoration: none;
    transition: all .2s;
}

.lfaFormLine a:hover {
    color: #31568F;
}

.lfaFormLine input {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    width: 100%;
    padding: 5px 10px;
    background: rgba(49, 86, 143, 0.08);
    border-radius: 4px;
    border: 0;
    height: 40px;
}

.lfaFormLine input:focus {
    outline: transparent;
}

.lfaFormLine input::placeholder {
    font-size: 14px;
    color: rgba(49, 86, 143, 0.3);
}

.lfaFormLine select {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    width: 100%;
    padding: 5px 10px;
    background: rgba(49, 86, 143, 0.08);
    border-radius: 4px;
    border: 0;
    height: 40px;
}

.lfaFormLine select:focus {
    outline: transparent;
}

.lfaFormLine select::placeholder {
    font-size: 14px;
    color: rgba(49, 86, 143, 0.3);
}

.lfaFormLine textarea {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    width: 100%;
    padding: 5px 10px;
    background: rgba(49, 86, 143, 0.08);
    border-radius: 4px;
    border: 0;
    height: 100px;
    resize: none;
}

.lfaFormLine textarea:focus {
    outline: transparent;
}

.lfaFormLine textarea::placeholder {
    font-size: 14px;
    color: rgba(49, 86, 143, 0.3);
}

.lfaFormButtonWrap {
    margin-top: 30px;
    width: 100%;
}

.lfaFormButtonWrap::after {
    content: '';
    display: block;
    clear: both;
}

.formNextBtn {
    padding: 16px 40px 16px 40px;
    border-radius: 40px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    position: relative;
    float: right;
    border: 0;
}

.formNextBtn:hover {
    opacity: .8;
}

.formPrevBtn {
    padding: 16px 40px 16px 40px;
    border-radius: 40px;
    background: rgba(49, 86, 143, 0.08);
    color: #31568F;
    font-size: 18px;
    position: relative;
    float: left;
    border: 0;
}

.formPrevBtn:hover {
    opacity: .8;
}

.selectGender {
    display: flex;
    padding: 5px 0;
}

.selectGender label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-right: 30px;
}

.selectGender input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.selectGender label:last-child {
    margin-right: 0px;
}

.lfaFormLine span {
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
}

.formCheck {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.formCheck input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 0;
    background: rgba(49, 86, 143, 0.08);
}

.formCheck label {
    margin-bottom: 0px;
}

.lfaFormPayment {
    width: 100%;
    text-align: center;
}

.lfaFormPayment h2 {
    font-size: 24px;
    columns: #000000;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.lfaFormPaymentOption {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.lfaFormPaymentOptionDiv input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.lfaFormPaymentOptionDiv label {
    font-size: 16px;
    color: #000;
    padding-top: 5px;
}

input[type=radio]#due {
    accent-color: #FF0000;
}

input[type=radio]#full {
    accent-color: #FF0000;
}

.radioActive label {
    color: #FF0000;
}

.lfaFormPayment input.btnsubmit {
    font-size: 20px;
    color: #fff;
    background-color: #CB160A;
    border: 0;
    padding: 10px 35px;
    border-radius: 50px;
    margin: 0 auto;
    display: inline-block;
    width: initial;
    display: block;
    margin: 0 auto;
}

.selectPaymentOption {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.selectPaymentOption select {
    height: 45px;
    width: 100%;
    color: #000;
    background: rgba(49, 86, 143, 0.06);
    padding: 10px 20px;
    border-radius: 40px;
    border: 0;
}

.selectPaymentOption select:focus {
    outline: transparent;
}

.selectPaymentOption select option {
    width: 100%;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gap100 {
    height: 100px;
    display: block;
}

.lfaImgSlider .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #31568F;
    font-size: 0px;
    position: relative;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-prev::after {
    content: '<';
    font-size: 30px;
    color: #31568F;
    position: absolute;
    top: 0px;
    left: 8px;
    line-height: 40px;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #31568F;
    font-size: 0px;
    margin-left: 20px;
    position: relative;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-next::after {
    content: '>';
    font-size: 30px;
    color: #31568F;
    position: absolute;
    top: 0px;
    left: 10px;
    line-height: 40px;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-next:hover {
    background-color: #31568F !important;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-next:hover::after {
    color: #fff !important;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-prev:hover {
    background-color: #31568F !important;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-prev:hover::after {
    color: #fff !important;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-prev.disabled {
    background-color: transparent !important;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-prev.disabled::after {
    color: #31568F !important;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-next.disabled {
    background-color: transparent !important;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-next.disabled::after {
    color: #31568F !important;
}

.closeBTn {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 40px;
    height: 40px;
    background-color: #555;
    font-size: 20px;
    border-radius: 50%;
    font-weight: 600;
    cursor: pointer;
    border: solid 1px #555;
    text-align: center;
    line-height: 35px;
}

.closeBTn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.investTextWrap {
    max-width: 75%;
}

.owl-carousel .owl-stage {
    display: flex;
}

.lfaImgSlider .owl-carousel .owl-item img {
    width: auto;
    height: 100%;
}

.lfaImgSlider .owl-carousel.owl-drag .owl-item {
    width: 550px!important;
    /*     height: 350px !important; */
}

.lfaImgSlider .sliderWrapperDiv {
    height: 100%;
    border-radius: 10px;
}

.lfaImgSlider .owl-carousel .owl-stage {
    left: -335px;
}

.sliderButtonWrap {
    padding-left: 21.5%;
}

.lfaImgSlider .owl-carousel .owl-nav {
    right: 18%;
}

.sliderTextDiv {
    width: 100% !important;
    /*     height: 350px !important; */
}

.sliderTextDiv p {
    font-size: 16px;
}

.sliderTextDiv h6 {
    font-size: 20px;
    line-height: 140%;
}

.sliderTextDiv {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-direction: column;
}

.smFloatImg img {
    width: 550px;
}

.smFloatImg {
    left: 50px;
}

.videoThumb {
    position: relative;
}

.videoPlay {
    position: absolute;
    width: 100px !important;
    height: 100px !important;
    z-index: 100;
    object-fit: contain;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

@media (max-width:1600px) {
    .lfaImgSlider .owl-carousel .owl-stage {
        left: -377px;
    }
    .sliderButtonWrap {
        padding-left: 15.5%;
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 12%;
    }
}

@media (max-width:1440px) {
    .lfaImgSlider .owl-carousel .owl-stage {
        left: -395px;
    }
    .sliderButtonWrap {
        padding-left: 11.5%;
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 7%;
    }
}

@media (max-width:1366px) {
    .lfaImgSlider .owl-carousel .owl-stage {
        left: -405px;
    }
    .sliderButtonWrap {
        padding-left: 11.5%;
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 7%;
    }
    .lfaImgSlider .owl-carousel.owl-drag .owl-item {
        width: 450px!important;
        /*     	height: 280px !important; */
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 20%;
    }
    .sliderButtonWrap {
        padding-left: 9.5%;
    }
    /* 	.sliderTextDiv {
    	width: 100% !important;
    	height: 280px !important;
	} */
    .smFloatImg img {
        width: 450px !important;
    }
    .smFloatImg {
        left: -50px;
    }
    /* 	.sliderTextDiv p {
    height: 180px;
	} */
}

@media (max-width:1280px) {
    .lfaImgSlider .owl-carousel .owl-stage {
        left: -415px;
    }
    .sliderButtonWrap {
        padding-left: 7%;
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 18%;
    }
    .lfaImgSlider .owl-carousel.owl-drag .owl-item {
        width: 450px!important;
        /*     	height: 280px !important; */
    }
}

@media (max-width:1024px) {
    .lfaImgSlider .owl-carousel .owl-stage {
        left: 25px;
    }
    .sliderButtonWrap {
        padding-left: 5% !important;
        padding-top: 30px;
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 4% !important;
        z-index: 1000 !important;
    }
    /* 	.lfaImgSlider .owl-carousel.owl-drag .owl-item {
    	width: initial !important;
    	height: initial !important;
	} */
    .smFloatImg {
        left: 0;
    }
}

@media (max-width:768px) {
    .lfaImgSlider .owl-carousel .owl-stage {
        left: 25px;
    }
    .sliderButtonWrap {
        padding-left: 6% !important;
        padding-top: 30px;
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 4% !important;
        z-index: 1000 !important;
    }
    .lfaImgSlider .owl-carousel.owl-drag .owl-item {
        width: 346px!important;
        /*     	height: 220px !important; */
    }
    .sliderTextDiv {
        width: 100% !important;
        /*     	height: 220px !important; */
    }
    .sliderTextDiv p {
        font-size: 16px;
    }
    /* 	.sliderTextDiv p {
    	height: 130px;
	} */
    .sliderTextDiv h6 {
        font-size: 16px;
        line-height: 140%;
    }
    .smFloatImg img {
        width: 346px !important;
    }
    .smFloatImg {
        left: 16px;
    }
    /* 	.blueDiv2{
		overflow:hidden;
	} */
}

@media (max-width:600px) {
    .lfaImgSlider .owl-carousel.owl-drag .owl-item {
        width: 100% !important;
        /*height: initial !important;*/
    }
    .lfaImgSlider .owl-carousel .owl-item img {
        width: initial;
        height: initial;
    }
    .lfaImgSlider .owl-carousel .owl-stage {
        left: 0;
    }
    .lfaImgSlider {
        padding: 0 0px;
    }
    .sliderButtonWrap {
        padding-left: 0% !important;
        padding-top: 30px;
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 0% !important;
        z-index: 1000 !important;
    }
    .smFloatImg img {
        width: 100% !important;
        height: initial !important;
    }
    .topImgRow {
        display: block;
    }
    .blueDiv2::before {
        display: none;
    }
    .blueDiv2::after {
        display: none;
    }
    .smFloatImg img {
        position: static;
    }
    .blueDiv2 {
        padding-top: 50px;
    }
    .lfaBeforeDiv {
        padding-top: 50px !important;
    }
    .smFloatImg {
        left: 0px;
    }
    .lfaBeforeDiv {
        padding-top: 5px !important;
        padding-bottom: 20px !important;
    }
    .sliderTextDiv {
        width: 100%!important;
        /*     	height: initial!important; */
    }
    .sliderTextDiv p {
        font-size: 16px !important;
        line-height: 130% !important;
    }
    .sliderTextDiv {
        padding: 20px !important;
    }
    .lfaImgSlider .owl-carousel .owl-item img {
        width: 100%;
        height: initial;
    }
}

.videoPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    height: 25%;
    z-index: 1000;
    background-color: #dbdedd52;
    border-radius: 50%;
    transition: all .2s;
}

.videoPlay:hover {
    opacity: .7;
}

@media (max-width:768px) {
    .videoPlay {
        position: absolute;
        width: 50px !important;
        height: 50px !important;
        top: calc(50% + 25px);
        left: calc(50% + 25px);
    }
}

.sectiondefault.bgColorOne.bg_img_one {
    overflow: hidden
}

.blueDiv .lfaImgSlider .owl-carousel .owl-item .fancybox img {}

.blog_lastp.hPad100 {
    padding: 0
}


/* new css */

.lfaBanner {
    width: 100%;
    height: initial;
    padding: 200px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lfaBannerCont {
    text-align: center;
    max-width: 900px;
}

.lfaBannerCont h1 {
    font-size: 100px;
    line-height: 100%;
    color: #fff;
    margin: 0;
    margin-bottom: 40px;
    font-family: 'SquadaOne';
}

.lfaBannerContBtnWrap {
    text-align: center;
    display: block;
}

.lfaBannerContBtnWrap a {
    margin: 0 10px;
}

.btn-black {
    background-color: #000;
    color: #fff;
}

.blueDiv {
    position: relative;
    padding: 100px 0px;
    background-color: #DDE6F1;
    z-index: 0;
    overflow: hidden;
}

.blueDiv::before {
    /* 	content: ''; */
    background-image: url('../images/circle-shadow-top.png');
    background-repeat: no-repeat;
    top: -200px;
    right: -300px;
    position: absolute;
    z-index: 1;
    width: 600px;
    height: 600px;
    background-size: contain;
}

.blueDiv::after {
    /* 	content: ''; */
    background-image: url('../images/circle-shadow-bottom.png');
    background-repeat: no-repeat;
    bottom: -150px;
    left: 0px;
    position: absolute;
    z-index: 1;
    width: 600px;
    height: 600px;
    background-size: contain;
}

.blueDiv2 {
    position: relative;
    padding: 150px 0px;
    background-color: #DDE6F1;
    z-index: 0;
}

.blueDiv2::before {
    content: '';
    background-image: url('../images/circle-shadow-top.png');
    background-repeat: no-repeat;
    bottom: -200px;
    right: -300px;
    position: absolute;
    z-index: 1;
    width: 600px;
    height: 600px;
    background-size: contain;
}

.blueDiv2::after {
    content: '';
    background-image: url('../images/circle-shadow-bottom.png');
    background-repeat: no-repeat;
    top: -150px;
    left: 0px;
    position: absolute;
    z-index: 1;
    width: 600px;
    height: 600px;
    background-size: contain;
}

.lfa-heading {
    font-size: 100px;
    color: #31568F;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 40px;
    font-family: 'SquadaOne';
}

.lfa-subheading {
    font-size: 39px;
    color: #000;
    line-height: 100%;
    margin: 0 0 20px;
    font-family: 'SquadaOne';
}

.relative-cont {
    position: relative;
    z-index: 10;
}

.sliderWrapper {
    width: 100%;
    position: relative;
    margin: 50px 0 20px;
}

.lfaImgSlider {
    padding: 0 20px;
}

.sliderWrapperDiv {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.lfaImgSlider .owl-carousel .owl-nav {
    position: absolute;
    right: 13%;
    display: block;
    bottom: -90px;
}

.sliderButtonWrap {
    padding-left: 38.5%;
    padding-top: 30px;
}

.lfaBlackDiv {
    width: 100%;
    background-color: #000;
    padding: 100px 20px 200px;
    position: relative;
}

.lfaBlackDiv::before {
    content: '';
    width: 300px;
    height: 300px;
    background-image: url('../images/red-shadow.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 15%;
}

.benifitDiv {
    width: 100%;
    margin-bottom: 30px;
}

.benifitDiv img {
    height: 60px;
    margin-bottom: 20px;
}

.benifitDiv p {
    font-size: 16px;
    color: #fff;
    line-height: 120%;
}

.benifitDivHead {
    font-size: 70px;
    color: #fff;
    font-family: 'SquadaOne';
    margin-bottom: 60px;
}

.sliderTextDiv {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px;
}

.sliderTextDiv p {
    font-size: 16px;
    color: #000;
    line-height: 120%;
    font-weight: 300;
    /* 	height: 200px; */
}

.sliderTextDiv h6 {
    font-size: 18px;
    color: #000;
    line-height: 120%;
    font-weight: 600;
}

.topImgRow {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.smFloatImg {
    width: 50%;
    margin-bottom: 20px;
    position: relative;
    z-index: 100;
}

.smFloatImg img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 200;
}

.sectionQuoteImg {
    width: 50%;
    margin-bottom: 20px;
}

.sectionQuoteImg img {
    height: 120px;
}

.lfaBeforeDiv {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 250px 20px 150px;
}

.beforeTextCont {
    width: 100%;
}

.beforeTextCont h2 {
    font-size: 70px;
    color: #31568F;
    font-family: 'SquadaOne';
    line-height: 120%;
    margin: 0;
    margin-bottom: 50px;
}

.beforeTextCont ul {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}

.beforeTextCont ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.beforeTextCont ul li img {
    width: 30px;
    margin-right: 30px;
}

.beforeTextCont ul li span {
    color: #000;
    font-size: 18px;
}

.lfaDateDiv {
    width: 100%;
    padding: 100px 20px;
    background-color: #DDE6F1;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.lfaDateDiv::after {
    content: '';
    width: 800px;
    height: 800px;
    background-image: url('../images/icon-bottom.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 100px;
    right: 50px;
    z-index: 1;
}

.lfaDateDiv h2 {
    font-size: 70px;
    color: #000;
    font-family: 'SquadaOne';
    line-height: 120%;
    margin: 0;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}

.dateCard {
    width: 100%;
    padding: 20px 20px 70px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.dateCard h3 {
    display: block;
    text-align: center;
    font-size: 23px;
    color: #000000;
    line-height: 100%;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
}

.dateCard h4 {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #9F9F9F;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 400;
}

.dateCardTable {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.dateCardTable p {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.dateCardTable p span {
    font-size: 18px;
    color: #31568F;
    margin: 0;
}

.dateCard a {
    margin-top: 20px;
    display: block;
    width: 100%;
    background-color: #000;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
    transition: all .2s;
    -ms-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.dateCard a:hover {
    opacity: .8;
}

.infoWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.infoWrap a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 10px;
}

.infoWrap a:last-child {
    margin-right: 0px;
}

.infoWrap a:hover {
    color: #31568F !important;
}

#watchvideoModalCenter .embed-responsive {
    border: solid 5px #fff;
}

#watchvideoModalCenter .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

#watchvideoModalCenter .modal-body {
    position: relative;
    padding: 0px;
}

#watchvideoModalCenter .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #000;
    font-weight: 400;
    opacity: 1;
    border-radius: 50%;
    background-color: transparent;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.formWrapper {
    width: 100%;
    /* height: 85vh; */
    background-color: #fff;
    box-shadow: 0px 4px 62px rgba(49, 86, 143, 0.08);
    border-radius: 5px 5px 10px 10px;
    border-top: solid 5px #31568F;
    padding: 30px 50px 50px;
}

.formPageBg {
    background-image: none;
}

.stepperWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.stepperWrapper ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stepperWrapper ul li {
    list-style: none;
    text-align: center;
}

.stepperWrapper ul li span {
    color: #000;
    font-size: 16px;
    display: block;
    text-align: left;
    padding-left: 16px;
}

.circleBox {
    margin: 0px 30px;
    border: 2px solid #D1D5DB;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 0;
}

.circleBox::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #D1D5DB;
    position: absolute;
    right: -30px;
    top: 17px;
}

.circleBox svg {
    width: 15px;
    height: 15px;
    filter: grayscale(1);
    opacity: .4;
}

.circleBox .check {
    display: none;
}

.stepperWrapper ul li:last-child .circleBox::after {
    display: none;
}

.stepperWrapper ul li:last-child .circleBox {
    margin-right: 0;
}

.circleBoxCurrent {
    border: 2px solid #31568F;
}

.circleBoxCurrent::after {
    background-color: #31568F;
}

.circleBoxCurrent svg {
    filter: grayscale(0);
    opacity: 1;
}

.circleBoxCompleted {
    border: 2px solid #31568F;
    background-color: #31568F;
}

.circleBoxCompleted::after {
    background-color: #31568F;
}

.circleBoxCompleted svg {
    display: none;
}

.circleBoxCompleted .check {
    display: block;
}

.formHeaddingWrap {
    width: 100%;
    margin-bottom: 20px;
}

.formHeaddingWrap h4 {
    font-size: 18px;
    color: #31568F;
    font-weight: 600;
}

.formHeaddingWrap h6 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: right;
    display: block;
}

.formHeaddingWrap p {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    text-align: right;
    width: 100%;
}

.lfaFormLine {
    margin-bottom: 15px;
    width: 100%;
}

.lfaFormLine label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}

.lfaFormLine a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
    text-decoration: none;
    transition: all .2s;
}

.lfaFormLine a:hover {
    color: #31568F;
}

.lfaFormLine input {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    width: 100%;
    padding: 5px 10px;
    background: rgba(49, 86, 143, 0.08);
    border-radius: 4px;
    border: 0;
    height: 40px;
}

.lfaFormLine input:focus {
    outline: transparent;
}

.lfaFormLine input::placeholder {
    font-size: 14px;
    color: rgba(49, 86, 143, 0.3);
}

.lfaFormLine select {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    width: 100%;
    padding: 5px 10px;
    background: rgba(49, 86, 143, 0.08);
    border-radius: 4px;
    border: 0;
    height: 40px;
}

.lfaFormLine select:focus {
    outline: transparent;
}

.lfaFormLine select::placeholder {
    font-size: 14px;
    color: rgba(49, 86, 143, 0.3);
}

.lfaFormLine textarea {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    width: 100%;
    padding: 5px 10px;
    background: rgba(49, 86, 143, 0.08);
    border-radius: 4px;
    border: 0;
    height: 100px;
    resize: none;
}

.lfaFormLine textarea:focus {
    outline: transparent;
}

.lfaFormLine textarea::placeholder {
    font-size: 14px;
    color: rgba(49, 86, 143, 0.3);
}

.lfaFormButtonWrap {
    margin-top: 30px;
    width: 100%;
}

.lfaFormButtonWrap::after {
    content: '';
    display: block;
    clear: both;
}

.formNextBtn {
    padding: 16px 40px 16px 40px;
    border-radius: 40px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    position: relative;
    float: right;
    border: 0;
}

.formNextBtn:hover {
    opacity: .8;
}

.formPrevBtn {
    padding: 16px 40px 16px 40px;
    border-radius: 40px;
    background: rgba(49, 86, 143, 0.08);
    color: #31568F;
    font-size: 18px;
    position: relative;
    float: left;
    border: 0;
}

.formPrevBtn:hover {
    opacity: .8;
}

.selectGender {
    display: flex;
    padding: 5px 0;
}

.selectGender label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-right: 30px;
}

.selectGender input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.selectGender label:last-child {
    margin-right: 0px;
}

.lfaFormLine span {
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
}

.formCheck {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.formCheck input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 0;
    background: rgba(49, 86, 143, 0.08);
}

.formCheck label {
    margin-bottom: 0px;
}

.lfaFormPayment {
    width: 100%;
    text-align: center;
}

.lfaFormPayment h2 {
    font-size: 24px;
    columns: #000000;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.lfaFormPaymentOption {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.lfaFormPaymentOptionDiv input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.lfaFormPaymentOptionDiv label {
    font-size: 16px;
    color: #000;
    padding-top: 5px;
}

input[type=radio]#due {
    accent-color: #FF0000;
}

input[type=radio]#full {
    accent-color: #FF0000;
}

.radioActive label {
    color: #FF0000;
}

.lfaFormPayment input.btnsubmit {
    font-size: 20px;
    color: #fff;
    background-color: #CB160A;
    border: 0;
    padding: 10px 35px;
    border-radius: 50px;
    margin: 0 auto;
    display: inline-block;
    width: initial;
    display: block;
    margin: 0 auto;
}

.selectPaymentOption {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.selectPaymentOption select {
    height: 45px;
    width: 100%;
    color: #000;
    background: rgba(49, 86, 143, 0.06);
    padding: 10px 20px;
    border-radius: 40px;
    border: 0;
}

.selectPaymentOption select:focus {
    outline: transparent;
}

.selectPaymentOption select option {
    width: 100%;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gap100 {
    height: 100px;
    display: block;
}

.lfaImgSlider .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #31568F;
    font-size: 0px;
    position: relative;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-prev::after {
    content: '<';
    font-size: 30px;
    color: #31568F;
    position: absolute;
    top: 0px;
    left: 8px;
    line-height: 40px;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #31568F;
    font-size: 0px;
    margin-left: 20px;
    position: relative;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-next::after {
    content: '>';
    font-size: 30px;
    color: #31568F;
    position: absolute;
    top: 0px;
    left: 10px;
    line-height: 40px;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-next:hover {
    background-color: #31568F !important;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-next:hover::after {
    color: #fff !important;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-prev:hover {
    background-color: #31568F !important;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-prev:hover::after {
    color: #fff !important;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-prev.disabled {
    background-color: transparent !important;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-prev.disabled::after {
    color: #31568F !important;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-next.disabled {
    background-color: transparent !important;
}

.lfaImgSlider .owl-carousel .owl-nav .owl-next.disabled::after {
    color: #31568F !important;
}

.closeBTn {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 40px;
    height: 40px;
    background-color: #555;
    font-size: 20px;
    border-radius: 50%;
    font-weight: 600;
    cursor: pointer;
    border: solid 1px #555;
    text-align: center;
    line-height: 35px;
}

.closeBTn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.investTextWrap {
    max-width: 75%;
}

.owl-carousel .owl-stage {
    display: flex;
}

.lfaImgSlider .owl-carousel .owl-item img {
    width: auto;
    height: 100%;
}

.lfaImgSlider .owl-carousel.owl-drag .owl-item {
    width: 550px!important;
    /*     height: 350px !important; */
}

.lfaImgSlider .sliderWrapperDiv {
    height: 100%;
    border-radius: 10px;
}

.lfaImgSlider .owl-carousel .owl-stage {
    left: -335px;
}

.sliderButtonWrap {
    padding-left: 21.5%;
}

.lfaImgSlider .owl-carousel .owl-nav {
    right: 18%;
}

.sliderTextDiv {
    width: 100% !important;
    /*     height: 350px !important; */
}

.sliderTextDiv p {
    font-size: 16px;
}

.sliderTextDiv h6 {
    font-size: 20px;
    line-height: 140%;
}

.sliderTextDiv {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-direction: column;
}

.smFloatImg img {
    width: 550px;
}

.smFloatImg {
    left: 50px;
}

.videoThumb {
    position: relative;
}

.videoPlay {
    position: absolute;
    width: 100px !important;
    height: 100px !important;
    z-index: 100;
    object-fit: contain;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

@media (max-width:1600px) {
    .lfaImgSlider .owl-carousel .owl-stage {
        left: -377px;
    }
    .sliderButtonWrap {
        padding-left: 15.5%;
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 12%;
    }
}

@media (max-width:1440px) {
    .lfaImgSlider .owl-carousel .owl-stage {
        left: -395px;
    }
    .sliderButtonWrap {
        padding-left: 11.5%;
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 7%;
    }
}

@media (max-width:1366px) {
    .lfaImgSlider .owl-carousel .owl-stage {
        left: -405px;
    }
    .sliderButtonWrap {
        padding-left: 11.5%;
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 7%;
    }
    .lfaImgSlider .owl-carousel.owl-drag .owl-item {
        width: 450px!important;
        /*     	height: 280px !important; */
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 20%;
    }
    .sliderButtonWrap {
        padding-left: 9.5%;
    }
    /* 	.sliderTextDiv {
    	width: 100% !important;
    	height: 280px !important;
	} */
    .smFloatImg img {
        width: 450px !important;
    }
    .smFloatImg {
        left: -50px;
    }
    /* 	.sliderTextDiv p {
    height: 180px;
	} */
}

@media (max-width:1280px) {
    .lfaImgSlider .owl-carousel .owl-stage {
        left: -415px;
    }
    .sliderButtonWrap {
        padding-left: 7%;
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 18%;
    }
    .lfaImgSlider .owl-carousel.owl-drag .owl-item {
        width: 450px!important;
        /*     	height: 280px !important; */
    }
}

@media (max-width:1024px) {
    .lfaImgSlider .owl-carousel .owl-stage {
        left: 25px;
    }
    .sliderButtonWrap {
        padding-left: 5% !important;
        padding-top: 30px;
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 4% !important;
        z-index: 1000 !important;
    }
    /* 	.lfaImgSlider .owl-carousel.owl-drag .owl-item {
    	width: initial !important;
    	height: initial !important;
	} */
    .smFloatImg {
        left: 0;
    }
}

@media (max-width:768px) {
    .lfaImgSlider .owl-carousel .owl-stage {
        left: 25px;
    }
    .sliderButtonWrap {
        padding-left: 6% !important;
        padding-top: 30px;
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 4% !important;
        z-index: 1000 !important;
    }
    .lfaImgSlider .owl-carousel.owl-drag .owl-item {
        width: 346px!important;
        /*     	height: 220px !important; */
    }
    .sliderTextDiv {
        width: 100% !important;
        /*     	height: 220px !important; */
    }
    .sliderTextDiv p {
        font-size: 16px;
    }
    /* 	.sliderTextDiv p {
    	height: 130px;
	} */
    .sliderTextDiv h6 {
        font-size: 16px;
        line-height: 140%;
    }
    .smFloatImg img {
        width: 346px !important;
    }
    .smFloatImg {
        left: 16px;
    }
    /* 	.blueDiv2{
		overflow:hidden;
	} */
}

@media (max-width:600px) {
    .lfaImgSlider .owl-carousel.owl-drag .owl-item {
        width: 100% !important;
        /*height: initial !important;*/
    }
    .lfaImgSlider .owl-carousel .owl-item img {
        width: initial;
        height: initial;
    }
    .lfaImgSlider .owl-carousel .owl-stage {
        left: 0;
    }
    .lfaImgSlider {
        padding: 0 0px;
    }
    .sliderButtonWrap {
        padding-left: 0% !important;
        padding-top: 30px;
    }
    .lfaImgSlider .owl-carousel .owl-nav {
        right: 0% !important;
        z-index: 1000 !important;
    }
    .smFloatImg img {
        width: 100% !important;
        height: initial !important;
    }
    .topImgRow {
        display: block;
    }
    .blueDiv2::before {
        display: none;
    }
    .blueDiv2::after {
        display: none;
    }
    .smFloatImg img {
        position: static;
    }
    .blueDiv2 {
        padding-top: 50px;
    }
    .lfaBeforeDiv {
        padding-top: 50px !important;
    }
    .smFloatImg {
        left: 0px;
    }
    .lfaBeforeDiv {
        padding-top: 5px !important;
        padding-bottom: 20px !important;
    }
    .sliderTextDiv {
        width: 100%!important;
        /*     	height: initial!important; */
    }
    .sliderTextDiv p {
        font-size: 16px !important;
        line-height: 130% !important;
    }
    .sliderTextDiv {
        padding: 20px !important;
    }
    .lfaImgSlider .owl-carousel .owl-item img {
        width: 100%;
        height: initial;
    }
}

.videoPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    height: 25%;
    z-index: 1000;
    background-color: #dbdedd52;
    border-radius: 50%;
    transition: all .2s;
}

.videoPlay:hover {
    opacity: .7;
}

@media (max-width:768px) {
    .videoPlay {
        position: absolute;
        width: 50px !important;
        height: 50px !important;
        top: calc(50% + 25px);
        left: calc(50% + 25px);
    }
}

.sectiondefault.bgColorOne.bg_img_one {
    overflow: hidden
}

.blueDiv .lfaImgSlider .owl-carousel .owl-item .fancybox img {}

.blog_lastp.hPad100 {
    padding: 0
}


/* 10-08-2023 css start */

.dropMenu {
    position: relative;
    transition: all .2s;
}

.dropMenu ul {
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 1000;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 0;
    flex-direction: column;
    -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.16);
    display: none;
    transition: all .2s;
}

.dropMenu ul li {
    list-style: none;
}

.dropMenu ul li a {
    color: #2C2E30;
    font-size: 15px;
    padding: 10px 0;
    transition: all .2s;
    white-space: nowrap;
}

.dropMenu ul li a:hover {
    color: #31568F !important;
}

.dropMenu:hover ul {
    display: flex;
}

.navResMenu {
    display: none;
}

.navResMenu button {
    border: 0;
    background-color: transparent !important;
    color: #2C2E30 !important;
    font-size: 15px !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
}

.navResMenu .dropdown-menu.show {
    text-align: center;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #2C2E30 !important;
    font-size: 15px;
    font-weight: normal;
    background-color: transparent;
    outline: transparent;
    text-transform: capitalize;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary:hover {
    background-color: transparent;
    text-transform: capitalize;
    color: #2C2E30 !important;
    font-size: 15px;
    font-weight: normal;
}

.cochingSectionOne{
	width: 100%;
	background-color: #DDE6F1;
	position: relative;
	padding: 100px 20px 100px;
	z-index: 0;
	overflow-y: visible;
	overflow-x: hidden;
}

.d-circle-one{
	width: initial;
	height: initial;
	position: absolute;
	left: -200px;
	top: 0;
	z-index: 1;
}
.d-circle-one img{
	width: initial;
}

.cochingSectionOne::before{
	content: "";
	width: 800px;
	height: 800px;
	background-image: url("../images/blue-shadow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -400px;
	top: 50%;
	margin-top: -450px;
	z-index: 0;
}

.customeCont{
	max-width: 1300px;
	margin: 0 auto;
}
.customeRow{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 68px;
}
.cochingBantext{
	max-width: 650px;
    z-index: 999;
}
.cochingBantext h2{
	color: #151515;
	font-size: 40px;
	font-family: 'SquadaOne';
	line-height: 100%;
	margin-bottom: 0;
}
.cochingBantext h1{
	color: #31568F;
	font-size: 70px;
	font-family: 'SquadaOne';
	line-height: 100%;
	margin-bottom: 30px;
}

.cochingBantext p {
    color: #000;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 30px;
}

.cochingBanImg {
    width: 650px;
    text-align: left;
    position: relative;
    z-index: 0;
    padding-left: 80px;
}


/* .cochingBanImg::before {
    content: "";
    width: 1200px;
    height: 341px;
    border-radius: 300px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
} */


.cochingBanImg img {
    width: 100%;
    position: relative;
    z-index: 10;
}

.coachingBg {
    background-image: none;
}

.amazedSection {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-top: 167px;
}

.amazedSectionHead {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
}

.amazedSectionHead img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    position: absolute;
    left: 35px;
    bottom: 0;
    z-index: 1;
}

.amazedSectionHead h3 {
    color: #31568F;
    font-size: 80px;
    font-family: 'SquadaOne';
    line-height: 140%;
    margin-bottom: 0px;
    position: relative;
    z-index: 10;
}

.amazedSection h4 {
    color: #31568F;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    font-style: italic;
}

.amazedSection p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.amazedSection p:last-child {
    margin-top: 5px;
}

.amazedSection p b {
    font-weight: bold;
}

.approachSection {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 200px 0;
}

.approachSection::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .63);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.approachText {
    max-width: 910px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
}

.approachText h2 {
    font-size: 70px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'SquadaOne';
}

.approachText p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.approachText h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

.coachingMemberSection {
    width: 100%;
    padding: 200px 0;
    background-color: #DDE6F1;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.c-row {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 30px;
    margin-bottom: 150px;
}

.c-row:last-child {
    margin-bottom: 0;
}

.c-row-text {
    width: 100%;
    padding-top: 120px;
}

.c-row-text h3 {
    font-size: 70px;
    color: #151515;
    font-family: 'SquadaOne';
    margin-bottom: 0;
}

.c-row-text h4 {
    font-size: 40px;
    color: #31568F;
    font-family: 'SquadaOne';
    margin-bottom: 30px;
}

.c-row-text p {
    font-size: 16px;
    color: #000;
    line-height: 150%;
}

.textBgWrap {
    padding: 48px 80px 100px 0;
    position: relative;
    z-index: 10;
}

.textBgWrap::before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 61%);
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    width: 4000px;
    z-index: -1;
}

.textBtn {
    padding: 12px 60px;
    background-color: #CB160A;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: -90px;
    transition: all .2s;
    text-decoration: none;
}

.textBtn:hover {
    background-color: #000;
    color: #fff;
}

.c-row-right .textBgWrap {
    padding: 48px 0px 100px 0px;
    position: relative;
    z-index: 0;
}

.c-row-right .textBgWrap::before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 61%);
    position: absolute;
    top: 0;
    left: -90px;
    bottom: 0;
    width: 4000px;
    z-index: -1;
}

.c-row-right .textBtn {
    left: -90px;
    right: initial;
}

.c-container {
    max-width: 1300px;
    margin: 0 auto;
}

.c-circle-two {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 800px;
}

.c-circle-two img {
    width: 100%;
}

.c-circle-three {
    position: absolute;
    right: 0;
    top: 35%;
    z-index: -1;
    width: 800px;
}

.c-circle-three img {
    width: 100%;
}

.c-circle-four {
    position: absolute;
    right: 0;
    top: 55%;
    z-index: -1;
    width: 800px;
}

.c-circle-four img {
    width: 100%;
}

.p-t200 {
    padding-top: 200px;
}

.youthSectionOne {
    width: 100%;
    padding: 200px 10px;
    position: relative;
}

.youthSectionOne::before {
    content: "";
    width: 800px;
    height: 800px;
    background-image: url("../images/blue-shadow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -400px;
    top: 50%;
    margin-top: -450px;
    z-index: 0;
}

.youthSectionOneText {
    max-width: 926px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

.youthSectionOneText::before {
    content: "";
    width: 420px;
    height: 420px;
    background-position: center;
    position: absolute;
    left: 50%;
    margin-left: -210px;
    top: -150px;
    z-index: -1;
    background-image: url('../images/logo-c.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.youthSectionOneText h2 {
    font-size: 30px;
    color: #000;
    font-family: 'SquadaOne';
    margin-bottom: 0px;
    position: relative;
}

.youthSectionOneText h1 {
    font-size: 130px;
    color: #000;
    font-family: 'SquadaOne';
    line-height: 100%;
    margin-bottom: 30px;
}

.youthSectionOneText p {
    font-size: 16px;
    color: #000;
    line-height: 150%;
    margin-bottom: 30px;
    text-align: center;
    max-width: 800px;
}

.youthSectionOneBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 24px;
}

.youthSectionTwo {
    width: 100%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 135px 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.youthSectionTwo::before {
    content: "";
    display: inline-block;
    width: 600px;
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/red-blue-c.svg');
    position: absolute;
    top: 100px;
    left: 13%;
    z-index: 0;
}

.youthSectiontwoInner {
    position: relative;
    z-index: 10;
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 70px 0;
}

.leadershipRow {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 33px;
}

.leadershipHead {
    width: calc(50% - 16px);
}

.leadershipHead h3 {
    font-size: 100px;
    color: #fff;
    font-family: 'SquadaOne';
    line-height: 100%;
    margin: 0;
}

.leadershipSubhead {
    width: calc(50% - 16px);
}

.leadershipSubhead h4 {
    font-size: 23px;
    color: #fff;
    line-height: 150%;
    margin-bottom: 16px;
}

.leadershipSubhead ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 17px 15px;
    margin: 0;
    padding: 0;
}

.leadershipSubhead ul li {
    font-size: 16px;
    color: #000;
    padding: 10px 14px;
    background-color: #fff;
    list-style: none;
    border-radius: 50px;
}

.leadershipBox {
    width: 100%;
    padding: 32px 35px;
    border-radius: 12px;
    background-color: #202020;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 34px;
}

.leadershipBox p {
    font-size: 16px;
    color: #fff;
    line-height: 150%;
    text-align: center;
    font-weight: 400;
}

.memoriesSection {
    width: 100%;
    padding-top: 100px;
}

.memoriesSection .container {
    max-width: 1200px;
}

.memoriesSectionHead {
    max-width: 590px;
    margin-bottom: 50px;
}

.memoriesSectionHead h5 {
    font-size: 70px;
    color: #31568F;
    margin-bottom: 30px;
    font-family: 'SquadaOne';
}

.memoriesSectionHead p {
    font-size: 16px;
    color: #000;
    line-height: 150%;
}

.memoriesSliderWrap {
    width: 100%;
    height: 500px;
}

.memoriesDiv {
    height: 100%;
}

.memoriesSliderWrap .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: -90px;
    width: 100%;
    left: 50%;
    margin-left: -600px;
}

.memoriesSliderWrap .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #31568F;
    font-size: 0px;
    margin-left: 20px;
    position: relative;
    transition: all .2s;
}

.memoriesSliderWrap .owl-carousel .owl-nav .owl-next::after {
    content: '>';
    font-size: 30px;
    color: #31568F;
    position: absolute;
    top: 0px;
    left: 10px;
    line-height: 40px;
    transition: all .2s;
}

.memoriesSliderWrap .owl-carousel .owl-nav .owl-next:hover {
    background-color: #31568F;
}

.memoriesSliderWrap .owl-carousel .owl-nav .owl-next:hover::after {
    color: #fff;
}

.memoriesSliderWrap .owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #31568F;
    font-size: 0px;
    position: relative;
}

.memoriesSliderWrap .owl-carousel .owl-nav .owl-prev::after {
    content: '<';
    font-size: 30px;
    color: #31568F;
    position: absolute;
    top: 0px;
    left: 8px;
    line-height: 40px;
}

.memoriesSliderWrap .owl-carousel .owl-nav .owl-prev:hover {
    background-color: #31568F;
}

.memoriesSliderWrap .owl-carousel .owl-nav .owl-prev:hover::after {
    color: #fff;
}

.resultSection {
    width: 100%;
    padding: 100px 10px;
    background-color: #DDE6F1;
    position: relative;
    overflow: hidden;
}

.r-circkeblue-one {
    width: 600px;
    height: 600px;
    position: absolute;
    left: -300px;
    top: 0px;
}

.r-circkeblue-two {
    width: 600px;
    height: 600px;
    position: absolute;
    right: -100px;
    bottom: -40px;
}

.r-circkewhite-one {
    width: 600px;
    height: 600px;
    position: absolute;
    right: -100px;
    top: -500px;
}

.r-circkeblue-one img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.resultSectionHead {
    max-width: 590px;
    margin-bottom: 50px;
    position: relative;
}

.resultSectionHead h5 {
    font-size: 70px;
    color: #31568F;
    margin-bottom: 30px;
    font-family: 'SquadaOne';
}

.resultSectionHead p {
    font-size: 16px;
    color: #000;
    line-height: 150%;
}

.resultSlider {
    width: 100%;
}

.resultSl {
    width: 100%;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
}

.resultSl p {
    font-size: 16px;
    line-height: 150%;
    color: #000;
    min-height: 240px;
}

.resultSl h6 {
    font-size: 20px;
    line-height: 200%;
    color: #000;
    font-weight: 600;
}

.resultButton {
    margin-top: 50px;
    position: relative;
    z-index: 100;
    display: inline-block;
}

.resultSlider .owl-carousel .owl-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    width: 100%;
    max-width: 1200px;
    bottom: -90px;
    left: 50%;
    margin-left: -50%;
    transition: all .2s;
}

.resultSlider .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #31568F;
    font-size: 0px;
    margin-left: 20px;
    position: relative;
    transition: all .2s;
}

.resultSlider .owl-carousel .owl-nav .owl-next::after {
    content: '>';
    font-size: 30px;
    color: #31568F;
    position: absolute;
    top: 0px;
    left: 10px;
    line-height: 40px;
}

.resultSlider .owl-carousel .owl-nav .owl-next:hover {
    background-color: #31568F;
}

.resultSlider .owl-carousel .owl-nav .owl-next:hover::after {
    color: #fff;
}

.resultSlider .owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #31568F;
    font-size: 0px;
    position: relative;
}

.resultSlider .owl-carousel .owl-nav .owl-prev::after {
    content: '<';
    font-size: 30px;
    color: #31568F;
    position: absolute;
    top: 0px;
    left: 8px;
    line-height: 40px;
}

.resultSlider .owl-carousel .owl-nav .owl-prev:hover {
    background-color: #31568F;
}

.resultSlider .owl-carousel .owl-nav .owl-prev:hover::after {
    color: #fff;
}

.resultSection .container {
    max-width: 1200px;
}

.scholarSection {
    width: 100%;
    padding: 200px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scholarSection::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 70%);
    z-index: 1;
}

.scholarWrap {
    max-width: 600px;
    position: relative;
    z-index: 10;
}

.scholarWrap h3 {
    font-size: 70px;
    color: #fff;
    margin-bottom: 48px;
    font-family: 'SquadaOne';
}

.scholarWrap p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 48px;
    line-height: 150%;
}

.upcommingSection {
    width: 100%;
    padding: 100px 10px;
    position: relative;
    background-color: #DDE6F1;
    overflow: hidden;
}

.upcommingSection .container {
    z-index: 100;
    position: relative;
}

.u-circleBlue-one {
    width: 600px;
    height: 600px;
    position: absolute;
    left: -200px;
    top: -200px;
}

.u-circleBlue-one img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.u-circleBlue-two {
    width: 600px;
    height: 600px;
    position: absolute;
    right: -200px;
    bottom: -200px;
}

.u-circleBlue-two img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.u-circleWhite-one {
    width: 700px;
    height: 700px;
    position: absolute;
    left: -200px;
    bottom: -200px;
}

.u-circleWhite-one img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.u-circleWhite-two {
    width: 700px;
    height: 700px;
    position: absolute;
    right: -400px;
    top: -200px;
}

.u-circleWhite-two img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.upcommingSection h2 {
    font-size: 70px;
    color: #000;
    margin-bottom: 60px;
    font-family: 'SquadaOne';
    text-align: center;
}

.upcomingWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 48px 0;
}

.upcomingRow {
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 50px;
    position: relative;
}

.upcomingRow img {
    width: 100%;
    height: initial;
    border-radius: 8px;
    max-width: 380px;
    max-height: 270px;
}

.uTextWrap {
    width: calc(100% - 640px);
}

.uTextWrap h3 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
}

.uTextWrap p {
    font-size: 16px;
    color: #9F9F9F;
}

.uTextWrap ul {
    margin-top: 36px;
    background-color: #F6F6F6;
    border-radius: 9px;
    padding: 12px 16px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
    flex-direction: column;
}

.uTextWrap ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.uTextWrap ul li span {
    font-size: 18px;
    color: #000;
}

.uTextWrap ul li span:last-child {
    font-size: 18px;
    color: #31568F;
    font-weight: 600;
}

.uButtonWrap {
    width: 160px;
    display: block;
    position: absolute;
    bottom: 50px;
    right: 20px;
    display: inline-flex;
    justify-content: flex-end;
}

.faqSectionWrapper {
    position: relative;
    width: 100%;
    padding: 200px 20px;
    background-color: #EFEFEF;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.faqWrapper {
    max-width: 640px;
}

.faqWrapper h2 {
    font-size: 70px;
    color: #000;
    margin-bottom: 40px;
    font-family: 'SquadaOne';
}

.faqWrapperSm {
    width: 100%;
}

.accordion-head i {
    font-size: 2.5em;
    float: right;
}

.accordion-head>.collapsed>i:before {
    content: "\f105";
}

.faqWrapperSm .card {
    background-color: transparent;
    border: 0px;
    border-radius: 0;
    border-bottom: solid 1px #D7D7D7;
    margin-bottom: 25px;
}

.faqWrapperSm .card-header {
    padding: 0.25rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px;
}

.faqWrapperSm .card-header a .toggleIcon {
    position: absolute;
    right: 0;
    top: 0px;
}

.faqWrapperSm .card-header a .toggleIcon span.minu {
    width: 24px;
    height: 24px;
    background-image: url('../images/min.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.faqWrapperSm .card-header a .toggleIcon span.plus {
    width: 24px;
    height: 24px;
    background-image: url('../images/plus.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.faqWrapperSm .card-header a h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 150%;
    font-family: 'Poppins', sans-serif;
}

.faqWrapperSm .card-block {
    padding-left: 0;
    padding-right: 0;
}

.faqWrapperSm .card-block p {
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
}

.f-circleWhiteOne {
    width: 700px;
    height: 700px;
    position: absolute;
    left: -100px;
    top: 100px;
}

.f-circleWhiteOne img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.f-circleWhiteTwo {
    width: 700px;
    height: 700px;
    position: absolute;
    right: -200px;
    top: 400px;
}

.f-circleWhiteTwo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.programSection {
    width: 100%;
    background-image: url('../images/program-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 20px;
    overflow: hidden;
}

.programWrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 50px;
}

.programtext {
    max-width: 750px;
}

.programtext h2 {
    font-size: 70px;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'SquadaOne';
}

.programtext p {
    font-size: 16px;
    color: #fff;
    line-height: 150%;
    margin-bottom: 40px;
}

.programImg {
    position: relative;
    width: 600px;
}

.programImg img {
    position: absolute;
    left: 0;
    top: -165px;
}

.toggleI .toggleIcon .minu {
    display: block !important;
}

.toggleI .toggleIcon .plus {
    display: none !important;
}

.donationHead {
    font-size: 32px !important;
    text-transform: uppercase;
    color: #31568F;
    font-weight: 600;
}

.donateAmountSec {
    padding-top: 40px;
}

.donationAmtHead {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.amountSec {
    width: 180px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    background-color: #EFF2F6;
    border-radius: 60px;
    padding-left: 63px;
    z-index: 0;
    margin-bottom: 20px;
}

.amountSec span {
    width: 63px;
    height: 50px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.amountSec input {
    width: 180px;
    height: 50px;
    background-color: transparent;
    border: 0;
    outline: transparent;
    padding: 0 10px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    border-radius: 60px;
}

.amountSec input::placeholder {
    color: #ccc;
}

.donateSubmit {
    width: 100%;
    text-align: center;
}

.donateSubmit button {
    border: 0;
    outline: transparent;
    border-radius: 50px;
    padding: 10px 35px;
    background-color: #31568F;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.paymentWrapper {
    margin: 0 auto;
    max-width: 340px;
}

.successMessageWrap {
    width: 100%;
    text-align: center;
}

.successMessageWrap img {
    width: 116px;
    height: 92px;
    object-fit: contain;
    margin-bottom: 48px;
}

.successMessageWrap h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 16px;
}

.successMessageWrap p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    opacity: .6;
    max-width: 505px;
    margin: 0 auto;
}

.casetext {
    text-transform: capitalize;
}

.fileLineName {
    width: 100%;
    text-align: left;
    margin-bottom: 21px;
}

.fileLineName span {
    font-size: 16px;
    display: inline-block;
}

.fileLineName button {
    width: 20px;
    height: 20px;
    border: 0;
    background-color: transparent;
    outline: transparent;
    padding: 0;
}

.fileLineName button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fileLineInput {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    width: 100%;
    padding: 5px 10px;
    background: rgba(49, 86, 143, 0.08);
    border-radius: 4px;
    border: 0;
    height: 40px;
    position: relative;
    z-index: 0;
}

.fileLineInput::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../images/upload-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 10;
}

.fileLineInput span {
    font-size: 14px;
    color: 555;
    opacity: .3;
    font-weight: 500;
    position: absolute;
    left: 15px;
    top: 9px;
    display: block;
}

.fileLineInput input {
    opacity: 0;
    width: 100%;
}

.formCheck label {
    color: #31568F;
}

.centerWidth {
    max-width: 380px;
    margin: 0 auto;
}

.extraShow {
    padding-left: 15px;
    padding-right: 15px;
}

.extraShow {
    display: flex;
}

.lfaFormLineFile label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}

.formLineText {
    font-size: 16px;
    color: #000;
}


/* 10-08-2023 css end */


/* 25-10-2023 */

.d-Btn {
    background-color: #31568F !important;
}

.footer_social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


/* 25-10-2023 */

/* 13-12-2023 */

.wpcf7-not-valid-tip{
	position:absolute;
	bottom:-30px;
	font-size:13px;
}
.recaptcha .wpcf7-not-valid-tip{
	bottom:-21px;
}
.wpcf7-response-output{
	display:block !important;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btnsubmit{
	margin-top:35px;
}
.wpcf7-spinner{
	display:none !important;
}
.contact_form .form_wrapper{
	padding:30px 15px;
}
/* 13-12-2023 */

/* 8-02-2024  */

.becomeSection{
	width: 100%;
	padding: 100px 0;
}
.cl-Blck{
	color: #000 !important;
}
.inline-dox{
	display: inline-flex;
	margin-right: 30px;
}
.bl-full{
	display: block;
	margin-bottom: 10px !important;
}
.m-b-30{
	margin-bottom: 30px;
}
.lfaFormLine span {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    font-weight: 400;
}
.wpcf7-form-control-wrap{
    /* display:block !important; */
}
.wpcf7-not-valid-tip{
    color: #FF0000 !important;
}

.wpcf7-response-output{
    color: #000000 !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none;
}
/* 8-02-2024 ends here */