@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
  background: #ffffff;
  font-family: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:"Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";;
  font-weight: 700;
}
a {
  color: #F74134;
  text-decoration: none;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #ffffff;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
}
/*.row {
  padding-bottom: 70px;
}*/
.section-title {
  text-align: center;
  text-transform: uppercase;
  color: #0BAFA0;
  font-size: 50px;
  font-weight: 700;
  padding: 50px;
}
.section-title span {
  color: #333;
}
::selection {
  background: #0BAFA0;
  color: #fff;
}
::-moz-selection {
  background: #0BAFA0;
  color: #fff;
}
#portfolio-items .mix {
  float: left;
  display: none;
}
.btn {
  cursor: pointer;
  padding: 10px 16px;
  display: inline-block;
  margin: 10px 20px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-border {
  border: 2px solid #0BAFA0;
  color: #0BAFA0;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.btn-border:hover,
.btn-border:active {
  color: #ffffff;
  background: #0BAFA0;
}
.btn-common {
  background: #0BAFA0;
}
.btn-common:hover {
  background: #585858;
}
#header .main-navigation {
  background: #ffffff;
  border-bottom: 2px solid #0BAFA0;
}
#header .navbar-brand {
  height: auto;
}
#header .nav {
  list-style: none;
  margin-top: 40px;
}
#header .nav li {
  margin: 0 0 0 25px;
}
#header .nav li a {
  text-transform: uppercase;
  padding: 5px 0;
  color: #0BAFA0;
  font-weight: 700;
  font-size:20px;
  position: relative;
}
#header .nav li a:after {
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom: 2px solid #0BAFA0;
  width: 100%;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
#header .nav li.active a:after,
#header .nav li.active a,
#header .nav li a:hover::after,
#header .nav li a:hover,
#header .nav li a:focus {
  background: none;
  opacity: 1;
  color: #0BAFA0;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
#header .affix {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
#header .affix .navbar-brand {
  padding: 12px;
}
#header .affix .navbar-brand img {
  width: 80%;
}
#header .affix .nav {
  margin-top: 25px;
}
#intro {
  background: url("../img/background/bg-intro.jpg") center center no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding-top: 67px;
}
#intro .overlay {
  background: url("../img/background/bg-overlay.png") rgba(0, 0, 0, 0.6) repeat;
}
#intro .main-text {
  margin: 202px 0px;
}
#intro .main-text h1 {
  font-weight: 700;
  font-size: 62px;
  color: #ffffff;
}
#intro .main-text h1 span {
  color: #0BAFA0;
}
#intro .main-text h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
}
#intro .main-text .btn {
  font-size: 20px;
  padding: 12px 30px;
  margin-top: 30px;
}
#services {
  background: #ffffff;
  padding-bottom: 50px;
  padding-top:50px;
}
#services .service-box {
  position: relative;
  border: 1px solid #0BAFA0;
  margin-bottom: 48px;
}
#services .content {
  color: #ffffff;
  text-align: center;
  background: #0BAFA0;
  border: 4px solid #ffffff;
  padding: 10px 14px;
}
#services .content h2 {
  font-size: 20px;
  text-transform: uppercase;
}
#services .content p {
  line-height: 22px;
  font-weight: 400;
}
#services .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  height: 54px;
  left: -7px;
  padding: 3px;
  position: absolute;
  top: -30px;
  width: 54px;
}
#services .icon-wrapper i {
  background: #ffffff;
  color: #0BAFA0;
  border: 2px solid #0BAFA0;
  border-radius: 50%;
  font-size: 30px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#services .service-box:hover i {
  background: #0BAFA0;
  color: #fff;
}
#about {
  background: url('../img/background/bg-1.jpg') center center no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-top:50px;
}
#about .section-title span {
  color: #fff;
}
#about .side-left {
  text-align: center;
}
#about .side-left img {
  border-radius: 4px;
  padding-bottom: 12px;
}
#about .side-left .info h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 12px;
}
#about .side-left .info p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1.1px;
  position: relative;
}
#about .side-left .info p:after {
  background: #ffffff;
  content: "";
  height: 5px;
  left: 32%;
  position: absolute;
  top: 125%;
  width: 34%;
}
#about .side-right p {
  padding: 0px 20px;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}
