


/**
* Template Name: Green - v2.3.1
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
 font-family: 'Baloo Bhai 2', cursive;
 color: #444444;
}
.new_about{
  background-color: #1c202ce8 !important;
}
.testBookingDet img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
a {
  color: #000;
}
.callUs{
  font-weight: 600;
}
.action{
  display:block;
  margin:100px auto;
  width:100%;
  text-align:center;
}
.action a {
  display:inline-block;
  padding:5px 10px; 
  background:#f30;
  color:#fff;
  text-decoration:none;
}
.action a:hover{
  background:#000;
}

a:hover {
  color: #80c792;
  text-decoration: none;
}
.item-carousel #testimonials-carousel .owl-nav i{
font-size: 25px;
    color: #fff;
    background: #000;
    padding: 10px 10px;
}
.slick-next:before, .slick-prev:before{
  color: #000 !important;
}
.slick-next {
    right: 25px !important;
}
.footer_logo {
  width: 180px;
  display: block;
  margin: auto;
}
.slick-prev{
  left: 25px !important;
}
.caro{
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
/*owl carousel*/
.item-carousel {
padding: 40px 0px;
/*padding-bottom: 45px;*/
/*border-bottom: 1px solid var(--navbg-color);*/
}

.item-carousel.view-productlist {
border-bottom: unset;
}

.item-carousel h1 {
text-align: center;
padding-bottom: 30px;
font-size: 30px;
font-weight: bold;
}

.item-carousel .item-details h2 {
font-size: 20px;
padding-top: 10px;
}

/*.item-carousel .item-details img {
width: 100%;
height: 160px;
}
*/
.item-carousel #testimonials-carousel .item-details  {
text-align: center;
width: 60%;
margin: 0 auto;
}
i.fa.fa-star {
    color: #ffc929;
    margin-bottom: 20px;
}

.item-carousel .owl-nav .owl-prev, .item-carousel .owl-nav .owl-next {
top: 133px;
z-index: 2;
width: 40px;
height: 40px;
padding: 8px;
margin-top: -35px;
position: absolute;
border-radius: 50%; /* color: #fff;
background-color: rgba(0, 0, 0, 0.6);*/
}

.item-carousel .owl-nav i {
font-size: 52px;
}

.owl-nav .disabled {
display: none;
}

.item-carousel .owl-nav .owl-prev {
left: -40px;
}

.item-carousel .owl-nav .owl-next {
right: -40px;
}

.item-carousel .owl-carousel:after {
display: none;
}

.item-para p
{
  /*height: 50px;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

}
.item-carousel button:focus{
  outline: unset;
}
.item-carousel img{
  height: 200px;
  object-fit: cover;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  margin-top: 20px;
}
/*navbar details*/
.navBarDetails{
    background: #fff;
    top: 30px;
    position: sticky;
    z-index: 100;
    border-bottom: 1px solid #000;
}
.navBarDetails img{
    max-height: 80px;
    padding-top: 10px;
}

div#navbarNavDropdown {
    padding-top: 10px;
}
.navbar {
  height:90px
  ;
}
a.navbar-brand {
    float: left;
    width: 31%;
}
.clearButton{
  float: right;
}
.navBarDetails a{
  color: #000 !important;
}
.whyus1 img{
  width: 100px;
    border: 1px solid #000;
    border-radius: 6%;
    max-width: 80px;
    height: 80px;
    padding: 10px;
    object-fit: contain;
    margin: 10px 0px;
    background: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
} 
.whyus1{
  background-color: #c59d5f;
  padding: 30px 0px;
}
.whyus1 h4{
  text-align: center;
}
.slick span {
  display: block;
  color: #fff;
  font-size: 36px;
  height: 136px;
  line-height: 100px;
  position: relative;
  text-align: center;
  transform: translate(0, 0) scale(0.4);
  transition: all 0.4s ease;
  opacity: 0.5;
}

/*.slick-slide {
  border: solid 1px #f8f9fa;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}*/

.slick-slide.lt2 span {
  transform: translate(10%, 0) scale(0.6);
}

.slick-slide.lt1 span {
  opacity: 0.7;
  transform: translate(5%, 0) scale(0.8);
}

