/*----------------------------------------------------
@File: Default Styles
@Author: Rocky Ahmed
@URL: http://wethemez.com
Author E-mail: rockybd1995@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: HostHub Construction 
@Author: Rocky Ahmed
@Developed By: Rocky Ahmed
@Developer URL: http://rocky.wethemez.com
Author E-mail: rockybd1995@gmail.com

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ banner
06/ breadcrumb
07/ about
08/ team
09/ project 
10/ price 
11/ team 
12/ blog 
13/ video  
14/ features  
15/ career  
16/ contact 
17/ footer

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Cairo:300,400,500,700|Cairo:300,400,500,700");
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

.row.m0 {
    margin: 0px;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-family: "Cairo", sans-serif;
    font-weight: normal;
    color: #777777;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cairo", sans-serif;
    /* font-weight: bold; */
}

button:focus {
    outline: none;
    box-shadow: none;
}

/*
.p_120 {
  padding-top: 120px;
  padding-bottom: 120px; }
*/
.p_120 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pad_top {
    padding-top: 120px;
}

.pad_btm {
    padding-bottom: 120px;
}

.mt-25 {
    margin-top: 25px;
}

.p0 {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1620px) {
    .box_1620 {
        max-width: 1650px;
        margin: auto;
    }
}

.white_bg {
    background: #fff !important;
}

/* Main Title Area css
============================================================================================ */
.main_title {
    text-align: center;
    margin-bottom: 75px;
}

    .main_title h2 {
        font-family: "Cairo", sans-serif;
        font-size: 36px;
        color: #222222;
        font-weight: bold;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .main_title p {
        font-size: 14px;
        font-family: "Cairo", sans-serif;
        line-height: 24px;
        color: #777777;
        margin-bottom: 0px;
        max-width: 570px;
        margin: auto;
    }

    .main_title.white h2 {
        color: #fff;
    }

    .main_title.white p {
        color: #fff;
        opacity: .6;
    }

/* End Main Title Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: background 0.4s, all 0.3s linear;
}

    .header_area .navbar-brand {
        margin-right: 30px;
    }

    .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: 20px;
            margin-left: unset;
        }

            .header_area .navbar .nav .nav-item .nav-link {
                font: 500 12px/100px "Cairo", sans-serif;
                text-transform: uppercase;
                color: #fff;
                padding: 0px;
                display: inline-block;
            }

                .header_area .navbar .nav .nav-item .nav-link:after {
                    display: none;
                }

            .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);
    }

    .other-page .header_area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 75%;
        left: unset;
        right: 0;
        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;
        color: #222222;
        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, #80bc01 0%,#2f6a42 100%);
        background-image: -webkit-linear-gradient(0deg, #e5e7e6 0%,#ffffff 100%);
        background-image: -ms-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%);
        color: #222222;
    }


@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;
    color: #222222;
    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: -webkit-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%);
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 70px; }*/
@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;
    color: #222222; }*/

.top_menu {
    background: #ec9d5f;
}

    .top_menu .float-left a {
        line-height: 40px;
        display: inline-block;
        color: #fff;
        font-family: "Cairo", sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        margin-right: 50px;
        transition: all 300ms linear 0s;
    }

        .top_menu .float-left a:last-child {
            margin-right: 0px;
        }

        .top_menu .float-left a:hover {
            color: #80bc01;
        }

    .top_menu .float-right .pur_btn {
        background: #80bc01;
        color: #fff;
        font-family: "Cairo", sans-serif;
        line-height: 40px;
        display: block;
        padding: 0px 40px;
        font-weight: 500;
        font-size: 12px;
    }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */
.home_banner_area {
    z-index: 1;
    /*  background-image: -moz-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%);
  background-image: -webkit-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%);
  background-image: -ms-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%); */
}

    .home_banner_area .banner_inner {
        width: 100%;
    }

        .home_banner_area .banner_inner .home_left_img {
            padding-top: 230px;
            padding-bottom: 230px;
        }

        .home_banner_area .banner_inner .col-lg-5 {
            vertical-align: middle;
            align-self: center;
        }
        /*   .home_banner_area .banner_inner .banner_content {
      text-align: left;
      color: #fff; }*/
        .home_banner_area .banner_inner .banner_content h2 {
            margin-top: 0px;
            font-size: 48px;
            font-weight: bold;
            font-family: "Cairo", sans-serif;
            line-height: 54px;
            margin-bottom: 20px;
        }

        .home_banner_area .banner_inner .banner_content p {
            color: #fff;
            font-family: "Cairo", sans-serif;
            margin-bottom: 35px;
        }

        .home_banner_area .banner_inner .banner_content .banner_map_img {
            text-align: right;
        }

        .home_banner_area .banner_inner .banner_content .banner_btn {
            margin-right: 10px;
        }

        .home_banner_area .banner_inner .banner_content .banner_btn2 {
            margin-right: 10px;
        }

.blog_banner {
    min-height: 780px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 0px;
}

    .blog_banner .banner_inner {
        background: #04091e;
        position: relative;
        overflow: hidden;
        width: 100%;
        min-height: 780px;
        z-index: 1;
    }

        .blog_banner .banner_inner .overlay {
            background: url(../img/banner/banner-2.jpg) no-repeat scroll center center;
            opacity: .5;
            height: 125%;
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            z-index: -1;
        }

        .blog_banner .banner_inner .blog_b_text {
            max-width: 700px;
            margin: auto;
            color: #fff;
            margin-top: 40px;
        }

            .blog_banner .banner_inner .blog_b_text h2 {
                font-size: 60px;
                font-weight: 500;
                font-family: "Cairo", sans-serif;
                line-height: 66px;
                margin-bottom: 15px;
            }

            .blog_banner .banner_inner .blog_b_text p {
                font-size: 16px;
                margin-bottom: 35px;
            }

            .blog_banner .banner_inner .blog_b_text .white_bg_btn {
                line-height: 42px;
                padding: 0px 45px;
            }

.banner_box {
    max-width: 1620px;
    margin: auto;
}

.banner_area {
    position: relative;
    z-index: 1;
    min-height: 225px;
}

    /*    .banner_area .banner_inner {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-height: 225px;

        z-index: 1;
        background: #306b43 url(../images/banner.png) center;
        background-size: contain;
    }*/
    .banner_area .banner_inner {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-height: 225px;
        /* background: #306b43; */
        z-index: 1;
        background: #306b43 url(../images/banner.png) center repeat-x;
        background-size: auto;
    }

        .banner_area .banner_inner .banner_content {
            margin-top: 7%;
        }

            .banner_area .banner_inner .banner_content h2 {
                color: #fff;
                font-size: 30px;
                font-family: "Cairo", sans-serif;
                margin-bottom: 14px;
                text-transform: uppercase;
                font-weight: bold;
            }

            .banner_area .banner_inner .banner_content .page_link a {
                font-size: 14px;
                color: #fff;
                font-family: "Cairo", sans-serif;
                margin-right: 32px;
                position: relative;
            }

                .banner_area .banner_inner .banner_content .page_link a:before {
                    content: "\e87a";
                    font-family: 'Linearicons-Free';
                    font-size: 14px;
                    position: absolute;
                    right: -25px;
                    top: 54%;
                    transform: translateY(-50%);
                }

                .banner_area .banner_inner .banner_content .page_link a:last-child {
                    margin-right: 0px;
                }

                    .banner_area .banner_inner .banner_content .page_link a:last-child:before {
                        display: none;
                    }

/* End Home Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Latest Blog Area css
============================================================================================ */
/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px;
}

    .causes_slider .owl-dots .owl-dot {
        height: 14px;
        width: 14px;
        background: #eeeeee;
        display: inline-block;
        margin-right: 7px;
    }

        .causes_slider .owl-dots .owl-dot:last-child {
            margin-right: 0px;
        }

        .causes_slider .owl-dots .owl-dot.active {
            background: #80bc01;
        }

.causes_item {
    background: #fff;
}

    .causes_item .causes_img {
        position: relative;
    }

        .causes_item .causes_img .c_parcent {
            position: absolute;
            bottom: 0px;
            width: 100%;
            left: 0px;
            height: 3px;
            background: rgba(255, 255, 255, 0.5);
        }

            .causes_item .causes_img .c_parcent span {
                width: 70%;
                height: 3px;
                background: #80bc01;
                position: absolute;
                left: 0px;
                bottom: 0px;
            }

                .causes_item .causes_img .c_parcent span:before {
                    content: "75%";
                    position: absolute;
                    right: -10px;
                    bottom: 0px;
                    background: #80bc01;
                    color: #fff;
                    padding: 0px 5px;
                }

    .causes_item .causes_text {
        padding: 30px 35px 40px 30px;
    }

        .causes_item .causes_text h4 {
            color: #222222;
            font-family: "Cairo", sans-serif;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 15px;
            cursor: pointer;
        }

            .causes_item .causes_text h4:hover {
                color: #80bc01;
            }

        .causes_item .causes_text p {
            font-size: 14px;
            line-height: 24px;
            color: #777777;
            font-weight: 300;
            margin-bottom: 0px;
        }

    .causes_item .causes_bottom a {
        width: 50%;
        border: 1px solid #80bc01;
        text-align: center;
        float: left;
        line-height: 50px;
        background: #80bc01;
        color: #fff;
        font-family: "Cairo", sans-serif;
        font-size: 14px;
        font-weight: 500;
    }

        .causes_item .causes_bottom a + a {
            border-color: #eeeeee;
            background: #fff;
            font-size: 14px;
            color: #222222;
        }

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
.single-recent-blog-post {
    margin-bottom: 30px;
}

    .single-recent-blog-post .thumb {
        overflow: hidden;
    }

        .single-recent-blog-post .thumb img {
            transition: all 0.7s linear;
        }

    .single-recent-blog-post .details {
        padding-top: 30px;
    }

        .single-recent-blog-post .details .sec_h4 {
            line-height: 24px;
            padding: 10px 0px 13px;
            transition: all 0.3s linear;
        }

            .single-recent-blog-post .details .sec_h4:hover {
                color: #777777;
            }

    .single-recent-blog-post .date {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }

    .single-recent-blog-post:hover img {
        transform: scale(1.23) rotate(10deg);
    }

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center;
    color: #222222;
}

    .tags .tag_btn:before {
        background: #80bc01;
    }

    .tags .tag_btn + .tag_btn {
        margin-left: 2px;
    }

/*========= blog_categorie_area css ===========*/
.blog_categorie_area {
    padding-top: 80px;
    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(56, 152, 248, 0.85);
    }

/*============ blog_left_sidebar css ==============*/
.blog_item {
    margin-bottom: 40px;
}