#about .owl-theme .owl-controls .owl-page span {
  background: none;
  display: none;
}
#portfolio {
  padding:50px 0;
}
#portfolio .controls {
  text-align: center;
  margin-bottom: 20px;
}
#portfolio .controls .btn {
  margin: 10px 5px;
  text-transform: uppercase;
  font-weight: 400;
}
#portfolio .portfolio-items .mix {
  width: 24%;
  overflow: hidden;
}
#portfolio .portfolio-items figure {
  background: #ffffff;
  float: left;
  margin: 5px;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 1px solid #F3F3F3;
  position: relative;
}
#portfolio .portfolio-items figure .img {
  position: relative;
}
#portfolio .portfolio-items figure .img img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#portfolio .portfolio-items figure .img .overlay {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 20;
  opacity: 0;
}
#portfolio .portfolio-items figure .img a {
  background: #ffffff;
  font-size: 22px;
  padding: 8px 14px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#portfolio .portfolio-items figure .img .link-left {
  left: -22%;
  top: 45%;
  margin: 0 auto;
}
#portfolio .portfolio-items figure .img .link-right {
  right: -22%;
  top: 45%;
  margin: 0 auto;
}
#portfolio .portfolio-items figure:hover .overlay {
  opacity: 1;
}
#portfolio .portfolio-items figure:hover a.link-left {
  left: 30%;
  opacity: 1;
  color: #008A7D;
}
#portfolio .portfolio-items figure:hover a.link-right {
  right: 42%;
  opacity: 1;
  color: #008A7D;
}
#portfolio .portfolio-items .item-description {
  padding: 4px 12px;
  text-align: center;
  background-color: #0BAFA0;
  border-top: 3px solid #45EFDF;
  border-bottom: 6px solid #008A7D;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#portfolio .portfolio-items .item-description:after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0px 22px 22px;
  top: -25px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -24px;
  position: absolute;
  width: 25px;
  z-index: 22;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio .portfolio-items .item-description h4 {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio .portfolio-items .item-description p {
  color: #FEF2F6;
  font-weight: 400;
  line-height: 22px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio .portfolio-items figure:hover .item-description {
  background: #ffffff;
  border-bottom: 6px solid #ffffff;
  border-top: 3px solid #ffffff;
}
#portfolio .portfolio-items figure:hover .item-description:after {
  opacity: 1;
}
#portfolio .portfolio-items figure:hover h4,
#portfolio .portfolio-items figure:hover p {
  color: #008A7D;
}
#blog {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #e3e3e3;
  padding-top:50px;
}
#blog .carousel-control {
  background-image: none;
  height: 50px;
  top: 45%;
  width: 50px;
}
#blog .carousel-control i {
  height: 50px;
  padding: 15px;
  width: 50px;
  background-color: #008A7D;
}
#blog .blog-wrapper {
  width: 100%px;
  padding: 0px 12px;
  overflow: hidden;
}
#blog .blog-wrapper img {
  width: 370px;
  overflow: hidden;
}
#blog .blog-wrapper .video {
  width: 100%;
  height: 268px;
}
#blog .blog-wrapper .content {
  width: 100%;
  background: #0BAFA0;
  padding: 12px 20px;
  border-top: 6px solid #45EFDF;
  padding-bottom: 36px;
}
#blog .blog-wrapper .content h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
#blog .blog-wrapper .content p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}
#blog .blog-wrapper .content .redmore {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  float: right;
  text-decoration: none;
}
#blog .blog-wrapper .content .redmore:hover {
  color: #e3e3e3;
}
#blog .blog-wrapper .blog-footer {
  background: #008A7D;
  padding: 20px 20px;
  color: #ffffff;
  width: 100%;
  height: 60px;
}
#blog .blog-wrapper .blog-footer p {
  float: left;
}
#blog .blog-wrapper .blog-footer span {
  float: right;
}
#blog .blog-wrapper .blog-footer span i {
  padding-right: 10px;
}
#blog .owl-theme .owl-controls {
  position: absolute;
  top: -60px;
  padding-bottom: 50px;
  right: 30px;
}
#blog .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #0BAFA0;
  font-size: 28px;
  display: inline-block;
}

