/**
* Template Name: NewBiz - v2.1.0
* Template URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #05d48f;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #fe3902;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #fe3902;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
 height: 64px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    border-bottom-right-radius: 100px;
    width: 100%;
}

#header.header-scrolled {
  height: 60px;
  padding: 10px 0;
}


@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav, .main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #000000;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
  color: #fe3902;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
  color: #fe3902;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.left-list
{
  margin-left: 170px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  position: relative;
 /*-- background: url("../img/intro-bg.png") center bottom no-repeat;--*/
  background-size: cover;
  /*--padding: 200px 0 120px 0;--*/

}
.business-setup
{
  width: 100%;
  position: relative;
  background: url("../img/business-setup1.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 200px 0 120px 0;
}
.carousel
{
  max-height: 70vh;
  overflow: hidden;
}
.carousel-caption
{
  top:18%;
}
.carousel-caption h2
{
color: #fff;
margin-top: 40px;
font-size: 30px;
font-weight: 600;
line-height: 1.5;
}
.step-1-img
{
  width: 100%;
  position: relative;
  background: url("../img/steps-1-img.jpg");
  background-size: cover;
  padding: 20px 0 20px 0;
  background-attachment: fixed;
  
}
.install-app
{
  background-image: url("../img/booking-background.jpg");
  background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0 180px 0;
    margin-bottom: -100px;
    
}
@media (max-width: 1158px) {
  .carousel {
    max-height: 51vh;
    overflow: hidden;
  }
  .carousel-caption h2
  {
    font-size: 27px;
  }
  }

@media (max-width: 991px) {
  #intro {
    padding: 140px 0 60px 0;
  }
  .business-setup
  {
   padding: 140px 0 60px 0; 
  }
  .dd-none
  {
    display: none;
  }
  .carousel-caption h2
  {
    text-align: center;
  }
  #intro {
    padding: 46px 0 10px 0;
}
}
@media (max-width: 768px)
{
.section-header h3
{
  font-size: 20px !important;
}
.title-large
{
  font-size: 24px !important;
}
}

@media (max-width: 574px) {
  
   .business-setup {
    padding: 100px 0 20px 0;
  }
  .carousel-caption h2
  {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 414px) 
{
  .carousel-caption h2 {
    font-size: 16px;
    line-height: 1.3;
}
}

#intro .intro-img {
  width: 50%;
  float: right;
}

@media (max-width: 991px) {
  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
}

#intro .intro-info {
  width: 50%;
  float: left;
}

@media (max-width: 991px) {
  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }
}

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}



@media (max-width: 767px) {
  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #fe3902;
  border: 2px solid #fe3902;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #fe3902;
  border-color: #fe3902;
  color: #fff;
}
.purple-color
{
  color: #fe3902;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 30px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
    width: 82%;
    margin: auto;
    margin-bottom: 30px;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #ecf5ff;
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  color: #fff;
  min-height: 40px;
}
.breadcrumbs h3
{
  font-size: 20px;
}
.breadcrumbs span
{
  color: #fff;
}
.breadcrumb-wrap {
    padding: 95px 0 100px;
    text-align: center;
}

.breadcrumb-title {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 60px;
    position: relative;
}

.breadcrumb-title:before {
    bottom: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    content: url(../img/shape.png);
  }

.breadcrumb-wrap .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item {
    line-height: 1;
}
ul li {
    list-style: none;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Us Section
--------------------------------*/
#about {
  
  padding: 60px 0;
}
.about-us
{
  background-image: url('../img/ab-bg.jpg');
  background-repeat: no-repeat;
}
#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fe3902;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #fe3902;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #fe3902;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Services Section
--------------------------------*/
#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #fe3902;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#why-us {
  padding: 60px 0;
  }
 #why-us .section-header p {
  color: #000;
}

#why-us .card {
  background: #fff;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 35px 10px;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  border:none;
}

@media (max-width: 991px) {
  #why-us .card {
    margin: 0;
  }
}


#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #7e7e7e;
}

#why-us .card h5 {
  font-size: 19px;
  font-weight: 500;
  color: #000;
}

#why-us .card p {
  font-size: 15px;
  color: #666666;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}


/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#testimonials .section-header {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    text-align: center;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 767px) {
  #testimonials .testimonial-item h3, #testimonials .testimonial-item h4, #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #fe3902;
}




/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fe3902;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #fe3902;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #fe3902;
}

#contact .social-links a:hover {
  background: #fe3902;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #fe3902;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #fe3902;
}

#contact .php-email-form input {
  padding: 20px 15px;
}

#contact .php-email-form textarea {
  padding: 12px 15px;
}