.blog_info {
    padding-top: 30px;
}

    .blog_info .post_tag {
        padding-bottom: 20px;
    }

        .blog_info .post_tag a {
            font: 300 14px/21px "Cairo", sans-serif;
            color: #222222;
        }

            .blog_info .post_tag a:hover {
                color: #777777;
            }

            .blog_info .post_tag a.active {
                color: #80bc01;
            }

    .blog_info .blog_meta li a {
        font: 300 14px/20px "Cairo", sans-serif;
        color: #777777;
        vertical-align: middle;
        padding-bottom: 12px;
        display: inline-block;
    }

        .blog_info .blog_meta li a i {
            color: #222222;
            font-size: 16px;
            font-weight: 600;
            padding-left: 15px;
            line-height: 20px;
            vertical-align: middle;
        }

        .blog_info .blog_meta li a:hover {
            color: #80bc01;
        }

.blog_post img {
    max-width: 100%;
}

.blog_details {
    padding-top: 20px;
}

    .blog_details h2 {
        font-size: 24px;
        line-height: 36px;
        color: #222222;
        font-weight: 600;
        transition: all 0.3s linear;
    }

        .blog_details h2:hover {
            color: #80bc01;
        }

    .blog_details p {
        margin-bottom: 26px;
    }

.view_btn {
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    color: #222222;
    font-weight: 500;
    padding: 0px 30px;
    background: #fff;
}

.blog_right_sidebar {
    border: 1px solid #eeeeee;
    /* background: #fafaff;*/
    padding: 30px;
}

    .blog_right_sidebar .widget_title {
        font-size: 18px;
        line-height: 25px;
        background: #306b43;
        text-align: center;
        color: #fff;
        padding: 8px 0px;
        margin-bottom: 30px;
        border-radius: 2px;
    }

    .blog_right_sidebar .search_widget .input-group .form-control {
        font-size: 14px;
        line-height: 29px;
        border: 0px;
        width: 100%;
        font-weight: 300;
        color: #fff;
        padding-left: 20px;
        border-radius: 45px;
        z-index: 0;
        background: #80bc01;
    }

        .blog_right_sidebar .search_widget .input-group .form-control.placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control:focus {
            box-shadow: none;
        }

    .blog_right_sidebar .search_widget .input-group .btn-default {
        position: absolute;
        right: 20px;
        background: transparent;
        border: 0px;
        box-shadow: none;
        font-size: 14px;
        color: #fff;
        padding: 0px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .blog_right_sidebar .author_widget {
        text-align: center;
    }

        .blog_right_sidebar .author_widget h4 {
            font-size: 18px;
            line-height: 20px;
            color: #222222;
            margin-bottom: 5px;
            margin-top: 30px;
        }

        .blog_right_sidebar .author_widget p {
            margin-bottom: 0px;
        }

        .blog_right_sidebar .author_widget .social_icon {
            padding: 7px 0px 15px;
        }

            .blog_right_sidebar .author_widget .social_icon a {
                font-size: 14px;
                color: #222222;
                transition: all 0.2s linear;
            }

                .blog_right_sidebar .author_widget .social_icon a + a {
                    margin-left: 20px;
                }

                .blog_right_sidebar .author_widget .social_icon a:hover {
                    color: #80bc01;
                }

    .blog_right_sidebar .popular_post_widget .post_item .media-body {
        justify-content: center;
        align-self: center;
        padding-left: 20px;
    }

        .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
            font-size: 14px;
            line-height: 20px;
            color: #222222;
            margin-bottom: 4px;
            transition: all 0.3s linear;
        }

            .blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
                color: #80bc01;
            }

        .blog_right_sidebar .popular_post_widget .post_item .media-body p {
            font-size: 12px;
            line-height: 21px;
            margin-bottom: 0px;
        }

    .blog_right_sidebar .popular_post_widget .post_item + .post_item {
        margin-top: 20px;
    }

    .blog_right_sidebar .post_category_widget .cat-list li {
        border-bottom: 2px dotted #eee;
        transition: all 0.3s ease 0s;
        padding-bottom: 12px;
    }

        .blog_right_sidebar .post_category_widget .cat-list li a {
            font-size: 14px;
            line-height: 20px;
            color: #777;
        }

            .blog_right_sidebar .post_category_widget .cat-list li a p {
                margin-bottom: 0px;
            }

        .blog_right_sidebar .post_category_widget .cat-list li + li {
            padding-top: 15px;
        }

        .blog_right_sidebar .post_category_widget .cat-list li:hover {
            border-color: #80bc01;
        }

            .blog_right_sidebar .post_category_widget .cat-list li:hover a {
                color: #80bc01;
            }

    .blog_right_sidebar .newsletter_widget {
        text-align: center;
    }

        .blog_right_sidebar .newsletter_widget .form-group {
            margin-bottom: 8px;
        }

        .blog_right_sidebar .newsletter_widget .input-group-prepend {
            margin-right: -1px;
        }

        .blog_right_sidebar .newsletter_widget .input-group-text {
            background: #fff;
            border-radius: 0px;
            vertical-align: top;
            font-size: 12px;
            line-height: 36px;
            padding: 0px 0px 0px 15px;
            border: 1px solid #eeeeee;
            border-right: 0px;
        }

        .blog_right_sidebar .newsletter_widget .form-control {
            font-size: 12px;
            line-height: 24px;
            color: #cccccc;
            border: 1px solid #eeeeee;
            border-left: 0px;
            border-radius: 0px;
        }

            .blog_right_sidebar .newsletter_widget .form-control.placeholder {
                color: #cccccc;
            }

            .blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
                color: #cccccc;
            }

            .blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
                color: #cccccc;
            }

            .blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
                color: #cccccc;
            }

            .blog_right_sidebar .newsletter_widget .form-control:focus {
                outline: none;
                box-shadow: none;
            }

        .blog_right_sidebar .newsletter_widget .bbtns {
            background: #80bc01;
            color: #fff;
            font-size: 12px;
            line-height: 38px;
            display: inline-block;
            font-weight: 500;
            padding: 0px 24px 0px 24px;
            border-radius: 0;
        }

        .blog_right_sidebar .newsletter_widget .text-bottom {
            font-size: 12px;
        }

    .blog_right_sidebar .tag_cloud_widget ul li {
        float: left;
        margin: auto 4px;
    }

        .blog_right_sidebar .tag_cloud_widget ul li a {
            display: inline-block;
            border: 1px solid #c9e4c7;
            background: #e6f9e5;
            padding: 6px 13px;
            margin-bottom: 8px;
            transition: all 0.3s ease 0s;
            color: #222222;
            font-size: 12px;
            border-radius: 4px;
        }

            .blog_right_sidebar .tag_cloud_widget ul li a:hover {
                background: #306b43;
                color: #fff;
            }

    .blog_right_sidebar .br {
        width: 100%;
        height: 1px;
        background: #eeeeee;
        margin: 30px 0px;
    }

.blog-pagination {
    padding-top: 25px;
    padding-bottom: 95px;
}

    .blog-pagination .page-link, li.page a {
        border-radius: 0;
    }

    .blog-pagination .page-item, li.page {
        border: none;
    }

.page-link {
    background: transparent;
    font-weight: 400;
}

.blog-pagination .page-item.active .page-link, li.page.active a {
    background-color: #80bc01;
    border-color: transparent;
    color: #fff;
}

.blog-pagination .page-link, li.page.active a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8a8a8a;
    border: none;
}

    .blog-pagination .page-link .lnr, li.page.active a .lnr {
        font-weight: 600;
    }

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link,
li.page:last-child a,
li.page:first-child a {
    border-radius: 0;
}

.blog-pagination .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #80bc01;
    border-color: #eee;
}

/*============ Start Blog Single Styles  =============*/
.single-post-area .social-links {
    padding-top: 10px;
}

    .single-post-area .social-links li {
        display: inline-block;
        margin-bottom: 10px;
    }

        .single-post-area .social-links li a {
            color: #cccccc;
            padding: 7px;
            font-size: 14px;
            transition: all 0.2s linear;
        }

            .single-post-area .social-links li a:hover {
                color: #222222;
            }

.single-post-area .blog_details {
    padding-top: 26px;
}

    .single-post-area .blog_details p {
        margin-bottom: 10px;
    }

.single-post-area .quotes {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 24px 35px 24px 30px;
    background-color: white;
    box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

.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-area {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 60px;
}

    .single-post-area .navigation-area p {
        margin-bottom: 0px;
    }

    .single-post-area .navigation-area h4 {
        font-size: 18px;
        line-height: 25px;
        color: #222222;
    }

    .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 {
                transition: all 300ms linear 0s;
            }

        .single-post-area .navigation-area .nav-left .lnr {
            margin-left: 20px;
            opacity: 0;
            transition: all 300ms linear 0s;
        }

        .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 {
            transition: all 300ms linear 0s;
        }

    .single-post-area .navigation-area .nav-right .lnr {
        margin-right: 20px;
        opacity: 0;
        transition: all 300ms linear 0s;
    }

    .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: #fafaff;
    border: 1px solid #eee;
    padding: 50px 30px;
    margin-top: 50px;
}

@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px;
    }
}

