@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

*{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
html{
  scroll-behavior: smooth;
}
body{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200 - 800;
  font-style: normal;
  box-sizing: border-box;
  color: #5e5e5e;  
}
:root {
  --sa-blue: #2c3691;
  --sa-red: #ec1f28;
}
a{
  text-decoration: none;
}
li {
  list-style: none;
}
ul {
  padding-left: 0px;
}
.btn-1{
  background-color: #fff;
  display: inline-block;
  padding: 10px 20px;
  width: 180px;
  text-align: left;
  border: 2px solid var(--sa-blue);  
  color: var(--sa-blue);
  font-size: .9rem;
  text-transform: uppercase;
  transition: 0.2s;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
.btn-1 i{
  position: absolute;
  top: calc(50% - .6rem);
  right: 25px;  
  transition: 0.3s ease;
  font-size: 1.2rem;
}
.btn-1:hover i{
  opacity: 1;
  right: 15px;
  color: #fff;
}
.btn-1:hover{  
  color: #fff;
  background: var(--sa-blue);
}
.nav-item .nav-link{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin: 5px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show,
.nav-link:focus, .nav-link:hover{
  color: var(--sa-red);
}
.navbar-toggler:focus{
  box-shadow: none;
}
.nav-btn-red{
  border: 1px solid var(--sa-red);
  border-radius: 3px;  
  color: var(--sa-red);
  transition: 0.3s;
  letter-spacing: 1px !important;  
}
.nav-btn-red:hover{
  background: var(--sa-red);
  color: #fff !important;
}
.nav-btn-blue{
  background: var(--sa-blue);
  color: #fff;
  border-radius: 3px;
  border: 1px solid transparent;
  letter-spacing: 1px !important;
}
.nav-btn-blue:hover{  
  border: 1px solid var(--sa-blue);    
  transition: 0.3s;
  background: #fff;
  color: var(--sa-blue);
}

.dropdown-menu,
.dropdown-item{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;  
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{
  background-color: var(--sa-red);
  color: #fff;
}

.video-banner{
  position: relative;
  width: 100%;
  height: calc(100vh - 106px);
  overflow: hidden;
}
.video-banner video{
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.banner-content{
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 9;
}
.banner-content h1{
  font-size: 4rem;
  font-weight: 800;
}
.banner-content p{
  font-size: 1.25rem;
  font-weight: 500;
  background: var(--sa-blue);
  padding: 4px 16px;
  border-radius: 3px;
}
.banner-btn1 {
  border: 2px solid var(--sa-red);
  color: #fff;
  background: var(--sa-red);
  padding: 15px 20px;
  font-weight: 500;  
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}
.banner-btn1:hover{
  color: var(--sa-red);
  background: #fff;
}
.banner-btn2 {
  border: 2px solid var(--sa-blue);
  color: #fff;
  background: var(--sa-blue);
  padding: 15px 20px;
  font-weight: 500;  
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner-btn2:hover{
  color: var(--sa-blue);
  background: #fff;
}

.counter-up{
  padding: 70px 0px;
}
.counter-content {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
}

.counter-icon {
  font-size: 45px;
  height: 80px;
  width: 80px;
  margin-right: 25px;
  background: var(--sa-red);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  flex: none;
}

.counter-number h2 {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 2.5rem;
  font-weight: 800;
}

.counter-number h4 {
  font-weight: 600;
  color: var(--sa-red);
  font-size: 1.15rem;
}
.heading span {
  font-weight: bold;
  font-size: 14px;
  display: block;
  color: var(--sa-red);
  text-transform: uppercase;
  letter-spacing: -0.1px;
}

.home_about{
  padding: 70px 0px;
}

/* service_features css*/
.service_features{  
  padding: 70px 0px;
  background-color: #f9f9f9;
}
.feature-Bx{  
  margin-bottom: 2rem;
  box-shadow: 0px 0px 15px rgb(0 0 0 / .05);
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  transition: 0.3s;
}
.feature-icon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.feature-icon i{
  font-size: 2.5rem;
  color: var(--sa-blue);
  transition: 0.3s;
}

.feature_text{  
  padding: 1rem .5rem;
}
.feature_text h5{
  
}
.feature_text p{  
  margin-bottom: 0px;  
  font-size: .9rem;
}
.feature-Bx:hover{
  transform: translateY(-10px);
}
.feature-Bx:hover .feature-icon{
  background: var(--sa-blue);
}
.feature-Bx:hover .feature-icon i{
  color: #fff;
}

.service_wrapper{
  padding: 70px 0px;
  background: var(--sa-red);
  color: #fff;
  padding-bottom: 300px;
}
.service_slider_outer{  
  background: #f9f9f9;
  padding-bottom: 70px;
}
.service-slider{
  margin-top: -250px;
}
.service-slider .header-content{
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--sa-blue);
  padding: 1.5rem;
  min-width: 200px;
  box-shadow: 5px -5px 10px rgba(0, 0, 0, .2);
}
.service-slider .header-content img{
  width: 60px !important;
  margin-bottom: 1rem;
}
.service-slider .header-content h6{
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
}
.service-slider .item{
  overflow: hidden;
}
.service-slider .item img{
  transition: 0.3s;
}
.service-slider .item:hover img{
  transform: scale(1.1);
}

/*hassle-free-outer*/
.hassle-free-outer{
  background-image: url('../images/hassle-free.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hassle-free{
  margin: 1.5rem auto;
}
.hassle-free h3{
  color: var(--sa-red);
  font-weight: 600;
  font-size: 2rem;
  font-style: italic;
}
.hassle-free h6{
  color: #fff;
  font-style: italic;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.hassle-free div{
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.hassle-free div a{
  color: var(--orange);
  font-size: 2rem;
  font-weight: 800;
  margin-right: 1rem;
}
.hassle-free div a:last-child{
  margin-left: 1rem;
}


/* footer */
footer{
  background: var(--sa-blue);
  color: #fff;
}
.footer_links{

}
.footer_links a{
  /* display: block; */
  color: inherit;
  padding-bottom: 10px;
  border-bottom: 1px dotted #9e9e9e;
  margin-bottom: 10px;
  font-size: 13px;
  color: #ffffffc4;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  font-weight: normal;
  margin-right: 1rem;
  text-align: left !important;
}
.footer_links a:hover{
  color: #fff;
  padding-right: 10px;
}
.address_box{
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  justify-content: start;
  margin-top: 10px;
}
.address_box i{
  width: 15px;
  margin-right: 10px;
  display: block;
  text-align: center;
}
.address_box span{
  margin-bottom: 0px;
  color: #ffffffc4;
  word-break: break-word;
  font-size: 13px;
}
.address_box a{
  color: #ffffffc4;
  font-size: 13px;
}

.footer_links,.get-in-touch{
  margin: 10px 0px;
  text-align: right;
}
.footer_links h5,  .get-in-touch h5{
 /*  text-transform: uppercase; */
  margin-bottom: 25px;
  /* display: none; */
} 
.get-in-touch img{
  border-radius: 5px;
  margin: 25px auto;
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
.footer_social{
  display: block;
  width: 100%;
  text-align: center;
}
.footer_social a{
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  line-height: 30px;
  transition: 0.3s;
  text-align: center;
}
.footer_social a:hover{
  color: #fff;
  background-color: #ffffff;
  border-color: #fff;
}
.footer_social a:hover i{
  color: #162343;
}
.footer_bottom{
  background-color: #171f73;
}
.copyroght, .designed_by{
  padding: 10px 0px;
}
.copyroght p, .designed_by p, .designed_by p a{
  margin-bottom: 0px;
  color: rgb(255 255 255 / 50%);
  font-size: .8rem;
}
.designed_by p, .designed_by p a{
  color: rgb(255 255 255 / 20%);
}

.clients-section{
  padding: 70px 0px;
}
.partner-carousel .item img {
  max-width: 140px;
}
/* Breadcrumb area */
.page-title-section {
  background-image: url('../images/breadcrumb-background.jpg');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}
.page-title-section .breadcrumb-title h1 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 40px;
  position: relative;
  padding-left: 30px;
}

.page-title-section .breadcrumb-title h1:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 5px solid var(--sa-red);
}

.page-title-section h6 a {
  color: #fff;
  font-size: 16px;
}

.page-title-section h6 {
  color: #aeb1b3;
  font-size: 16px;
  margin-top: 25px;
}
/* marquee */
.moving-titles {
  display: flex;
}
.moving-title-section {
  padding: 15px 0px;
  background: #2c3691;
}
.moving-titles h3 {
  padding: 0px 60px;
  color: #fff;
  position: relative;
  margin-bottom: 0px;
}
.moving-titles h3:after {
  content:"";
      background: url("../images/sparkle.svg") no-repeat center left;
      width: 100%;
      height: 100%;
    position: absolute;
    top: 0;
    right: 15px;

}
.why-choose-section {
  background: url("../images/bg-1.webp");
  padding: 70px 0px;
}
.why-choose-point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-shadow: 0px 1px 16px #cccccc59;
  border-radius: 10px;
}
.point-icon {
  border-radius: 50%;
  border: 1px solid var(--sa-red);
  padding: 10px;
  display: flex;
  margin-bottom: 30px;
  transition: ease-in 0.3s;
}
.point-icon i {
  font-size: 40px;
  background: #f4f4f5;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--sa-red);
  transition: ease-in 0.3s;
}
.point-content h4 {
  color: var(--sa-blue);
  font-weight: 600;
  font-size: 21px;
}
.point-content p {
 font-size: 14px;
}
.why-choose-points {
  margin-top: 60px;
}
.why-choose-point:hover .point-icon i {
  background: var(--sa-red);
  color: #fff;
}
.why-choose-point:hover .point-icon  {
  background: var(--sa-red);
}
.cta-section {
  background: var(--sa-red);
  position: relative;
  margin-top: 40px;
}
.cta-section .heading h2 {
  color: #fff;
}
.cta-section .heading span {
  color: #fff;
}
.cta-section  p {
  color: #fff;
}
.cta-bg-image {
  position: absolute;
  right: 330px;
  height: 100%;
}
.cta-bg-image img {
  height: 100%;
}
.cta-inner-img img {
  position: absolute;
  /* right: 300px; */
  top: -63px;
  height: 316px;
}
.cta-inner-img  {
  position: relative;
  
}
.cta-inner {
  padding: 10px;
}
a.cta-button {
  padding: 12px 24px 11px 14px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.3);
  color: #000;
  z-index: 99;
}
a.cta-button i {
  background-color: var(--sa-red);
  min-width: 29px;
  width: 29px;
  height: 29px;
  color: #fff;
  border-radius: 50%;
  line-height: 29px;
  text-align: center;
  margin-right: 5px;
}
.contact-us-wrapper {
  background: #fff;
  margin-top: 50px;
  position: relative;
}

.contact-us-inner {
  text-align: center;
  padding: 40px 30px;
  border-right: 1px solid #eee;
}

.contact-us-inner:nth-last-child(4) {
  border-right: none;
}

.contact-us-inner h5 {
  margin: 40px 0 20px;
}

.contact-us-inner a {
  text-transform: uppercase;
  color: var(--sa-red);
  font-size: 17px;
  font-weight: 500;
  margin: 20px 0 10px;
}

.contact-us-inner .info-i {
  position: relative;
  z-index: 1;
}

.contact-us-inner .info-i i:before {
  font-size: 40px;
  color: var(--sa-red);
}

#contact-us .contact-form .main-btn {
  margin-top: 30px;
}
.contact-us-area {
  padding: 70px 0px;
  background-image: url('../images/contact-bg.jpg');
  height: 400px;
}
.contact-section {
  background-image: url('../images/contact-form-bg.jpg');
  padding: 180px 0px 120px;
  background-attachment: fixed;
}

.contact-section .section-title h2 {
  color: #fff;
}

.contact-form .main-btn {
  border-radius: 0;
  border: none;
  margin: 40px 0;
}
.contact-form {
 margin-top: 60px;
}
.service-section {
  padding: 70px 0px;
}
.services-features {
  background: var(--sa-blue);
}
.single-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.icon-image {
  background: var(--sa-blue);
  padding: 25px;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: ease-in 0.3s ;
}
.feature-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.features-point {
  padding: 40px 0px;
}
.single-feature:hover .icon-image{
  background: var(--sa-red);
}
.no-space-section-content {
background-color: #04111d;
position: relative;
z-index: 99;
}
.no-space-section-content .heading {
  padding: 40px;
  }
.no-space-section-content h2 {
  color: #fff;
}
.no-space-section-content p {
  color: #fff;
  text-align: justify;
}
.service-faq {
  padding: 70px 0px;
}
.service-faq .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--sa-blue);
}
.service-faq .accordion-button {
  font-weight: 600;
}
.featured-section {
  background: var(--sa-blue);
}
.row.no-sapce-row {
  margin-right: 0px !important;
  margin-left: 0px  !important;
}
.rate-calculate-area {
  padding: 70px 0px;
}
form.rate-calculator-form {
  background: #f4f4f5;
  padding: 40px;
  margin-top: 50px;
  border-radius: 8px;
  position: relative;
}
h4.rate-form-heading {
  background: var(--sa-blue);
  display: inline;
  padding: 6px 12px;
  border-radius: 4px;
  position: absolute;
  top: -20px;
  color: #fff;
  font-size: 20px;
}
a.info-link {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 400;
}
.sa-text {
  font-weight: bold;
}
section.video-banner:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
.service-section p {
text-align: justify;
padding-right: 30px;
}
.thank-you-section.text-center {
    padding: 100px 0px;
}
/*Media Query*/
@media screen and (min-width: 768px){
.cta-btn-section {
  display: flex;
  justify-content: end;
  align-items: center;
}
}
@media screen and (min-width: 992px){
  .cta-bg-image {
    position: absolute;
    right: 120px;
    height: 100%;
}
.cta-inner-img img {
  position: absolute;
  /* right: 300px; */
  top: 0;
  height: 320px;
}
.cta-btn-section {
  display: flex;
  justify-content: end;
  align-items: center;
}
}
@media screen and (min-width: 1200px){
  
  .features-point {
    padding: 40px 80px;
  }  
  .cta-bg-image {
    position: absolute;
    right: 140px;
    height: 100%;
}
.cta-inner-img img {
  position: absolute;
  /* right: 300px; */
  top: -40px;
  height: 332px;
}
} 

@media screen and (max-width: 1199px){
  .nav-item .nav-link{
    margin: 2px;
  }  
} 
@media screen and (min-width: 1400px){
  .cta-bg-image {
    position: absolute;
    right: 220px;
    height: 100%;
}
.cta-inner-img img {
  position: absolute;
  /* right: 300px; */
  top: -79px;
  height: 332px;
}
}
@media screen and (max-width: 991px){
  .nav-item .nav-link{
    margin: 8px;
  }
  .nav-btn-blue, .nav-btn-red{
    display: inline-block;
    padding: 10px 10px;
  }  
  .video-banner video{
    height: 100%;
    object-fit: cover;
  }
  .counter-content {    
    justify-content: start;    
  }
  .counter-up{
    padding: 40px 0px;
  }
  .hassle-free h6{
    font-size: 1rem;
  }
  .hassle-free div a{
    font-size: 1.25rem;
  }
  .address_box{
    margin-top: 10px;
  }
  .footer_links{
    text-align: left;
    margin-bottom: 1.5em;
  }
  .cta-bg-image {
    display: none;
}
.cta-inner-img {
  display: none;
}
.cta-inner-img img {
  position: relative;
  /* right: 300px; */
  top: 0;
  height: auto;
}
.contact-us-area {
   height: auto; 
}
.page-title-section .breadcrumb-title h1 {
  font-size: 42px;
  
}

}
@media screen and (max-width: 575px){  
  .nav-item .nav-link{
    font-size: 15px;
  }
  .nav-btn-blue, .nav-btn-red{
    display: block;
    text-align: center;
  }
  .home_about{
    padding: 40px 0px;
  }
  .service_wrapper{
    padding: 40px 0px 150px 0px;
  }
  .service-slider {
    margin-top: -130px;
  }
  .service-slider .header-content h6{
    font-size: 1rem;
  }
  .service-slider .header-content{
    padding: .5rem;
    min-width: 120px;
  }
  .service-slider .header-content img{
    margin-bottom: .5rem;
    width: 40px !important;
  }
  .service_features{
    padding: 0px 0px 40px 0px;
  }
  .clients-section{
    padding: 40px 0px;
  }
  .hassle-free-outer{
    background: var(--sa-blue);
  }
  .banner-content h1{
    font-size: 2rem;
  }
  .video-banner{
    height: 400px;
  }
  .counter-up{
    padding: 0px;
    margin-bottom: 40px;
  }
  .counter-icon{
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin-right: 10px;
  }
  .counter-number h2{
    font-size: 1.5rem;
  }
  .counter-number h4{
    font-size: .8rem;
  }
  .service-section p {
    padding-right: 10px;
    }
}

