
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/*

font-family: 'Open Sans', sans-serif;
font-family: 'Titillium Web', sans-serif;

*/

@import url("flaticon.css");
@import url("fontawesome-all.css");
@import url("owl.css");
@import url("jquery-ui.min.css");
@import url("mmenu.css");
@import url("jquery.fancybox.min.css");
@import url("jquery.bootstrap-touchspin.css");


/*** 

====================================================================
	Reset
====================================================================

***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/

body {
  font-size: 16px;
  color: #363636;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  margin:0px;
  background:none;
  font-weight: 600;
  line-height: 1.2em;
  font-family: 'Titillium Web', sans-serif;
}

h1 {font-size: 50px; }
h2 {font-size: 40px; }
h3 {font-size: 30px; }
h4 {font-size: 24px; }
h5 {font-size: 20px; }
h6 {font-size: 17px; }


section {
  position: relative;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  min-width: auto;
}

p,
.text {
  font-size: 17px;
  line-height: 26px;
  color: #333333;
  font-weight: 400;
  margin: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: 900px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.section{
  padding: 60px 0 30px;
}

.bg_alice {
  background-color: #f9fafc;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.fancybox-can-drag .fancybox-image-wrap {
  border: 10px solid #ffffff;
}

/***
=======================
   List Styles
=======================
***/


/* List Style Two */

.list-style-one {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.list-style-one li {
  position: relative;
  font-weight: 400;
  padding-left: 25px;
  margin-bottom: 5px;
}

.list-style-one li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #7fc540;
  font-weight: 900;
  font-size: 14px;
}

/* List Style Two */

.list-style-two {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.list-style-two li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #363636;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 5px;
}

.list-style-two li:before {
  position: absolute;
  top: 10px;
  left: 0;
  height: 7px;
  width: 7px;
  background-color: #7fc540;
  border-radius: 50%;
  content: "";
}

.list-style-two.light li {
  font-weight: 300;
}

/*** 
==========================
	Social Icons
==========================
***/

.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.social-icon-one li {
  position: relative;
  margin-right: 10px;
}

.social-icon-one li:last-child{
  margin-right: 0;
}

.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #777777;
  height: 30px;
  width: 30px;
  border: 1px solid transparent;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-icon-one li a:hover {
  background-color: #7fc540;
  border-color: #7fc540;
  color: #ffffff;
}

.social-icon-one.light li a{
  color: #ffffff;
}

.social-icon-one.light li a:hover{
  color: #000000;
}

/* Social Icon Two*/

.social-icon-two {
  position: relative;
  display: flex;
}

.social-icon-two li {
  position: relative;
  margin-right: 15px;
}

.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #dddde1;
  height: 35px;
  width: 35px;
  border: 1px solid #ffffff;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two li a:hover {
  background-color: #7fc540;
  border-color: #7fc540;
  color: #ffffff;
}

/* Social Icon Three*/

.social-icon-three{
  position: relative;
  display: flex;
}

.social-icon-three li {
  position: relative;
  margin-right: 15px;
}

.social-icon-three li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #000000;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 11px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #f6f5fe;
  justify-content: center;
  align-items: center;
}

.social-icon-three li a:hover {
  background-color: #00000025;
  border-color: #00000025;
  color: #7fc540;
}

/* Social Icon Four*/

.social-icon-four{
  position: relative;
  display: flex;
}

.social-icon-four li {
  position: relative;
  margin-right: 15px;
}

.social-icon-four li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #777777;
  height: 35px;
  width: 35px;
  border: 1px solid #e1e1e1;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-four li a:hover {
  background-color: #ef5b3f;
  border-color: #ef5b3f;
  color: #ffffff;
}

/* Social Icon Five*/

.social-icon-five{
  position: relative;
  display: flex;
}

.social-icon-five li {
  position: relative;
  margin-right: 15px;
}

.social-icon-five li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #777777;
  height: 35px;
  width: 35px;
  border: 1px solid #e1e1e1;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-five li a:hover {
  background-color: #7fc540;
  border-color: #7fc540;
  color: #ffffff;
}

/*** 
==========================
  Social Icons Colored
==========================
***/

