@import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&amp;display=swap";
body {
  font-family: open sans, sans-serif;
  color: #011f4c;
  background-color: #fff;
  font-size: 16px;
}



html {
  scroll-behavior: smooth;
}

/* Page load hote hi white space na dikhe isliye */
[data-aos] {
  pointer-events: none;
}
.aos-animate {
  pointer-events: auto;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #011a41;
  font-family: source sans pro, sans-serif;
  line-height: 1.4;
}
p {
  line-height: 1.7;
}
a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
.ptb-100 {
  padding-top: 40px;
  padding-bottom: 30px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
button:focus {
  outline: 0;
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}


.sticky-contact-box {
        position: fixed;
        bottom: 80px; /* Neeche se height */
        right: 0;
        width: 180px; /* Expansion area reserve kar liya */
        z-index: 99999;
        pointer-events: none; /* Container click block na kare */
    }

    /* Common Button Design */
    .btn-side {
        position: absolute; /* Independent movement ke liye */
        right: 0;
        height: 55px;
        width: 55px; /* Default size */
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: white !important;
        text-decoration: none;
        border-radius: 30px 0 0 30px;
        padding-left: 15px;
        transition: width 0.4s ease-in-out, background 0.3s;
        box-shadow: -2px 2px 10px rgba(0,0,0,0.2);
        overflow: hidden;
        pointer-events: auto; /* Buttons ko clickable banaya */
    }

    /* WhatsApp Ki Position */
    .btn-wa {
        bottom: 70px; /* Call button ke upar */
        background-color: #25d366;
    }

    /* Call Ki Position */
    .btn-call {
        bottom: 0;
        background-color: #007bff;
    }

    /* Icon size control */
    .btn-side i {
        font-size: 24px;
        min-width: 30px;
    }

    /* Text Style */
    .btn-side span {
        margin-left: 15px;
        font-family: sans-serif;
        font-weight: 600;
        font-size: 15px;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.2s;
    }

    /* ======= INDIVIDUAL HOVER EFFECT ======= */
    /* Ab sirf wahi button extend hoga jispar mouse hai */
    .btn-side:hover {
        width: 160px; /* Sirf isi ki width badhegi */
    }

    .btn-side:hover span {
        opacity: 1;
    }

    /* Hover Colors */
    .btn-wa:hover { background-color: #128c7e; }
    .btn-call:hover { background-color: #0056b3; }
ul {
  margin: 0;
  padding: 0;
}
 
.container {
  max-width: 1230px;
}

.common-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #fc0300;
  color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 5px;
  opacity: 1;
  font-weight: 600;
  padding: 12px 25px;
}
.common-btn span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #011a41;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;
}
.common-btn:hover {
  color: #fff !important;
}
.common-btn:hover span {
  width: 225%;
  height: 562.5px;
}
.common-btn.two {
  background-color: #fa0401;
}
.common-btn.three {
  background-color: #011a41;
}
.common-btn.three span {
  background-color: #fc0300;
}
.section-title {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-title .sub-title {
  display: block;
  color: #fc0300;
  margin-bottom: 3px;
  font-weight: 600;
}
.section-title h2 {
  margin-bottom: 0;
  font-size: 38px;
}
.section-title.two {
  margin-top: -5px;
}
.section-title.two .sub-title {
  color: #fa0401;
}
.section-title.three .sub-title {
  color: #355efc;
}
.header-area {
  background-color: #2e3192;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-area .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.header-area .left ul li:last-child {
  margin-right: 0;
}
.header-area .left ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 4px;
  color: #fc0300;
  margin-right: 2px;
}

.header-area .left ul li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  margin-right:10px;
}
.header-area .left ul li a:hover {
  color: #fc0300;
}
.header-area .right {
  text-align: center;
}
.header-area .right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.header-area .right ul li:last-child {
  margin-right: 0;
}
.header-area .right ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
}
.header-area .right ul li a:hover {
  color: #fc0300;
}
.main-nav {
  background: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.main-nav.menu-shrink {
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd57;
  box-shadow: 0 0 20px 0 #dddddd57;
}
.main-nav nav {
  padding: 0;
}
.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.main-nav nav .navbar-nav .nav-item:hover a {
  color: #fc0300;
}
.main-nav nav .navbar-nav .nav-item a {
  font-weight: 600;
  color: #011a41;
  margin-left: 20px;
  margin-right:15px;
  font-size: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
  color: #fc0300;
}
.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  overflow-x: hidden;
    scroll-behavior: smooth;
    height: 370px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0 !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #fc0300;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-weight: 600;
  padding: 5px 15px;
  color: #011a41;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #f1f1f1;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fc0300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  border-radius: 0 50px 50px 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fc0300;
  padding-left: 18px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
  width: 3px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 15px;
  left: unset;
  right: -100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #011a41;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #fc0300;
}
.main-nav .dropdown-toggle::after {
  display: none;
}
.side-nav .language {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.side-nav .language .nice-select {
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  color: #011a41;
  font-weight: 600;
}
.side-nav .language .nice-select:after {
  border-bottom: 2px solid #011a41;
  border-right: 2px solid #011a41;
}
.side-nav .language .nice-select ul {
  border: 0;
  border-radius: 0;
  display: block;
  width: 100%;
}
.side-nav .language .nice-select ul li {
  display: block;
  width: 100%;
  color: #011a41;
  font-size: 15px;
}
.side-nav .consultant-btn {
  display: inline-block;
  color: #fff;
  background-color: #fc0300;
  border-radius: 5px;
  padding: 12px 25px;
  font-weight: 600;
  vertical-align: middle;
}
.side-nav .consultant-btn:hover {
  background-color: #011a41;
}
.banner-bg-one {
  background-image: url(../img/banner/banner-bg1.jpg);
}
.banner-area {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7d7ab9),
    color-stop(35%, rgba(125, 122, 185, 0.302924))
  );
  background: linear-gradient(
    180deg,
    #7d7ab9 0%,
    rgba(125, 122, 185, 0.302924) 35%
  );
}
.banner-area .banner-shape img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.banner-item {
  height: 650px;
  position: relative;
}
.banner-content {
  position: relative;
  z-index: 1;
  max-width: 735px;
  margin-top: 80px;
}
.banner-content span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fc0300;
}
.banner-content h1 {
  font-size: 56px;
  color: #fff;
  margin-bottom: 10px;
}
.banner-content p {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  margin-bottom: 35px;
}
.banner-content .banner-btn {
  margin-right: 10px;
  color: #fc0300;
  background-color: #fff;
}
.banner-slider-img {
  position: absolute;
  bottom: 0;
  right: 40px;
  max-width: 790px;
}
.banner-slider-img.two {
  max-width: 565px;
}
.banner-slider-img.three {
  max-width: 565px;
}
.owl-item.active .banner-content h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.owl-item.active .banner-content p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.owl-item.active .banner-slider-img img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.about-area {
  position: relative;
}
.about-area .about-shape img {
  position: absolute;
}
.about-area .about-shape img:nth-child(1) {
  top: 100px;
  left: 0;
}
.about-area .about-shape img:nth-child(2) {
  left: 40px;
  top: 140px;
  -webkit-animation: about-ani-two 15s linear infinite;
  animation: about-ani-two 15s linear infinite;
}
.about-area .about-shape img:nth-child(3) {
  top: 100px;
  left: 30px;
  max-width: 210px;
  -webkit-animation: about-ani-one 5s linear infinite;
  animation: about-ani-one 5s linear infinite;
}
.about-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.about-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.about-area .left-padding {
  padding-left: 0;
}
.about-area .about-img .one {
  margin-bottom: 30px;
  text-align: right;
  position: relative;
}
.about-area .about-img .one img:nth-child(1) {
  border-radius: 0 30% 0 0;
  max-width: 375px;
  margin-left: auto;
  z-index: 1;
  position: relative;
}
.about-area .about-img .one img:nth-child(2) {
  position: absolute;
  top: 0;
  right: -60px;
  -webkit-animation: about-ani-three 20s linear infinite;
  animation: about-ani-three 20s linear infinite;
}
.about-area .about-img .three img {
  border-radius: 30% 0 0 0;
}
.about-area .about-content {
  max-width: 750px;
}
.about-area .about-content .section-title {
  text-align: left;
  margin-bottom: 30px;
}
.about-area .about-content .middle {
  margin-bottom: 35px;
}
.about-area .about-content .middle span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10px;
  display: block;
}

