@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");

/*==========================
#top-header start
==============================*/
.top-line {
    background-color: #3cc194;
    width: 100%;
    height: 35px;
}
.top-line ul {
    float: right;
}
.top-line li {
    float: left;
    list-style: none;
    padding: 5px 15px;
}
.top-line a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
/*==========================
#top-header End
==============================*/
body {
    color: #888;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8
}
.pl-9{
    padding-left: 9%;
}
.text-center{
    text-align: center !important;
}
.color-green, a{
    color: #3cc194;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a:hover {
    text-decoration: none
}

button {
    cursor: pointer
}

button:focus {
    outline: 0 !important;
    box-shadow: none !important
}

h1,.h2 ,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {
    font-family: "Lato", sans-serif;
    color: #1e1859;
    line-height: 1.25;
    font-weight: 700
}

h1,
.h1 {
    font-size: 35px
}

@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 40px;
    }
}

h2,
.h2 {
    font-size: 26px
}

@media (min-width: 992px) {
    h2,
    .h2 {
        font-size: 36px
    }
}

h3, .h3 {
    font-size: 30px !important;
}

.gradient,
.hero-banner::after,
.priceTable-bg::after,
.card-pricing:hover .button,
.testimonial .owl-dots .owl-dot.active span,
.blog_item_img .blog_item_date,
.button,
.footer-area .single-footer-widget .click-btn {
    /*background: -webkit-linear-gradient(to right, #2926ac 0%, #6128be 100%);
    background: -moz-linear-gradient(to right, #2926ac 0%, #6128be 100%);
    background: -o-linear-gradient(to right, #2926ac 0%, #6128be 100%);
    background: linear-gradient(to right, #2926ac 0%, #6128be 100%)*/
	background: rgba(0,0,0,.8);
}


/*.bg-gray{background:#f9f9ff}*/

.bg-gray {
    background: #3cc194
}

.section-margin {
    margin: 65px 0
}

@media (min-width: 992px) {
    .section-margin {
        margin: 85px 0
    }
}

@media (min-width: 1200px) {
    /*.section-margin {
        margin: 130px 0
    }*/
	.section-margin {
        margin: 80px 0
    }
}

.section-padding {
    padding: 65px 0
}

@media (min-width: 992px) {
    .section-padding {
        padding: 85px 0
    }
}

@media (min-width: 1200px) {
    .section-padding {
        padding: 130px 0
    }
}

.pb-85px {
    padding-bottom: 40px
}

@media (min-width: 992px) {
    .pb-85px {
        padding-bottom: 85px
    }
}

@media (min-width: 1200px) {
    .pt-xl-235 {
        padding-top: 235px
    }
}

.header_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: background 0.4s, all 0.3s linear;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.header_area .navbar-brand {
    margin-right: 30px;
    padding: 0
}

.header_area .navbar-social {
    min-width: 95px;
    float: right
}

.header_area .navbar-social li {
    margin-right: 12px
}

.header_area .navbar-social li i,
.header_area .navbar-social li span {
    font-size: 13px
}

.header_area .navbar-social li:last-child {
    margin-right: 0
}

.header_area .navbar-social li a:hover i,
.header_area .navbar-social li span {
    color: #1e1859
}

.header_area .menu_nav {
    width: 100%
}

.header_area .navbar {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0
}

.header_area .navbar .nav-right {
    min-width: 315px
}

.header_area .navbar .nav .nav-item {
    margin-right: 50px
}

.header_area .navbar .nav .nav-item .nav-link {
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    padding: 25px 0;
    display: inline-block
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
    opacity: 1;
    position: relative
}

.header_area .navbar .nav .nav-item:hover .nav-link::after,
.header_area .navbar .nav .nav-item.active .nav-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0px;
        /*min-width: 200px;*/
        min-width: 320px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
        box-shadow:none;
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    font-size: 14px;
    transition: all 0.4s linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #1e1859 !important;
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link::after {
    display: none
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none
}

/*
.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background-color: #1e1859;
    color: #fff !important
}*/

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background-color: #0c112a;
    color: #fff !important
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px
}

.header_area .navbar .search {
    font-size: 12px;
    line-height: 60px;
    display: inline-block;
    margin-left: 80px
}

.header_area .navbar .search i {
    font-weight: 600
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1)
}


/*.header_area.navbar_fixed .main_menu .navbar{background:#7676ff}*/

.header_area.navbar_fixed .main_menu .navbar {
    background: #0c112a;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 20px
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item:hover .nav-link,
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item.active .nav-link {
    color: #fff
}

@media (min-width: 992px) {
    .header_area.white_menu .navbar .navbar-brand img {
        display: none
    }
    .header_area.white_menu .navbar .navbar-brand img+img {
        display: inline-block
    }
}

@media (max-width: 991px) {
    .header_area.white_menu .navbar .navbar-brand img {
        display: inline-block
    }
    .header_area.white_menu .navbar .navbar-brand img+img {
        display: none
    }
}

.header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #fff
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
    display: inline-block
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img+img {
    display: none
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px
}

.top_menu {
    background: #ec9d5f
}

.top_menu .float-left a {
    line-height: 40px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.top_menu .float-left a:last-child {
    margin-right: 0px
}

.top_menu .float-right .pur_btn {
    color: #fff;
    line-height: 40px;
    display: block;
    padding: 0px 40px;
    font-weight: 500;
    font-size: 12px
}

@media (max-width: 1619px) {
    .header_area .navbar .search {
        margin-left: 40px
    }
}

@media (max-width: 1199px) {
    .header_area .navbar .nav .nav-item {
        margin-right: 28px
    }
    .home_banner_area .banner_inner {
        padding: 100px 0px
    }
    .header_area .navbar .tickets_btn {
        margin-left: 40px
    }
    .home_banner_area .banner_inner .banner_content h2 br {
        display: none;
        font-size: 36px
    }
    .home_banner_area .banner_inner .banner_content h2 {
        font-size: 36px;
        line-height: 45px
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 27px;
        margin-bottom: 23px
    }
    .header_area .navbar {
        background: #0c112a;
    }
    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1
    }
    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0
    }
    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px
    }
    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative
    }
    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        /*background: #1e1859;*/
        background: #ffffff;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer
    }
    .navbar .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .nav {
        padding: 0px 0px
    }
    .header_top .nav {
        padding: 0px
    }
    .header_area .navbar .nav .nav-item .nav-link {
        padding: 12px 0;
        margin-right: 0px;
        display: block;
        border-bottom: 1px solid #ededed33;
        border-radius: 0px
    }
    .header_area .navbar .search {
        margin-left: 0px
    }
    .header_area .navbar-collapse {
        max-height: 340px;
        overflow-y: scroll
    }
    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        padding: 0px 15px
    }
    .header_area .navbar .nav .nav-item {
        margin-right: 0px
    }
    .home_banner_area .banner_inner .banner_content .banner_map_img {
        display: none
    }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
        line-height: 40px
    }
    .header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
        line-height: 40px
    }
    .header_area.white_menu .navbar .nav .nav-item .nav-link {
        color: #222
    }
    .categories_post img {
        width: 100%
    }
    .categories_post {
        max-width: 360px;
        margin: 0 auto
    }
    .blog_categorie_area .col-lg-4 {
        margin-top: 30px
    }
    .single-post-area .blog_right_sidebar {
        margin-top: 30px
    }
    .contact_info {
        margin-bottom: 50px
    }
    .home_banner_area .donation_inner {
        margin-bottom: -30px
    }
    .home_banner_area .dontation_item {
        max-width: 350px;
        margin: auto
    }
    .footer_area .col-sm-6 {
        margin-bottom: 30px
    }
    .footer_area .footer_inner {
        margin-bottom: -30px
    }
    .news_widget {
        padding-left: 0px
    }
    .home_banner_area .banner_inner .home_left_img {
        display: none
    }
    .header_area .navbar .tickets_btn {
        display: none
    }
    .home_banner_area .banner_inner {
        padding: 70px 0px 100px 0px
    }
    .left_side_text {
        margin-bottom: 50px
    }
    .price_item {
        max-width: 360px;
        margin: 0px auto 30px
    }
    .price_inner {
        margin-bottom: -30px
    }
}