.slick-slide.gt1 span {
  opacity: 0.7;
  transform: translate(-5%, 0) scale(0.8);
}

.slick-slide.gt2 span {
  transform: translate(-10%, 0) scale(0.6);
}

.slick-slide.slick1-center span {
  z-index: 1;
  transform: scale(1);
  opacity: 1;
  color: #fff;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  appearance: none;
  margin-top: -26px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  color: transparent;
  outline: none;
  z-index: 100;
}

.slick-prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #fff transparent transparent;
  left: 30px;
}

.slick-next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #fff;
  right: 30px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
}
.bookColNow{
  text-align: left;
}
.nightHeader h1{
  padding-left: 70px;
}
button.slick-prev.slick-arrow:focus {
    /* outline-color: #c59d5f; */
    outline: none;
}
button.slick-next.slick-arrow:focus{
   outline: none;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #f8f9fa;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #6ec083;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #1c202c;
  height: 40px;
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fd7e14;
}

#topbar .contact-info i {
  color: #fff;
  padding-right: 4px;
}

#topbar .contact-info i.icofont-phone {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #fff;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fd7e14;
}

#topbar .social-links a:first-child {
  border-left: 0;
}
.cardBanner{
  box-shadow: 0px 0px 12px 0px rgb(34 34 34 / 7%);
}
.modal-content {
    width: 400px;
    background-color: #8ad0d0;
}
.modal-content a{
  color: #000;
}
.modal-dialog {
  margin-left: 35%;
  margin-top: 10%;
}
.btnNew{
  width: 1.625rem;
    height: 1.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1.29;
    border-color: #1d1a12;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 700;
    margin-right: 0;
    background-color: #1d1a12 ;
    box-shadow: none!important;
    margin-right: 78px;
}
.btnNew::after {
    position: absolute;
    width: 71%;
    height: 2px;
    content: "";
    right: 0;
    top: .75rem;
    border-bottom: .1125rem dashed #1d1a12;
    z-index: -1;
    margin-right: 224px;
}
.pillsDet li
{
  width: 16%;
}
.rrSlideDetails{
    background: url(../img/team/slide-1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
       height: 438px;
}
button.btn.btnBtwReg {
    background: #1f2f62;
    color: #fff;
}
.rrSlideDetails h1,.rrSlideDetails h2{
  text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
}
.greenBay{
  margin-top: 25%;
}
.greenBay img{
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
 .iconDetails img{
  width: 17px;
  margin-left: auto;
  margin-right: auto;
  display: block;
 }
 .iconDetails p{
      font-size: 12px;
    color: #1f2f62;
    font-weight: 800;
 }
 .howItworks{
  background: azure;
 }
     
.iconDetails {
    padding-right: 4rem;
}
.cardFormRegisterDet input{
  border:none;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
 .fullPrivacyDet{
  display: flex;
 }
  .cardFormRegisterDet h1,h3{
    font-size:16px;
    text-align:center;
    font-weight:700;
    color: #000;
  }
  .cardFormRegisterDet button{
    width:100%;
    margin-bottom:20px;
  }
  .cardFormRegisterDet {
    width: 320px;
    margin-top: 25px;
 }
.tab-content img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* width: 50%; */
}
div#pills-tabContent .card 
{

    width: 50%;
}
.tab-content h1{
  font-size: 20px;
  font-weight: bold;
}
.pillsDet{
  margin-left:  150px;
}
span.sketches {
    font-size: 14px;
    margin-left: -24px;
    font-weight: 700;
}
span.planning {
    font-size: 14px;
    font-weight: 700;
    margin-left: -25px;
}
span.sanction {
    font-size: 14px;
    margin-left: -18px;
    font-weight: 700;
}
span.recieve_data{
  font-size: 14px;
  margin-left: -24px;
  font-weight: 700;
}
span.drafting {
    font-size: 14px;
    /* margin-right: 10px; */
    margin-left: -9px;
    font-weight: 700;
}
span.lanscape {
    font-size: 14px;
       font-weight: 700;
}
span.breaking {
    font-size: 14px;
    font-weight: 700;
    margin-left: -25px;
}
span.excavation {
    font-size: 12px;
    margin-left: -18px;
    font-weight: 700;
    margin-right: 11px;
}
span.floor {
    font-size: 12px;
      font-weight: 700;
}
span.roofing {
    font-size: 12px;
      font-weight: 700;
}
span.plumbing {
    font-size: 12px;
    margin-left: -30px;
       font-weight: 700;
}
.btnNew:hover{
  background-color: rgb(21 52 86);
  color: #fff;
  border-color: rgb(21 52 86);
  cursor: pointer;
}
span.interior {
    font-size: 12px;
    margin-left: -8px;
       font-weight: 700;
}
span.finishing {
    font-size: 12px;
     font-weight: 700;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  top: 40px;
  border-bottom: 1px solid #fd7e14
}
.fixed-top {
  position: sticky !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#header.header-scrolled {
  top: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

#header .logo a {
  color: #fd7e14;
}

#header .logo img {
  max-height: 60px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
    padding: 15px 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #222222;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fd7e14;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  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: 0.3s;
}

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

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

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #222222;
}

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

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

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

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

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

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  color: #000;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  border: 2px solid #1c202c;
  display: inline-block;
  font-weight: 600;
}

