﻿

/*---------------------------------------------slider-------------------------------*/

.hero-slider {
  position: relative;
   height: 80vh; 
  overflow: hidden;
}

.hero-slider .carousel-item {
   height: 80vh; 
}

.hero-slider img {
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.gradient-overly-right-color::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, #1A2C79 30%, rgba(26, 44, 121, 0.18) 100%);
  pointer-events: none;
}

.carousel-caption {
  position: absolute;
  top: 25%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  text-align: left;
  max-width: 600px;

}

.carousel-caption h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}

.carousel-caption span {
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 600;
}

.carousel-caption p {
  font-size: 1.2rem;
  margin-top: 15px;
}

.carousel-caption-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.carousel-caption {
  color: #fff;
  z-index: 2;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 3;
}
.carousel-caption {
  opacity: 0;
  transform: translateX(-50%) translateY(100px);
  animation: slideInFromRight 1s ease-out forwards;
  animation-delay: 0.5s;
}

@keyframes slideInFromRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.carousel-caption span {
  display: block;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 1s ease forwards;
  animation-delay: 0.5s;
}

.carousel-caption h1 {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 1s ease forwards;
  animation-delay: 0.8s;
}

.carousel-caption p {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 1s ease forwards;
  animation-delay: 1.1s;
}

.carousel-caption a {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 1s ease forwards;
  animation-delay: 1.4s;
}


.section-heading h2{
   font-weight: 700;
   font-size: 45px;
}

@media (min-width: 1400px){
    .carousel-caption h1 {
    font-size: 3.5rem  !important;
    font-weight: bold !important;
     color: #fff;
}
    .carousel-caption p {
    font-size: 1.2rem !important;
     margin-top: 15px !important;
}
.hero-slider {
   height: 80vh !important; 
}

.hero-slider .carousel-item {
   height: 80vh !important; 
}
 .carousel-caption {
  left: 0% !important;
}
}


@media (min-width: 1200px) {
  .carousel-caption-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
    text-align: center;
  }

 .carousel-caption {
  left: 10%;
}

  .carousel-caption h1 {
    font-size: 2.5rem; 
    line-height: 1.2;
  }

  .carousel-caption p {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .carousel-caption .btn {
    margin-top: 1.5rem;
  }
  .hero-slider {
    height: 100vh;
}
  .hero-slider .carousel-item {
   height: 100vh; 
}
}


.link-with-icon{
    font-size:17px;
}
.card-body h3{
    font-size: 21px;
    font-weight: 700 !important;
}
.card-body h3 a{
    color:#000;
}
.card-body p{
    font-size:17px;
}


.info-service{
    min-height: 584px;
    overflow:hidden;
}


@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1280px;
    }
}

.our-services{
    position:relative;
    padding:60px 0px;

}


.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.card-img-top{
    transition: all 0.4s ease-in-out;
}
.info-service:hover .card-img-top{
	transform: scale(1.1);
}
/*-------------------------------------about us---------------------*/
.about-section{
    position:relative;
    padding:110px 0px 0px;
}

.about-section .badge {
    font-size: 15px;
    line-height: 1.9;
    font-weight: 700;
    background-color: #ffeee6;
    color: #FA5252;
}
.about-section h2 {
  font-size: 42px;
  color: #000000;
  font-weight: 700;
}

.custom-tabs .nav-link {
  border: none;
  background: #f8f8f800;
  color: #003366;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 0;
  padding: 15px 50px;
  font-size: 19px;
}

.custom-tabs .nav-link.active {
  background-color: #003366;
  color: #fff;
}

.stat-card {
  background: #f5f2f0;
  text-align: center;
  padding: 30px 10px;
  border-radius: 0px;
  transition: all 0.3s ease;
  height: 100%;
}
.stat-card:hover {
  background: #e7dfdb;
}
.stat-card.active {
  background-color: #f0ecea;
  color: #000;
}
.stat-card h4 {
  font-size: 40px;
  font-weight: 800;
  margin-top: 15px;
}

