/**
* Template Name: BizLand - v3.7.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* @font-face {
  
  src: url('../font/Krylon-Regular.woff') format('woff'),
       url('/font/Krylon-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'clash_displaysemibold';
  src: url('../font/clashdisplay-semibold.woff2') format('woff2'),
       url('../font/clashdisplay-semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'gilroy-thinuploaded_file';
  src: url('../font/gilroy-thin.woff2') format('woff2'),
       url('../font/gilroy-thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroy-lightuploaded_file';
  src: url('../font/gilroy-light.woff2') format('woff2'),
       url('../font/gilroy-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'gilroy-regularuploaded_file';
  src: url('../font/gilroy-regular.woff2') format('woff2'),
       url('../font/gilroy-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy-bolduploaded_file';
  src: url('../font/gilroy-bold.woff2') format('woff2'),
       url('../font/gilroy-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy-semibolduploaded_file';
  src: url('../font/gilroy-semibold.woff2') format('woff2'),
       url('../font/gilroy-semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  color: #444444;
  font-family: 'gilroy-regularuploaded_file';
}

a {
  color: #009a96;
  text-decoration: none;
}

a:hover {
  color: #a48239;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: 'gilroy-regularuploaded_file';
}

p {
  font-size: 17px;
    letter-spacing: 0.1px;
    line-height: 22px;
}
video {
  width: 100%;
}
/* h6, p {
  font-family: "Roboto", sans-serif;
} */
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#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 #009a96;
  border-top-color: #e2eefd;
  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);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #009a96;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
  border: 1px solid #aae5e3;
  border-radius: 3px;
}
.back-to-top:hover {
  background: #eeea9c;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #f5f5f5;
  height: 35px;
  font-size: 15px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #29251c;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #29251c;
  font-family: 'gilroy-regularuploaded_file';
  font-weight: 300;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #009a96;
  text-decoration: underline;
}
#topbar .social-links a {
  color: #29251c;
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: #000;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 100px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
  height: 100px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #009a96;
}
#header .logo img {
  max-height: 70px;
}

.scrolled-offset {
  margin-top: 85px;
}

.carousel-caption{
  bottom: 36%;
  text-align: left;
}
/*--------------------------------------------------------------
# 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 > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #009a96;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #009a96;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.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: #009a96;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
h1{
  font-size: 5rem;
  color: #319a97;
  font-weight: 800;
  /* text-shadow: 0px 1px 4px black; */
  letter-spacing: 1px;
  font-family: 'gilroy-bolduploaded_file';
  line-height: 70px;
}
h2{
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 1.4px;
  line-height: 45px;
  font-family: 'gilroy-semibolduploaded_file';
}
h3{
  font-size: 3rem;
  /* text-shadow: 0px 1px 4px black; */
  letter-spacing: 1px;
  /* font-family: 'gilroy-semibolduploaded_file'; */
}
h4{
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  color: #fff;
}
h6{
  font-size: 1.4rem;
  font-family: 'gilroy-thinuploaded_file';
  letter-spacing: -0.7px;
  color: #333;
  text-align: center;
  line-height: 30px;
}
h6 span{
  width: 100px;
	height: 50px;
	transform: skew(20deg);
  background: #e4e4e4;
    padding: 3px 8px;
    color: #009a96;
}
.carousel-caption{
  right: 20%;
  left: unset;
}
.carousel-item {
  height: 100%;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  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 {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #009a96;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  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: #009a96;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.lang {
  color: #a48139 !important;
    border: 1px solid #a48139;
    border-radius: 3px;
    padding: 9px 10px 3px !important;
    text-align: center;
    font-weight: 800;
    transition: all ease 0.5s;
    margin-left: 28px;
    font-size: 14px;
    font-weight: 600;
    width: 50px;
    height: 26px;
    display: inline-block;
    float: left;
}
.lang:hover {
  background-color: #a48139;
  color: #fff !important;
  border: 1px solid #a48139;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#hero h1 span {
  color: #009a96;
}
#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #009a96;
}
#hero .btn-get-started:hover {
  background: #247cf0;
}
#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero .btn-watch-video i {
  color: #009a96;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: #009a96;
}
#hero .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  /* #hero {
    height: 100vh;
  } */
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  /* #hero {
    height: 120vh;
  } */
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 130px 0;
  /* overflow: hidden; */
  overflow: unset;
}

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

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-family: 'gilroy-semibolduploaded_file';
  font-size: 3rem;
  letter-spacing: 1px;
  margin: 0;
  color: #000;
  display: inline-block;
  border-radius: 50px;
  text-shadow: none;
}
.section-title h2 span {
  color: #082a39;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title p {
  margin: 15px auto 0 auto;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}
