/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. about
07. testimonials
08. contact
09. footer
10. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #888;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Robot', sans-serif;
}

::selection {
  background: #8EC641;
  color: #fff;
}

::-moz-selection {
  background: #8EC641;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #8EC641;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #8EC641;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #8EC641;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #527325;
}


.center-heading {
  margin-bottom: 70px;
}

.center-heading h2 {
  margin-top: 0px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.center-heading p {
  font-size: 15px;
  color: #888;
  text-align: center;
}

.flex{
  display: flex;
}

.flex img{
  width: 220px;
  height: 60px;
  background-size: cover;
  object-fit: contain;
  margin:0 12px 0 0;
}

@media screen and (max-width:767px){
  .center-heading p {
    color: #000000;
    line-height: 27px;
    font-size: 17px;
  }

  .flex{
    display:block;
  }

  .flex img{
    margin:0 auto 15px auto;
  }
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #8EC641!important;
}

.background-header .nav li a.active {
  color: #8EC641!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  position: relative;
  padding: 0;
  display: flex;
  align-items: flex-start;
}

.logo-container {
  position: absolute;
  left: -25px;
  top: 70%;
  transform: translateY(-50%);
}

#logo {
  width: 138px;
  height: 57px;
  object-fit: contain;
  margin-top: -8px;
  margin-left: 0;
}

.header-area .main-nav .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding-top: 15px;
  margin-left: 70px;
  margin-right: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 0.5px;
}

.header-area .main-nav .nav li a.active {
  color: #8EC641;
  font-weight: 600;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #7a7a7a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #7a7a7a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #8EC641;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #8EC641!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #8EC641;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .header-area .main-nav .nav li a {
    font-size: 13px;
    letter-spacing: 0;
  }
}

@media (max-width: 991px) {
  .header-area {
    background-color: #fff;
    padding: 0 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    position: relative;
    right: 15px;
    transform: translateY(10px);
    margin: 0;
    z-index: 100;
    display: block !important;
    cursor: pointer;
    width: 30px;
    height: 25px;
  }
  .header-area .main-nav {
    overflow: visible;
    position: relative;
  }
  .header-area .main-nav .nav {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 90px);
    margin: 0;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(-10px);
    overflow-y: auto;
  }
  .header-area .main-nav .nav.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header-area .main-nav .nav li {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  .header-area .main-nav .nav li:last-child {
    border-bottom: none;
  }
  .header-area .main-nav .nav li a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #191a20 !important;
    background: #fff !important;
    font-size: 14px;
    display: block;
    border: none;
  }
  .header-area .main-nav .nav li a:hover {
    background: #f8f8f8 !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .menu-trigger {
    cursor: pointer;
  }
  .menu-trigger.active span {
    background-color: transparent;
  }
  .menu-trigger.active span:before {
    transform: rotate(45deg);
    top: 0px;
  }
  .menu-trigger.active span:after {
    transform: rotate(-45deg);
    top: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* Menüde doğrudan kullanılan bağımsız <a class="menu-item"> öğeleri için kontrast iyileştirmesi */
a.menu-item {
  color: #000000 !important;       /* En yüksek kontrast */
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

a.menu-item:hover,
a.menu-item.active {
  color: #8EC641 !important;
  border-bottom: 2px solid #8EC641;
}


/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  width: 100%;
  height: 100vh;
  min-height: 793px;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.welcome-area .header-text .left-text {
  position: relative;
  align-self: center;
  margin-top: 25%;
  transform: perspective(1px) translateY(-30%) !important;
}

.welcome-area .header-text h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 80px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #191a20;
}

.welcome-area .header-text h1 em {
  font-style: normal;
  color: #8EC641;
}

.welcome-area .header-text p {
  font-weight: 300;
  font-size: 17px;
  color: #7a7a7a;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

.right-img{
  width: 60%;
  display: block;
  margin: 100px auto 0 auto;
}

@media (max-width: 1420px) {
  .welcome-area .header-text {
    width: 70%;
    margin-left: 5%;
  }
}

@media (max-width: 1320px) {
  .welcome-area .header-text .left-text {
    margin-top: 50%;
  }
  .welcome-area .header-text {
    width: 50%;
    margin-left: 5%;
  }
}

@media (max-width: 1140px) {
  .welcome-area {
    height: auto;
  }
  .welcome-area .header-text {       
    width: 92%;
    padding-top: 100px;
  }
  .welcome-area .header-text .left-text {
    margin: 60px 0 0 0;
    transform: none !important;
  }

  .welcome-area .header-text p{
    color: #000;
  }

}
@media (max-width: 810px) {
  .welcome-area {
    background-size: contain;
  }

  .welcome-area .header-text {
    padding-top: 100px;
    margin-left: 0;
  }
    
  .container-fluid .col-md-12 {
    margin-right: 0px;
    padding-right: 0px;
  }

  .right-img {
    margin: 60px auto 0 auto;
}
}

@media (max-width: 767px) {
  .right-img {
    width: 95%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto 0 auto;
    object-fit: contain;
  }
}

/* 
---------------------------------------------
About
--------------------------------------------- 
*/

#about {
  padding: 30px 0;
}

.img-1{
  width: 60%;
  display: block;
  margin: 0px auto;
}

#about h1{
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  color: #191a20;
  padding: 15px 0;
}

