/**
* Template Name: Valera - v4.7.0
* Template URL: https://bootstrapmade.com/valera-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 999;
}

.modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  width: 500px;
  border-radius: 10px;
  text-align: center;
  z-index: 1000;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.modal-box h2 {
  margin-bottom: 10px;
}

.modal-box input {
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.modal-box button {
  width: 100%;
  padding: 10px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.modal-box button:hover {
  background: #0056b3;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 18px;
}

.modal-box small {
  display: block;
  margin-top: 10px;
  color: #777;
}



 .cta-section {
      position: relative;
      background-image: url('/images/CTA.jpg'); /* Replace with your image */
      background-size: cover;
      background-position: center;
      height: 60vh;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .cta-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); /* dark overlay */
      z-index: 1;
    }

    .cta-content {
      position: relative;
      z-index: 2;
      padding: 20px;
    }

    .cta-heading {
      font-size: 2.5rem;
      margin-bottom: 20px;
    }

    .cta-button {
      padding: 12px 28px;
      background-color: #7b61ff;
      border: none;
      border-radius: 6px;
      color: white;
      font-size: 1rem;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none;
    }

    .cta-button:hover {
      background-color: #5a43c4;
    }

    @media (max-width: 768px) {
      .cta-heading {
        font-size: 1.8rem;
      }

      .cta-button {
        font-size: 0.95rem;
        padding: 10px 24px;
      }
    }
    
    
.usps {
    background-color:#93a1bba8;
    padding:30px;
}

.features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .feature-box {
      background-color: #fff;
      padding: 30px 20px;se
      gap:30px;
      border-radius: 20px;
          margin: 20px 0px;
      text-align: center;
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }

    .feature-box:hover {
      background-color: #f6ede9;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .feature-icon {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 64px;
      height: 64px;
      margin-bottom: 15px;
      border-radius: 50%;
      background-color: #d8f1e5;
      transition: background-color 0.3s ease;
    }

    .feature-box:hover .feature-icon {
      background-color: #8e60d9;
    }

    .feature-icon img {
      width: 32px;
      height: 32px;
      transition: filter 0.3s ease;
    }

    .feature-box:hover .feature-icon img {
      filter: brightness(0) invert(1);
    }

    .feature-title {
      font-size: 18px;
      font-weight: bold;
      color: #3c0067;
      margin-bottom: 10px;
    }

    .feature-desc {
      font-size: 15px;
      color: #555;
      line-height: 1.5;
    }

    @media (max-width: 768px) {
      body {
        padding: 20px;
      }
    }
    
    
.icon-box {
    background: #fef3c7; /* light yellow background */
    padding: 15px;
    border-radius: 8px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }

 .counter-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
    margin-top:-60px;
  }
  .counter-item {
    background: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 180px;
  }
  .icon-box {
    background: #fef3c7; /* light yellow background */
    padding: 15px;
    border-radius: 8px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }
  .icon-blue {
    background: #c7d2fe; /* light blue */
  }
  .icon-orange {
    background: #fee2e2; /* light red/orange */
  }
  .icon-lightblue {
    background: #dbeafe; /* light blue */
  }
  .counter-text {
    font-weight: 700;
    font-size: 16px;
  }


/* Outer container holding the visible area */
.carousel-container {
    overflow: hidden;
      width: 1300px;
    padding: 40px 60px 0px 60px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

/* Wrapper that slides left/right */
.carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
 
  gap: 20px;
}

/* Each testimonial card */
.testimonial-slide {
  background-color: #ffffff;
  border: 4px solid #d8edff;
      width: 40%;
  border-radius: 10px;
  padding: 30px;
  min-width: 40%;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  flex: 0 0 calc(100% / 5);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}

/* Icon + quote marks (adjust as needed) */
.testimonial-slide::before {
  content: "";
  display: inline-block;
  background-image: url('/images/Thumbsup.jpg'); /* correct path if needed */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;     /* Adjust size as needed */
  height: 32px;
  margin-bottom: 10px;
}
#testimonialSlider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: calc( (100% / 5) * 6 ); /* 5 slides + 1 clone */
}

/* Quotation marks (top right) */
.testimonial-slide::after {
  content: "❝";
  font-size: 100px;
  color: #d8edff;
  position: absolute;
  top: 20px;
  right: 20px;
}

/* Text styles */
.testimonial-slide p {
    font-size: 18px;
    font-family: montserrat;
    color: #333;
    line-height: 1.5;
    font-weight:500;
}
.testimonial-slide strong {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #000;
}