.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;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
/* #featured-services {
background: url(../img/pattern-big.png) no-repeat 98% 50%;
  background-size: 10%;
} */
.featured-services .icon-box {
  padding: 70px 50px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  border: 0;
  border-top: 5px solid #009a96;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #00aca0;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #79c5bb;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 50px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #009a96;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #009a96;
  font-family: 'gilroy-semibolduploaded_file';
  font-weight: bolder;
  font-size: 1.5rem;
  letter-spacing: 0.4px;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #000;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.green-bg {
  background-color: #009a96 !important;
}
.golden-bg {
  background-color: #433c2e !important;
}
.about {
  position: relative;
}
.about::after{
  background: url(../img/flower-bg-r.png) no-repeat right top;
  background-size: cover;
  width: 150px;
  height: 240px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  z-index: 0;
  display: none;
}
.about::before{
  background: url(../img/flower-bg-l.png) no-repeat left bottom;
  background-size: cover;
  width: 150px;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  z-index: 0;
  display: none;
}
.about-img{
  border-radius: 20px;
}
.white-txt{
  color: #fff !important;
}

.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.about .content ul li:first-child {
  margin-top: 35px;
}
.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #009a96;
  border-radius: 50px;
}
.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.about .content ul p {
  font-size: 15px;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #009a96;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.w-200{
  width: 220px !important;
  height: 220px !important;
  margin-top: 25px !important;
}
.counts {
  padding: 10px 0;
}
.counts .count-box-main {
  padding: 50px 30px 50px 30px;
  width: 250px;
    height: 250px;
    border-radius: 100%;
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255);
    border: 1px solid rgb(49 154 152 / 20%);
    margin: 0 auto;
}
.count-box-main::before {
  width: 282px;
  height: 284px;
  display: inline-block;
  border: 4px solid #319a98;
  content: "";
  border-radius: 100%;
  left: -7%;
  position: absolute;
  top: -7%;
}
.count-box-main.w-200::before {
  width: 249px;
  height: 249px;
  display: inline-block;
  border: 4px solid #fff;
  content: "";
  border-radius: 100%;
  left: -7%;
  position: absolute;
  top: -7%;
}
.uppercase{
  text-transform: uppercase;
}
.ls-0{
  letter-spacing: 0;
}
.count-box {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 71%;
}
.count-box h2{
  position: absolute;
  color: #37acaa;
  right: 2%;
  top: 8px;
}
.rgt-32{
  right: -30% !important;
}
.rgt-2{
  right: -2% !important;
}
.w-59{
  width: 55% !important;
}
.size-1{
  font-size: 0.8rem !important;
}
.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #009a96;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box span {
  font-size: 4.3rem;
  letter-spacing: -3px;
  line-height: 55px;
  display: block;
  font-weight: 600;
  color: #37acaa;
  font-family: Arial, Helvetica, sans-serif;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  color: #d6d6d6;
  font-size: 17px;
  font-weight: bolder;
}

.project-facts{
  width: 100%;
    float: left;
    background-color: #ebf4f2;
    border-radius: 5px;
    padding: 20px;
    min-height: 160px;
}
.project-facts p {
  font-size: 20px;
  letter-spacing: 0.6px;
  font-weight: bolder;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.roboto{
  font-family: "Roboto", sans-serif;
}
.weight-300{
  font-weight:300;
}
.project-facts h4{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #093b31;
  letter-spacing: 0;
} 
.amneties{
  position: relative;
}
.amneties::after{
    background: url(../img/flower-top.png) no-repeat right top;
    background-size: cover;
    width: 150px;
    height: 325px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    z-index: 0;
  }
.amneties::before{
    background: url(../img/flower-bottom.png) no-repeat left bottom;
    background-size: cover;
    width: 150px;
    height: 325px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    z-index: 0;
  }
.amnet-ic{
  width: 52px;
  filter: invert(1);
  margin-right: 10px;
  border: 1px solid #000;
  padding: 7px;
  border-radius: 10px;
}
.amneti-main h4 {
  font-size: 1.3rem;
  
  letter-spacing: 1.2px;
  color: #fff;
  padding-top: 13px;
}
.amneti-main ul{
   margin: 0;
   padding: 0;
}
.amneti-main li{
  width: 32%;
  float: left;
  list-style: none;
  margin-bottom: 20px;
}
.amneti-main li span{
  float: left;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.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 25px 0 rgba(16, 110, 234, 0.1);
}
.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #009a96;
}
.services .icon-box:hover .icon {
  border-color: #009a96;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.lc-p-5{
  padding: 10%;
}
.healthcare-bg {
  padding: 0px 0;
  background: url("../img/helthcare-bg.jpg") no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: relative;
}
.map::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.map .section-header {
  margin-bottom: 40px;
}
.map ul{
  margin: 0;
  padding: 0;
}
.map li{
  list-style: none;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0 0 15px 0;
}
.map li span{
  font-family: "Roboto", sans-serif;
  color: #02aaa6;
}

