/* ===================================
    index and column
====================================== */
.main-font {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.alt-font {
    font-family: 'Open Sans', sans-serif;
}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    width: 8px;
    background: white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #81a109;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

/* ===================================
    Scroll Top
====================================== */
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    background-size: 200% auto;
    background: #33c9dd;
    border-radius: 50%;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: slideInRight 1s;
    animation: slideInRight 1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 200% auto;
    background: #33c9dd;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
    background-position: right center;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    bottom: 0;

}

.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}

.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

/* Use in BLog */
.image {
    overflow: hidden;
}

a.image {
    display: block;
}

.image img {
    width: 100%;
    height: 100%;
    display: block;
}

.image, .image img {
    position: relative;
}

/* Use in BLog */
.image {
    overflow: hidden;
}

a.image {
    display: block;
}

.image img {
    width: 100%;
    height: 100%;
    display: block;
}

.image, .image img {
    position: relative;
}

/* ===================================
    General
====================================== */

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #202020;
    font-weight: 300;
    line-height: 32px;
    width: 100%;
    overflow-x: hidden
}

a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section, .section-padding {
    position: relative;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
    font-family: 'Open Sans', sans-serif;
}

.fa, .far, .fas {
    display: inline;
}

a:active, a:hover {
    color: #81a109;
}

