/*@import url('https://fonts.googleapis.com/css2?family=Momo+Signature&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: "Momo Signature", sans-serif*/
}
body{overflow-x: hidden;}
.btn-getquate{
  background: #293CB9;
  color:#ffffff;
  padding: 10px 20px;
background: linear-gradient(90deg, rgba(41, 60, 185, 1) 0%, rgba(18, 27, 83, 1) 100%);
}
.learn_more{
  text-decoration: none;
}

.white-section-heading{

color:#071362;
font-size: 25px;
font-weight: 700;
}
.white-section-heading span{
color:#E52006;


}
.black-section-heading{

color:#ffffff;
font-size: 25px;
font-weight: 700;
}
.black-section-heading span{
color:#FF8800;
}


/* navbar */
header .navbar
{
  padding:20px 0px;
  background-color: #ffffff !important;
  box-shadow: 0px 5px 5px 1px rgba(54, 53, 53, 0.459) !important;
}
header .navbar .nav-item .nav-link
{
  color: #00056B !important;
  font-weight: 600;
  font-size: 18px;
 

}
header .navbar .nav-item 
{
   padding-left: 5px;
  padding-right: 5px;
}

header .dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}
@media only screen and (min-width: 992px) {
 header .dropdown:hover .dropdown-menu {
    display: flex;
  }
header  .dropdown-menu.show {
    display: flex;
  }
}
header .dropdown-menu ul {
  list-style: none;
  padding: 0;
}
header .dropdown-menu li .dropdown-item {
  color: gray;
  font-size: 1em;
  padding: 0.5em 1em;
}
header .dropdown-menu li .dropdown-item:hover {
  background-color: #f1f1f1;
}
header .dropdown-menu li:first-child a {
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #516beb;
}
header .dropdown-menu li:first-child a:hover {
  background-color: #f1f1f1;
}
@media only screen and (max-width: 992px) {
 header .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
 header  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}
.navbar-light .navbar-toggler{
  color: rgba(0,0,0,.55);
  border:none !important;
  border-color:none !important;
}
#navbartog:focus{
  box-shadow: none !important;
}
.dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0.5em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.dropdown-menu li a {
  color: gray;
  padding: 0.5em 1em;
}
.dropdown-menu li:first-child a {
  font-weight: bold;
  font-size: 1.1em;
  color: #516beb;
}
@media screen and (min-width: 993px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .dropdown-menu.show {
    max-height: 60vh;
    overflow-y: scroll;
  }
}

/* hero */

.slidebanner1{
height:90vh !important;
background-repeat:no-repeat !important;
background-size:cover !important;
background-position:center !important;
background:url('../images/bg1.png');
}
.slidebanner1 .text-small{
  color: #FFE5B4 !important;
}
.slidebanner2{
height:90vh !important;
background-repeat:no-repeat !important;
background-size:cover !important;
background-position:center !important;
background:url('../images/bg2.png');}
.slidebanner2 .text-small{
   color: #FFE5B4 !important;
}
.slidebanner3{
height:90vh !important;
background-repeat:no-repeat !important;
background-size:cover !important;
background-position:center !important;
background:url('../images/laser-craft(1).jpg');}

@media(max-width:786px)
{
  .slidebanner1{    height:auto !important;  }
  .slidebanner2{  height:auto !important; }
  .slidebanner3{  height:auto !important; }
}

.text-mycolor{
   color: #FFE5B4 !important;
}
.breadcrumb-text {
  font-size: 1.25rem;
}

.text-orange {
  color: #f58220; /* Match orange breadcrumb color from your image */
}

