body {
  font-family: "Overpass", Arial, sans-serif;
  }
body#house {
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
	 -moz-background-size: cover;
	  -ms-background-size: cover;
	   -o-background-size: cover;
		  background-size: cover;
  background-position: center center;
  font-family: Georgia, Times, serif;
  }
#main {
  position: relative;
}
#loading{
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  z-index: 10000;
  position: fixed;
  -webkit-opacity: 0.6;
	 -moz-opacity: 0.6;
	   -o-opacity: 0.6;
		  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-border-radius: 10px;
	 -moz-border-radius: 10px; 
	  -ms-border-radius: 10px;
	   -o-border-radius: 10px;
		  border-radius: 10px;
   -webkit-transform: translate(-50%, -50%);
	  -moz-transform: translate(-50%, -50%);
	   -ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		   transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.4);	 
  background: #ccc url(../images/loader-orange.gif) no-repeat center;
  }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  width: 100%;
  position: relative;
  padding: 70px 0 20px 0;
  }       
#header h1, footer a {
  font-weight: bold;
  background: linear-gradient(to right, #f5ce62, #e85a19 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }       
#header h1 {
  font-size: 48px;
  }
footer a, a {
  text-decoration: none;
  }
footer a:hover {
  color: #e85a19;
  }
a {
  color: #f0a649;
  }
a:hover {
  color: #e85a19;
  }
#header h2 {
  color: #eee;
  font-size: 25px;
  margin-bottom: 40px;
  }
#header .countdown{
  margin-bottom: 10px;
  }
#header .countdown div{
  margin: 10px;
  width: 100px;
  padding: 12px 0;
  background: #FFF; /* Fallback color */
  text-align: center;
  }
#header .countdown div h3{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  }
#header .countdown div h4{
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 575px){
  #header .countdown div{
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }
  #header .countdown div h3{
    font-size: 28px;
    margin-bottom: 10px;
  }

  #header .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
}
/*--------------------------------------------------------------
# Navigation Menu Desktop Navigation 
--------------------------------------------------------------*/
.navbar {
  padding: 0;
  }
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  }
.navbar li {
  position: relative;
  }
.navbar a,
.navbar a:focus {
  display: flex;
  color: #3a5469;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  white-space: nowrap;
  align-items: center;
  padding: 10px 0 10px 30px;
  justify-content: space-between;
  font-family: "Raleway", sans-serif;
  }
.navbar a i,
.navbar a:focus i {
  line-height: 0;
  font-size: 12px;
  margin-left: 5px;
  }
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #24b7a4;
  }
.navbar .getstarted,
.navbar .getstarted:focus {
  color: #fff;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  background: #24b7a4;
  }
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #28ccb7;
  }
.navbar .dropdown ul {
  margin: 0;
  opacity: 0;
  left: 14px;
  z-index: 99;
  display: block;
  padding: 10px 0;
  background: #fff;
  transition: 0.3s;
  position: absolute;
  visibility: hidden;
  border-radius: 4px;
  top: calc(100% + 30px);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
.navbar .dropdown ul li {
  min-width: 200px;
  }
.navbar .dropdown ul a {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: none;
  }
.navbar .dropdown ul a i {
  font-size: 12px;
  }
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #24b7a4;
  }
.navbar .dropdown:hover>ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  }
.navbar .dropdown .dropdown ul {
  top: 0;
  visibility: hidden;
  left: calc(100% - 30px);
  }
.navbar .dropdown .dropdown:hover>ul {
  top: 0;
  left: 100%;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
/* Mobile Navigation */
.mobile-nav-toggle {
  display: none;
  line-height: 0;
  color: #314759;
  font-size: 28px;
  cursor: pointer;
  transition: 0.5s;
  }
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  overflow: hidden;
  transition: 0.3s;
  background: rgba(31, 45, 56, 0.9);
  }
