/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! ItÃ¢â‚¬â„¢s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. ItÃ¢â‚¬â„¢s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.11.14
Requires at least: 5.3-
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.8
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


a{
 text-decoration: none !important;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  background: linear-gradient(135deg, #0a3b85, #0f5ea1);
  color: #fff;
  padding: 50px 30px;
}

.footer-column h3 {
  font-size: 18px;
  border-bottom: 2px solid #ffcb05;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: #ffcb05;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer-bottom {
  background: #072c6a;
  text-align: center;
  color: #ccc;
  font-size: 14px;
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.footer-bottom a img{
  width: 70px;
}

.social-icons a {
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #ffcb05;
}
.about-us-section {
  padding: 60px 0;
    background: #ffffff00;
    color: #222;
}
.about-inner .about-grid {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.about-images {
  flex: 1 1 480px;
  display: flex;
  /* flex-direction: column; */
  gap: 16px;
}

.img-large{
  width: 70%;
}
.img-large img {
  width: 100%;
  /* height: 320px; */
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  aspect-ratio: 1/1.24;
}
.img-small-row {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  flex-direction: column;
  width: 33%;
}
.img-small-row img {
  width: 100%;
  /* height: 140px; */
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  aspect-ratio: 1/1;
}
[data-id="2ca9580"]{
  padding: 0px !important;
}
[data-id="2ca9580"] .e-con-inner{
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.about-content {
  flex: 1 1 420px;
      padding-left: 50px;
}
.eyebrow {
    color: #eb222b;
    font-weight: 700;
    margin-bottom: 21px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 20px;
    letter-spacing: 6px;
}

.eyebrow::before{
  content: '';
    width: 70px;
    height: 1px;
    display: block;
    border-bottom: 1px solid #f00000;
}
.about-content h2 {
    font-size: 41px;
    margin: 0 0 12px;
    line-height: 1.2;
    font-family: 'Manrope';
    color: #000;
    /* max-width: 480px; */
}
.lead {
  color: #555;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
}
.about-content p {
    font-family: mulish;
    margin-bottom: 24px;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 26px;
}

.about-content p.lead {
        font-weight: 700;
        border-top: 1px solid #0000001a;
        padding-top: 20px;
        margin-top: 30px;
}
.about-cta .btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  margin-right: 10px;
}

.about-cta a:nth-child(1){
        cursor: pointer;
    background: #eb222b;
    border: none;
    text-decoration: none;
    border-radius: 100px;
    padding: 12px 41px;
    margin-top: 23px;
}
.btn-primary {
  background: #0d6efd;
  color: #fff;
}
.btn-outline {
  border: 1px solid #0d6efd;
  color: #0d6efd;
  background: transparent;
}

@media (max-width: 900px) {
  .about-inner .about-grid {
    flex-direction: column;
  }
  .img-large {
    order: 2;
  }
}
.certimg{
        border: 1px solid #ff0000;
        overflow: hidden;
        position: relative;
        display: block;
}

.certimg span{
position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #ff0000;
    z-index: 4;
    opacity: 0;
}

.certimg span i{

}

.certimg img{
width: 100%;
    aspect-ratio: 1 / 1.4;
    object-fit: cover;
    transition: .3s ease;
}
.certimg:hover>img{
    transform: scale(1.09);
        opacity: .7;
}
.certimg:hover>span{
    opacity: 1;
}

.col-cert{
  padding: 15px;
}
.container-port {
    width: 1350px;
    margin: auto;
    padding: 0px 30px;
}
.ctrypic img{
    width: 100%;
    aspect-ratio: 1 / .7;
    object-fit: cover;
    border-radius: 10px;
}


.cntrybox{
      padding: 10px;
    display: block;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, .1);
    margin: 6px;
    height: 100%;
    text-decoration: none !important;
}

.cntrysection{
  /* padding: 100px 0px; */
}

.cntrydd{
    padding: 10px 10px;
    text-align: center;
    padding-bottom: 7px;
}

.cntrydd h3{
font-size: 20px;
    font-weight: 600;
    color: #1d2143;
    margin-bottom: 10px;
    /* border-top: 1px solid #0000000f;
    padding-top: 18px; */
}

.cntrydd p{
font-family: mulish;
    font-size: 15px;
    color: #000;
}

.cntrydd label{
      display: block;
    margin-top: 20px;
    background:#ff0000;
    color: #fff;
    max-width: fit-content;
    margin: auto;
    margin-top: 21px;
    padding: 5px 16px;
    border-radius: 100px;
    font-size: 14px;
}

.picflag{
    width: 63px;
    border-radius: 100px;
    height: 63px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px 0 rgba(18, 29, 39, .16);
    margin: auto;
    margin-top: -30px;
    position: relative;
}
.picflag img{
    width: 100%;
    aspect-ratio: 1.1;
    object-fit: cover;
    border-radius: 1000px;
    height: 100%;
}

.cntryslider .swiper-wrapper{
  align-items: stretch;
      margin: 19px 0px;
}

.cntryslider .swiper-wrapper .swiper-slide {
  height: auto !important;
}

.custom-arrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
.arrowcstm{
width: 40px;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 12px;
    background-color: rgba(255, 255, 255, .07);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, .08);
    border-radius: 1000px;
    background-color: #fff;
    cursor: pointer;
}

.arrowcstm svg{
  width: 100%;
}

.slidercntrycontainer{
  position: relative;
}

.headercntry{
margin-bottom: 30px;
}

.headercntry label{
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
    color: #ee5223;
        font-size: 15px;
    letter-spacing: 1px;
}

.headercntry h3{
    font-size: 29px;
    text-transform: uppercase;
    color: #1d2143;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 19px;
}

.headercntry h3 span{
    font-weight: 800;
    font-size: 37px;
    display: block;
}



/* services section ============================= */

.our-services-box{
  padding: 100px 0px;
}

[data-id="4b1b822"]{
      background: #fff6f3;
    /* background: linear-gradient(359deg, rgba(235, 34, 43, 1) 0%, rgba(16, 86, 165, 1) 100%); */
    /* background: #eb222b; */
}

.srvbxd{
  padding: 10px;
    display: block;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, .1);
    margin: 6px;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
}

.srvpic{
  height: auto;
    width: auto;
    line-height: 1;
    display: inline-block;
}

.srvpic img{
  width: 100%;
}

.srvdtb{
  border-top: 1px solid #00000014;
    padding-top: 20px;
    margin-top: 20px;
}

.srvdtb h3{
      font-size: 20px;
    font-weight: 600;
    color: #1d2143;
    margin-bottom: 10px;
        padding: 0px 20px;
}

.srvdtb p{
    font-family: mulish;
    font-size: 15px;
    color: #000;
        padding: 0px 20px;
}

.srvdtb label{
    border-top: 1px solid #00000014;
        padding: 0px 20px;
    padding-top: 20px;
    margin-top: 20px;
    color: #ff0000;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.colsrvbx{
  padding: 15px;
  margin-bottom: 10px;
}

.headersrv{
margin-bottom: 30px;
}

.headersrv label{
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
    color: #ff0000;
    font-size: 15px;
    letter-spacing: 1px;
}

[data-id="526821f"]{
      margin-top: -94px;
    padding-bottom: 100px;
}
[data-id="6fe4d6a"] .e-con-inner{
  padding: 0px;
}
[data-id="526821f"] .e-con-inner{
  max-width: 100%;
}
.headersrv h3{
    font-size: 29px;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 19px;
        font-family: "Inter", sans-serif;
}

.headersrv h3 span{
    font-weight: 800;
    font-size: 37px;
   
}
.stdyabrd{
    padding: 100px 0px;
}
.stdyabrdpic{
    padding-right: 30px;
}
.stdyabrdpic img{
    width: 100%;
    border-radius: 10px;
}

