@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

html, body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body{
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 400;
    /*background-color: #f6f6f7;*/
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #173050;
}
a {
    color: #37a000;
}
a:hover{
    text-decoration: none;
}
p{
    color: #707070;
}
@media(min-width:768px) and (max-width:1199px){
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .row [class*="col-"]{
        padding-right: 10px;
        padding-left: 10px;
    }
}
.headre-inner{
    position: relative;
    background-color: #f6f6f7
}

.mb-50{
    margin-bottom: 50px;
}

.sideLink {
    position: fixed;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 100;
}

.scl_link {
    display: block;
}

.telegram_link {
    margin-top: 15px;
    text-align: center;
}

@media(max-width: 767px){
    .sideLink{
        right: 15px;
        top: 40%;
    }
}
.btn.buy_btn,
.btn.demo_btn{
    border: 0;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    min-width: 140px;
    transition-duration: 0.4s;
    padding: 0 25px;
}

.btn.buy_btn{
    background: #37a000;
}

.btn.demo_btn{
    background: #173050;
}

.btn.buy_btn:focus,
.btn.buy_btn:hover{
    background: #2a7a00;
}

.btn.demo_btn:hover,
.btn.demo_btn:focus {
    background: #001736;
}

/*------------ back to top -------------*/
#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
}
.btn-top {
    color: #37a000;
    font-weight: 600;
}
.btn-top:active, .btn-top.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-top:hover{
    color: #fff;
    background-color: #37a000;
}
@media (min-width: 768px) {
    #toTop {
        bottom: 30px;
        right: 30px;
    }
}
.template-demo,
.service-section,
.product-features,
.choose-product{
    padding: 90px 0;
}

/*--------------- Header bg ----------------*/