@media (max-width: 767px) {
    .home_banner_area {
        min-height: 500px
    }
    .home_banner_area .banner_inner {
        min-height: 500px
    }
    .home_banner_area .banner_inner .banner_content {
        margin-top: 0px
    }
    .blog_banner .banner_inner .blog_b_text h2 {
        font-size: 40px;
        line-height: 50px
    }
    .blog_info.text-right {
        text-align: left !important;
        margin-bottom: 10px
    }
    .home_banner_area .banner_inner .banner_content h3 {
        font-size: 30px
    }
    .home_banner_area .banner_inner .banner_content p br {
        display: none
    }
    .home_banner_area .banner_inner .banner_content h3 span {
        line-height: 45px;
        padding-bottom: 0px;
        padding-top: 0px
    }
    .footer-bottom {
        text-align: center
    }
    .footer-bottom .footer-social {
        text-align: center;
        margin-top: 15px
    }
    .made_life_inner .nav.nav-tabs li {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px
    }
    .made_life_inner .nav.nav-tabs {
        margin-bottom: -15px
    }
    .made_life_area.made_white .left_side_text {
        margin-bottom: 0px;
        margin-top: 30px
    }
}

@media (max-width: 575px) {
    .top_menu {
        display: none
    }
    .home_banner_area .banner_inner .banner_content h2 {
        font-size: 28px;
        line-height: 38px
    }
    .home_banner_area {
        min-height: 450px
    }
    .home_banner_area .banner_inner {
        min-height: 450px
    }
    .blog_banner .banner_inner .blog_b_text {
        margin-top: 0px
    }
    .home_banner_area .banner_inner .banner_content img {
        display: none
    }
    .home_banner_area .banner_inner .banner_content h5 {
        margin-top: 0px
    }
    .p_120 {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .main_title h2 {
        font-size: 25px
    }
    .sample-text-area {
        padding: 70px 0 70px 0
    }
    .generic-blockquote {
        padding: 30px 15px 30px 30px
    }
    .blog_details h2 {
        font-size: 20px;
        line-height: 30px
    }
    .blog_banner .banner_inner .blog_b_text h2 {
        font-size: 28px;
        line-height: 38px
    }
    .footer-area {
        padding: 70px 0px
    }
    .pad_top {
        padding-top: 70px
    }
    .pad_btm {
        padding-bottom: 70px
    }
}

@media (max-width: 480px) {
    .header_area .navbar-collapse {
        max-height: 250px
    }
    .home_banner_area .banner_inner .banner_content {
        padding: 30px 15px;
        margin-top: 0px
    }
    .banner_content .white_btn {
        display: block
    }
    .home_banner_area .banner_inner .banner_content h3 {
        font-size: 24px
    }
    .banner_area .banner_inner .banner_content h2 {
        font-size: 32px
    }
    .comments-area .thumb {
        margin-right: 10px
    }
    .testi_item .media .d-flex {
        padding-right: 0px
    }
    .testi_item .media .d-flex img {
        width: auto;
        margin-bottom: 15px
    }
    .testi_item .media {
        display: block
    }
    .banner_btn {
        margin-bottom: 20px
    }
}

.hero-banner {
    /*background: url(../img/banner/hero-banner-bg.png) left center no-repeat;*/
    background: url(../img/banner/hero-banner-bg.jpg) left center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 130px;
    padding-bottom: 70px
}

@media (min-width: 600px) {
    .hero-banner {
        padding-top: 190px;
        padding-bottom: 120px
    }
}

@media (min-width: 1200px) {
    .hero-banner {
        padding-top: 290px;
        padding-bottom: 220px
    }
}

.hero-banner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .9
}

.hero-banner h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .hero-banner h1 {
        margin-bottom: 10px;
    }
}

.home-form {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
}

.home-form h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
	background: #3cc194;
	padding: 10px 0;
	border-radius: 5px;
}

.hero-banner>* {
    color: #fff
}

.hero-subtitle {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .hero-subtitle {
        margin-bottom: 38px
    }
}

.hero-banner-sm {
    padding-top: 120px;
    padding-bottom: 50px
}

@media (min-width: 600px) {
    .hero-banner-sm {
        padding-top: 150px;
        padding-bottom: 80px
    }
}

@media (min-width: 1200px) {
    .hero-banner-sm {
        padding-top: 240px;
        padding-bottom: 140px
    }
}

.hero-banner-sm h1 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 10px
}

@media (min-width: 600px) {
    .hero-banner-sm h1 {
        font-size: 40px
    }
}

@media (min-width: 1200px) {
    .hero-banner-sm h1 {
        font-size: 50px
    }
}

.banner-breadcrumb {
    display: inline-block
}

.banner-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0
}

.banner-breadcrumb .breadcrumb-item {
    padding: .1rem
}