.comments-area h4 {
    text-align: center;
    margin-bottom: 50px;
    color: #222222;
    font-size: 18px;
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

.comments-area a {
    color: #222222;
}

.comments-area .comment-list {
    padding-bottom: 15px;
    padding-top: 15px;
}

    .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 .date {
    font-size: 13px;
    color: #cccccc;
    margin-bottom: 13px;
}

.comments-area .comment {
    color: #777777;
    margin-bottom: 0px;
}

.comments-area .btn-reply {
    background-color: #fff;
    color: #222222;
    border: 1px solid #eee;
    padding: 2px 18px;
    font-size: 12px;
    display: block;
    font-weight: 600;
    transition: all 300ms linear 0s;
}

    .comments-area .btn-reply:hover {
        background-color: #80bc01;
        color: #fff;
    }



.comment-form {
    background: #dee2e68a;
    text-align: center;
    border: 1px solid #dee2e68a;
    padding: 47px 30px 43px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .comment-form h4 {
        text-align: center;
        margin-bottom: 50px;
        font-size: 18px;
        line-height: 22px;
        color: #222222;
    }

    .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 {
    padding: 8px 20px;
    background: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    color: #777777;
    border: 1px solid transparent;
}

    .comment-form .form-control:focus {
        box-shadow: none;
        border: 1px solid #eee;
    }

.comment-form textarea.form-control {
    height: 140px;
    resize: none;
}

.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  =============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Map Area css
============================================================================================ */
.home_map_area {
    position: relative;
}

    .home_map_area .mapBox2 {
        min-height: 700px;
    }

    .home_map_area .home_details {
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 10;
        top: 50%;
        transform: translateY(-50%);
    }

        .home_map_area .home_details .box_home_details {
            background: #fff;
            max-width: 457px;
            float: right;
            width: 100%;
            padding-left: 92px;
            padding-right: 92px;
            padding-top: 112px;
            padding-bottom: 112px;
            border-radius: 10px;
        }

            .home_map_area .home_details .box_home_details .media {
                margin-bottom: 26px;
            }

                .home_map_area .home_details .box_home_details .media:last-child {
                    margin-bottom: 0px;
                }

                .home_map_area .home_details .box_home_details .media .d-flex {
                    padding-right: 20px;
                }

                    .home_map_area .home_details .box_home_details .media .d-flex i {
                        font-size: 20px;
                        background: linear-gradient(to right, #2c28b1 0%, #9b5cf6 70%);
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                    }

                .home_map_area .home_details .box_home_details .media .media-body h4 {
                    font-size: 14px;
                    color: #222222;
                    text-transform: uppercase;
                }

                .home_map_area .home_details .box_home_details .media .media-body p {
                    margin-bottom: 0px;
                }

/* End Home Map Form Area css
============================================================================================ */
/* Reservation Form Area css
============================================================================================ */
.reservation_form_area .res_form_inner {
    max-width: 555px;
    margin: auto;
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.1);
    padding: 75px 50px;
    position: relative;
}

    .reservation_form_area .res_form_inner:before {
        content: "";
        background: url(../img/contact-shap-1.png);
        position: absolute;
        left: -125px;
        height: 421px;
        width: 98px;
        top: 50%;
        transform: translateY(-50%);
    }

    .reservation_form_area .res_form_inner:after {
        content: "";
        background: url(../img/contact-shap-2.png);
        position: absolute;
        right: -125px;
        height: 421px;
        width: 98px;
        top: 50%;
        transform: translateY(-50%);
    }

.reservation_form .form-group input {
    height: 40px;
    border-radius: 0px;
    border: 1px solid #eeeeee;
    outline: none;
    box-shadow: none;
    padding: 0px 15px;
    font-size: 13px;
    font-family: "Cairo", sans-serif;
    font-weight: 300;
    color: #999999;
}

    .reservation_form .form-group input.placeholder {
        font-size: 13px;
        font-family: "Cairo", sans-serif;
        font-weight: 300;
        color: #999999;
    }

    .reservation_form .form-group input:-moz-placeholder {
        font-size: 13px;
        font-family: "Cairo", sans-serif;
        font-weight: 300;
        color: #999999;
    }

    .reservation_form .form-group input::-moz-placeholder {
        font-size: 13px;
        font-family: "Cairo", sans-serif;
        font-weight: 300;
        color: #999999;
    }

    .reservation_form .form-group input::-webkit-input-placeholder {
        font-size: 13px;
        font-family: "Cairo", sans-serif;
        font-weight: 300;
        color: #999999;
    }

.reservation_form .form-group .res_select {
    height: 40px;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    width: 100%;
    padding: 0px 15px;
    line-height: 36px;
}

    .reservation_form .form-group .res_select .current {
        font-size: 13px;
        font-family: "Cairo", sans-serif;
        font-weight: 300;
        color: #999999;
    }

    .reservation_form .form-group .res_select:after {
        content: "\e874";
        font-family: 'Linearicons-Free';
        color: #cccccc;
        transform: rotate(0deg);
        border: none;
        margin-top: -17px;
        font-size: 13px;
        right: 22px;
    }

.reservation_form .form-group:last-child {
    text-align: center;
}

/* End Reservation Form Area css
============================================================================================ */
/*============== contact_area css ================*/
.mapBox {
    height: 420px;
    margin-bottom: 80px;
}

.contact_info .info_item {
    position: relative;
    padding-left: 45px;
}

    .contact_info .info_item i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px;
        line-height: 24px;
        color: #059a35;
        font-weight: 600;
    }

    .contact_info .info_item h6 {
        font-size: 16px;
        line-height: 24px;
        color: "Cairo", sans-serif;
        font-weight: bold;
        margin-bottom: 0px;
        color: #222222;
    }

        .contact_info .info_item h6 a {
            color: #222222;
        }

    .contact_info .info_item p {
        font-size: 14px;
        line-height: 24px;
        padding: 2px 0px;
    }

.contact_form .form-group {
    margin-bottom: 10px;
}

    .contact_form .form-group .form-control {
        font-size: 13px;
        line-height: 26px;
        color: #999;
        border: 1px solid #eeeeee;
        font-family: "Cairo", sans-serif;
        border-radius: 0px;
        padding-left: 20px;
    }

        .contact_form .form-group .form-control:focus {
            box-shadow: none;
            outline: none;
        }

        .contact_form .form-group .form-control.placeholder {
            color: #999;
        }

        .contact_form .form-group .form-control:-moz-placeholder {
            color: #999;
        }

        .contact_form .form-group .form-control::-moz-placeholder {
            color: #999;
        }

        .contact_form .form-group .form-control::-webkit-input-placeholder {
            color: #999;
        }

    .contact_form .form-group textarea {
        resize: none;
    }

        .contact_form .form-group textarea.form-control {
            height: 140px;
        }

.contact_form .submit_btn {
    margin-top: 20px;
    cursor: pointer;
}

/* 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;
            color: #80bc01;
            padding-bottom: 10px;
            font-family: "Cairo", sans-serif;
        }

        .modal-message .modal-dialog .modal-content .modal-header p {
            display: block;
        }

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== Elements Area css ================*/
.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.sample-text-area {
    padding: 100px 0px;
}

    .sample-text-area .title_color {
        margin-bottom: 30px;
    }

    .sample-text-area p {
        line-height: 26px;
    }

        .sample-text-area p b {
            font-weight: bold;
            color: #80bc01;
        }

        .sample-text-area p i {
            color: #80bc01;
            font-style: italic;
        }

        .sample-text-area p sup {
            color: #80bc01;
            font-style: italic;
        }

        .sample-text-area p sub {
            color: #80bc01;
            font-style: italic;
        }

        .sample-text-area p del {
            color: #80bc01;
        }

        .sample-text-area p u {
            color: #80bc01;
        }

/*============== End Elements Area css ================*/
/*==============Elements Button Area css ================*/
.elements_button .title_color {
    margin-bottom: 30px;
    color: #222222;
}

.title_color {
    color: #222222;
}

.button-group-area {
    margin-top: 15px;
}

    .button-group-area:nth-child(odd) {
        margin-top: 40px;
    }

    .button-group-area:first-child {
        margin-top: 0px;
    }

    .button-group-area .theme_btn {
        margin-right: 10px;
    }

    .button-group-area .white_btn {
        margin-right: 10px;
    }

    .button-group-area .link {
        text-decoration: underline;
        color: #222222;
        background: transparent;
    }

        .button-group-area .link:hover {
            color: #fff;
        }

    .button-group-area .disable {
        background: transparent;
        color: #007bff;
        cursor: not-allowed;
    }

        .button-group-area .disable:before {
            display: none;
        }

.primary {
    background: #52c5fd;
}

    .primary:before {
        background: #2faae6;
    }

.success {
    background: #4cd3e3;
}

    .success:before {
        background: #2ebccd;
    }

.info {
    background: #38a4ff;
}

    .info:before {
        background: #298cdf;
    }

.warning {
    background: #f4e700;
}

    .warning:before {
        background: #e1d608;
    }

.danger {
    background: #f54940;
}

    .danger:before {
        background: #e13b33;
    }

.primary-border {
    background: transparent;
    border: 1px solid #52c5fd;
    color: #52c5fd;
}

    .primary-border:before {
        background: #52c5fd;
    }

.success-border {
    background: transparent;
    border: 1px solid #4cd3e3;
    color: #4cd3e3;
}

    .success-border:before {
        background: #4cd3e3;
    }

.info-border {
    background: transparent;
    border: 1px solid #38a4ff;
    color: #38a4ff;
}

    .info-border:before {
        background: #38a4ff;
    }

.warning-border {
    background: #fff;
    border: 1px solid #f4e700;
    color: #f4e700;
}

    .warning-border:before {
        background: #f4e700;
    }

.danger-border {
    background: transparent;
    border: 1px solid #f54940;
    color: #f54940;
}

    .danger-border:before {
        background: #f54940;
    }

.link-border {
    background: transparent;
    border: 1px solid #80bc01;
    color: #80bc01;
}

    .link-border:before {
        background: #80bc01;
    }

.radius {
    border-radius: 3px;
}

.circle {
    border-radius: 20px;
}

.arrow span {
    padding-left: 5px;
}

.e-large {
    line-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.large {
    line-height: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.medium {
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.small {
    line-height: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.general {
    line-height: 38px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*==============End Elements Button Area css ================*/
/* =================================== */
/*  Elements Page Styles
/* =================================== */
/*---------- Start Elements Page -------------*/
.generic-banner {
    margin-top: 60px;
    text-align: center;
}

    .generic-banner .height {
        height: 700px;
    }

@media (max-width: 767.98px) {
    .generic-banner .height {
        height: 400px;
    }
}

.generic-banner .generic-banner-content h2 {
    line-height: 1.2em;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .generic-banner .generic-banner-content h2 br {
        display: none;
    }
}

.generic-banner .generic-banner-content p {
    text-align: center;
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .generic-banner .generic-banner-content p br {
        display: none;
    }
}

.generic-content h1 {
    font-weight: 600;
}

.about-generic-area {
    background: #fff;
}

    .about-generic-area p {
        margin-bottom: 20px;
    }

.white-bg {
    background: #fff;
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}

.switch-wrap {
    margin-bottom: 10px;
}

    .switch-wrap p {
        margin: 0;
    }

/*---------- End Elements Page -------------*/
.sample-text-area {
    padding: 100px 0 70px 0;
}

.sample-text {
    margin-bottom: 0;
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}

.typo-list {
    margin-bottom: 10px;
}

@media (max-width: 767px) {

    .other-page nav.navbar.navbar-expand-lg.navbar-light {
        position: unset !important;
        height: unset !important;
    }

    .typo-sec {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .element-wrap {
        margin-top: 30px;
    }
}

b, sup, sub, u, del {
    color: #f8b600;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 11px;
    color: #000;
    font-weight: 600;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    color: #777777;
}

.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;
    }

.circle {
    border-radius: 20px;
}

.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: #222222;
        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: #222222;
            background: #f9f9ff;
            border: 1px solid transparent;
        }

    .genric-btn.primary {
        color: #fff;
        background: #f8b600;
        border: 1px solid transparent;
    }

        .genric-btn.primary:hover {
            color: #f8b600;
            border: 1px solid #f8b600;
            background: #fff;
        }

    .genric-btn.primary-border {
        color: #f8b600;
        border: 1px solid #f8b600;
        background: #fff;
    }

        .genric-btn.primary-border:hover {
            color: #fff;
            background: #f8b600;
            border: 1px solid transparent;
        }

    .genric-btn.success {
        color: #fff;
        background: #4cd3e3;
        border: 1px solid transparent;
    }

        .genric-btn.success:hover {
            color: #4cd3e3;
            border: 1px solid #4cd3e3;
            background: #fff;
        }

    .genric-btn.success-border {
        color: #4cd3e3;
        border: 1px solid #4cd3e3;
        background: #fff;
    }

        .genric-btn.success-border:hover {
            color: #fff;
            background: #4cd3e3;
            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: #222222;
        background: #f9f9ff;
        text-decoration: underline;
        border: 1px solid transparent;
    }

        .genric-btn.link:hover {
            color: #222222;
            border: 1px solid #f9f9ff;
            background: #fff;
        }

    .genric-btn.link-border {
        color: #222222;
        border: 1px solid #f9f9ff;
        background: #fff;
        text-decoration: underline;
    }

        .genric-btn.link-border:hover {
            color: #222222;
            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: #fff;
    border-left: 2px solid #f8b600;
}

@media (max-width: 991px) {
    .progress-table-wrap {
        overflow-x: scroll;
    }
}

.progress-table {
    background: #fff;
    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: #222222;
            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;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .single-gallery-image:hover {
        opacity: .8;
    }

.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 #f8b600;
        background: #fff;
        top: 4px;
        left: 0;
        border-radius: 50%;
    }

.ordered-list {
    margin-left: 30px;
}

    .ordered-list li {
        list-style-type: decimal-leading-zero;
        color: #f8b600;
        font-weight: 500;
        line-height: 1.82em !important;
    }

        .ordered-list li span {
            font-weight: 300;
            color: #777777;
        }

.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #f8b600;
    font-weight: 500;
    line-height: 1.82em !important;
}

    .ordered-list-alpha li span {
        font-weight: 300;
        color: #777777;
    }

.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #f8b600;
    font-weight: 500;
    line-height: 1.82em !important;
}

    .ordered-list-roman li span {
        font-weight: 300;
        color: #777777;
    }

.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: #2f6a42c9;
        }

    .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 #f8b600;
    }

.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: #fff;
    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: #f8b600;
            -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;
        }

