/* =================================== */
/*	Basic Style 
/* =================================== */
:root {
  /* #0eb493 #0feb9e */
  --color-light: #f8f8f8;
  --color-dark: #333333;
  --color-1: #12b0b8;
  --color-2: #8de6eb;
  --color-3: #1b844e;
  --color-4: #91414d;
  --color-5: #b8127d;
}

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 21px;
  font-size: 13px;
  color: #6a737b;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure,
p {
  margin: 0;
}

a {
  color: #000000;

  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #6cb670;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
.headtext {
  color: var(--color-light);
  text-shadow: 0 1px 4px var(--color-3);
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

span.color {
  color: var(--color-3);
  font-weight: 900;
  text-shadow: 0 0px 4px var(--color-2);
}

body > section,
.footer {
  padding: 70px 0;
}
.video_section {
  padding: 10px 0;
}
.video_section video {
  width: 100%;
  animation: shadows 5s infinite alternate;
}
.sec-title h2 {
  color: var(--color-3);
  text-shadow: 0 2px 1px var(--color-1);
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
  margin: 35px 0 45px;
}

.sec-sub-title p {
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
  color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
  margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999999;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}

/*=========================================
	Header
==========================================*/

#navigation {
  background-color: var(--color-light);
  border: 0 none;
  margin: 0;
  animation: shadows 5s infinite alternate;
  -webkit-transition: background-color 800ms linear;
  -moz-transition: background-color 800ms linear;
  -ms-transition: background-color 800ms linear;
  -o-transition: background-color 800ms linear;
  transition: background-color 800ms linear;
}
@keyframes shadows {
  0% {
    box-shadow: 0 0 25px var(--color-1);
  }
  25% {
    box-shadow: 0 0 25px var(--color-2);
  }
  50% {
    box-shadow: 0 0 25px var(--color-3);
  }
  75% {
    box-shadow: 0 0 25px var(--color-2);
  }
  100% {
    box-shadow: 0 0 25px var(--color-1);
  }
}
.navbar-toggle i {
  color: #000000;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
  border-top: 1px solid transparent;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
  background-color: var(--color-3);
  border-bottom: 1px solid var(--color-1);
  color: var(--color-2);
}
.navbar-nav li.current,
.navbar-nav li:focus,
.navbar-nav li:hover {
  background-color: transparent;
}

/*=========================================
	Slider
==========================================*/

#slider {
  padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  top: 50%;
}

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
  color: #0feb9e;
  content: "___";
  position: relative;
  top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}
  .social-links {
    margin-left: 2em; 
  }
.social-links li {
  display: inline-block;
}

.social-links li a {
  color: var(--color-3);
  background-color: var(--color-light);
  font-size: 2em;
  margin: 0 6px;
  /* text-shadow: 0 1px 4px var(--color-1);  */
  /* display: block; */
}

.social-links li a:hover {
  color: var(--color-dark);
  background-color: var(--color-light);
}
.map {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid #000000;
  height: 8px;
  width: 8px;
}
.carousel-indicators .active {
  height: 8px;
  width: 8px;
}

/*=========================================
	Features
==========================================*/

.features {
  background-color: #f4f7f9;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #c7ced3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  border: 1px solid var(--color-3);
  border-radius: 50%;
  color: var(--color-3);
  float: left;
  padding: 10px 13px;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
  display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: var(--color-3);
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
  display: none;
}

.work-item {
  height: 248px;
  position: relative;
  background-color: var(--color-light);
  border-radius: 30px;
}

.work-item > img {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}

.overlay {
  cursor: pointer;
  background-color: #00a75ad9;;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 30px;
  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;

  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.work-item:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}

.work-item .overlay ul {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
padding: 10px;
margin-top: 15px;
}
.work-item .overlay ul li i {
  font-size: 1.50em;
  line-height: .05em;
  vertical-align: -0.075em;
}

/*=========================================
	Our Team Member
==========================================*/

.member-thumb {
  width: 273px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member-thumb img {
  width: 60%;
}

.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay {
  font-size: 16px;
  padding: 20px;
  line-height: 24px;
}

.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.team-member:hover h4 {
  color: var(--color-3);
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  background-color: #0d7c67;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}

/*=========================================
	Some fun facts
==========================================*/

#facts {
  background-image: url("../img/parallax/city.jpg");
  background-color: #062033cc;
  background-attachment: fixed !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.facts .devider:before,
.facts .devider:after {
  color: #737c85;
}

.facts .devider i {
  color: #fff;
}

.parallax-overlay {
  background-color: #062033cc;
  padding: 70px 0;
}

.counters-item {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
}

.counters-item i {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #737c85;
  border-radius: 50%;
  color: #fff;
  padding: 40px;
  font-size: 4em;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}

.footer a:hover {
  color: #062033;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #fff;
  margin-top: 100px;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}
/* Scroll Bar */
::-webkit-scrollbar {
  cursor: pointer;
  width: 5px;
  transition: 0.7s ease;

  
}
::-webkit-scrollbar:hover {
  width: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: inset 0 0 10px var(--color-3);
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: var(--color-3);

  
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-3);
  border: 1px solid var(--color-light);
  box-shadow: 0 0 10px var(--color-3);
}