*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Roboto Flex", sans-serif;
}

p{
    font-size: 18px;
    color: #736b6b;
}

.hide {
    opacity:0;
    
    }
    .show {
    opacity:1;
    
    }

ul{
    margin-bottom:0px !important;
}

.logo_wrapper {
    width: 224px;
    padding: 10px;
}

.zo{
    width: 120px;
    background-color: rgba(255, 255, 255, 0);
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zo h2{
    letter-spacing:20px;
    font-weight:600;
    color:#000000;
}

.contact-info p a{
    text-decoration:none;
    color:#fff;
}

.zo img{
    width:90px;
    height:90px;
}

.main_banner{
    position: relative;
    padding-top:80px;
    background-color:#0058ff47;
    height: 100vh;
}

.main_banner img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}


.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    object-fit: contain !important;
}

.banne_img{
    position: relative;
}

.lap{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 38px;
    z-index: 99;
}

.banner_wrapper_cover h2{
    font-size: 56px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.button_sec{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 68px;
    margin-top: 20px;
}

.banner_wrapper_cover{
    max-width: 800px;
    margin: auto;
}

.off.single_footer ul li {
    margin-top: 15px;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #0a1849 !important;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.Social_media img{
    width: 28px;
    padding: 5px;
}

/*.fixed_header_mob{
    background-color: rgba(0, 255, 255, 0);
    position: fixed;
    width: 100%;
    z-index:99;
    top: 10px;
    display: block;
}*/

.fixed_header_mob {
    background-color: #0a1849;
    /*position: fixed;*/
    width: 100%;
    z-index: 99;
    top: 0px;
    display: block;}

.fixed_header{
    background-color: rgba(0, 255, 255, 0);
    position: fixed;
    width: 100%;
    z-index:99;
    top: 10px;
}

.right_menu ul {
    list-style-type:none;
    display: inline;
    gap:19px;
    padding-left:0px !important;
}

.right_menu ul li{
    list-style-type:none;
    display: inline;
    gap:10px;
    padding:0px 10px;
}

.right_menu ul li a{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto Flex';
    font-weight: 400;
}

.Social_media ul li{
    list-style-type:none;
    display: inline;
    gap:19px;
    padding: 0px 9px;
}

.main_banner{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ban_img img{
    width: 200px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.frnd_wrappers {
    box-shadow: rgb(0 0 0 / 17%) 0px 3px 8px;
    border-radius: 20px;
    position: relative;
    height: 250px;
    width: 92%;
    margin-top: 18px;
    background-color: #fff;
    border-left: 1px solid #808080a6;
    /* margin: auto; */
}

/*.Social_media{
    background-color: #0058ff;
    padding: 5px !important;
    border-radius: 24px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff59;
}*/

.Social_media {
    background-color: #0a1849;
    padding: 5px !important;
    border-radius: 24px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff59;
}

.custom-shape-divider-bottom-1726046250 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1726046250 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 83px;
}

.custom-shape-divider-bottom-1726046250 .shape-fill {
    fill: #FFFFFF;
}

.Social_media ul {
    padding-left:0px !important;
}

.yellow{
  color:#ffbd46;
  text-decoration: none;
  font-size: 20px;
}

.red{
 color:#ef5749;
 text-decoration: none;
 font-size: 20px;
}

.blue{
color:#00ff68;
text-decoration: none;
font-size: 20px;
}

.yellow:hover{
    color:#ffbd46;
    text-decoration: none;
  }
  
  .red:hover{
   color:#ef5749;
   text-decoration: none;
  }
  
  .blue:hover{
    color:#00ff68;
  text-decoration: none;
  }

.banner_img {
    width:100%;
}

.banner_img img {
    position: relative;
    max-width: 523px !important;
    height: 335px;
}


.banner_img_inner {
    position: relative;
    width:100%;
}

.banner_img_inner img {
    position: relative;
    max-height: 23vh;
    object-fit: cover;
    width: 100%;
}



.banner_img_inner::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #1b77bb;
    background: linear-gradient(90deg, #0058ff4a 51%, #0058ff4a 51%);
    z-index: 1;
}

.banner_details h3{
    font-size: 54px;
    color:#fff;
}

.banner_details p{
    color:#fff;
    max-width: 450px;
}

.banner_padding {
    /* padding-left: 61px;
    padding-right: 61px; */
    background-color: #95725b11;
    padding-top: 10px;
    overflow-x: hidden;
    position: relative;
}

.banner_text {
    position: absolute;
    text-align: center;
    z-index: 1;
    width: 100%;
}


.banner_text h2{
    font-size: 30px;
    max-width: 450px;
    margin: auto;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 40px;
    letter-spacing: 5px;
}

.banner_text img{
    /* width: 269px !important; */
    margin: auto;
}

.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.certify_wrapper{display: flex;
justify-content: flex-start;
align-items: center;
gap: 15px;
}

.cer1 i{
    font-size: 50px;
    color: #0058ff;
}

.cer-left_text h5{
    color: #000000;
    font-size: 15px;
}

.cer-left_text p{
 font-size: 15px;
}

.main_banners{
    position: relative;
}

.banner_center{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: flex;
    top: 0px;
    left: 0px;
    align-items: center;
    justify-content: center;
}

.banner_img::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(63,81,181);
    background: linear-gradient(90deg, #1b77bba8 51%, #1b77bb7a 51%);
    z-index: 1;
}

.lap_cover{
    position: relative;
    max-width: 550px;
    height:450px;
    background-color: #1b77bb00;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lap_cover img{
    width: 150px !important;
}


.infinte {
    position: absolute;
    bottom: 69px;
    z-index: 1;
    width: 98%;
    overflow: hidden;
    margin: auto;
}

.intext h3 {
    font-size: 54px;
    white-space: nowrap;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 0px;
    color: #ffffff;
}

.intext h3 span {
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(80 217 215);
    color: #00000000;
    text-transform: uppercase; */
    -webkit-text-stroke-color: rgb(80 217 215);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 5px;
}


.intext {
    display: flex;
    animation: scrollText 33s infinite linear;
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}


.about_sec{
    position: relative;
    padding: 60px 0px;
}



.what_wrapper_team {
    box-shadow: rgba(0, 0, 0, 0) 0px 3px 8px;
    border-radius: 20px;
    height: 100%;
    width: 98%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all 1s linear;
    background-color: #2b242400;
    /* margin: auto; */
}

.what_wrapper_team img{
    max-width: 250px;
}

.team_name h6{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    color: #1b77bb;
}

.mision_sec {
    position: relative;
    padding: 60px 0px;
    background-image: url(../images/banner13.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;

}

.text_co{
 color:rgb(185 217 209) !important;
}

.what_wrapper_mis {
    box-shadow: rgb(0 0 0 / 27%) 0px 3px 8px;
    border-radius: 20px;
    height: 100%;
    width: 98%;
    transition: all 1s linear;
    background-color: #ffffff;
    /* margin: auto; */
}

.mision_sec::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(63, 81, 181);
    background: linear-gradient(90deg, rgb(0 0 0 / 78%) 60%, rgb(255, 255, 255) 51%);
 
}

.what_we_do{
    position: relative;
    padding: 60px 0px;
    background-image: linear-gradient(to bottom, #71b3a12b, #ffffff);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
}


.user_friend_section{
    position: relative;
    padding: 60px 0px;
    background-image: linear-gradient(to bottom, #ffffff85, #71b3a12b);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
}

.btns{
    background-color: #0058ff !important;
    color: #fff;
    box-shadow: rgb(98 85 85 / 41%) 0px 3px 8px;
}

.button p a{
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bell{
    position: absolute;
    content: "";
    top:0;
    right:0;
    width:120px;
}

.notif{
    position: absolute;
    content: "";
    bottom:0;
    left:0;
    width:120px;
}

.main_title h3 {
    font-size: 28px;
    text-transform: capitalize;
}

button p{
    font-size: 15px;
}

.what_wrapper{
    box-shadow: rgb(0 0 0 / 19%) 0px 3px 8px;
    border-radius: 20px;
    height: 100%;
    width: 98%;
    transition: all 1s linear;
    background-color: #fff;
    /* margin: auto; */
}

.owl-item.active .banner_text h2 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.wht_icon{
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #71b39f75;
    margin-bottom: 10px;
}

.wht_icon img{
    width:45px;
}

.what_text h4{
    font-size: 20px;
    font-weight: 600;
}

.main_title h5{
    color: #0c3a91;
    text-transform: lowercase;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
}

.what_text  p{
    font-size: 15px;
    color: #878787;
    line-height: 26px;
}

.frnd_wrapper {
    box-shadow: rgb(0 0 0 / 17%) 0px 3px 8px;
    border-radius: 20px;
    position: relative;
    height: 250px;
    width: 98%;
    margin-top: 36px;
    background-color: #fff;
    border-left: 1px solid #808080a6;
    /* margin: auto; */
}

.frnd_icon {
    width: 60px;
    height: 60px;
    padding: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #0058ff1f;
    margin-bottom: 10px;
    border: 2px dotted #006db9;
    /* margin-left: auto; */
}


.f_ico{
    position: absolute;
    content: "";
    top: 35px;
    right: 27px;
    width: 63px;

}


.frnd_text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 14px;
}

.frnd_text p {
    font-size: 16px;
    color: #4e4949;
}

.counter_sec{
    padding: 60px;
    background-color: #ffffff;
}

.copyright a {
    color: #ffffff;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}

.copyright {
    margin-top: 47px;
    padding-top: 40px;
    color: #fff;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
}


.services_box h6{
    text-transform: capitalize;
    font-size: 13px;
}

.services_box h3{
    text-transform: capitalize;
    color: #00a9afc9;
    font-size: 36px;

}

.screen_sec{
    padding-top: 0px;
    padding-bottom: 60px;

}
.consultnt_contact_wrapper{
    background: #2e70ee;
    border-radius: 26px;
    padding: 16px;
    margin-top: 50px;
    position: relative;
    box-shadow: rgb(0 0 0 / 31%) 0px 3px 8px;
}

.what_wrapper:hover {
    transform: scale(1.1); 
  }

.input-wrapper {
    width: 100%;
    position: relative;
    line-height: 14px;
    margin-top: 23px;
    display: inline-block;
}

.input-wrapper input {
    font-size: 13px;
    color: #0e0e0e;
    width: 100%;
    border: none;
    height: 49px;
    outline: none;
    border-bottom: 1px solid #c9c9c9;
    padding: 10px 20px;
    border-radius: 2px;
    position: relative;
    background-color: #ffffff00;
}

.form-control:focus {
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: #1b77bb;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.zcwf_lblLeft .zcwf_col_fld {
    float: left !important;
    width: 100% !important;
    padding: 0px 6px 0px !important;
    position: relative !important;
    margin-top: 5px !important;
}

.zcwf_lblLeft .zcwf_col_fld input[type=text], input[type=password], .zcwf_lblLeft .zcwf_col_fld textarea {
    width: 100% !important;
    border: 1px solid #2e70ee !important;
    resize: vertical;
    border-radius: 2px;
    border: none !important;
    float: left;
    background-color: #0059ff00 !important;
    color:#000;
}

.zcwf_lblLeft .zcwf_col_fld input[type=text], input[type=password], .zcwf_lblLeft .zcwf_col_fld textarea:focus{
    border: 1px solid #2e70ee !important;
}

.zcwf_lblLeft .zcwf_col_lab {
    width: 50% !important;
    word-break: break-word;
    padding: 0px 6px 0px;
    margin-right: 10px;
    margin-top: 5px;
    font-size:14px !important;
    float: left;
    min-height: 1px;
    color:#000000 !important;
}

#crmWebToEntityForm.zcwf_lblLeft {
    width: 100%;
    padding: 25px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #ffe4c400 !important;
}


.input-wrapper label {
    color: #ffffff !important;
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    z-index: 2;
    left: 1px;
    top: 14px;
    font-weight: 700;
    padding: 0 8px;
    pointer-events: none;
    background: #595d7e00;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.main_btn button{
    background-color: #fff;
    border: none;
    padding: 12px 13px;
    border-radius: 30px;
}

.img_cover {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_cover img{
    max-width: 250px;
    margin: auto;
}

.footer {
    background: #0a1849;
    padding-top: 60px;
    padding-bottom: 20px;
}

.logo_cap h5{
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}





.angry-shake {
    color: white;
    animation-name: angry-shake;
    animation-duration: 0.4s;
    transform-origin:50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@keyframes happy-jump {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-20px); }
    50%  { transform: scale(1.05,.95) translateY(0); }

}

.happy-jump {

    animation-name: happy-jump;
    animation-duration: 4s;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.contact_wrapper {
    background-color: #5467bb00;
    border-radius: 26px;
    padding: 10px;
    position: relative;
    box-shadow: rgb(0 0 0 / 19%) 0px 3px 8px;
    margin-top: 30px;
}

.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px;
}

.single_footer p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 1px;
}

.service_wrapper_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 37px;
    gap: 12px;
}

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

.single_footer ul li {}

.single_footer ul li a {
    color: #fff;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
}

.single_footer ul li a:hover {
    color: #ffffff;
}

.single_footer_address {}

.single_footer_address ul {}

.single_footer_address ul li {
    color: #fff;
}

.single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

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

/*START NEWSLETTER CSS*/
.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.subscribe__input {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}


.subscribe__btn {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #1e817f;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.subscribe__btn i {
    transition: all 0.3s ease 0s;
}


.subscribe__btn:hover i {
    color: #57fce0;
}

.fixed_chat{
    position: fixed;
    bottom: 7px;
    right: 7px;
    width: 58px;
    height: 58px;
    z-index: 9;
    cursor: pointer;
}

.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: flex-start;
    align-items: flex-start;
}

footer.nb-footer .footer-info-single p {
    color: #ffffff;
    font-size: 14px;
    padding: 2px 0;
    text-decoration: none;
    margin-bottom: 3px;
    font-weight: 200;
}

.contact-icon i {
    font-size: 19px;
    position: relative;
    color: #ffffff;
    padding: 10px 10px 10px 0px;
}


.icon img{
    width: 100px;
    margin: auto;
}


.con .input-wrapper label {
    color: #000000 !important;
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    z-index: 2;
    left: 1px;
    top: 14px;
    font-weight: 400;
    padding: 0 8px;
    pointer-events: none;
    background: #ffffff00;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.what_wrapper_ser {
    box-shadow: rgb(0 0 0 / 18%) 0px 3px 8px;
    border-radius: 20px;
    height: 100%;
    width: 98%;
    transition: all 1s linear;
    background-color: #ffffff57;
    /* margin: auto; */
}

.wht_icons {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #0058ff17;
    margin-bottom: 10px;
}

.wht_icons img {
    width: 45px;
}

/*END NEWSLETTER CSS*/

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid rgb(94 128 177);
  }
  
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 1em;
    color: #000000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
    color: rgb(94 128 177);
  }
  
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
    color: rgb(94 128 177);
    border: 1px solid #000000;
  }
  
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 8px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }

  .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5 !important;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  
  .accordion button[aria-expanded='true'] {
    color: rgb(94 128 177);
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding: 10px;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    margin: 2em 0;
  }

  .fancybox-slide--video .fancybox-content {
    background: #00000000 !important;
}