.get-started-btn:hover {
  background: #1c202c;
  color: #fff !important;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 18px;
  right: 15px;
  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 {
  color: #222222;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

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

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

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

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

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

.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-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

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

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: '';
  background-color: #00000026;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 112px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 112px;
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #fd7e14;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #fd7e14;
}

#hero .btn-get-started:hover {
  background: #6ec083;
}

@media (max-width: 992px) {
  #hero {
    height: 45vh;
  }
  #hero .carousel-container {
    margin-right: 50%;
    top: 0px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
   font-size: 19px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0;
}

.section-bg {
  background-color: #f8fcf9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 10px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #191818;;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fd7e14;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  padding: 20px 0;
}

.featured-services .icon-box {
  padding: 20px;
}

.featured-services .icon-box-bg {
  background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  color: #fd7e14;
  font-size: 42px;
}

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

.featured-services .title a {
  color: #222222;
  transition: 0.3s;
}

.featured-services .icon-box:hover .title a {
  color: #fd7e14;
}

.featured-services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.experienceDet{
  display: flex;
}
.yearsDet{
  font-size: 20px;
  margin-left: 10px;
}
.thirtyDet{
  font-size: 35px;
  color: #dd3333;
  
}
.thirtyDet1{
  font-size: 35px;
  color: #0eb1b2;
 
}
.thirtyDet2{
  font-size: 35px;
  color: #89c869;
  
}
.collegeNew{
  top: -50px;
}
.newPu img{
  top: -20px;
      border: 9px solid #ccc;
}
.communityDet{
  padding-left: 50px;
}
.University{
  padding-top: 30px;
    /* background-image: url(../../assets/img/team/student.jpg); */
  height: 113vh;
  color: #fff;
  background-color: #1c202c;
}
.sideImage img {
    margin-top: 73%;
    width: 350px;
  }
.img__wrap{
  position: relative;
}
.img__wrap1{
  position: relative;
}
.img__description {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 352px;
    height: 400px;
    margin-top: 30px;
    left: 0;
    right: 0;
    background: rgba(29, 106, 154, 0.72);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    visibility: hidden;
    opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}
.img__wrap2{
  position: relative;
}
.img__description2 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 321px;
    height: 400px;
    left: 0;
    right: 0;
    background: rgba(29, 106, 154, 0.72);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    visibility: hidden;
    opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}
.img__wrap3{
  position: relative;
}
.img__description3 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 352px;
    height: 400px;
    margin-top: 73%;
    left: 0;
    right: 0;
    background: rgba(29, 106, 154, 0.72);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    visibility: hidden;
    opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}
.img__description1 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 352px;
    height: 400px;
    left: 0;
    right: 0;
    background: rgba(29, 106, 154, 0.72);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    visibility: hidden;
    opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}
