/**
* Template Name: Green - v4.3.0
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
/* font-family: 'Jost', sans-serif; */
font-family: 'Arial', sans-serif !important;
  color: #444444;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: none !important;
}
.remodal-overlay {
  z-index: 9999999999999;
}
.remodal-wrapper {
  z-index: 99999999999;
}
.remodal {
  padding: 0;
  max-width: 370px !important;
  background: transparent;
}
.remodal .remodal-close {
  left: inherit;
  right: 0;
  z-index: 99999;
  color: #fff;
}
.remodal .remodal-close:hover {
  opacity: 0.7;
  color:grey !important;    ``
}
.remodal.modal__result .order__form .order__form__title {
  margin-bottom: 0;
}
.remodal .order__form:after {
  display: none;
}
.remodal .order__form .order__form__title {
  margin-bottom: 30px;
}
table {}
table tr td {border:1px solid #ccc; padding: 5px;}
.remodal .order__form .order__form__title span {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.remodal .order__form .order__form__title small {
  font-size: 14px;
  font-weight: 300;
}
.order__form {
  max-width: 370px;
  width: 100%;
  background: rgba(0, 0, 0, 0.47);
  border: 2px dashed #103c57;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 25px 25px 35px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.order__form:after {
  content: "";
  width: 214px;
  height: 148px;
  background: url("../images/order-fomr-after.png");
  position: absolute;
  top: 95%;
  right: 50px;
}
.order__form .order__form__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.order__form .order__form__header .img {
  position: relative;
  margin-right: 20px;
}
.order__form .order__form__header .img:before {
  content: "";
  width: 240px;
  height: 240px;
  background: url("../images/light.png");
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.order__form .order__form__header .img img {
  position: relative;
  z-index: 99;
}
.order__form .order__form__header .time {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.order__form .order__form__header .time small {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
.order__form .order__form__header .time ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.order__form .order__form__header .time ul li {
  max-width: 33.3333%;
  width: 100%;
  color: #fff;
  line-height: 1;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
}
.order__form .order__form__header .time ul li:before {
  content: ":";
  font-weight: 700;
  color: #8da0b0;
  font-size: 40px;
  position: absolute;
  right: -5px;
  top: -3px;
}
.order__form .order__form__header .time ul li:last-child:before {
  display: none;
}
.order__form .order__form__header .time ul li b {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 3px;
}
.order__form .order__form__title {
  text-align: center;
  color: #fff;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.order__form .order__form__title span {
  font-size: 17px;
  font-weight: 300;
}
.order__form .order__form__title span b {
  font-weight: 700;
  font-size: 20px;
}
.order__form form {
  max-width: 295px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.order__form form button {
  margin-top: 10px;
}
a {
  text-decoration: none;
    color: #6087c2;
}

a:hover {
  color: #0d6efd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
.about-us-top p {
    font-size: 17px;
}
.about-us-top {
    font-size: 17px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
      position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    background: #0066ff;
    bottom: 15px;
    border: 2px dotted #cad2db;
    z-index: 996;
    /* background: #5c72b8; */
    width: 35px;
    height: 35px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #315994;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #eaeae9;
  font-size: 15px;
  height: 40px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #5cb874;
}

#topbar .contact-info i {
  color: #003a6f;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  /* margin-left: 15px; */
}

#topbar .social-links a {
  color: #6f6f6f;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #5cb874;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #5cb874;

}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# 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;
  align-items: center;
  justify-content: space-between;
  /* padding: 10px 0 10px 30px; */
  font-size: 15px;
  color: #222222;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
}
.img_icon {
    float:right; width:50px; height:35px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #003a6f;
  text-decoration: underline;
}

.navbar .getstarted {
  color: #fff !important;
  background: #ff0000;
  padding: 8px 25px;
  display: inline-block;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #ff0000;
  transition: 0.3s;
  font-size: 14px;
}

.navbar .getstarted:hover {
  background: #d61111;
  color: #fff;
}

.getstarted1 {
  color: #fff !important;
  background: #ff0000;
  padding: 8px 25px;
  display: inline-block;

  border-radius: 4px;
  border: 2px solid #ff0000;
  transition: 0.3s;
  font-size: 16px;
}

.getstarted1:hover {
  background: #d61111;
  color: #fff;
}


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  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 {
   text-decoration: none;
  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: #003a6f;
}

.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;
}

@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;
  }
  .why-us {
      padding: 10px !important;
    background: #e8e8e7;
  }
}

.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 {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #5cb874;
}

.navbar-mobile .getstarted {
  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: #5cb874;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: '';
  /* background-color: rgba(45, 103, 60, 0.8); */
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 10%;
  /* right:40%; */
}

#hero .container {
  text-align: left;
    /* background: #333333a1; */
    background-image: url('/images/1.png');
    background-size: 100% 100%;
    /* border-bottom-left-radius: 30px; */
    padding: 15px;
    width:auto;
    float: left;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}
