@import url("https://fonts.googleapis.com/css2?family=Work+Sans&display=swap");

/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
#enmpcofj2qco1729687422390 {
  display: none !important;
}
body {
  background: #ffffff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}
.shahi {
  color: #0062cc;
}

a {
  color: #000000;
  transition: 0.5s;
  font-weight: 600 !important; 
}


a:hover,
a:active,
a:focus {
  color: #0b6bd3 !important;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 28px;
  bottom: 85px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#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 #f2f2f2;
  border-top: 6px solid #007bff;
  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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 25px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 5px 0;
  max-height: 40px;
  margin-top: -5px;
}

.main-pages {
  margin-top: 60px;
}

.fw-bold {
  font-weight: 700 !important;
  color: black;
}

.input2 {
  /* border-radius: 50px; */
  padding: 10px 20px;
  background-color: #6ad9f8 !important;
  font-size: 25px !important;
  margin-bottom: 0px !important;
  color: black !important;
  border: none;
}

.input2:hover:active {
  background-color: #46d3fa !important;
  border: none !important;
  color: black;
}

.social-btn img {
  width: 45px !important;
  border-radius: 50% !important;
  border: 1px solid #ccc !important;
}

.small {
  font-size: 1.25rem !important;
  color: #626262 !important;
}

/* banner */
.sourcing-section {
  background: no-repeat center center;
  background-size: cover;
  padding: 120px 0 40px;
  position: relative;
  transition: background-image 1s ease-in-out;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.346); /* black with 50% opacity */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.hero-content,
.form-box {
  position: relative;
  z-index: 2;
}

.highlight-heading {
  margin-top: 240px;
  width: auto;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.415);
  padding: 30px 30px;
  border-radius: 12px;
  font-size: 2.3rem; /* Already set to 2.3rem */
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.hero-content {
  position: relative;
  z-index: 2;
}

/* h1,
p {
  color: white;
} */

.form-box {
  z-index: 2;
}

h3 {
  font-weight: 500 !important;
}

.form-control,
.form-select {
  border-radius: 6px;
  box-shadow: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #142f72 !important;
  box-shadow: none !important;
  outline: none !important;
}

@media (max-width: 768px) {
  .sourcing-section {
    padding: 100px 0 30px;
  }

  @media (max-width: 768px) {
    .highlight-heading {
      margin-top: 50px;
      margin-bottom: 70px !important;
      font-size: 2rem; /* You can keep this slightly smaller for mobile if needed */
      width: 90vw; /* Adjust for smaller screens */
    }
  }

  h1 {
    font-size: 28px;
    width: auto !important;
  }

  .form-box {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

.intro {
  width: 100%;
  position: relative;
  padding-top: 80px;
  /* padding-bottom: 25px; */
  background-color: #1f3259;
}
.intro-para {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 40px;
}
.intro-image {
  background: url(../img/globe.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.globe-image {
  display: none;
}

/* #intro .intro-img {
  width: 50%;
  float: left;
}

#intro .intro-info {
  width: 50%;
  float: right;
} */

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #1f3259;
}

#intro .intro-info .btn-get-started {
  background: #fff;
  border: 2px solid #fff;
  color: #1f3259;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

.our-services {
  background: #dddfea;
}

/* about-heading style  */
.about-section-bg {
  /* background: url("../img/about1.1.png"); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-heading1 {
  color: white;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 2px;
}
.about-heading {
  color: black !important;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 2px;
}
.network-heading {
  color: #62687b;
  font-weight: 700;
  font-size: 4rem;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 668px) {
  .network-heading {
    color: #62687b;
    font-weight: 700;
    font-size: 3rem;
    font-family: "Work Sans", sans-serif;
    letter-spacing: 2px;
  }
}

.about-log-img {
  width: 500px;
}
.about-sub-heading {
  font-weight: 500;
  color: #003166;
  text-align: center !important;
}
.about-sub-para1 {
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-family: "Work Sans", sans-serif;
}
.about-sub-para {
  text-align: center;
  color: black !important;
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-family: "Work Sans", sans-serif;
}
.about-sub-para a {
  color: #969595;
}
.about-sub-para-small {
  text-align: center;
  color: #969595;
  font-size: 14px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-family: "Work Sans", sans-serif;
}
.whtscontact-bg {
  background: url("../img/whatsaap-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  position: relative;
}
.whatsaap-phone-bg {
  display: none;
}
@media only screen and (max-width: 878px) {
  .whtscontact-bg {
    background-position: center;
  }
  .whatsaap-phone-bg {
    display: block;
    position: absolute;
    width: 200px;
    left: 0;
    bottom: 2%;
  }
}
@media only screen and (max-width: 815px) {
  .whatsaap-phone-bg {
    width: 180px;
    left: 0;
    bottom: 2%;
  }
}
@media only screen and (max-width: 562px) {
  .whatsaap-phone-bg {
    width: 100px;
    left: 0;
    bottom: 2%;
  }
}
@media only screen and (max-width: 400px) {
  .whatsaap-phone-bg {
    width: 100px;
    left: -40px;
    top: 50%;
  }
}

.contact-whatsApp-btn {
  border: none;
  color: white;
  background-color: #455a64;
  padding: 15px 30px;
}
.contact-whatsApp-btn:hover {
  border: none;
  color: white;
  background-color: #546a74;
  padding: 15px 30px;
}
.whatsapp-icon {
  width: 40px;
}
.find-more-btn {
  background-color: #5d5d5d;
  color: #fff;
  font-weight: 00;
  padding: 15px 30px;
  border: none;
  letter-spacing: 1px;
  font-size: 14px;
}
.find-more-btn:hover {
  background-color: #3a3a3a;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.success-bg {
  background: url("../img/success-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center;
  padding: 80px 30px;
}

/* map location */
.map-location {
  width: 100% !important;
}

.map-area {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/* social media links and icons start*/
.social-icons {
  width: 6vw;
  transition: all ease 0.4s;
}
.social-icons:hover {
  margin-top: -10px;
  transition: all ease 0.4s;
}

/* Subscribe-section styling */
.Subscribe-heading {
  color: #62687b;
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
}
.Subscribe-btn {
  border: none;
  background-color: #62687b;
  padding: 12px 24px;
  color: #fff;
  font-weight: 600;
}
.Subscribe-bar {
  background-color: #f6f6f6;
  width: 100%;
  height: 50px;
  border-bottom: 3px #dadada solid;
}
.Subscribe-bar input {
  border: none !important;
  background-color: #f6f6f6;
  padding-left: 10px;
}
.Subscribe-bar input:focus {
  outline: none;
  padding-left: 10px;
}

/* footer styling strat */
.footer-heading {
  position: relative;
}
.footer-heading::before {
  position: absolute;
  content: " ";
  bottom: -10px;
  background-color: #4bd7ff;
  width: 80px;
  height: 1px;
}
.footer-heading a {
  font-weight: 600;
  letter-spacing: 1px;
}
.footer-heading a:hover {
  color: #bebdbd !important;
}
.footer-icons {
  width: 4vw;
  transition: all ease 0.4s;
}
.footer-icons:hover {
  margin-top: -10px;
  transition: all ease 0.4s;
}

.footer-subheading {
  list-style: none;
  padding-top: 6px;
  color: #cecece;
  cursor: pointer;
  transition: all ease 0.2s;
}
.footer-subheading a {
  color: #cecece;
}
.footer-subheading:hover {
  margin-left: 3px;
  transition: all ease 0.2s;
  color: #0c58af;
}
.footer-subheading a:hover {
  margin-left: 3px;
}
.footer-headofficeheading {
  font-size: 18px;
  color: white;
  position: relative;
  line-height: 35px !important;
}
.footer-headofficeheading::before {
  position: absolute;
  content: " ";
  bottom: -3px;
  background-color: #4bd7ff;
  width: 80px;
  height: 1px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

* {
  margin: 0;
  padding: 0;
}

.main {
  width: 100%;
  background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0.5) 50%
    ),
    url(1.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.content {
  width: 1200px;
  height: auto;
  margin: auto;
  color: #fff;
  position: relative;
}

.content .par {
  padding-left: 20px;
  padding-bottom: 25px;
  font-family: Arial;
  letter-spacing: 1.2px;
  line-height: 30px;
}

.content h1 {
  font-family: "Times New Roman";
  font-size: 50px;
  padding-left: 20px;
  margin-top: 9%;
  letter-spacing: 2px;
}

.content .cn {
  width: 160px;
  height: 40px;
  background: #ff7200;
  border: none;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.4s ease;
}

.content .cn a {
  text-decoration: none;
  color: #000;
  transition: 0.3s ease;
}

.cn:hover {
  background-color: #fff;
}

.content span {
  color: #ff7200;
  font-size: 65px;
}

.form {
  width: 250px;
  height: 380px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0.8) 50%
  );
  position: absolute;
  top: -20px;
  left: 870px;
  transform: translate(0%, -5%);
  border-radius: 10px;
  padding: 25px;
}

.form h2 {
  width: 220px;
  font-family: sans-serif;
  text-align: center;
  color: #ff7200;
  font-size: 22px;
  background-color: #fff;
  border-radius: 10px;
  margin: 2px;
  padding: 8px;
}

.form input {
  width: 240px;
  height: 35px;
  background: transparent;
  border-bottom: 1px solid #ff7200;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 30px;
  font-family: sans-serif;
}

.form input:focus {
  outline: none;
}

::placeholder {
  color: #fff;
  font-family: Arial;
}

.btnn {
  width: 240px;
  height: 40px;
  background: #ff7200;
  border: none;
  margin-top: 30px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  transition: 0.4s ease;
}
.btnn:hover {
  background: #fff;
  color: #ff7200;
}
.btnn a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.form .link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding-top: 20px;
  text-align: center;
}
.form .link a {
  text-decoration: none;
  color: #ff7200;
}
.liw {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}
.icons a {
  text-decoration: none;
  color: #fff;
}
.icons ion-icon {
  color: #fff;
  font-size: 30px;
  padding-left: 14px;
  padding-top: 5px;
  transition: 0.3s ease;
}
.icons ion-icon:hover {
  color: #ff7200;
}

.carousel-item {
  height: 60vh;
  background-size: cover;
  background-position: center;
}
.carousel-caption {
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: 90%;
}

.carousel-caption p {
  margin: 0;
  font-size: 2.5rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.725);
  padding: 20px;
  border-radius: 10px;
}

/* .carousel-item {
  height: 60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  
}*/

.main-nav,
.main-nav * {
  margin: -2px;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #004289;
  padding: 10px 22px;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #1877f2;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  font-weight: 600 !important;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 200px;
  background-color: #fff;
  padding: 7px 0 !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.474);
  transition: all 0.3s ease;
  border-radius: 10px;
}

.drops::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 10%;
  transform: translateX(-50%);
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #e7e7e7 transparent;
}
.drop::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20%;
  transform: translateX(-50%);
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #e7e7e7 transparent;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 160px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 10px;
  font-size: 13px;
  color: #004289;
  padding: 10px 15px;
  color: #333;
  margin: 5px 0px;
  font-size: 15px;
  width: 100%; /* box ke andar fit hoga */
  box-sizing: border-box; /* padding+border width ke andar hi count hoga */
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007bff;
  background-color: #f3f6ff;
  color: #0a1492;
  font-weight: 600 !important;
  border-left: 3px solid #0a1492;
}