.header-bg {
    background-image: url(../images/about-us-header.jpg);
    padding: 170px 0;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.header-bg h1 {
    color: #fff;
    font-size: 60px;
    margin: 0 0 50px;
    font-weight: 500;
    letter-spacing: -2px;
}

.header-bg p {
    font-size: 21px;
    font-family: 'Lora', serif;
    color: #fff;
}

@media (max-width: 767px) {
    .header-bg {
        padding: 120px 0 90px;
    }
    .header-bg h1 {
        font-size: 36px;
    }
    .header-bg p {
        font-size: 19px;
    }
}

header .section-title {
    margin-top: 32px;
}

.section-title h1 {
    margin: 0 0 20px;
    text-transform: capitalize;
    font-weight: 100;
}
.section-title h4 {
    color: #8799a3;
    font-style: italic;
    font-family: 'Lora', serif;
    font-weight: 100;
    font-size: 21px;
    margin: 0 0 18px;
}
.section-title h2 span,
.banner .banner_inner h1 span,
.product-details .details-text h3 span{
    color: #2a7a00;
}
.section-title.dark p, 
.section-title.dark h2 {
    color: #fff;
}
header .section-title p {
    font-size: 19px;
    color: #000;
    font-weight: 300;
}
@media (max-width: 767px) {
    header .section-title {
        margin: 40px 0 35px;
    }
    .section-title h1 {
        font-size: 31px;
    }
    header .section-title p  {
        font-size: 17px;
    }
}
nav.navbar.bootsnav,
.wrap-sticky nav.navbar.bootsnav.sticked{
    border-bottom: 0;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    background-color: #fff;
}
@media (min-width: 1024px){
    nav.navbar.bootsnav.no-background {
        box-shadow: none;
        /* background-color: #fff; */
        z-index: 100;
    }
}
/*
Navbar Adjusment
=========================== */
/* Navbar Atribute ------*/
.attr-nav > ul > li > a{
    padding: 28px 15px;
}
.attr-nav > ul > li.menu-login > a {
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    /* padding: 0px 14px; */
    background-color: #37a000;
    padding: 12px 18px;
    line-height: 1;
    margin: 26px 0 21px 15px;
    padding: 0;
}
@media(min-width:768px) and (max-width:992px){
    .attr-nav > ul > li.menu-login > a {
        margin: 7px 0;
    }
}
@media (max-width: 767px){
    .attr-nav > ul > li.menu-login > a {
        display: none;
    }
}
.attr-nav > ul > li.menu-login > a:hover{
    color: #fff;
    background-color: #008329;
    border-color: #008329;
}

ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}
.mobile_show{
    display: none !important;
}
@media (min-width: 993px) {
    /* Navbar General ------*/
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 30px 15px;
        font-weight: 500;
        /*color: rgba(112, 112, 112, 1);*/
        color: #000;
    }
    nav.navbar .navbar-brand {
        height: 80px;
        padding: 22px 15px;
        margin-top: 0;
    }
    nav.navbar .navbar-brand .logo-text {
        color: #37a000;
        /* text-transform: uppercase; */
        font-weight: 700;
        font-size: 32px;
        letter-spacing: -1px;
    }
    nav.navbar .navbar-brand .logo-sub-text {
        color: #000;
        font-size: 11px;
        font-weight: 700;
        margin-left: 26px;
    }
    nav.navbar .navbar-brand img.logo{
        width: 132px;
    }
    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    nav.navbar li.dropdown ul.dropdown-menu{
        border-top: solid 5px;
    }
    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand{
        margin: 0 !important;
    }
    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand{
        margin: 10px !important;
    }
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        position: relative;
        top: -15px;
    }
    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand{
        margin-bottom: 50px;
    }
    nav.navbar-sidebar ul.nav > li > a{
        padding: 10px 15px;
        font-weight: bold;
    }
    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white{
        background-color: rgba(255,255,255,0.3);
        border-bottom: solid 1px #bbb;
    }
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #555;
    }
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav{
        border-left: solid 1px #bbb;
    }
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #555;
    }
    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a{
        color: #fff;
    }
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a{
        color: #eee;
    }
    /* Navbar Dropdown ------*/
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        border: 0px;
        box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
        /*display: block !important;*/
    }
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
        text-align: left;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover{
        color: #61f514;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        border: 0;
    }
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
        content: "\f107";
    }
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle::before {
        float: right;
        content: "\f105";
    }
}
@media (max-width: 992px) {
    /* Navbar General ------*/
    nav.navbar .navbar-brand{
        margin-top: 0;
        position: relative;
        top: -2px;
    }
    nav.navbar .navbar-brand img.logo{
        width: 120px;
    }
    .attr-nav > ul > li > a{
        padding: 16px 15px 15px;
    }
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        background: #1a1a1a;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
        padding: 15px 15px;
        color: #b4b4b4;
        border-bottom: solid 1px #323232;
        font-weight: 600;
        font-size: 14px;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
        border-bottom: solid 1px #323232;
        color: #b4b4b4;
        font-size: 14px;
        font-weight: 600;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a{
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    nav.navbar-full .navbar-brand{
        top: 0;
        padding-top: 10px;
    }    
    .desktop_show{
        display: none !important;
    } 
    .mobile_show{
        display: block !important;
    }
}

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse{
    background-color: #222;
    border-bottom: solid 1px #303030;
}
nav.navbar.navbar-inverse ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #222 !important;
}
nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right{
    color: #fff;
}
nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a{
    color: #eee;
}
nav.navbar.navbar-inverse ul.nav > li.dropdown > a{
    background-color: #222;
}
nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
    color: #999;
}
nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6{
    color: #fff;
}
nav.navbar.navbar-inverse .form-control{
    background-color: #333;
    border-color: #303030;
    color: #fff;
}
nav.navbar.navbar-inverse .attr-nav > ul > li > a{
    color: #eee;
}
nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu{
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}
nav.navbar.navbar-inverse ul.cart-list > li{
    border-bottom: solid 1px #303030;
    color: #eee;
}
nav.navbar.navbar-inverse ul.cart-list > li img{
    border: solid 1px #303030;
}
nav.navbar.navbar-inverse ul.cart-list > li.total{
    background-color: #333;
}
nav.navbar.navbar-inverse .share ul > li > a{
    background-color: #555;
}
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu{
    border-right: solid 1px #303030;
}
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a{
    border-bottom: solid 1px #303030;
}
nav.navbar.navbar-inverse .dropdown-tabs .tab-content{
    border-left: solid 1px #303030;
}
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a{
    background-color: #333 !important;
}
nav.navbar-inverse.navbar-full ul.nav > li > a{
    border:none;
}
nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu{
    background-color: #222;
}
nav.navbar-inverse.navbar-full .navbar-toggle{
    background-color: #222 !important;
    color: #6f6f6f;
}
@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu{
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }
    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu{
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }
    nav.navbar.navbar-inverse.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #999;
    }
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #999;
    }
    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a{
        color: #fff;
    }
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a{
        color: #3f3f3f;
    }
}
@media (max-width: 992px)  {
    nav.navbar.navbar-inverse .navbar-toggle{
        color: #eee;
        background-color: #222 !important;
    }
    nav.navbar.navbar-inverse .navbar-nav > li > a{
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu  > li > a{
        color: #999;
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title{
        border-bottom: solid 1px #303030;
        color: #eee;
    }
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a{
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul{
        border-top: solid 1px #303030;
    }
    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse{
        background-color: #222;
    }
}
@media (max-width: 767px)  {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav{
        border-top: solid 1px #222;
    }
}
.block-mega-menu {
    display: table;
    width: 100%;
    margin-bottom: 0 !important;
}
.mega-cat-menu {
    width: 25%;
    display: table-cell;
    height: 100%;
    vertical-align: top;
    padding: 20px 0;
    background-color: #040c00;
    background-color: #2f8800;
    position: relative;
}
.mega-cat-menu .nav-tabs{
    border-bottom: 0;
}
.mega-cat-article .tab-pane .media{
    min-height: 115px;
    padding: 15px;
}
.mega-cat-article .tab-pane .media:hover{
    background: #f6f6f7;
}
.mega-cat-article .tab-pane .media .media-left img{
    width: 45px;
}
.menu-tabs > li{
    float: none;
}
nav.navbar.bootsnav ul.nav.menu-tabs > li > a{
    padding: 6px 15px 6px 45px;
    color: #e8e8e8;
}
nav.navbar.bootsnav ul.nav.menu-tabs > li > a:hover{
    color: #dad;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content>li,
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content{
    padding: 0 !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    text-align: left;
    border: 0;
    display: inline-block;
    cursor: pointer;
}
.tab-content>.tab-pane{
    padding: 35px 25px;
}
.menu-tabs li {
	margin: 0 5px;
	opacity: 0;
	animation: fadeIn 500ms ease-in both;
}

.menu-tabs li:nth-child(2) {
	animation-delay: 100ms;
}
.menu-tabs li:nth-child(3) {
	animation-delay: 200ms;
}
.menu-tabs li:nth-child(4) {
	animation-delay: 300ms;
}
.menu-tabs li:nth-child(5) {
	animation-delay: 400ms;
}
.menu-tabs li:nth-child(6) {
	animation-delay: 500ms;
}
.menu-tabs li:nth-child(7) {
	animation-delay: 600ms;
}
.menu-tabs li:nth-child(8) {
	animation-delay: 700ms;
}
.menu-tabs li:nth-child(9) {
	animation-delay: 800ms;
}
.menu-tabs li:nth-child(10) {
	animation-delay: 900ms;
}
.menu-tabs li:nth-child(11) {
	animation-delay: 1000ms;
}
.menu-tabs li:nth-child(12) {
	animation-delay: 1100ms;
}
.menu-tabs li:nth-child(13) {
	animation-delay: 1200ms;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
/*
Color
=========================== */
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
    color: #37a000;
}
nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu  > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a{
    color: #37a000 !important;
}
nav.navbar.no-background .nav-tabs.menu-tabs li a:hover{
    background: transparent !important;
    color: #61f514 !important;
}
.nav-tabs.menu-tabs li a i{
    margin-right: 7px;
}
@media(max-width:920px){
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover{
        color: #f43438 !important;
    }
}
/*
Border
=========================== */
ul.cart-list > li.total > .btn{
    border-color: #f43438;
}
nav.navbar li.dropdown ul.dropdown-menu{
    border-top-color: #f43438 !important;
}
/*
Background
=========================== */
ul.cart-list > li.total > .btn,
.attr-nav > ul > li > a span.badge,
nav.navbar .share ul > li > a:hover,
nav.navbar .share ul > li > a:focus{
    background-color: #f43438;
}
ul.cart-list > li.total > .btn:hover,
ul.cart-list > li.total > .btn:focus{
    background-color: #dc3236 !important;
}


/*----------- Banner Css ------------*/

.banner .banner_inner h1{
    font-size: 36px;
    font-weight: 800;
    margin: 0;
}

.banner .banner_inner p{
    font-size: 16px;
    line-height: 25px;
    margin: 25px 0;
}

.banner_inner{
    position: relative;
}

.nxt-sec{
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background: #4cbf10;
    padding: 8px 25px 0;
    border-radius: 50px 50px 0 0;
}


/*===================
    Benefits 
=======================*/
#benefits{
    margin-bottom: 70px;
}
#benefits ul {
    position: relative;
    float: left;
}
#benefits li {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
}
#benefits li > a {
    padding: 40px;
    min-height: 195px;
    box-sizing: border-box;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: block;
}
#benefits li > a:hover {
    background-color: #fff;
    box-shadow: 0 7px 25px 1px rgba(0,0,0,0.08);
    border: 0 solid #e9e9e9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 5px;
}
#benefits li > a > h4 {
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 600;
    margin: 25px 0 0;
}
@media (max-width: 767px) {
    #benefits li {
        width: 50%;
    }
    #benefits li > a {
        padding: 20px;
        min-height: 145px;
    }
    #benefits li:nth-child(2n),
    #benefits li:nth-child(4n),
    #benefits li:last-child {
        border-right: none;
    }
    #benefits ul::before {
        content: '';
        position: absolute;
        left:50%;
        top: 0;
        width: 1px;
        height: 100%;
        background: #e9e9e9;
    }
    #benefits li {
        border-bottom: 1px solid #e9e9e9;
    }
    #benefits li:nth-child(9n),
    #benefits li:last-child {
        border-bottom: none;
    }

}
@media (min-width: 768px) {
    #benefits ul::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background: #e9e9e9;
    }
    #benefits li {
        border-right: 1px solid #e9e9e9;
    }
    #benefits li:nth-child(5n),
    #benefits li:last-child {
        border-right: none;
    }
}
@media(min-width:768px) and (max-width:1199px){
    #benefits li > a {
        padding: 25px 10px;
        min-height: auto;
    }
}
/*------------------- About ----------------------*/
.about-section {
    padding: 90px 0 60px;
    background-color: #fff;
    /*background-image: url(../images/about-bg.jpg)*/
}
.about-title h1 {
    font-size: 50px;
    font-weight: 100;
}
.about-text p{
    font-size: 19px;
    font-weight: 300;
}
.about-summary {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.icon-list {
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    position: relative;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    font-size: 64px;
    border-width: 2px;
    border-style: solid;
    background: #ffffff;
    color: #37a000;
    z-index: 1;
    border-color: #37a000;
    margin-bottom: 30px;
    /*    -webkit-box-shadow: 0 4px 35px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 4px 35px rgba(0,0,0,0.2);
        box-shadow: 0 4px 35px rgba(0,0,0,0.2);*/
}
.icon-list:hover{
    color: #ffffff;
    background: #37a000;
    border-color: #37a000;
}
.about-summary h4 {
    line-height: 29px;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Lora', serif;
    font-style: italic;
    text-transform: capitalize;
}
.icon-list-connector {
    position: absolute;
    top: 6.5em;
    left: 50%;
    width: 100%;
    height: 10px;
    border-top-width: 1px;
    border-top-style: dashed;
    margin-left: 0;
    border-color: #37a000;
}
@media (max-width: 767px) {
    .icon-list-connector {
        display: none;
    }
}
@media(min-width:768px) and (max-width:1199px){
    .icon-list {
        font-size: 53px;
    }
    .about-summary h4 {
        line-height: 25px;
        font-size: 17px;
    }
    .icon-list-connector {
        top: 5.5em;
    }
}
/*------------------- Service ----------------------*/
.service-section{
    background-color: #fff;
}
.service-box {
    /* text-align: center; */
    /* -webkit-box-shadow: 0px 2px 24px rgba(0,0,0,0.1); */
    padding: 40px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all .6s cubic-bezier(0.24,1,0.30,1);
    -webkit-transition: all .6s cubic-bezier(0.24,1,0.30,1);
    box-shadow: 0px 34px 90px 0px rgba(0,0,0,0.07000000000000001);
    min-height: 280px;
}
.service-box.text-center{
    -webkit-box-shadow: 0px 2px 24px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 24px rgba(0,0,0,0.1);
}
.service-box:hover{
    background-color: #37a000;
    -webkit-box-shadow: 0px 2px 24px rgba(55,160,0,0.4); 
    box-shadow: 0px 2px 24px rgba(55,160,0,0.4); 

}
.service-box i {
    font-size: 60px;
    color: #37a000;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
}
.service-box h3 {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Lora', serif;
}
.service-box p {
    font-size: 16px;
    color: #777;
}
/*.service-box.active i,
.service-box.active h3,
.service-box.active p,*/
.service-box:hover i,
.service-box:hover h3,
.service-box:hover p{
    color: #fff;
}
@media (max-width: 767px) {
    .service-box {
        padding: 20px;
    }
}

.service-header-title {
    margin-bottom: 90px;
}
.big-letter {
    position: absolute;
    content: '';
    right: 0px;
    top: -62px;
    font-size: 300px;
    font-weight: 800;
    color: #f6f8f9;
    line-height: 178px;
}
.serv-title {
    position: relative;
    margin-bottom: 50px;
}
.serv-title h2 {
    position: relative;
    color: #00000a;
    font-size: 48px;
    line-height: 50px;
    padding-bottom: 15px;
    font-weight: 100;
    margin: 0;
}
.serv-title h2 span {
    font-weight: 700;
}
.serv-title h2::after,
.sec-title h2:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #37a000;
}
.text{
    line-height: 28px;
    margin-bottom: 30px;
    font-size: 17px;
    letter-spacing: -0.3px;
    color: rgba(112, 112, 112, 1);
}

.service-contact{
    padding-top: 120px;
    padding-bottom: 85px;
    position: relative;
    background-image: url(../images/video-bg.jpg);
}
.service-contact .form-column {
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}
.contact-form {
    margin-top: 10px;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.contact-form .form-group .form-control {
    padding: 0px 0px 8px;
    height: 46px;
    font-size: 16px;
    box-shadow: none;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #e1e1e1;
    border-radius: 0;
    background: transparent;
}
.contact-form .form-group textarea.form-control{
    height: auto
}
.contact-form .form-group .form-control:focus{
    border-color:#37a000;
}
.inner {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
    z-index: 1;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.sec-title h2 {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    padding-bottom: 15px;
}
.service-contact .inner .text {
    font-size: 20px;
    font-weight: 300;
}
.service-contact .inner h3 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    margin-top: 5px;
}
.social-icon-two {
    position: relative;
    margin-top: 30px;
}
.social-icon-two li {
    position: relative;
    margin-right: 6px;
    display: inline-block;
}
.social-icon-two li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 17px;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    color: #d8d8d8;
    border: 1px solid #d8d8d8;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #fff;
}
.social-icon-two li a:hover {
    color: #00000a;
    border-color: #00000a;
}
@media (max-width: 767px) {
    .serv-title h2 {
        font-size: 36px;
        line-height: 36px;
    }
    .big-letter{
        display: none;
    }
    .inner {
        padding-left: 0;
    }
}
@media(min-width:768px) and (max-width:1199px){
    .service-box {
        padding: 15px;
    }
}

