body{
     font-family: "Roboto", sans-serif;

}
.logo-head{
          text-transform: uppercase;
}
.container{
    max-width: 1185px;
}
.top-header{
    background:#0e2735;
}
ul{
    list-style: none; 
}
a{
    text-decoration: none;
}
.nav-section {
    padding: 10px 0;
}
.top-header li a , .top-header li{
    color: #fff;
}
.nav-section li a{
    color: #000;
   
}
.carousel-control-next-icon, .carousel-control-prev-icon{
      padding: 27px;
    border-radius: 50%;
        background-color: #ffc20e;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    background-size: 24px 40px;
}
.logo-img img{
    max-width: 100%;
   /* width: 75px;
    height: 75px;*/
        width: 38%
}
.sticky-top {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      z-index: 1030;
    }
    .footer-section{
    background: #091125;
    position: relative;
    overflow: hidden;
    z-index: 1;
    }
    .mobile-nav{
        justify-content: flex-end;
    }
    #loader {
      position: fixed;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 9999;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    body.loaded #loader {
      display: none;
    }
    .header-top ul , .top-header-right ul{
    display: flex;
    align-items: center;
    gap: 25px;  
    }
    ul.navbar-nav li a {
    margin-right: 5px;
}
.mob-row{
    align-items: center;
}
ul {
    margin: 0;
    padding: 0;
}
.footer-address ul li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.logo-head {
    padding: 0 10px;
       font-size: 2.8rem;
    color: #0e2735;
        margin-bottom: 0;
}
.footer-widget h5 {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    z-index: 1;
}
.footer-widget h5::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 3px;
    background-color: #ffc20e;
    bottom: 0;
    left: 0;
}
.footer-widget h5::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 10px;
    height: 3px;
    background-color: #ffc20e;
    bottom: 0;
    left: 35px;
}
.list-unstyled.footer-links  {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}
section.home-banner {
   /* height: 236px;*/
    overflow: hidden;
}

.carousel-item img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.carousel-item {
    width: 100%;
    height: 368px;
        height: 427px;
    object-fit: cover;
}
.about-right {
    position: relative;
    display: block;
}
.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.about-call {
    display: flex;
    align-items: center;
    gap: 10px;
}
.about-call-icon {
    width: 55px;
    height: 55px;
    font-size: 25px;
    border-radius: 50px;
    border: 3px solid #0e2735;
    color: #0e2735;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.about-call-content span {
    font-weight: 500;
}
.about-call-number {
    font-size: 22px;
}
.about-call-number a {
    color: #0e2735;
}
.service-icon i {
    font-size: 30px;
    color: #fff;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: 700;
    color: #0e2735;
    position: relative;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    color: #222222;
    margin-top: 8px;
    margin-bottom: 0;
}
.site-title span {
    color: #0e2735;
}
.py-120 {
    padding: 50px 0;
}
.mb-30 {
    margin-bottom: 30px;
}
p {
    margin: 0px;
}
.contact-wrapper {
    position: relative;
}
.contact-content {
    margin-bottom: 50px;
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.contact-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 3px;
    background: #0e2735;
    border-radius: 50px;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
}
.contact-info-icon i {
    font-size: 25px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    background: #0e2735;
}
.contact-info h5 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #222222;
}
.contact-info p {
    font-weight: 500;
}
.contact-form {
    background: #fff;
    border-radius: 8px;
    padding: 30px 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.contact-form-header {
    margin-bottom: 30px;
}
.contact-form-header h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #222222;
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-form .form-group .form-control {
    padding: 15px 18px;
    border-radius: 10px;
    box-shadow: none;
    transition: all .5s ease-in-out;
}
.theme-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 12px 28px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #0e2735;
  box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
  z-index: 1;
}

.theme-btn:before{
  transition-duration: 800ms;
  position: absolute;
  width: 130%;
  height: 130%;
  content: "";
  bottom: 110%;
  left: 50%;
  background: #091125;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.theme-btn:hover:before{
  bottom: -15%;
}

.theme-btn:hover {
  color: #0e2735;
}

.theme-btn i {
  margin-left: 5px;
}

.theme-btn2 {
  background: #ffc20e;
  color: #0e2735;
}

.theme-btn2::before {
  background: #ffc20e;
}

.theme-btn2:hover {
  color: #fff;
}
.theme-btn:hover {
    color: #ffc20e;
}
.about-bottom {
    display: flex;
    align-items: center;
    gap: 25px;
}
.about-img img{
width: 100%;
}
.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    color: #222222;
    margin-top: 8px;
    margin-bottom: 0;
}
.site-title span {
    color: #0e2735;
}
.heading-divider {
    display: inline-block;
    position: relative;
    height: 3px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ffc20e;
    width: 90px;
    overflow: hidden;
}
.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #ffffff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(85px);
  }

  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(85px);
  }

  100% {
    transform: translateX(-1px);
  }
}