.stdyabrddt h3{
     color: #1d2143;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 7px;
}

.stdyabrddt h4{
     color: #1d2143;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 7px;
}
.stdyabrddt p{
        font-family: "Mulish", sans-serif;
    color: #000;
    margin-bottom: 10px;
}

.stdyabrddt ul{
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.stdyabrddt ul li{
        font-family: "Mulish", sans-serif;
    color: #000;
    position: relative;
    padding-left: 21px;
}

.stdyabrddt ul li:after {
font-family: FontAwesome;
    content: "\f058";
    color: #ff0000;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    line-height: 1;
    padding-left: 2px;
    padding-bottom: .3px;
}

.whstdy{
        background: #022279;
    padding: 100px 0px;
    background-image: url('assets/images/study/Sydney.webp');
        background-position: center;
    background-size: cover;
    position: relative;
}
.whstdy::before{

      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
            background: #022279;
                opacity: .9;
}

.whstdy .container-port{
    position: relative;
    z-index: 5;
}
.flex-wrap{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    display: flex;
    -ms-flex-pack: center!important;
    justify-content: center !important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
}
.flex-wrap li {
    flex: 0 0 20%;
    max-width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 12px;
}

.flex-wrap  li span {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    background: #fff;
    display: block;
    margin: 0 auto 15px auto;
}
.flex-wrap li span i {
    font-size: 40px;
    line-height: 90px;
    color: #ff0000;
}

.flex-wrap li h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    color: #dad9d9;
}

.headerswh h3{
        font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}




.tabstdsection{
    padding: 100px 0px;
}

.wrapper {

}

.tab-wrapper {
    text-align: center;
    display: block;
}

.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tab-link {
    list-style: none;
    color: #1d2143;
    cursor: pointer;
    transition: all ease 0.5s;
    margin: 0;
    background: none;
    text-align: left;
    font-weight: 600;
    background: #efefef2b;
    padding: 10px 21px;
    border: 1px solid #00000014;
    border-radius: 1px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.tab-link:hover {
  color: #999;
  border-color: #999;
}

.tab-link.active {
color: #fff;
    background: #ff0000;
}


.content-wrapper {
    padding-left: 40px;
}

.tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.whdttb{
    text-align: left;
}

.whdttb h3{
        font-size: 1.75rem;
    line-height: 1.2;
margin-bottom:20px;
        font-weight: 500;
    color: #1d2143;
}

.whdttb ul{
        list-style: none;
    margin: 0;
    padding: 0;
}

.whdttb ul li {
    display: inline-block;
    margin-right: 15px;
        font-family: "Mulish", sans-serif;
    color: #000;
    margin-bottom: 10px;
        position: relative;
    padding-left: 21px;
}

.whdttb ul li::after {
    font-family: FontAwesome;
    content: "\f058";
    color: #ff0000;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    line-height: 1;
    padding-left: 2px;
    padding-bottom: .3px;
}



/* accordian =============== */


.accordion {

}

.accordion-item {
    margin-bottom: 20px;
    border: none;
}

.accordion-header {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    background-color: #f5faff;
    color: #1d2143;
}

.accordion-header::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
}

.accordion-header.active {
    background: #ff0000;
    color: #fff;
}

.accordion-header.active::after {
  content: "Ã¢Ë†â€™";
}

.accordion-content {
  display: none;
  padding: 0 20px 15px;
  background: #fff;
}

.accordion-content p {
  margin: 15px 0;
    font-family: "Mulish", sans-serif;
    color: #000;
}

.headeracord{
        margin-bottom: 30px;
}

.headeracord label{
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
    color: #ee5223;
    font-size: 15px;
    letter-spacing: 1px;
}

.headeracord h3{
    font-size: 29px;
    text-transform: uppercase;
    color: #1d2143;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 19px;
}

.headeracord h3 span{
font-weight: 800;
    font-size: 37px;
}
.accordion-item.active{
        -webkit-box-shadow: 0 0 15px 0 rgba(41, 61, 88, .1);
    -moz-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 15px 0 rgba(41, 61, 88, .1);
}

.havequestions{
    padding: 100px 0px;
    background: #fcfcfc;
}
.srvectioninner{
   padding: 100px 0px;
}
.srvdpic{
  margin-bottom: 15px;
}
    .srvdpic img{
         width: 100%;
    aspect-ratio: 1 / .5;
    object-fit: cover;
    border-radius: 10px;
    }

    .srddt{

    }

    .srddt h3{

    }

    .srddt h4{
    font-size: 25px;
    line-height: 1.2;
    color: #1d2143;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 13px;
    font-family: "Manrope", sans-serif;
    }

    .srddt p{
    font-family: "Mulish", sans-serif;
    color: #000;
    margin-bottom: 10px;
    }
      .srddt a{
            display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border: 1px solid #ff1100;
    max-width: fit-content;
    border-radius: 10px;
    color: #e40303;
    margin-top: 20px;
    }
    .srddt ul{
    list-style: none;
    padding: 0;
    margin: 0;
    }

    .srddt ul li{
    font-family: "Mulish", sans-serif;
    color: #000;
    position: relative;
    padding-left: 21px;
    margin-bottom: 10px;
    }

  .srddt ul li::before{
font-family: FontAwesome;
    content: "\f058";
    position: absolute;
    left: 0;
    color: #d62f2f;
    }


    .listlnk{
    background: #feeff0;
    padding: 32px;
    border-radius: 10px;
    }

    .listlnk ul{
    padding: 0px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    }

    .listlnk ul li{

    }

    .listlnk ul li a{
    font-family: 'Mulish';
    text-transform: capitalize;
    color: #1d2143;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    display: block;
    padding-left: 21px;
    }


    .listlnk h3{
          font-size: 27px;
    margin-bottom: 19px;
    color: #000;
    font-weight: 600;
    }
    .listlnk ul li a:after {
    font-family: FontAwesome;
    content: "\f0da";
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    background: #1480e0;
    border-radius: 100px;
    line-height: 1;
    padding-left: 2px;
    padding-bottom: .3px;
}
/* ==== Custom Elegant Red-White Footer ==== */
.footer-container {
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); */
    gap: 30px;
    background: linear-gradient(135deg, #022279 0%, #022279 40%, #ffffff 100%);
    color: #2b2b2b;
    padding: 60px 0px;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    background: #1f2437 !important;
    padding-bottom: 0;
}

.footer-inner{
      /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); */
    width: 1350px;
    margin: auto;
}

.footer-inner .footer-column:nth-child(2){
      padding-left: 40px;
}

.footer-column h3 {
    font-size: 15px !important;
    color: #ffffff !important;
    border-bottom: none !IMPORTANT;
    border-left: 2px solid #ff0000;
    padding-bottom: 0 !IMPORTANT;
    display: inline-block;
    margin-bottom: 39px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 1;
    padding-left: 9px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 4px;
  position:relative;
  padding-left: 19px;
}
.footer-column ul li::before{
    content:'';
    position:absolute;
    width:10px;
    height:1px;
    left: 0;
    background: #ffffff36;
    top: 13px;
}
.footer-column ul li a {
 color: #ffffff !important;
 text-decoration: none;
 transition: 0.3s ease;
 text-transform: capitalize;
 font-size: 14px;
}

.footer-column ul li a:hover {
  color: #022279;
  padding-left: 5px;
}