.banner-breadcrumb .breadcrumb-item a {
    text-transform: capitalize;
    color: #fff
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    padding-left: .2rem;
    padding-right: .4rem
}

.banner-breadcrumb .breadcrumb-item.active {
    color: #fff
}

.section-style {
    width: 130px;
    height: 11px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-top: 15px
}

.section-style::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1e1859
}

.section-style::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #1e1859
}

.section-style_ban {
    width: 130px;
    height: 11px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-top: 15px
}

.section-style_ban::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff
}

.section-style_ban::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff
}

.section-intro-white h1,
.section-intro-white h2,
.section-intro-white h3,
.section-intro-white h4,
.section-intro-white h5,
.section-intro-white h6 {
    color: #fff
}

.section-intro-white .section-style::before {
    background-color: #fff
}

.section-intro-white .section-style::after {
    background-color: #fff
}

.section-intro {
    max-width: 570px;
    margin-right: auto;
    margin-left: auto
}

.domain-search {
    padding: 50px 0
}

.domain-search h3 {
    font-size: 27px;
    font-weight: 700
}

.form-domainSearch {
    margin-bottom: 15px
}

.form-domainSearch .form-group {
    flex: 1 0 auto;
    margin-bottom: 0
}

.form-domainSearch .form-control {
    font-size: 13px;
    color: #999999;
    height: 45px;
    border-radius: 0;
    width: 100%;
    padding-left: 25px;
    background: transparent;
    border-color: #dbd9e6
}

@media (min-width: 600px) {
    .form-domainSearch .form-control {
        height: 60px
    }
}

.form-domainSearch .form-control::placeholder {
    color: #999999
}

.form-domainSearch .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-domainSearch button {
    padding: 5px 25px;
    height: 45px;
    margin-left: 10px;
    box-shadow: 0px 20px 20px 0px rgba(42, 38, 172, 0.2)
}

@media (min-width: 600px) {
    .form-domainSearch button {
        padding: 15px 62px;
        height: 60px
    }
}

.domain-check li {
    margin: 5px
}

@media (min-width: 768px) {
    .domain-check li {
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .domain-check li {
        margin-right: 15px
    }
}

.domain-check li:last-child {
    margin-right: 15px
}

.domain-check label {
    font-size: 15px;
    font-weight: 700;
    color: #1e1859
}

.domain-check .dollar-hint {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-left: 3px
}

.checkbox_style {
    font-size: 13px;
    font-weight: 400
}

.checkbox_style [type="checkbox"]:checked,
.checkbox_style [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px
}

.checkbox_style [type="checkbox"]:checked+label,
.checkbox_style [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0
}

.checkbox_style [type="checkbox"]:checked+label:before,
.checkbox_style [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #dbd9e6;
    background: transparent
}

.checkbox_style [type="checkbox"]:checked+label:before {
    border-color: transparent
}

.checkbox_style [type="checkbox"]:checked+label:after,
.checkbox_style [type="checkbox"]:not(:checked)+label:after {
    content: "\e64d";
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 16px;
    color: #1e1859;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.checkbox_style [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.checkbox_style [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.logo-carousel {
    padding: 55px 0;
    border-bottom: 1px solid #dbd9e6
}

.logo-carousel .owl-item img {
    width: auto !important;
    height: auto !important
}

.client-logo-title {
    font-size: 27px;
    color: #888888;
    font-weight: 300
}

.card-feature {
    background: #f9f9ff;
    padding: 45px 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.card-feature .feature-icon {
    margin-bottom: 30px
}

.card-feature h3 {
    margin-bottom: 12px
}

.card-feature p {
    margin-bottom: 0
}

.card-feature:hover {
    background: #fff;
    box-shadow: 0px 20px 20px 0px rgba(40, 25, 114, 0.1)
}

.card-feature-content {
    padding: 0;
    background: transparent
}

@media (min-width: 768px) {
    .card-feature-content {
        padding: 30px 0
    }
}

.card-feature-content h2 {
    margin-bottom: 25px
}

.card-feature-content:hover {
    box-shadow: none
}

.card-service {
    padding: 30px 18px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media (min-width: 992px) {
    .card-service {
        padding: 45px 30px
    }
}

.card-service .service-icon {
    margin-bottom: 30px
}

.card-service h3 {
    margin-bottom: 12px
}

.card-service p {
    margin-bottom: 0
}

.card-service:hover {
    background: #fff;
    box-shadow: 0px 20px 20px 0px rgba(40, 25, 114, 0.1)
}

.priceTable-bg {
    background-size: cover;
    position: relative;
    z-index: 1
}

.priceTable-bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1
}

.card-pricing {
    background: #faf9ff;
    border-radius: 3px;
    border: 0;
    box-shadow: 0px 2px 2px 0px rgba(40, 25, 114, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.card-pricing__header {
    border-bottom: 1px solid #ebebeb;
    padding: 40px 7px
}

.card-pricing__header h4 {
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 5px;
    color: #1d2441
}

.card-pricing__header p {
    font-weight: 400;
    margin-bottom: 27px
}

.card-pricing__price {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0;
    color: #1d2441
}

@media (min-width: 991px) {
    .card-pricing__price {
        font-size: 60px
    }
}

.card-pricing__price span {
    font-size: 40px;
    vertical-align: middle;
    position: relative;
    bottom: 5px;
    margin-right: 3px
}

.card-pricing__list {
    padding: 30px 8px 25px 8px;
    border-bottom: 1px solid #ebebeb
}

.card-pricing__list li {
    margin-bottom: 12px
}

.card-pricing__list li:last-child {
    margin-bottom: 0
}

.card-pricing__list li i,
.card-pricing__list li span {
    font-size: 13px;
    margin-right: 10px
}

.card-pricing__list li.unvalid i,
.card-pricing__list li.unvalid span {
    color: #f81c1c;
    font-size: 12px
}

.card-pricing .button {
    background: transparent;
    border: 1px solid #dbd9e6;
    color: #1e1859
}

.card-pricing__footer {
    padding: 45px 0
}

.card-pricing:hover {
    background: #fff;
    box-shadow: 0px 20px 25.5px 4.5px rgba(33, 20, 106, 0.1)
}

.card-pricing:hover .card-pricing__price {
    color: #1e1859
}

.card-pricing:hover .card-pricing__header h4,
.card-pricing:hover p {
    color: #1e1859
}

.card-pricing:hover .button {
    color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(42, 38, 172, 0.1)
}

.priceTable-relative {
    position: relative
}

@media (min-width: 1200px) {
    .priceTable-relative {
        padding-top: 290px
    }
    .priceTable-relative .priceTable-wrapper {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0
    }
}

.form-subscribe {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto
}

.form-subscribe .form-control {
    border: 0;
    border-radius: 0;
    font-size: 15px;
    height: 40px;
    padding: 0 0 8px 0;
    margin-right: 5px;
    background: transparent;
    color: #888888;
    border-bottom: 1px solid #dbd9e6
}

@media (min-width: 600px) {
    .form-subscribe .form-control {
        margin-right: 40px
    }
}

.form-subscribe .form-control::placeholder {
    font-weight: 300;
    color: #888888
}

.form-subscribe .form-control:focus {
    outline: 0;
    box-shadow: none
}

.testimonial .owl-item img {
    width: auto;
    height: auto
}

.testimonial .testimonial-item {
    padding: 28px 25px;
    background: #fff;
	height: 420px;
}

.testimonial .testimonial-item h2 {
    font-size: 20px;
    margin-bottom: 0
}

.testimonial .testimonial-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px
}

.testimonial .testi-intro {
    font-size: 14px;
    margin-bottom: 0
}

.testimonial .owl-dots {
    margin-top: 30px !important
}

@media (min-width: 600px) {
    .testimonial .owl-dots {
        margin-top: 60px !important
    }
}

.testimonial .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    background: #dbd9e6;
    border-radius: 5px;
    margin: 5px 8px
}

.testimonial .owl-dots .owl-dot.active span {
    height: 5px
}

.contact-info {
    margin-bottom: 12px
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0
}

.contact-info .media-body h3 a {
    color: #1e1859
}

.contact-info .media-body p {
    color: #999999
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contact label {
    color: #1e1859;
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 15px
}

@media (min-width: 1000px) {
    .form-contact .form-group {
        /*margin-bottom: 30px*/
    }
}

.form-contact .form-control {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.form-contact textarea {
    border-radius: 12px;
    height: 100% !important
}

.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px
}

.l_blog_item .l_blog_text .date a {
    font-size: 12px
}

.l_blog_item .l_blog_text h4 {
    font-size: 18px;
    color: #1e1859;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.l_blog_item .l_blog_text h4:hover {
    color: #1e1859
}

.l_blog_item .l_blog_text p {
    margin-bottom: 0px;
    padding-top: 20px
}

.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px
}

.causes_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eeeeee;
    display: inline-block;
    margin-right: 7px
}

.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0px
}