li {
    list-style: none;
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

blockquote>cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hidden {
    display: none;
}

section {
    padding: 7.5rem 0;
}

::selection {
    background-color: #81a109;
    color: #ffffff;
}

/* transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* opacity */
.opacity-full {
    opacity: 1;
}

.opacity-1 {
    opacity: .1;
}

.opacity-2 {
    opacity: .2;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/*font-weight*/
.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-300 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 15px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

/* Blue button */
.btn.btn-blue {
    background: #33c9dd;
    border-color: #33c9dd;
    color: #ffffff
}

.btn.btn-blue:hover {
    background: #81a109 !important;
    border-color: #81a109;
    color: #ffffff !important
}

/* Green button */
.btn.btn-green {
    background: #81a109;
    border-color: #81a109;
    color: #ffffff
}

.btn.btn-green:hover {
    background: #33c9dd !important;
    border-color: #33c9dd;
    color: #ffffff !important
}

/* Transparent button */
.btn.btn-trans {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff
}

.btn.btn-trans:hover {
    background: #33c9dd !important;
    border-color: #33c9dd;
    color: #ffffff !important
}

/* button size */
.btn.btn-small {
    font-size: 12px;
    padding: 4px 1.8em;
}

.btn.btn-medium {
    font-size: 16px;
    padding: 10px 48px;
    line-height: 1.8em
}

.btn.btn-large {
    font-size: 16px;
    padding: 14px 30px;
    line-height: 1.8em;
}

.btn.btn-rounded {
    border-radius: 50px;
}

/* Text color */
.text-green {
    color: #81a109;
}

.text-blue {
    color: #33c9dd;
}

.text-black {
    color: #212331;
}

.text-grey {
    color: #f6f6f6;
}

.text-white {
    color: #ffffff;
}

/* Background color */
.bg-green {
    background: #81a109;
}

.bg-blue {
    background: #33c9dd;
}

.bg-black {
    background: #000000;
}

.bg-gray {
    background: #f6f6f6;
}

.bg-transparent {
    background: transparent;
}

.margin-top {
    margin-top: 30px;
}

.margin-bottom {
    margin-bottom: 30px;
}

/*Social Icon Hover Bg Hover */
.social-icon:hover {
    color: #FFFFFF !important;
    background: #33c9dd !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* ===================================
        Header
====================================== */
.navbar {
    padding-bottom: 0;
    padding-top: 0;
    z-index: 9;
}

.center-brand {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.center-brand, .transparent-bg {
    left: 0;
    top: 0;
}

.center-brand, .transparent-bg,
.fixed-bottom, .bg-transparent-light,
.bg-transparent-white,
.bg-invisible, .boxed-nav {
    position: absolute;
    width: 100%;
}

.bg-invisible .container {
    opacity: 0;
    visibility: hidden;
}

.fixed-bottom {
    bottom: 0;
}

.bg-white {
    position: relative;
}

.bg-white,
.boxed-nav .container {
    background: #fff;
}

.boxed-nav {
    top: 20px;

}

.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    position: fixed;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1002;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fixedmenu .navbar-brand {
    top: 50% !important;
}

.fixed-bottom.fixedmenu {
    bottom: auto;
    -webkit-animation: none;
    animation: none;
}

.bg-invisible.fixedmenu .container {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.nav-whitebg {
    background: #fff;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}

.navbar.sidebar-nav {
    background: #fff;
    border: none;
    display: inline-table;
    width: 290px;
    border-radius: 0;
    position: fixed;
    top: 0;
    z-index: 110;
    height: 100%;
    padding: 3rem 2rem;
    border-right: 1px solid rgba(0, 0, 0, .07);
    left: 0;
    overflow-x: hidden;
}

.navbar-brand {
    margin: 16px 0;
    padding: 0;
    width: 140px;
    position: relative;
    max-width: 120px;
}

.fixedmenu .navbar-brand {
    max-width: 90px;
}

.center-brand .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 42.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}

.navbar-brand>img {
    width: 100%;
}

.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
    display: none;
}

.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
    display: inline-block;
}

.navbar.sidebar-nav .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.navbar-nav .nav-item {
    margin: 16px 5px;
    position: relative;
}

.navbar.sidebar-nav .navbar-nav .nav-item {
    margin: 10px 0;
}

.navbar-nav .nav-item:first-child {
    margin-left: 0;
    padding-left: 20px;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
    padding-right: 20px;
}

.navbar-nav .nav-link {
    margin: 0 1rem !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding: 0;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    text-transform: capitalize;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.navbar-collapse {
    height: 60px;
    background: #81a109;
}

.sidebar-nav .navbar-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.square-layout .navbar-nav .nav-link {
    border-radius: 0;
    border: 1px solid transparent;
}

.center-brand .navbar-nav .nav-link,
.transparent-bg .navbar-nav .nav-link,
.fixed-bottom .navbar-nav .nav-link {
    color: #ffffff;
}

.center-brand.fixedmenu .navbar-nav .nav-link {
    color: #ffffff;
}

.center-brand.fixedmenu, .center-brand.fixedmenu .navbar-collapse {
    background: #81a109;
}

.center-brand .navbar-nav .nav-link:first-of-type {
    background: rgba(0, 0, 0, 0);
}

.center-brand .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

/* Nav Bottom Line Hover Effect */
.nav-bottom-line .navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #ffffff;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    border-radius: 50px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.nav-bottom-line .navbar-nav .nav-link.active::after {
    width: 100%;
}

/* Toggle Responsive */
.navbar-toggler {
    position: relative;
    border: none;
    border-radius: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background: #fff;
    height: 2px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

.bg-white .navbar-toggler span,
.bg-transparent-light .navbar-toggler span,
.bg-invisible .navbar-toggler span,
.navbar.sidebar-nav .navbar-toggler span,
.boxed-nav .navbar-toggler span {
    background: #212331;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    -o-transition: -o-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 3px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/* ===================================
        Side Menu
====================================== */
.side-menu {
    width: 40%;
    position: fixed;
    right: -1px;
    top: 0;
    background: #33c9dd;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.transparent-sidemenu .side-menu {
    background: rgba(0, 0, 0, .95);
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/* Side overlay */
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/* Side Close Btn */
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 48px;
    right: 34px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.just-sidemenu #sidemenu_toggle {
    position: fixed;
    z-index: 999;
    /*background: #fff;*/
    right: 0;
    top: 16px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Side Open Btn */
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
}

.sidemenu_btn.left {
    left: 15px;
    right: auto;
}

.sidemenu_btn>span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
}

.sidemenu_btn>span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link::after {
    display: none;
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover,
.transparent-sidemenu .side-nav .navbar-nav .nav-link:focus {
    margin-left: 5px;
}

.side-menu p {
    font-size: 12px;
    margin-top: .5rem;
    margin-bottom: 0;
    color: #FFFFFF;
}

/* Header Social Icons */
.navbar .social-icons li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
}

.sidebar-nav .social-icons {
    position: absolute;
    bottom: 30px;
}

.side-menu .social-icons-simple li a:hover,
.side-menu .social-icons-simple li a:focus {
    color: #fff;
}

/*wrapper on opened sidebar*/
.wrapper {
    padding-left: 290px;
}

.wrapper .full-screen {
    width: 100% !important;
}

@media (max-width: 1366px) {
    .center-brand .sidemenu_btn {
        right: 0;
    }
}

@media (max-width: 1200px) {

    .side-menu .inner-wrapper {
        padding: 2rem 3.5rem;
    }

}

@media (min-width: 1025px) and (max-width: 1091px) {
    .navbar-nav.ml-auto {
        margin-right: 30px;
    }

    .sidemenu_btn {
        right: 0;
    }
}

@media (max-width: 1024px) {

    .boxed-nav .sidemenu_btn {
        display: none !important;
    }

    .center-brand .navbar-brand {
        width: 100px;
    }

    .navbar-nav .nav-link {
        font-size: 13px;
    }
}

@media (min-width: 810px) and (max-width: 1024px) {
    .sidemenu_btn {
        position: relative;
    }
}

@media (max-width: 992px) {
    .boxed-nav {
        background: #fff;
    }

    .center-brand .navbar-brand {
        position: relative;
        top: auto;
        margin: 16px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .navbar-nav .nav-item {
        margin: 5px 0;
    }

    .center-brand .navbar-nav .nav-link,
    .transparent-bg .navbar-nav .nav-link {
        color: #ffffff;
    }

    .center-brand.fixedmenu .navbar-nav .nav-link,
    .transparent-bg.fixedmenu .navbar-nav .nav-link {
        background: transparent;
    }

    .side-menu {
        width: 50%;
    }

    .side-menu .inner-wrapper {
        padding: 2rem 2.5rem;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 2rem;
    }

}

@media (max-width: 768px) {
    .center-brand .navbar-brand {
        width: 100px;
        padding: 0 10px;
    }

    .side-menu {
        width: 55%;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 1rem;
    }

    .side-menu .btn-close {
        top: 24px;
        right: 20px;
    }
}

/* ===================================
        top-line
====================================== */
.top-line {
    padding-top: 150px;
}

.headline {
    text-align: center;
    margin-top: -5px;
    position: relative;
    z-index: 5
}

.headline .part {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 20px
}

.headline {
    text-align: center;
    margin-top: -5px;
    position: relative;
    z-index: 5
}

.headline .part {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 20px
}

.headline h1 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    color: #3848a0
}

.headline h1 a {
    color: #3848a0
}

.headline p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 20px
}

.headline p a {
    color: #666
}

.focus {
    margin-top: 15px
}

/* ===================================
        flash and hot
====================================== */


.swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    border-radius: 4px;
    background-color: #81a109;
}

.pl15 {
    padding-left: 15px;
}

.swiper-slide h5 {
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
}

.swiper-pagination-bullet-active {

    opacity: 1;
    background-color: #F78E00;
}

.top-pv .pv {
    margin-top: 1rem;
    max-height: 180px;
    overflow: hidden;
}

.top-pv .pv img {
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.top-pv a h6 {
    padding: 8px 0;
    text-align: center;
    background: rgba(0, 0, 0, .8);
    color: #FFFFFF;

}

.hotlist .list {
    width: 100%;
    height: 650px;
    overflow: hidden
}

.list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 15px 5px;
    color: #333;
    border-bottom: 1px solid #bcbcbc;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.list li:first-child {
    margin-top: -15px
}

.list li a {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.list li:hover {
    color: #fff;
    background: #81a109
}

.list li:hover a {
    font-weight: 400;
    color: #fff;
}

/* ===ul list ===== */

.ullist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0 10px 10px;
    color: #333;
    border-bottom: 1px solid #bcbcbc;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}


.ullist li:last-child {
    border-bottom: none;
    margin-bottom: -25px;
}


.list li a, .ullist li a {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.list li:hover, .ullist li:hover {
    color: #fff;
    background: #81a109
}

.list li:hover a, .ullist li:hover a {
    font-weight: 400;
    color: #fff;
}

/* ======area ==========*/
.meili {
    position: relative;
    z-index: 9;
    margin: 35px auto 5px;
    width: 100%;
    height: 262px;
    background: url(../images/xi-bg.png) center top no-repeat
}

.meili .meili-list ul {
    background: rgba(255, 255, 255, .3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 80%;
    height: 195px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 20px;
    margin-top: 30px;
    margin-right: 20px;
    float: right
}

.meili .meili-list li {
    float: left;
    margin-bottom: 10px;
    width: 45%;
    margin-right: 30px;
}

.meili .meili-list li .img {
    position: relative;
    float: left;
    width: 134px;
    height: 74px;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
}

.meili .meili-list li .img img {
    position: relative;
    z-index: 1;
    width: 100%
}

.meili .meili-list li .tit {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333
}

.meili .meili-list li .tit a {
    margin-right: 5px;
    color: #333;
    font-size: 12px;
    /* padding: 10px 0; */
}

.meili .meili-list li .tag {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    line-height: 18px;
    background: #3494f0;
    color: #fff;
    margin-top: 5px
}

.meili .meili-list li .tag a {
    color: #fff
}



@media (max-width: 768px) {}


/* ===================================
        column
====================================== */

.ads1 {
    width: 100%;
    max-height: 130px;
    overflow: hidden;
    padding-left: 15px;
}

/* ===================================
    Types of Gardening
====================================== */

.card {
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, .125);
}

.card-body {
    padding: 0;
}

.cover:hover {
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 15px #e1e1e1;
    box-shadow: 2px 2px 15px #e1e1e1;
}

.numbering {
    font-size: 48px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}

.cover:hover .numbering {
    background: -webkit-linear-gradient(180deg, rgb(33, 35, 49) 85%, rgb(33, 35, 49) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cover:hover .card-title {
    color: #81a109;
}

.cover:hover .versa-effect {
    color: #33c9dd;
}

.cover {
    padding: 25px;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.cover .card-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    color: rgb(33, 35, 49);
    -webkit-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
}

.counter-heading h1 {
    font-size: 24px;
}

.counter-heading span {
    font-size: 16px;
    color: #666;
}

/* ===================================
    VIDEO MODEL WINDOW
=================================== */

#link {
    padding: 0;
    background: #f6f6f6;
}

.link1 {
    /* margin-left: -15px; */
    color: #81a109;
    font-weight: bold;
    align-self: center;
}


.links {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    word-wrap: break-word;
    word-break: normal;
}

.links a {
    display: block;
    float: left;
    color: #333;
    margin-right: 12px;

}

/* ===================================
   FOOTER
====================================== */

.footer {
    padding: 80px 0 20px;
    background-color: #81a109;
}

.footer a:hover {
    color: white;
}



.company-about {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
     Stand Alone
====================================== */

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading {
    margin-bottom: 10px;
}

.standalone-area .sub-heading {
    margin-bottom: 8px;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 56px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.standalone-detail .para_text {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
}

.standalone-detail {
    padding-bottom: 100px;
}

.standalone-area .heading-text {
    margin-bottom: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 45px;
}

.standalone-area .stand-img-des .para_text {
    font-family: 'Roboto', sans-serif;
}

.page-title {
    position: relative;
    text-align: center;
    padding: 200px 0 150px 0;
    background: url("../image/standalone.jpg");
    background-size: cover;
    background-position: top center;
}

.page-title .auto-container {
    position: relative;
}

.page-title h2 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 3.5rem;
    text-transform: capitalize;
}

.page-breadcrumb {
    position: relative;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f101";
    right: -5px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-breadcrumb li a {
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a .icon {
    margin-right: 4px;
    color: #33c9dd;
}

.page-breadcrumb li a:hover {
    color: #212331;
}

/* ===================================
    MEDIA QUERIES
=================================== */

@media screen and (max-width:1359px) {
    .snip1577 figcaption {
        left: 65px;
        bottom: 70px;
    }

    .green_rectangle {
        position: absolute;
        width: 60%;
        height: 67%;
        bottom: 1%;
    }

    .about-heading {
        margin-top: auto;
        margin-bottom: auto;
    }

    .heading_font_sm {
        font-size: 40px;
    }

    .navbar-nav .nav-link {
        margin: 0 .5rem !important;
    }
}

@media screen and (max-width:991px) {
    .snip1577 figcaption {
        left: 75px;
        bottom: 95px;
    }

    .green_rectangle {
        position: absolute;
        width: 60%;
        height: 67%;
        bottom: 5%;
    }

    .info {
        color: #9d9d9d;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .margin_button {
        margin-top: 0;
    }

    .colored_heading {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #4ed0e2;
        margin-bottom: 0;
    }

    .heading {
        font-size: 40px;
        font-family: 'Raleway', sans-serif;
        color: #212331;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .about-heading {
        margin-top: 0;
    }

    .small-screen {
        display: block !important;
    }

    .portfolio-heading1 {
        text-align: center;
    }

    .large-screen {
        display: none;
    }

    #portfolio_top {
        position: inherit !important;
        margin-top: 0 !important;
    }

    .blog_text {
        text-align: center;
        margin-bottom: 11.5%;
        margin-top: 11.5%;
    }

    .md_heading {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-area .gradient-text1 {
        font-size: 30px;
    }

    .standalone-detail .heading {
        font-size: 30px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .para_text {
        font-size: 18px;
    }

    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }

    .agency-author {
        padding: 30px;
        text-align: left;
    }

    .author-content {
        padding: 0;
    }

    .standalone {
        padding-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    section {
        padding: 4rem 0;
    }

    .navbar.sidebar-nav {
        width: 100%;
        height: auto;
        padding: 0 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .wrapper {
        padding-left: 0;
    }

    .sidemenu_btn {
        margin-top: 4px;
        right: 0;
        position: absolute;
    }

    .side-menu {
        width: 300px;
    }

    .side-nav .navbar-nav .nav-item {
        margin: 5px 0;
    }

    .side-nav p {
        display: none;
    }

    .sidebar-nav .social-icons {
        display: none;
    }

    .center-brand {
        padding: 0;
        background-color: #81a109;
    }

    .slider-heading {
        font-size: 54px;
    }

    .slider-paragraph {
        font-size: 18px;
    }

    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        animation: none !important;
    }

    .cbp-l-filters .cbp-filter-item {
        margin: 8px;
    }

    .owl-testimonial .owl-dots {
        margin-top: 20px !important;
    }

    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 4px;
    }

    .snip1577 figcaption {
        left: 10px;
        bottom: 0;
        top: 20px;
    }

    .plus_icon {
        font-size: 50px;
    }

    .cover {
        text-align: center;
        margin-top: 40px;
    }

    .about-heading {
        text-align: center;
        margin-top: 30px;
    }

    .heading_mainc {
        font-size: 35px;
        text-align: center;
        line-height: 1.3;
    }

    .main_heading {
        font-size: 34px;
    }

    .heading {
        font-size: 35px;
        font-family: 'Raleway', sans-serif;
        color: #212331;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .margin_heading {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .info {
        color: #9d9d9d;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.7;
    }

    .margin_button {
        margin-top: 10px;
    }

    .cover .card-title {
        margin-top: 5px;
        margin-bottom: 18px;
    }

    .text_wrap {
        padding: 50px 2rem 0 2rem;
    }

    .green_rectangle {
        position: absolute;
        width: 60%;
        height: 67%;
        bottom: 3%;
    }

    .vedio-heading {
        text-align: center;
    }

    .heading_font_sm {
        font-size: 30px;
    }

    .quote_box {
        left: 42%;
    }

    .vedio_text {
        margin-top: 36px;
        font-size: 30px;
    }

    #portfolio_top #portfolio-measonry {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #portfolio_top::before, #portfolio_top::after {
        display: none;
    }

    .small-screen {
        display: block;
    }

    #portfolio_top {
        position: inherit !important;
        margin-top: 0 !important;
    }

    .portfolio-heading1 {
        text-align: center;
        margin-top: 0;
        padding-bottom: 30px;
    }

    #portfolio_top::after {
        bottom: auto !important;
        display: none;
    }

    .caption_center {
        margin-top: 28px;
    }

    p:last-child {
        margin-bottom: 20px;
    }

    .footer-social a {
        margin: 0;
    }

    .company-about {
        font-size: 12px;
    }

    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-area .gradient-text1 {
        font-size: 30px;
    }

    .standalone-detail .heading {
        font-size: 30px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .page-title h2 {
        font-size: 2.5rem;
    }

    .standalone-area .heading-text {
        font-size: 30px;
    }

    .standalone-detail .para_text {
        font-size: 15px;
    }

    .para_text {
        font-size: 15px;
    }

    .meili {
        margin: 15px auto 5px;
        height: 315px;
        background: url(../images/m-bg.jpg) center top no-repeat;
        text-align: center;
    }

    .meili .meili-list ul {
        float: none;
        width: 90%;
        height: 300px;
        margin-left: 15px;
        margin-top: 20px;

    }

    .meili .meili-list li {
        float: left;
        margin-bottom: 10px;
        width: 45%;
        height: 150px;
        margin-left: 15px;
        margin-right: 0px;
        overflow: hidden;
    }

    .meili .meili-list li .img {
        float: none;
        width: 134px;
        height: 74px;
        margin-bottom: 10px;
    }


    .meili .meili-list li .tit {
        height: 24px;
        font-size: 12px;
        line-height: 24px;
    }


    .meili .meili-list li .tag {
        display: none;
    }

    .link1 {
        margin-left: 0px;
    }

    .footer {
        padding: 50px 20px;
    }

    .footer h5 {
        font-size: 18px;
    }

    .footer h6 {
        font-size: 14px;
    }

    .go-top{
        bottom: 40px;
    }

}


#menu {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    z-index: 999;
    background: url(images/menubg.png) repeat-x;
}

#menu ul {
    margin: 0 auto;
    list-style-type: none;
    width: 100%;
    /* max-width: 500px; */
    height: 100%;
}

#menu ul li {
    float: left;
    width: 33.3%;
    height: 100%;
    text-align: center;
    position: relative;
    font-size: 14px;
}

#menu ul li .line {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 30;
}

#menu ul li .menu_li {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    width: 100%;
    height: 100%;
    color: #454545;
    background: url(../images/menubg.png) repeat-x;
}

#menu ul li .img_front {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 30;
    width: 100%;
    height: 100%;
}