.footer-column .social-icons{
      display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo {
    width: 197px;
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.footer-column p {color: #ffffff !important;line-height: 1.6;font-size: 15px;max-width: 300px;}

.footer-bottom {
  background: #1f2437;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  letter-spacing: 0.3px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.social-icons a {
display: flex;
    color: #fff;
    background: #eb222b;
    margin-right: 10px;
    font-size: 16px;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

.social-icons a:hover {
  background: #fff;
  color: #022279;
  box-shadow: 0 0 10px rgba(255,255,255,0.6);
}

/* Subtle gradient overlay for a soft glow effect */
.footer-container::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.2) 0%, transparent 60%);
  animation: rotateGlow 10s linear infinite;
  z-index: 0;
  display: none;
}

.footer-container * {
  position: relative;
  z-index: 1;
}

@keyframes rotateGlow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {
  .footer-container {
    padding: 40px 20px;
  }
  .footer-column h3 {
    font-size: 16px;
  }
}
.whyimgsec{
            padding: 100px 0px;
        }


        .whmgpic{
              padding-right: 30px;
        }
        .whmgpic img{
          width: 100%;
          border-radius: 10px;
        }

        .whychmb h3{
color: #1d2143;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 7px;
        }

        .whychmb p{
              font-family: "Mulish", sans-serif;
    color: #000;
    margin-bottom: 10px;
        }


        .bghwrk{
          background:#032276;
              padding: 100px 0px;
        }

        .headermg2{
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
        }

    .headermg2 span{
    color: #ff0000;
    font-weight: 600;
    }
.boximgex{
    
display: none;
}
    .boximgex img{
    width: 100%;
    aspect-ratio: 1 / .7;
    object-fit: cover;
    border-radius: 10px;
    }

    .cardhwrk{
    padding: 3px;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, .1);
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    }

    .hwrdtxt{
    text-align: center;
    padding: 13px 10px;
    margin-top: 13px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    }

.hwrdtxt h3{
    font-family: 'Mulish';
    font-size: 25px;
    margin-bottom: 21px;
    color: #032276;
    font-weight: 600;
    border-bottom: 1px dashed #03227652;
    padding-bottom: 25px;
}

.hwrdtxt p{
    font-family: 'Mulish';
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

    .hwrk-card{
      position: relative;
    }

    .hwrk-card::before{
     content: "\E06C"; /* Unicode for icon */
    font-family: "Phosphor";
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -16px;
    top: 33%;
    transform: translate(0%, -50%);
    font-size: 23px;
    color: #ff000082;
    }

    .hwrk-card span{
     width: 100px;
    display: block;
    height: 100px;
    background: #ff0000;
    border-radius: 100px;
    padding: 30px;
    margin: auto;
    }

    .hwrk-card svg{
      width: 100%;
      height: auto;
    }

    .hwrk-card-body p{
          color: #1d2143;
    font-size: 19px;
    font-weight: 600;
    margin-top: 18px;
    }

    .rowhwrdb .col-md-3:last-child .hwrk-card::before{
      opacity: 0;

    }

    .headerhwd2{
      font-size: 40px;
    color: #050505;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    }

    .hwrkimgbk{
      padding: 100px 0px;
    }



    [data-id="6662ab1"] .e-con-inner, [data-id="eec75c2"] .e-con-inner, [data-id="eec75c2"] .e-con-inner{
        max-width: 100% !important;
    }

    /* header ============= */

    .site-primary-header-wrap {
    max-width: 1350px;
    margin: auto;
    }

    .ast-site-title-wrap{
        display: none;
    }

    .ast-flex{
            gap: 29px;
    }

    .ast-builder-menu-1 .menu-item > .menu-link {
    color: #ffffff;
    font-weight: 600;
    font-family: 'Roboto';
    padding: 0 !important;
}

header .entry-title{
    display: none;
}

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
    color: #ff1100 !important;
}

[data-id="5038f02"]{
        background: #eaf1f9;
    padding: 79px 0px;
}
/* [data-id="2ca9580"]{
    background: #eaf1f9;
} */
/* bx ssp ----------------------- */

[data-id="5038f02"] .e-con-inner .elementor-widget-image{
        padding: 10px;
    display: block;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, .1) !important;
    margin: 6px;
    height: 100%;
    border-radius: 19px;
    padding-bottom: 0px;
}
[data-id="5038f02"] .e-con-inner .elementor-widget-image figure a img{
        aspect-ratio: 1 / .8;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}
[data-id="5038f02"] .e-con-inner .elementor-widget-image figure figcaption{
    margin-bottom: 6px;
    font-weight: 600;
    color: #1d2143 !important;
}


