﻿@font-face {
    font-family: "Conv_FreeSerifBold";
    src: url("https://www.gettogetherfinance.com/css/fonts/FreeSerifBold.eot");
    src: local("☺"), url("https://www.gettogetherfinance.com/css/fonts/FreeSerifBold.woff") format("woff"),
        url("https://www.gettogetherfinance.com/css/fonts/FreeSerifBold.ttf") format("truetype"),
        url("https://www.gettogetherfinance.com/css/fonts/FreeSerifBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "bebas_kairegular";
    src: url("../font/bebaskai-webfont.eot");
    src: url("../font/bebaskai-webfont.eot") format("embedded-opentype"),
        url("../font/bebaskai-webfont.woff2") format("woff2"),
        url("../font/bebaskai-webfont.woff") format("woff"),
        url("../font/bebaskai-webfont.ttf") format("truetype"),
        url("../font/bebaskai-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "bebas_kairegular";
    src: url("../font/bebaskai-webfont.eot");
    src: url("../font/bebaskai-webfont.eot") format("embedded-opentype"),
        url("../font/bebaskai-webfont.woff2") format("woff2"),
        url("../font/bebaskai-webfont.woff") format("woff"),
        url("../font/bebaskai-webfont.ttf") format("truetype"),
        url("../font/bebaskai-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Fancybox Css 
section#imageGallery h1 {
    font-size: 2rem;
}

/*==Btn Css==*/
section.home-banner .banner-content .green-btn.round-btn {
    border-radius: 100px;
}

section.home-banner .banner-content .green-btn.border-btn {
    background: transparent !important;
    border-radius: 15px;
    color: #2fb463 !important;
}

/*--------------------------------------------------------------------------------------*/
/*course-Css-Here
/*--------------------------------------------------------------------------------------*/
.course-slider .courses-box {
    height: 100%;
    overflow: hidden;
}
.course-slider .item {
    height: 100%;
}
.course-slider .owl-stage {
    display: flex;
    align-items: stretch;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#header .fixed-top {
    z-index: 999;
}
body {
    overflow-x: hidden;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-bg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.7;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-caption {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996;
}
.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1;
}
.fancybox-caption a {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:link {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-infobar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
    right: 0;
    top: 0;
}
.fancybox-show-caption .fancybox-caption {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-show-infobar .fancybox-infobar {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide {
    display: block;
}
.fancybox-slide--current {
    display: block;
}
.fancybox-slide--next {
    display: block;
}
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-image {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
    background: #fff;
}
.fancybox-slide--map .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
    background: #e5e3df;
}
.fancybox-slide--pdf .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
    background: #000;
}
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    color: #ccc;
}
.fancybox-button:link {
    color: #ccc;
}
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled] {
    color: #888;
    cursor: default;
    outline: none;
}
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}
.fancybox-button--pause svg:nth-child(1) {
    display: none;
}
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small {
    display: none;
}
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link {
    color: #fff;
}
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.footer-links ul li i {
    position: absolute;
    left: -7px;
    top: 4px;
}

footer .footer-links ul li {
    position: relative;
    padding-left: 16px;
}
section.how-work-section ul {
    margin: 0;
    padding: 0;
}
/*how-it-css-here */
section.how-work-section .heading-inner {
    max-width: 922px;
    margin: auto;
}
.heading-inner {
    text-align: center;
}
section.how-work-section ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 100px 0;
}
section.how-work-section ul li .contant-how {
    width: 50%;
}
section.how-work-section ul li .img-how {
    width: 50%;
}
/*section.how-work-section ul li .img-how img {transform: scale(1.1); }*/

section.how-work-section ul li:nth-child(2n) {
    flex-direction: row-reverse;
}
section.how-work-section ul li .contant-how h3 {
    font-size: 44px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 16px;
}
section.how-work-section ul li .contant-how p {
    font-size: 23px;
    color: #333;
    margin: 0;
}
section.how-work-section ul li .contant-how span {
    color: #00b858;
}
section.how-work-section ul li:nth-child(2n):after {
    content: "";
    top: -200px;
    left: 0;
    background: url(../image/top-shape.png);
    width: 774px;
    position: absolute;
    height: 324px;
    margin: auto;
    right: 0;
}
section.how-work-section ul li:nth-child(2n) .contant-how {
    width: 390px;
}
section.how-work-section ul li:nth-child(2n):before {
    content: "";
    bottom: -200px;
    left: 0;
    background: url(../image/bottom-shape.png);
    width: 774px;
    position: absolute;
    height: 324px;
    margin: auto;
    right: 0;
}
section.how-work-section {
    padding: 25px 0 152px;
}
section.life-time-section {
    min-height: 700px;
    background: url(../image/bg-imgae.png);
    min-height: 700px;
    background: url(../image/bg-imgae.png);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
section.life-time-section span {
    font-size: 54px;
    color: #ffffff;
    font-weight: 600;
}
section.life-time-section h3 {
    font-size: 66px;
    font-weight: 600;
    line-height: 83px;
    margin: 21px 0;
    color: #2fb463;
}
section.life-time-section p {
    font-size: 22px;
    color: #fff;
    margin: 0;
    padding: 0px 0 42px;
}
section.life-time-section .interll-btn a {
    background: #2fb463;
    display: inline-block;
    padding: 13px 46px;
    color: #fff;
    font-size: 21px;
    border-radius: 54px;
    text-transform: uppercase;
    border: 2px solid #2fb463;
}
section.life-time-section .interll-btn a:hover {
    background: transparent;
}
.interll-btn a img {
    filter: brightness(55);
}

.about-banner {
    background-image: url(https://www.gettogetherfinance.com/css/assets/images/about-banner-bg.jpg) !important;
}

section.how-work-section .heading-inner h2,
.elementary_sec01 .heading-inner h2 {
    font-size: 58px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin: 0;
    padding: 25px;
}
section.how-work-section .heading-inner p {
    color: #333;
    font-size: 20px;
}
section.life-time-section .interll-btn a img {
    padding-right: 13px;
}
section.life-time-section:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}
section.life-time-section .inner-time-inner {
    position: relative;
    z-index: 1;
}
section.app-section .app-img-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.telegream-btn a {
    background: #349150;
    min-height: 73px;
    border-radius: 59px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.telegream-btn i {
    font-size: 48px;
    padding-right: 5px;
}
ul.social-icons-app {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}
ul.social-icons-app li a {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #242424;
    border: 1px solid #242424;
    border-radius: 36px;
    font-size: 26px;
}
ul.social-icons-app li + li {
    padding-left: 16px;
}
.stok-btn a {
    margin: auto;
    max-width: 268px;
    min-height: 63px;
    border: 2px solid #349150;
    font-size: 24px;
    display: flex;
    justify-content: center;
    border-radius: 35px;
    align-items: center;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
}
.stok-btn a:hover {
    background: #2fb463;
    color: #fff;
    transition: 0.5s ease-in-out;
}
ul.social-icons-app li a:hover {
    background: #000;
    color: #fff;
    transition: 0.5s ease-in-out;
}
.telegream-btn a:hover {
    background: #000;
    color: #fff;
    transition: 0.5s ease-in-out;
}
.app-left-inner {
    width: calc(100% - 342px);
}
.app-left-inner p {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    line-height: 44px;
    margin-top: 22px;
}
.telegream-btn {
    padding: 14px 0;
}
.app-message-inner {
    text-align: center;
}
.sub-input-box span {
    position: absolute;
    color: #000;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
}
section.app-section {
    padding: 58px 0;
}
.bottom_footer {
    background: #0b0d0c;
}
.footer_bottom_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_bottom_links ul li a {
    color: #ffff;
    font-size: 22px;
}
.footer_bottom_links ul li {
    display: inline-block;
}
.copyright {
    font-size: 22px;
    color: #fff;
}

.copyright p {
    font-size: 22px;
    color: #fff;
    margin: 0;
    padding-left: 15px;
}

.bottom_footer {
    padding: 16px 0;
}
footer#footer .widget-comman {
    border-right: 1px solid #868585;
}
footer#footer .row {
    overflow: hidden;
    margin-bottom: 13px;
}
.middle-widget {
    padding-left: 41px;
}
.sub-input-box {
    position: relative;
}
.sub-input-box input {
    width: 100%;
    border: none;
    background: #d6d6d6;
    font-size: 20px;
    color: #333;
    padding: 10px 52px;
    border-radius: 4px;
}
.sub-input-box button {
    font-size: 17px;
    background: #349150;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 1px 25px;
    color: #fff;
}
.footer-links ul li i {
    color: #c6c6c6;
    font-size: 21px;
}
span.border-bottom-footer {
    display: block;
    background: #209b49;
    height: 2px;
    width: 54px;
    margin-left: 56px;
    display: block;
    background: #209b49;
    height: 2px;
    position: relative;
    width: 54px;
    margin-left: 56px;
    margin-top: 20px;
}
span.border-bottom-footer:after {
    position: absolute;
    content: "";
    left: -62px;
    background: #349150;
    height: 2px;
    top: 0;
    width: 54px;
}
span.border-bottom-footer:before {
    position: absolute;
    content: "";
    right: -62px;
    background: #349150;
    height: 2px;
    top: 0;
    width: 54px;
}
.wrapper-about {
    position: relative;
}
.wrapper-about::before {
    position: absolute;
    background-repeat: no-repeat;
    content: "";
    right: 0;
    top: -113px;
    width: 812px;
    height: 1373px;
    pointer-events: none;
    background-image: url(../image/shape-2.png);
}
.testimonials .section-heading h5 {
    text-transform: uppercase;
    font-size: 50px;
    padding: 0;
    margin: 0;
}
.heading-testmonial {
    position: relative;
    padding: 39px 0;
}
section.about-section .user_img figure {
    margin: 0;
    padding: 0;
    text-align: right;
    position: relative;
}
.text-follower {
    position: absolute;
    bottom: 14px;
    margin: auto;
    text-align: center;
    right: 227px;
}
.text-follower h5 {
    color: #2eb463;
    font-size: 46px;
    margin: 0;
    font-weight: 400;
}
.text-follower span {
    font-size: 22px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.heading-testmonial:after {
    position: absolute;
    left: 0;
    content: attr(data-section-name);
    font-size: 92px;
    right: 0;
    margin: auto;
    -webkit-text-stroke: 1px #209d4c;
    color: transparent;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.bg-img-shape img {
    width: 100%;
    margin-top: -100px;
    position: relative;
    z-index: 99;
}
@media (max-height: 576px) {
    .fancybox-caption {
        padding: 12px;
    }
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-close-small {
        right: -6px;
    }
}
@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/*------------------------------------------------------------------
Filters List / .ogFiltersList
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
  Gallery Figure / .galFig
  -------------------------------------------------------------------*/
.galFig {
    max-width: 290px;
}
.galFig:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}
.galFig:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}
.galFig.galFigII:before,
.galFig.galFigII:after {
    display: none;
}
.galFig.galFigII:hover .gafCaption {
    opacity: 1;
    visibility: visible;
}
.galFig.galFigIII:hover .icnWrap,
.galFig.galFigIII:hover .imgHolder:before {
    opacity: 1;
    visibility: visible;
}
.galFig.galFigIII:after,
.galFig.galFigIII:before {
    display: none;
}
.galFig.galFigIII .icnWrap {
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.galFig.galFigIII .gafCaption {
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    background-color: transparent;
}
.galFig:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.galFig:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.galFig:before,
.galFig:after {
    border: solid rgba(228, 179, 61, 0.7);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.galFig:before {
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-width: 2px 0;
}
.galFig:after {
    border-width: 0 2px;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.galFig .imgHolder:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.galFig .imgHolder:before {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.galFig .icnWrap {
    font-size: 16px;
    width: 42px;
    height: 42px;
}
.galFig h3,
.galFig .h3 {
    font-size: 18px;
    line-height: 1.22222;
}
.galFig h3 a,
.galFig .h3 a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.igSlider .galFig {
    max-width: none;
}
@media (min-width: 768px) {
    .galFig {
        max-width: none;
    }
}
.mb-6,
.my-6 {
    margin-bottom: 30px !important;
}
.gafCaption {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background-color: rgba(0, 0, 0, 0.6);
}
body {
    font-family: "PT Sans", sans-serif;
}
#mainSlider button {
    outline: none;
}
#mainSlider .owl-controls {
    display: inline-block;
    position: relative;
    margin-top: 40px;
}
#mainSlider .owl-dots {
    position: relative;
    line-height: 30px;
}
#mainSlider .owl-buttons {
    display: none;
}
#mainSlider .owl-prev,
#mainSlider .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #000;
    background-color: transparent;
    border: none;
    border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 1;
}
#mainSlider .owl-prev {
    left: -35px;
}
#mainSlider .owl-prev i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
}
#mainSlider .owl-next {
    right: -35px;
}
#mainSlider .owl-next i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
}

#mainSlider .owl-outer-nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    height: 100%;
    z-index: 0;
}
#mainSlider .owl-outer-nav .owl-wrapper-outer,
#mainSlider .owl-outer-nav .owl-dots,
#mainSlider .owl-outer-nav .owl-prev,
#mainSlider .owl-outer-nav .owl-next {
    z-index: 1;
}
#mainSlider .owl-outer-nav .owl-controls {
    position: static;
}

#mainSlider .owl-ui-md .owl-dots {
    line-height: 45px;
}
#mainSlider .owl-ui-md .owl-prev,
#mainSlider .owl-ui-md .owl-next {
    width: 45px;
    height: 45px;
    font-size: 45px;
}

#mainSlider .owl-outer-nav.owl-ui-md:after {
    left: -18%;
    width: 136%;
}

#mainSlider .owl-ui-lg .owl-dots {
    line-height: 60px;
}
#mainSlider .owl-ui-lg .owl-prev,
#mainSlider .owl-ui-lg .owl-next {
    width: 60px;
    height: 60px;
    font-size: 60px;
}

#mainSlider .owl-outer-nav.owl-ui-lg:after {
    left: -22%;
    width: 144%;
}

#mainSlider .owl-inner-nav .owl-controls {
    position: static;
}
#mainSlider .owl-inner-nav .owl-prev {
    left: 45px;
}
#mainSlider .owl-inner-nav .owl-next {
    right: 45px;
}

#mainSlider .owl-outer-nav .owl-prev,
#mainSlider .owl-outer-nav .owl-next {
    bottom: 70px;
}
#mainSlider .owl-inner-nav .owl-prev,
#mainSlider .owl-inner-nav .owl-next {
    bottom: 70px;
}
#mainSlider .owl-outer-nav.owl-ui-md .owl-prev,
#mainSlider .owl-outer-nav.owl-ui-md .owl-next {
    bottom: 85px;
}
#mainSlider .owl-inner-nav.owl-ui-md .owl-prev,
#mainSlider .owl-inner-nav.owl-ui-md .owl-next {
    bottom: 85px;
}
#mainSlider .owl-outer-nav.owl-ui-lg .owl-prev,
#mainSlider .owl-outer-nav.owl-ui-lg .owl-next {
    bottom: 100px;
}
#mainSlider .owl-inner-nav.owl-ui-lg .owl-prev,
#mainSlider .owl-inner-nav.owl-ui-lg .owl-next {
    bottom: 100px;
}
#mainSlider .owl-inner-pagination .owl-dots,
#mainSlider .owl-inner-pagination .owl-prev,
#mainSlider .owl-inner-pagination .owl-next {
    margin-top: -40px;
    top: -60px;
}
#mainSlider .owl-inner-pagination.owl-ui-md .owl-dots,
#mainSlider .owl-inner-pagination.owl-ui-md .owl-prev,
#mainSlider .owl-inner-pagination.owl-ui-md .owl-next {
    margin-top: -50px;
    top: -65px;
}
#mainSlider .owl-inner-pagination.owl-ui-lg .owl-dots,
#mainSlider .owl-inner-pagination.owl-ui-lg .owl-prev,
#mainSlider .owl-inner-pagination.owl-ui-lg .owl-next {
    margin-top: -60px;
    top: -75px;
}
#mainSlider .owl-inner-pagination.owl-outer-nav .owl-prev,
#mainSlider .owl-inner-pagination.owl-outer-nav .owl-next {
    margin: auto;
    top: 0;
    bottom: 43px;
}
#mainSlider .owl-inner-pagination.owl-inner-nav .owl-prev,
#mainSlider .owl-inner-pagination.owl-inner-nav .owl-next {
    margin: auto;
    top: 0;
    bottom: 43px;
}
#mainSlider .owl-inner-pagination .owl-dots {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}
#mainSlider .owl-inner-pagination:hover .owl-dots {
    opacity: 1;
}
#mainSlider .owl-inner-pagination.owl-inner-nav .owl-dots,
#mainSlider .owl-inner-pagination.owl-outer-nav .owl-dots {
    top: -45px;
}
#mainSlider .owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-dots,
#mainSlider .owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-dots {
    top: -50px;
}
#mainSlider .owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-dots,
#mainSlider .owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-dots,
#mainSlider .owl-inner-pagination.owl-inner-nav:hover .owl-dots,
#mainSlider .owl-inner-pagination.owl-outer-nav:hover .owl-dots {
    top: -60px;
}
#mainSlider .owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-dots,
#mainSlider .owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-dots {
    top: -65px;
}
#mainSlider .owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-dots,
#mainSlider .owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-dots {
    top: -75px;
}
#mainSlider #owl-main .owl-nav.disabled {
    display: block !important;
}
#mainSlider #owl-main .item {
    height: 44vh;
    background-position: center 55%;
    background-size: cover;
}
#mainSlider #owl-main.height-md .item {
    height: auto;
}
@media (min-width: 768px) {
    #mainSlider #owl-main.height-md .item {
        height: 61vh;
    }
}
#mainSlider #owl-main.height-lg .item {
    height: 90vh;
}
#mainSlider #owl-main .owl-controls {
    display: block;
    position: static;
    margin-top: -47px;
}
#mainSlider #owl-main .owl-dots {
    bottom: 0 !important;
    line-height: inherit;
    position: relative;
    padding: 10px;
    display: inline-block;
    border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    display: block;
    text-align: center;
}
@media (min-width: 992px) {
    #mainSlider #owl-main .owl-dots {
        bottom: -116px;
    }
}
#mainSlider #owl-main .owl-dots .owl-dot {
    display: inline-block;
}
#mainSlider #owl-main .owl-dots .owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    background: #000;
    border: none;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#mainSlider #owl-main .owl-dots .owl-dot.active span,
#mainSlider #owl-main .owl-dots .owl-dot:hover span {
    background: #2fb463;
}