.navbar-mobile .mobile-nav-toggle {
  top: 15px;
  right: 15px;
  position: absolute;
  }
.navbar-mobile ul {
  top: 55px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: block;
  padding: 10px 0;
  overflow-y: auto;
  transition: 0.3s;
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  }
.navbar-mobile a,
.navbar-mobile a:focus {
  color: #314759;
  font-size: 15px;
  padding: 10px 20px;
  }
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #24b7a4;
  }
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  }
.navbar-mobile .dropdown ul {
  opacity: 1;
  z-index: 99;
  display: none;
  padding: 10px 0;
  position: static;
  background: #fff;
  margin: 10px 20px;
  visibility: visible;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
.navbar-mobile .dropdown ul li {
  min-width: 200px;
  }
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  }
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
  }
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #24b7a4;
  }
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
  }
.section-bg {
  background-color: #d8f7f3;
  }
.section-title {
  text-align: center;
  padding-bottom: 15px;
  }
.section-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 16px;
  }
.section-title h2::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: "";
  width: 230px;
  margin: 0 auto;
  display: block;
  position: absolute;
  background-image: linear-gradient(to right, #f5ce62, #e85a19);
  }
.section-title p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.card, .card-body{
  border: none !important;
  background-color: transparent !important;
  }
.contact .info {
  padding: 30px;
  height: 170px;
  }
.contact .info i {
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  font-size: 20px;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  -webkit-transition: all .5s ease-out;
	 -moz-transition: all .5s ease-out;
	  -ms-transition: all .5s ease-out;
	   -o-transition: all .5s ease-out;
		  transition: all .5s ease-out;
  background: rgba(255, 255, 255, 0.1);
  }
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  }
.contact .info p {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0 0 10px 60px;
  }
.contact .info:hover .pen i {
  color: #fff;
  transform: rotate(360deg);
  box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
  background-image: linear-gradient(to right, #f5ce62, #e85a19);
  }
.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;
  padding: 15px;
  background: #fff;
  text-align: center;
  }
.contact .php-email-form .loading:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 10px -6px 0;
  display: inline-block;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
  }
.contact .php-email-form .loading {
  display: none;
  padding: 15px;
  background: #fff;
  text-align: center;
  }
.contact .php-email-form .loading:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px -6px 0;
  border-top-color: #eee;
  border: 3px solid #18d26e;
  animation: animate-loading 1s linear infinite;
  }
.contact .php-email-form input,
.contact .php-email-form select,
.contact .php-email-form textarea {
  color: #000;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  }
.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  }
.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
  }
.social-links {
  margin-top: 40px;
  }
.social-links a {
  color: #fff;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  font-size: 16px;
  transition: 0.3s;
  border-radius: 50%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  }
.social-links a i {
  line-height: 0;
  }
/* social */
.social-links a.facebook:hover{
	background-color: #3B5998;
    }
.social-links a.twitter:hover{
	background-color: #33CCFF;
    }
.social-links a.instagram:hover{
	background-color: #BD3518;
    }
.social-links a.linkedin:hover{
	background-color: #007BB7;
    }
.social-links a.behance:hover{
	background-color: #FF9900;
    }
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade {
  0% {
	  opacity: 0;
  }
  100% {
	  opacity: 1;
  }
}
/*------------------------------------------------------
	Contact Styles / Form Elements
--------------------------------------------------------*/	
legend{
  width: auto;
  float: none;
  font-weight: bold;
  padding: 5px 10px; 
  }
fieldset{
  margin: 0px;
  padding: 10px;
  color: #666 !important;
  font-family: Georgia, Times, serif;
  }
legend, label{ 
  font-size: 14px;
  }
.form-floating label{
  background: none !important;
  }
.form-floating>.form-control:not(:-moz-placeholder-shown)~label{
  background-color: transparent !important;
  }
.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label,.form-floating>.form-radio~label{
  background-color: transparent !important;
  }