.causes_slider .owl-dots .owl-dot.active {
    background: #1e1859
}

.causes_item {
    background: #fff
}

.causes_item .causes_img {
    position: relative
}

.causes_item .causes_img .c_parcent {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5)
}

.causes_item .causes_img .c_parcent span {
    width: 70%;
    height: 3px;
    background: #1e1859;
    position: absolute;
    left: 0px;
    bottom: 0px
}

.causes_item .causes_img .c_parcent span:before {
    content: "75%";
    position: absolute;
    right: -10px;
    bottom: 0px;
    background: #1e1859;
    color: #fff;
    padding: 0px 5px
}

.causes_item .causes_text {
    padding: 30px 35px 40px 30px
}

.causes_item .causes_text h4 {
    color: #1e1859;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer
}

.causes_item .causes_text h4:hover {
    color: #1e1859
}

.causes_item .causes_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0px
}

.causes_item .causes_bottom a {
    width: 50%;
    border: 1px solid #1e1859;
    text-align: center;
    float: left;
    line-height: 50px;
    background: #1e1859;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.causes_item .causes_bottom a+a {
    border-color: #eeeeee;
    background: #fff;
    font-size: 14px;
    color: #1e1859
}

.latest_blog_area {
    background: #f9f9ff
}

.single-recent-blog-post {
    margin-bottom: 30px
}

.single-recent-blog-post .thumb {
    overflow: hidden
}

.single-recent-blog-post .thumb img {
    transition: all 0.7s linear
}

.single-recent-blog-post .details {
    padding-top: 30px
}

.single-recent-blog-post .details .sec_h4 {
    line-height: 24px;
    padding: 10px 0px 13px;
    transition: all 0.3s linear
}

.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.single-recent-blog-post:hover img {
    transform: scale(1.23) rotate(10deg)
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center;
    color: #1e1859
}

.tags .tag_btn:before {
    background: #1e1859
}

.tags .tag_btn+.tag_btn {
    margin-left: 2px
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 900px) {
    .blog_categorie_area {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width: 1100px) {
    .blog_categorie_area {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer
}

.categories_post img {
    max-width: 100%
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34, 34, 34, 0.75);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.categories_post .categories_details h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px
}

.categories_post .categories_details .border_line {
    margin: 10px 0px;
    background: #fff;
    width: 100%;
    height: 1px
}

.categories_post:hover .categories_details {
    background: rgba(222, 99, 32, 0.85)
}

.blog_item {
    margin-bottom: 50px
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3)
}

@media (min-width: 768px) {
    .blog_details {
        padding: 60px 30px 35px 35px
    }
}

.blog_details p {
    margin-bottom: 30px
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px
}

.blog-info-link li a {
    color: #999999
}

.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px
}

.blog-info-link li:last-child::after {
    display: none
}

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table
}

.blog_item_img {
    position: relative
}

.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px
    }
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px
    }
}

.blog_item_img .blog_item_date p {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px
    }
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0
}

.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999999
}

.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0
}

.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #999999
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
    color: #1e1859
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
    color: #1e1859
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #1e1859;
    color: #fff
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px
}

.blog-pagination {
    margin-top: 80px
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px
}

.blog-pagination .page-link:hover {
    background-color: #fbf9ff
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0
}

.single-post-area .blog_details {
    box-shadow: none;
    padding: 0
}

.single-post-area .social-links {
    padding-top: 10px
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px
}

.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear
}

.single-post-area .social-links li a:hover {
    color: #1e1859
}

.single-post-area .blog_details {
    padding-top: 26px
}

.single-post-area .blog_details p {
    margin-bottom: 20px
}

.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .single-post-area .quote-wrapper {
        padding: 30px
    }
}

.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid #1e1859
}

@media (min-width: 768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px
    }
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .arrow i,
.single-post-area .arrow span {
    font-size: 20px;
    font-weight: 600
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8)
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff
}

.single-post-area .navigation-top p {
    margin-bottom: 0
}

.single-post-area .navigation-top .like-info {
    font-size: 14px
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .comment-count {
    font-size: 14px
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px
}

.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999999
}