#mainSlider .owl-prev,
#mainSlider .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #000;
    background-color: transparent;
    border: none;
    border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 1;
}
#mainSlider .owl-inner-nav .owl-prev {
    left: 45px;
}
@media (min-width: 1200px) {
    #mainSlider .owl-buttons {
        display: block;
    }
}
@media (max-width: 767px) {
    #mainSlider .image-div {
        display: none;
    }
    #mainSlider .content-div {
        z-index: 8;
        padding: 20px 45px;
    }
    #mainSlider .content-div .banner-content {
        text-align: center;
    }
    #mainSlider .content-div .banner-content .section-title {
        text-align: center;
    }
    #mainSlider .content-div .banner-content .section-title::before {
        left: 0;
        margin: auto;
        right: 0;
    }
    #mainSlider .content-div .banner-content .section-title::after {
        left: calc(50% + 85px);
        margin-left: -57px;
    }
    #mainSlider .content-div .banner-content p {
        line-height: 28px;
        text-align: center;
    }
    #mainSlider .content-div .banner-content .green-btn {
        font-size: 13px;
        padding: 5px 12px;
    }
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #106eea;
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}
.back-to-top i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #106eea;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.back-to-top i:hover {
    background: #3284f1;
    color: #fff;
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        -webkit-transition-delay: 0 !important;
        transition-delay: 0 !important;
    }
}
@media (min-width: 1440px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1400px;
    }
}
.section-heading h2 {
    font-family: "Niramit", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.section-heading h3 {
    font-family: "Niramit", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.section-heading p {
    font-size: 20px;
    font-weight: 400;
    color: #717171;
    margin-bottom: 40px;
}
.section-title {
    font-size: 42px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
@media (max-width: 1599px) {
    .section-title {
        font-size: 32px;
    }
}
@media (max-width: 1399px) {
    .section-title {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .section-title {
        font-size: 28px;
    }
}
@media (max-width: 992px) {
    .section-title {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .section-title {
        font-size: 24px;
    }
}
.section-title::after,
.section-title::before {
    position: absolute;
    content: " ";
    bottom: 0;
    height: 4px;
    border-radius: 2px;
    background: #2fb463;
}
.section-title::before {
    width: 203px;
    left: 0;
}
.section-title::after {
    width: 30px;
    left: 85px;
}
.section-title.center-title {
    text-align: center;
}
.section-title.center-title::before {
    left: 50%;
    transform: translateX(-50%);
}
.section-title.center-title::after {
    left: calc(50% + 85px);
    margin-left: -57px;
}
button,
a {
    outline: none !important;
}
.mb-140 {
    margin-bottom: 140px;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Roboto", sans-serif;
    color: #282828;
}
a {
    color: #2fb463;
}
a:hover {
    color: #136332;
    text-decoration: none;
}
h1,
h2 {
    font-family: "Niramit", sans-serif;
}
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/

/* Desktop Navigation */
@media (max-width: 991px) {
    button.mobile-nav-toggle.d-lg-none {
        display: none;
    }
}
#topbar {
    background: #202629;
    height: 40px;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}
#topbar .contact-info a {
    line-height: 1;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#topbar .contact-info a:hover {
    text-decoration: underline;
}
#topbar .contact-info i {
    padding-right: 4px;
    margin-left: 15px;
}
#topbar .contact-info i:first-child {
    margin-left: 0;
}
#topbar .social-links a {
    color: rgba(255, 255, 255, 0.6);
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#topbar .social-links a:hover {
    color: #fff;
}
#topbar.topbar-scrolled {
    top: -40px;
}
#header {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 997;
    top: 40px;
    height: 153px;
}
@media (max-width: 1199px) {
    #header {
        height: 128px;
    }
}
#header .fixed-top {
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 991px) {
    #header .fixed-top {
        top: 0px;
    }
    #header .fixed-top .nav-menu {
        min-height: 70px;
    }
}
#header .container {
    padding: 0px;
}
@media (max-width: 1199px) {
    #header #logo {
        max-height: 60px;
    }
}
#header.header-scrolled {
    top: 0;
    padding: 0px;
    margin-top: 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#header.header-scrolled .fixed-top {
    top: 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#header .right-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#header .right-nav.d-lg-none {
    background: #2e363a;
    text-align: center;
    padding-top: 12px;
}
#header .right-nav li {
    padding: 0px;
    padding-left: 12px;
    border: none;
    display: inline-block;
}
#header .right-nav li a:before {
    display: none;
}
#header .right-nav li i {
    font-size: 18px;
}
#header .right-nav li .cart-option {
    position: relative;
}
#header .right-nav li .cart-option i {
    position: relative;
    font-size: 23px;
}
#header .right-nav li .cart-option i .count {
    position: absolute;
    top: -12px;
    right: -7px;
    background: #2fb463;
    color: #ffffff;
    border-radius: 100%;
    min-height: 20px;
    min-width: 20px;
    text-align: center;
    padding: 5px 0px 0px;
    font-size: 12px;
}
.nav-menu {
    min-height: 90px;
}
.nav-menu .navbar-toggler {
    background: #2fb463;
    outline: none;
    width: auto;
    height: auto;
    font-size: 18px;
    padding: 5px 10px;
    color: #ffffff;
}
@media (min-width: 992px) {
    .nav-menu .navbar-toggler {
        display: none;
    }
}
.nav-menu .navbar-toggler span {
    width: auto;
    height: auto;
}
.nav-menu .navbar-toggler span:before {
    content: "\efa2";
    font-family: IcoFont !important;
}
@media (min-width: 992px) {
    .nav-menu .collapse:not(.show) {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
    }
}
@media (max-width: 991px) {
    .nav-menu .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        background: #ffffff;
        top: 100%;
        text-align: left;
        max-width: 720px;
        margin: auto;
        padding: 15px;
        -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
    }
    .nav-menu .navbar-collapse ul {
        width: 100%;
        text-align: left;
    }
    .nav-menu .navbar-collapse ul li {
        width: 100%;
        display: inline-block;
        border: none;
        padding: 10px 0px;
        margin: 0px;
    }
}
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu ul {
    display: table;
    text-align: right;
}
.nav-menu ul li {
    position: relative;
    display: inline-block;
    padding: 0px 15px;
    border-right: 1px solid #868585;
    line-height: 13px;
}
@media (max-width: 1199px) {
    .nav-menu ul li {
        padding: 0px 12px;
    }
}
.nav-menu ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -9px;
    left: 0;
    background-color: #2fb463;
    visibility: hidden;
    width: 0px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.nav-menu ul.right-nav {
    display: none;
    margin-left: 20px;
}
.nav-menu a {
    display: block;
    position: relative;
    color: #222222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    padding: 0 3px;
    font-family: "Open Sans", sans-serif;
}
.nav-menu a:hover {
    color: #2fb463;
}
.nav-menu a:hover:before {
    visibility: visible;
    width: 100%;
}
.nav-menu li:hover > a {
    color: #2fb463;
}
.nav-menu li:hover > a:before {
    visibility: visible;
    width: 100%;
}
.nav-menu li a.active {
    color: #2fb463;
}
.nav-menu li a.active:before {
    visibility: visible;
    width: 100%;
}
.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 26px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #062b5b;
}
.nav-menu .drop-down ul a:hover {
    color: #2fb463;
}
.nav-menu .drop-down ul .active > a {
    color: #2fb463;
}
.nav-menu .drop-down ul li:hover > a {
    color: #2fb463;
}
.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}
.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}
.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}
@media (max-width: 992px) {
    #header {
        padding: 0px !important;
        top: 0;
    }
}
@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}
.mobile-nav {
    display: none;
}
footer {
    background-color: #121413;
    padding-top: 50px;
    color: #ffffff;
}
footer .footer-contact img.logo {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}
footer .footer-contact .btn-link {
    color: #2fb463;
    text-decoration: underline;
}
footer .footer-links h4 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
}
footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footer-links ul li {
    margin-bottom: 10px;
}
footer .footer-links ul li a {
    color: #ffffff;
    display: inline-block;
    line-height: 28px;
    font-size: 17px;
    font-weight: 400;
}
footer .footer-links ul li a:hover {
    color: #2fb463;
}
footer .social-links a {
    font-size: 26px;
    display: inline-block;
    color: #fff;
    line-height: 42px;
    margin-right: 4px;
    border-radius: 47px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 42px;
    height: 42px;
    border: 1px solid #349150;
    color: #349150;
}
footer .social-links a:hover {
    background: #136332;
    color: #fff;
    text-decoration: none;
}
.bottom_footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner-two-boz {
    display: flex;
    justify-content: space-between;
    padding-right: 56px;
}
.social-links-box h5 {
    font-size: 25px;
    margin-top: 31px;
    font-weight: 400;
    padding-bottom: 1px;
}
section.home-banner {
    background-position: center left;
    background-size: cover;
}
@media (min-width: 768px) {
    section.home-banner .item {
        padding: 50px 0px;
    }
}
section.home-banner .item .row {
    height: 100%;
}
section.home-banner .item .row .image-div {
    height: 100%;
}
@media (max-width: 767px) {
    section.home-banner .banner-content {
        margin-bottom: 30px;
    }
}
section.home-banner .banner-content h1 {
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
section.home-banner .banner-content p {
    font-size: 20px;
    font-weight: 400;
    color: #2d2d2d;
}
@media (max-width: 1600px) {
    #mainSlider .owl-inner-nav .owl-prev {
        left: 4px;
    }
    #mainSlider .owl-inner-nav .owl-next {
        right: 4px;
    }
}
section.home-banner .banner-content .green-btn {
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    /* text-transform: uppercase; */
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 10px 30px;
}
section.home-banner .banner-content .green-btn:hover {
    background: #136332;
}
@media (max-width: 1199px) {
    section.home-banner .banner-content .green-btn {
        font-size: 15px;
        padding: 5px 20px;
    }
}
section.home-banner .banner-pic {
    height: 100%;
}
section.home-banner .banner-pic img {
    height: 100%;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
    -o-object-fit: contain;
    object-fit: contain;
}
.courses-section {
    padding: 50px 0px 130px;
    background: url(../image/shape-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 91%;
}
.courses-section .section-heading p {
    font-weight: 400;
    color: #333;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 30px;
}
.courses-section .courses-box {
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(119, 119, 119, 0.06);
    box-shadow: 0px 0px 15px 0px rgba(119, 119, 119, 0.06);
    padding: 15px;
    position: relative;
}
.courses-section .courses-box svg {
    opacity: 0.1;
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
}
.courses-section .courses-box .courses-image {
    height: 236px;
    margin-bottom: 25px;
    position: relative;
}
.courses-section .courses-box .courses-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.courses-section .courses-box .courses-image .coures-price {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    padding: 5px 10px;
    color: #2fb463;
}
.courses-section .courses-box h3 {
    font-family: "Niramit", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #382c4d;
    margin-bottom: 20px;
}
.courses-section .courses-box h3 a {
    font-size: 24px;
    font-weight: 600;
    color: #382c4d;
}
.courses-section .courses-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #2d2d2d; /*min-height: 90px;*/
}
.courses-section .courses-box .btn-block {
    margin-bottom: 15px;
}
.courses-section .courses-box .btn-block a i {
    font-size: 20px;
    float: left;
    line-height: 23px;
    margin-right: 5px;
}
.company-details {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: right;
}
.company-details .bottom-block {
    margin-top: -44px;
    text-align: center;
    padding-bottom: 20px;
}
.bottom-block.yrs-section {
    background: #2fb463;
    padding: 70px 0 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.bottom-block.yrs-section span {
    display: block;
    font-size: 40px;
    font-weight: bold;
}
.round-outer .round {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.round-outer {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 30px;
}
section.company-details .row {
    position: relative;
    z-index: 99;
}
.round-outer .round img {
    width: 58px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
    .company-details .bottom-block {
        padding-top: 90px;
    }
}
.company-details .bottom-block span {
    color: #2fb463;
    font-weight: 500;
    margin-right: 5px;
}
@media (max-width: 991px) {
    .company-details .company-img {
        display: none;
    }
}
.company-details .company-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.company-details .col-md-3 {
    /* height: 300px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
@media (max-width: 1199px) {
    .company-details .col-md-3 {
        height: auto;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .company-details .col-md-3 {
        height: auto;
        margin: 0px;
        width: 50%;
    }
}
.company-details .col-md-3:nth-child(odd) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.company-details .col-md-3 {
    justify-content: center;
}
.company-details .block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: -30px;
}
@media (max-width: 1199px) {
    .company-details .block {
        width: auto;
        height: auto;
    }
}
.company-details .block:nth-child(odd) {
    margin-top: 30px;
}
.company-details .block .inner-block {
    text-align: center;
}
.company-details .block .inner-block h4 {
    width: 100%;
    font-size: 20px;
    color: #382c4d;
    font-weight: 600;
}
@media (max-width: 1199px) {
    .company-details .block .inner-block h4 {
        font-size: 15px;
        font-weight: 400;
    }
}
.company-details .block .inner-block p {
    width: 100%;
    font-size: 55px;
    color: #2fb463;
    line-height: normal;
}
@media (max-width: 1199px) {
    .company-details .block .inner-block p {
        font-size: 35px;
        margin: 0px;
    }
}
.company-details .block .inner-block p span {
    font-size: 30px;
}
.about-section {
    text-align: left;
    padding: 60px 0px;
}
.about-section .section-heading {
    text-align: left;
    margin-bottom: 30px;
}
.about-section .section-heading h5 {
    font-family: "Niramit", sans-serif;
}
.about-section h2 {
    font-family: "Niramit", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #382c4d;
    line-height: 55px;
    margin-bottom: 30px;
}
.about-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #2d2d2d;
    margin-bottom: 30px;
}
.about-section .green-btn {
    margin-top: 30px;
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 10px 30px;
}
.about-section .green-btn:hover {
    background: #136332;
}
.about-section .rounded-circle {
    width: 30vw;
    height: 30vw;
    margin: auto;
}
@media (max-width: 480px) {
    .about-section .rounded-circle {
        width: 60vw;
        height: 60vw;
    }
}
.about-section .rounded-circle img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonials {
    padding: 61px 0px 57px;
    background-image: url(../image/testmonial-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.testimonials .section-heading {
    text-align: center;
    padding-bottom: 55px;
}
.testimonials h2 {
    font-family: "Niramit", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
    color: #382c4d;
    margin-top: 30px;
    margin-bottom: 30px;
}
.testimonials p {
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 10px;
}
.testimonials .testimonials-carousel .owl-item {
    padding: 12px;
    padding-top: 40px;
}
.testimonials .testimonials-carousel .owl-item .testimonial-item {
    color: #000;
    padding: 30px;
    padding-top: 50px;
    height: 100%;
    transition: 0.5s ease-in-out;
}
.testimonial-block .owl-carousel .owl-stage-outer {
    margin-right: 10px;
}
.testimonial-block .owl-carousel .owl-stage {
    display: flex;
}
.testimonials .testimonials-carousel .owl-item .testimonial-item p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    text-align: center;
}
.testimonials .testimonials-carousel .owl-item .testimonial-item .user-block {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.star_rating ul {
    list-style: none;
    display: flex;
    justify-content: center;
}
section#testimonials .owl-item.active.center .testimonial-item {
    background: #fff;
    box-shadow: 0px 0px 8px #e2e2e2;
    border-radius: 22px;
    transform: scale(1.03);
}
section#testimonials .owl-item.active.center .testimonial-item .details-inner {
    flex-direction: column-reverse;
}
section#testimonials .owl-item.active.center h3 {
    display: block;
}
.star_rating ul li a {
    color: #ffab05;
    font-size: 26px;
}
.details-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.star_rating ul {
    margin: 0;
    padding: 0;
}
.star_rating {
    display: block;
    padding: 19px 1px 0;
}
.user_name h3 {
    display: none;
    margin: 0;
    padding: 16px 0px 0px;
}
.testimonials
    .testimonials-carousel
    .owl-item
    .testimonial-item
    .user-block
    .user-img
    img {
    width: 223px !important;
    height: 223px !important;
}
.testimonials
    .testimonials-carousel
    .owl-item
    .testimonial-item
    .user-block
    .user-details {
    width: 100%;
    padding-left: 0;
    text-align: center;
}
.testimonials
    .testimonials-carousel
    .owl-item
    .testimonial-item
    .user-block
    .user-details
    h3 {
    font-size: 18px;
    margin: 0px;
}
.testimonials
    .testimonials-carousel
    .owl-item
    .testimonial-item
    .user-block
    .user-details
    h4 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
    color: #fff;
}
/*.testimonials .testimonials-carousel .owl-nav { position: absolute; top: -37px; right: 25px; font-size: 40px; }*/
.newsletter {
    background-color: #2e363a;
}
.newsletter .container {
    background-image: url("https://www.gettogetherfinance.com/css/images/dotes-bg.png");
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: right;
    max-width: 1000px;
    position: relative;
    padding: 40px;
    text-align: center;
}
.newsletter .container select {
    border: none;
    width: 100%;
    border-bottom: 1px solid #000000;
    padding: 15px 0px;
    height: 55px;
    outline: none !important;
}
.newsletter .container input:not([type="submit"]) {
    border: none;
    width: 100%;
    border-bottom: 1px solid #000000;
    padding: 15px 0px;
    height: 55px;
    outline: none !important;
    background: none;
}
.newsletter .container h4 {
    width: 100%;
    font-size: 28px;
    color: #382c4d;
    font-weight: 600;
}
.newsletter .container .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #2d2d2d;
    max-width: 660px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.newsletter .container input[type="submit"] {
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 20px;
}
.newsletter .container input[type="submit"]:hover {
    background: #136332;
}
.blog-home-banner {
    background-position: center;
    background-size: cover;
    padding: 87px 0px;
    position: relative;
    margin-bottom: 50px;
}
.site-blog {
    overflow: hidden;
}
.newsletter {
    background-color: #fafafa !important;
    padding: 50px 0px;
}
.newsletter .container h4 {
    text-align: left;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
}
.newsletter .container h4::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: #349150;
    bottom: 0;
}
.newsletter .container {
    padding: 0px 15px;
}
.newsletter .form {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(217, 213, 213, 0.3);
    border-radius: 5px;
}
.newsletter .form .col-md-3 {
    flex: 50%;
    max-width: 50%;
    text-align: left;
}
.newsletter .container input:not([type="submit"]) {
    border: 1px solid #eee;
    padding: 0px 15px;
    color: #8c8989;
    font-weight: 400;
    letter-spacing: 1px;
}
.newsletter .form .col-md-3 ul {
    padding: 0;
    margin: 0;
}
.newsletter .form .col-md-3 ul li {
    font-size: 12px;
}
.newsletter .btn-submit {
    text-align: right;
}
.btn-submit.col-md-12 button.btn.btn-primary {
    background: #349150 !important;
    border: none !important;
    padding: 11px 33px;
    outline: 0;
}
.newsletter .btn-submit .btn {
    font-size: 16px;
    padding: 23px 21px;
    height: auto !important;
    line-height: inherit;
    box-shadow: none !important;
    width: 225px;
}
section.life-time-section:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
section.life-time-section .container {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .blog-home-banner {
        padding: 20px 15px;
    }
}
.blog-home-banner .about-content {
    padding: 90px 0px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .blog-home-banner .about-content {
        padding: 50px 0px;
    }
}
.blog-home-banner .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.blog-home-banner .primary-btn {
    border-radius: 0px;
    background: #fff;
    color: #222;
    font-weight: 600;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px 20px;
    border-radius: 32px;
}
.blog-home-banner .primary-btn:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.site-blog .single-blog-wrapper.section-padding-0-100 {
    margin-bottom: 140px;
}
/* Blog Content Area CSS */
.blog-wrapper {
    margin-bottom: 140px;
}
.blog-wrapper .single-blog-area {
    -webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.24);
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.24);
}
.single-blog-area {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.single-blog-area .post-title {
    font-family: "Niramit", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #382c4d;
    text-transform: uppercase;
}
.single-blog-area .post-title a {
    color: #2fb463;
}
@media (max-width: 1199px) {
    .single-blog-area .post-title {
        font-size: 28px;
    }
}
.single-blog-area .single-blog-thumbnail {
    position: relative;
    z-index: 1;
    height: 100%;
}
.single-blog-area .single-blog-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.single-blog-area .single-blog-thumbnail .post-date {
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 15px;
    border: 1px solid #fff;
    background-color: #2fb463;
    padding: 20px 8px;
    text-align: center;
}
.single-blog-area .single-blog-content .btn-group {
    margin: 30px 0;
    display: block;
}
.single-blog-area .single-blog-thumbnail .post-date a {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}
.single-blog-area .single-blog-thumbnail .post-date a span {
    display: block;
    font-size: 11px;
    color: #fff;
}
.single-blog-area .single-blog-content {
    padding: 15px;
}
.single-blog-area .single-blog-content .line {
    background-color: #c8c8c8;
    width: 26px;
    height: 2px;
    margin-bottom: 20px;
}
.single-blog-area .single-blog-content .post-tag {
    color: #a1a1a1;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.single-blog-area .single-blog-content .post-tag a {
    background-color: #9a7d03;
    color: #fff;
    padding: 5px 7px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}
.single-blog-area .single-blog-content .post-tag a:nth-child(even) {
    background-color: #39cbe8;
}
.single-blog-area .single-blog-content .post-tag a:nth-of-type(3) {
    background-color: #4c5658;
}
.single-blog-area .single-blog-content .post-tag a:nth-of-type(4) {
    background-color: #000;
}
.single-blog-area .single-blog-content h4 a {
    display: inline-block;
    color: #2fb463;
    font-size: 24px;
    margin-bottom: 30px;
}
.single-blog-area .single-blog-content h4 a:hover,
.single-blog-area .single-blog-content h4 a:focus {
    color: #136332;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-area .single-blog-content h4 a {
        margin-bottom: 20px;
    }
}
.single-blog-area .single-blog-content > p {
    line-height: 2;
    margin-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-area .single-blog-content > p {
        margin-bottom: 30px;
    }
}
.single-blog-area .single-blog-content .post-meta ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.single-blog-area .single-blog-content .post-meta ul li {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 3px;
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    line-height: normal;
}
.single-blog-area .single-blog-content .post-meta ul li:last-child {
    border: none;
}
.single-blog-area .single-blog-content .post-meta ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 3px;
}
.single-blog-area .single-blog-content img {
    margin-bottom: 20px;
}
.single-blog-area .single-blog-content .btn-group .btn {
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 10px 30px;
    padding: 5px 30px;
}
.single-blog-area .single-blog-content .btn-group .btn:hover {
    background: #136332;
}
.single-blog-area.blog-style-2 .single-blog-content > p {
    margin-bottom: 30px;
}
.tags-links {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 15px;
}
.tags-links a {
    padding: 6px 10px;
    background: #2fb463;
    border-radius: 0;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #ffffff;
}
.tags-links a:hover,
.tags-links a:focus {
    color: #ffffff;
    background-color: #136332;
}
.single-catagory-area {
    position: relative;
    z-index: 1;
}
.single-catagory-area .catagory-title {
    background-color: #000000;
    top: 50%;
    left: 50%;
    width: 226px;
    height: 156px;
    position: absolute;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-catagory-area .catagory-title:hover {
    background-color: #136332;
}
.single-catagory-area .catagory-title a {
    font-size: 10px;
    color: #ffffff;
    letter-spacing: 3px;
    display: inline-block;
    text-transform: uppercase;
}
.post-tag-content {
    position: absolute;
    width: 1140px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-tag-content {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-tag-content {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .post-tag-content {
        width: 100%;
    }
}
.post-sidebar-area {
    -webkit-box-shadow: 1px 3px 24px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 24px rgba(0, 0, 0, 0.14);
    padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-sidebar-area {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .post-sidebar-area {
        margin-top: 0px;
        margin-bottom: 50px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.sidebar-widget-area {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.sidebar-widget-area .search-form {
    position: relative;
    z-index: 1;
}
.sidebar-widget-area .search-form input[type="search"] {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #bbbec1;
    font-size: 12px;
    font-style: italic;
    color: #bbbec1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0px 15px;
}
.sidebar-widget-area .search-form input[type="search"]:focus {
    border-bottom: 1px solid #000000;
}
.sidebar-widget-area .search-form input[type="submit"] {
    display: none;
}
.sidebar-widget-area .newsletterForm {
    position: relative;
    z-index: 1;
}
.sidebar-widget-area .newsletterForm input {
    width: 100%;
    height: 40px;
    border: 1px solid #787878;
    font-size: 13px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-style: italic;
    color: #b2b2b2;
    margin-bottom: 15px;
    padding: 0 25px;
}
.sidebar-widget-area .newsletterForm input:focus {
    border: 1px solid #000000;
}
.sidebar-widget-area .newsletterForm button[type="submit"] {
    background-color: #ffffff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.sidebar-widget-area .newsletterForm button[type="submit"]:hover {
    background-color: #136332;
}
.sidebar-widget-area .title {
    font-size: 18px;
    margin-bottom: 25px;
}
.sidebar-widget-area .title.subscribe-title {
    margin-bottom: 20px;
}
.sidebar-widget-area .single-blog-post {
    margin-bottom: 25px;
}
.sidebar-widget-area .single-blog-post .post-thumbnail {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    min-width: 115px;
    padding-right: 15px;
}
.sidebar-widget-area .single-blog-post .post-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.sidebar-widget-area .single-blog-post .post-content .post-tag {
    color: #a1a1a1;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sidebar-widget-area .single-blog-post .post-content .post-tag:hover,
.sidebar-widget-area .single-blog-post .post-content .post-tag:focus {
    color: #000000;
}
.sidebar-widget-area .single-blog-post .post-content h4 {
    margin-bottom: 10px;
    line-height: 1;
}
.sidebar-widget-area .single-blog-post .post-content h4 .post-headline {
    font-size: 16px;
    color: #2fb463;
}
.sidebar-widget-area .single-blog-post .post-content .post-meta p {
    margin-bottom: 0;
}
.sidebar-widget-area .single-blog-post .post-content .post-meta p a {
    font-size: 11px;
    color: #878787;
    text-transform: uppercase;
}
.sidebar-widget-area .single-blog-post .post-content .post-meta p a:hover,
.sidebar-widget-area .single-blog-post .post-content .post-meta p a:focus {
    color: #000000;
}
.sidebar-widget-area .tags {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-left: -5px;
    list-style: none;
    padding: 0px;
}
.sidebar-widget-area .tags a {
    display: block;
    padding: 0 22px;
    border: 1px solid #c5c5c5;
    font-size: 12px;
    color: #000000;
    height: 45px;
    line-height: 43px;
    margin: 5px;
}
.sidebar-widget-area .tags a:hover,
.sidebar-widget-area .tags a:focus {
    border: 1px solid #136332;
    color: #ffffff;
    background-color: #136332;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget-area .tags a {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-widget-area .tags a {
        padding: 0 15px;
    }
}
.blog-post-author {
    position: relative;
    z-index: 1;
    padding: 70px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #c5c5c5;
}
.blog-post-author .author-thumbnail {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 132px;
    -ms-flex: 0 0 132px;
    flex: 0 0 132px;
    min-width: 132px;
    padding-right: 20px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
}
@media only screen and (max-width: 767px) {
    .blog-post-author .author-thumbnail {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        min-width: 90px;
    }
    .newsletter .form .col-md-3 {
        flex: 100%;
        max-width: 100%;
        text-align: left;
    }
    .newsletter .btn-submit .btn {
        width: 100%;
    }
    .newsletter .container input:not([type="submit"]) {
        height: 40px;
    }
}
.blog-post-author .author-thumbnail img {
    border-radius: 50%;
    width: 100%;
}
.blog-post-author .author-info .line {
    background-color: #c8c8c8;
    width: 26px;
    height: 2px;
    margin-bottom: 20px;
}
.blog-post-author .author-info .author-role {
    color: #a1a1a1;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    display: block;
}
.blog-post-author .author-info h4 a {
    display: inline-block;
    color: #000000;
    font-size: 24px;
    margin-bottom: 0;
}
.blog-post-author .author-info p {
    line-height: 2;
    margin-bottom: 0;
}
.comment_area {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 40px;
}
.comment_area ol {
    list-style: none;
}
.comment_area .title {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .comment_area .comment-content {
        padding: 20px 15px;
    }
}
.comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 79px;
    -ms-flex: 0 0 79px;
    flex: 0 0 79px;
    min-width: 79px;
    margin-right: 25px;
    border-radius: 50%;
}
@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        min-width: 60px;
        margin-right: 15px;
    }
}
.comment_area .comment-content .comment-author img {
    border-radius: 50%;
    width: 100%;
}
.comment_area .comment-content .comment-meta {
    margin-bottom: 30px;
}
.comment_area .comment-content .comment-meta .post-date {
    color: #a1a1a1;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
    display: block;
}
.comment_area .comment-content .comment-meta .post-author {
    margin-bottom: 15px;
    display: block;
}
.comment_area .comment-content .comment-meta p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 2;
}
.comment_area .comment-content .comment-meta .comment-reply {
    font-size: 11px;
    color: #000000;
    text-transform: uppercase;
}
.comment_area .single_comment_area {
    margin-bottom: 30px;
}
.comment_area .single_comment_area:last-of-type {
    margin-bottom: 0;
}
.comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .comment_area .children .single_comment_area {
        margin-left: 15px;
    }
}
.single_comment_area .children .single_comment_area .comment-meta {
    margin-bottom: 0;
}
.post-a-comment-area {
    margin-bottom: 50px; /* Form Active State */
}
.post-a-comment-area button.btn.original-btn {
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 10px 30px;
    padding: 10px 50px;
}
.post-a-comment-area button.btn.original-btn:hover {
    background: #136332;
}
.post-a-comment-area .group {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.post-a-comment-area .group input,
.post-a-comment-area .group textarea {
    font-size: 12px;
    font-style: italic;
    padding: 10px;
    display: block;
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 2px solid;
    border-color: #f1f1f1;
}
.post-a-comment-area .group input:focus,
.post-a-comment-area .group textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.post-a-comment-area .group label {
    color: #878787;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 5px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.post-a-comment-area .group .bar {
    position: relative;
    display: block;
    width: 100%;
}
.post-a-comment-area .group .bar:before,
.post-a-comment-area .group .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background-color: #136332;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.post-a-comment-area .group .bar:before {
    left: 50%;
}
.post-a-comment-area .group .bar:after {
    right: 50%;
}
.post-a-comment-area .group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.post-a-comment-area .group textarea {
    min-height: 90px;
}
.post-a-comment-area input:focus ~ label,
.post-a-comment-area textarea:focus ~ label,
.post-a-comment-area input:valid ~ label,
.post-a-comment-area textarea:valid ~ label {
    top: -15px;
    font-size: 12px;
    color: #136332;
}
.post-a-comment-area input:focus ~ .bar:before,
.post-a-comment-area textarea:focus ~ .bar:before,
.post-a-comment-area input:focus ~ .bar:after,
.post-a-comment-area textarea:focus ~ .bar:after {
    width: 50%;
}
.post-a-comment-area input:focus ~ .highlight,
.post-a-comment-area textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
#share {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
#share a {
    display: inline-block;
    margin: 5px;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-style: italic;
}
#share a:hover {
    -webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.24);
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.24);
}
#share i {
    position: relative;
}
#share .facebook {
    background: #3b5998;
}
#share .twitter {
    background: #1da1f2;
}
#share .googleplus {
    background: #dd4b39;
}
#share .linkedin {
    background: #0077b5;
}
#share .pinterest {
    background: #cb2027;
}
.navigation.posts-navigation {
    margin-bottom: 50px;
}
.navigation.posts-navigation .nav-links {
    margin: 0;
    list-style: none;
    padding: 20px 0 17px 0;
    border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}
.navigation.posts-navigation .nav-links li.previous-post {
    width: 50%;
    float: left;
}
.navigation.posts-navigation .nav-links li.next-post a {
    text-align: right;
    padding: 0 60px 0 10px;
}
.navigation.posts-navigation .nav-links li.next-post a:after {
    content: "\f054";
    right: 0;
    left: auto;
}
.navigation.posts-navigation .nav-links li a {
    display: block;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding: 0 10px 0 60px;
    color: #333;
}
.navigation.posts-navigation .nav-links li a:after {
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #18ba60;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation.posts-navigation .nav-links li a .meta-nav {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #18ba60;
}
.singlepost-related-post {
    padding: 0px 15px;
    margin-bottom: 20px;
}
.singlepost-related-post .related-title h3 {
    color: #2fb463;
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #e6e6e6;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.singlepost-related-post .related-title h3:after {
    content: "";
    height: 2px;
    background-color: #2fb463;
    width: 100px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.singlepost-related-post .inner-box {
    height: 100%;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .singlepost-related-post .inner-box .img-box {
        height: 200px;
    }
}
.singlepost-related-post .inner-box .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.singlepost-related-post .inner-box .content h4 {
    font-size: 18px;
    font-weight: 400;
    color: #382c4d;
    padding: 10px 0 5px;
    margin-bottom: 0px;
}
.singlepost-related-post .inner-box .content .date {
    font-size: 14px;
}
.pagination {
    display: table;
    border-radius: 4px;
    background: #ffffff;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    width: auto;
    padding: 15px 20px;
    margin: auto;
}
.pagination li {
    display: table-cell;
    vertical-align: middle;
}
.pagination li a {
    padding: 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    color: #000;
    border-radius: 2px;
    display: inline-block;
}
.pagination li.next a,
.pagination li.prev a {
    font-size: 35px;
    line-height: 23px;
    margin: 0px 10px;
    width: auto;
    height: auto;
}
.pagination li.next span,
.pagination li.prev span {
    font-size: 35px;
    line-height: 23px;
    margin: 0px 10px;
}
.pagination li.active,
.pagination li:hover {
    background: #2fb463;
}
.pagination li.active a,
.pagination li:hover a {
    color: #ffffff;
}
.banner-area .banner-inner {
    min-height: 300px;
    background-position: center;
    background-size: cover;
}
.banner-area .banner-inner nav {
    display: inline-block;
}
.contact-page .contact-wrapper {
    padding: 50px 0px;
}
.contact-page .contact-wrapper .top-contact {
    text-align: center;
}
.contact-page .contact-wrapper .top-contact .heading {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.contact-page .contact-wrapper .top-contact h1 {
    font-family: "Niramit", sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #382c4d;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .contact-page .contact-wrapper .top-contact h1 {
        font-size: 30px;
    }
}
.contact-page .contact-wrapper .top-contact h4 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}
.contact-page .contact-wrapper .top-contact h2 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}
.contact-page .contact-wrapper .top-contact h4:after {
    content: "";
    display: inline-block;
    width: 100%;
    left: 0px;
    height: 2px;
    background-color: #2fb463;
    position: absolute;
    right: 0;
    top: 9px;
}
.contact-page .contact-wrapper .top-contact h2:after {
    content: "";
    display: inline-block;
    width: 100%;
    left: 0px;
    height: 2px;
    background-color: #2fb463;
    position: absolute;
    right: 0;
    top: 9px;
}
.contact-page .contact-wrapper .top-contact h4 span {
    background-color: #fff;
    margin: 0 30px;
    position: relative;
    z-index: 99;
    padding: 0px 8px;
}
.contact-page .contact-wrapper .top-contact h2 span {
    background-color: #fff;
    margin: 0 30px;
    position: relative;
    z-index: 99;
    padding: 0px 8px;
}
.contact-page .contact-wrapper .contact-title {
    font-family: "Niramit", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}
.contact-page .contact-wrapper #contact-form {
    margin-bottom: 40px;
}
.contact-page .contact-wrapper #contact-form input {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #717171;
    font-size: 15px;
    color: #000;
    font-style: normal;
    font-family: "Averta Demo";
    outline: none;
    border-radius: 0px;
    height: 45px;
    padding: 5px 0px;
}
.contact-page .contact-wrapper #contact-form textarea {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #717171;
    font-size: 15px;
    color: #000;
    font-style: normal;
    font-family: "Averta Demo";
    outline: none;
    border-radius: 0px;
    padding: 5px 0px;
}
.contact-page .contact-wrapper #contact-form .btn {
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 10px 30px;
    padding: 5px 50px;
}
.contact-page .contact-wrapper #contact-form .btn:hover {
    background: #136332;
}
.contact-page .contact-wrapper .col-md-4 {
    margin-bottom: 30px;
}
.contact-page .contact-wrapper .contact-info {
    height: 100%;
    width: 100%;
    background: #f9f9f9;
    border-radius: 0px;
    padding: 25px 15px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}