/* banner bottom content */

      .bxecopt{padding: 30px 25px 25px;background-color: #fff;box-shadow: 0 0 9px 0 rgba(29, 33, 67, .1);margin-top: 25px;height: 100%;}

      .picopt{
        text-align: center;
      }
      .picopt img{
        width: 200px;
        height: 100px;
        object-fit: contain;
      }

      .bxecopdt{padding: 25px 30px;padding-bottom: 5px;margin: 15px -25px;border-top: 1px solid #efefef;border-bottom: 1px solid #efefef; text-align: center;}

      .bxecopdt h3{color: #1d2143;font-size: 22px;font-weight: 600;margin-bottom: 13px;}

      .bxecopdt p{font-family: mulish;font-size: 15px;color: #000;}

        .bxecopdt ul{
            list-style: none;
    text-align: left;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
      }

            .bxecopdt ul li{
                  font-family: mulish;
                  font-size: 15px;
                  color: #000;
                  position: relative;
                  padding-left: 16px;
            }
                 .bxecopdt ul li::before{
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 0;
    font-size: 11px;
    color: #ff0000;
    top: 4px;
    }
      .enca{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
    }

      .enca a{
    color: #ff0000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    }
      
      .wp-singular .ast-container{
            flex-direction: column;
            max-width: 100%;
    padding: 0;
      }
 .uni-card{
    background: #fff;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, .1);
    border-radius: 10px;
      }

      .uni-card h3{
    border-bottom: 1px solid #00000012;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'Mulish';
    color: #022279;
    font-weight: 700;
      }

      .uni-card p{
    font-family: 'Mulish';
      }
   
    .top-universities {
  padding: 70px 0;
  background: #f8f9fb;
}

.section-header {
  margin-bottom: 40px;
}

.section-header h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.section-header p {
  color: #666;
}
.top-universities .row .col-lg-4 {
        padding: 15px;
      }
      .uni-card{
background: #eeedff;
    padding: 30px;
    text-align: center;
    /*box-shadow: 0 0 9px 0 rgba(29, 33, 67, .1);*/
    border-radius: 10px;
    height: 100%;
      }

      .uni-card h4{
    border-bottom: 1px solid #00000012;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'Mulish';
    color: #022279;
    font-weight: 700;
      }

      .uni-card p{
    font-family: 'Mulish';
      }

            .uni-card p a{
    cursor: pointer;
    color: #ff1100;
    text-decoration: none;
    margin-top: 10px;
    border-bottom: 1px solid #ff1100;
    padding-bottom: 5px;
    font-weight: 600;
      }
.university-card {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  height: 100%;
  transition: transform .3s ease;
}

.university-card:hover {
  transform: translateY(-6px);
}

.university-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.enquire-wrap {
  margin-top: 30px;
}

.btn-enquire {
  display: inline-block;
  padding: 14px 40px;
  background: #e63946;
  color: #fff;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
}

.btn-enquire:hover {
  background: #c92d3a;
  color: #fff;
}

      .encbx{
    text-align: center;
      }
.encbx h3 {
    color: #fff;
    font-size: 35px;
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
}
      .encbx a{
    display: block;
    max-width: fit-content;
    margin: auto;
    margin-top: 37px;
    background: #eb222b;
    color: #fff;
    padding: 11px 37px;
    border-radius: 100px;
      }
  .encbx p{
            color: #fff;
    max-width: 700px;
    margin: auto;
      }
      .enqsec{
    width: 100%;
    display: flex;
    background-color: #737496;
    align-items: center;
    background-image: url(https://www.mtu.edu/international/students/resources/mobile-networks/images/student-phone-banner2400.jpg);
    background-position: center;
    background-size: cover;
    padding: 66px 0px;
    background-blend-mode: multiply;
      }


      @media screen and (max-width:1360px) {
        .container-port{
          width: 100%;
        }
        .flex-wrap li{
          width: 250px;
    max-width: 250px;
    flex: unset;
        }
      }

            @media screen and (max-width:1360px) {
        .container-port{
        padding: 0px 15px;
        }
      }
      
      .process-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.process-list li {
    position: relative;
    background: #fff;
    padding: 22px 25px 22px 80px;
    margin-bottom: 22px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.process-list li:hover {
    transform: translateY(-5px);
}

/* Step number */
.process-list li::before {
    content: counter(step);
}

.process-list {
    counter-reset: step;
}

.process-list li::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 22px;
    top: 22px;
    width: 42px;
    height: 42px;
    background: #0d6efd;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-list h4 {
    margin: 0 0 6px;
    font-size: 18px;
}

.process-list p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

.sectionfrd h3{
        font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 9px;
  }
  .frdpic{
    margin-bottom: 15px;
  }
  .frdpic img{
    width: 100%;
    aspect-ratio: 1 / .5;
    object-fit: cover;
    border-radius: 10px;
  }

  .sectionfrd p{
        font-family: 'Mulish';
    color: #000;
    margin-bottom: 12px;
  }

  .fred-content-grid h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .fred-content-grid ul{

  }

  .fred-content-grid ul li{
        font-family: 'Mulish';
    color: #000;
    margin-bottom: 8px;
  }

  .cta-box{
    border-top: 1px solid #00000026;
    padding-top: 20px;
    margin-top: 28px;
  }

  .cta-box h3{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;

  }

  .cta-box p{
        font-family: 'Mulish';
    color: #000;
    margin-bottom: 8px;
  }
  .cta-box a{
    border: 2px solid #ff0000;
    display: block;
    margin-top: 26px;
    max-width: fit-content;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ff0000;
    font-weight: 600;
  }
  .section-header{
            max-width: 600px;
    margin-bottom: 20px;
      }

      
      .section-header h3{
            font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px;
      }
      .coursbxmg{
    background-color: #fff;
    /* padding: 20px; */
    height: 100%;
}
.rowbrdsib{

}

.rowbrdsib .col-lg-4{
    padding: 10px;
    /* border-bottom: 1px solid #00000021;
    border-right: 1px solid #00000021; */
}
.rowbrdsib .col-lg-4:nth-child(3n) {

}
/* ends */


/* students assosiation */
.students_association_section{
    padding: 100px 0px;
}

.stdpad{
    padding: 10px;
}
.stdcol a{
    display: block;
}
.stdcol img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: auto;
        border-radius: 10px;
}

.crspicsib img{
    width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
    border-radius: 10px;
}

.crsbxdt{
    margin-top: 26px;
}

.crsbxdt h3{
    font-family: 'Manrope';
    font-size: 17px;
    font-weight: 700;
    color: #000;
}
.crsbxdt p{
  margin-top: 10px;
    font-size: 16px;
}
.crsbxdt a{
    color: #c6090e;
    font-size: 15px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    text-decoration: none;
    max-width: fit-content;
    padding-bottom: 6px;
}
.sectionfrd h3{
        font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 9px;
  }
  .frdpic{
    margin-bottom: 15px;
  }
  .frdpic img{
    width: 100%;
    aspect-ratio: 1 / .5;
    object-fit: cover;
    border-radius: 10px;
  }

  .sectionfrd p{
        font-family: 'Mulish';
    color: #000;
    margin-bottom: 12px;
  }

  .fred-content-grid h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
    margin-top: 20px;
  }

  .fred-content-grid ul{

  }

  .fred-content-grid ul li{
    font-family: 'Mulish';
    color: #000;
    margin-bottom: 8px;
    border-bottom: 1px solid #00000030;
    padding-bottom: 23px;
  }

  .cta-box{
    border-top: 1px solid #00000026;
    padding-top: 20px;
    margin-top: 28px;
  }

  .cta-box h3{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;

  }

  .cta-box p{
        font-family: 'Mulish';
    color: #000;
    margin-bottom: 8px;
  }
  .cta-box a{
    border: 2px solid #ff0000;
    display: block;
    margin-top: 26px;
    max-width: fit-content;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ff0000;
    font-weight: 600;
  }

  .fred-content-grid{
    padding-left: 50px;
  }
  .frd-content-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 47px;
  }

  .frd-content-box ul li{

  }

  .frd-content-box ul li h3{

  }

  .frd-content-box ul li p{
    color: #000;
    font-family: 'Mulish';
    opacity: .8;
  }

  .sectionfrd h4{
        font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px;
  }
  .sectiontwobx{
    background-image:url('https://ben.edu/wp-content/uploads/2023/08/Ben-Headers-7.png.webp');
        background-size: cover;
    padding: 100px 0px;
    background-position: center;
    position: relative;
  }
  .sectiontwobx::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #001fc6;
    top: 0;
    left: 0;
    opacity: .8;
  }

    .sectiontwobx .container-port{
      position: relative;
      z-index: 5;
    }
  .frdbxop{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
  }

  .frdbxop h3{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .frdbxop p{
color: #000;
    font-family: 'Mulish';
    opacity: .9;
    font-size: 16px;
  }

  .free-edu-section{
    padding: 100px 0px;
  }

  .lindvd{
    width: 41px;
    height: 3px;
    background-color: #ff0000;
    margin-bottom: 20px;
  }


  .coursbxmg{
    background: #fff;
    padding: 7px;
    border-radius: 15px;
  }

  .crspicsib a img{
    width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
    border-radius: 10px;
  }

  .crsbxdt{

padding: 16px;

margin: 0;

}

  .crsbxdt h3 a{
    color: #000;
    font-size: 21px;
    text-decoration: none;
    font-weight: 600;
  }

    .crsbxdt p{
    
display: -webkit-box;
    
-webkit-line-clamp: 2;   /* number of lines */
    
-webkit-box-orient: vertical;
    
overflow: hidden;
  }

  .crsbxdt a:last-child(){
        color: #ff0000;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #ff0000;
    padding-bottom: 3px;
  }
  
  .courses-section{
        padding: 100px 0px;
  }
  .overdta{
    padding-right: 50px;
  }

  .overdta h3{
    font-size: 29px;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px;
  }

  .overdta p{
        font-family: 'Mulish';
    color: #000;
    margin-bottom: 12px;
  }
  .overpic img{
     width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / .6;
    object-fit: cover;
    border-radius: 10px;
  }
  .overvwbx{    padding-top: 100px;}
  .abtsectioninner{padding-top:100px;}
  
  .testimonials-page {
  padding: 70px 0;
  background: #f8fafc;
  font-family: 'Mulish', sans-serif;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 50px;
}

.testimonials-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0b3c5d;
  margin-bottom: 10px;
}

.testimonials-header p {
  font-size: 16px;
  color: #6b7280;
}

/* Grid */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.testimonial-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.testimonial-card::before {
  content: "Ã¢â‚¬Å“";
  position: absolute;
  top: -20px;
  left: 25px;
  font-size: 80px;
  color: #f2b705;
  font-family: serif;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.testimonial-content p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 25px;
}

/* User */
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-user img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f2b705;
}

.testimonial-user h4 {
  font-size: 17px;
  margin: 0;
  color: #0b3c5d;
  font-weight: 700;
}

.testimonial-user span {
  font-size: 13px;
  color: #6b7280;
}

/* Responsive */
@media (max-width: 992px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-header h2 {
    font-size: 28px;
  }
}
.tmbx{
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, .1);
    padding: 12px 19px;
    height: 100%;
    border-radius: 17px;

    text-align: center;
}
.tmpic{
    width: 174px;
        margin: auto;
}
.headerclnt h3{
      font-size: 25px;
    line-height: 1.2;
    color: #1d2143;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 13px;
    font-family: "Manrope", sans-serif;
}
.tmbx img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10000px;
}
.col-client{
  padding: 15px;
}

