* {
  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;
}

.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);
}

.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: #fefefef7;
    background: linear-gradient(to bottom, #e9eff7de, #ffffffba), url(../images/bg_blue.jpg);
    background-position: center;
    background-size: contain;
    /* 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;
    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;
}
.banner_text h3 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
}
}
.toastt {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 250px;
    padding: 12px 18px;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    animation: slideIn 0.4s ease;
    background: #2500ac;
}

.toastt.success {
    background-color: #28a745;
}

.toastt.danger {
    background-color: #dc3545;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: 271px !important;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}