.single-post-area .navigation-top .social-icons li:hover i,
.single-post-area .navigation-top .social-icons li:hover span {
    color: #1e1859
}

.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px
}

@media (max-width: 600px) {
    .single-post-area .blog-author {
        padding: 20px 8px
    }
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px
}

@media (max-width: 600px) {
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px
    }
}

.single-post-area .blog-author a {
    display: inline-block
}

.single-post-area .blog-author p {
    margin-bottom: 0
}

.single-post-area .blog-author h4 {
    font-size: 16px
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px
}

.single-post-area .navigation-area p {
    margin-bottom: 0px
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
    color: #1e1859
}

.single-post-area .navigation-area .nav-left {
    text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left i,
.single-post-area .navigation-area .nav-left span {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left:hover i,
.single-post-area .navigation-area .nav-left:hover span {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right i,
.single-post-area .navigation-area .nav-right span {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right:hover i,
.single-post-area .navigation-area .nav-right:hover span {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0px
    }
}

.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px
}

@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px
    }
}

.comments-area h4 {
    margin-bottom: 35px;
    color: #1e1859;
    font-size: 18px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px
}

.comments-area a {
    color: #1e1859
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px
}

.comments-area .comment-list.left-padding {
    padding-left: 25px
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px
    }
    .comments-area .comment-list .single-comment .date {
        font-size: 11px
    }
    .comments-area .comment-list .single-comment .comment {
        font-size: 10px
    }
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .thumb img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.comments-area .date {
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 0;
    margin-left: 20px
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777777
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.comments-area .btn-reply:hover {
    color: #1e1859
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form .form-group {
    margin-bottom: 30px
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
    color: #1e1859
}

.comment-form .name {
    padding-left: 0px
}

@media (max-width: 767px) {
    .comment-form .name {
        padding-right: 0px;
        margin-bottom: 1rem
    }
}

.comment-form .email {
    padding-right: 0px
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0px
    }
}

.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.comment-form .form-control::placeholder {
    color: #777777
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important
}

.comment-form::-webkit-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form::-moz-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form:-ms-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form:-moz-placeholder {
    font-size: 13px;
    color: #777
}

.button {
    border: 0;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    padding: 9px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media (min-width: 1000px) {
    .button {
        padding: 12px 45px
    }
}

/*.button:hover {
    background-color: #1e1859;
    border-color: #1e1859;
    color: #fff
}*/

.button:hover {
    background-color: #3CC194;
    border-color: #3CC194;
    color: #fff
}

.button2:hover {
    background-color: #0c112a;
    border-color: #0c112a;
    color: #fff !important;
	-webkit-appearance: none;
}

.button-small {
    padding: 5px 45px
}

.button-outline {
    border: 1px solid #fff;
    background: #fff;
	-webkit-appearance: none;
	color: #000 !important;
}

.button-link {
    padding: 0;
    background: transparent
}

.button-link i,
.button-link span {
    font-size: 15px;
    margin-right: 3px
}

.button-link:hover {
    background: transparent
}

.button-shadow {
    box-shadow: 0px 10px 20px 0px rgba(42, 38, 172, 0.1)
}

.button-shadow2 {
    box-shadow: 0px 20px 20px 0px rgba(42, 38, 172, 0.2)
}

button.button {
    border: 0
}

.button-contactForm {
    border-radius: 5px;
    width: 100%;
}


/*.footer-area{padding:120px 0 0 0;background:#0c112a}*/

.footer-area {
    padding: 120px 0 0 0;
    background: #222
}

@media (max-width: 991px) {
    .footer-area {
        padding: 60px 0px
    }
}

@media (max-width: 991px) {
    .footer-area .single-footer-widget {
        margin-bottom: 30px
    }
}

.footer-area .single-footer-widget p {
    /*color: #7b838a*/
}

.footer-area .single-footer-widget h2 {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px
}

@media (max-width: 1024px) {
    .footer-area .single-footer-widget h2 {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .footer-area .single-footer-widget h2 {
        margin-bottom: 15px
    }
}

.footer-area .single-footer-widget ul li {
    margin-bottom: 4px
}

.footer-area .single-footer-widget ul li a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #888
}

.footer-area .single-footer-widget ul li a:hover {
    color: #fff
}

.footer-area .single-footer-widget .form-wrap {
    margin-top: 25px
}

.footer-area .single-footer-widget .form-wrap .info {
    color: #fff
}

.footer-area .single-footer-widget input {
    height: 40px;
    border: 1px solid #eeeeee;
    font-weight: 400;
    background: #fff;
    color: #888;
    padding-left: 12px;
    border-radius: 30px;
    font-size: 14px
}

.footer-area .single-footer-widget input:focus {
    outline: none;
    box-shadow: none
}

.footer-area .single-footer-widget input.placeholder {
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    color: #888
}

.footer-area .single-footer-widget input:-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    color: #888
}

.footer-area .single-footer-widget input::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    color: #888
}

.footer-area .single-footer-widget input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    color: #888
}

.footer-area .single-footer-widget .click-btn {
    color: #1e1859;
    border-radius: 30px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 6px 23px;
    border: 0;
    color: #fff;
    position: relative;
    z-index: 99;
    left: -18px;
    text-transform: capitalize
}

.footer-area .single-footer-widget .click-btn i,
.footer-area .single-footer-widget .click-btn span {
    font-size: 14px;
    font-weight: 500
}

.footer-area .single-footer-widget .click-btn:focus {
    outline: none;
    box-shadow: none
}

.footer-area .footer-bottom {
    border-top: 1px solid #333333;
    margin-top: 70px;
    padding: 25px 0
}

@media (max-width: 991px) {
    .footer-area .footer-bottom {
        margin-top: 20px
    }
}

.footer-area .footer-bottom p {
    font-weight: 400;
    color: #888
}


/*.footer-area .footer-bottom p a{color:#6128be}*/

.footer-area .footer-bottom p a {
    color: #3cc194
}

.footer-area .footer-bottom .footer-social {
    text-align: center
}

@media (max-width: 991px) {
    .footer-area .footer-bottom .footer-social {
        text-align: left;
        margin-top: 30px
    }
}

