@charset "UTF-8";
/*=============================================================================
                            WAPP DESIGN
                            LAYOUT + RESPONSIVE
=============================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
*:focus {
  outline: none;
}

textarea:focus, input:focus {
  outline: none;
}

.form-control:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem #ff3030;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0);
}

/*============================== FONTS ==============================*/
* {
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

/*============================== END FONTS ==============================*/
/*============================== BASICS ==============================*/
/*@media(min--moz-device-pixel-ratio:0) {}*/
html {
  scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  vertical-align: baseline;
}

:focus {
  outline: 0px none;
}

ol, ul {
  list-style: none outside none;
}

strong {
  font-weight: bold;
}

a {
  color: #010103;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.overlay_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: -999999px;
  z-index: 10;
}

.grecaptcha-badge {
  display: none;
}

#gotop a span i{
  position: absolute;
  transform: rotate(-360deg);
  right: 25px;
  box-sizing: border-box;
  font-size: 25px;
  color: #fff;
  background: #56BB62;
  width: 55px;
  height: 55px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

p {
  font-size: 16px;
  line-height: 27px;
}

.clear{clear:both;}

@-webkit-keyframes sdb04 {
  0% {
    transform: rotate(-360deg) translate(0, 0);
  }
  20% {
    transform: rotate(-360deg) translate(0px, 5px);
  }
  40% {
    transform: rotate(-360deg) translate(0, 0);
  }
}

@keyframes sdb04 {
  0% {
    transform: rotate(-360deg) translate(0, 0);
  }
  20% {
    transform: rotate(-360deg) translate(0px, 5px);
  }
  40% {
    transform: rotate(-360deg) translate(0, 0);
  }
}

.menu_social_wrapper .menu_social #gotop {
  height: 0;
  opacity: 0;
  transition: height .4s ease-out;
}

.menu_social_wrapper .menu_social #gotop a {
  z-index: -1;
}

.menu_social_wrapper.menu_social_top .menu_social #gotop {
  opacity: 1;
  transition: height .4s ease-out;
  width: 45px;
  height: 45px;
}

/*============================== END BASICS ==============================*/
/*============================== RESPONSIVE ==============================*/
/*============================== END RESPONSIVE ==============================*/
.navigation {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  height: 135px;
  transition: all .4s ease-out;
  background: #fff;
}

.navigation #logo {
  display: block;
  width: 195px;
  height: 80px;
  margin: 3px 0 0px 0px;
  overflow: hidden;
}

.navigation #logo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999999px !important;
  background: url(../img/logo/logo.svg) no-repeat scroll center center transparent;
  transition: all .3s ease-in-out;
  background-size: 95%;
  z-index: 99;
  background-position: left;
}

.navigation.header_fixed {
  height: 95px;
  padding-top: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.navigation.header_fixed nav {
  height: 50px;
}

.navigation.header_fixed nav li a {
  padding: 0px 15px;
  font-size: 16px;
}

.navigation.header_fixed .nav-container {
  height: 80px;
  transition: all .4s ease-out;
}

.navigation.header_fixed .nav-container #logo a {
  background-size: 80%;
}

.navigation.header_fixed .nav-container .menu_right li a {
  color: #000;
}

#mobile_top.menu_header_right_top {
  display: none;
}

.facebook {
  font-size: 22px;
  position: absolute;
  right: 40px;
  color: #fff;
}

.facebook:hover {
  color: #fff;
}

.menu_header_right {
  display: flex;
  justify-content: center;
}

.menu_header_right span {
  cursor: pointer;
  display: grid;
}

.menu_header_right span i {
  color: #fff;
  font-size: 23px;
}

.menu_header_right a {
  height: 100%;
  color: #222;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px 0 20px;
  display: flex;
  align-items: center;
}

.menu_header_right a strong {
  font-size: 15px;
}

.menu_header_right a i {
  color: #1d914d;
  font-size: 20px;
  font-weight: 100;
  /* background: #444; */
  border-radius: 100%;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border: 1px dashed #1e924d;
}

.menu_header_right .menu_header_right_top {
  display: flex;
}

.menu_header_right .menu_header_right_bottom {
  display: flex;
  justify-content: center;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 95px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  height: 100px;
  transition: all .4s ease-out;
}

nav {
  display: flex;
  /* background: linear-gradient(270deg, rgba(84,184,96,1) 0%, rgba(97,175,79,1) 25%, rgba(28,145,77,1) 100%); */
  /* background: linear-gradient(270deg, rgba(150,209,142,1) 0%, rgba(97,175,79,1) 25%, rgba(28,145,77,1) 100%); */
  background: #1E924D;
  width: 100%;
  justify-content: center;
  height: 70px;
  align-items: center;
  border-radius: 12px;
  margin-top: 5px;
}

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

nav ul li {
  float: left;
  position: relative;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0px 18px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 500;
  transition: all .4s ease-out;
}

nav ul li a i,
nav ul li a:visited i {
  display: none !important;
}

nav ul li a:hover {
  color: #fff;
}

nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  border-bottom: 1px dashed #fff;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

nav ul li a:hover::after, nav ul li a:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
}

nav ul li a::after {
  opacity: 1;
  transform: scale(0);
  transform-origin: center;
}

nav ul li a:hover::after,
nav ul li a:focus::after{
  transform: scale(1);
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  width: 70px;
}

.header_fixed .nav-mobile {
  top: 23px;
}

#nav-toggle {
  position: absolute;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  height: 3px;
  width: 35px;
  background: #1c914d;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active{
  transform: rotate(90deg);
}

#nav-toggle.active span {
  width: 35px;
  top: 0px;
  left: -13px;
  transform: rotate(45deg) translateX(-5px);
  transition: transform .2s ease;
}

#nav-toggle.active span:before {
  opacity: 1;
  width: 35px;
  top: 5px;
  left: 0px;
  transform: rotate(90deg) translateX(-5px);
  transition: transform .2s ease;
}

#nav-toggle.active span:after {
  opacity: 0;
}

article {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
}

@media (max-width: 1199px) {
  .navigation #logo {
    width: 165px;
  }
  .menu_header_right a {
    font-size: 12px;
    padding: 0 15px 0 15px;
  }
  .menu_header_right_top {
    display: flex;
  }
  .menu_header_right_bottom {
    display: flex;
    justify-content: center;
    border-bottom: none;
    margin-bottom: 7px;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .navigation #logo {
    width: 100%;
  }

  .navigation {
    height: 100px;
  }

  .menu_header_right {
    width: calc(100% - 40px);
  }
  .navigation.header_fixed nav {
    width: 100%;
    padding: 95px 0 15px;
  }

  nav ul li:last-child a {
    border-bottom: none;
  }

  .menu_header_right_bottom span, .menu_header_right_top span {
    display: none;
  }
  .menu_header_right a {
    font-size: 15px;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navigation.header_fixed .nav-container #logo a {
    background-size: 80%;
  }
}

@media (max-width: 850px) {
  .navigation.header_fixed .nav-container #logo a {
    background-size: 80%;
  }
}

@media (max-width: 991px) {
  nav ul li a i, nav ul li a {
    display: flex;
  }
  nav ul li a,
  nav ul li a:visited {
    display: flex;
    align-items: center;
  }
  nav ul li a i, nav ul li a:visited i {
    display: inline-block !important;
    margin-left: 3px;
  }
  .nav-mobile {
    display: inline-block;
    height: 35px;
    width: 35px;
    top: 30px;
    right: 20px;
  }
  
  nav {
    width: 100%;
    padding: 109px 0 15px;
  }
  nav ul {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    background: #1c914d;
    top: 100px;
  }

  .navigation.header_fixed nav ul {
    top: 85px;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
    border-bottom: 1px dashed #ffffff57;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .nav-dropdown {
    position: static;
  }
  .menu_header_right {
    margin-top: 0px;
    width: fit-content;
    margin-right: 40px;
  }

  nav ul.nav-list li a {
    color: #fff!important;
    line-height: 45px;
    font-size: 16px;
    justify-content: center;
  }
  nav ul.nav-list li a i {
    font-size: 20px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .menu_header_right a {
    font-size: 14px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
}
@media (max-width: 575px) {
  #mobile_top.menu_header_right_top {
    display: flex;
    justify-content: center;
    background: #0066B1;
    padding: 5px 0;
  }
  
  #mobile_top.menu_header_right_top a {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
  }

  nav ul.nav-list li a {
    font-size: 15px;
    line-height: 40px;
  }
  nav {
    padding: 0px 0 15px;
  }
}

@media (max-width: 575px) {
  .menu_header_right a {
    font-size: 12px;
  }
  .navigation.header_fixed {
    height: 85px;
    padding-top: 0px;
  }
  .navigation.header_fixed .nav-container {
    margin-top: 3px;
  }
}

@media (max-width: 420px) {
  .navigation.header_fixed .menu_header_right .menu_header_right_top {
    right: 55px;
  }
  .menu_header_right .menu_header_right_top {
    right: 65px;
  }
  .navigation.header_fixed {
    height: 70px;
  }

  .header_fixed .nav-mobile {
    top: 18px;
  }

  .navigation.header_fixed .nav-container {
    height: 67px;
    margin: 0;
  }

  nav ul.nav-list li a {
    font-size: 14px;
    line-height: 40px;
  }
  nav ul {
    top: 80px;
  }
  nav {
    padding: 77px 0 15px;
  }
  .navigation.header_fixed nav {
    padding: 67px 0 15px;
  }
  .navigation {
    height: 105px;
  }
  .navigation .nav-container #logo a {
    background-size: 85%;
  }
  .navigation.header_fixed .nav-container #logo a {
    background-size: 80%;
  }
  .navigation.header_fixed ul.nav-list{
    top: 70px;
  }
  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    width: 30px;
    height: 3px;
  }
  #nav-toggle.active span {
    width: 30px;
    left: -11px;
  }
  #nav-toggle.active span:before {
    width: 30px;
  }
  #nav-toggle.active span:after {
    width: 19px;
    top: 2px;
    left: 20px;
  }
}