.testimonial-slide span {
  font-size: 14px;
  color: #777;
}

/* Navigation buttons + counter */
.carousel-controls {
    text-align: left;
    width: 1200px;
    margin: 0 auto;
    padding: 25px;
}

.carousel-controls button {
  background: none;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 8px 12px;
  cursor: pointer;
  margin: 0 10px;
}

.carousel-controls span {
  font-size: 16px;
}

.abc-slide {
    padding-top:50px;
}



.progress-bar {
  background-color: #ccc; /* light color */
  position: relative;
  height: 2px;
  width: 100%;
}

.progress-bar-fill {
  background-color: #000; /* dark color */
  height: 100%;
  width: 25%; /* changes dynamically */
  transition: width 0.3s ease;
}

 .faq-heading {
    padding: 20px;
    color: #1e67ac;
    font-family: montserrat;
    font-size: 32px;
}
 .faq-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}


.faq-items {
    width:60%;
}
.faq-image {
    width:80%;
    padding:15px;
}
.faq-left {
    width:30%;
}
    .faq-item {
      border-bottom: 1px solid #ddd;
      padding: 15px 0;
      cursor: pointer;
    }
  .faq-question {
    line-height: 30px;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-family: montserrat;
    font-size: 22px;
}
ul,ol{
   font-family: montserrat; 
}
.arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #1e64d4;
  border-bottom: 2px solid #1e64d4;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.faq-item.open .arrow {
  transform: rotate(-135deg); /* Rotates up when expanded */
}

    .faq-answer {
      display: none;
      padding-top: 10px;
      color: #333;
          font-family: montserrat;
    font-size: 18px;
    }
    .faq-item.open .faq-answer {
      display: block;
    }






    .about-consulting-section {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 60px 5%;
      background-color: #ffffff;
      position: relative;
      overflow: hidden;
    }

    .about-consulting-left {
      flex: 1;
      position: relative;
      padding-right: 30px;
    }

    .about-consulting-left img {
      width: 100%;
      border-radius: 0;
    }

    .about-consulting-blue-box {
      position: absolute;
      bottom: 20px;
      left: 20px;
      background-color: #0b0c49;
      color: white;
      padding: 20px;
      max-width: 350px;
      font-size: 14px;
      line-height: 1.6;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .about-consulting-right {
      flex: 1;
      position: relative;
    }

    .about-consulting-circle-bg {
      position: absolute;
      top: -100px;
      right: -150px;
      width: 550px;
      height: 550px;
      background: #f2f4f8;
      border-radius: 50%;
      z-index: 0;
    }

    .about-consulting-content {
      position: relative;
      z-index: 1;
    }

    .about-consulting-content h1 {
      font-size: 42px;
      color: #0b0c49;
      margin-bottom: 15px;
          font-family: montserrat;
    font-size: 42px;
    font-weight: 600;
    }

    .about-consulting-content h1 span {
      color: #f25c05;
    }

    .about-consulting-content p {
      font-size: 16px;
      color: #333;
      line-height: 1.6;
      margin-bottom: 25px;
      max-width: 500px;
          font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    }

    .about-consulting-button {
      background-color: #f25c05;
      color: white;
      padding: 12px 24px;
      border: none;
      border-radius: 4px;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .about-consulting-button:hover {
      background-color: #d94d00;
    }

    .about-consulting-dots {
      margin-top: 40px;
      width: 150px;
      height: 80px;
      background-image: radial-gradient(#f25c05 1.5px, transparent 1.5px);
      background-size: 15px 15px;
    }

    .about-consulting-social-bar {
      position: fixed;
      top: 40%;
      right: 0;
      transform: rotate(90deg);
      transform-origin: right center;
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 6px 10px;
      font-size: 13px;
      color: #0b0c49;
      font-weight: 600;
      box-shadow: 0 0 8px rgba(0,0,0,0.1);
      z-index: 1000;
    }

    @media screen and (max-width: 768px) {
      .about-consulting-section {
        flex-direction: column;
        padding: 30px 20px;
      }

      .about-consulting-left, .about-consulting-right {
        padding: 0;
      }

      .about-consulting-content h1 {
        font-size: 30px;
      }

      .about-consulting-blue-box {
        position: static;
        margin-top: 20px;
      }

      .about-consulting-circle-bg {
        display: none;
      }

      .about-consulting-social-bar {
        display: none;
      }
    }




 .services-section {
      max-width: 1920px;
      margin: 0 auto;
     
      padding: 60px 120px;
      text-align: center;
      background-color:#f4f8ff;
    }

    .services-section h2 {
      font-size: 36px;
      color: #444;
      margin-bottom: 40px;
    }

    .service-box {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      border-top: 1px solid #ddd;
      padding: 30px 0;
    }

    .service-box:first-of-type {
      border-top: none;
    }

    .service-icon {
      flex: 0 0 60px;
      margin-right: 20px;
    }

    .service-icon img {
      width: 50px;
      height: 50px;
      object-fit: contain;
    }

    .service-content {
      flex: 1;
      text-align: left;
    }

    .service-title {
      font-size: 20px;
      font-weight: 600;
      color: #002244;
      margin-bottom: 8px;
    }

    .service-description {
      font-size: 15px;
      line-height: 1.6;
      color: #555;
    }

    .service-action {
      flex: 0 0 auto;
      align-self: center;
      margin-left: 20px;
    }

    .service-action a {
      text-decoration: none;
      font-weight: 500;
      color: #002c6a;
      transition: color 0.3s ease;
    }

    .service-action a:hover {
      color: #f25c05;
    }

    @media screen and (max-width: 768px) {
      .service-box {
        flex-direction: column;
        align-items: flex-start;
      }

      .service-action {
        margin-top: 10px;
        margin-left: 0;
      }
    }

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.fade:not(.show) {
    opacity: 1;
}




  
  
  
  
body {

  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #204694;
  text-decoration: none;
}

a:hover {
  color: #ffa790;
  text-decoration: none;
}

h1, h2, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x:hidden;
}

p {
    margin-top: 0;
    font-family: montserrat;
    margin-bottom: 1rem;
    font-size:15px;
}
h3 {
    font-size:22px !important;
    color:#184997 !important;
}
.blog__btn {
        font-size: 14px;
    font-weight: 600;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ff7f5d;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1796d2;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ff9f86;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(21, 5, 23, 0.25);
  transition: all 0.5s;
  z-index: 997;
  position: relative;
  
}

#header.fixed-top, #header .header-inner-pages {
  background: rgba(21, 5, 23, 0.8);
  height:auto;
  padding:5px;
  
}
#header.fixed-top {
  position: fixed;
}
#header .logo {
  font-size: 23px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}