.form-floating>.form-control:-webkit-autofill~label{
  background-color: transparent !important;
  }
fieldset, legend{
  border-radius: 0.5rem;	
  border: 2px solid rgba(255, 255, 255, 0.4);
  }
legend{
  border-radius: 1.5rem;
  }
.form-control#message, .form-control#comment{
  height: auto;
  min-height: 8rem;
  }
#header .countdown div, .contact .info, .contact .php-email-form {    
  border-radius: 0.75rem;
  backdrop-filter: blur(1rem);
  -webkit-transition: all .5s ease-out;
	 -moz-transition: all .5s ease-out;
	  -ms-transition: all .5s ease-out;
	   -o-transition: all .5s ease-out;
		  transition: all .5s ease-out;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
		  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));/*opacity/see-through*/
  }
.contact .info:hover{
  -webkit-transform: translateY(-15px);
	 -moz-transform: translateY(-15px);
	  -ms-transform: translateY(-15px);
	   -o-transform: translateY(-15px);
		  transform: translateY(-15px);
  -webkit-box-shadow: 0 20px 40px rgba(72,78,85,.6);
		  box-shadow: 0 20px 40px rgba(72,78,85,.6);
}
/*--------------------------------------------------------------
# button
--------------------------------------------------------------*/
.btn-hover{
  color: #fff;
  border: none;
  border-radius: 50px;
  background-size: 120% 100%;
  -webkit-transition: all 1s ease-in-out;
      moz-transition: all 1s ease-in-out;
       -o-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
  }
.btn-hover:hover {
  color: #fff !important;
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-transition: all 1s ease-in-out;
      moz-transition: all 1s ease-in-out;
       -o-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
  }
.btn-hover:focus {
  outline: none;
  }
.btn-hover.color-1 {
  box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
  background-image: linear-gradient(to right, #f5ce62, #e85a19);
  }
.footie{
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.75));
  }
.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.5;
  height: 100%;
  position: fixed;
  cursor: pointer;
  padding: 1.25rem;
  transition: all 0.4s ease-in-out;
  font-family: Georgia, Times, serif;
  background: transparent url(overlays/07.png);
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
#back-to-top{
  padding: 0;
  color: #FFF;
  width: 44px;
  height: 44px;
  right: 113px;
  bottom: 126px;
  display: flex;
  font-size: 1rem;
  cursor: pointer;
  z-index: 100000;
  position: fixed;
  font-weight: 700;
  line-height: 36px;
  border-radius: 50%;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  background-size: 120% 100%;
  -webkit-opacity: 0;
	 -moz-opacity: 0; 
	   -o-opacity: 0;
		  opacity: 0;
		   filter: alpha(opacity=0);
  -webkit-transition: all 1s ease-in-out;
	 -moz-transition: all 1s ease-in-out; 
	   -o-transition: all 1s ease-in-out;
		  transition: all 1s ease-in-out;
  box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75)!important;
  background-image: linear-gradient(to right, #f5ce62, #e85a19);
  }	
#back-to-top:hover{
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-transform: translateY(-5px);
	 -moz-transform: translateY(-5px);
	  -ms-transform: translateY(-5px);
	   -o-transform: translateY(-5px);
		  transform: translateY(-5px);
  } 
#back-to-top.open{
  -webkit-opacity: 1;
	 -moz-opacity: 1; 
	   -o-opacity: 1;
		  opacity: 1;
		   filter: alpha(opacity=100);
  }
@media only screen and (max-width:991px){
    .section-title h2 {
       font-size: 32px;
    }
	.section-title h2::after {
	   width: 204px;
	}
}
@media only screen and (max-width:767px){
    .section-title h2 {
       font-size: 28px;
    }
	.madd {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.section-title h2::after {
	   width: 179px;
	}
}
@media only screen and (max-width:526px){
    .section-title h2 {
       font-size: 24px;
    }
	.section-title h2::after {
	   width: 153px;
	}
}