@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import url("https://fonts.googleapis.com/css?family=Lora:400,700");
body {
    color: #797979;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: 1.625
}

hr {
  margin-top:4rem;
  margin-bottom:4rem;
}

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

a:hover {
    text-decoration: none
}

button {
    cursor: pointer
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lora", serif;
    color: #3a414e;
    line-height: 1.333
}

h1,
.h1 {
    font-size: 30px;
    font-weight: 700
}

@media (min-width: 600px) {
    h1,
    .h1 {
        font-size: 45px
    }
}

h2,
.h2 {
    font-size: 35px;
    font-weight: 700
}

h3,
.h3 {
    font-size: 18px;
    font-weight: 700
}

a {
    display: inline-block
}

.mb-30px {
    margin-bottom: 30px
}

.section-padding {
    padding: 80px 0
}

.section-margin {
    margin: 50px 0
}

@media (min-width: 1000px) {
    .section-margin {
        margin: 100px 0
    }
}

.header_area {
    z-index: 99;
    background: #fff;
    transition: background 0.4s, all 0.3s linear
}

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

@media (max-width: 991px) {
    .header_area .navbar-social {
        display: block;
        padding: 20px 0
    }
    .header_area .navbar-social li {
        float: left
    }
    .header_area .navbar-social::before {
        content: "";
        display: block;
        clear: both;
        display: table
    }
    .header_area .navbar-social::after {
        content: "";
        display: block;
        clear: both;
        display: table
    }
}

@media (min-width: 991px) {
    .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;
    color: #222
}

.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: #666;
}

.header_area .menu_nav {
    width: 100%
}

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

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

.header_area .navbar .nav .nav-item .nav-link {
    font-family: "Lora", serif;
    color: #3a414e;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 30px 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 {
    color: #666;
}

.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;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4)
    }
}

.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;
    transition: all 0.4s linear
}

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

.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-image: -moz-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
    background-image: -webkit-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
    background-image: -ms-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
    color: #fff
}

@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;
    background: #fff;
    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)
}

@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: #000
    }
    .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: #fff;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer
    }
    .navbar .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .nav {
        padding: 0px 0px
    }
    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 117px
    }
    .header_top .nav {
        padding: 0px
    }
    .header_area .navbar .nav .nav-item .nav-link {
        line-height: 1px;
        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
    }
    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 41px
    }
    .home_banner_area .banner_inner .banner_content .banner_map_img {
        display: none
    }
    .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
    }
    .blog_area {
        padding-bottom: 80px
    }
    .single-post-area .blog_right_sidebar {
        margin-top: 30px
    }
    .contact_info {
        margin-bottom: 50px
    }
    .footer_area .col-sm-6 {
        margin-bottom: 30px
    }
    .footer_area .footer_inner {
        margin-bottom: -30px
    }
    .news_widget {
        padding-left: 0px
    }
    .header_area .navbar .tickets_btn {
        display: none
    }
    .left_side_text {
        margin-bottom: 50px
    }
}

@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
    }
    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 51px
    }
    .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 {
    position: relative;
    background-size: cover;
    height: 400px;
    z-index: 1
}

@media (min-width: 1000px) {
    .hero-banner {
        height: 550px
    }
}

.hero-banner--sm {
    height: 300px
}

@media (min-width: 1000px) {
    .hero-banner--sm {
        height: 400px
    }
}

.hero-banner::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(1, 3, 15, 0.2);
    z-index: -1
}

.hero-banner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center
}

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

.hero-banner__content h3 {
    font-size: 27px;
    margin-bottom: 0
}

.hero-banner__content h1 {
    margin-bottom: 12px
}

.hero-banner__content h4 {
    font-size: 18px
}


.latest_blog_area {
    background: #f9f9ff
}

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

.single-recent-blog-post .thumb {
    position: relative
}

.single-recent-blog-post .thumb-info {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    max-width: 415px;
    padding-left: 5px
}

@media (min-width: 430px) {
    .single-recent-blog-post .thumb-info {
        padding-left: 20px
    }
}

.single-recent-blog-post .thumb-info li {
    display: inline-block;
    font-size: 15px;
    color: #777777;
    margin-right: 10px
}

@media (min-width: 430px) {
    .single-recent-blog-post .thumb-info li {
        margin-right: 22px
    }
}

.single-recent-blog-post .thumb-info li:last-child {
    margin-right: 0
}

.single-recent-blog-post .thumb-info li a {
    color: #777777;
    padding: 4px 0;
    font-size: 12px
}

@media (min-width: 430px) {
    .single-recent-blog-post .thumb-info li a {
        padding: 15px 0;
        font-size: 15px
    }
}

.single-recent-blog-post .thumb-info li i,
.single-recent-blog-post .thumb-info li span {
    font-size: 13px;
    margin-right: 10px
}

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

