:root {
  --text_white: #ffffff;
  --text_dark: #112E50;
  --dark_color: #171717;
  --primary_color: #0CC0DF;
  --paragraph_color: #515A73;
  --title_font: "Inter", sans-serif;
  --paragraph_font: "Inter", sans-serif;
  --text_gray: rgb(255 255 255 / 45%);
  --transition: all 0.4s ease-in-out;
}


body {
  font-family: var(--paragraph_font);
  color: var(--paragraph_color);
  background: var(--text_white);
  font-size: 12px;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
a:hover {
    color: var(--primary_color);
    text-decoration: none;

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

p {
    color: var(--paragraph_color);
    margin-bottom: 10px;
}
p:last-child {

    margin-bottom: 0;

}
h1, h2, h3, h4, h5, h6 {

    margin: 0;
    font-weight: 700;
    font-family: var(--title_font);
    color: var(--text_white);

}
button:focus {
    outline: 0;
}
img {
    width: 100%;
    height: 100%;
}

.mt-6{
    margin-top: 60px !important;
}
.mt-7{
    margin-top: 70px !important;
}
.mt-8{
    margin-top: 80px !important;
}
.mt-9{
    margin-top: 90px !important;
}
.mb-6{
    margin-bottom: 60px !important;
}
.mb-7{
    margin-bottom: 70px !important;
}
.mb-8{
    margin-bottom: 80px !important;
}
.mb-9{
    margin-bottom: 90px !important;
}
.section_padding_120{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.section_padding_150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.section_padding_180{
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}
.section_padding_200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}
.section_padding{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.section_padding_top{
    padding-top: 100px !important;
}
.section_padding_bottom{
    padding-bottom: 100px !important;
}

@keyframes top_bottom_bounce {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(0px, 10px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}
@keyframes rotate_shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  75% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}


@keyframes live_blink {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.cline {
    border-left: 1px solid rgb(255 255 255 / 15%);
    border-right: 1px solid rgb(255 255 255 / 15%);
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.cline_white {
    border-left: 1px solid #dce0e5;
    border-right: 1px solid #dce0e5;
}
.btn-primary {
    background: var(--primary_color);
    color: var(--text_white);
    cursor: pointer;
    text-align: center;
    transition: var(--transition);
    padding: 1px 35px;
    font-size: 12px;
    font-weight: 600;
    line-height: 36px;
    display: inline-block;
    border: none !important;
    border-radius: 0 !important;
}
.btn-primary:hover {
  background: #129fb8;
  color: var(--text_white);
  transition: var(--transition);
}
.top_nav_button {
    background: var(--primary_color);
    color: var(--text_white);
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 40px;
    transition: var(--transition);
    font-size: 12px;
    font-weight: 600;
    line-height: 39px;
    display: inline-block;
    border: none !important;
    border-radius: 0 !important;
}
.top_nav_button {
    background: linear-gradient(135deg,#8ee6ff,#1080fe);
    font-size: 12px;
    font-weight: 600;
    line-height: 42px;
    border-radius: 6px!important;
}
.top_nav_button:hover {
  background: linear-gradient(135deg, #00c7ff,  #00c7ff) ;
  color: var(--text_white);
  transition: var(--transition);
}
.top_nav li a {
    margin-left: 12px;
    margin-right: 12px;
    font-weight: 500;
    color: var(--dark_color) !important;
    font-size: 12px !important;
}
.top_nav li a {
    font-weight: 600;
    color: #0f317c!important;
}
.top_nav li a:hover {
  color: var(--primary_color) !important;
}
.top_nav {

  margin-left: 50px;
}
.top_header .navbar {
    background: #fff!important;
    border-bottom: 1px solid #cfd4dc !important;
}

/*hero section*/
.heroSection {
    color: #fff;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background-size: cover;
    /* background: url("../images/hero_bg_2.jpg") !important; */
    background-size: cover;
    /* background: linear-gradient(90deg, #010f32 20%, #0175c8 100%); */
    background: linear-gradient(90deg, #010f32 20%, #0077c8 100%);
    /*background: linear-gradient(90deg, #01052b 20%, #015cb8 100%); */
}

.btnIcon {
  width: 34px;
  height: 34px;
  /* border: 1px solid rgba(255, 255, 255, 0.18); */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex-shrink: 0;
}
.primaryBtn,
.secondaryBtn {
  min-width: 170px;
  height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  border-radius: 6px !important;
  font-size: 12px;
}

.primaryBtn {
  background: linear-gradient(135deg, #00c7ff, #0078ff);
  color: #ffffff;
  border: 1px solid rgba(0, 199, 255, 0.5);
  box-shadow: 0 12px 32px rgba(0, 140, 255, 0.25);
}
.secondaryBtn {
  background: rgba(255, 255, 255, 0.035);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.primaryBtn {
  background: linear-gradient(135deg, #00c7ff, #0078ff);
  color: #ffffff;
  border: 1px solid rgba(0, 199, 255, 0.5);
  box-shadow: 0 12px 32px rgba(0, 140, 255, 0.25);
  font-size: 11px;
}

.secondaryBtn {
  background: rgba(255, 255, 255, 0.035);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  font-size: 11px;
}

.primaryBtn:hover  {
  color: #ffffff;
  background: linear-gradient(135deg, #00c7ff,  #00c7ff) !important;
  transform: translateY(-2px);
}


.secondaryBtn:hover {
  color: #ffffff;
  background:linear-gradient(135deg, #00c7ff,  #00c7ff) !important;
  transform: translateY(-2px);
}
.hero_left_text {
    margin-top: 6px;
}
.hero_left_text span {
    text-transform: uppercase;
    font-weight: 500;
    color: #00d9ff;
    font-family: "Inter";
    font-size: 10px;
    margin-bottom: 14px;
    display: inline-block;
    letter-spacing: 1px;
}
.hero_left_text p {
    font-size: 12px;
    line-height: 1.85;
    color: #ffffffb8;
    margin-top: 10px;
    max-width: 418px;
}
.hero_left_text h1 {
    color: #fff;
    max-width: 480px;
    margin: 0 0 18px;
    font-family: inter;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
.labelLine {
    background: linear-gradient(90deg,#00d9ff,#0000);
    width: 72px;
    height: 1px;
    margin-bottom: 22px;
}

.heroSection .cline {
    padding-bottom: 140px;
    padding-top: 240px;
    background: url("../images/hero_bg.png");
    /* background-size: cover; */
    background-repeat: no-repeat;
}

.n_item img {
    width: 45px;
    height: 45px;
}
.numbering_rea {
    display: flex;
    margin-top: 112px;
    padding: 0;
    gap: 30px;
    justify-content: space-between;
    border-radius: 13px;
    /* width: 80%; */
}
.n_item {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}
.n_item:after {
    content: "";
    height: 50px;
    position: absolute;
    width: 1px;
    background: #f9f9f926;
    right: -71px;
}
.n_item:last-child::after {
    content: none;
}
.item_text span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Inter';
}
.item_text p {
    color: #ffffffb8;
}
/*our services*/
.our_services {
    background: linear-gradient(90deg, #f8f8fa, #ebeef7);
    background-size: cover;
    border-bottom: 1px solid #dce0e5;
}
.our_services .cline {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url("../images/service_bg.jpg");
    background-repeat: no-repeat;
}

.section_area  span {
    color: #2d98ff;
    font-size: 10px;
    font-family: inter;
    letter-spacing: 1px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section_area h2 {
    color: var(--text_dark);
    font-size: 17px;
    line-height: 20px;
    font-family: var(--title_font);
    margin-bottom: 19px;
    font-weight: 700;
}
.section_area p {
    color: var(--paragraph_color);
    line-height: 24px;
    font-family: var(--paragraph_font);
    text-align: justify;
    margin-bottom: 30px;
    font-family: inter;
    font-size: 12px;
}
.sec_text {
    background: #2d98ff;
    width: 20px;
    height: 2px;
}
.sec_div {
    background: #2d98ff;
    width: 50px;
    height: 2px;
    margin-bottom: 14px;
}
.service_item span {
    font-size: 20px;
    font-weight: 600;
    color: #2d98ff;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 20px;
}

.service_item h3 {
    color: #112e50;
    font-size: 17px;
    line-height: 37px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.service_item p {
    color: var(--paragraph_color);
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 12px;
}

.service_item a {
    font-size: 14px;
    font-weight: 500;
    color: #2d98ff;
    display: block;
    margin-bottom: 20px;
}
.service_item a:hover {
    transform: translateX(5px);
}
.service_item {
    padding: 10px 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    position: relative;
    background: #fff;
}
.service_item:before {
    content: "";
    background: #2d98ff;
    position: absolute;
    top: 0;
    width: 50px;
    height: 2px;
}
.service_item img {
    width: 60px;
    position: absolute;
    height: 60px;
    right: 12px;
}


.snumbering_rea {
    display: flex;
    background: #fff;
    padding: 22px 20px;
    gap: 30px;
    justify-content: space-between;
    border: 1px solid #d7d7d775;
    border-radius: 6px;
    margin-top: 30px;
}
.s_item {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}
.s_item:after {
    content: "";
    height: 50px;
    position: absolute;
    width: 1px;
    background: #515a7324;
    right: -71px;
}
.s_item:last-child::after {
    content: none;
}
.s_item .item_text span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Inter';
}
.s_item .item_text p {
    color: var(--paragraph_color);
}
.s_item img {
    width: 54px;
    height: 54px;
}

/*why section*/
.why_capital {
    border-top: 1px solid #dce0e5;
    border-bottom: 1px solid #dce0e5;
    background: #f6f6f6;
}
.why_capital .cline {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url("../images/why_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.why_items img {
    width: 60px;
    height: 60px;
}

.why_items {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}
.why_items:last-child {
    border-bottom: none;
}

.why_txt p {
    color: var(--paragraph_color);
    width: 86%;
    text-align: justify;
}

.why_txt span {
    font-size: 17px;
    font-weight: 600;
    color: #112e50;
    display: inline-block;
    line-height: 31px;
}

.why_item_area {
    margin-top: 60px;
}
/*faq area*/
.faq_area{
    background: #f3f2f8;
    margin-top: 120px;
    position: relative;
    border-top: 1px solid #dce0e5;
    border-bottom: 1px solid #dce0e5;
}

.faq_area .cline {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background: url("../images/faq_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.faq_area .cline:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -120px;
    height: 120px;
    width: 1px;
    background: #dce0e5;
}
.faq_area .cline:after {
    content: "";
    position: absolute;
    right: -1px;
    top: -120px;
    height: 120px;
    width: 1px;
    background: #dce0e5;
}
.faq_itemss h2 button {
    font-weight: 600;
    color: var(--text_dark) !important;
}
.faq_itemss .accordion-item {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #eee !important;
    outline: none !important;
    border-radius: 15px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
    background-color: #f9f9f916 !important;
    outline: none !important;
}
:focus, *:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/*footer area*/
.footer_area .cline {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background: url("../images/footer_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.footer_area .cline:after {
    content: "";
    position: absolute;
    left: -1px;
    height: 100px;
    top: -100px;
    width: 1px;
    background: #dce0e5;
}
.footer_area .cline:before {
    content: "";
    position: absolute;
    right: -1px;
    height: 100px;
    top: -100px;
    width: 1px;
    background: #dce0e5;
}
.footer_area {
    background-size: cover;
    margin-top: 100px;
    background: #001f4e;
}
.footer_area .section_area .sec_div{
    margin: 0 auto;
}
.footer_area .section_area h2 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 21px;
    font-size: 24px;
}
.navbar-brand img {
    width: auto;
}
.f_text img {
    width: 12px;
    margin-left: 3px;
}

.main_footer_logo img {
    width: auto;
    margin-top: 30px;
}

.main_footer_logo .sec_div {
    margin-top: 30px;
    margin-bottom: 30px;
}
.item_foot {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.address_area_footer {
    margin-top: 30px;
    position: relative;
}
.address_area_footer:before {
    content: "";
    position: absolute;
    left: -78px;
    top: 1px;
    width: 1px;
    height: 100%;
    background: rgb(220 224 229 / 59%);
}
.address_area_footer:after {
    content: "";
    position: absolute;
    right: -27px;
    top: 1px;
    width: 1px;
    height: 100%;
    background: rgb(220 224 229 / 59%);
}

.item_foot i {
    font-size: 21px;
    background: #f7f7f7;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #a3a3a32b;
    color: #2692ff;
}

.f_text span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #112e50;
    margin-bottom: 5px;
}

.connnect_text {
    margin-top: 30px;
    margin-bottom: 45px;
}

.connnect_text h3 {
    font-size: 16px;
    color: #112e50;
    margin-bottom: 15px;
}
.main_footer .cline {
    padding-top: 70px;
    padding-bottom: 70px;
}
.c_web {
    margin-left: 13px;
    margin-top: 80px;
}
.c_web img {
    width: 10px;
    margin-right: 4px;
}

.only_text {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 5px 10px;
}

.last_footer {
    background: #112e50;
    padding: 20px 0;
}

.only_text img {
    width: 15px;
}

.only_text p {color: #fff;margin-left: 218px;}

.cc_terms li {display: inline;margin-right: 5px;color: #fff;margin-left: 5px;}

.capital_modal .modal-title {
    font-size: 16px;
    color: #112e50;
    font-weight: normal;
}
.modalBtn {
    background: linear-gradient(135deg, #00c7ff, #0078ff);
    color: #ffffff;
    border: 1px solid rgba(0, 199, 255, 0.5);
    box-shadow: 0 12px 32px rgba(0, 140, 255, 0.25);
    font-size: 11px;
}
.modalBtn {
    min-width: 170px;
    height: 46px;
    padding: 0 18px;
    gap: 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    border-radius: 6px !important;
}
.capital_modal .modal-body label {
    color: #123052 !important;
}
.capital_modal .form-select {
    font-size: 12px;
    color: hsl(0deg 3.56% 56.57%);
    padding: 10px 11px;
    background: rgb(255 255 255 / 20%) !important;
}
.capital_modal .form-control {
    font-size: 12px;
    padding: 10px 11px;
}
.capital_modal .modal-body .form-check-label {
    margin-top: 5px !important;
}
.capital_modal  .modal-body {
    z-index: 1;
    position: relative;
}

.capital_modal .form-control {
    background-color: rgb(255 255 255 / 20%) !important;
}

/*vision section*/
.vison_item {
    text-align: center;
    padding-right: 10px;
    border-right: 1px solid #dce0e5b0;
}
 .no_border{
    border-right: 0px solid #dce0e5b0 !important;

 }

.vison_item img {
    width: auto;
}

.vison_item h3 {
    color: #112e50;
    font-size: 15px;
    margin-top: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}

.vison_item p {
    color: #515A73;
}

.vison_item {
    text-align: center;
}
.color_title{
    font-size: 17px !important;
    line-height: 20px !important;
    font-family: var(--title_font);
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
}

/*adv services*/
.adv_serice {
    background: linear-gradient(90deg, #f7f7f9, #f4f3f8);
    margin-top: 100px;
    position: relative;
    border-top: 1px solid #dce0e5;
    border-bottom: 1px solid #dce0e5;
}

.adv_serice .cline {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url('../images/adv_service_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.adv_serice .cline:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -102px;
    height: 110px;
    width: 1px;
    background: #dce0e5;
}
.adv_serice .cline:after {
    content: "";
    position: absolute;
    right: -1px;
    top: -102px;
    height: 110px;
    width: 1px;
    background: #dce0e5;
}
.ad_items img {
    width: auto;
}

.ad_items {
    text-align: center;
    padding: 20px 30px;
    border-right: 1px solid rgb(220 224 229 / 44%);
}
.btm_line{
    border-bottom: 1px solid rgb(220 224 229 / 44%);

}

.ad_items .sec_div {
    margin: auto;
    margin-bottom: 16px;
    width: 30px;
}

.ad_items h3 {
    font-size: 16px;
    line-height: 25px;
    color: #112e50;
    margin-top: 15px;
    margin-bottom: 14px;
    width: 70%;
    margin: 15px auto;
}

.trs_service{
    background: linear-gradient(90deg, #f6f6f8, #f7f7f9) !important;
}
.trs_service .cline {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url('../images/trs_service_bg.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    position: relative;
}
/*scalble section*/
.scaleable_section{
    background: linear-gradient(90deg, #000f2b, #000f2b);
    margin-top: 100px;
    position: relative;
    border-top: 1px solid #dce0e5;
    border-bottom: 1px solid #dce0e5;

}
.scaleable_section .cline {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url("../images/scale_bg.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.scaleable_section .cline:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -120px;
    height: 120px;
    width: 1px;
    background: #dce0e5;
}
.scaleable_section .cline:after {
    content: "";
    position: absolute;
    right: -1px;
    top: -120px;
    height: 120px;
    width: 1px;
    background: #dce0e5;
}
.scale-items {
    text-align: center;
    padding: 20px 25px;
    border-right: 1px solid rgb(240 240 240 / 7%);
    position: relative;
}
.scale-items:before {
    content: "";
    height: 9px;
    width: 9px;
    background: #2d98ff;
    position: absolute;
    border-radius: 50%;
    right: -5px;
    top: 46%;
}
.no_border::before{
    display: none;
}
.scale-items .sec_div {
    margin: auto;
    margin-bottom: 16px;
    width: 30px;
}
.scale-items h3 {
    font-size: 16px;
    line-height: 25px;
    color: #112e50;
    margin-top: 15px;
    margin-bottom: 14px;
    width: 70%;
    margin: 15px auto;
}
.scale-items img{
    width: auto;
}
.scaleable_section .section_area h2 {
    color: #fff;
}
.scaleable_section .section_area p {
    color: #e6e4e4;
}
.scale-items h3 {
    color: #fff;
}

.scale-items p {
    color: #e6e4e4;
}
.scale-items span {
    font-size: 22px;
    display: block;
    color: rgb(45 152 255 / 47%);
}
.ddg {
    background: url("../images/bg_gov.png");
    background-size: contain;
    padding: 23px 30px;
    width: 100%;
    background-repeat: no-repeat;
    margin-top: 100px !important;
}
#gov .scale-items img {
    width: 70px !important;
    height: 80px !important;
}
.gov_sec .cline{
    background: url("../images/gov_bg.jpg") !important;
}
.capital_service .cline{
    background: url("../images/cap_bg.jpg") !important;

}
.capital_service{
background: linear-gradient(90deg, #f8f9fd, #f7f8fd);
}
.focus_service{
    background: linear-gradient(90deg, #f7f6fc, #f6f5fb) !important;
}
.focus_service .cline{
    background: url("../images/focus_bg.jpg") !important;

}
.focus_items {
    text-align: center;
    padding: 10px;
}
.focus_items h3 {
    font-size: 16px;
    line-height: 25px;
    color: #112e50;
    margin-top: 15px;
    margin-bottom: 14px;
    width: 70%;
    margin: 15px auto;
}
.focus_items img{
    width: auto;

}
.focus_items .sec_div {
    margin: auto;
    margin-bottom: 16px;
    width: 30px;
}

.foc_img {
    position: relative;
    margin-bottom: 70px;
}

.foc_img:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 1px;
    position: absolute;
    background: #2d99ffaf;
    bottom: -50px;
    left: 50%;
}

.foc_img:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    background: #2d98ff;
    border-radius: 50%;
    bottom: -50px;
    left: 48%;
}
.b_line{
    position: relative;
}
.b_line:before {
    content: "";
    width: 90%;
    height: 1px;
    background: rgb(108 182 253 / 42%);
    top: 126px;
    position: absolute;
    left: 5%;
}
.foc_img img {
    width: 70px;
}

/*modal*/
.top_header {
    gap: 20px;
    display: flex;
}
.top_header i {
    color: #1e6cba;
    text-align: center;
    border: 1px solid #1e6cba;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding-left: 4px;
    font-size: 25px;
    line-height: 43px;
}
.form_name {
    position: relative;
}
.form_name i {
    color: #296cb3;
    font-size: 16px;
    position: absolute;
    top: 7px;
    left: 9px;
}
.capital_modal .form-control {
    background-color: rgb(255 255 255 / 20%) !important;
    padding-left: 30px !important;
}
.form_name svg {
    font-size: 14px;
}
.capital_modal .form-select {
    font-size: 12px;
    color: hsl(0deg 3.56% 56.57%);
    padding: 10px 11px;
    background: rgb(255 255 255 / 20%) !important;
    padding-left: 30px;
}
.modal-header {
    border-bottom: none !important;
}
.landing_body_modal{
    padding: 40px;
}
.landing_body_modal:before {
    content: "";
    z-index: -1;
    opacity: .09;
    background: url("../images/logo_ucbi.png") 50% no-repeat;
    width: 32%;
    height: 32%;
    position: absolute;
    top: 46px;
    right: 12px;
    background-size: cover;
}
.landing_body_modal .btn-close {
    z-index: 999 !important;
}
/*scalble sectionn */
.scaleable_sectionn {
    background: #000b21;
    margin-top: 100px;
}
.scaleable_sectionn .cline {
    background: url("../images/scaleable_bg5.jpg") 0 0/cover;
    padding: 100px 70px;
}
.scaleable_content span {
    color: #37cae9;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-family: Inter;
    font-size: 10px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.scaleable_content span:after {
    content: "";
    background: #0cc0df;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.scaleable_content h2 {
    color: #fff;
    margin-bottom: 18px;
    font-family: Inter;
    font-size: 17px;
    font-weight: 700;
}
.scaleable_content p {
    color: #d9d9d9;
    text-align: justify;
    width: 70%;
    margin-bottom: 20px;
}
.divider_lin {
    background: #d2d2d26b;
    width: 80%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 28px;
}
.divider_lin.ggl {
    position: relative;
    background: #ffffff24!important;
    margin-top: 50px!important;
}
.divider_lin.ggl:before {
    content: "";
    background: #37cae9;
    width: 55px;
    height: 1px;
    position: absolute;
}
.blog_extra_l{
    position: relative;
}
.blog_extra_l:after {
    content: "";
    background: #c9d3de;
    width: 1px;
    height: 110px;
    position: absolute;
    top: -110px;
    left: -1px;
}
.blog_extra_l:before {
    content: "";
    background: #c9d3de;
    width: 1px;
    height: 110px;
    position: absolute;
    top: -110px;
    right: -1px;
}







/*ucbi footer*/
.footer_section {
    z-index: 1;
    border-top: 1px solid #dce0e5;
    position: relative;
}
.footer_section .cline {
    border-left: 1px solid #dce0e5;
    border-right: 1px solid #dce0e5;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 70px!important;
    padding-right: 70px!important;
}
.footer_info img {
    width: 120px;
}
.footer_info p {
    color: var(--text_dark);
    font-size: 12px;
    font-family: var(--paragraph_font);
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}
.input-group {
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    display: flex;
    position: relative;
}
.footer_subscriber .input-group span img {
    width: 20px;
}
.send_btn {
    background: var(--primary_color);
    text-align: center;
    width: 60px;
    height: 40px;
    display: inline-block;
    border: none!important;
}

.send_btn img {
    width: 13px;
}
.footer_subscriber .input-group input {
    outline: none;
    font-size: 13px;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
label.form-check-label {
    font-size: 13px;
}
.footer_nav_menus h6 {
    color: var(--text_dark);
    font-size: 14px;
    font-family: var(--title_font);
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
ul li {
    list-style: none;
}
.footer_navs ul li a {
    font-size: 12px;
    font-family: var(--paragraph_font);
    color: var(--text_dark);
    line-height: 31px;
}
.top_footer_line {
    border-top: 1px solid #dce0e5;
    margin-top: 10px;
    padding-top: 40px;
}
.address_areaa {
    border-right: 1px solid #eeee;
    gap: 20px;
    margin-right: 30px;
    display: flex;
}
.address_areaa img {
    width: 60px;
    height: 60px;
}
.addrs h6 {
    color: #112e50;
    margin-bottom: 12px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
}
.addrs p {
    color: #112e50;
    margin-bottom: 0;
}
.addrs p {
    color: #112e50;
    margin-bottom: 0;
}
.ftxx {
    gap: 9px!important;
}
.address_areaa.ftxx img {
    width: auto;
    height: auto;
}
.bottom_footer {
    background: var(--text_dark);
    padding: 20px 0;
}
.footer_elements {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}
.social ul li {
    margin-left: 10px;
    margin-right: 10px;
    display: inline;
}
.social ul li a img {
    transition: var(--transition);
    width: 15px!important;
    height: 15px!important;
}
.copyright p {
    font-size: 12px;
    font-family: var(--paragraph_font);
    margin-left: 150px;
    color: #fff;
}
.cc_terms ul li {
    margin-right: 10px;
    display: inline;
}
.cc_terms ul li a {
    color: var(--text_white);
    font-size: 10px;
}

.dlinee {
    margin-top: 14px;
    margin-left: -4px;
    display: inline-block;
}
.partner_img img {
    margin-left: 40px;
    margin-right: 40px;
}

.img1{
  width: 126px;
  height: 30px;
}

.img2{
  width: 66.79px;
  height: 26px;
}

.img3 {
    width: 73.7px;
    height: 27px;
    margin-top: 5px;
}

.img4 {
    width: 85px;
    height: 24px;
    margin-top: 4px;
}

.img5 {
    width: 54px;
    height: 21px;
    margin-top: 4px;
}

.img6 {
    width: 55.32px;
    height: 23px;
}

.img7 {
    width: 55.49px;
    height: 26px;
    margin-top: 5px;
}

.img8 {
    width: 105.67px;
    height: 23px;
    margin-top: 4px;
}

.img9 {
    width: 96.25px;
    height: 22px;
    margin-top: 4px;
}
.img10 {
    width: 116px;
    height: 22px;
    margin-top: 3px;
}
.img11 {
    width: 142px;
    height: 19px;
    margin-top: 4px;
}

.img12 {
    width: auto;
    height: 20px;
    margin-top: 6px;
}
.img13 {
    width: 142px;
    height: auto;
    margin-top: 5px;
}
.img14 {
    width: 103px;
    height: 33px;
    margin-top: 1px;
}
.img15 {
    width: 80px;
    height: 27px;
    margin-top: 4px;
}



































/*responsive css*/
@media only screen and (max-width: 768px) {

    .snumbering_rea {
        display: block;
    }

    .s_item {
        margin-bottom: 30px;
    }

    .s_item::after {
        display: none;
    }

    .numbering_rea {
        display: block;
    }
    .n_item {
        margin-bottom: 25px;
    }
    .n_item:after {
        display: none;
    }
    .footer_area .section_area h2 {
        line-height: 30px;
    }

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

    .only_text p {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .heroSection {
        background-position: top center;
    }
    .our_services {
    background-position: center;
    background-repeat: no-repeat;
}
.why_capital {
    background-size: cover;
    background-position: center center;
}

}


.Hero-module__uSHgqa__featureBox {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: #ffffff09;
    border: 1px solid #ffffff1c;
    border-radius: 10px;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    width: 570px;
    margin-top: 34px;
    display: flex;
    overflow: hidden;
}
.Hero-module__uSHgqa__featureItem {
    color: #ffffffe0;
    border-right: 1px solid #ffffff14;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 18px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
}
.Hero-module__uSHgqa__featureSvg {
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    display: inline-flex;
}
.Hero-module__uSHgqa__featureSvg img {
    mix-blend-mode: difference;
}
.Hero-module__uSHgqa__featureItem:last-child {
    border-right: 0;
}
.flag_top img {
    margin-left: 6px;
    margin-right: 6px;
    width: 16px !important;
    border-radius: 2px;
}