.contact-page .contact-wrapper .contact-info .contact-info__icon i {
    font-size: 31px;
    color: #fff;
    margin-right: 15px;
    background: #2fb463;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 400px;
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contact-page .contact-wrapper .contact-info .body h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: "Niramit", sans-serif;
    color: #382c4d;
    font-weight: 600;
}
.contact-page .contact-wrapper .contact-info .body address {
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    margin-top: 10px;
}
.contact-page .contact-wrapper .contact-info .body p {
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    margin-top: 10px;
}
.contact-page .contact-wrapper .contact-info .body a {
    color: #000;
}
.contact-page .contact-wrapper .contact-sidebar {
    background: #fafafa;
    padding: 40px 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: 100%;
}
.contact-page .contact-wrapper .main-form {
    padding: 30px;
    background: white;
    -webkit-box-shadow: 0px 0px 30px rgba(47, 180, 99, 0.08);
    box-shadow: 0px 0px 30px rgba(47, 180, 99, 0.08);
}
.contact-page .contact-wrapper .main-form .btn {
    background: #2fb463;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-size: 15px;
    padding: 5px 25px;
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}
.contact-page .contact-wrapper .main-form .form-control {
    height: auto;
    padding: 10px 15px;
    border-radius: 0;
}
.contact-page .contact-wrapper .main-form .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(5, 156, 29, 0.25);
}
.contact-page .contact-wrapper .section-title h3 {
    margin-bottom: 0px;
}
.banner-courses {
    background: #fff;
}
.banner-courses .embed-responsive {
    border: 10px solid #fff;
}
@media (max-width: 991px) {
    .banner-courses .content-div {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: 992px) {
    .banner-courses .content-div {
        position: unset;
    }
}
@media (max-width: 767px) {
    .banner-courses .content-div .container {
        padding: 0px;
    }
}
.banner-courses .content-div .banne-content {
    width: 100%;
    padding: 20px 0px 50px;
}
@media (min-width: 992px) {
    .banner-courses .content-div .banne-content {
        position: absolute;
        left: 0px;
        right: 0px;
    }
}
.banner-courses .content-div .banne-content h1 {
    font-family: "Niramit", sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #382c4d;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .banner-courses .content-div .banne-content h1 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .banner-courses .content-div .banne-content h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}
.banner-courses .content-div .banne-content h2 {
    font-size: 28px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .banner-courses .content-div .banne-content h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-courses .content-div .banne-content h2 {
        font-size: 18px;
    }
}
.banner-courses .content-div .banne-content p {
    font-size: 20px;
    font-weight: 400;
    color: #717171;
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .banner-courses .content-div .banne-content p {
        font-size: 16px;
    }
}
.banner-courses .content-div .banne-content .green-btn {
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 10px 30px;
}
.banner-courses .content-div .banne-content .green-btn:hover {
    background: #136332;
}
.banner-courses .banner-image {
    border-bottom-left-radius: 100px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .banner-courses .banner-image {
        height: 45vh;
        margin: auto;
        border-bottom-left-radius: 0px;
    }
    .banner-courses .banner-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
    }
}
.banner-courses .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 100px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    border-radius: 50%;
    border: none;
    outline: none;
}
@media (max-width: 1199px) {
    .banner-courses .video-play-button {
        left: 40%;
    }
}
.banner-courses .video-play-button i {
    color: #2fb463;
    position: relative;
    z-index: 99;
    font-size: 40px;
    top: 1px;
    left: 1px;
}
.banner-courses .video-play-button i:after {
    width: 70%;
    height: 70%;
    content: "";
    background-color: #ffffff;
    border-radius: 100%;
    position: absolute;
    left: 4px;
    right: 0px;
    z-index: -1;
}
.banner-courses .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #2fb463;
    background: rgba(47, 180, 99, 0.4);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.banner-courses .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #2fb463;
    background: rgba(47, 180, 99, 0.6);
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
.courses-list {
    padding-bottom: 130px;
    background-color: #f6f6fb;
}
.courses-list .courses-section {
    padding: 60px 0px;
    background-color: #ffffff;
}
@media (min-width: 992px) {
    .courses-list .courses-section .image {
        max-height: 430px;
    }
}
@media (max-width: 991px) {
    .courses-list .courses-section .image {
        max-height: 300px;
    }
}
.courses-list .courses-section .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 2px 2px 37px 1px rgba(0, 0, 0, 0.29);
    box-shadow: 2px 2px 37px 1px rgba(0, 0, 0, 0.29);
}
.courses-list .courses-section .section-title {
    margin-bottom: 50px;
}
.courses-list .courses-section .content-block {
    background-color: #ffffff;
    padding: 20px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 37px 1px rgba(0, 0, 0, 0.29);
    box-shadow: 2px 2px 37px 1px rgba(0, 0, 0, 0.29);
    border-radius: 4px;
}
@media (min-width: 992px) {
    .courses-list .courses-section .content-block {
        margin-left: -60px;
    }
}
.courses-list .courses-section .content-block p {
    font-size: 15px;
    line-height: 29px;
}
.courses-list .courses-section .content-block .add_to_cart_button {
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px;
    padding: 5px 25px;
    outline: none;
    border: none;
}
.courses-list .courses-section .content-block .add_to_cart_button:hover {
    background: #136332;
}
.courses-list .courses-section .content-block ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 15px;
}
.courses-list .courses-section .content-block ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}
.courses-list .courses-section .content-block ul li:before {
    position: absolute;
    content: "\eed7";
    font-family: IcoFont !important;
    left: 0px;
    font-size: 22px;
    top: -4px;
    color: #2fb463;
}
.courses-list .courses-section:nth-child(odd) {
    background-color: #f6f6fb;
}
.z-index-top {
    z-index: 99;
}
.site-about,
.site-courses {
    overflow: hidden;
}
.courses-list .courses-section .content-block.green-bg-box {
    background-color: #2fb463;
    color: #fff;
}
.courses-list .courses-section .content-block.green-bg-box ul li {
    color: #fff;
}
.courses-list .courses-section .content-block.green-bg-box ul li::before {
    color: #fff;
}
.courses-list .courses-section .content-block.green-bg-box .add_to_cart_button {
    background: #fff;
    color: #2fb463;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(255, 255, 255, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(255, 255, 255, 0.35);
}
.courses-list
    .courses-section
    .content-block.green-bg-box
    .add_to_cart_button:hover {
    background: #136332;
    color: #fff;
}
@media (min-width: 992px) {
    .courses-list .courses-section:nth-child(even) .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .courses-list .courses-section:nth-child(even) .content-block {
        position: relative;
        right: -60px;
        width: calc(100% + 60px);
        z-index: 99;
    }
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(2);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(2);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}
.banner-gallery {
    background: #fff;
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}
.banner-gallery .embed-responsive {
    border: 10px solid #fff;
}
.banner-gallery .content-div {
    /* Custom Animate.css */
}
@media (max-width: 991px) {
    .banner-gallery .content-div {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: 992px) {
    .banner-gallery .content-div {
        position: unset;
    }
}
@media (max-width: 767px) {
    .banner-gallery .content-div .container {
        padding: 0px;
    }
}
.banner-gallery .content-div .banne-content {
    width: 100%;
    padding: 80px 0px;
    text-align: center;
}
.banner-gallery .content-div .banne-content:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}
.banner-gallery .content-div .banne-content h1 {
    font-family: "Niramit", sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .banner-gallery .content-div .banne-content h1 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .banner-gallery .content-div .banne-content h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}