.main-nav .drop-down ul li {
  width: 100%; /* li full width lega */
}

.main-nav .drop-down ul a {
  display: block; /* inline se block banado */
  width: 100%; /* pura box cover kare */
  padding: 10px 10px;
  margin: 6px 0; /* margin hatao taaki bg bahar na nikle */
  box-sizing: border-box; /* padding+border ko width ke andar count karo */
  border-left: 3px solid transparent; /* hover par smooth dikhe */
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  background-color: #f3f6ff;
  color: #0a1492;
  font-weight: 500;
  border-left: 3px solid #0a1492;
  margin-left: 2px;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  /* left: calc(100% - 30px); */
  left: 100%;
  top: 0;
  margin-left: 4px;
  border-radius: 10px;
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/*user dropdown style*/

.main-nav .drop-down-user ul {
  display: block;
  position: absolute;
  right: -2rem;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 2px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 10px
}

.main-nav .drop-down-user:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down-user li {
  min-width: 250px;
  position: relative;
  font-weight: 600;
}

.main-nav .drop-down-user ul a {
  padding: 6px 20px;
  /* font-size: 13px; */
  color: #004289;
}

.main-nav .drop-down-user ul a:hover,
.main-nav .drop-down-user ul .active > a,
.main-nav .drop-down-user ul li:hover > a {
  color: #007bff;
}

.main-nav ul li a i {
  font-size: 20px !important;
}

.main-nav .drop-down-user > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}


