
 #body .container{
    max-width: 1300px !important;
}

body{
    /* font-family: "DM Sans", sans-serif !important; */
    font-family: Arial, Helvetica, sans-serif !important;
    
}


/* .a-font{
    
    font-family: "Lora", serif;
} */

@font-face{
    src: url(../fonts/ARIAL.TTF);
    font-family: arial;
}

@font-face{
    src: url(../fonts/ARIALBD.TTF);
    font-family: arial-bd;
}



.ban-block2{
    display: none;
}


.display-nav{
    display: none;
}

/* .main-nav.w-100 {
    position: absolute;
    top: 0;
    left: 0;
} */

.main-nav .navbar {
    background: initial !important;
    padding: 15px 0 !important;
    background: #f4f4ff !important;
}

.navbar-brand img {
    width: 212px;
    
}

.main-logo a img {
    width: 74%;
}

/* .main-nav .navbar {
    background: #fff !important;
} */

.main-nav .navbar .container-fluid {
    padding: 0 120px !important;
}

.main-nav .navbar .container-fluid .navbar-nav li a {
    color: #000000;
    font-size: 15px;
    /* padding: 0 23px; */
    font-weight: 600;
    /* padding-left: 30px; */
    letter-spacing: 1px;
    padding-left: 30px;
}

.main-nav .navbar .container-fluid .navbar-nav li a i {
    font-size: 14px;
    transform: translateY(-1px);
    margin-left: 10px;
}

.nav-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;

}

.nav-list li a{
    display: inline-block;
    
}

.nav-list li a i {
    color: #609a33;
    transform: translateY(14px);
    margin-right: 25px;
}

.nav-btn {
    /* background: #783766; */
    background-color: #7d16ee;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 12px 20px;
    font-family: "Jost", sans-serif;
    margin-top: 19px;
    margin-right: 29px;
    font-weight: 500;
}

.nav-btn:hover{
    text-decoration: none;
    color: #fff;
}

.nav-list li a img{
    width: 50px;
}

.nav-in2{
    position: relative;
  }

  .nav-content {
    position: absolute;
    top: 61px;
    left: 13px;
    z-index: 999;
    background: rgba(125, 22, 238, 0.7);
    display: inline-block;
    /* right: -4px; */
    transition: all .5s ease-in-out;
     opacity: 0;
    visibility: hidden;        
}



ul.sub-content li {
    border-bottom: 1px solid #ffffff;
    
}

ul.sub-content li a:hover{
    text-decoration: none;
}