.tmbx h3{
    font-size: 16px;
    line-height: 1.2;
    color: #1d2143;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 13px;
    font-family: "Manrope", sans-serif;
}

.tmbx label{
      font-size: 12px;
    text-transform: uppercase;
    color: #f90000;
    font-weight: 600;
    letter-spacing: .3px;
}

.team-heading{
  text-align:center;
  margin-bottom:50px;
}

.team-heading h2{
  font-size:34px;
  font-weight:700;
  color:#1d2143;
  margin-bottom:10px;
  font-family:"Manrope", sans-serif;
}

.team-heading p{
  font-size:15px;
  color:#6b7280;
  max-width:600px;
  margin:0 auto;
}
.nwsevntsec{
        padding: 100px 0px;
      }
      .nwsevnpic img{
            width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / .6;
    object-fit: cover;
    border-radius: 10px;
      }
      .nwsevnt{
    padding-left: 50px;
      }

      .nwsevnt h3{
    font-size: 29px;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px;
      }

      .nwsevnt p{
            font-family: 'Mulish';
    color: #000;
    margin-bottom: 12px;
      }
       .nwsevnt a{
            display: block;
    max-width: fit-content;
    margin-top: 37px;
    background: #eb222b;
    color: #fff;
    padding: 11px 37px;
    border-radius: 100px;
      }

      .gapcntrow{
        display: flex;
        flex-direction: column;
        gap: 70px;
      }
      
      .news-detail-wrapper {
  padding: 70px 0;
}

.news-feature-img img {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 25px;
}

.news-title {
  font-size: 32px;
  font-weight: 700;
  color: #1d2143;
  margin-bottom: 10px;
}

.news-meta {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 25px;
}

.news-body {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}

.back-news {
  display: inline-block;
  margin-top: 40px;
  font-weight: 600;
  color: #005ed9;
}

.news-sidebar {
  background: #f9fafb;
  padding: 30px;
  border-radius: 18px;
}

.news-sidebar h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.news-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.news-sidebar ul li {
  margin-bottom: 12px;
}

.news-sidebar ul li a {
  color: #1d2143;
  font-weight: 500;
}

.news-content a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #0b5ed7;
    text-decoration: none;
    display: block;
    max-width: fit-content;
    margin-top: 37px;
    background: #eb222b;
    color: #fff !important;
    padding: 11px 37px;
    border-radius: 100px;
}

     .faqsection{
        padding: 100px 0px;
     }
     .faqansw{
    padding: 20px;
    padding-bottom: 30px;
     }
     .faqansw p{
    color: #000;
    font-family: 'Manrope';
     }


#accordion .card-header {
    margin-bottom: 8px;
}

#accordion .accordion-title {
    position: relative;
    display: block;
    padding: 14px 20px;
    background: #94191c;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

#accordion .accordion-title i {
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    color: #fff;
    text-align: center;
    border-right: 1px solid transparent;
}

#accordion .accordion-title:hover {
    padding-left: 30px;
    background: #af272b;
    color: #fff;
}

#accordion .accordion-title:hover i {
    border-right: 1px solid #fff;
}

#accordion [aria-expanded="true"] {
    background: #94191c;
}

#accordion [aria-expanded="true"] i {
    background: #94191c;
}

#accordion [aria-expanded="true"] i:before {
    content: "\f068";
}

#accordion .accordion-body {
    padding: 40px 0px;
}



      .contact-sectin-home{
        padding: 100px 0px;
      }
      .contactbx{
    padding-right: 50px;
}

.bxcntinf span{
    display: flex
;
    align-items: center;
    gap: 6px;
  color: #ff0000;
    text-transform: uppercase;
    font-family: 'Outfit';
    font-weight: 500;
    margin-bottom: 4px;
}

.headerbx{
    margin-bottom: 43px;
}