/*------------------ Testimonial -------------------*/

.sub_title{
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 30px;
}

.sub_title span{
    color: #2a7a00;
}

.section-title {
    text-align: center;
}
.section-title h2 {
    font-weight: 800;
    font-size: 36px;
}
.section-title p {
    font-size: 17px;
    margin: 0;
    /*font-weight: 300;*/
}
.section-title p a{
    font-weight: 500;
}
@media (max-width: 767px) {
    .section-title h2 {
        font-size: 27px;
    }
    .section-title p {
        font-size: 16px;
    }
}
/*------------------- Client logo ----------------------*/
.client-logo {
    padding: 90px 0 150px;
    background-image: url(../../../assets/images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #fff;
}
.logo-item{
    margin-bottom: 30px;
}
.logo-item img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: -webkit-filter 600ms ease;
    transition: filter 600ms ease;
    transition: filter 600ms ease, -webkit-filter 600ms ease;
    -webkit-transition: -webkit-filter 600ms ease;
}
.logo-item img:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
/*------------------- Page Header ----------------------*/
.template-content .template-demo {
    /* background-color: #fff; */
    padding: 90px 0 70px;
}
.page-header {
    padding: 90px 0;
    margin: 0;
    background-image: url(../images/bg.png);
}
.page-header h3 {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -2px;
    margin-top: 0;
    color: #fff;
}
.page-header .breadcrumb {
    display: inline-block;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    /*font-family: 'Lora', serif;*/
}
.page-header .breadcrumb li a,
.page-header .breadcrumb .active {
    color: #fff;
}
.page-header .breadcrumb .active {
    font-weight: 600;
}
.breadcrumb > li + li::before {
    content: "\e628";
    font-family: 'themify';
    font-size: 12px;
    color: #fff;
    padding: 0 10px;
}
/* enable absolute positioning */
.template-search {
    position: relative;
    margin: 25px 0;
}
.template-search .form-control {
    margin: 0 auto;
    background: #fbfbfb;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.09);
    box-shadow: none;
    height: 42px;
    font-size: 15px;
}
/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 13px;
    pointer-events: none;
}
/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}
/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
/*------------------- Privacy page ----------------------*/
.header {
    background: #f6f6f7;
    text-align: center;
    border-bottom: 10px solid #f1f1f3;
    padding: 140px 15px 90px;
}
.header h1 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2px;
    /* text-shadow: 0 11px 10px rgba(0,0,0,0.19); */
    margin-top: 0;
}
.text-content {
    padding: 90px 0 70px;
    background-color: #fff;
}
.text-content h1,
.text-content h3,
.text-content h4,
.content-details h3,
.content-details h4{
    margin: 0 0 20px;
    font-weight: 600;
    /*color: #000;*/
    letter-spacing: -1px;
}
.content-details h4,
.text-content h4 {
    font-size: 21px;
    /*letter-spacing: -1px;*/
}
.text-content p,
.body-text p{
    margin-bottom: 20px;
}
.body-text p,
.body-text ul li,
.text-content p,
.text-content ul li,
.text-content ol li,
.content-details ol li{
    /*font-family: 'Lora', serif;*/
    font-size: 16px;
    line-height: 28px;
}
.text-content a,
.content-details a{
    box-shadow: inset 0 -1px 0 currentcolor;
}
.text-content a:hover,
.content-details a:hover{
    box-shadow: inset 0 0 0 currentcolor,0 3px 0 currentcolor;
}
.text-content p strong{
    color: #000;
    font-weight: 600;
}
.text-content ul,
.content-details ul{
    list-style-type: disc;
    line-height: 32px;
    margin-bottom: 20px;
    padding-left: 17px;
}
.text-content ol,
.content-details ol {
    display: block;
    list-style-type: decimal;
    margin-bottom: 20px;
}
.text-content ol li,
.content-details ol li{
    margin-left: 50px;
}
/*------------------- Templates demo ----------------------*/
.template-demo{
    background-color: #f6f6f7;
}
.product {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.07);
    box-shadow: 0 4px 5px rgba(0,0,0,0.07);
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
}
.product:hover {
    box-shadow: 0 20px 25px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 20px 25px rgba(0,0,0,0.15);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.sale-inner {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    text-align: center;
    z-index: 100;
    color: #fff;
    background-color: #37a000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    /*    -webkit-border-radius: 0 0 3px;
        -moz-border-radius: 0 0 3px;
        border-radius: 0 0 3px;*/
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.product-img:hover .sale-inner{
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sale{
    display: table-cell;
    vertical-align: middle;
}
.product-img {
    position: relative;
    margin: auto;
    /*cursor: pointer;*/
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.product-img img{
    -webkit-transition: all .5s;
    transition: all .5s;
}
.product-img:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product-img:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.product-img .overlay {
    background: rgba(55, 160, 0, 0.9);
    position: absolute;
    margin: auto;
    width: 0px;
    height: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    pointer-events: none;
}
.product-img .btn-inner {
    color: #fff;
    text-align: center;
    position: absolute;
    margin: auto;
    height: 36px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .5s ease, opacity .7s ease;
    transition: transform .5s ease, opacity .7s ease;
}
.product-img:hover .btn-inner {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s ease, opacity 1.3s ease;
    transition: transform .5s ease, opacity 1.3s ease;
}
.btn-inner .btn {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 8px 17px;
}
.btn-inner .btn:first-child{
    margin-right: 5px;
}
.btn-warning {
    color: #111;
    background-color: #ffb822;
    border-color: #ffb822;
}
.btn-warning:hover {
    color: #111;
    background-color: #fbaa00;
    border-color: #eea200;
}
.btn-danger {
    color: #fff;
    background-color: #f4516c;
    border-color: #f4516c;
}
.btn-danger:hover {
    color: #fff;
    background-color: #f22d4e;
    border-color: #f12143;
}
.btn-success {
    background-color: #37a000;
    border-color: #37a000;
}
.btn-success:hover {
    color: #fff;
    background-color: #008329;
    border-color: #008329;
}
/*Share icon*/
.share-icon{
    font-size: 17px;
}
.share-icon ul li{
    display: inline-block
}
.share-icon ul li a {
    display: inline-block;
    margin-right: 10px;
}
.share-social {
    display: inline-block;
    cursor: default;
    padding: 0;
    position: relative;
}
.share-social:hover .label {
    opacity: 0;
    -webkit-transition: opacity .5s .125s ease-out;
    transition: opacity .5s .125s ease-out;
}
.share-social:hover .social-icon {
    margin-right: 10px;
    margin-left: 0;
}
.label {
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .0816em;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    pointer-events: none;
    text-transform: uppercase;
    -webkit-transition: opacity .5s .75s ease-out;
    transition: opacity .5s .75s ease-out;
    background-color: #fff;
    color: #727676;
    text-align: left;
    display: inline;
    padding: .2em 0 .3em;
}
.social-icon {
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 0 0;
    -webkit-transition: background-color .5s ease-out, border-radius .5s .25s ease-out, margin .5s .25s ease-out;
    transition: background-color .5s ease-out, border-radius .5s .25s ease-out, margin .5s .25s ease-out;
    color: #727676;
}
.social-icon:hover {
    color: #37a000;
}
.product-info-holder{
    /*line-height: 0;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.product-list-info {
    padding: 30px 20px;
}
.product-title {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.star-rating {
    position: relative;
    line-height: 1em;
    font-size: 13px;
    color: #37a000;
    display: inline-block;
    margin: 4px 0 10px;
}
.price {
    display: block;
    color: #acacac;
    width: 100%;
    margin-bottom: 10px;
}
del {
    color: red;
    text-decoration: line-through;
}
.list-button-holder{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.product-list-info p {
    margin: 0 0 15px;
}
.list-button:before,
.list-button:after {
    display: table;
    content: " ";
}
.list-button:after {
    clear: both;
}
.list-button-holder {
    display: inline-block;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn {
    -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}
.list-button-holder .btn {
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
    line-height: 45px;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.list-button-holder:first-child .btn{
    background-color: #37a000
}
.list-button-holder:last-child .btn{
    background-color: #329000
}
/*----------------*/
.more-btn{
    text-align: center;
    margin-top: 20px;
}
.explore {
    outline: none;
    padding: 10px 20px;
    margin: 0px auto;
    cursor: pointer;
    font-size: 15px;
    background-color: #37a000;
    position: relative;
    border: 1px solid #37a000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border-radius: 3px;
    font-weight: 100;
    letter-spacing: 1px;
    overflow: hidden;
    display: inline-block;
    /* border-radius: 25px; */
    box-shadow: 0px 10px 30px 0px rgba(55,160,0,0.5);
}
.explore .btn-text {
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.explore .arrow-icon {
    position: absolute;
    left: -60px;
    top: 0px;
    color: #fff;
    padding: 21px 15px;
    background-color: #329000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    line-height: 0;
    font-size: 21px;
}
.explore:hover .arrow-icon {
    left: 0px;
}
.explore:hover .btn-text {
    color: #fff;
    margin-left: 50px;
}

@media(min-width:768px) and (max-width:1199px){
    .product-list-info {
        padding: 15px;
    }
    .share-icon {
        font-size: 15px;
    }
}
/*---- pagination -----*/
.pagination > li > a, .pagination > li > span {
    color: #222;
    background-color: transparent;
    border: 0;
    font-weight: 700;
    border-radius: 4px;
    margin: 0 3px;
    font-size: 14px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span ,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    font-weight: 400;
    letter-spacing: 4px;
    font-size: 11px;
    text-transform: uppercase;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-left: 40px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-right: 40px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #37a000;
    border-color: #37a000;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus, 
.pagination > li > span:focus {
    color: #37a000;
    background-color: transparent;
    border-color: #37a000;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: transparent;
}
@media (max-width: 767px){
    .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
        letter-spacing: 1px;
    }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-right: 0;
    }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
        margin-left: 0;
    }
    .pagination > li > a, .pagination > li > span {
        margin: 0px;
    }
    .pagination > li:nth-child(6) {
        display: none;
    }
}
/*------------------- footer ----------------------*/
.main-footer {
    background-color: #1a1a1a;
    color: #fff;
    width: 100%;
    bottom: 0;
    z-index: 0;
    padding: 100px 0 10px;
}
.footer-box {
    padding: 0 0 50px;
}
footer .footer-title {
    margin: 0px 0 25px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.footer-box p,
.addon-text,
.categoty li a,
.global-stage,
.pull-left i{
    color: #6c6c6c;
}
.footer-top{
    padding-bottom: 40px;
    border-bottom: 2px solid #333;
    margin-bottom: 50px;
}
.payment_box ul li{
    display: inline-block;
}
.categoty {
    padding: 0;
    list-style-type: none;
}
.categoty li {
    padding: 0 0 7px;
}
.categoty li a:hover{
    color: #37a000;
    text-decoration: none;
}
.categoty li a .arrow{
    color: #37a000;
    margin-right: 10px;
}
.address-info {
    margin-bottom: 15px;
}
.pull-left i {
    font-size: 27px;
}
.addon-title {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 5px;
    text-transform: capitalize;
}
/*newslatter*/
.newsletter-box {
    margin-top: -6px;
    margin-bottom: 40px;
}
.newsletter-box .newsletter-form {
    position: relative;
    overflow: hidden;
    display: block;
}
.newsletter-box form.newsletter-form {
    position: relative;
    margin-top: 15px;
}
.newsletter-box form.newsletter-form input[type="text"] {
    background: #27282a;
    border: 1px solid #2d2f31;
    color: #6c6c6c;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    letter-spacing: 1px;
    padding-left: 50px;
    padding-right: 55px;
    position: relative;
    /* -webkit-transition: all 500ms ease 0s; */
    /* transition: all 500ms ease 0s; */
    width: 100%;
}
.newsletter-form button {
    background-color: #37a000;
    color: #fff;
    display: block;
    height: 45px;
    padding: 9px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    /*    -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;*/
    width: 45px;
    border: 0;
}
.newsletter-form button i {
    font-size: 14px
}
.newsletter-box .newsletter-form input[type="text"]:focus {
    border: 1px solid #424141;
    background: #fff;
    color: #000;
}
.newsletter-form input[type="text"]:focus + button, 
.newsletter-form button:hover {
    background: #424141 none repeat scroll 0 0;
    color: #fff;
}
.newsletter-form .envelope {
    position: absolute;
    top: 13px;
    left: 0;
    width: 40px;
    height: 20px;
    display: block;
    text-align: center;
    border-right: 1px solid #48494c;
}
.newsletter-form .envelope i {
    color: #48494c;
    font-size: 14px;
    display: block;
    line-height: 18px;
}
.global-stage {
    margin-left: auto;
    white-space: nowrap;
    margin-bottom: 0;
}
.global-stage-logo {
    display: block;
    height: 40px;
    margin-bottom: 16px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    width: auto;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.global-stage-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.global-stage-list-item {
    list-style: none;
}
.global-stage-list-item:not(:first-child) {
    margin-left: 16px;
}
.global-stage-number {
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.footer-bottom {
    position: relative;
    margin-top: 10px;
    padding-top: 50px;
}
.footer-bottom::before {
    content: '';
    height: 5px;
    background-color: rgba(255,255,255,.1);
    position: absolute;
    top: 0px;
    width: 80%;
    left: 50%;
    margin-left: -40%;
}
@media (min-width: 1200px){
    .bottom-logo {
        width: 223px;
        display: block;
    }
}
.social {
    display: block;
}
.social ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}
.social ul li {
    float: none;
    display: inline-block;
    margin: 0 2px 5px;
}
.social ul li:first-child {
    margin-left: 0;
}
.social ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    /*background-color: #252525;*/
    background-color: rgba(255,255,255,0.05);
    text-align: center;
    color: #484848;
}
.social ul li a.fa-facebook:hover {
    color:#fff;
    background-color: #2d5f9a;
}
.social ul li a.fa-pinterest-p:hover {
    color:#fff;
    background-color: #be1e2d;
}
.social ul li a.fa-snapchat-ghost:hover {
    background-color: #fffc00;
    color: #000;
}
.social ul li a.fa-twitter:hover {
    color:#fff;
    background-color: #00c3f3;
}
.social ul li a.fa-youtube:hover {
    color:#fff;
    background-color: #b00;
}
/* Add this ID to a section or something you want to change the background-color */
footer {
    padding:60px 0;
}
/* Hover background colors */
.color-facebook {background-color: #2d5f9a;}
.color-pinterest {background-color: #be1e2d;}
.color-snapchat-ghost {background-color: #fffc00;}
.color-twitter {background-color: #00c3f3;}
.color-youtube {background-color: #b00;}
.color-facebook .footer-box p,
.color-facebook .addon-text, 
.color-facebook .categoty li a,
.color-facebook .global-stage,
.color-facebook .pull-left i,
.color-facebook .categoty li a .arrow,
.color-facebook .newsletter-form .envelope i,
.color-pinterest .footer-box p,
.color-pinterest .addon-text, 
.color-pinterest .categoty li a,
.color-pinterest .global-stage,
.color-pinterest .pull-left i,
.color-pinterest .categoty li a .arrow,
.color-pinterest .newsletter-form .envelope i,
.color-twitter .footer-box p,
.color-twitter .addon-text, 
.color-twitter .categoty li a,
.color-twitter .global-stage,
.color-twitter .pull-left i,
.color-twitter .categoty li a .arrow,
.color-twitter .newsletter-form .envelope i,
.color-youtube .footer-box p,
.color-youtube .addon-text, 
.color-youtube .categoty li a,
.color-youtube .global-stage,
.color-youtube .pull-left i,
.color-youtube .categoty li a .arrow,
.color-youtube .newsletter-form .envelope i,
.color-snapchat-ghost .newsletter-form .envelope i{
    color: #fff;
}
.color-snapchat-ghost .footer-box p,
.color-snapchat-ghost .addon-text, 
.color-snapchat-ghost .categoty li a,
.color-snapchat-ghost .global-stage,
.color-snapchat-ghost .pull-left i,
.color-snapchat-ghost .categoty li a .arrow,
.color-snapchat-ghost .footer-title,
.color-snapchat-ghost .addon-title,
.color-snapchat-ghost .global-stage-number{
    color: #6c6c6c;
}
.color-snapchat-ghost .footer-bottom::before {
    background-color: #6c6c6c;
}
.color-facebook  .social ul li a.facebook,
.color-pinterest .social ul li a.facebook,
.color-snapchat-ghost .social ul li a.facebook,
.color-twitter .social ul li a.facebook,
.color-youtube .social ul li a.facebook{
    color: #fff;
    background-color: #2d5f9a;
}
.color-facebook .social ul li a.pinterest,
.color-pinterest .social ul li a.pinterest,
.color-snapchat-ghost .social ul li a.pinterest,
.color-twitter .social ul li a.pinterest,
.color-youtube .social ul li a.pinterest{
    color: #fff;
    background-color: #be1e2d;
}
.color-facebook .social ul li a.snapchat,
.color-pinterest .social ul li a.snapchat,
.color-snapchat-ghost .social ul li a.snapchat,
.color-twitter .social ul li a.snapchat,
.color-youtube .social ul li a.snapchat{
    color: #6c6c6c;
    background-color: #fffc00;
}
.color-facebook .social ul li a.twitter,
.color-pinterest .social ul li a.twitter,
.color-snapchat-ghost .social ul li a.twitter,
.color-twitter .social ul li a.twitter,
.color-youtube .social ul li a.twitter{
    color: #fff;
    background-color: #00c3f3;
}
.color-facebook .social ul li a.youtube,
.color-pinterest .social ul li a.youtube,
.color-snapchat-ghost .social ul li a.youtube,
.color-twitter .social ul li a.youtube,
.color-youtube .social ul li a.youtube{
    color: #fff;
    background-color: #b00;
}
.footer-white{
    background-color: transparent;
}
.footer-white .newsletter-box form.newsletter-form input[type="text"] {
    background: #fbfbfb;
    border: 1px solid rgba(0,0,0,.09);
}
.footer-white .footer-title,
.footer-white .addon-title {
    color: #333;
}
.footer-white .social ul li a {
    background-color: #f5f5f5;
}
.color-facebook .newsletter-box form.newsletter-form input[type="text"],
.color-pinterest .newsletter-box form.newsletter-form input[type="text"],
.color-twitter .newsletter-box form.newsletter-form input[type="text"],
.color-youtube .newsletter-box form.newsletter-form input[type="text"] {
    color: #fff;
    background-color: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.09);
}
.color-snapchat-ghost .newsletter-box form.newsletter-form input[type="text"]{
    color: #fff;
    background-color: #6c6c6c;
    border: 1px solid #6c6c6c;
}
.color-facebook .newsletter-form .envelope,
.color-pinterest .newsletter-form .envelope,
.color-snapchat-ghost .newsletter-form .envelope,
.color-twitter .newsletter-form .envelope,
.color-youtube .newsletter-form .envelope{
    border-right: 1px solid #fff;
}
.color-facebook .newsletter-form button,
.color-pinterest .newsletter-form button,
.color-snapchat-ghost .newsletter-form button,
.color-twitter .newsletter-form button,
.color-youtube .newsletter-form button {
    color: #fff;
    background-color:rgba(255,255,255,0.07);
}

/*------------------- Team Page ----------------------*/
.team{
    padding: 0 0 60px;
}
.text-header-inner {
    padding: 90px 20px;
    text-align: center;
}
.text-header-inner div {
    z-index: 99999;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
.text-header-inner h1 {
    margin: 0;
    line-height: 1.5;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2px;
    color: #000;
    /*text-shadow: 0 11px 10px rgba(0,0,0,0.19);*/
}
.text-header-inner p {
    line-height: 1.6;
    margin: 0 auto 0;
    width: 70%;
    max-width: 860px;
}
.team-content {
    position: relative;
    margin-bottom: 30px;
}
.team-content .bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #37a000;
    opacity: 0.9;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.team-content:hover .bg {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.team-content .info {
    padding: 32px 25px;
    position: absolute;
}
.team-content .info h3 {
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.entry-title {
    font-size: 21px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    line-height: 24px;
}
.team-content:hover .info h3,
.team-content:hover .info p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.team-content .info p {
    margin-top: 0.5em;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-ransition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.sub-title{
    font-size: 12px;
    line-height: 1.1em;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
.team-content .team-social {
    opacity: 0;
    padding: 32px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.team-content:hover .team-social {
    opacity: 1;
}
.team-content .team-social .line {
    height: 2px;
    width: 104px;
    background: #73e03b;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.team-content:hover .team-social .line {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.team-content .team-social ul li {
    margin-right: 10px;
    display: inline-block;
}
.team-content .team-social ul li a{
    display: block;
    color: #fff
}
.team-content img {
    display: block;
    width: 100%;
}
/*------------------- Contact Page ----------------------*/
.main-container{
    padding: 0 0 90px;
}
.contact-title {
    margin-top: 35px;
    margin-bottom: 65px;
    font-size: 82px;
    font-weight: 800;
    /*text-shadow: 0 11px 10px rgba(0,0,0,0.19);*/
    text-align: center;
    letter-spacing: -2px;
}
.contact-title span {
    font-family: 'Lora', serif;
    font-weight: 100;
    /*font-family: 'Rozha One', serif;*/
}
.contact-address ul li {
    width: 25%;
    float: left;
    padding: 16px;
    border-left: 1px solid #eee;
    font-size: 16px;
    text-align: center;
    word-wrap: break-word;
}
.contact-address ul li h5 {
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 10px;
    font-family: 'Lora', serif;
}
.contact-address ul li:first-child {
    border-left: none;
}
.contact-address ul li a {
    border-bottom: 1px solid #ececec;
    font-weight: 100;
    font-family: 'Lora', serif;
    letter-spacing: 0.5px;
}
@media (max-width: 767px) {
    .contact-title{
        font-size: 32px;
    }
    .contact-address ul li {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 30px;
        padding: 0 15px 30px;
    }
    .contact-address ul li:last-child{
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@media(min-width:768px) and (max-width:1199px){
    .contact-title {
        font-size: 65px;
    }
    .contact-address ul li {
        font-size: 14px;
    }
    .contact-address ul li h5 {
        font-size: 17px;
        font-weight: 600;
    }
}
/*-------------- simple footer ----------*/
.simple-footer {
    text-align: center;
    padding: 90px 0;
    border-top: 10px solid #f1f1f3;
    background-color: #fff;
}
.footer-nav,
.simple-footer .social{
    margin-bottom: 15px;
}
.navbar-form {
    margin: 0 0 70px 0;
}
.navbar-form h3 {
    margin: 0 0 10px;
    font-size: 30px;
    font-family: 'Lora', serif;
    font-weight: 600;
}
.navbar-form p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #777;
}
.navbar-form .form-control,
.comment-form .form-control{
    background: #fbfbfb;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.09);
    box-shadow: none;
    height: 42px;
    font-size: 15px;
} 
.navbar-form .form-control:focus,
.comment-form .form-control:focus{
    border-color: #449d44;
}
.navbar-form textarea.form-control,
.comment-form textarea.form-control{
    height: auto;
}
.navbar-form .btn-success {
    padding: 9px 30px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.5px;
}
@media (min-width: 768px){
    .navbar-form .form-control {
        min-width: 350px;
    }  
}
.simple-footer .social ul li a {
    background: #fbfbfb;
    border: 1px solid rgba(0,0,0,.09);
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.footer-nav ul li{
    display: inline-block;
}
.footer-nav ul li a {
    color: #333;
    margin-right: 30px;
    font-family: 'Lora', serif;
    position: relative;
}
.footer-nav ul li a:hover{
    color: #37a000;
}
.footer-nav ul li a::before {
    content: '';
    position: absolute;
    bottom: 9px;
    width: 18px;
    height: 1px;
    right: -25px;
    background-color: #333;
}
.footer-nav ul li:last-child a::before{
    display: none;
}
.copy {
    color: #999;
    margin: 0;
}
/*------------ product details page ---------------*/
.product-text {
    margin: 120px 0 70px;
}
.product-text h1 {
    font-weight: 100;
    margin: 0 0 10px;
}
.product-text p {
    color: rgba(0, 0, 0, 0.5);
    line-height: 28px;
    margin-bottom: 28px;
    font-size: 17px;
}
.product-details .module_info{
    padding: 25px 0 0;
}
.product-details .details-text h3{
    font-size: 26px;
}
.details-big-img {
    background-color: #f6f6f7;
    padding: 100px;
}
.details-text h1,
.details-text h4,
.details-text h5,
.details-text h6{
    margin: 0 0 10px;
    font-weight: 600;
}
.details-text ul,
.content-text ul{
    list-style: disc;
    margin: 1.25em 0;
    padding-left: 20px;
}
.details-text ul li,
.content-text ul li{
    font-size: 16px;
    line-height: 25px;
    color: #707070;
}
q {
    font-size: 25px;
    letter-spacing: -0.06em;
    display: inline-block;
    margin: 25px;
    /*margin-right: 54px;*/
    font-weight: 700;
}
@media (min-width: 1200px) {
    q {
        float: right;
        width: 55%;
        margin-right: -25%;
    }
}
.alignleft, .alignright {
    display: block;
    clear: both;
    max-width: 50%;
    margin: 25px;
    -moz-box-shadow: 0 4px 35px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 4px 35px rgba(0,0,0,0.3);
    box-shadow: 0 4px 35px rgba(0,0,0,0.3);
}
.alignleft {
    float: left;
    margin-left: -25%;
}
.alignright {
    float: right;
    margin-right: -25%;
}
.alignleft2 {
    float: left;
    margin: 10px 20px 15px 0;
}
.alignright2{
    float: right;
    margin: 10px 0 15px 20px;
}

.link-external{
    color: #333 ;
    text-decoration: underline;
}
.link-external:not(.button):not(.link--normal) {
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    font-size: 17px;
    -webkit-transition: color .2s cubic-bezier(.33,0,.2,1),-webkit-transform .2s cubic-bezier(.33,0,.2,1);
    transition: color .2s cubic-bezier(.33,0,.2,1),-webkit-transform .2s cubic-bezier(.33,0,.2,1);
    transition: color .2s cubic-bezier(.33,0,.2,1),transform .2s cubic-bezier(.33,0,.2,1);
    transition: color .2s cubic-bezier(.33,0,.2,1),transform .2s cubic-bezier(.33,0,.2,1),-webkit-transform .2s cubic-bezier(.33,0,.2,1);
}
.link-external:hover:not(.button):not(.link--normal) {
    color: #37a000;
}
.link-external::after {
    content: "�?";
    display: inline-block !important;
    font-size: .85em;
    padding-left: .35em;
    position: absolute;
    opacity: 0;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    margin-top: 3px;
    -webkit-transition: opacity .3s cubic-bezier(0,.25,.08,1),-webkit-transform .3s cubic-bezier(0,.25,.08,1);
    transition: opacity .3s cubic-bezier(0,.25,.08,1),-webkit-transform .3s cubic-bezier(0,.25,.08,1);
    transition: transform .3s cubic-bezier(0,.25,.08,1),opacity .3s cubic-bezier(0,.25,.08,1);
    transition: transform .3s cubic-bezier(0,.25,.08,1),opacity .3s cubic-bezier(0,.25,.08,1),-webkit-transform .3s cubic-bezier(0,.25,.08,1);
}
.link-external:hover::after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
@media (max-width: 767px) {
    .alignleft {
        margin-left: 0;
    }
    .alignright {
        margin-right: 0;
    }
}
/*------------- details video ---------------*/
.videoWrapper {
    position: relative;
    padding: 70px 0;
    background-image: url(../images/video-bg.jpg);
    margin: 50px 0 70px;
}
.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 30px 30px 30px 150px;
}
.video-title {
    color: #1a1a1a;
    font-size: 138px;
    font-weight: 700;
    position: absolute;
    left: -110px;
    top: 129px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /*background: -webkit-linear-gradient(#eee, #333);*/
    background: -webkit-linear-gradient(#061700, #52c234);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.video-thumbnail a{
    display: block
}
.video-thumbnail a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.video-thumbnail a:hover:before {
    color: #37a000;
}
.video-thumbnail a::after {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media (max-width: 767px) {
    .video-thumbnail a::before {
        font-size: 65px;
    }
}
@media(min-width:0px) and (max-width:1199px){
    .video-thumbnail {
        margin: 0;
    }
}
/*------------- Product features --------------*/
.product-features {
    background-color: #f6f6f7;
}
.product-row{
    margin-bottom: 70px;
}
.product-row:last-child{
    margin-bottom: 0;
}
.product-features2-content {
    background: #f6f6f7;
}
.product-image {
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
    .p-l{
        padding-left: 80px;
    }
    .p-r{
        padding-right: 80px;
    }
}
.content-text .feature-title {
    margin: 0 0 20px;
    font-size: 32px;
}
.content-text .feature-title span {
    font-family: 'Lora', serif;
    /*font-style: italic;*/
    font-weight: 600;
}
.content-text p,
.details-text p,
.content p,
.choose-text p,
.contact-content p,
.card-content p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
@media (max-width: 767px){
    .content-text p,
    .details-text p,
    .content p,
    .details-text ul li,
    .content-text ul li,
    .body-text ul li,
    .card-content p{
        font-size: 15px;
    }
    .content-text h1 {
        font-size: 24px;
    }
}
/*===========================
  Product Features Two 
=============================*/

.card {
    position: relative;
    display: block;
    text-align: center;
}
.iconwap {
    float: left;
    min-height: 180px;
    color: #37a000;
    font-size: 65px;
    margin-right: 30px;
}
.card-content .card-title {
    margin: 0 0 10px;
    font-size: 21px;
    color: #1a1a1a;
}
.card-content {
    text-align: left;
}
.card-content .number {
    font-size: 60px;
    font-weight: 800;
    color: #e2e2e2;
    margin: 0 0 5px;
}
/*-------------- Start project ---------------*/
.start-project {
    padding: 90px 0 80px;
    background: #f6f6f7;
}
.project-text{
    text-align: center;
}
.project-text h3,
.support-text h3{
    font-size: 52px;
    margin: 0 0 10px;
    letter-spacing: 1px;
}
.support-text h3{
    margin: 0 0 40px;
}
.project-text h3 span,
.support-text h3 span{
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 600;
    color: #37a000;
}
.project-text  p,
.support-text p{
    color: rgba(0, 0, 0, 0.5);
    font-size: 17px;
}
.purchase-btn,
.support-btn{
    margin-top: 50px;
}
.purchase-btn .btn, .support-btn .btn {
    padding: 13px 32px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    border-radius: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
}
.purchase-btn .btn:last-child {
    margin-right: 0;
}
/*-------------- Support ---------------*/
.support {
    padding: 0 0 80px;
    text-align: center;
}
/*-------------- Product Contact Section ---------------*/
.contact-section{
    padding: 0 0 90px;
}

.contact-content .form-group{
    margin-bottom: 20px;
}
.contact-content .form-group label {
    font-weight: 600;
    font-size: 14px;
}
.contact-content .form-control {
    box-shadow: none;
    height: 42px;
    font-size: 15px;
    background: #fbfbfb;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.09);
}
.contact-content .form-control:focus{
    border-color: #37a000;
}
.contact-content textarea.form-control{
    height: auto;
}
.contact-content .btn {
    padding: 12px 18px;
    font-size: 15px;
    width: 115px;
    letter-spacing: 0.5px;
    font-weight: 100;
    border-radius: 3px;
}
/*map*/
#map {
    width: 100%;
    height: 580px;
}
.contact-map{
    position: relative;
    margin-bottom: 70px;
}
.contact-map #map{
    height: 380px;
}
.address-wrap {
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 1;
    position: absolute;
    text-align: center;
    pointer-events: none;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.address-circle {
    border-radius: 100%;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    height: 220px;
    letter-spacing: 4px;
    line-height: 220px;
    position: relative;
    text-transform: uppercase;
    width: 220px;
    background-color: rgba( 55,160,0,0.85);
}
.address-circle span {
    color: #fff;
    display: inline-block;
    line-height: 2;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
@media (max-width: 767px) {
    #map {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) {
    .contact-content {
        padding-left: 80px;
    }
}
/*-------------- Partnaer form ---------------*/
.partner-text h1 {
    font-size: 40px;
    font-family: 'Lora', serif;
    font-weight: 600;
}
.partner-form{
    padding: 0 0 90px;
}
/*-------------- Choose ---------------*/
.choose-text h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 21px;
    font-family: 'Lora', serif;
}
.display--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
@media only screen and (min-width: 768px){
    .display--flex div {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 80px;
        width: 40%;
    }
    .display--flex>div:nth-child(2n+1) {
        margin-right: 25px;
    }
    .display--flex>div:nth-child(2n) {
        margin-left: 25px;
    }
    .display--flex>div:nth-child(2) {
        margin-top: 0;
    }
}
.display--flex div:nth-child(1) {
    margin-top: 0;
}
/*-------------------- Sales Page ----------------------*/
@media (min-width: 1024px){
    nav.nav-white.bootsnav.no-background ul.nav > li > a {
        color: #fff;
    }
}
.header-section {
    background-color: #273140;
    height: 715px;
    margin-bottom: 200px;
    background-image: url(../images/header-bg.jpg);
    background-size: cover;
}
.header-section:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-text {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    top: 25%;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    text-align: center;
}
.header-text .subtitle {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    letter-spacing: .7px;
    /* text-transform: uppercase; */
    margin: 0;
    font-size: 18px;
}
.header-text .title {
    color: #fff;
    line-height: inherit;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 400;
}
.header-text .title i {
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 600;
    color: #37a000;
}
.preview-img {
    position: relative;
    top: 50%;
    max-width: 900px;
    margin: auto;
}
.preview-img .btn {
    position: absolute;
    right: 5%;
    bottom: 45%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    /* -webkit-box-shadow: 5px 8.7px 20px rgba(59, 85, 230, 0.4); */
    padding: 13px 25px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 1px;
}
.preview-img .btn:first-child {
    bottom: 57%;
    right: 7.7%;
}
.preview-img img {
    margin: 0 auto;
}
@media (max-width: 767px) {
    .header-text .title {
        font-size: 25px;
    }
    .header-text .title br{
        display: none;
    }
    .header-section {
        height: 375px;
        margin-bottom: 100px;
    }
    .preview-img {
        top: 70%;
    }
    .preview-img .btn {
        padding: 8px 20px;
        font-size: 13px;
        bottom: 40%;
    }
    .preview-img .btn:first-child {
        bottom: 62%;
    }
}
@media (min-width: 768px) {
    .header-text .title {
        font-size: 50px; 
    }
}
/*------------------------ blog page --------------------------*/
.blog-content{
    background-color: #fff;
    padding-bottom: 90px;
}
.header-post{
    margin-bottom: 70px
}
.post-item-big .post-text {
    left: 0;
    bottom: 0;
    padding: 30px;
    position: absolute;
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
}
.post-item.post-item-big {
    margin-bottom: 0;
}
.post-item-big  .post-image a {
    height: 400px;
    border: 0;
    margin: 0;
}

.post-item-big .post-text h3 {
    font-weight: 700;
    font-size: 36px;
}
.post-item-big .date,
.post-item-big .post-text,
.post-item-big .media-heading ,
.post-item-big .post-text h3 a {
    color: #fff;
}
.m-0{
    margin: 0;
}
.p-0 {
    padding: 0 !important;
}
.post-item{
    margin-bottom: 30px;
    position: relative;
}
.post-image a {
    display: block;
    background-color: #f0f0f0;
    border: 1px solid rgba(0,0,0,.15);
    height: 280px;
    overflow: hidden;
    margin-bottom: 15px;
}
.post-image img {
    height: 100%;
    width: 100%;
}
.post-text h3 {
    font-weight: 600;
    margin: 0 0 10px;
}
.post-text h3 a{
    color: rgba(0,0,0,.84);
}
.post-avatar img{
    width:40px;
    height: 40px;
    border-radius: 50%;
}
.media-heading {
    font-size: 14px;
    font-weight: 600;
    color: #717272;
    margin-bottom: 2px;
}
.date {
    color: rgba(0,0,0,.54);
    font-size: 12px;
}
@media (max-width: 767px) {
    .post-item-big .post-image a {
        height: 295px;
    }
    .post-item-big .post-text h3 {
        font-size: 25px;
    }
}
@media(min-width:0px) and (max-width:1199px){
    .post-image a {
        height: auto;
    }
    .post-item-big .post-image img {
        height: auto;
        width: auto;
    }
}
/*------------------------ blog details page --------------------------*/
.blog-details-content{
    background-color: #fff;
}
.blog-img img{
    width: 100%;
}
.post-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
}
.post-sidebar-link {
    color: #1a1a1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    width: 42px;
    font-size: 21px;
    margin: 0 auto;
}
.clap-count {
    font-size: 14px;
}
.clap {
    border: 1px solid #ddd;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    font-size: 26px;
    color: #37a000;
}
.clap:hover{
    color: #37a000;
    border-color: #37a000;
}
.post-share-icon .share-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.25rem;
}
.post-share-icon .share-item{
    padding: .25rem;
}
.post-share-icon .share-item:nth-child(-n+2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.post-share-icon .icon-link{
    padding: 15px 20px;
    background: rgba(0,0,0,.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    color: #000;
    box-shadow: none;
}
.post-share-icon .icon-link:hover {
    box-shadow: none;
    color: #fff;
}
.post-share-icon .facebook .icon-link:focus,
.post-share-icon .facebook .icon-link:hover {
    background: #3b5998;
}
.post-share-icon .twitter .icon-link:focus,
.post-share-icon .twitter .icon-link:hover {
    background: #00aced;
}
.post-share-icon .pinterest .icon-link:focus,
.post-share-icon .pinterest .icon-link:hover {
    background: #cb2027;
}
.bsb-label {
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 5px;
}
.content-details {
    padding: 50px;
    background-color: #fff;
    margin-top: -90px;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.07);
    box-shadow: 0 4px 5px rgba(0,0,0,0.07);
    /*margin-bottom: 70px;*/
    position: relative;
}
.bg-layer-1, .bg-layer-2 {
    position: absolute;
    left: 30px;
    right: 30px;
    height: 30px;
    transition: all .5s;
    animation-delay: 1.5s;
}
.bg-layer-1{
    top: -10px;
    background-color: rgba(255,255,255,0.4);
}
.bg-layer-2 {
    left: 60px;
    right: 60px;
    top: -20px;
    background-color: rgba(255,255,255,0.4);
}
.content-details .media{
    margin-bottom: 20px;
}
.content-details .post-avatar img {
    width: 60px;
    height: 60px;
}
.content-details .media-heading {
    font-size: 16px;
    margin: 0 0 7px;
}
.header-title {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.header-title h1 {
    font-weight: 700;
    margin-top: 0;
}
figure{
    position: relative;
    margin-bottom: 20px;
}
.caption-text {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255,255,255,0.7);
    background: rgba(0,0,0,0.3);
    border-radius: 18px;
    padding: 4px 14px;
    font-family: 'Lora', serif;
    font-style: italic;
}
.header-title p {
    font-family: 'Lora', serif;
    font-size: 21px;
    font-style: italic;
}
.body-text p:first-child:first-letter {
    font-size: 36px;
    line-height: 1;
    float: left;
    display: block;
    text-align: center;
    margin-right: 20px;
    /*margin-bottom: 1rem;*/
    color: black;
    /*margin-top: .5rem;*/
    border: 3px transparent solid;
    margin-top: 10px;
    padding: 10px;
    font-weight: 700;
    /*border: 20px solid transparent;*/
    -moz-border-image: -moz-linear-gradient(top, #061700 0%, #52c234 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #061700 0%, #52c234 100%);
    border-image: linear-gradient(to bottom, #061700 0%, #52c234 100%);
    border-image-slice: 1;
    /*background: #52c234;*/
    background: -moz-linear-gradient(to right, #061700, #52c234);
    background: -webkit-linear-gradient(to right, #061700, #52c234);
    background: linear-gradient(to right, #061700, #52c234);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.reply-title {
    font-size: 28px;
    margin: 0 0 30px;
    font-weight: 700;
    letter-spacing: -0.06em;
}
/*Comment list*/
.comment-box{
    margin-top: 70px;
}
.comments-list {
    margin: 0 0 45px 0;
}
.comment-body {
    position: relative;
    margin-bottom: 30px;
}
.photo img {
    max-width: 100%;
    height: auto;
    position: absolute;
    /*border-radius: 50%;*/
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.07000000000000001);
}
.comment-text {
    padding-left: 90px;
    min-height: 70px;
}
.comments-list header {
    margin-bottom: 22px;
}
.author-name {
    font-weight: 700;
    font-size: 17px;
}
.author-name::after {
    content: "\f100";
    font-family: Flaticon;
    margin-left: 8px;
    position: relative;
}
.comment-time {
    font-size: 13px;
    color: #8799a3;
    font-weight: 600;
}
.comment-text p {
    font-size: 16px;
    line-height: 28px;
}
.reply-link {
    float: right;
    background-color: rgba(0,0,0,.04);
    color: #1a1a1a;
    font-size: 13px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 3px;
    padding: 0 20px;
}
/*Comment form*/
.comment-form{
    margin-bottom: 70px;
}
/*blog post*/
.arrow-down {
    text-align: center;
    font-size: 36px;
    padding-bottom: 54px;
    line-height: 1.4;
    letter-spacing: -0.06em;
    margin: 0 0 0.7em;
    font-weight: 700;
    position: relative;
}
.arrow-down::after {
    content: '↓';
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-family: Heiti, 'Lucida Grande' !important;
    font-size: 36px;
    font-size: 40px;
}
.latest_post{
    margin-bottom: -70px
}
.latest_post .header-post{
    margin-bottom: 0px
}
.latest_post .post-item-big .post-text {
    padding: 20px;
    z-index: 10;
    pointer-events: none;
}
.latest_post .header-post .post-item {
    margin-bottom: 0;
}
.latest_post .post-item-big .post-image a {
    height: 320px;
}
.latest_post .post-item-big .post-image a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: #008329;
}
.latest_post .post-item-big .post-image a:hover::after {
    opacity: 1;
}
.latest_post  .post-item-big .post-text h3 {
    font-size: 28px;
}
.latest_post .post-item:hover .post-text{
    background-image: none;
}
@media (max-width: 767px) {
    .content-details {
        padding: 15px;
        margin-top: -35px;
    }
    .header-title h1 {
        font-size: 23px;
    }
    .header-title p {
        font-size: 16px;
    }
}
@media (min-width: 1300px) {
    .latest_post .container {
        width: 1270px;
    }
}
/*------------------ About us -----------------*/
.chart__navigation {
    font-weight: 500;
    padding-top: 10px;
}
.chart__charts {
    margin-top: 50px;
    margin-bottom: 80px;
}

/*------------------- FAQ --------------------*/

.faq_info .panel-heading{
    padding: 0;
}

.faq_info .panel-heading a{
    display: block;
    padding: 10px 20px;
    color: #656566;
    background: #fff;
    position: relative;
    font-family: "Lora, serif";
    font-weight: 600;
    padding-right: 50px;
}

.faq_info .panel-heading a span{
    color: #545454;
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    font-family: "Lora,serif";
}

.faq_info .panel .panel-collapse .panel-body{
    font-size: 15px;
    line-height: 25px;
    color: #707070;
    margin: 0;
    padding: 15px 23px;
}

.faq_info .panel-heading a:focus, 
.faq_info .panel-heading a:hover{
    outline: none;
    text-decoration: none;
}

.faq_info .panel-heading a i{
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 20px;
    transition: all 300ms linear 0s;
    transform: translateY(-50%) rotate(180deg);
}

.faq_info .panel-heading a.collapsed i{
    transform: translateY(-50%) rotate(0deg);
}

/*------------ Features 2------------*/

.feature2 {
    -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.08);
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    height: 280px;
    display: table;
}

.feature2 .feature2__count {
    font-size: 42px;
    position: absolute;
    color: rgb(230, 230, 230);
    left: 20px;
    top: 5px;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
}

.feature2 .feature2__content {
    text-align: center;
    padding: 50px 32px 48px;
    position: relative;
}

.feature2 .feature2__content span.lnr {
    font-size: 60px;
}

.feature2 .feature2__content h3 {
    padding: 14px 0 7px;
    font-size: 20px;
}

.feature2 .feature2__content p {
    margin: 0;
}

.buy_section {
    background: #192d35;
}

/*----------- Module CSS ------------*/

.single_module{
    margin: 80px 0;
}

.single_module:nth-child(odd) .img_part{
    margin-right: 40px;
}

.single_module:nth-child(even) .img_part{
    margin-left: 40px;
}

.single_module .img_part img{
    max-width: 100%;
}

.module_info h2{
    font-weight: 700;
}

.module_info p{
    font-size: 15px;
    line-height: 25px;
    color: #656566;
    margin: 25px 0;
}

.module_info .btn_area .video-link{
    color: #173050;
    font-family: "Lora, serif";
}

.module_info .btn_area .video-link i{
    border: 1px solid #173050;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #173050;
    margin-right: 5px;
}

.module_info .btn_area .video-link span{
    font-family: "Lora, serif";
    font-size: 18px;
}

/*----------- Apps Features -----------*/

/*------------- Product features --------------*/
.apps_feature_inner {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    padding: 25px;
    position: relative;
    overflow: hidden;
}

.desktop_ver {
    background: #e6f3ee;
    padding: 90px 0;
}

.features-box .addon,
.apps_feature_inner .addon {
    background: #37a000;
    padding: 5px 25px;
    width: 200px;
    position: absolute;
    top: 16px;
    left: -70px;
    text-align: center;
    line-height: 22px;
    letter-spacing: 0.01em;
    font-size: 11px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.apps_feature_inner img {
    max-width: 180px;
    margin: 0 auto 30px;
}

.apps_feature_inner p {
    text-align: left;
    padding: 0 10px;
}

.apps_feature_inner ul {
    list-style: outside;
    text-align: left;
    line-height: 23px;
    padding-left: 25px;
    margin-bottom: 25px;
    color: #656566;
}

.apps_feature_inner .buy_btn{
    display: block;
}

/* -------- End Apps Features 
--------------------------------------*/

.demo-sec{
    text-align: center;
    position: relative;
}
.demo-sec .partition,
.demo-sec .partition:before,
.demo-sec .partition:after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 2px;
    background: #ddd;
}
.demo-sec .partition{
    bottom: 0;
    width: 80%;
}
.demo-sec .partition:before{
    content: '';
    bottom: 5px;
    width: 40%;
}
.demo-sec .partition:after{
    content: '';
    bottom: -5px;
    width: 40%;
}
.demo-sec .demo-inner img{
    transition: all linear 0.3s;
}
.demo-sec .demo-inner:hover img{
    transform: translateY(-10px);
}

.overview_area{
    background: #37a000;
    margin-top: 50px;
}

.single_overview{
    text-align: center;
    padding: 30px 0;
}

.single_overview .rating_box i{
    color: #173050;
}

.single_overview h4,
.single_overview h5{
    color: #fff;
}

.single_overview h4{
    margin-top: 0;
    margin-bottom: 8px;
}

.single_overview h5{
    margin: 0;
}

.single_overview:hover, 
.single_overview:focus{
    background: #359005;
}

.single_overview:hover h5, .single_overview:focus h5, .single_overview:hover .rating_box i, .single_overview:focus .rating_box i{
    color: #fff;
}

.facilities{
    margin: 100px 0 0;
}

.facilities_info .buy_info{
    margin-top: 100px;
}

.facilities_info .buy_info h2{
    display: inline-block;
    margin: 0;
    background: #173050;
    color: #fff;
    padding: 0 40px;
    line-height: 70px;
    font-family: "Lora, serif";
}

.facilities_info .buy_info .buy_btn{
    display: inline-block;
    color: #fff;
    border: 0;
    background: #37a000;
    line-height: 70px;
    vertical-align: top;
    padding: 0 50px;
    margin-left: -4px;
    font-size: 28px;
    font-weight: 700;
    font-family: "Lora, serif";
}

.facilities_info .buy_info .buy_btn:hover, .facilities_info .buy_info .buy_btn:focus{
    background: #3e801b;
}

.facilities_info .video-link{
    color: #173050;
    font-family: "Lora, serif";
}

.facilities_info h2{
    color: #173050;
    font-weight: 700;
    margin: 100px 0 25px;
}

.facilities_info .video-link i{
    border: 1px solid #173050;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #173050;
    margin-right: 5px;
}

.facilities_info .video-link span{
    color: #37a000;
    font-size: 29px;
    line-height: 40px;
    vertical-align: middle;
}


.contact{
    margin-bottom: 50px;
}

.contactHeading{
    text-align: center;
    margin: 80px 0;
    color: #173050;
    font-family: "Lora, serif";
    font-weight: 600;
}

.contact_form{
    border: 1px solid #e6e6e6;
}

.contact_form h3{
    text-align: center;
    margin: 0;
    background: #173050;
    color: #fff;
    line-height: 36px;
    font-size: 20px;
}

.get_touch .item{
    margin-bottom: 25px;
}

.get_touch .item .item_right a {
    font-size: 15px;
    line-height: 25px;
    color: #656566;
    margin: 25px 0;
}

.get_touch .item .item_left a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    background: #e6e6e6;
    border-radius: 50%;
    line-height: 30px;
    color: #000;
}

iframe{
    position: absolute;
    width: 0;
    height: 0;
}

.contact_inner iframe {
    width: 100%;
    height: 700px;
    margin-top: -35px;
    position: relative;
    overflow-y: hidden;
}


.testimonial_slider .item {
    margin: 0 15px;
}
.testimonial_slider .owl-controls {
    margin-top: 0;
    text-align: center;
}
.testimonial_slider .owl-controls .owl-page span {
    width: 30px;
    height: 7px;
    margin: 0 7px;
    background: #37a000;
}
.testimonial_slider .owl-controls .owl-page.active span {
    width: 7px;
    height: 7px;
}

.testimonial_slider .owl-nav,
.product_slider .owl-nav {
    display: none;
}

.testimonial_slider .owl-dots,
.product_slider .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.testimonial_slider .owl-dots .owl-dot,
.product_slider .owl-dots .owl-dot {
    background: #cef7c8;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
}

/*----------- Package Area Css--------------*/
.package_area {
    background: #fafafa;
    padding: 80px 0;
}

.package_area .container-fluid {
    padding: 0 50px;
}

.package_area .single-price {
    background: #fff;
    padding: 25px;
    transition-duration: 0.3s;
    box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
    border: 0;
}

.package_area .single-price:hover {
    transform: translateY(-15px);
}

.single-price .title {
    font-size: 21px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.single-price .costing {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    color: #ffffff;
    background: #353535;
    line-height: 50px;
    border-radius: 30px;
}

.price-heading {
    margin-bottom: 35px;
}

.price-details ul li {
    line-height: 35px;
    font-family: 'Nunito', sans-serif;
    border-bottom: 1px solid #ddd;
}

.price-details ul li:first-child {
    border-top: 1px solid #ddd;
}

.price-details ul li i {
    margin-right: 8px;
    color: #37a000;
}

.price-details ul li i.fa-times {
    color: #da1313;
}

.buy-now-button {
    margin-top: 15px;
}

.buy-now-button .demo_btn {
    display: block;
    line-height: 30px;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
}

.lincense .single-price {
    box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
    border: 0;
    padding: 40px;
}

.license .price-details {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 15px 0;
}

.license .contact-info ul li,
.license .price-details ul li {
    border-bottom: 0;
    display: flex;
    align-items: flex-start;
    color: #28284e;
    font-size: 17px;
    margin: 6px 0px;
}

.license .price-details ul li span {
    line-height: 25px;
}

.license .price-details ul li:first-child {
    border-top: 0;
}

.license .price-details ul li i {
    margin-right: 12px;
}

.license .price-details ul li .ti-close {
    font-size: 11px;
    color: #f31a1a;
    line-height: 25px;
}

.license .buy-now-button .demo_btn {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #424242;
}

.license .buy-now-button .demo_btn:focus,
.license .buy-now-button .demo_btn:hover {
    border-radius: 0;
    background-color: #37a000;
    border: 1px solid #37a000;
    color: #fff;
}

.license .price-heading {
    margin-bottom: 18px;
}

.license .single-price .title {
    font-size: 21px;
    font-weight: 500;
    color: #2a2a48;
}

.license .single-price.p-0 {
    padding: 25px 0;
}

.license .custom-link:focus,
.license .custom-link:hover {
    transform: translateY(-15px);
}

.d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.flex-fill {
    flex: 1 1 auto;
}

.w-100 {
    width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-end {
    align-items: flex-end;
}

.license .custom-link {
    box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
    border: 0;
    display: block;
    transition-duration: 0.4s;
}

.license .social ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.license .contact-details {
    box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
    background-color: #fff;
    padding: 30px;
}

.license .cont-heading {
    margin-bottom: 25px;
}

.license .cont-heading p {
    color: #28284e;
    font-size: 16px;
}

.license .cont-heading p strong {
    color: #37a000;
}

.license .cont-heading .title {
    line-height: 25px;
    margin-bottom: 15px;
}

/*=================Testimonial Css================*/

.testimonial_part {
    background-image: url(../../assets/images/world-map.png);
    background-color: #f6f6f7;
}

.client_comment{
    font-weight: 600;
    line-height: 40px;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}

.testimonial_item{
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    text-align: center;
}

.client-name{
    font-size: 18px;
    font-weight: 600;
    color: #060606;
}

.new-test{
    position: relative;
}

.testimonial_part .new-test .owl-nav{
    display: none;
}
.new-test .owl-dots{
    text-align: center;
    margin-top: 30px;
}

.new-test .owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    background-color: #cacaca;
    margin: 0 3px;
    border-radius: 50%;
}

.new-test .owl-dots .owl-dot.active{
    background-color: #37a000;
}

.testimonial_part .quotation-icon {
    text-align: center;
    color: #37a000;
}
.testimonial_part .quotation-icon i{
    font-size: 60px;
}

@media(max-width:575px){
    .client_comment {
        line-height: 26px;
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .package_area.lincense .single-price {
        padding: 25px;
    }

    .custom-link {
        display: flex;
        align-items: center;
        height: 100%;
        background: #fff;
    }
}

@media (max-width: 991px) {
    .mt-sm-30 {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .col-xxs-12 {
        width: 100%;
    }

    .mt-xxs-30 {
        margin-top: 30px;
    }

    .col-xxs-os-0 {
        margin-left: 0;
    }

    .custom-link {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .faq_area .faq_heading{
        margin: 50px 0;
    }
    .single_module{
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 30px 0;
    }
    .single_module:nth-child(2n+1) {
        flex-wrap: wrap;
    }
    .single_module:nth-child(2n) {
        flex-wrap: wrap-reverse;
    }
}

@media (max-width: 767px) {
    .banner .banner_inner img, .single_module .img_part img, .facilities .facilities_inner img{
        max-width: 100%;
    }
    
    .facilities_info .buy_info .buy_btn, .facilities_info .buy_info h2{
        line-height: 40px;
        padding: 0 25px;
        font-size: 18px;
    }
    .facilities_info .buy_info {
        margin-top: 50px;
    }
    
    .facilities_info h2{
        margin: 20px 0;
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .module_info h2, .headingOfModul h2, .banner .banner_inner h2{
        font-size: 22px;
    }
    
    .module_info p {
        font-size: 14px;
        line-height: 20px;
        margin: 15px 0;
    }
    .headingOfModul p{
        font-size: 14px;
        line-height: 20px;
    }
    
    .headingOfModul{
        margin: 0;
    }
}

@media (max-width: 420px) {
    .module_info .btn_area .demo, .banner .banner_inner .btn_area .buy_btn{
        width: 110px;
        height: 40px;
        margin-right: 10px;
        font-size: 13px;
        line-height: 40px;
    }
}