.scrolled-offset {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .scrolled-offset {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  padding-left: 20px;
}
.header-social-links a {
  color: black;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.header-social-links a i {
  line-height: 0;
}
.header-social-links a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .header-social-links {
    padding: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 12px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  transition: 0.3s;
  color: black;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -7px;
  left: 0;
  background-color: #4cc0f7;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #150517;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #204694;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: black;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #150517;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #204694;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #204694;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -70px;
}
@media (max-width: 992px) {
  #hero {
    margin-bottom: -60px;
  }
}
#hero:before {
  content: "";
  background: rgb(4 70 139 / 50%) linear-gradient(rgb(24 111 151) 0%, rgb(2 81 137 / 66%) 5%, rgb(5 80 108 / 64%) 40%, rgb(57 135 165 / 70%) 76%, rgb(44 107 161 / 70%) 94%, rgb(68 139 215 / 63%) 100%) repeat scroll 0% 0%; position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin: 15px 0 0 0;
  font-size: 24px;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: #ff7f5d;
  border: 2px solid #ff7f5d;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
 
  overflow: hidden;
}

.section-bg {
  background-color: #f3f3f3;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #1796d2;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
  color: #919191;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #1796d2;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ff7f5d;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ff7f5d;
}
.about .content .btn-learn-more:hover {
  background: #ff7f5d;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 0;
}
.counts .counters span {
  font-size: 48px;
  display: block;
  color: #1796d2;
}
.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Values
--------------------------------------------------------------*/
.our-values .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.our-values .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}
.our-values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.our-values .card-title a {
  color: #150517;
}
.our-values .card-text {
  color: #5e5e5e;
}
.our-values .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}
.our-values .read-more a:hover {
  text-decoration: underline;
}
.our-values .card:hover .card-body {
  background: #1796d2;
}
.our-values .card:hover .read-more a, .our-values .card:hover .card-title, .our-values .card:hover .card-title a, .our-values .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 15px;
    width: 150px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    margin-bottom: 15px;
}
.clients img:hover {
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 40px;
}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.services .icon-box:hover {
  transform: translateY(-5px);
}
.services .icon {
  position: absolute;
  left: 12px;
  top: calc(50% - 30px);
}
.services .icon i {
  font-size: 45px;
  line-height: 1;
  transition: 0.5s;
}
.services .title {
 font-weight: 700;
  margin-bottom: 15px;
 font-size: 18px;
}
.services .title a {
  color: #111;
}
.services .icon-box:hover .title a {
  color: #1796d2;
}
.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #1796d29e;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1796d2;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1796d2;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #280a2c;
  background-size: cover;
  padding: 60px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #204694;
  border: 2px solid #204694;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 0 15px 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #1796d2;
}
.portfolio #portfolio-flters li.filter-active::before, .portfolio #portfolio-flters li.filter-active::after {
  color: #ff7f5d;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.5s ease-in-out;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.portfolio .portfolio-item .portfolio-info p {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ff7f5d;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.2);
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff7f5d;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff7f5d;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 5, 23, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #150517;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 127, 93, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}
.team .member .social a i {
  line-height: 0;
}
.team .member .social a:hover {
  background: #ff7f5d;
}
.team .member .social i {
  font-size: 18px;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #150517;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #ff7f5d;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #ff7f5d;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #ff7f5d;
  display: inline-block;
  padding: 8px 35px 9px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #ff9377;
}
.pricing .featured h3 {
  color: #fff;
  background: #ff7f5d;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #ff7f5d;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #1796d2;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #ff7f5d;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #1796d2;
  float: left;
  width: 44px;
  height: 44px;
  background: #e2edfb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #150517;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #62176b;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #1796d2;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #ff7f5d;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #1796d2;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #ff9377;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fafafa;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3b0e41;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: url("../img/footer-bg.jpg") center center no-repeat;
  color: #fff;
  font-size: 14px;
  position: relative;
}
#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(2, 0, 2, 0.6);
  z-index: 1;
}
#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}
#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}
#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}
#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}
#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff7f5d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ff9377;
}
#footer .footer-top .social-links {
  margin-top: 30px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #1796d2;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  border-top: 1px solid #3b0e41;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer .copyright {
  float: left;
}
#footer .credits {
  float: right;
  font-size: 13px;
}
@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
  }
  #footer .credits {
    padding-top: 5px;
  }
}














  .w220{
          width:220px;
      }
       .w250{
          width:250px;
      }
     