/* ========== Mobile Dropdown: drop-down-user same as drop-down ========== */

@media (max-width: 991.98px) {
  .mobile-nav .drop-down-user > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
  }

  .drop::before {
    display: none;
  }

  .mobile-nav .active.drop-down-user > a:after {
    content: "\f077";
  }

  .mobile-nav .drop-down-user > a {
    padding-right: 35px;
  }

  .mobile-nav .drop-down-user ul {
    display: none;
    overflow: hidden;
  }

  .mobile-nav .drop-down-user li {
    padding-left: 20px;
  }
}

@media (max-width: 991.98px) {
  .mobile-nav .drop-down-user ul {
    display: none;
    overflow: hidden;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    background-color: rgb(174, 185, 189);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .mobile-nav .drop-down-user ul li a,
  .mobile-nav .drop-down-user ul li,
  .mobile-nav .drop-down-user h5,
  .mobile-nav .drop-down-user {
    color: #101010 !important; /* your original link color */
    background-color: transparent;
  }

  .mobile-nav .drop-down-user p {
    color: #000000 !important;
  }

  .mobile-nav .drop-down-user social-btn {
    border: 1px solid #003166 !important;
  }

  .mobile-nav .drop-down-user hr {
    border-top: 1px solid #ccc;
  }
}

/* Default right arrow */
/* 🔽 Default: Down arrow (parent menu) */
.main-nav .drop-down > a:after {
  content: "\f107"; /* fa-angle-down */
  font-family: FontAwesome;
  padding-left: 10px;
  transition: transform 0.3s ease;
}

/* 🔼 When parent dropdown is open */
.main-nav .drop-down:hover > a:after {
  content: "\f106"; /* fa-angle-up */
}

/* ➡️ Nested dropdown (submenu right arrow) */
.main-nav .drop-down .drop-down > a:after {
  content: "\f105"; /* fa-angle-right */
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  transition: transform 0.3s ease;
}

/* ⬅️ When submenu opens, arrow left */
.main-nav .drop-down .drop-down:hover > a:after {
  content: "\f104"; /* fa-angle-left */
}


/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* new blog page design */

.imported-heading {
  font-weight: 600;
  text-align: center;
  color: #62687b;
}

.blog-list li {
  color: #939292;
  margin-top: 10px;
}
.blog-card {
  min-height: 78vh;
}

.blog-card,
.single-blogpage-img {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog-card img {
  transition: all ease 0.5s;
}
.blog-card:hover img {
  transform: scale(1.05);
  transition: all ease 0.5s;
}
.blog-date-card {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  background-color: #47d6ff;
}
.blog-card-title {
  text-align: center;
  color: #d3d2d2;
}
.blog-fadetitle p {
  cursor: pointer !important;
  transition: all ease 0.5s;
}
.blog-fadetitle p:hover {
  color: #949393;
  transition: all ease 0.5s;
}
.blog-card-text {
  color: #898989;
  text-align: center;
  margin-top: -14px;
}
.blog-card-social-icon a i,
.fa-list {
  padding-left: 8px;
  font-size: 18px;
  color: #949393;
  transition: all ease 0.5s;
}
.blog-card-social-icon a:hover i,
.fa-list:hover {
  transform: scale(1.08);
  transition: all ease 0.5s;
  color: #00458f;
}
.continue_reading {
  color: #00458f;
  font-weight: 600;
}
.blog-card-maintitle {
  text-align: center;
  margin-top: -20px;
  font-weight: 500;
  font-size: 20px;
  color: #003b7a;
}
/* mens wear single blog page styling */
.blog-maintitle {
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
.single-blogpage-para {
  color: #949393;
}
.single-blogpage-para span {
  color: #104e94;
}
.fade-hr {
  background-color: #eaeaea;
  height: 1px;
  position: relative;
}
.dark-hr {
  background-color: #3207b1;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
}
.service-blog-page-list {
  list-style: none !important;
  color: #c4c2c2;
}
.service-blog-page-list a {
  color: #9f9e9e;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .hide-blog-section {
    display: none;
  }
}

.blog-container-logo {
  position: relative;
}
.blog-container-logo-img {
  position: absolute;
  width: 90px;
  right: 0;
  top: 15%;
}
.blog-container-logo2 {
  position: relative;
}
.blog-container-logo-img2 {
  position: absolute;
  width: 90px;
  right: 0;
  top: 9%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}

/* About Us Section page
--------------------------------*/
#minisite,
#productPosting {
  margin-top: 50px;
}

.value-list li {
  list-style: none;
}
.value-list li i {
  color: #007bff !important;
}

.value-list li span {
  font-weight: 600;
  color: #807f85;
}
.value-list li {
  color: #807f7f;
  font-size: 15px;
  line-height: 28px;
}

.drop-line-form input[type="text"],
.drop-line-form textarea {
  width: 60%;
  padding: 14px 20px;
  border-bottom: 2px solid #e2e2e2 !important;
  margin: 8px 0;
  display: inline-block;
  border: none;
  background-color: #ffffff;
  box-sizing: border-box;
}
input[type="text"]:focus,
textarea:focus {
  outline: none !important;
}

/* Set a style for all buttons */
.drop-line-btn {
  background-color: #62687b;
  color: white;
  padding: 14px 28px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
}

.drop-line-btn:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: transparent;
  border: none;
}