.main-nav ul.sub-content{
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav ul.sub-content li a {
    color: #ffffff !important;
    white-space: nowrap;
    /* padding-left: 0 !important; */
    /* margin-left: 0 !important; */
    /* padding: 15px !important; */
    padding: 10px 90px 8px 22px !important;
    display: inline-block;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.navbar-nav .nav-in2:hover .nav-content{
     opacity: 1;
    visibility: visible;
     top: 41px;  
    
}


/*--------------- banner ---------------------*/

.ban-main2{
    display: none;
}

.app-block{
    display: none;
}

a.ban-link {
    background: #ffffff;
    display: inline-block;
    color: #024179;
    font-size: 16px;
    padding: 12px 52px;
    font-weight: 500;
    /* width: 100%; */
    /* text-align: center; */
    margin-top: 14px;
}

a.ban-link:hover{
    text-decoration: none;
}

.ban-text {
    background-color: rgba(2, 65, 121, 0.8);
    padding: 20px 30px;
    width: 80%;
    border-left: 5px solid #fff;
    margin-top: 20%;
}

h5.ban-cap.a-font {
    font-size: 38px;
    color: #fff;
    line-height: 58px;
}

.banner {
    background: url(../images/banner-5.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 690px;
    /* padding: 80px 0; */
}

.ban-form .frm-full .form-group label {
    font-size: 15px;
    font-weight: 500;
    color: #212121;
}

.ban-form {
    width: 32%;
    background-color: #fff;
    padding: 40px 40px;
    /* margin-left: 50px; */
    /* margin-top: 18%; */
    /* float: right; */
    border-radius: 20px;
    margin: 0 auto;
    
}

a.frm-btn2:hover{
    color: #fff;
    text-decoration: none;

}

.ban-form .frm-full .form-group .form-control {
    background-color: #f2f5ff !important;
    height: 54px !important;
    border: 1px solid #a2a2a2;
    margin-bottom: 23px;
    border-radius: inherit !important;
}

.ban-form .frm-full .form-group .form-control::placeholder{
    color: #000000;
    font-size: 15px;
    /* font-family: "Jost", sans-serif; */
    font-family: Arial, Helvetica, sans-serif !important;
}


h5.ban-title {
    color: #000000;
    font-size: 19px;
    margin-bottom: 23px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif !important;
    letter-spacing: 2px;
    text-align: left;
}

.ban-logo {
    margin-top: 50px;
}

.frm-btn3 {
    border: initial !important;
    /* background: #052cb5; */
    color: #fff;
    font-size: 12px;
    padding: 14px 22px 11px;
    /* width: 100%; */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
    font-weight: 600;
    background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%);
    border-radius: 8px;
}

.frm-btn2 {
    border: initial !important;
    /* background: #052cb5; */
    color: #00209b;
    font-size: 15px;
    padding: 18px 33px 17px;
    /* width: 100%; */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 100px;
    font-weight: 600;
    /* background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%); */
    border-radius: 8px;
    background: #fff;
}

.form-group {
    position: relative;
}

.frm-icon i {
    color: #0730bd;
    font-size: 13px;
    line-height: 51px;
    padding-right: 12px;
}

.frm-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.banner .container-fluid {
    padding: 0 100px !important;
}

.ban-img img {
    width: 100%;
    /* margin-top: 15%; */
    margin: 15% auto 0 auto;
}

h5.ban-caption {
    color: #43d1f5;
    font-weight: 600;
    font-size: 50px;
    padding-left: 193px;
}

h5.ban-caption5 {
    color: #43d1f5;
    font-weight: 600;
    font-size: 47px;
    padding-left: 197px;
    margin-bottom: 30px;
}

.ban-caption2{
    position: relative;
}

/* .ban-caption2::before{
    content: url(../images/txt-a.png);
    position: absolute;
    top: 0;
    left: 0;
} */

.ban-caption2 img {
    width: 65%;
}

.ban-caption2 {
    position: relative;
    /* background-image: linear-gradient(to left, #314584, #2a5795, #2169a3, #1b7ab1, #1d8cbc, #198cbc, #158cbc, #108cbc, #007ab1, #0068a4, #0b5796, #194586); */
    color: #fff;
    font-size: 27px;
    /* padding: 11px 24px; */
    display: inline-block;
    margin-left: 195px;
    /* width: 71%; */
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

h5.ban-caption3 {
    color: #fff;
}

h5.ban-caption4 {
    color: #fff;
}





.ban-img {
    margin-left: -10px;
}

h5.ban-caption4 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
}



h5.ban-caption3 {
    color: #43d1f5;
    font-size: 51px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

h5.ban-caption4 {
    color: #000000;
    font-size: 23px;
    margin-bottom: 0;
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
    display: inline-block;
    font-family: "Lora", serif;
    /* text-decoration: underline; */
    /* border: 1px solid; */
}

.ban-div {
    
    margin-top: 46%;
    /* background: rgba(3, 15, 69,0.5); */
    /* margin-left: 50px;
    width: 90%;
    padding: 30px;
    border-radius: 20px;
    border: 3px solid #43d1f5; */
    position: relative;
}



h5.ban-caption3 {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-family: "Lora", serif;
}

h5.ban-caption3 span {
    color: #43d1f5;
}



.ban-img img {
    width: 86%;
    /* margin-top: 15%; */
    margin: 15% auto 0 auto;
}

.ban-div2 {
    background: url(../images/shape2.png) no-repeat;
    height: 543px;
    position: relative;
    text-align: center;
}

.ban-div3 {
    position: absolute;
    top: 132px;
    left: 79px;
}

h5.ban-caption3 {
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-family: "Lora", serif;
}

h5.ban-caption4 {
    color: #000000;
    font-size: 23px;
    margin-bottom: 0;
    /* border-bottom: 2px solid #ffffff; */
    padding-bottom: 5px;
    display: inline-block;
    font-family: "Lora", serif;
    line-height: 32px;
}

.ban-div {
    margin-top: 12%;
    /* background: rgba(3, 15, 69,0.5); */
    position: relative;
    margin-left: 54px;
}

.ban-img img {
    width: 92%;
    /* margin-top: 15%; */
    margin: 6% auto 0 auto;
}

h5.ban-caption {
    color: #43d1f5;
    font-weight: 600;
    font-size: 50px;
    padding-left: 216px;
    margin-bottom: 19px;
}

h5.ban-caption5 {
    color: #43d1f5;
    font-weight: 600;
    font-size: 40px;
    padding-left: 223px;
    margin-bottom: 30px;
}

.ban-caption2 {
    position: relative;
    /* background-image: linear-gradient(to left, #314584, #2a5795, #2169a3, #1b7ab1, #1d8cbc, #198cbc, #158cbc, #108cbc, #007ab1, #0068a4, #0b5796, #194586); */
    color: #fff;
    font-size: 27px;
    /* padding: 11px 24px; */
    display: inline-block;
    margin-left: 220px;
    /* width: 71%; */
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.frm-btn2 {
    border: initial !important;
    /* background: #052cb5; */
    color: #00209b;
    font-size: 15px;
    padding: 18px 33px 17px;
    /* width: 100%; */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 45px;
    font-weight: 600;
    /* background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%); */
    border-radius: 8px;
    background: #ffffff;
    margin-left: 22%;
}

h5.ban-caption {
    color: #43d1f5;
    font-weight: 600;
    font-size: 48px;
    padding-left: 216px;
    margin-bottom: 15px;
}

h5.ban-caption3 span {
    color: #212392;
}

/*----------- about us -----------*/

.ab-1 {
    margin-top: 30px;
}

.ab-img img {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 6px;
}

.ab-img2 img {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 30px;
    /* height: 248px; */
    padding: 10px;
    border-radius: 6px;
}



/* .ab-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 47px;
    right: 47px;
    background-color: red;
    -webkit-box-shadow: 0 0 79px rgba(0,0,0,.45)inset;
    -khtml-box-shadow: 0 0 79px rgba(0,0,0,.45)inset;
    -moz-box-shadow: 0 0 79px rgba(0,0,0,.45)inset;
    -ms-box-shadow: 0 0 79px rgba(0,0,0,.45)inset;
    -o-box-shadow: 0 0 79px rgba(0,0,0,.45)inset;
    box-shadow: 0 0 79px rgba(0,0,0,.45)inset;
    z-index: -1;
} */

.ab-rt {
    margin-left: 30px;
    margin-top: 6px;
}


.about {
    margin-top: 70px;
}

.ab-header {
    color: #073ed7;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    /* padding-left: 55px; */
    margin-bottom: -2px;
    background: rgba(21, 57, 238, 0.1);
    padding: 8px 22px;
    display: inline-block;
    border-radius: 20px;
}

/* h5.ab-header::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #073ed7;
    position: absolute;
    top: 8px;
    left: 0;
} */

.ab-letter{
    letter-spacing: 0 !important;
}

.mb-btm{
    margin-bottom: 30px !important;
}

.ab-header2 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 17px;
    color: #000000;
    letter-spacing: 1px;
    position: relative;
    /* padding-left: 72px; */
    margin-top: 23px;
}

/* .ab-header2::before {
    content: "";
    width: 55px;
    height: 2px;
    background-color: #052cb5;
    position: absolute;
    top: 23px;
    left: 0;
} */

p.ab-para {
    color: #1e1e1e;
    font-size: 17px;
    line-height: 30px;
    /* margin-bottom: 35px; */
    padding: 0 120px;
}s

.ab-header3 {
    font-size: 18px;
    color: #fcb852;
    margin-bottom: 18px;
}


a.ab-link {
    background: #023d73;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 35px;
    border: 2px solid #fff;
    margin-top: 18px;
}

a.ab-link:hover{
    color: #ffffff;
}

#myBtn {
    background: #052cb5;
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    padding: 16px 38px;
    border: 2px solid #fff;
    margin-top: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* font-family: "Jost", sans-serif; */
    font-weight: 500;
    /* background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%); */
    border-radius: 34px;
    font-weight: 600;
    /* background-image: linear-gradient(to left, #121e70, #004397, #0069bd, #0090df, #00b8ff); */
}

#more {
    display: none;
}

/*----------- why -----------*/

.who-head {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    /* padding-left: 55px; */
    margin-bottom: -2px;
    background: rgb(34 33 155 /40%);
    padding: 8px 22px;
    display: inline-block;
    border-radius: 20px;
}



.why {
    /* margin-top: 73px; */
    /* background: #f7f7f7; */
    padding: 65px 0 65px;
    background: url(../images/wh-bg5.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 45px;
}

h5.wh-cap.a-font.text-center {
    color: #000000;
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 600;
}

.o-box {
   
    /* box-shadow: 0 10px 43px 0 rgba(109,125,145,.14); */
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
    transition: all .3s ease-in-out;
    
    margin-bottom: 26px;
    background: url(../images/wh-shape.png) no-repeat;
    background-position: center;
}

/* .o-icon {
    width: 80px;
    height: 80px;
    
    background-color: #ed9f00;
    border-radius: 100%;
    text-align: center;
    line-height: 66px;
    transform: translateY(-36px);
    border: 5px solid #fff;
    transition: all .3s ease-in-out;
    margin: 0 auto;
} */

.o-icon img {
    width: 50px;
    filter: brightness(0) saturate(100%) invert(22%) sepia(84%) saturate(2765%) hue-rotate(217deg) brightness(91%) contrast(87%);
}

h5.o-title {
    /* float: right; */
    font-size: 40px;
    /* margin-top: -51px; */
    font-weight: 600;
    color: #ebeeff;
    font-family: "Lora", serif;
    color: #05a4f2;
    font-size: 40px;
    font-weight: 600;
    background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.clear {
    clear: both;
}

.o-para2 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 12px;
    color: #252525;
    font-weight: 600;
}


/*----------- why -----------*/

.at-list{
    margin: 0;
    padding: 0;
    list-style: none;

}

.at-list li{
    display: flex;
    color: #fff;
    
}

.at-list li i {
    
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
    margin-right: 12px;
}

.at-list li h5 {
    font-size: 17px;
    margin-bottom: 25px;
}

.at-cap {
    color: #fff;
    font-size: 30px;
    margin-bottom: 22px;
}

h5.at-cap2 {
    color: #fff;
    /* font-family: "Jost", sans-serif; */
    font-size: 19px;
    letter-spacing: 3px;
    /* border-bottom: 2px solid #fff; */
    /* display: inline-block; */
    /* padding-bottom: 5px; */
    margin-bottom: 30px;
    position: relative;
    padding-left: 64px;
}

h5.at-cap2::before {
    content: "";
    width: 45px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 14px;
    left: 0;
}

.attend {
    margin-top: 70px;
    /* background: #f5f7ff; */
    /* padding: 70px 0 40px; */
}

.at-box {
    margin-top: 80px;
}

.att-icon {
    background: linear-gradient(90deg, #0025dd 0%, #2ADDC8 100%);
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    /* background: #2146c2; */
    margin: 0 auto;
}

.att-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(248deg) brightness(101%) contrast(98%);
    width: 40px;
}

/* .att-box:before {
    background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%);
    border: 2px solid #0000;
    border-radius: 20px;
    bottom: 0;
    content: "";
    left: 0;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease;
    visibility: visible;
    z-index: -1;
} */

.att-box {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    /* border: 2px solid #04a7f4; */
    border-radius: 20px;
    background: #fff;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0px 40px 0px 40px;
}

h5.att-title {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 25px;
    margin-top: 20px;
    /* margin-bottom: 30px; */
}

.ab-letter {
    letter-spacing: 0 !important;
    font-size: 31px !important;
    /* margin-top: 26px; */
    margin-bottom: 35px !important;
    margin-top: 26px !important;
}



/*----------- fee -----------*/

.fee {
    margin-top: 70px;
}

.text-center.fee-box {
    background: #052cb5;
    color: #fff;
    padding: 10px;
}

th.ci-head {
    color: #7006e4;
}


th.ci-head2 {
    color: #eca109;
}
.fe-header {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
    padding: 8px 0;
}
p.fe-para {
    margin-bottom: 0;
    color: #dfdfdf;
}

.fee .fe-container .row .col-lg-12 .fee-full .table-striped tbody tr:nth-of-type(odd) {
    /* background-color: rgba(0,0,0,.05); */
    background: #f2f5ff !important;
}

.fee .fe-container .row .col-lg-12 .fee-full .table td, .table th {
    padding: 1rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.fee .fe-container .row .col-lg-12 .fee-full .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border: 1px solid #ababab;
}

.fee .fe-container .row .col-lg-12 .fee-full .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #bababa;
}

.fee .fe-container .row .col-lg-12 .fee-full .table td, .table th {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #bababa;
}

.o-imp2{
    padding: 10px !important;
}

.note span{
    font-size: 17px;
    color: #eca109;
}

.note span i{
    font-size: 13px;
    transform: translateY(-1px);
    margin-right: 4px;
}

td.note {
    padding: 20px !important;
}


.fee .fe-container .row .col-lg-12 .fee-full .table td, .table th {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #bababa;
}

.fee .fe-container .row .col-lg-12 .fee-full table td, th {
    border: initial !important;
    
}

.fe-container{
    width: 1200px;
    margin: 0 auto;
}

.fee .fe-container .row .col-lg-12 .fee-full .table td, .table th {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #bababa;
    padding-left: 200px !important;
}

/*----------- footer -----------*/

.ftr-logo a img{
    width: 212px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(0%) hue-rotate(116deg) brightness(112%) contrast(100%);
}

.footer {
    background: url(../images/ftr-bg3.png) no-repeat;
    background-size: cover;
    background-position: center;
    /* background: #000d37; */
    min-height: auto;
    /* padding: 60px 0 60px; */
    margin-top: 70px;
    /* background-image: linear-gradient(to right top, #9400dc, #8103ca, #6f05b8, #5e05a6, #4d0494); */
}

.ftr-padding {
    padding: 50px 0;
}

h5.ftr-heading {
    text-transform: capitalize;
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 18px;
    /* margin-top: 30px; */
    position: relative;
    font-family: "Jost", sans-serif;
}

.ftr-logo a img {
    width: 230px;
}



.ftr-logo {
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

p.ftr-para {
    font-size: 16px;
    color: #d3d3d3;
    line-height: 32px;
    /* padding-right: 50px; */
    padding: 0 200px;
    margin-bottom: 30px;
    margin-top: -8px;
}

h5.ftr-heading2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #ffffff;
}

h5.ftr-heading2 span{
    color: #f56600;
}

.ftr-social a i {
    /* background-color: #30306c; */
    color: #ffa819;
    /* width: 38px; */
    /* height: 38px; */
    font-size: 20px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    padding-right: 15px;
}

.ftr-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.ftr-list li a {
    display: flex;
    font-size: 16px;
    color: #e3e3e3;
    /* padding-bottom: 10px; */
    border-left: 1px solid #818181;
    /* margin-left: 20px; */
    padding-left: 20px;
    /* line-height: 84px; */
}

.ftr-list li a i {
    font-size: 15px;
    color: #ffa819;
    margin-top: 5px;
    margin-right: 10px;
}

.ftr-list li a:hover{
    color: #ffffff;
    text-decoration: none;
}

.ftr-list li a h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    color: #e2e2e2;
    padding-right: 20px;
    /* border-left: 1px solid #818181; */
    /* margin-right: 20px; */
    /* margin-left: 20px; */
}