.banner-gallery .content-div .banne-content h2 {
    font-size: 28px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .banner-gallery .content-div .banne-content h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-gallery .content-div .banne-content h2 {
        font-size: 18px;
    }
}
.banner-gallery .content-div .banne-content p {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .banner-gallery .content-div .banne-content p {
        font-size: 16px;
    }
}
.banner-gallery .content-div .banne-content .green-btn {
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 10px 30px;
}
.banner-gallery .content-div .banne-content .green-btn:hover {
    background: #136332;
}
.banner-gallery .content-div .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.banner-gallery .content-div .btn-scroll {
    padding-top: 70px;
    position: relative;
    display: inline-block;
    color: #fff;
}
.banner-gallery .content-div .btn-scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.banner-gallery .banner-image {
    border-bottom-left-radius: 100px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .banner-gallery .banner-image {
        height: 45vh;
        margin: auto;
        border-bottom-left-radius: 0px;
    }
    .banner-gallery .banner-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
    }
}
section#imageGallery {
    margin-bottom: 120px;
}
section#imageGallery .heading {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
section#imageGallery .heading h1 {
    font-family: "Niramit", sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #382c4d;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    section#imageGallery .heading h1 {
        font-size: 30px;
    }
}
section#imageGallery .heading h4 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}
section#imageGallery .heading h4:after {
    content: "";
    display: inline-block;
    width: 100%;
    left: 0px;
    height: 2px;
    background-color: #2fb463;
    position: absolute;
    right: 0;
    top: 9px;
}
section#imageGallery .heading h4 span {
    background-color: #fff;
    margin: 0 30px;
    position: relative;
    z-index: 99;
    padding: 0px 8px;
}
section#imageGallery .heading h3 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}
section#imageGallery .heading h3:after {
    content: "";
    display: inline-block;
    width: 100%;
    left: 0px;
    height: 2px;
    background-color: #2fb463;
    position: absolute;
    right: 0;
    top: 9px;
}
section#imageGallery .heading h3 span {
    background-color: #fff;
    margin: 0 30px;
    position: relative;
    z-index: 99;
    padding: 0px 8px;
}
section#imageGallery .ogFiltersList {
    font-size: 15px;
    line-height: 1.33333;
}
section#imageGallery .ogFiltersList > li {
    margin: 0 5px 5px;
    background-color: #000;
}
.row.isoContentHolder {
    overflow: hidden;
}
section#imageGallery .ogFiltersList > li > a {
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #ffffff;
    padding: 10px 15px;
    display: inline-block;
}
section#imageGallery .ogFiltersList > li > a:hover {
    color: #ffffff;
}
section#imageGallery .ogFiltersList > li.active {
    background-color: #2fb463;
}
section#imageGallery .ogFiltersList > li.active > a {
    color: #ffffff;
}
section#imageGallery .ogFiltersList.ogFiltersListII > li {
    margin-left: 15px;
    margin-right: 15px;
}
section#imageGallery .ogFiltersList.ogFiltersListII > li > a {
    position: relative;
    display: block;
    padding-bottom: 16px;
}
section#imageGallery .ogFiltersList.ogFiltersListII > li > a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-bottom: 1px solid #c1b696;
}
section#imageGallery .ogFiltersList.ogFiltersListII > li > a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
section#imageGallery .ogFiltersList.ogFiltersListII > li.active {
    background-color: #000000;
}
section#imageGallery .ogFiltersList.ogFiltersListII > li.active > a {
    color: #ffffff;
}
section#imageGallery .ogFiltersList.ogFiltersListII > li.active > a:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}
@keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}
.about-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 36px 0px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .about-banner {
        padding: 20px 15px;
    }
}
.about-banner .about-content {
    padding: 90px 40px;
    text-align: left;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 767px) {
    .about-banner .about-content {
        padding: 50px 30px;
    }
}
.about-banner .about-content .btn-green {
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 10px 30px;
}
.about-banner .about-content .btn-green:hover {
    background: #136332;
}
.about-banner .about-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #2d2d2d;
    margin-bottom: 30px;
}
.about-banner .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.about-banner .primary-btn {
    border-radius: 0px;
    background: #fff;
    color: #222;
    font-weight: 600;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px 20px;
    border-radius: 32px;
}
.about-banner .primary-btn:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.about-service-area {
    padding: 50px 0px;
    margin-bottom: 50px;
}
.about-service-area p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #2d2d2d;
    margin-bottom: 30px;
}
.about-service-area .contact-card {
    background: #fff;
    margin-top: 30px;
    padding: 20px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
}
.about-service-area .contact-card .button {
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 10px 30px;
}
.about-service-area .contact-card .button:hover {
    background: #136332;
}
.about-service-area .contact-card p {
    margin: 0px;
}
section.about-team {
    overflow: hidden;
    margin-bottom: 130px;
}
section.about-team .dec {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #2d2d2d;
}
.about-single-team {
    background: #000000;
    background-position: center !important;
    background-size: cover !important;
    height: 400px !important;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat !important;
    margin-bottom: 30px;
}
.about-single-team:hover .about-team-details-wrap {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.about-single-team:hover span.about-team-side-banner {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.about-single-team:hover:after {
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.about-single-team:hove {
    cursor: pointer;
}
.about-single-team:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #001737;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
span.about-team-side-banner {
    position: absolute;
    background: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -43px;
    bottom: 23%;
    padding: 5px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.about-team-details-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.about-team-social ul {
    list-style: none;
}
.about-team-social li {
    display: inline-block;
}
.about-team-social li a {
    color: #ffffff;
    font-size: 20px;
    margin: 0 5px;
}
.about-team-social li a:hover {
    color: #f5f6f9;
}
.contact-card {
    background: #fff;
    padding: 20px;
}
@media screen and (max-width: 767px) {
    .contact-card {
        text-align: center;
    }
}
.about-team-details {
    display: inline-block;
}
.about-team-details:last-child {
    float: right;
}
.about-team-details h4 a {
    margin-bottom: 0;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}
.about-team-details p {
    font-size: 16px;
    color: #ffffff;
}
@media screen and (max-width: 991px) {
    .about-left-img {
        margin-bottom: 30px;
    }
    .sm-space-20 {
        height: 20px;
    }
    .about-team .row > div {
        margin-bottom: 40px;
    }
    .about-team .row > div:last-child {
        margin-bottom: 0;
    }
}
.timeline {
    margin-bottom: 80px;
    padding: 50px 0px;
    background-color: #f9fafc;
}
.timeline ul {
    padding: 0px;
}
.timeline ul li {
    background: #ececec;
    position: relative;
    margin: 0 auto;
    width: 2px;
    padding-bottom: 40px;
    list-style-type: none;
}
@media screen and (max-width: 700px) {
    .timeline ul li {
        margin-left: 20px;
    }
}
.timeline ul li:last-child {
    padding-bottom: 7px;
}
.timeline ul li:before {
    content: "";
    background: #2fb463;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border: 5px solid #eee;
    border-radius: 50%;
}
.timeline ul li .hidden {
    opacity: 0;
}
.timeline ul li .content {
    background-color: white !important;
    -webkit-box-shadow: 0px 10px 27px 3px rgba(204, 204, 204, 0.2);
    box-shadow: 0px 10px 27px 3px rgba(204, 204, 204, 0.2);
    position: relative;
    top: 7px;
    width: 460px;
    padding: 30px;
}
@media screen and (max-width: 1020px) {
    .timeline ul li .content {
        width: 41vw;
    }
}
@media screen and (max-width: 700px) {
    .timeline ul li .content {
        width: calc(100vw - 100px);
    }
}
.timeline ul li .content h4 {
    padding-bottom: 10px;
}
.timeline ul li .content h4 time {
    border-bottom: 2px solid #2fb463;
}
.timeline ul li .content p {
    margin-bottom: 5px;
}
.timeline ul li .content p b {
    color: #222;
}
.timeline ul li:nth-child(odd) .content {
    left: 50px;
}
.timeline ul li:nth-child(odd) .content:before {
    left: -38px;
}
.timeline ul li:nth-child(even) .content {
    left: calc(-460px - 45px);
    background-color: #2fb463 !important;
    color: #fff;
}
.timeline ul li:nth-child(2n) .content h4 time {
    border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1020px) {
    .timeline ul li:nth-child(even) .content {
        left: calc(-41vw - 45px);
    }
}
@media screen and (max-width: 700px) {
    .timeline ul li:nth-child(even) .content {
        left: 45px;
    }
}
.timeline ul li:nth-child(even) .content:before {
    right: -38px;
}
@media screen and (max-width: 700px) {
    .timeline ul li:nth-child(even) .content:before {
        left: -33px;
    }
}
/*================================================
Courses Details CSS
=================================================*/
.single-coures-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 87px 0px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .single-coures-banner {
        padding: 20px 15px;
    }
}
.single-coures-banner .about-content {
    padding: 90px 0px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .single-coures-banner .about-content {
        padding: 50px 0px;
    }
}
.single-coures-banner .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.single-coures-banner .primary-btn {
    border-radius: 0px;
    background: #fff;
    color: #222;
    font-weight: 600;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px 20px;
    border-radius: 32px;
}
.single-coures-banner .primary-btn:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.courses-details-header {
    margin-bottom: 30px;
}
.courses-details-header .courses-title h2 {
    font-family: "Niramit", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #382c4d;
    text-transform: uppercase;
}
.courses-details-header .courses-title h2 a {
    color: #382c4d;
}
@media (max-width: 1199px) {
    .courses-details-header .courses-title h2 {
        font-size: 28px;
    }
}
.courses-details-header .courses-meta {
    margin-top: 20px;
}
.courses-details-header .courses-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.courses-details-header .courses-meta ul li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 37px;
}
.courses-details-header .courses-meta ul li i {
    font-size: 25px;
    color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.courses-details-header .courses-meta ul li span {
    display: block;
    color: #2fb463;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 600;
}
.courses-details-header .courses-meta ul li a {
    display: inline-block;
    color: #252525;
}
.courses-details-header .courses-meta ul li a:hover {
    color: #2fb463;
}
.courses-details-header .courses-meta ul li a:focus {
    color: #2fb463;
}
.courses-details-header .courses-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.courses-details-header .courses-price {
    text-align: right;
}
.courses-details-header .courses-price .price {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 6px;
    font-size: 35px;
    font-weight: 600;
}
.courses-details-header .courses-price .default-btn {
    border-radius: 5px;
}
.courses-details-header .courses-price .courses-review {
    display: block;
    margin-bottom: 10px;
}
.courses-details-header .courses-price .courses-review .review-stars {
    display: inline-block;
}
.courses-details-header .courses-price .courses-review .review-stars i {
    color: #f2b827;
    font-size: 20px;
    display: inline-block;
    margin-right: -3px;
}
.courses-details-header .courses-price .courses-review .reviews-total {
    position: relative;
    color: #727695;
    position: relative;
    top: -1px;
    font-weight: 500;
    margin-left: 2px;
}
.courses-details-image {
    border-radius: 5px;
}
.courses-details-image img {
    width: 100%;
    border-radius: 5px;
}
.courses-details-desc {
    margin-top: 35px;
}
.courses-details-desc h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}
.courses-details-desc h3:not(first-child) {
    margin-top: 30px;
    margin-top: 30px;
    background: #f9f9f9;
    padding: 15px;
}
.courses-details-desc .why-you-learn {
    margin-top: 20px;
}
.courses-details-desc .why-you-learn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -12px;
}
.courses-details-desc .why-you-learn ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 35px;
    padding-right: 10px;
    padding-bottom: 12px;
    position: relative;
}
.courses-details-desc .why-you-learn ul li:before {
    content: "\ea0f";
    font-family: "boxicons" !important;
    color: #2fb463;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    font-weight: 600;
    font-size: 22px;
    top: -7px;
}
.courses-details-desc .why-you-learn ul li.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.courses-details-desc .why-you-learn ul li span {
    display: block;
    color: #252525;
    position: relative;
    padding-left: 28px;
    line-height: 1.7;
    font-weight: 500;
}
.courses-details-desc .why-you-learn ul li span i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #2fb463;
    font-size: 22px;
}
.courses-details-desc .requirements-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.courses-details-desc .requirements-list li {
    color: #727695;
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
    font-family: "Open Sans", sans-serif;
}
.courses-details-desc .requirements-list li::before {
    position: absolute;
    left: 0;
    content: "";
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #252525;
}
.courses-details-desc .requirements-list li:last-child {
    margin-bottom: 0;
}
.courses-details-desc p strong {
    color: #252525;
}
.courses-details-desc .description-features-list {
    padding-left: 15px;
    margin-bottom: 15px;
    list-style-type: none;
}
.courses-details-desc .description-features-list li {
    color: #727695;
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.8;
}
.courses-details-desc .description-features-list li::before {
    position: absolute;
    left: 0;
    content: "";
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #252525;
}
.courses-details-desc .description-features-list li strong {
    color: #252525;
}
.courses-details-desc .description-features-list li:last-child {
    margin-bottom: 0;
}
.courses-details-desc .audience-list {
    padding-left: 15px;
    margin-bottom: 0;
    list-style-type: none;
}
.courses-details-desc .audience-list li {
    color: #727695;
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.8;
}
.courses-details-desc .audience-list li::before {
    position: absolute;
    left: 0;
    content: "";
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #252525;
}
.courses-details-desc .audience-list li strong {
    color: #252525;
}
.courses-details-desc .audience-list li:last-child {
    margin-bottom: 0;
}
.courses-details-desc .courses-author {
    margin-top: 20px;
    border-radius: 5px;
    background: #f8f8f8;
}
.courses-details-desc .courses-author .author-profile-header {
    height: 115px;
    border-radius: 5px 5px 0 0;
    background-color: #2fb463;
    background-image: url(https://www.gettogetherfinance.com/css/assets/img/bg.html);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.courses-details-desc .courses-author .author-profile {
    padding: 0 25px 25px;
}
.courses-details-desc .courses-author .author-profile .author-profile-title {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    margin-top: -45px;
}
.courses-details-desc
    .courses-author
    .author-profile
    .author-profile-title
    img {
    display: inline-block;
    border: 3px solid #ffffff;
    width: 100px;
    height: 100px;
}
.courses-details-desc
    .courses-author
    .author-profile
    .author-profile-title
    .author-profile-title-details {
    margin-top: 15px;
}
.courses-details-desc
    .courses-author
    .author-profile
    .author-profile-title
    .author-profile-title-details
    .author-profile-details
    h4 {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
}
.courses-details-desc
    .courses-author
    .author-profile
    .author-profile-title
    .author-profile-title-details
    .author-profile-details
    span {
    color: #136332;
    font-size: 14px;
}
.courses-details-desc
    .courses-author
    .author-profile
    .author-profile-title
    .author-profile-raque-profile
    a {
    color: #252525;
    padding: 5px 12px 4px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
}
.courses-details-desc
    .courses-author
    .author-profile
    .author-profile-title
    .author-profile-raque-profile
    a:hover {
    background-color: #2fb463;
    color: #ffffff;
}
.courses-details-desc
    .courses-author
    .author-profile
    .author-profile-title
    .author-profile-raque-profile
    a:focus {
    background-color: #2fb463;
    color: #ffffff;
}
.courses-details-desc .courses-accordion {
    margin-top: 20px;
}
.courses-details-desc .courses-accordion .accordion {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.courses-details-desc .courses-accordion .accordion .accordion-item {
    background-color: #fdfdfd;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-title {
    display: block;
    border: 1px solid #eeeeee;
    border-radius: 0;
    position: relative;
    padding: 13px 40px 13px 15px;
    border-top: none;
    color: #252525;
    font-size: 16px;
    font-weight: 600;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-title
    i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-title:hover {
    background-color: #2fb463;
    color: #ffffff;
    border-color: #ff1949 !important;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-title.active {
    background-color: #2fb463;
    color: #ffffff;
    border-color: #ff1949 !important;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-title.active
    i {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item:first-child
    .accordion-title {
    border-top: 1px solid #eeeeee;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content {
    border: 1px solid #eeeeee;
    border-top: none;
    display: none;
    padding: 10px 15px;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content
    .courses-lessons {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content
    .courses-lessons
    .single-lessons {
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-top: 15px;
    padding-right: 210px;
    padding-bottom: 15px;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content
    .courses-lessons
    .single-lessons:last-child {
    border-bottom: none;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content
    .courses-lessons
    .single-lessons
    .number {
    color: #252525;
    display: inline-block;
    margin-right: 3px;
    font-weight: 500;
    font-size: 15.5px;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content
    .courses-lessons
    .single-lessons
    .preview {
    padding: 1px 7px 0px;
    text-align: center;
    margin-left: 5px;
    background: #136332;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content
    .courses-lessons
    .single-lessons
    .locked {
    padding: 1px 7px 0px;
    text-align: center;
    margin-left: 5px;
    background: red;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content
    .courses-lessons
    .single-lessons
    .lessons-title {
    display: inline-block;
    color: #726b6b;
    font-size: 15.5px;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content
    .courses-lessons
    .single-lessons
    .lessons-title:hover {
    color: #2fb463;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content
    .courses-lessons
    .single-lessons
    .lessons-info {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content
    .courses-lessons
    .single-lessons
    .lessons-info
    .duration {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    margin-right: 10px;
    color: #726b6b;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content
    .courses-lessons
    .single-lessons
    .lessons-info
    .duration
    i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #2fb463;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content
    .courses-lessons
    .single-lessons
    .lessons-info
    .attrachment-video {
    display: inline-block;
    position: relative;
    padding-left: 21px;
    font-weight: 500;
    color: #726b6b;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content
    .courses-lessons
    .single-lessons
    .lessons-info
    .attrachment-video
    i {
    position: absolute;
    left: 0;
    font-size: 17px;
    top: 2px;
    color: #2fb463;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content
    .courses-lessons
    .single-lessons
    .lessons-info
    .attrachment-video:hover {
    color: #2fb463;
}
.courses-details-desc
    .courses-accordion
    .accordion
    .accordion-item
    .accordion-content.show {
    display: block;
}
.related-courses {
    margin-top: 40px;
}
.related-courses h3 {
    color: #2fb463;
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #e6e6e6;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.related-courses h3:after {
    content: "";
    height: 2px;
    background-color: #2fb463;
    width: 100px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.courses-sidebar-information {
    margin-bottom: 40px;
}
.courses-sidebar-information ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
.courses-sidebar-information ul li {
    border-bottom: 1px dashed #eeeeee;
    color: #252525;
    overflow: hidden;
    text-align: right;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 500;
}
.courses-sidebar-information ul li span {
    display: block;
    width: 170px;
    text-align: left;
    float: left;
}
.courses-sidebar-information ul li span i {
    color: #2fb463;
    position: relative;
    top: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    margin-right: 8px;
}
.newsletter input:focus {
    border: 0;
    box-shadow: none;
}
.newsletter .form-control {
    border-radius: 0;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: transparent;
    box-shadow: none;
}
.terms-and-conditions h3,
.terms-and-conditions .pp h3 {
    text-transform: uppercase;
    padding-left: 0;
}
.courses-sidebar-information ul li:hover span i {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.courses-sidebar-information ul li:last-child {
    border-bottom: none;
}
.courses-sidebar-syllabus {
    border: 1px solid #f3f3f3;
    margin-bottom: 40px;
    border-radius: 5px;
    padding: 20px;
}
.courses-sidebar-syllabus h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
}
.courses-sidebar-syllabus .chapter {
    color: #2fb463;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}
.courses-sidebar-syllabus h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}
.courses-sidebar-syllabus .courses-list {
    margin-bottom: 30px;
}
.courses-sidebar-syllabus .courses-list ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
.courses-sidebar-syllabus .courses-list ul li {
    font-size: 15px;
    color: #727695;
    line-height: 23px;
    margin: 12px 0;
}
.courses-sidebar-syllabus .courses-list ul li a {
    display: inline-block;
    color: #727695;
}
.courses-sidebar-syllabus .courses-list ul li a:hover {
    color: #2fb463;
}
.courses-sidebar-syllabus .courses-list ul li a:focus {
    color: #2fb463;
}
.courses-sidebar-syllabus .courses-list ul li a .free-lesson {
    padding: 1px 8px;
    text-align: center;
    margin-left: 5px;
    background: #136332;
    color: #ffffff;
    position: relative;
    top: -2px;
    font-weight: 500;
    font-size: 12px;
}
.courses-sidebar-syllabus .courses-list ul li .number {
    display: inline-block;
    color: #252525;
    font-weight: 500;
}
.courses-sidebar-syllabus .courses-list:last-child {
    margin-bottom: 0;
}
.courses-purchase-info {
    padding: 20px;
    position: relative;
    border-radius: 5px;
    z-index: 1;
    background-image: url(https://www.gettogetherfinance.com/gettogetherfinance/public/images/frontend/mission-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.courses-purchase-info::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-color: #2fb463;
    opacity: 0.6;
    z-index: -1;
}
.courses-purchase-info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(https://www.gettogetherfinance.com/css/images/bg-lines.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.courses-purchase-info h4 {
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 600;
    font-size: 19px;
}
.courses-purchase-info p {
    color: #ffffff;
    font-size: 14px;
}
.courses-purchase-info a {
    margin-right: 15px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: 500;
}
.courses-review-comments {
    margin-top: 40px;
}
.courses-review-comments h3 {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.courses-review-comments .user-review {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0 20px 110px;
    position: relative;
}
.courses-review-comments .user-review img {
    position: absolute;
    left: 0;
    top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}
.courses-review-comments .user-review .sub-comment {
    margin-bottom: 10px;
    font-weight: 600;
}
.courses-review-comments .user-review .review-rating {
    display: block;
    margin-bottom: 10px;
}
.courses-review-comments .user-review .review-rating .review-stars {
    display: inline-block;
}
.courses-review-comments .user-review .review-rating .review-stars i {
    color: #f2b827;
    font-size: 18px;
    display: inline-block;
    margin-right: -3px;
}
.courses-review-comments .user-review .review-rating span {
    color: #252525;
    position: relative;
    top: -2px;
    font-weight: 500;
    margin-left: 5px;
}
/*default-btn*/
.default-btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    padding: 13px 25px 12px 55px;
    position: relative;
    background-color: #2fb463;
    color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #2fb463;
    border-radius: 1px;
    font-size: 14.5px;
    font-weight: 700;
}
.default-btn .label {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000;
    perspective: 1000;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.default-btn .icon-arrow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000;
    perspective: 1000;
    color: #ffffff;
    top: 11px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
        opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
        opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 25px;
}
.default-btn .icon-arrow.before {
    left: 20px;
    position: absolute;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.default-btn .icon-arrow.after {
    opacity: 0;
    position: absolute;
    right: 20px;
    -webkit-transform: translateX(75%) scaleX(0.1);
    transform: translateX(75%) scaleX(0.1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.default-btn:hover {
    background-color: #136332;
    color: #ffffff;
    border-color: #136332;
}
.default-btn:hover .label {
    -webkit-transform: translateX(-32px);
    transform: translateX(-32px);
}
.default-btn:hover .icon-arrow.before {
    opacity: 0;
    -webkit-transform: translateX(-75%) scaleX(0.1);
    transform: translateX(-75%) scaleX(0.1);
}
.default-btn:hover .icon-arrow.after {
    opacity: 1;
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
}
.default-btn:focus {
    background-color: #136332;
    color: #ffffff;
    border-color: #136332;
}
.default-btn:focus .label {
    -webkit-transform: translateX(-32px);
    transform: translateX(-32px);
}
.default-btn:focus .icon-arrow.before {
    opacity: 0;
    -webkit-transform: translateX(-75%) scaleX(0.1);
    transform: translateX(-75%) scaleX(0.1);
}
.default-btn:focus .icon-arrow.after {
    opacity: 1;
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
}
.related-courses {
    margin-top: 40px;
    margin-bottom: 50px;
}
.related-courses h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
}
.single-courses-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    border-radius: 5px 5px 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-courses-box .courses-image {
    border-radius: 5px 5px 0 0;
    position: relative;
}
.single-courses-box .courses-image .img-block {
    height: 300px;
}
.single-courses-box .courses-image .img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.single-courses-box .courses-image a img {
    border-radius: 5px 5px 0 0;
}
.single-courses-box .courses-image .courses-tag {
    position: absolute;
    right: 25px;
    bottom: 0;
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.single-courses-box .courses-image .courses-tag a {
    color: #0eb582;
    font-weight: 500;
}
.single-courses-box .courses-content {
    padding: 25px 25px 20px;
}
.single-courses-box .courses-content h3 {
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 19px;
    font-weight: 600;
}
.single-courses-box .courses-content h3 a {
    color: #000000;
}
.single-courses-box .courses-box-footer {
    border-top: 1px solid #e2f4ff;
    padding: 20px 25px;
}
.single-courses-box .courses-box-footer ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: -7px;
    margin-right: -7px;
}
.single-courses-box .courses-box-footer ul li {
    color: #727695;
    font-size: 15px;
    padding-left: 7px;
    padding-right: 7px;
}
.single-courses-box .courses-box-footer ul li i {
    color: #252525;
    position: relative;
    top: 1px;
}
.single-courses-box .courses-box-footer ul li i.bx-book-open {
    top: 1.3px;
}
.single-courses-box .courses-box-footer ul .students-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.single-courses-box .courses-box-footer ul .courses-lesson {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.single-courses-box .courses-box-footer ul .courses-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    color: #2fb463;
    font-size: 18px;
    font-weight: 500;
}
.single-courses-box .courses-box-footer ul .courses-price span {
    color: #81868a;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal;
}
.single-courses-box .courses-box-footer .courses-rating .review-stars-rated {
    color: #f2b827;
    display: inline-block;
}
.single-courses-box .courses-box-footer .courses-rating .review-stars-rated i {
    color: #f2b827;
    font-size: 16px;
    margin-right: -2px;
}
.single-courses-box .courses-box-footer .courses-rating .rating-total {
    display: inline-block;
    position: relative;
    top: -2px;
    font-size: 13px;
}
.single-courses-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.single-courses-box:hover .courses-image .courses-tag {
    background-color: #0eb582;
}
.single-courses-box:hover .courses-image .courses-tag a {
    color: #ffffff;
}
.single-courses-box:focus {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.single-courses-box:focus .courses-image .courses-tag {
    background-color: #0eb582;
}
.single-courses-box:focus .courses-image .courses-tag a {
    color: #ffffff;
}
.single-courses-box.without-box-shadow {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.single-courses-box.without-box-shadow .courses-content {
    padding: 25px 0 18px;
}
.single-courses-box.without-box-shadow .courses-content a {
    color: #000000;
}
.single-courses-box.without-box-shadow .courses-box-footer {
    padding: 18px 0 0;
}
section.courses-details-area {
    margin-bottom: 90px;
}
.checkout-page {
    margin-bottom: 160px;
}
.checkout-page form {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    padding: 25px;
}
.checkout-page form .row {
    margin-bottom: 5px;
    align-items: self-end;
}
.checkout-page form .row .form-group {
    width: 50%;
    padding: 0px 15px;
}
@media (max-width: 767px) {
    .checkout-page form .row .form-group {
        width: 100%;
    }
}
.checkout-page form .row .form-group label.control-label {
    margin: 0px;
    width: 100%;
}
.checkout-page form .row .form-group input {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #717171;
    font-size: 15px;
    color: #000;
    font-style: normal;
    outline: none;
    border-radius: 0px;
    height: 45px;
    padding: 5px 0px;
}
.checkout-page form .row .form-group textarea {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #717171;
    font-size: 15px;
    color: #000;
    font-style: normal;
    outline: none;
    border-radius: 0px;
    padding: 5px 0px;
}
.checkout-page form .row .form-group .help-block {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.checkout-page form .row.message .form-group {
    width: 100%;
}
.checkout-page form .row.message .form-group input {
    min-height: 100px;
}
.checkout-page form .form-group .btn {
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 10px 30px;
    padding: 10px 50px;
}
.checkout-page form .form-group .btn:hover {
    background: #136332;
}
.dashboard-view {
    padding: 50px 0px 140px;
}
.dashboard-view .sidebar-wrapper {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    height: 100%;
}
.dashboard-view .sidebar-wrapper ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.dashboard-view .sidebar-wrapper ul li {
    border-bottom: 1px solid #ececec;
    display: inline-block;
    width: 100%;
}
.dashboard-view .sidebar-wrapper ul li a {
    padding: 15px;
    color: #000000;
    display: inline-block;
    width: 100%;
}
.dashboard-view .sidebar-wrapper ul li a:hover,
.dashboard-view .sidebar-wrapper ul li a.active {
    background: #2fb463;
    color: #ffffff;
}
.dashboard-view .sidebar-wrapper ul li a i {
    font-size: 18px;
    margin-right: 10px;
}
.dashboard-view .sidebar-wrapper ul li ul li {
    border: none;
}
.dashboard-view .sidebar-wrapper ul li ul li a {
    padding-left: 25px;
}
.dashboard-view .grid-view .summary {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    padding: 15px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
}
.dashboard-view .grid-view table {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
}
.dashboard-view .grid-view table thead th {
    white-space: nowrap;
    color: #ffffff;
    font-weight: 400;
    font-weight: 400;
    background: #2fb463;
    border-color: #299654;
    border-bottom: none;
}
.dashboard-view .grid-view table thead th a {
    color: #ffffff;
    font-weight: 400;
}
.site-login {
    margin-top: 50px;
    margin-bottom: 140px;
}
.site-login .panel.panel-default {
    width: 100%;
    background: white;
    -webkit-box-shadow: 0px 0px 30px rgba(47, 180, 99, 0.08);
    box-shadow: 0px 0px 30px rgba(47, 180, 99, 0.08);
}
.site-login .panel.panel-default .title {
    background-color: #f7f7f7;
    padding: 15px 30px;
}
#login-form {
    width: 100%;
    padding: 30px;
    background: white;
    -webkit-box-shadow: 0px 0px 30px rgba(47, 180, 99, 0.08);
    box-shadow: 0px 0px 30px rgba(47, 180, 99, 0.08);
}
#login-form .form-group input,
#password-recovery-form .form-group input {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #717171;
    font-size: 15px;
    color: #000;
    font-style: normal; /*font-family: "Averta Demo";*/
    outline: none;
    border-radius: 0px;
    height: 45px;
    padding: 5px 0px;
}
#login-form .form-group textarea,
#password-recovery-form .form-group textarea {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #717171;
    font-size: 15px;
    color: #000;
    font-style: normal;
    font-family: "Averta Demo";
    outline: none;
    border-radius: 0px;
    padding: 5px 0px;
}
#login-form .form-group .help-block,
#password-recovery-form .form-group .help-block {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
#login-form .btn,
#password-recovery-form .btn {
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 10px 30px;
    padding: 5px 50px;
    width: auto;
}
#login-form .btn:hover,
#password-recovery-form .btn:hover {
    background: #136332;
}
body #password-recovery-form {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.billing-information table {
    padding: 30px;
    background: white;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
}
.billing-information table .thead-dark th {
    background-color: #2fb463;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 20px;
}
.billing-information form input[type="submit"] {
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    box-shadow: 0px 25px 42px 0px rgba(47, 180, 99, 0.35);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 10px 30px;
    padding: 5px 50px;
    width: auto;
    margin-top: 20px;
    outline: none !important;
}
.billing-information form input[type="submit"]:hover {
    background: #136332;
}
footer#footer .widget-comman {
    height: 100%;
}
/*.courses-section .courses-box h3 {  min-height: 59px;}*/
/*# sourceMappingURL=site.css.map */
.testimonial-img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    /*box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
-moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
-o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
-webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);*/
}
.userOptionsNav {
    position: absolute;
    top: calc(100% + 0px);
    right: 0px;
    z-index: 1;
    list-style: none;
    padding: 5px 0px;
    margin: 0px;
    background: #fff;
    box-shadow: 0px 3px 5px #ccc;
    display: none;
}
#mainSlider #owl-main.height-md .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0%;
}

section.home-banner .banner-content .green-btn {
    border: none;
    background: #2fb463;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    /* text-transform: uppercase; */
    -webkit-box-shadow: 0px 25px 42px 0px rgb(47 180 99 / 35%);
    box-shadow: 0px 25px 42px 0px rgb(47 180 99 / 35%);
    font-family: "Niramit", sans-serif;
    line-height: 40px;
    display: inline-block;
    padding: 5px 30px;
    /* text-transform: capitalize !important; */
}
.inner-wrapper-slider {
    display: grid;
    place-items: center;
    height: 100%;
}

#c_btn {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: none;
    cursor: pointer;
}
.navbar-nav .dropdown-menu {
    position: absolute !important;
}

@media (max-width: 1301px) {
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .courses-section {
        background-size: auto 80%;
    }
    footer .footer-links h4 {
        font-size: 22px;
    }
    footer#footer .widget-comman {
        height: 100%;
    }
    .footer-logo img {
        width: auto;
        height: 58px;
    }
    img {
        max-width: 100%;
    }
    .copyright {
        font-size: 18px;
    }

    .copyright p {
        font-size: 18px;
        color: #fff;
        margin: 0;
        padding-left: 15px;
    }


    .footer_bottom_links ul li a {
        font-size: 18px;
    }

    /*8-3-2021*/
    .text-follower {
        right: 38%;
        bottom: 8px;
    }
    .courses-section {
        padding: 50px 0px 44px;
    }

    .telegream-btn a {
        font-size: 15px !important;
    }
    section.how-work-section {
        padding: 25px 0 176px;
    }
    .details-inner .user_name h3 {
        font-size: 17px;
    }
    .app-left-inner p {
        font-size: 21px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .courses-section {
        background-repeat: no-repeat;
        background-size: auto 45%;
    }
    .wrapper-about::before {
        width: 414px;
    }
    img {
        max-width: 100%;
    }
    .testimonials
        .testimonials-carousel
        .owl-item
        .testimonial-item
        .user-block
        .user-img
        img {
        width: 146px !important;
        height: 146px !important;
        object-fit: cover;
        box-shadow: unset !important;
    }
    .courses-section .courses-box svg {
        height: auto;
    }
    .text-follower h5 {
        color: #2eb463;
        font-size: 28px;
        margin: 0;
    }
    .text-follower {
        bottom: 8px;
        right: 43%;
    }
    section.how-work-section ul li:nth-child(2n)::before {
        bottom: -116px;
        height: 225px;
    }
    section.how-work-section ul li:nth-child(2n)::after {
        top: -135px;
        height: 240px;
    }
    .telegream-btn a {
        font-size: 12px;
    }
    .copyright p {
        font-size: 14px;

    }
    .app-left-inner p {
        font-size: 20px;
    }
    .copyright {
        font-size: 14px;
    }
    .footer_bottom_links ul li a {
        font-size: 14px;
    }
    .footer-logo img {
        height: 59px;
    }
    .company-details .col-md-3:nth-child(odd) {
        -webkit-box-align: baseline;
        align-items: center;
    }
    .courses-section {
        padding: 50px 0px 0 !important;
    }
    section.how-work-section ul li:nth-child(2n) .contant-how {
        width: 390px;
        padding-left: 15px;
    }
    #mainSlider .owl-inner-nav .owl-prev {
        left: 0;
    }
    #mainSlider .owl-inner-nav .owl-next {
        right: 0;
    }

    .inner-two-boz {
        margin-right: 0 !important;
    }
    footer .footer-links ul li a {
        font-size: 14px !important;
    }
    footer .footer-links h4 {
        font-size: 19px;
    }
    .user_name h3 {
        font-size: 15px;
    }
    section.how-work-section ul li {
        padding: 37px 0px !important;
    }
    section.how-work-section {
        padding: 25px 0 35px;
    }
    #mainSlider #owl-main.height-md .item {
        height: 421px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    img {
        max-width: 100%;
    }
    .courses-section {
        background: transparent !important;
    }
    .wrapper-about::before {
        display: none;
    }
    .testimonials .section-heading h5 {
        text-transform: uppercase;
        font-size: 36px;
        padding: 0;
        margin: 0;
    }
    .heading-testmonial::after {
        font-size: 60px;
    }
    section.how-work-section ul li:nth-child(2n)::before {
        display: none;
    }
    section.how-work-section ul li:nth-child(2n)::after {
        display: none;
    }
    footer#footer .widget-comman {
        border: none;
    }
    .middle-widget {
        padding-left: 0;
    }
    .bottom_footer .container {
        flex-direction: column;
    }
    .footer_bottom_links {
        padding: 11px 0;
    }
    .footer-logo img {
        max-width: 186px;
    }
    .footer_bottom_links ul li a {
        color: #ffff;
        font-size: 17px;
    }
    .copyright {
        font-size: 16px;
        color: #fff;
    }

    .copyright p {
        font-size: 16px;
        padding-left: 0px;
        text-align: center;
    }


    footer .footer-links h4 {
        font-size: 19px;
    }
    footer .footer-links ul li a {
        color: #fff;
        display: inline-block;
        line-height: 1;
        font-size: 16px;
    }
    .footer-links.middle-widget {
        margin: 14px 0;
    }
    section.app-section .app-img-inner {
        flex-direction: column;
    }
    .app-left-inner {
        width: 100%;
    }
    .telegream-btn a {
        background: #349150;
        min-height: 73px;
        border-radius: 59px;
        text-align: center;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 11px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .company-details .col-md-3:nth-child(odd) {
        -webkit-box-align: baseline;
        align-items: center;
    }
    .courses-section {
        padding: 50px 0px 0 !important;
    }
    #mainSlider .owl-inner-nav .owl-prev {
        left: 0;
    }
    #mainSlider .owl-inner-nav .owl-next {
        right: 0;
    }
    .user_name h3 {
        font-size: 15px;
    }
    section.life-time-section h3 {
        font-size: 63px;
    }
    section.home-banner .banner-content .green-btn {
        margin-top: 0 !important;
    }
    section.home-banner .item {
        padding-bottom: 0 !important;
    }
    #mainSlider #owl-main.height-md .item {
        height: 335px !important;
    }
    .testimonials .testimonials-carousel .owl-item {
        padding-left: 40px !important;
    }
    section.how-work-section ul li {
        padding: 36px 0 !important;
    }
    section.how-work-section .heading-inner h2,
    .elementary_sec01 .heading-inner h2 {
        font-size: 33px;
    }
    section.how-work-section ul li .contant-how h3 {
        font-size: 28px;
    }
    section.how-work-section ul li:nth-child(2n) .contant-how {
        padding-left: 18px !important;
    }
    section.life-time-section span {
        font-size: 38px;
    }
    .app-section .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .app-section .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .app-left-inner {
        margin-top: 35px;
    }
    .telegream-btn a {
        max-width: 302px;
        margin: auto;
    }
}
@media (max-width: 767px) {
    img {
        max-width: 100%;
    }
    .courses-section {
        background: transparent !important;
    }
    .wrapper-about::before {
        display: none;
    }
    .testimonials .section-heading h5 {
        text-transform: uppercase;
        font-size: 22px;
        padding: 0;
        margin: 0;
    }
    .heading-testmonial::after {
        font-size: 41px;
    }
    section.how-work-section ul li:nth-child(2n)::before {
        display: none;
    }
    section.how-work-section ul li:nth-child(2n)::after {
        display: none;
    }
    footer#footer .widget-comman {
        border: none;
    }
    .middle-widget {
        padding-left: 15px;
    }
    .bottom_footer .container {
        flex-direction: column;
        text-align: center;
    }
    .footer_bottom_links {
        padding: 11px 0;
    }
    .footer-logo img {
        max-width: 186px;
    }
    .footer_bottom_links ul li a {
        color: #ffff;
        font-size: 17px;
    }
    .copyright {
        font-size: 16px;
        color: #fff;
    }
    footer .footer-links h4 {
        font-size: 19px;
    }
    footer .footer-links ul li a {
        color: #fff;
        display: inline-block;
        line-height: 1;
        font-size: 16px;
    }
    .footer-links.middle-widget {
        margin: 14px 0;
    }
    section.app-section .app-img-inner {
        flex-direction: column;
    }
    .app-left-inner {
        width: 100%;
    }
    .text-follower h5 {
        color: #2eb463;
        font-size: 20px;
        margin: 0;
    }
    .text-follower span {
        font-size: 15px;
        color: #fff;
        margin: 0;
        padding: 0;
    }
    .text-follower {
        bottom: 14px;
        right: 149px;
    }
    .about-section h2 {
        font-size: 26px;
        font-weight: 700;
        color: #382c4d;
        line-height: 34px;
        margin-bottom: 8px;
    }
    .about-section .section-heading {
        text-align: center;
        margin-bottom: 30px;
        padding-top: 53px;
    }
    .about-section h2 {
        text-align: center;
    }
    section.about-section {
        text-align: center;
    }
    section.how-work-section {
        padding: 25px 0 5px;
        text-align: center;
    }
    section.life-time-section {
        min-height: 470px;
    }
    .stok-btn {
        margin-top: 15px;
    }
    .about-section p {
        text-align: center;
    }
    section.how-work-section .heading-inner h2,
    .elementary_sec01 .heading-inner h2 {
        font-size: 22px;
    }
    section.how-work-section .heading-inner p {
        color: #333;
        font-size: 14px;
    }
    section.how-work-section ul li {
        flex-wrap: wrap;
    }
    section.how-work-section ul li .contant-how {
        width: 100%;
    }
    section.how-work-section ul li .img-how {
        width: 100%;
    }
    section.how-work-section ul li {
        padding: 35px 0;
    }
    section.how-work-section ul li .contant-how h3 {
        font-size: 27px;
    }
    section.how-work-section ul li .contant-how p {
        font-size: 16px;
        color: #333;
        margin: 0;
        margin-bottom: 0;
        margin-bottom: 17px;
    }
    section.life-time-section h3 {
        font-size: 31px;
        font-family: "Conv_FreeSerifBold";
        line-height: 31px;
        margin: 21px 0;
    }
    section.life-time-section span {
        font-size: 20px;
        color: #2eb463;
        font-weight: 600;
        text-shadow: 0 0 2px #171616;
    }
    section.life-time-section p {
        font-size: 17px;
    }
    .app-left-inner p {
        font-size: 18px;
    }
    .telegream-btn a {
        font-size: 13px;
    }
    #mainSlider .owl-inner-nav .owl-prev {
        left: 0;
    }
    #mainSlider .owl-inner-nav .owl-next {
        right: 0;
    }
    section.company-details.pt-5.pb-5 .text-right.mt-5 {
        margin-top: 0 !important;
    }
    .section-heading h2 {
        font-size: 29px;
    }
    .courses-section .section-heading p {
        font-size: 14px;
    }
    section.company-details.pt-5.pb-5 {
        padding-bottom: 0 !important;
    }
    .testimonials .testimonials-carousel .owl-item {
        padding: 0;
        padding-left: 14px;
        padding-top: 15px;
        padding-right: 23px;
    }
    #mainSlider .owl-inner-nav .owl-prev {
        left: 0;
        font-size: 28px;
    }
    #mainSlider .owl-inner-nav .owl-next {
        right: 0;
        font-size: 28px;
    }
    #mainSlider #owl-main .owl-dots {
        bottom: 0px !important;
    }
    #mainSlider .owl-ui-lg .owl-prev,
    #mainSlider .owl-ui-lg .owl-next {
        width: auto !important;
    }
    #mainSlider .content-div .banner-content .green-btn {
        margin-top: 91px !important;
    }
    .courses-section {
        padding: 25px 0px 0px;
    }
    #mainSlider #owl-main.height-md .item {
        height: 319px;
        overflow: hidden;
        display: flex;
        align-items: center;
        background-size: cover !important;
        background-position: left center !important;
    }
    .company-details h5 {
        padding-top: 15px;
        line-height: 29px;
        font-size: 17px;
    }
    .about-section {
        padding: 14px 0px;
    }
    .user_name h3 {
        font-size: 14px !important;
    }

    .testimonials .section-heading {
        text-align: center;
        padding-bottom: 6px;
    }
    .testimonials
        .testimonials-carousel
        .owl-item
        .testimonial-item
        .user-block
        .user-img
        img {
        width: 188px !important;
        height: 188px !important;
        box-shadow: unset !important;
    }
    .testimonials .testimonials-carousel .owl-item {
        padding: 0 !important;
        margin: 0px 16px 14px !important;
    }
    .banner-courses .video-play-button {
        left: 50%;
        transform: translateX(-50%);
    }
    section.home-banner .banner-content .green-btn {
        padding: 1px 28px;
        font-size: 12px !important;
    }
    .inner-wrapper-slider {
        display: grid;
        place-items: center;
        height: 100%;
        width: 100%;
        place-content: center;
        text-align: center;
    }
    .section-title::after {
        display: none;
    }
    .section-title::before {
        width: 137px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .text-follower {
        bottom: 6px;
        right: 135px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .text-follower {
        bottom: 29px;
        right: 256px;
    }
}

/*8/3/2021*/

/*--------------------------------------------------------------------------------------*/
/*site-Css-Here
/*--------------------------------------------------------------------------------------*/

#header .navbar-nav .dropdown-menu {
    top: 100%;
    margin-top: 21px;
    padding: 0 !important;
    overflow: hidden;
}
#header .navbar-nav .dropdown-menu a::before {
    display: none;
}
#header .navbar-nav .dropdown-menu a {
    padding: 16px 19px;
    border-bottom: 1px solid #fafafa;
}
.nav-item.dropdown strong {
    font-weight: 600;
    text-transform: capitalize;
}
.nav-menu ul li:last-child {
    border-right: none !important;
}
#c_btn {
    color: #2fb463 !important;
    text-transform: capitalize;
    font-size: 16px;
    padding-bottom: 4px !important;
    font-weight: 600 !important;
}
#header .navbar-nav .dropdown-menu .dropdown-divider {
    display: none !important;
}
#header .navbar-nav .dropdown-menu a:hover {
    background: #000;
    color: #ffff !important;
    border-bottom: none !important;
    transition: 0.4s ease-in-out;
}
#header .navbar-nav .dropdown-menu a:hover #c_btn {
    color: #fff !important;
}

/*--------------------------------------------------------------------------------------*/
/*faq-Css-Here
/*--------------------------------------------------------------------------------------*/

section.faq-wrapper {
    padding: 75px 0 138px;
}
section.feature-wrapper-faq {
    padding: 59px 0 11px;
    text-align: center;
}
section.feature-wrapper-faq h4 {
    text-transform: uppercase;
    font-size: 43px;
    margin: 0;
}
section.faq-wrapper h3 {
    font-size: 26px;
    font-weight: 600;
}
section.faq-wrapper p {
    font-size: 19px;
    margin-bottom: 39px;
    color: #636468;
}
section.faq-wrapper {
    background: url(../image/shape-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 71% 101%;
}

section#testimonials .owl-nav.disabled {
    display: block !important;
}
section#testimonials button.owl-prev {
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
    color: #000 !important;
    opacity: 1 !important;
    font-size: 60px;
}
section#testimonials button.owl-next {
    position: absolute;
    right: -34px;
    top: 50%;
    transform: translateY(-50%);
    color: #000 !important;
    opacity: 1 !important;
    font-size: 60px;
}

/*--------------------------------------------------------------------------------------*/
/*lg-Destop-Css-Here
/*--------------------------------------------------------------------------------------*/

@media (max-width: 1500px) {
    .sideBarMenu .table th,
    .sideBarMenu .table td {
        white-space: nowrap;
    }
    .courses-section .courses-box h3 a {
        font-size: 20px;
    }
    .wrapper-about::before {
        position: absolute;
        background-repeat: no-repeat;
        content: "";
        right: 0;
        top: 12px;
        width: 809px;
        height: 1149px;
        pointer-events: none;
        background-image: url(../image/shape-2.png);
        background-size: cover;
    }
}

/*--------------------------------------------------------------------------------------*/
/*Destop-Css-Here
/*--------------------------------------------------------------------------------------*/