.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
  width: 321px;
  height: 160px;
  transition: 1s;
  cursor: pointer;
}
.img__wrap1:hover .img__description1 {
  visibility: visible;
  opacity: 1;
  height: 160px;
  transition: 1s;
  cursor: pointer;
}
.img__wrap2:hover .img__description2 {
  visibility: visible;
  opacity: 1;
  height: 160px;
  transition: 1s;
  cursor: pointer;
}
.img__wrap3:hover .img__description3 {
  visibility: visible;
  opacity: 1;
  height: 160px;
  transition: 1s;
  cursor: pointer;
}

.teamdet{
    width: 100%;
    object-fit: cover;
    height: 112px;
}
button#v-pills-home-tab {
    background: #1b2b4b;
    width: 400px;
    padding: 14px;
    border: none;
    border-radius: 0; 
}
button#v-pills-profile-tab{
    background: #ff8c32;
    width: 400px;
    padding: 14px;
    border: none;
    border-radius: 0;
}
button#v-pills-messages-tab {
    background: #1b2b4b;
    width: 400px;
    padding: 14px;
    border: none;
    border-radius: 0; 
}
button#v-pills-settings-tab{
    background: #f9a533;
    width: 400px;
    padding: 14px;
    border: none;
    border-radius: 0;
}
i.icofont-sign-in {
    float: right;
    margin-top: 5px;
}
div.tab-content ul {
    list-style: none;
}
div.tab-content li {
    font-size: 20px;
    margin-left: 10px;
}
.navStudent h1{
  margin-bottom: 40px;
 font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #1c202c;
}
.icofont-tick-mark {
    font-size: 12px;
    color: #fd7e14;
    float: left;
    width: 26px;
    height: 26px;
    background: #1b2b4b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
}
/*.sideImage img::hover{
  background: #000;
  border: 1px solid #000;
}*/
.sideImage:hover img {
  background-color: yellow;
}
.sideImages5 img{
  width: 352px;
}
.sideImage1 img{
  margin-top: 30px;
  height: 400px;
}
.sideImage6{
  height: 400px;
  width: 321px;
}
.sideImages7 img{
  margin-top: 31px;
  width: 319px;
}
.greenBay p
{
  color: white;
  font-size: 20px;
}
/*.sideImages7 img:hover{
    background-color: #e91e63;
    border: 1px solid red;
}*/
.sideImages7{
  position: relative;
}
.about{
  /* background-image: url(../../assets/img/team/student.jpg); */
  height: 80vh;
  color: #fff;
  background-color: #1c202c;
}
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #fd7e14;
}

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

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .row {
  overflow: hidden;
}

.why-us .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.why-us .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #6ec083;
}

.why-us .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}

.why-us .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .why-us .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  width: 80%;
  opacity: 0.5;
  transition: 0.3s;
}

.clients .owl-item img:hover {
  opacity: 1;
}

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

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

.clients .owl-dot.active {
  background-color: #fd7e14 !important;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #1c202c;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #fd7e14;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #fd7e14;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #6ec083;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  /*padding: 30px 20px;*/
  background: #fff;
}

.team .member img {
  max-width: 100%;
  border-radius: 0%;
  margin: 0 0 0px 0;

}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  margin-top: 20px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #fd7e14;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #fd7e14;
  border-bottom: 3px solid #fd7e14;
  padding: 30px;
  background: #f4f4f4;

  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #fd7e14;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6ed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}

.contact .info p {
  margin-bottom: 20px;
  color: #000;
  text-align: justify;
}

.contact .info .social-links {
  padding-left: 60px;
}

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

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

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #fd7e14;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #fd7e14;
  border-bottom: 3px solid #fd7e14;
  padding: 30px;
  background: #f4f4f4;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.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;
  border-radius: 4px;
}

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

.contact .php-email-form input {
  height: 30px;
}

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