.about-area .about-content .bottom {
  margin-bottom: 40px;
}
.about-area .about-content .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-area .about-content .bottom ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333333333%;
  flex: 0 0 33.33333333333333%;
  max-width: 33.33333333333333%;
  position: relative;
  padding-left: 80px;
}
.about-area .about-content .bottom ul li i {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  color: #fc0300;
  font-size: 50px;
  z-index: 1;
}
.about-area .about-content .bottom ul li i:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: -10px;
  left: -15px;
  border-radius: 50%;
  background-color: #fcd1c4;
  z-index: -1;
}
.about-area .about-content .bottom ul li h3 {
  font-size: 40px;
  margin-bottom: 5px;
}
.about-area .about-content .bottom ul li p {
  margin-bottom: 0;
  font-weight: 600;
  color: #fc0300;
}
.about-area .about-content .years {
  position: relative;
  left: -110px;
}
.about-area .about-content .years ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-area .about-content .years ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.about-area .about-content .years ul li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.about-area .about-content .years ul li .years-inner {
  background-color: #011a41;
  border-radius: 10px 0 10px 0;
  position: relative;
  padding: 18px 150px 20px 130px;
}
.about-area .about-content .years ul li .years-inner span {
  display: inline-block;
  font-size: 80px;
  color: #fc0300;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 25px;
}
.about-area .about-content .years ul li .years-inner h4 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
}
.about-area .about-content .years ul li .years-inner i {
  display: inline-block;
  font-size: 85px;
  color: #5d6d86;
  position: absolute;
  top: -3px;
  right: 25px;
}
.about-area .about-content .years ul li .years-inner img {
  position: absolute;
  right: -55px;
  bottom: -20px;
  -webkit-animation: about-ani-three 20s linear infinite;
  animation: about-ani-three 20s linear infinite;
  z-index: -1;
}
@-webkit-keyframes about-ani-one {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes about-ani-one {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes about-ani-two {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes about-ani-two {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes about-ani-three {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes about-ani-three {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.video-wrap {
  z-index: 2;
  margin-left: 25px;
}
.video-wrap a {
  z-index: 10;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  font-size: 60px;
  text-align: center;
  color: #fc0300;
}
.video-wrap a i {
  line-height: 90px;
}
.video-wrap a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: #fac7b7;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-wrap a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: #fac7b7;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.video-wrap a:hover {
  color: #fff;
}
.video-wrap a:hover:before {
  background-color: #011a41;
}
.video-wrap a:hover:after {
  background-color: #011a41;
}
.video-wrap span {
  display: inline-block;
  color: #fc0300;
  font-weight: 600;
  position: relative;
  top: -20px;
  margin-left: 25px;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.services-area {
  background-color: #efefef;
  position: relative;
}
.services-area .services-shape {
  z-index: -1;
}
.services-area .services-shape img {
  position: absolute;
}
.services-area .services-shape img:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation: service-ani-one 3s linear infinite;
  animation: service-ani-one 3s linear infinite;
}
.services-area .services-shape img:nth-child(2) {
  right: 0;
  bottom: 0;
  -webkit-animation: service-ani-one 3s linear infinite;
  animation: service-ani-one 3s linear infinite;
}
.services-area .section-title h2 {
  margin-bottom: 8px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.services-area .section-title p {
  margin-bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes service-ani-one {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes service-ani-one {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes service-ani-two {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes service-ani-two {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.services-item {
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  padding: 30px 15px 30px 110px;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.services-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.services-item .icon {
  position: absolute;
  left: 40px;
  top: 60px;
  color: #fc0300;
  font-size: 35px;
  line-height: 35px;
  z-index: 1;
  text-align: center;
}
.services-item .icon:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  left: -15px;
  right: 0;
  top: -13px;
  margin-left: auto;
  margin-right: auto;
  background-color: #feebe4;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.services-item h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.services-item h3 a {
  color: #fc0300;
}
.services-item h3 a:hover {
  color: #011a41;
}
.services-item p {
  margin-bottom: 14px;
}
.services-item .services-btn {
  margin-left: -5px;
}
.services-item .services-btn i {
  display: inline-block;
  font-size: 21px;
  position: relative;
  top: 4px;
}
.services-item .services-btn a {
  display: inline-block;
  font-weight: 600;
  color: #011f4c;
  border-bottom: 1px solid #fc0300;
}
.services-item .services-btn a:hover {
  color: #fc0300;
}
.works-area {
  background-color: #f9f9f9;
  background-image: url(../img/works-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.works-item {
  margin-bottom: 30px;
  text-align: center;
}
.works-item:hover i {
  background-color: #fc0300;
}
.works-item i {
  display: inline-block;
  color: #fc0300;
  width: 160px;
  height: 160px;
  font-size: 45px;
  line-height: 155px;
  border-radius: 50%;
  text-align: center;
  background-color: #fee4db;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.works-item i:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: 0;
  right: 0;
  top: 25px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fee4db;
  z-index: -1;
  border-radius: 50%;
  border: 8px solid #fc0300;
}
.works-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.works-item h3 a {
  color: #011a41;
}
.works-item h3 a:hover {
  color: #fc0300;
}
.works-item p {
  margin-bottom: 0;
}
.book-area {
  z-index: 1;
}
.book-area .book-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 10px;
  background-color: #011a41;
  text-align: center;
  position: relative;
  z-index: 1;
}
.book-area .book-content .book-shape img {
  position: absolute;
  z-index: -1;
}
.book-area .book-content .book-shape img:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation: service-ani-one 3s linear infinite;
  animation: service-ani-one 3s linear infinite;
}
.book-area .book-content .book-shape img:nth-child(2) {
  bottom: 0;
  right: 0;
  -webkit-animation: service-ani-two 3s linear infinite;
  animation: service-ani-two 3s linear infinite;
}
.book-area .book-content h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 38px;
  margin-top: -10px;
}
.book-area .book-content p {
  margin-bottom: 18px;
  font-size: 28px;
  color: #fff;
}
.book-area .book-content p a {
  display: inline-block;
  color: #fff;
}
.book-area .book-content p a:hover {
  color: #fc0300;
}
.book-area .book-content .common-btn span {
  background-color: #fff;
}
.book-area .book-content .common-btn:hover {
  color: #011a41 !important;
}
.touch-area {
  background-color: #011a41;
  position: relative;
}
.touch-area .touch-shape {
  z-index: -1;
}
.touch-area .touch-shape img {
  position: absolute;
}
.touch-area .touch-shape img:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation: service-ani-one 3s linear infinite;
  animation: service-ani-one 3s linear infinite;
}
.touch-area .touch-shape img:nth-child(2) {
  bottom: 0;
  right: 0;
  -webkit-animation: service-ani-two 3s linear infinite;
  animation: service-ani-two 3s linear infinite;
}
.touch-area .section-title {
  text-align: left;
  margin-bottom: 30px;
}
.touch-area .section-title h2 {
  color: #fff;
}
.touch-area .touch-content {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.touch-area .touch-content .form-group {
  margin-bottom: 30px;
}
.touch-area .touch-content .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  background-color: #313e55;
  padding-left: 20px;
  font-size: 15px;
  color: #fff;
}
.touch-area .touch-content .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.touch-area .touch-content .form-group .nice-select {
  height: 50px;
  border: 0;
  border-radius: 0;
  background-color: #313e55;
  padding-left: 20px;
  font-size: 15px;
  color: #bfbfc0;
  margin-bottom: 30px;
  line-height: 50px;
  width: 100%;
  display: block;
}
.touch-area .touch-content .form-group .nice-select .list {
  width: 100%;
  display: block;
}
.touch-area .touch-content .form-group .nice-select .list li {
  color: #011a41;
}
.touch-area .touch-content .form-group ::-webkit-input-placeholder {
  color: #bfbfc0;
}
.touch-area .touch-content .form-group :-ms-input-placeholder {
  color: #bfbfc0;
}
.touch-area .touch-content .form-group ::-ms-input-placeholder {
  color: #bfbfc0;
}
.touch-area .touch-content .form-group ::placeholder {
  color: #bfbfc0;
}
.touch-area .touch-content .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}
.touch-area .touch-content .common-btn {
  border: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.touch-area .touch-content .common-btn span {
  background-color: #fff;
}
.touch-area .touch-content .common-btn:hover {
  color: #011a41 !important;
}
.touch-area .touch-img {
  margin-bottom: 30px;
}
.touch-area .touch-img img {
  width: 100%;
  border-radius: 30px;
}
.team-area .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: #fc0300 !important;
  font-size: 30px !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.team-area .owl-prev i {
  line-height: 40px;
}
.team-area .owl-prev:hover {
  background: #011a41 !important;
}
.team-area .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: #fc0300 !important;
  font-size: 30px !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.team-area .owl-next i {
  line-height: 40px;
}
.team-area .owl-next:hover {
  background: #011a41 !important;
}
.team-item {
  margin-bottom: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-left: 15px;
  margin-right: 15px;
}
.team-item:hover .top ul li {
  opacity: 1;
  visibility: visible;
}
.team-item:hover .top ul li:nth-child(1) a {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.team-item:hover .top ul li:nth-child(2) a {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.team-item:hover .top ul li:nth-child(3) a {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.team-item:hover .top ul li:nth-child(4) a {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.team-item:hover .bottom {
  max-width: 100%;
  background-color: #fff;
}
.team-item .top {
  position: relative;
}
.team-item .top img {
  width: 100%;
}
.team-item .top ul {
  position: absolute;
  top: 60px;
  left: 25px;
}
.team-item .top ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.team-item .top ul li:last-child {
  margin-bottom: 0;
}
.team-item .top ul li a {
  display: block;
  width: 45px;
  height: 45px;
  color: #fc0300;
  background-color: #fff;
  font-size: 22px;
  text-align: center;
}
.team-item .top ul li a i {
  line-height: 45px;
}
.team-item .top ul li a:hover {
  color: #fff;
  background-color: #011a41;
}
.team-item .bottom {
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f4f4;
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
  margin-top: -15px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd57;
  box-shadow: 0 0 20px 0 #dddddd57;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.team-item .bottom img {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
}
.team-item .bottom h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.team-item .bottom span {
  display: block;
  color: #fc0300;
  font-weight: 600;
  font-size: 14px;
}
.plan-area {
  background-image: url(../img/plan-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.plan-area:before {
  position: absolute;
  content: "";
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
}
.plan-area .plan-content {
  background-color: #fff;
  padding: 40px 205px 50px 50px;
  max-width: 840px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd59;
  box-shadow: 0 0 20px 0 #dddddd59;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: 35px;
  z-index: 1;
}
.plan-area .plan-content .plan-shape img {
  position: absolute;
}
.plan-area .plan-content .plan-shape img:nth-child(1) {
  bottom: 0;
  right: 0;
  -webkit-animation: service-ani-one 3s linear infinite;
  animation: service-ani-one 3s linear infinite;
}
.plan-area .plan-content .plan-shape img:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation: service-ani-two 3s linear infinite;
  animation: service-ani-two 3s linear infinite;
}
.plan-area .plan-content .section-title {
  text-align: left;
  margin-bottom: 25px;
}
.plan-area .plan-content .section-title h2 {
  max-width: 525px;
}
.plan-area .plan-content p {
  margin-bottom: 30px;
}
.plan-area .plan-content .skill-wrap {
  overflow: hidden;
  padding-right: 15px;
}
.plan-area .plan-content .skill {
  margin-bottom: 30px;
  position: relative;
}
.plan-area .plan-content .skill:last-child {
  margin-bottom: 0;
}
.plan-area .plan-content .skill:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  display: block;
  background: #ebeded;
  border-radius: 30px;
}
.plan-area .plan-content .skill h3 {
  font-size: 20px;
  color: #011a41;
  margin-bottom: 10px;
}
.plan-area .plan-content .skill-bar {
  width: 100%;
  height: 8px;
  background: #fc0300;
  display: block;
  position: relative;
  border-radius: 30px;
}
.plan-area .plan-content .skill-bar span {
  position: absolute;
  top: -28px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #011a41;
  margin-bottom: 0;
  display: inline-block;
}
.plan-area .plan-content .skill1 {
  width: 75%;
}
.plan-area .plan-content .skill1 .skill-count1 {
  right: 7px;
}
.plan-area .plan-content .skill2 {
  width: 45%;
}
.plan-area .plan-content .skill2 .skill-count2 {
  right: 7px;
}
.plan-area .plan-content .skill3 {
  width: 80%;
}
.plan-area .plan-content .skill3 .skill-count3 {
  right: 7px;
}
.faq-area .section-title {
  text-align: left;
}
.faq-area .section-title h2 {
  margin-bottom: 5px;
}
.faq-area .section-title p {
  margin-bottom: 0;
}
.faq-area .faq-img {
  position: relative;
  margin-bottom: 30px;
}
.faq-area .faq-img img:nth-child(1) {
  position: relative;
  z-index: 1;
}
.faq-area .faq-img img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 55px;
}
.faq-item {
  margin-bottom: 30px;
}
.faq-item .accordion p {
  display: none;
  padding: 20px 110px 20px 25px;
  margin-bottom: 0;
}
.faq-item .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 15px;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 #dddddd42;
  box-shadow: 0 0 30px 0 #dddddd42;
  border-radius: 5px;
}
.faq-item .accordion li:first-child {
  border-top: 0;
}
.faq-item .accordion li:last-child {
  margin-bottom: 0;
}
.faq-item .accordion li a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #221668;
  padding: 13px 40px 13px 20px;
  background-color: #fcf7f5;
}
.faq-item .accordion li a.active {
  color: #fff;
  background-color: #fc0300;
}
.faq-item .accordion li a.active i {
  color: #fff;
  opacity: 0;
}
.faq-item .accordion li a.active i.two {
  opacity: 1;
}
.faq-item .accordion li a i {
  position: absolute;
  top: 16px;
  right: 20px;
  display: inline-block;
  font-size: 15px;
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #fc0300;
  color: #fff;
}
.faq-item .accordion li a i.two {
  opacity: 0;
  color: #011a41;
  background-color: #fff;
}
.testimonials-area {
  background-color: #f9f9f9;
}
.testimonials-area .section-title {
  text-align: left;
}
.testimonials-area .testimonials-item {
  position: relative;
  margin-bottom: 100px;
}
.testimonials-area .testimonials-item img {
  position: absolute;
  bottom: -100px;
  left: 0;
  max-width: 360px;
}
.testimonials-area .testimonials-item .inner {
  padding-left: 460px;
}
.testimonials-area .testimonials-item .inner h2 {
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.testimonials-area .testimonials-item .inner h3 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #fc0300;
}
.testimonials-area .testimonials-item .inner span {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.testimonials-area .testimonials-item .inner i {
  display: inline-block;
  color: #fce4db;
  position: absolute;
  font-size: 120px;
  top: 65px;
  left: 195px;
  right: 0;
  text-align: center;
}
.testimonials-area .owl-prev {
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  border-radius: 50% !important;
  color: #fc0300 !important;
  border: 1px solid #fc0300 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.testimonials-area .owl-prev i {
  line-height: 35px;
}
.testimonials-area .owl-prev:hover {
  color: #fff !important;
  background: #fc0300 !important;
}
.testimonials-area .owl-next {
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  border-radius: 50% !important;
  color: #fc0300 !important;
  border: 1px solid #fc0300 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.testimonials-area .owl-next i {
  line-height: 35px;
}
.testimonials-area .owl-next:hover {
  color: #fff !important;
  background: #fc0300 !important;
}
.testimonials-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 70px;
  bottom: 115px;
}
.testimonials-area .owl-item.active .testimonials-item img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.blog-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd57;
  box-shadow: 0 0 20px 0 #dddddd57;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.blog-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.blog-item:hover .top {
  background-color: #fc0300;
}
.blog-item:hover .bottom {
  background-color: #fff;
}
.blog-item .top {
  background-color: #efefef;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  overflow: hidden;
}
.blog-item .top img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.blog-item .bottom {
  padding: 20px 25px 25px;
  background-color: #fef9f9;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.blog-item .bottom ul {
  margin-bottom: 16px;
}
.blog-item .bottom ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.blog-item .bottom ul li:last-child {
  margin-right: 0;
}
.blog-item .bottom ul li i {
  display: inline-block;
  color: #fc0300;
  margin-right: 3px;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.blog-item .bottom ul li a {
  display: inline-block;
  color: #011f4c;
}
.blog-item .bottom ul li a:hover {
  color: #fc0300;
}
.blog-item .bottom h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.blog-item .bottom h3 a {
  color: #011a41;
}
.blog-item .bottom h3 a:hover {
  color: #fc0300;
}
.blog-item .bottom p {
  margin-bottom: 14px;
}
.blog-item .bottom .blog-btn {
  display: inline-block;
  color: #011a41;
  font-weight: 600;
  border-bottom: 1px solid #fc0300;
}
.blog-item .bottom .blog-btn:hover {
  color: #fc0300;
}
footer {
  background-color: #011a41;
  background-image: url(../img/footer-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-item {
  margin-bottom: 30px;
}
.footer-item h3 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
}
.footer-item h3:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #fc0300;
}
.footer-item .footer-logo .logo {
  display: block;
  margin-bottom: 20px;
}
.footer-item .footer-logo p {
  margin-bottom: 20px;
  color: #fff;
}
.footer-item .footer-logo ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 35px;
    font-size: 15px;
  margin-bottom: 12px;
}
.footer-item .footer-logo ul li:last-child {
  margin-bottom: 0;
}
.footer-item .footer-logo ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #fc0300;
  font-size: 25px;
}
.footer-item .footer-logo ul li span {
  display: inline-block;
  font-weight: 600;
  margin-right: 3px;
  color: #fff;
}
.footer-item .footer-logo ul li a {
  display: inline-block;
  color: #fff;
}
.footer-item .footer-logo ul li a:hover {
  color: #fc0300;
}
.footer-item .footer-links ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.footer-item .footer-links ul li:last-child {
  margin-bottom: 0;
}
.footer-item .footer-links ul li a {
  color: #fff;
  display: block;
}
.footer-item .footer-links ul li a:hover {
  color: #fc0300;
  padding-left: 5px;
}
.footer-item .footer-newsletter p {
  color: #fff;
  margin-bottom: 30px;
}
.footer-item .footer-newsletter .newsletter-form .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  padding-left: 15px;
  font-size: 15px;
}
.footer-item .footer-newsletter .newsletter-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.footer-item .footer-newsletter .newsletter-form .common-btn {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  height: 50px;
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 0;
  border-radius: 0;
  margin-top: 10px;
}
.footer-item .footer-newsletter .newsletter-form .validation-danger {
  color: #fff;
  margin-top: 10px;
}
.copyright-area {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #091629;
  text-align: center;
}
.copyright-area .copyright-item p {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}
.copyright-area .copyright-item p a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
}
.copyright-area .copyright-item p a:hover {
  color: red;
}
.header-area.two .left ul li i {
  color: #fff;
}
.header-area.two .left ul li a {
  color: #fff;
}
.header-area.two .left ul li a:hover {
  color: #fa0401;
}
.header-area.two .right ul li a {
  color: #fff;
}
.header-area.two .right ul li a:hover {
  color: #fa0401;
}
.main-nav.two nav .navbar-nav .nav-item:hover a {
  color: #fa0401;
}
.main-nav.two nav .navbar-nav .nav-item a {
  color: #011a41;
}
.main-nav.two nav .navbar-nav .nav-item a:hover,
.main-nav.two nav .navbar-nav .nav-item a:focus,
.main-nav.two nav .navbar-nav .nav-item a.active {
  color: #fa0401;
}
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #fa0401;
}
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #011a41;
}
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:before {
  background-color: #fa0401;
}
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fa0401;
}
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #011a41;
}
.main-nav.two
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.main-nav.two
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.main-nav.two
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #fa0401;
}
.main-nav.two .side-nav .consultant-btn {
  background-color: #fa0401;
}
.main-nav.two .side-nav .consultant-btn:hover {
  background-color: #011a41;
}
.banner-bg-two {
  background-image: url(../new-img/banner-1.webp);
}
.banner-bg-three {
  background-image: url(../new-img/banner-2.jpg);
}
.banner-area-two .banner-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mt-15 {
    margin-top: 15px;
}
.banner-area-two .banner-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.banner-area-two .banner-item .banner-content {
  max-width: 675px;
}
.banner-area-two .banner-item .banner-content span {
  color: #fff;
}
.banner-area-two .banner-item .banner-content h1 {
  font-size: 60px;
}
.banner-area-two .owl-prev {
  position: absolute;
  top: 45%;
  left: 20px;
  width: 44px;
  height: 44px;
  font-size: 40px !important;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: #fa0401 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.banner-area-two .owl-prev i {
  line-height: 50px;
}
.banner-area-two .owl-prev:hover {
  background: #011a41 !important;
}
.banner-area-two .owl-next {
  position: absolute;
  top: 45%;
  right: 20px;
  width: 44px;
  height: 44px;
  font-size: 40px !important;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: #fa0401 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.banner-area-two .owl-next i {
  line-height: 50px;
}
.banner-area-two .owl-next:hover {
  background: #011a41 !important;
}
.about-area-two {
  margin-top: -10px;
}
.about-area-two .about-content {
  margin-bottom: 30px;
}
.about-area-two .about-content .section-title {
  margin-bottom: 20px;
  text-align: left;
}
.about-area-two .about-content .about-p {
  margin-bottom: 20px;
}
.about-area-two .about-content ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 85px;
  margin-bottom: 20px;
}
.about-area-two .about-content ul li:last-child {
  margin-bottom: 0;
}
.about-area-two .about-content ul li i {
  color: #fa0401;
  display: inline-block;
  font-size: 45px;
  line-height: 40px;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}