.headerbx h3{
    margin-bottom: 5px;
    font-family: 'Outfit';
    font-size: 33px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.headerbx p{

}

.bxcntinf span i{

}

.bxcntinf a{
color: #000;
    font-family: 'Mulish';
    font-size: 21px;
    font-weight: 600;
    text-decoration: none;
}

.bxcntinf p{
color: #000;
    font-family: 'Mulish';
    font-size: 21px;
    font-weight: 600;
}

.map {
    width: 100%;
    height: 500px;
}

.map iframe{
    width: 100%;
    height: 100%;
}

.news-sidebar{
  background:#f8fafc;
  padding:25px;
  border-radius:18px;
}

.news-sidebar h3{
  font-size:22px;
  font-weight:700;
  margin-bottom:20px;
  color:#0b3c5d;
}

.news-side-card{
  display:flex;
  gap:15px;
  margin-bottom:18px;
  padding-bottom:18px;
  border-bottom:1px solid #e5e7eb;
}

.news-side-card:last-child{
  border-bottom:none;
  margin-bottom:0;
}

.side-thumb img{
  width:90px;
  height:70px;
  object-fit:cover;
  border-radius:10px;
}

.side-content h4{
  font-size:15px;
  font-weight:600;
  line-height:1.4;
  margin-bottom:6px;
}

.side-content h4 a{
  color:#111827;
  text-decoration:none;
}

.side-content h4 a:hover{
  color:#005ed9;
}

.read-more-btn{
  font-size:13px;
  font-weight:600;
  color:#005ed9;
  text-decoration:none;
}

.read-more-btn:hover{
  text-decoration:underline;
}

.sidebar-news{
  margin-top: 40px;
}

.sidebar-news h3{
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.news-side-card{
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.news-side-img img{
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}

.news-side-content h4{
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.news-side-content a{
  color: #0b3c5d;
  font-weight: 600;
  font-size: 13px;
}

.news-side-content .read-more{
  font-size: 12px;
  color: #ff0000;
}

.social-icons{display: flex;border-top: 1px solid #ffffff2e;padding-top: 22px;margin-top: 28px;width: 78%;}
.lincntr{
    border-top: 1px solid #ffffff38;
    padding: 13px 0px;
    background: #1f2437;
}
.flexlogo{display: flex;/* border-top: 1px solid #ffffff38; *//* border-bottom: 1px solid #ffffff38; */gap: 20px;max-width: 1350px;justify-content: center;margin: auto;}

.lclogo{

}

.lclogo img{
  width: 176px;
  height: 62px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
  padding: 9px;
}

.cntftrbx{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 21px;
}
.redbox{
    background: #ff0000;
}

.redbox label{
    color: #fff !important;
}

.redbox span{
    background: #ffffff80 !important;
    color: #fff;
}

.redbox a{
    
}
.cntftrbx span{
    display: flex;
    background: #2a2f40;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
}

.rghline{
    
}

.rghline label{
    display: block;
    color: #ff0000;
    margin: 0;
}

.rghline a{
    color: #fff;
    font-family: 'DM Sans';
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.rghline p{
    margin: 0;
    color: #fff;
    font-family: 'DM Sans';
}

.contactbxftr{
      background: #1a1f31;
    margin-top: 49px;
    margin-bottom: 50px;
}

.flexulftrlnk{
    
}

.flexulftrlnk ul{
}

.flexulftrlnk li{
}


/* header new */

.site-header{
    z-index: 99;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000;
    background: linear-gradient(359deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 1) 100%);
    background: #003df2;
    background: linear-gradient(180deg, rgb(0 18 72) 0%, rgb(16 86 165 / 0%) 100%);
}

#ast-desktop-header{
      max-width: 1350px;
    margin: auto;
    padding: 0px 15px;
}

[data-id="ee8692c"] .e-con-inner{
      margin: 0 auto;
    padding: 0;
}

#ast-desktop-header .ast-main-header-wrap .ast-primary-header-bar{
  background: none !important;
}

div#n2-ss-2 .n2-ss-slide {
    height: 800px !important;
}

/* header top */

.bxtpheader{
        display: flex;
    align-items: center;
    gap: 66px;
    justify-content: space-between;
    padding: 10px 0px;
}

.igcnt{

    display: flex
;
    align-items: center;
    gap: 12px;
}
.igcnt a{
    color: #ffff;
    padding: 13px 19px;
    display: block;
    border-radius: 6px;
    font-family: 'Inter Tight';
    text-transform: uppercase;
    font-size: 14px;
    background: linear-gradient(177deg, rgba(46, 49, 142, 1) 0%, rgba(76, 158, 221, 1) 100%);
    font-weight: 600;
    background: #2e318e;
}
.igcnt a i{
        font-size: 19px;
    position: relative;
    top: 2px;
    padding-left: 4px;
}

.flexalng{
        display: flex;
        gap: 20px;

}

.bxaf a{
    color: #ffffff;
    font-family: 'Manrope';
    font-size: 14px;
    display: flex;
    gap: 7px;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
}
.cntspc{
    text-transform: uppercase;
    font-family: 'artegra-medium';
    color: #dc1a1a;
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
}
.bxaf i{
       font-size: 20px;
       display: flex;
       align-items: center;
       justify-content: center;
       color: #ff1100;
}

.bxtpheader{
        display: flex;
        align-items: center;
        gap: 66px;
        justify-content: space-between;
        padding: 10px 0px;
        max-width: 1350px;
        margin: auto;
        border-bottom: 1px solid #ffffff33;
}

.igcnt{

    display: flex
;
    align-items: center;
    gap: 12px;
}
.igcnt a{
    color: #ffff;
    padding: 13px 19px;
    display: block;
    border-radius: 6px;
    font-family: 'Inter Tight';
    text-transform: uppercase;
    font-size: 14px;
    background: linear-gradient(177deg, rgba(46, 49, 142, 1) 0%, rgba(76, 158, 221, 1) 100%);
    font-weight: 600;
    background: #2e318e;
}
.igcnt a i{
        font-size: 19px;
    position: relative;
    top: 2px;
    padding-left: 4px;
}

.social_link_panel ul{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 10px;
}


.social_link_panel ul li a{
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 100px;
    background: #ffffff1f;
    color: #fff;
}

.social_link_panel ul span{
    padding: 0px 15px;
}


.cntrysection{
  margin-top: 76px;
}


/* sub menu */


.main-header-menu .sub-menu {
    width: 292px;
    background: #fff;
    left: -999em;
    position: absolute;
    top: 100%;
    z-index: 99999;
    visibility: hidden;
    padding: 20px;
    border: none !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 5px;
}
.sub-menu li{
      position: relative;
    padding-left: 19px;
}
.sub-menu li::before{
      content: '';
      position: absolute;
      width: 10px;
      height: 1px;
      left: 0;
      background: #ff0000;
      top: 13px;
}
.main-header-menu .sub-menu li a{
  color: #000 !important;
}
[data-id="f8ae179"]{
  margin-bottom: 74px;
}

[data-id="4605526"]{
  margin-top: 58px;
}

[data-id="8863785"] h2{
      font-size: 29px;
    text-transform: uppercase;
    color: #1d2143 !important;
    font-weight: 600 !important;
    line-height: 1.1;
    margin-top: 19px;
}

[data-id="d5cf562"] h2{
      font-size: 29px;
    text-transform: uppercase;
    color: #1d2143 !important;
    font-weight: 600 !important;
    line-height: 1.1;
    margin-top: 19px;
}


/* testimonial */


.tstbxcontainer{
       background-image: linear-gradient(360deg, #FFFFFF 0%, #f5faff 100%);
       padding: 30px;
       position: relative;
       margin: 2px;
       border-radius: 12px;
           /* background: #f5faff; */
       height: 100%;
}

/* shared corner style */
.tstbxcontainer .corner {
    position: absolute;
    width: 17px;
    height: 17px;
    border: 2px solid #831518;
    pointer-events: none;
}

/* top-left (left + top) */
.tstbxcontainer .tl {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-radius: 12px 0 0 0;
}

/* top-right (right + top) */
.tstbxcontainer .tr {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
  border-radius: 0 12px 0 0;
}

/* bottom-left (left + bottom) */
.tstbxcontainer .bl {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
  border-radius: 0 0 0 12px;
}

/* bottom-right (right + bottom) */
.tstbxcontainer .br {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-radius: 0 0 12px 0;
}


.flexapx{
        display: flex
;
    align-items: baseline;
    margin-bottom: 20px;
    justify-content: space-between;
}


.nameper{
width: 80%;
}

.nameper h3{
    font-family: 'Manrope';
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.nameper span{
font-size: 15px;
    font-family: 'calibri';
    line-height: 1.2;
    width: 90%;
    display: block;
}


.perpara p{
    font-family: 'Manrope';
    color: #000;
    font-size:17px;
}

.bxpic img{width: 71px;border-radius: 10px;}
.underlined{
    width: 30px;
    height: 3px;
    background: #ff0108;
    margin-top: 20px;
}


.tstslider .swiper-wrapper{
    height: auto;
    align-items: stretch;
}

.tstslider .swiper-wrapper .swiper-slide{
    height: auto;
}
.agtstbxcontainer{
    height: 100%;
}

[data-id="40dd649"]{
    background: #f5faff;
    padding: 100px 0px;
}

[data-id="40dd649"] .e-con-inner{
      max-width: 1350px;
}

[data-id="d5cf562"]{
  display: none;
}


.headernew2{
      font-size: 29px;
    text-transform: uppercase;
    color: #1d2143 !important;
    font-weight: 600 !important;
    line-height: 1.1;
    margin-top: 19px;
    margin-bottom: 50px;
}


[data-id="ee8692c"] {
  position: relative !important;
}

[data-id="ee8692c"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.4);  */
  z-index: 2;
  pointer-events: none;
  /* background: #000000; */
  /* background: linear-gradient(
180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 1) 100%); */
  /* background: linear-gradient(90deg, rgb(3 38 142 / 58%) 0%, rgb(3 38 142 / 48%) 100%); */
}

[data-id="526821f"]{
      position: relative;
    z-index: 5;
}


[data-id="f8ae179"] .e-con-inner{
  max-width: 1350px;

}
[data-id="4605526"] .e-con-inner{
  max-width: 1350px;
} 


.site-logo-img img {
    transition: all 0.2s linear;
    /*background: #fff;*/
    /*padding: 9px 12px;*/
    border-radius: 10px;
}


.eael-entry-wrapper{
      display: flex;
    flex-wrap: wrap;
}

.eael-entry-content{
  order: 1;
}

.eael-entry-content a{ 
    background: #ff0000;
    display: block;
    max-width: fit-content;
    padding: 6px 20px;
    border-radius: 100px;
    color: #fff !important;
    margin: 10px 0px;

}

.eael-entry-header-after{
  order: -1;
}

.eael-grid-post-holder-inner{
  padding: 7px;
}


.eael-grid-post-holder{
  border-radius: 10px;
}

.eael-entry-thumbnail  img{
border-radius: 16px;
}
.floatalinks{
        position: fixed;
        right: 0px;
        bottom: 131px;
        z-index: 99999;
      }

      .floatalinks a{
display: flex;
    align-items: center;
    gap: 13px;
    white-space: break-spaces;
    width: 126px;
    text-align: left;
    line-height: 1.3;
    font-weight: 300;
    background: #1056a5;
    color: #fff;
    padding: 8px 10px 8px 15px;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    margin: 5px 0px;
    right: -68px;
    position: relative;
    transition: .3s ease;
    cursor: pointer;
      }

    .floatalinks a span{
            font-size: 32px;
            line-height: 0;
                cursor: pointer;
                    animation: heartbeat 2s infinite;
      }

      
@keyframes heartbeat {
    0% {
        transform: scale(.75)
    }

    20% {
        transform: scale(1)
    }

    40% {
        transform: scale(.75)
    }

    60% {
        transform: scale(1)
    }

    80% {
        transform: scale(.75)
    }

    100% {
        transform: scale(.75)
    }
}
      .floatalinks a:hover{
          right: 0px;
          background-color: #eb222b;
          color: #fff !important;
      }

    .floatalinks a label{
            cursor: pointer;
            color:#fff;
            text-align: left;
      }

floatalinks a:hover>label{
    color:#fff !important;
}
      .chtwthus{
             position: fixed;
             right: 0px;
             bottom: 30px;
             z-index: 99999;
    }

       .chtwthus a{
    display: flex;
    align-items: center;
    gap: 10px;
       }

          .chtwthus a span{
    box-shadow: 0px 2px 8px 0px rgba(8, 15, 26, 0.08), 0px 2px 2px 0px rgba(8, 15, 26, 0.12);
    padding: 8px 20px;
    border-radius: 8px;
    color: #000;
    background: #fff;
    }

          .iconbxwhts{
    display: flex;
    width: 55px;
    height: 55px;
    background: #24cc63;
    border-radius: 100px;
    padding: 12px;
}

[data-id="e74390b"] .e-con-inner{
  max-width: 100%;
}


.bannerox{
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 239px;
  padding-bottom: 87px;
  background-image: url('https://static.vecteezy.com/system/resources/thumbnails/008/195/226/small/abstract-elegant-white-and-gray-background-abstract-white-pattern-squares-texture-vector.jpg');
  position: relative;
  background-blend-mode: color-burn;
  background-color: #022279;
}

/* abts section --------- */
.abtsectioninner{
   padding: 100px 0px;
}
.abtpic{
  margin-bottom: 15px;
}
    .abtpic img{
         width: 100%;
    aspect-ratio: 1 / .5;
    object-fit: cover;
    border-radius: 10px;
    }

    .capbanner h1{
          font-size: 43px;
    font-weight: 500;
    color: #fff;
    border-left: 7px solid #ff0000;
    line-height: 1;
    padding-left: 20px;
    }



    .lstupbx{
    /* display: flex; */
    /* align-items: center; */
    /* background: #022279; */
    /* padding: 24px 0px; */
    padding-left: 3px;
  }
  .lstupbx h3{
    color: #ff1927;
    font-weight: 600;
    width: 300px;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 16px;
  }
  .marqeeslide{
    width: 100%;
  }
[data-id="6fe4d6a"] {
      padding: 0;
}
[data-id="6fe4d6a"] .e-con-inner{
  max-width: 100%;
}


.marqeeslide marquee .mrqtxt p{
  margin: 0px;
  color: #fff !important;
}



.custom-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 10px 18px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #94191c;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 7px;
}

.accordion-header .icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.accordion-content p{
      font-family: 'Mulish';
    color: #000;
    margin-top: 17px;
}

.accordion-header.active .icon {
  transform: rotate(45deg); /* + becomes Ã— */
}

.accordion-content {
  display: none;
  padding: 0 18px 18px;
  font-size: 16px;
  line-height: 1.6;
}

.custom-mobile-toggle{
  display: none;
}
.custom-mobile-menu{
  display: none;
}
.mobile-menu-toggle-icon{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-content .ast-container{
         flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding: 0;
}


  @media screen and (max-width:921px) {
.custom-mobile-toggle{
  display: block;
}
.custom-mobile-menu{
  display: block;
}
.custom-mobile-toggle{
          top: 95px !important;
}
}

  @media screen and (max-width:767px) {
    .bxtpheader{
        flex-wrap: wrap;
        gap: 27px 66px;
        justify-content: center;
        padding-bottom: 30px;
    }
    .social_link_panel{
          padding-right: 0px !important;
    }
  }

    @media screen and (max-width:575px) {
      .bxaf a {
    font-size: 2.8vw;
      }
    }
    
    .colsrvbx .srvbxd {
    display: flex;
    flex-direction: column;
    align-items: center; /* Horizontally center */
    justify-content: center; /* Vertically center content inside the box */
    text-align: center;
    padding: 20px;
    height: 100%; /* Make the box full height */
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.colsrvbx .srvbxd:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.srvpic {
    margin-bottom: 15px;
}

.srvpic img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.srvpic img:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}
/* Make all menu items uppercase */
.main-navigation a, /* Primary menu links */
.menu li a {       /* General menu links */
    text-transform: uppercase;
}
.cntbtntphdr a {
    display: inline-block;
    background-color: #e30613;   /* Red */
    color: #ffffff;              /* White text */
    border: 2px solid #ffffff;   /* White border */
    padding: 10px 22px;
    margin-right: 12px;
    border-radius: 30px;         /* Curved / pill shape */
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}


[data-id="b90b465"] .e-con-inner{
      max-width: 1300px;
}

/* Hover effect */
.cntbtntphdr a:hover {
    background-color: #ffffff;
    color: #e30613;
    border-color: #e30613;
}
.srvpicnw img{
            width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
    border-radius: 10px;
    }

    .srvbw{border-bottom: 1px dashed #9f9f9f;}
    [data-id="9f32d81"] .e-con-inner{
          max-width: 1300px;
    }

   [data-id="fca70f8"] .e-con-inner{
    max-width: 1300px;
   }
    [data-id="fca70f8"] h2{
          color: #000 !important;
    }


    [data-id="957d233"] .e-con-inner{
    max-width: 1300px;
   }

   [data-id="2bf2846"] .e-con-inner{
    max-width: 1300px;
   }

.mrsrvctn a {
    background: #e30613;
    display: flex;
    margin-top: 50px;
    max-width: fit-content;
    align-items: center;
    gap: 10px;
    padding: 0px 25px;
    color: #fff;
    font-family: 'Roboto';
}

.mrsrvctn a i {
    border-left: 1px solid #fff;
    padding: 19px 0px;
    padding-left: 20px;
    margin-left: 20px;
}

.partnerslider .slider__controls .slider__pagination{
  text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
        margin-top: 32px;
}

.unvhdr{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.875rem;
}

    .srvbw a{
    background: #fff;
    display: block;
    width: 90%;
    text-align: center;
    margin: auto;
    margin-top: -22px;
    position: relative;
    z-index: 4;
    border-radius: 10px 10px 0px 0px;
        padding: 20px;
    }
   .srvbw a span{

   }
        .srvbw a h3{
      font-size: 18px;
    padding-top: 12px;
    margin-bottom: 9px;
    color: #000;
        }

            .srvbw a p{
                    color: #000;
}
     
     
     .srvbw a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #eb222b;
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
    position: relative;
    overflow: hidden;
}

.srvbw a span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -6px;
    top: -6px;
    background: #022279;
    transform: rotate(45deg);
}

     .srvbw a span i{
        position: relative;
     }

     .bntmr{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 23px;
     }

     .bntmr label{
    text-transform: uppercase;
    margin: 0;
    font-family: 'Roboto';
    color: #022279;
     }
     .serlist{

    }

    .serlist ul{
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    margin-top: 10px;
    }

    .serlist ul li{
    background: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    border: 1px dashed #e30613;
    }

    .serlist ul li a{
    display: flex;
    align-items: center;
    gap: 12px;
    }

        .serlist ul li a span{
        
    }

        .serlist ul li a span i{
        
    }

         .serlist ul li a h3{
                margin: 0;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 700;
         }

         .servicenew{
            padding: 100px 0px;
            padding-bottom: 0;
         }
         .col-srvcl{
display: flex; flex-direction: column;justify-content: center;
         }

         .picsrv img{
            width: 100%;
         }
         
         .imgitems{
    display: grid;
    }

    .imgitems img{
width: 100%;
    margin: 0 auto;
    height: 105px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #00000014;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 7px;
    }

    .sliderprtnr{
        max-width: 900px;
        margin: auto;
    }
    
    /* BLUE STATS SECTION */
.blue-stats {
    background: linear-gradient(182deg, #1056a5, #084284);
    padding: 60px 20px;
    margin-top: 60px;
    position: relative;
}

.blue-stats::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('    https://thewomenscenter.org/wp-content/uploads/2023/07/career-counseling-blog-banner-1200x675.png');
    top: 0;
    left: 0;
    opacity: .1;
}

.blue-stats-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #ffffff;
}

.blue-stat-box {
    flex: 1;
    padding: 0 15px;
}

.blue-stat-number {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 6px;
}

.blue-stat-text {
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.9;
}


/* Responsive */
@media (max-width: 768px) {
    .blue-stats-container {
        flex-direction: column;
        gap: 30px;
    }
}
.bxstat{
    padding: 100px 0px;
}

.stats-section {
   background-color: #ff0000;/* orange background */
 padding: 60px 20px;
}


.stats-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #ffffff;
}