#contact .php-email-form button[type="submit"] {
  background: #fe3902;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  
  padding: 0 0 0px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {

  padding: 175px 0 30px 0;
  background: url(../img/footer-bg.png);
  width: 100%;
    background-size: cover;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fe3902;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  margin-bottom: 0;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #fe3902;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}
.footer-bottom
{
  background-color: #000000;
  padding: 15px 20px;
}
.footer-bottom .copyright
{
  font-size: 15px;
    text-align: center;
    color: #fff;
}
#footer img
{
  width: 200px;
  margin-bottom: 10px;
}
.footer-contact i
{
  font-size: 15px;
    vertical-align: middle;
    margin-top: 8px;
    margin-right: 10px;
}

/*--------------my css--------------*/
.signin-icon-img
{
  width: 13px;
  margin-right: 7px;
}
.abt-box
{
  border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    padding: 0 0 10px 0;
}
.Big-title
{
  font-size: 24px;
    font-weight: 500;
    padding: 20px 0 0px 0;
    text-align: center;
    margin-bottom: 10px;
}
.para
{
  color: #878787;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 1.6;
    padding:0 10px;
}
p
{
  font-family: "Montserrat", sans-serif;
}
.call-to-action
{
 
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 10px;
   background-image: linear-gradient(#253662, #6b7ca8);
}
.title-large
{
  color: #fff;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    width: 87%;
    margin: auto;
    text-align: center;
}
.para1
{
    width: 100%;
    color: #fff;
    margin-top: 20px;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
}
.para2
{
    width: 100%;
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    
    font-weight: 500;
    text-transform: uppercase;
}
.transform
{
  background: url(../img/sec-bg.png);
  width: 100%;
  background-size: cover;
}
.transform img
{
width: 80px;
margin: auto;
}
.abt-box img
{
  width: 100%;
}
.w-60
{
  width: 60% !important;
}
.pricing h3
{
  font-size: 30px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
    width: 82%;
    margin: auto;
}
/*--------pricing-----*/
 .pricing {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            justify-content: center;
            width: 100%;
            margin: 0 auto 3em;
        }
        
        .pricing-item {
            position: relative;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: stretch;
            align-items: stretch;
            text-align: center;
            -webkit-flex: 0 1 330px;
            flex: 0 1 330px;
        }
        
        .pricing-action {
            color: inherit;
            border: none;
            background: none;
            cursor: pointer;
        }
        
        .pricing-action:focus {
            outline: none;
        }
        
        .pricing-feature-list {
            text-align: left;
        }
        
        .pricing-palden .pricing-item {
            font-family: 'Open Sans', sans-serif;
            cursor: default;
            color: #84697c;
            background: #fff;
            box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
            border-radius: 20px 20px 10px 10px;
            margin: 1em;
        }
        
        @media screen and (min-width: 66.25em) {
            .pricing-palden .pricing-item {
                margin: 1em -0.5em;
            }
            .pricing-palden .pricing__item--featured {
                margin: 0;
                z-index: 10;
                box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
            }
        }
        
        .pricing-palden .pricing-deco {
            border-radius: 10px 10px 0 0;
            position: relative;
        }
        
        .pricing-palden .pricing-deco-img {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 160px;
        }
        
        .pricing-palden .pricing-title {
            font-size: 0.75em;
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 5px;
            color: #000;
        }
        
        .pricing-palden .deco-layer {
            -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
        }
        
        .pricing-palden .pricing-item:hover .deco-layer--1 {
            -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
        }
        
        .pricing-palden .pricing-item:hover .deco-layer--2 {
            -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
        }
        
        .pricing-palden .icon {
            font-size: 2.5em;
        }
        
        .pricing-palden .pricing-price {
            font-size: 2em;
            font-weight: bold;
            padding: 0;
            color: #000;
            margin: 0 0 0.25em 0;
            line-height: 0.75;
        }
        
        .pricing-palden .pricing-currency {
            font-size: 0.15em;
            vertical-align: top;
        }
        
        .pricing-palden .pricing-period {
            font-size: 0.4em;
            font-style: italic;
        }
        
        .pricing-palden .pricing__sentence {
            font-weight: bold;
            margin: 0 0 1em 0;
            padding: 0 0 0.5em;
        }
        
        .pricing-palden .pricing-feature-list {
            margin: 0;
           }
        
        .pricing-palden .pricing-feature {
            padding: 1em 0;
        }
        
        .pricing-palden .pricing-action {
            font-weight: bold;
            margin: auto 3em 2em 3em;
            padding: 1em 2em;
            color: #fff;
            border-radius: 30px;
            background: linear-gradient(135deg,#a93bfe,#584efd);
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }
        
        .pricing-palden .pricing-item--featured .pricing-deco {
            padding: 5em 0 8.885em 0;
        }
        .pricing-item-long
        {
          background: linear-gradient(180deg,#65f9e6,#7367f0) !important;
        }
        .pricing-heading
        {
          margin-top: 20px;
        }
        .circle-price
        {
        background: green;
        width: 100px;
        height: 100px;
        margin: auto !important;
        border-radius: 100%;
        color: #fff !important;
        text-align: center;
        padding: 25px 10px !important;
        background: linear-gradient(180deg,#65f9e6,#7367f0) !important;
        }
        .pricing-item-long button
        {
          background-color: #fff;
        }
        .circle-price1
        {
          background: green;
        width: 100px;
        height: 100px;
        margin: auto !important;
        border-radius: 100%;
        color: #000 !important;
        text-align: center;
        padding: 25px 10px !important;
        background: #fff;
        }
        .pricing-item-long li
        {
          color: #fff;
        }
        .pricing-heading h3
        {
          font-size: 21px;
        }
        .card-box
        {
          border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(68, 88, 144, 0.3);
    transition: all 0.3s ease-in-out;
       padding: 30px 30px 30px 30px;
    width:100%;
    margin: 35px 0;
    border:1px solid #e9e9e9;
        }
        .heading-lar
        {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
        width: 100%;
        }
        .step1-form input
        {
          border: none;
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #7969ff;
    border-radius: 0;
    margin-bottom: 3em;
    padding-left: 0;
        }

       

            .step1-form select
        {
          border: none;
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #7969ff;
    border-radius: 0;
    margin-bottom: 3em;
    color: #767676;
    padding-left: 0;

        }

        .open-hours select
        {
          border: none;
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #7969ff;
    border-radius: 0;
   
    color: #767676;
    padding-left: 0;
        }
         .bck-btn {
    width: 100%;
    background: #ccc;
    padding: 12px 0;
    border: none;
    color: #000;
}
.bck-btn:hover
{
  color: #000;
}

        .sub-btn button
        {
          width: 100%;
          background: linear-gradient(180deg,#65f9e6,#7367f0) !important;
          padding: 12px 0;
          border:none;
        }

       

        .open-hours button
        {
          width: 80%;
          background: linear-gradient(180deg,#65f9e6,#7367f0) !important;
          padding: 12px 0;
          border:none;
        }
        .d-head
        {
          font-size: 19px;
          font-weight: 500;
        }
        .sub-btn
        {
          text-align: center;
        }
        .step1-form img
        {
          width: 48px;
        }
        .list-team-form input
        {
          margin-bottom: 1em;
        }
        .open-hours
        {
          padding-left: 0;
          margin-bottom: 25px;
        }
        .open-hours li
        {
          display: inline-block;
          padding: 0 20px;
        }
        .open-hours h6
        {
          font-size: 17px;
          font-weight: 500;
          color: #696969;
          margin-bottom: 0;
          margin-top: 13px;
        }
        .open-hours .form-group
        {
          margin-bottom: 0;
        }

        /*-----Media query------*/
        @media screen and (max-width: 992px) {
        .lapi-img
          {
        display: none;
          }
          #intro .intro-info
          {
            width: 100%;
            float: none;
          }
          #intro .intro-info h2 
          {
          color: #fff;
          margin-bottom: 40px;
          font-size: 32px;
          font-weight: 600;
          line-height: 1.3;
          text-align: center;
          }
          .w-60 
          {
    width: 100% !important;
          }
          .title-large
          {
            width: 100%;
            text-align: center;
            font-size: 30px;
          }
          .section-header h3
          {
            width: 100%;
          }
          .left-list
          {
            margin-left: 0;
          }
          #footer img
          {
            width: 100%;
          }
          }
          @media screen and (max-width:768px)
          {
            .apple-btn, .google-btn
            {
              margin-top: 20px;
            }
            #footer img {
           width: 200px !important;
           margin-top: 40px;
              }
              .step1-form button
              {
                width: 100%;
              }
              .open-hours button
              {
                width: 100%;
              }
              .bck-btn, .sub-btn
              {
                margin-top: 15px;
              }

          }

       @media screen and (max-width:576px)
           {
            #footer img {
           width: 200px !important;
              }
              #intro .intro-info h2
              {
                margin-bottom: 71px;
                font-size: 24px;
              }
           }
   /*--------my css-------*/
   .signup-bg
   {
     background-image: url(../img/signup-page.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     padding: 30px 0;
   }
   .bg-side
   {
     background-image: url(../img/signup-side.png);
     background-repeat: no-repeat;
     background-size: cover;
     width: 100%;
   }
   .signup-heading
   {
     font-size: 19px;
     font-weight: 500;
     margin-bottom: 4px;
   }
   .parag
   {
     font-size: 14px;
   }
 .pd-double
   {
     padding: 24px 30px 24px 15px;
   }
   .signup-form input
   {
     font-size: 11px;
     vertical-align: middle;
     font-family: montserrat;
   }
   .signup-form label
   {
     font-size: 13px;
   }
   .pd-15
 {
 padding: 0px 15px 0px 15px;
 }
 .choose-file-box
 {
   border: 1px solid #ccc;
   border-radius: 5px;
   padding: 5px 10px;
 }
 .signup-btn
 {
   float: right;
 }
 .signup-form button
 {
      
     background: transparent linear-gradient(90deg, #05d48f 0%, #0ae1cd 100%);
     color: #fff;
     width: 135px;
     font-size: 14px;
 }
 .slide-img-home
 {
  margin-top: -110px;
 }
 .carousel-caption
 {
  right: 5%!important;
  left: 10%!important;
 }