.about-area-two .about-content ul li i:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -5px;
  left: 0;
  background-color: #fddce0;
  z-index: -1;
}
.about-area-two .about-content ul li h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.about-area-two .about-content ul li p {
  margin-bottom: 0;
}
.about-area-two .about-content .common-btn {
  margin-top: 35px;
}
.about-area-two .about-img {
  margin-bottom: 30px;
  position: relative;
}
.about-area-two .about-img img:nth-child(1) {
  border-radius: 50px 0 0 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
.about-area-two .about-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: -65px;
  -webkit-animation: about-ani-three 20s linear infinite;
  animation: about-ani-three 20s linear infinite;
}
.about-area-two .about-img img:nth-child(3) {
  position: absolute;
  top: -85px;
  right: 0;
  -webkit-animation: about-ani-two 15s linear infinite;
  animation: about-ani-two 15s linear infinite;
}
.about-area-two .about-img img:nth-child(4) {
  position: absolute;
  bottom: -10px;
  right: 0;
  -webkit-animation: about-ani-one 5s linear infinite;
  animation: about-ani-one 5s linear infinite;
}
.projects-area {
  background-color: #efefef;
}
.projects-item {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.projects-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.projects-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.041688)),
    color-stop(72%, rgba(0, 0, 0, 0.715845))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.041688) 0%,
    rgba(0, 0, 0, 0.715845) 72%
  );
}
.projects-item img {
  width: 100%;
}
.projects-item .inner {
  position: absolute;
  left: 15px;
  bottom: 12px;
  z-index: 1;
}
.projects-item .inner h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.projects-item .inner h3 a {
  color: #fff;
}
.projects-item .inner h3 a:hover {
  color: #fa0401;
}
.projects-item .inner .projects-btn {
  display: inline-block;
  color: #fa0401;
  font-weight: 700;
}
.projects-item .inner .projects-btn:hover {
  color: #fff;
}
.services-item-two {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd57;
  box-shadow: 0 0 20px 0 #dddddd57;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.services-item-two:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.services-item-two:hover .top {
  background-color: #fa0401;
}
.services-item-two:hover .bottom {
  background-color: #fff;
}
.services-item-two .top {
  background-color: #efefef;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  overflow: hidden;
}
.services-item-two .top img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.services-item-two .bottom {
  padding: 20px 25px 25px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.services-item-two .bottom h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.services-item-two .bottom h3 a {
  color: #011a41;
}
.services-item-two .bottom h3 a:hover {
  color: #fa0401;
}
.services-item-two .bottom p {
  margin-bottom: 14px;
}
.services-item-two .bottom .services-btn i {
  display: inline-block;
  color: #fa0401;
  font-size: 20px;
  position: relative;
  top: 4px;
}
.services-item-two .bottom .services-btn a {
  display: inline-block;
  color: #fa0401;
  font-weight: 600;
  border-bottom: 1px solid #fa0401;
}
.services-item-two .bottom .services-btn a:hover {
  color: #011a41;
  border-bottom: 1px solid #011a41;
}
.projects-area-two {
  background-color: #efefef;
}
.projects-item-two {
  margin-bottom: 30px;
  position: relative;
  padding: 30px 25px;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.projects-item-two:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background-color: #fa0401;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.projects-item-two:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.projects-item-two:hover:before {
  height: 100%;
}
.projects-item-two:hover i {
  color: #fff;
}
.projects-item-two:hover h3 a {
  color: #fff;
}
.projects-item-two:hover p {
  color: #fff;
}
.projects-item-two:hover .projects-btn {
  color: #fff;
}
.projects-item-two img {
  position: absolute;
  z-index: -1;
}
.projects-item-two img:nth-child(1) {
  top: 0;
  right: 0;
}
.projects-item-two img:nth-child(2) {
  right: 0;
  bottom: 0;
}
.projects-item-two .icon {
  display: inline-block;
  color: #fa0401;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.projects-item-two h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.projects-item-two h3 a {
  color: #fa0401;
}
.projects-item-two h3 a:hover {
  color: #011a41;
}
.projects-item-two p {
  margin-bottom: 14px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.projects-item-two .projects-btn {
  display: inline-block;
  font-weight: 600;
  color: #fa0401;
}
.projects-item-two .projects-btn i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 4px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.projects-item-two .projects-btn:hover {
  color: #011a41;
}
.projects-item-two .projects-btn:hover i {
  color: #011a41;
}
.counter-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
  padding: 30px 30px 20px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd57;
  box-shadow: 0 0 20px 0 #dddddd57;
  position: relative;
  z-index: 1;
}
.counter-wrap .counter-shape img {
  z-index: -1;
  position: absolute;
}
.counter-wrap .counter-shape img:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation: service-ani-one 3s linear infinite;
  animation: service-ani-one 3s linear infinite;
}
.counter-wrap .counter-shape img:nth-child(2) {
  bottom: 0;
  right: 0;
  -webkit-animation: service-ani-two 3s linear infinite;
  animation: service-ani-two 3s linear infinite;
}
.counter-item {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.counter-item.right-border:before {
  display: none;
}
.counter-item:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 135px;
  right: 0;
  top: 15px;
  background-color: #fa0401;
}
.counter-item i {
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 12px;
  color: #fa0401;
  display: inline-block;
}
.counter-item h3 {
  margin-bottom: 5px;
  font-size: 45px;
}
.counter-item p {
  font-weight: 600;
  margin-bottom: 0;
}
.video-area {
  height: 300px;
  background-image: url(../new-img/bg-1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.video-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.video-area .video-item {
  text-align: center;
  position: relative;
  z-index: 1;
}
.video-area .video-item .video-wrap {
  margin-bottom: 30px;
}
.video-area .video-item .video-wrap a {
  color: #fa0401;
}
.video-area .video-item .video-wrap a:before {
  background-color: #fff;
}
.video-area .video-item .video-wrap a:after {
  background-color: #fff;
}
.video-area .video-item .video-wrap a:hover {
  color: #fff;
}
.video-area .video-item .video-wrap a:hover:before {
  background-color: #fa0401;
}
.video-area .video-item .video-wrap a:hover:after {
  background-color: #fa0401;
}
.video-area .video-item span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.works-area-two .works-img {
  position: relative;
  text-align: center;
}
.works-area-two .works-img img:nth-child(1) {
  position: relative;
  z-index: -1;
}
.works-area-two .works-img img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: -102px;
  z-index: 1;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
.works-area-two .works-content .section-title.two {
  text-align: left;
}
.works-area-two .works-content .section-title.two h2 {
  margin-bottom: 5px;
}
.works-area-two .works-content .section-title.two p {
  margin-bottom: 0;
}
.works-area-two .works-content ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 15px;
}
.works-area-two .works-content ul li:hover i {
  color: #fff;
  background-color: #fa0401;
}
.works-area-two .works-content ul li:last-child {
  margin-bottom: 0;
}
.works-area-two .works-content ul li i {
  display: inline-block;
  color: #fa0401;
  background-color: #fff;
  text-align: center;
  font-size: 25px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd42;
  box-shadow: 0 0 20px 0 #dddddd42;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.works-area-two .works-content ul li h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.works-area-two .works-content ul li p {
  margin-bottom: 0;
}
.works-area-two .works-content .common-btn.two {
  margin-top: 35px;
}
.testimonials-area-two {
  background-color: #f9f9f9;
}
.testimonials-area-two .testimonials-item {
  text-align: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-area-two .testimonials-item h2 {
  font-size: 30px;
  font-style: italic;
  margin-bottom: 30px;
  font-weight: 400;
  z-index: 1;
  position: relative;
}
.testimonials-area-two .testimonials-item img {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 15px;
}
.testimonials-area-two .testimonials-item h3 {
  color: #fa0401;
  font-size: 24px;
  margin-bottom: 5px;
}
.testimonials-area-two .testimonials-item span {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.testimonials-area-two .testimonials-item i {
  display: inline-block;
  font-size: 90px;
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  color: #fabcc7;
  z-index: -1;
}
.testimonials-area-two .owl-prev {
  position: absolute;
  top: 40%;
  left: 30px;
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  border-radius: 50% !important;
  color: #fc0300 !important;
  border: 1px solid #fc0300 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.testimonials-area-two .owl-prev i {
  line-height: 35px;
}
.testimonials-area-two .owl-prev:hover {
  color: #fff !important;
  background: #fc0300 !important;
}
.testimonials-area-two .owl-next {
  position: absolute;
  top: 40%;
  right: 30px;
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  border-radius: 50% !important;
  color: #fc0300 !important;
  border: 1px solid #fc0300 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.testimonials-area-two .owl-next i {
  line-height: 35px;
}
.testimonials-area-two .owl-next:hover {
  color: #fff !important;
  background: #fc0300 !important;
}
.blog-area.two .blog-item:hover .top {
  background-color: #fa0401;
}
.blog-area.two .blog-item .bottom ul li a:hover {
  color: #fa0401;
}
.blog-area.two .blog-item .bottom ul li i {
  color: #fa0401;
}
.blog-area.two .blog-item .bottom .blog-btn {
  border-bottom: 1px solid #fa0401;
}
.blog-area.two .blog-item .bottom .blog-btn:hover {
  color: #fa0401;
}
.logo-area {
  background-color: #f7f4f4;
}
.logo-item {
  text-align: center;
}
.logo-item:hover img {
  -webkit-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
}
.logo-item img {
  width: 145px !important;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.footer-area.two .footer-item h3:before {
  background-color: #fa0401;
}
.footer-area.two .footer-item .footer-logo ul li a:hover {
  color: #fa0401;
}
.footer-area.two .footer-item .footer-logo ul li i {
  color: #fa0401;
}
.footer-area.two .footer-item .footer-links ul li a:hover {
  color: #fa0401;
}
.footer-area.two .footer-item .footer-newsletter .newsletter-form .common-btn {
  background-color: #fa0401;
}
.copyright-area.two .copyright-item p a {
  color: #fff;
}
.copyright-area.two .copyright-item p a:hover {
  color: #red;
}
.header-area.three .left ul li i {
  color: #355efc;
}
.header-area.three .left ul li a:hover {
  color: #355efc;
}
.header-area.three .right ul li a:hover {
  color: #355efc;
}
.main-nav.three nav .navbar-nav .nav-item:hover a {
  color: #355efc;
}
.main-nav.three nav .navbar-nav .nav-item a {
  color: #011a41;
}
.main-nav.three nav .navbar-nav .nav-item a:hover,
.main-nav.three nav .navbar-nav .nav-item a:focus,
.main-nav.three nav .navbar-nav .nav-item a.active {
  color: #355efc;
}
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #355efc;
}
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #011a41;
}
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a:before {
  background-color: #355efc;
}
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #355efc;
}
.main-nav.three
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #011a41;
}
.main-nav.three
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.main-nav.three
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.main-nav.three
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #355efc;
}
.side-nav .navbar-form {
  position: relative;
  display: inline-block;
  margin-right: 18px;
}
.side-nav .navbar-form .form-control {
  height: 35px;
  background-color: #efefef;
  border: 0;
  border-radius: 30px;
  width: 120px;
  padding-left: 15px;
  font-size: 14px;
}
.side-nav .navbar-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.side-nav .navbar-form ::-webkit-input-placeholder {
  color: #355efc;
}
.side-nav .navbar-form :-ms-input-placeholder {
  color: #355efc;
}
.side-nav .navbar-form ::-ms-input-placeholder {
  color: #355efc;
}
.side-nav .navbar-form ::placeholder {
  color: #355efc;
}
.side-nav .navbar-form .btn {
  color: #355efc;
  padding: 0;
  position: absolute;
  top: 6px;
  right: 10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.side-nav .navbar-form .btn:hover {
  color: #fc0300;
}
.side-nav .navbar-modal-btn {
  display: inline-block;
}
.side-nav .navbar-modal-btn .modal-btn {
  padding: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  background-color: #355efc;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.side-nav .navbar-modal-btn .modal-btn i {
  line-height: 35px;
}
.side-nav .navbar-modal-btn .modal-btn:hover {
  background-color: #011a41;
}
.modal-body {
  padding: 40px 30px 50px;
}
.modal-body h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #355efc;
}
.modal-body p {
  font-size: 14px;
  margin-bottom: 20px;
}
.modal-body .image-area {
  margin-bottom: 10px;
}
.modal-body .image-area .col-lg-4 {
  padding-right: 5px;
  margin-right: -5px;
}
.modal-body .image-area a {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.modal-body .image-area a:hover:before {
  height: 100%;
  opacity: 0.5;
  visibility: visible;
}
.modal-body .image-area a:hover i {
  opacity: 1;
  visibility: visible;
}
.modal-body .image-area a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.7;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}
.modal-body .image-area a i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 30px;
  display: inline-block;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}