.drop-line-form {
  border: none !important;
  background-color: transparent;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* Form is initially hidden */
form.modal-content {
  display: none;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
  .fa-globe {
    display: none;
  }
}
@media screen and (max-width: 490px) {
  .fa-globe {
    font-size: 5rem !important;
  }
}
@media screen and (max-width: 350px) {
  .fa-globe {
    font-size: 4rem !important;
  }
}

#about {
  background: #fff;
  padding: 60px 0;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Services Section
--------------------------------*/
.pricing-box {
  position: relative;
  width: 275px;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.pricing-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}
.ribbon {
  position: absolute;
  top: 20px;
  left: -40px;
  /* background: linear-gradient(90deg, #555df0, #95edf7); */
  color: #fff;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: bold;
  transform: rotate(-45deg);
  z-index: 2;
}
.btn {
  padding: 10px 20px;
  /* background: linear-gradient(90deg, #6a11cb, #2575fc); */
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1rem !important;
  font-weight: bold;
  cursor: pointer;
}

.price {
  color: rgb(45, 45, 138) !important;
}

/* Responsive Design */

@media (max-width: 768px) {
  body {
    height: auto;
  }
  .pricing-box {
    width: 100%;
  }
}
@media (max-width: 480px) {
  body {
    height: auto;
  }
  .price {
    font-size: 1.8rem;
  }
  .features li {
    font-size: 0.9rem;
  }
  .btn {
    font-size: 0.9rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.card__header-img {
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 0;
}

.card__header-circle {
  width: 40px;
  height: 40px;
  background-color: var(--first-color-lighter) !important;
  border-radius: 50%;
  margin-bottom: var(--mb-1);
  /* place-items: center; */
}

.card__pricing {
  position: absolute;
  background: linear-gradient(
    157deg,
    var(--first-color-light) -12%,
    var(--first-color) 109%
  ) !important;
  width: 60px;
  height: 88px;
  right: 1.5rem;
  top: -0.5rem;
  padding-top: 1.25rem;
  text-align: center;
}

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#why-us {
  padding: 60px 0;
  background: #004a99;
}

#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}

#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 30px 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #007bff;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio
  .portfolio-item
  .portfolio-wrap
  .portfolio-info
  .link-preview:hover
  i,
#portfolio
  .portfolio-item
  .portfolio-wrap
  .portfolio-info
  .link-details:hover
  i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* pricing table style start */

/* .mini-site-btn .btn1 {
  cursor: pointer;
  padding: 8px 15px;
  font-size: 0.7rem;
  color: #fff;
  font-weight: 700;
  margin: 1rem 0.8rem;
  border: 2px solid #090470;
  border-radius: 5px;
 background: #090470;
  transition: all 0.2s;
}
.mini-site-btn .btn2 {
  cursor: pointer;
  padding: 8px 15px;
  font-size: 0.7rem;
  color: #090470;
  font-weight: 700;
  margin: 1rem auto;
  border: 2px solid #090470;
  border-radius: 5px;
 background: #fff;
  transition: all 0.2s;
}
.mini-site-btn button:hover, .mini-site-btn button:focus{
  outline: none !important;
  opacity: 0.8;
}

.mini-site-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.mini-site-table td, .mini-site-table th {
  border: 1px solid #19109b;
  text-align: center;
  padding: 8px;
  font-size: 0.9rem;
}

.mini-site-table tr:nth-child(even) {
  background-color: #e6e6ff7e;
}
.demo-free{
 font-size: 1.8rem !important;
 color: #0864c6;
} */
/* .minisite-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  
}
.minisite-table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center !important;
}

.minisite-table th, .minisite-table td {
  text-align: left;
  padding: 8px;
}

.minisite-table tr:nth-child(even){background-color: #f2f2f2}
.minisite-bigth-heading{
  color: #00366f !important;
  font-weight: 700 !important;
  font-size: 2.5rem;
}
.mini-sitebtn2, .mini-sitebtn1{
margin: 0 5px !important;

} */

.minisite-circle {
  width: 8rem;
  height: 8rem;
  background-color: #004a99;
  border-radius: 50%;
  color: white;
}

.minisite-circle span {
  font-size: 2rem;
  font-weight: 700;
}
.mini-site-decoration-card {
  padding: 20px 0px;
  border: none !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #c7e4f7;
  background-image: linear-gradient(
    135deg,
    #c7e4f7 0%,
    #ffffff 50%,
    #caf0f2 100%
  );
  transition: all ease-in-out 0.5s;
}
.mini-site-decoration-card:hover {
  transform: scale(1.03);
  transition: all ease-in-out 0.5s;
}

.price_table {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  align-items: start;
  column-gap: 2rem;
  row-gap: 2rem;
  max-width: 80em;
}

/* .package {
  border-radius: 4px;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
} */

.package {
  list-style: none;
  padding: 0 0 1rem 0;
  margin: 0;
  border-bottom: 1px solid #296eb3;
}
.package li {
  padding: 0.8em 1em;
  font-size: 0.9em;
}
/* .package li:nth-child(odd) {
  background: #e8e8e8;
} */
.package .btn1,
.mini-sitebtn1 {
  cursor: pointer;
  padding: 8px 15px;
  font-size: 0.7rem;
  color: #fff;
  font-weight: 700;
  margin: 1rem auto;
  border: 2px solid #090470;
  border-radius: 5px;
  background: #090470;
  transition: all 0.2s;
}
.package .btn1 a,
.mini-sitebtn1 a {
  color: white;
  text-decoration: none;
}
.package .btn2 a,
.mini-sitebtn2 a {
  text-decoration: none;
  color: #00366f;
}
.package .btn2,
.mini-sitebtn2 {
  cursor: pointer;
  padding: 8px 15px;
  font-size: 0.7rem;
  color: #090470;
  font-weight: 700;
  margin: 1rem auto;
  border: 2px solid #090470;
  border-radius: 5px;
  background: #fff;
  transition: all 0.2s;
}
.package button:hover,
.package button:focus,
.mini-sitebtn1:hover,
.mini-sitebtn2:hover {
  outline: none !important;
  opacity: 0.8;
}

.card-block {
  position: relative;
  overflow: hidden;
}
.strip-banner {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  position: absolute;
  top: 14px;
  left: -30px;
  background-color: #007bff;
  width: 130px;
  height: 30px;
  text-align: center;
  padding-top: 9px;
  transform: rotate(-45deg);
  color: #fff;
  font-weight: 600;
}

.fa-times-circle {
  color: #a90707;
  font-size: 1.5rem;
}
.fa-check-circle {
  color: #07a953;
  font-size: 1.5rem;
}
.price-card-heading {
  padding: 0.2rem 1rem;
  background: linear-gradient(0deg, #003b81 0%, #296eb3 100%);
  color: white;
  text-shadow: 0 4px 0 #022f64;
  font-size: 3.4rem;
  font-weight: 600;
}
.buy-now-btn {
  border: 2px solid #337ab7;
  color: #337ab7;
}
#free-btn {
  background-color: #337ab7;
  color: #fff;
}
#free-btn:hover {
  color: #fff !important;
  opacity: 0.9 !important;
}
#indiaButton,
#USAButton {
  border: none;
  padding: 10px 27px;
}