.ftr-list li a h5 span{
    margin-right: 10px;
}

.ft-rt{
    border-left: initial !important;
}

.ftr-list2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

.ftr-list2 li a {
    /* display: flex; */
    font-size: 17px;
    color: #d5d5d5;
    /* padding-bottom: 10px; */
    text-transform: capitalize;
    /* justify-content: space-between; */
    /* text-align: center; */
    padding-left: 40px;
    border-left: 1px solid #818181;
    margin-left: 20px;
}

.ft-a{
    border-left: initial !important;
}

.ftr-list2 li a:hover{
    color: #dbd9d9;
    text-decoration: none;
}

.ftr-list2 li a i {
    color: #f0f3ff;
    transform: translatey(8px);
    margin-right: 12px;
    font-size: 10px;
}

.ftr-3 {
    margin-left: 40px;
}

.ftr-up {
    /* color: #fff; */
    background: #173a79;
    border-top: 1px solid #9e9e9e;
    padding: 16px 0;
}

h5.ftr-title.text-center {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.ftr-down {
    width: 100%;
    background-color: #23496f;
    padding: 23px 0;
}

.ftr-caption4{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.ftr-item{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: right;
}

.ftr-item li a{
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding-left: 15px;
    text-transform: capitalize;
}

.ftr-img img{
    width: 100%;
}

 .ftr-4 .row .col-lg-4{
    padding-left: 8px !important;
    padding-right: 8px !important;
}

 .ftr-4 .row {
    padding-left: -8px !important;
    padding-right: -8px !important;
}

h5.ftr-cap {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

.ftr-list li a i {
    font-size: 12px;
    color: #ffa819;
    margin-top: 6px;
    margin-right: 13px;
}





h5.ftr-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}

.footer3 {
    padding: 18px 0;
    border-top: 1px solid #94a5c0;
}




h5.ftr-cap2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 16px;
}



/*----------- agenda -----------*/

.ag-container{
    width: 1100px;
    margin: 0 auto;
}

.agenda {
    margin-top: 60px;
}

.agenda .container table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.agenda .container table td, th {
    border: 1px solid #b2b2b2;
    text-align: left;
    padding: 13px 8px;
    font-size: 15px;
}

.agenda .container table tr:nth-child(even) {
    background-color: #edf1ff;
}
tr.br-btm {
    border-bottom: 2px solid #1c36d9;
}

#main {
    margin: 30px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    /* background: rgb(5 44 181) !important; */
    /* background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%) !important; */
    color: #ffffff;
    padding: 10px 20px;
    background: #052cb5 !important;
    letter-spacing: 1px !important;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #052cb5 !important;
    color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: initial !important;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse {
    background: #ffffff;
    line-height: 30px;
    color: #222;
    padding: 22px 20px;
    border: 1px solid #b5b5b5;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #052cb5 !important;
    color: #fff;
}


h5.ag-head.a-font {
    margin-left: 16px;
    margin-bottom: -6px;
}

td.td-icon i {
    font-size: 10px;
    color: #1c36d9;
    transform: translateY(-1px);
    margin-right: 10px;
    /* line-height: 26px; */
}

p.td-para {
    font-size: 15px;
    line-height: 31px;
}

h5.td-speaker {
    color: #052cb5;
    font-weight: 600;
    font-size: 16px;
    margin-top: 22px;
    padding-left: 20px;
    margin-bottom: 8px;
}

.td-list span {
    font-size: 15px;
    color: #000;
}

.td-list i {
    font-size: 10px;
    color: #1c36d9;
    transform: translateY(-2px);
    margin-right: 7px;
    line-height: 36px;
}

h5.td-on {
    font-size: 16px;
    margin-top: 14px;
    background: #e9eeff;
    padding: 16px 20px;
    margin-top: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

.card-padding {
    padding: 12px 10px !important;
}



p.td-para3 {
    padding-left: 20px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 28px;
}

h5.td-welcome {
    font-size: 17px;
    font-family: "Fira Sans", sans-serif;
    color: #1c36d9;
    margin-left: 20px;
    margin-bottom: 0px;
}

h5.or {
    font-weight: 600;
    padding-left: 20px;
    font-size: 18px;
    margin-top: -10px;
}

.td-list {
    margin-left: 20px;
}

.td-class{
    font-weight: 600 !important;
    font-size: 13px !important;
}




h5.ag-title.a-font {
    font-size: 35px;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
}

h5.ag-head.a-font {
    margin-left: 16px;
    margin-bottom: -6px;
    margin-top: 38px;
}

h5.sc-head.a-font {
    font-size: 31px;
    margin-bottom: 14px;
    color: #000000;
}

.agenda .container .ag-1 table tr{
    font-family: "Lato", sans-serif !important;
}

h5.ag-head3.a-font {
    font-size: 16px;
    margin-left: 16px;
    margin-top: 28px;
    margin-bottom: -12px;
}

/* .flyer {
    background: url(../images/flyer.png) no-repeat;
    background-size: cover;
    background-position: center;
    
    padding: 60px 0;
    margin-top: 70px;
} */

.flyer {
    /* background: url(../images/hero_bg.jpg) no-repeat; */
    background: linear-gradient(181deg, #260f8f 0%, #00b8ff 100%);
    min-height: 428px;
    padding: 73px 0;
    margin-top: 70px;
    /* background-image: linear-gradient(to top, #121e70, #004397, #0069bd, #0090df, #00b8ff); */
    background-image: linear-gradient(to left, #121e70, #004397, #0069bd, #0090df, #00b8ff);
}

.fl-box {
   text-align: center;
    
}

h5.fl-h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}

h5.fl-head.a-font {
    font-size: 43px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 23px;
    line-height: 60px;
    font-weight: 600;
}

h5.fl-head2 {
    color: #ffffff;
    font-size: 22px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 0;
    /* font-weight: 600; */
}

.fl-link4 {
    display: inline-block;
    background: #ffffff;
    color: #052cb5;
    /* font-family: "Jost", sans-serif; */
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    padding: 17px 39px;
    margin-top: 50px;
    /* border: 1px solid #bdbdbd; */
    /* border-bottom: 1px solid #fff; */
    /* background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%); */
    border-radius: 34px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.fl-link4 i {
    font-size: 12px;
    margin-left: 9px;
}

.fl-link4:hover{
    color: #05a1f0;
    text-decoration: none;
}

.speaker .container-fluid {
    padding: 0 200px !important;
}

.sp-row{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

}

.sp-col{
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;

}


.sp-img img{
    width: 100%;
}

.sp-1 {
    /* background: rgba(5, 44, 181, 0.7); */
    color: #fff;
    padding: 10px 22px;
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgb(8 36 116 /75%);
}

.sp-title {
    font-size: 17px;
    font-weight: 700;
    /* font-family: "Jost", sans-serif; */
    margin-bottom: 0;
    /* font-family: "Lora", serif; */
    letter-spacing: 0.5px;
    color: #062fbb;
    text-decoration: none !important;
    display: inline-block;
    letter-spacing: 1px;
}

.sp-title:hover{
    color: #062fbb;
}



.sp-title3 {
    margin-bottom: 0;
    color: #171717;
    font-size: 15px;
    margin-top: 8px;
    line-height: 24px;
    text-decoration: none !important;
    display: inline-block;
}

.sp-title3:hover{
    color: #4e4e4e;
}

h5.sp-title2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}

.sp-img img{
    border-radius: 20px;
}

.sp-box {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
    /* padding-right: 20px; */
    /* padding-bottom: 30px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    min-height: 425px;
    padding: 15px 12px;
}

a.sp-link {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    /* padding: 9px 16px; */
    /* border: 2px solid #fff; */
    margin-top: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* font-family: "Jost", sans-serif; */
    font-weight: 500;
    /* background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%); */
    /* border-radius: 34px; */
    font-weight: 700;
    color: #0730bd;
    border-bottom: 1px solid #0730bd;
    padding-bottom: 3px;
}

a.sp-link:hover{
    color: #0730bd;
    text-decoration: none;

}

.speaker {
    margin-top: 70px;
}


.sp-2 {
    margin-top: 80px;
}

.sp3 {
    /* padding: 25px; */
    padding-left: 5px;
    padding-top: 18px;
}

.sp-icon a:hover{
    color: #fff;

}

.sp-icon a {
    background: linear-gradient(
    to right,
    #00c6ff,#0072ff);
    color: #fff;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-bottom: 15px;
    border-radius: 100%;
    font-size: 13px;
}

.sp-color a{
    background: #1DA1F2;
  background: linear-gradient(
    to right,
    #1DA1F2,#009ffc
  ) !important;
}

.sp-color2 a{
    

  background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%) !important;

}

.sp-color3 a{
   background-image: linear-gradient(to right top, #006294, #036fa5, #057db7, #068bc8, #0599da) !important;
    
}

.si-rt1 {
    position: relative;
}

.display-5 {
    font-size: 35px;
    /* font-family: "Space Grotesk", sans-serif !important; */
    font-weight: 600;
    color: #ffffff;
    /* font-family: "Jost", sans-serif; */
    font-family: "Lora", serif;
}

h5.si-cap {
    font-size: 40px;
    /* font-family: "Jost", sans-serif; */
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 3px;
    margin-left: 5px;
    font-family: "Lora", serif;
}

h5.si-title.a-font {
    font-size: 16px;
    /* font-weight: 600; */
    margin-bottom: 0;
    margin-top: 2px;
    white-space: nowrap;
    /* text-align: center; */
    /* margin-left: -18px; */
    color: #ffffff;
    font-weight: 600;
    /* font-family: "Lato", sans-serif !important; */
    /* font-family: "DM Sans", sans-serif !important; */
    font-family: Arial, Helvetica, sans-serif !important;
    letter-spacing: 1px;
}

.static {
    background: url(../images/st2.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    margin-top: 45px;
}

.si-rt1 {
    position: relative;
    /* border: 1px solid #ffffff; */
    border-radius: 5px;
    /* padding: 10px 0 20px; */
    /* background: #fff; */
}

.static .container .si-rt .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
}

.static .container .si-rt .row .col-lg-2 {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 0 0 20% !important;
    padding-right: 15px;
    padding-left: 15px;
}

.stt-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;

}

.stt-col{
     flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

.d-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
}

.d-col{
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

.si-icon {
    background: #fff;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 73px;
    border-radius: 10px;
    /* margin-right: 12px; */
}

.si-icon img {
    width: 45px;
    filter: brightness(0) saturate(100%) invert(67%) sepia(67%) saturate(5392%) hue-rotate(166deg) brightness(106%) contrast(103%);
}

.ye-img img {
    width: 100%;
    border-radius: 10px;
}

.ye-head.a-font {
    color: #2bd9c8;
    font-weight: 600;
    font-size: 22px;
    /* text-transform: uppercase; */
    color: #000000;
    letter-spacing: 0px;
    margin-bottom: 8px;
}

h5.ye-head2 {
    font-size: 16px;
    color: #484848;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 22px;
}



.ye-box3 {
    position: absolute;
    left: 20px;
    bottom: 165px;
    background: #072273;
    background: rgb(8 36 116 / 75%);
    padding: 11px 25px 14px;
}

.ye-img{
    position: relative;
}

/* .ye-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(240deg, rgba(11, 11, 17, 0) 0%, rgba(7, 10, 15, 0.47288) 72.71%, #03080D 100%);
} */

.ye-link {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    /* padding: 9px 16px; */
    /* border: 2px solid #fff; */
    margin-top: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* font-family: "Jost", sans-serif; */
    font-weight: 500;
    /* background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%); */
    /* border-radius: 34px; */
    font-weight: 700;
    color: #0730bd;
    border-bottom: 1px solid #0730bd;
    padding-bottom: 3px;
}

.ye-link:hover{
    text-decoration: none;
    color: #0730bd;
}



h5.ye-head3 {
    color: #000000;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    /* padding: 14px 0px; */
    margin-top: 8px;
}

.topic {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #062fbb;
    letter-spacing: 1px;
    position: relative;
    /* padding-left: 63px; */
    margin-top: 18px;
    font-family: "Lora", serif;
}

/* .topic::before {
    content: "";
    width: 46px;
    height: 3px;
    background-color: #052cb5;
    position: absolute;
    top: 18px;
    left: 0;
} */

.ye-box2 {
    margin-top: 23px;
}

.ye-box {
    position: relative;
    /* background: #f7f9ff; */
    padding: 30px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    margin-top: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
}

.flyer2 {
    margin-top: 70px;
}

a.st-link {
    background: #072474;
    display: inline-block;
    color: #ffffff;
    /* font-family: "Jost", sans-serif; */
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
    padding: 16px 38px;
    margin-top: 50px;
    /* border: 1px solid #bdbdbd; */
    /* border-bottom: 1px solid #fff; */
    background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%);
    border-radius: 34px;
    letter-spacing: 2px;
    background-image: linear-gradient(to left, #121e70, #004397, #0069bd, #0090df, #00b8ff);
}

a.st-link i {
    font-size: 14px;
    margin-left: 10px;
}

a.st-link:hover{
    text-decoration: none;
    color: #ffffff;

}

/*--------- bootcamp ----------*/

.bt-img img {
    width: 100%;
    border-radius: 10px;
}

h5.bt-cap {
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.5px;
    font-family: "Lora", serif;
    color: #052cb6;
    margin-bottom: 18px;
    margin-top: 10px;
}

h5.bt-cap2 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 14px;
}

h5.bt-cap3 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
}

p.bt-para2 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 31px;
}

.bt-txt {
    margin-left: 20px;
}

.bt-box {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}

h5.bt-head {
    color: #073ed7;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    /* padding-left: 55px; */
    margin-bottom: 18px;
    background: rgba(21, 57, 238, 0.1);
    padding: 8px 22px;
    display: inline-block;
    border-radius: 20px;
}

h5.bt-head2.a-font {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
}

p.bt-para {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin-bottom: 25px;
}

.boot {
    margin-top: 70px;
}


/*--------- key ----------*/

.key {
    background: url(../images/key-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 70px 0;
    margin-top: 70px;
}


.ke-box {
    background: #fff;
    text-align: center;
    
}

.ke-icon {
    background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%);
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    border-radius: 100%;
}

.ke-icon {
    background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%);
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;
    border-radius: 100%;
}