.footer-area .footer-bottom .footer-social a {
    margin-right: 22px;
    color: #fff;
    display: inline-grid;
    align-content: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.footer-area .footer-bottom .footer-social a:hover {
    color: #6128be
}

.footer-area .footer-bottom .footer-social a:last-child {
    margin-right: 0
}

.footer-area .footer-bottom .footer-social a i,
.footer-area .footer-bottom .footer-social a span {
    font-size: 14px
}

.Card-background{
	background: url(../img/home/card-feature-image.png) no-repeat;
	padding: 45px 30px;
}
	
.card-paragraph{
	font-size: 20px;
	width: 610px;
	margin: 109px 0 0 331px;
	height: 300px;	
	text-align: justify;
}

@media (max-width: 1200px) {
    .Card-background{
		background: none;
		padding: 45px 30px;
		border: 6px solid #0c112a;
		border-radius: 20px;
	}
		
	.card-paragraph{
		font-size: 20px;
		width: 100%;
		margin: 0 0 0 0;
		height: 100%;	
		text-align: justify;
	}
}

.overlay_btn_order {
    position: absolute;
    right: 0;
    top: 210px;
    bottom: 0;
    left: 641px;
    margin: 0 auto;
}

@media (max-width: 1900px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: 639px;
		margin: 0 auto;
	}
}

@media (max-width: 1800px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: 589px;
		margin: 0 auto;
	}
}

@media (max-width: 1700px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: 539px;
		margin: 0 auto;
	}
}

@media (max-width: 1600px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: 489px;
		margin: 0 auto;
	}
}

@media (max-width: 1400px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: 489px;
		margin: 0 auto;
	}
}

@media (max-width: 1300px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: 339px;
		margin: 0 auto;
	}
}

@media (max-width: 1200px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: 339px;
		margin: 0 auto;
	}
}

@media (max-width: 1100px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: 239px;
		margin: 0 auto;
	}
}

@media (max-width: 1000px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: 189px;
		margin: 0 auto;
	}
}

@media (max-width: 900px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: 139px;
		margin: 0 auto;
	}
}

@media (max-width: 900px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: 89px;
		margin: 0 auto;
	}
}

@media (max-width: 700px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: 39px;
		margin: 0 auto;
	}
}

@media (max-width: 600px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: 0px;
		margin: 0 auto;
	}
}

@media (max-width: 600px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: -80px;
		margin: 0 auto;
	}
}

@media (max-width: 600px) {
    .overlay_btn_order {
		position: absolute;
		right: 0;
		top: 210px;
		bottom: 0;
		left: -140px;
		margin: 0 auto;
	}
}

.banner_heading{
	color: #fff !important;
	font-size: 45px !important;
	font-weight: 700 !important;
	line-height: 50px !important;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.h1_heading{
	font-size: 36px !important;
}

.h2_heading_strip{
	font-size: 24px;
	color: #fff;
	font-weight: 500;
}

.h2_missing{
	display: none;
}

table {
	width: 100%;
}

td {
	font-size:24px; 
	color:#000;
}

.course_title_price{
	padding: 0em 2em 2em 2em;
}

.course_title_price h1{
	text-align: center;
}

.pricing {
	text-align: center;
	border: 1px solid #f0f0f0;
	color: #777;
	font-size: 14px;
	padding-left: 0;
	margin-bottom: 30px;
}

.pricing li:first-child,
.pricing li:last-child {
	padding: 20px 13px;
}
.pricing li {
	list-style: none;
	padding: 13px;
	font-size: 17px;
}
.pricing li + li {
	border-top: 1px solid #f0f0f0;
}
.pricing div {
	font-size: 18px;
	color: #222;
	font-weight: 700;
}
.pricing h3 {
	margin-bottom: 0;
	font-size: 36px;
}
.pricing span {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.pricing li:nth-last-child(1) {
	padding: 30px 13px;
}

.pricing button:hover {
	opacity: .9;
}
.pricing button:active {
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.btn-ctaa a {
    background: #3cc194;
	color: #fff;
    padding: 8px 15px;
    border-radius: 100px;
}

.dropdown-menu_mar{
	margin: 0 0 0 30px;
}






/* ============ Mega Menu desktop view ============ */
 .navbar .megamenu{ padding: 1rem; }


 @media (min-width: 992px){
 .navbar-expand-lg .navbar-nav .dropdown-menu {
     display: inline-block;
 }
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left: 53%; right:0; width:43%; margin-top:0 !important;top: 77%; }

}	

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0%;
    /* z-index: 1000; */
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    text-align: left;
    list-style: none;
     background-color: inherit; 
    background-clip: padding-box;
     border: none; 
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============Mega menu mobile view .end// ============ */



.sitemap li a {

    color: #222;
    font-size: 17px;
    font-weight: 400;
    display: flex;
align-items: center;

}
.dropdown-toggle::after {

    border-top: none;
    border-right: none;

}

.sitemap li a::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #ffc500;
    background: #fff;
    top: 4px;
    left: -14px;
    border-radius: 50%;
    display: none;
}

.modal-header h2 {
    font-size: 26px;
 }
/*
#FAQ 
*/
/*
summary {
    font-size: 1.25rem;
    font-weight: 600;
    background-color: #fff;
    color: #1e1859;
    padding: 1rem;
    margin-bottom: 1rem;
    outline: none;
    border-radius: 0.25rem;
    text-align: left;
    cursor: pointer;
    position: relative;
  }
  details > summary::after {
    position: absolute;
    content: "+";
    right: 20px;
  }
  details[open] > summary::after {
    position: absolute;
    content: "-";
    right: 20px;
  }
  details > summary::-webkit-details-marker {
    display: none;
  }
  details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
  }
  @keyframes sweep {
    0%    {opacity: 0; margin-top: -10px}
    100%  {opacity: 1; margin-top: 0px}
  }
  .faq__content p{
      color:#333;
  }
  .faq-section{
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    border-radius: 30px;
    padding: 60px 55px; box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
  }
  .size-10{
      font-size: 25px;;
  }
  ol ::marker{
      color: #3cc194;
      font-weight: 500;
  } */
  
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.section-title h5 {
    font-size: 30px !important;
    text-align: center;
    color: #0c112a !important;
    line-height: 1.6;
    font-family: 'Poppins';
    font-weight: 700;
}
.section-bg {
    background-color: #f6f9fe;
}
.faq {
    padding: 60px 0;
  }
  
  .faq .faq-list {
    padding: 0;
    list-style: none;
  }
  
  .faq .faq-list li {
    padding: 0 0 20px 25px;
  }
  
  .faq .faq-list a {
    display: block;
    position: relative;
    font-family: #00247d;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
  }
  
  .faq .faq-list i {
    font-size: 18px;
    position: absolute;
    left: -25px;
    top: 6px;
  }
  
  .faq .faq-list p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  
  .faq .faq-list a.collapse {
    color: #00247d;
  }
  
  .faq .faq-list a.collapsed {
    color: #343a40;
  }
  
  .faq .faq-list a.collapsed:hover {
    color: #00247d;
  }
  
  .faq .faq-list a.collapsed i::before {
    content: "\f078" !important;
  }
  
  /*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
  .contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
    padding: 20px 0 30px 0;
  }
  
  .contact .info-box i {
    font-size: 32px;
    color: #00247d;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #b3d1fa;
  }
  
  .contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
  }
  
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 30px;
  }
  
  .contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
  }
  
  .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #00247d;
  }
  
  .contact .php-email-form input {
    padding: 20px 15px;
  }
  
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  
  .contact .php-email-form button[type="submit"] {
    background: #00247d;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact .php-email-form button[type="submit"]:hover {
    background: #f18f44;
  }
  
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  /*--------------------------------------------------------------
  #side Nav Start
  --------------------------------------------------------------*/
  
ul.side-nav {
	margin: 0;
}
ul.side-nav li {
	position: fixed;
	height: 60px;
	z-index: 9;
	top: 45%;
	right: 0%;
	margin-top: -30px;
}
.side-nav li {
	display: block;
}
li.envelope-side {
	margin-top: -50px !important;
	margin-right: -350px;
	transition: 1s;
}
ul.side-nav li a {
	padding: 10px !important;
	color: #fff;
	margin: 5px;
	font-size: 24px;
	border-radius: 5px;
	display: inline-block;
	background-color: #3cc194;
}
li.chat-side {
    margin-top: 50px !important;
    margin-right: -115px;
    transition: 1s;
}
.side-nav a.fa:before {
	padding-right: 10px;
}
li.phone-side {
	margin-top: 0 !important;
	margin-right: -160px;
	transition: 1s;
}
li.envelope-side:hover {
	
	margin-right: -5px;
	transition: 1s;
}
li.chat-side:hover {
	margin-right: -5px;
	transition: 1s;
}
li.phone-side:hover {
	margin-right: -5px;
	transition: 1s;
}

@media screen and (max-width:768px) {
ul.side-nav li a {
	font-size: 24px;
}
li.envelope-side {
	margin-right: -442px;
}
li.chat-side {
	margin-right: -195px;
}
li.phone-side {
	margin-right: -180px;
}
 
}

@media (max-width: 991px) {
.scrollable-menu {
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
	color: #000;
}
}

/*--------------------------------------------------------------
#Popup Start
--------------------------------------------------------------*/
@media (min-width: 768px){
.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}
}