.single-element-widget {
    margin-bottom: 30px;
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    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: #f8b600;
        }

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    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: #fff;
    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;
        }

.single-defination h4 {
    color: #222222;
}

.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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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;
        }

.unordered-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ordered-list {
    list-style: none;
    padding: 0px;
}

.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: #fff;
        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: #f8b600;
                    background: transparent;
                }

                .default-select .nice-select .list .option:hover {
                    color: #f8b600;
                    background: transparent;
                }

    .default-select .current {
        margin-right: 50px;
        font-weight: 300;
    }

    .default-select .nice-select::after {
        right: 20px;
    }

@media (max-width: 991px) {
    .left-align-p p {
        margin-top: 20px;
    }
}

.form-select {
    height: 40px;
    width: 100%;
}

    .form-select .nice-select {
        border: none;
        border-radius: 0px;
        height: 40px;
        background: #f9f9ff !important;
        padding-left: 45px;
        padding-right: 20px;
        width: 100%;
    }

        .form-select .nice-select .list {
            margin-top: 0;
            border: none;
            border-radius: 0px;
            /*box-shadow: none;*/
            box-shadow: 0px 3px 12px 0px rgba(147, 174, 145, 0.55);
            width: 100%;
            padding: 10px 0 10px 0px;
        }

.mt-10 {
    margin-top: 10px;
}

.form-select .nice-select .list .option {
    font-weight: 600;
    border-bottom: 1px solid #eff3ef;
    -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: #f86700;
        background: #d3eddc54;
    }

    .form-select .nice-select .list .option:hover {
        color: #f86700;
        background: #d3eddc54;
    }