.price-card-table2 {
  padding: 0.2rem 1rem;
  color: rgb(13, 53, 146);
  text-shadow: 0 4px 0 #e4e7e7;
  font-size: 3.4rem;
  font-weight: 600;
}
.table2-card {
  margin-left: -40px;
  border: #47d6ff 2px solid;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  z-index: 1;
}

.Popular-button {
  padding: 5px 0px;
  background-color: #47d6ff;
  width: 150px;
  border: none;
  color: #fff;
  font-weight: 600;
}
.popular-card {
  margin-top: -40px;
  position: relative;
  z-index: 2 !important;
}
.country-btn {
  background-color: #62687b;
  color: white;
  padding: 15px 40px;
  border: none;
  font-size: 16px;
}
.right-sign {
  width: 200px;
}
/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #007bff;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}
/* consultation form style */

.free-consultation-form input[type="text"],
.free-consultation-form input[type="email"],
.free-consultation-form textarea {
  width: 100%;
  padding: 14px 20px;
  border-bottom: 2px solid #dadada !important;
  margin: 8px 0;
  border: none;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.free-consultation-form textarea {
  height: 100px !important;
}
.free-consultation-heading span {
  color: #003b7a;
  font-size: 4.8rem;
  font-weight: 800;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.free-consultation-heading {
  font-weight: 500;
}
input[type="submit"] {
  padding: 15px 30px;
  background-color: #62687b;
  border: none;
  font-weight: 600;
  color: #fff;
}

.radio-btn {
  color: #8f8f8f;
}

.FreeConsultation-bg {
  background-image: url("../img/FreeConsultation-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media only screen and (max-width: 768px) {
  .FreeConsultation-bg {
    background-image: none !important;
    /* display: none; */
  }
}

@media only screen and (max-width: 524px) {
  .FreeConsultation-bg {
    background-image: url("../img/FreeConsultation-bg2.png") !important;
    background-position: bottom right !important;
    background-size: contain;
  }
}

/* Contact Section
--------------------------------*/
.contact-page-form input[type="text"],
.contact-page-form textarea {
  width: 95%;
  padding: 14px 20px;
  border-bottom: 2px solid #dadada !important;
  margin: 8px 0;
  display: inline-block;
  border: none;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.contact-page-btn {
  background-color: #62687b;
  color: white;
  padding: 14px 28px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 95%;
}
.contact-address {
  font-size: 15px;
  color: #969595;
  line-height: 20px;
}

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #007bff;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/* all abnners style  */
.banner-container {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-top: 80px;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
  @media (max-width: 991px) {
    .banner-container {
      margin-top: 60px !important;
    }
  }

  /* #intro {
    padding: 90px 0 20px 0;
  } */

  /* #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: 0 auto 25px 25px;
  } */

  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 768px) {
  #intro .intro-image img {
    margin-bottom: 50px !important;
  }
  .popular-card {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .globe-image {
    display: block !important;
  }
  .intro-image {
    background: none;
  }

  #intro .intro-info h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 50px 0 10px 0;
  }
  .social-icons {
    width: 12vw !important;
  }
  .footer-icons {
    width: 10vw !important;
  }
}
@media (max-width: 767px) {
  .about-sub-heading {
    margin-top: 50px;
  }
  .social-icons {
    width: 8vw;
  }
  .Subscribe-bar {
    margin-bottom: 30px;
  }
  .footer-icons {
    width: 6vw;
  }
}

@media (max-width: 420px) {
  .about-log-img {
    width: 14rem;
  }
}

/* payment-btn style */
.payment-btn img {
  width: 80px;
}
.payment-btn {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  background-color: #000000;
  padding: 0px 15px;
}
.payment-btn1 img {
  width: 80px;
}
.payment-btn1 {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  background-color: #ffffff;
  padding: 0px 15px;
  border: 2px solid #0270e0;
}
.payment-btn2 {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  background-color: #000000;
  padding: 0px 15px;
}

.payment-btn2 img {
  width: 80px;
  height: 40px;
}

.footer-brandicon {
  width: 240px;
}
.gray-btn {
  background-color: #455a64;
  color: white;
  border-radius: 0;
  border: none;
  padding: 14px 40px !important;
}
.gray-btn:focus {
  border: none !important;
}
.gray-btn a {
  color: white;
}

.footer-background {
  background: url("../img/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* chatbot styling */

.chatbot-toggler {
  position: fixed;
  bottom: 90px;
  right: 15px;
  outline: none;
  border: none !important;
  height: 50px;
  width: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2e28a6;
  transition: all 0.2s ease;
}
.chatbot-toggler:focus {
  border: none !important;
}
.show-chatbot .chatbot-toggler {
  transform: rotate(90deg);
}
.chatbot-toggler span {
  color: #fff;
  position: absolute;
}
.chatbot-toggler span:last-child,
.show-chatbot .chatbot-toggler span:first-child {
  opacity: 0;
}
.show-chatbot .chatbot-toggler span:last-child {
  opacity: 1;
}
.chatbot {
  position: fixed;
  z-index: 9999;
  right: 60px;
  bottom: 90px;
  width: 300px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.5);
  transform-origin: bottom right;
  box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1),
    0 32px 64px -48px rgba(0, 0, 0, 0.5);
  transition: all 0.1s ease;
}
.show-chatbot .chatbot {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.chatbot header {
  padding: 16px 0;
  position: relative;
  text-align: center;
  color: #fff;
  background: #2e28a6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.chatbot header span {
  position: absolute;
  right: 15px;
  top: 50%;
  display: none;
  cursor: pointer;
  transform: translateY(-50%);
}
header h2 {
  font-size: 1.4rem;
}
.chatbot .chatbox {
  overflow-y: auto;
  height: calc(100% - 170px); /* Adjust the value as needed */
  padding: 30px 20px 100px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar {
  width: 6px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 25px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.chatbox .chat {
  display: flex;
  list-style: none;
}
.chatbox .outgoing {
  margin: 20px 0;
  justify-content: flex-end;
}
.chatbox .incoming span {
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: default;
  text-align: center;
  line-height: 32px;
  align-self: flex-end;
  background: #2e28a6;
  border-radius: 4px;
  margin: 0 10px 7px 0;
}
.chatbox .chat p {
  white-space: pre-wrap;
  padding: 12px 16px;
  border-radius: 10px 10px 0 10px;
  max-width: 75%;
  color: #fff;
  font-size: 0.95rem;
  background: #2e28a6;
}
.chatbox .incoming p {
  border-radius: 10px 10px 10px 0;
}
.chatbox .chat p.error {
  color: #721c24;
  background: #f8d7da;
}
.chatbox .incoming p {
  color: #000;
  background: #f2f2f2;
}
.chatbot .chat-input {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 3px 20px;
  border-top: 1px solid #ddd;
}
.chat-input textarea {
  height: 55px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  max-height: 180px;
  padding: 15px 15px 15px 0;
  font-size: 0.95rem;
}
.chat-input span {
  align-self: flex-end;
  color: #2e28a6;
  cursor: pointer;
  height: 55px;
  display: flex;
  align-items: center;
  visibility: hidden;
  font-size: 1.35rem;
}
.chat-input textarea:valid ~ span {
  visibility: visible;
}

@media (max-width: 490px) {
  /* .chatbot-toggler {
    right: 20px;
    bottom: 20px;
  } */
  .chatbot {
    right: 0;
    bottom: 0;
    padding-left: 20px;
    height: 100%;
    border-radius: 0;
    width: 100%;
  }
  .chatbot .chatbox {
    height: 90%;
    padding: 25px 15px 100px;
  }
  .chatbot .chat-input {
    padding: 5px 15px;
  }
  .chatbot header span {
    display: block;
  }
}

/* paymentForm style */
#paymentForm input {
  width: 100%;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  border: none;
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 13px !important;
}
#paymentForm label {
  margin-top: 18px;
  font-size: 12px !important;
}
#paymentForm input:focus {
  outline: none !important;
  background-color: #ebf0fa;
}

.blinking-icon {
  width: 30px; /* Adjust dimensions as needed */
  height: 30px;
  background-color: #fff; /* Adjust color as needed */
  border-radius: 50%;
  position: absolute;
  top: 10px; /* Adjust position as needed */
  left: 10px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* privacy and policy styling */
.privacy-para {
  color: #969595;
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-family: "Work Sans", sans-serif;
  margin-top: -18px;
}
.privacy-sub-heading {
  font-weight: 500;
  color: #003166;
  /* margin-bottom: 5px; */
  margin-top: 30px;
}
.privacy-sub-sub-heading {
  color: #1a1761;
  font-weight: 500;
}
.procedd-topay-btn {
  background-color: #003b81;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
}

/* #logoutLi {
  background-color: #52d8ff;
} */
#usercompletemail_id {
  font-size: 1.3rem;
}

.service-slider-container {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 1;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* portfolio page style */
.india-portfolio-bg {
  background: url("../img/india-portfolio-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.india-port-circle {
  display: inline-block;
  background-color: white;
  border: 2px solid #004aad;
  border-radius: 50%;
  padding: 15px;
  transition: all ease 0.5s;
}
.india-port-card {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  transition: all ease 0.5s;
}
.india-port-card:hover .india-port-circle {
  transition: all ease 0.5s;
  transform: scale(1.03);
}
.india-port-card:hover {
  transition: transform ease 0.5s;
  background-color: #0062cc;
}
.india-port-card h5 {
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  line-height: 20px;
}
.india-port-card:hover h5 {
  color: white;
}

/* Customer word's style */

.india-portfolio-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px;
  align-items: stretch; 
  margin: 20px;
}

/* Card */
.india-portfolio-customer-card {
  display: flex;
  flex-direction: column; 
  height: 100%;           
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  padding: 18px;
  box-sizing: border-box;
  overflow: hidden;
}

.india-portfolio-customer-card-body {
  flex: 1 1 auto;
}

.india-portfolio-customer-card-footer h5 {
  margin-top: 12px; 
  font-weight: 600;
  text-align: center; 
  color: #333;
}
.india-portfolio-customer-card-footer h5:nth-of-type(2) {
  margin-top: -12px;
}



/* Responsive: tablet -> 2 columns */
@media (max-width: 992px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Responsive: mobile -> 1 column */
@media (max-width: 576px) {
  .india-portfolio-cards-grid {
    grid-template-columns: 1fr;
  }
}






/* contact page styling */
.contact_card {
  border: 1px solid transparent;
  padding: 20px 20px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  transition: all ease 0.5s;
  min-height: 230px;
}
.contact_card:hover {
  transition: all ease 0.5s;
  border: 1px solid #19b0b7;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact_card p {
  color: #949495;
}
.contact_card div span i {
  font-size: 35px;
  color: #31586f;
}
.contact_card div span {
  background-color: #e1f4f8;
  display: inline-block;
  padding: 12px 22px;
  border-radius: 7px;
}

/* signup and login userfriendly */
.cross {
  position: relative;
  top: -10px;
  right: -92% !important;
  font-size: 1.2rem;
  color: black;
  padding: 9px 25px;
  border: none;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  background-color: #acacac;
}
.text-sign2 {
  display: none;
}

@media only screen and (max-width: 1056px) {
  .cross {
    right: -88% !important;
  }
}
@media only screen and (max-width: 768px) {
  .cross {
    right: -80% !important;
  }
  .text-sign {
    display: none;
  }
  .text-sign2 {
    display: block;
  }
  .signup-top-bar {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 642px) {
  .text-sign {
    margin-top: -50px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .cross {
    right: -70% !important;
  }
}
@media only screen and (max-width: 325px) {
  .cross {
    right: -65% !important;
  }
}

/* exporter  page style */
.predication-cata-bg {
  background: url("../img/exporter-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
}
.exporter-heading {
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 2px;
  font-weight: 800;
}
.predication-cata-card {
  min-height: 100px;
  border: none;
  padding: 0px 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.predication-cata-card h4 a {
  color: #00366f;
}

/* export-banner style */
.export-banner {
  margin-top: 60px;
  background-color: #00366f;
}
.export-text {
  line-height: 30px;
  font-weight: 600;
}
.export-para {
  font-size: 18px;
}
.export-list li {
  list-style: none;
  padding: 6px 10px;
}
.countrie-flag {
  width: 20px; /* Adjust size as needed */
  height: auto; /* Maintain aspect ratio */
  vertical-align: middle; /* Align flag vertically with text */
  margin-right: 5px; /* Add space between flag and country name */
}

/* import banner */
.banner-container-big {
  background-color: #001d55;
  margin-top: 80px;
}

.graph-banner-heading span {
  color: #20a1d9;
  font-size: 4.8rem;
  font-weight: 800;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.graph-banner-heading {
  font-weight: 500;
  color: #ebebebaf;
}