#about h3{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #8EC641;
  padding: 25px 0 0 0;
}

#about p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #888;
}

@media screen and (max-width:1050px){
  .a-start {
    margin: 90px 0 0 0;
  }

  #about{
    margin-top: 30px;
  }
}

@media screen and (max-width:888px){
  .a-start {
    margin: 150px 0 0 0;
  }
}

@media screen and (max-width:767px){
  .a-start {
    margin: 120px 0 0 0;
  }

  .img-1{
    width: 100%;
  }

  #about p{
    z-index: 1;
    position: relative;
    color: #000;
  }
}

/*
---------------------------------------------
Location
---------------------------------------------
*/

#location {
  padding: 30px 0;
}

.img-1{
  width: 60%;
  display: block;
  margin: 0px auto;
}

#location h1{
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  color: #191a20;
  padding: 15px 0;
}

#location h3{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #8EC641;
  padding: 25px 0 0 0;
}

#location p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #888;
}

@media screen and (max-width:1050px){
  .a-start {
    margin: 90px 0 0 0;
  }

  #location{
    margin-top: 30px;
  }
}

@media screen and (max-width:888px){
  .a-start {
    margin: 150px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .a-start {
    margin: 100px 0 0 0;
  }

  .welcome-area {
    height: auto !important;
    min-height: unset !important;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .right-img,
  #location .img-1,
  #task .img-1 {
    width: 80% !important;
    max-width: 300px;
    height: auto !important;
    max-height: 400px;
    margin: 30px auto !important;
    display: block;
    object-fit: contain;
  }

  .img-1 {
    /* bu kısım gerekmez çünkü yukarıda özel olanlar override etti */
  }

  #task {
    margin-top: 40px;
  }

  .flex {
    display: block;
    text-align: center;
  }

  .flex img {
    margin: 0 auto 15px auto;
  }

  #location p {
    z-index: 1;
    position: relative;
    color: #000;
  }
}

/*
---------------------------------------------
Task
---------------------------------------------
*/

#task {
  padding: 30px 0;
}

.img-1{
  width: 60%;
  display: block;
  margin: 0px auto;
}

#task h1{
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  color: #191a20;
  padding: 15px 0;
}

#task h3{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #8EC641;
  padding: 25px 0 0 0;
}

#task p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #888;
}

@media screen and (max-width:1050px){
  .a-start {
    margin: 90px 0 0 0;
  }

  #task{
    margin-top: 30px;
  }
}

@media screen and (max-width:888px){
  .a-start {
    margin: 150px 0 0 0;
  }
}

@media screen and (max-width:767px){
  .a-start {
    margin: 120px 0 0 0;
  }

  .img-1{
    width: 100%;
  }

  #task p{
    z-index: 1;
    position: relative;
    color: #000;
  }
}

/*
---------------------------------------------
Price
---------------------------------------------
*/

#price {
  padding: 30px 0;
}

.img-1{
  width: 60%;
  display: block;
  margin: 0px auto;
}

#price h1{
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  color: #191a20;
  padding: 15px 0;
}

#price h3{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #8EC641;
  padding: 25px 0 0 0;
}

#price p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #888;
}

@media screen and (max-width:1050px){
  .a-start {
    margin: 90px 0 0 0;
  }

  #price{
    margin-top: 30px;
  }
}

@media screen and (max-width:888px){
  .a-start {
    margin: 150px 0 0 0;
  }
}

@media screen and (max-width:767px){
  .a-start {
    margin: 120px 0 0 0;
  }

  .img-1{
    width: 100%;
  }

  #price p{
    z-index: 1;
    position: relative;
    color: #000;
  }
}