.offer-bg {
	background-color: #3cc194;
	margin-bottom: 25px;
}
.offer-pop input {
	height: 35px;
	padding: 5px 10px;
	border-radius: 10px;
	border: 1px solid #597da2;
	width: 100%;
}
.offer-pop {
	padding: 0 15px;
}
.offer-pop .form-group {
	margin-bottom: 15px;
}
.offer-img {
	margin-top: 15px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.offer-btn {
	background: transparent;
	border: 0;
	position: fixed;
	bottom: 0%;
	z-index: 999;
}
.offer-pop input:focus {
	outline: 0;
}
.popmsg {
	font-size: 24px;
	text-align: center;
	margin-top: 0;
	text-transform: inherit;
}
.close-pop {
	position: absolute;
	z-index: 999;
	background-color: transparent;
	border: 0;
	right: 0px;
	font-size: 32px;
	top: -10px;
	color: #fff;
}
.offer-btn:focus {
	border: 0;
	outline: 0;
}
@media screen and (max-width:690px) {
	#howitworks .event-entry {
		padding: 1.3em;
		height: 260px;
		background: #f2f3f7;
		margin-bottom: 30px
	}
	.girl {
		display: none !important;
	}
	}
	@media (min-width: 992px){
.col-md-push-1 {
    left: 8.33333%;
}
}
.offer-pop .form-group {
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
#Popup Start
--------------------------------------------------------------*/

  .heartBeat {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes heartBeat {
	0% { -webkit-transform: scale(1); }
	30% { -webkit-transform: scale(1); }
	40% { -webkit-transform: scale(1.3); }
	50% { -webkit-transform: scale(1); }
	60% { -webkit-transform: scale(1); }
	70% { -webkit-transform: scale(1.2); }
	80% { -webkit-transform: scale(1); }
	100% { -webkit-transform: scale(1); }
 
 
}
.sitemap ul{padding: 0; margin: 30px 0;}
.sitemap ul li {
	display: inline-block;
	line-height: 24px;
	list-style-type: none;
	margin-bottom: 30px;
	padding-left: 0;
	text-decoration: none;
	width: 24%;
}
.sitemap ul li a i {
    margin-right: 20px;
    background: #002347;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    transition: 0.3s ease-in-out;
}

.sitemap ul li a:hover i {
    background: #3cc194;
    color: #002347;
}
.sitemap {padding: 50px 0 !important; }
.sitemap h3{margin-bottom: 50px;}
li.nav-item{position: relative;}
.tooltip.top {
	position: absolute;
	display: none;
	margin: 0 0 0;
	opacity: 1;
	top: 0px;
	right: -12%;
}
.tooltip.top .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	bottom: -4px;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #fff;
}
header .tooltip.top .tooltip-arrow {
	border-top-color: #fff;
	transform: translateX(-50%);
	margin-left: 0;
	left: 50%;
}
header .tooltip-inner {
	background-color: #fff;
	width: 89px;
    color: #000 !important;
    font-size: 11px;
}
/***modal css ***/

/***modal css ***/
/*
.modal-content{ 
    background: url(/img/assignmentwritingace2-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    
}
#fsModal .modal-body {
  padding: 0;
}
.bg-img img {
	width: 45%;
	margin-top: 20px;
}
.modal.show .modal-dialog{
    transform: translate(0,150px);
}
.modal-open {
  overflow: auto;
    padding-right: 0 !important;
}
.modal-dialog{max-width: 500px;}

.close-btn {
	background: #fff;
	color: #000;
	position: absolute;
	right: 10px;
	padding: 5px 15px;
	border-radius: 50%;
	font-weight: 700;
	top: 10px;
}
.close-btn:hover{
    background: #fff;
    color: #000;
}
.form-bfriday {
    padding: 20px 30px 20px 30px;
}
.form-bfriday input[type="text"],.form-bfriday input[type="email"],.form-bfriday input[type="phone"]{
    background: #fff;
    height: 40px;
}
*/
.cta-awa {
	background: url('/img/ctaBG.png') no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
    color: #fff;
    margin-bottom: 30px;
}
.bar {
	background: #3cc194;
	width: 50%;
	height: 5px;
	margin: 10px 0 ;
}
.cta-awa h4{
    color: #fff;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.cta-awa p{
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
}
.btn-cta {
	color: #fff;
	background: #3cc194;
	padding: 10px 40px;
	font-size: 18px;
    text-transform: uppercase;
	font-weight: 700;
	border-radius: 15px;
	margin-right: 15px;
    transition: all 300ms ease-in-out;
}
.btn-cta:hover{
    color: #000;
	background: #FFF;
}
.hero-banner p{
    font-size: 30px;
}
.hero-banner li{
    font-size: 20px;
    margin-bottom: 20px;
    
}
.hero-banner li i {
	background: #3cc194;
	width: 40px;
	height: 40px;
	line-height: 2.2em;
	text-align: center;
	margin-right: 20px;
	border-radius: 50%;
	font-size: 18px;
}

@media screen and (max-width: 640px){
    .sitemap ul li{
        width: 100%;
    }
    .top-line{height: auto;}
    .header_area{position: static;}
    .button-outline{margin-left: 0 !important;}
    .cta-awa p, .cta-awa h4{text-align: center;}
    .btn-cta{padding: 5px 20px;}
    .bar{display: table;
margin: 20px auto;}
.hero-banner h1{
        font-size: 36px !important;
        line-height: 40px !important;
        text-align: center;
    }
    .hero-banner p{text-align: center;}
}
.what a {
	background-color: #439ffd;
	color: #fff;
	font-weight: 500;
	padding: 10px 25px;
	border-radius: 50px;
    margin-bottom: 30px !important;
display: table;
}

.discount-coupon-modal{
	z-index: 999999;
}
/* .discount-form-wrapper-modal{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.discount-form-wrapper-modal .form-group {
    width: 48%;
    margin: 0 20px 20px 0px;
} */
.discount-form-wrapper-modal .form-group {
	margin-bottom: 15px;
	padding-left: 10px;
}
.discount-form-wrapper-modal .form-group label{
	font-size: 14px;
	font-weight: 600;
}
.discount-form-wrapper-modal img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.discount-form-wrapper-modal .form-group:nth-child(2n) {
    margin-right: 0;
}
.discount-form-wrapper-modal .form-group input[type=text],
.discount-form-wrapper-modal .form-group input[type=email],
.discount-form-wrapper-modal .form-group .form-control{
	border-radius: 50px;
	
}
.discount-form-wrapper-modal .form-group input[type=text],
.discount-form-wrapper-modal .form-group input[type=email]{
	height: 40px;
}
.discount-form-wrapper-modal .form-group textarea{
	border-radius: 8px !important; 
}

#discount-coupon-form .modal-header .close {
    margin-top: -25px;
}