.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009a96;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #009a96;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  /* left: 30px;  */
  right: 40%;
  bottom: 35%;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  width: 100px;
    height: 100px;
    border-radius: 100px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  left: 0;
    position: absolute;
    /* right: 0; */
    font-size: 24px;
    top: 0;
    color: #3c3c3c;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 33%;
    border-radius: 100px;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #009a96;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}
.location-box{
  width: 100%;
  float: left;
  background: #eee;
  margin-bottom: 20px;
  border-radius: 8px;
  padding-right: 10px;
}
.location-box img{
  width: 150px;
    border-radius: 3px;
    float: left;
}
.location-box h4 {
  font-size: 1.5rem;
  
  letter-spacing: 0;
  color: #010000;
  text-align: left;
  padding-left: 20px;
  display: table-cell;
  transform:translate(0%, 45%);
}
.location-box h4 span {
  background: #4b843d;
  padding: 3px 8px;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 3px;
  display: inline-block;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #009a96;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009a96;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.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: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}
.team .member .social a:hover {
  background: #3b8af2;
}
.team .member .social i {
  font-size: 18px;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing .box h4 {
  font-size: 36px;
  color: #009a96;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul i {
  color: #009a96;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #009a96;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #3b8af2;
}
.pricing .featured h3 {
  color: #fff;
  background: #009a96;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #009a96;
  color: #fff;
}
.mt-30{
  margin-top: 30px;
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 120px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: bolder;
  line-height: 24px;
  font-weight: 400;
  padding-left: 2px;
  cursor: pointer;
  color: #fff;
  /* text-shadow: 1px 1px #313131; */
  transition: 0.3s;
  padding-right: 20px;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 5px;
  color: #eee;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: #eee;
}
.faq .faq-list .collapsed:hover {
  color: #fff;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #009a96;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #a48139;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin: 10px 0;
  letter-spacing: 1px;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
  color: #a48139;
}
.ls-0{
  letter-spacing: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}
.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 .form-group {
  margin-bottom: 20px;
}
.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 {
  border-color: #009a96;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #009a96;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#contact ul{
  margin: 0;
  padding: 0;
}
#contact li{
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none;
}
#contact li a{
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #eee;
}
#contact li a:hover{
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #009a96;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  background: #082a39;
}
.footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}
.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
.footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #009a96;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}
.footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
.footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.footer .footer-top .footer-contact h3 span {
  color: #009a96;
}
.footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}
.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
.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 i {
  padding-right: 2px;
  color: #009a96;
  font-size: 18px;
  line-height: 1;
}
.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #009a96;
}
.footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #009a96;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}
.footer .copyright {
  text-align: center;
  float: left;
}
.footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}
.bg-footer{
  background: #05202b;
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #eee;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}
.size-30{
  width: 30px;
}
 
.free-quote {
  padding: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  width: 100%;
  background: rgb(0 0 0 / 20%);
  border-radius: 8px;
}
.free-quote .form-group select option:first-child {
color: #eee !important;
}
.free-quote .form-group {
margin-bottom: 9px;
}
.free-quote label {
margin-bottom: 0rem;
}
.free-quote option {
background: rgb(0 0 0 / 50%);
color: #fff;
}
.free-quote option:hover {
background: rgb(0 0 0 / 1%);
color: #fff;
}
.heading {
font-size: 21px;
text-transform: capitalize;
font-weight: 400;
color: #191919;
margin-bottom: 13px;
}


.free-quote .form-control {
border: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.8);
background: none;
color: #fff;
height: 45px;
margin-bottom: 4px;
border-radius: 2px;
font-size: 16px;
font-weight: 300;
}