@media (max-width: 1200px) {
    .about-service-area .contact-card .button {
        font-size: 15px;
    }
    .courses-list .courses-section .content-block {
        margin-left: 0;
    }
    .courses-list .courses-section:nth-child(2n) .content-block {
        right: 0px;
    }
    section#imageGallery .heading {
        margin-bottom: 0 !important;
    }
    section.how-work-section ul li:nth-child(2n)::before {
        display: none;
    }
    section.how-work-section ul li:nth-child(2n)::after {
        display: none;
    }
    section.how-work-section {
        padding: 25px 0 0;
    }
    section.faq-wrapper {
        background: none !important;
    }

    #mainSlider .owl-ui-lg .owl-prev,
    #mainSlider .owl-ui-lg .owl-next {
        font-size: 36px;
    }
}

/*--------------------------------------------------------------------------------------*/
/*laptop-Css-Here
/*--------------------------------------------------------------------------------------*/

@media (max-width: 991px) {
    #about {
        text-align: center;
    }
    .contact-page .contact-wrapper .contact-info .body h3 {
        font-size: 15px !important;
    }
    .contact-page .contact-wrapper .contact-info .body p {
        font-size: 13px !important;
        word-break: break-all;
    }
    .contact-page .contact-wrapper .contact-info .body address {
        font-size: 13px !important; /*word-break: break-all;*/
    }
    section.company-details.pt-5.pb-5 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    section.faq-wrapper h3 {
        font-size: 19px;
    }
    section.feature-wrapper-faq {
        background-color: #f7f8fb;
        padding: 47px 0;
        text-align: center;
    }
    #mainSlider .owl-ui-lg .owl-prev,
    #mainSlider .owl-ui-lg .owl-next {
        font-size: 32px;
    }
    section.home-banner .banner-content .green-btn {
        padding: 3px 10px !important;
        font-size: 14px;
    }
}

/*--------------------------------------------------------------------------------------*/
/*mobile-Css-Here
/*--------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
    .courses-section .courses-box h3 {
        min-height: inherit !important;
    }
    .testimonials .section-heading h5 {
        font-size: 22px !important;
    }
    .heading-testmonial::after {
        font-size: 39px;
    }
    .testimonials .section-heading {
        padding-bottom: 0px !important;
    }
}
li {
    list-style: none;
}
.social-links .bx {
    line-height: inherit;
}
/*===20-03-2021===*/
.counter_blog {
    display: flex;
    align-items: center;
    display: -webkit-flex;
}
.counter-inner .counter_box {
    max-width: 800px;
    padding: 30px 30px 60px;
    width: 100%;
    position: relative;
}
.counter-inner .counter_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: url(../image/growth-arrow-home.png);
    width: 800px;
    height: 404px;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    margin: auto;
    z-index: 999;
    opacity: 0.1;
    transform: rotate(-10deg);
    margin-top: -210px;
    margin-left: -98px;
}
.counter-inner .counter_box .col-md-3 {
    max-width: 50%;
    flex: 100%;
}
.counter-inner .counter_box .row {
    max-width: 650px;
    margin: auto;
}
.counter-inner .counter_box .block {
    max-width: 100%;
    width: 100%;
    padding: 40px;
    background: white;
    box-shadow: 0px 0px 40px rgb(187 183 183 / 30%);
    border-radius: 23px;
}
.counter-inner .counter_box .block p {
    font-weight: bold;
}
.counter_right_content ul {
    padding: 0;
    margin: 0px;
}

.counter_right_content {
    padding: 50px;
    background: #fff;
    box-shadow: 0px 0px 40px rgb(187 183 183 / 30%);
    width: 570px;
    border-radius: 23px;
}
.counter_right_content ul li {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    color: #2fb463;
    font-weight: 600;
    padding: 15px 15px 15px 48px;
    position: relative;
}
.counter_right_content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 35px;
    height: 2px;
    background: #2fb463;
    top: 50%;
    transform: translateY(-50%);
}
.about-banner .about-content {
    padding: 90px 40px;
    text-align: left;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 5px 30px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 7%);
}

.section-title::before {
    width: 80px;
    left: 0;
}
.about-page-wrapper .timeline {
    margin: 0;
}
.courses-list .courses-section .content-block p {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*.courses-list .courses-section .image img {height: 430px; object-fit: cover; }*/

#mainSlider #owl-main.height-md .item {
    /* height: 734px !important;
    background-size: cover;
    background-position: center bottom; */
    /* display: flex;
    display: -webkit-flex;
    align-items: center; */
    height: 100%;
    position: relative;
    z-index: 1;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}
section.home-banner .item figure {
    margin: 0;
}
section.home-banner .item figure img {
    height: calc(100vh - 234px) !important;
    /* left: 50%;
    margin-left: -100%;
    position: relative; */
}
.inner-wrapper-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: inherit;
    height: 100%;
    bottom: 0;
}
.inner-wrapper-slider {
    width: 100%;
}
.text-follower h5 {
    font-size: 32px;
}
.text-follower span {
    font-size: 18px;
}
.text-follower {
    right: 240px;
}
#mainSlider #owl-main .owl-dots {
    bottom: 0 !important;
}
.text-follower {
    padding: 10px;
    background: #000000;
    width: 180px;
    left: 0;
    right: 0 !important;
    bottom: -35px;
    border-radius: 65px 65px 65px 0px;
}
section.about-section .user_img figure {
    text-align: center;
}

span.d-inline-block {
    color: #fff;
    margin-right: 15px;
    text-decoration: underline;
    font-weight: 500;
}
.courses-sidebar-information ul li:nth-child(even) {
    background: #ececec;
}
.single-coures-banner {
    margin-bottom: 50px;
}
.text-follower strong.counter {
    color: #2fb463;
    font-size: 29px;
    font-weight: bold;
    display: inline-block;
    width: 58px;
    overflow: hidden;
    vertical-align: middle;
}
.text-follower {
    font-size: 28px;
    font-weight: bold;
    color: #2fb463;
}
.text-follower span {
    display: block;
}

.courses-section h2.section-title.center-title::before {
    left: 0;
    right: 0;
    margin: auto !important;
    transform: inherit;
}

.courses-section h2.section-title.center-title::after {
    display: none;
}
#mainSlider .owl-ui-lg .owl-prev,
#mainSlider .owl-ui-lg .owl-next {
    background: #2fb463;
    border-radius: 100px;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 38px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}
.courses-list .courses-section {
    background-image: inherit !important;
}
#mainSlider .owl-ui-lg .owl-prev:hover,
#mainSlider .owl-ui-lg .owl-next:hover {
    opacity: 1;
}
section.courses-list .section-title::before {
    width: 203px;
}
.testimonial-item .user_descas {
    text-align: center;
}
.testimonial-item .user_descas a.show_hide {
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
}
.mul-sel-parent .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid #717171;
    font-size: 15px;
    border-radius: 0;
    height: 35px;
}
span.select2-container.select2-container--default.select2-container--open
    ul
    li {
    color: #4b4b4b;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #2fb463 !important;
    color: #fff !important;
}

span.border-bottom-footer:after {
    left: 0 !important;
    margin-left: 0;
    opacity: 0.5;
    height: 5px;
    width: 162px;
    border-radius: 100px;
}
span.border-bottom-footer {
    margin-left: 0px;
    background: transparent !important;
    width: 162px;
}
span.border-bottom-footer:before {
    position: absolute;
    left: 0;
    right: 9px;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: #349150;
    animation: go-left-right 5s infinite alternate;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: -4px;
}
@keyframes go-left-right {
    from {
        left: 0px;
    }
    to {
        left: 100%;
    }
}

/*@-webkit-keyframes rounded {  from {
 top: 100px;
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 25% {
 top: 50px;
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 50% {
 top: 150px;
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 75% {
 top: 75px;
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
to { top: 100px; }
}
@keyframes rounded {  from {
 top: 100px;
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 25% {
 top: 50px;
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 50% {
 top: 150px;
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 75% {
 top: 75px;
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
to { top: 100px; }
}*/
section.app-section .row {
    align-items: center;
}

/*===Animation Stork Idea==*/
.app-left-inner p {
    text-align: center;
    margin-top: 22px;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    margin: 21px 0;
    color: #2fb463;
    text-transform: capitalize;
    padding: 0px 60px;
    background-color: #2fb463;
    background-image: linear-gradient(
        45deg,
        #2fb463 16.666%,
        #333 16.666%,
        #2fb463 33.333%,
        #333 33.333%,
        #2fb463 50%,
        #333 50%,
        #2fb463 66.666%,
        #333 66.666%,
        #2fb463 83.333%,
        #333 83.333%
    );
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent; */
    animation: rainbow-text-simple-animation 0.5s infinite;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5;
}

@keyframes rainbow-text-simple-animation {
    0% {
        background-image: #333;
    }
    49% {
        background-image: #2fb463;
    }
    60% {
        color: transparent;
    }
    99% {
        color: #333;
    }
    100% {
        color: transparent;
    }
}
/*===Animation Stork Idea End==*/
.courses-list .courses-section h2.section-title span.border-bottom-footer {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.courses-list .courses-section h2.section-title::before {
    display: none;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
    margin-right: 9px;
}
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    margin-right: 9px;
}
span.select2.select2-container.select2-container--default.select2-container--focus {
    margin-right: 9px !important;
}
.mul-sel-parent .select2-container--default .select2-selection--single {
    margin-right: 9px !important;
}

.sub-input-box ul#parsley-id-5 {
    position: absolute;
    left: 0;
    bottom: -39px;
    margin: 0;
    padding: 0;
}

.sub-input-box ul#parsley-id-5 li {
    padding: 0px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .counter_right_content ul li {
        font-size: 17px;
    }
    .company-details .block .inner-block p {
        font-size: 40px;
    }
    .counter-inner .counter_box .block {
        padding: 30px;
    }
    .counter_right_content {
        padding: 20px 30px;
    }
    .counter_right_content ul li {
        font-size: 17px;
    }
    /*.about-banner .about-content{padding: 30px 28px 30px 30px;}*/
    .about-banner .about-content p {
        font-size: 16px;
    }
    .banner-courses .content-div .banne-content {
        padding: 80px 0px 50px;
    }
    .banner-courses .content-div .banne-content p {
        line-height: 31px;
        font-size: 16px;
        margin: 0;
    }
    .banner-courses .content-div .banne-content h1 {
        font-size: 40px;
    }
    .banner-courses .content-div .banne-content h2 {
        font-size: 20px;
    }
    .app-left-inner p {
        padding: 0px 15px;
    }
    .counter-inner .counter_box::before {
        width: 500px;
        height: 500px;
        margin-top: -150px;
        margin-left: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .counter_right_content {
        padding: 20px 30px;
    }
    .counter_right_content ul li {
        font-size: 17px;
    }
    .counter-inner .counter_box .block {
        height: 100%;
        margin: 0px;
    }
    .counter-inner .counter_box {
        padding: 30px;
    }
    .counter-inner .counter_box .col-md-3 {
        padding: 0px 5px;
    }
    .about-banner .about-content {
        padding: 30px 28px 30px 30px;
    }
    .about-banner .about-content p {
        font-size: 16px;
    }
    .courses-section {
        overflow: hidden;
    }
    section.courses-list .section-title::before {
        width: 85px;
    }
    .banner-courses .content-div .banne-content {
        padding: 55px 0px 50px;
    }
    .banner-courses .content-div .banne-content p {
        line-height: 31px;
        font-size: 14px;
        margin: 0;
    }
    .banner-courses .content-div .banne-content h1 {
        font-size: 33px;
        margin-bottom: 18px;
    }
    .banner-courses .content-div .banne-content h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .app-left-inner p {
        padding: 0px 15px;
    }
    .counter-inner .counter_box::before {
        width: 500px;
        height: 500px;
        margin-top: -150px;
        margin-left: 80px;
    }
}

@media (max-width: 991px) {
    .counter-inner .counter_box {
        padding: 0px 30px 30px;
    }
    .counter_blog {
        display: block !important;
        padding-bottom: 15px;
    }
    .counter_right_content {
        width: 600px;
        margin: auto;
    }
    .counter_right_content {
        padding: 20px 30px;
    }
    .counter_right_content ul li {
        font-size: 17px;
    }
    .courses-section .courses-box h3 {
        margin-bottom: 5px;
    }
    .company-details .block .inner-block p {
        font-size: 28px;
    }
    .about-banner .about-content {
        padding: 90px 40px;
        text-align: left;
    }
    .about-banner .about-content p {
        font-size: 16px;
    }
    .section-title::before {
        width: 45px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .section-title::after {
        width: 0px;
        left: 75px;
        right: 0;
        margin: auto;
    }
    .about-banner .about-content .btn-green {
        font-size: 16px;
        padding: 3px 30px;
    }
    .about-banner .about-content p {
        margin-bottom: 20px;
    }
    .section-title {
        margin-bottom: 20px;
    }
    .courses-list .courses-section .image img {
        object-fit: cover; /* min-height: 300px;*/
        height: auto;
    }
    .section-title.center-title::before {
        left: 0;
        transform: inherit;
    }
    .courses-section {
        overflow: hidden;
    }
    .courses-list .courses-section {
        padding: 30px 0px !important;
    }
    .courses-list {
        padding-bottom: 50px;
    }
    .about-service-area .contact-card .button {
        font-size: 14px;
        margin-top: 10px;
        line-height: normal;
    }
    section#imageGallery {
        margin-bottom: 30px;
    }
    section.faq-wrapper {
        padding-bottom: 0px;
    }
    section.courses-details-area.pt-5.pb-5 {
        margin-bottom: 0;
    }
    .nav-menu .navbar-collapse ul li {
        text-align: center;
    }

    section.courses-list .section-title::before {
        width: 85px;
    }
    .single-coures-banner {
        margin-bottom: 0px;
    }
    .app-left-inner p {
        padding: 0px 15px;
    }
    .counter-inner .counter_box::before {
        width: 500px;
        height: 500px;
        margin-top: -150px;
        margin-left: 123px;
    }
}

@media (max-width: 767px) {
    .counter-inner .counter_box .col-md-3 {
        max-width: 100%;
        padding: 0px;
    }
    .company-details .block:nth-child(odd) {
        margin-top: 15px;
    }
    .counter-inner .counter_box {
        padding: 0px 0px 20px;
    }
    .counter_right_content {
        width: 100%;
        margin-bottom: 30px;
    }
    .counter-inner .counter_box .block {
        padding: 30px;
    }
    .courses-section .mb-5 {
        margin-bottom: 0px !important;
    }
    .counter_right_content ul li::before {
        width: 20px;
    }
    .counter_right_content ul li {
        font-size: 15px;
    }
    .counter_right_content ul li {
        padding: 15px 0px 15px 35px;
    }
    .courses-section .courses-box p {
        font-size: 15px;
    }
    section#testimonials button.owl-next {
        right: -10px;
    }
    section#testimonials button.owl-prev {
        left: -10px;
    }
    .courses-list .courses-section {
        padding: 30px 0px;
    }
    .courses-list {
        padding-bottom: 0px;
    }
    .about-banner .about-content {
        padding: 50px 30px;
    }
    .section-title::before {
        margin: 0px;
    }
    .banner-content .section-title::before {
        margin: auto;
    }
    .counter-inner .counter_box::before {
        width: 500px;
        height: 400px;
        /*transform: rotate(-45deg);*/
        margin-top: -122px;
        margin-left: 0;
    }
}
@media (max-width: 575px) {
    #mainSlider #owl-main.height-md .item {
        background-position: center !important;
    }
    .counter-inner .counter_box::before {
        width: 300px;
        height: 280px;
        margin-top: -82px;
    }
}

@media (max-width: 479px) {
    .courses-section .courses-box h3 a {
        font-size: 18px;
    }
    .text-follower {
        right: 144px;
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .banner-content {
        padding-left: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1301px) {
    #mainSlider .owl-inner-nav .owl-prev {
        left: 30px;
    }
    .banner-content {
        padding-left: 50px;
    }
    #mainSlider .owl-inner-nav .owl-next {
        right: 30px;
    }
    #mainSlider #owl-main.height-md .item {
        height: 650px !important;
    }
    span.border-bottom-footer:after {
        width: 120px;
    }
    span.border-bottom-footer {
        width: 120px;
    }
    .app-left-inner p {
        font-size: 36px;
        line-height: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-content {
        padding-left: 50px;
    }
    .text-follower h5 {
        font-size: 27px;
    }
    .text-follower span {
        font-size: 17px;
    }
    #mainSlider .owl-ui-lg .owl-next {
        right: 5px;
    }
    #mainSlider .owl-ui-lg .owl-prev {
        left: 5px;
    }
    .about-banner .about-content {
        padding: 40px;
    }

    #mainSlider #owl-main.height-md div.item {
        height: 550px !important;
    }
    span.border-bottom-footer:after {
        width: 85px;
    }
    span.border-bottom-footer {
        width: 85px;
    }
    .app-left-inner p {
        font-size: 25px;
        line-height: 40px;
    }
    .stok-btn a {
        max-width: 210px;
        min-height: 50px;
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #mainSlider div#owl-main .owl-dots {
        bottom: -40px !important;
    }
    .banner-content {
        padding-left: 50px;
    }
    .section-title::before {
        margin: 0px !important;
    }
    section.home-banner .item {
        padding: 0px !important;
    }
    section.about-section .user_img figure {
        text-align: center;
    }
    #mainSlider .owl-ui-lg .owl-next {
        right: 5px;
    }
    #mainSlider .owl-ui-lg .owl-prev {
        left: 5px;
    }
    #mainSlider #owl-main.height-md .item {
        height: 450px !important;
    }
    span.border-bottom-footer:after {
        width: 80px;
    }
    span.border-bottom-footer {
        width: 80px;
    }

    .app-left-inner p {
        font-size: 36px;
        line-height: 50px;
    }
    .stok-btn a {
        max-width: 210px;
        min-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    #mainSlider #owl-main.height-md .item {
        height: 319px !important;
        overflow: hidden;
        display: flex;
        align-items: center;
        background-size: cover !important;
        background-position: center !important;
    }
    section.home-banner .banner-content {
        margin-bottom: 0px !important;
    }
    #mainSlider #owl-main .owl-dots {
        bottom: -25px !important;
    }
    section.home-banner .banner-content .green-btn {
        margin-top: 5px;
    }
    .text-follower h5 {
        font-size: 25px;
    }
    .text-follower span {
        font-size: 16px;
    }
    section.about-section .user_img figure {
        text-align: center;
    }
    section.home-banner .banner-content {
        margin-bottom: 10px !important;
    }

    section.home-banner .banner-content p {
        font-size: 18px;
    }
    #mainSlider .owl-ui-lg .owl-prev,
    #mainSlider .owl-ui-lg .owl-next {
        width: 40px !important;
        height: 40px;
        font-size: 24px !important;
    }
    #mainSlider .owl-ui-lg .owl-next {
        right: 10px;
    }
    #mainSlider .owl-ui-lg .owl-prev {
        left: 10px;
    }
    .text-follower {
        width: 165px;
        padding: 10px;
    }
    .text-follower strong.counter {
        font-size: 25px;
    }
    .text-follower {
        font-size: 25px;
    }
    section.home-banner .banner-content p {
        font-size: 16px;
        min-height: 70px;
        padding: 0px 20px;
    }
    section.home-banner .banner-content h1 {
        margin-bottom: 20px;
    }
    span.border-bottom-footer:after {
        width: 80px;
    }
    span.border-bottom-footer {
        width: 80px;
    }

    .app-left-inner p {
        font-size: 36px;
        line-height: 50px;
    }
    .stok-btn a {
        max-width: 210px;
        min-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 479px) {
    section.home-banner .banner-content {
        padding: 0px 20px;
    }
    section.home-banner .banner-content h1 {
        font-size: 21px;
    }
    section.life-time-section .interll-btn a {
        padding: 13px 35px;
    }

    .app-left-inner p {
        font-size: 30px;
        line-height: 45px;
    }
}
#header .right-nav.d-lg-none {
    padding-top: 0px;
}
#header .right-nav.d-lg-none a.nav-link {
    font-size: 18px;
    color: #fff;
    padding: 8px 0px;
}
#header .right-nav.d-lg-none li.nav-item {
    padding: 0;
}
.cart_inner {
    padding: 50px 0;
}
.cart_inner .courses-title h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 20px;
    position: relative;
}
.cart_inner .courses-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    background: #2eb463;
    height: 5px;
}
.cart_inner .checkout-page {
    margin-top: 0px !important;
}
.cart_inner .checkout-page ul .d_inline {
    width: 30%;
    max-width: inherit;
}
.cart_inner .checkout-page table td img {
    height: 85px;
    width: 85px;
}
.cart_inner .checkout-page ul .d_inline {
    width: 30%;
    max-width: inherit;
    padding: 0;
}
.cart_inner .checkout-page table {
    width: 100%;
    border: 1px solid #ddd;
    background: #f7f7f7;
}
.cart_inner .checkout-page table td {
    border-right: 1px solid #ddd;
    padding: 2px 10px; /*text-align: center;*/
    font-size: 15px;
}
.cart_inner .checkout-page table td:first-child {
    width: 100px;
}
.cart_inner .checkout-page table td span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cart_inner .checkout-page table td a {
    font-size: 28px;
}
.cart_inner .checkout-page {
    margin-top: 40px !important;
    margin-bottom: 0px;
}
.cart_inner .checkout-page .col-12 .courses-sidebar-information {
    padding: 0px 0;
}
.cart_inner .checkout-page form {
    padding: 0px;
}
.cart_inner .courses-sidebar-information {
    margin-bottom: 25px;
}
.cart_inner .col-lg-12:first-child {
    padding: 0;
}
.cart_inner .checkout-page table td:last-child {
    text-align: center;
    width: 70px;
}
.cart_inner .checkout-page table td:first-child {
    padding: 10px;
}

@media (max-width: 991px) {
    .cart_inner {
        padding: 30px 0 30px;
        overflow: hidden;
    }
    .cart_inner .courses-sidebar-information {
        margin-bottom: 15px;
    }
    .cart_inner .checkout-page .col {
        width: 100% !important;
        max-width: 100% !important;
        flex: inherit;
    }
    .cart_inner .checkout-page form {
        padding: 0px;
    }
    .cart_inner .checkout-page .col-12 {
        width: 100%;
        max-width: 100%;
        flex: inherit;
    }
    .cart_inner .checkout-page table td img {
        max-width: 100px;
    }
    /*#header .right-nav.d-lg-none a.nav-link {font-size: 16px; }*/
}
@media (max-width: 575px) {
    .cart_inner .checkout-page table td {
        width: 100% !important;
        font-size: 15px;
        display: block;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    .cart_inner .checkout-page .col-12 .courses-sidebar-information {
        margin: 0 0 15px;
    }
    .courses-sidebar-information {
        margin-bottom: 0;
    }
    .cart_inner .checkout-page {
        text-align: center;
    }
    .cart_inner .checkout-page {
        margin-top: 30px !important;
    }
    .cart_inner .courses-title h2 {
        font-size: 30px;
    }
    .cart_inner .checkout-page table td span {
        font-size: 14px;
    }
}

/*==4-8-2021===*/
.payment_inner {
    padding: 100px 0;
}
.payment_add {
    max-width: 500px;
    margin: auto;
    text-align: center;
}
.payment_inner span.error_icon {
    max-width: 150px;
    display: block;
    width: 100%;
    margin: auto;
    height: 150px;
    border: 4px solid #2fb463;
    border-radius: 100px;
    overflow: hidden;
    padding: 25px;
}
.payment_inner span.error_icon img {
    max-width: 100%;
    width: 100%;
}
.payment_add h2 {
    font-size: 70px;
    margin: 36px 0 0;
}
.payment_add h2::first-letter {
    color: #2fb463;
}
.payment_add p {
    font-size: 19px;
}
.payment_add a.btn.btn-info {
    padding: 5px 30px;
    font-size: 21px;
    border-radius: 0px;
    background: #2eb262;
    border-color: #2eb262;
    text-transform: uppercase;
}
.payment_add a.btn.btn-info:hover {
    color: #2eb262;
    background: transparent;
}
#header .navbar-nav .dropdown-menu a.dropdown-item.logout_button {
    padding: 0;
}
#header .navbar-nav .dropdown-menu a.dropdown-item.logout_button input#c_btn {
    display: block;
    width: 100%;
    text-align: left;
    padding: 16px 19px !important;
}
.inner_dashboard .sideBarMenu h2 {
    font-size: 20px;
    background: #2fb463;
    color: #fff;
}
.inner_dashboard .sideBarMenu ul li a {
    font-size: 15px;
    color: #444;
    font-weight: 500;
    padding: 15px;
}

.inner_dashboard .sideBarMenu ul li a:hover {
    background: #2fb463;
    color: #fff;
}

.inner_dashboard {
    padding: 100px 0;
}
.inner_dashboard .sideBar {
    margin: 0px;
}
.inner_dashboard .col-md-9 .sideBar {
    background: #f7f7f7;
}
.inner_dashboard .col-md-9 .sideBarMenu h3 {
    text-align: left !important;
    font-size: 28px;
    font-family: "Niramit", sans-serif;
    font-weight: 700;
    margin: 0px;
    padding: 15px 30px;
    border-bottom: 2px solid #2fb463;
}
.inner_dashboard .col-md-9 .sideBarMenu .form {
    padding: 30px;
}
.inner_dashboard .col-md-9 .sideBarMenu .form label {
    font-size: 16px;
    font-weight: 500;
    color: #444;
}
.inner_dashboard .col-md-9 .sideBarMenu .form .form-control {
    height: 50px;
    border-radius: 0px;
    background: #fff;
    font-size: 14px;
    box-shadow: none !important;
}
.inner_dashboard .col-md-9 .sideBarMenu .form .form-group {
    margin-bottom: 25px;
}

.inner_dashboard .col-md-9 .sideBarMenu .form .btnRow .btn {
    padding: 10px 26px;
    border-radius: 0px;
    font-size: 18px;
    box-shadow: none;
    border-radius: 5px;
}
.inner_dashboard .col-md-9 .sideBarMenu .form .btnRow .btn.btn-primary {
    background: #2fb463;
    border-color: #2fb463;
}
.inner_dashboard .col-md-9 .sideBarMenu .form .btnRow .btn.btn-primary:hover {
    background: transparent;
    color: #2fb463;
}
.inner_dashboard .col-md-9 .sideBarMenu .form .btnRow a.btn {
    background: #444;
    color: #fff;
    border: 1px solid #444;
}
.inner_dashboard .col-md-9 .sideBarMenu .form .btnRow a.btn:hover {
    background: transparent;
    color: #444;
}

/*==4-12-2021==*/
.testimonial_popup .modal-dialog {
    margin: 0;
}
.testimonial_popup .modal-dialog {
    margin: 0;
    max-width: initial;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.testimonial_popup .modal-dialog .modal-content {
    max-width: 600px;
    border-radius: 0;
}
.testimonial_popup .modal-dialog .owl-item {
    width: 100% !important;
    margin: 0px !important;
}
.testimonial_popup .modal-header {
    padding: 0px;
    border: none;
}
.testimonial_popup button.close {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    padding: 0px;
    font-size: 34px;
    text-shadow: none;
    color: #fff;
    background: #2fb463;
    opacity: 1;
    border-radius: 100px;
    z-index: 9999999999999999 !important;
}
.testimonial_popup .content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: #2d2d2d;
}
.testimonial_popup .modal-footer {
    display: none;
}
.testimonial_popup .modal-dialog .modal-content .modal-body {
    padding: 30px;
}
.testimonial_popup {
    padding: 0px 15px !important;
}
.testimonial_popup .content {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
}
.testimonial_popup .content::-webkit-scrollbar {
    width: 2px !important;
}
.testimonial_popup .content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* .testimonial_popup .content::-webkit-scrollbar-thumb {
    background: rgba(90, 90, 90);
} */
/* .testimonial_popup .content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.5);
} */

