/*======================================
   02. Slide Area CSS
========================================*/
.hero-slider {
  position: relative;
  background: #1e3d7308;
  height: 100vh;
}

.hero-slider .single-slider {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slider .single-slider::before {
  position: absolute;
  content: "";
  right: 0;
  width: 50%;
  background-image: url(../images/Lines\ Bg-01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  height: 100%;
  top: 0;
  z-index: -1;
  border-radius: 0;
}

.hero-slider .hero-text {
  float: none;
  margin-top: 150px;
}

.input-hidden{
  visibility: hidden;
}

.CUSTOM-BTN{
  background-color: #1e3d73; /* Green */
  border-style: solid;
  border-color: #1e3d73;
  color: white;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.CUSTOM-BTN:hover{
  background-color: #e25683; /* Green */
  border-style: solid;
  border-color: #e25683;
}

.CUS-CONTAINER{
  background-color: white;
  border-style: solid;
  border-color: #1e3d73;
  margin: 75px 20px;
  padding: 2rem;
}

.CUS-BG{
  background-image: url(../images/linesBG-01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
}

.Custom-BG{
  height: 100%;
  background-image: url(../images/breadcrumbs-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#SLIDE_BG {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  animation: slideBg 8s linear infinite 0s;
  animation-timing-function: ease-in-out;
  background-image: url("../images/IMG1.jpg");
}

@keyframes slideBg {
  0% {
    background-image: url("../images/IMG1.jpg");
  }
  25% {
    background-image: url("../images/IMG2.jpg");
  }
  50% {
    background-image: url("../images/IMG3.jpg");
  }
  75% {
    background-image: url("../images/IMG4.jpg");
  }
  100% {
    background-image: url("../images/IMG5.jpg");
  }
}

/*=========================
   End Slide Area CSS
===========================*/

/*=============================
	03. Start Features CSS
===============================*/
.Features {
  background: #fff;
}

.Features .feature-content {
  padding-left: 50px;
  padding-bottom: 30px;
}

.Features .feature-content .title {
  margin-bottom: 30px;
}

.Features .feature-content .title span {
  text-transform: capitalize;
  font-size: 14px;
  display: inline-block;
  background: #1e3d73;
  color: #fff;
  padding: 4px 18px;
  margin-bottom: 5px;
}

.Features .feature-content .title h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.Features .feature-item {
  margin-bottom: 15px;
  position: relative;
  padding-left: 80px;
  padding-right: 30px;
}

.Features .feature-item:last-child {
  margin-bottom: 0;
}

.Features .feature-item .feature-thumb {
  height: 55px;
  width: 55px;
  background: url(../images/feature-icon-bg.png) no-repeat center center;
  background-size: contain;
  font-size: 23px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}

.Features .feature-item .banner-content {
  /*! padding-left: 34px; */
  display: inline-block;
}

.Features .feature-item .banner-content .title {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
}

.Features .feature-item .banner-content p {
  color: #777;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-top: 6px;
}

.feature-right {
  position: relative;
  background-image: url("../images/feature-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100%;
}

.feature-right .watch-inner {
  display: inline-block;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -80px;
}

.feature-right .video-head {
  display: inline-block;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 35px;
}

.feature-right .video-head .video {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  background: #fff;
  color: #333;
  border-radius: 100%;
  display: inline-block;
  font-size: 28px;
  padding-left: 5px;
}

.feature-right .video-head .video:hover {
  background: #1e3d73;
  color: #fff;
}

.feature-right .video-head .video {
  height: 80px;
  width: 80px;
  background: #fff;
  color: #1e3d73;
  text-align: center;
  line-height: 84px;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}

.feature-right .video-head .video:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: play-btn-1 1.8s linear infinite;
  -moz-animation: play-btn-1 1.8s linear infinite;
  -o-animation: play-btn-1 1.8s linear infinite;
  animation: play-btn-1 1.8s linear infinite;
}

.feature-right .video-head .video:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: play-btn-2 1.5s linear infinite;
  -moz-animation: play-btn-2 1.5s linear infinite;
  -o-animation: play-btn-2 1.5s linear infinite;
  animation: play-btn-2 1.5s linear infinite;
}

/*=============================
    End Features CSS
 ===============================*/

/*=============================
	04. Start Services CSS
===============================*/
.services {
  background: #f9faff !important;
  padding-bottom: 85px;
}

.services .section-title {
  margin-bottom: 65px;
}

.services .single-service {
  text-align: left;
  position: relative;
  padding: 130px 40px 45px 40px;
  box-shadow: 0px 5px 35px #0000000d;
  border-radius: 0;
  background: #fff;
  z-index: 5;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 15px 0;
}

.services .single-service .serial span {
  font-size: 30px;
  position: absolute;
  left: 40px;
  top: 40px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  background: #74b9ff;
  color: #1e3d73;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #1e3d730f;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
}

.services .single-service:hover {
  background: #e66e95;
}

.services .single-service:hover .serial span {
  border-color: transparent;
  background: #fff;
  color: #1e3d73;
  border-radius: 50%;
}

.services .single-service h3 a {
  color: #333;
  font-weight: 600;
  font-size: 22px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.services .single-service:hover h3 a {
  color: #fff;
}

.services .single-service p {
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.services .single-service:hover p {
  color: #fff;
}

.services .single-service {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}

.services .single-service img {
  height: 100%;
  width: 100%;
  z-index: 2;
}

.services .single-service .content {
  z-index: 2;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 30px;
}

.services .single-service .content h4 {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 15px;
  color: #181e4e;
  position: relative;
}

.services .single-service .content h4:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 80px;
  background: #1e3d73;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services .single-service:hover .content h4:before {
  width: 110px;
}

.services .single-service .content h4:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #e6eefb;
  z-index: -1;
}

.services .single-service .content h4 a {
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  color: #181e4e;
}

.services .single-service .content p {
  color: #666;
  transition: all 0.4s ease;
}

.services .single-service .content .button {
  margin-top: 30px;
}

.services .single-service .content .button .btn {
  border: 2px solid #1e3d73;
  color: #1e3d73;
  background: transparent;
}

.services .single-service .content .button .btn:hover {
  border-color: transparent;
  color: #fff;
  background: #1e3d73;
}

.section-title {
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.section-title span {
  background: #635cdb;
  height: 2px;
  width: 70px;
}

.btn-started {
  background: #138496;
  padding: 10px 20px;
  color: #ffffff !important;
  border-radius: 5px;
  margin-top: 20px;
}

.Custom-BG {
  height: auto !important;
  background-image: url(/public/assets/images/breadcrumbs-bg.jpg);
  height: 100% !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*=============================
  End Service CSS
===============================*/

.free-version-banner {
  position: relative;
  background: #e66e95;
  background-image: url("../images/pattern.png");
}

.free-version-banner .section-title {
  margin: 0;
  padding: 0;
  text-align: left;
}

.free-version-banner .section-title span {
  margin-bottom: 15px;
  background-color: #fff;
  color: #1e3d73 !important;
}

.free-version-banner .section-title h2 {
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 50px;
  font-size: 35px;
}

.free-version-banner .section-title h2::before {
  left: 0 !important;
  margin-left: 0 !important;
  line-height: 55px !important;
}

.free-version-banner .button {
  z-index: 5;
  float: right;
}

.free-version-banner .button .btn {
  background-color: #fff;
  color: #1e3d73;
}

.free-version-banner .button .btn:hover {
  color: #fff;
}

.free-version-banner .button .btn .dir-part {
  background-color: #333;
}

.input {
  color: rgb(124, 124, 124) !important;
}

.input::placeholder {
  color: rgb(124, 124, 124);
}

.input::-webkit-input-placeholder {
  color: rgb(124, 124, 124);
}

.input:-moz-placeholder {
  color: rgb(124, 124, 124);
}

.image-icon {
  width: 40px !important;
  height: 40px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Features .feature-content {
    padding-left: 12px;
    padding-bottom: 30px;
  }

  .Features .feature-content .title h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .Features .feature-item .banner-content .title {
    line-height: 27px;
  }

  .Features .feature-item .feature-thumb {
    top: 4px;
  }

  .services .section-title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .Features .feature-content {
    padding-left: 0;
    padding-bottom: 0;
  }

  .Features .feature-content .title h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .Features .feature-item .banner-content .title {
    line-height: 27px;
  }

  .Features .feature-item .feature-thumb {
    top: 4px;
  }

  .services .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .input {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .customBGR{
    height: 280px;
    margin-bottom: 20px;
  }
  .section{
    padding: 0 !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
  .navbar-collapse{
    position: absolute;
    right: 4px;
    margin-top: 10px;
  }

  .container {
    flex-wrap: nowrap !important;

  }
}