.modal-body .image-area a img {
  width: 100%;
}
.modal-body .modal-item {
  margin-bottom: 30px;
}
.modal-body .social-area {
  text-align: center;
}
.modal-body .social-area h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #011a41;
}
.modal-body .social-area ul li {
  list-style-type: none;
  display: inline-block;
}
.modal-body .social-area ul li a {
  display: block;
  color: #355efc;
  border: 1px solid #355efc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px;
  text-align: center;
}
.modal-body .social-area ul li a i {
  line-height: 30px;
}
.modal-body .social-area ul li a:hover {
  color: #fff;
  background-color: #355efc;
}
#myModalRight {
  z-index: 99999;
  padding-right: 0 !important;
}
.modal .modal-header .btn-close {
  padding: 0;
  margin: 4px 0 0 auto;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #355efc;
}
.modal .modal-header .btn-close:hover {
  color: #011a41;
}
.modal .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal.modal-right .modal-dialog {
  max-width: 380px;
  min-height: 100vh;
}
.modal.modal-right.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.modal-right .modal-content {
  height: 100vh;
  overflow-y: auto;
  border-radius: 0;
}
.modal.modal-left .modal-dialog {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  margin: 0 auto 0 0;
}
.modal.modal-right .modal-dialog {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  margin: 0 0 0 auto;
}
.banner-area-three {
  background-color: #f9fafd;
  height: 900px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-area-three .banner-shape {
  position: absolute;
  top: -60px;
  left: -20px;
  z-index: -1;
}
.banner-area-three .banner-content {
  margin-top: 110px;
  max-width: 580px;
}
.banner-area-three .banner-content span {
  color: #355efc;
}
.banner-area-three .banner-content h1 {
  color: #011a41;
}
.banner-area-three .banner-content p {
  color: #011f4c;
}
.banner-area-three .banner-slider-img {
  position: absolute;
  bottom: 190px;
  right: 40px;
  max-width: 650px;
}
.about-area-two.three .about-content ul li i {
  color: #355efc;
}
.about-area-two.three .about-content ul li i:after {
  background-color: #ccdafe;
}
.about-area-two.three .about-img img {
  position: relative !important;
  border-radius: 0 !important;
}
.provide-area {
  background-color: #f8f6f6;
}
.provide-area .section-title.three h2 {
  margin-bottom: 5px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.provide-area .section-title.three p {
  margin-bottom: 0;
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}
.provide-area .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  text-align: center;
}
.provide-area .nav li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15.5%;
  flex: 0 0 15.5%;
  max-width: 15.5%;
  background-color: #fff;
  text-align: center;
  margin-left: 7px;
  margin-right: 7px;
}
.provide-area .nav li a {
  padding: 25px 5px 20px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd42;
  box-shadow: 0 0 20px 0 #dddddd42;
}
.provide-area .nav li a i {
  display: inline-block;
  color: #355efc;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 10px;
}
.provide-area .nav li a h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.provide-area .nav .nav-link.active,
.provide-area .nav .show > .nav-link {
  background-color: #355efc;
}
.provide-area .nav .nav-link.active i,
.provide-area .nav .show > .nav-link i {
  color: #fff;
}
.provide-area .nav .nav-link.active h3,
.provide-area .nav .show > .nav-link h3 {
  color: #fff;
}
.provide-area .tab-content .provide-left {
  margin-bottom: 30px;
}
.provide-area .tab-content .provide-left h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.provide-area .tab-content .provide-left p {
  margin-bottom: 30px;
}
.provide-area .tab-content .provide-left ul li {
  position: relative;
  list-style-type: none;
  display: block;
  padding-left: 50px;
  margin-bottom: 15px;
}
.provide-area .tab-content .provide-left ul li:last-child {
  margin-bottom: 0;
}
.provide-area .tab-content .provide-left ul li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #011a41;
  font-size: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
