@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap');
html{margin-top: 0;}
body {
    font-family: 'Nunito', sans-serif;
    background: #F0F7FF;
}

section.top_navbar nav.navbar {
    background: transparent;
    z-index: 9;
}

section.top_navbar a.nav_links {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-left: 50px;
}

section.top_navbar nav-item:first-child a.nav_links {
    margin-left: 0;
}
section.top_navbar .navbar-light .navbar-toggler-icon {
    filter: invert(9);
}
.btn {
    height: 49px;
    color: #fff;
    font-size: 18px;
    padding: 0 16px;
    border-radius: 50px;
}

.orange {
    background: #FE7747;
}
.green {
    background: #53BD95;
    padding: 0 40px;
    line-height:    46px;
}
form.nav_btn_right {
    display: flex;
    align-items: center;
}

form.nav_btn_right a.nav_links {
    margin-left: 0;
    margin-right: 35px;
}
.top_banner {
    background: rgb(38,108,96);
    background: radial-gradient(circle, rgba(38,108,96,1) 0%, rgba(4,32,46,1) 100%);
        /*background: radial-gradient(38.85% 55.31% at 50% 36.17%, #266C6C 0%, #04202E 100%);*/
    margin-top: -74px;
    padding-top: 160px;
    text-align: center;
    margin-bottom: 86px;
    position: relative;
}
h1.banner_heading {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    line-height: 76px;
    max-width: 810px;
    margin: 0 auto 20px;
}

h1.banner_heading span span{
    font-weight: 800;
    color: #FCCC31;
}
p.banner_subheading {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    max-width: 520px;
    margin: 0 auto 30px;
}
.banner_chat_screen {
    margin-top: 50px;
    margin-bottom: -145px;
}
.multiple_channel {
    background: #fff;
    padding: 98px 0 120px;
}
h2.common_heading {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 60px;
    padding-bottom: 35px;
    position: relative;
}

h2.common_heading:before {
    position: absolute;
    content: '';
    width: 70px;
    border-radius: 10px;
    height: 4px;
    background: #F03A76;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mmc_item {
    height: 226px;
    padding: 36px 15px;
    border-radius: 36px;
    margin: 0 18px 10px 0;
}

.mmc_wrapper {
    display: flex;
    justify-content: space-between;
}

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

.mmc_list:last-child .mmc_item {
    margin-right: 0;
}

.mmc_icon {
    margin-bottom: 7px;
}