/*============================== FOOTER ======================================*/
footer {
  width: 100%;
  margin: 0;
  background: #1d914d;
  z-index: 1;
  position: relative;
}

footer .footer_content {
  padding: 0px 0px 20px 0px;
}

footer .copyrights {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  border-top: 1px dashed #fff;
  padding-top: 20px;
}

footer .copyrights .copyrights_text p {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
  line-height: normal;
}

footer .footer_box.contact_footer, footer .footer_box.footer_menu {
  padding-top: 50px;
}

footer .footer_box.footer_desc p {
  font-size: 17px;
  padding-right: 145px;
}

.footer_box i {
  color: #fff;
  font-size: 22px;
  margin-top: 8px;
}

footer .footer_box.last {
  border-right: 0px solid rgba(0, 0, 0, 0);
}

footer .footer_box.last .menu_social {
  margin-top: 10px;
}

footer .footer_box.last .menu_social a i {
  color: #fff;
  font-size: 22px;
  margin-right: 10px;
}

footer .footer_box strong.footer_box_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
}

footer .footer_box strong.footer_box_title:after {
  content: '';
  border-bottom: 3px solid #fff;
  width: 45px;
  left: 0;
  position: absolute;
  bottom: 0;
}

footer .footer_box strong.footer_box_title i {
  color: #0066b1;
  font-size: 25px;
}

footer .footer_box img {
  width: 215px;
  margin-bottom: 10px;
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px;
}

footer .footer_box p, footer .footer_box ul li {
  font-size: 17px;
  color: #ffffff;
  font-weight: 300;
  padding: 2px 0;
}

footer .footer_box.last ul li {
  display: inline-block;
  width: 33%;
}

footer .footer_box p strong, footer .footer_box ul li strong {
  display: block;
  font-weight: 300;
}

footer .footer_box p a, footer .footer_box ul li a {
  color: #fff;
}
footer .footer_box ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
  color: #fff;
  transition: all .4s ease-out;
}

footer .footer_box h6 {
  text-align: center;
  margin: 0px 0 20px 0;
  font-size: 16px;
  color: #ff3030;
  font-weight: bold;
  background: #fff;
  border-radius: 3rem;
  padding: 10px;
}

ul.footer_menu {
  margin: 0px;
}

ul.footer_menu li {
  padding: 5px 0px;
  font-size: 12px;
  color: #434343;
  text-align: center;
}

ul.footer_menu li a {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  transition: all .4s ease-out;
}

ul.footer_menu li a:hover {
  color: #ff3030;
  transition: all .4s ease-out;
}

/*============================== END FOOTER ======================================*/
/*============================== FOOTER RESPONSIVE ==============================*/
@media (max-width: 1650px) {
  footer .footer_box.footer_desc p {
    padding-right: 90px;
  }
}

@media (max-width: 1349px) {
  footer .footer_box.last ul li {
    width: 49%;
  }

  footer .footer_box p, footer .footer_box ul li {
    font-size: 16px;
  }

  footer .footer_box.footer_desc p {
    padding-right: 0px;
    font-size: 16px;
  }

  footer .footer_box img {
    width: 190px;
  }
}

@media (max-width: 1199px) {
  footer .footer_box p, footer .footer_box ul li {
    font-size: 17px;
  }
  footer .footer_box img {
    width: 200px;
    margin-bottom: 10px;
  }

  footer .footer_box strong.footer_box_title {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  footer .footer_box p, footer .footer_box ul li {
    font-size: 15px;
  }

  footer .footer_box.last ul li {
    width: 48%;
  } 

  
  footer .footer_box img {
    width: 170px;
  }

  footer .footer_box.footer_desc p {
    font-size: 15px;
  }

  footer .footer_box p, footer .footer_box ul li {
    font-size: 15px;
  }

  footer .footer_box strong.footer_box_title {
    font-size: 19px;
  }

  footer .copyrights .copyrights_text p {
    font-size: 12px;
  }

  footer .copyrights {
    padding-top: 15px;
    margin-top: 15px;
  }

}

@media (max-width: 767px) {
  footer .footer_box strong.footer_box_title {
    font-size: 18px;
  }

  footer .footer_box.contact_footer, footer .footer_box.footer_menu {
    padding-top: 35px;
  }

  footer .footer_box img {
    margin: 0 auto 10px auto;
    display: block;
  }

  footer .footer_box.last ul li {
    width: 33%;
  }

  .footer_box {
    text-align: center;
  }
  footer .footer_box strong.footer_box_title {
    margin-bottom: 15px;
  }

  footer .footer_box strong.footer_box_title:after {
    right: 0;
    margin: 0 auto;
  }

  footer .copyrights {
    padding-top: 15px;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {

  footer .footer_box p, footer .footer_box ul li {
    font-size: 15px;
  }
  .contact_map .contact {
    margin-bottom: 50px;
  }

  footer .copyrights {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .footer_content .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer_content .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  footer .footer_box.last ul li {
    width: 100%;
  }

  footer .copyrights {
    margin-top: 25px;
  }

  footer .copyrights .copyrights_text p {
    font-size: 11px;
    line-height: 20px;
  }

  footer .footer_box.contact_footer, footer .footer_box.footer_menu {
    padding-top: 25px;
  }

  footer .footer_content {
    padding: 0px 0px 10px 0px;
  }
}

@media (max-width: 420px) {
  footer .footer_box strong.footer_box_title {
    font-size: 17px;
  }
  footer .copyrights .copyrights_text {
    font-size: 11px;
    font-weight: 300;
  }

  footer .footer_box strong.footer_box_title {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}

/*============================== END FOOTER RESPONSIVE ==============================*/
/*============================== WAPP ======================================*/
#wapp {
  position: relative;
  float: right;
}

#wapp a {
  display: block;
  width: 75px;
  height: 20px;
  background: transparent url(../img/wapp/wapp_white.svg) no-repeat center;
  text-indent: -999999px !important;
  background-size: 100%;
}

/*============================== WAPP END ======================================*/
/*============================== WAPP RESPONSIVE ==============================*/
@media (max-width: 767px) {
  .footer_copyright {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .footer_copyright p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
  }
  #wapp {
    float: none;
    text-align: center;
  }
  #wapp a {
    display: inline-block;
    width: 65px;
    height: 20px;
  }
}

@media (max-width: 575px) {
  footer .copyrights .copyrights_text {
    margin-bottom: 5px;
  }

}

/*============================== END WAPP RESPONSIVE ==============================*/
/*============================== PAGES HEADER ======================================*/
.pages_header {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 270px;
  position: relative;
  top: 95px;
}

.pages_header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 270px;
  background: #080808;
  mix-blend-mode: color;
}

.pages_header .pages_header_box {
  height: 270px;
  display: flex;
  align-items: center;
}

.pages_header .pages_header_box .pages_header_box_inner {
  background: red;
  border-left: 10px solid #ff3030;
}

.pages_header .pages_header_box .pages_header_box_inner h1 {
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 5px 10px;
}

/*============================== END PAGES HEADER ======================================*/
/*============================== PAGES HEADER RESPONSIVE ======================================*/
@media (max-width: 575px) {
  .pages_header .pages_header_box {
    height: 200px;
    justify-content: center;
  }
  .pages_header {
    height: 200px;
    top: 82px;
  }
  .pages_header:before {
    height: 200px;
  }
  .pages_content .map iframe {
    height: 300px;
  }
  .pages_content .pages_contact_info {
    text-align: center;
  }
  .pages_header .pages_header_box .pages_header_box_inner h1 {
    font-size: 27px;
  }
}

@media (max-width: 420px) {
  .pages_content .map iframe {
    height: 200px;
  }
}

/*============================== END PAGES HEADER RESPONSIVE ======================================*/
.pages_content .pages_content_header {
  margin-bottom: 30px;
}

.pages_content .pages_content_header .pages_title .pages_subtitle {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 15px;
  display: block;
  color: #706f6f;
  letter-spacing: 3px;
  padding: 5px 0px 0;
  margin-bottom: -7px;
}

.pages_content .pages_content_header .pages_title p {
  font-size: 42px;
  color: #ff3030;
  font-weight: 800;
  letter-spacing: 1px;
}

.pages_content .pages_content_header .pages_title p strong {
  color: #ddd;
  letter-spacing: 5px;
}

.pages_content .pages_content_header .pages_desc p {
  display: inline-block;
  margin-bottom: 3px;
}

.pages_content .pages_content_header .pages_desc p strong.text-label {
  display: block;
}

.pages_content .pages_content_header .pages_desc p.text-label {
  display: block;
}

.pages_content .pages_content_header .pages_desc .cheklist_dynamic_content {
  padding: 10px 0;
}

.pages_content .pages_content_header .pages_desc .cheklist_dynamic_content li {
  margin-bottom: 5px;
}

.pages_content .pages_content_header .pages_desc .cheklist_dynamic_content li strong {
  display: block;
}

.pages_content .pages_content_header .pages_desc .cheklist_dynamic_content li strong:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  color: red;
  margin-right: 5px;
}