@media (max-width: 991px) {
    .inner_dashboard .col-md-3,
    .inner_dashboard .col-md-9 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .inner_dashboard .sideBar {
        margin: 0px;
        min-height: inherit;
    }
    .inner_dashboard .col-md-9 {
        margin-top: 15px;
    }
    .inner_dashboard {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .inner_dashboard .col-md-9 .sideBarMenu .form .col-sm-4 {
        max-width: 100%;
        width: 100%;
        flex: 100%;
        padding: 0px;
    }
    .inner_dashboard .col-md-9 .sideBarMenu .form .row .col-sm-4 {
        padding: 0px 15px;
    }
    .inner_dashboard .col-md-9 .sideBarMenu .form .form-group {
        margin-bottom: 20px;
    }
    .inner_dashboard .col-md-9 .sideBarMenu .form .btnRow .btn {
        font-size: 15px;
    }
    .inner_dashboard .col-md-9 .sideBarMenu h3 {
        font-size: 20px;
    }
    section.how-work-section ul li .img-how img {
        transform: inherit;
    }
}

@media (max-width: 575px) {
    .payment_inner {
        padding: 50px 0;
    }
    .payment_inner span.error_icon {
        max-width: 100px;
        height: 100px;
    }
    .payment_add h2 {
        font-size: 50px;
        margin: 24px 0 0;
    }
    .payment_add p {
        font-size: 16px;
    }
    .payment_add a.btn.btn-info {
        padding: 5px 25px;
        font-size: 18px;
    }
    .inner_dashboard .col-md-9 .sideBarMenu .form {
        padding: 15px;
    }
    .inner_dashboard .col-md-9 .sideBarMenu h3 {
        padding: 15px;
    }
    .inner_dashboard .col-md-9 .sideBarMenu .form label {
        font-size: 14px;
    }
    .testimonial_popup .modal-dialog .modal-content .modal-body {
        padding: 15px;
    }
    .testimonial_popup .content p {
        font-size: 15px;
        line-height: 30px;
    }
}

.courses-section .courses-box .btn-block {
    z-index: 99;
    position: relative;
}
/*.courses-list .courses-section:nth-child(even) .content-block {height: 100%; }*/
.courses-sidebar-information ul li select.form-control {
    margin: 0;
    height: 33px;
    border-radius: 0px;
    font-size: 13px;
    padding: 0;
    box-shadow: none;
    width: auto;
    display: inline-block;
}
.courses-sidebar-information ul li p {
    margin: 0;
}
.site-login {
    margin: 0px;
    padding: 100px 0;
}
.site-login .btnRow a {
    display: inline-block;
}
.register_form_inner .checkout-page {
    padding: 20px;
    box-shadow: 0px 0px 40px rgb(187 183 183 / 30%);
    border-radius: 15px;
    margin: 100px 0 !important;
}
.register_form_inner .checkout-page form {
    padding: 0px;
    box-shadow: none;
}
.register_form_inner .checkout-page h3 {
    font-size: 35px;
    font-family: "Niramit", sans-serif;
    padding: 10px 0px 35px;
}

.register_form_inner .checkout-page h1 {
    font-size: 35px;
    font-family: "Niramit", sans-serif;
    padding: 10px 0px 35px;
}
.register_form_inner select.form-control {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #717171;
    font-size: 15px;
    color: #000;
    font-style: normal; /*font-family: "Averta Demo";*/
    font-family: "Roboto", sans-serif;
    outline: none;
    border-radius: 0px;
    height: 35px;
    padding: 0px;
}
.register_form_inner .row {
    margin: 0px;
}
.register_form_inner .checkout-page form .row .form-group input {
    height: 35px;
    padding: 0px;
}
.register_form_inner .checkout-page .col-md-12 {
    padding: 0px;
}
.register_form_inner .checkout-page .col-md-12:first-child {
    padding: 0px 15px;
}

.register_form_inner .checkout-page .mb-4 {
    margin: 0px !important;
}
.register_form_inner .checkout-page form .form-group .btn {
    margin-left: 15px;
}

section.how-work-section ul li:last-child::before {
    background: url(../image/bottom-shape-3.png);
    background-repeat: no-repeat;
    width: 459px;
    right: -270px;
}

@media (max-width: 991px) {
    #login-form {
        padding: 0px;
        box-shadow: none;
        max-width: 400px;
        margin: auto;
    }
    .site-login {
        padding: 50px 0px;
    }
    .site-login .row {
        flex-direction: column;
        justify-content: center;
    }
    .site-login .align-items-center img {
        max-width: 300px;
        margin: auto;
    }
    #login-form h3.title {
        font-size: 20px;
        margin-top: 30px;
    }
    #login-form .btn,
    #password-recovery-form .btn {
        padding: 5px 38px;
        line-height: 30px;
        font-size: 16px;
    }
    .register_form_inner .checkout-page {
        margin: 50px 0px !important;
    }
    .register_form_inner .checkout-page h3 {
        font-size: 28px;
        padding: 10px 0px 20px;
    }
    .register_form_inner .checkout-page h1 {
        font-size: 28px;
        padding: 10px 0px 20px;
    }
    .register_form_inner .checkout-page form .form-group .btn {
        margin-left: 15px;
        font-size: 16px;
        padding: 10px 35px;
        line-height: normal;
    }
    .register_form_inner .checkout-page form .row.message .form-group input {
        min-height: 80px;
    }
    .register_form_inner .checkout-page {
        padding: 15px;
    }
    .register_form_inner
        .checkout-page
        form
        .row
        .form-group
        label.control-label {
        font-size: 14px;
    }
    .testimonials .testimonials-carousel .owl-item .testimonial-item p {
        max-width: 350px;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .register_form_inner .checkout-page form .row .form-group {
        padding: 0px;
    }
    .register_form_inner .checkout-page form .form-group .btn {
        margin-left: 0px;
    }
    .register_form_inner .checkout-page .col-md-12:first-child {
        padding: 0px;
    }
    .register_form_inner .checkout-page h3 {
        padding-top: 0px;
    }
    .register_form_inner .checkout-page h1 {
        padding-top: 0px;
    }
    .register_form_inner .checkout-page {
        padding: 20px;
    }
    #login-form label {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .site-login .align-items-center {
        display: block !important;
        text-align: center;
    }
    #login-form {
        text-align: left;
    }
}
.testimonials .testimonials-carousel .owl-item .testimonial-item p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.scrollToTop {
    display: none;
    position: fixed;
    z-index: 999999999;
    bottom: 60px;
    right: 10px;
    cursor: pointer;
    border: none;
    border-radius: 0;
    outline: none;
    text-align: center;
    background: transparent;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-90deg) translate(75%, 0);
    transform: rotate(-90deg) translate(75%, 0);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

a.scrollToTop::after {
    content: "";
    width: 30px;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 40%;
    padding-left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #2fb463;
    margin-left: 15px;
}
a.scrollToTop:hover::after {
    width: 60px;
    margin-left: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.testimonials .testimonials-carousel .owl-item .testimonial-item p {
    max-width: 325px;
    margin: auto;
}
.site-login .btnRow a {
    margin-top: 20px !important;
}
.btnRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
}
#login-form .btn {
    box-shadow: none !important;
}

@media (max-width: 991px) {
    /*#header .right-nav.d-lg-none a.nav-link{font-size: 0px;}*/
    #header .right-nav.d-lg-none a.nav-link i {
        font-family: IcoFont !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
    }
    /*#header .right-nav.d-lg-none a.nav-link i::before{content: "\ec8e";color: #2fb463}*/
    /*#header .right-nav.d-lg-none a.nav-link::before {display: block; content: "\ec8e"; color: #2fb463; font-family: IcoFont!important; speak: none; font-style: normal; font-weight: 400; font-size: 18px; }
    */
    #header .right-nav.d-lg-none a.nav-link::after {
        display: none;
    }
    #header .right-nav.d-lg-none a.nav-link {
        color: #2fb463;
        padding: 0.5rem 0.6rem;
    }
    #header .right-nav.d-lg-none a.nav-link span.price {
        padding: 0.5rem 0.6rem;
    }
    #header .right-nav.d-lg-none {
        padding-top: 12px;
    }
    .banner-courses .content-div .banne-content p {
        font-size: 14px;
        line-height: 30px;
        margin: 0;
    }
    .banner-courses .content-div .banne-content {
        padding: 50px 0px 50px;
    }
    .banner-courses .content-div .banne-content h1 {
        font-size: 33px;
        margin-bottom: 15px;
    }
    .banner-courses .content-div .banne-content h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .banner-courses .banne-content.aos-init {
        transform: inherit !important;
        opacity: 1 !important;
    }
    section.courses-list .col-12.aos-init {
        transform: inherit !important;
        opacity: 1 !important;
    }
    .courses-section .col-lg-6.image.aos-init {
        transform: inherit !important;
        opacity: 1 !important;
    }
    section.courses-list .content.align-items-center.aos-init {
        transform: inherit !important;
        opacity: 1 !important;
    }
    .banner-courses .content-div .banne-content h1 {
        font-size: 28px;
    }
    .banner-courses .content-div .banne-content h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
/*-29-4-2021*/
section.faq-wrapper ul {
    padding: 30px 0 0;
}
section.faq-wrapper ul li {
    font-size: 18px;
    margin-bottom: 20px;
    list-style: unset;
}
.contact-page .top-contact.aos-init {
    opacity: 1 !important;
    transform: inherit !important;
}

.contact-page .contact-wrapper .col-md-4.aos-init {
    opacity: 1 !important;
    transform: inherit !important;
}
.contact-page .contact-wrapper .col-lg-5.aos-init {
    opacity: 1 !important;
    transform: inherit !important;
}
.contact-page .contact-wrapper .col-lg-7.aos-init {
    opacity: 1 !important;
    transform: inherit !important;
}
@media (max-width: 767px) {
    section.faq-wrapper ul {
        padding: 30px 0px 0px 25px;
    }
}
.courses-section .row {
    z-index: 1;
    position: relative;
}
.courses-section .col-lg-6.image {
    z-index: -1;
}
li.parsley-required {
    color: red !important;
}
td.sorting_1 {
    position: relative;
}
td.sorting_1 span.count {
    background: #7367f0;
    border-radius: 100px;
    position: absolute;
    top: 0;
    color: #fff;
    right: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .cart_inner {
    height: calc(100vh - 373px) !important;
    overflow: hidden;
    overflow-y: scroll;
    } */
.cart_inner {
    min-height: calc(100vh - 373px) !important;
}
/* width */
.cart_inner::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.cart_inner::-webkit-scrollbar-track {
    box-shadow: 0px;
}

/* Handle */
.cart_inner::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 0px;
}

/* Handle on hover */
.cart_inner::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
@media (max-width: 767px) {
    .cart_inner {
        height: auto !important;
    }
}

/*==7-2-2021==*/
.navbar-nav .nav-link.gtf-aimaction {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    animation: blinkingText 1.2s infinite;
}
/*@keyframes blinkingText {  0% {
 color: #139705;
}
 49% {
 color: #139705;
}
 60% {
 color:transparent;
}
 99% {
 color:#444;
}
 100% {
 color:#444;
}
}*/
.sideBarMenu ul li .gtf-animaction-pro {
    position: relative;
}
/*.sideBarMenu ul li .gtf-animaction-pro .pro_ani {position: absolute; right: 16px; background: #2fb463; padding: 8px; font-size: 13px; border-radius: 100%; width: 54px; height: 32px; color: #FFF; top: 50%; display: flex; align-items: center; justify-content: center; text-transform: uppercase; transform: translateY(-50%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; animation: bganimacton 1.2s infinite; text-decoration: 0.4s}*/
.sideBarMenu ul li .gtf-animaction-pro .pro_ani {
    position: absolute;
    left: 68px;
    background: #2fb463;
    padding: 2px;
    font-size: 10px;
    border-radius: 7px;
    width: 35px;
    color: #fff;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    animation-name: bganimacton;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes bganimacton {
    0% {
        background: #139705;
        transform: scale(0.8);
    }
    49% {
        background: #139705;
        transform: scale(1);
    }
    60% {
        background: #444;
        transform: scale(1);
    }
    99% {
        background: #444;
        transform: scale(1);
    }
    100% {
        background: #444;
        transform: scale(1);
    }
}

.navbar-nav .nav-link span.pro-animaction {
    padding: 2px;
    font-size: 10px;
    border-radius: 7px;
    width: 31px;
    color: #fff;
    text-transform: uppercase;
    animation-name: proani;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
    font-size: 9px !important;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 3px;
    position: relative;
    top: -8px;
    left: -5px;
}
@keyframes proani {
    0% {
        background: #139705;
        /*transform:scale(.8);*/
    }
    49% {
        background: #139705;
        /*transform:scale(1)*/
    }
    60% {
        background: #444;
        /*transform:scale(1)*/
    }
    99% {
        background: #444;
        /*transform:scale(1)*/
    }
    100% {
        background: #444;
        /*transform:scale(1)*/
    }
}
@media (min-width: 1200px) and (max-width: 1380px) {
    .nav-menu ul li {
        padding: 0px 5px;
    }
    .nav-menu ul li .submenu {
        left: 5px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .nav-menu ul li {
        padding: 0px 5px;
    }
    .nav-menu ul li .submenu {
        left: 5px !important;
    }
}

.inner_dashboard span.select2-selection.select2-selection--single {
    border: 0;
}
.inner_dashboard span#select2-phone_code-container {
    height: 50px;
    border-radius: 0px;
    background: #fff;
    font-size: 14px;
    box-shadow: none !important;
    border: 1px solid #ced4da;
    border-right: none;
    line-height: 50px;
}
span.select2-selection.select2-selection--single {
    background: #fff !important;
}
span#select2-phone_code-container {
    background: #fff;
}

div#exampleModalLong0 {
    z-index: 99999999999 !important;
}
.modal-backdrop.show {
    opacity: 0 !important;
}
.custom_video_popup {
    z-index: 1;
    position: relative;
}
/*.custom_video_popup table.table {
    z-index: 9999999999999;
    }*/
.mul-sel-parent .select2.select2-container {
    width: 86px !important;
}
footer .footer-links ul li a .fa.fa-user {
    display: none;
}
.d-body .modal-backdrop {
    display: none !important;
}
.checkout-page form .row .form-group ul {
    display: block;
    padding: 0;
    position: absolute;
    bottom: -40px;
}
.checkout-page form .row .form-group {
    position: relative;
}
.checkout-page form .row .form-group ul {
    padding: 0;
}
.modal-open {
    overflow: inherit;
}
.modal-open {
    /* position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0; */
    overflow: hidden;
}
/*==06-09-2021==*/
.inner_dashboard .col-md-9 .sideBar .modal-body {
    padding: 15px;
}
.inner_dashboard .col-md-9 .sideBar .modal-content {
    max-width: 500px;
}
body.custom-modal-open.modal-open {
    position: inherit;
    padding-right: 0px !important;
}
.modal-backdrop.fade.show {
    display: none !important;
}
.modal {
    pointer-events: none;
}
/*-13-09-2021--*/
.iframe-video-inner .modal-body div {
    padding: 0px !important;
    height: auto !important;
    overflow: hidden;
}
.iframe-video-inner .modal-body div iframe {
    height: 300px !important;
    position: relative !important;
}

.iframe-video-inner .modal-content {
    max-width: 773px !important;
}
.iframe-video-inner .modal-body div iframe {
    height: 470px !important;
    position: relative !important;
    margin-top: -60px;
    width: 103% !important;
}
footer#footer .widget-comman {
    min-height: 150px;
    height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
}
@media (max-width: 767px) {
    .inner_dashboard
        .col-md-9
        .sideBar
        .iframe-video-inner
        .modal-body
        div
        iframe {
        height: 400px !important;
    }
}
@media (max-width: 575px) {
    .inner_dashboard
        .col-md-9
        .sideBar
        .iframe-video-inner
        .modal-body
        div
        iframe {
        height: 297px !important;
        width: 105% !important;
    }
    footer#footer .widget-comman {
        min-height: inherit;
    }
    .iframe-video-inner .modal-body div iframe {
        height: 297px !important;
    }
}