.contact .php-email-form button[type="submit"] {
  background: #fd7e14;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #6ec083;
}

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fbfbfb;
  min-height: 40px;
  margin-top: 122px;
}

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

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.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: #3c3c3c;
  content: "/";
}

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

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #fd7e14 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #090909;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fd7e14;
  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 .social-links a:hover {
  background: #449d5b;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}
.contactFooter > .container > .row div:first-child p{
  text-align: left;
  padding-top: 16px;
}
.contactFooter > .container > .row div:last-child p{
  text-align: right;
  padding-top: 16px;
}
.contactFooter p a{
  color: #000;
  text-decoration: none;
}
.contactFooter{
  background: #fff;
  /*padding-top: 6px;*/
  line-height: 0.;
}
.footerDetails > .container > .row > div:first-child p{
  padding-left: 6px;
}
.footerDetails ul{
  padding-left: 0;
}
.footerDetails h4{
  margin-bottom: 15px;
}
.footerDetails h4{
    font-size: 19px;
    font-weight: bold;
    color: #fff;
}
.footerDetails li a {
  color: #fff;
  text-decoration: none;
  text-indent: 3px;
  margin-left: 3px;
  font-size: 16px;
}
.footerDetails li a:hover{
  color: #f4a137;
  cursor: pointer;
  transition: 0.5s;
}
.footerDetails{
  background-color: #1c202c;
  padding-top: 28px;
}
.footerDetails ul{
  padding-left: 0;
  color: #fff;
  padding-top: 10px;
  
}
.aboutImages{
  background: #1c202c;
  height: 150px;
  background-size: 100%;
  padding-top: 30px;
}
.aboutImages h1{
  margin-top: 55px;
}
.deluxeSemiDet{
  text-align: center;
}
.btnAdultRoom{
  margin-bottom: 20px;
  background: #8ad0d0;
  color: #000;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.btnAdultRoom:hover{
  background: #fd7e14;
  color: #000;
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.selectAdi {
  border: none;
  border-bottom: 1px solid;
  border-radius: 0px !important;
}
.selectTime{
  height: 32px;
}
.cleaningContact{
  margin-bottom: 0px !important;
}
.cardCleaning h1{
  text-align: center;
  color: #fd7e14;
}
.cardCleaning {
  margin-top: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.requireClean h1{
  font-size: 20px;
  color: #fd7e14;
  text-align: center;
}
.requireClean{
  margin-bottom: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.addressDetails p, .mailDetails a, .phoneIconDet a{
  color: #fff;
}
section#contact {
    margin-bottom: 30px;
}
.selectPest{
  height: 44px;
}

.btn-success {
    color: #fff;
    background-color: #283768;
    border-color: #283768;
}
.btn_pest{
  border: black 1px solid;
}
.cardThankYou{
  background-color: rgb(0 0 0 / 46%);
  color: white;
}
.thankuDetails{
  background-image: url('../../assets/img/slide/slide-1.jpg');
  background-repeat:  no-repeat;
  background-size: 100%;
  height: 70vh;
}
.cardThankYou{
  background-color: rgb(0 0 0 / 46%);
  color: white;
}
.thankyou_contents {
    padding-top: 180px !important;
}
#amount{
  padding-left: 0px;
}
#amount{
  font-size: 16px;
}
.selectAdi{
    background-color:#fff !important;
}



.phoneDetails{
	position:fixed;
	width:60px;
	height:60px;
	bottom:110px;
	background-color: #ff8c32;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
    left: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-float{
	margin-top:16px;
}
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.float{
      position:fixed;
      width:60px;
      height:60px;
      bottom:10px;
      background-color:#4dff4d;
      color:#fff;
      border-radius:50px;
      text-align:center;
      font-size:30px;
      box-shadow:2px 2px 3px #999;
      z-index:100;
      left:13px;
      display: flex;
      align-items: center;
      justify-content: center;
    
}


    .backColor p{
    	text-align: center;
    }
    .btn_otp{
      background: #fd7e14;
      border: 0;
      padding: 0px 24px;
      color: #fff;
      transition: 0.4s;
      border-radius: 4px;
    }
    .btn_resend_otp{
      background: #fd7e14;
      border: 0;
      padding: 0px 24px;
      color: #fff;
      transition: 0.4s;
      border-radius: 4px;
    }



.item-carousel {
padding: 40px 0px;
}

.item-carousel.view-productlist {
border-bottom: unset;
}

.item-carousel h1 {
text-align: center;
color: #fd7e14;
padding-bottom: 30px;
font-size: 30px;
font-weight: bold;
}

.item-carousel .item-details h2 {
font-size: 20px;
padding-top: 10px;
}
.item-carousel #testimonials-carousel .item-details  {
text-align: center;
width: 60%;
margin: 0 auto;
}
.item-carousel .owl-nav .owl-prev, .item-carousel .owl-nav .owl-next {
top: 133px;
z-index: 2;
width: 40px;
height: 40px;
padding: 8px;
margin-top: -35px;
position: absolute;
border-radius: 50%; /* color: #fff;
background-color: rgba(0, 0, 0, 0.6);*/
}
.item-carousel .owl-nav i {
font-size: 52px;
}
.item-carousel .owl-nav .owl-prev {
left: -40px;
}

.item-carousel .owl-nav .owl-next {
right: -40px;
}

.item-carousel .owl-carousel:after {
display: none;
}
.item-carousel button:focus{
  outline: unset;
}
.item-carousel img{
  height: 200px;
  object-fit: cover;
}
.item-carousel #testimonials-carousel .owl-nav i{
font-size: 40px;
    color: #000;
    padding: 10px 10px;
}
ul.navbar-nav {
    width: 100%;
}
.newcaro img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.heading text{
  color: #fff;
}

