@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: none;
	outline: none;
}
img{
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
body{
	font-family: "Jost", sans-serif;
}
.container {
    max-width: 1200px;
}
.banner-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    animation: shrink 5s infinite alternate;
    padding: 80px 0px 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@keyframes shrink {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 110% 110%;
  }
}
.banner-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgb(27 44 87 / 76%);
    z-index: 0;
    top: 0;
    bottom: 0;
}
.banner-section .banner-content{
	z-index: 9;
	position: relative;
}
.banner-section .banner-content h1 {
    color: #fff;
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 13px;
    font-weight: bold;
}
.banner-section .banner-content p {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 16px;
}
.site-btn{
	background-color: #1b2c57;
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	padding: 13px 28px;
	border-radius: 7px;
}
.site-btn:hover{
	background-color: #fff;
	color: #1b2c57;
}
.banner-section .banner-content ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.banner-section .banner-content ul li {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding-bottom: 8px;
}
.banner-section .banner-content ul li span {
    font-size: 18px;
    color: #fff;
}
.banner-section .banner-content ul li img {
    max-width: 20px;
}
.banner-section .row {
    align-items: center;
}
.register_form {
    background: #fff;
    position: relative;
    margin-bottom: 25px;
    border-radius: 20px;
    padding: 30px 40px 10px;
    box-shadow: 0px 0px 30px 0px #ffffff70;
    max-width: 580px;
    margin-left: auto;
}
.register_form h6 {
    font-size: 40px;
    font-weight: bold;
    color: #1b2c57;
    margin-bottom: 10px;
    padding: 0px 11px;
}
.register_form p {
    font-size: 18px;
    padding: 0px 11px;
    margin-bottom: 6px;
}
.register_form iframe{
	min-width:100%;
	max-width:100%;
	height:539px;
	border:none;
}
.iocn_box_main {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap: 30px;
}
.iocn_box_main .iocn_box_inner {
    padding: 30px 26px;
    transition: all 0.5s;
    background-color: #ffffff;
    border: 1px solid #c7d5e1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 0px #c7d5e1;
}
.iocn_box_main .iocn_box_inner .icon_img {
    width: 70px;
    height: 70px;
    background: #eaf0f5;
    border-radius: 22px;
    border: 1px solid #c7d5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}
.iocn_box_main .iocn_box_inner .icon_img img {
    max-width: 41px;
}
.iocn_box_main .iocn_box_inner h6 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
}
.icons_sec {
    background: #eaf0f5;
    padding: 70px 0px;
}
.about_sec {
    padding: 70px 0px;
}
.about_sec h2 {
    font-size: 40px;
    font-weight: bold;
    color: #1b2c57;
    margin-bottom: 18px;
}
.about_sec p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 23px;
}
.about_sec .about_img {
    padding-left: 20px;
}
.about_sec .about_txet{
	padding-right: 20px;
}
.about_sec .about_img img {
    height: 410px;
    object-fit: cover;
    border-radius: 20px;
}
.about_sec .row {
    align-items: center;
}
.towns_sec {
    background: #eaf0f5;
    padding: 70px 0px;
}
.towns_sec .img_right {
    text-align: right;
    margin-top: -70px;
    position: relative;
    z-index: 0;
}
.town_img {
    padding-right: 20px;
}
.town_img img {
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.town_main {
    padding-left: 20px;
}
.town_main .town_text {
    padding: 30px 26px;
    transition: all 0.5s;
    background-color: #ffffff;
    border: 1px solid #c7d5e1;
    border-radius: 20px;
    margin-bottom: 30px;
}
.town_main .town_text h2 {
    font-size: 34px;
    font-weight: 700;
    color: #1b2c57;
    margin-bottom: 8px;
}
.town_main .town_text p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.town_main .town_text ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.town_main .town_text ul li {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.town_main .town_text ul span {
    font-size: 16px;
    color: #000;
}
.town_main .town_text ul li img {
    filter: invert(1);
    max-width: 20px;
}
.towns_sec .row{
	align-items: center;
}
.top_reason_sec {
    padding: 70px 0px;
}
.top_reason_sec h2 {
    font-size: 40px;
    font-weight: bold;
    color: #1b2c57;
    margin-bottom: 38px;
}
.top_reason_sec .top_reason_text {
    padding: 20px 20px;
    transition: all 0.5s;
    background-color: #ffffff;
    border: 1px solid #c7d5e1;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 0px #c7d5e1;
}
.top_reason_sec .top_reason_text img {
    border-radius: 30px;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}
.top_reason_sec .top_reason_text h6 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.top_reason_sec .top_reason_text p {
    line-height: 28px;
    margin-top: 10px;
    min-height: 196px;
    margin-bottom: 0px;
}
.cta_sec {
    background: #eaf0f5;
    padding: 70px 0px;
}
.town_main .town_text:last-child {
    margin-bottom: 0px;
}
.cta_sec .row {
    align-items: center;
}
.cta_sec .cta_text {
    padding-right: 20px;
}
.cta_sec .cta_text h6 {
    font-size: 18px;
    line-height: 31px;
    color: #000;
    font-weight: 400;
    margin-bottom: 22px;
}
.cta_sec .cta_img {
    background: #1b2c57;
    text-align: center;
    margin-left: 20px;
    border-radius: 30px;
    padding: 100px 20px;
}
.map_sec {
    padding: 70px 0px;
}
.map_sec .map_div iframe {
    width: 100%;
    height: 380px;
    border-radius: 20px;
}
.map_sec .map_div img {
    border-radius: 20px;
}
.contact_sec {
    background: #eaf0f5;
    padding: 70px 0px;
}
.contact_left h2 {
    font-size: 40px;
    font-weight: bold;
    color: #1b2c57;
    margin-bottom: 16px;
}
.contact_left p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 6px;
}
.contact_left p span {
    font-weight: 600;
}
.mib_invest {
    padding: 70px 0px;
}
.mib_invest .mib_image {
    text-align: center;
    border-radius: 30px;
    margin-right: 21px;
    overflow: hidden;
}

.mib_invest .mib_cont {
    padding-left: 10px;
}
.mib_invest .mib_cont h2 {
    font-size: 40px;
    font-weight: bold;
    color: #1b2c57;
    margin-bottom: 20px;
}
.mib_invest .mib_cont ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.mib_invest .mib_cont ul li {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.mib_invest .mib_cont ul li span {
    font-size: 16px;
    color: #000;
}
.mib_invest .mib_cont p{
    font-size: 16px;
    color: #000;
}
.mib_invest .mib_cont ul li img {
    filter: invert(1);
    max-width: 20px;
}
.main_footer {
    background: #1b2c57;
    padding: 60px 0px 18px;
}
.main_footer ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.main_footer ul li {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.main_footer ul li img {
    max-width: 32px;
}
.main_footer ul li span {
    font-size: 17px;
    color: #fff;
    max-width: 400px;
    font-weight: 500;
}
.footer_text p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}
.footer_text a {
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}
.footer_bottom {
    border-top: 1px solid #fff;
    padding-top: 18px;
    margin-top: 60px;
}
.footer_bottom p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}
.mib_invest .row{
    align-items: center;
}
.register_form  form {
    padding: 20px 11px 30px;
}
.form_row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    margin-bottom: 22px;
}
.form_input label {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.form_input input {
    box-shadow: none !important;
    padding: 9px 10px;
    font-size: 14px;
}
.form_input label span {
    color: red;
}
.form_input select {
    color: #57647e;
    padding: 9px 10px;
    font-size: 14px;
}
.form_check_main {
    display: flex;
    align-items: center;
    column-gap: 60px;
}
.form_check_main label {
    margin-bottom: 0px !important;
}
.form_check_main input {
    margin: 0px;
}
.form_check {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.form_check label {
    font-weight: 400;
    font-size: 14px;
}
.form_check input {
    padding: 8px;
}
.form_check .form-check-input:checked {
    background-color: #ddd;
    background-image: none !important;
}
.form_input p {
    padding: 0px 0px;
    margin-top: 22px;
    font-size: 12px;
    color: #000;
    line-height: 20px;
    margin-bottom: 22px;
}
.register_form button {
    display: block;
    width: 100%;
    background-color: #1b2c57 !important;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    padding: 13px 28px;
    border-radius: 7px;
    border: none !important;
    box-shadow: none !important;
    position: relative;
    z-index: 99999999 !important;
    margin-top: 20px;
}

/* media css start */

@media(max-width:991px){
.iocn_box_main {
    grid-template-columns: repeat(3,1fr);
    row-gap: 30px;
}
}

@media(max-width:767px){
.banner-section .banner-content h1 {
    font-size: 36px;
    line-height: 46px;
}
.banner-section .banner-content p {
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.banner-section .banner-content ul li span {
    font-size: 15px;
}
.register_form {
    padding: 26px 0px 10px;
    margin-top: 30px;
}
.register_form h6 {
    font-size: 30px;
    padding: 0px 18px;
}
.register_form p {
    font-size: 17px;
    padding: 0px 18px;
    margin-bottom: 0;
}
.form-all {
    margin: 0px !important;
}
.banner-section {
    padding: 50px 0px 30px;
}
.iocn_box_main {
    grid-template-columns: repeat(2,1fr);
    row-gap: 20px;
}
.icons_sec {
    padding: 40px 0px;
}
.iocn_box_main .iocn_box_inner {
    padding: 20px 20px;
}
.iocn_box_main .iocn_box_inner .icon_img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}
.iocn_box_main .iocn_box_inner .icon_img img {
    max-width: 32px;
}
.about_sec {
    padding: 40px 0px;
}
.about_sec h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.about_sec .about_txet {
    padding-right: 0;
}
.about_sec p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.about_sec .about_img {
    padding-left: 0;
    margin-top: 30px;
}
.about_sec .about_img img {
    height: 250px;
}
.site-btn {
    font-size: 16px;
    padding: 10px 22px;
}
.towns_sec .img_right {
    margin-top: 24px;
}
.town_main .town_text {
    padding: 30px 26px;
    margin-bottom: 0;
    margin-top: 24px;
}
.town_main {
    padding-left: 12px;
}
.town_img {
    padding-right: 0;
}
.town_main .town_text h2 {
    font-size: 26px;
}
.town_main .town_text p {
    font-size: 16px;
}
.towns_sec {
    padding: 44px 0px;
}
.top_reason_sec {
    padding: 40px 0px;
}
.top_reason_sec h2 {
    font-size: 28px;
    margin-bottom: 28px;
}
.top_reason_sec .top_reason_text img {
    border-radius: 20px;
    height: 200px;
    width: 100%;
}
.top_reason_sec .top_reason_text {
    border-radius: 20px;
}
.top_reason_sec .row {
    row-gap: 24px;
}
.top_reason_sec .top_reason_text h6 {
    font-size: 22px;
}
.top_reason_sec .top_reason_text p {
    min-height: auto;
    font-size: 15px;
}
.cta_sec {
    padding: 40px 0px;
}
.cta_sec .cta_text h6 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 22px;
}
.cta_sec .cta_img {
    margin-left: 0;
    border-radius: 20px;
    padding: 70px 20px;
    margin-top: 30px;
}
.map_sec {
    padding: 40px 0px;
}
.map_sec .map_div iframe {
    height: 240px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.map_sec .map_div img {
    border-radius: 10px;
}
.register_form iframe {
    height: 970px;
}
.contact_sec {
    padding: 40px 0px 20px;
}
.contact_left h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.contact_left p {
    font-size: 15px;
    margin-bottom: 6px;
}
.mib_invest {
    padding: 40px 0px;
}

.mib_invest .mib_image {
    border-radius: 20px;
    padding: 66px 20px;
    margin-right: 0;
}
.mib_invest .mib_cont {
    margin-top: 26px;
}
.mib_invest .mib_cont h2 {
    font-size: 28px;
}
.main_footer {
    padding: 40px 0px 18px;
}
.main_footer ul li {
    column-gap: 16px;
}
.main_footer ul li span {
    font-size: 15px;
}
.main_footer ul {
    row-gap: 15px;
}
.footer_text {
    margin-top: 30px;
}
.footer_text p {
    font-size: 15px;
    line-height: 26px;
}
.footer_bottom p {
    font-size: 16px;
}
.footer_bottom {
    margin-top: 40px;
}
.mib_invest .mib_cont {
    padding-left: 0;
}
.register_form  form {
    padding: 20px 18px 30px;
}
.form_row {
    grid-template-columns: repeat(1,1fr);
    gap: 18px;
    margin-bottom: 18px;
}
.form_input p {
    padding: 0px 0px;
    margin-top: 18px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 18px;
}
}