#contact {
  background: #333;
  background-size: cover;
  padding:50px 0;
}
#contact .section-title span {
  color: #fff;
}
#contact .contact-form .controls {
  padding-bottom: 20px;
}
#contact .contact-form .controls input.contact_input {
  color: #000;
  background-color: #ffffff;
  float: left;
  border: 1px solid #0BAFA0;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  padding: 0 12px;
  width: 88%;
}
#contact .contact-form .controls i {
  font-size: 18px;
  color: #0BAFA0;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  padding: 12px;
  text-align: center;
  border: 1px solid #0BAFA0;
  border-left: none;
}
#contact .contact-form textarea {
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #0BAFA0;
  width: 100%;
  padding: 2% 3%;
  height: 185px;
  border-radius: 0px;
}
#contact .contact-form textarea:focus {
  box-shadow: none;
}
#contact .contact-form .btn {
  color: #ffffff;
  font-weight: 400;
  margin-top: 30px;
  font-size: 24px;
  width: 100%;
  margin: 20px 0;
}

#connected {
  background-color: #0BAFA0;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
#connected .section-title {
  color: #ffffff;
  padding: 25px 0 0 0 ;
}
#connected .discription {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  position: relative;
}
#connected hr {
  width: 200px;
  text-align: center;
}
#connected .contact-item {
  margin: 20px 0;
}
#connected .contact-item a {
  padding-bottom: 12px;
}
#connected .contact-item a i {
  font-size: 30px;
  color: #ffffff;
}
#connected .contact-item h5 {
  color: #FDF2F0;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
#connected .contact-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}
#footer {
  background-color: #0BAFA0;
  width: 100%;
}
#footer .copyright {
  border-top: 1px solid #ffffff;
  padding: 14px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
#footer .copyright a {
  color: #fff;
  text-decoration: none;
}
#footer .copyright a:hover {
  color: #34495E;
}
.scroll-top {
  right: 30px;
  bottom: 30px;
  background: #000;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  z-index: 9999;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.scroll-top i {
  padding: 0px 10px;
  font-size: 36px;
  color: #fff;
}
.scroll-top i:hover {
  color: #0bafa0;
}
#settings-panel {
  position: fixed;
  top: 172px;
  right: -158px;
  border-right: none;
  background: #fff;
  padding: 10px;
  text-align: center;
  z-index: 99;
}
#panel-opener {
  position: absolute;
  font-size: 1.4em;
  line-height: 1.6em;
  top: 10px;
  left: -40px;
  background: #fff;
  width: 40px;
  height: 40px;
  color: #0BAFA0;
  line-height: 40px;
  cursor: pointer;
}
#panel-opener:hover {
  color: #1a88c4;
}
.color-container {
  width: 138px;
  margin-bottom: -8px;
  float: left;
}
.color-container .color {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 4px 0 0;
}
.color-container .color-1 {
  background: #0BAFA0;
}
.color-container .color-2 {
  background: #3498db;
}
.color-container .color-3 {
  background: #e74c3c;
}
.color-container .color-4 {
  background: #34495e;
}
.bar {
  color: #000;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background-image:
  repeating-linear-gradient(-45deg, #d1d1d1, #d1d1d1 11px, #fff 10px, #fff 20px );
  background-size: 28px 28px;
  -webkit-animation: move .5s linear infinite;
  animation: move .5s linear infinite;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}

#response-error {
    display: none;
    padding: 15px;
    color: #a94442;
    background-color: #f2dede;
    border-radius: 4px;
    border: 1px solid #ebccd1;
}

#response-success {
    display: none;
    padding: 15px;
    color: #3c763d;
    background-color: #dff0d8;
    border-radius: 4px;
    border: 1px solid #d6e9c6;
}