* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
}

p {
  font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    color: #797979;
    letter-spacing: 1px;
}

/* news */

.wrap {
  width: 100%;
  height: 188px;
  position: absolute;
  top: -8px;
  left: 8px;
  overflow: hidden;
}
.wrap:before, .wrap:after {
  content: ""; 
  position: absolute;
}
.wrap:before {
  width: 40px;
  height: 8px;
  right: 100px;
  background: #576d91;
  border-radius: 8px 8px 0px 0px;
}
.wrap:after {
  width: 8px;
  height: 40px;
  right: 0px;
  top: 100px;
  background: #576d91;
  border-radius: 0px 8px 8px 0px;
}
.ribbon6 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  color: #fff;
      font-size: 11px;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
    box-shadow: 0 0 0 3px #135bdc, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
    background: #135bdc;
  text-align: center;
}

.management_text h5{
    font-size: 13px;
    font-weight: 700;
    color: #777777;
    margin-top: 11px;
}

.management_text ul{
    list-style-type: none;
    padding-left: 0px;
    display: inline-flex;
    gap: 8px;
        margin-top: 10px;
}

.s1{
      width: 10%;
    font-size: 18px;
    color: #004aad;
}

.s2{
    width:80%
}

.management_text ul li a{
text-decoration: none;
color:#fff;
}