.single-recent-blog-post .details h3 {
    font-size: 21px
}

@media (min-width: 600px) {
    .single-recent-blog-post .details h3 {
        font-size: 27px
    }
}

.single-recent-blog-post .details .tag-list-inline {
    color: #555555;
    font-family: "Lora", serif
}

.single-recent-blog-post .details .tag-list-inline a {
    color: #555555
}

.single-recent-blog-post .details p {
    color: #777777
}

.single-recent-blog-post .details .button {
    margin-top: 8px
}

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

.single-recent-blog-post.card-view .thumb-info {
    max-width: 260px
}

.single-recent-blog-post.card-view .details h3 {
    font-size: 20px
}

.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: #3a414e
}

.tags .tag_btn:before {
    background: #ff9907
}

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

.blog_categorie_area {
    padding-top: 50px;
    padding-bottom: 80px
}

.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.8);
    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(234, 44, 88, 0.85)
}

.blog_item {
    margin-bottom: 40px
}

.blog_info {
    padding-top: 30px
}

.blog_info .post_tag {
    padding-bottom: 20px
}

.blog_info .post_tag a {
    color: #3a414e
}

.blog_info .post_tag a:hover {
    color: #797979
}

.blog_info .blog_meta li a {
    color: #777777;
    vertical-align: middle;
    padding-bottom: 12px;
    display: inline-block
}

.blog_info .blog_meta li a i {
    color: #3a414e;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 20px;
    vertical-align: middle
}

.blog_info .blog_meta li a:hover {
    color: #ff9907
}

.blog_post img {
    max-width: 100%
}

.blog_details {
    padding-top: 20px
}

.blog_details h2 {
    font-size: 24px;
    line-height: 36px;
    color: #3a414e;
    font-weight: 600;
    transition: all 0.3s linear
}

.blog_details h2:hover {
    color: #ff9907
}

.blog_details p {
    margin-bottom: 26px
}

@media (max-width: 991px) {
    .widget-wrap {
        margin-top: 80px
    }
}

.widget-wrap .single-sidebar-widget {
    padding: 48px 30px;
    background: #f9f9ff;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .widget-wrap .single-sidebar-widget {
        margin-top: 30px
    }
}

@media (max-width: 575px) {
    .widget-wrap .single-sidebar-widget {
        padding: 50px 15px
    }
}

.widget-wrap .single-sidebar-widget:last-child {
    margin-bottom: 0px
}

.widget-wrap .single-sidebar-widget__title {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 22px
}

.widget-wrap .single-sidebar-widget__title::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    background: #666;
    position: absolute;
    bottom: -5px;
    z-index: -1
}

.widget-wrap .tag_cloud_widget ul li {
    display: inline-block
}

.widget-wrap .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid transparent;
    background: #fff;
    padding: 3px 21px;
    margin-bottom: 10px;
    margin-right: 6px;
    transition: all 0.3s ease 0s;
    color: #777777;
    font-size: 14px
}

.widget-wrap .tag_cloud_widget ul li a:hover {
    background: #222;
    color: #ff9907
}

.widget-wrap .post-category-widget .category-title {
    color: #ff9907;
    font-size: 20px;
    color: #3a414e;
    font-weight: 700;
    position: relative;
    display: inline-block
}

.widget-wrap .post-category-widget .category-title::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -100%;
    height: 2px;
    width: 80px;
    background: #3a414e
}

.widget-wrap .post-category-widget .cat-list li {
    padding: 13px 20px;
    background: #ffffff;
    margin-bottom: 15px;
    -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
}

.widget-wrap .post-category-widget .cat-list li:last-child {
    margin-bottom: 0px
}

.widget-wrap .post-category-widget .cat-list li p {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0px;
    -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
}

.widget-wrap .post-category-widget .cat-list li a {
    color: #797979;
    -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
}

.widget-wrap .post-category-widget .cat-list li:hover {
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2)
}

.widget-wrap .post-category-widget .cat-list li:hover a {
    color: #666;
}

.widget-wrap .post-category-widget .cat-list li:hover p {
    color: #666;
}

.button {
    display: inline-block;
    border: 1px solid #222;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 24px;
    background-color: #222;
    color: #ff9907;
    transition: all .4s ease
}

.button i,
.button span {
    margin-left: 5px
}

@media (min-width: 900px) {
    .button {
        padding: 12px 42px
    }
}

.button:hover {
    background-color: #ff9907;
    border-color: #ff9907;
    color: #000022
}

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

.footer-area {
    background: #000000
}

.footer-area h6 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600
}

@media (max-width: 767px) {
    .footer-area h6 {
        margin-bottom: 15px
    }
}

.copy-right-text i,
.copy-right-text a {
    color: #ff9907
}

.footer-text {
    padding-top: 0px;
    font-size: 14px
}

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

.footer-text a,
.footer-text i {
    color: #ff9907
}