.mmc_text {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000;
}
.mmc_list:nth-child(even) {
    margin-top: 45px;
}
.special_project {
    background: #266C6C;
    padding: 98px 0 120px;
    background: radial-gradient(79.17% 72.83% at 9.86% 11.05%, #266C6C 0%, #04202E 44.79%, #266C6C 96.88%);
}

.special_project h2.common_heading {
    color: #fff;
}

.special_project h2.common_heading:before {
    background: #fff;
}

.spf_wrapper {
    display: flex;
    justify-content: space-between;
}

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

.spf_item {
    height: 285px;
    padding: 36px 36px;
    border-radius: 16px;
    margin: 0 30px 30px 0;
    background: #fff;
}

.spf_list:last-child .spf_item {
    margin-right: 0;
}

.spf_text {
    font-weight: 700;
    font-size: 22px;
    color: #4A4A4A;
    margin-bottom: 10px;
}

.spf_subtext {
    font-weight: 400;
    font-size: 14px;
    color: #575757;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spf_icon {
    margin-bottom: 30px;
}
.spf_list:nth-child(even) {
    margin-top: 45px;
}
.contact-us {
    background: #fff;
    padding: 98px 0 120px;
}
.custom_form {
    margin-bottom: 22px;
    width: 98%;
}

label.custom_label {
    width: 100%;
    color: #4A4A4A;
    font-size: 16px;
}

.custom_input {
    width: 100%;
    height: 50px;
    border: 1px solid #656565;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 16px;
    color: #575757;
}

textarea.custom_input {
    height: auto;
    /*padding-top: 10px;*/
    margin-top: 24px;
}
section.footer {
    padding: 80px 0;
    background: radial-gradient(79.17% 72.83% at 9.86% 11.05%, #266C6C 0%, #04202E 44.79%, #266C6C 96.88%);
}

.footer_heading {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 50px;
}

ul.footer_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.footer_list li {
    margin-bottom: 20px;
}

a.footer_link {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

ul.footer_list li:last-child {
    margin-bottom: 0;
}

.footer_logo_copyrt {
    margin-bottom: 30px;
}

.footer_logo_copyrt a {
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    margin-right: 30px;
    line-height: 178.5%;
}

.footer_logo_copyrt span {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

p.footer_text {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.middle_menu {
    width: calc(100% - 415px);
}
.contact-us form p {
    text-align: center;
}
.wpcf7-submit.btn.green {
    width: 220px;
    margin: 0 auto;
}
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form label.error{color: red !important;font-size: 14px !important;}
button.down_to_bottm {
    height: 55px;
    width: 55px;
    background: #0D3245;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  
    border:0
}
.scroll_down {
    position: absolute;
    right: 28px;
    bottom: 38px;
    text-align: -webkit-center;
}

.scroll_down span {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
ul.line_ul {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    z-index: 0;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    z-index: 0;
}


li.line_ul_li { width: 2%; height: 100%;    list-style-type: none;}

li.line_ul_li:before {height: 100%; width: 1px; background: rgb(4 32 46 / 20%); content: ''; position: absolute;}
.top_banner .container {z-index: 1; position: relative;}



@media screen and (max-width: 1199px) {
    section.top_navbar a.nav_links {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .scroll_down{display: none;}
.top_banner {
    padding-top: 60px;
    margin-top: -1px;
}
section.top_navbar {
    background: #04202E;
}
a.nav_links {
    padding: 6px;
    display: block;
}
form.nav_btn_right {
    margin-left: 50px;
    justify-content: space-between;
    margin-bottom: 10px;
}
.mmc_wrapper {
    flex-wrap: wrap;
}

.mmc_list {display: flex;}

.mmc_item {
    width: 50%;
}
.mmc_text {
    font-size: 18px;
    line-height: normal;
}
.mmc_list:last-child .mmc_item {
    margin-right: 18px;
}
.mmc_list .mmc_item:last-child {
    margin-right: 0;
}
.mmc_list:last-child .mmc_item:last-child {
    margin-right: 0;
}

.mmc_list:nth-child(even) {
    margin-top: 0;
}
.spf_wrapper {
    flex-wrap: wrap;
}

.spf_list {display: flex;}

.spf_item {
    padding: 20px 15px;
    width: 33%;
    margin: 0 20px 20px 0;
}

.spf_list:last-child .spf_item {
    margin-right: 18px;
}
.spf_list .spf_item:last-child {
    margin-right: 0;
}
.spf_list:last-child .spf_item:last-child {
    margin-right: 0;
}

.spf_list:nth-child(even) {
    margin-top: 0;
}
}

@media screen and (max-width: 767px) {
.mmc_item {
    padding: 20px 15px;
    height: auto;
}
.spf_list {
    flex-direction: column;
}

.spf_item {
    width: 100%;
    margin-right: 0;
    height: auto;
}
.contact-us form {
    margin-top: 30px;
}
h1.banner_heading {
    font-size: 30px;
    line-height: normal;
    /*padding: 0 40px;*/
}

p.banner_subheading {
    font-size: 14px;
}

.multiple_channel {
    padding: 50px 0;
}

h2.common_heading {
    font-size: 32px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.special_project {
    padding: 50px 0;
}

.contact-us {
    padding: 50px 0;
}

.custom_form {
    margin-bottom: 30px;
    width:  100%;
}
span.wpcf7-spinner {
    width: -webkit-fill-available;
}
ul.line_ul {
    top: 0;
}
li.line_ul_li:nth-child(odd) {
    display: none;
}

li.line_ul_li:nth-child(3n + 1) {
    display: none;
}
li.line_ul_li {
    width: 6%;
}
section.top_navbar nav.navbar{padding-bottom: 10px;}

section.footer {
    padding: 50px 0;
    text-align: center;
}

.footer_heading {
    margin-bottom: 20px;
}

ul.footer_list {
    margin-bottom: 30px;
}
a.footer_link {
    font-size: 16px;
}

ul.footer_list li {
    margin-bottom: 15px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.green {
    width: 80%;
}
h1.banner_heading span {display: block;}
textarea.custom_input{margin-top: 0;}
.banner_chat_screen{margin-bottom: -80px;margin-top: 40px;}
h1.banner_heading span span{display: initial;}
.top_banner{padding-top: 45px;}
}