.service-item {
    position: relative;
    padding: 30px 30px 30px 30px;
    margin-bottom: 25px;
    border-radius: 10px;
    background: #fff;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
    height: 450px;
}
.service-count {
    position: absolute;
    right: 30px;
    top: 0;
    color: transparent;
    font-size: 80px;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, .5);
}
.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    background: #0e2735;
    margin-bottom: 20px;
    border-radius: 50px;
    position: relative;
    transition: all .5s ease-in-out;
}
.service-content {
    position: relative;
}
h3 {
    font-size: 28px;
    color: #0e2735;;
}
.service-title a {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222222;
}
.service-arrow {
    margin-top: 15px;
}
.service-arrow a {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}
.service-arrow a i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #0e2735;
    color: #fff;
    border-radius: 50px;
}
a {
    color: #222222;
    display: inline-block;
}
.cta-area {
    background: #0e2735;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.cta-text h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.cta-text p {
    color: #fff;
}
.mt-30 {
    margin-top: 30px;
}
.theme-btn2:hover {
    color: #fff;
}
.pb-40 {
    padding-bottom: 40px;
}
.pt-40 {
    padding-bottom: 40px;
}
.counter-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 17, 37, .8);
    z-index: -1;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 35px;
    position: relative;
    z-index: 1;
}
.counter-box .icon {
    position: relative;
    font-size: 55px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.counter-box .icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #0e2735;
    transform: rotate(45deg);
    width: 100%;
    height: 100%;
    border-radius: 25px;
    z-index: -1;
}
.counter-box .counter {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}
.counter-box .title {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.counter-area-counter {
    background: #3a4151;
}
.choose-area {
    position: relative;
    background: #222222;
    z-index: 1;
}
.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    color: #222222;
    margin-top: 8px;
    margin-bottom: 0;
}
.site-title span {
    color: #ffc20e;
}
.choose-content {
    color: #fff;
}
.choose-item {
    display: block;
    margin-top: 35px;
    float: left;
    width: 47%;
   margin: 0 7px 92px 7px;
    position: relative;
}
.choose-item .choose-item-content {
    position: absolute;
    word-break: normal;
    margin-left: 65px;
    text-align: left;
}
.choose-item-content h4 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
}
.choose-item-content {
    flex: 1;
}
.choose-icon {
    float: left;
    height: 50px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    border: 3px solid #ffc20e;
    border-radius: 50px;
    color: #fff;
    transition: 0.4s;
    margin-top: 2px;
    font-size: 25px;
}
.quote-content {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 80px 12px rgb(26 40 68 / 6%);
}
.quote-content .quote-header h6 {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #0e2735;
    font-size: 18px;
    letter-spacing: 2px;
}
.quote-content .quote-header h2 {
    color: #222222;
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: 700;
}


.quote-area {
    position: relative;
    background-image: url('../images/con-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.quote-content .form-group {
    margin-bottom: 20px;
}
.quote-content .form-group .form-control {
    padding: 15px 22px;
    font-size: 16px;
    background: 0 0;
    border-radius: 8px;
    background-color: #F3F7FA;
    border: none;
    box-shadow: none;
}
.choose-img img {
    border-radius: 15px;
        width: 100%;
}
.quote-content .form-group .form-select {
    padding: 15px 22px;
    background-color: #F3F7FA;
    border: none;
    box-shadow: none;
    border-radius: 8px;
}
.home-banner .carousel-caption {
    position: absolute;
    right: 28%;
    bottom: 12.25rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    font-size: 2rem;
     background: rgba(14, 39, 53, 0.5);
}
.about-right ul li{ 
    list-style: circle;
    padding: 0 0 3px 7px;

}
.terms span a{
    color: #fff;
    padding: 5px;
}
.terms {
    text-align: center;
    padding: 5px 0;
}
/* logo slides*/
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos_blog {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
   display: flex;                
  align-items: center;         
  justify-content: flex-start; 
}

.logos_blog:before,
.logos_blog:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos_blog:before {
  left: 0;
  background: linear-gradient(to left,rgba(255, 255, 255, 0),rgb(255, 255, 255)
  );
}

.logos_blog:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logo_items {
  display: flex;
  align-items: center;  
  animation: 35s slides infinite linear;
}

.logos_blog:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 72px;
 margin: 0 20px;
filter: grayscale(100%);

}
.logo_items img:hover {
 /* transform: scale(1.1);*/
  opacity: 1;
  filter: grayscale(0%);
}
.address-pin i::before {
    top: 8px;
    position: absolute;
}
.navbar-brand {
    display: flex;
    align-items: center;
}
.navbar-nav .nav-link.active ,.navbar-nav .nav-link:hover{
    color: #ffc20e;
    font-weight: bold;
}
/* gallery css*/
.logos {
  grid-template-columns: repeat(auto-fit, minmax(120px, auto));
  gap: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.logo-item img {
  max-width: 100px;
  height: auto;
  opacity: 0.7;
  transition: transform 0.3s ease, opacity 0.3s ease;
  filter: grayscale(100%);
}

.logo-item img:hover {
  transform: scale(1.1);
  opacity: 1;
  filter: grayscale(0%);
}
.logo-gallery {
    padding: 60px 0;
}