.free-quoteh {
  background: rgb(0 0 0 / 60%);
  border: 1px solid rgba(41, 41, 41, 0.1);
  padding: 15px 20px 26px ;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  width: 70%;
  border-radius: 7px;
  position: absolute;
  right: 16%;
  bottom: 15%;
  margin: 0 auto;
  z-index: 999;
}
.free-quoteh .form-group select option:first-child {
  color: #eee !important;
}
.free-quoteh .form-group {
  margin-bottom: 0px;
}
.free-quoteh label {
  margin-bottom: 0rem;
}
.free-quoteh option {
  background: rgb(0 0 0 / 50%);
  color: #fff;
}
.free-quoteh option:hover {
  background: rgb(0 0 0 / 1%);
  color: #fff;
}
.heading {
  font-size: 23px;
    text-transform: capitalize;
  color: #fff;
  margin-bottom: 13px;
}

.free-quoteh::placeholder {
  color: #fff !important;
}
.free-quoteh .form-control {
  border: 1px solid rgb(255 255 255 / 70%);
  background: none;
  color: #fff;
  height: 40px;
  margin-bottom: 0px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 300;
}
.btn-sbmt {
  padding: 7px 5px;
  width: 100px;
  border-radius: 3px;
  border: 0;
  font-size: 17px;
  letter-spacing: 0.3px;
  font-weight: bold;
  background-color: #dca535;
  color: #090303;
}
.btn-sbmt:hover {
  background-color: #ffab00;
}
.free-quoteh .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

.free-quoteh .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

.free-quoteh .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}
.form-control {
  height: 43px;
  border-radius: 0;
}

.free-quoteh .form-control:focus {
  border: 2px solid #fff;
}
.free-quoteh h3{
  font-size: 19px;
  font-weight: 500;
  color: #009a96;
  line-height: 24px;
}
.free-quoteh-new{
  /* background-color: #2c2c2c !important; */
} 



.form-control {
height: 43px;
border-radius: 0;
}
textarea.form-control.btn-block.h-100 {
height: 55px !important;
}

.sbmt-btn{
font-size: 17px;
font-weight: bold;
color: #fff;
border: 1px solid #fff;
border-radius: 4px;
text-align: center;
padding: 0.5rem 1rem;
letter-spacing: 1px;
}
.sbmt-btn:hover{
color: #fff;
border: 1px solid #02aaa6;
background: #02aaa6;
}
.more-btn{
  font-size: 17px;
  font-weight: bold;
  color: #082a39;
  border: 0px solid #fff;
  border-radius: 40px;
  text-align: center;
  padding: 0.7rem 1.4rem;
  letter-spacing: 1px;
}
.more-btn:hover{
  background: #02aaa6;
  color: #fff;
}

p.mb-2 {
line-height: 37px;
}

.free-quote .form-control:focus {
border: 2px solid #fff;
}
.free-quote h3{
font-size: 25px;
font-weight: 500;
color: #fff;
margin-bottom: 5px;
}
.free-quote-new{
background-color: #2c2c2c !important;
} 
.mr-3 {
  margin-right: 8px;
  font-size: 16px;
  color: #eee;
}
h5.text-white.mb-4 {
  font-size: 25px;
}
.btn-secondary {
  color: #fff;
  background-color: unset;
  border-color: unset;
  border: 0;
  font-size: 19px;
  padding: 0 6px;
}
.w-30{
  width: 30% !important;
}
.w-70{
  width: 70% !important;
}

.h-75{
  height: 75px !important;
}
.h-150{
  height: 150px;
}

.message-div-tp {
  position: absolute;
    color: #ffe8b5;
    bottom: 2px;
    left: 6px;
    padding: 6px 15px;
    border-radius: 18px;
    letter-spacing: 1px;
}
.message-div {
  position: absolute;
  color: #ffe8b5;
  bottom: 24px;
  left: 150px;
  padding: 6px 15px;
  border-radius: 18px;
}

.carousel {
  height: 100vh;
}
.carousel-inner {
  height: 100%;
}
.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.carousel-control-next, .carousel-control-prev {
  top: 16%;
}