#hero h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}


#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  /* opacity: 1;
  background: #5cb874; */
  display: none;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ff0000;
}

#hero .btn-get-started:hover {
  background: #bf1212;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  #hero h1 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f8fcf9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h1 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h1::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #5cb874;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  padding: 20px 0;
}
/* .services {background: #ececec} */

.featured-services .icon-box {
  padding: 20px;
}

.featured-services .icon-box-bg {
  background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  color: #5cb874;
  font-size: 42px;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #222222;
  transition: 0.3s;
}

.featured-services .icon-box:hover .title a {
  color: #5cb874;
}

.featured-services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5cb874;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .row {
  overflow: hidden;
}

.why-us .content-item {
    text-align: center;
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.why-us .content-item span {
  display: block;
  font-size: 80px;
  font-weight: 400;
  color: #ccc !important;
}

.why-us .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}

.why-us .content-item p {
  color: #aaaaaa;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .why-us .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5cb874;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5cb874;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: left;
    padding: 30px 20px 30px 20px;
    transition: all ease-in-out 0.3s;
    /* background: #fff; */
    background: #0066FF;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    box-shadow: 5px 5px 5px rgb(80 83 88 / 59%);
}
.services .icon-box:hover {
    background: #003a6f;

    color:white;
}
.services .icon-box>img:hover {
    background: #333;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 19px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #5cb874;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #5cb874;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5cb874;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #6ec083;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# 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 #5cb874;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5cb874;
}

.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 .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #5cb874;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #5cb874;
  border-bottom: 3px solid #5cb874;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #5cb874;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6ed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555555;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #5cb874;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #5cb874;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
    /* border-top: 3px solid #0066ff; */
    border-bottom: 3px solid #ffffff;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #5cb874;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background:#779fdb;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0066ff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    /* background: #e5e3e3; */
    border-top: 1px solid #f4ebeb;
    min-height: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 66px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
     /* background: linear-gradient(0deg, #0c7acc, #578bf5); */
  color: #dadada;
  font-size: 14px;
      /* box-shadow: 5px rgb(80 83 88 / 59%); */
  text-align: left;
  padding: 30px 0;
}
#footer a { color:#dadada}
/* #footer a:hover {text-decoration: underline;} */
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #dadada;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;

}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5cb874;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #449d5b;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

/*****/
.footer-top-wrapper {
    display: flex;
    justify-content: space-between;
}


.footer-top-r {
    display: flex;
    justify-content: flex-end;
    margin-left: 100px;
    padding-top: 45px;
}

.footer-top-l p {
    font-size: 13px;

}
.footer-block h3 {
font-size: 14px !important;

    margin-bottom: 15px;
}

.menu-footer {
    list-style: none;
    padding-left: 0;
}

.menu-footer li {
    padding-left: 13px;
    position: relative;
    margin-bottom: 5px;
}


.menu-footer li a {

    text-decoration: none;
    font-size: 13px;
}

.menu-footer li a:hover {
    text-decoration: underline;
}

/* .menu-footer li:before {
    content: "";
    display: block;

    width: 7px;
    height: 11px;
    position: absolute;
    top: 5px;
    left: 0;
} */


footer .container {
    max-width: 1330px;
}

.footer-top-l {
    width: 190px;
    flex-shrink: 0;
    padding-top: 5px;
}

.footer-block {
    max-width: 245px;
}

.footer-block:not(:last-child) {
    margin-right: 50px;
}

.footer-block p a, .footer-block p {
    color: #fff;
}


.footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom {
    border-top: 1px solid #7a7a7a;
    padding-top: 15px;
}

.footer-bottom p {
font-size: 12px;
    color: #373738;
}


.footer-bottom p span {
font-size: 14px;
    display: block;
}

.footer-bottom-c p {
    text-align: center;
}


.footer-top {
    padding-bottom: 20px;
}