.aboutuscont{
  border: 20px;
}
a.btn.btnWhy {
  background: #1b2b4b;
  color: #fff;
}
.orangeCollege{
  font-size: 24px;
  font-weight: bold;
}
button#v-pills-home-tab1{
    /*background: #fff;*/
    width: 280px;
    padding: 14px;
    border: none;
    border-radius: 5px;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
     background: #1b2b4b;
     color: #fff;
     width: 280px;
    padding: 14px;
    border: none;
    border-radius: 5px;
  }
  ul.tabtav{
    list-style-type: square !important;
  }
  .tabtav li{
    font-size: 18px !important;
  }
  h4.covidDetails.text-center {
    font-size: 16px;
    color: #fff;
    margin-bottom: 21px;
}
.budgetCard{
  background: #ff8c32;
}

.galleryDet h1{
      color:#f48532;
    }
    .textOverlay{
  position: relative;
}
.textOverlay:hover .overlay {
  opacity: 1;
}
.galleryDet img{width:100%;object-fit:cover;margin-bottom:30px;height: 260px}
.text {
  color: white;
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.overlay {
position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    right: 0;
    height: 90%;
    width: 92%;
    opacity: 0;
    transition: 1s ease;
    background-color: #009d79ab;
    cursor:pointer;
}
.doitDet{
  font-size: 32px;
  font-weight: bold;
}
.preconstructionDet{
  font-size: 22px;
}
i.icofont-plus {
    margin-right: 40px;
}
.card.bookdetails a {
    padding: 13px;
}

/*.pillsDet{
  width: 70%;
  margin: auto;
}*/
/*  button#v-pills-profile-tab1{
    background: #1b2b4b;
    width: 280px;
    padding: 14px;
    border: none;
    border-radius: 5px;
  }*/
/*    button#v-pills-vision-tab1{
    background: #fff;
    width: 280px;
    padding: 14px;
    border: none;
    border-radius: 5px;
  }*/
/*    button#v-pills-message-tab1{
    background: #fff;
    width: 280px;
    padding: 14px;
    border: none;
    border-radius: 5px;
  }*/
*********************************************/
.tp-banner-container {position: relative; z-index: 1; padding: 0; width: 100%;}
.tp-banner {position: relative; width: 100%;}
.tp-caption {line-height:normal !important}
.tp-caption a { color: inherit !important;}
.tp-bullets.simplebullets.round .bullet {border: 3px #fff solid; border-radius: 50%; background-image: none !important;}
.tparrows {width: auto !important; height: auto !important; background-image: none !important;}
.tp-arr-allwrapper {margin: 0 10px; width: 50px; height: 60px; background: rgba(255,255,255,0.5);}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {color: #fff;}
.tp-leftarrow .tp-arr-allwrapper {}
.tp-rightarrow .tp-arr-allwrapper {}
.tp-arr-iwrapper {color: #000; text-align: center; font-size: 30px; font-family: FontAwesome; line-height: 60px;}
.tp-leftarrow .tp-arr-iwrapper {}
.tp-leftarrow .tp-arr-iwrapper:before {content: "\f104";}
.tp-rightarrow .tp-arr-iwrapper:before {content: "\f105";}
.tp-rightarrow .tp-arr-iwrapper {}
.slide-h1 {margin: 5px 0 !important; padding: 0 0 10px !important; padding-bottom: 5px !important; color: #444; text-transform: uppercase; font-weight: bold; font-size: 57px; }
.slide-h2 {margin: 5px 0 !important; padding: 0 0 10px !important; padding-bottom: 5px !important; color: #555; font-weight: bold; font-size: 55px; line-height: 100%;}
.big-font {text-transform: uppercase; font-weight: 800; font-size: 60px;}
.large-desc {font-size: 16px;}
.slide-h3 {color: #fff; font-size: 31px; line-height: 100%;}
.slide-h3 span {text-transform: uppercase; font-weight: bold;}
.slide-head {text-transform: uppercase; font-weight: 900; font-size: 30px;}
.slide-desc {font-size: 22px; line-height: 150%;}
.main-title {text-transform: uppercase; font-weight: 800; font-size: 70px;}
.icon-cont {padding: 15px 40px; border-radius: 10px; text-align: center;}
.icon-cont:after {position: absolute; bottom: -10px; left: 40%; z-index: 5; display: inline-block;  width: 0; height: 0; border-width: 10px 10px 0 10px; border-style: solid; content: "";}
.icon-cont i {margin-bottom: 10px; color: #fff; font-size: 50px;}
.icon-cont span {display: block; padding: 0 0 5px; color: #fff; text-align: center; font-size: 18px;}
a.wit-btn {background: #fff; color: #333 !important; text-transform: uppercase;}
.wit-line {width: 5%; height: 1px; background: #fff;}
.vert-line {min-height: 270px; width: 1px; background: #fff;}
.subTxt {text-transform: uppercase; font-weight: bold; font-size: 17px; color: #333;}
.large-title {color: #222; font-size: 60px; font-weight: 800; text-transform: uppercase !important;}
.large-light-title {color: #787878 !important;  font-size: 70px; font-weight: lighter; text-transform: uppercase; letter-spacing:2px}
.large-text {font-size: 20px; color: #000; font-weight: lighter;}
.larger-text {font-size: 24px; font-weight: lighter; text-transform: uppercase;}
.witTxt {color: #fff !important;}
.light-font {font-weight: lighter !important; font-size: 50px;}
.black-bg{background:rgba(0,0,0,.63); color:#a8a8a8; text-transform:none;}
.lft-list {padding: 10px; font-size: 18px; color: #fff;}
.wit-border {border: 1px #fff solid; padding: 15px 60px; color: #fff; font-size: 16px; text-transform: uppercase;}
.rounded-bord {margin-right: 15px;  border: 1px #fff solid; width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 13px; border-radius: 50%;}
#vertical-ticker{height:120px; overflow:hidden;}
#vertical-ticker li{padding:15px 20px; display:block; text-align:center;}
.to-bottom i.fa{font-size: 30px; border:2px #a8a8a8 solid;  padding:20px 22px; border-radius:50%; -webkit-animation: bounce 2s infinite linear; animation: bounce 2s infinite linear;}
.slidertext1{color:#fff; font-size:70px; font-weight:700; text-transform:uppercase; text-align:left; text-shadow: 0 0 1px rgba(24,24,24,.75); font-family: 'Oswald', sans-serif;}
.slidertext2{color:#fff; font-size:18px; font-weight:600; text-transform:none !important; text-align:left; }
.slidertext4{color:#fff; font-size:18px; font-weight:600; text-transform:none !important; text-align:center; text-shadow: 0 0 1px rgba(24,24,24,.75);}
.slidertext3 a{color:#000 !important; font-size:18px; font-weight:700; padding:14px 34px; text-transform:uppercase !important; text-align:left; background:#fdc236;}
.tp-bannertimer{display:none;}
