/*========================================================================
EXCLUSIVE ON themeforest.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Template Name   : Mobiom / PxDraft
========================================================================*/
/*----------------------------------
	Table of contents
	Header
	General
	Buttons
	Section
	Page Title
	Title
	Faq search box
	Owl
	Shadow
	Home Banners
	Features Box
	Video Box
	Our Team
	Call to Actions
	Counter
	Price Table
	Brands
	Testimonials
	Blog
	Accordion
	Tab Style 1
	Contact Us
	Footer
	Margina Padding
----------------------------------*/
/*-----------------------
*	Header
-------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');

@media (min-width: 992px) { .header-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 99; padding: 0; }
  .nav-link:hover{
    color:#78b82e!important;
  }
  .header-nav .navbar { padding: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.07); background:#fff; color:#000 }
  .header-nav .navbar-brand .light-logo { display: block; }
  .header-nav .navbar-brand .dark-logo { display: none; }
  .header-nav .navbar-nav > li { padding: 15px 10px; position: relative; }
  .header-nav .navbar-nav > li > a:not(.nav-link-btn) { color: #62676e; display: inline-block; vertical-align: middle; font-size: 16px; font-weight: 500; position: relative; text-transform: capitalize; padding: 0 5px; }
  .header-nav .navbar-nav > li > a:not(.nav-link-btn).active { color: #000; }
  .header-nav .navbar-nav > li > .nav-link-btn { padding: 8px 20px; border-radius: 10px; color: #000; display: inline-block; border: 2px solid #000; font-weight: 600; }
  .header-nav .navbar-nav > li:hover > a:not(.nav-link-btn) { color: #000; }
  .header-nav .navbar-nav > li.m-dropdown .m-dropdown-menu { position: absolute; top: 120%; left: 0; background: #fff; box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.1); width: 200px; margin: 0; padding: 0; list-style: none; pointer-events: none; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; opacity: 0; }
  .header-nav .navbar-nav > li.m-dropdown .m-dropdown-menu > li > a { padding: 10px 15px; display: block; color: #000; font-size: 14px; font-weight: 500; border-left: 3px solid transparent; }
  .header-nav .navbar-nav > li.m-dropdown .m-dropdown-menu > li:hover > a { background: #c3c3c3; color: #000; border-left: 3px solid #78b82e; }
  .header-nav .navbar-nav > li.m-dropdown:hover .m-dropdown-menu { opacity: 1; top: 100%; pointer-events: auto; }
  .header-nav.header-white-bg { background: #ffffff; }
  .header-nav.header-nav:not(.fixed-header) .navbar-nav > li > .nav-link-btn.nav-link-btn-white { color: #000; border-color: #000; }
  .header-nav.header-nav-white:not(.fixed-header) .navbar-nav > li > a:not(.nav-link-btn) { color: rgba(0, 0, 0, 0.8);}
  .header-nav.header-nav-white:not(.fixed-header) .navbar-nav > li > a:not(.nav-link-btn) + i { color: rgba(0, 0, 0, 0.8); }
  .header-nav.header-nav-white:not(.fixed-header) .navbar-nav > li > a:not(.nav-link-btn).active { color: #000; }
  .header-nav.header-nav-white:not(.fixed-header) .navbar-nav > li > a:not(.nav-link-btn).active + i { color: #000; }
  .header-nav.header-nav-white:not(.fixed-header) .navbar-nav > li > .nav-link-btn { border-color: #78b82e; color: #fff; background-color:#78b82e; }
  .header-nav.header-nav-white:not(.fixed-header) .navbar-nav > li > .nav-link-btn:hover { border-color: #6e9b3b; color: #fff; background-color:#6e9b3b;transition:.2s linear;}
  .header-nav.header-nav-white:not(.fixed-header) .navbar-nav > li:hover > a:not(.nav-link-btn) { color: #000; } }
@media (max-width: 991px) { .header-nav { position: fixed; top: 0; left: 0; right: 0; background: #aaaaaa99; z-index: 99; }
  .header-nav .navbar-brand .light-logo { display: block; }
  .header-nav .navbar-toggler { width: 30px; height: 30px; position: relative; outline: none !important; }
  .header-nav .navbar-toggler span { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 3px; background: #ffffff; box-shadow: 0px 9px #ffffff, 0px -9px #ffffff; }
  .header-nav .navbar-nav { padding-top: 15px; max-height: 70vh; overflow-y: auto; }
  .header-nav .navbar-nav > li { position: relative; }
  .header-nav .navbar-nav > li:not(:last-child) { border-bottom: 1px solid #eee; }
  .header-nav .navbar-nav > li > a { color: #ffffff; display: inline-block; vertical-align: middle; font-size: 15px; font-weight: 600; position: relative; padding: 0; line-height: 35px; }
  .header-nav .navbar-nav > li > a.active { color: #78b82e; }
  .header-nav .navbar-nav > li > a.nav-link-btn { color: #fff; }
  .header-nav .navbar-nav > li .m-dropdown-toggle { position: absolute; right: 0; height: 35px; width: 35px; text-align: center; line-height: 35px; }
  .header-nav .navbar-nav > li.m-dropdown .m-dropdown-menu { margin: 0; padding: 0; border-left: 1px solid #ddd; list-style: none; display: none; }
  .header-nav .navbar-nav > li.m-dropdown .m-dropdown-menu > li > a { display: inline-block; padding: 5px 15px; font-size: 14px; color: #ffffff; font-weight: 500; vertical-align: top; }
  .header-nav .navbar-nav > li.m-dropdown.open-menu-parent .m-dropdown-menu { display: block; } }
@media (min-width: 992px) { .header-nav.fixed-header { background: #ffffff; box-shadow: 0 1px 9px rgba(0, 0, 0, 0.05); }
  .header-nav.fixed-header .navbar-brand .light-logo { display: none; }
  .header-nav.fixed-header .navbar-brand .dark-logo { display: block; }
  .header-nav.fixed-header .navbar-nav > li + li:not(:last-child):after { background: #78b82e; }
  .header-nav.fixed-header .navbar-nav > li > a:not(.nav-link-btn) { color: #ffffff; }
  .header-nav.fixed-header .navbar-nav > li > a:not(.nav-link-btn) + i { color: #ffffff; }
  .header-nav.fixed-header .navbar-nav > li > a:not(.nav-link-btn).active { color: #78b82e; }
  .header-nav.fixed-header .navbar-nav > li > a:not(.nav-link-btn).active + i { color: #78b82e; }
  .header-nav.fixed-header .navbar-nav > li:hover > a:not(.nav-link-btn) { color: #78b82e; }
  .header-nav.fixed-header .navbar-nav > li:hover > a:not(.nav-link-btn) + i { color: #78b82e; } }
@media (max-width: 991px) { .header-nav.fixed-header { box-shadow: 0 1px 9px rgba(0, 0, 0, 0.05); } }

/* ------------------------
*	General
------------------------*/
body { font-family: "Nunito", sans-serif; font-size: 17px; line-height: 1.8; color: #000; font-smoothing: antialiased; overflow-x: hidden; font-weight: 500; }

html { overflow-x: hidden; }

a { color: #78b82e; text-decoration:none;}
a:hover { color: #78b82e; text-decoration: none;}

img { max-width: 100%; }

.container { max-width: 1200px; }

/*Heading fonts size*/
.h1, h1 { font-size: 40px; }

.h2, h2 { font-size: 30px; }

.h3, h3 { font-size: 28px; }

.h4, h4 { font-size: 24px; }

.h5, h5 { font-size: 20px; }

.h6, h6 { font-size: 15px; }

.font-alt { font-family: "Nunito", sans-serif; }

/*Color*/
.theme-color { color: #000; }

.theme-color-2nd { color: #78b82e; }

.dark-color { color: #78b82e; }

.black-color { color: #000000; }

.extra-dark-color { color: #78b82e; }

.white-color { color: #ffffff; }

.white-color-light { color: rgba(255, 255, 255, 0.5); }

.pink-color { color: #ff2560; }

.blue-color { color: #255cff; }

.yellow-color { color: #ffbc5c; }

.green-color { color: #1edee4; }

/*Background color*/
.bg-cover { background-size: cover; }

.bg-no-repeat { background-repeat: no-repeat; }

.bg-center { background-position: center; }

.bg-fixed { background-attachment: fixed; }

.main-bg { background-size: 100% auto; background-position: 0 100vh; background-repeat: repeat-y; }

.theme-bg { background-color: #78b82e; }

/* .theme-after:after { background-color: #000000a1; } */

.theme-before:before { background-color: #000000a1; }

.gray-bg { background: #f5f7fd; }

.gray-bg-g { background: linear-gradient(to bottom, #ffffff 0%, #f7f8ff 90%); }

.gray-bg-before { position: relative; }
.gray-bg-before:after { content: ""; position: absolute; background: #f1f3f3; top: 0; left: -80px; right: -80px; bottom: 0; z-index: -1; -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.gray-bg-after { position: relative; }
.gray-bg-after:after { content: ""; position: absolute; background: #f1f3f3; top: 0; left: -80px; right: -80px; bottom: 0; z-index: -1; -moz-transform: rotate(-0deg); -o-transform: rotate(-0deg); -ms-transform: rotate(-0deg); -webkit-transform: rotate(-0deg); transform: rotate(-0deg); }

.white-bg { background: #ffffff; }

.help-text { font-weight: 600; font-size: 15px; }

#loading { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #78b82e; z-index: 99999; }

.load-circle { position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 50px; height: 50px; }
.load-circle span { display: inline-block; width: 64px; height: 64px; }
.load-circle span:after { content: " "; display: block; width: 46px; height: 46px; margin: 1px; border-radius: 50%; border: 5px solid #ffffff; border-color: #ffffff transparent #ffffff transparent; animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring { 0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
/* ----------------------
*	Buttons
---------------------------*/
.m-btn { font-size: 14px; font-weight: 500; letter-spacing: 1px; padding: 0 30px; border-radius: 10px; border: none; display: inline-block; cursor: pointer; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; line-height: 50px; position: relative; text-transform: capitalize; }
.m-btn.m-btn-round { border-radius: 40px; }
.m-btn.m-btn-icon { padding: 0 60px 0 20px; }
.m-btn.m-btn-icon i { position: absolute; top: 0; right: 8px; width: 36px; height: 36px; border-radius: 10px; line-height: 36px; bottom: 0; margin: auto; text-align: center; font-size: 10px; }
.m-btn i { margin-left: 5px; }
.m-btn:hover { box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1); }
.m-btn.m-btn-theme { background: #78b82e; color: #ffffff; border: 1px solid #78b82e; }
.m-btn.m-btn-theme.m-btn-icon i { background: #ffffff; color: #ffffff; }
.m-btn.m-btn-theme:hover { background: #6e9b3b; color: #ffffff; border-color: #6e9b3b; box-shadow: 0px 20px 24px 0px rgba(61, 89, 232, 0.3); }
.m-btn.m-btn-yellow { background: #ffbc5c; color: #ffffff; border: 1px solid #ffbc5c; box-shadow: 0px 20px 24px 0px rgba(255, 188, 92, 0.3); }
.m-btn.m-btn-yellow.m-btn-icon i { background: #ffffff; color: #ffbc5c; }
.m-btn.m-btn-yellow:hover { background: #ffb243; color: #ffffff; border-color: #ffb243; }
.m-btn.m-btn-green { background: #1edee4; color: #ffffff; border: 1px solid #1edee4; box-shadow: 0px 20px 24px 0px rgba(30, 222, 228, 0.3); }
.m-btn.m-btn-green.m-btn-icon i { background: #ffffff; color: #1edee4; }
.m-btn.m-btn-green:hover { background: #19cad0; color: #ffffff; border-color: #19cad0; }
.m-btn.m-btn-t-theme { background: transparent; color: #78b82e; border: 1px solid #78b82e; }
.m-btn.m-btn-t-theme.m-btn-icon i { background: #78b82e; color: #ffffff; }
.m-btn.m-btn-t-theme:hover { background: #78b82e; color: #ffffff; }
.m-btn.m-btn-t-theme:hover.m-btn-icon i { background: #ffffff; color: #78b82e; }
.m-btn.m-btn-t-white { background: transparent; color: #ffffff; border: 1px solid #ffffff; }
.m-btn.m-btn-t-white.m-btn-icon i { background: #ffffff; color: #78b82e; }
.m-btn.m-btn-t-white:hover { background: #ffffff; color: #78b82e; }
.m-btn.m-btn-t-white:hover.m-btn-icon i { background: #78b82e; color: #ffffff; }
.m-btn.m-btn-white { background: #ffffff; color: #78b82e; border: 1px solid #ffffff; }
.m-btn.m-btn-white.m-btn-icon i { background: #78b82e; color: #ffffff; }
.m-btn.m-btn-white:hover { background: #78b82e; color: #ffffff; border-color: #78b82e; box-shadow: 0px 20px 24px 0px rgba(61, 89, 232, 0.3); }
.m-btn.m-btn-white:hover.m-btn-icon i { background: #ffffff; color: #78b82e; }

.link-btn { color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 600; position: relative; padding-left: 0px; display: inline-block; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; }
.link-btn:after { content: ""; position: absolute; left: 0; top: 0; height: 2px; background: #fff; width: 0; margin: auto; bottom: 0; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; }
.link-btn:hover { padding-left: 20px; }
.link-btn:hover:after { width: 12px; }

.more-btn { position: relative; font-weight: 600; text-transform: uppercase; text-decoration: none; color: #78b82e; font-size: 13px; line-height: 13px; display: inline-block; vertical-align: top; }
.more-btn:after { content: ""; width: 15px; height: 2px; position: absolute; right: -20px; bottom: 0; margin: auto; background: #78b82e; }
.more-btn:before { content: ""; width: 7px; height: 2px; position: absolute; right: -20px; bottom: 3px; margin: 0; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); background: #78b82e; }

.video-btn { width: 80px; height: 80px; border-radius: 50%; background: #ffffff; color: #78b82e; line-height: 80px; font-size: 22px; display: inline-block; position: relative; }
.video-btn:before, .video-btn:after { content: ""; position: absolute; border: 1px solid #ffffff; border-radius: 50%; top: 2px; left: 2px; right: 2px; bottom: 2px; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; }
.video-btn:hover:after { top: -8px; left: -8px; right: -8px; bottom: -8px; }
.video-btn:hover:before { top: -15px; left: -15px; right: -15px; bottom: -15px; }

/* ----------------------
*	Shapes Section
---------------------------*/
.shapes-section { position: relative; overflow: hidden; }
.shapes-section .shapes-box { position: absolute; top: 0; bottom: 0; left: 0; right: 0; pointer-events: none; }
.shapes-section .shapes-box span { position: absolute; }
.shapes-section .shapes-box span b { width: 20px; height: 20px; border-radius: 50%; box-shadow: 0px 20px 24px 0px currentColor; display: inline-block; opacity: 0.5; }
.shapes-section .shapes-box span b.green { color: #1edee4; background: #1edee4; }
.shapes-section .shapes-box span b.yellow { color: #ffbc5c; background: #ffbc5c; }
.shapes-section .shapes-box span b.pink { color: #ff2560; background: #ff2560; }
.shapes-section .shapes-box span b.blue { color: #255cff; background: #255cff; }
.shapes-section .shapes-box span b.theme { color: #78b82e; background: #78b82e; }
.shapes-section .shapes-box span:nth-child(1) { left: 4.8%; top: 4.5%; }
.shapes-section .shapes-box span:nth-child(2) { left: 9.6%; top: 27.2%; }
.shapes-section .shapes-box span:nth-child(3) { left: 8.8%; bottom: 16%; }
.shapes-section .shapes-box span:nth-child(4) { left: 25%; bottom: 21%; }
.shapes-section .shapes-box span:nth-child(5) { right: 35%; top: 6.6%; }
.shapes-section .shapes-box span:nth-child(6) { right: 18%; bottom: 30%; }
.shapes-section .shapes-box span:nth-child(7) { right: 10%; top: 50%; }
.shapes-section .shapes-box span:nth-child(8) { right: 11.8%; top: 33%; }
.shapes-section .shapes-box span:nth-child(9) { right: 15%; top: 10%; }
.shapes-section .shapes-box span:nth-child(10) { right: 25%; bottom: 33%; }

/* ----------------------
*	Section
---------------------------*/
.container-large { max-width: 1440px; }

.section { padding: 100px 0; }
@media (max-width: 1200px) { .section { padding-top: 80px; padding-bottom: 80px; } }
@media (max-width: 991px) { .section { padding-top: 60px; padding-bottom: 60px; } }
@media (max-width: 767px) { .section { padding-top: 40px; padding-bottom: 40px; } }

.full-screen { min-height: 80vh; }

.section-top-up { margin-top: -100px; position: relative; z-index: 1; }

.max-width-auto { max-width: none; }
@media (max-width: 991px) { .max-width-auto { max-width: 100%; } }

.bg-effect-section { position: relative; overflow: hidden; }
.bg-effect-section .bg-effect { background-size: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.bg-effect-section .img-effect { position: absolute; left: -2px; right: -2px; }
.bg-effect-section .img-effect img { width: 100%; }
.bg-effect-section .bottom { bottom: 0; }
.bg-effect-section .top { top: 0; }

/* ----------------------
*	Page Title
---------------------------*/
.page-title { padding: 160px 0 0; position: relative; }
.page-title:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #78b82e; opacity: 0.6; }
@media (max-width: 991px) { .page-title { padding: 120px 0 0; } }
@media (max-width: 767px) { .page-title { padding: 90px 0 0; } }
.page-title .pt-title { text-align: center; position: relative; z-index: 1; }
.page-title .pt-title h1 { color: #ffffff; margin: 10px 0 65px; font-size: 40px; text-align: center; font-weight: 400; }
@media (max-width: 991px) { .page-title .pt-title h1 { font-size: 30px; } }
@media (max-width: 767px) { .page-title .pt-title h1 { font-size: 20px; margin: 20px 0 40px; } }
.page-title .cs-breadcrumb { padding: 6px 10px; margin: 0 0 -20px; text-align: center; display: inline-block; vertical-align: top; background: #ffffff; border-radius: 5px; box-shadow: 0px 5px 20px -4px rgba(0, 0, 0, 0.27); }
.page-title .cs-breadcrumb li { font-size: 14px; margin: 0 15px; position: relative; display: inline-block; vertical-align: top; list-style: none; }
@media (max-width: 767px) { .page-title .cs-breadcrumb li { font-size: 12px; } }
.page-title .cs-breadcrumb li.active { color: #78b82e; }
.page-title .cs-breadcrumb li:not(:first-child):after { width: 5px; height: 5px; background: #78b82e; left: -18px; content: ""; float: left; position: absolute; top: 11px; border-radius: 50%; }
.page-title .cs-breadcrumb a { color: #78b82e; text-decoration: none; }

/* ------------------------
*	Title
------------------------*/
.section-title label { font-weight: 600; color: #78b82e; }
.section-title h3 { font-size: 48px; font-weight: 500; margin: 0; padding: 0; position: relative; }
@media (max-width: 991px) { .section-title h3 { font-size: 38px; } }
@media (max-width: 767px) { .section-title h3 { font-size: 26px; } }
.section-title p { margin: 15px 0 0; }
.section-title p.large-text { font-size: 17px; }
@media (max-width: 991px) { .section-title p.large-text { font-size: 15px; } }
@media (max-width: 767px) { .section-title p.large-text { font-size: 15px; } }

/*---------------------------------
* Faq search box
-----------------------------------*/
.faq-search-box { position: relative; margin-bottom: 50px; padding-bottom: 30px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.faq-search-box .form-control { border-radius: 0; height: 50px; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none !important; color: #78b82e; font-size: 14px; }
.faq-search-box .m-btn { position: absolute; top: 0; right: 0; padding: 0; width: 50px; border-radius: 0; height: 50px; box-shadow: none; line-height: 48px; }

/*---------------------------------
* Owl
-----------------------------------*/
.owl-dots { text-align: center; }
.owl-dots .owl-dot { display: inline-block; vertical-align: top; margin-right: 8px; }
.owl-dots .owl-dot span { width: 15px; height: 15px; display: inline-block; border-radius: 50%; background: #78b82e; -moz-transition: ease all 0.5s; -o-transition: ease all 0.5s; -webkit-transition: ease all 0.5s; transition: ease all 0.5s; -moz-transform: scale(0.6); -o-transform: scale(0.6); -ms-transform: scale(0.6); -webkit-transform: scale(0.6); transform: scale(0.6); }
.owl-dots .owl-dot.active span { background: #78b82e; -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }

/*---------------------------------
* Shadow
-----------------------------------*/
.hover-shadow:hover { box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1); }

.box-shadow, .accordion-01 .acco-group { box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.36); }

/* ------------------------
*	Home Banners
------------------------*/
.home-banner h6 { font-weight: 600; font-size: 14px; margin: 0; display: inline-block; vertical-align: top; padding: 8px 20px; border-radius: 10px; background: #ffffff; }
.home-banner h1 { font-size: 36px; font-weight: 500; margin: 15px 0 25px 0; }
@media (max-width: 767px) { .home-banner h1 { font-size: 24px; margin: 10px 0 20px 0; } }
.home-banner p { font-size: 17px; margin-bottom: 30px; }
@media (max-width: 767px) { .home-banner p { font-size: 15px; margin-bottom: 20px; } }
.home-banner .m-btn { min-width: 130px; }
.home-banner .m-btn + .m-btn { margin-left: 10px; }
@media (max-width: 991px) { .home-banner .hb-text { padding-top: 120px; } }
@media (max-width: 767px) { .home-banner .hb-text { padding-top: 100px; padding-bottom: 30px; } }

/*Home Banners 01*/
@keyframes scale { 0% { -moz-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); }
  25% { -moz-transform: scale(0.8) rotate(45deg); -o-transform: scale(0.8) rotate(45deg); -ms-transform: scale(0.8) rotate(45deg); -webkit-transform: scale(0.8) rotate(45deg); transform: scale(0.8) rotate(45deg); }
  50% { -moz-transform: scale(0.9) rotate(90deg); -o-transform: scale(0.9) rotate(90deg); -ms-transform: scale(0.9) rotate(90deg); -webkit-transform: scale(0.9) rotate(90deg); transform: scale(0.9) rotate(90deg); }
  75% { -moz-transform: scale(0.8) rotate(45deg); -o-transform: scale(0.8) rotate(45deg); -ms-transform: scale(0.8) rotate(45deg); -webkit-transform: scale(0.8) rotate(45deg); transform: scale(0.8) rotate(45deg); }
  100% { -moz-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } }
.home-banner-01 { background: #78b82e; position: relative; overflow: hidden; }
.home-banner-01:after, .home-banner-01:before { content: ""; position: absolute; left: -200px; bottom: -200px; width: 600px; height: 600px; border-radius: 25%; background: #000000; opacity: 0.1; -moz-transition: ease all 0.5s; -o-transition: ease all 0.5s; -webkit-transition: ease all 0.5s; transition: ease all 0.5s; animation: scale 20s linear infinite; }
.home-banner-01:before { left: auto; top: -200px; bottom: auto; right: -200px; }
.home-banner-01 .container { position: relative; z-index: 1; }
.home-banner-01 h1 { font-size: 50px; font-weight: 300; margin: 0 0 25px 0; letter-spacing: 2px; }
@media (max-width: 767px) { .home-banner-01 h1 { font-size: 28px; } }
.home-banner-01 p { font-size: 16px; margin-bottom: 40px; }
@media (max-width: 991px) { .home-banner-01 p { margin-bottom: 30px; } }
@media (max-width: 767px) { .home-banner-01 p { font-size: 15px; margin-bottom: 20px; } }
.home-banner-01 .hb-text { padding-top: 50px; }
@media (max-width: 991px) { .home-banner-01 .hb-text { padding-top: 120px; } }
@media (max-width: 767px) { .home-banner-01 .hb-text { padding-top: 100px; } }
.home-banner-01 .newsletter-block .help-text { font-weight: normal; }
.home-banner-01 .newsletter-block .help-text a:hover { text-decoration: underline; color: #ffffff; }
.home-banner-01 .newsletter-block .form { position: relative; width: 450px; max-width: 100%; margin-bottom: 10px; }
.home-banner-01 .newsletter-block .form-control { width: calc(100% - 20px); height: 55px; box-shadow: none; border: none; border-radius: 5px; padding: 10px 18px; }
.home-banner-01 .newsletter-block .m-btn { height: 70px; width: 70px; text-align: center; padding: 0; border: 3px solid #ffffff; position: absolute; top: -10px; right: 0; background: #78b82e; box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1); border-radius: 50%; color: #ffffff; font-size: 24px; }
.home-banner-01 .newsletter-block .m-btn i { margin: 0; }

/*Home Banners 02*/
.home-banner-02 { position: relative; overflow: hidden; }
.home-banner-02:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background: rgba(61, 89, 232, 0.92); }
.home-banner-02 .img-effect { z-index: 1; }
.home-banner-02 .container { position: relative; z-index: 1; }
.home-banner-02 .hb-text { padding-top: 150px; }
@media (max-width: 991px) { .home-banner-02 .hb-text { padding-top: 120px; } }
@media (max-width: 767px) { .home-banner-02 .hb-text { padding-bottom: 15px; } }
.home-banner-02 h1 { font-size: 50px; font-weight: 500; margin: 0 0 15px 0; letter-spacing: 1px; }
@media (max-width: 767px) { .home-banner-02 h1 { margin: 0 0 10px 0; font-size: 28px; } }
.home-banner-02 p { font-size: 17px; margin-bottom: 25px; width: 600px; max-width: 100%; display: inline-block; vertical-align: top; }
@media (max-width: 767px) { .home-banner-02 p { font-size: 15px; margin-bottom: 20px; } }

/*Home Banners 03*/
.home-banner-03 { position: relative; overflow: hidden; background: linear-gradient(to bottom, #ffffff 0%, #f1f5ff 60%); }
.home-banner-03 .effect { position: absolute; left: -2px; right: -2px; }
.home-banner-03 .effect img { width: 100%; }
.home-banner-03 .effect-1 { bottom: 0; }
.home-banner-03 .effect-2 { top: 0; opacity: 0.3; }
.home-banner-03 .container { position: relative; z-index: 1; }
.home-banner-03 h1 { font-size: 40px; font-weight: 600; margin: 0 0 20px 0; letter-spacing: 1px; }
@media (max-width: 767px) { .home-banner-03 h1 { font-size: 28px; margin-bottom: 15px; letter-spacing: 1px; } }
.home-banner-03 p { font-size: 16px; margin-bottom: 30px; }
@media (max-width: 767px) { .home-banner-03 p { margin-bottom: 20px; } }
@media (max-width: 991px) { .home-banner-03 .hb-text { padding-top: 150px; } }
.home-banner-03 .btn-bar label { margin: 0 0 0 13px; }
@media (max-width: 767px) { .home-banner-03 .btn-bar label { margin: 12px 0 0; display: block; } }

/*Home Banners 04*/
.home-banner-04 { position: relative; overflow: hidden; background-repeat: no-repeat; background-size: cover; }
.home-banner-04:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #000000; opacity: 0.2; }
.home-banner-04 .effect { position: absolute; left: -2px; right: -2px; z-index: 1; }
.home-banner-04 .effect img { width: 100%; }
.home-banner-04 .effect-1 { bottom: 0; }
.home-banner-04 .full-screen { padding: 100px 0; }
.home-banner-04 .container { position: relative; z-index: 1; }
.home-banner-04 h1 { font-size: 60px; font-weight: 600; margin: 0 0 20px 0; letter-spacing: 1px; }
@media (max-width: 767px) { .home-banner-04 h1 { font-size: 28px; margin-bottom: 15px; letter-spacing: 1px; } }
.home-banner-04 p { font-size: 18px; margin-bottom: 30px; color: rgba(255, 255, 255, 0.8); }
@media (max-width: 767px) { .home-banner-04 p { margin-bottom: 20px; font-size: 16px; } }
.home-banner-04 .btn-bar label { margin: 0 0 0 13px; }
@media (max-width: 767px) { .home-banner-04 .btn-bar label { margin: 12px 0 0; display: block; } }

/*home-banner-05*/
.home-banner-05 .shapes-section { z-index: 1; }
.home-banner-05 h1 { font-size: 50px; font-weight: 500; margin: 0 0 20px 0; letter-spacing: 1px; }
@media (max-width: 991px) { .home-banner-05 h1 { color: #ffffff; } }
@media (max-width: 767px) { .home-banner-05 h1 { font-size: 28px; margin-bottom: 15px; letter-spacing: 1px; } }
.home-banner-05 p { font-size: 18px; margin-bottom: 30px; }
@media (max-width: 991px) { .home-banner-05 p { color: rgba(255, 255, 255, 0.6); } }
@media (max-width: 767px) { .home-banner-05 p { margin-bottom: 20px; font-size: 16px; } }
.home-banner-05 .btn-bar label { margin: 0 0 0 13px; }
@media (max-width: 991px) { .home-banner-05 .btn-bar label { color: rgba(255, 255, 255, 0.6); }
  .home-banner-05 .btn-bar label a { color: #ffffff; } }
@media (max-width: 767px) { .home-banner-05 .btn-bar label { margin: 12px 0 0; display: block; } }
@media (max-width: 991px) { .home-banner-05 { background-position: center; }
  .home-banner-05 .bg-effect { display: none; } }

/*---------------------------------
* Features Box
-----------------------------------*/
.feature-box { padding: 30px; position: relative; overflow: hidden; border-radius: 10px; border: 3px solid rgba(61, 89, 232, 0.2); -moz-transition: ease all 0.5s; -o-transition: ease all 0.5s; -webkit-transition: ease all 0.5s; transition: ease all 0.5s; -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); background: #ffffff; }
@media (max-width: 991px) { .feature-box { padding: 20px; } }
.feature-box .icon { margin-bottom: 20px; }
.feature-box .icon i { position: relative; width: 60px; height: 60px; display: inline-block; vertical-align: top; text-align: center; line-height: 60px; font-size: 25px; background: currentColor; border-radius: 5px; }
.feature-box .icon i:after { position: absolute; top: -119px; left: -45px; bottom: -40px; right: 20px; content: ""; background: rgba(61, 89, 232, 0.1); z-index: -1; -moz-transition: ease all 0.5s; -o-transition: ease all 0.5s; -webkit-transition: ease all 0.5s; transition: ease all 0.5s; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.feature-box .icon i:before { color: #ffffff; }
.feature-box .icon i.yellow { color: #ffbc5c; }
.feature-box .icon i.green { color: #1edee4; }
.feature-box .icon i.blue { color: #255cff; }
.feature-box .icon i.pink { color: #ff2560; }
.feature-box h5 { font-size: 16px; font-weight: 600; margin: 0 0 15px; position: relative; padding: 0 0 15px; }
.feature-box h5:after { content: ""; position: absolute; left: 0; width: 35px; height: 2px; background: #ddd; bottom: 0; }
.feature-box p { margin: 0; }
.feature-box .read-more { padding-top: 20px; font-size: 13px; line-height: 13px; }
.feature-box:hover { -moz-transform: scale(1.06); -o-transform: scale(1.06); -ms-transform: scale(1.06); -webkit-transform: scale(1.06); transform: scale(1.06); }

/*Features 01*/
.feature-box-01 { position: relative; padding: 35px; background: #ffffff; box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1); border-radius: 10px; }
.feature-box-01 .icon { position: absolute; right: 20px; top: 20px; opacity: 0.5; }
.feature-box-01 .icon i { font-size: 48px; color: #78b82e; }
.feature-box-01 .feature-content h5 { font-size: 20px; font-weight: 500; margin: 0; position: relative; padding: 0 0 15px; }
.feature-box-01 .feature-content p { margin: 0; }
.feature-box-01 .feature-content .read-more { padding-top: 20px; font-size: 13px; line-height: 13px; }

/*Features 02*/
.feature-box-02 { text-align: center; padding: 10% 5%; position: relative; -moz-transition: ease all 0.5s; -o-transition: ease all 0.5s; -webkit-transition: ease all 0.5s; transition: ease all 0.5s; top: 0; border-radius: 5px; background: #ffffff; }
.feature-box-02 a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.feature-box-02 .icon { width: 150px; height: 150px; position: relative; display: inline-block; vertical-align: top; background: #f5f7fd; border-radius: 50%; margin-bottom: 20px; pointer-events: none; }
.feature-box-02 .icon img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 70%; max-height: 70%; }
.feature-box-02 h5 { font-weight: 600; font-size: 18px; }
.feature-box-02:hover { top: -10px; }
.feature-box-02:hover, .feature-box-02.active { background: #78b82e; }
.feature-box-02:hover h5, .feature-box-02.active h5 { color: #ffffff; }

/*Features 03*/
.feature-box-03 { padding: 5%; background: #ffffff; border-radius: 5px; position: relative; -moz-transition: ease all 0.5s; -o-transition: ease all 0.5s; -webkit-transition: ease all 0.5s; transition: ease all 0.5s; left: 0; }
.feature-box-03 .icon { -ms-flex: 0 0 80px; flex: 0 0 80px; max-width: 80px; }
.feature-box-03 .icon i { font-size: 40px; color: #78b82e; }
.feature-box-03 h5 { font-weight: 600; font-size: 18px; }
.feature-box-03 p { margin: 0; }
.feature-box-03.active { margin-left: 25px; }
@media (max-width: 991px) { .feature-box-03.active { margin-left: 0; } }
.feature-box-03:hover { left: -10px; }
.feature-box-03.active, .feature-box-03:hover { background: #78b82e; }
.feature-box-03.active .icon i, .feature-box-03:hover .icon i { color: #ffffff; }
.feature-box-03.active h5, .feature-box-03:hover h5 { color: #ffffff; }
.feature-box-03.active p, .feature-box-03:hover p { color: rgba(255, 255, 255, 0.6); }

/*Features 04*/
.feature-box-04 { text-align: center; padding: 10%; border-radius: 5px; }
.feature-box-04 .icon { width: 120px; height: 120px; font-size: 40px; border-radius: 50%; text-align: center; line-height: 120px; display: inline-block; background: #78b82e; color: #ffffff; margin-bottom: 20px; }
.feature-box-04.active { background: #78b82e; }
.feature-box-04.active .icon { background: #ffffff; color: #78b82e; }
.feature-box-04.active h5 { color: #ffffff; }
.feature-box-04.active p { color: rgba(255, 255, 255, 0.6); }
.feature-box-04 h5 { font-size: 18px; font-weight: 500; margin: 0 0 10px; }
.feature-box-04 p { margin: 0; font-size: 16px; }

/*Features 05*/
.feature-box-05 { text-align: center; border-radius: 5px; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; background: #ffffff; border: 1px solid #e8edfa; }
.feature-box-05:hover { box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1); }
.feature-box-05 .icon { width: 120px; height: 120px; border-radius: 50%; display: inline-block; vertical-align: top; margin: 40px 0 20px; position: relative; background: #f5f7fd; }
.feature-box-05 .icon img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 70%; max-height: 70%; }
.feature-box-05 .feature-content { padding: 0 15px 20px 15px; }
.feature-box-05 h5 { font-size: 18px; color: #78b82e; font-weight: 600; margin: 0 0 15px; }
.feature-box-05 p { margin: 0; }
.feature-box-05 .read-more { padding: 15px 20px; font-size: 12px; border-top: 1px solid #e8edfa; }
.feature-box-05 .read-more a { width: 100%; display: inline-block; vertical-align: top; color: #78b82e; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; position: relative; }
.feature-box-05 .read-more a i { position: absolute; top: 5px; right: 0; }

/*feature-box-06*/
.feature-box-06 { padding: 40px 30px 40px 110px; position: relative; border: 1px solid #f5f7fd; margin: -1px; }
.feature-box-06 .icon { position: absolute; top: 35px; left: 20px; font-size: 40px; color: #fff; width: 70px; height: 70px; background: #78b82e; border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%; text-align: center; line-height: 70px; }
.feature-box-06 .icon:after { content: ""; width: 40px; height: 40px; position: absolute; top: -15px; left: -5px; background: #78b82e; opacity: 0.2; border-radius: 50%; }
.feature-box-06 h5 { color: #78b82e; margin: 0 0 10px; font-size: 18px; font-weight: 500; }
.feature-box-06 p { margin: 0; font-size: 16px; }

/*Side Features*/
.side-feature { position: relative; }
.feature-content .number { position: absolute; top: -63px; font-size: 120px; color: #78b82e; opacity: 0.1; left: 0; }
@media (max-width: 767px) { .side-feature .number { top: -43px; font-size: 90px; } }
.side-feature .icon { margin-bottom: 20px; }
.side-feature .icon i { position: relative; width: 60px; height: 60px; display: inline-block; vertical-align: top; text-align: center; line-height: 60px; font-size: 25px; background: currentColor; border-radius: 5px; }
.side-feature .icon i:before { color: #ffffff; }
.side-feature .icon i.yellow { color: #ffbc5c; }
.side-feature .icon i.green { color: #1edee4; }
.side-feature .icon i.blue { color: #255cff; }
.side-feature .icon i.pink { color: #ff2560; }
.side-feature .line { position: relative; padding-top: 20px; }
.side-feature .line:after { content: ""; position: absolute; left: 0; width: 60px; height: 1px; background: #78b82e; top: 0; }
.side-feature label { color: #78b82e; font-weight: 600; padding-bottom: 10px; margin: 0; }
.side-feature h1 { font-size: 45px; margin: 0 0 20px; font-weight: 500; }
@media (max-width: 991px) { .side-feature h1 { font-size: 34px; } }
@media (max-width: 767px) { .side-feature h1 { font-size: 26px; margin: 0 0 15px; } }
.side-feature h2 { font-size: 34px; margin: 0 0 20px; font-weight: 500; }
@media (max-width: 767px) { .side-feature h2 { font-size: 22px; margin: 0 0 15px; } }
.side-feature p { font-size: 16px; margin: 0; }
.side-feature p + p { margin-top: 15px; }
.side-feature p.small { font-size: 15px; }
.side-feature .read-more { padding-top: 30px; font-size: 13px; line-height: 13px; }
.side-feature .read-more a { font-size: 15px; }
.side-feature .border-list { margin: 20px 0 0; padding: 0; list-style: none; }
.side-feature .border-list li { position: relative; font-size: 15px; background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 2px solid rgba(0, 0, 0, 0.1); padding: 7px 10px 7px 43px; margin-bottom: 15px; border-radius: 5px; color: #78b82e; }
.side-feature .border-list li:last-child { margin-bottom: 0; }
.side-feature .border-list li i { position: absolute; top: 5px; left: 5px; background: #ffffff; color: #78b82e; width: 30px; height: 30px; text-align: center; line-height: 30px; border-radius: 50%; }
.feature-content .check-list { margin: 20px 0 0; padding: 0; list-style: none; }
.feature-content .check-list li { position: relative; font-size: 16px; padding: 0 0 0 30px; margin-bottom: 10px; }
.feature-content .check-list li:last-child { margin-bottom: 20px; }
.feature-content .check-list li i { position: absolute; top: 9px; left: 0; color: #78b82e; width: 13px; height: 13px; text-align: center; line-height: 13px; }

.feature-content .border-list { margin: 20px 0 0; padding: 0; list-style: none; }
.feature-content .border-list li { position: relative; font-size: 15px; padding: 0 0 0 30px; margin-bottom: 10px; }
.feature-content .border-list li:last-child { margin-bottom: 20px; }
.feature-content .border-list li i { position: absolute; top: 9px; left: 0; color: #78b82e; width: 13px; height: 13px; text-align: center; line-height: 13px; }

/*Features Slider*/
.feature-slider { padding: 40px 15px; text-align: center; box-shadow: 0px 6px 27px rgba(0, 0, 0, 0.16); border-radius: 5px; margin: 10px 8px 25px; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; background: #ffffff; }
@media (max-width: 500px) { .feature-slider { margin-left: 20px; margin-right: 20px; } }
.feature-slider .icon { width: 100px; height: 100px; border-radius: 50%; background: #78b82e; font-size: 45px; line-height: 100px; display: inline-block; vertical-align: top; margin: 0 0 30px; color: #ffffff; }
.feature-slider h5 { font-size: 18px; color: #78b82e; font-weight: 600; margin: 0 0 15px; }
.feature-slider p { margin: 0; }

.owl-item .feature-slider { -moz-transform: scale(0.9); -o-transform: scale(0.9); -ms-transform: scale(0.9); -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.8; }
.owl-item.center .feature-slider { -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); opacity: 1; }

/*---------------------------------
* Video Box
-----------------------------------*/
.video-box { overflow: hidden; position: relative; border-radius: 5px; }
.video-box:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #78b82e; opacity: 0.6; }
.video-box.no-after:after { display: none; }
.video-box .icon { width: 80px; height: 80px; line-height: 80px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; margin: auto; background: #ffffff; color: #78b82e; text-align: center; border-radius: 50%; font-size: 26px; box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.15), 0px 0px 0px 14px rgba(255, 255, 255, 0.11); -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; }
.video-box .icon:hover { box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.15), 0px 0px 0px 20px rgba(255, 255, 255, 0.11); }

/*---------------------------------
* Our Team
-----------------------------------*/
.our-team { overflow: hidden; border-radius: 5px; background: #ffffff; }
.our-team .team-img { position: relative; }
.our-team .team-img:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; background: #78b82e; opacity: 0; right: 0; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; }
.our-team .social-icons { position: absolute; margin: 0; padding: 0; list-style: none; width: 100px; height: 100px; top: 0; left: 0; bottom: 0; right: 0; margin: auto; z-index: 1; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; opacity: 0; }
.our-team .social-icons:after, .our-team .social-icons:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; background: #ffffff; right: 0; margin: auto; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); }
.our-team .social-icons:after { width: 100%; height: 1px; }
.our-team .social-icons:before { height: 100%; width: 1px; }
.our-team .social-icons li { float: left; margin: 5px; }
.our-team .social-icons a { width: 40px; height: 40px; line-height: 40px; text-align: center; display: block; color: #ffffff; }
.our-team .team-info { padding: 15px; text-align: center; }
.our-team .team-info h5 { font-size: 16px; font-weight: 600; margin: 0 0 5px; }
.our-team .team-info label { font-size: 14px; margin: 0; }
.our-team:hover .team-img:after { opacity: 0.8; }
.our-team:hover .social-icons { opacity: 1; }
.our-team:hover .social-icons:after, .our-team:hover .social-icons:before { -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }

/*---------------------------------
* Call to Actions
-----------------------------------*/
.callto-actions.theme-after { position: relative; }
.callto-actions.theme-after .container { position: relative; z-index: 1; }
.callto-actions.theme-after:after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; opacity: 0.9; }
.callto-actions label { border: 1px solid rgba(255, 255, 255, 0.4); color: #ffffff; padding: 0 12px; font-size: 12px; border-radius: 10px; margin: 0 0 20px; }
.callto-actions p { font-size: 17px; margin: 0; }
@media (max-width: 767px) { .callto-actions p { font-size: 15px; } }
.callto-actions h4 { font-size: 28px; margin: 0 0 15px; font-weight: 500; }
@media (max-width: 767px) { .callto-actions h4 { font-size: 20px; margin: 0 0 10px; } }
.callto-actions h2 { font-size: 38px; margin: 0 0 15px; font-weight: 500; }
@media (max-width: 767px) { .callto-actions h2 { font-size: 24px; } }
.callto-actions .btn-bar { margin-top: 25px; }
@media (max-width: 767px) { .callto-actions .btn-bar { margin-top: 20px; } }

.callto-actions-down { border-bottom: 100px solid #2D323D; }
.callto-actions-down .callto-inner { margin-bottom: -100px; position: relative; z-index: 1; overflow: hidden; padding: 10% 5%; border-radius: 10px; text-align: center; }
.callto-actions-down .callto-inner:after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background: #78b82e; opacity: 0.9; z-index: -1; }
.callto-actions-down .callto-inner h2 { font-size: 42px; margin: 0 0 15px; font-weight: 500; }
@media (max-width: 991px) { .callto-actions-down .callto-inner h2 { font-size: 38px; } }
@media (max-width: 767px) { .callto-actions-down .callto-inner h2 { font-size: 30px; } }
.callto-actions-down .callto-inner p { font-size: 17px; margin: 0; }
.callto-actions-down .callto-inner .btn-bar { margin-top: 25px; }

/*---------------------------------
* Counter
-----------------------------------*/
.counter-col { text-align: center; position: relative; }
.counter-col:after { top: 10px; bottom: 10px; width: 2px; background: #ddd; left: -2px; content: ""; position: absolute; margin: auto; }
.counter-col h5 { font-size: 22px; margin: 0; font-weight: 600; }
.counter-col .count { font-size: 50px; line-height: 50px; padding: 0 0 15px; font-weight: 600; }
@media (max-width: 767px) { .counter-col .count { font-size: 35px; line-height: 35px; padding: 0 0 10px; } }
.counter-col h6 { font-size: 15px; text-transform: uppercase; letter-spacing: 1px; margin: 0; }
@media (max-width: 767px) { .counter-col h6 { letter-spacing: normal; font-size: 12px; } }

.counter-col-01 { text-align: center; position: relative; width: 200px; height: 200px; max-width: 100%; border-radius: 10px; z-index: 1; }
.counter-col-01:after, .counter-col-01:before { content: ""; width: 30px; height: 30px; background: currentColor; position: absolute; top: 0; bottom: 0; margin: auto; border-radius: 50%; border: 4px solid #ffffff; }
.counter-col-01:after { left: -15px; }
.counter-col-01:before { right: -15px; }
.counter-col-01.yellow { background: #ffbc5c; color: #ffbc5c; }
.counter-col-01.pink { background: #ff2560; color: #ff2560; }
.counter-col-01.blue { background: #255cff; color: #255cff; }
.counter-col-01.green { background: #1edee4; color: #1edee4; }
.counter-col-01 .count { font-size: 50px; line-height: 50px; padding: 0 0 15px; font-weight: 600; color: #ffffff; }
@media (max-width: 767px) { .counter-col-01 .count { font-size: 35px; line-height: 35px; padding: 0 0 10px; } }
.counter-col-01 h6 { font-size: 14px; font-weight: 400; margin: 0; color: rgba(255, 255, 255, 0.8); }
@media (max-width: 767px) { .counter-col-01 h6 { letter-spacing: normal; font-size: 12px; } }

/*---------------------------------
* Price Table
-----------------------------------*/
.price-table { text-align: center; 
  /* background: #ffffff;  */
  border-radius: 5px; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; 
  /* box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);  */
}
.price-table .icon { width: 110px; height: 110px; margin-top: 30px; margin-bottom: 20px; display: inline-block; vertical-align: top; position: relative; background: #f5f7fd; border-radius: 50%; overflow: hidden; }
.price-table .icon img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-width: 70%; max-height: 70%; margin: auto; }
.price-table h6 { font-weight: 600; font-size: 17px; margin: 0 0 12px; padding: 0 0 13px; position: relative; text-transform: uppercase; letter-spacing: 1px; }
.price-table h6:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; width: 40px; height: 2px; background: #78b82e; margin: auto; }
.price-table .pt-price { font-size: 25px; font-weight: 600; margin-bottom: 5px; }
.price-table .pt-price span { font-weight: 400; font-size: 14px; }
.price-table .pt-btn { padding: 30px 0 40px; }
.price-table ul { margin: 0; padding: 0; list-style: none; }
.price-table ul li { padding: 4px 0; }
.price-table ul li b { font-weight: normal; }
.price-table .pt-body { padding: 0 20px; }
.price-table.active { position: relative; z-index: 1; padding: 30px 0 30px; }

/*---------------------------------
* Brands
-----------------------------------*/
.brand-logo { background: #ffffff; text-align: center; padding: 5%; box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1); border-radius: 10px; position: relative; top: 0; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; }
.brand-logo:hover { top: -5px; }

/*---------------------------------
* Testimonials
-----------------------------------*/
.testimonial { text-align: center; padding: 40px 20px; border-radius: 5px; position: relative; top: 0; background: #ffffff; box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1); -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; }
.testimonial .avtar { display: inline-block; vertical-align: top; width: 110px; height: 110px; margin-bottom: 15px; border-radius: 50%; overflow: hidden; }
.testimonial .testimonial-content p { font-size: 17px; }
.testimonial .name span { font-size: 18px; font-weight: 600; display: block; }
.testimonial .name label { margin: 0; }

.owl-item .testimonial-01 { margin: 20px; }

.testimonial-01 { background: #ffffff; padding: 20px; border-radius: 5px; position: relative; z-index: 1; box-shadow: 0 5px 30px 0px rgba(89, 69, 230, 0.1); -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; }
.testimonial-01 .user-info { margin-bottom: 15px; }
.testimonial-01 .user-info .avtar { width: 70px; overflow: hidden; border: 5px solid #ffffff; height: 70px; box-shadow: -2px 0px 26px 1px rgba(47, 47, 47, 0.19); background: #ffffff; }
.testimonial-01 .user-info .name { padding-left: 20px; }
.testimonial-01 .user-info .name span { font-weight: 600; font-size: 16px; }
.testimonial-01 .user-info .name label { margin: 0; display: block; font-size: 13px; line-height: normal; color: #696969; }
.testimonial-01 .user-info .name label i { font-weight: 600; font-style: normal; }
.testimonial-01 .testimonial-content { width: 100%; display: inline-block; vertical-align: top; }
.testimonial-01 .testimonial-content p { margin: 0; }
.testimonial-01:hover { background: #78b82e; }
.testimonial-01:hover:after { background: #3451e7; }
.testimonial-01:hover .user-info .name span { color: #ffffff; }
.testimonial-01:hover .user-info .name label { color: rgba(255, 255, 255, 0.48); }
.testimonial-01:hover .user-info .name label i { color: rgba(255, 255, 255, 0.48); }
.testimonial-01:hover .user-info .social-icon a { color: rgba(255, 255, 255, 0.7); }
.testimonial-01:hover .user-info .social-icon a:hover { color: #ffffff; }
.testimonial-01:hover .testimonial-content { color: rgba(255, 255, 255, 0.6); }

/*---------------------------------
* Blog
-----------------------------------*/
.blog-item { background: #ffffff; border-radius: 5px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.1); position: relative; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; }
.blog-item .blog-info { padding: 20px; }
.blog-item .blog-info .cat-name { line-height: normal; position: absolute; top: 10px; left: 10px; }
.blog-item .blog-info .cat-name a { color: #ffffff; text-decoration: none; font-weight: 600; text-transform: uppercase; font-size: 10px; background: #78b82e; padding: 6px 15px; border-radius: 20px; display: inline-block; vertical-align: top; }
.blog-item .blog-info .cat-name a:hover { color: #ffffff; }
.blog-item .blog-info .blot-title { line-height: normal; margin: 0 0 10px; text-align: center; }
.blog-item .blog-info .blot-title a { color: #000; font-size: 18px; font-weight: 600; line-height: normal; letter-spacing: 0.5px; text-align: center; }
.blog-item .blog-info .blot-desc { margin-bottom: 20px; }
.blog-item .blog-info .blot-desc p { font-size: 15px; margin: 0; }
.blog-item .blog-info .blot-meta .post-date { font-size: 14px; font-weight: 400; color: #696969; }
.blog-item .blog-info .blot-meta .post-author .pa-avtar { width: 30px; height: 30px; border-radius: 50%; display: inline-block; vertical-align: middle; overflow: hidden; }
.blog-item .blog-info .blot-meta .post-author span { padding-left: 8px; font-size: 14px; font-weight: 400; color: #696969; margin: 0; white-space: nowrap; max-width: calc(100% - 54px); text-overflow: ellipsis; display: inline-block; overflow: hidden; vertical-align: middle; }

/*---------------------------------
* Accordion
-----------------------------------*/
.accordion-01 .acco-group { background: #ffffff; margin-bottom: 20px; border-radius: 5px; overflow: hidden; }
.accordion-01 .acco-group:last-child { margin-bottom: 0px; }
.accordion-01 .acco-group .acco-heading { padding: 12px 12px 12px 60px; position: relative; display: inline-block; vertical-align: top; width: 100%; color: #78b82e; }
.accordion-01 .acco-group .acco-heading i { height: 40px; width: 40px; background: #78b82e; color: #ffffff; text-align: center; line-height: 40px; border-radius: 5px; display: inline-block; vertical-align: top; position: absolute; top: 5px; left: 5px; }
.accordion-01 .acco-group .acco-des { padding: 20px; }
.accordion-01 .acco-group.acco-active .acco-heading { background: #78b82e; color: #ffffff; }
.accordion-01 .acco-group.acco-active .acco-heading i { color: #78b82e; background: #ffffff; }

/*Accordion*/
.accordion-02 .acco-group { background: #ffffff; overflow: hidden; border: 1px dashed #ddd; margin-top: -1px; }
.accordion-02 .acco-group .acco-heading { padding: 12px 12px 12px 60px; position: relative; display: inline-block; vertical-align: top; width: 100%; color: #78b82e; font-weight: 600; }
.accordion-02 .acco-group .acco-heading i { height: 30px; width: 30px; background: #78b82e; color: #ffffff; text-align: center; line-height: 30px; border-radius: 5px; display: inline-block; vertical-align: top; position: absolute; top: 12px; left: 12px; font-size: 12px; font-style: normal; }
.accordion-02 .acco-group .acco-des { padding: 20px; }
.accordion-02 .acco-group.acco-active { border-color: #78b82e; margin-bottom: 15px; }
.accordion-02 .acco-group.acco-active .acco-heading { background: #78b82e; color: #ffffff; }
.accordion-02 .acco-group.acco-active .acco-heading i { color: #78b82e; background: #ffffff; }

/*Accordion*/
.accordion-03 .acco-group { background: #ffffff; overflow: hidden; border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.accordion-03 .acco-group:last-child { border-bottom: none; }
.accordion-03 .acco-group .acco-heading { padding: 12px 12px 12px 35px; position: relative; display: inline-block; vertical-align: top; width: 100%; color: #696969; font-size: 16px; }
.accordion-03 .acco-group .acco-heading:after { content: ""; width: 7px; height: 7px; border-top: 1px solid #000000; border-left: 1px solid #000000; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); position: absolute; top: 20px; left: 10px; }
.accordion-03 .acco-group .acco-des { padding: 15px 0; border-top: 1px solid rgba(0, 0, 0, 0.2); }
.accordion-03 .acco-group.acco-active .acco-heading { color: #78b82e; }
.accordion-03 .acco-group.acco-active .acco-heading:after { -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 24px; border-color: #78b82e; }

/*---------------------------------
* Tab Style 1
-----------------------------------*/
.tab-style-1 .nav-link { display: block; padding: 20px 35px; text-transform: uppercase; position: relative; font-weight: 600;font-size:24px; }
@media (max-width: 767px) { .tab-style-1 .nav-link { font-size: 12px; padding: 10px 15px; } }
.tab-style-1 .nav-link:after { width: 0; height: 5px; position: absolute; top: -5px; content: ""; right: 0; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; }
.tab-style-1 .nav-link.active { background: #ffffff; position: relative; z-index: 1; box-shadow: 0px -12px 20px rgba(0, 0, 0, 0.12); }
.tab-style-1 .nav-link.active:after { width: 100%; left: 0; right: auto; }
.tab-style-1 .tab-pane { box-shadow: 0 6px 30px rgba(0, 0, 0, 0.30); padding: 60px 40px; background: #ffffff; }
@media (max-width: 991px) { .tab-style-1 .tab-pane { padding: 40px 30px; } }
@media (max-width: 767px) { .tab-style-1 .tab-pane { padding: 30px 20px; } }

/*tab-style-2*/
.tab-style-2 { position: relative; z-index: 1; }
.tab-style-2:after { content: ""; position: absolute; top: 75px; bottom: 0; left: 0; right: 0; margin: auto; border-radius: 5px; box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1); background: #ffffff; z-index: -1; }
.tab-style-2 .nav .nav-item .nav-link { display: inline-block; border: 1px solid #78b82e; position: relative; padding: 34px 20px 10px 20px; border-radius: 4px; background: #ffffff; z-index: 1; cursor: pointer; line-height: normal; }
@media (max-width: 767px) { .tab-style-2 .nav .nav-item .nav-link { padding: 0; } }
.tab-style-2 .nav .nav-item .nav-link .icon { width: 57px; height: 55px; display: inline-block; line-height: 55px; background: #78b82e; color: #ffffff; font-size: 18px; border: 2px solid #ffffff; border-top: none; position: absolute; left: 0; right: 0; margin: auto; top: -34px; cursor: pointer; border-radius: 50%; }
@media (max-width: 767px) { .tab-style-2 .nav .nav-item .nav-link .icon { position: relative; top: auto; border-radius: 0; border: 1px solid #78b82e; background: #ffffff; color: #78b82e; } }
.tab-style-2 .nav .nav-item .nav-link span { width: 100%; margin: 0; color: #78b82e; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; cursor: pointer; }
@media (max-width: 767px) { .tab-style-2 .nav .nav-item .nav-link span { display: none; } }
.tab-style-2 .nav .nav-item .nav-link.active { background: #78b82e; box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1); }
@media (max-width: 767px) { .tab-style-2 .nav .nav-item .nav-link.active .icon { background: #78b82e; color: #ffffff; } }
.tab-style-2 .nav .nav-item .nav-link.active span { color: #ffffff; }
.tab-style-2 .tab-pane { padding: 30px 50px; }
@media (max-width: 767px) { .tab-style-2 .tab-pane { padding: 30px 15px; } }

/*---------------------------------
* Brand Slider
-----------------------------------*/
.brand-slide img { opacity: 0.4; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; }
.brand-slide:hover img { opacity: 1; }

/*---------------------------------
* Portfolio
-----------------------------------*/
.portfolio-cols-3 { margin: 0 -20px; padding: 0; }
.portfolio-cols-3 .portfolio-item { padding: 20px; width: 33.333333%; list-style-type: none; }
@media (max-width: 991px) { .portfolio-cols-3 .portfolio-item { width: 50%; } }
@media (max-width: 767px) { .portfolio-cols-3 .portfolio-item { width: 100%; padding: 15px 0; } }

.portfolio-col { position: relative; }
.portfolio-col .portfolio-info { position: absolute; bottom: 10px; left: 10px; right: 10px; background: rgba(255, 255, 255, 0.95); padding: 15px; opacity: 0; -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; }
.portfolio-col .portfolio-info h5 { margin: 0 0 5px; font-size: 18px; font-weight: 500; }
.portfolio-col .portfolio-info h5 a { color: #78b82e; text-decoration: none; }
.portfolio-col .portfolio-info .gallery-link { position: absolute; width: 40px; height: 40px; border: 2px solid #000000; background: #ffffff; top: 0; right: 20px; bottom: 0; margin: auto; }
.portfolio-col .portfolio-info .gallery-link span { width: 16px; height: 16px; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; }
.portfolio-col .portfolio-info .gallery-link span:after, .portfolio-col .portfolio-info .gallery-link span:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background: #000; }
.portfolio-col .portfolio-info .gallery-link span:before { width: 2px; height: 100%; }
.portfolio-col .portfolio-info .gallery-link span:after { height: 2px; width: 100%; }
.portfolio-col:hover .portfolio-info { opacity: 1; }

/*---------------------------------
* Contact Us
-----------------------------------*/
.contact-form { padding: 8%; }
.contact-form .form-group { margin-bottom: 25px; }
.contact-form .form-group label { font-weight: 600; font-size: 12px; text-transform: uppercase; }
.contact-form .form-group .form-control { border-radius: 0; font-size: 14px; box-shadow: none !important; }
.contact-form .form-group .form-control:focus { border-color: #78b82e; }
.contact-form .form-group .form-control:not(textarea) { height: 45px; }
.contact-form .form-group textarea.form-control { height: 150px; }

/*Quote form*/
.get-quote-form { width: 400px; max-width: 100%; padding: 8%; border-radius: 5px; }
.get-quote-form h2 { font-size: 22px; font-weight: 500; margin: 0 0 20px; }
.get-quote-form .send { margin-top: 15px; }
.get-quote-form .form-group label { font-size: 12px; font-weight: 600; text-transform: uppercase; margin: 0; }
.get-quote-form .form-group textarea.form-control { height: 100px; }
.get-quote-form .form-group .form-control { border: 1px solid #d4d4d4; box-shadow: none !important; border-radius: 0; font-size: 14px; height: 45px; border-radius: 5px; }
.get-quote-form .form-group .form-control:focus { border: 1px solid #78b82e; }

/*---------------------------------
* Blog Details
-----------------------------------*/
.blog-lising .blog-item { margin-bottom: 40px; height: calc(100% - 30px); }

.bottom-pagination { margin-top: 20px; }

.sidebar-wrapper { padding: 25px; background: linear-gradient(to left, #fff 0%, #f1f5ff 110%); margin-left: 25px; border-left: 1px solid #dde5fb; min-height: 100%; }
@media (max-width: 991px) { .sidebar-wrapper { margin-left: 0; } }

.sidebar-widget { margin-bottom: 40px; }
.sidebar-widget p { font-size: 15px; line-height: normal; }
.sidebar-widget p:last-child { margin: 0; }
.sidebar-widget .widget-title { font-size: 20px; font-weight: 500; margin-bottom: 20px; position: relative; padding: 0 0 8px; color: #78b82e; }
.sidebar-widget .widget-title:after { content: ""; width: 50px; height: 2px; position: absolute; bottom: -1px; left: 0; }
.sidebar-widget ul { margin: 0; padding: 0; list-style: none; }
.sidebar-widget ul li { padding: 5px 0 5px 15px; position: relative; width: 100%; line-height: normal; }
.sidebar-widget ul li:after { content: ""; position: absolute; width: 7px; height: 7px; left: 0; top: 11px; border-top: 2px solid #000; border-right: 2px solid #000; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.sidebar-widget ul li:not(:first-child) { margin-top: 10px; }
.sidebar-widget ul a { color: #696969; border-bottom: 1px solid transparent; text-decoration: none; display: inline-block; vertical-align: top; line-height: normal; }
.sidebar-widget ul a:hover { border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.widget-search form { position: relative; }
.widget-search .form-control { padding-right: 45px; border-radius: 0; box-shadow: none; height: 45px; border: 1px solid rgba(0, 0, 0, 0.1); font-size: 14px; }
.widget-search .m-btn { position: absolute; right: 0; top: 0; height: 45px; width: 45px; text-align: center; line-height: 45px; border: none; border-radius: 10px; padding: 0; font-size: 22px; }

.widget-newsletter .newsletter-box { position: relative; }
.widget-newsletter .newsletter-box .form-control { padding-right: 45px; border-radius: 0; box-shadow: none; height: 45px; border: 1px solid rgba(0, 0, 0, 0.1); font-size: 14px; }
.widget-newsletter .m-btn { position: absolute; right: 0; top: 0; height: 45px; width: 45px; text-align: center; line-height: 45px; border: none; border-radius: 10px; padding: 0; }

/*Details page*/
.blog-detail-title { padding: 20px 0 15px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 30px; }
.blog-detail-title h2 { margin: 0; padding: 0 0 10px; font-weight: 500; font-size: 24px; }
.blog-detail-title .post-meta { line-height: normal; font-size: 12px; }
.blog-detail-title .post-meta a { color: #666; }
.blog-detail-title .post-meta span { display: inline-block; vertical-align: middle; font-size: 12px; text-transform: uppercase; margin-right: 10px; position: relative; padding-right: 10px; }
.blog-detail-title .post-meta span + span:after { content: ""; position: absolute; top: 0; bottom: 0; left: -11px; background: #000; height: 10px; width: 1px; margin: auto; opacity: 0.5; }

.bog-content-area { margin-bottom: 30px; position: relative; background: #fff; }
.bog-content-area .first-letter { font-size: 30px; height: 50px; line-height: 22px; padding: 15px 0; width: 50px; font-weight: 500; margin-top: 5px; margin: 0 15px 0 0; text-align: center; float: left; background: #222; color: #fff; }

.blog-tag-nav { margin-bottom: 40px; background: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 15px; }
.blog-tag-nav .social-icons { margin: 0; padding: 0; }
.blog-tag-nav .social-icons li { display: inline-block; vertical-align: middle; margin-right: 3px; }
.blog-tag-nav .social-icons li a { display: block; padding: 0; color: #78b82e; width: 30px; height: 30px; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 10px; text-align: center; line-height: 30px; border-radius: 0; background: transparent; -webkit-transition: ease all 0.3s; transition: ease all 0.3s; }
.blog-tag-nav .social-icons li a:hover { color: #78b82e; background: #fff; box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }

.pagination { margin: 0px; }
.pagination li > a, .pagination li > span { background: #f6f7f8; text-align: center; border-style: solid; border-color: rgba(0, 0, 0, 0.1) !important; border-width: 1px 1px 3px 1px; font-size: 13px; color: #78b82e; }
.pagination li > a:hover, .pagination li > a:focus, .pagination li > span:hover, .pagination li > span:focus { background: #fff; color: #78b82e; }
.pagination li:first-child > a, .pagination li:first-child > span { border-radius: 10px; }
.pagination li:last-child > a, .pagination li:last-child > span { border-radius: 10px; }
.pagination li.active > a, .pagination li.active > span, .pagination li.active .page-link { background: #78b82e; color: #ffffff; }
.pagination li.active > a:focus, .pagination li.active > a:hover, .pagination li.active > span:focus, .pagination li.active > span:hover, .pagination li.active .page-link:focus, .pagination li.active .page-link:hover { background: #78b82e; color: #ffffff; }

.blog-comment-area { margin-bottom: 50px; position: relative; background: #fff; }
.blog-comment-area h2 { font-size: 20px; font-weight: 700; margin-bottom: 30px; position: relative; padding: 0; color: #78b82e; }

.blog-comment { list-style: none; margin: 0; padding: 0; }
.blog-comment li { padding: 30px 0; border-bottom: 1px dashed rgba(0, 0, 0, 0.1); position: relative; }
.blog-comment li:first-child { padding-top: 0; }
.blog-comment li:last-child { border-bottom: none; padding-bottom: 0; }
.blog-comment li .btn-reply { float: right; border: 1px solid #ededed; padding: 0 8px; font-size: 10px; font-weight: 600; position: relative; }
.blog-comment li .person { font-weight: 600; color: #78b82e; }
.blog-comment li .date { font-style: italic; display: block; font-size: 12px; line-height: normal; margin-top: 5px; }
.blog-comment li .reply { position: absolute; top: 0; right: 15px; font-size: 10px; border: 1px solid #78b82e; line-height: normal; color: #fff; padding: 3px 8px; text-decoration: none; background: #78b82e; text-transform: uppercase; }
.blog-comment li .reply:after { content: ""; border-bottom: 9px solid transparent; border-left: 8px solid #696969; position: absolute; bottom: -10px; right: 0; }
.blog-comment li p { margin: 15px 0 0; }
.blog-comment li ul.child-comment { margin-left: 40px; list-style: none; padding: 0; }
.blog-comment li ul.child-comment li { border: none; padding-bottom: 0; border-top: 1px dashed rgba(0, 0, 0, 0.1); margin-top: 30px; padding-top: 30px; }

.blog-comment-form { position: relative; background: #fff; padding: 30px; border: 1px solid rgba(0, 0, 0, 0.1); }
.blog-comment-form h2 { font-size: 20px; font-weight: 700; margin-bottom: 30px; position: relative; padding: 0; color: #78b82e; }
.blog-comment-form .form-group label { font-weight: 500; font-size: 14px; line-height: normal; color: #78b82e; }
.blog-comment-form .form-group .form-control { border-radius: 0; box-shadow: none; font-size: 14px; border: 1px solid #dcdcdc; color: #000; }

blockquote.blockquote-left { padding: 0 0 0 50px; font-size: 16px; margin: 30px 0; font-weight: 600; font-style: italic; position: relative; }
blockquote.blockquote-left .quote-icon { position: absolute; top: 0; left: 0; font-size: 34px; }
blockquote.blockquote-left .quote-icon .parson { font-weight: 600; margin: 0; color: #111; }

.latest-post { margin: 0; padding: 0; }
.latest-post .item { width: 100%; display: inline-block; vertical-align: top; }
.latest-post .item:not(:last-child) { padding: 0 0 12px 0; margin: 0 0 12px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.latest-post .item:last-child { margin-bottom: 0; }
.latest-post .lp-text h6 { display: inline-block; max-width: 100%; margin: 0 0 8px; }
.latest-post .lp-text a { font-size: 15px; color: #696969; font-weight: 600; }
.latest-post .date { font-size: 12px; }
.latest-post .date a { font-size: 12px; }

.tagcloud { margin: 0; padding: 0; }
.tagcloud a { position: relative; padding: 6px 12px; line-height: 20px; font-weight: 400; border: 1px solid rgba(0, 0, 0, 0.1); margin-right: 4px; margin-bottom: 3px; display: inline-block; vertical-align: top; color: #78b82e; font-size: 14px !important; margin-top: 3px; border-radius: 10px; }
.tagcloud a:hover { background: #fff; box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); text-decoration: none; background: #333; color: #fff; border-color: #333; }

/*-----------------------
*	Footer
-------------------------*/
.footer { background: #ffffff; color: #000; }
.footer .footer-top { padding: 40px 0; background: #78b82e; }
.footer .footer-top h2 { font-weight: 500; font-size: 22px; color: #000; letter-spacing: 1px; margin: 0; }
@media (max-width: 991px) { .footer .footer-top h2 { margin-bottom: 20px; } }
.footer .social-icons { margin: 0; padding: 0; list-style: none; }
.footer .social-icons li { display: inline-block; margin-right: 10px; }
.footer .social-icons a { color: rgba(0, 0, 0, 0.7); }
.footer .social-icons a:hover { color: #000; }
.footer .footer-middle { padding: 80px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
@media (max-width: 991px) { .footer .footer-middle { padding: 40px 0; } }
@media (max-width: 767px) { .footer .footer-middle { padding: 20px 0; } }
.footer .footer-middle .newsletter-box { position: relative; margin-right: 15%; margin-top: 25px; }
@media (max-width: 767px) { .footer .footer-middle .newsletter-box { margin-right: 0; } }
.footer .footer-middle .newsletter-box .form-control { border-radius: 0; height: 48px; border: none; box-shadow: none !important; background: #ffffff; font-size: 14px; width: calc(100% - 75px); border-radius: 10px; padding-left: 25px; }
.footer .footer-middle .newsletter-box .m-btn { position: absolute; top: 0; right: 0; padding: 0; width: 60px; height: 48px; box-shadow: none; line-height: 38px; border-radius: 25px; }
.footer .footer-middle .newsletter-box .m-btn i { margin: 0; }
.footer .footer-middle h6 { color: #000; font-size: 16px; text-transform: uppercase; margin: 0 0 20px; letter-spacing: 1px; }
.footer .footer-middle .nav li:not(:last-child) { margin-bottom: 8px; }
.footer .footer-middle .nav p { color: #000; }
.footer .footer-middle .nav p:last-child { margin: 0; }
.footer .footer-middle .nav a { color: #000; font-size: 14px; letter-spacing: 1px; display: inline-block; vertical-align: top; position: relative; }
.footer .footer-middle .nav a:after { content: ""; position: absolute; bottom: 0; width: 0px; height: 1px; left: 0; background: rgba(255, 255, 255, 0.48); -moz-transition: ease all 0.55s; -o-transition: ease all 0.55s; -webkit-transition: ease all 0.55s; transition: ease all 0.55s; }
.footer .footer-middle .nav a:hover { color: #000; }
.footer .footer-middle .nav a:hover:after { width: 100%; }
.footer .footer-bottom { padding: 20px 0; }
.footer .footer-bottom p { margin: 0; font-size: 14px; font-weight: 400; }
@media (max-width: 991px) { .footer .footer-bottom p { margin-bottom: 15px; } }

/* -----------------------------
	Margina Padding
-------------------------------*/
.m-0px { margin: 0px; }

.m-0px-lr { margin-left: 0px; margin-right: 0px; }

.m-0px-l { margin-left: 0px; }

.m-0px-r { margin-right: 0px; }

.m-0px-tb { margin-top: 0px; margin-bottom: 0px; }

.m-0px-t { margin-top: 0px; }

.m-0px-b { margin-bottom: 0px; }

.p-0px { padding: 0px; }

.p-0px-lr { padding-left: 0px; padding-right: 0px; }

.p-0px-l { padding-left: 0px; }

.p-0px-r { padding-right: 0px; }

.p-0px-tb { padding-top: 0px; padding-bottom: 0px; }

.p-0px-t { padding-top: 0px; }

.p-0px-b { padding-bottom: 0px; }

.m-5px { margin: 5px; }

.m-5px-lr { margin-left: 5px; margin-right: 5px; }

.m-5px-l { margin-left: 5px; }

.m-5px-r { margin-right: 5px; }

.m-5px-tb { margin-top: 5px; margin-bottom: 5px; }

.m-5px-t { margin-top: 5px; }

.m-5px-b { margin-bottom: 5px; }

.p-5px { padding: 5px; }

.p-5px-lr { padding-left: 5px; padding-right: 5px; }

.p-5px-l { padding-left: 5px; }

.p-5px-r { padding-right: 5px; }

.p-5px-tb { padding-top: 5px; padding-bottom: 5px; }

.p-5px-t { padding-top: 5px; }

.p-5px-b { padding-bottom: 5px; }

.m-10px { margin: 10px; }

.m-10px-lr { margin-left: 10px; margin-right: 10px; }

.m-10px-l { margin-left: 10px; }

.m-10px-r { margin-right: 10px; }

.m-10px-tb { margin-top: 10px; margin-bottom: 10px; }

.m-10px-t { margin-top: 10px; }

.m-10px-b { margin-bottom: 10px; }

.p-10px { padding: 10px; }

.p-10px-lr { padding-left: 10px; padding-right: 10px; }

.p-10px-l { padding-left: 10px; }

.p-10px-r { padding-right: 10px; }

.p-10px-tb { padding-top: 10px; padding-bottom: 10px; }

.p-10px-t { padding-top: 10px; }

.p-10px-b { padding-bottom: 10px; }

.m-15px { margin: 15px; }

.m-15px-lr { margin-left: 15px; margin-right: 15px; }

.m-15px-l { margin-left: 15px; }

.m-15px-r { margin-right: 15px; }

.m-15px-tb { margin-top: 15px; margin-bottom: 15px; }

.m-15px-t { margin-top: 15px; }

.m-15px-b { margin-bottom: 15px; }

.p-15px { padding: 15px; }

.p-15px-lr { padding-left: 15px; padding-right: 15px; }

.p-15px-l { padding-left: 15px; }

.p-15px-r { padding-right: 15px; }

.p-15px-tb { padding-top: 15px; padding-bottom: 15px; }

.p-15px-t { padding-top: 15px; }

.p-15px-b { padding-bottom: 15px; }

.m-20px { margin: 20px; }

.m-20px-lr { margin-left: 20px; margin-right: 20px; }

.m-20px-l { margin-left: 20px; }

.m-20px-r { margin-right: 20px; }

.m-20px-tb { margin-top: 20px; margin-bottom: 20px; }

.m-20px-t { margin-top: 20px; }

.m-20px-b { margin-bottom: 20px; }

.p-20px { padding: 20px; }

.p-20px-lr { padding-left: 20px; padding-right: 20px; }

.p-20px-l { padding-left: 20px; }

.p-20px-r { padding-right: 20px; }

.p-20px-tb { padding-top: 20px; padding-bottom: 20px; }

.p-20px-t { padding-top: 20px; }

.p-20px-b { padding-bottom: 20px; }

.m-25px { margin: 25px; }

.m-25px-lr { margin-left: 25px; margin-right: 25px; }

.m-25px-l { margin-left: 25px; }

.m-25px-r { margin-right: 25px; }

.m-25px-tb { margin-top: 25px; margin-bottom: 25px; }

.m-25px-t { margin-top: 25px; }

.m-25px-b { margin-bottom: 25px; }

.p-25px { padding: 25px; }

.p-25px-lr { padding-left: 25px; padding-right: 25px; }

.p-25px-l { padding-left: 25px; }

.p-25px-r { padding-right: 25px; }

.p-25px-tb { padding-top: 25px; padding-bottom: 25px; }

.p-25px-t { padding-top: 25px; }

.p-25px-b { padding-bottom: 25px; }

.m-30px { margin: 30px; }

.m-30px-lr { margin-left: 30px; margin-right: 30px; }

.m-30px-l { margin-left: 30px; }

.m-30px-r { margin-right: 30px; }

.m-30px-tb { margin-top: 30px; margin-bottom: 30px; }

.m-30px-t { margin-top: 30px; }

.m-30px-b { margin-bottom: 30px; }

.p-30px { padding: 30px; }

.p-30px-lr { padding-left: 30px; padding-right: 30px; }

.p-30px-l { padding-left: 30px; }

.p-30px-r { padding-right: 30px; }

.p-30px-tb { padding-top: 30px; padding-bottom: 30px; }

.p-30px-t { padding-top: 30px; }

.p-30px-b { padding-bottom: 30px; }

.m-35px { margin: 35px; }

.m-35px-lr { margin-left: 35px; margin-right: 35px; }

.m-35px-l { margin-left: 35px; }

.m-35px-r { margin-right: 35px; }

.m-35px-tb { margin-top: 35px; margin-bottom: 35px; }

.m-35px-t { margin-top: 35px; }

.m-35px-b { margin-bottom: 35px; }

.p-35px { padding: 35px; }

.p-35px-lr { padding-left: 35px; padding-right: 35px; }

.p-35px-l { padding-left: 35px; }

.p-35px-r { padding-right: 35px; }

.p-35px-tb { padding-top: 35px; padding-bottom: 35px; }

.p-35px-t { padding-top: 35px; }

.p-35px-b { padding-bottom: 35px; }

.m-40px { margin: 40px; }

.m-40px-lr { margin-left: 40px; margin-right: 40px; }

.m-40px-l { margin-left: 40px; }

.m-40px-r { margin-right: 40px; }

.m-40px-tb { margin-top: 40px; margin-bottom: 40px; }

.m-40px-t { margin-top: 40px; }

.m-40px-b { margin-bottom: 40px; }

.p-40px { padding: 40px; }

.p-40px-lr { padding-left: 40px; padding-right: 40px; }

.p-40px-l { padding-left: 40px; }

.p-40px-r { padding-right: 40px; }

.p-40px-tb { padding-top: 40px; padding-bottom: 40px; }

.p-40px-t { padding-top: 40px; }

.p-40px-b { padding-bottom: 40px; }

.m-45px { margin: 45px; }

.m-45px-lr { margin-left: 45px; margin-right: 45px; }

.m-45px-l { margin-left: 45px; }

.m-45px-r { margin-right: 45px; }

.m-45px-tb { margin-top: 45px; margin-bottom: 45px; }

.m-45px-t { margin-top: 45px; }

.m-45px-b { margin-bottom: 45px; }

.p-45px { padding: 45px; }

.p-45px-lr { padding-left: 45px; padding-right: 45px; }

.p-45px-l { padding-left: 45px; }

.p-45px-r { padding-right: 45px; }

.p-45px-tb { padding-top: 45px; padding-bottom: 45px; }

.p-45px-t { padding-top: 45px; }

.p-45px-b { padding-bottom: 45px; }

.m-50px { margin: 50px; }

.m-50px-lr { margin-left: 50px; margin-right: 50px; }

.m-50px-l { margin-left: 50px; }

.m-50px-r { margin-right: 50px; }

.m-50px-tb { margin-top: 50px; margin-bottom: 50px; }

.m-50px-t { margin-top: 50px; }

.m-50px-b { margin-bottom: 50px; }

.p-50px { padding: 50px; }

.p-50px-lr { padding-left: 50px; padding-right: 50px; }

.p-50px-l { padding-left: 50px; }

.p-50px-r { padding-right: 50px; }

.p-50px-tb { padding-top: 50px; padding-bottom: 50px; }

.p-50px-t { padding-top: 50px; }

.p-50px-b { padding-bottom: 50px; }

.m-55px { margin: 55px; }

.m-55px-lr { margin-left: 55px; margin-right: 55px; }

.m-55px-l { margin-left: 55px; }

.m-55px-r { margin-right: 55px; }

.m-55px-tb { margin-top: 55px; margin-bottom: 55px; }

.m-55px-t { margin-top: 55px; }

.m-55px-b { margin-bottom: 55px; }

.p-55px { padding: 55px; }

.p-55px-lr { padding-left: 55px; padding-right: 55px; }

.p-55px-l { padding-left: 55px; }

.p-55px-r { padding-right: 55px; }

.p-55px-tb { padding-top: 55px; padding-bottom: 55px; }

.p-55px-t { padding-top: 55px; }

.p-55px-b { padding-bottom: 55px; }

.m-60px { margin: 60px; }

.m-60px-lr { margin-left: 60px; margin-right: 60px; }

.m-60px-l { margin-left: 60px; }

.m-60px-r { margin-right: 60px; }

.m-60px-tb { margin-top: 60px; margin-bottom: 60px; }

.m-60px-t { margin-top: 60px; }

.m-60px-b { margin-bottom: 60px; }

.p-60px { padding: 60px; }

.p-60px-lr { padding-left: 60px; padding-right: 60px; }

.p-60px-l { padding-left: 60px; }

.p-60px-r { padding-right: 60px; }

.p-60px-tb { padding-top: 60px; padding-bottom: 60px; }

.p-60px-t { padding-top: 60px; }

.p-60px-b { padding-bottom: 60px; }

.m-65px { margin: 65px; }

.m-65px-lr { margin-left: 65px; margin-right: 65px; }

.m-65px-l { margin-left: 65px; }

.m-65px-r { margin-right: 65px; }

.m-65px-tb { margin-top: 65px; margin-bottom: 65px; }

.m-65px-t { margin-top: 65px; }

.m-65px-b { margin-bottom: 65px; }

.p-65px { padding: 65px; }

.p-65px-lr { padding-left: 65px; padding-right: 65px; }

.p-65px-l { padding-left: 65px; }

.p-65px-r { padding-right: 65px; }

.p-65px-tb { padding-top: 65px; padding-bottom: 65px; }

.p-65px-t { padding-top: 65px; }

.p-65px-b { padding-bottom: 65px; }

.m-70px { margin: 70px; }

.m-70px-lr { margin-left: 70px; margin-right: 70px; }

.m-70px-l { margin-left: 70px; }

.m-70px-r { margin-right: 70px; }

.m-70px-tb { margin-top: 70px; margin-bottom: 70px; }

.m-70px-t { margin-top: 70px; }

.m-70px-b { margin-bottom: 70px; }

.p-70px { padding: 70px; }

.p-70px-lr { padding-left: 70px; padding-right: 70px; }

.p-70px-l { padding-left: 70px; }

.p-70px-r { padding-right: 70px; }

.p-70px-tb { padding-top: 70px; padding-bottom: 70px; }

.p-70px-t { padding-top: 70px; }

.p-70px-b { padding-bottom: 70px; }

.m-75px { margin: 75px; }

.m-75px-lr { margin-left: 75px; margin-right: 75px; }

.m-75px-l { margin-left: 75px; }

.m-75px-r { margin-right: 75px; }

.m-75px-tb { margin-top: 75px; margin-bottom: 75px; }

.m-75px-t { margin-top: 75px; }

.m-75px-b { margin-bottom: 75px; }

.p-75px { padding: 75px; }

.p-75px-lr { padding-left: 75px; padding-right: 75px; }

.p-75px-l { padding-left: 75px; }

.p-75px-r { padding-right: 75px; }

.p-75px-tb { padding-top: 75px; padding-bottom: 75px; }

.p-75px-t { padding-top: 75px; }

.p-75px-b { padding-bottom: 75px; }

.m-80px { margin: 80px; }

.m-80px-lr { margin-left: 80px; margin-right: 80px; }

.m-80px-l { margin-left: 80px; }

.m-80px-r { margin-right: 80px; }

.m-80px-tb { margin-top: 80px; margin-bottom: 80px; }

.m-80px-t { margin-top: 80px; }

.m-80px-b { margin-bottom: 80px; }

.p-80px { padding: 80px; }

.p-80px-lr { padding-left: 80px; padding-right: 80px; }

.p-80px-l { padding-left: 80px; }

.p-80px-r { padding-right: 80px; }

.p-80px-tb { padding-top: 80px; padding-bottom: 80px; }

.p-80px-t { padding-top: 80px; }

.p-80px-b { padding-bottom: 80px; }

.m-85px { margin: 85px; }

.m-85px-lr { margin-left: 85px; margin-right: 85px; }

.m-85px-l { margin-left: 85px; }

.m-85px-r { margin-right: 85px; }

.m-85px-tb { margin-top: 85px; margin-bottom: 85px; }

.m-85px-t { margin-top: 85px; }

.m-85px-b { margin-bottom: 85px; }

.p-85px { padding: 85px; }

.p-85px-lr { padding-left: 85px; padding-right: 85px; }

.p-85px-l { padding-left: 85px; }

.p-85px-r { padding-right: 85px; }

.p-85px-tb { padding-top: 85px; padding-bottom: 85px; }

.p-85px-t { padding-top: 85px; }

.p-85px-b { padding-bottom: 85px; }

.m-90px { margin: 90px; }

.m-90px-lr { margin-left: 90px; margin-right: 90px; }

.m-90px-l { margin-left: 90px; }

.m-90px-r { margin-right: 90px; }

.m-90px-tb { margin-top: 90px; margin-bottom: 90px; }

.m-90px-t { margin-top: 90px; }

.m-90px-b { margin-bottom: 90px; }

.p-90px { padding: 90px; }

.p-90px-lr { padding-left: 90px; padding-right: 90px; }

.p-90px-l { padding-left: 90px; }

.p-90px-r { padding-right: 90px; }

.p-90px-tb { padding-top: 90px; padding-bottom: 90px; }

.p-90px-t { padding-top: 90px; }

.p-90px-b { padding-bottom: 90px; }

.m-95px { margin: 95px; }

.m-95px-lr { margin-left: 95px; margin-right: 95px; }

.m-95px-l { margin-left: 95px; }

.m-95px-r { margin-right: 95px; }

.m-95px-tb { margin-top: 95px; margin-bottom: 95px; }

.m-95px-t { margin-top: 95px; }

.m-95px-b { margin-bottom: 95px; }

.p-95px { padding: 95px; }

.p-95px-lr { padding-left: 95px; padding-right: 95px; }

.p-95px-l { padding-left: 95px; }

.p-95px-r { padding-right: 95px; }

.p-95px-tb { padding-top: 95px; padding-bottom: 95px; }

.p-95px-t { padding-top: 95px; }

.p-95px-b { padding-bottom: 95px; }

.m-100px { margin: 100px; }

.m-100px-lr { margin-left: 100px; margin-right: 100px; }

.m-100px-l { margin-left: 100px; }

.m-100px-r { margin-right: 100px; }

.m-100px-tb { margin-top: 100px; margin-bottom: 100px; }

.m-100px-t { margin-top: 100px; }

.m-100px-b { margin-bottom: 100px; }

.p-100px { padding: 100px; }

.p-100px-lr { padding-left: 100px; padding-right: 100px; }

.p-100px-l { padding-left: 100px; }

.p-100px-r { padding-right: 100px; }

.p-100px-tb { padding-top: 100px; padding-bottom: 100px; }

.p-100px-t { padding-top: 100px; }

.p-100px-b { padding-bottom: 100px; }

@media (max-width: 1200px) { .lg-m-0px { margin: 0px; }
  .lg-m-0px-lr { margin-left: 0px; margin-right: 0px; }
  .lg-m-0px-l { margin-left: 0px; }
  .lg-m-0px-r { margin-right: 0px; }
  .lg-m-0px-tb { margin-top: 0px; margin-bottom: 0px; }
  .lg-m-0px-t { margin-top: 0px; }
  .lg-m-0px-b { margin-bottom: 0px; }
  .lg-p-0px { padding: 0px; }
  .lg-p-0px-lr { padding-left: 0px; padding-right: 0px; }
  .lg-p-0px-l { padding-left: 0px; }
  .lg-p-0px-r { padding-right: 0px; }
  .lg-p-0px-tb { padding-top: 0px; padding-bottom: 0px; }
  .lg-p-0px-t { padding-top: 0px; }
  .lg-p-0px-b { padding-bottom: 0px; }
  .lg-m-5px { margin: 5px; }
  .lg-m-5px-lr { margin-left: 5px; margin-right: 5px; }
  .lg-m-5px-l { margin-left: 5px; }
  .lg-m-5px-r { margin-right: 5px; }
  .lg-m-5px-tb { margin-top: 5px; margin-bottom: 5px; }
  .lg-m-5px-t { margin-top: 5px; }
  .lg-m-5px-b { margin-bottom: 5px; }
  .lg-p-5px { padding: 5px; }
  .lg-p-5px-lr { padding-left: 5px; padding-right: 5px; }
  .lg-p-5px-l { padding-left: 5px; }
  .lg-p-5px-r { padding-right: 5px; }
  .lg-p-5px-tb { padding-top: 5px; padding-bottom: 5px; }
  .lg-p-5px-t { padding-top: 5px; }
  .lg-p-5px-b { padding-bottom: 5px; }
  .lg-m-10px { margin: 10px; }
  .lg-m-10px-lr { margin-left: 10px; margin-right: 10px; }
  .lg-m-10px-l { margin-left: 10px; }
  .lg-m-10px-r { margin-right: 10px; }
  .lg-m-10px-tb { margin-top: 10px; margin-bottom: 10px; }
  .lg-m-10px-t { margin-top: 10px; }
  .lg-m-10px-b { margin-bottom: 10px; }
  .lg-p-10px { padding: 10px; }
  .lg-p-10px-lr { padding-left: 10px; padding-right: 10px; }
  .lg-p-10px-l { padding-left: 10px; }
  .lg-p-10px-r { padding-right: 10px; }
  .lg-p-10px-tb { padding-top: 10px; padding-bottom: 10px; }
  .lg-p-10px-t { padding-top: 10px; }
  .lg-p-10px-b { padding-bottom: 10px; }
  .lg-m-15px { margin: 15px; }
  .lg-m-15px-lr { margin-left: 15px; margin-right: 15px; }
  .lg-m-15px-l { margin-left: 15px; }
  .lg-m-15px-r { margin-right: 15px; }
  .lg-m-15px-tb { margin-top: 15px; margin-bottom: 15px; }
  .lg-m-15px-t { margin-top: 15px; }
  .lg-m-15px-b { margin-bottom: 15px; }
  .lg-p-15px { padding: 15px; }
  .lg-p-15px-lr { padding-left: 15px; padding-right: 15px; }
  .lg-p-15px-l { padding-left: 15px; }
  .lg-p-15px-r { padding-right: 15px; }
  .lg-p-15px-tb { padding-top: 15px; padding-bottom: 15px; }
  .lg-p-15px-t { padding-top: 15px; }
  .lg-p-15px-b { padding-bottom: 15px; }
  .lg-m-20px { margin: 20px; }
  .lg-m-20px-lr { margin-left: 20px; margin-right: 20px; }
  .lg-m-20px-l { margin-left: 20px; }
  .lg-m-20px-r { margin-right: 20px; }
  .lg-m-20px-tb { margin-top: 20px; margin-bottom: 20px; }
  .lg-m-20px-t { margin-top: 20px; }
  .lg-m-20px-b { margin-bottom: 20px; }
  .lg-p-20px { padding: 20px; }
  .lg-p-20px-lr { padding-left: 20px; padding-right: 20px; }
  .lg-p-20px-l { padding-left: 20px; }
  .lg-p-20px-r { padding-right: 20px; }
  .lg-p-20px-tb { padding-top: 20px; padding-bottom: 20px; }
  .lg-p-20px-t { padding-top: 20px; }
  .lg-p-20px-b { padding-bottom: 20px; }
  .lg-m-25px { margin: 25px; }
  .lg-m-25px-lr { margin-left: 25px; margin-right: 25px; }
  .lg-m-25px-l { margin-left: 25px; }
  .lg-m-25px-r { margin-right: 25px; }
  .lg-m-25px-tb { margin-top: 25px; margin-bottom: 25px; }
  .lg-m-25px-t { margin-top: 25px; }
  .lg-m-25px-b { margin-bottom: 25px; }
  .lg-p-25px { padding: 25px; }
  .lg-p-25px-lr { padding-left: 25px; padding-right: 25px; }
  .lg-p-25px-l { padding-left: 25px; }
  .lg-p-25px-r { padding-right: 25px; }
  .lg-p-25px-tb { padding-top: 25px; padding-bottom: 25px; }
  .lg-p-25px-t { padding-top: 25px; }
  .lg-p-25px-b { padding-bottom: 25px; }
  .lg-m-30px { margin: 30px; }
  .lg-m-30px-lr { margin-left: 30px; margin-right: 30px; }
  .lg-m-30px-l { margin-left: 30px; }
  .lg-m-30px-r { margin-right: 30px; }
  .lg-m-30px-tb { margin-top: 30px; margin-bottom: 30px; }
  .lg-m-30px-t { margin-top: 30px; }
  .lg-m-30px-b { margin-bottom: 30px; }
  .lg-p-30px { padding: 30px; }
  .lg-p-30px-lr { padding-left: 30px; padding-right: 30px; }
  .lg-p-30px-l { padding-left: 30px; }
  .lg-p-30px-r { padding-right: 30px; }
  .lg-p-30px-tb { padding-top: 30px; padding-bottom: 30px; }
  .lg-p-30px-t { padding-top: 30px; }
  .lg-p-30px-b { padding-bottom: 30px; }
  .lg-m-35px { margin: 35px; }
  .lg-m-35px-lr { margin-left: 35px; margin-right: 35px; }
  .lg-m-35px-l { margin-left: 35px; }
  .lg-m-35px-r { margin-right: 35px; }
  .lg-m-35px-tb { margin-top: 35px; margin-bottom: 35px; }
  .lg-m-35px-t { margin-top: 35px; }
  .lg-m-35px-b { margin-bottom: 35px; }
  .lg-p-35px { padding: 35px; }
  .lg-p-35px-lr { padding-left: 35px; padding-right: 35px; }
  .lg-p-35px-l { padding-left: 35px; }
  .lg-p-35px-r { padding-right: 35px; }
  .lg-p-35px-tb { padding-top: 35px; padding-bottom: 35px; }
  .lg-p-35px-t { padding-top: 35px; }
  .lg-p-35px-b { padding-bottom: 35px; }
  .lg-m-40px { margin: 40px; }
  .lg-m-40px-lr { margin-left: 40px; margin-right: 40px; }
  .lg-m-40px-l { margin-left: 40px; }
  .lg-m-40px-r { margin-right: 40px; }
  .lg-m-40px-tb { margin-top: 40px; margin-bottom: 40px; }
  .lg-m-40px-t { margin-top: 40px; }
  .lg-m-40px-b { margin-bottom: 40px; }
  .lg-p-40px { padding: 40px; }
  .lg-p-40px-lr { padding-left: 40px; padding-right: 40px; }
  .lg-p-40px-l { padding-left: 40px; }
  .lg-p-40px-r { padding-right: 40px; }
  .lg-p-40px-tb { padding-top: 40px; padding-bottom: 40px; }
  .lg-p-40px-t { padding-top: 40px; }
  .lg-p-40px-b { padding-bottom: 40px; }
  .lg-m-45px { margin: 45px; }
  .lg-m-45px-lr { margin-left: 45px; margin-right: 45px; }
  .lg-m-45px-l { margin-left: 45px; }
  .lg-m-45px-r { margin-right: 45px; }
  .lg-m-45px-tb { margin-top: 45px; margin-bottom: 45px; }
  .lg-m-45px-t { margin-top: 45px; }
  .lg-m-45px-b { margin-bottom: 45px; }
  .lg-p-45px { padding: 45px; }
  .lg-p-45px-lr { padding-left: 45px; padding-right: 45px; }
  .lg-p-45px-l { padding-left: 45px; }
  .lg-p-45px-r { padding-right: 45px; }
  .lg-p-45px-tb { padding-top: 45px; padding-bottom: 45px; }
  .lg-p-45px-t { padding-top: 45px; }
  .lg-p-45px-b { padding-bottom: 45px; }
  .lg-m-50px { margin: 50px; }
  .lg-m-50px-lr { margin-left: 50px; margin-right: 50px; }
  .lg-m-50px-l { margin-left: 50px; }
  .lg-m-50px-r { margin-right: 50px; }
  .lg-m-50px-tb { margin-top: 50px; margin-bottom: 50px; }
  .lg-m-50px-t { margin-top: 50px; }
  .lg-m-50px-b { margin-bottom: 50px; }
  .lg-p-50px { padding: 50px; }
  .lg-p-50px-lr { padding-left: 50px; padding-right: 50px; }
  .lg-p-50px-l { padding-left: 50px; }
  .lg-p-50px-r { padding-right: 50px; }
  .lg-p-50px-tb { padding-top: 50px; padding-bottom: 50px; }
  .lg-p-50px-t { padding-top: 50px; }
  .lg-p-50px-b { padding-bottom: 50px; }
  .lg-m-55px { margin: 55px; }
  .lg-m-55px-lr { margin-left: 55px; margin-right: 55px; }
  .lg-m-55px-l { margin-left: 55px; }
  .lg-m-55px-r { margin-right: 55px; }
  .lg-m-55px-tb { margin-top: 55px; margin-bottom: 55px; }
  .lg-m-55px-t { margin-top: 55px; }
  .lg-m-55px-b { margin-bottom: 55px; }
  .lg-p-55px { padding: 55px; }
  .lg-p-55px-lr { padding-left: 55px; padding-right: 55px; }
  .lg-p-55px-l { padding-left: 55px; }
  .lg-p-55px-r { padding-right: 55px; }
  .lg-p-55px-tb { padding-top: 55px; padding-bottom: 55px; }
  .lg-p-55px-t { padding-top: 55px; }
  .lg-p-55px-b { padding-bottom: 55px; }
  .lg-m-60px { margin: 60px; }
  .lg-m-60px-lr { margin-left: 60px; margin-right: 60px; }
  .lg-m-60px-l { margin-left: 60px; }
  .lg-m-60px-r { margin-right: 60px; }
  .lg-m-60px-tb { margin-top: 60px; margin-bottom: 60px; }
  .lg-m-60px-t { margin-top: 60px; }
  .lg-m-60px-b { margin-bottom: 60px; }
  .lg-p-60px { padding: 60px; }
  .lg-p-60px-lr { padding-left: 60px; padding-right: 60px; }
  .lg-p-60px-l { padding-left: 60px; }
  .lg-p-60px-r { padding-right: 60px; }
  .lg-p-60px-tb { padding-top: 60px; padding-bottom: 60px; }
  .lg-p-60px-t { padding-top: 60px; }
  .lg-p-60px-b { padding-bottom: 60px; }
  .lg-m-65px { margin: 65px; }
  .lg-m-65px-lr { margin-left: 65px; margin-right: 65px; }
  .lg-m-65px-l { margin-left: 65px; }
  .lg-m-65px-r { margin-right: 65px; }
  .lg-m-65px-tb { margin-top: 65px; margin-bottom: 65px; }
  .lg-m-65px-t { margin-top: 65px; }
  .lg-m-65px-b { margin-bottom: 65px; }
  .lg-p-65px { padding: 65px; }
  .lg-p-65px-lr { padding-left: 65px; padding-right: 65px; }
  .lg-p-65px-l { padding-left: 65px; }
  .lg-p-65px-r { padding-right: 65px; }
  .lg-p-65px-tb { padding-top: 65px; padding-bottom: 65px; }
  .lg-p-65px-t { padding-top: 65px; }
  .lg-p-65px-b { padding-bottom: 65px; }
  .lg-m-70px { margin: 70px; }
  .lg-m-70px-lr { margin-left: 70px; margin-right: 70px; }
  .lg-m-70px-l { margin-left: 70px; }
  .lg-m-70px-r { margin-right: 70px; }
  .lg-m-70px-tb { margin-top: 70px; margin-bottom: 70px; }
  .lg-m-70px-t { margin-top: 70px; }
  .lg-m-70px-b { margin-bottom: 70px; }
  .lg-p-70px { padding: 70px; }
  .lg-p-70px-lr { padding-left: 70px; padding-right: 70px; }
  .lg-p-70px-l { padding-left: 70px; }
  .lg-p-70px-r { padding-right: 70px; }
  .lg-p-70px-tb { padding-top: 70px; padding-bottom: 70px; }
  .lg-p-70px-t { padding-top: 70px; }
  .lg-p-70px-b { padding-bottom: 70px; }
  .lg-m-75px { margin: 75px; }
  .lg-m-75px-lr { margin-left: 75px; margin-right: 75px; }
  .lg-m-75px-l { margin-left: 75px; }
  .lg-m-75px-r { margin-right: 75px; }
  .lg-m-75px-tb { margin-top: 75px; margin-bottom: 75px; }
  .lg-m-75px-t { margin-top: 75px; }
  .lg-m-75px-b { margin-bottom: 75px; }
  .lg-p-75px { padding: 75px; }
  .lg-p-75px-lr { padding-left: 75px; padding-right: 75px; }
  .lg-p-75px-l { padding-left: 75px; }
  .lg-p-75px-r { padding-right: 75px; }
  .lg-p-75px-tb { padding-top: 75px; padding-bottom: 75px; }
  .lg-p-75px-t { padding-top: 75px; }
  .lg-p-75px-b { padding-bottom: 75px; }
  .lg-m-80px { margin: 80px; }
  .lg-m-80px-lr { margin-left: 80px; margin-right: 80px; }
  .lg-m-80px-l { margin-left: 80px; }
  .lg-m-80px-r { margin-right: 80px; }
  .lg-m-80px-tb { margin-top: 80px; margin-bottom: 80px; }
  .lg-m-80px-t { margin-top: 80px; }
  .lg-m-80px-b { margin-bottom: 80px; }
  .lg-p-80px { padding: 80px; }
  .lg-p-80px-lr { padding-left: 80px; padding-right: 80px; }
  .lg-p-80px-l { padding-left: 80px; }
  .lg-p-80px-r { padding-right: 80px; }
  .lg-p-80px-tb { padding-top: 80px; padding-bottom: 80px; }
  .lg-p-80px-t { padding-top: 80px; }
  .lg-p-80px-b { padding-bottom: 80px; }
  .lg-m-85px { margin: 85px; }
  .lg-m-85px-lr { margin-left: 85px; margin-right: 85px; }
  .lg-m-85px-l { margin-left: 85px; }
  .lg-m-85px-r { margin-right: 85px; }
  .lg-m-85px-tb { margin-top: 85px; margin-bottom: 85px; }
  .lg-m-85px-t { margin-top: 85px; }
  .lg-m-85px-b { margin-bottom: 85px; }
  .lg-p-85px { padding: 85px; }
  .lg-p-85px-lr { padding-left: 85px; padding-right: 85px; }
  .lg-p-85px-l { padding-left: 85px; }
  .lg-p-85px-r { padding-right: 85px; }
  .lg-p-85px-tb { padding-top: 85px; padding-bottom: 85px; }
  .lg-p-85px-t { padding-top: 85px; }
  .lg-p-85px-b { padding-bottom: 85px; }
  .lg-m-90px { margin: 90px; }
  .lg-m-90px-lr { margin-left: 90px; margin-right: 90px; }
  .lg-m-90px-l { margin-left: 90px; }
  .lg-m-90px-r { margin-right: 90px; }
  .lg-m-90px-tb { margin-top: 90px; margin-bottom: 90px; }
  .lg-m-90px-t { margin-top: 90px; }
  .lg-m-90px-b { margin-bottom: 90px; }
  .lg-p-90px { padding: 90px; }
  .lg-p-90px-lr { padding-left: 90px; padding-right: 90px; }
  .lg-p-90px-l { padding-left: 90px; }
  .lg-p-90px-r { padding-right: 90px; }
  .lg-p-90px-tb { padding-top: 90px; padding-bottom: 90px; }
  .lg-p-90px-t { padding-top: 90px; }
  .lg-p-90px-b { padding-bottom: 90px; }
  .lg-m-95px { margin: 95px; }
  .lg-m-95px-lr { margin-left: 95px; margin-right: 95px; }
  .lg-m-95px-l { margin-left: 95px; }
  .lg-m-95px-r { margin-right: 95px; }
  .lg-m-95px-tb { margin-top: 95px; margin-bottom: 95px; }
  .lg-m-95px-t { margin-top: 95px; }
  .lg-m-95px-b { margin-bottom: 95px; }
  .lg-p-95px { padding: 95px; }
  .lg-p-95px-lr { padding-left: 95px; padding-right: 95px; }
  .lg-p-95px-l { padding-left: 95px; }
  .lg-p-95px-r { padding-right: 95px; }
  .lg-p-95px-tb { padding-top: 95px; padding-bottom: 95px; }
  .lg-p-95px-t { padding-top: 95px; }
  .lg-p-95px-b { padding-bottom: 95px; }
  .lg-m-100px { margin: 100px; }
  .lg-m-100px-lr { margin-left: 100px; margin-right: 100px; }
  .lg-m-100px-l { margin-left: 100px; }
  .lg-m-100px-r { margin-right: 100px; }
  .lg-m-100px-tb { margin-top: 100px; margin-bottom: 100px; }
  .lg-m-100px-t { margin-top: 100px; }
  .lg-m-100px-b { margin-bottom: 100px; }
  .lg-p-100px { padding: 100px; }
  .lg-p-100px-lr { padding-left: 100px; padding-right: 100px; }
  .lg-p-100px-l { padding-left: 100px; }
  .lg-p-100px-r { padding-right: 100px; }
  .lg-p-100px-tb { padding-top: 100px; padding-bottom: 100px; }
  .lg-p-100px-t { padding-top: 100px; }
  .lg-p-100px-b { padding-bottom: 100px; } }
@media (max-width: 991px) { .md-m-0px { margin: 0px; }
  .md-m-0px-lr { margin-left: 0px; margin-right: 0px; }
  .md-m-0px-l { margin-left: 0px; }
  .md-m-0px-r { margin-right: 0px; }
  .md-m-0px-tb { margin-top: 0px; margin-bottom: 0px; }
  .md-m-0px-t { margin-top: 0px; }
  .md-m-0px-b { margin-bottom: 0px; }
  .md-p-0px { padding: 0px; }
  .md-p-0px-lr { padding-left: 0px; padding-right: 0px; }
  .md-p-0px-l { padding-left: 0px; }
  .md-p-0px-r { padding-right: 0px; }
  .md-p-0px-tb { padding-top: 0px; padding-bottom: 0px; }
  .md-p-0px-t { padding-top: 0px; }
  .md-p-0px-b { padding-bottom: 0px; }
  .md-m-5px { margin: 5px; }
  .md-m-5px-lr { margin-left: 5px; margin-right: 5px; }
  .md-m-5px-l { margin-left: 5px; }
  .md-m-5px-r { margin-right: 5px; }
  .md-m-5px-tb { margin-top: 5px; margin-bottom: 5px; }
  .md-m-5px-t { margin-top: 5px; }
  .md-m-5px-b { margin-bottom: 5px; }
  .md-p-5px { padding: 5px; }
  .md-p-5px-lr { padding-left: 5px; padding-right: 5px; }
  .md-p-5px-l { padding-left: 5px; }
  .md-p-5px-r { padding-right: 5px; }
  .md-p-5px-tb { padding-top: 5px; padding-bottom: 5px; }
  .md-p-5px-t { padding-top: 5px; }
  .md-p-5px-b { padding-bottom: 5px; }
  .md-m-10px { margin: 10px; }
  .md-m-10px-lr { margin-left: 10px; margin-right: 10px; }
  .md-m-10px-l { margin-left: 10px; }
  .md-m-10px-r { margin-right: 10px; }
  .md-m-10px-tb { margin-top: 10px; margin-bottom: 10px; }
  .md-m-10px-t { margin-top: 10px; }
  .md-m-10px-b { margin-bottom: 10px; }
  .md-p-10px { padding: 10px; }
  .md-p-10px-lr { padding-left: 10px; padding-right: 10px; }
  .md-p-10px-l { padding-left: 10px; }
  .md-p-10px-r { padding-right: 10px; }
  .md-p-10px-tb { padding-top: 10px; padding-bottom: 10px; }
  .md-p-10px-t { padding-top: 10px; }
  .md-p-10px-b { padding-bottom: 10px; }
  .md-m-15px { margin: 15px; }
  .md-m-15px-lr { margin-left: 15px; margin-right: 15px; }
  .md-m-15px-l { margin-left: 15px; }
  .md-m-15px-r { margin-right: 15px; }
  .md-m-15px-tb { margin-top: 15px; margin-bottom: 15px; }
  .md-m-15px-t { margin-top: 15px; }
  .md-m-15px-b { margin-bottom: 15px; }
  .md-p-15px { padding: 15px; }
  .md-p-15px-lr { padding-left: 15px; padding-right: 15px; }
  .md-p-15px-l { padding-left: 15px; }
  .md-p-15px-r { padding-right: 15px; }
  .md-p-15px-tb { padding-top: 15px; padding-bottom: 15px; }
  .md-p-15px-t { padding-top: 15px; }
  .md-p-15px-b { padding-bottom: 15px; }
  .md-m-20px { margin: 20px; }
  .md-m-20px-lr { margin-left: 20px; margin-right: 20px; }
  .md-m-20px-l { margin-left: 20px; }
  .md-m-20px-r { margin-right: 20px; }
  .md-m-20px-tb { margin-top: 20px; margin-bottom: 20px; }
  .md-m-20px-t { margin-top: 20px; }
  .md-m-20px-b { margin-bottom: 20px; }
  .md-p-20px { padding: 20px; }
  .md-p-20px-lr { padding-left: 20px; padding-right: 20px; }
  .md-p-20px-l { padding-left: 20px; }
  .md-p-20px-r { padding-right: 20px; }
  .md-p-20px-tb { padding-top: 20px; padding-bottom: 20px; }
  .md-p-20px-t { padding-top: 20px; }
  .md-p-20px-b { padding-bottom: 20px; }
  .md-m-25px { margin: 25px; }
  .md-m-25px-lr { margin-left: 25px; margin-right: 25px; }
  .md-m-25px-l { margin-left: 25px; }
  .md-m-25px-r { margin-right: 25px; }
  .md-m-25px-tb { margin-top: 25px; margin-bottom: 25px; }
  .md-m-25px-t { margin-top: 25px; }
  .md-m-25px-b { margin-bottom: 25px; }
  .md-p-25px { padding: 25px; }
  .md-p-25px-lr { padding-left: 25px; padding-right: 25px; }
  .md-p-25px-l { padding-left: 25px; }
  .md-p-25px-r { padding-right: 25px; }
  .md-p-25px-tb { padding-top: 25px; padding-bottom: 25px; }
  .md-p-25px-t { padding-top: 25px; }
  .md-p-25px-b { padding-bottom: 25px; }
  .md-m-30px { margin: 30px; }
  .md-m-30px-lr { margin-left: 30px; margin-right: 30px; }
  .md-m-30px-l { margin-left: 30px; }
  .md-m-30px-r { margin-right: 30px; }
  .md-m-30px-tb { margin-top: 30px; margin-bottom: 30px; }
  .md-m-30px-t { margin-top: 30px; }
  .md-m-30px-b { margin-bottom: 30px; }
  .md-p-30px { padding: 30px; }
  .md-p-30px-lr { padding-left: 30px; padding-right: 30px; }
  .md-p-30px-l { padding-left: 30px; }
  .md-p-30px-r { padding-right: 30px; }
  .md-p-30px-tb { padding-top: 30px; padding-bottom: 30px; }
  .md-p-30px-t { padding-top: 30px; }
  .md-p-30px-b { padding-bottom: 30px; }
  .md-m-35px { margin: 35px; }
  .md-m-35px-lr { margin-left: 35px; margin-right: 35px; }
  .md-m-35px-l { margin-left: 35px; }
  .md-m-35px-r { margin-right: 35px; }
  .md-m-35px-tb { margin-top: 35px; margin-bottom: 35px; }
  .md-m-35px-t { margin-top: 35px; }
  .md-m-35px-b { margin-bottom: 35px; }
  .md-p-35px { padding: 35px; }
  .md-p-35px-lr { padding-left: 35px; padding-right: 35px; }
  .md-p-35px-l { padding-left: 35px; }
  .md-p-35px-r { padding-right: 35px; }
  .md-p-35px-tb { padding-top: 35px; padding-bottom: 35px; }
  .md-p-35px-t { padding-top: 35px; }
  .md-p-35px-b { padding-bottom: 35px; }
  .md-m-40px { margin: 40px; }
  .md-m-40px-lr { margin-left: 40px; margin-right: 40px; }
  .md-m-40px-l { margin-left: 40px; }
  .md-m-40px-r { margin-right: 40px; }
  .md-m-40px-tb { margin-top: 40px; margin-bottom: 40px; }
  .md-m-40px-t { margin-top: 40px; }
  .md-m-40px-b { margin-bottom: 40px; }
  .md-p-40px { padding: 40px; }
  .md-p-40px-lr { padding-left: 40px; padding-right: 40px; }
  .md-p-40px-l { padding-left: 40px; }
  .md-p-40px-r { padding-right: 40px; }
  .md-p-40px-tb { padding-top: 40px; padding-bottom: 40px; }
  .md-p-40px-t { padding-top: 40px; }
  .md-p-40px-b { padding-bottom: 40px; }
  .md-m-45px { margin: 45px; }
  .md-m-45px-lr { margin-left: 45px; margin-right: 45px; }
  .md-m-45px-l { margin-left: 45px; }
  .md-m-45px-r { margin-right: 45px; }
  .md-m-45px-tb { margin-top: 45px; margin-bottom: 45px; }
  .md-m-45px-t { margin-top: 45px; }
  .md-m-45px-b { margin-bottom: 45px; }
  .md-p-45px { padding: 45px; }
  .md-p-45px-lr { padding-left: 45px; padding-right: 45px; }
  .md-p-45px-l { padding-left: 45px; }
  .md-p-45px-r { padding-right: 45px; }
  .md-p-45px-tb { padding-top: 45px; padding-bottom: 45px; }
  .md-p-45px-t { padding-top: 45px; }
  .md-p-45px-b { padding-bottom: 45px; }
  .md-m-50px { margin: 50px; }
  .md-m-50px-lr { margin-left: 50px; margin-right: 50px; }
  .md-m-50px-l { margin-left: 50px; }
  .md-m-50px-r { margin-right: 50px; }
  .md-m-50px-tb { margin-top: 50px; margin-bottom: 50px; }
  .md-m-50px-t { margin-top: 50px; }
  .md-m-50px-b { margin-bottom: 50px; }
  .md-p-50px { padding: 50px; }
  .md-p-50px-lr { padding-left: 50px; padding-right: 50px; }
  .md-p-50px-l { padding-left: 50px; }
  .md-p-50px-r { padding-right: 50px; }
  .md-p-50px-tb { padding-top: 50px; padding-bottom: 50px; }
  .md-p-50px-t { padding-top: 50px; }
  .md-p-50px-b { padding-bottom: 50px; }
  .md-m-55px { margin: 55px; }
  .md-m-55px-lr { margin-left: 55px; margin-right: 55px; }
  .md-m-55px-l { margin-left: 55px; }
  .md-m-55px-r { margin-right: 55px; }
  .md-m-55px-tb { margin-top: 55px; margin-bottom: 55px; }
  .md-m-55px-t { margin-top: 55px; }
  .md-m-55px-b { margin-bottom: 55px; }
  .md-p-55px { padding: 55px; }
  .md-p-55px-lr { padding-left: 55px; padding-right: 55px; }
  .md-p-55px-l { padding-left: 55px; }
  .md-p-55px-r { padding-right: 55px; }
  .md-p-55px-tb { padding-top: 55px; padding-bottom: 55px; }
  .md-p-55px-t { padding-top: 55px; }
  .md-p-55px-b { padding-bottom: 55px; }
  .md-m-60px { margin: 60px; }
  .md-m-60px-lr { margin-left: 60px; margin-right: 60px; }
  .md-m-60px-l { margin-left: 60px; }
  .md-m-60px-r { margin-right: 60px; }
  .md-m-60px-tb { margin-top: 60px; margin-bottom: 60px; }
  .md-m-60px-t { margin-top: 60px; }
  .md-m-60px-b { margin-bottom: 60px; }
  .md-p-60px { padding: 60px; }
  .md-p-60px-lr { padding-left: 60px; padding-right: 60px; }
  .md-p-60px-l { padding-left: 60px; }
  .md-p-60px-r { padding-right: 60px; }
  .md-p-60px-tb { padding-top: 60px; padding-bottom: 60px; }
  .md-p-60px-t { padding-top: 60px; }
  .md-p-60px-b { padding-bottom: 60px; }
  .md-m-65px { margin: 65px; }
  .md-m-65px-lr { margin-left: 65px; margin-right: 65px; }
  .md-m-65px-l { margin-left: 65px; }
  .md-m-65px-r { margin-right: 65px; }
  .md-m-65px-tb { margin-top: 65px; margin-bottom: 65px; }
  .md-m-65px-t { margin-top: 65px; }
  .md-m-65px-b { margin-bottom: 65px; }
  .md-p-65px { padding: 65px; }
  .md-p-65px-lr { padding-left: 65px; padding-right: 65px; }
  .md-p-65px-l { padding-left: 65px; }
  .md-p-65px-r { padding-right: 65px; }
  .md-p-65px-tb { padding-top: 65px; padding-bottom: 65px; }
  .md-p-65px-t { padding-top: 65px; }
  .md-p-65px-b { padding-bottom: 65px; }
  .md-m-70px { margin: 70px; }
  .md-m-70px-lr { margin-left: 70px; margin-right: 70px; }
  .md-m-70px-l { margin-left: 70px; }
  .md-m-70px-r { margin-right: 70px; }
  .md-m-70px-tb { margin-top: 70px; margin-bottom: 70px; }
  .md-m-70px-t { margin-top: 70px; }
  .md-m-70px-b { margin-bottom: 70px; }
  .md-p-70px { padding: 70px; }
  .md-p-70px-lr { padding-left: 70px; padding-right: 70px; }
  .md-p-70px-l { padding-left: 70px; }
  .md-p-70px-r { padding-right: 70px; }
  .md-p-70px-tb { padding-top: 70px; padding-bottom: 70px; }
  .md-p-70px-t { padding-top: 70px; }
  .md-p-70px-b { padding-bottom: 70px; }
  .md-m-75px { margin: 75px; }
  .md-m-75px-lr { margin-left: 75px; margin-right: 75px; }
  .md-m-75px-l { margin-left: 75px; }
  .md-m-75px-r { margin-right: 75px; }
  .md-m-75px-tb { margin-top: 75px; margin-bottom: 75px; }
  .md-m-75px-t { margin-top: 75px; }
  .md-m-75px-b { margin-bottom: 75px; }
  .md-p-75px { padding: 75px; }
  .md-p-75px-lr { padding-left: 75px; padding-right: 75px; }
  .md-p-75px-l { padding-left: 75px; }
  .md-p-75px-r { padding-right: 75px; }
  .md-p-75px-tb { padding-top: 75px; padding-bottom: 75px; }
  .md-p-75px-t { padding-top: 75px; }
  .md-p-75px-b { padding-bottom: 75px; }
  .md-m-80px { margin: 80px; }
  .md-m-80px-lr { margin-left: 80px; margin-right: 80px; }
  .md-m-80px-l { margin-left: 80px; }
  .md-m-80px-r { margin-right: 80px; }
  .md-m-80px-tb { margin-top: 80px; margin-bottom: 80px; }
  .md-m-80px-t { margin-top: 80px; }
  .md-m-80px-b { margin-bottom: 80px; }
  .md-p-80px { padding: 80px; }
  .md-p-80px-lr { padding-left: 80px; padding-right: 80px; }
  .md-p-80px-l { padding-left: 80px; }
  .md-p-80px-r { padding-right: 80px; }
  .md-p-80px-tb { padding-top: 80px; padding-bottom: 80px; }
  .md-p-80px-t { padding-top: 80px; }
  .md-p-80px-b { padding-bottom: 80px; }
  .md-m-85px { margin: 85px; }
  .md-m-85px-lr { margin-left: 85px; margin-right: 85px; }
  .md-m-85px-l { margin-left: 85px; }
  .md-m-85px-r { margin-right: 85px; }
  .md-m-85px-tb { margin-top: 85px; margin-bottom: 85px; }
  .md-m-85px-t { margin-top: 85px; }
  .md-m-85px-b { margin-bottom: 85px; }
  .md-p-85px { padding: 85px; }
  .md-p-85px-lr { padding-left: 85px; padding-right: 85px; }
  .md-p-85px-l { padding-left: 85px; }
  .md-p-85px-r { padding-right: 85px; }
  .md-p-85px-tb { padding-top: 85px; padding-bottom: 85px; }
  .md-p-85px-t { padding-top: 85px; }
  .md-p-85px-b { padding-bottom: 85px; }
  .md-m-90px { margin: 90px; }
  .md-m-90px-lr { margin-left: 90px; margin-right: 90px; }
  .md-m-90px-l { margin-left: 90px; }
  .md-m-90px-r { margin-right: 90px; }
  .md-m-90px-tb { margin-top: 90px; margin-bottom: 90px; }
  .md-m-90px-t { margin-top: 90px; }
  .md-m-90px-b { margin-bottom: 90px; }
  .md-p-90px { padding: 90px; }
  .md-p-90px-lr { padding-left: 90px; padding-right: 90px; }
  .md-p-90px-l { padding-left: 90px; }
  .md-p-90px-r { padding-right: 90px; }
  .md-p-90px-tb { padding-top: 90px; padding-bottom: 90px; }
  .md-p-90px-t { padding-top: 90px; }
  .md-p-90px-b { padding-bottom: 90px; }
  .md-m-95px { margin: 95px; }
  .md-m-95px-lr { margin-left: 95px; margin-right: 95px; }
  .md-m-95px-l { margin-left: 95px; }
  .md-m-95px-r { margin-right: 95px; }
  .md-m-95px-tb { margin-top: 95px; margin-bottom: 95px; }
  .md-m-95px-t { margin-top: 95px; }
  .md-m-95px-b { margin-bottom: 95px; }
  .md-p-95px { padding: 95px; }
  .md-p-95px-lr { padding-left: 95px; padding-right: 95px; }
  .md-p-95px-l { padding-left: 95px; }
  .md-p-95px-r { padding-right: 95px; }
  .md-p-95px-tb { padding-top: 95px; padding-bottom: 95px; }
  .md-p-95px-t { padding-top: 95px; }
  .md-p-95px-b { padding-bottom: 95px; }
  .md-m-100px { margin: 100px; }
  .md-m-100px-lr { margin-left: 100px; margin-right: 100px; }
  .md-m-100px-l { margin-left: 100px; }
  .md-m-100px-r { margin-right: 100px; }
  .md-m-100px-tb { margin-top: 100px; margin-bottom: 100px; }
  .md-m-100px-t { margin-top: 100px; }
  .md-m-100px-b { margin-bottom: 100px; }
  .md-p-100px { padding: 100px; }
  .md-p-100px-lr { padding-left: 100px; padding-right: 100px; }
  .md-p-100px-l { padding-left: 100px; }
  .md-p-100px-r { padding-right: 100px; }
  .md-p-100px-tb { padding-top: 100px; padding-bottom: 100px; }
  .md-p-100px-t { padding-top: 100px; }
  .md-p-100px-b { padding-bottom: 100px; } }
@media (max-width: 767px) { .sm-m-0px { margin: 0px; }
  .sm-m-0px-lr { margin-left: 0px; margin-right: 0px; }
  .sm-m-0px-l { margin-left: 0px; }
  .sm-m-0px-r { margin-right: 0px; }
  .sm-m-0px-tb { margin-top: 0px; margin-bottom: 0px; }
  .sm-m-0px-t { margin-top: 0px; }
  .sm-m-0px-b { margin-bottom: 0px; }
  .sm-p-0px { padding: 0px; }
  .sm-p-0px-lr { padding-left: 0px; padding-right: 0px; }
  .sm-p-0px-l { padding-left: 0px; }
  .sm-p-0px-r { padding-right: 0px; }
  .sm-p-0px-tb { padding-top: 0px; padding-bottom: 0px; }
  .sm-p-0px-t { padding-top: 0px; }
  .sm-p-0px-b { padding-bottom: 0px; }
  .sm-m-5px { margin: 5px; }
  .sm-m-5px-lr { margin-left: 5px; margin-right: 5px; }
  .sm-m-5px-l { margin-left: 5px; }
  .sm-m-5px-r { margin-right: 5px; }
  .sm-m-5px-tb { margin-top: 5px; margin-bottom: 5px; }
  .sm-m-5px-t { margin-top: 5px; }
  .sm-m-5px-b { margin-bottom: 5px; }
  .sm-p-5px { padding: 5px; }
  .sm-p-5px-lr { padding-left: 5px; padding-right: 5px; }
  .sm-p-5px-l { padding-left: 5px; }
  .sm-p-5px-r { padding-right: 5px; }
  .sm-p-5px-tb { padding-top: 5px; padding-bottom: 5px; }
  .sm-p-5px-t { padding-top: 5px; }
  .sm-p-5px-b { padding-bottom: 5px; }
  .sm-m-10px { margin: 10px; }
  .sm-m-10px-lr { margin-left: 10px; margin-right: 10px; }
  .sm-m-10px-l { margin-left: 10px; }
  .sm-m-10px-r { margin-right: 10px; }
  .sm-m-10px-tb { margin-top: 10px; margin-bottom: 10px; }
  .sm-m-10px-t { margin-top: 10px; }
  .sm-m-10px-b { margin-bottom: 10px; }
  .sm-p-10px { padding: 10px; }
  .sm-p-10px-lr { padding-left: 10px; padding-right: 10px; }
  .sm-p-10px-l { padding-left: 10px; }
  .sm-p-10px-r { padding-right: 10px; }
  .sm-p-10px-tb { padding-top: 10px; padding-bottom: 10px; }
  .sm-p-10px-t { padding-top: 10px; }
  .sm-p-10px-b { padding-bottom: 10px; }
  .sm-m-15px { margin: 15px; }
  .sm-m-15px-lr { margin-left: 15px; margin-right: 15px; }
  .sm-m-15px-l { margin-left: 15px; }
  .sm-m-15px-r { margin-right: 15px; }
  .sm-m-15px-tb { margin-top: 15px; margin-bottom: 15px; }
  .sm-m-15px-t { margin-top: 15px; }
  .sm-m-15px-b { margin-bottom: 15px; }
  .sm-p-15px { padding: 15px; }
  .sm-p-15px-lr { padding-left: 15px; padding-right: 15px; }
  .sm-p-15px-l { padding-left: 15px; }
  .sm-p-15px-r { padding-right: 15px; }
  .sm-p-15px-tb { padding-top: 15px; padding-bottom: 15px; }
  .sm-p-15px-t { padding-top: 15px; }
  .sm-p-15px-b { padding-bottom: 15px; }
  .sm-m-20px { margin: 20px; }
  .sm-m-20px-lr { margin-left: 20px; margin-right: 20px; }
  .sm-m-20px-l { margin-left: 20px; }
  .sm-m-20px-r { margin-right: 20px; }
  .sm-m-20px-tb { margin-top: 20px; margin-bottom: 20px; }
  .sm-m-20px-t { margin-top: 20px; }
  .sm-m-20px-b { margin-bottom: 20px; }
  .sm-p-20px { padding: 20px; }
  .sm-p-20px-lr { padding-left: 20px; padding-right: 20px; }
  .sm-p-20px-l { padding-left: 20px; }
  .sm-p-20px-r { padding-right: 20px; }
  .sm-p-20px-tb { padding-top: 20px; padding-bottom: 20px; }
  .sm-p-20px-t { padding-top: 20px; }
  .sm-p-20px-b { padding-bottom: 20px; }
  .sm-m-25px { margin: 25px; }
  .sm-m-25px-lr { margin-left: 25px; margin-right: 25px; }
  .sm-m-25px-l { margin-left: 25px; }
  .sm-m-25px-r { margin-right: 25px; }
  .sm-m-25px-tb { margin-top: 25px; margin-bottom: 25px; }
  .sm-m-25px-t { margin-top: 25px; }
  .sm-m-25px-b { margin-bottom: 25px; }
  .sm-p-25px { padding: 25px; }
  .sm-p-25px-lr { padding-left: 25px; padding-right: 25px; }
  .sm-p-25px-l { padding-left: 25px; }
  .sm-p-25px-r { padding-right: 25px; }
  .sm-p-25px-tb { padding-top: 25px; padding-bottom: 25px; }
  .sm-p-25px-t { padding-top: 25px; }
  .sm-p-25px-b { padding-bottom: 25px; }
  .sm-m-30px { margin: 30px; }
  .sm-m-30px-lr { margin-left: 30px; margin-right: 30px; }
  .sm-m-30px-l { margin-left: 30px; }
  .sm-m-30px-r { margin-right: 30px; }
  .sm-m-30px-tb { margin-top: 30px; margin-bottom: 30px; }
  .sm-m-30px-t { margin-top: 30px; }
  .sm-m-30px-b { margin-bottom: 30px; }
  .sm-p-30px { padding: 30px; }
  .sm-p-30px-lr { padding-left: 30px; padding-right: 30px; }
  .sm-p-30px-l { padding-left: 30px; }
  .sm-p-30px-r { padding-right: 30px; }
  .sm-p-30px-tb { padding-top: 30px; padding-bottom: 30px; }
  .sm-p-30px-t { padding-top: 30px; }
  .sm-p-30px-b { padding-bottom: 30px; }
  .sm-m-35px { margin: 35px; }
  .sm-m-35px-lr { margin-left: 35px; margin-right: 35px; }
  .sm-m-35px-l { margin-left: 35px; }
  .sm-m-35px-r { margin-right: 35px; }
  .sm-m-35px-tb { margin-top: 35px; margin-bottom: 35px; }
  .sm-m-35px-t { margin-top: 35px; }
  .sm-m-35px-b { margin-bottom: 35px; }
  .sm-p-35px { padding: 35px; }
  .sm-p-35px-lr { padding-left: 35px; padding-right: 35px; }
  .sm-p-35px-l { padding-left: 35px; }
  .sm-p-35px-r { padding-right: 35px; }
  .sm-p-35px-tb { padding-top: 35px; padding-bottom: 35px; }
  .sm-p-35px-t { padding-top: 35px; }
  .sm-p-35px-b { padding-bottom: 35px; }
  .sm-m-40px { margin: 40px; }
  .sm-m-40px-lr { margin-left: 40px; margin-right: 40px; }
  .sm-m-40px-l { margin-left: 40px; }
  .sm-m-40px-r { margin-right: 40px; }
  .sm-m-40px-tb { margin-top: 40px; margin-bottom: 40px; }
  .sm-m-40px-t { margin-top: 40px; }
  .sm-m-40px-b { margin-bottom: 40px; }
  .sm-p-40px { padding: 40px; }
  .sm-p-40px-lr { padding-left: 40px; padding-right: 40px; }
  .sm-p-40px-l { padding-left: 40px; }
  .sm-p-40px-r { padding-right: 40px; }
  .sm-p-40px-tb { padding-top: 40px; padding-bottom: 40px; }
  .sm-p-40px-t { padding-top: 40px; }
  .sm-p-40px-b { padding-bottom: 40px; }
  .sm-m-45px { margin: 45px; }
  .sm-m-45px-lr { margin-left: 45px; margin-right: 45px; }
  .sm-m-45px-l { margin-left: 45px; }
  .sm-m-45px-r { margin-right: 45px; }
  .sm-m-45px-tb { margin-top: 45px; margin-bottom: 45px; }
  .sm-m-45px-t { margin-top: 45px; }
  .sm-m-45px-b { margin-bottom: 45px; }
  .sm-p-45px { padding: 45px; }
  .sm-p-45px-lr { padding-left: 45px; padding-right: 45px; }
  .sm-p-45px-l { padding-left: 45px; }
  .sm-p-45px-r { padding-right: 45px; }
  .sm-p-45px-tb { padding-top: 45px; padding-bottom: 45px; }
  .sm-p-45px-t { padding-top: 45px; }
  .sm-p-45px-b { padding-bottom: 45px; }
  .sm-m-50px { margin: 50px; }
  .sm-m-50px-lr { margin-left: 50px; margin-right: 50px; }
  .sm-m-50px-l { margin-left: 50px; }
  .sm-m-50px-r { margin-right: 50px; }
  .sm-m-50px-tb { margin-top: 50px; margin-bottom: 50px; }
  .sm-m-50px-t { margin-top: 50px; }
  .sm-m-50px-b { margin-bottom: 50px; }
  .sm-p-50px { padding: 50px; }
  .sm-p-50px-lr { padding-left: 50px; padding-right: 50px; }
  .sm-p-50px-l { padding-left: 50px; }
  .sm-p-50px-r { padding-right: 50px; }
  .sm-p-50px-tb { padding-top: 50px; padding-bottom: 50px; }
  .sm-p-50px-t { padding-top: 50px; }
  .sm-p-50px-b { padding-bottom: 50px; }
  .sm-m-55px { margin: 55px; }
  .sm-m-55px-lr { margin-left: 55px; margin-right: 55px; }
  .sm-m-55px-l { margin-left: 55px; }
  .sm-m-55px-r { margin-right: 55px; }
  .sm-m-55px-tb { margin-top: 55px; margin-bottom: 55px; }
  .sm-m-55px-t { margin-top: 55px; }
  .sm-m-55px-b { margin-bottom: 55px; }
  .sm-p-55px { padding: 55px; }
  .sm-p-55px-lr { padding-left: 55px; padding-right: 55px; }
  .sm-p-55px-l { padding-left: 55px; }
  .sm-p-55px-r { padding-right: 55px; }
  .sm-p-55px-tb { padding-top: 55px; padding-bottom: 55px; }
  .sm-p-55px-t { padding-top: 55px; }
  .sm-p-55px-b { padding-bottom: 55px; }
  .sm-m-60px { margin: 60px; }
  .sm-m-60px-lr { margin-left: 60px; margin-right: 60px; }
  .sm-m-60px-l { margin-left: 60px; }
  .sm-m-60px-r { margin-right: 60px; }
  .sm-m-60px-tb { margin-top: 60px; margin-bottom: 60px; }
  .sm-m-60px-t { margin-top: 60px; }
  .sm-m-60px-b { margin-bottom: 60px; }
  .sm-p-60px { padding: 60px; }
  .sm-p-60px-lr { padding-left: 60px; padding-right: 60px; }
  .sm-p-60px-l { padding-left: 60px; }
  .sm-p-60px-r { padding-right: 60px; }
  .sm-p-60px-tb { padding-top: 60px; padding-bottom: 60px; }
  .sm-p-60px-t { padding-top: 60px; }
  .sm-p-60px-b { padding-bottom: 60px; }
  .sm-m-65px { margin: 65px; }
  .sm-m-65px-lr { margin-left: 65px; margin-right: 65px; }
  .sm-m-65px-l { margin-left: 65px; }
  .sm-m-65px-r { margin-right: 65px; }
  .sm-m-65px-tb { margin-top: 65px; margin-bottom: 65px; }
  .sm-m-65px-t { margin-top: 65px; }
  .sm-m-65px-b { margin-bottom: 65px; }
  .sm-p-65px { padding: 65px; }
  .sm-p-65px-lr { padding-left: 65px; padding-right: 65px; }
  .sm-p-65px-l { padding-left: 65px; }
  .sm-p-65px-r { padding-right: 65px; }
  .sm-p-65px-tb { padding-top: 65px; padding-bottom: 65px; }
  .sm-p-65px-t { padding-top: 65px; }
  .sm-p-65px-b { padding-bottom: 65px; }
  .sm-m-70px { margin: 70px; }
  .sm-m-70px-lr { margin-left: 70px; margin-right: 70px; }
  .sm-m-70px-l { margin-left: 70px; }
  .sm-m-70px-r { margin-right: 70px; }
  .sm-m-70px-tb { margin-top: 70px; margin-bottom: 70px; }
  .sm-m-70px-t { margin-top: 70px; }
  .sm-m-70px-b { margin-bottom: 70px; }
  .sm-p-70px { padding: 70px; }
  .sm-p-70px-lr { padding-left: 70px; padding-right: 70px; }
  .sm-p-70px-l { padding-left: 70px; }
  .sm-p-70px-r { padding-right: 70px; }
  .sm-p-70px-tb { padding-top: 70px; padding-bottom: 70px; }
  .sm-p-70px-t { padding-top: 70px; }
  .sm-p-70px-b { padding-bottom: 70px; }
  .sm-m-75px { margin: 75px; }
  .sm-m-75px-lr { margin-left: 75px; margin-right: 75px; }
  .sm-m-75px-l { margin-left: 75px; }
  .sm-m-75px-r { margin-right: 75px; }
  .sm-m-75px-tb { margin-top: 75px; margin-bottom: 75px; }
  .sm-m-75px-t { margin-top: 75px; }
  .sm-m-75px-b { margin-bottom: 75px; }
  .sm-p-75px { padding: 75px; }
  .sm-p-75px-lr { padding-left: 75px; padding-right: 75px; }
  .sm-p-75px-l { padding-left: 75px; }
  .sm-p-75px-r { padding-right: 75px; }
  .sm-p-75px-tb { padding-top: 75px; padding-bottom: 75px; }
  .sm-p-75px-t { padding-top: 75px; }
  .sm-p-75px-b { padding-bottom: 75px; }
  .sm-m-80px { margin: 80px; }
  .sm-m-80px-lr { margin-left: 80px; margin-right: 80px; }
  .sm-m-80px-l { margin-left: 80px; }
  .sm-m-80px-r { margin-right: 80px; }
  .sm-m-80px-tb { margin-top: 80px; margin-bottom: 80px; }
  .sm-m-80px-t { margin-top: 80px; }
  .sm-m-80px-b { margin-bottom: 80px; }
  .sm-p-80px { padding: 80px; }
  .sm-p-80px-lr { padding-left: 80px; padding-right: 80px; }
  .sm-p-80px-l { padding-left: 80px; }
  .sm-p-80px-r { padding-right: 80px; }
  .sm-p-80px-tb { padding-top: 80px; padding-bottom: 80px; }
  .sm-p-80px-t { padding-top: 80px; }
  .sm-p-80px-b { padding-bottom: 80px; }
  .sm-m-85px { margin: 85px; }
  .sm-m-85px-lr { margin-left: 85px; margin-right: 85px; }
  .sm-m-85px-l { margin-left: 85px; }
  .sm-m-85px-r { margin-right: 85px; }
  .sm-m-85px-tb { margin-top: 85px; margin-bottom: 85px; }
  .sm-m-85px-t { margin-top: 85px; }
  .sm-m-85px-b { margin-bottom: 85px; }
  .sm-p-85px { padding: 85px; }
  .sm-p-85px-lr { padding-left: 85px; padding-right: 85px; }
  .sm-p-85px-l { padding-left: 85px; }
  .sm-p-85px-r { padding-right: 85px; }
  .sm-p-85px-tb { padding-top: 85px; padding-bottom: 85px; }
  .sm-p-85px-t { padding-top: 85px; }
  .sm-p-85px-b { padding-bottom: 85px; }
  .sm-m-90px { margin: 90px; }
  .sm-m-90px-lr { margin-left: 90px; margin-right: 90px; }
  .sm-m-90px-l { margin-left: 90px; }
  .sm-m-90px-r { margin-right: 90px; }
  .sm-m-90px-tb { margin-top: 90px; margin-bottom: 90px; }
  .sm-m-90px-t { margin-top: 90px; }
  .sm-m-90px-b { margin-bottom: 90px; }
  .sm-p-90px { padding: 90px; }
  .sm-p-90px-lr { padding-left: 90px; padding-right: 90px; }
  .sm-p-90px-l { padding-left: 90px; }
  .sm-p-90px-r { padding-right: 90px; }
  .sm-p-90px-tb { padding-top: 90px; padding-bottom: 90px; }
  .sm-p-90px-t { padding-top: 90px; }
  .sm-p-90px-b { padding-bottom: 90px; }
  .sm-m-95px { margin: 95px; }
  .sm-m-95px-lr { margin-left: 95px; margin-right: 95px; }
  .sm-m-95px-l { margin-left: 95px; }
  .sm-m-95px-r { margin-right: 95px; }
  .sm-m-95px-tb { margin-top: 95px; margin-bottom: 95px; }
  .sm-m-95px-t { margin-top: 95px; }
  .sm-m-95px-b { margin-bottom: 95px; }
  .sm-p-95px { padding: 95px; }
  .sm-p-95px-lr { padding-left: 95px; padding-right: 95px; }
  .sm-p-95px-l { padding-left: 95px; }
  .sm-p-95px-r { padding-right: 95px; }
  .sm-p-95px-tb { padding-top: 95px; padding-bottom: 95px; }
  .sm-p-95px-t { padding-top: 95px; }
  .sm-p-95px-b { padding-bottom: 95px; }
  .sm-m-100px { margin: 100px; }
  .sm-m-100px-lr { margin-left: 100px; margin-right: 100px; }
  .sm-m-100px-l { margin-left: 100px; }
  .sm-m-100px-r { margin-right: 100px; }
  .sm-m-100px-tb { margin-top: 100px; margin-bottom: 100px; }
  .sm-m-100px-t { margin-top: 100px; }
  .sm-m-100px-b { margin-bottom: 100px; }
  .sm-p-100px { padding: 100px; }
  .sm-p-100px-lr { padding-left: 100px; padding-right: 100px; }
  .sm-p-100px-l { padding-left: 100px; }
  .sm-p-100px-r { padding-right: 100px; }
  .sm-p-100px-tb { padding-top: 100px; padding-bottom: 100px; }
  .sm-p-100px-t { padding-top: 100px; }
  .sm-p-100px-b { padding-bottom: 100px; } }

/*# sourceMappingURL=master.css.map */

.b-r-1{
  border-radius:1em!important;
}

.hide{
  display:none;
}
.no-pointer{
  cursor:default;
}

.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  /* max-width: 970px; */
  /* padding: 0px 50px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #00000000;
  border-radius: 20px;
  /* -webkit-box-shadow: 0px 8px 10px 0px #d8dfeb;
  box-shadow: 0px 8px 10px 0px #d8dfeb; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plans .plan input[type="radio"] {
  opacity: 0;
  position:absolute;
}

.plans .plan {
  cursor: pointer;
}

.plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding: 30px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #6b6b6b;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.plans .plan .plan-content img {
  /* margin-right: 30px; */
  height: 30px;
}

.plans .plan .plan-details span {
  margin-bottom: 5px;
  display: block;
  font-size: 15px;
  line-height: 1.1em;
  color: #343a40;
}

.container .title {
  font-size: 16px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #78b82e;
  margin-bottom: 20px;
}

.plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}

.plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #000;
  box-shadow: 0px 3px 5px 0px #000;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #78b82e;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #78b82e;
  -webkit-box-shadow: 0px 0px 0px 2px #78b82e;
  box-shadow: 0px 0px 0px 2px #78b82e;

}

.plans .plan input[type="radio"]:checked + .plan-content {
  border: 3px solid #78b82e;

  -webkit-transition: ease-in 0.1s;
  -o-transition: ease-in 0.1s;
  transition: ease-in 0.1s;

}

@media screen and (max-width: 991px) {
  .plans {
    /* margin: 0 20px; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* padding: 40px; */
    /* padding-top:15px; */
  }

  .plans .plan {
    width: 100%;
  }

  .plan.complete-plan {
    margin-top: 20px;
  }

  .plans .plan .plan-content .plan-details {
    width: 200%;
    display: inline-block;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .plans .plan .plan-content .plan-details {
    /* width: 60%; */
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  .plans .plan .plan-content img {
    /* margin-bottom: 20px; */
    /* height: 56px; */
    -webkit-transition: height 0.4s;
    /* -o-transition: height 0.4s;
    transition: height 0.4s; */
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .plans .plan .plan-content .plan-details {
    width: 100%;
  }

  .plans .plan .plan-content {
    /* padding: 10px; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    /* min-height: 93px!important;
    max-height: 93px!important; */

  }
}

/* inspiration */
.inspiration {
  font-size: 12px;
  margin-top: 50px;
  position: absolute;
  bottom: 10px;
  font-weight: 300;
}

.inspiration a {
  color: #666;
}
@media screen and (max-width: 767px) {
  /* inspiration */
  .inspiration {
    display: none;
  }
}

.range__slider [type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 45px;
  height: 45px;
  background: #78b82e;
  border: #78b82e 3px solid;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range__slider [type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 45px;
  height: 45px;
  background: #78b82e;
  border: #78b82e 3px solid;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.range__slider [type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #78b82e;
    border: #78b82e 3px solid;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
    }

    .containerrange {
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top:2rem;
        }
        .range {
          justify-content: space-around;
          z-index:2;
          flex-direction:column;
        }

        .range__slider {
        width: 100%;
        }

        .range__value {
        width: 100%;
        margin-left: 0px;
        text-align: center;
        border-left: #e6e4e4 0px solid;
        padding-left: 0px;
        }

        .form-group {
        display: flex;
        flex-direction: column;
        justify-content: center;
        }

        .form-group label {
        text-transform: uppercase;
        font-size: 1.5rem;
        color: #fff;
        margin-bottom: -5px;
        }

        .form-group span {
        font-size: 3rem;
        font-weight: 600;
        color: #fff;
        }

        .range__slider label {
        margin-bottom: 10px;
        }

        .range__slider [type="range"] {
        width: 100%;
        -webkit-appearance: none;
        height: 20px;
        border-radius: 6px;
        background: #3b3a3b;
        outline: none;
        padding: 0;
        margin: 0;
        z-index:9;
        }

@media (max-width:547px){
  .popup-content-box{
    left:0;
    width:100%;
  }
}
.align-items-center{
  display:flex;
  align-items:center;
}
.justify-content-center{
  display:flex;
  justify-content:center;
}
.iconsizing{
  font-size:45px;
  padding-bottom:10px;
  color:#78b82e;
}

.estimate {
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 11px;
  padding-top: 5px;
  text-align: right;
}
.price {
  font-size: 37px;
  font-weight: 700;
}
.customiconsize{
  min-height:10px;
  min-width:40px;
  background-repeat:no-repeat;
  background-position:center;
  height:auto;width:100%;
  padding-bottom:50px;
  background-size:contain;
}
.title{
  font-size:20px;
  color:#fff;
}
.mcatitle{
  font-size:30px;
  font-weight:600;
  padding-bottom:16px;
  color:#fff;
}
.section-more-pad{
  padding:200px 0;
}
.section-neg-margin{
  margin-top: -7rem;
  margin-bottom: 0rem;
}
.bg-grey-neg{
  background-color:#f1f3f3;
}

.b-r-5{
  border-radius:5px;
}

.pb-1{
  padding-bottom:1px;
}
.pb-2{
  padding-bottom:2px;
}
.pb-3{
  padding-bottom:3px;
}
.pb-4{
  padding-bottom:4px;
}
.pb-5{
  padding-bottom:5px;
}

.fs-1{
  font-size:1em;
}
.fs-2{
  font-size:2em;
}


.pt-100{
  padding-top:100px;
}

.count-inl{
  font-size: 50px; line-height: 50px; padding: 0 0 15px; font-weight: 600;
}
@media (max-width: 767px) { .count-inl { font-size: 35px; line-height: 35px; padding: 0 0 10px; } }

.center-btn{
  justify-content: center;
  text-align: center;
  padding-top:10px;
}
.label-head{
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
}
.label-amount{
  font-size:calc(1rem + .3vw);
  line-height:32px;
  padding-bottom:30px;
}

.iframecontainer{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  min-height:38rem;
  background-color:#fff;
  border:0px solid black;
}

@media (max-width: 1070px) { .iframecontainer {   position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
} }

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.yib-pb-5{
  padding-bottom:5px;
}
.contact100-form{
  padding:15px 20px;
}
.contact100-form-title-inputfields{
  color:white;
}

.form-cory-container body {
  background-color: steelblue;
  color: #343a40;
  font-family: 'Muli', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  margin: 0;
}

.form-cory-container h1 {
  text-align: center;
  /* margin-bottom: 30px; */
}

.form-cory-container a {
  text-decoration: none;
  color: #343a40;
}

.form-cory-container .form-control-cory {
  position: relative;
  margin: 20px 0 30px;
  width: 100%;
  padding:0px 50px;
}

.form-cory-container .form-control-cory input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px #343a40 solid;
  display: block;
  width: 100%;
  padding: 1rem 0;
  font-size: 18px;
  color: #343a40;
}

.form-cory-container .form-control-cory input:focus,
.form-cory-container .form-control-cory input:valid {
  outline: none;
  border-bottom-color: #d9d9d9;

}

.form-cory-container .btn {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  background: #78b82e;
  padding: 1rem;
  font-family: inherit;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
}

.form-cory-container .btn:active {
  transform: scale(0.98);
}

.form-cory-container .text {
  margin-top: 30px;
  text-align: center;
}

.form-cory-container .form-control-cory label {
  position: absolute;
  top: 1rem;
}

.form-cory-container .form-control-cory label span {
  display: inline-block;
  font-size: 18px;
  min-width: 5px;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-cory-container .form-control-cory input:focus + label span,
.form-cory-container .form-control-cory input:valid + label span {
  color: #78b82e;
  transform: translateY(-30px);
}
.color-lightgrey{
  color:#b5b5b5;
}
.color-white{
  color:white;
}
.form-control-cory-check{
  margin: 20px 0 20px;
  padding: 0px 50px;
}
.customiconsize-drop{
  min-height: 10px;
  min-width: 10px;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  width: 100%;
  padding: 15px;
  background-size: contain;
}
.custom-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width:100%;
}
.font-poppins{
  font-family: "Poppins", sans-serif; font-size: 18px; line-height: 1.8; font-smoothing: antialiased; overflow-x: hidden; font-weight: 500; color:#343a40 }
.font-raleway{
  font-family: "Raleway", sans-serif; font-size: 15px; line-height: 1.8; font-smoothing: antialiased; overflow-x: hidden; font-weight: 500; color:#343a40}
.font-Quicksand{
  font-family: "Quicksand", sans-serif; font-size: 15px; line-height: 1.8; font-smoothing: antialiased; overflow-x: hidden; font-weight: 500; color:#343a40}
.font-Kanit{
  font-family: "Kanit", sans-serif; font-size: 15px; line-height: 1.8; font-smoothing: antialiased; overflow-x: hidden; font-weight: 500; color:#343a40}
.p-b-10{
  padding-bottom:10px;
}
.p-t-40{
  padding-top:40px;
}
.p-t-10{
  padding-top:10px;
}
.fs-17{
  font-size:17px;
}
.fs-18{
  font-size:18px;
}
.fs-20{
  font-size:20px;
}
.divider{
  width:20%;
  border-bottom:4px solid #78b82e;
  margin:20px 0px;
}
.divider-100{
  width:100%;
  border-bottom:4px solid #78b82e;
  margin-bottom:30px;
}
.divider-custom{
  width:59%;
  border-bottom:4px solid #78b82e;
  margin-top:-20px;
  margin-bottom:30px;
}
.divider-custom2{
  width:59%;
  border-bottom:4px solid #78b82e;
  margin-top:-5px;
}

.w-90{
  width:90%!important;
}
.wyd{
  background-color:#fff;
  padding:12px 37px;
  margin-top:30px;
  border-radius:.25rem;
  margin-bottom:30px;
}
.dark-color-sub{
  color:#000;
}
.buttonred{
  color:#78b82e;
}
.featuresdiv{
  background-color:#000000ad;
  border:0px solid black;
  width:45rem;
  margin:auto;
}
.ngcard{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  margin-top:-50px;
}
.ngcard-body{
  padding:2.25rem 4rem;
}
.pb-75{
  padding-bottom:75px;
}
.fw-600{
  font-weight:600;
}.fw-700{
  font-weight:700;
}
.m-b-0{
  margin-bottom:0px;
}
.m-t-10{
  margin-top:10px;
}
.m-t-20{
  margin-top:20px;
}
.divider-thin{
  width:20%;
  border-bottom:2px solid #78b82e;
  margin:10px 0px;
}
.divider-thin2{
  width:20%;
  border-bottom:2px solid #696969;
  margin:10px 0px;
}
.img-3{
  background-position:center!important;
  background-size:cover!important;
  background-repeat: no-repeat!important;
  padding: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:40px;
}

.slider-right {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  z-index: 2;
  width: auto;
}

.slider-right img {
  position: relative;
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
  box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.slider-right span {
  position: absolute;
  top: 0px;
  bottom: 0;
  z-index: -9;
  height: 110%;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: -45px;
  margin-top: -25px;
  background: #78b82e;
  border-radius:10px;
  -webkit-box-shadow: -6px 10px 40px #0000008f;
  box-shadow: -6px 10px 40px #0000008f;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.slider-left {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  z-index: 2;
  width: auto;
  float:right;
}

.slider-left img {
  position: relative;
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
  box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.slider-left span {
  position: absolute;
  top: 0px;
  bottom: 0;
  z-index: -9;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 30px;
  margin-top: -25px;
  background: #78b82e;
  border-radius:10px;
  -webkit-box-shadow: -6px 10px 40px #0000008f;
  box-shadow: -6px 10px 40px #0000008f;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  transform: translate(-700px, 10px);
}




/*Shapes*/
.shape-square {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #2f387b;
    bottom: -10rem;
    right: 5%;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
    -webkit-animation: rotating 20s linear infinite;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
.p-abs{
  position:absolute;
}
.shape-triangle-cory{
    position: relative;
    width: 0;
    height: 0;
    top: -20rem;
    left: 45%;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-transition: all .0s;
    -o-transition: all .0s;
    transition: all .0s;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 50px solid #2f387b;
    -webkit-animation: right-to-left 20s linear infinite;
}


.shape-plus-cory {
  position: absolute;
  top: 18rem;
  left: 82rem;
  border-radius: 1px;
  background: #2f387b;
  height: 40px;
  width: 5px;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-animation: rotating 20s linear infinite;
}

.shape-plus-cory:after {
  border-radius: 1px;
  background-color: #2f387b;
  content: "";
  height: 5px;
  position: absolute;
  top: 17px;
  width: 40px;
  left: -17px;
}

.shape-triangle {
    position: absolute;
    width: 0;
    height: 0;
    top: 88rem;
    left: 45%;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-transition: all .0s;
    -o-transition: all .0s;
    transition: all .0s;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 50px solid #2f387b;
    -webkit-animation: right-to-left 20s linear infinite;
}

@-webkit-keyframes right-to-left {
    0% { margin-left: 0;}
    50%{ margin-left : -100px;}
    100%{ margin-left: 0;}
}

.shape-plus {
    position: absolute;
    top: 95rem;
    left: 13%;
    border-radius: 1px;
    background: #2f387b;
    height: 40px;
    width: 5px;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-animation: rotating 20s linear infinite;
}

.shape-plus:after {
    border-radius: 1px;
    background-color: #2f387b;
    content: "";
    height: 5px;
    position: absolute;
    top: 17px;
    width: 40px;
    left: -17px;
}

.shape-circle{
    position: absolute;
    bottom: -40rem;
    left: 250px;
    width: 60px;
    height: 60px;
    border: 5px solid #2f387b;
    border-radius: 50%;
    -webkit-animation: heartBeat 10s linear infinite;
}

/* .slider-bg {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  z-index: 2;
  width: auto;
}

.slider-bg .feature-content {
  position: relative;
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
  box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.slider-bg::after{
  content:"";
  position: absolute;
  top: 0px;
  bottom: 0;
  z-index: -9;
  height: 110%;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 30px;
  margin-top: -25px;
  background: #78b82e;
  border-radius:10px;
  -webkit-box-shadow: -6px 10px 40px #0000008f;
  box-shadow: -6px 10px 40px #0000008f;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
} */
.benefits-item {
  display: flex;
  margin-bottom: 50px;
}
.benefits-item .benefits-item-icon {
  height: 64px;
  width: 64px;
  flex: none;
}
.benefits .block-content {
  margin-top:5rem;
}
.benefits-item .benefits-item-details {
  padding-left: 25px;
}
.zi-2{
  z-index:2;
}
.zi-3{
  z-index:3;
}
/* ===================================
    Project section css
====================================== */
.project-sec{
    position: relative;
    padding-bottom: 0;
}
.project-sec .row{
    margin:0 !important;
}
.project-sec .project-area{
    position: relative;
}
.project-sec .project-area .project-img img{
    height: 100%;
    width: 100%;
}
.project-sec .project-area .project-detail{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    color: white;

}
.project-sec .project-area .project-detail .project-sub-heading{
    font-family: Roboto, sans-serif;
    font-size: 19px;
    color: #d80300;
    margin-bottom: 35px;
    display: inline-block;
    font-weight: bold;
}
.project-sec .project-area .project-detail .project-sub-heading span{
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #ff431e;
    margin-right: 8px;
    margin-bottom: 4px;
}
.project-sec .project-area .project-detail .project-heading{
    font-size:30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    margin-bottom: 40px;
}

.project-sec .project-area .project-detail .project-heading span{
    display: block;
}

.project-sec .project-area .project-detail .project-text{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #cccccc;
    margin-bottom: 33px;
    width: 75%;
}
.project-sec .project-links{
    position: absolute;
    top: 90%;
    left: 42%;
    transform: translate(-50%,-50%);
    z-index: 1111;
    cursor: pointer;
}
.project-sec .project-links a i{
    color: #FFFFFF;
    font-size: 22px;
    transition: .8s ease;
}
.project-sec .project-links a:hover i{
    color: #f73859;
}
.project-sec .owl-item.active .project-area .project-detail .animate-fade{
    animation: 1.5s slideInUp;
}
.project-sec .owl-item.active .project-area .project-detail .animate-box{
    animation: 2s slideInLeft;
}
.project-sec .owl-item.active .project-area .project-detail .animate-roll{
    animation: 2s slideInLeft;
}
.project-sec .owl-item.active .project-area .project-detail .animate-in{
    animation: 2s fadeIn;
}

.project-sec .owl-item.active .project-area .project-detail .animate-fate-in{
    animation: 1.5s fadeIn;
}

.color-black{
    color: black !important;
}
.bg-black{
    background-color: black;!important;
}
.color-white{
    color: white !important;
}

.project-box{
    background: rgba(32, 32, 32, 0.90);
    padding: 25px;
}
/* ===================================
    GALLARY SECTION
====================================== */

.gallary-sec{
    padding: 100px 0;
}

.gallary-sec .stats-heading-area .sub-heading{
    font-family: Roboto, sans-serif;
    font-size:18px;
    color: #9b0907;
    font-weight: 400;
    margin-bottom: 20px;
}

.gallary-sec .stats-heading-area .heading {
    color: #9b0907;
    font-family: Oswald, sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 50px;
}

.gallary-sec .stats-heading-area .heading{
    margin-bottom: 20px;
}

.gallary-sec .stats-heading-area  .heading span.color {
    display: inline-block;
    color: #ff431e;
}

.gallary-sec .stats-heading-area  .heading span {
    display: block;
}

.gallary-sec .stats-heading-area .text{
    color: #202020;
    width: 96%;
    margin: 0 auto;
    font-size: 17px;
}


.gallary-sec .gallary-content-top{
    margin-bottom: 80px;
}

.gallary-sec .gallary-manage-top {
    margin-top: 80px;
}

.gallary-sec .card{
    -webkit-box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.25);
    -moz-box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.25);
    box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.25);
    cursor: pointer;
}


.gallary-sec .card .image-holder-gallary{
    overflow: hidden;
}

.gallary-sec .card:hover img{
    transform: scale(1.1);
    transition: .6s ease;
}

.gallary-manage-top .card{
    -webkit-box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.31);
    -moz-box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.31);
    box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.31);
}


.gallary-sec .card .card-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.gallary-sec .card:hover .card-body {
    background: #ff431e;
    transition: .6s ease;
}

.gallary-sec .card:hover .property-details h5  , .gallary-sec .card:hover .user-rating li , .gallary-sec .card:hover .property-price{
    color: #FFFFFF;
    transition: .1s ease;
}

.property-details h5{
    color: #202020;
}

.user-rating{
    list-style: none;
    margin-bottom: 0;
}

.user-rating li{
    display: inline-block;
    color: #ffc600;
}

.property-price{
    color: #ff431e;
}

.gallary-contact-btn a{
    margin-top: 50px;
}

/* ===================================
      About Us
  ==================================== */

  .heading-area .title{
    font-size: 3rem;
    margin-bottom: 25px;
}

.heading-area .sub-title{
    margin-bottom: 15px;
    font-weight: 400;
}

.dot-box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 80px;
    z-index: -1;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQoU2N8+vTpfwYGBgZpaWlGEI0LMBKtEJ8pyHJ4rRtVCAAd/QgLwKUsAgAAAABJRU5ErkJggg==)!important;
    background-position: 0 0px!important;
    background-repeat: repeat!important;
    background-size: 15px;
    width: 150px;
    height: 150px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.feature-item {
    margin-right: 20px;
    padding: 30px 25px;
    border-radius:10px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    box-shadow: 0px 0px 8px 1px rgba(145, 140, 145, 0.35);
}

.feature-item:nth-child(2){
    margin-top: 23px;
}

.feature-item > i.f-icon{
    font-size: 28px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: #55ACEE;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 50px;
    color: #fff;
}

.feature-item .title {
    margin: 1.5rem 0 .8rem;
}

.feature-item .r-icon{
    font-size: 25px;
    font-weight: 900;
    display: block;
    text-align: right;
    color: #d5d3d3;
}

.feature-item p{
    margin-bottom: 15px;
    font-size: 14px;
}
.img-sizing-cory{
  background-size:cover;
  min-height:286px;
}

.feature-box-02 .icon img{
	border-radius:50%!important;
}

.mca-m-w-300{
  min-width:300px;
}
@media (max-width:429px){
  .mca-m-w-300{
    max-width:100px;
  }
}
@media (max-width: 350px){
  .customiconsize{
    max-width:50px;
    padding-left:10px;
  }
}
.color-blue{
  color:#78b82e;
}
.bg-blue{
  background-color:#78b82e;
  border: 0px solid transparent;

}
.bg-red{
  background-color:#78b82e;
  border: 0px solid transparent;

}
.divider-blue{
  width:20%;
  border-bottom:4px solid #78b82e;
  margin:20px 0px;
}
.divi
.divider-grad{
  width:20%;
  border-bottom:4px solid #78b82e;
  margin:20px 0px;
  border-image: 
    linear-gradient(
      to right, #78b82e 0%, #78b82e 100%
    ) 0 0 100% 0;
}
.slider-right span {
  /* background:linear-gradient(176deg, #78b82e 0%, #78b82e 0%, #fff 20%, #fff 80%, #78b82e 100%, #78b82e 100%); */
  background-color:grey;
}
.hero-banner{
  /* background:linear-gradient(65deg, #78b82e 50%, #78b82e 50%); */
  bottom:6rem;
  position:relative;
}
.card-head-pad{
  border:0px solid transparent;
  padding:10px 10px;
  border-radius:.25rem;

}
.card-body-pad{
  border:0px solid transparent;
  padding:10px 10px;
  border-radius:.25rem;
}
.card-shadow{
  box-shadow: 0px 0px 18px -9px #000000af;
}
.m-h-530{
  min-height:530px;
}
.hover-card-lol{
  transition:0.1s linear;
  border:0px;
  cursor:pointer;
}
.hover-card-lol .ti-arrow-right{
  transition:0.1s linear;
  border:0px;
}
.hover-card-lol:hover{
  box-shadow:0px 0px 4px 2px #2ac3fd;
  border:0px;
  transition:0.1s linear;
}
.hover-card-lol:hover .m-btn, .hover-card-lol:hover .m-btn{
  background-color:#2d50cc;
}
.hover-card-lol:hover .ti-arrow-right, .hover-card-lol:hover .ti-arrow-right{
  padding-left:10px;
  transition:0.1s linear;
}

.popup-content-box {
  position:fixed;
  bottom: 0;
  left: 22.5%;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
.neg-marg-150{
  margin-top:-150px;
  margin-bottom:50px;
  padding-bottom:50px;
}

.form-group span::after{
  content: "";
  display: flex;
  background-color: #78b82e;
  width: 50%;
  padding: 30px 0px;
  margin-top: -74px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.color-main{
  color:#78b82e;
}
.color-alt{
  color:#78b82e;
}
.iframeheader { 
  font-size: 40px !important;
  font-weight: 600; 
  margin: 0 0 20px 0; 
  letter-spacing: 1px; 
}
.width-100::after{
  width: 100% !important;
}
.hidebutton1{
  display:none;
}
.popup-card-box{
  border:none;
  outline:none;
  background-color:white;
  position:absolute;
  top:9px;
  left:9px;
  box-shadow: 0px 15px 38px rgb(0 0 0 / 36%);
}
@media (max-width:666px){
  .mobile-hero-card{
    padding-left:0px!important;
    padding-right:0px!important;
}
}
@media (max-width:910px){
.form-group span::after{
  content: "";
  display: flex;
  background-color: #78b82e;
  width: 95%!important;
  padding: 30px 0px;
  margin-top: -74px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}}
@media (max-width:777px){
  .popup-content-box{
    left:0;
    width:100%;
  }
}
@media (max-width:427px){
  .popup-card-box{
    background-color:transparent;
    width:100%;
    display:none;
  }
  .popup-text-box{
    display:none;
  }
  .popup-content-box{
   background-color:transparent;
  }
  .ti-arrow-right{
    display:none;
  }
  .popup-content-box-padding .m-btn{
    line-height:4;
  }
}
@media (max-width:393px){
  .popup-content-box-padding .m-btn{
    line-height:2;
  }   
}
.popup-content-box-extra{
  box-shadow:0px 0px 16px 5px #78b82e;
  background-color:white;
}
.m-b-2rem{
  margin-bottom:2rem;
}
@media (max-width:767px){
.hero-text-size{
  font-size:48px!important;
}
}
@media (max-width:767px){
  .ngcard-body{
    padding: 0rem 0rem;
  }
}
.hidden{
  display:none;
}

/* ===================================
      shop card window css
  ==================================== */
  @media (max-width:901px){
    .shop-card-window{
      width:100%!important;
    }
  }
  @media (min-width:902px){
    .shop-card-window{
      width:50%!important;
    }
  }
  @media (min-width:1000px){
    .shop-card-window{
      width:30%!important;
    }
  }
  @media (min-width:1100px){
    .shop-card-window{
      width:25%!important;
    }
  }

  .shop-card-window{
    width: 23%;
    position: fixed;
    right: 0;
    top: 0;
    background: #FFFFFF;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition:transform .5s ease;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}
.shop-card-window.active{
    /*right: 0;*/
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.55);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.shop-card-window .close-card-window{
    position: absolute;
    right: 20px;
    top: 100px;
}
.shop-card-window .close-card-window i{
    color: #2d2d2d;
    font-size: 28px;
}
.shop-card-window .shop-card-window-content{
    /*margin-top: 80px;*/
    /*padding: 30px;*/
}
.shop-card-window .shop-card-window-content .shop-card-heading{
    margin-bottom: 30px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    text-align: center;
}
.shop-card-window .mini-bag{
    height: 45vh;
    overflow-y: scroll;
    margin-bottom: 30px;
}
.shop-card-window .mini-bag .bag-item{
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
}
.shop-card-window .mini-bag .bag-item .item-img{
    height: 100px;
    width: 100px;
    display: inline-block;
}
.shop-card-window .mini-bag .bag-item .item-img img{
    width: 100%;
}
.shop-card-window .mini-bag .bag-item .item-details{
    display: inline-block;
    padding: 10px;
}
.shop-card-window .mini-bag .bag-item .item-details .item-name{
    font-size: 17px;
    font-weight: 500;
    color: #2d2d2d;
    margin-bottom: 0;
    transition: .5s ease;
    font-family: 'Poppins', sans-serif;
}
.shop-card-window .mini-bag .bag-item:hover .item-details .item-name{
    color: #79a207;
}
.shop-card-window .mini-bag .bag-item .item-details .item-qty{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #2d2d2d;
    opacity: .8;
    display: block;
}
.shop-card-window .mini-bag .bag-item .item-details .item-price{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    opacity: .8;
    display: inline-block;
}
.shop-card-window .mini-bag .bag-item .item-details .basket{
    text-decoration: none;
    display: inline-block;
    float: right;
    cursor: pointer;
}
.shop-card-window .mini-bag .bag-item .item-details .basket:hover i{
    color: red;
}
.shop-card-window .mini-bag .bag-item .item-details .basket i{
    font-size: 18px;
    color: #2d2d2d;
    transition: .5s ease;
}
.shop-card-window .shop-card-window-content .bag-btn{
    display: block;
    text-align: center;
    margin-top: 15px;
}
.shop-card-window .shop-card-window-content .bag-btn .total{
    font-size: 18px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    display: block;
    color: #79a207;
    font-weight: 500;
}
.shop-card-window .shop-card-window-content .bag-btn .total span{
    margin-right: 5px;
}
.shop-card-window .shop-card-window-content .bag-btn .web-btn:hover{
    background-color: transparent;
    color: #79a207;
}
.card-subtitle{
  line-height:1.3;
  margin-top:3px;
}
.list-style-none{
  list-style:none;
}
.p-l-0{
  padding-left:0px;
}
.card-title{
  line-height:1;
  margin-bottom:5px!important;
}
.m-b-10{
  margin-bottom:10px;
}
.color-alt{
  color:#78b82e!important;
}
.title-bg{
  background-color:#00000080;
}
@media (max-width:767px){
  .mobile-text-size{
    font-size:3em!important;
  }
  .mobile-subtitle-size{
    padding-bottom:200px;
    line-height:2em;
  }
}
.m-t-100{
  margin-top:100px;
}
.blink{
  animation: blink 1s linear infinite;
  animation-duration:3s;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}