.icon img {
  height: 140px;
  padding: 9px;
  position: relative;
}
.icon img::after {
  background: #eee;
  width: 200px;
  height: 200px;
  position: absolute;
  display: block;
  content: "";
}
.chairman-message{
  background: url(../img/message.png) no-repeat 0% 0%;
  padding-top: 100px;
  background-size:25%;
}
.w-110 {
  width: 110px !important;
}
.text-dark{
  color: #000;
}
.pt-100{
  padding-top: 100px;
}
.pb-100{
  padding-bottom: 100px;
}
.bg-black{
  background-color: rgb(0 0 0 / 60%) !important;
}
.pattern-bg{
  background: url(../img/pattern-bg.png) repeat;
  background-size: 6%;
}
.pattern-big{
  background: url(../img/pattern-big.png) no-repeat 98% 50%;
  background-color: #319a97 !important;
  background-size: contain;
}
.blue-bg{
  background-color: #319a97 !important;
}
.blue-dark{
  background-color: #082a39;
}
.orange-bg{
  background-color: #f07d19;
}
.grey-bg {
  background-color: #f2f2f2;
}
.focus-div{
  width: 50%;
  right: 0;
  top:0;
  position: absolute;
}
.size-17{
  font-size: 17px;
  line-height: 25px;
}

.healthcare-div{
  width: 100%;
  background: url(../img/healthcare.jpg) no-repeat left top;
  background-size: cover;
  padding: 15% 20px 50px 50%;
  min-height: 400px;
  transition: all ease .5s;
}

.healthcare-div::before {
  background: rgb(43 76 97 / 70%);
  width: 58%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  filter: blur(51px);
}
.healthcare-div:hover::before {
  transition: all ease-in-out .5s;
  width: 100%;
  background: rgba(48, 138, 195, 0.7);
}
.healthcare-div h2{
  position: relative;
}
.healthcare-div p{
  position: relative;
}


.space-div{
  width: 100%;
  background: url(../img/space.jpg) no-repeat left top;
  background-size: cover;
  padding: 50px 20px 50px 40%;
  min-height: 400px;
}
.space-div::before {
  background:rgba(0, 0, 0, 0.7);
  width: 58%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  filter: blur(51px);
}
.space-div:hover::before {
  transition: all ease-in-out .5s;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.space-div h2{
  position: relative;
}
.space-div p{
  position: relative;
}

.climate-change-div{
  width: 100%;
  background: url(../img/climat-change.jpg) no-repeat left bottom;
  background-size: cover;
  padding: 50px 20px 50px 38%;
  min-height: 365px;
}
.climate-change-div::before {
  background:rgb(195 176 167 / 80%);
  width: 58%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  filter: blur(51px);
}
.climate-change-div:hover::before {
  transition: all ease-in-out .5s;
  width: 100%;
  background:rgb(195 176 167 / 80%);
}
.climate-change-div h2{
  position: relative;
  line-height: 50px;
}
.climate-change-div p{
  position: relative;
}


.power-div{
  width: 100%;
  background: url(../img/power.jpg) no-repeat left top;
  background-size: cover;
  padding: 16% 20px 50px 50%;
  min-height: 365px;
}
.power-div::before {
  background:rgb(90 78 62 / 60%);
  width: 58%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  filter: blur(51px);
}
.power-div:hover::before {
  transition: all ease-in-out .5s;
  width: 100%;
  background:rgb(90 78 62 / 60%);
}
.power-div h2{
  position: relative;
}
.power-div p{
  position: relative;
}

.nano-technology-div{
  width: 100%;
  background: url(../img/nano-tech.jpg) no-repeat left top;
  background-color: #000209;
  background-size: contain;
  padding: 50px 20px 50px 50%;
  min-height: 357px;
}
.nano-technology-div::before {
  background:rgba(0, 13, 33, 0.9);
  width: 58%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  filter: blur(40px);
}
.nano-technology-div:hover::before {
  transition: all ease-in-out .5s;
  width: 100%;
  background:rgba(0, 13, 33, 0.6);
}
.nano-technology-div h2{
  position: relative;
}
.nano-technology-div p{
  position: relative;
  line-height: 27px;
}
.featured-services {
  background: #f2f2f2;
}


.posts__animated .circle-decor {

  display: none !important;
}

.viewport-section {
  height: 80vh;
  margin: 0;
  padding: 0 ;
  padding-top: 30% !important;
}
#contact h4{
  font-size: 1.3rem;
  letter-spacing: -0.5px;
  color: #319a97;
}
#contact p{
  font-size: 1.1rem;
  line-height: 30px;
}
#contact h5{
  font-family: 'gilroy-thinuploaded_file';
  font-weight: bold;
}
#contact h5{
  font-family: 'gilroy-thinuploaded_file';
  font-size: 25px;
}
#contact p{
  font-family: 'gilroy-thinuploaded_file';
}
#contact li a{
  font-family: 'gilroy-thinuploaded_file';
}
.col-md-6.text-light.text-md-start.mt-2.mb-md-0{
  font-family: 'gilroy-thinuploaded_file';
}
.pt-100{
  padding-top: 100px !important;
}
.pb-100{
  padding-bottom: 100px !important; 
}
.round-100{
  border-radius: 100%;
}
svg.bi.bi-twitter-x {
  margin-top: -5px;
}