/*============================== RESPONSIVE ==============================*/
@media (max-width: 767px) {
  .pages_content .pages_content_header {
    margin-bottom: 30px;
  }
  .pages_content .pages_content_header .pages_title {
    text-align: center;
  }
  .pages_content .pages_content_header .pages_title p {
    font-size: 28px;
  }
  .pages_content .pages_content_header .pages_desc .cheklist_dynamic_content {
    text-align: center;
  }
  .pages_content .pages_content_header .pages_desc {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .pages_content .pages_content_header .pages_title p {
    font-size: 22px;
  }
}

/*============================== END RESPONSIVE ==============================*/
/*============================== HOMEPAGE ======================================*/
/*============================== END HOMEPAGE ======================================*/
/*============================== HOMEPAGE RESPONSIVE ==============================*/
/*============================== END HOMEPAGE RESPONSIVE ==============================*/
/*============================== BANNER ======================================*/
#home_swiper.swiper-container {
  margin-top: 135px;
  height: calc(100vh - 135px);
  z-index: 2;
}

#home_swiper .swiper-slide {
  overflow: hidden;
}

#home_swiper .swiper-slide.slide_image1 {
  background-image: url("../img/banner/banner1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#home_swiper .swiper-slide.slide_image2 {
  background-image: url("../img/banner/banner2.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

#home_swiper .swiper-slide.slide_image3 {
  background-image: url("../img/banner/banner3.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

#home_swiper .swiper-slide.slide_image4 {
  background-image: url("../img/banner/banner4.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

#home_swiper .swiper-slide.slide_image5 {
  background-image: url("../img/banner/banner5.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#home_swiper .swiper_text {
  position: absolute;
  right: 0;
  left: 0;
  width: fit-content;
  z-index: 9;
  padding: 50px 50px;
  margin: 0 auto;
  top: 37%;
  text-align: center;
  clip-path: polygon(50% 8%, 100% 0, 100% 100%, 0 100%, 0 0);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

#home_swiper .swiper_text h1 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}

#home_swiper .swiper_text h1 i {
  color: #0066b1;
}

#home_swiper .swiper_text p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}

#home_swiper .swiper_text i {
  font-size: 30px;
  color: #fff;
  -webkit-animation: jump 5s ease-in-out alternate;
  -moz-animation: jump 5s ease-in-out alternate;
  animation: jump 5s ease-in-out alternate;
  animation-iteration-count: infinite;
}

@keyframes jump {
  0% {
    bottom: 0;
  }
  40% {
      bottom: 20px;
  }
  50% {
      bottom: 20px;
      transform: rotateY(720deg);
  }
  100% {
      bottom: -2px;
      transform: rotateY(0);
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}

#home_swiper .swiper_ui_controls .swiper-button-next, #home_swiper .swiper_ui_controls .swiper-button-prev {
  color: #fff;
  border-radius: 100%;
  border: 1px dashed #fff;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

#home_swiper .swiper_ui_controls .swiper-button-next:hover, #home_swiper .swiper_ui_controls .swiper-button-prev:hover {
  background: #61af4f;
}

#home_swiper .swiper_ui_controls .swiper-button-next:after {
  font-size: 25px;
  margin-right: -5px;
}

#home_swiper .swiper_ui_controls .swiper-button-prev:after {
  font-size: 25px;
  margin-left: -4px;
}

#home_swiper .swiper-pagination.swiper-pagination-fraction {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 100;
  top: 22px;
  position: relative;
  z-index: -1;
}

.swiper-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 100%, rgba(0,0,0,0.3) 100%, rgba(0,0,0,0.3) 100%);
  z-index: 2;
}

#home_swiper .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

#home_swiper .content_text {
  background: #fff;
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  margin-left: 20px;
  border-left: 15px solid red;
}

#home_swiper .content_text h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  padding: 15px 15px 15px 0;
  background: red;
}

#home_swiper .content_text h1 svg {
  margin-right: 10px;
}

#home_swiper .content_text p {
  font-weight: 100;
  line-height: 1.5;
  font-size: 18px;
  padding: 0px 15px;
}

#home_swiper a {
  color: white;
}

/*============================== END BANNER ======================================*/
/*============================== HOME BANNER RESPONSIVE ==============================*/
@media (max-width: 1499px) {
  #home_swiper .swiper_text h1 {
    font-size: 40px;
  }
}

@media (max-width: 1349px) {
  #home_swiper .swiper_text p {
    margin-top: 15px;
  }

  #home_swiper .swiper_text h1 {
    font-size: 35px;
  }
}

@media (max-width: 1199px) {
  #home_swiper .swiper_text h1 {
    font-size: 34px;
  }
  #home_swiper .swiper_text p {
    font-size: 20px;
  }

  #home_swiper .swiper_ui_controls .swiper-button-next, #home_swiper .swiper_ui_controls .swiper-button-prev {
    width: 65px;
    height: 65px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  #home_swiper .swiper_text h1 {
    font-size: 34px;
  }
  #home_swiper .swiper_text strong {
    top: -67px;
    left: -17px;
    font-size: 40px;
  }
  #home_swiper .swiper_ui_controls {
    width: 125px;
    height: 55px;
  }
  #home_swiper .swiper-pagination.swiper-pagination-fraction {
    font-size: 20px;
    top: 12px;
  }

  #home_swiper .swiper_text h1 {
    font-size: 30px;
    padding: 0 50px;
  }

  #home_swiper.swiper-container {
    margin-top: 100px;
    height: calc(100vh - 100px);
  }

  #home_swiper .swiper_text p {
    font-size: 19px;
  }
  
  #home_swiper .swiper_ui_controls {
    right: unset;
    bottom: 25px;
    left: 0;
  }
  #home_swiper .swiper_ui_controls .swiper-button-next, #home_swiper .swiper_ui_controls .swiper-button-prev {
    color: #ffffff;
  }
  #home_swiper .swiper_ui_controls {
    right: unset;
    bottom: 25px;
  }
  .swiper-button-next, .swiper-button-prev {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  #home_swiper .swiper_text strong {
    top: -50px;
    left: 40%;
    font-size: 32px;
    mix-blend-mode: inherit;
    padding: 15px;
  }
  #home_swiper .swiper_ui_controls {
    right: unset;
  }
  #home_swiper .swiper_text h1 {
    font-size: 28px;
  }
  #home_swiper .swiper_text p {
    font-size: 20px;
  }
  #home_swiper .swiper_text p {
    font-size: 16px;
  }

  #home_swiper .swiper_ui_controls .swiper-button-next, #home_swiper .swiper_ui_controls .swiper-button-prev {
    width: 60px;
    height: 60px;
    margin-left: 0px;
    margin-right: 0px;
  }

  #home_swiper .swiper_ui_controls .swiper-button-prev:after {
    font-size: 23px;
  }

  #home_swiper .swiper_ui_controls .swiper-button-next:after {
    font-size: 23px;
    margin-right: -4px;
  }
}

@media (max-width: 575px) {
  #home_swiper .swiper_ui_controls {
    left: auto;
  }
  #home_swiper .swiper_text h1 {
    margin: 0;
    font-size: 25px;
    padding: 0 40px;
  }
  #home_swiper .swiper_text p {
    font-size: 15px;
    margin-top: 10px;
  }

  #home_swiper .swiper_ui_controls .swiper-button-next, #home_swiper .swiper_ui_controls .swiper-button-prev {
    width: 50px;
    height: 50px;
  }

  #home_swiper .swiper_ui_controls .swiper-button-prev:after {
    font-size: 20px;
  }

  #home_swiper .swiper_ui_controls .swiper-button-next:after {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  #home_swiper .swiper_text {
    padding: 30px 30px;
  }

  #home_swiper .swiper_ui_controls .swiper-button-next, #home_swiper .swiper_ui_controls .swiper-button-prev {
    bottom: 20%;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #home_swiper .swiper_ui_controls .swiper-button-next {
    right: -100px;
  }

  #home_swiper .swiper_ui_controls .swiper-button-prev {
    left: -100px;
  }

  #home_swiper .swiper-slide.slide_image2, #home_swiper .swiper-slide.slide_image3 {
    background-position: left;
  }
}

@media (max-width: 420px) {
  #home_swiper .swiper_text h1 {
    font-size: 21px;
    padding: 0;
  }
  #home_swiper.swiper-container {
    height: 75vh;
    margin-top: 80px;
  }
  #home_swiper .swiper_text strong {
    top: -50px;
    left: 37%;
  }
  #home_swiper .swiper_ui_controls .swiper-button-next {
    right: -80px;
  }

  #home_swiper .swiper_ui_controls .swiper-button-prev {
    left: -80px;
  }

  #home_swiper .swiper_text i {
    font-size: 25px;
  }

  #home_swiper .swiper_text p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
  }
}

/*============================== END HOME BANNER RESPONSIVE ==============================*/
/*============================== HOME GALLERY ======================================*/
.home_gallery {
  background: #5e5f63;
  padding: 50px 60px 80px 60px;
}

.home_gallery a img {
  margin-bottom: 10px;
}