.stat-box {
    flex: 1;
}

.stat-number {
    font-size: 38px;
    font-weight: 700;
}

.stat-text {
    font-size: 14px;
    opacity: 0.9;
}

.flexdsp{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.flexdsp span{
        font-size: 38px;
    font-weight: 700;
}


@media (max-width: 1300px) {
    .ast-builder-menu-1 .menu-item > .menu-link{
            font-size: 14px;
    }
    .cntbtntphdr a{
            border: 1px solid #ffffff;
    padding: 4px 14px;
        font-size: 11px;
            margin-right: 2px;
    }
.ast-flex {
    gap: 14px !important;
}
}

@media (max-width: 1200px) {
    .flexalng {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
    padding-left: 20px;
}
.bxtpheader{
    gap: 16px;
}
.ast-builder-menu-1 .menu-item > .menu-link{
    font-size: 11px;
}
}

@media (max-width: 991px) {
    .social_link_panel{
        display: none;
    }
    .flexalng{
        gap: 3 10px;
    }
    .ast-logo-title-inline .ast-site-identity{
            width: 151px !important;
                padding: 3px !important;
    }
    .picsrv img{
        display: none;
    }
}

@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .serlist ul{
            gap: 12px;
    }
    .serlist ul li a{
        gap: 12px;
    }
}