.provide-area .tab-content .provide-left ul li h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.provide-area .tab-content .provide-left ul li span {
  display: block;
  line-height: 1.7;
}
.provide-area .tab-content .provide-left .common-btn {
  margin-top: 30px;
}
.provide-area .tab-content .provide-right {
  margin-bottom: 30px;
}
.features-area {
  position: relative;
  z-index: 1;
}
.features-area .features-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.features-area .features-shape img {
  z-index: -1;
}
.features-area .features-img {
  margin-bottom: 30px;
}
.features-area .projects-item-two {
  border: 1px solid #dfe4fd;
  -webkit-box-shadow: 0 0 20px 0 #dddddd57;
  box-shadow: 0 0 20px 0 #dddddd57;
}
.features-area .projects-item-two.bottom-gap-top {
  margin-top: 30px;
}
.features-area .projects-item-two.bottom-gap-bottom {
  margin-top: -30px;
}
.features-area .projects-item-two:before {
  background-color: #355efc;
}
.features-area .projects-item-two:hover .icon {
  color: #fff;
}
.features-area .projects-item-two:hover h3 a {
  color: #fff;
}
.features-area .projects-item-two:hover p {
  color: #fff;
}
.features-area .projects-item-two:hover .projects-btn {
  color: #fff;
}
.features-area .projects-item-two .icon {
  color: #355efc;
}
.features-area .projects-item-two h3 a {
  color: #355efc;
}
.features-area .projects-item-two h3 a:hover {
  color: #011a41;
}
.features-area .projects-item-two .projects-btn {
  color: #355efc;
}
.features-area .projects-item-two .projects-btn:hover {
  color: #011a41;
}
.projects-area-three {
  background-color: #f8f6f6;
}
.projects-area-three .section-title.three {
  text-align: left;
}
.projects-area-three .container-fluid {
  max-width: 1350px;
  margin-right: 0;
  margin-left: auto;
}
.projects-area-three .owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #355efc !important;
  background-color: #e4e9fc !important;
  font-size: 30px !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.projects-area-three .owl-prev i {
  line-height: 40px;
}
.projects-area-three .owl-prev:hover {
  color: #fff !important;
  background: #355efc !important;
}
.projects-area-three .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #355efc !important;
  background-color: #e4e9fc !important;
  font-size: 30px !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.projects-area-three .owl-next i {
  line-height: 40px;
}
.projects-area-three .owl-next:hover {
  color: #fff !important;
  background: #355efc !important;
}
.projects-area-three .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -105px;
  right: 0;
}
.projects-item-three {
  margin-bottom: 30px;
}
.projects-item-three:hover .top {
  border-bottom: 2px solid #355efc;
}
.projects-item-three .top {
  background-color: #fff;
  border-bottom: 2px solid transparent;
  margin-bottom: 15px;
  padding: 30px 25px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.projects-item-three .top a {
  display: block;
}
.projects-item-three .top a img {
  width: 260px;
  height: 195px;
  margin-left: auto;
  margin-right: auto;
}
.projects-item-three .bottom h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.projects-item-three .bottom h3 a {
  color: #355efc;
}
.projects-item-three .bottom h3 a:hover {
  color: #011a41;
}
.counter-area.three .counter-item:before {
  background-color: #355efc;
}
.counter-area.three .counter-item i {
  color: #355efc;
}
.touch-area.three {
  background-color: transparent;
}
.touch-area.three .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.touch-area.three .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.touch-area.three .section-title.three {
  padding-left: 15px;
}
.touch-area.three .touch-wrap {
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.touch-area.three .touch-content {
  background-color: #011a41;
  margin-bottom: 0;
}
.touch-area.three .touch-img {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.team-area.two .team-item .top ul li a {
  color: #355efc;
}
.team-area.two .team-item .top ul li a:hover {
  color: #fff;
}
.team-area.two .team-item .bottom span {
  color: #355efc;
}
.team-area.two .owl-prev {
  background-color: #355efc !important;
}
.team-area.two .owl-prev:hover {
  background-color: #011a41 !important;
}
.team-area.two .owl-next {
  background-color: #355efc !important;
}
.team-area.two .owl-next:hover {
  background-color: #011a41 !important;
}
.testimonials-area-three {
  background-color: #f9f9f9;
  background-image: url(../img/testimonials-bg.png);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.testimonials-area-three .testimonials-item {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.testimonials-area-three .testimonials-item:hover .top i {
  color: #fff;
  background-color: #011a41;
}
.testimonials-area-three .testimonials-item .top {
  border: 2px solid #c6cefc;
  border-radius: 5px;
  padding: 0 25px 30px;
  position: relative;
  margin-bottom: 55px;
  position: relative;
}
.testimonials-area-three .testimonials-item .top:before {
  position: absolute;
  content: "";
  bottom: -36px;
  right: 0;
  left: 0;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #c6cefc;
}
.testimonials-area-three .testimonials-item .top i {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #011a41;
  background-color: #d7ddfe;
  border-radius: 50%;
  font-size: 30px;
  position: relative;
  top: -30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.testimonials-area-three .testimonials-item .top h2 {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
}
.testimonials-area-three .testimonials-item .bottom img {
  width: 100px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.testimonials-area-three .testimonials-item .bottom h3 {
  font-size: 24px;
  margin-bottom: 3px;
}
.testimonials-area-three .testimonials-item .bottom span {
  display: block;
  font-size: 15px;
  color: #355efc;
}
.testimonials-area-three .owl-prev {
  position: absolute;
  top: 25%;
  left: 0;
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  border-radius: 50% !important;
  color: #355efc !important;
  border: 1px solid #355efc !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.testimonials-area-three .owl-prev i {
  line-height: 35px;
}
.testimonials-area-three .owl-prev:hover {
  color: #fff !important;
  background: #355efc !important;
}
.testimonials-area-three .owl-next {
  position: absolute;
  top: 25%;
  right: 0;
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  border-radius: 50% !important;
  color: #355efc !important;
  border: 1px solid #355efc !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.testimonials-area-three .owl-next i {
  line-height: 35px;
}
.testimonials-area-three .owl-next:hover {
  color: #fff !important;
  background: #355efc !important;
}
.blog-area.three .blog-item:hover .top {
  background-color: #355efc;
}
.blog-area.three .blog-item .bottom ul li i {
  color: #355efc;
}
.blog-area.three .blog-item .bottom h3 a:hover {
  color: #355efc;
}
.blog-area.three .blog-item .bottom .blog-btn {
  border-bottom: 1px solid #355efc;
}
.blog-area.three .blog-item .bottom .blog-btn:hover {
  color: #355efc;
}
.footer-area.three .footer-item h3:before {
  background-color: #355efc;
}
.footer-area.three .footer-item .footer-logo ul li a:hover {
  color: #355efc;
}
.footer-area.three .footer-item .footer-logo ul li i {
  color: #355efc;
}
.footer-area.three .footer-item .footer-links ul li a:hover {
  color: #355efc;
}
.footer-area.three
  .footer-item
  .footer-newsletter
  .newsletter-form
  .common-btn {
  background-color: #355efc;
}
.copyright-area.three .copyright-item p a {
  color: #355efc;
}
.copyright-area.three .copyright-item p a:hover {
  color: #fff;
}
.page-title-area {
  background-image: url(../new-img/bamboo-blind-inner-banner-1.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 350px;
}


.pvc-1{
    background-image: url(../new-img/chickbanner2.jpg);
    background-size:cover!important;
}
.page-title-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(1, 6, 16, 0.887194)),
    color-stop(93%, rgba(1, 6, 16, 0.350677))
  );
  background: linear-gradient(
    180deg,
    rgba(1, 6, 16, 0.887194) 0%,
    rgba(1, 6, 16, 0.350677) 93%
  );
}
.page-title-area .title-content {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 65px;
}
.page-title-area .title-content h2 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 2px;
}
.page-title-area .title-content ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}
.page-title-area .title-content ul li:last-child:before {
  display: none;
}
.page-title-area .title-content ul li:before {
  position: absolute;
  content: "/";
  top: 0;
  left: 53px;
  color: #fff;
}
.page-title-area .title-content ul li a {
  display: block;
  color: #fff;
}
.page-title-area .title-content ul li a:hover {
  color: #fc0300;
}
.page-title-area .title-content ul li span {
  display: inline-block;
  color: #fff;
}
.services-area.four {
  background-color: #fff;
}
.services-area.four .services-item {
  -webkit-box-shadow: 0 0 20px 0 #dddddd42;
  box-shadow: 0 0 20px 0 #dddddd42;
}
.pagination-area {
  text-align: center;
}
.pagination-area ul {
  position: relative;
  z-index: 1;
}
.pagination-area ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.pagination-area ul li a {
  display: block;
  color: #fc0300;
  background-color: #efefef;
  border-radius: 5px;
  width: 50px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
}
.pagination-area ul li a i {
  line-height: 35px;
}
.pagination-area ul li a:hover,
.pagination-area ul li a.active {
  color: #fff;
  background-color: #fc0300;
}
.service-details-area .details-item .details-img {
  margin-bottom: 50px;
}
.service-details-area .details-item .details-img img {
  margin-bottom: 20px;
}
.service-details-area .details-item .details-img h2 {
  margin-bottom: 5px;
  font-size: 38px;
}
.service-details-area .details-item .details-img p {
  margin-bottom: 10px;
}
.service-details-area .details-item .details-img p:last-child {
  margin-bottom: 0;
}
.service-details-area .details-item .details-business {
  margin-bottom: 50px;
}
.service-details-area .details-item .details-business .img {
  margin-bottom: 20px;
}
.service-details-area .details-item .details-business .img img {
  width: 100%;
}
.service-details-area .details-item .details-business h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.service-details-area .details-item .details-business p {
  margin-bottom: 15px;
}
.service-details-area .details-item .details-business p:last-child {
  margin-bottom: 0;
}
.service-details-area .details-item .details-business ul {
  margin-bottom: 15px;
}
.service-details-area .details-item .details-business ul li {
  list-style-type: none;
  display: block;
  padding-left: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
}
.service-details-area .details-item .details-business ul li:last-child {
  margin-bottom: 0;
}
.service-details-area .details-item .details-business ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  background-color: #011a41;
}
.service-details-area .details-item .details-faq .section-title {
  text-align: left;
  margin-bottom: 30px;
}
.service-details-area .details-item .details-faq .section-title h2 {
  margin-bottom: 5px;
}
.service-details-area .details-item .details-faq .section-title p {
  margin-bottom: 0;
}
.service-details-area .details-item .details-faq .faq-item {
  margin-bottom: 0;
}
.widget-area .widget-item {
  margin-bottom: 30px;
  border: 1px solid #fc030042;
  padding: 30px;
}
.widget-area .widget-item h3 {
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 5px;
  border-left: 3px solid #fc0300;
  padding-left: 10px;
}
.widget-area .services ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.widget-area .services ul li:last-child {
  margin-bottom: 0;
}
.widget-area .services ul li a {
  color: #011f4c;
  background-color: #fef7f3;
  display: block;
  padding: 12px 15px;
  font-weight: 600;
  position: relative;
}
.widget-area .services ul li a i {
  position: absolute;
  top: 16px;
  right: 15px;
  display: inline-block;
  font-size: 18px;
}
.widget-area .services ul li a:hover {
  color: #fff;
  background-color: #fc0300;
}
.widget-area .download ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.widget-area .download ul li:last-child {
  margin-bottom: 0;
}
.widget-area .download ul li a {
  color: #fc0300;
  background-color: #fef7f3;
  display: block;
  padding: 12px 15px;
  font-weight: 600;
}
.widget-area .download ul li a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.widget-area .download ul li a:hover {
  color: #fff;
  background-color: #fc0300;
}
.widget-area .contact form .form-group {
  margin-bottom: 10px;
}
.widget-area .contact form .form-group .form-control {
  height: 50px;
  padding-left: 15px;
  font-size: 15px;
  background-color: #ebeaea;
  border: 0;
  border-radius: 0;
}
.widget-area .contact form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.widget-area .contact form .form-group textarea {
  padding-top: 13px;
  height: auto !important;
}
.widget-area .contact form .common-btn {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0;
}
.widget-area .consultation {
  position: relative;
}
.widget-area .consultation:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(1, 26, 65, 0)),
    color-stop(98%, rgba(1, 26, 65, 0.926519)),
    to(#011a41)
  );
  background: linear-gradient(
    180deg,
    rgba(1, 26, 65, 0) 0%,
    rgba(1, 26, 65, 0.926519) 98%,
    #011a41 100%
  );
}
.widget-area .consultation img {
  width: 100%;
}
.widget-area .consultation .inner {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
}
.widget-area .consultation .inner h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}
.projects-area-two.two {
  background-color: #fff;
}
.projects-area-two.two .projects-item-two {
  -webkit-box-shadow: 0 0 20px 0 #dddddd42;
  box-shadow: 0 0 20px 0 #dddddd42;
}