.about-author {
    min-height: 110px;
    border: 1px solid #b4b2b2;
    background: #ededed;
    padding: 10px;
    margin-top: 40px;
}


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}



/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}



/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.fade:not(.show) {
    opacity: 1;
}



    @media (min-width: 992px) and (max-width: 1169px){
.nav-link scrollto {
    width:160px !important;
}
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px;
}
.offer__details h2 {
        text-transform:Capitalize;
        font-weight:500;
        font-size:22px;
}
.h2font{
    font-size:21px !important;
    font-weight:500;
    padding-top:20px;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #ff7f5d;
  text-decoration: none;
}

a:hover {
  color: #ffa790;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "montserrat";
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ff7f5d;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}





.whyuscontainer {
    margin: 50px auto;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-image: url("https://i.ibb.co/jVL0zvC/section-img.jpg");
    background-size: cover;
    background-position: 43%;
   
    position: relative;    
}

.center-div {
   position: absolute;
   top: 45%;
   margin-top: -30px;
   width: 80%;
   left: 50%;
   transform: translate(-50%,-50%); 
}

.center-div h2 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 100px;
}

.center-div p {
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ccc;
    line-height: 1.8;
    font-family:montserrat;

}

.choices {
    display: flex;
}

.left-top,
.right-top,
.right-bottom,
.left-bottom {
    position: absolute;
    display: flex;
    transition: .6s;
    cursor: pointer;
    width: 100%;
    user-select: none;
}


.large-container {

}
.small-container {

}
@media all and (min-width: 1200px) {
    .large-container {
        display: block;
    }
    .small-container {
        display: none;
    }
}




@media only screen and (max-width: 600px) {
    
img {
    vertical-align: middle;
    width: 100%;
}
section {
    
    overflow: hidden;
}
col-lg-6 pt-4 pt-lg-0 {
    width:100%;
}
.section-title {
    text-align: center;
    padding-bottom: 0px;
    margin-top:100px;
}
}


@media all and (max-width: 1199px) {
    .large-container {
        display: none;
    }
    .small-container {
        display: block;
    }
}
.team-paragraph {
  font-size: 14px !important;
}
.team-about {
    padding: 73px 70px;
}
.team-margin {
    margin-top: 120px !important;
}