.sldprt{
      margin-top: 38px;
}

.mnprd{
        position: relative;
        border-radius: 10px;
        overflow: hidden;
      }
      .picmn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      }

      .picmn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
      }

      .mndt{
            position: relative;
    z-index: 3;
    padding: 20px;
    background: #000000;
    background: linear-gradient(73deg, rgb(4 53 108) 0%, rgba(0, 0, 0, 0) 100%);
    padding-top: 92px;
      }

      .mndt::before{
          border-right: 1px solid #fff;
          content: '';
          position: absolute;
          width: 100px;
          height: 100px;
          right: 20px;
          top: 20px;
          border-top: 1px solid #fff;
      }
    
      .mndt h3{
        color: #fff;
    font-family: 'Roboto';
    font-size: 20px;
    margin-bottom: 20px;
      }

    .mndt p{
            font-family: 'Mulish';
            color: #fff;
            font-size: 16px;
            max-width: 450px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3; /* number of lines */
            overflow: hidden;
      }

      .mnprdnewcls .slider__controls{
        display: none;
      }

      .mnprdnewcls{
        padding: 50px 0px;
      }

      .linov{
     width: 50px;
                            height: 4px;
                            background: #eb222b;
                            margin-bottom: 15px;
      }

      .mndt a{
        background: #fff;
        padding: 10px 20px;
        display: flex;
        max-width: fit-content;
        border-radius: 100px;
        color: #000;
        align-items: center;
        gap: 10px;
        font-weight: 600;
        margin-top: 38px;
      }
 
     


      [data-id="65297fe"] .e-con-inner{
        max-width: 1350px;
      }

      .wp-block-gallery{
        margin-top: 200px;
      }


      .wp-block-gallery.has-nested-images figure.wp-block-image img{
            aspect-ratio: 1 / .64;
    object-fit: cover;
    border-radius: 10px;
      }
      .newsletter h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff;
}

.newsletter p {
    color: #e5e5e5;
    max-width: 500px;
  font-size: 16px;
  color: #bcbcbc;
  margin: 0 0 20px;
}

.newsletter-form {
    max-width: 443px;
    display: flex;
    border: 1px solid #000;
    width: 100%;
}

.newsletter-form input {
  flex: 1;
  padding: 12px;
  border: none;
  font-size: 16px;
  outline: none;
  height: 51px;
  border-radius: 0px;
  color: #000;
}

.newsletter-form button {
  height: 51px;
  border: none;
  border-left: 1px solid #000;
  background: #fff;
  color: #ff4d00;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0px 12px;
}

.newsletter-form button:hover {
  background: #f5f5f5;
}
.newsletter{   display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #404040;
    padding-bottom: 32px;
       margin-bottom: 72px;
}
.newleft
{
border-right: 1px solid #3e3d3d;
    padding-right: 20px;
    margin-right: 40px;
}


#n2-ss-2item1{
    font-family: 'Manrope' !important;
    color: #e30613 !important;
    font-weight: 900 !important;
    max-width: 600px;
    text-align: left !important;
    line-height: 1.1 !important;
    margin-bottom: 25px;
    font-size: 56px !important;
}
#n2-ss-2item3{
      font-family: 'Manrope' !important;
    color: #fff !important;
    font-weight: 900 !important;
    max-width: 673px;
    text-align: left !important;
    line-height: 1.1 !important;
    margin-bottom: 25px;
    font-size: 56px !important;
}

.n2-ss-item-content p{
      color: #fff !important;
    font-size: 16px !important;
      max-width: 500px;
}

div#n2-ss-2 .n2-ss-slide {
    height: 800px !important;
    background: #00000040;
}

@media screen and (max-width:1350px) {
  .footer-inner{
    width: 100%;
    padding: 0px 10px;
  }

  
}


@media screen and (max-width:991px) {
  .newleft{
        padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}


@media screen and (max-width:991px) {
  #n2-ss-2item1{
        font-size: 30px !important;
  }
  #n2-ss-2item3{
         font-size: 29px !important;
  }
}
[data-id="d335e11"]{
    padding:0px ;
}
[data-id="d335e11"] .e-con-inner{
    max-width:100%;
}
.testimonial-card::before{
    opacity:0 !important;
}
.cntbtntphdr{
        display: none;
    }

    .cnttab{
       width: 59%;
    }

    .flexalng{
        justify-content: space-between;
    }
    .lstupbx {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.marqeeslide {
    overflow: hidden;
    background-color: #04356c;
    border-radius: 10px;
}

.slide-track {
    display: flex;
    flex-direction: column;
    height: 333px;
}

.slide-track p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 8px 16px;
    border-bottom: 1px solid #ffffff25;
}