.top-head{
    padding-top: 10px;
  
}
.top-head p{
    font-family: poppins, sans-serif;
    font-weight: 600;
}
.fixed{
  position: fixed;
  z-index: -1;
  width: 100%;
  top: 0;
}
p{
  font-family: poppins, sans-serif !important;
}
.about-content p{
  font-family: poppins, sans-serif !important;
  line-height: 2.5;
}
.about-content h3{
  color: gray !important;
}
.about-box{
  border: 1px solid gray;
  margin: 2px;
}
.social-menu ul{
    position: absolute;
    top: 40%;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    display: flex;
}

.social-menu ul li{
    list-style: none;
    margin: 0 10px;
}

.social-menu ul li .fab{
    font-size: 20px;
    line-height: 40px;
    transition: .3s;
    color: #000;
}

.social-menu ul li .fab:hover{
    color: #fff;
}

.social-menu ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    
}

.social-menu ul li a:hover{
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
    background-color: rgba(0, 0, 0, 0.829);
}
.social-menu ul li:nth-child(2) a:hover{
    background-color: #E4405F;
}
.social-menu ul li:nth-child(3) a:hover{
    background-color: #0077b5;
}
.social-menu ul li:nth-child(4) a:hover{
    background-color: #000;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.call-button{
    font-weight: 600;
    border: 2px solid #fff !important;
    margin-left: 20px;
}
.my-float{
	margin-top:16px;
}
.service-area{
    background: #f5fcfd !important;
}
.pricing-section{
  background: #f5fcfd !important;
}
.service-box{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
    border-radius: 20px;
	
   min-height: 250px;
    background: #fff;
}
.service-box2{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
    border-radius: 20px;
   min-height: 234px;
    background: #fff;
}
.pricing-box{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
    border-radius: 20px;
   
    background: #fff;
}
.pricing-head{
  border-radius: 5px;
  
}
.pricing-box h3{
  text-align: center;
  padding: 10px 0px;
  font-size: 25px;
  /* position:relative;
  display:inline-block; */
}

/* .pricing-box h3:after {
  content:"";
  position:absolute;
  bottom:0px;
  left:50%;
  display:inline-block;
  width:100px;
  margin-left:-55px;
  border-bottom:red dashed 1px;
} */
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.main-logo{
  width: 150px;
}
.btn-custom-danger{
  background: #F12E45;
  color: #fff;
}
.btn-custom {
 
  padding: 10px;
  border-radius: 10px;
 }