@media (max-width: 479px) {
    .inner_dashboard
        .col-md-9
        .sideBar
        .iframe-video-inner
        .modal-body
        div
        iframe {
        height: 260px !important;
        width: 100% !important;
        overflow: inherit !important;
    }
    .iframe-video-inner .modal-body {
        padding: 0 !important;
    }
    .inner_dashboard .col-md-9 .sideBar .iframe-video-inner .modal-content {
        max-width: 100%;
    }
    button#rzp-make_payment {
        width: 100%;
        margin-top: 30px;
        background: #46a746;
        border: none;
        background: #2fb463;
        color: #ffffff;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-box-shadow: 0px 25px 42px 0px rgb(47 180 99 / 35%);
        box-shadow: 0px 25px 42px 0px rgb(47 180 99 / 35%);
        font-family: "Niramit", sans-serif;
        line-height: 40px;
        display: inline-block;
    }
    div#ccav-payment-form label {
        text-align: center;
        display: block;
    }
    button.btn.btn-info.apply_btn {
        width: 100%;
    }

    button#rzp-make_payment {
        color: #fff !important;
        background-color: #28a745 !important;
        border-color: #28a745 !important;
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
            border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        display: block;
        width: 100%;
    }
    div#ccav-payment-form form {
        padding: 0;
    }
    .courses-sidebar-information {
        margin-bottom: 30px;
    }
    .checkout_payment_inner ul {
        border: 1px solid #ddd;
        background: #f7f7f7;
        box-shadow: none;
        display: flex;
        align-items: center;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    .checkout_payment_inner ul .col-md-2 {
        border-right: 1px solid #ddd;
        height: 100%;
        display: block;
    }
    .checkout_payment_inner ul .d_inline {
        min-height: 100px;
        padding: 15px;
    }
    .checkout_payment_inner ul .d_inline {
        min-height: 100px;
        display: flex;
        padding: 15px;
        align-items: center;
        display: -webkit-flex;
    }
    .checkout_payment_inner ul .d_inline p {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .checkout_payment_inner {
        margin: 0;
    }
    .inner_payment {
        margin-top: 0 !important;
    }
    .checkout_payment_inner ul {
        background-color: #ffffff;
        -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
        box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
        border: none;
    }
    .checkout_payment_inner ul .d_inline strong {
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
        font-weight: normal;
    }
    .checkout_payment_inner ul figure {
        display: block;
        max-width: 100%;
    }
    .checkout_payment_inner ul .d_inline {
        padding-top: 0;
        padding-bottom: 0px;
    }
    .checkout_payment_inner ul .d_inline {
        min-height: inherit;
    }
    .checkout_payment_inner ul .d_inline p {
        padding-bottom: 15px;
    }
}
.checkout_payment_inner ul figure img {
    width: 100%;
}
.sideBarMenu .contact-info {
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    padding: 25px 15px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}
.sideBarMenu .contact-info .contact-info__icon i {
    font-size: 31px;
    color: #fff;
    margin-right: 15px;
    background: #2fb463;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 400px;
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sideBarMenu .contact-info .body h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: "Niramit", sans-serif;
    color: #382c4d;
    font-weight: 600;
    border: none;
    padding: 0;
    text-align: center !important;
    display: block !important;
}

.sideBarMenu .contact-info .body p a {
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    margin-top: 10px;
    display: block;
    text-align: center;
}

@media (max-width: 991px) {
    .sideBarMenu .col-md-4 {
        margin-bottom: 15px;
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .sideBarMenu .contact-info .body p a {
        font-size: 12px;
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .sideBarMenu .contact-info .body p a {
        font-size: 13px;
    }
}

/*for coupon section start*/
button.razorpay-payment-button {
    width: 100%;

    display: inline-block;
    font-weight: 400;
    color: #212529;

    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

form.addcoupon label {
    width: 100% !important;
    display: block;
    position: relative;
    margin: 0;
}
form.addcoupon label .form-control {
    height: 45px;
    border-radius: 0;
    padding-right: 170px !important;
    box-shadow: none !important;
    outline: none;
}
form.addcoupon {
    position: relative;
    padding: 20px !important;
}
form.addcoupon p {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    margin-bottom: 5px;
}
form.addcoupon button.btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #38a745;
    border-color: #38a745;
    border-radius: 0;
    width: 150px;
    box-shadow: none !important;
    outline: none;
}
a.btn.btn-danger.apply_btn_close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 0;
    background: #38a746;
    border-color: #38a749;
}
.alert.alert-success.alert-block.green {
    color: #38a746;
    padding: 0;
    background: transparent;
    border: 0;
}
.alert.alert-success.alert-block.green .close {
    display: none;
}
.alert.alert-success.alert-block.alert-success {
    padding: 0;
    background: transparent;
    border: 0;
}
.alert.alert-success.alert-block.alert-success .close {
    display: none;
}
/*coupon section end here*/
@media (max-width: 767px) {
    form.addcoupon button.btn {
        position: relative;
    }
}
.elementary_sec01 {
    padding: 150px 0 50px 0;
}
.elementary_sec01 .heading-inner {
    padding: 0 0 50px 0;
}
.elementary_banner01 img {
    object-fit: cover;
    width: 100%;
}
.elementary_sec01 .elementary_sec01_detail h3 {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.elementary_sec01.about-service-area .contact-card {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
}
.elementary_sec02 {
    position: relative;
    overflow: hidden;
    margin: -100px 0 0 0;
    padding: 125px 0 85px !important;
}
.elementary_sec02::before {
    position: absolute;
    background-repeat: no-repeat;
    content: "";
    left: -530px;
    top: 15px;
    width: 1345px;
    height: 1207px;
    pointer-events: none;
    background-image: url(../image/shape-1.png);
    background-size: 100%;
    transform: rotate(-20deg);
}
.elementary_sec02::after {
    position: absolute;
    background-repeat: no-repeat;
    content: "";
    right: -530px;
    bottom: 480px;
    width: 1226px;
    height: 1356px;
    pointer-events: none;
    background-image: url(../image/shape-2.png);
    background-size: 100%;
}
.elementary_sec02 .container {
    position: relative;
    z-index: 10;
}
.how-work-section.elementary_sec02 ul li:last-child::before {
    background: url(../image/bottom-shape-3.png);
    background-repeat: no-repeat;
    width: 459px;
    right: -270px;
    opacity: 0;
}
.elementary_banner01 {
    background: url(../image/elementary_banner01_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}
.elementary_banner01main {
    overflow: hidden;
    padding: 53px 0 0 0;
}
.elementary_banner01 .elementary_banner01_image01 {
    float: left;
}
.elementary_banner01 .elementary_banner01_image01 img {
    width: 428px;
    display: block;
}
.elementary_banner01 .elementary_banner01box {
    padding: 110px 0 0 439px;
}
.elementary_banner01 .elementary_banner01box h1 {
    font-size: 56px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-family: "bebas_kairegular", "Niramit", sans-serif;
    line-height: 59px;
}
.elementary_banner01 .elementary_banner01box h1 span {
    color: #2fb463;
}
.elementary_banner01 .elementary_banner01box .elementary_banner01boxin {
    padding: 73px 0 0 110px;
}
.elementary_banner01
    .elementary_banner01box
    .elementary_banner01boxin
    .elementary_banner01boxin_item01 {
    font-size: 63px;
    font-family: "bebas_kairegular", "Niramit", sans-serif;
    float: left;
    position: relative;
}
.elementary_banner01
    .elementary_banner01box
    .elementary_banner01boxin
    .elementary_banner01boxin_item01
    span {
    color: #2fb463;
}
.elementary_banner01
    .elementary_banner01box
    .elementary_banner01boxin
    .elementary_banner01boxin_item01
    .now01_img {
    width: 82px;
    position: absolute;
    right: 3px;
    top: -29px;
}
.elementary_banner01
    .elementary_banner01box
    .elementary_banner01boxin
    .elementary_banner01boxin_item02 {
    float: left;
    padding: 24px 0 0 9px;
}
.elementary_banner01
    .elementary_banner01box
    .elementary_banner01boxin
    .elementary_banner01boxin_item02
    img {
    width: 186px;
    display: block;
}
.elementary_banner01
    .elementary_banner01box
    .elementary_banner01boxin
    .elementary_banner01boxin_item03 {
    float: left;
    margin: 12px 0 0 -13px;
}
.elementary_banner01
    .elementary_banner01box
    .elementary_banner01boxin
    .elementary_banner01boxin_item03
    img {
    width: 179px;
    display: block;
}
section.how-work-section.elementary_sec02 ul li .contant-how,
section.how-work-section ul li:nth-child(2n) .contant-how {
    width: 50%;
}
.elementary_sec02img01 {
    display: -ms-flexbox;
    display: flex;
    margin: 24px 0px 0 0px;
    /*margin: 24px 34px 0 -100px;*/
    justify-content: end;
}
.elementary_sec02img01 .elementary_sec02img01-3 {
    margin: 38px -38px 0 -30px;
    position: relative;
    z-index: 10;
}
.elementary_sec02img01 .elementary_sec02img01-1 {
    position: relative;
    z-index: 10;
    margin: 87px -39px 0 0;
}
.elementary_sec02img01 img,
.elementary_sec02img02 img,
.elementary_sec02img03 img,
.elementary_sec02img04 img {
    max-width: 100%;
}
.elementary_sec02img02 {
    padding: 0 0px;
    /*padding: 0 19px;*/
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0 0 0px;
    justify-content: start;
}
.elementary_sec02img02 .elementary_sec02img02-2 {
    position: relative;
    z-index: 10;
    margin: 46px 0 0 -38px;
}
.elementary_sec02img03 {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 0;
    /*margin: 0 165px 0 -100px;*/
    justify-content: end;
}
.elementary_sec02img03 .elementary_sec02img03-3 {
    margin: 36px 0 0 0;
}
.elementary_sec02img03 .elementary_sec02img03-2 {
    position: relative;
    z-index: 10;
    margin: 0 -15px 0 0;
}
.elementary_sec02img03 .elementary_sec02img03-1 {
    position: relative;
    z-index: 20;
    margin: 142px -24px 0 0;
}
.elementary_sec02img04 {
    padding: 0 0px;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 0px;
    /*margin: 82px 0 0 -16px;*/
    justify-content: start;
}
.elementary_sec02img04 .elementary_sec02img04-1 {
    margin: 216px -16px 0 0;
    position: relative;
    z-index: 10;
}
@media (max-width: 1439px) {
   
    .elementary_banner01
        .elementary_banner01box
        .elementary_banner01boxin
        .elementary_banner01boxin_item02 {
        padding: 15px 0 0 0px;
    }
    .elementary_banner01 .elementary_banner01box .elementary_banner01boxin {
        padding: 73px 0 0 0px;
    }
    .elementary_banner01
        .elementary_banner01box
        .elementary_banner01boxin
        .elementary_banner01boxin_item01 {
        font-size: 50px;
    }
    .elementary_banner01
        .elementary_banner01box
        .elementary_banner01boxin
        .elementary_banner01boxin_item01
        .now01_img {
        width: 82px;
        position: absolute;
        right: -13px;
        top: -36px;
    }
    .elementary_banner01
        .elementary_banner01box
        .elementary_banner01boxin
        .elementary_banner01boxin_item02
        img {
        width: 176px;
    }
}

@media (max-width: 1365px) {
}

@media (max-width: 1199px) {
    .elementary_banner01 .elementary_banner01box {
        padding: 0px 0 0 439px;
    }
    .elementary_banner01 .elementary_banner01box .elementary_banner01boxin {
        padding: 40px 0 0 0px;
    }
    .elementary_sec02 {
        margin: 0px 0 0 0;
        padding: 50px 0 85px !important;
    }
    .elementary_sec02::before {
        left: -100px;
        top: 0px;
        width: 500px;
        height: 500px;
    }
    .elementary_sec02::after {
        right: -100px;
        bottom: 0;
        width: 500px;
        height: 500px;
    }
    .elementary_sec02img03 .elementary_sec02img03-3 {
        margin: 18px 0 0 0;
    }
    .elementary_sec02img04 .elementary_sec02img04-1 {
        margin: 182px -10px 0 0;
    }
}

@media (max-width: 1023px) {
    .elementary_banner01 .elementary_banner01box {
        padding: 60px 0 0 229px;
    }
    .elementary_banner01 .elementary_banner01box .elementary_banner01boxin {
        padding: 60px 0 0 0px;
    }
    .elementary_banner01 .elementary_banner01_image01 img {
        width: 250px;
        margin: 0 0 0 0;
    }
    .elementary_banner01 .elementary_banner01box h1 {
        font-size: 30px;
        line-height: 32px;
    }
    .elementary_banner01
        .elementary_banner01box
        .elementary_banner01boxin
        .elementary_banner01boxin_item01 {
        font-size: 30px;
    }
    .elementary_banner01
        .elementary_banner01box
        .elementary_banner01boxin
        .elementary_banner01boxin_item01
        .now01_img {
        width: 52px;
        right: -11px;
        top: -25px;
    }
    .elementary_banner01
        .elementary_banner01box
        .elementary_banner01boxin
        .elementary_banner01boxin_item02
        img {
        width: 126px;
    }
    .elementary_banner01
        .elementary_banner01box
        .elementary_banner01boxin
        .elementary_banner01boxin_item02 {
        padding: 3px 0 0 0px;
    }
    .elementary_banner01
        .elementary_banner01box
        .elementary_banner01boxin
        .elementary_banner01boxin_item03 {
        margin: 0px 0 0 0px;
    }
    .elementary_banner01
        .elementary_banner01box
        .elementary_banner01boxin
        .elementary_banner01boxin_item03
        img {
        width: 100px;
    }
    .elementary_sec02img01 .elementary_sec02img01-1 {
        margin: 57px -19px 0 0;
    }
    .elementary_sec02img01 .elementary_sec02img01-3 {
        margin: 14px -30px 0 -29px;
    }
    .elementary_sec02img03 .elementary_sec02img03-2 {
        margin: 0 -7px 0 0;
    }
    .elementary_sec02img04 .elementary_sec02img04-1 {
        margin: 138px -10px 0 0;
    }
}

@media (max-width: 767px) {
    .video-inner {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .elementary_banner01main {
        padding: 30px 0 0 0;
    }
    .elementary_banner01 .elementary_banner01_image01 {
        width: 100%;
    }
    .elementary_banner01 .elementary_banner01_image01 img {
        width: 250px;
        margin: 0 auto;
    }
    .elementary_banner01 .elementary_banner01box {
        padding: 30px 20px 30px 20px;
        float: left;
        width: 100%;
    }
    .elementary_sec01 {
        padding: 25px 0;
        margin-bottom: 10px;
    }
    .elementary_sec01 .heading-inner {
        padding: 0 0 30px 0;
    }
    section.how-work-section.elementary_sec02 ul li .contant-how,
    section.how-work-section ul li:nth-child(2n) .contant-how {
        width: 100%;
    }
    .elementary_sec02 {
        margin: 0px 0 0 0;
        padding: 30px 0px !important;
    }
    .elementary_sec02img01,
    .elementary_sec02img02,
    .elementary_sec02img03,
    .elementary_sec02img04 {
        width: 500px;
        margin: 20px auto 0 auto;
        justify-content: center;
    }
    .elementary_sec02img01 .elementary_sec02img01-1 {
        margin: 60px -29px 0 0;
    }
    .elementary_sec02img04 .elementary_sec02img04-1 {
        margin: 198px -10px 0 0;
    }
    .elementary_sec02::before {
        width: 300px;
        height: 300px;
    }
    .elementary_sec02::after {
        width: 300px;
        height: 300px;
    }
}
.iframe-video-inner .modal-body div iframe {
    height: 500px !important;
    width: 100% !important;
}
@media (max-width: 575px) {
    .elementary_sec02img01,
    .elementary_sec02img02,
    .elementary_sec02img03,
    .elementary_sec02img04 {
        width: 290px;
    }
    .elementary_sec02img04 .elementary_sec02img04-1 {
        margin: 115px -5px 0 0;
    }
    .elementary_banner01
        .elementary_banner01box
        .elementary_banner01boxin
        .elementary_banner01boxin_item03 {
        float: right;
    }
    .iframe-video-inner .modal-body div iframe {
        height: 470px !important;
        position: relative !important;
        width: 100% !important;
        margin: auto !important;
        height: auto !important;
    }
    .iframe-video-inner .modal-content {
        align-items: center;
        width: auto;
    }
    .testimonial_popup .modal-dialog .modal-content .modal-body {
        height: auto;
    }
    .testimonial_popup .modal-body > div {
        line-height: 0;
    }
    .iframe-video-inner .modal-body div iframe {
        height: auto !important;
    }
}
.about-left-img {
    position: relative;
}
.video-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    display: block;
    text-align: center;
    font-size: 80px;
}
.video-icon {
    color: #000;
}
.video-icon:hover {
    color: #2fb463;
}
.how-work-section .elementary_sec02img04 .elementary_sec02img04-1 .video-icon {
    font-size: 36px;
    margin-top: -21px;
}

#video_img_12 {
    opacity: 0.5;
}
.btn.btn-danger.apply_btn_close {
    margin-left: auto;
    float: right;
    margin-top: -80px;
    position: relative;
    right: 21px;
    width: 50px;
    height: 45px;
    border-radius: 0px;
    background: #27a645;
    border-color: #27a645;
}
.Removecoupon {
    padding: 0 !important;
}
.alert.alert-success.alert-block strong {
    color: red;
}
.alert.alert-success.alert-block.green strong {
    color: #28a745;
}
form.addcoupon {
    padding: 20px 20px 35px !important;
}
.alert.alert-success.alert-block.green {
    position: absolute;
    bottom: -7px;
}
form#login-form h1 {
    font-size: 28px;
    font-family: "Roboto", sans-serif;
}
.commanhheading1 {
    font-size: 28px !important;
    font-family: "Roboto", sans-serif !important;
}
section#imageGallery .heading h2 {
    font-family: "Niramit", sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #382c4d;
    margin-bottom: 20px;
}

/*for slider 25 position start */
.inner-wrapper-slider .container {
    position: initial;
}
.inner-wrapper-slider .col-md-6 {
    position: inherit;
}

.row-1-col-0 {
    position: absolute;
    transform: translateX(-0%);
    left: 0%;
    top: 0;
}
.row-1-col-1 {
    position: absolute;
    transform: translateX(-25%);
    left: 25%;
    top: 0;
}
.row-1-col-2 {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
}
.row-1-col-3 {
    position: absolute;
    transform: translateX(-75%);
    left: 75%;
    top: 0;
}
.row-1-col-4 {
    position: absolute;
    transform: translateX(0%);
    right: 0;
    top: 0;
}

.row-2-col-0 {
    position: absolute;
    transform: translate(0%, -25%);
    left: 0%;
    top: 25%;
}
.row-2-col-1 {
    position: absolute;
    transform: translate(-25%, -25%);
    left: 25%;
    top: 25%;
}
.row-2-col-2 {
    position: absolute;
    transform: translate(-50%, -25%);
    left: 50%;
    top: 25%;
}
.row-2-col-3 {
    position: absolute;
    transform: translate(-75%, -25%);
    left: 75%;
    top: 25%;
}
.row-2-col-4 {
    position: absolute;
    transform: translate(0%, -25%);
    right: 0;
    top: 25%;
}

.row-3-col-0 {
    position: absolute;
    transform: translate(0%, -50%);
    left: 0%;
    top: 50%;
}
.row-3-col-1 {
    position: absolute;
    transform: translate(-25%, -50%);
    left: 25%;
    top: 50%;
}
.row-3-col-2 {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.row-3-col-3 {
    position: absolute;
    transform: translate(-75%, -50%);
    left: 75%;
    top: 50%;
}
.row-3-col-4 {
    position: absolute;
    transform: translate(0%, -50%);
    right: 0;
    top: 50%;
}

.row-4-col-0 {
    position: absolute;
    transform: translate(0%, -75%);
    left: 0%;
    top: 75%;
}
.row-4-col-1 {
    position: absolute;
    transform: translate(-25%, -75%);
    left: 25%;
    top: 75%;
}
.row-4-col-2 {
    position: absolute;
    transform: translate(-50%, -75%);
    left: 50%;
    top: 75%;
}
.row-4-col-3 {
    position: absolute;
    transform: translate(-75%, -75%);
    left: 75%;
    top: 75%;
}
.row-4-col-4 {
    position: absolute;
    transform: translate(0%, -75%);
    right: 0;
    top: 75%;
}

.row-5-col-0 {
    position: absolute;
    transform: translate(0%, -100%);
    left: 0%;
    top: 100%;
}
.row-5-col-1 {
    position: absolute;
    transform: translate(-25%, -100%);
    left: 25%;
    top: 100%;
}
.row-5-col-2 {
    position: absolute;
    transform: translate(-50%, -100%);
    left: 50%;
    top: 100%;
}
.row-5-col-3 {
    position: absolute;
    transform: translate(-75%, -100%);
    left: 75%;
    top: 100%;
}
.row-5-col-4 {
    position: absolute;
    transform: translate(0%, -100%);
    right: 0;
    top: 100%;
}

.top-left {
    position: absolute;
    top: 0;
    transform: translateY(-160px);
}
.position-left-top-b {
    position: absolute;
    bottom: -80px;
    left: 0px;
}

/*for slider 25 position  end here*/

.nav-menu ul li:hover .submenu {
    display: block;
}
.nav-menu ul li .submenu {
    display: none;
    position: absolute;
    width: 160px;
    left: 15px;
    text-align: left;
    background: #2fb463;
    top: 22px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    overflow: hidden;
}
.nav-menu ul li .submenu li {
    display: block;
    line-height: inherit;
    padding: 0;
}
.nav-menu ul li .submenu li a {
    display: block;
    padding: 15px 10px;
    font-size: 13px;
    color: #222;
}
.nav-menu ul li .submenu li a:hover {
    background: #2fb463;
    color: #fff;
}
.nav-menu ul li .submenu li a::before {
    display: none;
}
.inner-wrapper-slider .col-md-6 {
    position: inherit;
    height: 100%;
    display: flex;
    align-items: center;
}
section.home-banner .item .row {
    height: 100%;
}
.inner-wrapper-slider .container {
    height: 100%;
}
/* Add New Css 04-01-2022 */
.home-banner .inner-wrapper-slider .container {
    margin: 0 !important;
}
.countdown1 {
    padding: 20px 0;
}
.countdown1 h3,
.countdown_div01outer h3 {
    text-align: center;
    color: #2fb463;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0 0 30px 0;
}
.countdown1 ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.countdown1 ul li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}
.countdown1 ul li .circle_percent {
    font-size: 100px;
    width: 98px;
    height: 98px;
    position: relative;
    background: #ebebeb;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.countdown1 ul li .circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em 0.5em);
}
.countdown1 ul li .round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #e4a6d2;
    clip: rect(0 1em 1em 0.5em);
    transform: rotate(180deg);
    transition: 1.05s;
    background: rgb(44, 180, 99);
    background: -moz-linear-gradient(
        90deg,
        rgba(44, 180, 99, 1) 0%,
        rgba(29, 91, 45, 1) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(44, 180, 99, 1) 0%,
        rgba(29, 91, 45, 1) 100%
    );
    background: linear-gradient(
        90deg,
        rgba(44, 180, 99, 1) 0%,
        rgba(29, 91, 45, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2cb463",endColorstr="#1d5b2d",GradientType=1);
}
.countdown1 ul li .circle_inbox {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}
.countdown1 ul li .percent_text {
    position: absolute;
    font-size: 28px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.countdown1 ul li .title_name {
    text-align: center;
    color: #005a00;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 0 0;
    text-transform: uppercase;
}
.countdown1 ul li .percent_more .circle_inner {
    clip: rect(0 0.5em 1em 0em);
}
.countdown1 ul li .percent_more::after {
    position: absolute;
    left: 0.5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #238044;
    content: "";
}
/* End Add New Css 04-01-2022 */
.newsletter1 {
    padding: 50px 0px;
    border-top: #fafafa 5px solid;
}
.newsletter1 .newsletter1_image {
    text-align: center;
}
.newsletter1_form label {
    display: none;
}
.newsletter1_form .form-control {
    border: 0;
    height: 50px;
    padding: 0;
    border-bottom: #2fb463 1px solid;
    border-radius: 0;
    box-shadow: none !important;
}
.newsletter1_form .btn-submit {
    padding-top: 30px;
}
.countdown_div01 .ClassyCountdown-wrapper > div {
    margin: 2px;
    width: calc(25% - 4px);
}
.countdown_div01 .ClassyCountdown-wrapper .ClassyCountdown-value {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
}
.countdown_div01 .ClassyCountdown-wrapper .ClassyCountdown-value .value1 {
    font-size: 28px !important;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 400;
}
.countdown_div01 .ClassyCountdown-wrapper .ClassyCountdown-value .value1_n {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: -30px;
    color: #005a00;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}
.countdown_div01outer {
    padding: 0 0 40px 0;
}

@media (max-width: 1439px) {
    .countdown1 ul li .circle_percent {
        width: 86px;
        height: 86px;
        font-size: 90px;
    }
}
@media (max-width: 1199px) {
    .countdown1 ul li .circle_percent {
        width: 73px;
        height: 73px;
        font-size: 80px;
    }
    .countdown1 h3,
    .countdown_div01outer h3 {
        font-size: 24px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    section.home-banner .item figure {
        height: 100%;
    }

    section.home-banner .item figure img {
        height: 100% !important;
    }
    section.home-banner .banner-content .green-btn {
        font-size: 15px !important;
        padding: 10px 30px !important;
        line-height: normal;
    }
    section.home-banner .banner-content p {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    #mainSlider #owl-main.height-md .item {
        height: 400px !important;
    }
    section.home-banner .item figure {
        height: 100%;
    }

    section.home-banner .item figure img {
        height: 100% !important;
    }
    section.home-banner .banner-content .green-btn {
        font-size: 15px !important;
        padding: 10px 30px !important;
        line-height: normal;
    }
    section.home-banner .banner-content p {
        font-size: 15px;
    }
    #mainSlider .owl-ui-lg .owl-prev,
    #mainSlider .owl-ui-lg .owl-next {
        width: 40px;
        height: 40px;
    }
    #mainSlider .owl-ui-lg .owl-prev,
    #mainSlider .owl-ui-lg .owl-next {
        color: #fff;
        font-size: 28px !important;
    }
}
@media (max-width: 991px) {
    .countdown1 ul li .circle_percent {
        width: 100px;
        height: 100px;
        font-size: 100px;
    }
    .nav-menu ul li .submenu {
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 10;
        top: 100%;
    }
}
@media (max-width: 767px) {
    #mainSlider #owl-main.height-md .item {
        height: 240px !important;
    }
    .section-title {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    section.home-banner .banner-content p {
        min-height: inherit;
    }
    section.home-banner .banner-content .green-btn {
        font-size: 10px !important;
        padding: 6px 10px !important;
        line-height: normal;
        margin-right: 0.2rem !important;
    }
    .countdown1 ul li .title_name {
        font-size: 13px;
    }
    .countdown1 ul li .percent_text {
        font-size: 22px;
    }
    .countdown1 h3,
    .countdown_div01outer h3 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    .countdown_div01 .ClassyCountdown-wrapper .ClassyCountdown-value .value1 {
        font-size: 22px !important;
    }
}
@media (max-width: 575px) {
    .countdown1 ul li .circle_percent {
        width: 70px;
        height: 70px;
        font-size: 70px;
    }
}
@media (max-width: 479px) {
    #mainSlider #owl-main.height-md .item {
        height: 220px !important;
    }
    section.home-banner .banner-content .green-btn {
        font-size: 8px !important;
        padding: 5px 5px !important;
    }
}

/*==========
Popup Notification additional css Start
=========*/
/* .popup-notification {background: rgba(0,0,0,0.5); padding: 0 !important;} */
/*.popup-notification .modal-dialog {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    max-width: 977px;
}
.popup-notification .modal-header {
    padding: 13px 15px !important;
    position: relative;
}
.popup-notification .modal-header h5 p {
    margin: 0;
    font-weight: 600;
    color: #382c4d;
    font-family: "Niramit", sans-serif;
}
.popup-notification .modal-header h5 p strong span {
    background: #2fb463 !important;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    font-weight: normal;
}
.popup-notification .modal-header .close {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background: #2fb463;
    opacity: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    top: 0;
    font-size: 28px;
    border-radius: 100px;
}
.popup-notification .banner-content .green-btn {
    padding: 10px 20px !important;
    font-size: 14px !important;
    height: auto !important;
    line-height: 17px !important;
}
.popup_image_bg {
    background-size: 100% !important;
}
section.home-banner .popup_image_bg figure img {
    width: 100%;
    height: 500px !important;
}
.popup-notification section.home-banner .item {
    padding: 0 !important;
}
.popup-notification .banner-content .green-btn {
    position: relative;
    z-index: 999;
    pointer-events: fill;
}
.popup-notification .inner-wrapper-slider {
    pointer-events: none;
}*/
.home-banner .inner-wrapper-slider {
    pointer-events: none;
}
.home-banner .inner-wrapper-slider .slider-btn {
    z-index: 999;
    pointer-events: fill;
}
/* .popup-banner .popup-banner-content{position: relative;} */
/*.popup-inner-content{position: absolute; left: 0; right: 0; top: 0; transform: inherit; height: 100%; bottom: 0; width: 100%;display: grid; place-items: center;}
.inner-col {height: 100%; width: 100%; }
.inner-col .row {height: 100%; margin: 0;}
.popup-inner-content .green-btn {border: none; background: #2fb463; color: #ffffff; text-align: center; font-size: 18px; font-weight: 600; text-transform: uppercase; -webkit-box-shadow: 0px 25px 42px 0px rgb(47 180 99 / 35%); box-shadow: 0px 25px 42px 0px rgb(47 180 99 / 35%); font-family: "Niramit", sans-serif; line-height: 40px; display: inline-block; padding: 5px 30px; border: 2px solid #2fb463; }
.inner-col .row .col-md-12 {position: inherit; height: 100%; display: flex; align-items: center; }
.popup-banner-content figure {display: none; } */

/*==========
Popup Notification End
=========*/
/*.popup-notification .inner-wrapper-slider .col-md-12 {
    position: inherit;
    height: 100%;
    display: flex;
    align-items: center;
}

.popup-notification .modal-body {
    padding: 0;
}
.popup-notification .modal-header {
    padding: 0 !important;
    position: relative;
}
.popup-notification .popup_image_bg figure img {
    width: 100%;
    height: 500px !important;
}
.popup-notification .modal-header .close {
	position: absolute;
	right: 15px;
	width: 40px;
	height: 40px;
	background: #2fb46394;
	opacity: 1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 300;
	top: 15px;
	font-size: 40px;
	border-radius: 0;
	z-index: 9;
}
.popup-notification .figure_img {
	margin: 0;
}
.popup-notification .figure_img img {
	height: 500px;
	object-fit: cover;
	width: 100%;
}
*/
@media (max-width: 1199px) {
    /*div.popup-notification .banner-content .green-btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
        height: auto !important;
        line-height: 17px !important;
    }*/
}
@media (max-width: 991px) {
 /*   .popup-notification .modal-dialog {
        max-width: 100%;
    }
    .popup-notification {
        padding: 0px 30px !important;
    }*/
}
@media (max-width: 991px) {
  /*  .popup-notification {
        padding: 0px 15px !important;
    }
    .popup-notification .modal-header .close {
        width: 35px;
        height: 35px;
        font-size: 26px;
    }*/
}
@media (max-width: 767px) {
   /* div.popup-notification .banner-content .green-btn {
        font-size: 10px !important;
        padding: 6px 10px !important;
        margin-right: 0.2rem !important;
        margin-top: 0;
    }
    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1 !important;
    }*/
}
@media (max-width: 479px) {
    /*div.popup-notification .banner-content .green-btn {
        font-size: 8px !important;
        padding: 3px 4px !important;
        line-height: inherit !important;
    }*/
    /* .popup-notification .modal-dialog .modal-body {
        padding: 0px 5px;
    } */
}
.inner_dashboard .sideBarMenu ul li a.openSubMenu::before {
    content: "\ea1d";
    font-family: "boxicons" !important;
    position: absolute;
    right: 0;
    font-size: 33px;
    transform: rotate(90deg);
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
}
/* for course puchased reward point msg */
.elementary-reward-msg .modal-dialog {
    display: flex;
    align-self: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%) !important;
    top: 50%;
    max-width: 500px;
}

.elementary-reward-msg.show {
    background: rgba(0, 0, 0, 0.4);
}

.elementary-reward-msg .modal-dialog .modal-header {
    padding-top: 50px;
    text-align: center;
    display: block;
    position: relative;
    padding-bottom: 10px;
}

.elementary-reward-msg .modal-dialog .modal-header h5.modal-title {
    display: block;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #2fb463;
    font-size: 18px;
    font-weight: 600;
}

.elementary-reward-msg .modal-dialog .modal-header button.close {
    position: absolute;
    right: 15px;
    width: 50px;
    top: 15px;
    height: 50px;
    padding: 0 !important;
    background: #8be2ad;
    opacity: 1;
    text-shadow: none;
    font-size: 35px;
    color: #FFFF;
}

.elementary-reward-msg .modal-dialog .modal-body {
    text-align: center;
    background: #f7f7f7;
    padding: 50px !important;
}

.elementary-reward-msg .modal-dialog .modal-body p {
    font-size: 15px;
    line-height: 30px;
    margin: 0;
}

.elementary-reward-msg .modal-dialog .modal-header::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    right: 0;
    top: -30px;
    background: #2fb463;
    border-radius: 100px;
    margin: auto;
}

.elementary-reward-msg .modal-dialog .modal-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    border-bottom: 4px solid #FFF;
    border-right: 4px solid #FFF;
    margin: auto;
    top: -13px;
    height: 28px;
    width: 15px;
    z-index: 99;
}
.reward-scroll {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    overflow-x: auto;
}
/*.popup-notification {
   padding: 15px 15px !important;
}
.popup-notification .modal-dialog {
   height: 100%;
}
.popup-notification .figure_img.figure_img_desktop {
	display: block;
}
.popup-notification .figure_img.figure_img_mobile {
	display: none;
}
.popup-notification{bottom: 0;}*/
/* For mobile view popup notification */
@media screen and (max-width: 767px) {
    section.home-banner .popup_image_bg figure img, section.home-banner .figure_img img, .popup-notification .figure_img img {
        width: 100%;
        height: auto !important;
        object-fit: contain;
    }
  /*  .popup-notification .modal-dialog .modal-body {
      padding: 0px 0px;
    }
    .popup-notification .figure_img.figure_img_mobile {
        display: block;
    }
    .popup-notification .figure_img.figure_img_desktop {
        display: none;
    }*/
    /* to stop animation in mobile view  06-01-2022 */
    .aos-init.phone_animation_none1 {
        opacity: 1 !important;
        transition: none !important;
        transform: translate3d(0,0px,0) !important;
    }
    /*  to stop animation in mobile view  06-01-2022  end here */
    
    
}
.counter-inner .counter_box .block p strong.counter {
    overflow: hidden;
}