.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.form-select .nice-select::after {
    right: 20px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Button Area css
============================================================================================ */
.main_btn {
    display: inline-block;
    background-image: linear-gradient(to right, #306b43 0%,#2f6a42 48%, #306b43 100%);
    background-size: 200% auto;
    padding: 0px 35px;
    color: #fff;
    font-family: "Cairo", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 3px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

    .main_btn:hover {
        background-position: right center;
        color: #fff;
    }

.main_btn2 {
    display: inline-block;
    background: #80bc01;
    padding: 0px 32px;
    color: #fff;
    font-family: "Cairo", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 38px;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #80bc01;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

    .main_btn2:hover {
        background: transparent;
        color: #80bc01;
    }

.submit_btn {
    width: auto;
    display: inline-block;
    background-image: linear-gradient(to right, #2f6a42 0%,#2f6a42 48%, #2f6a42 100%);
    background-size: 200% auto;
    padding: 0px 50px;
    color: #fff;
    font-family: "Cairo", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

    .submit_btn:hover {
        background-position: right center;
        color: #fff;
    }

.white_btn {
    display: inline-block;
    background: #f9f9ff;
    padding: 0px 50px;
    color: #222222;
    font-family: "Cairo", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

    .white_btn:hover {
        background: #80bc01;
        color: #fff;
    }

.banner_btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: "Cairo", sans-serif;
    width: 134px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 48px;
    border-radius: 3px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

    .banner_btn:hover {
        background: #fff;
        color: #222222;
        border-color: #fff;
    }

.banner_btn2 {
    display: inline-block;
    background: white;
    color: #222222;
    font-family: "Cairo", sans-serif;
    width: 134px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 48px;
    border-radius: 3px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

    .banner_btn2:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        border-color: #fff;
    }

.white_bg_btn {
    background: #fff;
    display: inline-block;
    color: #222222;
    line-height: 40px;
    padding: 0px 28px;
    font-size: 14px;
    font-family: "Cairo", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
    border: none;
}

    .white_bg_btn:hover {
        background: #80bc01;
        color: #fff;
    }

.blog_btn {
    border: 1px solid #eeeeee;
    background: #f9f9ff;
    padding: 0px 32px;
    font-size: 13px;
    font-weight: 500;
    font-family: "Cairo", sans-serif;
    color: #222222;
    line-height: 34px;
    display: inline-block;
}

    .blog_btn:hover {
        background: #80bc01;
        border-color: #80bc01;
        color: #fff;
    }

.tickets_btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: "Cairo", sans-serif;
    width: 110px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 40px;
    border-radius: 2px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

    .tickets_btn:hover {
        background: #ffffffa1;
        color: #306b43;
        border-color: #fff;
    }

/* End Main Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Work Area css
============================================================================================ */
.work_inner {
    /* margin-bottom: -50px;*/
}

/*
.work_item {
  text-align: center;
  margin-bottom: 50px; }
*/

.work_item {
    background: #fff;
    margin: auto auto 1em auto;
    text-align: center;
    padding: 15px 6px;
    border: 1px solid #eaecea;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);
}

    .work_item:hover {
        box-shadow: 0px 5px 16px 0px rgba(136, 142, 34, 0.29);
        background: #e6f9e5;
    }

    .work_item i {
        height: 40px;
        width: 80px;
        border-radius: 5px;
        display: inline-block;
        text-align: center;
        line-height: 46px;
        font-size: 38px;
        color: #222222;
        margin-bottom: 16px;
    }

    .work_item h4 {
        color: #222222;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .work_item p {
        /*    max-width: 310px;*/
        margin: auto;
    }

    .work_item:hover i {
        /*background-image: -moz-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%);
    /* background-image: -webkit-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%); */
        /* background-image: -ms-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%);
    /* box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); */
        /* color: #fff; */
    }

    .work_item:hover h4 {
        color: #80bc01;
    }

/* End Work Area css
============================================================================================ */
/* End Work Area css
============================================================================================ */
.made_life_area {
    background: #baefb85c;
}

    .made_life_area.made_white {
        background: #fff;
    }

.made_life_inner .nav.nav-tabs {
    border: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

    .made_life_inner .nav.nav-tabs li {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0px 15px;
        margin-bottom: 30px;
    }

        .made_life_inner .nav.nav-tabs li a {
            border: none;
            padding: 0px;
            background: #fff;
            border-radius: 0px;
            text-align: center;
            line-height: 60px;
            border-radius: 5px;
            font-size: 13px;
            font-family: "Cairo", sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            color: #222222;
        }

            .made_life_inner .nav.nav-tabs li a.active {
                background-image: -moz-linear-gradient(0deg, #2f6a42 0%,#2f6a42 100%);
                background-image: -webkit-linear-gradient(0deg, #2f6a42 0%,#2f6a42 100%);
                background-image: -ms-linear-gradient(0deg, #2f6a42 0%,#2f6a42 100%);
                box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
                color: #fff;
            }

.made_life_inner .tab-content .tab-pane {
    border: none;
    padding-top: 80px;
}

.made_life_text .col-lg-6 {
    vertical-align: middle;
    align-self: center;
}

.made_life_text h3, .testimonials_area h3 {
    color: #222222;
    line-height: 45px;
    font-size: 27px;
    font-family: "Cairo", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

.made_life_text h6 {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    font-family: "Cairo", sans-serif;
}

.made_life_text p {
    margin-bottom: 0px;
}

.made_life_text .main_btn {
    margin-top: 35px;
}

.screen_area .main_title {
    margin-bottom: 40px;
}

.screen_area img {
    margin-bottom: -30px;
}

/* End Work Area css
============================================================================================ */
/* Impress Area css
============================================================================================ */
.impress_area {
    background: #80bc01;
}

    .impress_area .impress_inner {
        text-align: center;
        max-width: 780px;
        margin: auto;
    }

        .impress_area .impress_inner h2 {
            color: #fff;
            font-size: 36px;
            font-family: "Cairo", sans-serif;
            font-weight: bold;
            margin-bottom: 18px;
        }

        .impress_area .impress_inner p {
            color: #fff;
            margin-bottom: 35px;
        }

        .impress_area .impress_inner .banner_btn2 {
            padding: 0px 35px;
            width: auto;
            font-size: 14px;
            box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
        }

/* End Impress Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Testimonials Area css
============================================================================================ */
.testimonials_area {
    position: relative;
    background: #e6f9e5;
}

    .testimonials_area .owl-prev, .testimonials_area .owl-next {
        position: absolute;
        right: 150px;
        background: #fff;
        font-size: 24px;
        color: #c1c1c1;
        padding-left: 10px;
        padding-right: 10px;
        transition: all 300ms linear 0s;
        cursor: pointer;
        box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.2);
    }

        .testimonials_area .owl-prev:hover, .testimonials_area .owl-next:hover {
            color: #222222;
        }

    .testimonials_area .owl-prev {
        bottom: 50%;
        padding-top: 15px;
        padding-bottom: 10px;
    }

        .testimonials_area .owl-prev:before {
            content: "";
            width: 28px;
            background: #e8e8e8;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0px;
            height: 1px;
        }

    .testimonials_area .owl-next {
        top: 50%;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .testimonials_area .owl-dots {
        text-align: center;
    }

        .testimonials_area .owl-dots .owl-dot {
            height: 14px;
            width: 14px;
            background: #eeeeee;
            display: inline-block;
            margin-right: 10px;
        }

            .testimonials_area .owl-dots .owl-dot:last-child {
                margin-right: 0px;
            }

            .testimonials_area .owl-dots .owl-dot.active {
                background: #80bc01;
            }

.testi_slider {
    margin-top: -30px;
    margin-bottom: -30px;
}

.testi_item {
    padding: 30px 0px;
}

    .testi_item .media {
        border-radius: 10px;
        padding: 40px;
        background: #fff;
        transition: all 300ms linear 0s;
    }

        .testi_item .media .d-flex {
            padding-right: 25px;
        }

        .testi_item .media .media-body p {
            margin-bottom: 20px;
        }

        .testi_item .media .media-body h4 {
            color: #222222;
            font-family: "Cairo", sans-serif;
            font-weight: bold;
            font-size: 20px;
            transition: all 300ms linear 0s;
        }

        .testi_item .media .media-body h5 {
            margin-bottom: 0px;
            font-size: 14px;
            color: #777777;
            font-weight: normal;
            font-family: "Cairo", sans-serif;
        }

        .testi_item .media .media-body .rating i {
            color: #ffc000;
        }

    .testi_item:hover .media {
        box-shadow: 0px 10px 30px 0px rgba(157, 157, 157, 0.2);
        background: #fff;
    }

        .testi_item:hover .media .media-body h4 {
            color: #80bc01;
        }

/* End Testimonials Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Price Area css
============================================================================================ */
.price_item {
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

    .price_item .price_head {
        text-align: center;
        background: #edf6ff;
        padding: 35px 0px;
        border-bottom: 1px solid #eeeeee;
    }

        .price_item .price_head h4 {
            font-size: 20px;
            color: #222222;
            margin-bottom: 0px;
        }

    .price_item .price_body {
        padding: 30px 0px;
    }

        .price_item .price_body ul li {
            margin-bottom: 15px;
        }

            .price_item .price_body ul li a {
                font-size: 14px;
                color: #777777;
                font-family: "Cairo", sans-serif;
                font-weight: normal;
            }

            .price_item .price_body ul li:last-child {
                margin-bottom: 0px;
            }

    .price_item .price_footer {
        max-width: 280px;
        margin: 0px auto 40px;
        background: #edf6ff;
        border-radius: 5px;
        padding-top: 35px;
        padding-bottom: 40px;
    }

        .price_item .price_footer h3 {
            color: #222222;
            font-size: 72px;
        }

            .price_item .price_footer h3 .dlr {
                font-size: 24px;
                vertical-align: top;
                padding-top: 14px;
                display: inline-block;
            }

            .price_item .price_footer h3 .month {
                font-size: 14px;
                color: #777777;
                font-family: "Cairo", sans-serif;
                display: inline-block;
                text-align: left;
            }

        .price_item .price_footer .main_btn {
            padding: 0px 45px;
        }

    .price_item:hover .price_head {
        background-image: -moz-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%);
        background-image: -webkit-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%);
        background-image: -ms-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .price_item:hover .price_head h4 {
            color: #fff;
        }

    .price_item:hover .price_footer {
        background-image: -moz-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%);
        background-image: -webkit-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%);
        background-image: -ms-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    }

        .price_item:hover .price_footer h3 {
            color: #fff;
        }

            .price_item:hover .price_footer h3 .month {
                color: #fff;
            }

        .price_item:hover .price_footer .main_btn {
            background: #fff;
            color: #222222;
        }

/* End Price Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_area {
    background: #222222;
}

.f_title {
    margin-bottom: 35px;
}

    .f_title h3 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        font-family: "Cairo", sans-serif;
        margin-bottom: 0px;
    }

.ab_widget p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Cairo", sans-serif;
    color: #777777;
    margin-bottom: 30px;
}

    .ab_widget p a {
        color: #5c9e71;
    }

    .ab_widget p + p {
        margin-bottom: 0px;
    }

.news_widget {
    padding-left: 15px;
}

    .news_widget p {
        font-size: 14px;
        line-height: 24px;
        font-family: "Cairo", sans-serif;
        color: #777777;
        margin-bottom: 15px;
    }

    .news_widget .input-group input {
        height: 40px;
        background: #fff;
        border-radius: 0 2px 2px 0;
        width: 80%;
        border: none;
        padding: 0px 15px;
        font-size: 14px;
        font-family: "Cairo", sans-serif;
        color: #cccccc;
        outline: none;
        box-shadow: none;
    }

        .news_widget .input-group input.placeholder {
            font-size: 14px;
            font-family: "Cairo", sans-serif;
            font-weight: normal;
            color: #cccccc;
        }

        .news_widget .input-group input:-moz-placeholder {
            font-size: 14px;
            font-family: "Cairo", sans-serif;
            font-weight: normal;
            color: #cccccc;
        }

        .news_widget .input-group input::-moz-placeholder {
            font-size: 14px;
            font-family: "Cairo", sans-serif;
            font-weight: normal;
            color: #cccccc;
        }

        .news_widget .input-group input::-webkit-input-placeholder {
            font-size: 14px;
            font-family: "Cairo", sans-serif;
            font-weight: normal;
            color: #cccccc;
        }

    .news_widget .input-group .sub-btn {
        border-radius: 2px 0 0 2px;
        background: -webkit-linear-gradient(0deg, #306b43 0%,#2f6a42 100%);
        outline: none !important;
        box-shadow: none !important;
        padding: 0px;
        width: 42px;
        cursor: pointer;
        color: #fff;
    }

.social_widget p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Cairo", sans-serif;
    color: #777777;
    margin-bottom: 10px;
}

.social_widget .list li {
    margin-right: 17px;
    display: inline-block;
}

    .social_widget .list li a {
        color: #cccccc;
        font-size: 14px;
        transition: all 300ms linear 0s;
    }

    .social_widget .list li:last-child {
        margin-right: 0px;
    }

    .social_widget .list li:hover a {
        color: #80bc01;
    }

.copy_right_text {
    text-align: center;
    margin-top: 60px;
}

    .copy_right_text p a {
        color: #80bc01;
    }

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */




/*added by Dalia*/
/*a.navbar-brand.logo_h img {
    width: 140px;
}*/
/*a.navbar-brand.logo_h img {
    width: 210px;
}*/
a.navbar-brand.logo_h img {
    width: 165px;
}

section.home_banner_area {
    height: 700px;
}

.home_banner_area .banner_inner .col-lg-12 {
    vertical-align: middle;
    align-self: center;
    text-align: center;
    padding-top: 150px;
}

.home_banner_area .banner_inner .banner_content {
    text-align: center;
    color: #fff;
}

/*.banner-img {
    width: 200px;
}*/
.banner-img {
    width: 270px;
    padding: 0 0 20px 0;
}

.custom-control-label::before {
    position: absolute;
    top: .15rem;
    left: -1.5rem;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e652 !important;
    border: 1px solid white;
    border-radius: 2px !important;
}

.custom-control-label::before {
    left: -1.6rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-size: 75%;
}

.home_banner_area {
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.6) ), url("../images/12-bg.jpg") no-repeat;
    z-index: 1;
    background-size: 100%;
    /*    background-image: -moz-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%);
     background-image: -webkit-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%); 
    background-image: -ms-linear-gradient(0deg, #80bc01 0%,#2f6a42 100%);*/
}

.work_inner .col-lg-4 {
    margin: auto;
}

.media img {
    margin: auto;
    max-width: 70px;
    text-align: center;
    padding: 7px;
}

.impress_area {
    background-image: linear-gradient(to right, #80bc01 0%,#2f6a42 48%, #80bc01 100%);
}









/*////////////////////// ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª /////////////////*/
/* Add new element */
.btn-success {
    background: #2f6a42;
    color: #fefefe;
    border-color: #22222200;
    border-radius: 2px;
}

    .btn-success:hover {
        background: #2e5a3b;
        color: #fff;
        border-color: transparent;
    }

@media (max-width: 991.98px) {
    section.home_banner_area {
        height: unset !important;
    }

    .header-wrapper {
        height: unset !important;
    }

    .zoominheader {
        height: unset !important;
    }

    /* The innermost element*/
    .zoomoutheader {
        height: unset !important;
    }
}

@media (max-width: 480px) {
    .home_banner_area .banner_inner .banner_content {
        padding: 0 !important;
        margin-top: 0px;
    }
}




/* The outermost element*/
.header-wrapper {
    overflow: hidden;
    width: 100%;
    height: 700px;
    text-align: center;
}

.zoominheader {
    width: 100%;
    height: 700px;
    text-align: center;
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ), url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 25s ease-in infinite;
    animation: zoomin 25s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

/* The innermost element*/
.zoomoutheader {
    width: 100%;
    height: 700px;
    text-align: center;
    background: none;
    -webkit-animation: zoomout 25s ease-in infinite;
    animation: zoomout 25s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}



/* Zoom in Keyframes */
/*
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
} 
*/

/*End of Zoom in Keyframes */

/* Zoom out Keyframes */
/*
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
*/

/*End of Zoom out Keyframes */


/*///////////////////////// test 2 ////////////////*/

.my-waves {
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0;
}

#waves {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0;
    left: 0;
}

/* ************************************** other page ****************************** */

.other-page nav.navbar.navbar-expand-lg.navbar-light {
    position: fixed;
    height: 50px;
    background: -webkit-linear-gradient(0deg, #3d975d 0%,#2f6a42 100%);
}

.other-page a.navbar-brand.logo_h img {
    width: 80px;
}

.content-wrapper {
    margin-top: 50px;
    margin-bottom: 0px;
    min-height: 500px;
    padding: 0;
}

.other-page .tickets_btn {
    line-height: 36px;
}

.p-sec {
    padding: 3em 0;
}

.my-login-panel {
    background: #baefb800;
    padding: 3em;
    border-radius: 5px;
    box-shadow: 0px 3px 16px 0px rgb(147, 174, 145);
}

.single-input {
    border: 1px solid #cce0cb;
}

a {
    color: #318a02;
}

    a:hover {
        color: #323c02;
    }




/*mara3iiiiiiiiiiii*/
/*///////////////////////////////////////////////*/

/*     @keyframes marquee {
      0% {
      transform: translateX(0);
      }
      100% {
      transform: translateX(100%);
      }
      }

.owl-carousel .owl-item {
    animation: marquee 5000ms linear infinite forwards;
}*/
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(300%);
    }
}

.owl-carousel .testi_item {
    /*animation: marquee 15s linear infinite forwards;*/
}
/*.owl-carousel .item:hover {
animation-play-state: paused;
}*/

/*added 7 october 2019*/
.scr2 .work_item {
    margin-top: 50px;
    border: 1px solid #d1dfd1;
    padding: 40px 25px;
    background: #e6f9e5;
}

.Draya-grid .col {
    padding-right: 0px;
    padding-left: 1px;
}

.about-section {
    background: url(../images/animation2_gif.gif) no-repeat center;
    background-size: cover;
}

.p_120.about-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

.about-section .main_title h2, .about-section .main_title p {
    /*  color: #fff;*/
}

.about-section a.tickets_btn {
    width: 16em;
    line-height: 45px;
    margin-left: unset;
    margin-right: 15px;
    direction: ltr;
}

/*test*/
.work_item {
    min-height: 107px;
    background: #ffffff61;
    margin: auto auto 0.5em auto;
    text-align: center;
    padding: 10px 3px;
    border: 1px solid #776f6c;
    border-radius: 2px;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);
}

.Draya-grid {
    margin-top: 6em;
}

.about-section .tickets_btn {
    direction: rtl;
    display: inline-block;
    background: #2f6a42;
    color: #fff;
    font-family: "Cairo", sans-serif;
    width: 110px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #306b43;
    line-height: 40px;
    border-radius: 2px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

.about-section a.tickets_btn:hover {
    background: rgba(255, 255, 255, 0.43);
    color: #306b43;
    border-color: rgb(47, 106, 66);
}

.single_sidebar_widget {
    min-height: 400px;
    max-height: 400px;
    background: #fff;
    padding: 0 1em;
    border-radius: 2px;
    margin-bottom: 2em;
}

aside.single-sidebar-widget.tag_cloud_widget {
    min-height: 400px;
    max-height: 400px;
    background: #fff;
    padding: 0 1em;
}

.form-control {
    border-radius: 2px;
}


.other-page .work_item {
    border: 1px solid #357d4e2e !important;
    margin: auto auto 30px auto;
}

.other-page header.header_area .fa {
    font-size: 19px;
    /*    margin-top: 46px;*/
}

ul.nav.navbar-nav.navbar-right {
    display: -webkit-inline-box;
}

.other-page a.nav-link :hover {
    color: #c4d8ca;
}

.padge {
    width: 20px;
    height: 20px;
    background: #f86700;
    font-size: 11px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    padding: 1px;
    line-height: 1.8;
    vertical-align: middle;
    text-align: center;
}
/*notification list*/
.dropdown-menu.dropdown-menu-right.show.notee {
    min-width: 300px;
    top: 45px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
}

.notee .notifications-list .item {
    border-top: 1px solid #dbe8df;
    line-height: 1.4;
    padding-bottom: 0;
    padding-top: 0;
    clear: both;
}

    .notee .notifications-list .item a {
        font-size: 14px;
        color: #837b7a;
        clear: both;
        white-space: normal;
        padding-bottom: 10px;
        padding-top: 10px;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        height: 60px;
    }

.notifications-list .item > a > i {
    color: #6da542;
    margin-right: 5px;
    font-size: 16px;
}

.notee .dropdown-menu > li > a > i {
    position: absolute;
    margin-left: -18px;
    margin-top: 4px;
}

.notifications-list .item a .time {
    font-size: 11px;
    color: #a5a5a5;
    margin-left: 10px;
    float: right;
}

.dropdown-menu.notifications-list .item > li > a {
    color: #707070;
    font-size: 0.875em;
    line-height: 1.7;
    padding: 3px 20px 3px 35px;
    display: block;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}

.notifications-list i.fa.fa-clock-o {
    font-size: 12px;
    color: #9d9b9b;
    font-weight: lighter;
}

.item-header.text-center, .item-footer.text-center {
    background-color: #f4f4f4;
    padding: 9px 0;
}

.notifications-list .item:hover {
    background: #f4f4f4a1;
}

.item-footer.text-center a {
    color: #456929;
}

.item-header.text-center {
    cursor: default;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #6da542;
}

.main_nav li a {
    font-size: 15px !important;
    font-weight: 400;
    color: #575b67;
}

.icon-h {
    margin-top: 10px;
}

.item-body {
    height: 250px;
    overflow: auto;
}

span.content {
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.item-body .fa {
    font-size: 14px !important;
    margin-top: 5px !important;
}

span.padge.padge-droped {
    top: 35px;
}

.other-page footer.footer_area {
    height: 40px;
    background: #ebebeb;
    /*position: fixed;*/
    width: 100%;
    bottom: 0;
    z-index: 9;
}

    .other-page footer.footer_area a.nav-link {
        padding: 8px;
    }

.other-page .header_area a.nav-link {
    text-align: right;
}

.other-page .work_item i {
    font-size: 29px;
    color: #327348;
}

.other-page .main_title {
    text-align: left;
    margin-bottom: 30px;
}

.other-page .work_item img {
    display: block;
    margin: auto;
    vertical-align: middle;
    height: 160px;
    margin-top: auto;
    max-width: 100%;
}

.c-image {
    display: grid;
    align-items: center;
    height: 173px;
    max-height: 170px;
    padding: 0;
    border: 1px dashed #ede9e9;
    margin: auto;
    margin-bottom: 1em;
}

.other-page .p_120 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .2rem 1rem;
    margin-bottom: 0.5rem;
    list-style: none;
    background-color: #fff;
    border-radius: .25rem;
    border-bottom: 1px solid #dee2e6;
}

.my-panel {
    background: #baefb800;
    padding: 2em;
    border-radius: 2px;
    box-shadow: 0px 3px 12px 0px rgba(147, 174, 145, 0.55);
}

.form-select .nice-select {
    border: 1px solid #cce0cb;
}

.single-textarea {
    border: 1px solid #cce0cb !important;
}

i.fa.fa-circle, i.fa.fa-circle-o {
    font-size: 10px !important;
}















/*scroll style //////////*/
/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/*end scroll style //////////*/


.single-textarea {
    height: unset;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    padding-right: 0;
}

i.lnr.lnr-clock {
    font-weight: 800;
}

.note-toolbar.panel-heading {
    display: block;
    width: 100%;
    padding: 7px 7px 13px 7px;
    background: #ebebeb70;
}

.note-popover .popover-content, .panel-heading.note-toolbar {
    padding: 7px 7px 13px 7px !important;
}

.note-editable.panel-body p {
    text-align: right;
}

.popover {
    position: absolute;
    top: 100px;
    left: 30px;
    z-index: 9;
    display: block;
}

.news_widget .input-group .sub-btn {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}


.D-lang a.tickets_btn {
    direction: rtl;
    width: 75px;
}

li.nav-item.D-lang {
    margin-right: 10px !important;
}

.custom-radio .custom-control-label::before {
    border-radius: 50% !important;
    background-color: #dee2e6;
    border: 1px solid #ced3d8;
}

i.fa.fa-calendar {
    font-size: 15px;
    line-height: 2.2;
}

.doun-chart {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    background: #e8fff014;
    padding: 2rem !important;
}

.bg-light {
    background-color: #dae0e573 !important;
}


/*my table*/


.table-wrapper {
    width: 100%;
    margin: 30px auto;
    background: #f5faf5;
    padding: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.table-title {
    padding-bottom: 10px;
    margin: 0 0 10px;
}

    .table-title h2 {
        margin: 6px 0 0;
        font-size: 22px;
    }

    .table-title .add-new {
        float: right;
        height: 30px;
        font-weight: bold;
        font-size: 12px;
        text-shadow: none;
        min-width: 100px;
        border-radius: 50px;
        line-height: 13px;
    }

        .table-title .add-new i {
            margin-right: 4px;
        }

table.table {
    table-layout: fixed;
}

    table.table tr th, table.table tr td {
        border-color: #e9e9e9;
        text-align: left;
    }

    table.table th i {
        font-size: 13px;
        margin: 0 5px;
        cursor: pointer;
    }

    table.table th:last-child {
        width: 100px;
    }

    table.table td:last-child {
        text-align: unset;
    }

    table.table td a {
        cursor: pointer;
        display: inline-block;
        margin: 0 5px;
        min-width: 24px;
    }

        table.table td a.add {
            color: #378552;
        }

        table.table td a.edit {
            color: #be8d07;
        }

        table.table td a.delete {
            color: #9f1212;
        }

    table.table td i {
        font-size: 19px;
    }

    table.table td a.add i {
        font-size: 19px;
        /*	margin-right: -1px;
        position: relative;
        top: 3px;*/
    }

    table.table .form-control {
        height: 32px;
        line-height: 32px;
        box-shadow: none;
        border-radius: 2px;
    }

        table.table .form-control.error {
            border-color: #9f1212;
        }

    table.table td .add {
        display: none;
    }
/*end my table*/


.dataTables_paginate.paging_simple_numbers {
    padding: 1em 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 10px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #fff !important;
        border: none;
        background-color: white;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
        background: -webkit-linear-gradient(top, #3d975d 0%, #306f45 100%);
        background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
        background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
        background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
        background: linear-gradient(to bottom, #3d975d 0%, #316f45 100%);
    }

.other-page .main_title h2 {
    font-size: 22px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #317146;
    border-color: #306f45;
}

.btn-outline-success {
    color: #306f45;
    background-color: transparent;
    background-image: none;
    border-color: #317146;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #317146;
        border-color: #306f45;
    }

footer ul.nav {
    float: right;
}

ul.nav.navbar-nav.navbar-right {
    display: -webkit-box;
    margin-inline-end: 0px;
}

@media (min-width: 992px) {
    .other-page .header_area .navbar .nav .nav-item.submenu ul {
        top: 50px !important;
    }
}

.badge {
    padding: 0.7em .9em;
}

.custom-checkbox .custom-control-label::before {
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

.result-footer label.label {
    color: #000000;
}

.result-footer {
    border-bottom: 1px dashed #a7a7a7;
}

.result-header.result-footer {
    min-height: 40px;
    border-bottom: unset;
    border-top: 1px dashed #a7a7a7;
}

.result-title-controls .fa {
    font-size: 20px;
    color: #777777a6;
    margin-left: 15px;
}

.result-title-controls .fa-heart:hover {
    color: #dc3545 !important;
}

.result-title-controls .fa:hover {
    color: #306b43;
}

.result-block {
    padding: 10px 0 0 0;
}

    .result-block:hover {
        background: #baefb82c;
    }

.result-title-right.text-left.col h4 {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-title-right.text-left.col {
    white-space: nowrap;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-body.text-left.mb-2 p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    min-height: 50px;
    text-overflow: ellipsis;
}

.my-search-box {
    border: 1px solid #f9f9ff;
    box-shadow: 0px 3px 12px 0px rgba(147, 174, 145, 0.55);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-image: -webkit-linear-gradient(0deg, #2f6a42 0%,#2f6a42 100%);
}

.result-header-controls {
    height: 50px;
    background: #e2e2e2;
    padding: 0.4em 0;
}

.result-title-controls i.fa.fa-search {
    margin-right: unset;
    margin-left: unset;
}
/*.result-header-controls{
    direction: rtl;
}*/
.page-num {
    line-height: 35px;
    width: 40px;
    padding: 0 3px;
    text-align: center !important;
}

span.fa.fa-expand.float-left {
    margin-right: 15px;
    margin-left: unset;
    font-size: 22px;
}

.result-title-controls.text-left.col-md-2.pt-2 {
    direction: rtl;
}

.result-body-details.text-left.mb-2 img {
    max-width: 100%;
}

.result-body-details {
    min-height: 180vh;
    padding: 10px;
    border: 1px solid #a7a7a757;
    margin: 12px auto;
}
/*-------------------------------------Mobile---------------------------------------*/
@media (max-width: 992px) {
    .result-title-right.text-left.col h4 {
        white-space: unset;
        width: 100%;
        overflow: unset;
        text-overflow: unset;
    }

    .result-title-right.text-left.col {
        white-space: unset;
        width: 100%;
        overflow: unset;
        text-overflow: unset;
        flex-basis: unset;
    }

   .result-labels.float-left.mr-5 {
    margin-left: 1% !important;
}
    .result-header.result-footer.text-left.pt-1.mt-5 {
        margin-top: 0 !important;
        min-height: 100px;
    }

    .result-header-controls {
        height: unset;
    }

    .result-title-controls.text-left.col-md-3 {
        width: 50% !important;
    }

        .result-title-controls.text-left.col-md-3.pt-2 {
            width: 50% !important;
        }
}

/*---------------------------------------------tablet 2-------------------------------*/
@media (max-width: 1199px) {

    .header_area .navbar .tickets_btn {
        margin-left: 6px !important;
    }

    .about-section a.tickets_btn {
        margin-bottom: 1em;
    }
}

@media (max-width: 991px) {
    .work_item {
        min-height: 80px;
        margin: auto auto 0.1em auto;
        padding: 5px 3px;
    }

        .work_item i {
            margin-bottom: 6px;
        }

        .work_item h6 {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .header_area + section, .header_area + row {
        margin-top: 30px !important;
    }

    .home_banner_area .banner_inner .banner_content {
        padding: unset;
    }

    .home_banner_area .banner_inner .col-lg-12 {
        padding-top: 55px;
    }

    .home_banner_area .custom-control-inline {
        display: flex;
        margin-right: 1rem;
    }

    .Draya-grid {
        margin-top: 1em;
    }

    .header_area .navbar {
        background: #306b43 !important;
    }
}

@media (max-width: 575px) {


    .work_inner.row .col {
        min-width: 100% !important;
    }

    .header_area + section, .header_area + row {
        margin-top: 30px !important;
    }

    .home_banner_area .banner_inner .banner_content {
        padding: unset;
    }

    .home_banner_area .banner_inner .col-lg-12 {
        padding-top: 55px;
        padding-bottom: 15px;
    }

    .home_banner_area .custom-control-inline {
        display: flex;
        margin-right: 1rem;
    }

    .Draya-grid {
        margin-top: 1em;
    }

    .work_item h6 {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main_title h2 {
        font-size: 18px !important;
    }

    .p_120 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .main_title {
        text-align: center;
        margin-bottom: 15px !important;
    }
}

.dd-md-none {
    display: none;
}


/*-------------------------------------------------------------------------*/
@media (max-width: 991.98px) {

    .h-profile-block {
        width: unset !important;
    }

    .dd-md-none {
        display: block;
    }

    .dd-none {
        display: none;
    }
    .other-page span.profile-name.dd-none {
        display: none !important;
    }


    .other-page .dropdown-menu {
        position: absolute !important;
        top: 100%;
        right: 0;
        left: unset;
    }

    .other-page header.header_area .fa {
        font-size: 19px;
        margin-top: 7px;
        margin-left: unset;
        /*margin-right: 10px;*/
    }

    .header_area .navbar .nav .nav-item .nav-link {
        line-height: unset !important;
    }

    .header_area .navbar-collapse {
        overflow-y: auto !important;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }

    aside.single-sidebar-widget.tag_cloud_widget {
        /*min-height: 80vh;*/
        max-height: unset !important;
        height: unset !important;
        background: #fff;
        padding: 0;
    }

    ul.list.cat-list {
        padding: 0 1em 1em;
    }

    .single_sidebar_widget {
        min-height: unset !important;
        max-height: unset !important;
        background: #fff;
        padding: 0;
        border-radius: 2px;
        margin-bottom: 2em;
    }

    .media.post_item {
        padding: 0 1em 1em;
    }

    aside.single-sidebar-widget.tag_cloud_widget ul.list {
        padding: 0 1em 1em 1em;
    }

    .custom-control.custom-checkbox.custom-control-inline {
        display: flex;
    }

    .my-panel {
        padding: 2em 1em;
    }

    .content-wrapper {
        margin-top: 60px;
        margin-bottom: 60px;
        min-height: 500px;
        padding: 0 5px;
    }
}

.page-item.active .page-link, li.page.active a {
    z-index: 1;
    color: #fff;
    background-color: #2f6a42;
    border-color: #2f6a42;
    margin: 0 2px;
    border-radius: 3px;
}

.page-link {
    margin: 0 2px;
    color: #2f6a42;
    font-weight: bold !important;
}

    .page-link:hover {
        color: #62a63d;
    }

.content-wrapper.reviewer-layout {
    margin-top: 50px;
    margin-bottom: 0px;
    min-height: 500px;
    padding: 0;
}

.mt-30 {
    margin-top: 8px;
}

.reviewer-layout textarea.single-textarea.mt-30 {
    height: 180vh;
    line-height: 1.6;
    padding: 8px;
    font-size: 12px;
}

span.profile-img {
    width: 30px;
    height: 30px;
}

    span.profile-img img {
        max-width: 100%;
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

.h-profile-block {
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991px) {
    .header_area .navbar .nav .nav-item .nav-link {
        line-height: 40px !important;
        margin-right: 0px;
        display: block;
        border-bottom: unset !important;
        border-radius: 0px;
    }

    .dropdown-menu.dropdown-menu-right.show.notee {
        /*right: -60px;*/
        min-width: 300px;
        top: 50px;
    }

    .padge {
        width: 15px;
        height: 15px;
        font-size: 10px;
        padding: 1px;
        line-height: 1.3;
        z-index: 9;
    }

    .work_inner.row .col {
        min-width: 50%;
    }
}
/*login page*/
.my-login-panel .custom-checkbox .custom-control-label::before {
    background: #dee2e6;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

.result-footer label.label.lnr {
    color: #000000;
    font-size: 18px;
}

label.label.fa.fa-star-o, label.label.fa.fa-star, label.label.fa.fa-star-half-o {
    color: #d2751e;
}

@media (max-width: 991px) {
    .banner_content .work_inner.row .col {
        min-width: 30% !important;
    }

    .banner-img {
        display: none;
    }
}


/*-------------------------------- rating Modal  -------------------------------*/
.modal .heading {
    font-size: 25px;
    margin-right: 25px;
}

.modal .fa {
    font-size: 25px;
}

.modal .checked {
    color: orange;
}

/* Three column layout */
.side {
    float: left;
    width: 15%;
    margin-top: 10px;
}

.middle {
    margin-top: 10px;
    float: left;
    width: 70%;
}

/* Place text to the right */
.right {
    text-align: right;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

/* Individual bars */
.bar-5 {
    width: 60%;
    height: 18px;
    background-color: #4CAF50;
}

.bar-4 {
    width: 30%;
    height: 18px;
    background-color: #2196F3;
}

.bar-3 {
    width: 10%;
    height: 18px;
    background-color: #00bcd4;
}

.bar-2 {
    width: 4%;
    height: 18px;
    background-color: #ff9800;
}

.bar-1 {
    width: 15%;
    height: 18px;
    background-color: #f44336;
}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
    .side, .middle {
        width: 100%;
    }

    .right {
        display: none;
    }
}

/*-------------------------------- End rating Modal  -------------------------------*/


/*comments*/
.comments-area .thumb img {
    width: 50px;
    max-height: 50px;
}
/*---------------------- added by dalia 13-11-2019 -------------------------*/
li.nav-item.submenu.dropdown::before {
    content: '';
    width: 10px;
    border-top: 5px solid #ffffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: 100%;
}

.header_area .navbar .nav .nav-item.submenu {
    margin-right: 30px;
}

@media (max-width:991px) {
    a.tickets_btn.nav-link {
        border: unset;
        background: unset;
    }
}

a.tickets_btn.nav-link {
    line-height: 40px !important;
}

.header_area .navbar .nav .nav-item.submenu a.nav-link.dropdown-toggle {
    padding: 0 5px;
}

.other-page li.nav-item.submenu.dropdown::before {
    display: none;
}

.other-page .header_area .navbar .nav .nav-item.submenu {
    margin-right: unset !important;
}

@media (max-width: 480px) {
    .header_area .navbar-collapse {
        max-height: 300px !important;
    }
}

@media (max-width:991px) {

    .other-page nav.navbar.navbar-expand-lg.navbar-light {
        position: unset !important;
        height: unset !important;
    }
}

.header_area .navbar .nav .nav-item.submenu ul {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.4) !important;
}

@media (max-width: 575px) {
    .header_area + section, .header_area + row, .header_area + div {
        margin-top: 55px !important;
    }
}

@media (max-width: 991px) {
    .header_area + section, .header_area + row, .header_area + div {
        margin-top: 55px !important;
    }
}

.other-page .header_area .navbar .nav .nav-item.submenu a.nav-link.dropdown-toggle {
    padding: 10px 5px 0 5px;
    line-height: 35px;
}

.header_area .navbar .nav .nav-item.submenu a.nav-link.dropdown-toggle .fa.fa-heart, .header_area .navbar .nav .nav-item.submenu a.nav-link.dropdown-toggle .fa.fa-bell {
    display: inline-block;
    margin: auto 4px;
    position: relative;
}

@media (min-height: 1366px) {
    .footer_other {
        position: absolute;
        direction: rtl;
        text-align: right;
        bottom: 0;
        width: 100%;
    }
}

@media (min-height: 1024px) {
    .result-body-details {
        min-height: 130vh;
    }

    aside.single-sidebar-widget.tag_cloud_widget {
        min-height: 30vh;
    }
}

@media (max-width: 767px) {

    .cr_text.float-left.mt-2, footer .nav {
        text-align: center !important;
        float: none !important;
    }

    .other-page footer.footer_area {
        height: auto;
        padding-top: 2px;
    }


    .comment-form .name {
        padding-left: 0 !important;
        padding-right: unset;
        margin-bottom: 1rem;
    }
}

.comments-area .comment-list.left-padding img {
    width: 30px;
}

.comments-area .comment-list.left-padding {
    padding-top: 10px;
    background: #ebebeebd;
}

.comment-list.left-padding .reply-btn {
    margin: 0 10px;
}

.work_item h6 {
    line-height: initial;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1199px) {
    .home_banner_area .banner_inner {
        /*padding: unset !important;*/
    }
}

@media (max-width: 991px) {
    .home_banner_area .banner_inner {
        padding: 35px 0px 30px 0px !important;
    }
}
/*added by yasmin*/
.InvalidLoginMsg, .NotFoundEmailMsg, .CheckEmailMsg {
    color: red;
    text-align: center;
}

/*.field-validation-error {
    color: red;
}*/

a.tickets_btn.ChangeLangLogin {
    color: white;
}

    a.tickets_btn.ChangeLangLogin:hover {
        color: rgb(47, 106, 66);
    }
/*.min-h {
    min-height: 30px;
}*/

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

button.confirm.btn.btn-lg.btn-primary {
    background-color: #2f6a42 !important;
    border-color: #2f6a42 !important;
}

    button.confirm.btn.btn-lg.btn-primary:focus {
        box-shadow: none;
    }

li.nav-item.submenu.dropdown.me::before {
    display: none !important;
}

@media (min-width: 992px) {
    ul.dropdown-menu.dropdown-menu-right {
        position: absolute;
        top: 51px !important;
        left: unset !important;
        right: 0 !important;
    }
}

footer .col-lg-2 {
    margin-bottom: 30px;
}

.other-page-2 nav.navbar.navbar-expand-lg.navbar-light {
    position: fixed;
    height: 50px;
    background: -webkit-linear-gradient(0deg, #306b42 0%,#2f6a42 100%);
}

.other-page-2 a.navbar-brand.logo_h img {
    width: 115px;
}

ul.pagination.justify-content-center {
    padding-inline-start: 0px !important;
    width: 100%;
    margin: auto;
}

@media (max-width: 991px) {
    ul.pagination.justify-content-center {
        padding-inline-start: 0px !important;
        width: 100%;
        margin: auto;
    }

    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }

    span.fa.fa-search.mr-2,
    span.fa.fa-search-plus.mr-2,
    span.fa.fa-search.mr-1 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    span.fa.fa-search.mr-2 {
        margin-right: unset !important;
        margin-left: unset !important;
    }

    .other-page-2 nav.navbar.navbar-expand-lg.navbar-light {
        position: unset !important;
        height: unset !important;
    }

    li.nav-item.submenu.dropdown.show::before {
        top: 17px;
        right: 90%;
    }

    li.nav-item.submenu.dropdown::before {
        top: 17px;
        right: 90%;
    }

    ul.nav.navbar-nav.navbar-right li {
        padding-right: 4px;
    }
}
/*style for search in content*/
* {
    /*box-sizing: border-box;*/
}

.finder {
    position: fixed;
    top: -50px;
    right: 0;
    left: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 50px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 5px;
    transition: top 0.15s ease-out;
}

    .finder.active {
        top: 0;
    }

.finder-input {
    flex-grow: 1;
    width: 0;
    height: 40px;
    border: none;
    padding: 8px;
    outline: none !important;
}

    .finder-input.not-found {
        color: #e7353f;
    }

.btn-finder {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
}

    .finder-input,
    .btn-finder:not(:last-child) {
        margin-right: 5px;
    }

.finder-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #888;
    border-right: 1px solid #e5e5e5;
    margin-right: 5px;
    padding-right: 20px;
    white-space: nowrap;
}

.btn-finder,
.finder-count {
    flex-shrink: 0;
    flex-grow: 0;
}

.highlight {
    background: #ff8;
}

    .highlight.active {
        background: #ffd71b;
    }
/*Pagination*/
.blog-pagination .page-link, #PaginationUl li a {
    border-radius: 0;
}

.blog-pagination .page-item, #PaginationUl li {
    border: none;
}

    .page-link, #PaginationUl li a {
        background: transparent;
        font-weight: 400;
    }

    .blog-pagination .page-item.active .page-link, #PaginationUl li.active a {
        background-color: #80bc01;
        border-color: transparent;
        color: #fff;
    }

    .blog-pagination .page-link, #PaginationUl li a {
        position: relative;
        display: block;
        padding: 0.5rem 0.75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #8a8a8a;
        border: none;
    }

        .blog-pagination .page-link .lnr, #PaginationUl li a .inr {
            font-weight: 600;
        }

    .blog-pagination .page-item:last-child .page-link,
    .blog-pagination .page-item:first-child .page-link,
    #PaginationUl li:last-child a,
    #PaginationUl li:first-child a {
        border-radius: 0;
    }

    .blog-pagination .page-link:hover, #PaginationUl li a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #80bc01;
        border-color: #eee;
    }

    .page-item.active .page-link, .blog-pagination .page-link:hover, #PaginationUl li.active a, #PaginationUl li a:hover {
        z-index: 1;
        color: #fff;
        background-color: #2f6a42;
        border-color: #2f6a42;
        margin: 0 2px;
        border-radius: 3px;
    }

    .page-link, #PaginationUl li a {
        margin: 0 2px;
        color: #2f6a42;
        font-weight: bold !important;
    }

        .page-link:hover, #PaginationUl li a:hover {
            color: #62a63d;
        }

    #PaginationUl li a {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        line-height: 1.25;
        border: 1px solid #dee2e6;
    }

.CRL {
    color: #fff !important;
}

/*added by dalia 24-11-2019*/
@media (max-width: 992px) {
    .result-labels.float-left {
        margin-left: 1% !important;
        width: 48%;
    }
}

.testi_slider .owl-next {
    float: left;
    color: #fff;
    margin-left: -16px;
    margin-top: -50px;
    font-size: 24px;
}

.testi_slider .owl-prev {
    margin-right: -16px;
    float: right;
    color: #fff;
    margin-top: -50px;
    font-size: 24px;
}

@media (max-width: 575px) {
    .home_banner_area {
        min-height: unset !important;
    }

        .home_banner_area .banner_inner {
            min-height: unset !important;
        }
}

@media (max-width: 767px) {
    .home_banner_area {
        min-height: unset !important;
    }

        .home_banner_area .banner_inner {
            min-height: unset !important;
        }
}

.Dr-g {
    min-height: 80px;
    margin-top: 55px;
    display: block;
    clear: both;
    width: 84%;
    margin: auto;
}
/*added by dalia for mathaf eliktrony */
span.profile-name {
    white-space: nowrap;
    max-width: 60px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    text-align: right;
    padding-left: 5px;
    display: inline-flex;
}

/*beta bar*/
span.my-beta {
    width: 320px;
    color: #fff;
    background: #2d2d2d;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    left: -100px;
    z-index: 99;
    transform: rotate(-35deg);
    top: 30px;
}

.my-beta-2 {
    width: 100%;
    background: #FF9800;
    padding: 5px 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
}

.my-beta-3 {
    font-size: 15px;
    font-weight: bold;
    width: 700px;
    color: #fff;
    background: #306b43;
    text-align: center;
    padding: 5px 0;
    position: fixed;
    right: -333px;
    z-index: 99;
    transform: rotate(-90deg);
    top: 333px;
}

span.my-beta-4 {
    position: absolute;
    bottom: 12px;
    right: 45%;
    background: #FF9800;
    width: 96px;
    padding: 0px 0;
    transform: rotate(-6deg);
    border-radius: 17%;
    border: 1px solid #fff;
}
/*Added By Dalia -- yasmin*/
.b-l-1 {
    border-left: 1px solid #a6a6a6;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    color: #f3f3f3;
}

li.list-group-item.active a {
    color: #4d4a4a !important;
}

.StudyMajors {
    color: #318a02 !important;
}

@media (max-width: 575px) {
    .home_banner_area .banner_inner .col-lg-12 {
        padding-top: 55px !important;
        padding-bottom: 15px;
    }
}

.content-wrapper {
    min-height: 100vh;
}

.SectorDDL {
    color: #6c757d;
}

/*added by dalia --yasmin 18-dec 2019*/

.home_banner_area .custom-control-input:disabled ~ .custom-control-label {
    color: #c5c5c5;
}
@media (max-width: 991px) {
    .home_banner_area .banner_inner .col-lg-12 {
        padding-top: 55px !important;
        padding-bottom: 15px;
    }
    section#animated-background {
        margin-top: 55px !important;
    }
}

.my-beta-2 {
    height: 35px;
}
.work_item img {
    width: 55px ;

    margin-bottom: 10px;
}

.owl-item .work_item img {
    width: 55px !important;
    margin: auto;

}
/*---------- added by dalia and yasmin in demo for icons-------*/
.blog_right_sidebar .post_category_widget .cat-list li a p:last-child {
    margin: auto auto auto 1em;
    text-align: left;
    float: left;
}
.blog_right_sidebar .post_category_widget .cat-list li a p{
    margin: auto 2px;
    vertical-align: middle;
    text-align: right;
}
img.MostCatImages {
    width: 40px;
    max-height: 40px;
    margin-left: 10px;
}
.blog_right_sidebar .post_category_widget .cat-list li + li {
    padding-top: 5px;
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 2px dotted #eee;
    transition: all 0.3s ease 0s;
    padding-bottom: 5px;
}
img.logo-title {
    width: 145px;
    margin: auto;
}
@media (max-width: 575px) {
    img.logo-title {
        width: 80px;
        margin: auto;
    }
}
/*added by dalia 5 jan  2020 from fatema*/
.blog_right_sidebar .post_category_widget .cat-list li a p:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    text-align: left;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    display: block;
    display: -webkit-box;
    max-width: 400px;
    max-height: 45.2px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    margin-bottom: 4px;
    transition: all 0.3s linear;
}
p.MostCatPar {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    text-align: left;
}
 /*added by ui designer 12-1-2020*/ 
.work_item-o {
    min-height: 50px;
    width: 100%;
    text-align: center;
    margin: auto;
}
img.h-new-img {
    width: 30px;
    margin-bottom: 0;
    margin: auto 5px;
}
.h-new-icon {
    font-weight: 600;
    vertical-align: middle;
    color: #151413;
}
@media (max-width: 991.98px) {
 .coll {
    width: 82%;
    margin: 10px auto;
    padding-right: 0;
    padding-left: 0;
}
.work_item-o {
    min-height: 40px;
}
}
@media (max-width: 1199px) {
    .home_banner_area .banner_inner .col-lg-12 {
        padding-top: 100px;
    }
}

/*---------------------------------*/
img.img-prv {
    width: 50px;
    height: 50px;
}
.related-topics .panel-title>a, .related-topics .panel-title>a:active {
    border-radius: 2px;
    box-shadow: 0px 2px 4px 0px rgb(147, 174, 145);
    background: #D8E7DD;
}
.related-topics .panel-body {
    max-height: 400px;
    overflow: auto;
}
.UniversSpan {
    color: #2f6a42;
    font-weight: bold;
}
span.profile-name {
    white-space: nowrap;
    max-width: 60px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px !important;
    display: inline-flex;
}