.home_gallery .home_gallery_header p {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.home_gallery .home_gallery_header p i {
  margin-right: 10px;
  color: #ffffff;
  border-radius: 5px;
  /* background: #7ec242; */
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.home_gallery .separator {
  position: relative;
  width: 130px;
  height: 3px;
  background-color: #ff3030;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}

.home_gallery .separator:after {
  position: absolute;
  left: 0px;
  /* left: 32%; */
  margin-left: 0px;
  bottom: 0px;
  content: '';
  width: 65px;
  height: 3px;
  background-color: #fff;
}

.home_gallery .home_gallery_wrapper a {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: all .4s ease-out;
}

.home_gallery .home_gallery_wrapper a:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all .4s ease-out;
}

.home_gallery .home_gallery_wrapper img {
  padding: 5px;
  margin-bottom: -7px;
}

.home_gallery .btn_wrapper.btn_red {
  margin-top: 20px;
  display: inline-block;
  -webkit-filter: grayscale(1);
  filter: none;
  background: red;
}

.home_gallery .btn_wrapper.btn_red [data-wipe] {
  width: 100%;
  text-align: center;
  border: 2px solid #ff0000;
}

.home_gallery .btn_wrapper.btn_red [data-wipe]:after {
  width: 100%;
}

/*============================== END HOME GALLERY ======================================*/
/*============================== HOME GALLERY RESPONSIVE ==============================*/
@media (max-width: 575px) {
  .home_gallery {
    background: #706f6f;
    padding: 30px 30px 40px 30px;
  }
  .home_gallery .home_gallery_header p {
    text-align: center;
    font-size: 27px;
    margin-bottom: 15px;
  }
  .home_gallery .home_gallery_header p i {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 420px) {
  .home_gallery p {
    font-size: 22px;
  }
  .home_gallery {
    padding: 30px 0px 40px 0px;
  }
}

/*============================== END HOME GALLERY RESPONSIVE ==============================*/
.profile {
  padding: 100px 0 100px 0;
  position: relative;
  z-index: 1;
}

.profile:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-image: url("../img/logo/katsioulis_rent_basic.svg"); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.profile .profile_title {
  font-size: 62px;
  font-weight: 100;
  letter-spacing: 2px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}

.profile .profile_title strong {
  display: block;
  color: red;
  letter-spacing: 16px;
  padding-left: 65px;
}

.profile .profile_img {
  margin-bottom: 20px;
  max-width:220px;
}

.profile .profile_text {
  padding: 85px;
  color: #222;
}

.profile .profile_text .profile_text_header h2 {
  font-size: 45px;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
}

.home_profile_text_body {
  text-align: center;
}

.home_profile_text_body a {
  padding: 15px 30px;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background: #1c914d;
  border: none;
  letter-spacing: 0;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  margin: 35px auto 0 auto;
  display: block;
  width: fit-content;
}

.home_profile_text_body a:hover {
  background: #61af4f;
}

.subtitle {
  color: #61af4f;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.subtitle i {
  font-size: 27px;
  margin-right: 10px;
  animation: icon-bounce-right 2s infinite backwards;
  transition: all .3s;
}

@keyframes icon-bounce-right {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  60% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
}

.home_profile_text_body h3 {
  width: fit-content;
  background: #1C914D;
  font-size: 17px;
  padding: 8px 25px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #fff;
  margin: 40px auto 0 auto;
}

.home_profile_text_body h4 {
  font-size: 21px;
  font-weight: 700;
  color: #1c914d;
  padding: 20px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 15px;
}

.manager {
  width: 325px;
  margin: 0 auto;
}

.profile .profile_text .home_profile_text_body p {
  margin-bottom: 15px;
}

.about_text {
  display: flex;
  width: 100%;
  align-items: center;
}

.about_text .img-fluid {
  width: 100%;
  float: right;
  border-radius: 15px;
  margin-top: 15%;
  z-index: 1;
  position: relative;
}

.about_text .about_small {
  width: 27%;
  border-radius: 100%;
  position: absolute;
  margin-left: 11%;
  margin-top: 3%;
}

.green_circle {
  background-image: url(../img/icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 240px;
  height: 240px;
  position: absolute;
  top: 45%;
  left: 12%;
  border-radius: 100%;
  z-index: -1;
  opacity: 0.5;
}

/*============================== END HOME PROFILE ======================================*/
/*============================== HOME PROFILE RESPONSIVE ==============================*/
@media (max-width: 1650px) {
  .profile .profile_text {
    padding: 40px;
  }

  .about_text .img-fluid {
    margin-top: 7%;
  }

  .about_text .about_small {
    width: 30%;
    margin-left: -3%;
    margin-top: -6%;
  }
}

@media (max-width: 1499px) {
  .profile .profile_text {
    padding: 0;
  }
}

@media (max-width: 1349px) {
  .about_text .img-fluid {
    width: 100%;
    margin-top: 10%;
  }

  .profile .profile_text .profile_text_header h2 {
    font-size: 40px;
  }

  .about_text .about_small {
    width: 32%;
    margin-left: -19%;
    margin-top: -16%;
  }
}

@media (max-width: 1199px) {
  .home_profile {
    padding: 90px 0;
  }
  .home_profile .home_profile_title {
    font-size: 46px;
  }

  .home_profile_text_body a {
    margin: 25px auto 0 auto;
  }

  .about_text .about_small {
    margin: -15% auto 0 auto;
    left: 0;
    right: 0;
    width: 28%;
  }

  .profile .profile_text .profile_text_header h2 {
    font-size: 37px;
  }
}

@media (max-width: 991px) {
  .home_profile .home_profile_title {
    font-size: 38px;
    text-align: left;
  }
  .home_profile .home_profile_title strong {
    padding-left: 0;
  }
  .home_profile {
    padding: 70px 0;
  }
  .profile .profile_img {
    text-align: center;
    background: #fff;
  }
  .profile .profile_text .profile_text_header h2 {
    font-size: 36px;
  }
  .profile .profile_text {
    padding: 35px;
  }

  .about_text {
    flex-direction: column-reverse;
  }

  .profile {
    padding: 70px 0 70px 0;
  }

  .about_text .img-fluid {
    margin-top: 65px;
  }

  .about_text .about_small {
    display: none;
  }

  .profile .profile_text {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .profile .profile_text .profile_text_header h2 {
    font-size: 38px;
  }
  .profile .profile_text .profile_text_header h2 {
    font-size: 38px;
    text-align: center;
  }
  .profile:before {
    background-position: right;
  }
  .profile .profile_img img {
    width: 150px;
  }
}

@media (max-width: 575px) {
  .home_profile .home_profile_desc p {
    font-size: 15px;
    padding: 10px;
  }
  .profile .profile_text .profile_text_header h2 {
    font-size: 35px;
    letter-spacing: 0;
  }

  .profile .profile_text .home_profile_text_body p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .profile {
    padding: 60px 0 60px 0;
  }

  .home_profile_text_body a {
    font-size: 14px;
  }

  .about_text .img-fluid {
    margin-top: 55px;
  }

  .home_profile_text_body a {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  .about_text .img-fluid {
    margin-top: 40px;
  }

  .profile {
    padding: 50px 0 50px 0;
  }

  .profile .profile_text .profile_text_header h2 {
    font-size: 32px;
  }

  .home_profile_text_body a {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .home_profile .home_profile_title {
    font-size: 34px;
  }

  .profile .profile_text .profile_text_header h2 {
    font-size: 30px;
  }

  .about_text .col-lg-6 {
    padding: 0;
  }

  .profile {
    padding: 40px 0px 40px 0;
  }

  .profile .profile_text .home_profile_text_body p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 22px;
  }

  .about_text .img-fluid {
    margin-top: 35px;
  }

  .home_profile_text_body a {
    padding: 12px 20px;
    margin-top: 20px;
  }
}

/*============================== END HOME PROFILE RESPONSIVE ==============================*/


/*===================================== SERVICES ==========================================*/
.services {
  position: relative;
  display: block;
  overflow: hidden;
  background: #FCFAF7;
  padding: 100px 0 0px 0;
}

.services_wrapper {
  display: flex;
  margin: 50px 0;
}

.services h2 {
  font-size: 45px;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 60px;
  text-align: center;
  color: #222;
}

.service_box img {
  vertical-align: middle;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.service_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.service_box {
  position: relative;
  width: calc(33% - 30px);
  display: inline-block;
  margin: 0 15px 30px 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.service_box img {
  transition: all 0.3s ease-in-out;
}

.service_box:hover img {
  transform: scale(1.15);
}

.service_box.contact_box {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.green_bg {
  background: #61AF4F;
}

.service_box p {
  padding: 20px;
  background: #fff;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  margin: 0px auto;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  min-height: 125px;
  display: flex;
  align-items: center;
}

.service_box .service_title {
  position: relative;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  background: #1C914D;
  border-radius: 0!important;
  min-height: 70px!important;
}

.service_category h3 {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  color: #61af4f;
  margin: 0px auto 50px auto;
  width: fit-content;
  padding: 12px 30px;
  position: relative;
}

.service_category h3:after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #61AF4F;
  width: 120px;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: 0 auto;
}

p.note {
  margin-left: 15px;
  color: #fff;
  font-weight: 200;
  width: 55%;
  display: block;
  font-size: 14px;
}

.service_category.sec h3 {
  color: #fff;
}

.service_category.sec h3:after {
  border-bottom: 4px solid #fff;
}

.service_category {
  margin-bottom: 60px;
  position: relative;
}

.service_category.sec {
  padding: 80px 0;
  margin-bottom: 0;
}

.service_category.third {
  margin-top: 60px;
}

.service_category .service_icon {
  width: 110px;
  height: 110px;
  margin: 0px auto 0 auto;
  text-align: center;
  display: flex;
  background: #61af4f;
  border-radius: 100%;
  padding: 15px 15px 0 15px;
  justify-content: center;
  align-items: center;
}

.service_icon.garden {
  background-image: url(../img/garden.svg);
  background-repeat: no-repeat;
  background-size: 75px;
  background-position: 17px 17px;
}

.service_icon.clean {
  background-image: url(../img/clean.svg);
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: 21px 21px;
}

.service_box.contact_box p {
  font-weight: 600;
  color: #222;
  text-align: center;
  margin-top: 25px;
  font-size: 17px;
}

.service_box.contact_box:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 4%;
  margin: 0 auto;
  height: 92%;
  border: 3px dashed #61af4f;
  width: 90%;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}

.service_box.contact_box:hover::after {
  top: 0%;
  width: 100%;
  height: 100%;
}

.service_category.third .service_box {
  width: calc(25% - 30px);
}

.service_category.third .service_box p {
  min-height: 150px;
}

/* .service_category.sec h3 {
  background: #a55d3f;
}

.service_category.third h3 {
  background: #0A93CB;
} */

.services_wrapper .service_box {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
}

.service_category .swiper-button-next {
  color: #1c914d;
  font-size: 40px;
  right: -60px;
  margin: 0;
  top: 47%;
  transition: all 0.3s ease-in-out;
}

.service_category .swiper-button-prev {
  color: #1c914d;
  font-size: 40px;
  left: -60px;
  margin: 0;
  top: 47%;
  transition: all 0.3s ease-in-out;
}

.service_category.sec .swiper-button-prev, .service_category.sec .swiper-button-next {
  color: #fff;
}

.service_category .swiper-button-prev:hover, .service_category .swiper-button-next:hover {
  color: #fff;
}

.service_category .swiper-button-next:before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 1px solid rgba(18,74,47,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
  margin-right: -25px;
  transition: all 0.3s ease-in-out;
}

.service_category .swiper-button-prev:before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 1px solid rgba(18,74,47,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
  margin-left: -25px;
  transition: all 0.3s ease-in-out;
}

.service_category.sec .swiper-button-next:before, .service_category.sec .swiper-button-prev:before {
  border: 1px solid #fff;
}

.service_category .swiper-button-prev:hover::before, .service_category .swiper-button-next:hover::before {
  background: #1C914D;
}

.service_category .swiper-button-next i {
  z-index: 1;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

.service_category .swiper-button-prev i {
  z-index: 1;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

.service_category .swiper-button-prev:hover i {
  margin-top: -25px;
  margin-left: -20px;
}

.service_category .swiper-button-next:hover i {
  margin-top: -25px;
  margin-right: -20px;
}

.service_category .swiper-button-next:after, .service_category .swiper-button-prev:after {
  display: none;
}


@media (max-width: 1650px) {
  .service_category.third .service_box {
    width: calc(50% - 30px);
  }

  .service_category.third .service_box p {
    min-height: 120px;
  }

  .service_box.contact_box p {
    padding: 0;
    line-height: 24px;
  }
}

@media (max-width: 1499px) {
  .service_box {
    width: calc(50% - 30px);
  }
}

@media (max-width: 1349px) {
  .service_category h3 {
    font-size: 22px;
  }

  .services h2 {
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }

  .service_category.third .service_box p {
    min-height: 150px;
  }
}

@media (max-width: 1199px) {
  .service_category h3 {
    font-size: 21px;
  }

  .services {
    padding: 70px 0 0px 0;
  }

  .service_box .service_title {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 20px;
    min-height: 60px!important;
  }

  .services h2 {
    font-size: 37px;
    letter-spacing: 0px;
    margin-bottom: 30px;
  }

  .service_category.sec {
    padding: 50px 0 65px 0;
  }

  .service_icon.clean {
    background-size: 60px;
    background-position: 22px 25px;
  } 

}

@media (max-width: 991px) {
  .service_category h3 {
    font-size: 20px;
  }

  p.note {
    width: 90%;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  .service_category h3 {
    font-size: 19px;
  }

  .services {
    padding: 60px 0 0px 0;
  }

  .services h2 {
    font-size: 34px;
  }

  .service_icon.garden {
    background-size: 70px;
    background-position: 16px 16px;
  }

  .service_icon.clean {
    background-size: 55px;
    background-position: 21px 25px;
  }

  .service_category.sec {
    padding: 40px 0 60px 0;
  }

  .service_category .service_icon {
    width: 100px;
    height: 100px;
  }

  .service_box.contact_box {
    padding: 25px;
  }

  .service_box.contact_box p {
    line-height: 22px;
    font-size: 15px;
    margin-top: 15px;
  }

  .service_category.third .service_box {
    width: calc(50% - 20px);
  }

  .service_category.third {
    margin-top: 45px;
  }

  .service_category {
    margin-bottom: 45px;
  }

  .service_box {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }

  .service_box p {
    font-size: 15px;
    line-height: 23px;
  }
}

@media (max-width: 575px) {
  .service_category.third .service_box p {
    min-height: 201px;
  }

  .services {
    padding: 50px 0 0px 0;
  }

  .services h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .service_box .service_title {
    padding: 12px 15px;
  }
}

@media (max-width: 479px) {
  .service_category.third .service_box {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .services h2 {
    font-size: 30px;
    margin-bottom: 22px;
  }

  .service_icon.garden {
    background-size: 62px;
    background-position: 15px 15px;
  }

  .service_category .service_icon {
    width: 90px;
    height: 90px;
  }

  .service_box p {
    min-height: auto;
  }

  .service_category.sec {
    padding: 30px 0 40px 0;
  }

  .service_box {
    width: 100%;
    margin: 0 0px 20px 0px;
  }

  .service_box.contact_box:after {
    width: 96%;
  }

  p.note {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
  }

  .service_icon.clean {
    background-size: 50px;
    background-position: 18px 22px;
  }

  .service_box .service_title {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    min-height: auto!important;
    justify-content: center;
  }

  .service_category.third .service_box p {
    min-height: auto;
  }

  .service_category h3 {
    font-size: 18px;
    padding: 12px 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 420px) {
  .service_category h3 {
    font-size: 17px;
    padding: 10px 0;
    margin-bottom: 40px;
  }

  .services {
    padding: 40px 0 0px 0;
  }

  .services h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .service_icon.garden {
    background-size: 57px;
    background-position: 11px 10px;
  }

  .service_category h3:after {
    width: 90px;
  }

  .service_category {
    margin-bottom: 30px;
  }

  .service_category.third {
    margin-top: 30px;
  }

  .service_box p {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 12px;
  }

  p.note {
    margin-top: 5px;
    line-height: 17px;
    font-size: 12px;
  }

  .service_icon.clean {
    background-size: 40px;
    background-position: 16px 19px;
  }

  .service_category .service_icon {
    width: 75px;
    height: 75px;
  }

  .service_box .service_title {
    padding: 12px 12px;
    font-size: 13px;
  }

  .service_box.contact_box p {
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
  }
}

/*=================================== END SERVICES ========================================*/


/*======================================== PROJECTS =======================================*/

#projects_swiper .swiper-slide {
  display: flex;
}

#projects_swiper {
  padding-bottom: 60px;
}

#projects_swiper .swiper-slide .col-lg-6 {
  position: relative;
}

.projects .swiper-button-prev {
  color: #1c914d;
  border-radius: 100%;
  border: 1px dashed #1c914d;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  left: -90px;
}

.projects .swiper-button-next {
  color: #1c914d;
  border-radius: 100%;
  border: 1px dashed #1c914d;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  right: -90px;
}

.projects .swiper-button-prev:after {
  font-size: 25px;
  margin-left: -4px;
}

.projects .swiper-button-next:after {
  font-size: 25px;
  margin-right: -4px;
}

.a_project_box, .a_extra_project {
  position: absolute;
  height: 100%;
  width: calc(100% - 30px);
  left: 15px;
  top: 0;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #777;
  opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-pagination-bullet-active {
  border: 3px solid #61AF4F;
  width: 12px;
  height: 12px;
}

.projects {
  padding: 100px 0 0px 0;
}

.projects .subtitle {
  text-align: left;
}

.projects h2 {
  font-size: 47px;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 50px;
  color: #222;
}

#projects_swiper h4 {
  background: #61AF4F;
  text-align: center;
  font-size: 17px;
  padding: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #fff;
  font-weight: 600;
  line-height: normal;
}

#projects_swiper h4.after {
  background: #1C914D;
}

/*===================================== END PROJECTS =====================================*/

.home_contact {
  position: relative;
  z-index: 1;
  padding: 100px 0 150px;
}

.home_contact:after {
  content: '';
  position: absolute;
  background-image: url(../img/grass.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 105%;
  width: 100%;
  height: 540px;
  bottom: -290px;
  z-index: -1;
}

.home_contact .home_contact_img {
  background-image: url("../img/home_contact/home_contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 550px;
  position: relative;
  z-index: 2;
}

.home_contact_box {
  padding: 30px;
  border-top: 11px solid #61af4f;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 12px;
}

.home_contact .home_contact_box .home_contact_box_header {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0px;
  font-weight: 800;
  margin-bottom: 50px;
  color: #222;
}

.home_contact .home_contact_box .home_contact_box_header i {
  font-size: 35px;
  color: #8e8e8e;
  height: 25px;
  color: #0066b1;
  display: inline-block;
  margin-right: 10px;
}

.home_contact .home_contact_box .home_contact_box_header p {
  /* color: #7ec242; */
  font-weight: 700;
  letter-spacing: 1px;
}

.home_contact .home_contact_box .home_contact_box_header strong {
  font-weight: 200;
  color: #5e5f63;
}

.home_contact form input {
  width: 100%;
  font-size: 14px;
  padding: 5px 0px;
  border: 0;
  margin: 0 5px 0px 0px;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  color: #222;
  outline: none;
}

.home_contact form label {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.home_contact form input:focus{
  border-bottom: 1px solid #1c914d;
  outline: 0;
}

.home_contact form input::-webkit-input-placeholder {
  color: #8e8e8e;
}

.home_contact form input::-moz-placeholder {
  color: #8e8e8e;
}

.home_contact form input:-ms-input-placeholder {
  color: #8e8e8e;
}

.home_contact form input::-ms-input-placeholder {
  color: #8e8e8e;
}

.home_contact form input::placeholder {
  color: #8e8e8e;
}

.home_contact form textarea {
  width: 97%;
  padding: 5px 0px;
  border: 0;
  margin: 0 5px 0px 0px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  color: #222;
  height: 140px;
  font-size: 14px;
}

.home_contact form textarea:focus{
  border-bottom: 1px solid #1c914d;
  outline: 0;
}

.home_contact form textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}

.home_contact form textarea::-moz-placeholder {
  color: #8e8e8e;
}

.home_contact form textarea:-ms-input-placeholder {
  color: #8e8e8e;
}

.home_contact form textarea::-ms-input-placeholder {
  color: #8e8e8e;
}

.home_contact form textarea::placeholder {
  color: #8e8e8e;
}

.form_btn_wrapper {
  width: 49.2%;
  display: inline-block;
  text-align: center;
}

.home_contact form .form_btn_wrapper button {
  padding: 15px 30px;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  max-width: 160px;
  text-decoration: none;
  background: #1c914d;
  border: none;
  letter-spacing: 0;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.home_contact form .form_btn_wrapper button:hover{
  border: none;
  background: #61af4f;
}
.form_btn_wrapper button svg {
  height: 55px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.form_btn_wrapper button rect {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-dasharray: 422, 0;
  transition: all 0.35s linear;
}

.form_btn_wrapper button:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 700;
  letter-spacing: 1px;
}
.form_btn_wrapper button:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.contact-element{
  display:inline-block;
  width: 48%;
  vertical-align: top;
  border: 0;
  margin: 0 5px 30px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-group {
  margin-bottom: 30px;
}

.code{
  display: inline-block;
  width: 48.2%;
}

label.error{
  font-weight: bold!important;
  margin: 0px!important;
  padding: 0px!important;
  display: block;
  font-size: 12px!important;
  color: red!important;
}

.contact-element input { width:99% !important; }

.home_contact .home_contact_box .home_contact_box_header strong {
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
}

.home_contact .home_contact_box .home_contact_box_header .contact_subtitle {
  font-weight: 600;
}

.menu_header_right_mob{
  display: none;
}

.error_message{
  position: fixed;
  top: 0px;
  background: #61af4f;
  width: 100%;
  left: 0;
  height: 95px;
  padding-top: 20px;
  text-align: center;
  z-index: 9999;
  font-size: 18px;
  color: #fff;
  -webkit-animation: cssAnimation 8s forwards;
  animation: cssAnimation 8s forwards;
}

@keyframes cssAnimation {
  0%   {opacity: 1;top:0px;}
  90%  {opacity: 1; top:0px;}
  100% {opacity: 0;top:-100px}
}
@-webkit-keyframes cssAnimation {
  0%   {opacity: 1;top:0px;}
  50%  {opacity: 1;top:0px}
  100% {opacity: 0;top:-100px;}
}


@media (min-width: 1500px) {
  .home_contact {
    padding: 100px 0 150px;
  }
  .home_contact .home_contact_img {
    height: 550px;
  }
  .home_contact .home_contact_box .home_contact_box_header p {
    font-size: 32px;
  }
  
  .home_contact .home_contact_box .home_contact_box_header .contact_subtitle {
    font-size: 21px;
  }
}

@media (max-width: 1499px) {
  .home_contact .home_contact_box .home_contact_box_header p {
    font-size: 24px;
  }
  .home_contact form input.form-control-file {
    padding: 10px 0px;
  }
  .home_contact .home_contact_box .home_contact_box_header p {
    font-size: 28px;
  }
  .home_contact .home_contact_box .home_contact_box_header .contact_subtitle {
    font-size: 18px;
  }
  nav ul li a {
    font-size: 17px;
    padding: 0px 15px;
  }

  .menu_header_right a {
    padding: 0 15px 0 5px;
  }

  .projects h2 {
    font-size: 40px;
    letter-spacing: 0;
  }
}

@media (max-width: 1349px) {
  nav ul li a {
    font-size: 16px;
    padding: 0px 12px
  }

  .navigation.header_fixed nav li a {
    padding: 0px 10px;
    font-size: 15px;
  }

  .navigation.header_fixed nav {
    height: 45px;
  }

  .navigation.header_fixed .facebook {
    font-size: 20px;   
  }

  nav {
    height: 60px;
  }

  .menu_header_right a {
    font-size: 13px;
  }
  .home_contact .home_contact_box .home_contact_box_header strong {
    font-size: 35px;
  }

  .navigation #logo {
    width: 185px;
    height: 70px;
  }

  .menu_header_right a i {
    font-size: 18px;
    width: 38px;
    height: 38px;
    margin-right: 8px;
  }

  .menu_header_right a strong {
    font-size: 14px;
  }

  .home_contact:after {
    height: 400px;
    bottom: -160px;
  }

  .projects {
    padding: 70px 0 0px 0;
  }

  .subtitle {
    font-size: 17px;
  }

  #projects_swiper {
    padding-top: 50px;
  }
}

@media (max-width: 1199px){
  .contact-element{
    width: 47.2%;
  }

  nav ul li a {
    font-size: 15px;
  }
  
  .navigation.header_fixed nav {
    height: 40px;
  }

  .navigation.header_fixed nav li a {
    font-size: 14px;
  }

  .home_contact .home_contact_box .home_contact_box_header {
    font-size: 37px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1143px) {
  .home_contact .home_contact_box .home_contact_box_header strong {
    font-size: 30px;
  }
  .home_contact .home_contact_box .home_contact_box_header i {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .home_contact .home_contact_img {
    height: 280px;
  }

  .navigation.header_fixed nav {
    padding: 0;
    height: 0;
  }

  .menu_header_right a i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    margin-right: 0px;
  }

  .menu_header_right_bottom {
    margin-bottom: 0;
  }

  .navigation #logo {
    width: 185px;
    height: 80px;
  }

  .nav-container {
    height: 100px;
    padding: 0 10px;
  }

  nav {
    height: 0;
    padding: 0;
  }

  .facebook {
    display: none;
  }

  .projects h2 {
    margin-bottom: 25px;
  }

  .home_contact .home_contact_box .home_contact_box_header {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .home_contact {
    padding: 60px 0 120px 0;
  }

  .home_contact_box form {
    width: 100%;
    padding: 10px 20px 20px 20px;
  }
  .home_contact form input {
    width: 104%;
    padding: 10px 0px;
    font-size: 14px;
    margin: 0 5px 0px 0px;
    display: inline-block;
  }
  .home_contact form textarea {
    width: 98%;
  }

  .home_contact .home_contact_box .home_contact_box_header {
    text-align: center;
  }

  .home_contact .home_contact_box .home_contact_box_header i {
    margin-left: -20px;
  }

  .form_btn_wrapper {
    text-align: right;
    margin-top: 10px;
  }
  .home_contact form .form_btn_wrapper button{
    font-size: 15px;
  }
  .menu_header_right a {
    display: block;
  }
  .menu_header_right_mob{
    display: none;
  }
  .home_contact .home_contact_box .home_contact_box_header strong {
    font-size: 25px;
  }
  .home_contact .home_contact_box .home_contact_box_header i {
    font-size: 25px;
  }
  .error_message{ font-size: 17px; }
}

@media (max-width: 767px) {
  .home_contact form input {
    width: 100%;
  }
  .home_contact .home_contact_box .home_contact_box_header strong {
    font-size: 22px;
  }
  .home_contact .home_contact_box .home_contact_box_header i {
    font-size: 22px;
  }
  .form_btn_wrapper {
    width: 100%;
    display: block;
    text-align: center;
  }

  .navigation #logo {
    width: 160px;
    height: 65px;
  }

  .projects h2 {
    font-size: 35px;
  }

  .menu_header_right a {
    padding: 0 5px 0 5px;
  }

  #projects_swiper {
    padding-top: 40px;
  }

  .home_contact .home_contact_box .home_contact_box_header {
    font-size: 30px;
  }

  .home_contact_box {
    padding: 20px 0px;
  }

  .home_contact:after {
    height: 200px;
    bottom: -75px;
  
  }
  .code{
    width: 98%;
  }
  .error_message{ font-size: 16px; padding-top: 15px;}
}

@media (max-width: 575px) {
  .home_contact form input {
    width: 100%;
    font-size: 14px;
  }
  .home_contact .home_contact_box .home_contact_box_header p {
    font-size: 20px;
  }

  .nav-container {
    padding: 0 0px;
  }

  .menu_header_right {
    margin-right: 55px;
  }

  .projects h2 {
    font-size: 30px;
  }

  .projects {
    padding: 50px 0 0px 0;
  }

  #projects_swiper {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  #projects_swiper h4 {
    font-size: 16px;
    padding: 10px;
  }

  .home_contact {
    padding: 50px 0 90px 0;
  }

  .home_contact .home_contact_box .home_contact_box_header {
    font-size: 26px;
  }

  .home_contact .home_contact_box .home_contact_box_header strong {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .home_contact .home_contact_box .home_contact_box_header i {
    font-size: 20px;
  }
  .home_contact form .form_btn_wrapper button{
    font-size: 14px;
    padding: 12px 20px;
  }
  .form_btn_wrapper button svg {
    height: 45px;
  }
  .contact-element label {
    font-size: 15px;
  }
  .home_contact form textarea {
    font-size: 14px;
  }
  .error_message{ font-size: 14px; }
}

@media (max-width: 479px) {
  .home_contact:after {
    height: 100px;
    bottom: -30px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  .home_contact .home_contact_box .home_contact_box_header {
    font-size: 23px;
  }

  #projects_swiper h4 {
    font-size: 15px;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .subtitle {
    font-size: 16px;
  }

  .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
}

@media (max-width: 420px) {
  .home_contact form .form_btn_wrapper button {
    width: 100%;
  }

  .navigation #logo {
    width: 140px;
    height: 60px;
    margin-left: -5px;
  }

  .navigation {
    height: 80px;
  }

  .nav-container {
    height: 80px;
  }

  .menu_header_right {
    margin-right: 35px;
  }

  .nav-mobile {
    height: 30px;
    width: 30px;
    top: 25px;
    right: 10px;
  }

  .menu_header_right a i {
    font-size: 15px;
    width: 35px;
    height: 35px;
  }

  .menu_header_right .menu_header_right_bottom {
    display: none;
  }

  #projects .col-lg-12 {
    padding: 0;
  }

  #projects #projects_swiper .col-lg-6 {
    padding: 0 5px;
  }

  #projects_swiper h4 {
    font-size: 14px;
    padding: 8px;
  }

  .subtitle {
    font-size: 15px;
  }

  .subtitle i {
    font-size: 25px;
    margin-right: 6px;
  }

  .home_contact_box form {
    padding: 0px 15px 15px 15px;
  }

  .home_contact form label {
    font-size: 15px;
  }

  .contact-element {
    margin: 0 0px 15px 0px;
  }

  .projects h2 {
    font-size: 25px;
  }

  .home_contact .home_contact_box .home_contact_box_header {
    font-size: 20px;
    padding: 0 15px;
    line-height: 24px;
  }

  .home_contact form input {
    font-size: 13px;
  }

  .home_contact form textarea {
    font-size: 13px;
  }

  .home_contact:after {
    height: 100px;
    bottom: -35px;
  }
  
  .home_contact form textarea {
    width: 100%;
  }

  .home_contact .home_contact_box .home_contact_box_header p {
    font-size: 16px;
  }

  .home_contact .home_contact_box .home_contact_box_header .contact_subtitle {
    font-size: 15px;
  }
  .home_contact .home_contact_box .home_contact_box_header strong {
    font-size: 18px;
  }
  .home_contact .home_contact_box .home_contact_box_header i {
    font-size: 18px;
  }
  .error_message{ font-size: 12px; }

}
@media (max-width: 290px){
  .home_contact .home_contact_box .home_contact_box_header i {
    display: none;
  }
}

.program{
  display: block;
  background-color: rgba(255,255,255,0.7);
  padding:20px;
  margin-top:30px;
}
.program_title{ 
}

.program img{
  float:left;
  margin:20px 20px 10px 0;
}

.program p{
  margin:30px 10px 10px 0;
}
.program_title p{ 
  font-size: 28px;
  font-weight: 300; 
  margin-left:25px;
  float:left;
  margin-top:0px;
}

.program_title i{ 
  font-size: 44px;
  color: #5e5f63;
  /* background: #7ec242; */
  border-radius: 3rem;
  width: 30px;
  height: 30px;
  float: left;
  padding-right:20px;
} 

@media (max-width: 575px) {
  .program{   
    text-align:center;
  }
  .program_title p{
    font-size:20px;
  }
  .program_title i {
    font-size: 30px;
    width: 20px;
    height: 20px;
    float: none;
    padding-right: 0px;
}
  .program img{
    display: block;
    width:100%;
    max-width:300px;
    float: none;
    margin:10px auto;
  }
}

.products {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-top: 0;
  padding: 75px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.products .sublist {
  margin-top: 10px;
}

.products .sublist li {
  width: 49%;
  display: inline-block;
}

.products .hidden_img_desktop {
  display: block;
}

.products .hidden_img_mobile {
  display: none;
}

.products .products_box {
  margin-bottom: 15px;
}

.products .products_box.large {
  position: relative;
  margin-bottom: 0px;
}

.products  .description{
  margin-bottom: 21px;
  background: #8e8e8e;
  color: white;
  padding: 30px 30px 15px 30px;
  font-size: 16px;
  display: flex;
}
.cars_mob{
  display: none;
}

.img-fluid{
  width:100%;
}

.products .products_box.large-right {
  margin-bottom: 0px;
  position: relative;
}

.products .right{
  float: right;
}
.products .left{
  float: left;
  margin-left: -15px;
}

.products .products_box p {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  background: #0066b1;
  color: #fff;
  padding: 20px 35px;
  font-size: 24px;
}

.products .products_box.medium {
  position: relative;
  margin-bottom: -7px;

}

.products .products_box.medium_right {
  position: relative;
  margin-bottom: -7px;

}
.products .products_box.medium p,
.products .products_box.medium_right p{
  bottom:7px;
}

.col-md-6.with_padding{
  padding: 0 1%;
}

.products .products_header {
  display: flex;
  background: #fff;
  font-size: 22px;
  font-weight: 300;
}

.products .products_header i {
  font-size: 44px;
  color: #5e5f63;
  /* background: #7ec242; */
  border-radius: 3rem;
  width: 30px;
  height: 30px;
  float: left;
}

.products .products_header .products_title {
  padding-left: 20px;
  padding-top: 0px;
  font-size: 28px;
  margin-bottom: 15px;
}

.products .products_desc {
  font-size: 18px;
  margin-bottom: 30px;
}

.chars {
  font-size: 22px;
  margin-top: -10px;
  float: left;
}

.price{
  float: right;
  text-align: right;
  font-size: 22px;
  margin-top: -10px;
}

.price_title{
  font-size: 22px;
}

.price_box {
  font-size: 17px;
  font-weight: 300;
  margin-top: 15px;
}

.features_list {
  display: block;
  margin-top: 15px;
}

ul.features_list li {
  font-size: 17px;
  font-weight: 300;
  padding: 0px 0px 0px 15px;
  color: #fff;
  border-left: 4px double #0066b1;
  margin-bottom: 12px;
}

.button_rent{
  position: absolute;
  cursor: pointer;
  bottom: 0px;
  right: 0;
  margin-bottom: 12px;
  background: #0066b1;
}

.button_rent a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 160px;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 10px;
}
.button_rent a:hover {
  text-decoration: none;
}

.btn {
  width: 100%;
}

.button_rent a svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.button_rent a rect {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-dasharray: 422, 0;
  transition: all 0.35s linear;
}

.button_rent a:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 700;
  letter-spacing: 1px;
}
.button_rent a:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1600px) {
  .products .sublist {
    margin-top: 10px;
  }
  .products .sublist li {
    width: 49%;
    display: inline-block;
  }
}

@media (max-width: 1499px) {
  .products .sublist li {
    width: 100%;
  }
}

@media (max-width: 1379px){
  ul.features_list li {
    font-size: 16px!important;
  }
  .products .description {
    padding: 20px 20px 15px 20px;
  }
}

@media (max-width: 1280px){
  ul.features_list li {
    font-size: 15px!important;
  }
  .products .description {
    padding: 20px 15px;
  }
  
  .button_rent a {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .products .products_img {
    justify-content: center;
  }
  .products .products_img .products_img_body {
    text-align: center;
  }
  .products .products_img {
    height: 350px;
  }
  .products .products_box p {
    padding: 20px 20px;
    font-size: 21px;
  }

  .products .description{
    font-size:15px;
    padding: 15px;
  }

  .projects .swiper-button-prev {
    left: -80px;
  }

  .projects .swiper-button-next {
    right: -80px;
  }

  ul.features_list li {
    font-size: 14px!important;
  }
  .button_rent a {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .products {
    padding: 75px 30px;
  }
  .products .products_header {
    justify-content: center;
  }
  .products .products_desc {
    font-size: 15px;
    text-align: center;
  }
  .products .description{
    font-size:13px;
    padding: 23px;
    text-align:justify;
  }
  .products .left { margin-left: 0px; }
  .products .description{
    padding: 20px 15px;
  }

  ul.features_list li {
    font-size: 16px!important;
  }
  .button_rent a {
    font-size: 16px;
  }

  #projects_swiper {
    padding-bottom: 90px;
  }

  .swiper-pagination {
    display: none;
  }

  .projects .swiper-button-prev {
    left: -100px;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: 10px;
    width: 55px;
    height: 55px;
  }

  .projects .swiper-button-next {
    right: -100px;
    left: 0;
    margin: 0 auto;
    top: auto;
    bottom: 10px;
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 767px) {
  .products {
    padding: 55px 30px;
  }
  .products .products_img .products_img_body {
    font-size: 26px;
  }
  .products .hidden_img_desktop {
    display: none;
  }
  .products .hidden_img_mobile {
    display: block;
  }
  .products_box.large {
    margin: 7.5px;
    margin-bottom: 21px;
  }
  .products_box.large-right {
    margin-left: 0px;
    margin-bottom: 21px;
  }
  .products .products_box p {
    padding: 10px 10px;
    font-size: 15px;
  }
  ul.features_list li {
    font-size: 15px!important;
  }
  .button_rent a {
    font-size: 15px;
  }
  .products .description {
    padding: 15px 12px;
  }
}

@media(max-width: 661px){
  ul.features_list li {
    font-size: 12px!important;
    text-align: left;
  }
  .button_rent a {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .products {
    padding: 42px 10px;
  }
  .products .products_img .products_img_body i {
    font-size: 44px;
  }
  .products .products_box p {
    padding: 5px 5px;
    font-size: 12px;
  }
  .contact-element{
    width:100%;
  }
  .products .description {
    font-size: 12px;
    padding: 17px;
    text-align: center;
    hyphens: auto;
  }
  .button_rent a {
    font-size: 11px;
  }

  .projects .swiper-button-next {
    right: -85px;
  }

  .projects .swiper-button-prev {
    left: -85px;
  }
}

@media (max-width: 479px) {
  .projects .swiper-button-next {
    right: -80px;
    width: 50px;
    height: 50px;
  }

  .projects .swiper-button-prev {
    left: -80px;
    width: 50px;
    height: 50px;
  }

  #projects_swiper {
    padding-bottom: 80px;
  }

  .projects .swiper-button-next:after, .projects .swiper-button-prev:after {
    font-size: 20px;
  }
}

@media (max-width: 420px) {
  .products .products_img {
    height: 250px;
  }
  .products .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products .products_box.large {
    margin-right: 0;
    margin-left: 0;
  }
  .products .products_box.large-right {
    margin-left: 0;
  }
  .products .products_box.medium {
    margin-right: 0;
  }
  .products .products_box.medium_right {
    margin-left: 0;
  }
  .products .products_box p {
    padding: 7px 7px;
    font-size: 18px;
  }
  ul.features_list li {
    font-size: 11px!important;
  }
  .button_rent { margin-right: 25px; background: none; bottom: 35px; margin-bottom: 0;}
  .button_rent a {
    font-size: 12px;
    background: #0066b1;
  }
  .button_rent a svg { height: 35px; top:5px; }
  .products .description {
    padding: 17px 0px 0px 0px;
  }
  .cars { display: none; }
  .cars_mob { display: block; }
  .description_mob {
    margin-bottom: 21px;
    background: #8e8e8e;
    color: white;
    padding: 15px;
    font-size: 16px;
    display: block;
    text-align: left;
  }
  .features_list {
    margin-top: 5px;
  }

  #projects_swiper {
    padding-bottom: 70px;
  }

  .projects .swiper-button-prev {
    left: -65px;
    width: 45px;
    height: 45px;
  }

  .projects .swiper-button-next {
    right: -65px;
    width: 45px;
    height: 45px;
  }

  .projects .swiper-button-next:after, .projects .swiper-button-prev:after {
    font-size: 17px;
  }
}

@media (max-width: 320px) {
  .button_rent a {
    font-size: 8px;
  }
  .products .products_box p {
    font-size: 16px;
  }
  .chars_title {
    font-size: 14px;
  }
  .button_rent {
    margin-right: 18px;
  }
}

.map {
  position: relative;
  z-index: 1;
  background: #1b7ed9;
  margin-bottom: 200px;
}

.map iframe {
  height: 600px;
  width: 100%;
  mix-blend-mode: luminosity;
  margin-bottom: -7px;
}

* {
  box-sizing: border-box;
}

[data-wipe] {
  display: inline-block;
  padding: 12px 10px;
  text-decoration: none;
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
}

[data-wipe]:before, [data-wipe]:after {
  content: attr(data-wipe);
  padding-top: inherit;
  padding-bottom: inherit;
  white-space: nowrap;
  position: absolute;
  top: 0;
  overflow: hidden;
  color: #ff3030;
  background: #ffffff;
}

[data-wipe]:before {
  left: 0;
  text-indent: 18px;
  width: 0;
}

[data-wipe]:after {
  padding-left: inherit;
  padding-right: inherit;
  left: 100%;
  text-indent: calc(-100% - 36px);
  transition: 0.2s ease-in-out;
}

[data-wipe]:hover:before {
  width: 100%;
  transition: width 0.2s ease-in-out;
}

[data-wipe]:hover:after {
  left: 0;
  text-indent: 0;
  transition: 0s 0.2s ease-in-out;
}

.menu_social_wrapper {
  position: fixed;
  z-index: 99;
  display: flex;
  align-items: center;
  border-radius: 50%;
  top: 85%;
  right: 0;
}

.menu_social_wrapper .menu_social {
  display: flex;
  flex-direction: column;
}

.menu_social_wrapper .menu_social a {
  color: #0066B1;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.menu_social_wrapper .menu_social a i {
  font-size: 20px;
  color: #56BB62;
}

@media (max-width: 991px) {
  .menu_social_wrapper .menu_social a i {
    font-size: 17px;
  }

}

/* ================== SECTION CARS =================== */

.btn {
  width: 100%;
}

/* ================== END SECTION CARS =================== */
#scroll-percentage {
  position: fixed;
  top: 0;
  width: 100%;
  color: #000;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

[data-scrollPercentage] .percentage {
  display: inline-block;
  background: linear-gradient(90deg, rgba(214,237,211,1) 0%, rgba(97,175,79,1) 40%, rgba(28,145,77,1) 100%);
  height: 4px;
  width: 0;
  transition: all .7s ease-out;
}

#percentage-value {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  height: 300px;
  width: 300px;
  color: orange;
  background-color: #000;
  text-align: center;
  line-height: 300px;
  border-radius: 50%;
  box-shadow: 1px 1px 8px 2px orange, -1px -1px 8px 2px orange;
  font-size: 3em;
  z-index: 1;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.instruction {
  position: fixed;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: darkorange;
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

/******************** CSS Vertical Tabs *******************
 ******************* Author: Asif Mughal ******************/
.tabs-container {
  position: relative;
  background: #0066b1;
  width: 300px;
  height: 465px;
  float: left;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#managment .tabs-container {
  background: #7ec242;
}

/* tabs names */
.tabs-container label {
  position: relative;
  padding: 25px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs-container label:last-child {
  border-bottom: 0;
}

/* Hover effect on tabs names */
.tabs-container label:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* Content area for tabs */
.tab-content {
  position: relative;
  border: 1px solid #ddd;
  width: calc(100% - 300px);
  min-height: 465px;
  max-height: 465px;
  padding: 40px;
  font-size: 15px;
  float: left;
  box-sizing: border-box;
  display: none;
}

.tab-content .tab_text_title {
  display: inline-block;
  margin-bottom: 10px;
}

.tab-content ul li i {
  margin-right: 5px;
}

.tab-content:after {
  content: "";
  clear: both;
}

/* Hide input radio from users */
input[name="tab"],
input[name="wtab"] {
  display: none;
}

/* Show tab when input checked */
input[name="wtab"]:checked + .tab-content,
input[name="tab"]:checked + .tab-content {
  display: block;
  -webkit-animation: slide 0.5s forwards;
  animation: slide 0.5s forwards;
}

section.tab-content p,
section.tab-content ul li {
  margin-bottom: 10px;
}

/* Slide animation for tab contents */
@-webkit-keyframes slide {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes slide {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .tab-content {
    width: 100%;
  }
  .tabs-container {
    width: 100%;
    height: auto;
  }
  .tabs-container label {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .tabs-container label {
    position: relative;
    padding: 15px 20px;
  }
  .development .tab-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .tab-content {
    padding: 20px;
  }
  #scroll-percentage { z-index: 0; }

  #gotop a span i {
    right: 20px;
    font-size: 23px;
    width: 50px;
    height: 50px;
  }

  .menu_social_wrapper {
    top: 83%;
  }
}

.gallery {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

.gallery_box {
  margin: 5px;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

@media (min-width: 1500px) {
  .gallery_box {
    height: 450px;
  }
}

@media (max-width: 1499px) {
  .gallery_box {
    height: 380px;
  }
}

@media (max-width: 1319px){
  .chars { font-size: 20px; }
  .price_title { font-size: 20px; }
  .price_box { font-size: 16px; }
}

@media (max-width: 1280px){
  .chars { font-size: 18px; }
  .price_title { font-size: 18px; }
  .price_box { font-size: 15px; }
}

@media (max-width: 1199px) {
  .gallery_box {
    height: 300px;
  }
  .gallery {
    padding: 55px 0;
  }
  .chars { font-size: 18px; }
  .price_title { font-size: 18px; }
  .price_box { font-size: 15px; }
  .chars { font-size: 17px; }
  .price_title { font-size: 17px; }
  .price_box { font-size: 14px; }
}

@media (max-width: 991px) {
  .gallery_box {
    height: 250px;
  }
  #gb_3.col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #gb_3 .gallery_box {
    height: 280px;
  }
  .chars { font-size: 20px; }
  .price_title { font-size: 20px; }
  .price_box { font-size: 16px; }
}

@media (max-width: 767px) {
  #gb_1 {
    display: none;
  }
  .gallery_box {
    height: 280px;
  }
  .chars { font-size: 18px; }
  .price_title { font-size: 18px; }
  .price_box { font-size: 15px; }
}

@media (max-width: 661px) {
  .chars { font-size: 16px; text-align: left; }
  .price_title { font-size: 16px; }
  .price_box { font-size: 12px; }
}

@media (max-width: 575px) {
  .gallery_box {
    height: 200px !important;
  }
  .chars { font-size: 15px; }
  .price_title { font-size: 15px; }
}

@media (max-width: 420px) {
  .chars { font-size: 14px; }
  .price_title { font-size: 14px; }
  .price_box { font-size: 11px; margin-top: 5px; }
}

@media (max-width: 320px) {
  .price_title { font-size: 14px; }
}