.project-details-area .details-item .details-img img {
  margin-bottom: 20px;
}
.project-details-area .details-item .details-img h2 {
  font-size: 38px;
  margin-bottom: 5px;
}
.project-details-area .details-item .details-img p {
  margin-bottom: 10px;
}
.project-details-area .details-item .details-img p:last-child {
  margin-bottom: 0;
}
.project-details-area .details-item .details-client {
  margin-bottom: 50px;
}
.project-details-area .details-item .details-client:last-child {
  margin-bottom: 0;
}
.project-details-area .details-item .details-client h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.project-details-area .details-item .details-client p {
  margin-bottom: 15px;
}
.project-details-area .details-item .details-client p:last-child {
  margin-bottom: 0;
}
.project-details-area .details-item .details-client ul {
  margin-bottom: 15px;
}
.project-details-area .details-item .details-client ul li {
  list-style-type: none;
  display: block;
  padding-left: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
}
.project-details-area .details-item .details-client ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  background-color: #fc0300;
}
.project-details-area .details-item .details-related h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.project-details-area .details-item .details-related .img {
  margin-bottom: 20px;
}
.project-details-area .details-item .details-related .img img {
  width: 100%;
}
.blog-details-area .details-item .details-img {
  margin-bottom: 50px;
}
.blog-details-area .details-item .details-img img {
  margin-bottom: 20px;
}
.blog-details-area .details-item .details-img h2 {
  font-size: 35px;
  margin-bottom: 5px;
}
.blog-details-area .details-item .details-img p {
  margin-bottom: 10px;
}
.blog-details-area .details-item .details-img p:last-child {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-quote {
  margin-bottom: 40px;
}
.blog-details-area .details-item .details-quote blockquote {
  margin-bottom: 20px;
  border-left: 3px solid #fc0300;
  background-color: #ebeaea;
  text-align: center;
  padding: 30px;
  position: relative;
}
.blog-details-area .details-item .details-quote blockquote h3 {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
}
.blog-details-area .details-item .details-quote blockquote i {
  display: inline-block;
  color: #fc0300;
  font-size: 50px;
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.blog-details-area .details-item .details-quote p {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-grow {
  margin-bottom: 50px;
}
.blog-details-area .details-item .details-grow h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.blog-details-area .details-item .details-grow p {
  margin-bottom: 15px;
}
.blog-details-area .details-item .details-grow p:last-child {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-grow ul {
  margin-bottom: 15px;
}
.blog-details-area .details-item .details-grow ul li {
  list-style-type: none;
  display: block;
  padding-left: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
}
.blog-details-area .details-item .details-grow ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  background-color: #011a41;
}
.blog-details-area .details-item .details-form {
  background-color: #f4f4f4;
  padding: 45px 50px 50px;
  margin-bottom: 50px;
}
.blog-details-area .details-item .details-form h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.blog-details-area .details-item .details-form p {
  margin-bottom: 30px;
}
.blog-details-area .details-item .details-form .form-group {
  margin-bottom: 15px;
}
.blog-details-area .details-item .details-form .form-group label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}
.blog-details-area .details-item .details-form .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  font-size: 15px;
}
.blog-details-area .details-item .details-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.blog-details-area .details-item .details-form .form-group textarea {
  padding-top: 13px;
  height: auto !important;
}
.blog-details-area .details-item .details-form .common-btn {
  border: 0;
  margin-top: 10px;
}
.blog-details-area .details-item .details-comment h3 {
  font-size: 24px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.blog-details-area .details-item .details-comment h3:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #fc0300;
}
.blog-details-area .details-item .details-comment ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 120px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd42;
}
.blog-details-area .details-item .details-comment ul li:nth-child(2) {
  margin-left: 50px;
}
.blog-details-area .details-item .details-comment ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-details-area .details-item .details-comment ul li img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.blog-details-area .details-item .details-comment ul li h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.blog-details-area .details-item .details-comment ul li span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-details-area .details-item .details-comment ul li p {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-comment ul li a {
  display: inline-block;
  color: #011f4c;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
}
.blog-details-area .details-item .details-comment ul li a:hover {
  color: #fc0300;
}
.widget-area .popular .popular-inner {
  margin-bottom: 15px;
}
.widget-area .popular .popular-inner:last-child {
  margin-bottom: 0;
}
.widget-area .popular .popular-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget-area .popular .popular-inner ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.widget-area .popular .popular-inner ul li:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}
.widget-area .popular .popular-inner ul li span {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}
.widget-area .popular .popular-inner ul li a {
  display: block;
  color: #011a41;
  font-weight: 600;
}
.widget-area .popular .popular-inner ul li a:hover {
  color: #fc0300;
}
.contact-info-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd57;
  box-shadow: 0 0 20px 0 #dddddd57;
  text-align: center;
  position: relative;
  padding: 35px 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.contact-info-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.contact-info-item img {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-info-item i {
  color: #fc0300;
  display: inline-block;
  font-size: 55px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.contact-info-item i:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fbd0c2;
  z-index: -1;
}
.contact-info-item h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.contact-info-item a {
  display: block;
  color: #011f4c;
}
.contact-info-item a:hover {
  color: #fc0300;
}
.contact-info-item ul li {
  list-style-type: none;
  display: block;
}
.contact-area {
  position: relative;
  background-image: url(../img/contact-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.contact-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #011a41;
  opacity: 0.5;
}
.contact-area #contactForm {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.contact-area #contactForm .section-title {
  text-align: center;
  margin-bottom: 30px;
}
.contact-area #contactForm .section-title h2 {
  color: #fff;
  margin-top: -12px;
}
.contact-area #contactForm .form-group {
  margin-bottom: 30px;
}
.contact-area #contactForm .form-group .form-control {
  height: 50px;
  padding-left: 20px;
  font-size: 15px;
  border: 0;
  border-radius: 0;
}
.contact-area #contactForm .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.contact-area #contactForm textarea {
  padding-top: 13px;
  height: auto !important;
}
.contact-area #contactForm .common-btn {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0;
  border: 0;
  opacity: 1;
}
.contact-area #contactForm .list-unstyled {
  margin-top: 10px;
  color: #fff;
}
.contact-area #contactForm .text-danger {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 25px;
  color: #fff !important;
}
.contact-area #contactForm .text-success {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 25px;
  color: #28a745 !important;
}
.map-area #map {
  width: 100%;
  display: block;
  height: 400px;
  border: 0;
}
.user-form-area .form-item {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.user-form-area .form-item form {
  margin-bottom: 25px;
}
.user-form-area .form-item form h2 {
  font-size: 38px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
  margin-top: -10px;
}
.user-form-area .form-item form h2:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fc0300;
}
.user-form-area .form-item form h2:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -6px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fc0300;
}
.user-form-area .form-item form .form-group {
  margin-bottom: 30px;
}
.user-form-area .form-item form .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  background-color: #fafafa;
  padding-left: 20px;
  font-size: 15px;
}
.user-form-area .form-item form .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.user-form-area .form-item form .common-btn {
  padding: 12px 70px;
}
.user-form-area .form-item .user-btn h3 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
  font-family: open sans, sans-serif;
}
.user-form-area .form-item .user-btn h3 a {
  display: inline-block;
  color: #fc0300;
  font-weight: 600;
  margin-left: 5px;
}
.user-form-area .form-item .user-btn h3 a:hover {
  color: #011a41;
}
.user-form-area .form-item .user-btn span {
  display: block;
  font-size: 15px;
  position: relative;
  margin-bottom: 25px;
}
.user-form-area .form-item .user-btn span:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  left: 0;
  top: 11px;
  background-color: #dbdbdb;
}
.user-form-area .form-item .user-btn span:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  right: 0;
  top: 11px;
  background-color: #dbdbdb;
}
.user-form-area .form-item .user-btn ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.user-form-area .form-item .user-btn ul li:nth-child(2) a {
  background-color: #00acee;
}
.user-form-area .form-item .user-btn ul li:nth-child(3) a {
  background-color: #c13584;
}
.user-form-area .form-item .user-btn ul li:nth-child(4) a {
  background-color: #e60023;
}
.user-form-area .form-item .user-btn ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #3b5998;
  border-radius: 50%;
}
.user-form-area .form-item .user-btn ul li a i {
  line-height: 30px;
}
.user-form-area .form-item .user-btn ul li a:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.loan-area .loan-item .loan-img {
  margin-bottom: 30px;
}
.loan-area .loan-item .loan-img h2 {
  font-size: 38px;
  margin-bottom: 5px;
  margin-top: -12px;
}
.loan-area .loan-item .loan-img p {
  margin-bottom: 20px;
}
.loan-area .loan-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 30px;
}
.loan-area .loan-item ul li:last-child {
  margin-bottom: 0;
}
.loan-area .loan-item ul li h3 {
  position: relative;
  font-size: 24px;
  margin-bottom: 5px;
  padding-left: 30px;
}
.loan-area .loan-item ul li h3 i {
  display: inline-block;
  color: #fc0300;
  font-size: 31px;
  position: absolute;
  top: 0;
  left: -6px;
}
.loan-area .loan-item ul li p {
  margin-bottom: 0;
}
.apply-area .apply-item {
  text-align: center;
}
.apply-area .apply-item h2 {
  font-size: 38px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
  margin-top: -10px;
}
.apply-area .apply-item h2:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fc0300;
}
.apply-area .apply-item h2:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -6px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fc0300;
}
.apply-area .apply-item .form-group {
  text-align: left;
  margin-bottom: 30px;
}
.apply-area .apply-item .form-group label {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #011a41;
}
.apply-area .apply-item .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  padding-left: 20px;
  font-size: 15px;
  background-color: #fafafa;
}
.apply-area .apply-item .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.apply-area .apply-item .form-group ::-webkit-input-placeholder {
  color: #7a7a7a;
}
.apply-area .apply-item .form-group :-ms-input-placeholder {
  color: #7a7a7a;
}
.apply-area .apply-item .form-group ::-ms-input-placeholder {
  color: #7a7a7a;
}
.apply-area .apply-item .form-group ::placeholder {
  color: #7a7a7a;
}
.apply-area .apply-item .form-group .nice-select {
  margin-bottom: 30px;
  height: 50px;
  line-height: 50px;
  color: #7a7a7a;
  border-radius: 0;
  padding-left: 20px;
  font-size: 15px;
  background-color: #fafafa;
  width: 100%;
  display: block;
  border: 0;
}
.apply-area .apply-item .form-group .nice-select:focus {
  border: 0;
}
.apply-area .apply-item .form-group .nice-select .list {
  display: block;
  width: 100%;
}
.team-area.three .team-item {
  margin-left: 0;
  margin-right: 0;
}
.error-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  text-align: center;
}
.error-area .error-content i {
  color: #fc0300;
  display: inline-block;
  font-size: 100px;
}
.error-area .error-content h1 {
  font-size: 130px;
  color: #fc0300;
  margin-bottom: 10px;
}
.error-area .error-content h2 {
  font-size: 25px;
  color: #011a41;
  margin-bottom: 10px;
}
.error-area .error-content p {
  margin-bottom: 20px;
  font-weight: 500;
}
.error-area .error-content a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fc0300;
  padding: 12px 35px;
}
.error-area .error-content a:hover {
  background-color: #011a41;
}
.coming-soon-area {
  height: 100vh;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
}
.coming-soon-area .soon-item img {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.coming-soon-area .soon-item .coming-inner {
  padding-bottom: 30px;
  padding-top: 20px;
  border-radius: 5px;
  background-color: #011a41;
  margin-bottom: 30px;
}
.coming-soon-area .soon-item .coming-inner h3 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 40px;
}
.coming-soon-area .soon-item .coming-inner p {
  margin-bottom: 0;
  color: #fff;
}
.rules-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.rules-area .rules-item img {
  margin-bottom: 30px;
}
.rules-area .rules-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #011a41;
}
.rules-area .rules-item p {
  margin-bottom: 30px;
}
.rules-area .rules-item p:last-child {
  margin-bottom: 0;
}
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  right: 0;
  color: #fff;
  background-color: #fc0300;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  border-radius: 50%;
  border: 1px solid #fc0300;
}
.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 25px;
  line-height: 45px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top.active {
  right: 1%;
  -webkit-transform: translateY(-1%);
  transform: translateY(-1%);
  opacity: 1;
  visibility: visible;
}
.go-top:hover,
.go-top:focus {
  color: #fff;
  border: 1px solid #011a41;
  background-color: #011a41;
}
.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #011a41;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.others-option-for-responsive {
  display: none;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: 21px;
}
.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #fff;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #ff2a60;
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 262px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
}
.others-option-for-responsive .option-inner {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.others-option-for-responsive .option-inner .others-option {
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: 61px;
  right: 0;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.others-option-for-responsive .option-inner .others-option .option-item {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.others-option-for-responsive
  .option-inner
  .others-option
  .option-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.others-option-for-responsive .sidebar-menu {
  display: inline-block;
  margin-left: 10px;
}
.others-option-for-responsive .sidebar-menu a i {
  font-size: 25px;
  background-color: #ff2a60;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 991px) {
  .others-option-for-responsive {
    display: block;
  }
  .others-option-for-responsive .container {
    max-width: 100%;
  }
  .others-option-for-responsive .container .container {
    max-width: 400px;
    margin: auto;
  }
  .others-option-for-responsive .option-inner .others-option {
    background-color: #000;
    margin-right: 15px;
  }
  .others-option-for-responsive
    .option-inner
    .others-option
    .dot-menu:hover
    .inner
    .circle {
    background-color: #fff;
  }
  .others-option-for-responsive .option-inner .others-option .cart-icon a i {
    color: #fff;
  }
  .others-option-for-responsive .option-inner .others-option .cart-icon a span {
    background-color: #fff !important;
    color: #000;
  }
  .others-option-for-responsive .option-inner .others-option .search-btn {
    color: #fff;
  }
  .others-option-for-responsive .option-inner .others-option .search-btn:hover {
    color: #fff !important;
  }
  .others-option-for-responsive .option-inner .others-option .close-btn {
    color: #fff;
  }
}

.navbar-brand img{
    width:90px;
}

/* Section Styling */
.product-section {
    padding: 30px 20px;
    
    background-color: #f9f9f9;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Grid Layout */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 13px;
    max-width: 1260px;
    margin: 0 auto;
}

/* Card Styling */
.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: relative;
}

.product-image {
    width: 100%;
    height: 306px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.product-info {
    padding: 13px;
    background: #fff;
}

.product-info h3 {
    margin: 0;
    font-size: 1.25rem;
    color: #444;
    transition: color 0.3s ease;
}

/* --- Hover Effects --- */

/* 1. Card lift and shadow */
.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* 2. Image Zoom */
.product-card:hover .product-image img {
    transform: scale(1.1);
}

/* 3. Text Color Change */
.product-card:hover .product-info h3 {
    color: #007bff; 
}

/* Container and Form Styling */
.contact-container {
    max-width: 700px; 
    margin: 40px auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}

.contact-form h2 { text-align: center; margin-bottom: 5px; color: #333; }
.contact-form p { text-align: center; color: #777; margin-bottom: 25px; font-size: 14px; }

/* --- Row Layout for Name & Email --- */
.input-row {
    display: flex;
    gap: 20px; /* Beech ka gap */
}

.input-row .input-group {
    flex: 1; /* Dono fields barabar jagah lenge */
}

/* Common Input Group Styling */
.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
    font-size: 14px;
}

.input-group input, 
.input-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box; /* Padding se width na badhe */
}

.input-group input:focus, 
.input-group textarea:focus {
    border-color: #007bff;
    outline: none;
}

/* Button Styling */
.submit-btn {
    width: 100%;
    padding: 12px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.contact-img img{
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.submit-btn:hover { background: #0056b3; }

/* --- Mobile Responsiveness --- */
@media (max-width: 600px) {
    .input-row {
        flex-direction: column; /* Mobile par upar-niche aa jayenge */
        gap: 0;
    }
}

.footer-area{
    padding-top: 50px;
    padding-bottom: 20px;
}

.left{
    text-align:center;
}

/* Tab Buttons Style */
        .tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 20px; border-bottom: 2px solid #ddd; padding-bottom: 10px; }
        .tab-btn { padding: 10px 20px; border: none; background: #eee; cursor: pointer; font-weight: bold; border-radius: 5px; transition: 0.3s; }
        .tab-btn.active { background: #d32f2f; color: white; }

        /* Content Area */
        .tab-content { display: none; text-align: center; animation: fadeIn 0.5s ease; }
        .tab-content.active { display: block; }

        /* Running Image Section (Slider/Marquee style) */
        .image-track {
            display: flex;
            gap: 15px;
            overflow: hidden;
            white-space: nowrap;
            padding: 10px 0;
        }

        .image-track img {
            width: 350px;
            height: 280px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            /* Auto running animation */
            animation: slideLeft 10s linear infinite;
        }

        @keyframes slideLeft {
            0% { transform: translateX(0); }
            100% { transform: translateX(-100%); }
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }


.tab-sec {
    padding-top:40px;
    padding-bottom:20px;
}

.top-header-line {
            background: linear-gradient(90deg, #1a1a1a, #434343);
            color: #ffffff;
            text-align: center;
            padding: 8px 10px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            border-bottom: 2px solid #f39c12; /* Golden touch for Premium feel */
        }

        .top-header-line span {
            color: #f39c12; /* Highlight No-1 */
        }

        /* Modern Marquee Section */
        .marquee-container {
            background: #ffffff;
            overflow: hidden;
            white-space: nowrap;
            padding: 12px 0;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            display: flex;
            align-items: center;
        }

        .marquee-content {
            display: inline-block;
            animation: scroll-left 25s linear infinite;
        }

        .marquee-item {
            display: inline-flex;
            align-items: center;
            margin-right: 50px;
            font-size: 16px;
            font-weight: 500;
            color: #333;
        }

        /* Icon styling inside marquee */
        .marquee-item i {
            margin-right: 10px;
            color: #e74c3c;
            font-size: 18px;
        }

        .dot {
            height: 8px;
            width: 8px;
            background-color: #f39c12;
            border-radius: 50%;
            display: inline-block;
            margin: 0 20px;
            vertical-align: middle;
        }

        /* Animation */
        @keyframes scroll-left {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* Hover effect to pause marquee */
        .marquee-container:hover .marquee-content {
            animation-play-state: paused;
            cursor: pointer;
        }

        /* Responsive */
        @media (max-width: 600px) {
            .top-header-line { font-size: 11px; }
            .marquee-item { font-size: 13px; }
        }
        
        
        .delivery-animation-container {
            width: 100%;
            height: 130px;
            background: #ffffff; 
            overflow: hidden;
            position: relative;
            border-top: 1px solid #eee;
            border-bottom: 3px solid #444; /* Dark road line */
            margin: 20px 0;
        }

        /* Road dashed line effect */
        .road-line {
            position: absolute;
            bottom: 15px;
            width: 100%;
            height: 2px;
            border-top: 2px dashed #ccc;
        }

        /* Truck wrapper with animation */
        .truck-wrapper {
            position: absolute;
            bottom: 18px;
            right: -250px; 
            animation: moveRightToLeft 30s linear infinite;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        /* Truck Icon - Face remains towards Right */
        .truck {
            font-size: 60px;
            line-height: 1;
            /* No scaleX here, so face stays Right */
        }

        /* Modern Message Bubble */
        .delivery-text {
            background: #ff4757; /* Attractive Red color */
            color: white;
            padding: 5px 15px;
            border-radius: 8px;
            font-family: 'Arial', sans-serif;
            font-size: 13px;
            font-weight: bold;
            margin-bottom: 8px;
            white-space: nowrap;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            position: relative;
        }

        /* Bubble pointer */
        .delivery-text::after {
            content: '';
            position: absolute;
            bottom: -6px;
            left: 50%;
            transform: translateX(-50%);
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #ff4757;
        }

        /* Animation: Start Right -> End Left */
        @keyframes moveRightToLeft {
            0% {
                right: -250px; /* Screen ke bahar right side se */
            }
            100% {
                right: 100%; /* Screen ke bahar left side tak */
            }
        }

        /* Pause on Hover */
        .delivery-animation-container:hover .truck-wrapper {
            animation-play-state: paused;
        }

        /* Responsive Mobile */
        @media (max-width: 600px) {
            .truck { font-size: 45px; }
            .delivery-text { font-size: 11px; }
            .truck-wrapper { animation-duration: 7s; } 
        }
        
         .counter-area {
        padding: 80px 0;
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        font-family: 'Poppins', sans-serif;
    }

    .counter-wrap {
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        padding: 50px 20px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }

    .counter-item {
        text-align: center;
        padding: 20px;
        transition: transform 0.3s ease;
    }

    .counter-item:hover {
        transform: translateY(-10px);
    }

    .counter-item i {
        font-size: 45px;
        margin-bottom: 15px;
        background: -webkit-linear-gradient(var(--primary-color), var(--secondary-color));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
    }

    .counter-item h3 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--text-dark);
    }

    .counter-item p {
        font-size: 16px;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
    }

    /* Odometer Custom Styling */
    .odometer {
        font-family: 'Poppins', sans-serif !important;
    }
    
    /* Section Container */
.hero-video-section {
    position: relative;
    width: 100%;
    height: 80vh; /* 110vh ko 100vh kar diya taaki screen se bahar na jaye */
    overflow: hidden; /* Ye ensure karta hai ki video bahar na nikle */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background Video Styling */
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%; /* Fix: Isse width control mein rahegi */
    height: 100%; /* Fix: Isse height control mein rahegi */
    object-fit: cover; /* Sabse important: Ye video ko stretch nahi hone dega aur area cover karega */
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* Dark Overlay (Video ke upar halka andhera taaki text dikhe) */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}




/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-video-section {
        height: 60vh; /* Mobile ke liye 60vh theek hai */
        width: 100%;
        overflow: hidden;
    }
    
    .content h1 {
        font-size: 1.8rem;
    }
}

.social-media ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.social-media ul li a {
    color: #fff;
}

.social-media ul li a {
    display: block;
    font-size: 32px;
    color: #fff;
}

.product-inner-img {
    margin-bottom:20px;
}


.product-inner-img { 
    overflow: hidden; 
    position: relative;
    border-radius: 15px; /* Thoda rounded corners ke liye */
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

/* Image styling */
.product-inner-img img {
    width: 100%;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Hover Effect: Image Zoom aur Rotate */
.product-inner-img:hover img {
    transform: scale(1.1) rotate(2deg);
}

/* Unique Overlay Effect */
.product-inner-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(2px); /* Glass effect */
    opacity: 0;
    z-index: 1;
    transition: all 0.4s ease;
}

/* Hover hone par overlay dikhega */
.product-inner-img:hover::before {
    opacity: 1;
}

/* Shiny Line Animation */
.product-inner-img::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(30deg);
    transition: all 0.7s;
    z-index: 2;
}

.product-inner-img::after {
    left: 120%;
}

.scroll-container {
  width: 100%;
  overflow: hidden; /* Bahar nikalne wale text ko chupata hai */
  
  white-space: nowrap; /* Text ko ek line mein rakhta hai */
}

/* Text jo move karega */
.scroll-content {
  display: inline-block;
  /* Animation settings: naam, duration, speed curve, infinite loop */
  animation: scrollRightToLeft 15s linear infinite;
}

/* Animation Logic */
@keyframes scrollLeftToRight {
  0% {
    transform: translateX(-100%); /* Left side se bahar start karega */
  }
  100% {
    transform: translateX(100%); /* Right side mein bahar jayega */
  }
}

/* Styling for list and links */
.scroll-content ul {
    margin: 0;
    
    list-style: none;
}


.scroll-content li {
    font-family: sans-serif;
    font-size: 16px;
}

.scroll-content a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    margin-right: 15px; /* Numbers ke beech gap */
}

.float-btn1 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}


.float-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

/* 1. WhatsApp Official Green (#25D366) */
.whatsapp-btn {
    right: 25px;
    background-color: #25D366;
    animation: pulse-green 2s infinite;
}

/* 2. Call Button Blue (#007bff या Webpulse जैसा #0056b3) */
.call-btn {
    left: 25px;
    background-color: #007bff; /* Bright Blue */
    animation: pulse-blue 2s infinite;
}

.float-btn1 .icon {
    width: 32px;
    height: 32px;
}

.float-btn .icon {
    width: 32px;
    height: 32px;
}

 */
.float-btn:hover {
    transform: scale(1.1);
}

.float-btn1:hover {
    transform: scale(1.1);
}

/* Pulse Animations */
@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@keyframes pulse-blue {
    0% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7); }
    70% { box-shadow: 0 0 0 18px rgba(0, 123, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }
}

*/
@media screen and (max-width: 768px) {
    .float-btn {
        width: 55px;
        height: 55px;
        bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .float-btn1 {
        width: 55px;
        height: 55px;
        bottom: 20px;
    }
}


.brand-carousel {
    overflow: hidden;
    padding: 40px 0;
    background: white;
    white-space: nowrap; /* Logos ko niche girne se rokta hai */
    position: relative;
  }

  /* Side shadows for smooth fading effect */
  .brand-carousel::before, .brand-carousel::after {
    content: "";
    position: absolute;
    top: 0; width: 100px; height: 100%;
    z-index: 2;
  }
  .brand-carousel::before { left: 0; background: linear-gradient(to right, white, transparent); }
  .brand-carousel::after { right: 0; background: linear-gradient(to left, white, transparent); }

  .carousel-track {
    display: flex;
    width: max-content;  
    animation: scroll-left 20s linear infinite;
  }

  .logo-card {
    flex-shrink: 0; 
    width: 200px; 
    height: 80px;
    display: flex;
    align-items: center;
    box-shadow:0px 1px 6px -1px;
    justify-content: center;
    margin: 0 20px;
  }

  .logo-card img {
    max-width: 120px;
    height: auto;
    
  }

  /* Animation */
  @keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } 
  }

  /* Pause on hover */
  .brand-carousel:hover .carousel-track {
    animation-play-state: paused;
  }
  
  
  
  .brand-carousel1 {
    overflow: hidden;
    padding: 40px 0;
    background: white;
    white-space: nowrap; 
    position: relative;
  }

  
  .brand-carousel1::before, .brand-carousel1::after {
    content: "";
    position: absolute;
    top: 0; width: 100px; height: 100%;
    z-index: 2;
  }
  .brand-carousel1::before { right: 0; background: linear-gradient(to right, white, transparent); }
  .brand-carousel1::after { left: 0; background: linear-gradient(to left, white, transparent); }

  .carousel-track1 {
    display: flex;
    width: max-content; 
    animation: scroll-right 20s linear infinite;
  }

  .logo-card {
    flex-shrink: 0; 
    width: 200px; 
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
  }

  .logo-card img {
    max-width: 120px;
    height: auto;
    
  } 

  /* Animation */
  @keyframes scroll-right {
    from { transform: translateX(-50%); } 
    to { transform: translateX(0); }      
  }

  /* Pause on hover */
  .brand-carousel1:hover .carousel-track {
    animation-play-state: paused;
  }
  
  
  .testimonial .section-title{
      font-size: 2.5rem;
    margin-bottom:5px!important;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
    .testimonial{
        padding-top:30px;
    }
    
    .custom-section {
            background: #111; 
            padding: 80px 20px;
            color: #fff;
            text-align: center;
        }

        .title-group h2 {
            font-size: 2.5rem;
            font-weight: 800;
            color:#fff;
            margin-bottom: 10px;
            letter-spacing: -1px;
        }

        .title-group h2 span {
            color: #cba43d; 
        }

        .features-list {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-bottom: 50px;
            color: #aaa;
            font-size: 0.9rem;
        }

        .feature-item i {
            color: #4CAF50;
            margin-right: 5px;
        }

        /* --- Grid Layout --- */
        .steps-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* --- Premium Card Design --- */
        .step-card {
            background: #222;
            border: 1px solid #333;
            padding: 40px 20px;
            border-radius: 12px;
            position: relative;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            cursor: pointer;
        }

        /* Number background effect */
        .step-card::before {
            content: attr(data-step);
            position: absolute;
            top: -10px;
            right: 10px;
            font-size: 80px;
            font-weight: 900;
            color: rgb(255 255 255 / 14%);
            z-index: 0;
        }

        .step-card img {
            width:200px;
            margin-bottom: 20px;
            display: inline-block;
            position: relative;
            z-index: 1;
            transition: transform 0.3s ease;
        }

        .step-card h3 {
            font-size: 1.2rem;
            margin: 0;
            letter-spacing: 1px;
            text-transform: uppercase;
            position: relative;
            z-index: 1;
            color:#fff;
        }

        /* --- Hover Animations --- */
        .step-card:hover {
            background: #222;
            border-color: #fff;
            transform: scale(1.05);
            box-shadow: 0 20px 40px rgba(0,0,0,0.6);
        }

        .step-card:hover i {
            transform: translateY(-10px) rotate(5deg);
            color: #fff;
        }

        .step-card:hover h3 {
            color: #4CAF50;
        }

        /* Border Glow Effect */
        .step-card:hover::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #4CAF50;
        }

        @media (max-width: 768px) {
            .features-list { flex-direction: column; gap: 10px; }
        }
        
        .stats-container {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 50px;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); 
            font-family: 'Arial', sans-serif;
            margin-top:40px;
            margin-bottom:40px;
        }

      
        .circle-wrapper {
            position: relative;
            width: 200px;
            height: 200px;
            margin-right:40x;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        
        .rotating-text {
            position: absolute;
            width: 100%;
            height: 100%;
            animation: rotate-animation 10s linear infinite; 
        }

        
        .rotating-text text {
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 2px;
            fill: #333;  
            text-transform: uppercase;
        }

        
        .center-content {
            z-index: 10;
            text-align: center;
            background: #fff;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: 0 0 15px rgba(0,0,0,0.1);
        }

        .center-number {
            font-size: 32px;
            font-weight: 800;
            color: #e65540; 
            line-height: 1;
        }

        .center-label {
            font-size: 10px;
            color: #555;
            margin-top: 5px;
            font-weight: 600;
        }

       
        @keyframes rotate-animation {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }
        
        
        .shophippo-trust-bar {
    background-color: #f4f7fa;
    padding: 40px 0;
    font-family: 'Poppins', sans-serif; 
}

.trust-container {
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trust-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.border-left {
    border-left: 2px solid #ccc; 
    height: 70px;
}


.amazon-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.amazon-brand img {
    width: 131px;
}

.rating-num {
    font-size: 32px;
    font-weight: 800;
    color: #ff7b00;
}

.stars {
    color: #ff7b00;
    font-size: 18px;
}

.sub-text {
    margin: 5px 0 0 0;
    font-size: 16px;
    color: #111;
    font-weight: 500;
}


.main-heading {
    margin: 0;
    font-size: 44px;
    color: #333;
    font-weight: 700;
}

.orange-heading {
    margin: -5px 0 0 0;
    font-size: 55px;
    color: #ff6a00;
    font-weight: 700;
}


.phone-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.phone-icon {
    font-size: 35px;
    color: #444;
    transform: rotate(10deg);
}

.phone-num-link {
    font-size: 36px;
    font-weight: 800;
    color: #ff6a00;
    text-decoration: none;
}

.timings {
    margin: 2px 0 0 0;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-align:center;
}


@media (max-width: 768px) {
    .trust-container {
        flex-direction: column;
        gap: 30px;
    }
    .border-left {
        border-left: none;
        border-top: 1px solid #ccc;
        height: auto;
        padding-top: 20px;
        width: 100%;
    }
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
    justify-content: center;
}

.gallery-card {
    flex: 0 1 calc(25% - 15px); /* Desktop: 4 images */
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 315px;
    box-shadow:5px 4px 13px 6px;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border:1px solid #ddd;
    cursor: pointer;
    transition: 0.4s all ease;
}

/* Hover Effect: Zoom */
.gallery-card img:hover {
    transform: scale(1.1);
    filter: brightness(80%);
}

/* Lightbox Style (Popup) */
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80vh;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border: 3px solid white;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
}

/* Responsive: Mobile me 2 images ek row me */
@media (max-width: 768px) {
    .gallery-card {
        flex: 0 1 calc(50% - 15px);
        height: 180px;
    }
}

.prouduct-list{
    margin-top:20px;
}

.prouduct-list li{
    list-style:disc;
    margin-bottom:20px;
}

.bamboo-img img{
    width:100%;
    height:400px;
    object-fit:contain;
}

.button-pdf {
    text-align:center;
    margin-bottom:20px;
}

/* Modal Background (Same as before) */
.custom-modal {
  display: none;
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.6);
  backdrop-filter: blur(2px); /* Background thoda blur achha lagta hai */
}

/* Modal Content - Compact Style */
.modal-content.compact-form {
  background-color: #fff;
  margin: 5% auto; /* Top se thoda upar shift kiya */
  padding: 20px 25px;
  border: 1px solid #ddd;
  width: 90%;
  max-width: 450px; /* Width thodi kam ki taaki sleek lage */
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Heading */
.form-title {
  text-align: center;
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  border-bottom: 2px solid #28a745; /* Green underline styling */
  display: inline-block;
  padding-bottom: 5px;
}

/* Close Button */
.close-btn {
  color: #888;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
}
.close-btn:hover { color: #000; }

/* --- FLEXBOX LOGIC FOR 2 FIELDS IN 1 ROW --- */
.form-row {
  display: flex;
  gap: 15px; /* Dono fields ke beech ka gap */
  justify-content: space-between;
}

.form-group {
  margin-bottom: 12px; /* Bottom margin kam kiya */
  width: 100%;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #555;
}

.form-group input, 
.form-group textarea {
  width: 100%;
  padding: 8px 10px; /* Padding thodi kam ki compact look ke liye */
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.form-group input:focus, 
.form-group textarea:focus {
  border-color: #28a745;
  outline: none;
}

/* Submit Button */
.submit-btn {
  background-color: #28a745;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  transition: background 0.3s;
}

.submit-btn:hover {
  background-color: #218838;
}

/* Mobile Responsive - Mobile par wapas ek ke neeche ek ho jaye */
@media (max-width: 480px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  transition: 0.2s;
}

.close-btn:hover {
  color: #ff0000; 
  transform: scale(1.2);
}

.footer-logo img{
    margin-bottom:20px;
}

.testimonial-1{
    padding-top:110px!important;
}

