@charset 'UTF-8';
/*************************
    General
*************************/
body {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

img {
    max-width: 100%;
}

a:focus,
a:hover {
    color: #619d09;
    text-decoration: none;
}

.form-control:focus {
    box-shadow: none;
}

a,
button,
input {
    outline: medium none;
    color: #aaaaaa;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    color: #474747;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    transition: all 0.3s ease 0s;
}

h1 {
    font-size: 36px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    display: inline-block;
}

p {
    color: #616161;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

/*************************
    Border Css
***********************/
.border {
    border: 1px solid #f1f1f1
}

.border-top {
    border-top: 1px solid #f1f1f1
}

.border-bottom {
    border: 1px solid #f1f1f1
}

.border-left {
    border: 1px solid #f1f1f1
}

.border-right {
    border: 1px solid #f1f1f1
}

/*************************
        Text color
*************************/
.text-green {
    color: #619d09;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

/*************************
       Text align
*************************/
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

/*************************
        Input
*************************/
input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
}

select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}

option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}

input:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
}

textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}

textarea:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
    outline: none;
}

::-moz-placeholder {
    color: #444;
    font-size: 13px;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/*************************
         Margin top
*************************/
.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-28 {
    margin-top: 28px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

/*************************
      Margin right
*************************/
.mr-0 {
    margin-right: 0px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.mr-70 {
    margin-right: 70px
}

.mr-80 {
    margin-right: 80px
}

.mr-90 {
    margin-right: 90px
}

.mr-100 {
    margin-right: 100px
}

.mr-110 {
    margin-right: 110px
}

.mr-120 {
    margin-right: 120px
}

.mr-130 {
    margin-right: 130px
}

.mr-140 {
    margin-right: 140px
}

.mr-150 {
    margin-right: 150px
}

/*************************
      Margin bottom
*************************/
.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}

/*************************
        Margin left
*************************/
.ml-0 {
    margin-left: 0
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.ml-70 {
    margin-left: 70px
}

.ml-80 {
    margin-left: 80px
}

.ml-90 {
    margin-left: 90px
}

.ml-100 {
    margin-left: 100px
}

.ml-110 {
    margin-left: 110px
}

.ml-120 {
    margin-left: 120px
}

.ml-130 {
    margin-left: 130px
}

.ml-140 {
    margin-left: 140px
}

.ml-150 {
    margin-left: 150px
}

/*************************
        Padding top
*************************/
.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}

/*************************
        Padding right
*************************/
.pr-0 {
    padding-right: 0
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.pr-90 {
    padding-right: 90px
}

.pr-100 {
    padding-right: 100px
}

.pr-110 {
    padding-right: 110px
}

.pr-120 {
    padding-right: 120px
}

.pr-130 {
    padding-right: 130px
}

.pr-140 {
    padding-right: 140px
}

/*************************
        Padding bottom
*************************/
.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-150 {
    padding-bottom: 150px
}

/*************************
        Padding left
*************************/
.pl-0 {
    padding-left: 0
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-80 {
    padding-left: 80px
}

.pl-90 {
    padding-left: 90px
}

.pl-100 {
    padding-left: 100px
}

.pl-110 {
    padding-left: 110px
}

.pl-120 {
    padding-left: 120px
}

.pl-130 {
    padding-left: 130px
}

.pl-140 {
    padding-left: 140px
}

.pl-150 {
    padding-left: 150px
}


/***************************
    Page section padding 
****************************/
.ptb-0 {
    padding: 0
}

.ptb-10 {
    padding: 10px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-35 {
    padding: 35px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-50 {
    padding: 50px 0
}

.ptb-60 {
    padding: 60px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-75 {
    padding: 75px 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-140 {
    padding: 140px 0
}

.ptb-150 {
    padding: 150px 0
}

.ptb-170 {
    padding: 170px 0
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
    margin: 0
}

.mtb-10 {
    margin: 10px 0
}

.mtb-15 {
    margin: 15px 0
}

.mtb-20 {
    margin: 20px 0
}

.mtb-30 {
    margin: 30px 0
}

.mtb-40 {
    margin: 40px 0
}

.mtb-50 {
    margin: 50px 0
}

.mtb-60 {
    margin: 60px 0
}

.mtb-70 {
    margin: 70px 0
}

.mtb-80 {
    margin: 80px 0
}

.mtb-90 {
    margin: 90px 0
}

.mtb-100 {
    margin: 100px 0
}

.mtb-110 {
    margin: 110px 0
}

.mtb-120 {
    margin: 120px 0
}

.mtb-130 {
    margin: 130px 0
}

.mtb-140 {
    margin: 140px 0
}

.mtb-150 {
    margin: 150px 0;
}

/*************************************
    Background variation set 
 **************************************/
/*colored background*/
.white-bg {
    background: #fff
}

.gray-bg {
    background: #f1f1f1
}

.green-bg {
    background: #619d09
}

.transparent-bg {
    background: transparent
}

/*Gradient Color*/
.gradient-color-1 {
    background: #619d09;
    /* Old browsers */
    background: -moz-linear-gradient(top, #619d09 0%, #619d09 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #619d09 0%, #619d09 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #619d09 0%, #619d09 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#619d09', endColorstr='#619d09', GradientType=0);
    /* IE6-9 */
}

.gradient-color-2 {
    background: #578d08;
    /* Old browsers */
    background: -moz-linear-gradient(top, #578d08 0%, #578d08 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #578d08 0%, #578d08 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #578d08 0%, #578d08 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#578d08', endColorstr='#578d08', GradientType=0);
    /* IE6-9 */
}

.gradient-color-3 {
    background: #457006;
    /* Old browsers */
    background: -moz-linear-gradient(top, #457006 0%, #457006 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #457006 0%, #457006 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #457006 0%, #457006 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#457006', endColorstr='#457006', GradientType=0);
    /* IE6-9 */
}

.gradient-color-4 {
    background: #304e04;
    /* Old browsers */
    background: -moz-linear-gradient(top, #304e04 0%, #304e04 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #304e04 0%, #304e04 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #304e04 0%, #304e04 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#304e04', endColorstr='#304e04', GradientType=0);
    /* IE6-9 */
}

/*Gradient Color*/
.bg-overlay-1,
.bg-overlay-2,
.bg-overlay-3,
.bg-overlay-4 {
    position: relative;
    display: block;
    overflow: hidden;
}

.bg-overlay-1::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(38, 62, 2, 0.87) 0%, rgba(42, 69, 3, 0.87) 20%, rgba(63, 102, 5, 0.87) 75%, rgba(69, 112, 6, 0.87) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(38, 62, 2, 0.87) 0%, rgba(42, 69, 3, 0.87) 20%, rgba(63, 102, 5, 0.87) 75%, rgba(69, 112, 6, 0.87) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(38, 62, 2, 0.87) 0%, rgba(42, 69, 3, 0.87) 20%, rgba(63, 102, 5, 0.87) 75%, rgba(69, 112, 6, 0.87) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de263e02', endColorstr='#de457006', GradientType=0);
    /* IE6-9 */
}

.bg-overlay-2::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -99;
}

.bg-overlay-3::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -99;
}

.bg-overlay-4::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: -moz-linear-gradient(top, rgba(96, 156, 9, 0.91) 0%, rgba(86, 139, 8, 0.91) 26%, rgba(59, 96, 5, 0.91) 74%, rgba(49, 79, 4, 0.91) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(96, 156, 9, 0.91) 0%, rgba(86, 139, 8, 0.91) 26%, rgba(59, 96, 5, 0.91) 74%, rgba(49, 79, 4, 0.91) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(96, 156, 9, 0.91) 0%, rgba(86, 139, 8, 0.91) 26%, rgba(59, 96, 5, 0.91) 74%, rgba(49, 79, 4, 0.91) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8609c09', endColorstr='#e8314f04', GradientType=0);
    /* IE6-9 */
}

/*image background*/
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9,
.bg-10 {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.bg-1 {
    background: url(../images/bg/1.png) repeat scroll 0 0 / cover;
}

.bg-2 {
    background: url(../images/bg/nursery-bg-6.webp) repeat scroll 0 0 / cover;
}


/* ----------- MENU ---------- */

.mobile-menu-area {
    display: none;
}

.main-menu nav ul {}

.main-menu nav ul li {
    display: inline-block;
}

.main-menu nav ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 28px 16px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.main-menu nav ul li:hover a {
    color: #474747;
}

.main-menu nav ul li>ul {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
    margin: 0;
    opacity: 0;
    padding: 15px 25px;
    position: absolute;
    text-align: left;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 210px;
    z-index: -9999;
    top: 180px;
}

.main-menu ul li ul li {
    display: block;
    overflow: hidden;
}

.main-menu ul li ul>li>a {
    border-bottom: 1px dotted #619d09;
    color: #555555;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    overflow: hidden;
    padding: 15px 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.main-menu ul li ul>li:last-child>a {
    border: medium none;
}

.main-menu ul li ul>li>a:hover {
    color: #619d09;
    margin-left: 4px;
}

.main-menu ul li ul>li>a i {
    margin-right: 10px;
}

.main-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    top: 76px;
}

/*Sticky Menu*/
.sticky {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #619d09 none repeat scroll 0 0;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.sticky .main-menu nav ul li a {
    padding: 20px 15px;
}

.sticky .main-menu ul li:hover ul {
    top: 60px;
}

.sticky .main-menu ul li ul>li>a {
    padding: 15px 0px;
}

/* ---------- SLIDER ---------- */



/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick.html');
    src: url('../fonts/slickd41d.html?#iefix') format('embedded-opentype'), url('../fonts/slick-2.html') format('woff'), url('../fonts/slick-3.html') format('truetype'), url('../fonts/slick-4.html#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: 45px;
    display: block;
    left: 370px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative;
}

.slick-dots li button {
    background: #d42f38 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 20px;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active button {
    opacity: 1;
    background: #fff none repeat scroll 0 0;
    width: 30px;
}

/* Slick Slider Text Css */
.hero-item {
    padding: 158px 0 0;
    background-size: cover;
}

.hero-item {
    position: relative;
    background-position: center center;
    aspect-ratio: 1500/500;
}

.hero-item .content {
    /* margin-top: 116px; */
    text-align: center;
}

.hero-item .content * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.hero-item .content .h1 {
    animation-delay: 0.8s;
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.hero-item .content p {
    animation-delay: 1.2s;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px;
    padding: 0 22%;
}

.hero-item .content a {
    animation-delay: 1.6s;
    border: 1px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    margin-left: 28px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    width: 150px;
    position: relative;
}

.hero-item .content a:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #000000;
    border-radius: 50px;
    opacity: 0.2;
    position: absolute;
    z-index: -1;
}

.hero-item .content a:hover {
    background-color: #619d09;
    color: #fff;
}

.hero-item .images {
    padding: 0;
    position: relative;
    width: 100%;
}

.hero-item .images img {
    position: absolute;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-item .images img[class^="icon-"] {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.hero-item .images img.main {
    animation-name: fadeOutDown;
    float: right;
    position: static;
}

.hero-item.slick-active h2 {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

.hero-item.slick-active h1 {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInUp;
}

.hero-item.slick-active p {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.hero-item.slick-active a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hero-item.slick-active img.main {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hero-item.slick-active img[class^="icon-"] {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.single {
    left: 185px;
    position: absolute;
    top: 24px;
}

.hero-item.slick-active .single * {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    animation-delay: 0.8s;
}

.single-two {
    position: absolute;
    right: 306px;
    top: -10px;
}

.hero-item.slick-active .single-two * {
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
    animation-delay: 0.8s;
}

.single-three {
    bottom: 140px;
    left: 0px;
    position: absolute;
}

.hero-item.slick-active .single-three * {
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    animation-delay: 0.8s;
}

/* ----------- FOOTER ----------------*/
.footer-content>p {
    color: #d7d7d7;
    margin: 20px 0;
}

.footer-social ul li a {
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.footer-social ul li a:hover {
    background: #fff;
    color: #619d09;
}

.address-area>h4,
.footer-top-right>h4 {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    padding-bottom: 10px;
    position: relative;
}

.contact-details li {
    font-weight: 300;
    margin-bottom: 20px;
    width: 100%;
}

.contact-details li:last-child {
    margin-bottom: 15px;
}

.address-area .contact-details ul li i {
    color: #fff;
    float: left;
    font-size: 16px;
    margin-right: 10px;
}

.contact-details a {
    color: #fff;
    font-weight: 400;
}

.contact-details p {
    color: #fff;
    display: block;
    font-size: 14px;
    margin: -5px 0 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
}

.search-input h5 {
    color: #ffffff;
    font-family: lato;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
}

.search-input form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    color: #999999;
    font-family: lato;
    font-size: 12px;
    height: 40px;
    padding: 5px 15px;
    position: relative;
}

.search-input {
    position: relative;
}

.search-input .search-button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #619d09;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 50px;
    bottom: 0;
}

.search-input .search-button:hover {
    color: #fff;
    background: #619d09;
}

.footer-intragram li {
    margin-bottom: 12px;
    margin-right: 7px;
}

.footer-intragram li:nth-child(3),
.footer-intragram li:nth-child(6) {
    margin-right: 0;
}

/* Mail Chimp */
.mailchimp-alerts {
    padding: 10px 0;
    position: absolute;
}

.mailchimp-submitting {
    color: #31708f
}

.mailchimp-success {
    color: #3c763d;
}

.mailchimp-error {
    color: #a94442;
}

.footer-bottom p,
.footer-bottom p a {
    color: #fff;
    margin: 0;
    transition: .3s;
}

.footer-bottom p a:hover {
    color: #616161;
}