.discount-coupon-modal .modal-body{
	padding: 20px;
}
.discount-coupon-modal .row{
	margin-left: 0;
	margin-right: 0;
	display: flex;
	
}
.discount-coupon-modal .row .col-md-5{
	padding-left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* background: #214a6e; */
	padding-right: 0;
} 
.discount-coupon-modal .row .col-md-5 h4{
	font-size: 48px;
    margin: 0;
	color: #fff;
	font-weight: 700;
}
.discount-coupon-modal .row .col-md-5 h2{
	font-size: 72px;
    margin: 0;
    font-weight: 800;
	color: #fff;
}
.discount-coupon-modal .row .col-md-7{
	padding-bottom: 25px;
	padding-left: 40px;
    padding-right: 40px;
} 
.discount-coupon-modal .form-title-wrapper{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.discount-coupon-modal .form-title-wrapper .modal-title{
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    color: #214a6e;
    text-transform: uppercase;

}
.discount-coupon-modal .form-title-wrapper .modal-title span{
	color: #3cc194;
	font-size: 46px;
}
 .discount-coupon-modal .modal-dialog{
    max-width: 800px;
}

#discount-coupon-form {
    width: 100%;
}

.discount-coupon-modal .modal-content{
	position: relative;
    background: #fff;
    border-radius: 20px;
}
.discount-coupon-modal .form-title-wrapper button{
	position: absolute;
    right: 25px;
    top: 8px;
}
.discount-coupon-modal .form-title-wrapper button span{
	font-size: 36px;
}
.discount-coupon-modal .discount-form-col-2{
	display: flex;
}
.discount-coupon-modal button.btn-primary{
	background: #3cc194 !important;
    border-color: #3cc194 !important;
}
.discount-coupon-modal button.btn-primary:hover{
	background: #000 !important;
    border-color: #000 !important;
}

.whatsapp-icon-wrapper {
	display: flex;
    align-items: center;
	margin-top: 3px;
}
.whatsapp-icon-wrapper svg{
	margin-right: 5px;
}

.floating-whatsapp-widget-wrapper{
	position: fixed;
    bottom: 3px;
    left: 10px;
    z-index: 10;
}
.discount-form-col-2 .form-group {
  width: 50%;
}
@media (max-width: 992px){
	.discount-coupon-modal .row .col-md-5{
		width: 50%;
	}
	.discount-coupon-modal .form-title-wrapper .modal-title{
		font-size: 26px;
		line-height: 36px;
	}
	.discount-coupon-modal .form-title-wrapper .modal-title span{
		font-size: 40px;
	}
	.discount-form-wrapper-modal .form-group input[type=text], .discount-form-wrapper-modal .form-group input[type=email] {
		height: 40px;
	}
	.discount-coupon-modal .discount-form-col-2{
		flex-direction: column;
	}
	.discount-coupon-modal .row .col-md-7{
		padding-left: 20px;
    	padding-right: 20px;
	}
	.discount-coupon-modal button.btn-primary{
		width: 100%;
	}
}

@media (max-width: 767px){
	.discount-coupon-modal .row .col-md-5 {
		display: none;
	}
	.discount-form-wrapper-modal img {
		height: 170px;
	}
	.discount-coupon-modal .discount-form-col-2{
		flex-direction: row;
	}
	.discount-form-wrapper-modal .form-group{
		width: 100%;
	}
	.discount-coupon-modal .row .col-md-7{
		width: 100%;
		padding-bottom: 40px;
	}
}

@media (max-width: 450px){
	.discount-coupon-modal .discount-form-col-2{
		flex-direction: column;
	}
}