.ke-icon img{
    width: 38px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

h5.ke-head {
    margin-bottom: 0;
    color: #222222;
    font-size: 17px;
    line-height: 25px;
    /* font-weight: 600; */
    margin-top: 16px;
    padding: 0 12px;
}

.ke-box {
    background: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 25px 25px;
}

h5.ke-title.a-font.text-center {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 28px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
}

/*--------- Who ----------*/

.cx-box {
    /* min-width: 240px; */
    min-height: 237px !important;
}

.att-top{
    margin-top: 70px !important;
}

h5.att-cap {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}

.stt-top {
    margin-top: 13px !important;
}


/*----------------modal5 ----------------------*/
.Click-here5 {
  cursor: pointer;
  
}

.custom-model-main5.model-open {
    width: 100%;
}

.custom-model-inner5 {
    width: 1466.54px !important;
}

.custom-model-main5 {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 12px;
    right: 0;
    bottom: 0;
    left: -332px;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner5 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wrap5 {
    display: block;
    width: 100%;
    position: relative;
    /* background-color: #fff; */
    /* border: 1px solid #999; */
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    /* border-radius: 6px; */
    /* -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); */
    /* box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); */
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    /* padding: 30px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* max-height: 850px; */
    overflow-y: auto;
}

.model-open .custom-model-inner5 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}


.model-open .bg-overlay5{
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}


.bg-overlay5 {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn5 {
    position: absolute;
    right: 625px;
    top: 501px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #ffffff;
    font-size: 23px;
    background: #0428ae;
    /* font-weight: 500 !important; */
    padding: 0 10px 0px;
    /* margin-bottom: 40px; */
    /* border: 1px solid #0429ae; */
    /* width: 28px; */
    /* height: 33px; */
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 13px 24px 11px;
    /* width: 100%; */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
    font-weight: 600;
    background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%);
    border-radius: 8px;
}

h5.ci-head.a-font {
    font-weight: 600;
    font-size: 30px;
    color: #052db5;
    margin-bottom: 18px;
}

p.ci-para {
    font-size: 17px;
    line-height: 30px;
}

.cii {
    margin-top: 60px;
}

h4.get-header {
    color: #073ed7;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    /* padding-left: 55px; */
    margin-bottom: -2px;
    background: rgba(21, 57, 238, 0.1);
    padding: 8px 22px;
    display: inline-block;
    border-radius: 20px;
}

p.get-para {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 31px;
    color: #000000;
    letter-spacing: 0px;
    position: relative;
    /* padding-left: 72px; */
    margin-top: 19px;
    text-transform: capitalize;
}

h5.get-header2 {
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
    margin-bottom: 18px;
}

h5.get-number {
    font-size: 18px;
    color: #381c00;
    line-height: 30px;
    padding-right: 200px;
    margin-bottom: 20px;
}

h4.get-title {
    text-transform: capitalize;
    font-size: 36px;
}

.get-rt .get-1 .form-get-bg .form-grp-1 .form-control {
    border-radius: initial !important;
    border: 1px solid #a1a1a1;
    /* border-bottom: 1px solid #818a91; */
    height: initial;
    padding: 0;
    background: #ffffff;
    padding: 16px 22px;
    margin-bottom: 24px;
}

.get-rt .get-1 .form-get-bg .form-grp-1 .form-control::placeholder{
    font-size: 14px;
    color: #000000;
}

.get-rt .get-1 .form-get-bg .form-grp-1 .msg {
    resize: none;
    /* border: 1px solid #818a91; */
    height: 120px;
    border-radius: initial;
    background: #ffffff;
}

.get-rt .get-1 .form-get-bg .form-grp-1 label{
    color: #8a8a8a !important;
    margin-bottom: 18px;
}



input.get-link {
    border: initial;
    color: #ffffff;
    /* font-family: "Jost", sans-serif; */
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 38px;
    margin-top: 17px;
    /* border: 1px solid #bdbdbd; */
    /* border-bottom: 1px solid #fff; */
    background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%);
    border-radius: 34px;
    letter-spacing: 5px;
    background-image: linear-gradient(to left, #121e70, #004397, #0069bd, #0090df, #00b8ff);
    text-transform: uppercase;
}
.ge-container {
    width: 68%;
    margin: 0 auto;
}

.get-rt {
    text-align: center;
}

.get.con-detail {
    margin-top: 70px;
}

.conn-row {
    background: #fff;
}

.who-head {
    color: #073ed7;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    /* padding-left: 55px; */
    margin-bottom: -2px;
    background: rgba(21, 57, 238, 0.1);
    padding: 8px 22px;
    display: inline-block;
    border-radius: 20px;
}

.who-head2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 45px;
    color: #122c90;
    letter-spacing: 1px;
    position: relative;
    /* padding-left: 87px; */
    /* margin-top: 23px; */
    position: relative;
}

.who-head2::before {
    content: "";
    width: 62px;
    height: 2px;
    background: #122c90;
    position: absolute;
    bottom: -23px;
    left: 0;
}

.whh-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.whh-list li{
    display: flex;
}

.whh-list li i {
    color: #121e70;
    font-size: 12px;
    /* line-height: 13px; */
    transform: translateY(6px);
    margin-right: 10px;
}

.whh-list li h5 {
    font-weight: 500;
    font-size: 18px;
    /* padding-right: 142px; */
    line-height: 27px;
    margin-bottom: 18px;
}

/* .whh-list li i {
    color: #121e70;
    font-size: 12px;
  
    transform: translateY(-1px);
    margin-right: 10px;
} */

.conn-row {
    background: #fff;
    padding: 40px 40px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.who-head2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #122c90;
    letter-spacing: 1px;
    position: relative;
    /* padding-left: 87px; */
    /* margin-top: 23px; */
    position: relative;
}