/*** General ***/
body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #626262;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:focus {
    text-decoration: none !important;
}

a:focus,
a:hover {
    color: #84ba3f;
    text-decoration: none !important;
}

a {
    outline: medium none !important;
    color: #84ba3f;
}

h2,
h3,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #363636;
    margin-top: 0px;
}

h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

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

p {
    font-weight: normal;
    line-height: 1.5;
    color: #626262;
}

*::-moz-selection {
    background: #84ba3f;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #84ba3f;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #84ba3f;
    color: #fff;
    text-shadow: none;
}

/*** Page section margin padding ***/
.page-section-ptb {
    padding: 80px 0;
}

.page-section-pt {
    padding: 80px 0 0;
}

/*** Text color ***/
.theme-color {
    color: #84ba3f;
}

.text-white {
    color: #fff;
}

/*** Row-eq-height And No Gutter ***/

/* Vertical Align */

[data-valign-overlay="middle"] {
    vertical-align: middle;
}


/*** Extra class ***/

.full-width {
    width: 100% !important;
}

section {
    background: #ffffff;
}

/*** Loading ***/
#pre-loader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
}

#pre-loader img {
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    margin: 0 auto;
}

/*** back to top ***/
#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: #fff;
    transition: all .5s ease-in-out;
    position: fixed;
    bottom: 105px;
    right: 15px;
    border-radius: 3px;
    z-index: 999;
    background: transparent;
    font-size: 14px;
    background: #84ba3f;
    width: 40px;
    height: 40px;
    text-align: center;
}

#back-to-top i {
    padding-top: 2px;
    font-size: 20px;
}

#back-to-top span {
    display: block;
    line-height: 8px;
    font-size: 11px;
}

/*** Margin top ***/

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}