.social-networks {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

@media screen and (max-width: 1530px){
    .collapse.navbar-collapse {
        width: 100%;
        margin-top: 40px;
    }
    .contacts-header a {
        width: 140px;
        padding-right: 10px;
    }
    .object-block p {
        padding: 20px 30px;
    }
    .navbar-brand img{width:90%}
    /* .collapse.navbar-collapse {
        width: 730px;
        margin-top: 70px;
    } */
    a.navbar-brand {
        padding: 0 30px;
    }
.cloud1,.cloud2,.cloud3 {
    display: none !important
}


}


@media screen and (max-width: 1199px){
    .contacts-header a {
        width:auto;
    }
    .cloud1,.cloud3,.cloud4 {
        display: none !important
    }
    a.navbar-brand {
        width: 200px;
        margin-top: 50px;
    }
    .object-block p {
        padding: 15px 20px;
    }
    .footer-top-r {
        margin-left: 50px;
    }
    .footer-block:not(:last-child) {
        margin-right: 20px;
    }
    .footer-block p a, .footer-block p {
        width: max-content;
    }
    .header-block {
        width: 100%!important;
    }





}


@media screen and (max-width: 991px){
    .cloud1,.cloud3,.cloud4 {
        display: none !important
    }
    .header-top {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .h1-tm {
        font-size: 30px;
    }
    span.navbar-toggler-icon {
        display: block;
        background: #fff;
        width: 30px;
        height: 3px;
        border-radius: 3px;
        margin: 7px 0;
    }
    button.navbar-toggler {
        padding: 0;
        border: 0;
        box-shadow: none!important;
    }
    .collapse.navbar-collapse:after {
        display: none;
    }
    .collapse {
        padding: 0!important;
        width: 100%!important;
        height: auto!important;
        background: transparent!important;
    }
    ul.navbar-nav {
        padding: 15px 20px!important;
        background: rgb(0 0 0 / 55%)!important;
    }

    .contacts-header {
        background: rgb(0 0 0 / 55%)!important;
        padding: 15px 20px;
        margin-left: 0;
    }
    .contacts-header a {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about-us-section {
        padding: 50px 0;
    }

    .about-us-center {
        padding: 20px;
        margin-bottom: 50px;
    }
    .about-us-bottom-block a {
        font-size: 20px;
        padding: 20px;
    }
    .about-us-bottom-block a img {
        width: 50px;
    }

    .object-block img {
        width: 100%;
    }
    .object-block {
        width: 600px;
        margin: 0 auto 30px auto;
        max-width: 100%;
    }
    .objects-section {
        padding-bottom: 30px;
    }
    .h2-tm {
        margin-bottom: 30px!important;
    }
    .bottom-section {
        padding-bottom: 0;
    }

    .footer-top-wrapper {
        flex-flow: column;
    }
    .footer-top-l {
        margin: auto;
    }
    .footer-top-r {
        margin-left: 0;
    }

    .footer-bottom-wrapper {
        display: block;
        text-align: center;
        padding: 10px 0 20px 0;
    }




}





@media screen and (max-width: 768px){
    .navbar-brand img {

    }
    .cloud1,.cloud3,.cloud4 {
        display: none !important
    }
    .footer-top-r {
        margin-left: 0;
        flex-flow: wrap;
        justify-content: space-between;
    }


    .about-us-center-footer-l {
        width: auto;
    }
    .about-us-center-footer-l {
        width: auto;
        margin: 0;
        max-width: 100%;
    }
    .about-us-center-footer-l span {
        width: 50%;
        margin-bottom: 20px;
    }
    .about-us-center-footer {
        display: block;
    }
    .h2-tm {
        font-size: 24px;
    }
    .about-us-bottom-block a {
        padding: 15px;
        flex-flow: row;
    }
    .h2-tm a img {
        margin-left: 20px;
        width: 50px;
    }
    .object-block p {
        height: auto;
        padding: 15px;
    }
    .header-block {
        padding: 20px 20px 5px 20px;
    }
    .h1-tm {
        font-size: 28px;
    }




}


.irogex-module-messengers {display:block;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    left: 50px;
    bottom: 50px;
    z-index:77777;
    position: fixed;
    text-decoration: none !important;
}
.irogex-module-messengers1 {
    display: block;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    right: 20px;
    bottom:240px;
    z-index: 77777;
    position: fixed;
    /* box-shadow: 2px 2px 2px #aeaaaa; */
    text-decoration: none !important;
}



.irogex-module-messengers1 a {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    z-index:77778;
    background:white !important;
    background-color:white !important;
    text-decoration: none !important;
}
.irogex-module-messengers1 a:hover { border:1px solid #fafafa;}
.irogex-module-messengers1 a i {	}
.irogex-module-messengers1 a span {
    position: absolute;
    display: block;
    margin-left: 90px;
    margin-top: -68px;
    border-radius: 30px;
    padding: 10px;
    background: #f4f101;
    color: #333;
}
.irogex-module-messengers1 a:nth-child(1),.irogex-module-messengers a:nth-child(2), .irogex-module-messengers a:nth-child(3), .irogex-module-messengers a:nth-child(4),  {  width: 55px; height: 55px;}
.irogex-module-messengers1 a:nth-child(1) i { color:#21df7e; font-size: 50px; margin-top: 14px;  margin-left: 18px;}
.irogex-module-messengers1 a:nth-child(1) img {  -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 75px;
}
.irogex-module-messengers1 a:nth-child(2) svg {   color:#7b519d; font-size: 50px; margin-top: 16px; margin-left: 15px; }
.irogex-module-messengers1 a:nth-child(2) img {  -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 75px;
}

.irogex-module-messengers1 a:nth-child(3) i { color:#0088cc; font-size: 50px; margin-top: 14px; margin-left:15px;}
.irogex-module-messengers1 a:nth-child(3) img {  -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 75px;
}

.irogex-module-messengers1 a:nth-child(4) i { color:#0088cc; font-size: 50px; margin-top: 14px; margin-left:15px;}
.irogex-module-messengers1 a:nth-child(4) img {  -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 75px;
}



.non_ {
    width:auto !important;
    background:none !important;
}
.mb {display:none;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    z-index:77777;
    background:white !important;
    background-color:white !important;
    position: fixed;
    text-decoration: none !important;
}

.non_ { width: 55px !important; height: 55px !important;}
.non_ span {  margin-top: -55px !important; margin-left:65px !important;}


.irogex-module-messengers a {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    z-index:77778;
    background:white !important;
    background-color:white !important;
    text-decoration: none !important;
}
.irogex-module-messengers a:hover { border:1px solid #fafafa;}
.irogex-module-messengers a i {	}
.irogex-module-messengers a span {
    position: absolute;
    display: block;
    margin-left: 90px;
    /* margin-top: -68px; */
    margin-top: -53px;
    border-radius: 30px;
    padding: 10px;
    background: #f4f101;
    color: #333;
}
.irogex-module-messengers a:nth-child(1),.irogex-module-messengers a:nth-child(2), .irogex-module-messengers a:nth-child(3), .irogex-module-messengers a:nth-child(4),  {  width: 55px; height: 55px;}
.irogex-module-messengers a:nth-child(1) i { color:#21df7e; font-size: 50px; margin-top: 14px;  margin-left: 18px;}
.irogex-module-messengers a:nth-child(1) img {  -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 60px;
    /*width: 75px;*/
}
.irogex-module-messengers a:nth-child(2) svg {   color:#7b519d; font-size: 50px; margin-top: 16px; margin-left: 15px; }
.irogex-module-messengers a:nth-child(2) img {  -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 60px;
}

.irogex-module-messengers a:nth-child(3) i { color:#0088cc; font-size: 50px; margin-top: 14px; margin-left:15px;}
.irogex-module-messengers a:nth-child(3) img {  -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 60px;
}

.irogex-module-messengers a:nth-child(4) i { color:#0088cc; font-size: 50px; margin-top: 14px; margin-left:15px;}
.irogex-module-messengers a:nth-child(4) img {  -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 60px;
}



.block{overflow: hidden;}
.over{float: left;}
.n_over{float: left;}
.item{float: left; display: none; }
.item:nth-child(1){margin-left:10px; margin-top:-80px;}
.item:nth-child(2){margin-left:10px; margin-top:-140px;}
.item:nth-child(3){margin-left:10px; margin-top:-200px;}
.item:nth-child(4){margin-left:10px; margin-top:-80px;}
.item:nth-child(5){margin-left:10px; margin-top:-160px;}
.item:nth-child(6){margin-left:10px; margin-top:-240px;}
.item:nth-child(7){margin-left:10px; margin-top:-80px;}
.item:nth-child(8){margin-left:10px; margin-top:-160px;}
.item:nth-child(9){margin-left:10px; margin-top:-240px;}
.item:nth-child(10){margin-left:10px; margin-top:-80px;}
.item:nth-child(11){margin-left:10px; margin-top:-160px;}
.item:nth-child(12){margin-left:10px; margin-top:-240px;}

.button_menu_irogex {

    display:none;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 75px;
    height: 75px;

    z-index:77777;
    /* background:#333 !important;
    background-color:#333 !important; */
    position: fixed;
    right: 128px;
    bottom: 50px;
    text-decoration: none !important;

}
.mobi-active {display:none;}

@media only screen and (max-width: 576px) {
    .desktop-active {display:none !important;}
    .mobi-active {display:block !important;}
    .button_menu_irogex img {width:60px !important; }
    .button_menu_irogex {right:10px !important}
    .item:nth-child(4){margin-left: 15px;  margin-top: -65px;}
    .item:nth-child(5){margin-left:15px; margin-top:-130px;}
    .item:nth-child(6){margin-left:15px; margin-top:-195px;}
    .item:nth-child(7){margin-left:15px; margin-top:-260px;}
}