.stat-card .counter {
  font-size: 40px;
  font-weight: 800;
  margin-top: 15px;
  color:#000;
  margin-bottom: 0.7rem;
}

.counter-value {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2px;
}

.plus {
  font-size: 28px;
  color: #666;
}
.stat-card p {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.stat-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.stat-card svg{
    height:64px;
}

.stat-card svg path{
    fill: #8a6e5c;
}
@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
}
/*-------------------------------------end---------------------------*/


/*----------------------------------why trust-------------------------*/
.why-trust-section {
  position:relative;
  padding: 60px 0px 0px;
}

.why-badge {
  background-color: #ffe6d8;
  color: #f36a1f;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 6px;
}

.why-trust-section h2 {
  font-size: 45px;
  color: #000000;
  /* margin-bottom: 20px; */
  line-height: 43px;
  font-weight: 700;
}

.why-trust-section h6 {
  font-size: 20px;
  margin-bottom: 6px;
}

.why-trust-section p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.trust-icon{
    height:60px;
    width:60px;
}

/*---------------------------------end-------------------------------*/


/*---------------------------------testomonials-------------------------*/
.testimonials{
    position:relative;
    padding:60px 0px;
}
.testimonial-single{
    box-shadow: 0px 21px 46px rgb(0 0 0 /10%);
    padding: 40px 0px;
    margin: 50px 20px;
}

.footer-top {
    background-image: url('../img/footer-overlay-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 1;
}

.footer-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #15447ef0;
    z-index: -1;
}


.footer h5{
    color:#fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
/*-----------------------------------end--------------------------------*/








/*====================
54. Footer css 
======================*/

.footer-area {
  background: #03204b;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer-shape img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  opacity: .05;
}

.footer-widget {
  position: relative;
}

.footer-widget-box.about-us{
  /* margin-right: 50px; */
}

.footer-widget-box p {
  color: #ffffff;
  padding-right: 18px;
  margin-bottom: 20px;
}
.footer-contact{
    padding-left:0px;
}
.footer-logo img {
  width: 220px;
  margin-bottom: 15px;
}

.footer-widget-title {
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 21px;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-widget-title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  background: #ffffff;
  border-radius: 50px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: .70rem;
  padding-left: 0px;
  list-style: none;
}

.footer-list li a {
  color: #fff;
  transition: all .5s ease-in-out;
  position: relative;
  margin-left: -20px;
}

.footer-list li a i {
  margin-right: 5px;
  color: #fc7531;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.footer-list li a:hover {
  margin-left: 0px;
  color: #fc7531;
}

.footer-list li a:hover i{
  opacity: 1;
}

.footer-social {
  display: flex;
  gap: 15px;
  /* justify-content: end; */
  padding-left: 0px;
}
.footer-social li{
    list-style:none;
}
.footer-social li a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  background: #fff;
  color: #fc7531;
  transition: all .5s ease-in-out;
}

.footer-social li a i:hover {
  background: #fc7531;
  color: #fff;
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  gap: 10px;
  color: #f5faff;
  font-size: 16px;
  margin-bottom: 12px;
}

.footer-contact .icon{
  width: 35px;
  height: 35px;
  line-height: 35px;
  /* background: #0098ff; */
  border-radius: 50px;
  text-align: center;
}
.footer-contact .icon i{
    font-size:18px;
}
.footer-contact .content{
  flex: 1;
}

.footer-contact .content h6{
  color: #fff;
  margin-bottom: 5px;
}

.footer-contact .content a{
  color: #fff;
}

.footer-newsletter h6{
  color: #fff;
  margin-bottom: 20px;
}

.footer-newsletter .newsletter-form .form-group{
  position: relative;
}

.footer-newsletter .newsletter-form .form-control {
  padding: 15px 140px 15px 50px;
  border-radius: 50px;
  box-shadow: none;
  border: none;
  outline: none;
}