.iframe-video-inner .modal-content{background: transparent;border: 0;}
.iframe-video-inner {background: rgba(0,0,0,0.3);}
.custom-switch label{border-radius: 100px !important;width: 128px !important;}
.custom-switch label span.off-label{padding: 10px 25px 10px 25px !important; }
#vimeo_player_div iframe {margin: 0 !important;}
.compare-box {padding: 0 15px !important;}
.compare-box table th, .compare-box table td {font-size: 14px;}
.compare-box {padding: 0 15px !important;background: rgba(0,0,0,0.5);}
.iframe-video-inner .close {top: 15px;right: 15px !important;}
.logo-marquee {padding: 50px 0;border-bottom: 1px solid #EEE;}
@keyframes marquee {
    from {
     transform:translateX(0)
    }
    to {
     transform:translateX(-50%)
    }
   }
   @-moz-keyframes marquee {
    0% {
     -webkit-transform:translateX(0);
     -moz-transform:translateX(0);
     -o-transform:translateX(0);
     -ms-transform:translateX(0);
     transform:translateX(0)
    }
    100% {
     -webkit-transform:translate(-50%);
     -moz-transform:translate(-50%);
     -o-transform:translate(-50%);
     -ms-transform:translate(-50%);
     transform:translate(-50%)
    }
   }
   @-webkit-keyframes marquee {
    0% {
     -webkit-transform:translateX(0);
     -moz-transform:translateX(0);
     -o-transform:translateX(0);
     -ms-transform:translateX(0);
     transform:translateX(0)
    }
    100% {
     -webkit-transform:translate(-50%);
     -moz-transform:translate(-50%);
     -o-transform:translate(-50%);
     -ms-transform:translate(-50%);
     transform:translate(-50%)
    }
   }
   @-o-keyframes marquee {
    0% {
     -webkit-transform:translateX(0);
     -moz-transform:translateX(0);
     -o-transform:translateX(0);
     -ms-transform:translateX(0);
     transform:translateX(0)
    }
    100% {
     -webkit-transform:translate(-50%);
     -moz-transform:translate(-50%);
     -o-transform:translate(-50%);
     -ms-transform:translate(-50%);
     transform:translate(-50%)
    }
   }
   @keyframes marquee {
    0% {
     -webkit-transform:translateX(0);
     -moz-transform:translateX(0);
     -o-transform:translateX(0);
     -ms-transform:translateX(0);
     transform:translateX(0)
    }
    100% {
     -webkit-transform:translate(-50%);
     -moz-transform:translate(-50%);
     -o-transform:translate(-50%);
     -ms-transform:translate(-50%);
     transform:translate(-50%)
    }
   }
   #logo-owl .owl-stage {
    -webkit-animation:marquee 40s linear infinite running;
    -moz-animation:marquee 40s linear infinite running;
    -o-animation:marquee 40s linear infinite running;
    -ms-animation:marquee 40s linear infinite running;
    animation:marquee 40s linear infinite running;
   }
   .logo-marquee {
       padding: 50px 0;
       border-bottom: 1px solid #EEE;
   }
   .logo-marquee .logo-heading {
       text-align: center;
       margin-bottom: 60px;
   }
   .logo-marquee .logo-heading h2 {
       font-family: "Niramit", sans-serif;
       font-size: 40px;
       font-weight: 600;
       color: #000;
       margin-bottom: 10px;
   }
   .logo-marquee .logo-heading p {
       font-size: 18px;
       font-weight: 400;
       line-height: 30px;
       color: #2d2d2d;
   }
   #logo-owl figure{padding:0 10px; margin: 0;}
   #logo-owl figure img{width:auto; max-width: 100%;height: 40px;}
   .logo-marquee .container {
	max-width: 1140px;
}
.courses-list .courses-section .content-block ul li span.of-price{font-size: 27px;}
@media screen and (max-width: 1439px) {
    .counter-inner .counter_box .block p strong.counter{width: 82px;}
}
@media screen and (max-width: 1199px) {
    .counter-inner .counter_box .block p strong.counter{width: 72px;}
}
@media screen and (max-width: 991px) {
    .counter-inner .counter_box .block p strong.counter{width: 57px;}
    .related-courses .col-md-6 {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-service-area p{font-size: 14px;text-align: center !important;}
    .about-service-area .about-right {margin-bottom: 30px;}
    .seo-page-heading h1{font-size: 26px !important;}
    .phone_animation_none1 .section-heading h1.phone_animation_none1 {font-size: 26px;}
    .compare-box {padding: 0 15px !important;}
    .compare-box table th, .compare-box table td {font-size: 12px;padding: 10px;}
    .compare-box table td p img { width: 150px !important;height: 150px !important; object-fit: cover;}    
    .compare-box .modal-title {font-size: 15px;}
    .logo-marquee .owl-dots{display: none;}
    .logo-marquee .logo-heading h2{font-size: 28px;}
    .logo-marquee .logo-heading p{font-size: 14px;line-height: 20px;}
    .logo-marquee .logo-heading{margin-bottom: 30px;}
    .logo-marquee{  padding: 25px 0;}
    #logo-owl figure{padding: 0px 10px;}
    #logo-owl figure img{height: auto;}
    .counter-inner .counter_box .block p strong.counter{width: 57px;}
    .text-follower strong.counter{width: 50px;}
    
}
.custom-switch label {
	height: 60px;
	background: #FFF;
	display: flex;
	align-self: center;
	justify-content: center;
	border: none;
	overflow: hidden;
	cursor: pointer;
    border:0 !important;
	border-radius: 10px !important;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
	padding: 0px;align-items: center;
    width: 200px !important;
}
.custom-switch label span.on-label {
	color: #FFF !important;
	padding: 0 !important;
	justify-content: center;
	width: 100px !important;
	height: 100%;
	background: #2fb463 !important;
}.custom-switch label span.on-label::before, .custom-switch label span.off-label::before{display: none;}
.custom-switch label span.off-label{display: flex !important;background: transparent !important;padding: 0 !important;justify-content: center;width: 100px !important;}
.custom-switch input:checked + label span.on-label {
	display: flex !important;
    color: #666 !important;
    background: transparent !important;
}
.custom-switch label span.off-label{height: 100%;}
.custom-switch input:checked + label span.off-label
{
    color: #FFF !important;
    background: #2fb463 !important;
}

.fixed-top{position: inherit;}
#header .fixed-top{top: 0;}
.nexbodyflex {
	position: fixed;
	animation: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	left: 0;
	right: 0;
	z-index: 999;
    top: 0;
}
.top_notification_alert_bar p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.top_notification_alert_bar {
    padding: 10px !important;
    position: relative;
    border-radius: 0;
}
#header .fixed-top{top: 0;}
.fixed-top {
	position: relative;
}
#topbar.topbar-scrolled {
	top: 0;
}
.alert-dismissible .close{height: 100%;width: 50px;}
.top_notification_alert_bar{padding-right: 70px !important;}
.nexbodyflex #topbar {
	display: none !important;
}
.counter-inner .counter_box .block p{display: flex;justify-content: center;}
.counter-inner .counter_box .block p strong.counter{margin: 0;text-align: center !important; display: inline-block;}
span.cut-price {
    color: #a9a8a8;
    display: inline-block;
    padding-left: 10px;
    text-decoration: line-through;
    font-size: 12px;
    position: relative;
}
span.cut-price span.of-price {
    display: inline-block;
    padding-left: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #2fb463;
    width: 200px;
}
.courses-sidebar-information ul li span.d-flex {
    width: auto;
    margin-left: auto;
    float: right;
    white-space: nowrap;
}
.courses-sidebar-information ul li span.d-flex span.of-price {
    width: auto;
    font-size: 16px;
    float: none;
}
.courses-section .courses-box .courses-image .coures-price span.of-price {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}
.courses-sidebar-information ul li span{    width: 148px;}
 .header-new .navbar-brand img {
	width: 100%;
}
 .header-new .navbar-brand {
	max-width: 235px;
}
.expired-btn.same-join-btn {
	opacity: 0.5;
}
.single-courses-box .courses-box-footer ul .courses-price span.of-price {
	font-size: 18px;
	color: #2fb463;
	text-decoration: initial;
}
@media screen and (max-width: 767px) {
    .courses-section .courses-box .courses-image .coures-price{font-size: 14px;}
    .courses-section .courses-box .courses-image .coures-price span.of-price{font-size: 14px;}
    .courses-section .courses-box .courses-image .coures-price{text-align: center;}
    .courses-section .courses-box .courses-image .coures-price span.cut-price{padding-left: 0; text-align: center;display: inline;}
    .inner_dashboard .col-md-9 .sideBar .table-responsive {
        height: auto !important;padding: 15px;
    }
    .inner_dashboard .col-md-9 .sideBar .subscribe_now_btn {
        margin-bottom: 20px;
    }
}



/*---------------------------------
New Css
---------------------------------------*/
.single-courses-box .courses-box-footer ul {
	flex-wrap: wrap;
}
.single-courses-box .courses-box-footer ul li {
	width: 100%;
	max-width: 100% !important;
}
.single-courses-box .courses-box-footer ul li.courses-price {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.single-courses-box{height: 100%;}
.single-courses-box .courses-box-footer ul .courses-price span{width: auto;}
.same-join-btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	line-height: normal;
	border: 0;
	cursor: pointer;
}
.courses-section .courses-box .courses-image .coures-price .cut-price {
    text-decoration: initial;
}
.courses-section .courses-box .courses-image .coures-price .cut-price em {
    font-style: inherit;
    text-decoration: line-through;
}
#header{height: auto;}
@media (min-width: 1200px) and (max-width: 1750px) {
    .courses-section .courses-box .courses-image .coures-price{display: flex; white-space: nowrap;align-items: center;}

}
@media (min-width: 1200px) and (max-width: 1439px) {
    .single-courses-box .courses-box-footer{padding: 20px 15px;}
    .single-courses-box .courses-content{padding: 25px 15px 20px;}
    .single-courses-box .courses-box-footer ul .courses-price{font-size: 16px;;}
    .courses-sidebar-information ul li span{font-size: 13px;}
    .courses-sidebar-information ul li span.d-flex span.of-price{font-size: 13px;padding-left: 6px;}
    .courses-sidebar-information ul li{font-size: 13px;}
    .courses-sidebar-information ul li span{width: auto;}
    .courses-sidebar-information ul li{padding: 12px 10px;}
    .courses-sidebar-information ul li span.d-flex{padding-top: 7px;}
    .inner_dashboard {
        padding: 50px 0;
    }
    
}
@media screen and (max-width: 1199px) {
    .courses-section .courses-box .courses-image .coures-price span.cut-price{text-align: center; padding-left: 0;}
    .courses-section .courses-box .courses-image .coures-price{text-align: center;width: 100%;}
    .courses-section .courses-box .courses-image .coures-price span.of-price{display: block;width: 100%;padding: 0;}
    .courses-section .courses-box .courses-image .coures-price span.cut-price{display: block;width: 100%;padding: 0;}
    .courses-list .courses-section .content-block ul li span.of-price{font-size: 23px !important;top: -10px !important;}
    .courses-section .courses-box .courses-image .coures-price span.cut-price{width: 100%;padding: 0;justify-content: center;white-space: nowrap;align-items: center;display: flex;}
    .courses-section .courses-box .courses-image .coures-price span.of-price { display: block;width: auto;padding-left: 10px;}
    .inner_dashboard {
        padding: 50px 0;
    }
}

@media screen and (max-width: 479px) {
    .courses-list .courses-section .content-block ul li span.cut-price{display: block !important;padding-top: 10px !important;}
    .courses-list .courses-section .content-block ul li span.of-price{top: 0 !important;}
}

.inner_dashboard .col-md-9 .sideBar{height: 100%;}
.sideBarMenu {
	height: 100%;
}
.inner_dashboard .col-md-9 .sideBar .table-responsive{height: 100%;}
.inner_dashboard .col-md-9 .sideBar .table-responsive {
	height: 87%;
}


@media screen and (max-width: 767px) {
    .nexbodyflex .right-nav.d-lg-none {
        display: none;
    }
    .courses-list .courses-section .content-block .add_to_cart_button{margin-bottom: 15px;}
}

.owl-carousel .owl-stage {
	display: flex;
    align-items: center;
    justify-items: center;
}
#logo-owl figure{display: flex; align-items: center; justify-content: center;}
.inner_dashboard .col-md-9 .sideBar .table-responsive.elementary-subscribe {
    height: auto !important;padding: 15px;
}
.inner_dashboard .col-md-9 .sideBarMenu h3{padding-bottom: 25px;}
.inner_dashboard .sideBarMenu ul li a i {
	margin-right: 4px;
	width: 15px;
}
.sideBarMenu ul li .gtf-animaction-pro .pro_ani{left: 90px;}
.footer-links .sub-input-box #parsley-id-15 {
    position: absolute;
    padding: 0 !important;
    margin: 0;
}
.footer-links .sub-input-box #parsley-id-15 li {
    margin: ;
    padding: 0;
}

.logo-marquee .logo-heading p{line-height: normal;}
input[type=number] 
 { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
#coursesVideoPopup .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    top: -20px;
    text-shadow: none;
    color: #FFF;
    background: #2fb463 !important;
    opacity: 1;
    border-radius: 5px;
    right: -6px;
}
.nav-menu ul li .submenu {
    border: 0 !important;
    background: transparent;
    border-radius: 0;
    top: 16px;
    padding-top: 15px;
}

.nav-menu ul li .submenu li {
    display: block;
    line-height: inherit;
    padding: 0;
    border: 0;
}
.nav-menu ul li .submenu li a {
    border: 0 !important;
    padding: 15px 15px;
    background: #FFF;
    border-bottom: 1px solid #EEE !important;
}
.footer_bottom_links_alt {
    padding: 0 15px !important;
}
input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
.footer_bottom_links_alt {padding: 0 15px !important; }
.logo-marquee .logo-heading p span{font-size: 26px !important; }
.copyright{font-size: 14px;}
.copyright p {font-size: 14px;color: #fff;margin: 0;padding-left: 0;}
.about-section .green-btn{padding: 7px 30px;font-size: 15px;}
.tagline-alt h4{font-size:26px !important;}
section.how-work-section .heading-inner h2, .elementary_sec01 .heading-inner h2{padding: 10px;}
.section-heading h3{font-size: 26px !important;}
.seo-page-heading h4{font-size: 26px !important}
.seo-page-heading h5{font-size: 26px !important;}
.box-shadow-1 {width: 100%; margin-bottom: 20px;}
.seo-page-heading h6{font-size: 26px !important;}
.nav-menu .navbar-collapse ul li{padding:0;}
.nav-menu .navbar-collapse ul li a{padding: 15px 0;}
.nav-menu ul li a::before{bottom: 0;}
.nav-menu .navbar-collapse ul li .dropdown-menu {margin: 0 !important; position: ; width: 100% !important; margin: 0 !important; min-width: 100% !important; position: relative !important;border: 0;text-align: center; }
#header .navbar-nav .dropdown-menu a{line-height: normal;}
#header .navbar-nav .dropdown-menu a.dropdown-item.logout_button input#c_btn{text-align: center;}
section#testimonials button {width: 40px; height: 40px; background: #2fb463; text-align: ; display: flex; align-items: center; justify-content: center; font-size: 25px !important; color: #FFFF !important; }
section#testimonials button i {color: #FFF;}
section#imageGallery .heading h2{font-size: 26px !important;}
.nav-menu .navbar-collapse ul li.nav-item.dropdown-class a {position: relative; }
.nav-menu .navbar-collapse ul li.nav-item.dropdown-class a::after {display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.nav-menu .navbar-collapse ul li.nav-item.dropdown-class ul li a::after{display: none;}
.nav-menu .navbar-collapse ul li.nav-item.dropdown-class .submenu {position: relative; display: none; width: 100%; padding: 0; top: 0; }
.nav-menu .navbar-collapse ul li.nav-item.dropdown-class .submenu.submenu-open{display: block;}

}
.certificate_sec .table td form {
    display: inline-block;
}
.certificate_sec .table td  a {
    text-align: center;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
}
.certificate_sec .table td a i {
    font-size: 21px !important;
}
.nav-menu ul li.course_drop ul.submenu {
    min-width: 355px;
}
.nav-menu ul li.course_drop ul.submenu li:first-child a{
    position: relative;
    
}
.nav-menu ul li.course_drop ul.submenu1 li:first-child a span{ animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-name: proanicolor;    padding: 2px;
    border-radius: 7px;
    width: 45px;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px !important;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 3px;
    position: relative;
    top: 0px;
    left: 10px;}
@keyframes proanicolor {
    0% {
        background: #139705;
        /*transform:scale(.8);*/
    }
    49% {
        background: #139705;
        /*transform:scale(1)*/
    }
    60% {
        background: #444;
        /*transform:scale(1)*/
    }
    99% {
        background: #444;
        /*transform:scale(1)*/
    }
    100% {
        background: #444;
        /*transform:scale(1)*/
    }
}

.nav-menu .course_drop  .dropopen {
    display: none;
}
.nav-menu ul li  ul.submenu1 {
    display: none;
    position: absolute;
    width: 160px;
    left: 15px;
    text-align: left;
    overflow: hidden;
    border: 0 !important;
    background: transparent;
    border-radius: 0;
    top: 16px;
    padding-top: 15px;
}
.nav-menu ul li .submenu1 li {
    display: block;
    line-height: inherit;
    padding: 0;
    border: 0;
    position: relative;
}
.nav-menu ul li .submenu1 li a {
    border: 0 !important;
    padding: 15px 15px;
    background: #FFF;
    border-bottom: 1px solid #EEE !important;
    font-size: 13px;
    color: #222;
    display: block;
}
.nav-menu ul li .submenu1 li a:hover {
    background: #2fb463;
    color: #fff;
}
.nav-menu ul li.course_drop ul.submenu1 {
    min-width: 355px;
}
.nav-menu ul li:hover  ul.submenu1{display: block;}
@media screen and (max-width: 991px) {
    .nav-menu .course_drop {position: relative;}
    .nav-menu .course_drop a:after{display: none !important;}
    .nav-menu .course_drop .dropopen {
        width: 40px;
        height: 33px;
        position: absolute;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        z-index: 1;
        top: 0;
    }
    .nav-menu .course_drop .dropopen::before{display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
    .nav-menu .course_drop  ul.submenu1.submenu-open {display: none !important;}
    .nav-menu ul li.course_drop ul.submenu1 {
        min-width: 100%;
        left: 0;
        width: 100%;
        padding: 0;
    }
    .nav-menu ul li.course_drop ul.submenu1 {
        display: none !important;
        top: 32px;
    }
    .nav-menu ul li:hover .submenu1 {
        display: none;
    }
    .nav-menu ul li ul li a {
        border: 0 !important;
        padding: 15px 15px 0;
        background: #FFF;
        border-bottom: 0;
    }
    .nav-menu ul li.course_drop ul.submenu1.show-drop {
        display: block !important;
        background: #FFF !important;
        z-index: 99;
    }
    .nav-menu ul.submenu1 li a:before{display: none;}
}

.time_section {display: flex;justify-content: center;align-items: center;max-width: 250px;margin: 0 20px 0;}
.time_section div {padding: 5px;height: 30px; position: relative; min-width: 30px;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #000;font-weight: 600;}
.top_notification_alert_bar {display: flex;justify-content: center;align-items: center; display: -webkit-flex;}
.time_section div#hours::before {content: ':';position: absolute;right: -1px;top: 50%;transform: translateY(-50%);font-weight: 700;font-size: 14px;margin-top: -1px;}
.time_section div#minutes::before {content: ':';position: absolute;right: -1px;top: 50%;transform: translateY(-50%);font-weight: 700;font-size: 14px;margin-top: -1px;}
@media screen and (max-width: 767px) {
    .courses-list .courses-section .image img { object-position: 45px -30px; }
}


.checkout-page.inner_payment .second_box ul {
	padding: 0;
    margin: 0;
}
.checkout-page.inner_payment .courses-sidebar-information {
	background: #fff;
	box-shadow: 0 0 11.5751px rgba(47,180,99,.2);
	border-radius: 10px;
	padding: 21px;
	align-items: center;
}
.checkout-page.inner_payment .courses-sidebar-information ul {
	padding: 0;
	box-shadow: none;
}
.checkout-page.inner_payment .courses-sidebar-information ul figure {
	margin: 0;
}
.checkout-page.inner_payment .courses-sidebar-information ul .d_inline {
	padding: 0;
}
.checkout-page.inner_payment .courses-sidebar-information ul .courses-title {
	padding-left: 25px;
}
.checkout-page.inner_payment .courses-sidebar-information ul .courses-title strong {
	font-weight: 600;
	font-size: 21px;
	text-transform: capitalize;
	color: #2fb463;
	padding-bottom: 23px;
	border-bottom: 1px solid #eee;
	font-family: Roboto,sans-serif;
    display: block;
}
.checkout-page.inner_payment .courses-sidebar-information ul .courses-title p {
	font-weight: 700;
	font-size: 32px;
	color: #2fb463;
	font-family: Montserrat,sans-serif;
}
.checkout-page.inner_payment .second_box {
	background: #fff;
	box-shadow: 0 0 11.5751px rgba(47,180,99,.2);
	border-radius: 10px;
}
.checkout-page.inner_payment .second_box ul li {
	justify-content: space-between;
	align-items: center;
	padding: 12px 21px 12px 21px;
}
.checkout-page.inner_payment .second_box ul li .second_box_left p {
	font-size: 15px;
	margin: 0;
	color: #2fb463;
	font-family: Roboto,sans-serif;
	font-weight: 500;
}
.checkout-page.inner_payment .second_box ul li .second_box_right .btn {
	border-radius: 5px;
	border: 1px solid;
	font-family: Montserrat,sans-serif;
	display: inline-block;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	background: 0 0;
	color: #2fb463;
	padding: 10px 15px;
}
.checkout-page.inner_payment .second_box ul li .second_box_right .btn#gst_claim_yes_btn {
	background: #2fb463;
	color: #FFF;
}
.checkout-page.inner_payment .second_box .tarding_input.gst_claim_box li:nth-child(2n+1) {
	background: #eceCEC99;
}
.checkout-page.inner_payment .second_box .tarding_input.gst_claim_box li .first_input {
	font-weight: 600;
	font-size: 15px;
	color: #212832;
}
.checkout-page.inner_payment .second_box .tarding_input.gst_claim_box li .first_input img {
	padding-right: 20px;
}
.checkout-page.inner_payment .second_box .tarding_input.gst_claim_box li .form-control {
	border: inherit;
	box-shadow: none;
	outline: 0;
	padding: 10px 20px;
	width: 182px;
	font-size: 16px;
	font-weight: 400;
	font-family: Roboto,sans-serif;
	background: 0 0;
    color: #000;
}
.checkout-page.inner_payment .second_box .tarding_input.gst_claim_box li input::placeholder{color: #2fb463 !important;}
@media screen and (max-width: 991px) {
    .checkout-page.inner_payment .col-md-8, .checkout-page.inner_payment .col-md-4 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .checkout-page.inner_payment .courses-sidebar-information ul .d_inline{text-align: center;}
    .checkout-page.inner_payment .courses-sidebar-information ul figure { margin: 0; max-width: 100px; margin: auto; margin-bottom: 20px; }
    
    .checkout-page.inner_payment .courses-sidebar-information ul .courses-title { padding-left: 0; }
    .checkout-page.inner_payment .courses-sidebar-information ul .d_inline{border: 0;}
    .checkout-page.inner_payment .second_box ul li{padding: 10px;}
    .checkout-page.inner_payment .second_box .tarding_input.gst_claim_box li .form-control{padding: 10px 15px;}
    .checkout-page.inner_payment .second_box .tarding_input.gst_claim_box li .first_input img { padding-right: 10px; }
    .checkout-page.inner_payment .second_box .tarding_input.gst_claim_box li .first_input{font-size: 13px;}
    .checkout-page.inner_payment .second_box .tarding_input.gst_claim_box li .form-control{font-size: 14px;}
    .checkout-page.inner_payment .courses-sidebar-information{padding: 0;}
    .checkout-page.inner_payment .courses-sidebar-information{margin-bottom:20px}
    .checkout-page.inner_payment .second_box{margin-bottom: 20px;}
    .checkout-page.inner_payment .courses-sidebar-information ul .d_inline{padding: 10px 0;}
    .checkout-page.inner_payment .courses-sidebar-information ul .courses-title strong{font-size: 16px;}
    .checkout-page.inner_payment .courses-sidebar-information ul .courses-title p{font-size: 22px;}


}
.parsley-length {
    color: red;
    font-size: 12px;
    text-align: left
  }
  .parsley-pattern {
    color: red;
    font-size: 12px;
    text-align: left
  }
  .parsley-minlength {
    color: red;
    font-size: 12px;
    text-align: left
  }
    /* added css for  */


    .new_stock_section {
        background: #F3F3F3;
        margin-top: 80px;
        padding: 72px 0px;
        position: relative;
    }
    .new_stock_section .same_text {
      text-align: left;
    }
    .new_stock_section .same_heading {
      text-align: left;
    }
    .new_stock_section .new_stock_section_contact {
      padding-bottom: 35px;
    }
    .new_stock_section .new_stock_section_left {
      height: 100%;
    }
    .new_stock_section .new_stock_section_left ul {
      display: block;
      height: 100%;
      margin: 0 !important;
    }
    .new_stock_section .new_stock_section_left ul .nav-link {
      border-radius: 10px;
      border: 1px solid rgba(47, 180, 99, 0.30);
      background: rgba(47, 180, 99, 0.10);
      color: rgba(0, 0, 0, 0.80);
      font-size: 16px;
      font-weight: 500;
      font-family: Montserrat, sans-serif;
      padding: 15px;
      width: 275px !important;
      text-align: left;
      position: relative;
    }
    .new_stock_section .new_stock_section_left ul{max-height: 444px;
      overflow: hidden;
        overflow-y: hidden;
      overflow-y: auto;}
      .new_stock_section .new_stock_section_left ul { scrollbar-color: transparent transparent; scrollbar-width: thin; -webkit-overflow-scrolling: touch;}
      .new_stock_section .new_stock_section_left ul::-webkit-scrollbar {width:0px;} 
      .new_stock_section .new_stock_section_left ul::-webkit-scrollbar-track {background-color:  #F7F7F7; -webkit-border-radius: 0px; border-radius: 0px;}
      .new_stock_section .new_stock_section_left ul::-webkit-scrollbar-thumb {-webkit-border-radius: 0px; border-radius: 0px; background: #2FB463;}
    .new_stock_section .new_stock_section_left ul .nav-item {
      width: 100%;
      background: none;
      margin-bottom: 16px;
    }
    .new_stock_section .new_stock_section_left ul .nav-item:last-child {
      margin: 0;
    }
    .new_stock_section .new_stock_section_left ul .nav-link.active {
      background: #2FB463;
      box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.10);
      color: #fff;
    }
    
    .new_stock_section .new_stock_section_left ul .nav-link::before {
        content: "";
        position: absolute;
        right: -9px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(../image/sotck_arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 9.42px;
        height: 17.111px;
        display: none;
    }
    
    .new_stock_section .new_stock_section_left ul .nav-link.active::before{
      display: block;
    }
    
    .new_stock_section .new_stock_section_right {
      border-radius: 10px;
      background: #FFF;
      box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.10);
      padding: 34px 24px;
    }
    .new_stock_section .new_stock_section_right .trade_box_left {
      height: 100%;
    }
    .new_stock_section .new_stock_section_right .trade_box_left h2 {
      color: #2FB463;
      font-size: 21px;
      font-weight: 600;
      font-family: Roboto, sans-serif;
      padding-bottom: 13px;
      margin-bottom: 13px;
      position: relative;
    }
    .new_stock_section .new_stock_section_right .trade_box_left h2:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 43.168px;
      height: 1.402px;
      background: #2FB463;
    }
    .new_stock_section .new_stock_section_right .trade_box_left p {
      margin: 0;
      color: rgba(32, 32, 32, 0.80);
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      font-family: Roboto, sans-serif;
    }
    .new_stock_section .new_stock_section_right .trade_box_right {
      height: 100%;
    }
    .new_stock_section .new_stock_section_right .trade_box_right figure img {
        border-radius: 10px;
    }
    
    .new_stock_section::before {
        content: "";
        position: absolute;
        right: 71px;
        background-image: url(https://www.gettogetherfinance.com/css/main_pages/images/new_stock_vetor.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 95.619px;
        height: 115.604px;
        top: 120px;
    }
    
    a (max-width:1750px) {


        .new_stock_section::before {
            right: 35px;
            width: 70.619px;
            height: 89.604px;
            top: 120px;
        }
        
        }
        
        @media (max-width:1600px) {
        
        .new_stock_section::before {
            right: 10px;
            width: 70.619px;
            height: 89.604px;
            top: 70px;
        }
        
        }
        @media (max-width:1400px) {
        .new_stock_section .new_stock_section_left ul .nav-link {
            font-size: 15px;
            padding:15px;
            width: 270px !important;
            
        }
        
        .new_stock_section {
            padding: 45px 0px;
          margin-top: 60px;
        
        }
        
        .new_stock_section::before {
            right: 10px;
            width: 70.619px;
            height: 89.604px;
            top: 35px;
        }
        
        .options_section .options_section_warp .options_section_left h2 {
            font-size: 26px;
        }
        
        }
        
        
        @media (max-width:1199px) {
          .new_stock_section .new_stock_section_left ul .nav-link {
            font-size: 14px;
            padding: 15px;
            width: 222px !important;
          }
        
          .new_stock_section .new_stock_section_right {
            padding: 20px 20px;
          }
        
          .new_stock_section .new_stock_section_right .trade_box_left p {
            font-size: 14px;
           
          }
        
        }
        
        @media (max-width:991px) {
        .new_stock_section .row {
            display: block;
        }
        
        .new_stock_section .row .col-md-3 {
          width: 100%;
        }
        .new_stock_section .row .col-md-9 {
          width: 100%;
        }
        
        .new_stock_section .new_stock_section_left ul {
            display: flex;
            white-space: nowrap;
            flex-wrap: inherit;
            overflow: hidden;
            overflow-x: auto;
        }
        
        .new_stock_section .new_stock_section_left ul .nav-link::before {
            content: "";
            position: absolute;
            right: 0;
            top: inherit;
            transform: rotate(90deg);
            background-image: url(../image/sotck_arrow.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 9.42px;
            height: 17.111px;
            display: none;
            left: 0;
            bottom: -12px;
            margin: auto;
        }
        .new_stock_section .new_stock_section_left ul .nav-item {
            width: auto;
            background: none;
            margin-bottom: 16px;
            margin-right: 16px;
        }
        
        .new_stock_section .new_stock_section_left ul .nav-link {
            font-size: 13px;
            padding: 5px;
            width: auto !important;
        }
        .new_stock_section .new_stock_section_left {
            height: 100%;
            margin-bottom: 10px;
        }
        
        .new_stock_section .new_stock_section_right .trade_box_right {
            height: 100%;
            text-align: center;
            margin-bottom: 20px;
        }
    }        
    h3.heading-h3 {
        font-size: 18px;
        display: inline-block;
        padding-right: 5px;
    }