.about-author {
    margin-left:10px;
}



    .hero {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 60px 10%;
      flex-wrap: wrap;
    }

    .hero-text {
      max-width: 50%;
      font-family:montserrat;
    }

    .hero-text h1 {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 20px;
      font-family:montserrat;
    }

    .hero-text p {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 30px;
      font-family:montserrat;
    }

    .btn-social {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .btn-get {
      background-color: black;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 30px;
      display: flex;
      align-items: center;
      font-weight: 600;
      font-size: 16px;
      text-decoration: none;
      transition: 0.3s;
    }

    .btn-get:hover {
      background-color: #333;
    }

    .btn-get::after {
      content: "→";
      margin-left: 10px;
      font-weight: bold;
    }

    .social-icons img {
      width: 24px;
      height: 24px;
    }

   .hero-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.hero-img-wrapper img {
  width: 500px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.blue-bg-box {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 500px;
  height: 100%;
  background-color: #d9efff; /* light blue */
  border-radius: 20px;
  z-index: 1;
}


    @media (max-width: 768px) {
      .hero {
        flex-direction: column;
        padding: 30px 5%;
      }

      .hero-text, .hero-img {
        max-width: 100%;
      }

      .hero-text h1 {
        font-size: 32px;
      }
    }
    
    
    .about-section {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 60px 10%;
      gap: 50px;
      flex-wrap: wrap;
    }

     .about-img {
      flex: 1 1 40%;
      text-align: center;
    }

    .about-img img {
      width: 100%;
      max-width: 500px;
      border-radius: 16px;
      box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    }

    .about-text {
      flex: 1 1 500px;
    }

    .about-text h2 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #333;
    }

    .about-text p {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 16px;
      color: #555;
    }

    @media (max-width: 768px) {
      .about-section {
        flex-direction: column;
        padding: 40px 20px;
        text-align: center;
      }

      .about-text h2 {
        font-size: 28px;
      }

      .about-text p {
        font-size: 15px;
        text-align: justify;
      }
    }
    
    
    
    .clients-section {
  background: #f9f9f9;
  overflow: hidden;
}

.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll-left 150s linear infinite;
}

.logo-track.reverse {
  animation: scroll-right 150s linear infinite;
}

.logo-track img {
    
  height: 80px;
  margin: 0 30px;
  object-fit: contain;
  transition: transform 0.1s ease-in-out;
}
.logos-container {
    width:100%;
}

.logo-track img:hover {
  transform: scale(1.1);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

@media (max-width: 768px) {
  .logo-track img {
    height: 60px;
    margin: 0 15px;
  }
}
.accordion-item {
    /*border: none !important;*/
}

/* Remove header border */
.accordion-button {
    /*box-shadow: none !important;*/
    /*border: none !important;*/
}

/* Remove focus & active border */
.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* Remove body border */
.accordion-collapse {
    border: none !important;
}
.accordion-body{
    font-family: montserrat;
}

.breadcrumb-wrapper {
  background: #f8f9fa;
  padding-bottom: 20px;
}

.breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #6c757d;
  padding: 0 8px;
}

.breadcrumb a {
  color: #0d6efd;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #6c757d;
  font-weight: 500;
}
@media (max-width: 576px) {
  .breadcrumb {
    font-size: 13px;
    flex-wrap: wrap;
  }
  .services .icon-box{
      display:block !important;
  }
}
.blog__thumb img{
    width:100%;
}
      .w220{
          width:220px;
      }
       .w250{
          width:250px;
      }
     

.img-responsive {
        display: block;
    max-width: 100%;
}
.about-author {
    min-height: 110px;
    border: 1px solid #b4b2b2;
    background: #ededed;
    padding: 10px;
    margin-top: 40px;
}

.about-author {
    margin-left:10px;
}
.breadcrumbs {
    background-color: #b9bbc1;
}

.thumb {
    
    background: url(/images/blog-single/default-thumb.png) no-repeat;
    width: 74px;
    height: 92px;
    
    float: left;
    position: relative;
}
.portfolio-img {
    height: 260px;              /* same height for all cards */
    display: flex;
    align-items: center;        /* vertical center */
    justify-content: center;    /* horizontal center */
    overflow: hidden;
}

.portfolio-img img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}


/* Floating Contact Menu */
.floating-menu {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    border-radius: 8px 0 0 8px;
    transition: all 0.3s ease;
    box-shadow: -2px 2px 10px rgba(0,0,0,0.2);
}

.floating-menu a:hover {
    width: 60px;
    color: #fff;
}

.floating-menu a.phone {
    background-color: #1796d2;
}
.floating-menu a.phone:hover {
    background-color: #0b5e8a;
}