#menu ul li .img_front img {
    width: 100%;
    height: 100%;
}

#menu ul li span {
    position: absolute;
    bottom: -300px;
    left: 50%;
    width: 104px;
    margin-left: -52px;
    margin-bottom: 14px;
    height: auto;
    text-align: center;
    z-index: 10;
}

#menu ul li span div {
    position: absolute;
    top: 0px;
    left: 0px;
}

#menu ul li span a {
    float: left;
    width: 100%;
    height: 43px;
    line-height: 43px;
    color: #454545;
    text-decoration: none;
}

.footer_front {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 888;
    display: none;
}


/* =========================================================
        column
==========================================================*/
.mbx {
    margin-top: 150px;
}


.content-list li,.tjlist li {
    width: 100%;
    height: 130px;
    overflow: hidden;
    padding: 15px 0;
}

.content-list li img,.tjlist li img {
    float: left;
    padding-right: 10px;
    width: 150px;
    height: 100px;
}


.content-list li+li {
    border-top: 1px dashed #81a109;
}

.navlist{
    border-top: 1px dashed #81a109;
    padding: 25px 0;
}

.xin{
    margin-top: 25px;
    /* text-align: center; */
}

.xin ul{padding: 15px;}

.xin h2,.tuijian h2{font-size: 18px; border-bottom: 1px solid #81a109; padding: 10px 0 10px 10px;}

/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

@media (min-width: 768px) {
    .about .container-fluid {
        padding: 0;
    }
    
    .about .row {
        margin: 0;
    }
    
    .about .col-md-6:first-child {
        padding: 0;
    }
    
    .about .col-md-6:last-child {
        padding: 0 60px;
    }
}

.about h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.about h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, #4F84C4, #00539C, #4F84C4);
    border-radius: 0 100% 100% 0;
}