.img_lo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 120px;
}

.img_lo p{
    margin-bottom: 0px;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.img_lo img{
    width: 56px !important;
}

@media only screen and (max-width:1020px)  {
    .banner_wrapper_cover h2 {
        font-size: 41px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
    }
}
  @media only screen and (max-width:920px)  {
    .banner_details h3 {
        font-size: 26px;
        color: #fff;
    }
    .mision_sec {
        position: relative;
        padding: 60px 0px;
        background-image: url(../images/banner13.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .main_title h3 {
        font-size: 20px;
        text-transform: capitalize;
    }
    .mision_sec::before {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgb(63, 81, 181);
        background: linear-gradient(90deg, #04a1a6ad 100%, rgb(255, 255, 255) 51%);
    }
  }


@media only screen and (max-width:780px) {
    .f_ico {
        display: none;
        position: absolute;
        content: "";
        top: 35px;
        right: 27px;
        width: 69px;
    }
    .lap_cover {
        position: relative;
        max-width: 378px;
        height: 263px;
        background-color: #1b77bb00;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner_wrapper_cover h2 {
        font-size: 37px;
        color: #ffffff;
        text-transform: capitalize;
        text-align: center;
    }

    .bell {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 90px;
    }

    .intext {
        display: flex;
        animation: scrollText 23s infinite linear;
    }

    .fancybox-slide--video .fancybox-content {
        background: #00000000 !important;
        min-height: 500px;
    }

    .banner_wrapper_cover h2 {
        font-size: 22px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
    }
    
    @keyframes scrollText {
        from {
            transform: translateX(0%);
        }
    
        to {
            transform: translateX(-100%);
        }
    }
    .counter_sec {
        padding: 8px;
        background-color: #ffffff;
    }
    .fixed_header {
        background-color: rgba(0, 255, 255, 0);
        position: fixed;
        width: 100%;
        z-index: 99;
        top: 10px;
        display: none;
    }

    .fixed_header_mob {
         background-color: #0a1849;
        /*position: fixed;*/
        width: 100%;
        z-index: 99;
        top: 18px;
        display: block;
    }

    .off.single_footer ul li {
        margin-top: 15px;
    }

    .off .contact-us {
        position: relative;
        z-index: 2;
        margin-top: 33px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .offcanvas {
        position: fixed;
        bottom: 0;
        z-index: 1050;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        visibility: hidden;
        background-color: #0a1849 !important;
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out;
    }
    .logo_wrapper {
        width: 200px;
    }

    .banner_text {
        position: absolute;
        text-align: center;
        display: flex;
        z-index: 1;
    }

    .notif {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 90px;
    }

    .banner_img_inner img {
        position: relative;
        min-height: 449px;
        object-fit: cover;
        width: 100%;
    }

    .banner_img img {
        position: relative;
        min-height: 449px;
        object-fit: cover;
        width: 100%;
    }

    .banner_text img {
        margin: auto;
        object-fit: contain;
    }

    .banner_text h2 {
        font-size: 21px;
        max-width: 450px;
        margin: auto;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 40px;
        letter-spacing: 5px;
    }

}

@media only screen and (max-width:680px) {

    .main_banner {
        position: relative;
        padding-top: 80px;
        background-color: #0058ff47;
        height: 89vh;
    }

    .img_lo p {
        margin-bottom: 0px;
        font-size: 12px;
        color: #000;
        font-weight: 700;
        text-align: center;
    }
    .banner_text {
        position: absolute;
        text-align: center;
        display: flex;
        z-index: 1;
    }
    .single_footer h4 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 14px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
        margin-top: 19px;
    }
    .mision_sec::before {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgb(63, 81, 181);
        background: linear-gradient(90deg, rgb(4 161 166 / 60%) 60%, rgb(81 92 150 / 70%) 51%);
    
    }

    .consultnt_contact_wrapper {
        border-radius: 26px;
        padding: 25px;
        margin-top: -20px;
        position: relative;
        box-shadow: rgb(0 0 0) 0px 3px 8px;
    }
    .mision_sec {
        position: relative;
        padding: 60px 0px;
        background-image: url(../images/banner13.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .main_title h3 {
        font-size: 25px;
        text-transform: capitalize;
    }

    .services_box h3 {
        text-transform: capitalize;
        color: #04a1a6;
        font-size: 24px;
    }

    .logo_cap h5 {
        font-size: 25px;
        text-align: center;
        color: #fff;
    }

    .banner_text h2 {
        font-size: 22px;
        max-width: 450px;
        margin: auto;
        color: #ffffff;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 21px;
        letter-spacing: 4px;
    }
}



@media only screen and (max-width:480px){
    .main_banner {
        position: relative;
        padding-top: 80px;
        background-color: #0058ff47;
        height: 82vh;
    }

    .button p a {
        text-decoration: none;
        font-size: 10px;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
}