.foreground-img {
  max-width: 100%;
  height: auto;
}
.my-btn-banner 
{
  border:1px solid  #FFE5B4;
  color: #FFE5B4;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* banner */

banner .banner-bg{
  background: black;
  background: url('../images/bg-banner.png') center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
banner .banner-heading ,banner .banner-middile-text
{
  color:#ffffff;
  text-align:center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;

}
banner .banner-middile-text
{
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 6rem;
}
/* bg-product-about */
.bg-product-about{padding: 5rem 0;}
.bg-product-about .heading
{
color:#00056B;
font-weight: 700;
font-size:20px;
margin-bottom: 1rem;
}
.bg-product-about .para{font-weight: 500;margin-bottom: 3rem;font-size: 16px;}
.bg-product-about .card{padding:8px;}
.bg-product-about .card-head{font-weight:600;color:#00056B;}
.bg-product-about .counter{font-weight:700;color:#E52006;font-size:25px;}




/* products */
.proction-spec img{ aspect-ratio: 1/1; width:100%;}
.proction-spec .swiper-slide svg{ width:50px !important;}
.bg-products .head-text{color:#000A73 !important;font-weight: 600;font-size: 18px;margin-bottom: 1rem; }
.proction-spec .swiper-slide{ padding: 0.5rem;}
.proction-spec .text-para{ font-size: 10px;font-weight:400;margin-top: 10px;margin-bottom: 0 !important;}
.proction-spec .text-head{ font-size: 15px;font-weight:400;margin-top: 15px;}
.bg-products .white-section-heading { margin-bottom: 3rem;}
.bg-products .btn-product { background-color: orange; margin-top: 0.5rem;margin-bottom: 0.5rem;}

/* about */

about  .bg-about
{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
about .about-para{
  padding-top: .5rem;
  font-size: 20px;
  padding-bottom: .5rem;
}
 .stats-section {
      background-color: #000A73; /* Dark blue */
      color: #fff;
      padding: 20px 0;
    }
    .stat h2 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 0;
    }
    .stat p {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 0;
    }
/* service */
.bg-service{
  margin-top: 3rem;
}
 .service-center-text
{
  color: #00056B;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  margin-top: 3rem;
  font-weight: 700;
  margin-bottom: 5rem;
}

.service-card .card-img{
  width: 100%;
  
  aspect-ratio:1/1;

  object-fit: cover;
}
.service-card .card-large-heading,
.service-card .card-para,
.service-card .card-small-heading,
.service-card .card-ul,
.service-card .btn-getquate
{
line-height: 30px;
}
.service-card .card-large-heading,.service-card .card-small-heading
{
  margin-top: 10px;
  font-weight: 700;
}
.service-card .card-ul li,.service-card .card-para
{
  font-size: 16px;
  font-weight: 400;
}
.service-card .card-large-heading
{
  color:#E52006;
}
.service-card .card-small-heading
{
  color:#071362;
}
.service-btn{ 
   --p: 20px; 
   width:  auto;
   padding-right: 50px;
  height: auto;
  aspect-ratio: 5/1;
  clip-path: polygon(0 0,calc(100% - var(--p)) 0,100% 100%,0 100%);}
/* call to action */

callsec .bg-call-sec{
  background: black;
  background: url('../images/bg-call.png') center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
 
}



.bg-call-sec .call-para, .bg-call-sec .call-highlight{
  color: #ffffff;

}
.bg-call-sec .call-para, .bg-call-sec .call-highlight, .bg-call-sec .call-highlight-2{
 margin-top: 3rem;
 margin-bottom: 3rem;

}
.bg-call-sec .call-para
{
    font-size: 20px;

}
.bg-call-sec .call-highlight
{
    font-size: 25px;

}

.bg-call-sec .call-highlight-2{
    color: #FF8800;

}
.bg-call-sec .btn-getquate{
  margin-bottom: 2rem;
}


  /* accordian */
.faq-section {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  color: #E52006;
  font-size: 2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
  padding: 10px 0;
}



/* swiper product */

.sidediv1,.sidediv2{
  min-height:400px;
  height: 100%;
  background-color: #000C73;

}
.sidediv1{
  margin-top: 100px;
   background-color: #A14141;
}
.sidediv2{
  margin-left: -265px;
}

  .mySwiper2.swiper {
      width: 100%;
      
     
    }

    .mySwiper2 .swiper-slide {
     
      font-size: 18px;
      background:url('../images/card.png');
      background-repeat: no-repeat;
      background-size: cover;
      min-height:340px;
      color: white;
 
    }

   
/* swiper */
    .bg-test .swiper {
      width: 100%;
      height: 100%;
    }

   .bg-test .swiper-slide {
      text-align: center;
      font-size: 18px;
      min-height: 500px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .bg-test .swiper-pagination-bullet{
        background-color: brown;
        width: 10px;
        height: 10px;
    }
    

  

.overflow-container{
    display: flex;
    position: relative;
}
.profile{
    position: absolute;
    background-color: #e0bfbf;
    padding:3rem;
    text-align: left;
    align-items: left;
    z-index: 4;
    bottom:-200px;
    border-radius:10px;
    transition: 3s;
}
.profile h6{
    font-size: 13px !important;
    font-weight: 600;
    color: rgb(4, 4, 65);
    line-height: 20px;
}
.message{
    position: absolute;
    font-size: 26px;
    background-color: #293CB9;
    text-align: center;
    align-items: center;
    padding: 4rem;
    z-index: 3;
    color:#ffff;
    font-weight: 700;
    width: 70%;
    right: 100px;
    bottom:-100px;
    border-radius:10px;
    transition: 3s;
}
.profile-img{
    width:100px;
  aspect-ratio: 1;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
    margin-bottom: 1rem;
    border: 3px solid brown;
}
.swiper-button-next,.swiper-button-prev{
    color:white;
    width: 40px;
    font-size:20px !important;
    height: 40px;
    background-color: brown;
    border-radius: 50%;
      box-shadow: 0px 2px 2px 1px rgba(35, 35, 35, 0.528);

}
.swiper-button-next::after,.swiper-button-prev::after{
    font-size:20px !important;
    font-weight: 900;
    
}
.swiper-button-next svg, .swiper-button-prev svg {
    
 height: 20px;
 width: 20px;
}

.next-prev-btn{
    position: relative;
    width:150px;
    margin-top: 3rem;;
    
}
.bg-test{
    background: #FFF4E0;
    position: relative; 
    z-index: 0;
}
.bg-quate-1,.bg-quate-2{
    position: absolute;

}
.bg-quate-1{
  left:10px;
  top: 0;
  z-index: 0;
  
}
.bg-quate-2{
  right: 20px;
  bottom: 0;
}
/* tesimonial */

.testimonial_section {
  display: block;
  overflow: hidden;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #020d26;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #020d26;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: "Titillium Web";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff5e14;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #ff5e14;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #ff5e14;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #ff5e14;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #ff5e14;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #ff5e14;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #ff5e14;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #020d26;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}

/* subscribe */
.bg-subscribe{
    background: #293CB9;
background: linear-gradient(57deg, rgba(41, 60, 185, 1) 40%, rgba(229, 32, 6, 1) 100%);
}
.subscribe-btn{ right:0; padding-bottom: 0.7rem; padding-top: 0.6rem;z-index:3;padding-left:40px;padding-right: 40px; font-weight:600; width:30%; z-index: 3 !important;}
.subscribe-btn:hover{ color:#E52006;}
.subscribe-text{ border:3px solid #D9D9D9;background-color:#D9D9D9;z-index: 1;}
/* footer */

.footer{
  background-color: #000000;
  color:#ffffff;
  padding: 40px 10px;
}
.footer a{
  color:#ffffff;
  text-decoration: none;
}
.footer .logo{
  font-size: 30px;
  font-weight: 700;
}
.footer .list-unstyled{
  padding: 10px 0;
  font-weight: 400;
}
.footer .list-unstyled li{

margin-top: 3px;
margin-bottom: 3px;
}
 
.footer .copyright{

text-align: center;
}
 
.footer .head-text{
  margin-top: 2rem;

}

.footer .social-links{
  color:white;
  display: flex;
  list-style: none;
  width:fit-content;
  gap: 1rem;
  font-size: 30px;
  justify-content: space-between;
  padding-inline-start: 0;
}






/* about us page */
.mvvcard {
  --p: 70px;
  position: relative;

  background-color: #00056B;
  clip-path: polygon(0 var(--p), 100% 0, 100% 100%, 0 100%);
  overflow: hidden; /* make sure pseudo-element doesn’t spill outside */
  z-index:2;
  text-align: right;
  padding:10px;
}

.mvvcard::before {
  content: '';
  position: absolute;
 --p: 70px;
 top: 0.5%;
 left: 0.5%;
  width: 99%;
  height: 99.9%;
  clip-path: polygon(0 var(--p), 100% 0, 100% 100%, 0 100%);
  background-color: rgb(255, 255, 255);
  transform-origin: right top;
  z-index:1;
}
.mvvcard>*{
  z-index: 3;
  margin-top: 2rem;
}
.mmvimg{
  margin-top: 2rem;
  width:100px;
  height: 100px;
  margin-left: auto;
  margin-right: 1rem;
}
.mvvhead,.mvvpara{
  margin-right: 1rem;
  
}
.mvvhead{
  font-weight: 700;
  color: #00056B;
}
.mvvpara{ font-size: 1rem;
font-weight: 500;
color: #000000;}


/* services */

.services-banner {
  background-color: #000C73; /* dark blue */
}

.services-banner .enquire-btn {
  display: inline-block;
  padding: 0.9rem 1.5rem;
  padding-right: 3rem;
  background: linear-gradient(90deg, #E52006, #FF8B8B);
  text-decoration: none;
  border: none;
  border-radius: 0;
    --p: 30px; /* control the shape (can be percentage) */
  width: fit-content;
  aspect-ratio: 4/1;
  clip-path: polygon(0 0,calc(100% - var(--p)) 0,100% 100%,0 100%);
  background: #C44D58;

  transition: all 0.3s ease;
}

.services-banner .enquire-btn:hover {
  background: linear-gradient(90deg, #FF4B2B, #FFAAAA);
  color: #fff;
 
}
#service-about .white-section-heading{font-size: 20px;}
#service-about .white-section-heading span
{
  text-decoration: underline;
  text-underline-offset: 20px;
  text-decoration-thickness: 3px;
  text-decoration-color: #00056B;
}
#service-about{margin-top: 50px;}
#service-about .service-img
{
     margin-top: -50px;
}


.white-section-choose{

color:#071362;
font-size: 20px;
font-weight: 700;
}
.white-section-choose span{
color:#E52006;


}

.service-page-menu{
 list-style: none;
 padding: 0;
 margin: 0;
}

.service-page-menu li{
background: url('../images/checked.png');
background-size: 23px;
background-repeat: no-repeat;
padding-left: 30px;
line-height: 30px;
margin-top: .5rem;
font-size:16px;
font-weight: 600;
color:#00056B ;
}
.service-paragraph{
  font-size: 16px;
  font-weight: 600;
}
/* contact us */
.contact-page-sec{
  margin-top: -100px;
}
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: linear-gradient(90deg, rgba(41, 60, 185, 1) 0%, rgba(18, 27, 83, 1) 100%);
  padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
   color: #D9D9D9;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #f9f9f900 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  color: white;
  margin-bottom: 20px;
  padding: 12px 40px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  border-radius: 10px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f900 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  color: white;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
   border-radius: 10px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #fda40b none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}
  #phone {
    width: 100%;          /* make input full width */
    max-width: 700px;     /* or any custom size */
    box-sizing: border-box;
    background-color: #00000000;
    color:white;
    margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  }
.iti__selected-dial-code{color: white;}
  .iti {
    width: 100%;          /* ensure container also expands */
  }

/* media query */
@media(max-width:900px) {
  .bg-test .above-container{ padding-top: 8rem !important;padding-bottom: 8rem !important;}
  
  .sidediv2{
  margin-left: -190px;
}
}
@media(max-width:768px){

  .bg-call-sec .call-para, .bg-call-sec .call-highlight, .bg-call-sec .call-highlight-2{
 margin-top: 1rem;
 margin-bottom: 1rem;
  }

    .profile{
    position: static;
    width: 90%;
        padding: 1rem;
    }
    .message{
    position: static;
    width: 90%;
    padding: 1rem;
    margin-top: 5px;
    margin-bottom: 55px;
    }
      .overflow-container{
    display: flex;
    flex-wrap: wrap;
  
}
  .swiper-slide {
height: auto; 
}
.next-prev-btn{
    position: relative;
    width:150px;
    margin-top: 2rem;
    padding-bottom: 1rem;
    
}
.subscribe-btn{ 
width:auto;
}

}