/**************** extend css start ****************/
@import url("https://fonts.googleapis.com/css?family=Barlow:400,700|Open+Sans:300,400,600&display=swap");

.btn_4 {
    background-image: -webkit-linear-gradient(131deg, #feb47b, #ff7e5f, #ff7e5f, #ff7e5f);
    background-image: -o-linear-gradient(131deg, #feb47b, #ff7e5f, #ff7e5f, #ff7e5f);
    background-image: linear-gradient(131deg, #feb47b, #ff7e5f, #ff7e5f, #ff7e5f);
}

/**************** extend css start ****************/
/**************** common css start ****************/
body {
    font-family: "Open Sans", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.blog_area {
    min-height: 450px;
}

.single_place img {
    height: 190px !important;
    width: 100%;;
}

.single_ihotel_list img {
    height: 190px !important;
    width: 100%;
}

.blog_item_img img {
    height: 200px !important;
}

.message_submit_form:focus {
    outline: none;
}

input:hover, input:focus {
    outline: none !important;
}

.gray_bg {
    background-color: #f7f7f7;
}

.section_padding {
    padding: 60px 0px 0;
}

.font-60 {
    font-size: 50px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section_padding {
        padding: 60px 0px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_padding {
        padding: 60px 0px 0;
    }
}

@media (max-width: 575px) {
    .section_padding {
        padding: 50px 0px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_padding {
        padding: 30px 0px;
    }
}

.single_padding_top {
    padding-top: 130px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single_padding_top {
        padding-top: 70px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_padding_top {
        padding-top: 70px !important;
    }
}

@media (max-width: 575px) {
    .single_padding_top {
        padding-top: 70px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_padding_top {
        padding-top: 80px !important;
    }
}

.padding_top {
    padding-top: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .padding_top {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .padding_top {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .padding_top {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .padding_top {
        padding-top: 70px;
    }
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    color: #ff7e5f;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

h1, h2, h3, h4, h5, h6 {
    color: #0b1a55;
}

p {
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
}

h2 {
    font-size: 44px;
    line-height: 28px;
    color: #0b1a55;
    font-weight: 600;
    line-height: 1.222;
}

@media (max-width: 575px) {
    h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h2 {
        font-size: 24px;
        line-height: 25px;
    }
}

h3 {
    font-size: 24px;
    line-height: 25px;
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

img {
    max-width: 100%;
}

a:focus, .button:focus, button:focus, .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s;
}

.section_tittle {
    margin-bottom: 40px;
}

.section_tittle  h6{
    color: #9a9a9a;
}
@media (max-width: 991px) {
    .section_tittle {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section_tittle {
        margin-bottom: 40px;
    }
}

.section_tittle h2 {
    color: #0b1a55;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .section_tittle h2 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section_tittle h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

.section_tittle p {
    color: #777;
    font-weight: 400;
}

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

.padding_top {
    padding-top: 140px;
}

@media (max-width: 991px) {
    .padding_top {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .padding_top {
        padding-top: 80px;
    }
}

.padding_less_40 {
    margin-bottom: -50px;
}

.z_index {
    z-index: 9 !important;
    position: relative;
}

@media (max-width: 575px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
    .container {
        max-width: 1170px;
    }
}

.section_bg {
    background-color: #f7f7f7;
}

/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
.submit_btn {
    width: auto;
    display: inline-block;
    background: #fff;
    padding: 0px 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #fdcb9e;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.submit_btn:hover {
    background: transparent;
}

.btn_1, .btn_2 {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #f15825;
    font-weight: 500;
}

.btn_1:hover, .btn_2:hover {
    color: #fff;
    background-color: #2493e0;
}

@media (max-width: 991px) {
    .btn_1, .btn_2 {
        padding: 14px 30px;
    }
}

.btn_2 {
    background-color: #191d34;
}

.btn_2:hover {
    background-color: #f15825;
    color: #fff;
}

.navbar-light .navbar-brand img {
    width: 100px !important;
}

.banner_part.home-banner {
    background-image: url(../img/home-image.jpg) !important;
}
.banner_part.about-banner{
    background-image: url(../img/about-image.jpg) !important;
}
.banner_part.advertise-banner{
    background-image: url(../img/advertise-image.jpg) !important;
}
.banner_part.areas-banner{
    background-image: url(../img/areas-image.jpg) !important;
}
.banner_part.contact-banner{
    background-image: url(../img/contact-image.jpg) !important;
}
.btn_4 {
    display: inline-block;
    padding: 13px 47px;
    box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    background-size: 300% 100%;
}

.btn_4:hover {
    color: #fff;
    background-size: 100% 100%;
}

@media (max-width: 575px) {
    .btn_4 {
        padding: 14px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn_4 {
        padding: 14px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn_4 {
        padding: 14px 30px;
    }
}

.btn_3 {
    position: relative;
    font-weight: 500;
    color: #2f373d;
    display: inline-block;
    z-index: 9;
    -webkit-transition: .6s;
    transition: .6s;
    line-height: 46px;
    padding-left: 30px;
    margin-top: 35px;
    font-family: "Barlow", sans-serif;
}

.btn_3:after {
    height: 48px;
    width: 61px;
    background-color: #e3f1da;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: .6s;
    transition: .6s;
}

.btn_3 i {
    font-size: 12px;
    margin-left: 11px;
}

/*=================== custom button rule start ====================*/
.button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #fdcb9e;
    text-transform: uppercase;
    background-color: #f15825;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 767px) {
    .button {
        font-size: 13px;
        padding: 9px 24px;
    }
}

.button:hover {
    color: #fff !important;
}


.button-header {
    color: #fff;
    border-color: #fdcb9e;
}

.button-header:hover {
    background: #b8024c;
    color: #fff;
}

.button-contactForm {
    color: #fff;
    border-color: #fdcb9e;
    padding: 12px 25px;
}

/* End Main Button Area css
============================================================================================ */
/* Start Blog Area css
============================================================================================ */
.latest-blog-area .area-heading {
    margin-bottom: 70px;
}

.blog_area a {
    color: #666666 !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.single-blog {
    overflow: hidden;
    margin-bottom: 30px;
}

.single-blog:hover {
    box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

.single-blog .thumb {
    overflow: hidden;
    position: relative;
}

.single-blog .thumb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog h4 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 34px;
    margin-bottom: 25px;
}

.single-blog a {
    font-size: 20px;
    font-weight: 600;
}

.single-blog .date {
    color: #666666;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}

.single-blog .tag {
    text-align: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    margin-right: 22px;
    position: relative;
}

.single-blog .tag:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #acacac;
    right: -12px;
    top: 7px;
}

@media (max-width: 1199px) {
    .single-blog .tag {
        margin-right: 8px;
    }

    .single-blog .tag:after {
        display: none;
    }
}

.single-blog .likes {
    margin-right: 16px;
}

@media (max-width: 800px) {
    .single-blog {
        margin-bottom: 30px;
    }
}

.single-blog .single-blog-content {
    padding: 30px;
}

.single-blog .single-blog-content .meta-bottom p {
    font-size: 13px;
    font-weight: 300;
}

.single-blog .single-blog-content .meta-bottom i {
    color: #fdcb9e;
    font-size: 13px;
    margin-right: 7px;
}

@media (max-width: 1199px) {
    .single-blog .single-blog-content {
        padding: 15px;
    }
}

.single-blog:hover .thumb:after {
    opacity: .7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 1199px) {
    .single-blog h4 {
        transition: all 300ms linear 0s;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 14px;
        margin-bottom: 12px;
    }

    .single-blog h4 a {
        font-size: 18px;
    }
}

.full_image.single-blog {
    position: relative;
}

.full_image.single-blog .single-blog-content {
    position: absolute;
    left: 35px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .full_image.single-blog .single-blog-content {
        bottom: 100px;
    }
}

.full_image.single-blog h4 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-bottom: none;
    padding-bottom: 5px;
}

.full_image.single-blog a {
    font-size: 20px;
    font-weight: 600;
}

.full_image.single-blog .date {
    color: #fff;
}

.full_image.single-blog:hover .single-blog-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* End Blog Area css
============================================================================================ */


/*========= blog_categorie_area css ===========*/
.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_left_sidebar css ==============*/
.blog_item {
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    height: 100%;
    box-shadow: inset 0px 0px 15px 0px rgb(82 63 105 / 5%);
    border: 2px solid #dfdfe0;
}

.blog_details {
    padding: 10px 15px;
}

@media (min-width: 768px) {
    .blog_details {
        padding: 10px 15px;
    }
}

.blog_details p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
}

.blog_details a {
    color: #ff8b23;
}

.blog_details a:hover {
    color: #f15825;
}

.blog_details h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

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

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

.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: 5px;
    padding-right: 5px;
}

.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;
    background-color: #2493e0;
    padding: 5px;
    border-radius: 5px;
}

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

.blog_item_img .blog_item_date h3 {
    font-size: 15px;
    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: 15px;
    }
}

/*============ Start Blog Single Styles  =============*/
.single-post-area .blog_details {
    box-shadow: none;
    padding: 10px 15px !important;
}

.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{
    box-shadow: inset 0px 0px 15px 0px rgb(82 63 105 / 5%);
    border: 2px solid #dfdfe0;
    margin-bottom: 50px;
}
.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px;
}

.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;
}

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

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

.single-post-area .arrow .lnr {
    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 .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 a:hover {
    color: #f15825;
}

.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px;
}

.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;
}

.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: 0.5s;
    transition: 0.5s;
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    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: 0.5s;
    transition: 0.5s;
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    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;
    font-size: 18px;
}

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

.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;
    border-radius: 50%;
}

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

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

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.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;
}

.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 {
    /* Chrome/Opera/Safari */
    font-size: 13px;
    color: #777;
}

.comment-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    color: #777;
}

.comment-form :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
    color: #777;
}

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

/*============ End Blog Single Styles  =============*/
.single_blog_post .desc a {
    font-size: 16px;
    color: #232b2b !important;
}

.single_blog_post .single_blog .single_appartment_content {
    padding: 38px 38px 23px;
    border: 0px solid #fdcb9e;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

.single_blog_post .single_blog .single_appartment_content p {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single_blog_post .single_blog .single_appartment_content p a {
    color: #f15825;
}

.single_blog_post .single_blog .single_appartment_content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.481;
    margin-bottom: 16px;
}

.single_blog_post .single_blog .single_appartment_content h5 {
    font-size: 15px;
    color: #8a8a8a;
    font-weight: 400;
}

.single_blog_post .single_blog .single_appartment_content .list-unstyled {
    margin-top: 33px;
}

.single_blog_post .single_blog .single_appartment_content .list-unstyled li {
    display: inline;
    margin-right: 17px;
    color: #999999;
}

.single_blog_post .single_blog .single_appartment_content .list-unstyled li a {
    margin-right: 8px;
    color: #999999;
}


.sub_menu .sub_menu_right_content a {
    color: #0b1a55;
    margin: 15px;
}
.sub_menu{
    margin: 0 0 0 auto;
}
@media (max-width: 575px) {
    .sub_menu .sub_menu_right_content a {
        margin: 3px;
    }
}

.sub_menu .sub_menu_right_content i {
    color: #f15825;
    margin-right: 13px;
}

.sub_menu .sub_menu_right_content span {
    color: #f15825;
    margin-right: 20px;
}

@media (max-width: 575px) {
    .sub_menu .sub_menu_right_content {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sub_menu .sub_menu_right_content {
        text-align: center;
    }
}

.sub_menu .sub_menu_social_icon {
    float: right;
    text-align: right;
}

@media (max-width: 575px) {
    .sub_menu .sub_menu_social_icon {
        text-align: center;
        float: none;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sub_menu .sub_menu_social_icon {
        text-align: center;
        float: none;
        margin-top: 15px;
    }
}

.sub_menu .sub_menu_social_icon span {
    margin-left: 15px;
    color: #0b1a55;
}

.sub_menu .sub_menu_social_icon span i {
    color: #f15825;
    margin-right: 8px;
}

.sub_menu .sub_menu_social_icon a {
    background: #fff;
    margin-right: 20px;
    /* padding: 10px; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-table;
    color: #0b1a55;
    font-weight: 900;
}
@media (max-width: 575px) {
    .sub_menu .sub_menu_social_icon a {
        margin-right: 10px;
    }
}

.sub_menu .sub_menu_social_icon a:hover {
    color: #f15825;
}

/**************menu part start*****************/
.main_menu .navbar-brand {
    padding-top: 0rem;
}

@media (max-width: 575px) {
    .main_menu .navbar-brand img {
        max-width: 150px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .main_menu .navbar-brand img {
        max-width: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main_menu .navbar-brand img {
        max-width: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main_menu .navbar-brand img {
        max-width: 200px;
    }
}

.main_menu .navbar {
    padding: 0px;
}

.main_menu .main-menu-item ul li .nav-link {
    color: #0b1a55;
    font-size: 16px;
    padding: 25px 22px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.main_menu .main-menu-item ul li .nav-link {
    color: #fff;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main_menu .main-menu-item ul li .nav-link {
        padding: 35px 16px;
    }
}

.navbar-collapse.show ul li .nav-link {
    color: #0b1a55;
}

.menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    top: 0;
}

.menu_fixed .navbar-brand img {
    max-width: 150px;
}

.menu_fixed .main-menu-item ul li .nav-link {
    padding: 25px 25px;
}

.menu_fixed span {
    color: #000 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    margin-top: 0px;
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    background-color: #fafafa;
}

.dropdown .dropdown-item {
    text-transform: capitalize;
}

.dropdown:hover .dropdown-menu {
    transform: scale(1);
}
.navbar-light .navbar-toggler-icon{
    filter: invert(1);
}

@media (max-width: 991px) {
    .main_menu_iner {
        padding: 20px 0px;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
    }

    .navbar-collapse {
        z-index: 9999 !important;
        position: absolute;
        left: 0;
        top: 65px;
        width: 100%;
        background-color: #fff;
        text-align: center !important;
    }

    .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block;
    }

    .main_menu .main-menu-item {
        text-align: left !important;
    }

    .main_menu .main-menu-item .nav-item {
        padding: 10px 15px !important;
    }

    .main_menu .main-menu-item .nav-item a {
        padding: 0 !important;
    }
}

/**************** banner part css start ****************/
.banner_part {
    height: 550px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-color: #c4c5c7;
}

@media (max-width: 575px) {
    .banner_part {
        height: 500px;
        background-color: #f0eed4;
    }
    .contact-info{
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner_part {
        height: 650px;
        background-color: #f0eed4;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner_part {
        height: 700px;
        background-color: #f0eed4;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner_part {
        background-size: cover;
        height: 650px;
    }
}

.banner_part .banner_text {
    display: table;
    width: 100%;
    height: 550px;
}

.banner_part .banner_text .banner_text_iner {
    display: table-cell;
    vertical-align: middle;
}
.banner_part .banner_text .banner_text_iner img{
    width: 50%;
    filter: drop-shadow(20px 20px 25px #e1b09f)
}

@media (max-width: 575px) {
    .banner_part .banner_text {
        text-align: center;
        padding-top: 0px;
        height: 350px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner_part .banner_text {
        text-align: center;
        padding-top: 0px;
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner_part .banner_text {
        text-align: center;
        padding-top: 0px;
        height: 700px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner_part .banner_text {
        height: 650px;
    }
}

.banner_part .banner_text p {
    font-size: 24px;
    color: #fff;
}

.banner_part .banner_text h1 {
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: bolder;
    margin-bottom: 22px;
    letter-spacing: .5px;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 61%);
}

@media (max-width: 575px) {
    .banner_part .banner_text h1 {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner_part .banner_text h1 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner_part .banner_text h1 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner_part .banner_text h1 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.4;
    }
}

.banner_part .banner_text h1 span {
    color: #f15825;
}

.banner_part .banner_text h3 {
    font-size: 48px;
    font-weight: 300;
    color: #fff;
}

@media (max-width: 575px) {
    .banner_part .banner_text h3 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner_part .banner_text h3 {
        font-size: 28px;
    }
}

.banner_part .banner_text .btn_1 {
    margin-top: 60px;
    background-color: #2493e0;
    padding: 23px 79px;
}

.banner_part .banner_text .btn_1:hover {
    color: #fff;
    background-color: #f15825;
}

/**************** hero part css end ****************/


/**************** about css start ****************/
.about_us {
    position: relative;
    background-color: #f15825;
    padding: 30px 0 15px;
    margin-top: 50px;
}

.about_img img {
    margin-top: -60px;
    rotate: 8deg;
    margin-bottom: -55px;
    width: 300px;
}
.about_img{
    position: relative;
}
.about-app .about_img img{
    margin-top: auto !important;
    position: relative;
    bottom: -18px;
    rotate: 22deg;
    margin-bottom: 0;
}
.about-app{
    display: flex;
    overflow: hidden;
    padding-bottom: 12px;
}
.about-app .app-icons{
    white-space: nowrap;
    margin-top: 20px;
}
.about-app .app-icons img{
    width: 50%;
}
@media (max-width: 991px) {
    .about_img{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .about_img img{
        width: 50%;
        margin-top: 0px;
        rotate: 8deg;
        margin-bottom: -45px;
    }
    .about-app .about_img img{
        width: 100% !important;
    }
    .about_us .about_text {
        margin-top: 20px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: #f15825;
    }
    .about_us .about_text h1{
        font-size: 22px !important;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about_us .about_text {
        margin-top: 30px;
    }
}

.about_us .about_text h5 {
    margin-bottom: 12px;
    color: #f15825;
    font-size: 16px;
    font-weight: 300;
}

.about_us .about_text h2 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size:18px;
    color: #fff;
}
.about_us .about_text h1{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .about_us .about_text h2 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 20px;
        color: #fff;
    }
   

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about_us .about_text h2 {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 45px;
        color: #fff;
    }
}

.about_us .about_text p {
    margin-top: 13px;
    color: #fff;
}
.best_services{
    background-color: #f15825;
    color: #fff;
}
.app-services{
    text-align: center;
    margin-bottom: 20px;
}
.app-services img{
    width: 20%;
    margin-bottom: 10px;
}
.app-services h2{
    margin-bottom: .2rem !important;
}
.app-services p{
    margin-bottom: 0;
    margin-top: 0 !important;
}


@media (max-width: 575px) {
    .copyright_part_text{
        display: inline !important;
    }
    .footer-area .single-footer-widget ul li{
        padding: 5px 5px !important;
    }
    .footer-area .single-footer-widget ul li a {
        font-size: 13px !important;
    }
}


/*********** top place *************/
.top_place .single_place {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.top_place .single_place:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0b1a55;
    opacity: 0.3;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.top_place .single_place .hover_Text {
    padding: 20px;
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
}

@media (max-width: 991px) {
    .top_place .single_place .hover_Text {
        padding: 15px;
    }
}

.top_place .single_place .place_btn {
    display: inline-block;
    padding: 2px 19px;
    color: #fff;
    background-color: #2493e0;
    text-transform: capitalize;
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 12px;
    z-index: 3;
}

.top_place .single_place .hover_Text h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .top_place .single_place .hover_Text h3 {
        font-size: 20px;
        line-height: 25px;
    }
}

.top_place .single_place .hover_Text p {
    color: #f15825;
    font-size: 12px;
    font-weight: 600;
}

.top_place .single_place .details_icon {
    float: right;
}

.top_place .single_place .details_icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}

.top_place .single_place:hover .hover_Text {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 .15rem 1.75rem 0 rgba(31, 45, 65, .15);
}

.top_place .single_place:hover .hover_Text h3 {
    color: #000;
}

.top_place .single_place:hover .hover_Text .details_icon i {
    background-color: #f15825;
}

.top_place .single_place:hover:after {
    opacity: .75;
}

.top_place .btn_1 {
    margin: 0 auto;
    margin-top: 50px;
}

/***** event part css******/
.event_part {
    box-shadow: inset 0px 0px 15px 0px rgb(82 63 105 / 5%);
    border: 2px solid #dfdfe0;
    text-align: center;
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    margin-bottom: 10px;
    height: 100%;
}

.event_part .event_slider_content {
    background-color: #fff;
    padding: 10px;
}

@media (max-width: 991px) {
    .event_part .event_slider_content {
        padding: 20px;
    }
}

.event_part .event_slider_content h5 {
    color: #f15825;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
}

.event_part .event_slider_content h2 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .event_part .event_slider_content h2 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 18px;
    }
}

.event_part .event_slider_content p {
    margin-bottom: 5px;
    line-height: 22px;
}

.event_part .event_slider_content p span {
    color: #0b1a55;
}

.event_part .rating {
    margin-bottom: 45px;
}

.event_part .rating span {
    color: #848484;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.event_part .owl-nav button {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5) !important;
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 99;
}

.event_part .owl-nav button i {
    color: #f15825;
    font-weight: 700;
    font-size: 20px;
}

.event_part .owl-nav .owl-next {
    left: auto;
    right: -10%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .event_part .owl-nav .owl-next {
        right: -5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .event_part .owl-nav .owl-next {
        right: -5%;
    }
}

/********** tour details content css start ***********/
.tour_details_content p {
    margin-bottom: 10px;
}

.tour_details_content .tour_details_content_btn {
    text-align: center;
    margin-top: 80px;
}

.hotel_list .single_ihotel_list {
    position: relative;
    -webkit-transition: 1s;
    transition: 1s;
    background-color: #efefef;
    margin-bottom: 20px;
    box-shadow: inset 0px 0px 15px 0px rgb(82 63 105 / 5%);
    border: 2px solid #dfdfe0;
}

.hotel_list .single_ihotel_list img {
    width: 100%;
}

.hotel_list .single_ihotel_list .hotel_text_iner {
    padding: 10px;
}


.hotel_list .single_ihotel_list .hotel_text_iner h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.hotel_list .single_ihotel_list .hotel_text_iner h3 a {
    color: #0b1a55;
}

@media (max-width: 991px) {
    .hotel_list .single_ihotel_list .hotel_text_iner h3 {
        margin-bottom: 10px;
    }
}

.hotel_list .single_ihotel_list .hotel_text_iner p {
    line-height: 14px;
    font-size: 13px;
    margin-bottom: 5px;
}

.hotel_list .single_ihotel_list .hotel_text_iner h5 {
    font-size: 14px;
}

.hotel_list .single_ihotel_list .hotel_text_iner h5 span {
    color: #f15825;
}

.hotel_list .single_ihotel_list .hover_text {
    position: absolute;
    right: 10%;
    bottom: 49%;
    z-index: 9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.hotel_list .single_ihotel_list .hover_text .share_icon {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform: scaleX(1);
}

.hotel_list .single_ihotel_list .hover_text .hotel_social_icon {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform: scaleY(0);
}

.hotel_list .single_ihotel_list .hover_text .hotel_social_icon ul li {
    text-align: center;
}

.hotel_list .single_ihotel_list .hover_text .hotel_social_icon ul li i {
    border-radius: 50%;
    background-color: rgba(255, 122, 75, 0.7);
    top: 3771px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    margin: 5px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.hotel_list .single_ihotel_list .hover_text:hover .hotel_social_icon {
    transform: scaleY(1);
}

.hotel_list .single_ihotel_list .hover_text:hover .share_icon {
    transform: scaleX(0);
}

.single_page_hotel_list .single_ihotel_list .hover_text {
    position: absolute;
    right: 10%;
    bottom: 56%;
    z-index: 9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.our_industries {
    padding: 130px 0px 55px;
}

@media (max-width: 991px) {
    .our_industries {
        padding: 70px 0px 55px;
    }
}

.our_industries img {
    width: 100%;
}

@media (max-width: 991px) {
    .our_industries .single_industries {
        margin-bottom: 15px;
    }
}

.our_industries .single_industries h3 {
    margin-top: 33px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .our_industries .single_industries h3 {
        margin-top: 20px;
    }
}

.our_industries .single_industries h3:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -16px;
    width: 50px;
    height: 1px;
    background-color: #f15825;
}

.our_industries .single_industries h3 a {
    color: #191d34;
    -webkit-transition: 1s;
    transition: 1s;
}

.our_industries .single_industries h3 a:hover {
    color: #f15825;
}

.our_industries .single_industries p {
    color: #777;
    margin-top: 27px;
}

@media (max-width: 991px) {
    .our_industries .single_industries img {
        width: 100%;
        height: auto;
    }
}

.single_page_hotel_list p {
    line-height: 20px;
}


/******** best services css *********/
@media (max-width: 991px) {
    .best_services .single_ihotel_list {
        margin-bottom: 25px;
    }
}

.best_services .single_ihotel_list img {
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .best_services .single_ihotel_list img {
        margin-bottom: 10px;
        width: 100%;
    }
}

.best_services .single_ihotel_list h3 a {
    font-size: 24px;
    color: #0b1a55;
    margin-bottom: 20px;
}

/*********** our gallery css start *************/
.our_gallery .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

@media (max-width: 575px) {
    .our_gallery .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

.our_gallery .card-columns .card {
    border-radius: 0;
    border: 1px solid transparent;
}

.our_gallery .card-columns .card .card-img-top {
    border-radius: 0;
    border: 1px solid transparent;
}

/**************** copyright part css start ****************/
.copyright_part {
    background-color: #191d34;
    padding: 26px 0px;
}

.copyright_part p {
    color: #8a8a8a;
    font-family: 300;
}

.copyright_part a {
    color: #f15825;
}

@media (max-width: 575px) {
    .copyright_part .footer-social {
        margin-top: 20px;
    }
}

.copyright_part .footer-social a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ff7e5f;
    text-align: center;
    margin-left: 10px;
    color: #fff;
}

.copyright_part .footer-social a:hover {
    background-color: #ff7e5f !important;
    color: #fff !important;
}

.copyright_part .footer-social a i:hover {
    color: #fff;
}

@media (max-width: 575px) {
    .copyright_part .footer-text {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .copyright_part .footer-text {
        text-align: center;
        margin-bottom: 25px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copyright_part .footer-text {
        text-align: center;
        margin-bottom: 25px !important;
    }
}

.copyright_part span.ti-heart {
    font-size: 12px;
    margin: 0px 2px;
}

/**************** team_part css start ****************/
.single_team_member {
    margin-bottom: 10px;
}

.single_team_member .card-body {
    padding: 30px 0px 30px 0px;
}

.single_team_member .card {
    border: 0px solid;
}

.single_team_member .card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.single_team_member .blog_item_date {
    position: absolute;
    background-color: #ff8b23;
    bottom: 99px;
    left: 11px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    padding-top: 15px;
}

.single_team_member .blog_item_date h3 {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 700;
}

.single_team_member .single_team_member {
    position: relative;
}

.single_team_member .header_social_icon ul li {
    display: inline-block;
    margin-left: 8px;
}

.single_team_member .header_social_icon ul li a {
    color: #7a7575;
}

.single_team_member .tean_content {
    display: inline-block;
    float: left;
}

.single_team_member .tean_right_content {
    float: right;
    padding-top: 20px;
}

/*=================== contact banner start ====================*/
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-info {
    margin-bottom: 20px;
}

.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;
    font-size: 16px;
    color: #2a2a2a;
}

.contact-info .media-body h3 a:hover {
    color: #f15825;
}

.contact-info .media-body p {
    color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-contact label {
    font-size: 14px;
}

.form-contact .form-group {
    margin-bottom: 30px;
}

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

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

.form-contact .form-control::placeholder {
    font-weight: 500;
}

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

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    margin: 0px;
    max-width: 500px;
    width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0px;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

.modal-message .modal-dialog .modal-content .modal-header p {
    display: block;
}

.contact-section {
    padding: 50px 0;
}

@media (max-width: 991px) {
    .contact-section {
        padding: 30px 0 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 30px 0 30px;
    }
}

.contact-section .btn_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0;
}

.contact-section .btn_2:hover {
    background-color: #f15825;
}

.breadcrumb_bg {
    background-image: url("../img/breadcrumb.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb {
    position: relative;
    z-index: 1;
}

.breadcrumb:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: "";
    opacity: 0.6;
    z-index: -1;
}

.breadcrumb .breadcrumb_iner {
    height: 100px;
    width: 100%;
    display: table;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
    display: table-cell;
    vertical-align: middle;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p a {
    color: #f15825;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
    margin: 0px 5px;
    font-size: 12px;
}

.breadcrumb {
    margin-bottom: 0px !important;
}

.footer-area {
    background-color: #162b45;
    padding: 20px;
    position: relative;
}

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

.footer-area .col-lg-9 {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.footer-area .single-footer-widget p {
    color: #fff;
    line-height: 1.8;
}

.footer-area .single-footer-widget h4 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .footer-area .single-footer-widget h4 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .footer-area .single-footer-widget h4 {
        margin-bottom: 25px;
    }
}
.footer-area hr{
    background-color: #ababab;
    margin: 0.7rem;
}
.footer-area p{
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
.footer-area p a{
    color: #fff;
}
.footer-area .single-footer-widget ul {
    text-align: center;
}

.footer-area .single-footer-widget ul li {
    margin-bottom: 0;
    display: inline-block;
    padding: 5px 25px;
}

.footer-area .single-footer-widget ul li a {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    text-transform: uppercase;
}

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

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

.footer-area .single-footer-widget input {
    height: 50px;
    border: none;
    width: 67% !important;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    font-size: 13px;
    color: #999999;
    background-color: #092742;
    border: 0px solid transparent;
}

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

.footer-area .single-footer-widget .click-btn {
    background-color: #f15825;
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 20px;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    left: 0;
}

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

.footer-area .footer_1 img {
    margin-bottom: 35px;
}

@media (max-width: 575px) {
    .footer-area .footer_1 img {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer_1 img {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer_1 img {
        margin-bottom: 20px;
    }
}

.footer-area .footer_1 p {
    margin-bottom: 15px;
}

.footer-area .social_icon {
    margin-top: 27px;
}

.footer-area .social_icon a {
    color: #cccccc;
    font-size: 14px;
    margin-right: 20px;
}

.footer-area .social_icon a:hover {
    color: #f15825;
}

.footer-area .footer_3 .footer_img .single_footer_img {
    width: 31.33%;
    float: left;
    margin: 1%;
    position: relative;
    z-index: 2;
}

@media (max-width: 575px) {
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 20%;
    }

    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 20%;
    }

    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 31%;
    }

    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 31%;
    }

    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 20%;
    }

    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

.footer-area .footer_3 .footer_img .single_footer_img:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer-area .footer_3 .footer_img .single_footer_img i {
    text-align: center;
    position: absolute;
    top: 41%;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    opacity: 0;
}

.footer-area .footer_3 .footer_img .single_footer_img:hover:after {
    opacity: 0.5;
}

.footer-area .footer_3 .footer_img .single_footer_img:hover i {
    opacity: 1;
}

.footer-area .contact_info {
    position: relative;
    margin-bottom: 20px;
}

.footer-area .contact_info:last-child {
    margin-bottom: 0px;
}

.footer-area .contact_info p {
    margin-bottom: 10px;
}

.footer-area .contact_info p span {
    color: #2c3033;
    font-size: 16px;
}

.footer-area .btn {
    background-color: #f15825;
    color: #fff;
    width: 49px;
    border-radius: 0px;
    height: 50px;
}

.footer-area span.ti-heart {
    font-size: 12px;
    margin: 0px 2px;
}

.footer-area .input-group {
    border: 1px solid #45556a;
    padding: 5px;
}

.footer-area .footer_icon p {
    margin-bottom: 22px;
    font-size: 16px;
}

.footer-area .footer_icon span {
    color: #f15825;
}

.footer-area .footer_icon ul li {
    margin-bottom: 20px;
}

.footer-area .footer_icon ul li i {
    margin-right: 15px;
}

.footer-area .footer_icon .social-icons {
    margin-top: 30px;
}

.footer-area .footer_icon .social-icons a {
    color: #fff;
    margin-right: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer-area .footer_icon .social-icons a:hover {
    color: #f15825;
}

@media (max-width: 991px) {
    .footer_icon {
        margin-top: 20px;
    }
}

.footer_menu {
    float: right;
}

@media (max-width: 575px) {
    .footer_menu {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer_menu {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_menu {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer_menu {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

.footer_menu ul li {
    display: inline-block;
}

.footer_menu ul li a {
    color: #777 !important;
    padding: 0px 22px;
}

.footer_menu ul li a:hover {
    color: #f15825 !important;
}

@media (max-width: 575px) {
    .footer_menu ul li a {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer_menu ul li a {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_menu ul li a {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer_menu ul li a {
        padding: 0px 15px;
    }
}

.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0;
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}

b,
sup,
sub,
u,
del {
    color: #f15825;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1em;
}

.button-area {
    background: #fff;
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
    margin-right: 0;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -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;
}

.genric-btn:focus {
    outline: none;
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px;
}

.genric-btn.large {
    line-height: 45px;
}

.genric-btn.medium {
    line-height: 30px;
}

.genric-btn.small {
    line-height: 25px;
}

.genric-btn.radius {
    border-radius: 3px;
}

.genric-btn.circle {
    border-radius: 20px;
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.genric-btn.arrow span {
    margin-left: 10px;
}

.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.primary {
    color: #fff;
    background: #f15825;
    border: 1px solid transparent;
}

.genric-btn.primary:hover {
    color: #f15825;
    border: 1px solid #f15825;
    background: #fff;
}

.genric-btn.primary-border {
    color: #f15825;
    border: 1px solid #f15825;
    background: #fff;
}

.genric-btn.primary-border:hover {
    color: #fff;
    background: #f15825;
    border: 1px solid transparent;
}

.genric-btn.success {
    color: #fff;
    background: #2493e0;
    border: 1px solid transparent;
}

.genric-btn.success:hover {
    color: #2493e0;
    border: 1px solid #2493e0;
    background: #fff;
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #2493e0;
    background: #fff;
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #2493e0;
    border: 1px solid transparent;
}

.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent;
}

.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline;
}

.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.disable {
    color: #222222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed;
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #f15825;
}

.progress-table-wrap {
    overflow-x: scroll;
}

.progress-table {
    background: #f9f9ff;
    padding: 15px 0px 30px 0px;
    min-width: 800px;
}

.progress-table .serial {
    width: 11.83%;
    padding-left: 30px;
}

.progress-table .country {
    width: 28.07%;
}

.progress-table .visit {
    width: 19.74%;
}

.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px;
}

.progress-table .table-head {
    display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
    display: flex;
    align-items: center;
}

.progress-table .table-row .country img {
    margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0px;
    background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686;
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
}

.list-style {
    width: 14px;
    height: 14px;
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}

.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #f15825;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%;
}

.ordered-list {
    margin-left: 30px;
}

.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #f15825;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list li span {
    font-weight: 300;
    color: #828bb2;
}

.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #f15825;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2;
}

.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #f15825;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2;
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input:focus {
    outline: none;
}

.input-group-icon {
    position: relative;
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
}

.input-group-icon .icon i {
    color: #797979;
}

.input-group-icon .single-input {
    padding-left: 45px;
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none;
}

.single-textarea:focus {
    outline: none;
}

.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-primary:focus {
    outline: none;
    border: 1px solid #f15825;
}

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55;
}

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359;
}

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f15825;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.default-switch input:checked + label {
    left: 19px;
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.primary-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.primary-switch input:checked + label:after {
    left: 19px;
}

.primary-switch input:checked + label:before {
    background: #f15825;
}

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.confirm-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.confirm-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.confirm-switch input:checked + label:after {
    left: 19px;
}

.confirm-switch input:checked + label:before {
    background: #4cd3e3;
}

.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
    background: url(../img/elements/primary-check.png) no-repeat center center/cover;
    border: none;
}

.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
    background: url(../img/elements/success-check.png) no-repeat center center/cover;
    border: none;
}

.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.disabled-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3;
}

.disabled-checkbox input:checked + label {
    background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
    border: none;
}

.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
    background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
    border: none;
}

.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
    background: url(../img/elements/success-radio.png) no-repeat center center/cover;
    border: none;
}

.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.disabled-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3;
}

.disabled-radio input:checked + label {
    background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
    border: none;
}

.default-select {
    height: 40px;
}

.default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px;
}

.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
    font-weight: 300;
    -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;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
    color: #f15825;
    background: transparent;
}

.default-select .nice-select .list .option:hover {
    color: #f15825;
    background: transparent;
}

.default-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.default-select .nice-select::after {
    right: 20px;
}

.form-select {
    height: 40px;
    width: 100%;
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -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;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
    color: #f15825;
    background: transparent;
}

.form-select .nice-select .list .option:hover {
    color: #f15825;
    background: transparent;
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.form-select .nice-select::after {
    right: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}

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

.mt-30 {
    margin-top: 30px;
}

.switch-wrap {
    margin-bottom: 10px;
}

/*# sourceMappingURL=../css/style.map */
.navbar-light .navbar-brand img {
    width: 50px;
}

.main_menu_iner {
    background: #0b1a55;
}

.svg-border-rounded svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2.5rem;
    width: 100%;
}

.single-defination {
    margin-bottom: 20px;
}

.single-defination h4 {
    margin-bottom: 5px;
}

.clip_frame {
    box-shadow: inset 0px 0px 8px rgb(0 0 0 / 33%);
    border-style: solid;
    border-width: 1px;
    border-color: #acacac;
    background-color: #FFFFFF;
    border-radius: 16px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
}

.clip_frame img {
    width: 80%;

}


.grpelem {
    display: flex;
    justify-content: center;
}

.event-cost {
    color: #f15825;
    font-weight: 600;
    font-size: 16px;
}

.advertise-section h2 {
    font-weight: 700;
    font-size: 28px;
}
.navbar-light .navbar-nav .nav-link.active ,
.navbar-light .navbar-nav .nav-link:hover{
    color: #f15825;
}
.single_place{
    margin-bottom: 15px;
    box-shadow: inset 0px 0px 15px 0px rgb(82 63 105 / 5%);
    border: 2px solid #dfdfe0;
}
.single_place .hover_Text{
    padding: 10px 15px;
}
.single_place .hover_Text .hover_text_iner h3{
    font-size: 15px;
    margin: 0;
}
.single_place .hover_Text .details_icon i{
    color:#0b1a55;
}
.single_place .hover_Text .details_icon i:hover{
    color: #f15825;
}
.btn-app{
    background: #f15825;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 30px;
    border-radius: 8px;
    text-transform: uppercase;
}
.copyright_part_text{
    display: flex;
    justify-content: space-around;
}
.feature-img img{
    width: 100%;
}