.management_text ul li {
    color:#fff;
    width:40px;
    height:40px;
    background-color: #004aad;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-boxm {
    background: #ffffff;
    min-height: 300px;
    border: 1px solid #a8cdffbd;
    width: 96%;
    height: 100%;
    margin: auto;
    border-radius: 10px;
    position: relative;
    padding: 30px 18px 20px;
    /* margin: 50px 0; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.card-title h2 {
  margin: 0;
  padding-top: 5%;
  color: #2196F3;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}
.card-title p {
    margin: 0;
    margin-bottom: -12px;
    font-size: 16px;
}
.card-link a {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  color: #FF5722;
  font-size: 15px;
}



.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 98%;
    border-radius: 20px;
}

.card_content {
  padding: 1rem;
     background: linear-gradient(to bottom left, #3c61ad 40%, #f2f2f2 100%);
}

.card_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.bb img{
    object-fit: cover;
    height:250px;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}
.made_by{
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}






.card-box {
      background: #ecf4ff;
      border: 1px solid #c8d7f1;
    min-height: 300px;
       width: 95%;
    margin: auto;
        border-radius: 10px;
    position: relative;
    padding: 30px 30px 20px;
    /* margin: 50px 0; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
       justify-content: center;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.card-title h2 {
  margin: 0;
  padding-top: 5%;
  color: #2196F3;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}
.card-title p {
    margin: 0;
    margin-bottom: -12px;
    font-size: 16px;
}
.card-link a {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  color: #FF5722;
  font-size: 15px;
}

/* .corner-ribbon.blue {
  background: #2196f3;
}

.ribbon {
  position: relative;
  background: #0070bb;
  color: white;
  display: block;
  width: 90%;
  margin: 0 auto;
  font-family: Source Sans Pro;
  text-align: center;
  z-index: 3;
}
.ribbon:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #003355 transparent transparent;
  left: -1px;
  bottom: -12px;
  z-index: 1;
}
.ribbon:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #003355 transparent transparent transparent;
  right: -1px;
  bottom: -12px;
  z-index: 1;
}
.ribbon .left-fold {
  background-color: #004aad;
    background-image: linear-gradient(-90deg, #004aad, #004aad);
background-image: linear-gradient(-90deg, #004aad, #004aad);
  position: absolute;
    height: 35px;
  width: 25px;
  left: -15px;
  bottom: -12px;
  display: block;
  margin: 0;
  border-right: 1px solid #004aad;
}
.ribbon .left-fold:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 25px 0;
  border-color: transparent #004aad transparent transparent;
  left: -15px;
  top: 0;
}
.ribbon .left-fold:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 15px;
  border-color: transparent transparent #004aad transparent;
  left: -15px;
  bottom: 0;
}
.ribbon h3 {
z-index: 2;
    position: relative;
    background: #004aad;
    width: 100%;
    display: block;
    font-size: 11px;
    line-height: 1.3em;
    padding: 11px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.ribbon .right-fold {
    background-color: #005188;
    background-image: -webkit-linear-gradient(-360deg, #005188, #0061a2);
    background-image: linear-gradient(90deg, #004aad, #004aad);
    position: absolute;
      height: 35px;
    width: 25px;
    right: -15px;
    bottom: -12px;
    display: block;
    margin: 0;
    border-left: 1px solid #005188;
}
.ribbon .right-fold:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 15px 0 0;
  border-color: #004aad transparent transparent transparent;
  right: -15px;
  top: 0;
}
.ribbon .right-fold:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 0 15px;
  border-color: transparent transparent transparent #004aad;
  right: -15px;
  bottom: 0;
} */
.management_imgo img {
    border-radius: 50%;
    border: 6px solid #cbd2dc;
    object-fit: cover;
    width: 150px;
    height: 150px;
    margin: auto;
}


.management_img img {
    border-radius: 50%;
    border: 6px solid #cbd2dc;
    object-fit: cover;
    width: 140px;
    height: 140px;
    margin: auto;
}

.management_text h6 {
color: #004aad;
    margin-bottom: 0px;
    margin-top: 10px;
        font-weight: 700;
}

.whate_we_doz {
    padding-top: 54px;
    padding-bottom: 65px;
    position: relative;
    background-image: url(../images/abt_bg.webp);
    background-position: left;
    background-size: 450px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.consultingboxz h4 {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
}

.brologo{
    max-width:450px;
    margin: auto;
}

.sec_logo{
width: 120px;
    height: 120px;
    overflow: hidden;
    background-color: #004aac;
    border-radius: 50%;
}

.sec_logo img{
object-fit: contain;
 width: 120px;
    height: 120px;
    border-radius: 50%;
}

.sec_name h2{
    font-size: 21px;
    font-weight: 700;
    color: #f89d37;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.sec_name h3{
    font-size:20px;
    text-transform: uppercase;
}


/* newend */

.display_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
        max-width: 347px !important;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
}


.news__txt {
    font-size: 14px;
    height: 250px;
    overflow-y: scroll;
}

.side_ul li a {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #444243;
    letter-spacing: 2px;
    font-weight: 500;
}


.side_ul ul {
    list-style-type: none;
    padding-left: 0px;
    line-height: 43px;
}

.footer-social-link h3{
  font-size:18px;
}

.footer-social-link ul {
    list-style-type: none;
    display: flex;
    padding-left: 0px;
}

.footer-social-link ul li a {
    font-size: 17px;
    color: #000;
    text-decoration: none;
}

/* #135bdc;
#f15f29; */
.logo_btn button {
    padding: 10px 25px;
    background-color: #135bdc;
    border: none;
    border-radius: 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}

.logo_btns button {
padding: 10px 25px;
    background-color: #135bdc;
    border: none;
    border-radius: 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.logo_btns button i{
    color:#f15f29;
    font-size: 20px;
}

.row {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0;
}

.header_sec {
        padding: 20px 0px;
}

.mob_header_sec {
    padding: 26px 0px;
    display: none;
}

.right_ul ul {
    list-style-type: none;
    gap: 26px;
    margin-bottom: 0px;
}

.right_ul ul li a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

.logo_btn i {
    font-size: 30px;
    font-weight: 700;
}

.logo_menu img {
    width: 99px;
}

.banner_img {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banner_text {
    position: absolute;
    content: "";
    width: 50%;
    left: 25px;
    z-index: 99;
}

.banner_text h3 {
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
}

.banner_sec{
    height:80vh;
}

.banner_text_inner {
    position: absolute;
    content: "";
    width: 100%;
    left: 25px;
    z-index: 99;
}

video {
object-fit: cover;
    width: 100%;
    height: 80vh;
    z-index: 1;
    border-radius: 30px;
}


.about_section{
    padding:65px 0px;
 
}

.heading_title h3{
    font-size:35px;
    font-weight: 600;
    text-transform: capitalize;
        text-align: center;
}

.about_text {
    max-width: 450px;
}

.heading_title h3 span{
    color:#135bdc;
}

.phonr_img{
    max-width:390px;
    margin: auto;
}

.abt_one{
    max-width: 330px;
    margin: auto;
}

.current_sec {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #3041e80d;
}

.solution_cards_box .solution_cards {
    flex: 0 50%;
        background: #004aad;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 8px;
    padding: 10px 7px;
        justify-content: center;
    position: relative;
    z-index: 1;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
      min-height: 145px;
    transition: 0.7s;
    margin-top: 30px;
}
.solution_cards_box .solution_cards .so_top_icon img {
      width: 40px;
    height: 40px;
    object-fit: fill;
}

.solution_cards .solu_title div {
    color: #ffffff;
        font-size: 12px;
    margin-top: 13px;
    margin-bottom: 13px;
    font-weight: 500;
}

.consultingbox {
   /* width: 32%; */
    /* padding: 40px 30px 44px; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    }

.box_c{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background-color: #f15f29b3;
    top: -4px;
    left: -6px;
    z-index: -1;
    border-radius: 50%;
}

.consultingbox h4 {
text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    }


.whate_we_do {
    padding-top: 65px;
    padding-bottom: 65px;
    position: relative;
   background-image: url(../images/abt_bg.webp);
    background-position: left;
    background-size:450px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.cities {
      padding-top: 65px;
    padding-bottom: 65px;
    position: relative;
    background-color: #fffffff7;

    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
}

.solution_cards_box .solution_card {
    flex: 0 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
    margin-top: 30px;
}

.solution_card .solu_title div {
    color: #212121;
    font-size: 17px;
    margin-top: 13px;
    margin-bottom: 13px;
        font-weight: 700;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}

.solution_cards_box .solution_card .so_top_icon img {
    width: 50px;
    height: 50px;
    object-fit: fill;
    border-radius: 50%;
}

.form-subscribe {
    max-width: 600px;
    margin: 0 auto;
}

.logoz {
    width: 87px;
    margin-bottom: 10px;
}

.sub {
    padding: 1%;
    background: #7e889000;
}

.iconbox_wrapper {
    position: relative;
    border-radius: 9px;
    max-width: 389px;
    padding: 17px;
    background-color: #fff;
    margin: 14px;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
}

.icon_box {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
}

.icon_text h6 {
    color: #000000;
    margin-top: 18px;
        font-size: 17px;
    font-weight: 700;
}

.join_section {
padding-top: 65px;
    padding-bottom: 65px;
    background: linear-gradient(to bottom, #ffffff8f, #ffffff), url(../images/bg_wave.png);
    background-size: cover;
    background-position: center;
}

.popform .form-control {
    height: 42px;
    background: #ecf0f400;
    border-color: transparent;
    color: #000000 !important;
    padding: 0 0px;
    border-radius: 0px;
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    font-size: 15px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.popform .form-group > label {
    display: block;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

.form-wrap {
    padding: 21px;
    background-color: #ffffff;
    border-radius: 6px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: top right !important;
}

.popform .form-group {
    margin-bottom: 25px;
}

.rightChapterBlockIcon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fixed_form {
    position: fixed;
    bottom: 59px;
    right: 10px;
    background-color: #004aad;
    padding: 5px;
    border-radius: 7px;
    text-decoration: none;
    z-index: 9;
}

.fixed_leaf a {
    color: #fe8339;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}

.fixed_leaf {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #004aad;
    padding: 10px;
    border-radius: 7px;
    text-decoration: none;
    z-index: 9;
}

.forum_bus {
    position: relative;
    flex: 0 50%;
        background: #ffffffd9;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 8px;
    padding: 15px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
       height: 100%;
    transition: 0.7s;
    margin-top: 30px;
}

.forum_top::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(-45deg, #ffffff00, #cccddd00, #e9e9e900, #acadb700);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.forum_p p {
font-weight: 700 !important;
    font-size: 12px;
    color: #000;
}



.forum_icons img {
    width: 90px !important;
    height: 90px !important;
    object-fit: fill;
    position: relative;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
      margin-bottom: 14px;
}


.mobile_info{
    padding: 65px 0px;
    
}

.mobile_bg{
    padding: 60px 20px 0px 20px;
        background-color: #dfedff;
        background-image: url(../images/mobile_app.webp);
        background-position: center;
        background-size: cover;
    border-radius: 10px;

}

.phone_text h6{
    background-color: #9abaf3;
    width: fit-content;
    margin: auto;
    padding: 13px;
    border-radius: 19px;
    font-size: 14px;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.img1 img{
    max-width: 166px;
}



.event {
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #3041e80d;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.how_to_join{
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #3041e800; 
}

.join_team_bg{
    padding: 55px 30px 55px 30px;
       background: linear-gradient(to bottom, #1657ad, #165ddd59), url(../images/our_team.webp);
    border-radius: 34px;
    background-size: cover;
        background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 414px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.date_box {
    width: 120px;
    height: 79px;
    background-color: #112353;
    justify-content: center;
    color: #fff;
    display: flex;
    padding: 10px;
    justify-items: center;
    align-items: center;
}

.blog_boxs {
    border-top: 2px solid #112353;
}

.blog_heads h4 {
    font-size: 16px;
    font-weight: 700;
    width: 95%;
}

.date_box h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
}

.cards {
  position: relative;

  overflow: hidden;
  border-radius: 16px;
}

.cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  inset: 0;
     background: rgba(0, 75, 173, 0.808);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  opacity: 0;
  transition: 0.4s ease;
  padding:10px;
}

.cards:hover .overlay {
  opacity: 1;
}

.overlay {
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.cards:hover .overlay {
  transform: translateY(0);
}

.heading h4{
    font-size:18px;
    text-transform: capitalize;
        margin-bottom:15px;
}

.date h3{
    font-size:20;

}

.date h3 span{
   color: #f15f29;
    font-size: 38px;
    font-weight: 600;
}

.para_content p{
     color: #fff;
    font-weight: 300;
    font-size: 14px;
    height:80%;
    overflow-y: scroll;
}
.style-2::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #ffffff00;
}

.style-2::-webkit-scrollbar
{
  width: 1px;
  background-color: #f5f5f500;
}

.style-2::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #ffffff40;
}

.gallery_section{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #3041e80d;
}

.gallery_img img{
    height:350px;
    object-fit: cover;
}

.banner_img_inner img {
    object-fit: cover;
    width: 100%;
    height: 39vh;
    z-index: 1;
    border-radius: 30px;
}


.banner_img img{
    object-fit: cover;
    width: 100%;
    height: 60vh;
    z-index: 1;
    border-radius: 30px;
}

.ser_img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    background-image: linear-gradient(to bottom, #00000000, #ffffff);
}

.ser_img{
    position: relative;
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: #f5f5f500;
}

#style-1::-webkit-scrollbar
{
	width: 2px;
	background-color: #f5f5f500;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #55555500;
}

.ser_img img {
    position: relative;
    width: 100% !important;
    height: 250px;
    object-fit: cover;
}

.ser_text {
    position: relative;
    min-height: 224px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.point_card_ser {
  position: relative;
  background-color: #ede6df;
  box-shadow: rgb(99 99 99 / 19%) 0px 2px 8px 0px;
  padding: 0px;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ser_text p{
 height: 118px;
    overflow-y: scroll;
    font-size: 14px; 
}

.heading_titles h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.heading_titles h3 span {
    color: #135bdc;
}

.banner_img::after{
position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 9;
        border-radius: 25px;
       background-image: linear-gradient(to bottom, #ffffff00, #cfcfcf94);
}


.point_card_ser h3 {
    text-transform: capitalize;
    font-size: 17px;
}

footer.nb-footer .footer-info-single p {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
}

footer.nb-footer .about .social-media ul li a {
display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

footer.nb-footer {
    background: #042840;
    border-top: 4px solid #d7dce5;
    background-position: center;
    background: linear-gradient(to bottom, #214d9b, #165ddd), url(../images/slider-2.jpg);
}

footer.nb-footer .footer-info-single .title {
        color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    border-left: 4px solid #ffffff;
    padding-left: 5px;
}

footer.nb-footer .footer-info-single ul li a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    padding: 2px 0;
    margin-top: 15px;
    text-decoration: none;
}

footer.nb-footer .about p {
font-size: 15px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

footer.nb-footer .footer-info-single p a {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
}

.form-subscribe .form-control {
    background-color: hsl(0deg 0% 100%);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}

.form-subscribe .btn {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    background: #fe8339;
    border-color: #0269aa;
    height: 46.5px;
}

footer.nb-footer .copyright p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
}

footer.nb-footer .copyright p a{
    margin: 0;
    padding: 0;
       font-size: 10px;
    color: #fff;
    text-decoration: none;
}

footer.nb-footer .copyright {
padding: 18px 0;
    color: #000;
    text-align: center;
}

.fixed_leafr {
    background-color: #004aad00;
    padding: 10px;
    border-radius: 7px;
    text-decoration: none;
    z-index: 9;
    color: #ff5c00;
    font-weight: 400;
}

.fixed_leafr a {
    color: #004aad;
    font-size: 17px;
    padding: 11px;
    /* display: flex; */
    border-radius: 22%;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   width: 40px !important;
    height: 40px !important;
}

.footer_sos {
    position: fixed;
    bottom: 10px;
   left: 10px;
    background-color: #004aad;
    padding: 12px 20px;
    border-radius: 37px;
    z-index: 99;
}

.logo_menu a {
      color: #fe8339;
    text-decoration: none;
}

@media (max-width: 992px) {
    .mob_header_sec {
        padding: 13px 0px;
        display: block;
    }

    .header_sec{
        display: none;
    }

    .banner_text {
    position: absolute;
    content: "";
    width: 100%;
    left: 9px;
    z-index: 99;
}

.forum_bus {
    position: relative;
    flex: 0 50%;
    background: #ffffffd9;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 8px;
    padding: 15px 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-height: 250px;
    transition: 0.7s;
    margin-top: 30px;
}

.abt_one {
    max-width: 252px;
    margin: auto;
}


}

@media (max-width: 768px) {
.heading_title h3 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.ribbon h3 {
    z-index: 2;
    position: relative;
    background: #004aad;
    width: 100%;
    display: block;
    font-size: 10px;
    line-height: 1.3em;
    padding: 15px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.card-boxm {
    background: #ffffff;
    min-height: 300px;
     width: 90%;
    height: 100%;
    margin: auto;
    border-radius: 35px;
    position: relative;
    padding: 30px 18px 20px;
    /* margin: 50px 0; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.cities {
    padding-top: 23px;
    padding-bottom: 23px;
    position: relative;
    background-color: #fffffff7;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
}

.sec_logo {
    width: 97px;
    height: 97px;
    overflow: hidden;
    background-color: #004aac;
    border-radius: 50%;
}

.sec_logo img {
    object-fit: contain;
    width: 97px;
    height: 97px;
    border-radius: 50%;
}

.management_text h6 {
    color: #000000;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 12px;
}
.management_text h5 {
    font-size: 10px;
    font-weight: 700;
    color: #777777;
    margin-top: 11px;
}
.banner_text h3 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
}
}