.welcome-div{
  background: #319a97;
  /* border-left: 200px solid #f07d1a; */
  padding: 30px !important;
}
.welcome-div::before{
  display: block;
    background-color: #f07d1a;
    height: 100%;
    content: "";
    width: 16%;
    position: absolute;
    left: -11%;
    top: 0;
    z-index: -999;
}
.p-90{
  padding: 90px 0 !important;
}
.w-33{
  width: 35% !important;
    margin-top: 8%;
}
/*=============================================================
# media Query
--------------------------------------------------------------*/

@media (max-width: 1561px) {
  .location-box h4 {
    font-size: 1.3rem;
    
    letter-spacing: 0;
    color: #010000;
    text-align: left;
    padding-left: 20px;
    display: table-cell;
    transform: translate(0%, 15%);
  }
  .free-quoteh {
    width: 90%;
    right: 5%;
    bottom: 10%;
  }
  .carousel-caption {
    bottom: 30%;
}
}


@media (max-width: 1024px) {
  #topbar .social-links a:last-child {
    margin-right: 0;
  }
    .amneti-main li {
      width: 49%;
      float: left;
    }
    .free-quoteh {
      width: 96%;
      position: absolute;
      right: 2%;
      bottom: 5%;
      background: rgb(0 0 0 / 90%);
      z-index: 90;
    }
    h1 {
      font-size: 4rem;
    }
    h2 {
      font-size: 2rem;
    }
    h4 {
      font-size: 1.5rem;
    }
    .carousel-caption {
      bottom: 70%;
      width: 100%;
      left: 0;
  }
  .section-title h2 {
    font-size: 2.5rem;
  }
  .carousel {
    height: 60vh;
  }
  .carousel-indicators{
    height: 200px;
  }
  .location-box img{
    width: 100%;
  }
  .location-box{
    padding-left: 0;
    height: 328px;
  }
  .location-box img {
    width: 45%;
}
.location-box {
  height: auto;
}
.location-box h4 {
font-size: 0.8rem;
}
.footer h5 {
font-size: 13px;
}
   
}

@media (max-width: 768px) {
  .footer .copyright, .footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
  .amneti-main li {
    width: 100%;
    float: left;
  }
}
@media (max-width: 767px) {
  .free-quoteh{
    position: relative;
    right: 0;
    top: 10px;
  }
  .lang {
    position: absolute;
    right: 8px;
    top: 7px;
}
#topbar.justify-content-center {
  justify-content: inherit !important;
}
  .carousel-control-next {
    right: 0;
    height: 220px;
}
.carousel-control-next {
  right: 0;
  height: 300px;
}
.carousel-control-prev{
  right: 0;
  height: 300px;
}
.carousel-indicators{
  display: none;
}
.section-title h2 {
  font-size: 2.3rem;
}
p {
  font-size: 17px;
}
  .lc-p-5{
    padding: 20px;
  }
  .map li {
    list-style: none;
    font-size: 22px;
  }
  .free-quoteh .form-control {
    margin-bottom: 10px;
  }
  .carousel {
    height: 100%;
  }
  #hero {
    height: 100%;
  }
  .carousel-item img {
    height: 306px !important;
  }
  .viewport-section {
    height: auto;
    padding-top: 0% !important;
  }
  .posts .text-holder { 
    text-align: center !important;
  }
  .welcome-div {
    border-left: 50px solid #f07d1a;
    padding: 30px !important;
  }
  .welcome-div h4.text-center {
    text-align: left !important;
  }
  .welcome-div h6.white-txt.text-center{
    text-align: left !important;
  }
  section.posts.posts--mobile {
    margin: 0;
    padding: 0;
  } 
  .pattern-big {
    background: url(../img/pattern-big.png) no-repeat 98% 10%;
  }
  .foot-logo{
    text-align: center !important;
    border-bottom: 1px solid #304a56;
    padding: 10px;
  }
  .foot-logo:last-child{
    border-bottom: 0px solid #304a56;
  }
  .size-1 {
    font-size: 0.9rem !important;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
  }
}