#enquryForm{
  position: absolute;
  z-index: 1;
  background: #4d148c42;
  padding-top: 20px;
  padding-bottom: 10px;
  bottom: 0px;
  width: 100%;
}
header .header-logo {
    color: #001b4f;
      font-weight: 700;
      font-size: 23px;
      transition: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
  }
  
  header {
    background: #4D148C;
 
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  
  header .main-menu>li {
    position: relative;
  }
  .carousel-caption h5{
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
    margin-top: 15%;
  }
  .carousel-caption p{
	  line-height:30px;
	  margin-top:30px;
	  padding-right:30px;
    text-align: left;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
   
   
  }
  #addForm{
    background: red;
    position: absolute;
    z-index: 1;
  }
  .carousel-item {
    transition: transform 4.6s ease-in-out;
  }
  .carousel-item img{
    height: 82vh;
    object-fit: cover;
  }
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .5s;
    transition-property: opacity;
   }
   
   .carousel-fade  .carousel-item.active,
   .carousel-fade  .carousel-item-next.carousel-item-left,
   .carousel-fade  .carousel-item-prev.carousel-item-right {
     opacity: 1;
   }
   
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-right {
    opacity: 0;
   }
   
   .carousel-fade  .carousel-item-next,
   .carousel-fade .carousel-item-prev,
   .carousel-fade .carousel-item.active,
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
   }
 
  header .main-menu>li>a {
    color: #fff;
    font-size: 15px;
    padding: 25px 1.5vw;
    font-weight: 700;
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  header .main-menu>li.active>a {
    color: #e91e63;
  }
  
  header .main-menu>li:hover>a {
    color: #e91e63;
  }
  
  header .main-menu>li>a>i {
    color: #03328E;
  }
  
  header .main-menu>li>a:hover>i {
    color: #fff;
  }
  
  header .main-menu>li:hover>a i {
    color: #fff;
  }
  
  header .main-menu .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 180px;
    overflow: hidden;
    border-top: 2px solid #f49306;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    z-index: 5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  
  header .main-menu .sub-menu a {
    padding: 11px 10px;
    display: block;
    color: #173966;
    font-weight: 600;
    font-size: 15px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  header .main-menu .sub-menu a i {
    color: #03328E;
  }
  
  header .main-menu .sub-menu a:hover {
    background: #10bd3b;
    color: #fff;
  }
  
  header .main-menu>li:hover .sub-menu {
    display: block;
  }
  
  header .header-logo figure img {
    max-width: 200px;
  }
  
  header .demo-link {
    margin-left: 1vw;
  }
  
  header .side-menu-close {
    background: transparent;
  }
  
  header .side-menu-close span {
    background: #fff;
    width: 28px;
    height: 5px;
  }
  
  #call-action .call-action {
    color: #001b4f;
    font-weight: 700;
    font-size: 23px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  #call-action .call-action:hover {
    color: #10bd3b;
  }
  
  /* side menu */
  .side-menu-wrap {
    width: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    overflow-y: auto;
    z-index: 15000;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  .side-menu-wrap.opened {
    left: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  
  .side-menu-logo {
    border-bottom: 2px solid #FE8204;
  }
  
  .side-menu-nav .main-menu>li {
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  
  .side-menu-nav .main-menu>li>a>i {
    color: #03328E;
  }
  
  .side-menu-nav .main-menu .sub-menu {
    border-top: 1px solid #FE8204;
    background: #fff;
    display: none;
  }
  
  .side-menu-nav .main-menu .sub-menu li {
    border-bottom: 1px solid #eee;
  }
  
  .side-menu-nav .main-menu .sub-menu a {
    padding: 10px 22px;
    display: block;
    color: #212529;
    font-weight: 600;
    font-size: .9em;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  .side-menu-nav .main-menu .sub-menu a i {
    color: #03328E;
  }
  
  .side-menu-nav .main-menu .sub-menu~i {
    font-size: .8em;
    position: absolute;
    padding: 21px 11px;
    right: 0;
    top: 0;
    border-left: 1px solid #ccc;
  }
  
  .side-menu-nav .main-menu .sub-menu a:hover {
    background: #F5F5F5;
  }
  
  .side-menu-nav .main-menu>li>a {
    color: #212529;
    padding: 15px 30px 15px 10px;
    font-weight: 600;
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  .side-menu-wrap .side-menu-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  
  .side-menu-close {
    height: 40px;
    width: 40px;
    background: #21395F;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  .side-menu-close span {
    height: 2px;
    width: 20px;
    background: #fff;
    position: relative;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  .side-menu-close span:nth-child(1) {
    top: -5px;
  }
  
  .side-menu-close span:nth-child(3) {
    bottom: -5px;
  }
  
  .side-menu-close.closed span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
  }
  
  .side-menu-close.closed span:nth-child(2) {
    opacity: 0;
  }
  
  .side-menu-close.closed span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
  }
  
  /*  custom overlay */
  .custom-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 12500;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  .custom-overlay.show {
    visibility: visible;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  @media(max-width:769px){
    .top-head{
       margin-top: 20px;
       padding-bottom: 30px;
    }
    
    .main-logo{
      width: 130px;
    }
    .social-menu ul li .fab {
        font-size: 28px;
        line-height: 53px;
        transition: .3s;
        color: #000;
    }
    .social-menu ul li a {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        transition: .6s;
    }
    .carousel-caption h5 {
        text-align: center;
        font-size: 55px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        font-family: poppins, sans-serif;
        margin-top: 35%;
    }
    .carousel-caption p {
      text-align: left;
      font-size: 17px;
      color: #fff;
      font-weight: 600;
     
     
  }
  .banner-form{
	  margin-top:25px;
  }
  .carousel-item img {
    height: 160vh;
	}
    .call-button {
      font-weight: 600;
      border: 2px solid #fff !important;
      margin-left: 35px;
  }
  }

  @media(max-width:350px){
    .call-button {
      font-weight: 600;
      border: 2px solid #fff !important;
      margin-left: 28px;
  }
  .main-logo{
    width: 100px;
  }
  }