/* VD Dolina Landing HTML */

/*** 

====================================================================
      Fonts
====================================================================

 ***/



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*
  font-family: 'Open Sans', sans-serif;
*/


@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('owl.css');


/*** 

====================================================================

  Reset

====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================

  Global Settings

====================================================================

 ***/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #004000;
  line-height: 1.50em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a{
  text-decoration: none;
  cursor: pointer;
  color: #57B046;
}

a:hover, a:focus, a:visited, a:active, button:active, button:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6{
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  background: none;
  line-height: 1.30em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color: #191825;
}

h1{
  font-size: 40px;
}

h2{
  font-size: 32px;
}

h3{
  font-size: 24px;
}

h4{
  font-size: 24px;
}

h5{
  font-size: 20px;
}

h6{
  font-size: 16px;
}

input, button, select, textarea {
  font-family: 'Open Sans', sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

p{
  position: relative;
  line-height: 1.50em;
  margin-bottom: 20px;
}

.text {
  position: relative;
  line-height: 1.50em;
  margin-bottom: 0px;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container{
  position: static;
  max-width: 1400px;
  padding: 0px 20px;
  margin: 0 auto;
}

.page-wrapper{
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.theme-btn {
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.centered {
  text-align: center;
}

.btn-style-one{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  line-height: 30px;
  padding: 10px 40px;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  background: none;
  border-radius: 0px;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.btn-style-one span{
  position: relative;
  display: block;
  z-index: 1;
}

.btn-style-one:hover{
  color: #ffffff;
  background: #97C23D;
  border-color: #97C23D;
}

.btn-style-two{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  line-height: 30px;
  padding: 10px 40px;
  color: #57B046;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  border: 2px solid #57B046;
  text-transform: uppercase;
  background: none;
  border-radius: 0px;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.btn-style-two span{
  position: relative;
  display: block;
  z-index: 1;
}

.btn-style-two:hover{
  color: #ffffff;
  background: #97C23D;
  border-color: #97C23D;
}


.theme-btn .icon-left {
  padding-right: 10px;
}

.theme-btn .icon-right {
  padding-left: 10px;
}

.theme_color {
  color: #57B046;
}

.light-font {
  font-weight: 300;
}

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 700;
}

.bold-font {
  font-weight: 700;
}

.ex-bold-font {
  font-weight: 800;
}

.heavy-font {
  font-weight: 700;
}

.bg-lightgrey {
  background-color: #f6f7f8;
}

.no-bg {
  background: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.grey-color {
  color: #333333 !important;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.svg);
  display: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

====================================================================

  Scroll To Top style

====================================================================

***/

.scroll-to-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 52px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 52px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
  background: #97C23D;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top img{
  position: relative;
  top: -2px;
  vertical-align: middle;
  height: 10px;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #57B046;
}

/*** 

====================================================================
  Default Form Style
====================================================================

***/

form{
  position:relative;
}

/* Default Form Style */

.default-form{
  position: relative;
}

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

form .row{
  margin: 0 -10px;
}

form .row .form-group{
  position:relative;
  padding: 0 10px;
  margin-bottom: 20px;
}

form .field-inner{
  position: relative;
  display: block;
}

form .field-inner .alt-icon{
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 16px;
  color: #57B046;
  z-index: 1;
  pointer-events: none;
}

form .form-group .field-label{
  position:relative;
  display: block;
  color: #03030f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

form .form-group .e-label{
  position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="email"],
form .form-group input[type="password"],
form .form-group input[type="tel"],
form .form-group input[type="url"],
form .form-group input[type="file"],
form .form-group input[type="number"],
form .form-group textarea,
form .form-group select{
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 16px;
    color: #101010;
    line-height: 30px;
    font-weight: 400;
    padding: 11px 20px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

form .form-group textarea{
  height: 150px;
  padding-top: 15px;
  resize: none;
}

form .form-group select{
  -webkit-appearance:none;
  -ms-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
  appearance:none;
  background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
  cursor:pointer;
}

form .form-group select option{
  line-height: 30px;
  padding-left:20px;
  text-indent: 20px;
  cursor:pointer; 
}

form .form-group input[type="submit"],
form .form-group button{
  display:inline-block;
}

form .form-group input[type="text"]:focus,
form .form-group input[type="email"]:focus,
form .form-group input[type="password"]:focus,
form .form-group input[type="tel"]:focus,
form .form-group input[type="url"]:focus,
form .form-group input[type="file"]:focus,
form .form-group input[type="number"]:focus,
form .form-group textarea:focus,
form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active{
  border-color: #57B046;
}

form ::-webkit-input-placeholder{color: #656363;}

form ::-moz-input-placeholder{color: #656363; }

form ::-ms-input-placeholder{color: #656363;}

form label.error{
  color: #ff0000;
  font-size:14px;
  text-transform: capitalize;
  text-align:left;
  display:block;
  padding-top:10px;
  line-height: 24px;
}

.check-block{
  position: relative;
  margin-bottom: 15px;
}

.check-block input{
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.check-block label{
  position: relative;
  display: block;
  line-height: 28px;
  padding-left: 34px;
  font-weight: 400;
  color: #505050;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}

.check-block label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  background: #ffffff;
  border: 1px solid #57B046;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.check-block input:checked + label:before{
  content: '';
  background: #57B046;
  color: #ffffff;
}

.check-block input:checked + label:after{
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  line-height: 22px;
}

.radio-block{
  position: relative;
  margin-bottom: 15px;
}

.radio-block input{
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.radio-block label{
  position: relative;
  display: block;
  line-height: 28px;
  padding-left: 30px;
  font-weight: 400;
  color: #505050;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}

.radio-block label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #57B046;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.radio-block label:after{
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  width: 12px;
  height: 12px;
  background: #57B046;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}

.radio-block input:checked + label:after{
  opacity: 1;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
  width:100%;
  font-size:16px;
  font-weight: 500;
  height:54px;
  padding:11px 20px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  color:#585f5f;
  border-radius:0px;
  background-color:#ffffff;
  border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon{
  background:none;
  position:relative;
  top:6px;
  right: 0px;
  text-indent:0px;
  color:#999999;
}

.form-group .ui-button .ui-icon:before{
  font-family: 'simple-line-icons';
  content: "\e604";
  position:absolute;
  right:0px;
  top:0px !important;
  width:15px;
  height:30px;
  display:block;
  color:#57B046;
  line-height:20px;
  font-size:14px;
  font-weight:700;
  text-align:center;
  z-index:5;
}

.ui-selectmenu-menu{
  min-width: 150px;
  max-height: 200px;
  overflow-y: auto;
}

.ui-widget.ui-widget-content{
  border:1px solid #57B046;
  border-top: none;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  padding: 0;
}

.ui-menu .ui-menu-item{
  font-size:16px;
  border-bottom:1px solid #57B046;
}

.ui-menu .ui-menu-item:last-child{
  border:none;
}

.ui-menu .ui-menu-item-wrapper{
  position:relative;
  display:block;
  padding:10px 18px !important;
  font-size:16px;
  line-height:28px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-state-active, .ui-widget-content .ui-state-active{
  background: #252525;
  font-weight: 400;
  border: none;
  border-bottom:1px solid #57B046;
  margin: 0;
}

/*** 

====================================================================

  Main Header style

====================================================================

***/

.main-header{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0px 0px;
  background: #f4f7fc;
  min-height: 60px;
  font-family: 'Open Sans', sans-serif;
  z-index: 999;
}

.main-header .auto-container{
  max-width: 1640px;
}

.main-header ul,
.main-header ul li,
.main-header ol,
.main-header ol li{
  list-style: none;
  margin: 0 0;
}

.main-header .main-box{
  position: relative;
  padding: 0px;
}

.main-header .main-box .logo-box{
  position: relative;
  display: block;
  float: left;
  padding: 40px 0px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  z-index: 5;
}

.main-header .main-box .logo-box .logo{
    position: relative;
    display: block;
}

.main-header .main-box .logo-box .logo img{
  position: relative;
  height: 70px;
  z-index: 1;
}

/*** 

====================================================================
  Banner Slider Section
====================================================================

***/

.banner-section{
  position: relative;
  padding: 20px 0 0;
  background: #f4f7fc;
  z-index: 1;
}

.banner-section ul,
.banner-section ul li{
  list-style: none;
  margin: 0 0;
}

.banner-section .floated-text{
  position: absolute;
  right: 0;
  top: 40px;
  width: 60px;
  height: 450px;
}

.banner-section .floated-text .f-text{
  position: absolute;
  left: 50px;
  bottom: 0;
  width: 450px;
  height: 40px;
  font-size: 18px;
  color: #707070;
  transform: rotate(-90deg);
  transform-origin: left bottom;
}

.banner-section .content-box{
  position: relative;
}

.banner-section .upper-content{
  position: relative;
}

.banner-section .upper-content h1{
  position: relative;
  font-weight:800;
  font-size: 60px;
  color: #004000;
  line-height:1.25em;
  margin:0px 0px 60px;
}

.banner-section .left-col{
  position: relative;
}

.banner-section .left-col .inner{
  position: relative;
  display: block;
  padding-right: 50px;
  padding-top: 80px;
}

.banner-section .left-col h2{
  position: relative;
  font-weight:800;
  font-size: 40px;
  color: #57B046;
  line-height:1.25em;
  margin:0px 0px;
}

.banner-section .left-col .link-box{
  position: relative;
  display: block;
  padding-top: 50px;
}

.banner-section .banner-btn{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  line-height: 30px;
  padding: 20px 120px 20px 40px;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  background: #57B046;
  border-radius: 4px;
  overflow: hidden;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.banner-section .banner-btn .txt{
  position: relative;
  display: block;
  padding-right: 25px;
  z-index: 1;
}

.banner-section .banner-btn .icon{
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 100%;
  background: #004000;
  font-size: 32px;
  line-height: 30px;
  padding: 20px 10px;
  display: block;
  z-index: 1;
}

.banner-section .banner-btn:hover{
  color: #ffffff;
  opacity: 0.70;
}

.banner-section .right-col{
  position: relative;
}

.banner-section .right-col .inner{
  position: relative;
  display: block;
}

.banner-section .right-col .image{
  position: relative;
  display: block;
  margin-bottom: -120px;
  border-radius: 10px;
}

.banner-section .right-col .image img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
}

.banner-section .lower-content{
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
}

.banner-section .lower-content .row{
  margin: 0 -8px;
}

.banner-section .lower-block{
  position: relative;
  margin-bottom: 20px;
}

.banner-section .lower-content .row .lower-block{
  padding: 0 8px;
}

.banner-section .lower-block .inner{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 50px 35px;
  min-height: 100%;
  border-radius: 10px;
}

.banner-section .lower-block h4{
  font-size: 20px;
  font-weight: 700;
  color: #57B046;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.banner-section .lower-block .area{
  font-size: 40px;
  font-weight: 800;
  color: #004000;
  text-transform: uppercase;
  line-height: 1.2em;
}

.banner-section .lower-block .features{
  position: relative;
}

.banner-section .lower-block .features ul li{
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
}

.banner-section .lower-block .features ul li:last-child{
  margin-bottom: 0;
}

.banner-section .lower-block .features ul li:before{
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  color: #57B046;
  font-weight: 500;
}

/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer{
  position: relative;
  padding: 170px 0px 50px;
  background: #004000;
  color: #ffffff;
}

.main-footer ul,
.main-footer ul li,
.main-footer ol,
.main-footer ol li{
  list-style: none;
  margin: 0 0;
}

.main-footer h2{
  position: relative;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 60px;
}

.main-footer .footer-col{
  position: relative;
  margin-bottom: 40px;
}

.main-footer .info-col{
  position: relative;
}

.main-footer .info-col li{
  position: relative;
  min-height: 36px;
  line-height: 36px;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.main-footer .info-col li:last-child{
  margin-bottom: 0;
}

.main-footer .info-col li a{
  color: #ffffff;
}

.main-footer .info-col li .icon{
  position: relative;
  display: inline-block;
  width: 60px;
}

.main-footer .info-col li .icon img{
  max-height: 36px;
}

.main-footer .info-col li.phone .icon img{
  height: 36px;
}

.main-footer .info-col li.email .icon img{
  height: 30px;
}

.main-footer .info-col li.address{
  line-height: 32px;
  font-size: 24px;
  padding-top: 24px;
}

.main-footer .links-col{
  position: relative;
  padding-top: 60px;
  padding-left: 50px;
}

.main-footer .links-col .sub-title{
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 50px;
}

.main-footer .links-col .links{
  position: relative;
  padding-left: 90px;
}

.main-footer .links-col .links li{
  position: relative;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.main-footer .links-col .links li:last-child{
  margin-bottom: 0;
}

.main-footer .links-col .links li a{
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  color: #ffffff;
}

.main-footer .links-col .gdpr-links li a{
  font-size: 16px;
  font-weight: 400;
}

.main-footer .links-col .gdpr-links li{
  margin-bottom: 10px;
}

.main-footer .gdpr-links{
  margin-top: 60px;
  font-weight: 400px;
}