/*
--------------------------------------------
testimonials
--------------------------------------------
*/
.right-image-decor {
  background-image: url(../images/right-bg-decor.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

#testimonials {
  padding-top: 100px;
  position: relative;
  z-index: 9;
}

#testimonials .item {
  position: relative;
}

#testimonials .item .testimonial-content {
  background: linear-gradient(145deg,#8EC641 0%, #527325 100%);
  margin-left: 60px;
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
}

#testimonials .item .testimonial-content ul li {
  display: inline-block;
  margin: 0px 1px;
}

#testimonials .item .testimonial-content ul li i {
  color: #fff;
  font-size: 13px;
}

#testimonials .item .testimonial-content h4 {
  font-size: 22px;
  margin-top: 20px;
  color: #fff;
}

#testimonials .item .testimonial-content p {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  margin: 20px 0px 15px 0px;
}

#testimonials .item .testimonial-content span {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

#testimonials .author img {
  max-width: 120px;
  margin-bottom: -60px;
}

.owl-carousel .owl-nav button.owl-next span {
  z-index: 10;
  top: 45%;
  border-radius: 10px;
  font-size: 46px;
  color: #ffffff;
  right: -210px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: linear-gradient(145deg,#8EC641 0%, #527325 100%);
  border: 2px solid #fff;
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
  z-index: 9;
  top: 30%;
  border-radius: 10px;
  font-size: 46px;
  color: #ffffff;
  right: -150px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: linear-gradient(145deg,#8EC641 0%, #527325 100%);
  border: 2px solid #fff;
  position: absolute;
}

#price {
  margin: 60px 0 0 0;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 25px;
}


@media screen and (max-width: 1060px) {
  .owl-carousel .owl-nav {
    display: none!important;
  }
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

@media (max-width: 992px) {
  footer {
    padding-top: 0px!important;
    margin-top: 0px!important;
  }
  .contact-form {
    margin-bottom: 45px;
  }
  footer .right-content {
    text-align: center;
  }
  footer .footer-content {
    padding: 60px 0px!important;
  }
}

footer {
  margin-top: 30px;
  padding-top: 120px;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

footer .footer-content {
  padding: 120px 0px;
}

.contact-form {
  position: relative;
  z-index: 10;
  padding: 45px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  
}

footer .right-content {
  align-self: center;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 13px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form {
  text-align: center;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

#contact-us h1{
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  color: #191a20;
  padding: 15px 0;
}

#contact-us h3{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #8EC641;
  padding: 25px 0 0 0;
}

.footer-content .right-content {
  color: #fff;
}

.footer-content .right-content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-content .right-content h2 em {
  font-style: normal;
  color: #8EC641;
}

.footer-content .right-content p {
  color: #FFF;
}

.footer-content .right-content a {
  color: #FFF;
}

.footer-content .right-content a:hover {
  color: #8EC641;
}

footer .social {
  overflow: hidden;
  margin-top: 30px;
}

footer .social li:first-child {
  margin-left: 0px;
}

footer .social li {
  margin: 0px 7.5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #fff;
  border-color: #ffffff;
  color: #8EC641;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

footer .sub-footer {
  padding: 60px 0px;
  border-top: 1px solid rgba(250,250,250,0.3);
  text-align: center;
}

footer .sub-footer a {
	color: #FFF;
}

footer .sub-footer a:hover {
	color: #8EC641;
}

footer .sub-footer p {
  color: #fff;
  font-size: 15px;
  font-weight:600;
  letter-spacing: 0.5px;
}

footer .sub-footer a{
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

footer .sub-footer a:hover{
  color: #fff;
}

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
  footer .social {
    text-align: center;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #8EC641 0%, #527325 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
---------------------------------------------
 Overlay
---------------------------------------------
*/

.overlay{
    opacity:0.8;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
}

.overlay-seperate-page{
    opacity:0.8;
    background-color:#ccc;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
}
/*
---------------------------------------------
 The Modal (background)
---------------------------------------------
*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* The spanPrivacyPolicy Button */
.spanPrivacyPolicy {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.spanPrivacyPolicy:hover,
.spanPrivacyPolicy:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* The spanCookiePolicy Button */
.spanCookiePolicy {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.spanCookiePolicy:hover,
.spanCookiePolicy:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* The termsConditionsModal Button */
.termsConditionsModal {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.termsConditionsModal:hover,
.termsConditionsModal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #8EC641;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #8EC641;
  color: white;
}

#support-message {
  display: none;
}

#support-message.show {
  display: block;
}