.about p {
    color: #213546;
    font-size: 16px;
    margin-bottom: 30px;
}

.about a.btn {
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: .5s;
}

.about a.btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.about img {
    max-width: 100%;
    border-radius: 0 30px 30px 0;
}

@media(max-width: 767.98px) {
    .about img {
        margin-bottom: 30px;
        border-radius: 30px 30px 0 0;
    }
}

.about .youtube-player {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #ffffff;
    margin: 0;
    border-radius: 0 30px 30px 0;
}

@media (max-width: 991.98px) {
    .about .youtube-player {
        padding-bottom: 50%;
    }
}

@media (max-width: 767.98px) {
    .about .youtube-player {
        padding-bottom: 56.23%;
        margin-bottom: 30px;
        border-radius: 30px 30px 0 0;
    }
}

.about .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.about .youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-filter: brightness(100%);
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.about .youtube-player img:hover {
    -webkit-filter: brightness(90%);
}

.about .youtube-player .play {
    height: 100px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    background: url("../image/play.png") no-repeat;
    cursor: pointer;
}

.about .youtube-player .play:hover {
    background: url("../image/play-hover.png") no-repeat;
}

@media (max-width: 575.98px) {   
    .about .youtube-player .play {
        height: 60px;
        width: 60px;
        left: 50%;
        top: 50%;
        margin-left: -30px;
        margin-top: -30px;
        background: url("../image/play-60.png") no-repeat;
    }
    
    .about .youtube-player .play:hover {
        background: url("../image/play-hover-60.png") no-repeat;
    }
}
/*******************************/
/********** Story CSS **********/
/*******************************/
.story {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

@media(min-width: 768px) {
    .story {
        padding: 45px 60px 15px 60px;
    }
}

.story .story-container {
    position: relative;
    width: 100%;
}

.story .story-end,
.story .story-start,
.story .story-year {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.story .story-end p,
.story .story-start p,
.story .story-year p {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    background: linear-gradient(#4F84C4, #00539C);
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.story .story-year {
    margin: 30px 0;
}

.story .story-continue {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.story .story-continue::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #4F84C4;
}

.story .row.story-left,
.story .row.story-right .story-date {
    text-align: right;
}

.story .row.story-right,
.story .row.story-left .story-date {
    text-align: left;
}

.story .story-date {
    font-size: 14px;
    font-weight: 600;
    margin: 41px 0 0 0;
}

.story .story-date::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 45px;
    background: linear-gradient(#4F84C4, #00539C);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 15px;
    z-index: 1;
}

.story .row.story-left .story-date::after {
    left: -7px;
}

.story .row.story-right .story-date::after {
    right: -7px;
}

.story .story-box,
.story .story-launch {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #ffffff;
}

.story .story-launch {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    background: transparent;
}

.story .story-box::after,
.story .story-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.story .row.story-left .story-box::after,
.story .row.story-left .story-box::before {
    left: 100%;
}

.story .row.story-right .story-box::after,
.story .row.story-right .story-box::before {
    right: 100%;
}

.story .story-launch .story-box::after,
.story .story-launch .story-box::before {
    left: 50%;
    margin-left: -10px;
}

.story .story-box::after {
    top: 26px;
    border-color: transparent transparent transparent #ffffff;
    border-width: 10px;
}

.story .story-box::before {
    top: 25px;
    border-color: transparent transparent transparent #dddddd;
    border-width: 11px;
}

.story .row.story-right .story-box::after {
    border-color: transparent #ffffff transparent transparent;
}

.story .row.story-right .story-box::before {
    border-color: transparent #dddddd transparent transparent;
}

.story .story-launch .story-box::after {
    top: -20px;
    border-color: transparent transparent #dddddd transparent;
}

.story .story-launch .story-box::before {
    top: -19px;
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    z-index: 1;
}

.story .story-box .story-icon {
    position: relative;
    width: 40px;
    height: auto;
    float: left;
}

.story .story-icon i {
    font-size: 25px;
    color: #4F84C4;
}

.story .story-icon img {
    width: 25px;
}

.story .story-box .story-text {
    position: relative;
    width: calc(100% - 40px);
    float: left;
}

.story .story-launch .story-text {
    width: 100%;
}

.story .story-text h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.story .story-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .story .story-continue::after {
        left: 40px;
    }
    
    .story .story-end,
    .story .story-start,
    .story .story-year,
    .story .row.story-left,
    .story .row.story-right .story-date,
    .story .row.story-right,
    .story .row.story-left .story-date,
    .story .story-launch {
        text-align: left;
    }
    
    .story .row.story-left .story-date::after,
    .story .row.story-right .story-date::after {
        left: 47px;
    }
    
    .story .story-box,
    .story .row.story-right .story-date,
    .story .row.story-left .story-date {
        margin-left: 55px;
    }
    
    .story .story-launch .story-box {
        margin-left: 0;
    }
    
    .story .row.story-left .story-box::after {
        left: -20px;
        border-color: transparent #ffffff transparent transparent;
    }

    .story .row.story-left .story-box::before {
        left: -22px;
        border-color: transparent #dddddd transparent transparent;
    }
    
    .story .story-launch .story-box::after,
    .story .story-launch .story-box::before {
        left: 30px;
        margin-left: 0;
    }
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 60px 0;
}

@media (min-width: 768px) {
    .team {
        padding: 45px 60px 60px 60px;
    }
}


.team .team-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    background: rgba(0, 0, 0, .05);
    border-radius: 300px 300px 5px 5px;
}

.team .team-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.team .team-img img {
    width: 100%;
    border-radius: 300px;
}

.team .team-text {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 80px;
}

.team .team-text h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.team .team-text p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px 20px 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: rgba(79, 132, 196, .92);
    border-radius: 300px 300px 5px 5px;
    opacity: 0;
    transition: .5s;
    font-size: 14px;
    color: white;
    font-weight: 500;
}

.team .team-item:hover .team-social {
    opacity: 1;
}

.portfolio-item {
    position: relative;
    height: 280px;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.portfolio-item figure {
    background: #ffffff;
    overflow: hidden;
    height: 280px;
    position: relative;
    border-radius: 30px 30px 0 0;
    margin: 0; 
}

.portfolio-item figure img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    border-radius: 8px;
}

.portfolio-item figure:hover img {
    opacity: 0.3;
    transition: 0.3s;
}

.portfolio-item figure .link-preview,
.portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 45px;
    height: 35px;
    border-radius: 6px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: 0.5s;
}

.portfolio-item figure .link-preview i,
.portfolio-item figure .link-details i {
    color: #ffffff;
    /* padding-top: 29px; */
    font-size: 18px;
    margin-top: 15px;
}

.portfolio-item figure .link-preview:hover,
.portfolio-item figure .link-details:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.portfolio-item figure .link-preview:hover i,
.portfolio-item figure .link-details:hover i {
    color: #ffffff;
}

.portfolio-item figure .link-preview {
    top: 50%;
    left: calc(50% - 61px);
}

.portfolio-item figure .link-details {
    top: 50%;
    right: calc(50% - 61px);
}

.portfolio-item figure:hover .link-preview {
    opacity: 1;
    top: calc(50% - 50px);
}

.portfolio-item figure:hover .link-details {
    opacity: 1;
    top: calc(50% - 50px);
}

.portfolio-item figure .portfolio-title {
    position: absolute;
    margin: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: rgba(79, 132, 196, .8);
    border-radius: 0;
}

.portfolio-item figure .portfolio-title:hover {
    text-decoration: none;
}

