/*Designed By Arun*/
@font-face{
  src: url('https://bcshettyco.com/new-assets/fonts/arial.ttf');
  font-family: arial;
}

html {
  width: 100%;
}
body {
  font-family: arial;
  font-size: 0.9rem;
  color: #000000;
  margin: 0;
  padding: 0;
}
h1, h2 {
  font-family: arial;
  font-size: 2rem;
  font-weight: 900;
}
h3, h4 {
  font-family: arial;
  font-weight: 700;
}
h5, h6{
  font-family: arial;
  font-weight: 600;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.1rem;
}
h6 {
  font-size: 1rem;
}
p, li {
  font-family: arial;
  font-size: 0.9rem;
}
a {
    color: #1fa5d4;
    font-size: 0.9rem;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 15px;
}
.header {
    width: 100%;
    float: left;
    height: 125px;
} 
nav.navbar.bg-dark {
    background: #00929F !important;
    padding: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px;
    text-transform: uppercase;
    opacity: 1;
    color: #fff !important;
    font-size: 0.85rem;
}
.navbar-expand-lg .navbar-nav .nav-link:focus {
    opacity: 1;
    color: #fff;
    background: #005CAB;
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
.nav_btn_list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}
.nav_btn_list li a {
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 6px 20px 7px;
    font-size: 0.70rem;
}
.nav_tel_btn a.nav-link {
    border: none;
}
.nav_tel_btn a.nav-link:hover {
    color: #fff;
}
.header_Sec1 {
    padding: 15px;
}
.header_Sec1 {
    padding: 15px;
}
.header_Sec1 .navbar-brand img {
    width: 220px;
}
.header_search {
    position: relative;
}
.header_search input {
    border-radius: 0;
    border-color: #00929F;
    padding: 3px 35px 3px 10px;    
}
.header_search input:focus {
  box-shadow: none;
}
.header_search .btn {
    border: none;
    position: absolute;
    right: 5px;
    top: -1px;
}
.header_search .btn:hover, .header_search .btn:focus, .header_search .btn:active {
  background: transparent !important;
}
.header_search .btn .fa-search {
    color: #00929F;
    font-size: 18px;
}
.header_Sec1 .d-flex.ms-auto {
    align-items: center;
    gap: 20px;
}
.header_Sec1 .d-flex.ms-auto img {
    width: 180px;
}
ul.dropdown-menu.shadow.show {
    background: #005CAB;
    border-radius: 0;
    border-color: #005CAB !important;
}
.dropdown-item {
    color: #fff !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #005CAB !important;
}
/*header end*/
/*banner sec start*/
.abt_sec p {
    text-align: justify;
}
.abt_sec .col-lg-6 {
    color: #fff;
}
.banner {
  width: 100%;
  display: flex;
  height: 550px;
  background-image: url('../images/banner-img.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
}
.banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 37%);
    top: 0;
    left: 0;
    z-index: 1;
}
.banner_cont {
  position: relative;
  z-index: 9;
  color: #fff;
}
.banner_cont h5 {
    font-size: 1.5rem;
    text-transform: uppercase;
}
/*banner sec end*/
.section {
  width: 100%;
  float: left;
  padding: 40px 0;
}
.sub_head {
    font-size: 1.5rem;
    font-weight: 600;
}
.heading {
    font-size: 2rem;
    font-weight: 900;
}
.sec_title {
    text-align: center;
    color: #00929F;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 700;
}
.bg-green {
  background-color: #005CAB;
}
.bg-new {
  background-color: #00929F;
}
.bg-green .sec_title {
  color: #fff;
}
.bg-blue {
  background-color: #005CAB;
}
.yellow {
  color: #F0CB00; 
  text-align: center;
  width: 100%;
  float: left;
  margin: 20px 0;
}
/*abt_sec start*/
.abt_sec a {
  text-decoration: none;
  color: #fff;
}
.abt_sec a:hover{
    color: #1fa5d4;
}
.rm_sec a {
    color: #fff;
}
.rm_sec img {
    width: 13px;
}
.abt_sec .heading {
    max-width: 460px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.video_sec iframe {
  width: 100%;
}
.abt_sec .row.g-3 {
    align-items: center;
}
/*abt_sec end*/
/*EXPLORE OUR SERVICES sec start */
.box_title_Sec1 .box_cont:hover, .box_title_Sec4 .box_cont:hover {
    background: #1b8b94d4;
    transition: 0.3s;
}
.box_title_Sec2 .box_cont:hover, .box_title_Sec5 .box_cont:hover {
    background: #5a5e62d1;
    transition: 0.3s;
}
.box_title_Sec3 .box_cont:hover, .box_title_Sec6 .box_cont:hover {
    background: #1e3972d4;
}
.exp_our_serv_cont img {
    width: 100%;
}
.exp_our_serv_main {
    justify-content: center;
    gap: 30px;
}
.exp_our_serv_cont {
    position: relative;
    width: 25% !important;
    padding: 0 !important;
}
.box_title_Sec {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.box_cont {
    display: flex;
    justify-content: space-between;
    background-color: #1e3972e8;
    align-items: center;
    padding-left: 20px;
    width: 100%;
}
.box_title_Sec1 .box_cont, .box_title_Sec4 .box_cont {
  background-color: #1e3972d4;
} 
.box_title_Sec2 .box_cont, .box_title_Sec5 .box_cont {
  background-color: #1b8b94d4;
} 
.box_title_Sec3 .box_cont, .box_title_Sec6 .box_cont {
  background-color: #5a5e62d1;
} 
.box_cont h3 {
    font-size: 1.2rem;
    color: #fff;
    margin: 0;
}
.box_cont p {
    background: #063D74;
    padding: 15px;
    margin: 0;
}
.box_cont p i.fas {
    color: #fff;
}
/*EXPLORE OUR SERVICES sec end*/
/*we serve sec start*/
.we_seve_slider {
    margin-top: 40px;
}
.we_seve_slide {
    margin-bottom: 20px;
}
.we_seve_cont {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
}
.we_seve_cont h5 {
    color: #222;
    text-align: center;
    margin: 15px 0 0;
    font-size: 1.1rem;
    font-weight: 700;
}
.we_seve_slider.owl-theme .owl-dots .owl-dot.active span, .we_seve_slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
}
.we_seve_slider.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #fff;
}
.we_seve_slider .owl-nav.disabled {
    display: none;
}
.other_tools_slider img {
    max-width: 100%;
    max-height: 90px;
    min-height: 40px;
}
/*we serve sec end*/
/*other tool*/
.other_tools_slider .owl-nav.disabled {
    display: none;
}
/*testimonial sec start*/
.testimonial {
  position: relative;
  padding-bottom: 70px;
}
.testimonial:before, .testimonial:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url('../images/quotes-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.testimonial:before {
  left: 50px;
}
.testimonial:after {
    right: 50px;
    bottom: 20px;
    transform: rotate(180deg);
}
.testi_cont {
    text-align: center;
}
.testi_cont img {
    width: 90px !important;
    max-width: 100%;
    margin: 20px auto;
}
.testi_cont p {
    max-width: 500px;
    margin: 0 auto 10px;
}
.testi_cont p span {
    color: #005CAB;
}
.testi_cont h3 {
    color: #00929F;
    font-size: 1.3rem;
    font-weight: 600;
}
.testi_slider.owl-theme .owl-dots .owl-dot.active span, .testi_slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #00929F !important;
}
.testi_slider.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #00929F;
}
.testi_slider .owl-prev, .testi_slider .owl-next {
    position: absolute;
    top: 50%;
}
/*.testi_slider .owl-prev span, .testi_slider .owl-next span {
    border: 2px solid #00929F;
    width: 32px;
    display: block;
    height: 32px;
    border-radius: 100%;
    font-size: 35px;
    line-height: 20px;
    text-align: center;
    color: #00929F;
}
.testi_slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.testi_slider .owl-prev {
    left: 0;
}
.testi_slider .owl-next {
  right: 0;
}*/
section.section.why_being {
    background: #F5FBFB;
}
/*testimonial sec end*/
/*counter sec start*/
.counter_Sec {
  background-image: url('../images/counter_banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #fff;
}
.conter_main {
    text-align: center;
    padding: 15px 0;
}
.counter_cont .stat-caption {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.counter_cont .stat-figure {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 0;
}


/*counter sec end*/
/*forum of firms starts*/
.forum_content img {
    width: 47%;
}
.forum_img img {
    width: 48%;
}
.forum_content p {
    text-align: justify;
}
.col-lg-5.forum_img {
    text-align: center;
}
/*forum of firms end*/
/*subscribe form*/

.subscribe_form label {
    display: block;
    text-align: left;
}
button.btn.subs_btn {
    background: #007B87;
    color: #fff;
    padding: 9px 13px;
    width: 100%;
    font-weight: normal;
    border-radius: 4px;
}

/*subscribe form end*/
/*latest newsletter sec start*/
p.news_desc {
    height: 40px;
}
.rm_newsltr a:hover {
    background: #005CAB;
    color: #fff;
}
.newsltr_slider .owl-prev, .newsltr_slider .owl-next {
    position: absolute;
    top: 50%;
}
.newsltr_slider .owl-prev span, .newsltr_slider .owl-next span {
    border: 2px solid #fff;
    width: 32px;
    display: block;
    height: 32px;
    border-radius: 100%;
    font-size: 35px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}
.newsltr_slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.newsltr_slider .owl-prev {
    left: -5%;
}
.newsltr_slider .owl-next {
  right: -5%;
}
.latest_newsltr .sec_title {
    position: relative;
    margin-bottom: 35px;
    color: #fff;
}
.othr_tool_cont{
     text-align: center;
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;   
}
section.section.other_sec {
    background: #F5FBFB;
}
.newsltr_head {
    text-align: center;
}
.we_seve_sec h2.sec_title {
    color: #fff;
}
.latest_newsltr .sec_title:before {
    content: '';
    position: absolute;
    width: 130px;
    height: 2px;
    background: #fff;
    bottom: -15px;
}
.latest_newsltr p {
    color: #fff;
}
.newsltr_slider {
    margin-top: 30px;
}
.newsltr_cont {
    background-color: #fff;
    padding-bottom: 10px;
}
.newsltr_cont img {
  margin-bottom: 20px;
}
.rm_newsltr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsltr_cont p {
    padding: 0 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    position: relative;
    z-index: 99;
}
.rm_newsltr a {
    text-decoration: none;
    width: fit-content;
    display: block;
    background: #005CAB;
    color: #fff;
    padding: 3px 15px;
    font-weight: normal;
}
.newsltr_cont h3 {
    font-size: 1rem;
    font-weight: 600;
    padding: 0 20px;
}
.newsltr_slide {
  margin-bottom: 20px;
}
.newsltr_slider.owl-theme .owl-dots .owl-dot.active span, .newsltr_slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #CCE9EC !important;
}
.newsltr_slider.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #CCE9EC;
}
.newsltr_slider .owl-nav.disabled {
  display: none;
}
/*latest newsletter sec end*/
/*Affiliations sec*/
.associa_img img {
    max-width: 97%;
    max-height: 109px;
}
.col-lg-3.associa_img {
    text-align: center;
    padding: 40px;
}
section.section.associate_sec .row {
    align-items: center;
}
/*.col-lg-3.associa_img img {
    max-width: 100%;
    height: 70px !important;
}*/
/*Affiliations sec end*/
/*faq sec start*/
.faqss ul {
        padding-left: 2em;
    }
    .faqss li {
        list-style: disc inside;
    }
    section.w3l-footer-29-main.py-5 {
        float: left;
        width: 100%;
    }
    .faqss {
        float: left;
        width: 100%;
    }
    .static__content {
        width: 100%;
        float:left;
    }
    .static__content .title {
        text-align: center;
        margin-top: 0;
        margin: 0 0 1em;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 30px;
        color: #fff;
        font-family: 'Arial';
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.5rem;
    }
    p.fquestion {
        background-color: #f5f5f5;
        border-bottom: 1px solid #dc2e34;
        position: relative;
        padding: 20px 20px;
        cursor: pointer;
        text-align: left;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 16px;
        margin: 0;
    }
    h3.fquestion {
      background-color: #005CAB;
      border: 1px solid #fff;
      position: relative;
      padding: 15px 20px;
      cursor: pointer;
      text-align: left;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-size: 16px;
      margin: 0;
      color: #fff;
  }
    div[itemprop="acceptedAnswer"] {
        display: none;
        padding:10px;
        line-height: 27px;

    }
    div[itemprop="acceptedAnswer"] p{
        margin-bottom: 0;
    }
    div[itemprop="acceptedAnswer"] h3{
        margin-bottom: 0;
    }
    div[itemprop=text] p {
        margin: 0;
        line-height: 25px;
        text-align: left;
        margin-bottom: 10px;
        padding: 20px;
         color: #fff;
    }
    div[itemprop=text] p a {
      color: #fff;
    }
    div[itemprop=text] h3 {
        margin: 0;
        font-size: 14px;
        line-height: 25px;
        text-align: left;
        margin-bottom: 10px;
        padding: 20px;
         color: #333 !important;
    }
    .active div[itemprop="acceptedAnswer"] {
        display: block;
        padding: 0;
    }
    div[itemprop="mainEntity"] {
        margin-bottom: 20px;
    }
    h3.fquestion.collapsed:after {
        position: absolute;
        right: 15px;
        content: '';
        font-size: 20px;
        background-image: url('../images/caret_down_arrow.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 20px;
        height: 20px;
        transition: .5s all;
    }
    .active h3.fquestion.collapsed:after {
        content: '';
        transform: rotate(180deg);
        transition: .5s all;
    }
/*faq sec end*/
/*home page css end*/
/*international page sec*/
.banner-img {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.banner-img img {
  width: 100%;
}
.worldwide_sec img {
    width: 100%;
}
.world_img {
    padding: 19px 71px;
}
section.worldwide_sec {
    padding: 31px 0px;
}
.worldwide_sec h3 {
    text-align: center;
    color: #005CAB;
    font-size: 20px;
    font-weight: 600;
    font-family: Arial;
    padding: 2px 0px;
}
.worldwide_sec p {
    text-align: center;
    font-size: 15px;
    font-family: Arial;
    color: #53575D;
}
.weare_sec img {
    width: 100%;
}
.last_cont {
    text-align: center;
}
section.last_sec {
    float: left;
    width: 100%;
}
.last_cont h3 {
    color: #005CAB;
    font-weight: 700;
    font-family: 'arial';
    font-size: 26px;
    margin-bottom: 0;
}
.last_cont a {
    text-decoration: none;
}
.last_cont p {
    color: #53575D;
    font-size: 13px;
    width: 100%;
    float: left;
    margin: 10px 0 20px;
}
.last_cont p a {
    background: #007B87;
    color: #fff;
    padding: 13px 25px;
    font-weight: normal;
    border-radius: 4px;
}
.subscribe_button p {
    background: #007B87;
    color: #fff;
    padding: 13px 25px;
    font-weight: normal;
    border-radius: 4px;
}
button.btn.subscribe_button {
    border: none !important;
}
.box_title_Sec a {
    text-decoration: none;
}
/*client testimonial sec start*/
.client_testimonial .sec_title {
    color: #005CAB;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.client_testi_cont {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 85%;
    margin: auto;
    flex-wrap: wrap;
}
.client_testi_left {
    width: 30%;
}
.client_testi_right {
    width: 65%;
}
.client_testi_desc {
  width: 100%;
}
.client_testi_right h3 {
    color: #00929F;
    font-weight: 900;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.client_testi_right img {
    width: 340px !important;
    margin-top: 50px;
}
.client_testi_slider.owl-theme .owl-dots .owl-dot.active span, .client_testi_slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #00929F !important;
}
.client_testi_slider.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #00929F;
}
.client_testi_slider .owl-prev, .client_testi_slider .owl-next {
    position: absolute;
    top: 35%;
}
.client_testi_slider .owl-prev span, .client_testi_slider .owl-next span {
    border: 2px solid #00929F;
    width: 32px;
    display: block;
    height: 32px;
    border-radius: 100%;
    font-size: 35px;
    line-height: 20px;
    text-align: center;
    color: #00929F;
}
.client_testi_slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.client_testi_slider .owl-prev {
    left: 0;
}
.client_testi_slider .owl-next {
  right: 0;
}
/*client testimonial sec end*/
/*international page sec end*/
/*footer start*/
.copyright_foot {
    text-align: center;
    background: #EEEEEE;
    border-top: 1px solid #6D6E71;
    padding: 15px 0px;
    width: 100%;
    float: left;
}
.copyright_foot p {
    margin: 0;
}
.footer_sec {
    width: 100%;
    float: left;
    background: #EEEEEE;
    padding: 60px 40px;
}
.foot_heading {
    color: #005CAB;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.foot_sec ul {
    padding: 0;
    list-style: none;
}
.foot_cont3 img {
    width: 100%;
}
.footlogo1 {
    width: 230px;
    margin-bottom: 20px;
}
.foot_desc {
    text-align: justify;
}
.footlogo2 {
    width: max-content;
    max-width: 100%;
}
.foot_sec p, .foot_sec li {
    line-height: 25px;
}
.foot_sec a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
.foot_cont span img {
    width: 13px;
    margin-right: 7px;
}
.foot_sec ul.d-flex {
    gap: 15px;
    margin-bottom: 20px;
}
.foot_sec ul.d-flex i {
    background: #00929F;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    line-height: 25px;
}
.foot_sec2_innr2 i.fas.fa-map-marker-alt {
    background: transparent;
    color: #C00000;
}
.foot_sec ul li {
    padding-bottom: 5px;
}
.foot_sec2_innr1 ul {
    margin: 0;
}
/*footer sec end*/
/*responsive css start*/
@media screen and (max-width: 1280px) {
  .foot_cont {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .col-lg-4.exp_our_serv_cont {
    width: 45% !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 0.7rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 15px 5px;
  }
}
@media screen and (max-width: 1100px) {
.col-lg-3.foot_cont {
    width: 45%;
}
.foot_sec2_innr1 .row {
    flex-wrap: wrap;
}
  .heading {
    font-size: 1.5rem;
  }
  .sub_head {
    font-size: 1rem;
  }
  .banner {
    height: 400px;
  }
}
@media screen and (max-width: 990px) {
  .col-lg-3.foot_sec.foot_sec1 .mb-5, .footlogo2 {
    margin-bottom: 20px !important;
  }
  .header_Sec1 .d-flex.ms-auto {
    display: none !important;
  }
  .navbar-toggler .hamburger-toggle .hamburger span {
    background: #fff!important;
  }
  #navbar-content {
    padding-bottom: 30px;
  }
  .col-lg-3.counter_cont {
    width: 25%;
  }
  a.navbar-brand {
    text-align: center;
    width: 100%;
  }
  .client_testi_left {
    width: 50%;
    margin: 0 auto 20px;
  }
  .client_testi_right {
    width: 100%;
    text-align: center;
  }
  .client_testi_right img {
    margin: 0 auto;
    width: 250px !important;
  }
  .client_testi_cont {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .newsltr_cont {
    width: 70%;
    margin: auto;
  }
  .newsltr_slider .owl-next {
    right: 0%;
}
.newsltr_slider .owl-prev {
    left: 0%;
}
.foot_sec ul.d-flex {
    flex-wrap: wrap;
}
  .banner {
    height: 300px;
  }
  .banner_cont h5 {
    font-size: 1.2rem;
  }
  .header_Sec1 .navbar-brand img {
    margin-left: 20px;
  }
  .section {
    padding: 30px 0;
  }  
  button.navbar-toggler:focus {
    box-shadow: none;
    border: none;
  }
  .row.g-3.exp_our_serv_main {
    gap: 10px;
  }
  .foot_cont {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .col-lg-4.exp_our_serv_cont {
    width: 90% !important;
  }
  .col-lg-3.counter_cont {
    width: 45%;
    margin: 0 auto 20px;
  }
  h3.fquestion {
    padding-right: 40px;
  }
  .footer_sec {
    padding: 20px;
  }
  .testi_slider .owl-prev, .testi_slider .owl-next, .client_testi_slider .owl-prev, .client_testi_slider .owl-next {
    top: 20%;
  }
  .testimonial:before {
    left: 10px;
  }
  .testimonial:after {
    right: 10px;
    bottom: 10px;
    transform: rotate(180deg);
  }
  .col-lg-6.video_sec, .rm_sec {
    margin: 0 !important;
  }
  .section.abt_sec.bg-green {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  h3.fquestion.collapsed:after {
    top: 25px;
  }
  .nav_btn_list li a {
    font-size: 0.60rem;
    padding: 6px 8px 7px;
}
}
@media screen and (max-width: 375px) {
  .counter_cont .stat-caption {
    font-size: 1rem;
 }
 .newsltr_cont p {
    padding: 0 15px;
  }
  .rm_newsltr a {
    padding: 3px 10px;
    font-size: 0.85rem;
  }
}
/*responsive css end*/