.social-icon-colored{
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.social-icon-colored li {
  position: relative;
  margin-left: 10px;
}

.social-icon-colored li:first-child{
  margin-left: 0;
}

.social-icon-colored li a{
  position: relative;
}

.social-icon-colored li a span{
  position: relative;
  display: block;
  font-size: 18px;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-colored li a:hover span {
  box-shadow: 0 5px 10px rgba(0,0,0,.20);
}

.social-icon-colored .fa-whatsapp {
    background-color: #25d366;
}

.social-icon-colored .fa-adn {
    background-color: #504e54;
}

.social-icon-colored .fa-apple {
    background-color: #aeb5c5;
}

.social-icon-colored .fa-android {
    background-color: #A5C63B;
}

.social-icon-colored .fa-bitbucket,
.social-icon-colored .fa-bitbucket-square {
    background-color: #003366;
}

.social-icon-colored .fa-bitcoin,
.social-icon-colored .fa-btc {
    background-color: #F7931A;
}

.social-icon-colored .fa-css3 {
    background-color: #1572B7;
}

.social-icon-colored .fa-dribbble {
    background-color: #F46899;
}

.social-icon-colored .fa-dropbox {
    background-color: #018BD3;
}

.social-icon-colored .fa-facebook,
.social-icon-colored .fa-facebook-f,
.social-icon-colored .fa-facebook-square {
    background-color: #3C599F;
}

.social-icon-colored .fa-flickr {
    background-color: #FF0084;
}

.social-icon-colored .fa-foursquare {
    background-color: #0086BE;
}

.social-icon-colored .fa-github,
.social-icon-colored .fa-github-alt,
.social-icon-colored .fa-github-square {
    background-color: #070709;
}

.social-icon-colored .fa-google-plus,
.social-icon-colored .fa-google-plus-square {
    background-color: #CF3D2E;
}

.social-icon-colored .fa-html5 {
    background-color: #E54D26;
}

.social-icon-colored .fa-instagram {
    background-color: #A1755C;
}

.social-icon-colored .fa-linkedin,
.social-icon-colored .fa-linkedin-in,
.social-icon-colored .fa-linkedin-square {
    background-color: #0085AE;
}

.social-icon-colored .fa-linux {
    background-color: #FBC002;
    color: #333;
}

.social-icon-colored .fa-maxcdn {
    background-color: #F6AE1C;
}

.social-icon-colored .fa-pagelines {
    background-color: #241E20;
    color: #3984EA;
}

.social-icon-colored .fa-pinterest,
.social-icon-colored .fa-pinterest-p,
.social-icon-colored .fa-pinterest-square {
    background-color: #CC2127;
}

.social-icon-colored .fa-renren {
    background-color: #025DAC;
}

.social-icon-colored .fa-skype {
    background-color: #01AEF2;
}

.social-icon-colored .fa-stack-exchange {
    background-color: #245590;
}

.social-icon-colored .fa-stack-overflow {
    background-color: #FF7300;
}

.social-icon-colored .fa-trello {
    background-color: #265A7F;
}

.social-icon-colored .fa-tumblr,
.social-icon-colored .fa-tumblr-square {
    background-color: #314E6C;
}

.social-icon-colored .fa-twitter,
.social-icon-colored .fa-twitter-square {
    background-color: #32CCFE;
}

.social-icon-colored .fa-vimeo-square {
    background-color: #229ACC;
}

.social-icon-colored .fa-vk {
    background-color: #375474;
}

.social-icon-colored .fa-weibo {
    background-color: #D72B2B;
}

.social-icon-colored .fa-windows {
    background-color: #12B6F3;
}

.social-icon-colored .fa-xing,
.social-icon-colored .fa-xing-square {
    background-color: #00555C;
}

.social-icon-colored .fa-youtube,
.social-icon-colored .fa-youtube-play,
.social-icon-colored .fa-youtube-square {
    background-color: #C52F30;
}

/***

====================================================================
  Fun Fact Section
====================================================================

***/

.fun-fact-section{
  position: relative;
  background-color: #ffffff;
  padding: 50px 0 20px;
  box-shadow: 0 0 30px rgba(0,0,0,0.06);
  z-index: 1;
}

.fun-fact-section .counter-column{
  position:relative;
  margin-bottom:30px;
}

.fun-fact-section .count-box{
  position: relative;
  text-align: center;
}

.fun-fact-section .count-box .icon-box{
  display: inline-block;
  position: relative;
  height: 140px;
  width: 140px;
  font-size: 54px;
  line-height: 160px;
  color: #7fc540;
  border-radius: 50%;
  margin-bottom: 15px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #DDF0D3;
}

.fun-fact-section .count-box:hover .icon-box{
  background-color:#DDF0D3 !important;
  color: #ffffff;
}
.fun-fact-section .icon-box img{
  width: 70px;
  height: 100px;
  margin-bottom: 0px;
}

.fun-fact-section .count-box .counter-title{
  position: relative;
  display: block;
  font-size:16px;
  line-height: 24px;
  font-weight:600;
  color:#666666;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fun-fact-section .count-box .count-text{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
  Fun Fact Section Four
====================================================================

***/

.fun-fact-section-four{
  position: relative;
  padding: 50px 0 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.fun-fact-section-four:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #87c94c;
  content: "";
  opacity: .95;
}

.fun-fact-section-four .counter-column{
  position:relative;
  margin-bottom:50px;
}

.fun-fact-section-four .count-box{
  position: relative;
  text-align: center;
}

.fun-fact-section-four .count-box .counter-title{
  position: relative;
  display: block;
  font-size:18px;
  line-height: 24px;
  font-weight:700;
  color:#ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fun-fact-section-four .count-box .count-text{
  position: relative;
  display: block;
  font-size: 64px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}

/*** 

====================================================================
Content Elements
====================================================================

***/

.content-elements {
  position: relative;
  padding: 120px 0 120px;
}

.content-elements .sec-title{
  margin-bottom: 50px;
}

.typography{
  position: relative;
  margin-bottom: 30px;
}

.content-elements hr.divider-one {
    margin-top: 0px !important;
    margin-bottom: 80px !important;
}

.typography h1:not(:first-child) {
  margin-top: 35px; 
}

.typography h1:not(:last-child) {
  margin-bottom: 35px; 
}

.typography h2:not(:first-child) {
  margin-top: 30px; 
}

.typography h2:not(:last-child) {
  margin-bottom: 30px; 
}

.typography h3:not(:first-child) {
  margin-top: 25px; 
}

.typography h3:not(:last-child) {
  margin-bottom: 25px; 
}

.typography h4:not(:first-child) {
  margin-top: 22px; 
}

.typography h4:not(:last-child) {
  margin-bottom: 22px; 
}

.typography h5:not(:first-child) {
  margin-top: 19px; 
}

.typography h5:not(:last-child) {
  margin-bottom: 19px; 
}

.typography h6:not(:first-child) {
  margin-top: 15px; 
}

.typography h6:not(:last-child) {
  margin-bottom: 15px; 
}

.typography p:not(:last-child) {
  margin: 0 0 1.7em;
  padding: 0; 
}

.typography p:not(:last-child):empty {
    margin: 0; 
}

.content-elements .buttons{

}

.content-elements .buttons .column{
  margin-bottom: 30px;
}

.content-elements .buttons .theme-btn{
  margin-right: 3px;
  margin-bottom: 5px;
}

.content-elements .buttons .theme-btn:last-child{
  margin-right: 0;
}

/*==========================
  Message Box
===========================*/

.message-box{
    position: relative;
    padding: 16px 10px;
    min-height: 50px;
    margin-bottom: 30px;
    border-radius: 50px 0 0 50px;
}

.message-box p{
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

.message-box h4{
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.message-box h4 a{
  text-decoration: underline;
}

.message-box a{
    color: #ffffff;
    text-decoration: underline;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.message-box .close-btn{
    position: absolute;
    display: block;
    z-index: 1;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 50px;
    background: rgba(0,0,0,0.1);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.message-box .close-btn .icon{
  color: #ffffff;
  font-size: 18px;
  opacity: .7;
}

.message-box .close-btn:hover{
    background: rgba(0,0,0,0.2);
}

.message-box.with-icon {
    padding-left: 50px;
    padding-right: 65px;
}

.message-box .icon-box{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 30px;
    color: #24bb79;
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: -15px;
}

.message-box .icon-box .icon {
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #24bb79;
}

/* Message Info */

.message-box.info{
  border-color: #5bc0de;
  background-color: #5bc0de;
}

.message-box.info h4,
.message-box.info a{
  color: #ffffff;
}

.message-box.info .icon-box .icon {
  color: #5bc0de;
}

/* Message success */

.message-box.success{
  border-color: #5cb85c;
  background-color: #5cb85c;
}

.message-box.success h4,
.message-box.success a{
  color: #ffffff;
}

.message-box.success .icon-box .icon {
  color: #5cb85c;
}

/* Message warning */

.message-box.warning{
  border-color: #f0ad4e;
  background-color: #f0ad4e;
}

.message-box.warning h4,
.message-box.warning a{
  color: #ffffff;
}

.message-box.warning .icon-box .icon {
  color: #f0ad4e;
}

/* Message Error */

.message-box.error{
  border-color: #d9534f;
  background-color: #d9534f;
}

.message-box.error h4,
.message-box.error a{
  color: #ffffff;
}

.message-box.error .icon-box .icon {
  color: #d9534f;
}

/*==========================
	Default Tabs
===========================*/

.default-tabs {
  position: relative;
  overflow: hidden;
  /* border: 1px solid #dddde1; */
  margin-bottom: 30px;
}

.default-tabs .tab-buttons {
  position: relative;
  padding: 10px 10px;
  background: #7fc540;
  border-radius: 5px;
}

.default-tabs .tab-buttons li {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 16px;
  padding: 11px 24px;
  color: #ffffff;
  line-height: 20px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-tabs .tab-buttons li.active-btn {
  background-color: #ffffff;
  color: #7fc540;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
  padding: 25px 25px;
  background-color: #ffffff;
}

.default-tabs .tabs-content p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

/* Style Two */

.default-tabs.style-two .tab-buttons{
  background: #ffffff;
  padding: 0 10px;
  border-bottom: 1px solid #dddde1;
}

.default-tabs.style-two .tab-buttons li{
  padding: 20px 24px;
  color: #5c6770;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}

.default-tabs.style-two .tab-buttons li.active-btn{
  color: #7fc540;
  border-color: #7fc540;
}

/*==========================
Accordian Box
===========================*/

.accordion-box {
  position: relative;
  margin-bottom: 30px;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  padding: 15px 20px;
  padding-left: 24px;
  line-height: 30px;
  color: #222222;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active {
  background: #7fc540;
  color: #ffffff;
}

.accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #222;
  font-size: 12px;
  border-radius: 50px;
  transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active .icon{
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  color: #ffffff;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  padding: 30px 25px 15px;
}

.accordion-box .block .content p{
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #5c6770;
  font-weight: 400;
  margin-bottom: 26px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.accordion-box .block .content p:last-child{
  margin-bottom: 0;
}

.accordion-box.style-two .active-block{
  background-color: #7fc540;
}

.accordion-box.style-two .acc-btn.active{
  background-color: #ffffff !important;
  color: #222222;
}

.accordion-box.style-two .block .content p{
  color: #ffffff;
}

.accordion-box.style-two .block .acc-btn.active .icon{
  color: #222222;
}

/*==========================
default table
===========================*/

.default-table{
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  min-width: 600px;
}

.default-table thead{
  background: #7fc540;
  color: #ffffff;
}

.default-table thead th{
  position: relative;
  padding: 20px 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}

.default-table tbody tr{
  position: relative;
  border-bottom: 1px solid #ededed;
}

.default-table tr td{
  position: relative;
  padding: 26px 30px;
  font-size: 16px;
  color: #5c6770;
  font-weight: 400;
}

.content-elements .btn-column{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-elements .btn-column .theme-btn{
  margin-bottom: 20px;
}

/*======================
Theme Btn
=======================*/

.theme-btn{
  display:inline-block;
  text-align: center;
  border-radius: 5px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.theme-btn .btn-title{
  position: relative;
  z-index: 9;
  color: inherit;
}

.theme-btn span:not(.btn-title){
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 100%;
  border-radius: 50%;
  transform: translateY(150%);
  transition: all 500ms ease;
  background-color: #ffffff;
  z-index: 0;
}

.theme-btn span:nth-child(2){
  left: 20%;
  transition-delay: 100ms;
}

.theme-btn span:nth-child(3){
  left: 40%;
  transition-delay: 200ms;
}

.theme-btn span:nth-child(4){
  left: 60%;
  transition-delay: 300ms;
}

.theme-btn span:nth-child(5){
  left: 80%;
  transition-delay: 400ms;
}

.theme-btn:hover span{
  transform: translateY(0) scale(2);
}

/*Btn Style One*/

.btn-style-one{
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  background: #7fc540;
  overflow: hidden;
  min-width: 150px;
}

.btn-style-one:hover{
  color: #7fc540;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

/*Btn Style One*/

.btn-style-two{
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: #7fc540;
  padding: 10px 40px;
  font-weight: 600;
  background: #ffffff;
  overflow: hidden;
  min-width: 170px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-two:hover{
  color: #ffffff;
  box-shadow: 0 10px 15px rgba(0,0,0,0.09);
}

.btn-style-two span:not(.btn-title){
  background: #7fc540;
}

/*Btn Style Three*/

.btn-style-three{
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 40px;
  font-weight: 600;
  background: #222222;
  overflow: hidden;
  min-width: 170px;
}

.btn-style-three:hover{
  color: #222222;
  box-shadow: 0 10px 15px rgba(0,0,0,0.09);
}

/*Btn Style Four*/

.btn-style-four{
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: #222222;
  padding: 10px 40px;
  font-weight: 600;
  background: #ffffff;
  overflow: hidden;
  min-width: 170px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-four:hover{
  color: #ffffff;
  box-shadow: 0 10px 15px rgba(0,0,0,0.09);
}

.btn-style-four span:not(.btn-title){
  background: #222222;
}

.theme-btn.large {
  padding: 15px 70px;
  min-width: 20px;
  font-size: 18px;
  line-height: 30px;
}

.theme-btn.small {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 5px;
  min-width: 100px;
}

/*==========================
Owl Carousel Arrows
===========================*/

.owl-carousel.no-arrows .owl-nav{
  display: none;
}

.default-arrows .owl-nav{
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  opacity: 0;
  margin-top: -22px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.default-arrows:hover .owl-nav{
  opacity: 1;
}

.default-arrows .owl-next,
.default-arrows .owl-prev{
  position: absolute;
  left: -50px;
  top: 0;
  height: 45px;
  width: 45px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  line-height: 45px;
  border-radius: 7px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.default-arrows .owl-next{
  left: auto;
  right: -50px;
}

.default-arrows:hover .owl-next{right: 30px;}
.default-arrows:hover .owl-prev{left: 30px;}

.default-arrows .owl-next:hover,
.default-arrows .owl-prev:hover{
  background: #ffffff;
  color: #7fc540;
  box-shadow: 0 5px 20px rgba(0,0,0,0.10);
}

.default-arrows.dark .owl-next,
.default-arrows.dark .owl-prev{
  background-color: rgba(0,0,0,0.20);
}

.default-arrows.dark .owl-next:hover,
.default-arrows.dark .owl-prev:hover{
  background-color: #ffffff;
}

.owl-carousel.disable-arrow .owl-nav{
  display: none;
}

.owl-carousel.disable-dots .owl-dots{
  display: none;
}

.default-dots .owl-dots{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.default-dots .owl-dot{
  position: relative;
  height: 8px;
  width: 8px;
  background-color: #000000;
  margin: 0 4px;
  border-radius: 10px;
  transition: all 300ms ease;
}

.default-dots .owl-dot.active{
  width: 32px;
  background-color: #7fc540;
}

.default-dots.light .owl-dot{
  background-color: #ffffff !important;
}

.theme_color {
  color: #7fc540;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/*==========================
	Preloader
  ===========================*/

.preloader{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fafafa;
  z-index: 9999;
  background-image: url(../images/icons/page-loader.gif);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
}

.preloader:before{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  color: #7fc540;
  font-size: 1.2em;
  opacity: .30;
  font-weight: 700;
  letter-spacing: 1px;
  content: "Loading";
  text-transform: uppercase;
  transition: none;
}


img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

hr {
  -webkit-appearance: none;
  position: relative;
  height: 1px;
  margin: 30px auto;
  background: #e6e8ed;
  border-style: none;
  outline-style: none;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

/*=== Default Form ===*/

.default-form {
  position: relative;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.default-form .form-group:last-child {
  margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="number"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="url"],
.default-form .form-group textarea,
.default-form .form-group select {
  position: relative;
  width: 100%;
  display: block;
  color: #5c6770;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 20px;
  height: 52px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
  border-color: #7fc540;
}

.default-form .form-group textarea {
  height: 184px;
  resize: none;
  padding-top: 15px;
}

.default-form .form-group input[type="submit"],
.default-form .form-group button {
  position: relative;
  display: inline-block;
  min-width: 160px;
}

.default-form input.error:focus,
.default-form select.error:focus,
.default-form textarea.error:focus {
  border-color: #ff0000;
}

.default-form label.error {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 24px;
  color: #ff0000;
  margin-bottom: 0;
}

.default-form .form-group .icon{
  position: absolute;
  right: 20px;
  bottom: 0;
  color: #9fa9b8;
  font-size: 14px;
  line-height: 54px;
}

/*** 

====================================================================
  Scroll To Top
====================================================================

***/

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #ffffff;
  background-color: #7fc540;
  line-height: 40px;
  text-align: center;
  display: none;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,0.10);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-now {
  position: relative;
  display: inline-block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-now .icon{
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background-color: #ffffff;
  color: #222222;
  z-index: 1;
  font-size: 42px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
  -moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
  box-shadow: 0  0px 10px 0 rgba(255, 255, 255, .3);
  -webkit-transform-origin:center; 
  transform-origin:center; 
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
  70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} 


/*** 

====================================================================
  Main Header
====================================================================

***/

.main-header{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  border-top: 10px solid #7fc540;
}

/* Header Top */

.header-top{
  position: relative;
}

.header-top .inner-container{ 
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .top-left{
  position: relative;
}

.header-top .top-left .contact-list{
  position: relative;
  padding: 15px 0;
}

.header-top .top-left .contact-list li{
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  font-weight: 400;
  margin-right: 30px;
}

.header-top .top-left .contact-list li:last-child{
  margin-right: 0;
}

.header-top .top-left .contact-list li i{
  float: left;
  font-size: 20px;
  line-height: 20px;
  margin-right: 8px;
  color: #7fc540;
}

.header-top .top-left .contact-list li a{
  color: #7fc540;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-top .top-right{
  position: relative;
  float: right;
}

/* Header Lower */
.main-header .header-lower{
  position: relative;
}

.main-header .main-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
}

.main-header .main-box:before{
  position: absolute;
  left: 0;
  right: 60px;
  height: 100%;
  background: #f5f5f5;
  content: "";
  border-radius: 50px;
  border: 1px solid #dddde1;
}

.main-header .nav-outer {
  position: static;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.main-header .logo-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.main-header .logo {
  position: relative;
  z-index: 9;
  padding: 15px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .menu-box {
  position: static;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.main-menu {
  position: static;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: static;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.main-menu .navigation > li {
  position: relative;
  margin-right: 30px;
  padding: 20px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > span,
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #222222;
  cursor: pointer;
  font-family: "Titillium Web", sans-serif;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li.current  span.current,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current > span {
  color: #7fc540;
}

.main-menu .navigation > li.dropdown > span {
  padding-right: 10px;
}

.main-menu .navigation > li.dropdown > span:after {
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  display: block;
  line-height: 20px;
  font-size: 12px;
  font-weight: 900;
  color: #222222;
  z-index: 5;
}

.main-menu .navigation > li > a > span {
  position: relative;
}

.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  opacity: 0;
  z-index: 1;
  min-width: 200px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -ms-box-shadow: 0 0 45px hsla(0, 0%, 65.1%, .25);
  -o-box-shadow: 0 0 45px hsla(0, 0%, 65.1%, .25);
  box-shadow: 0 0 45px hsla(0, 0%, 65.1%, .25);
}

.main-menu .navigation > li > ul:before {
  position: absolute;
  left: 20px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  content: "";
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}

.main-menu .navigation > li > ul .from-right {
  left: auto;
  right: 100%;
  margin-right: 2px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  display: block;
  z-index: 1;
  clear:both;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > span,
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #363636;
  white-space: nowrap;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu .navigation > li.current.dropdown > span:after,
.main-menu .navigation > li li > a:hover,
.main-menu .navigation > li > ul > li > ul > li.current > a,
.main-menu .navigation > li > ul > li.current > a {
  color: #7fc540;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 0;
  min-width: 200px;
  margin-top: -40px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #363636;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li > ul > li > span:hover {
  color: #5c6770;
}

.main-menu .navigation > li > ul > li.dropdown > span:before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: block;
  color: inherit;
  line-height: 20px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

/* Search btn */
.main-header .search-btn{
  position: relative;
  height: 40px;
  width: 40px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 40px;
  font-size: 14px;
  color: #222222;
  box-shadow: 0 5px 10px rgba(0,0,0,0.10);
}

.main-header .theme-btn{
  margin-left: 30px;
}

/* Cart btn */

.main-header .cart-btn{
  position: relative;
  display: block;
  z-index: 1;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
}

.main-header .cart-btn .count {
  position: absolute;
  right: -7px;
  top: -4px;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  color: #ffffff;
  background-color: #7fc540;
  border-radius: 50%;
}

/*** 

====================================================================
	Sticky Header
====================================================================

***/

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.sticky-header .main-box{
  padding: 0;
  margin: 0;
}

.sticky-header .outer-box,
.sticky-header .main-box:before{
  display: none;
}

.main-header .sticky-header .main-menu .navigation > li.current > a{
  color: #7fc540;
}

.header-style-two .sticky-header .logo-box:before{
  display: none;
}

/*** 

====================================================================
	Mobile Header
====================================================================

***/

.mobile-header {
  position: relative;
  padding: 13px 15px;
  display: none;
  z-index: 99;
}

.mobile-header:after {
  display: table;
  clear: both;
  content: "";
}

.mobile-header .logo {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 !important;
  left: 0;
}

.mobile-header .logo img {
  max-height: 50px;
}

.mobile-header .nav-outer {
  position: relative;
  float: right;
  margin-top: 5px;
}

.mobile-header .outer-box {
  position: relative;
  float: right;
}

.mobile-header .search-box {
  margin: 0;
}

.mobile-header .cart-btn {
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.10);
}

.mobile-header .cart-btn{
  margin-left: 10px;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
  margin-left: 20px;
  color: #7fc540;
  -webkit-box-ordinal-group: 4;
  order: 3;
  display: none;
}

.mm-panels .mm-counter {
  position: absolute;
  right: 45px;
  top: 50%;
  text-indent: 0;
  display: block;
  margin-top: -10px;
  background-color: #999999;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  padding: 0;
}

.mm-navbar__title>span{
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 600;
}

.mm-listview .current{
  background-color: rgba(0,0,0,0.10);
}

#toggle-user-sidebar{
  margin-left: 20px;
}

#toggle-user-sidebar .thumb{
  display: block;
  height: 30px;
  width: 30px;
  border: 2px solid rgba(255,255,255,.15);
  border-radius: 50%;
}

.mm-add-listing{
  margin-top: 30px;
  padding: 0 10px;
  border: transparent;
  display: none;
}

.mm-add-listing .theme-btn{
  width: auto;
  min-width: auto;
  flex: 0 0 auto;
  color: #7fc540 !important;
  border-radius: 50px;
  line-height: 25px;
  font-weight: 400;
}

.mm-add-listing .theme-btn span{
  margin-left: 0;
  margin-right: 10px;
}

/*** 

====================================================================
  Header Style Three
====================================================================

***/

.header-style-three{
  position: relative;
  border: 0;
  /* box-shadow: 0 0 30px rgba(0,0,0,0.10); */
}

/*== Header Top Three ==*/

.header-top-three{
  position: relative;
}

.header-top-three .inner-container{ 
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top-three{
  position: relative;
  background-color: #ef5b3f;
}

.header-top-three .top-left{
  position: relative;
  margin-right: 50px;
}

.header-top-three .top-left .contact-list{
  position: relative;
  padding: 5px 0;
}

.header-top-three .top-left .contact-list li{
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 30px;
}

.header-top-three .top-left .contact-list li:last-child{
  margin-right: 0;
}

.header-top-three .top-left .contact-list li i{
  float: left;
  font-size: 20px;
  line-height: 20px;
  margin-right: 8px;
  color: #ffffff;
}

.header-top-three .top-left .contact-list li a{
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-top-three .top-right{
  position: relative;
  float: right;
}

.header-style-three .main-box{
  margin-bottom: 0;
  padding-left: 0;
}

.header-style-three .main-box:before{
  display: none;
}

/*** 

====================================================================
  Page Title
====================================================================

***/

.page-title{
  position: relative;
  padding: 40px 0px;
  background-repeat: no-repeat;
  background-position: right;
  /* background-size: cover; */
  text-align: left;
  z-index: 2;
  background-image: linear-gradient(to bottom,#F9F9F9,#EAEAEA);
}

.page-title:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
 /* background-color: #ffffff;*/
  content: "";
  opacity: .50;
}

.page-title .title-outer{
  position: relative;
  display: inline-block;

  border-radius: 10px;


}

.page-title h1{
    color: #7fc540;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0px;
    word-break: break-word;
}

.page-title .title_divider{
  display: inline-block;
  width: 30px;
  height: 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  background: #cbcfd4;
}

.page-breadcrumb{
  font-size: 15px;
  line-height: initial;
  margin: 5px -15px 10px;
}

.page-breadcrumb li{
  position:relative;
  display:inline-block;
  color:rgba(0,0,0,0.75);
  font-size:18px;
  font-weight:500;
  padding: 0 18px;
  line-height: 24px;
  text-transform:capitalize;
}

.page-breadcrumb li:after{
  position: absolute;
  top: 0;
  right: -10px;
  content: "\f179";
  font-family: 'flaticon';
  display: inline-block;
  font-size: 18px;
  color: #000;
}

.page-breadcrumb li:last-child::after{
  display: none;
}

.page-breadcrumb li a{
  color:rgba(0,0,0,0.75);
  text-transform: capitalize;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
  opacity: .9;
  color: #7fc540;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title2 {
  position: relative;
}

.sec-title2 h1 {
  position: relative;
  font-weight:700;
} 
.sec-title2 h1::before {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 50px;
  height: 10px;
  transform: skew(-45deg) translateX(-50%);
  background: #7FC540;
}

.sec-title {
  position: relative;
  margin-bottom: 70px;
}

.sec-title .sub-title{
  display: block;
  font-size: 18px;
  color: #666666;
  margin-bottom: 15px;
}

.sec-title .title{
  font-size: 16px;
  color: #666666;
}

.sec-title h2 {
  display: block;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
}

.sec-title .text,
.sec-title p{
  position: relative;
  margin-top: 10px;
}

.sec-title .divider{
  position: relative;
  display: block;
  width: 60px;
  height: 20px;
  margin-top: 30px;
}

.sec-title .divider svg{
  display: block;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  fill: #7fc540;
}

.sec-title.text-center .divider{
  margin: 30px auto 0;
}

.sec-bottom-text{
  position: relative;
  text-align: center;
  font-size: 14px;
  color: 666666;
  line-height: 24px;
  margin-top: 15px;
}

.sec-bottom-text a{
  color: #7fc540;
}

.sec-title.light .title,
.sec-title.light h2,
.sec-title.light p,
.sec-title.light .text,
.sec-title.light .sub-title{
  color: #ffffff;
}

.sec-title.light .divider svg{
  fill: #ffffff;
}

/*** 

====================================================================
  Banner Section Two
====================================================================

***/

.banner-section-two{
  position: relative;
}

.banner-section-two .banner-carousel{
  position: relative;
}

.banner-section-two .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-section-two .content-outer{
  position: relative;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  min-height: 700px;
}

.banner-section-two .content-box {
  position: relative;
  /* max-width: 600px; */
  /* width: 50%; */
  /* margin-left: 50%; */
  transition: all 300ms ease;
}

.banner-section-two .content-box .icon-box{
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  font-size: 52px;
  color: #ef5b3f;
  box-shadow: 0 15px 20px rgba(0,0,0,0.10);
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-two .active .content-box .icon-box{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 400ms;
}

.banner-section-two .content-box h1{
  position: relative;
  display: block;
  line-height: 1em;
  font-size: 40px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-two .active .content-box h1{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 500ms;
}

.banner-section-two .content-box h3{
  font-size: 36px;
  line-height: 1.1em;
  font-weight: 600;
  color: #30302f;
  opacity: 1;
  visibility: visible;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-two .active .content-box h3{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 600ms;
}

.banner-section-two .content-box .text{
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  opacity: 1;
  visibility: visible;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-two .active .content-box .text{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 600ms;
}

.banner-section-two .content-box .btn-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-two .active .content-box .btn-box{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 700ms;
}



/*=== Feature Block Four ===*/

.feature-block-four{
  position: relative;
  margin-bottom: 20px;
}

.feature-block-four .inner-box{ 
  position: relative;
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  padding: 30px 20px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  transition: all 300ms ease;
}

.feature-block-four .inner-box:hover{
  transform: translateY(-20px);
} 

.feature-block-four .inner-box:before{
  position: absolute;
  height: 200px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  top: -100px;
  border-radius: 50%;
  background-color: #7fc540;
  opacity: 0;
  z-index: 9;
  transform: scale(0);
  content: "";
  transition: all 600ms ease;
}

.feature-block-four .inner-box:hover:before{
  transform: scale(1);
  opacity: .10;
}

.feature-block-four .inner-box:after{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: "";
  border-bottom:3px solid #7fc540;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.feature-block-four .inner-box:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.feature-block-four .icon {
  font-size: 60px;
  line-height: 1em;
  color: #7fc540;
  display: inline-block;
  margin-bottom: 10px;
  transition: all 300ms ease;
}

.feature-block-four h4{
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 15px;
  transition: all 300ms ease;
}

.feature-block-four .text{
  position: relative;
  transition: all 300ms ease;
}

/*** 

====================================================================
About Section Three
====================================================================

***/

.about-section-three{
  position: relative;
  /* padding: 10px; */
  background-size: cover;
  background-image: url(../images/bg-light.png);
  background-repeat: repeat;
background-position: center top;
}

.about-section-three .sec-title{
  margin-bottom: 70px;
}

.about-section-three .content-column{
  position: relative;
  padding-top: 10px;
}

.about-section-three .about-owner{
  position: relative;
  padding-left: 180px;
  padding-top: 20px;
}

.feature-block-three{
  position: relative;
  margin-bottom: 30px;
}

.feature-block-three .inner-box{ 
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  padding: 30px 20px;
  /* padding-left: 110px; */
  transition: all 300ms ease;
  min-height: 240px;
  box-shadow: 0 13.2436px 14.8991px rgba(78, 91, 167, .39);
}

.feature-block-three .inner-box:hover{ 
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  transform: translateY(-20px);
}

.feature-block-three .inner-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: "";
  border-bottom:3px solid #7fc540;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.feature-block-three .inner-box:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.feature-block-three .icon {
  /* position: absolute; */
  /* left: 20px; */
  /* top: 30px; */
  font-size: 60px;
  color: #7fc540;
  z-index: 1;
}

.feature-block-three h4{
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-section-three .image-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section-three .image-box{
  position: relative;
  padding-right: 40px;
}

.about-section-three .image-box .image{
  margin-bottom: 0;
  border: 10px solid #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.about-section-three .image-box .image img{
  display: block;
  width: 100%;
}

/*** 

====================================================================
  Services Section
====================================================================

***/

.services-section{
  position: relative;
  padding: 120px 0 90px;
  background-color: #f5f5f5;
}

.services-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/pattern-3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  opacity: .23;
  content: '';
}

.service-block{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-block .inner-box{
  position: relative;
  padding: 30px 30px;
}

.service-block .inner-box:hover{
  background-color: #ffffff;
  /* border-bottom: 4px solid #7fc540; */
}

.service-block .icon{
  position: relative;
  display: inline-flex;
  /* height: 100px; */
  /* width: 100px; */
  background-color: #ffffff;
  font-size: 42px;
  color: #7fc540;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.service-block .icon:before{
  z-index: 1;
}

.service-block .icon.flaticon-heartbeat:before{
  position: relative;
  top: 5px;
}

.service-block .inner-box:hover .icon{
  border: 0;
  font-size: 62px;
}

.service-block .icon:after{
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  content: "";
  opacity: 0;
  z-index: 0;
}

.service-block .inner-box:hover .icon:after{
  height: 100%;
}

.service-block h5{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.service-block h5 a{
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block h5 a:hover{
  color: inherit;
}

.service-block .text{
  position: relative;
  cursor: default;
}

/*** 

====================================================================
  Testimonial Section
====================================================================

***/

.testimonial-section {
  position: relative;
  padding: 90px 0px;
}

.testimonial-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: bottom; 
  background-image: url(../images/bg-f.png);
  /* opacity: .20; */
} 

.testimonial-section .testimonial-outer {
  position: relative;
}

.testimonial-section .client-thumb-outer {
  position: relative;
  max-width: 400px;
  overflow: hidden;
  margin: 0 auto 30px;
}

.testimonial-section .client-thumbs-carousel {
  position: relative;
  max-width: 130px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-section .client-thumbs-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-section .client-thumb-outer .thumb-box {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.6;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section .client-thumb-outer .center .thumb-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.testimonial-section .client-thumb-outer .author-info .icon{
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #000000;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 13px rgba(0,0,0,0.09);
  margin-bottom: 5px;
}

.testimonial-section .client-thumb-outer .author-info {
  position: relative;
  margin-top: -18px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section .client-thumb-outer .author-name {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #7fc540;
  line-height: 1.2em;
  white-space: nowrap;
}

.testimonial-section .client-thumb-outer .designation {
  position: relative;
  color: #777777;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.2em;
}

.testimonial-section .client-thumb-outer .center .author-info {
  opacity: 1;
  visibility: visible;
}

.testimonial-section .client-thumb-outer .owl-item {
  z-index: 0;
}

.testimonial-section .client-thumb-outer .owl-item.active {
  z-index: 10;
}

.testimonial-section
.client-thumb-outer
.client-thumbs-carousel
.thumb-item
img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0%;
}

.testimonial-section .client-testimonial-carousel {
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-block {
  position: relative;
  margin-bottom: 50px;
}

.testimonial-block .inner-box {
  position: relative;
  text-align: center;
}

.testimonial-block .inner-box .text {
  position: relative;
  font-size: 18px;
  line-height: 2em;
  color: #666666;
}

.testimonial-section .client-thumbs-carousel .owl-nav,
.testimonial-section .owl-dots {
  display: none;
}

.testimonial-section .clients-outer{
  position: relative;
  padding-top: 50px;
}

.testimonial-section.alternate .outer-box{
  /* margin: 0 -30px; */
}

/*** 

====================================================================
  Testimonial Section Three
====================================================================

***/

.testimonial-block-two{
  position: relative;
}

.testimonial-block-two{
  position: relative;
  padding: 30px;
}

.testimonial-block-two .inner-box{
  position: relative;
  background-color: #ffffff;
  padding: 40px 40px 35px;
  box-shadow: 0 0px 30px rgba(8,0,0,.05);
}

.testimonial-block-two .info-box{
  position: relative;
  min-height: 110px;
  padding-left: 95px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 15px;
  margin-bottom: -50px;
}

.testimonial-block-two .info-box .thumb{
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
  overflow: hidden;
}

.testimonial-block-two .info-box .thumb img{
  display: block;
  width: 100%;
  height: auto;
}

.testimonial-block-two .info-box .name{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 600;
}

.testimonial-block-two .info-box .patient{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
}

.testimonial-block-two .info-box .rating{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  font-weight: 900;
}

.testimonial-block-two .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 15px;
}
.testimonial-carousel-two .owl-nav{
  position: absolute;
  left: 5%;
  top: 40%;
  width: 90%;
}

.testimonial-carousel-two .owl-prev,
.testimonial-carousel-two .owl-next{
  position: absolute;
  left: -120px;
  top: 0;
  height: 50px;
  width: 50px;
  line-height: 46px;
  font-size: 40px;
  color: #7fc540;
  text-align: center;
  border-radius: 50%;
}
.testimonial-carousel-two .owl-prev:hover,
.testimonial-carousel-two .owl-next:hover{
  color: #000000;
}

.testimonial-carousel-two .owl-next{
  left: auto;
  right: -120px;
}

.testimonial-section.alternate .outer-box{
  /* margin: 0 -30px; */
}

.testimonial-carousel-two .owl-dots{
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  text-align: center;
  display: none;
}

.testimonial-carousel-two .owl-dot{
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background: #7b7b7b padding-box content-box;
  border: 2px solid transparent;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-carousel-two .owl-dot:hover,
.testimonial-carousel-two .owl-dot.active{
  border-color: #d3994c;
  background-color: transparent;
}

/***

==================================================================
  Main Footer
==================================================================

***/

.main-footer{
  position:relative;
  /* margin-top: 50px; */
  border-top: 1px solid #80808040;
  padding-top: 20px;
}

.main-footer .widgets-section{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-footer .widgets-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #152858;
  opacity: .95;
  content: "";
}

.main-footer .footer-column{
  position:relative;
  padding-bottom:10px;
}

.main-footer .footer-widget{
  position:relative;
  
}

.main-footer .footer-column .widget-title{
  position: relative;
  font-size:20px;
  font-weight:700;
  color:#000000;
  line-height: 30px;
  padding-bottom: 15px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.footer-column .widget-title:after,
.footer-column .widget-title:before{
  background-color: #ffffff !important;
}

.main-footer .about-widget{
  position: relative;
}

.main-footer .logo{
  position:relative;
margin-top: 20px;
  margin-bottom: 20px;
}

.main-footer .footer-logo figure{
  margin: 0;
}

.main-footer .footer-logo img{
  display:block;
  max-width:100%; 
}

.main-footer .about-widget .text{
  position: relative;
  margin-bottom: 40px;
}

.main-footer .about-widget .text p{
  font-size: 14px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify;
}

/*=== User LInks ===*/

.user-links{
  position: relative;
  margin-top: 10px;
}

.user-links li{
  position: relative;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

.user-links li a:hover:before{
  color: #7fc540;
}

.user-links li a{
  position: relative;
  display: block;
  color: #000000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.user-links li a:hover{
  color: #7fc540;
}


/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
  position: relative;
  width: 100%;
  background-color: #7fc540;
}

.main-footer .footer-bottom:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .20;
  content: "";
  background-color: #000000;
}


.main-footer .footer-bottom .inner-container{
  position: relative;
}

.main-footer .footer-bottom .copyright-text{
  position: relative;
  padding:20px 0;
}

.main-footer .footer-bottom .copyright-text p{
  position: relative;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a{
  color: #ffffff;
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover{
  color: #ffffff;
}

.main-footer .footer-bottom .footer-nav{
  position: relative;
  float: right;
}

.main-footer .footer-bottom .footer-nav ul{
  position: relative;
  padding:20px 0;
}

.main-footer .footer-bottom .footer-nav ul li{
  position: relative;
  float: left;
  padding-left: 22px;
  margin-left: 20px;
}

.main-footer .footer-bottom .footer-nav ul li:first-child{
  margin-left: 0;
  padding-left: 0;
}

.main-footer .footer-bottom .footer-nav ul li a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .footer-nav ul li:before{
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  content: '|';
}

.main-footer .footer-bottom .footer-nav ul li a:hover{
  color: #ffffff;
  text-decoration: underline;
}

.main-footer .footer-bottom .footer-nav ul li:first-child:before{
  display: none;
}

/*=== Main Footer Style Two ===*/
.main-footer.style-two .recent-posts .post h4 a:hover,
.main-footer.style-two .user-links li a:hover:before,
.main-footer.style-two .user-links li a:hover{
  color: #222222;
}




/***

====================================================================
    Call To Action Two
====================================================================

***/

.call-to-action-two{
  position: relative;
  z-index: 1;
  margin-bottom: 85px;
}

.call-to-action-two:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7fc540;
  opacity: .10;
  content: "";
}

.call-to-action-two .sec-title{
  margin-bottom: 40px;
}

.call-to-action-two .content-column{
  position: relative;
}

.call-to-action-two .content-column .inner-column{
  position: relative;
  padding: 150px 0 120px;
  margin-right: -20px;
}

.call-to-action-two .image-column .image{
  position: relative;
  padding-top: 120px;
  margin-bottom: 0;
}

/***

====================================================================
    News Section
====================================================================

***/

.news-section{
  position: relative;
  padding: 120px 0 80px;
}

/* News BLock */
.news-block{
  position: relative;
  margin-bottom: 40px;
}

.news-block .inner-box{
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  min-height: 420px;
  box-shadow: 0 13.2436px 14.8991px rgba(78, 91, 167, .39);
}

.news-block .inner-box:hover{
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

.news-block .image-box{
  position: relative;
}

.news-block .image-box .image{
  position: relative;
  margin-bottom: 0;
}

.news-block .image-box .image img{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block .inner-box:hover .image-box .image img{
  opacity: .75;
}

.news-block .image-box .date{
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: #7fc540;
  padding: 5px 20px;
  border-radius: 10px 0 0 0;
}

.news-block .image-box .date strong{
  color: #ffffff;
  font-size: 22px;
}

.news-block .lower-content{
  position: relative;
  background: #ffffff;
  padding: 30px 30px 20px;
}

.news-block .lower-content h4{
  position: relative;
  font-size: 22px;
  font-weight: 700;
}

.news-block .lower-content h4 a{
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .lower-content .text{
  color: #4c4c4d;
  margin-top: 18px;
}

.news-block .lower-content .post-info{
  position: relative;
  font-size: 16px;
  line-height: initial;
  margin-top: 30px;
  padding-top: 21px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: -10px;
}


/***

====================================================================
  Terms And Conditions
====================================================================

***/

.terms-and-condition{
  position: relative;
  padding: 60px 0;
  /* background-color: #f9fafc; */
}

.terms-and-condition .tabs-content{
  padding-left: 30px;
}

.tnc-tabs{
  position: relative;
}

.tnc-tabs .tab-buttons{
  position: relative;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.10);
  margin-bottom: 70px;
}

.tnc-tabs .tab-buttons li{
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #5c6770;
  padding: 10px 30px;
  border-left: 2px solid transparent;
  border-bottom: 1px solid #dddddd !important;
  cursor: pointer;
  transition: all 300ms ease;
}

.tnc-tabs .tab-buttons li:last-child{
  border-bottom: 0;
}

.tnc-tabs .tab-buttons li:hover,
.tnc-tabs .tab-buttons li.active-btn{
  background: #f9fafc;
  border-left-color: #7fc540;
}

.tnc-tabs p,
.tnc-tabs h5,
.tnc-tabs h4{
  margin-bottom: 15px;
}



.rtl .page-title{
  text-align: right;
  transform: scaleX(-1);
}

.rtl .page-title .title-outer{
  transform: scaleX(-1);
  text-align: left;
}

/* all page section  */
.allPage-section {
  position: relative;
  /* padding: 90px 0px; */
}

.allPage-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-repeat: no-repeat;
  opacity: .80;
} 
/* feature-block on recovery page  */
.allPage-section .feature-block-three .inner-box::before {
  border-bottom: none;
}
.allPage-section .feature-block-three .inner-box img {
 height: 50px;
 width: 50px;
}
.allPage-section .feature-block-three .headingText{
  font-weight: 600;
  font-size: 21px;
  line-height: 60px;
  color: #7fc540;
  margin-left: 17px;
}
.allPage-section .feature-block-three .iconText{
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 14px;
  display: flex;
  min-height: 50px;
}
.allPage-section .feature-block-three .text {
  margin-top: 19px;
}
.pageColor-section {
  position: relative;
  padding: 50px 0px;
  left: 0;
  top: 0;
  /* height: 100%; */
  width: 100%;
  content: "";
  background-color: #2a2238;
  color:white;
  min-height: 450px;
}
.pageColor-section .sec-title h2 {
  color:white;
}
.pageColor-section .default-tabs.style-two .tab-buttons {
  background: transparent;
  border-bottom: none;
}
.pageColor-section .default-tabs .tabs-content, .pageColor-section .default-tabs .tabs-content .text, .pageColor-section .default-tabs .tabs-content p {
  color: #ffffff;
  background: transparent;
}
.pageColor-section .default-tabs .tab-buttons li.active-btn, .pageColor-section .default-tabs .tab-buttons li:hover {
  background: transparent;
  border-bottom: 5px solid #7fc540;
  /* filter: grayscale(100%); */
}
.pageColor-section .default-tabs .tab-buttons li.active-btn, .pageColor-section .default-tabs .tab-buttons li img{
  height: 30px;
}
.pageColor-section .default-tabs .tab-buttons li.active-btn, .pageColor-section .default-tabs .tab-buttons li{
  border-bottom: 5px solid transparent;
}
.pageColor-section .default-tabs.style-two .tab-buttons li.active-btn {
  padding-bottom: 50px;
}