.footer-newsletter .newsletter-form .theme-btn {
  position: absolute;
  right: 0px;
  top: 5px;
  border-radius: 50px;
  padding: 7px 15px;
}

.footer-newsletter .newsletter-form .theme-btn span{
  margin-right: 0;
  margin-left: 5px;
}

.copyright {
  padding: 20px 0;
  border-top: 1px solid #fff;
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.copyright .footer-menu li a {
  color: var(--footer-text-color);
  transition: var(--transition);
}

.copyright .footer-menu li a:hover {
  color: #0098ff;
}

.copyright .copyright-text {
  color: #f5faff;
  margin-bottom: 0px;
  font-size: 16px;
}

.copyright .copyright-text a {
  color: #fc7531;
  font-weight: 500;
}


@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }

  .footer-list li a{
    font-size: 14px;
  }
}

@media all and (max-width: 991px) {
  .footer-widget-wrap {
    padding-bottom: 0px;
  }

  .footer-list li a{
    font-size: 16px;
  }

  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }

  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }
  #a{order:1;}
  #b{order:2;}
  #c{order:4;}
  #d{order:3;}
  #e{order:5;}
  #f{order:6;}
  #g{order:8;}
  #h{order:7;}
  #i{order:9;}
  #j{order:10;}
  #k{order:12;}
  #l{order:11;}
}

@media all and (max-width: 767px) {
  .footer-widget-wrap {
    padding-bottom: 0px;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }
    .navbar-brand img {
        width: 190px;
    }
}


.copy-right{
    margin-bottom:0px;
    color:#fff;
    text-align: right;
}

.copy-right a{
    color:#fff;
}



/*-------------------------responsive----------------------*/
@media (max-width: 767px) {
    .carousel-caption h1 {
    font-size: 30px;
}
    .carousel-caption p {
    font-size: 15px;
}
    .carousel-caption {
    left: 14%;
    top:20%;
}                                                   
.about-section h2 {
    font-size: 28px;
}

.custom-tabs .nav-link {
    padding: 15px 10px;
    font-size: 13px;
}
.why-trust-section h2 {
    font-size: 28px;
    line-height: 35px;
}
.why-trust-section {
    padding: 0px 0px;
}
.our-services {
    padding: 60px 0px 0px;
}
.section-heading h2 {
    font-size: 28px;
}
.testimonials {
    padding: 60px 0px 0px;
}
.copy-right {
    text-align: center;
}
.copyright .copyright-text {
    text-align: center;
}
    .footer-widget-box {
 
        margin-bottom: 0px;
    }
    .footer-widget-wrap{
               padding-top: 30px;
    }
    .footer-widget-title {
    font-size: 18px;

}

    .career-form {
    padding: 12px !important;

}
    
    .career-form .p-5 {
    padding: 1rem !important;
}
}

/*-------------------------end------------------------------*/



.whatsapp {
  display: inline-block;
  position: fixed;
  right: 17px;
  bottom: 150px;
  background: limegreen;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff !important;
  text-align: center;
  line-height: 65px;
  z-index: 99999999999;
  animation: ripple-out 1.5s ease-in-out infinite;
}

.whatsapp i {
  font-size: 35px;
}

@keyframes ripple-out{
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  100% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}




/*---------------------------career------------------------*/

.apply-section{
    position:relative;
    padding:80px 0px;
}
.btn-orange{
    color: #ffffff;
    background-color: #003366;
    border-color: #003366;
}


.form-select {
    display: block;
    width: 100%;
    padding: 0.6rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: calc(1.5em + 1.5rem);
}


.career-form {
    background-color: #fff;
    padding: 30px 38px;
    box-shadow: 0px 21px 46px rgb(0 0 0 /10%);
    border: 1px solid #ddd;
    border-radius: 10px;
}
/*-----------------------------end------------------------*/