

/*
Template Name: minister
Author: Consultant
*/


/*
======================================================================================
CSS INDEX
======================================================================================
**** minister HEADER TOP AREA CSS 					***
**** minister TOP  CREATIVE HEADER CSS 				***
**** minister HEADING NAV AREA CSS 					***
**** minister NIVO SLIDER AREA CSS 					***
**** minister ABOUT AREA CSS 							***
**** minister SEARCH DOMAIN AREA CSS					***
**** minister FEATURE AREA CSS 						***
**** minister PRICING AREA CSS 						***
**** minister TESTIMONIAL AREA CSS 					***
**** minister VIDEO AREA CSS 							***
**** minister TEAM AREA CSS 							***
**** minister BLOG AREA CSS 							***
**** minister BLOG DETAILS AREA CSS 					***
**** minister FOOTER TOP CSS 							***
**** minister FOOTER BOTTOM AREA CSS 					***
**** minister COUNTER AREA CSS 						***
**** minister INSTAGRAM AREA CSS 						***
**** minister BRAND AREA CSS 							***
**** minister BREADCRUMB AREA CSS 					***
**** minister PAGINATION AREA CSS 					***
**** minister 404 AREA CSS 							***
**** minister SECTION TITLE CSS 						***
**** minister SERVICE AREA  CSS 						***
**** minister CUOROSEL  CSS 							***
**** minister ACOADING AREA CSS 						***
**** HOSTING DITALS AREA CSS 						***
****  DOMEIN FEATURE AREA CSS 						***
**** CHOOSE US AREA CSS 							***
=============================================================================================
END CSS INDEX
============================================================================================= */

html,
body {
    overflow: auto; /* Allow scrolling */
    scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for all browsers */
/*html, body {
   
}*/

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }


img {
    max-width: 100%;
    height: auto;
}


/* box layout */

.box.wrapper {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 5px #ddd;
}


/* end box layout */

.fix {
    overflow: hidden;
}

.clear_both {
    clear: both;
}


/*============================
minister HEADER TOP AREA CSS
==============================*/

.em40_header_area_main {
}

    .em40_header_area_main.hdisplay_none {
        display: none;
    }

.minister-header-top {
    background: #004e18 none repeat scroll 0 0;
    padding: 12px 0;
}

.top-address p {
    margin-bottom: 0;
    color: #fff;
}

    .top-address p span,
    .top-address p a {
        margin-right: 20px;
    }

        .top-address p span i,
        .top-address p a i {
            font-size: 15px;
            /* color: #005521; */
            margin-right: 10px;
        }

    .top-address p a {
        display: inline-block;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


/* TOP RIGHT CSS */

.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
}

    .top-right-menu ul.social-icons li {
        display: inline-block;
        margin-left: 15px;
        position: relative;
    }

        .top-right-menu ul.social-icons li a {
            display: inline-block;
            text-decoration: none;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            font-size: 15px;
        }

        .top-address p a,
        .top-right-menu ul.social-icons li a,
        .top-address p span {
            font-size: 14px;
            color: #fff;
        }

.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
    color: #005521;
}

.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
    margin-right: 0px;
    margin-left: 12px;
}

.facebook.social-icon {
    color: #415E9B;
}

.twitter.social-icon {
    color: #1DA1F3;
}

.pinterest.social-icon {
    color: #BD081B;
}

.linkedin.social-icon {
    color: #007BB5;
}

.dribbble.social-icon {
    color: #EB4D88;
}

.login i,
.register i {
    margin-right: 9px;
}


/* Header Top Two */

.minister-header-top.header_top_two {
    background: #005521 none repeat scroll 0 0;
}

.header_top_two .top-address p a {
    color: #fff;
}

    .header_top_two .top-address p span i,
    .header_top_two .top-address p a i {
        color: #fff;
    }

.header_top_two .top-right-menu ul.social-icons li a {
    color: #fff;
}


/* sub menu css */

.top-right-menu ul .sub-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-top: 1px solid #005521;
    width: 150px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: left;
    background: #fff;
    z-index: 1;
}

.top-right-menu ul.social-icons li:hover .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.top-right-menu ul .sub-menu li {
    padding: 5px 0px 0px 5px;
}

    .top-right-menu ul .sub-menu li a {
        font-size: 12px;
    }

.top-right-menu ul .sub-menu ul {
    display: none;
}

.top-welcome p {
    padding: 0px;
    margin: 0px;
}

.top-address.em-login a {
    margin-right: 10px;
}

    .top-address.em-login a + a {
        margin-right: 0;
    }

.top-address.em-login p a i,
.top-address.em-login p a i {
    margin-right: 5px;
}

.top-address.em-login a + a:before {
    content: "|";
    margin-right: 12px;
}

.txtc {
    text-align: center;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


/* top opening */

.top-address.menu_18 span {
    background: #fff;
    padding: 8px 15px 9px;
    display: inline-block;
    color: #333;
}

.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
    padding: 7px 0;
}

.em-login.menu_18,
.em-quearys-top.menu_19 {
    padding: 7px 0;
}


/* top quearys */

.em-top-quearys-area {
    position: relative;
}

.em-header-quearys {
    list-style: none;
}

.em-quearys-menu i {
    background: #005521 none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    height: 26px;
    text-align: center;
    width: 26px;
    line-height: 26px;
    font-size: 11px;
    color: #fff;
}

.em-quearys-inner {
    position: absolute;
    right: 0;
    top: 36px;
    z-index: 999;
    display: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.em-quearys-inner {
}

.em-quearys-form {
    background-color: #ffffff;
    border-top: 1px solid #005521;
    width: 290px;
    float: right;
}

.top-form-control {
    position: relative;
}

    .top-form-control input {
        background: #f9f9f9;
        color: #666666;
        font-size: 13px;
        font-weight: 300;
        height: 48px;
        padding: 0 40px 0 15px;
        width: 100%;
        border: none;
        -webkit-transition: 1s;
        transition: 1s;
    }

    .top-form-control button.top-quearys-style {
        position: absolute;
        right: 6px;
        top: 50%;
        /* height: 44px; */
        background: transparent;
        font-size: 15px;
        border: none;
        color: #005521;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.em-s-hidden {
    display: none !important;
}


/* address left right icon */

.top-right-menu.litop {
    float: left;
}


/* mobile logo   */

.mobile_menu_logo.text-center {
    padding: 20px 0;
}


/*=========================
minister TOP  CREATIVE HEADER
==========================*/

.em_creative_header {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 28px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .em_creative_header:before {
        background: #005521 none repeat scroll 0 0;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        width: 25%;
        height: 100%;
        z-index: -1;
        position: absolute;
    }

    .em_creative_header:after {
        background: #005521 none repeat scroll 0 0;
        content: "";
        left: 18%;
        top: 0;
        bottom: 0;
        width: 15%;
        height: 100%;
        position: absolute;
        border:;
        -webkit-transform: rotate(-121deg);
        transform: rotate(-121deg);
        z-index: -1;
    }

.single_header_address {
}

.creative_logo_thumb {
    z-index: 9;
    text-align: right;
}

.creative_header_icon {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

    .creative_header_icon i {
        color: #005521;
        font-size: 28px;
        margin-top: 5px;
    }

.creative_header_address {
    overflow: hidden;
    padding-left: 80px;
}

.creative_header_address_text > h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.creative_header_address_text > p {
    margin: 0;
}

.creative_logo_thumb {
    z-index: 9;
}

.creative_header_button {
    padding-left: 50px;
    position: relative;
    margin-top: 5px;
}

    .creative_header_button:before {
        content: "";
        position: absolute;
        background: #005521;
        width: 1px;
        height: 74px;
        left: 10px;
        top: -21px;
    }

    .creative_header_button .dtbtn {
        background: #005521 none repeat scroll 0 0;
        border-radius: 30px;
        color: #fff;
        display: inline-block;
        font-family: raleway;
        font-size: 14px;
        font-weight: 600;
        margin-left: 0;
        padding: 6px 26px;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .creative_header_button > a:hover {
        background: #005521 none repeat scroll 0 0;
    }

.em_slider_social {
    position: fixed;
    right: 15px;
    text-align: center;
    top: 50%;
    z-index: 9999;
}

    .em_slider_social li {
        display: block;
        list-style: outside none none;
        text-decoration: none;
    }

    .em_slider_social a {
        background: #005521 none repeat scroll 0 0;
        border: 1px solid #005521;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 10px;
        width: 35px;
    }

        .em_slider_social a:hover {
            background: #005521;
            color: #fff;
            border-color: #005521;
        }

.no-logo-sr .creative_search_icon {
    position: absolute;
    right: 19%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
    top: 70px;
}

.no-logo-sr .minister_menu ul {
    text-align: center;
}

    .no-logo-sr .minister_menu ul li {
        text-align: left;
    }


/*==============================
minister HEADING NAV AREA CSS
===============================*/

.mean-container .mean-bar {
    padding: 0;
}

.mean-container .mean-nav {
    background: #005521 none repeat scroll 0 0;
    float: none;
}

.main_menu_div {
    position: relative;
}

.minister_nav_area {
    background: rgba(0,0,0,0.85);
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.20);
}

.header_no_transparent .minister_nav_area {
    background: #fff;
    position: inherit;
    box-shadow: none;
}

.header_no_transparent .minister_menu > ul > li > a {
    color: #555;
}

.header_no_transparent .minister_menu > ul > li:hover a {
    color: #005521;
}

.header_no_transparent .minister_menu > ul > li > a::before {
    border-bottom: 5px dotted #005521;
}

.header_no_transparent .minister_menu ul .sub-menu li a {
    color: #444 !important;
}

.header_no_transparent a.dtbtn:hover {
    background-color: #122a89;
    color: #fff;
}

.header_transparent_two .minister_nav_area {
    background: inherit;
    box-shadow: none;
}

.header_transparent_two .logo-left {
    background: rgba(0,0,0,0.55);
}

.header_transparent_two .minister_nav_area.prefix {
    background: transparent !important;
    top: 0px;
}

    .header_transparent_two .minister_nav_area.prefix .logo-left {
        background: #004e18;
    }
/* LOGO CSS */

.logo {
    margin-top: 6px;
}

    .logo a {
        font-weight: 700;
        display: inline-block;
        margin-top: 2px;
    }

.minister_menu {
    text-align: right;
}


    /* MAIN MENU CSS */

    .minister_menu ul {
        text-align: right;
        list-style: none;
    }

    .minister_menu > ul > li {
        display: inline-block;
        position: relative;
    }

        .minister_menu > ul > li > a {
            display: block;
            -webkit-transition: .5s;
            transition: .5s;
            position: relative;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            margin: 39px 0px 38px;
            margin-left: 28px;
        }

            .minister_menu > ul > li > a::before {
                position: absolute;
                content: "";
                left: -2px;
                bottom: -6px;
                width: 0%;
                border-bottom: 5px dotted #fff;
                transition: .3s;
            }

            .minister_menu > ul > li > a:hover::before {
                width: 101%;
            }

    .minister_menu ul li:last-child a {
        margin-right: 0px;
    }

    .minister_menu > ul > li.current > a,
    .minister_menu > ul > li:hover > a {
        color: #fff;
        background-color: transparent;
    }

        .minister_menu > ul > li:hover > a:before,
        .minister_menu > ul > li.current > a:before {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }


/* Menu Transparent */

.trp_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: .5s;
    transition: .5s;
}


/* stycky nav Css */

.transprent-menu .minister_nav_area {
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
}

.minister_nav_area.postfix {
    -webkit-transition: .3s;
    transition: .3s;
}

.minister_nav_area.prefix {
    background: #004e18 !important;
    top: 0px;
}

    .minister_nav_area.prefix .minister_menu > ul > li > a {
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .minister_nav_area.prefix .minister_menu > ul > li.current > a {
        color: #5bef94;
    }


/* LOGO LEFT RIGHT CSS */

.logo-left {
}

.logo-right .logo {
    text-align: right;
}

.logo-right .minister_menu > ul {
    text-align: left;
}

    .logo-right .minister_menu > ul > li:first-child a {
        padding-left: 0px;
    }

    .logo-right .minister_menu > ul > li:last-child a {
        padding-right: auto;
    }


/* logo top */

.logo-top .logo {
    text-align: center;
}

.logo-top .minister_menu > ul {
    text-align: center;
}

.logo-top > .minister_menu > ul > li:last-child a {
    padding-right: auto;
}


/* sub menu style */

.minister_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #151515;
    margin: 0;
    padding: 15px 0;
    z-index: 9999;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.minister_menu ul li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    z-index: 9;
}

.minister_menu ul .sub-menu li {
    position: relative;
}

    .minister_menu ul .sub-menu li a {
        display: block;
        padding: 12px 20px;
        margin: 0;
        line-height: 1.3;
        letter-spacing: normal;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-transition: .1s;
        transition: .1s;
        visibility: inherit !important;
        color: #fff;
    }

    .minister_menu ul .sub-menu li:hover > a,
    .minister_menu ul .sub-menu .sub-menu li:hover > a,
    .minister_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
    .minister_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
        background: rgba(255, 255, 255, .06);
        color: #005521;
    }


/* sub menu 2 */

.minister_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.minister_menu ul .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}


/* sub menu 3 */

.minister_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.minister_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.minister_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}


/* sub menu 4 */

.minister_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.minister_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}

.minister_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}


/* user login */

.logged-in .transprent-menu .minister_nav_area.prefix {
    top: 32px;
}

.logged-in .trp_nav_area.hbg2 {
    top: 32px;
}


/* Main  menu search */

.minister_menu.main-search-menu > ul,
.em-quearys-top.msin-menu-search {
    display: inline-block;
}

    .em-quearys-top.msin-menu-search .em-quearys-menu i {
        height: 36px;
        width: 36px;
        line-height: 36px;
        margin-left: 20px;
    }

    .em-quearys-top.msin-menu-search .em-quearys-inner {
        top: 59px;
    }


/* has menu icon */

.minister-main-menu .menu-item-has-children > a:after {
    margin-left: 5px;
    content: "\f107";
    font-family: FontAwesome;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-size: 13px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.minister-main-menu .menu-item-has-children .menu-item-has-children > a:after {
    margin-left: 8px;
    content: "\f105";
}


/* Main menu button */

.donate-btn-header {
    display: inline-block;
    float: right;
}

a.dtbtn {
    border: none;
    display: block;
    font-size: 14px;
    margin-left: 30px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 7px 20px;
    background-color: #ffffff;
    color: #004e18;
    margin-top: 30px;
}

    a.dtbtn:hover {
        background-color: #fff;
        color: #444;
    }

.redX {
    color: #005521;
}


/* logo sticky */

.minister-main-menu .logo a.main_sticky_main_l {
    display: block;
}

.minister-main-menu .logo a.main_sticky_l {
    display: none;
}


/* logo pre */

.minister-main-menu .prefix .logo a.main_sticky_main_l {
    display: none;
}

.minister-main-menu .prefix .logo a.main_sticky_l {
    display: block;
    margin-top: 3px;
}

.headroom--pinned {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    will-change: transform;
}

.menu-height-space {
    height: 100px;
}


/* minister header-creative css */

.header-creative-area {
    padding: 24px 0 25px;
    /* background: #ddd; */
}

.header-creative-address {
    text-align: right;
    position: relative;
}

    .header-creative-address::before {
        position: absolute;
        right: -27px;
        top: -25px;
        width: 1px;
        height: 211%;
        background: #ddd;
        content: "";
    }

    .header-creative-address.last-child:before {
        display: none;
    }

.header-creative-icon i {
    font-size: 20px;
    display: inline-block;
    float: left;
    margin-left: 26px;
    height: 35px;
    width: 35px;
    color: #fff;
    text-align: center;
    background: #005521;
    line-height: 35px;
    margin-top: 5px;
    border-radius: 3px;
}

.header-creative-text p {
    margin: 0;
    overflow: hidden;
    margin-left: 10px;
}


/*=============================
minister NIVO SLIDER AREA CSS
==============================*/

.main-slider-area {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
}

.nivo-caption {
    background: rgba(0, 0, 0, 0.0) none repeat scroll 0 0;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.em-slider-content-nivo {
}

.em_slider_right {
}

.em_slider_inner {
    margin: auto;
    /* width: 60%; */
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}


/* slider title */

.em-slider-title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.em-slider-sub-title {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 0;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    text-transform: capitalize;
    margin: 0;
}

.text-center .em-slider-sub-title {
    font-weight: 600;
    text-transform: uppercase;
}

.em-slider-descript {
    color: #fff;
}

.em-slider-descript {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 43px;
    width: 55%;
    margin-top: 21px;
}

.text-left .em-slider-descript {
    margin-left: 0;
    margin-right: auto;
}

.text-center .em-slider-descript {
    margin: 11px auto 28px;
}

.text-right .em-slider-descript {
    margin-right: 0;
    margin-left: auto;
}


/* button */
.em-button-button-area a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin: 0 4px;
    padding: 10px 45px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
    font-family: 'Raleway', sans-serif;
    background: #fff;
    border-radius: 30px;
    background: #fff;
    background: #005521;
    z-index: 9999;
    letter-spacing: 1px;
}

    .em-button-button-area a:hover {
        color: #fff;
        background: #041B5E;
        border-color: #041B5E;
    }

.em-slider-half-width {
    width: 50%;
}

.em-slider-left {
    padding-right: 30px;
}

.em-slider-right {
    padding-left: 30px;
}

.em-slider-full-width {
    width: 85%;
}

.em-slider-half-width .em-slider-descript {
    width: 100%;
}


/* directionNav */

.em-nivo-slider-wrapper .nivo-directionNav {
}

    .em-nivo-slider-wrapper .nivo-directionNav a {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 70px;
        width: 70px;
        line-height: 68px;
        border: 1px solid #fff;
        text-align: center;
        display: block;
        border-radius: 50%;
        color: #fff;
        font-size: 34px;
        left: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        border-radius: 30px 0 0 30px;
    }

    .em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {
        border-radius: 0 30px 30px 0;
    }

    .em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
        left: auto;
        right: 0;
    }

    .em-nivo-slider-wrapper .nivo-directionNav a:hover {
        background: #005521;
        border-color: #005521;
        color: #fff;
    }

.em-nivo-slider-wrapper:hover .nivo-directionNav a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    left: 50px;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 50px;
}


/* controlNav */

.em-nivo-slider-wrapper .nivo-controlNav {
    bottom: 50px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
    display: none;
}

    .em-nivo-slider-wrapper .nivo-controlNav a {
        background: #000 none repeat scroll 0 0;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        height: 25px;
        margin: 0 5px;
        width: 25px;
        color: #fff;
        line-height: 25px;
    }

        .em-nivo-slider-wrapper .nivo-controlNav a:hover,
        .em-nivo-slider-wrapper .nivo-controlNav a.active {
            background: #005521 none repeat scroll 0 0;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

.hosting_feature {
    list-style: none;
    padding-left: 15px;
    padding-top: 20px;
}

    .hosting_feature li {
        margin-bottom: 14px;
        font-size: 16px;
    }

        .hosting_feature li:last-child {
            margin-bottom: 0px;
        }

        .hosting_feature li i {
            margin-right: 10px;
        }

.em_slider_single_img {
    position: absolute;
    right: 52%;
    top: 0;
}

.text-right .em_slider_single_img {
    position: absolute;
    left: 0%;
    top: 0;
}


/*==================
CUROUSEL SLIDER AREA
====================*/

.slider_area {
    background: url(assets/images/slider-bg.html);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.home-2.slider_area {
    background: url(img/slider/s4.html);
    background-size: cover;
    background-position: center center;
}

.home-3.slider_area {
    background: url(img/slider/s4.html);
    background-size: cover;
    background-position: center center;
}

.slider_area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .0);
    z-index: -1;
}

.slider_content {
    display: table;
    height: 930px;
    text-align: center;
    width: 100%;
    padding-top: 23%;
}

.slider_text {
    vertical-align: middle;
    width: 100%;
}

    .slider_text > h1 {
        color: #fff;
        font-size: 50px;
        text-transform: uppercase;
        margin: 0;
    }

    .slider_text > h2 {
        color: #fff;
        font-size: 50px;
        font-weight: 700;
        text-transform: uppercase;
        z-index: 999999999;
        margin: 0;
    }

    .slider_text > p {
        color: #fff;
        width: 61%;
        margin: auto;
        font-size: 18px;
    }

.slider_readmore {
    margin-top: 32px;
}

.sreadmore {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 40px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 7px 0;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
    background: #041B5E;
    border-radius: 5px;
    z-index: 99999999;
}

    .sreadmore:hover {
        color: #444;
        background: #fff;
    }


/* Particles Js Slider */

.effective_slider .slider_text > h1 {
    margin-bottom: 13px;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
    z-index: -1;
}

#particles-js {
    z-index: -1;
}


/*=========================
minister ABOUT AREA CSS
===========================*/
.about_area {
    padding: 50px;
    overflow: hidden;
    background: #f7f7f7;
}

.minister_about {
    padding: 117px 0 0 25px;
}

.about-pages .minister_about {
    padding: 0 0 0 59px;
}

.about_area.about-left-img {
    background: #f7f7f7;
    padding: 80px 0 40px;
}

.section_title_lefts {
}

    .section_title_lefts h2 {
        margin-top: 0;
        font-size: 17px;
        font-weight: 700;
        /* text-transform: capitalize; */
        margin-bottom: 19px;
        color: #6d6d6d;
    }

    .section_title_lefts h1 {
        margin-bottom: 78px;
        font-size: 37px;
        position: relative;
    }

        .section_title_lefts h1 span {
            display: block;
        }

.hosthub_about {
    padding-left: 25px;
}

.section_title_lefts h1::before {
    position: absolute;
    left: 0;
    bottom: -35px;
    content: "";
    width: 130px;
    height: 2px;
    background: #005521;
}

.section_title_lefts.about_subtitle h2 {
    position: relative;
    display: inline-block;
    font-family: 'Merriweather', serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #005521;
    letter-spacing: 2px;
}

.about_singnature img {
    margin-top: 8px;
}

.single_image {
    position: relative;
}

.about_text p {
    margin-bottom: 30px;
}

    .about_text p.about_text_bold {
        margin-bottom: 30px;
        font-weight: 600;
        color: #333;
        font-size: 16px;
    }

.about_button {
    margin-top: 44px;
}

    .about_button a {
        color: #ffffff;
        background: #005521;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 30px;
        padding: 13px 40px 13px 40px;
        font-family: Raleway, sans-serif;
        margin-right: 30px;
        letter-spacing: 1px;
    }

        .about_button a:hover {
            background: #004e18;
        }

.about_text ul {
    list-style: none;
}

    .about_text ul li {
        line-height: 30px;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 9px;
        color: #555;
    }

        .about_text ul li i {
            color: #005521;
            margin-right: 5px;
        }

/* About Left Images Css */

.about-left-img .minister_about {
    padding: 59px 42px 0 0px;
}

.about-left-img.about-pages .minister_about {
    padding: 3px 42px 0 0px;
}

.about-left-img .single_image {
    margin-top: -10px;
    position: relative;
}

.about-left-img .hosthub_about {
    padding-left: 0;
    padding-right: 25px;
    /* padding-top: 10px; */
    /* margin-top: 4px; */
}

/*==============================
/* minister COUNTDOWN AREA CSS 
===============================*/


/* count down area css */

.count_down_area {
    background-image: url(assets/images/countdown-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 83px 0 100px;
    position: relative;
    background-attachment: fixed;
}

    .count_down_area::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(2, 2, 2, 0.75);
    }

span.cdowns {
    width: 175px;
    height: 175px;
    background: rgba(222, 182, 104, 0.6);
    display: inline-block;
    margin: 0 29px;
    position: relative;
    border-radius: 100%;
}

    span.cdowns::before {
        position: absolute;
        content: "";
        background: #fff;
        top: 65px;
        right: -37px;
        height: 12px;
        width: 12px;
        border-radius: 50%;
    }

    span.cdowns::after {
        position: absolute;
        content: "";
        background: #fff;
        top: 97px;
        right: -37px;
        height: 12px;
        width: 12px;
        border-radius: 50%;
    }

    span.cdowns:last-child::before,
    span.cdowns:last-child::after {
        display: none;
    }

.counterdowns {
    text-align: center;
}

span.time-counts {
    line-height: 125px;
    font-size: 60px;
    color: #fff;
}

.counterdowns p {
    color: #fff;
    font-size: 21px;
    line-height: 0px;
    margin-top: -4px;
}

.event_dtl_timeline {
    margin-bottom: 45px;
    padding: 20px 15px 20px;
    border: 1px solid #ddd;
    margin-top: 38px;
}

.event_details span.cdowns {
    width: 152px;
    height: 130px;
    background: #005521;
    display: inline-block;
    margin: 0 8px;
    position: relative;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
    border-radius: 7px;
}

.event_details span.time-counts {
    line-height: 94px;
    font-size: 60px;
}

.event_details .counterdowns p {
    font-size: 21px;
    line-height: 0px;
    margin-top: 0px;
}

/*=======================
minister EVENT AREA CSS
=========================*/
.event_area {
    padding: 80px 0 100px;
}

.minister_single_event {
    margin: 0;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.event-grid .minister_single_event {
    margin-bottom: 30px;
}

.minister_event_thumb {
    float: left;
    position: relative;
}

    .minister_event_thumb i {
        display: inline-block;
        font-size: 40px;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 0;
        /* right: 0; */
        margin: auto;
        transform: translateX(-50%);
        opacity: 0;
        transition: .5s;
    }

    .minister_event_thumb img {
        width: 100%;
    }

    .minister_event_thumb a {
        position: relative;
        display: block;
        z-index: 1;
    }

        .minister_event_thumb a:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0%;
            background: rgba(0, 0, 0, 0.50);
            transition: .3s;
        }

.minister_single_event:hover .minister_event_thumb i {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.minister_single_event:hover .minister_event_thumb a:before {
    height: 100%;
}

.event_content_area {
    overflow: hidden;
}

.event_page_title {
    padding-bottom: 4px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    font-size:13px;
}

    .event_page_title:hover h2 a {
        color: #005521;
    }

    .event_page_title h2 a {
        color: #387e31;
        text-transform: capitalize;
        font-size: 21px;
        font-weight: 700;
        padding-bottom: 15px;
        display: block;
    }

event_page_title p {
    font-size: 13px;
}

.minister_event_info {
    padding-left: 20px;
}

    .minister_event_info p {
        display: inline-block;
        margin-right: 30px;
        font-size:13px;
    }

        .minister_event_info p:last-child {
            margin-right: 0px;
        }

        .minister_event_info p .info-top {
            font-weight: 600;
            font-size: 17px;
        }

        .minister_event_info p .info-bottom {
            display: block;
            overflow: hidden;
        }

        .minister_event_info p i {
            color: #005521;
            font-size: 17px;
            /* overflow: hidden; */
            margin-right: 6px;
            /* margin-top: 14px; */
            display: inline-block;
            /* padding-top: 0px; */
        }

.minister_event_info {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 11px;
}

.minister_event_info {
}

.minister_event_thumb {
    overflow: hidden;
    width: 40%;
    float: left;
}

.event_button {
    text-align: center;
}

    .event_button a {
        display: inline-block;
        padding: 10px 45px;
        background: #005521;
        border-radius: 30px;
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        transition: .3s;
    }

        .event_button a:hover {
            background: #031458;
        }

/*==========================
minister EVENT DETAILS CSS
============================*/

.event_details {
    border: 1px solid #ddd;
    padding: 30px 15px 30px;
}

.event_dtl_content h2 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 21px;
}

.event_dtl_schedule {
    background: #f7f7f7;
    padding: 18px 25px 35px;
    margin-top: 30px;
    border-radius: 10px;
}

    .event_dtl_schedule h2 {
        padding-bottom: 20px;
    }

.shedule_description ul {
    list-style: square;
    padding-left: 30px;
}

    .shedule_description ul li {
        /* margin-bottom: 20px; */
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
        color: #777;
    }

        .shedule_description ul li span {
            float: right;
        }

.event_dtl_map {
    margin-top: 40px;
}

/*=========================
minister FEATURE AREA CSS
===========================*/

.feature_area {
    padding: 79px 0 69px;
}

.single_feature {
    margin-bottom: 30px;
    position: relative;
    transition: .7s;
}

.feature_back {
    background: #03165B;
    height: 200px;
    width: 200px;
    margin: auto;
    position: relative;
    text-align: center;
    z-index: 1;
    border-radius: 100%;
}

    .feature_back::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border: 15px solid #005521;
        z-index: -1;
        transition: .5s;
        border-radius: 100%;
    }

    .feature_back:hover:before {
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
    }

.feature_back_content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* color: #fff; */
}

    .feature_back_content p {
        color: #fff;
        padding: 0 22px;
    }

    .feature_back_content a {
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        display: inline-block;
        background: #005521;
        padding: 3px 16px;
        border-radius: 30px;
        margin-top: 4px;
    }

.feature_icon {
    text-align: center;
    position: absolute;
    background: #005521;
    border: 3px solid #ffffff;
    left: 15px;
    top: 15px;
    width: 85%;
    height: 85%;
    margin: auto;
    transition: .7s;
    border-radius: 100%;
}

.feature_icon_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.feature_icon {
    text-align: center;
}

.feature_icon_inner i {
    font-size: 35px;
    background: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    color: #005521;
}

.single_feature:hover .feature_icon {
    top: -78%;
    transition: .7s;
    transform: rotateY(-160deg);
}

.feature_title {
    text-align: center;
    padding: 0 16px;
}

    .feature_title h2 {
        padding: 8px 0 0px;
        transition: .3s;
        text-transform: capitalize;
    }

        .feature_title h2 a {
            font-weight: 700;
            font-size: 21px;
            color: #444;
            transition: .3s;
        }

            .feature_title h2 a:hover {
                color: #005521;
            }

    .feature_title p {
        transition: .3s;
    }

.feature_area {
}

.single_feature:hover .feature_title p {
    color: #fff;
}
/*=======================
 FEATURE AREA HOME page2
========================*/
.feature_area_style2.feature_area {
    padding-top: 0;
}

.feature_area_style2 .col-md-4.col-lg-4.col-sm-6.col-xs-12 {
    margin: 0;
    padding: 0;
}

.single_feature_area {
    background: #fff;
    padding: 40px 0 35px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
    transition: .5s;
    margin-top: -129px;
    margin-bottom: 30px;
}

    .single_feature_area.middle_feature {
        background: #005521;
        transition: .5s;
    }

.single_feature2 {
    text-align: center;
}

.single_feature_content {
    padding: 0 20px;
}

.single_feature_title h2 {
    padding: 5px 0 10px;
    transition: .5s;
    color: #444;
}

.single_feature_title p {
    padding: 0 0 13px;
    transition: .5s;
    color: #444;
}

.single_feature_icon i {
    font-size: 26px;
    background: #005521;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: .5s;
}

.single_feature_btn a {
    background: #005521;
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
}

.middle_feature .single_feature_icon i {
    background: #004e18;
    color: #fff;
    transition: .5s;
}

.middle_feature .single_feature_title h2 {
    color: #fff;
    transition: .5s;
}

.middle_feature .single_feature_title p {
    color: #fff;
    transition: .5s;
}

.single_feature_area:hover {
    background: #005521;
}

    .single_feature_area:hover .single_feature_title h2 {
        color: #fff;
    }

    .single_feature_area:hover .single_feature_title p {
        color: #fff;
    }

    .single_feature_area:hover .single_feature_icon i {
        background: #004e18;
    }

.single_feature_area.middle_feature:hover {
    background: #fff;
}

    .single_feature_area.middle_feature:hover .single_feature_title h2 {
        color: #444;
    }

    .single_feature_area.middle_feature:hover .single_feature_title p {
        color: #444;
    }

    .single_feature_area.middle_feature:hover .single_feature_icon i {
        background: #005521;
        color: #fff;
    }

.single_feature_area:hover .single_feature_btn a,
.single_feature_area.middle_feature .single_feature_btn a {
    background: #004e18;
    color: #fff;
}
/*==============================
/* minister Pricing AREA CSS 
===============================*/

.pricing_area {
    background: #f7f7f7;
    padding: 79px 0 70px;
}

.single_pricing {
    background: #fff none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
    padding: 23px 0px 45px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
    margin-bottom: 30px;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}

    .single_pricing::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 236px;
        background: #005521;
        z-index: -1;
        border-radius: 0 0 140px 140px;
        transition: .3s;
    }

    .single_pricing:hover {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
    }

        .single_pricing:hover:before {
            background: #031657;
        }

.featur ul {
    text-align: center;
    padding-top: 30px;
}

.pricing_head {
    padding: 20px 0 16px;
    transition: all 0.3s ease 0s;
    text-align: center;
}

.pricing_icon {
    text-align: center;
}

.pricing_title {
    text-align: center;
    position: relative;
}

.pricing_img {
    text-align: center;
    border: 2px solid #fff;
    display: inline-block;
    /* margin: auto; */
    padding: 25px;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    background: #fff;
}

.pricing_title h2 {
    font-size: 20px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing_title h3 {
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    padding: 8px 0px 0;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    color: #fff;
}

.pricing_title h4 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.price_item_inner_center {
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 19px;
}

.price_item {
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.3s ease 0s;
}

    .price_item span {
        color: #005521;
        display: inline-block;
        -webkit-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 30px;
    }

.slash {
    font-size: 26px !important;
}

.curencyp {
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

.tk {
    color: #005521;
    font-weight: 600;
}

.starting {
    display: block !important;
    font-size: 13px !important;
    color: #454545 !important;
    text-transform: uppercase;
}

.line_barp {
}

.monthp {
    display: block;
    position: relative;
}

.bootmp {
    font-weight: 400;
}

.pricing_body {
}

.featur {
}

    .featur ul {
        text-align: center;
        padding-top: 45px;
    }

        .featur ul li {
            display: block;
            font-size: 15px;
            font-weight: 300;
            padding: 7px 0;
            text-transform: none;
            transition: all 0.3s ease 0s;
        }

            .featur ul li i {
                margin-right: 5px;
                color: #666;
            }

            .featur ul li b {
                font-weight: 600;
            }

            .featur ul li:last-child {
            }

.pricing_bottom {
    padding-top: 16px;
}

.order_now {
    background: transparent none repeat scroll 0 0;
    /* padding: 29px 0; */
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* margin-bottom: -19px; */
}

    .order_now a {
        background: #005521 none repeat scroll 0 0;
        border-radius: 30px;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 40px;
        position: relative;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        /* font-family: 'Raleway', sans-serif; */
        letter-spacing: 1px;
    }

.single_pricing .order_now a,
.single_pricing .price_item_inner,
.single_pricing .pricing_title > h3 {
    -webkit-transition: .5s;
    transition: .5s;
}

.active .pricing_title h4 {
    color: #fff;
}

.single_pricing:hover .order_now a {
    background: #031657;
}

.single_pricing:hover .price_item span {
    color: #031657;
}


/*=============================
minister TESTIMONIAL AREA CSS
===============================*/

.testimonial_area {
    padding-top: 50px;
    padding-bottom: 55px;
}

    .testimonial_area.about-pages {
        padding-top: 86px;
        padding-bottom: 128px;
        background: #fff;
    }

.single_testimonial {
    text-align: center;
    margin-bottom: 30px;
    transition: .3s;
    background: #fff;
}

.em_testi_text p::before {
    display: none;
}

.em_testi_text {
    background: #005521;
    padding: 20px 25px 20px;
    position: relative;
    border-radius: 5px;
}


    .em_testi_text::before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -14px;
        width: 30px;
        height: 30px;
        background: #005521;
        content: "";
        margin: auto;
        transform: rotate(135deg);
    }

    .em_testi_text p {
        position: relative;
        margin-top: 0;
        color: #fff;
    }

.single_testimonia:hover .em_testi_text,
.single_testimonia:hover .em_testi_text:before {
    background: #041B5E;
}

.em_test_thumb {
    float: none;
    overflow: hidden;
    margin: 30px 0 15px;
}

.testimonial_area .em_test_thumb img {
    border-radius: 100%;
}

.em_testi_title h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 0;
}

    .em_testi_title h2 span {
        display: block;
        font-size: 15px;
        color: #005521;
        margin-top: 4px;
        font-weight: 500;
    }

.testi_review {
    margin-top: 10px;
}

    .testi_review i {
        color: #005521;
        margin: 0 2px;
    }

.testimonial_area .col-md-6,
.testimonial_area .col-lg-6 {
    margin: 0;
    padding: 0;
}


/*=======================
minister VIDEO AREA CSS
=========================*/

.single_video {
    margin-top: 30px;
}

.video_image {
    position: relative;
}

    .video_image img {
        width: 100%;
    }

.choose_video_icon {
}

.video_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translateY(-50%) translateX(-50%);
}

    .video_icon a {
        text-align: center;
        display: inline-block;
    }

        .video_icon a i {
            color: #fff;
            border: 5px solid #fff;
            width: 90px;
            height: 90px;
            line-height: 80px;
            font-size: 40px;
            border-radius: 50%;
        }

.abtext em {
    color: #444;
    font-weight: 600;
}

.abtext ol {
    padding-left: 15px;
}

    .abtext ol li {
        font-weight: 600;
        line-height: 30px;
    }

.creative_title {
    letter-spacing: 0;
}


/*======================
 minister TEAM AREA CSS
========================*/

.team_area {
    padding: 35px 0 70px;
    background: #f7f7f7;
}

.single_team {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.team_content {
    text-align: center;
    border: 1px solid #ddd;
    padding: 0 12px 12px;
}

    .team_content h2 {
        font-size: 14px;
        text-transform: uppercase;
    }

.team_thumb {
    position: relative;
}

.team_social {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: -100%;
    /* transform: translateX(-50%) translateY(-50%); */
    text-align: center;
    top: 0;
    /* z-index: -1; */
    background: rgba(0, 0, 0, 0.75);
    transition: .5s;
}

.team_socials_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

    .team_socials_inner a {
        font-size: 20px;
        background: #005521;
        /*width: 40px;
	height: 40px;
	line-height: 40px;*/
        display: inline-block;
        margin: 0 3px;
        padding: 10px;
        /*border-radius: 100%;*/
        color: #fff;
    }

        .team_socials_inner a:hover {
            background: #fff;
            color: #005521;
        }

.single_team:hover .team_social {
    left: 0;
}


/*=======================
minister BLOG AREA CSS
=========================*/
.blog_area {
    padding: 79px 0 70px;
}

    .blog_area.blog-grid {
        padding: 100px 0 72px;
    }

        .blog_area.blog-grid.blog-details-area {
            padding: 100px 0 97px;
        }

.minister-single-blog {
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
}

    .minister-single-blog:hover {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

.blog_thumb_inner {
    position: relative;
}

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

    .minister-blog-thumb a {
        position: relative;
    }

    .minister-blog-thumb a {
        display: block;
    }

    .minister-blog-thumb img {
        display: block;
        -webkit-transition: 6s;
        transition: 6s;
        width: 100%;
    }

.blog-page-title h2 {
    font-size: 24px;
}

.minister-single-blog-title h2 {
    font-size: 24px;
}

.em-blog-content-area {
    padding: 18px 15px 25px;
    text-align: center;
}

.blog-inner {
}

.blog-content {
}

    .blog-content h2 {
        margin: 0 0 18px;
    }

.blog-page-title a {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .blog-page-title a:hover {
        color: #005521;
    }

.blog-content h2 a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

    .blog-content h2 a:hover {
        color: #005521;
    }

.blog-content p {
    margin-bottom: 0;
}

.blog_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 999;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: .5s;
}

    .blog_icon a {
        color: #005521;
        width: 45px;
        height: 45px;
        line-height: 45px;
        background: #fff;
        border-radius: 50%;
        transform: scale(0);
        font-size: 18px;
    }

.blog-page-title {
}

    .blog-page-title h2 {
    }

        .blog-page-title h2 a {
            color: #333;
        }

.minister-blog-meta {
    margin-bottom: 0px;
    margin-top: 0;
    border-top: 1px solid #ddd;
    padding: 11px 15px 10px;
}

    .minister-blog-meta:after {
        display: block;
        clear: both;
        content: "";
    }

.minister-blog-meta-left {
    text-align: center;
    position: absolute;
    bottom: -6px;
    background: #fff;
    width: 87%;
    left: 0;
    padding: 15px 15px 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
    right: 0;
    margin: auto;
    border-radius: 5px;
}

    .minister-blog-meta-left a,
    .minister-blog-meta-right a,
    .minister-blog-meta-left span,
    .minister-blog-meta-right span {
        font-weight: 400;
        margin-right: 15px;
        text-transform: capitalize;
    }

        .minister-blog-meta-left a:hover,
        .minister-blog-meta-left span:hover {
            color: #005521;
        }

    .minister-blog-meta-left i {
        margin-right: 5px;
        color: #005521;
    }

.blog-page-title_adn > h2 {
    margin-bottom: 8px;
}

.minister-blog-meta-right {
    float: right;
    overflow: hidden;
}

    .minister-blog-meta-right a,
    .minister-blog-meta-right span {
        color: #454545;
        font-size: 12px;
        font-weight: 400;
        margin-right: 0;
        text-transform: uppercase;
    }

    .minister-blog-meta-right i {
        margin-right: 5px;
        color: #005521;
    }

.readmore a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

    .readmore a:hover {
        border-color: #005521;
        background: #005521;
        color: #fff;
    }

.blog_btn a {
    border: 1px solid #005521;
    display: inline-block;
    padding: 6px 23px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 20px;
    color: #005521;
    font-weight: 600;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.20);
    transition: .3s;
}

    .blog_btn a:hover {
        background: #005521;
        color: #fff;
        border-color: #005521;
    }


/* blog hover */

.minister-single-blog:hover .minister-blog-thumb:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale(1);
}

.minister-single-blog:hover .blog_icon {
    opacity: 1;
}

    .minister-single-blog:hover .blog_icon a {
        transform: scale(1)
    }

.blog_nospace.col-xs-12 {
    padding: 0px;
}

.blog_nospace .minister-single-blog {
    margin-bottom: 0px;
}


/*===============================
minister BLOG DETAILS AREA CSS
================================*/

.blog_details {
    border: 1px solid #ddd;
    padding: 15px 15px 21px;
}

.blog_dtl_thumb {
}

.blog_dtl_thumb {
}

.blog_dtl_content {
}

    .blog_dtl_content h2 {
        padding-bottom: 8px;
        padding-top: 14px;
    }

    .blog_dtl_content h3 {
        padding-top: 20px;
        font-size: 20px;
    }

    .blog_dtl_content p {
        margin-top: 20px;
    }

.blog_details .minister-blog-meta {
    margin-bottom: 0px;
    margin-top: 0;
    /* border-top: 1px solid #ddd; */
    padding: 0 0 18px;
    border-bottom: 1px solid #ddd;
    border-top: 0;
}

.blog_details .minister-blog-meta-left {
    text-align: left;
    position: inherit;
    bottom: inherit;
    background: transparent;
    width: inherit;
    left: inherit;
    padding: 0;
    box-shadow: none;
    right: 0;
    margin: auto;
    border-radius: 0;
}

.blog_details .minister-blog-meta-right {
    float: right;
    overflow: hidden;
    margin-top: -26px;
}

.blog_details blockquote {
    padding: 10px 20px;
    margin: 37px 0 36px;
    font-size: 14px;
    border-left: 7px solid #005521;
    background: #f7f7f7;
    font-style: italic;
    font-weight: 500;
    padding: 15px 35px 15px;
}

.signatures {
    text-align: right;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
}


/* POST REPLY CSS */

.blog_comments_section {
    border: 1px solid #ddd;
    padding: 20px 15px 18px;
    margin: 50px 0 0;
}

.comments_ttl > h3 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.comments_ttl {
    margin-bottom: 37px;
}

    .comments_ttl > h3::before {
        background: #005521 none repeat scroll 0 0;
        content: "";
        height: 1px;
        left: 131px;
        position: absolute;
        top: 12px;
        width: 40px;
    }

.comments_thumb {
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.commentst_content {
    overflow: hidden;
}

.blog_comments_section .post_meta {
    margin-bottom: 6px;
}

    .blog_comments_section .post_meta span {
        /* font-size: 12px; */
        font-weight: 400;
        padding-right: 15px;
        /* text-transform: uppercase; */
        color: #6d6d6d;
    }

        .blog_comments_section .post_meta span:hover {
            color: #005521;
        }

        .blog_comments_section .post_meta span:last-child:before {
            display: none;
        }

.commentst_meta_reply {
    float: right;
}

    .commentst_meta_reply i {
        margin-right: 10px;
    }

    .commentst_meta_reply:hover {
        color: #005521;
    }

.single_commentst_inner {
    margin-bottom: 44px;
    margin-top: 46px;
    padding-left: 63px;
}

.badmin i {
    margin-right: 3px;
}


/* COMMENT FORM CSS */

.blog_reply {
    overflow: hidden;
    border: 1px solid #ddd;
    margin-top: 50px;
    padding: 20px 15px 10px;
}

.reply_ttl > h3 {
    font-size: 20px;
    position: relative;
}

.reply_ttl {
    margin-bottom: 36px;
}

    .reply_ttl > h3::before {
        background: #005521 none repeat scroll 0 0;
        content: "";
        height: 1px;
        left: 194px;
        position: absolute;
        top: 12px;
        width: 40px;
    }

.blog_reply .em_contact_form {
    margin-bottom: 0;
}

.blog_reply .contact_bnt button:hover {
    background: #004e18;
    color: #fff;
}


/* contact area css */
.contact_area {
    background: #f7f7f7;
    padding: 35px 0 160px;
}

.contact_info {
    border: 1px solid #ddd;
    padding: 55px 20px 21px;
    border-radius: 10px;
    background: #fff;
}

.single_plases {
    margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 34px;
}

.single_plases_inner {
    text-align: left;
}

.plases_icon {
    float: left;
    overflow: hidden;
}

    .plases_icon i {
        font-size: 26px;
        overflow: hidden;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 100%;
        text-align: center;
        /* border: 1px solid #ddd; */
        margin-right: 15px;
        transition: .3s;
        background: #005521;
        color: #fff;
    }

.single_plases:hover .plases_icon i {
    background: #005521;
    color: #fff;
    border-color: #005521;
}

.plases_text {
    overflow: hidden;
}

    .plases_text h2 {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 2px;
    }

    .plases_text p {
        font-size: 14px;
        font-weight: 400;
        /* color: #fff; */
        margin-top: 0;
        margin-bottom: 0px;
    }

.em_contact_form {
    margin-bottom: 100px;
}

.contact_form_inner {
}

.form_field {
    width: 100%;
}

.form_field_inner {
    margin-bottom: 25px;
    width: 100%;
}

    .form_field_inner input,
    .form_field_inner input,
    .field_comment_inner textarea {
        background: transparent;
        /* border: 1px solid #ddd; */
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        height: 50px;
        -webkit-transition: all 0.3s ease 0s;
        border-bottom: 1px solid #fff;
        transition: all 0.3s ease 0s;
        width: 100%;
        outline: none;
        background: #fff;
        border: 1px solid #ddd;
        padding-left: 15px;
        border-radius: 10px;
    }

        .form_field_inner input:focus {
            border-color: #005521;
        }

        .field_comment_inner textarea:focus {
            border-color: #005521;
        }

        .form_field_inner input:hover {
        }

.form_field_comment {
}

.field_comment_inner {
}

    .field_comment_inner textarea {
        height: 125px;
        padding-top: 10px;
    }

.contact_bnt {
    margin-top: 23px;
}

    .contact_bnt button {
        background: #005521;
        border: 0 none;
        border-radius: 0;
        color: #fff;
        display: block;
        letter-spacing: 2px;
        padding: 14px 50px;
        margin: auto;
        border-radius: 10px;
        text-transform: capitalize;
        transition: .3s;
        width: 100%;
        margin-top: -4px;
    }

        .contact_bnt button:hover {
            background: #fff;
            color: #005521;
        }

.google_map_area {
    pointer-events: none;
}

.map {
    width: 100%;
    margin: 0;
    height: 338px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}

.em_contact_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.em_contact_form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.em_contact_form :-ms-input-placeholder {
    /* IE 10+ */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.em_contact_form :-moz-placeholder {
    /* Firefox 18- */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.em_contact_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.em_quote_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}

.em_quote_form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}

.em_quote_form :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}

.em_quote_form :-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}

.em_quote_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}

.home-2 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.home-2 :-ms-input-placeholder {
    /* IE 10+ */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.home-2 :-moz-placeholder {
    /* Firefox 18- */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}


/*==========================
minister FOOTER TOP CSS
===========================*/

.footer-middle {
    background: #1a1a1a none repeat scroll 0 0;
    padding: 68px 0 92px;
}

.footer-middle {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background: #004e18;
}

    .footer-middle.wpfd {
        padding: 0;
    }

.wpfdp {
    padding-top: 0px;
    padding-bottom: 80px;
}

.footer-middle .widget h2 {
    color: #fff;
    margin-bottom: 57px;
    margin-top: 28px;
    position: relative;
}

    .footer-middle .widget h2:before {
        position: absolute;
        left: 0;
        bottom: -10px;
        content: "";
        width: 60px;
        height: 2px;
        background: #fff;
    }

.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text {
    color: #fff;
}

.footer-middle .widget h2 {
}

.footer-middle .widget ul li:before {
}

.footer-middle .tagcloud a {
}

.footer-middle .widget ul {
    list-style: none;
}

    .footer-middle .widget ul li {
        margin-bottom: 20px;
        list-style: none;
    }

        .footer-middle .widget ul li a,
        .footer-middle .widget ul li:before {
            -webkit-transition: .5s;
            transition: .5s;
        }

            .footer-middle .widget ul li a:hover,
            .footer-middle .widget ul li:hover:before {
                color: #005521;
            }

.footer_s_inner {
}

.footer_s_thumb {
}

    .footer_s_thumb img {
    }

.footer_s_content {
}

    .footer_s_content h2 {
    }

    .footer_s_content p {
    }

.recent-portfolio-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* Company Info Css */

.company_info_desc {
    padding-bottom: 23px;
}

.single_company_info {
    margin-bottom: 24px;
}

    .single_company_info i {
        color: #fff;
        font-size: 15px;
        border: 1px solid #fff;
        float: left;
        border-radius: 50%;
        margin-right: 15px;
        line-height: 28px;
        height: 30px;
        width: 30px;
        text-align: center;
        transition: .3s;
    }

    .single_company_info:hover i {
        background: #005521;
        color: #fff;
        border-color: #005521;
    }

.company_info_desc p {
    color: #fff;
}

.single_company_info p {
    color: #fff;
    padding-top: 3px;
}


/* recent post */

.single-widget-item {
    overflow: hidden;
}

.recent-post-item {
    clear: both;
}

.recent-post-image {
    float: left;
    margin-right: 10px;
}

    .recent-post-image a {
        display: inline-block;
        margin-top: 6px;
        margin-bottom: 5px;
    }

.recent-post-text {
    margin-top: -4px;
    overflow: hidden;
}

    .recent-post-text h4 a {
        color: #333;
    }

    .recent-post-text .rcomment i {
        margin-right: 5px;
    }

    .recent-post-text .rcomment {
        color: #333;
    }

.recent-post-item {
    clear: both;
}

.recent-post-image {
    float: left;
    margin-right: 10px;
}

.recent-post-text {
    overflow: hidden;
}

    .recent-post-text > h4 {
        margin-bottom: 0;
    }

    .recent-post-text h4 a {
        color: #333;
        font-size: 14px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .recent-post-text h4 a:hover {
            color: #005521;
        }

    .recent-post-text .rcomment {
        color: #333;
        font-size: 14px;
        text-transform: none;
    }

        .recent-post-text .rcomment i {
            margin-right: 5px;
        }

    .recent-post-text .rcomment {
        color: #333;
    }

.footer-middle .recent-post-text h4 a {
    color: #fff;
    font-weight: 600;
}

.footer-middle .recent-post-text > h4 {
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1;
}

    .footer-middle .recent-post-text > h4 a:hover {
        color: #005521;
    }

.footer-middle .recent-post-text .rcomment {
    color: #ddd;
    font-size: 12px;
    font-weight: 400;
}

.footer_contact_info {
    text-align: center;
    background: #004e18;
    overflow: hidden;
    color: #fff;
    border-radius: 11px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, .30);
    margin-top: -136px;
    margin-bottom: 67px;
}

.single_footer_contact {
    padding: 30px 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

    .single_footer_contact.last {
        border-right: 0;
    }

.contact_info_icon i {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    /* width: 60px; */
    /* height: 60px; */
    text-align: center;
    /* background: #fff; */
    /* line-height: 60px; */
    border-radius: 100%;
    margin-bottom: 15px;
}

.single_footer_contact p {
    font-size: 18px;
    font-weight: 500;
}

    .single_footer_contact p span {
        display: block;
        font-weight: 400;
        font-size: 15px;
    }


/* Blog Widget Css */

.blog-grid .recent-post-text > h4 {
    margin-bottom: 3px;
    line-height: 18px;
}

.blog-grid .recent-post-text .rcomment {
    color: #6d6d6d;
    font-size: 12px;
}


/* Get quote css */

.em_quote_form {
}

.quote_form_inner {
    padding-top: 6px;
}

.quote_form_field {
}

    .quote_form_field input {
        width: 100%;
        height: 40px;
        margin-bottom: 16px;
        background: #041842;
        border: 0;
        padding-left: 15px;
        border-radius: 5px;
        color: #fff;
    }

    .quote_form_field textarea {
        width: 100%;
        height: 115px;
        border: 0;
        padding-left: 15px;
        border-radius: 5px;
        color: #fff;
        background-color: #041842;
    }

.quote_button {
    width: 100%;
    height: 40px;
    margin-top: 16px;
    border: 0;
    border-radius: 5px;
    background: #fff;
    color: #444;
    transition: .5s;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

    .quote_button:hover {
        background: #005521;
        color: #fff;
    }


/*===============================
minister FOOTER BOTTOM AREA CSS
================================*/

.footer-bottom {
    background: #004e18 none repeat scroll 0 0;
    padding: 26px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.copy-right-text {
}

    .copy-right-text p {
        color: #fff;
        font-size: 14px;
        margin: 7px 0 0;
        padding: 0;
    }

.footer-menu {
}

    .footer-menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .footer-menu ul li {
            display: inline-block;
        }

            .footer-menu ul li a {
                color: #fff;
                margin-left: 10px;
                text-align: center;
                color: #fff;
                font-size: 16px;
                transition: .3s;
            }

                .footer-menu ul li a:hover {
                    color: #005521;
                }

.copy-right-text a:hover {
    color: #005521;
}

.footer-menu ul li:last-child a {
    padding-right: 0px;
}

.footer_style_3 .footer-menu ul li:first-child a {
    padding-left: 0px;
}

.footer-menu ul ul {
    display: none;
}

.social_media h3 {
    font-size: 21px;
    color: #fff;
    padding-bottom: 20px;
    margin-top: 0;
}

.social_media a {
    display: inline-block;
    background: #005521;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    border-radius: 100%;
    margin-right: 6px;
    transition: .3s;
}

    .social_media a:hover {
        background: #fff;
        color: #005521;
    }

/*==========================
minister OTHERS PAGES CSS
===========================*/

.row.sg {
    margin-top: 38px;
}


/*==========================
minister COUNTER AREA CSS
===========================*/

.counter_area {
    background: #f7f7f7;
    background-image: url(assets/images/counter-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0 91px;
}

.single_counter {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.counter_icon {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    transition: .5s;
}

.single_counter:hover .counter-icon {
    color: #fff;
}

.counter_icon i {
    height: 90px;
    width: 90px;
    margin: auto;
    background: transparent;
    line-height: 74px;
    border-radius: 7px;
    font-size: 36px;
    color: #005521;
    background: #fff;
    border-radius: 100%;
    transition: .5s;
    display: inline-block;
    border: 8px solid #005521;
}

    .counter_icon i:hover {
        background: #041B5E;
        color: #fff;
    }

.countr_text > h1 {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    -webkit-transition: .3s;
    margin: 15px 0 0;
    transition: .3s;
    font-family: Poppins, sans-serif;
    position: relative;
}

.countr_text > h3 {
    display: inline-block;
    font-size: 50px;
    font-family: Poppins, sans-serif;
    color: #005521;
}

.counter_title {
    padding: 0 0 0;
}

    .counter_title h4 {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
        -webkit-transition: .3s;
        transition: .3s;
        padding-top: 20px;
    }


/*================================
minister CALL DO ACTION AREA CSS
=================================*/

.call-to-action_area {
    background: #005521;
    padding: 80px 0 100px;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), transparent url(assets/images/video-bg1.jpg) 0% 0%/cover repeat scroll;
    background-position: center center;
    background-attachment: fixed;
}

.em_call-to-action {
}

.em_single_call-to-action_content {
    text-align: center;
}

.em_call-to-action_title {
}

    .em_call-to-action_title h2 {
        font-size: 41px;
        font-weight: 700;
        /* text-transform: capitalize; */
        margin-bottom: 13px;
        color: #fff;
    }

        .em_call-to-action_title h2 span {
            display: block;
            font-size: 36px;
            margin-top: 10px;
        }

.em_call-to-action_inner {
}

.em_call-to-action_desc {
    color: #fff;
    width: 55%;
    margin: auto;
    margin-left: 0;
    font-size: 16px;
    margin: auto;
}

.call-to-action_btn {
}

    .call-to-action_btn a {
        border: none;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #005521;
        border-radius: 50px;
        color: #fff;
        margin: 38px 10px 0;
        padding: 12px 40px;
        -webkit-transition: .5s;
        transition: .5s;
        letter-spacing: 2px;
    }

        .call-to-action_btn a.active {
            background: #fff;
            color: #005521;
        }

        .call-to-action_btn a:hover {
            background: #031458;
            color: #fff;
        }

.em-call-to_video {
    position: absolute;
    right: -40px;
    top: 50%;
    width: 24%;
    transform: translateY(-50%);
}

.em-call-video_link {
    float: left;
    margin-right: 20px;
}

    .em-call-video_link a {
        font-size: 28px;
        margin-top: 9px;
        color: #fff;
        font-weight: 600;
    }

        .em-call-video_link a i {
            font-size: 28px;
            margin-top: 9px;
            color: #fff;
            margin-right: 15px;
        }


/*================================
minister INSTAGRAM AREA CSS
=================================*/

.instadram_area {
    background: linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), transparent url(assets/images/cn.html) 0% 0%/cover repeat scroll;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 100px;
}

.row.insta .col-md-2 {
    padding: 0px;
}

.instragram_thumb img {
    width: 100%;
}


/*=======================
minister BRAND AREA CSS
=========================*/

.brand-area {
    /* background: #f7f7f7; */
    padding: 0 0 82px;
    border-bottom: 1px solid #ddd;
}

.single_brand {
    transform: scale(1);
    transition: .5s;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .single_brand:hover {
        transform: scale(1.1);
        transition: .5s;
    }

.single_brand_inner {
}

.single_brand_thumb {
}

    .single_brand_thumb img {
    }


/*===========================
minister BREADCRUMB AREA CSS
=============================*/
.breatcome_area {
    background:  transparent url(assets/images/brd-bg.jpg) 0% 0%/cover repeat scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 215px 0 120px;
}

.breatcome_title {
}

.breatcome_title_inner h2 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 41px;
    margin-bottom: 6px;
    font-weight: 700;
}

.breatcome_content {
}

    .breatcome_content ul {
        text-align: center;
    }

        .breatcome_content ul li {
            list-style: none;
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            text-transform: capitalize;
        }

            .breatcome_content ul li a {
                color: #fff;
                text-transform: capitalize;
                font-size: 15px;
                font-weight: 500;
                margin-right: 5px;
            }

                .breatcome_content ul li a i {
                    margin-left: 5px;
                }


/*========================
 minister UNITETEST
=========================*/

.blog-page-title h2 {
    color: #333;
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 7px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.blog-page-title a {
    color: #333;
    display: inline-block;
    font-weight: 600;
}

.blog-page-title h2 a:hover {
    color: #005521;
}

.single-blog-content iframe {
    margin-top: 20px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
    font-size: 30px;
}

.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
    color: #303030;
    font-size: 30px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-content h2,
.post_reply h2 {
    font-size: 26px;
}

.blog-content h3,
.post_reply h3 {
    font-size: 22px;
}

.blog-content h4,
.post_reply h4 {
    font-size: 20px;
}

.blog-content h5,
.post_reply h5 {
    font-size: 18px;
}

.blog-content h6,
.post_reply h6 {
    font-size: 17px;
}


/* single blog */

.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
    margin-bottom: 22px;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;
}

.single-blog-content h2 {
    font-size: 26px;
}

.single-blog-content h3 {
    font-size: 22px;
}

.single-blog-content h4 {
    font-size: 20px;
}

.single-blog-content h5 {
    font-size: 18px;
}

.single-blog-content h6 {
    font-size: 17px;
}


/*=============================
 minister PAGINATION AREA CSS
===============================*/

.paginations {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

    .paginations a,
    .page-numbers span.current {
        width: 35px;
        height: 35px;
        line-height: 35px;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        margin: auto 5px;
        border: 1px solid #ddd;
        color: #888;
    }

.page-numbers li {
    display: inline-block;
}

.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
    background: #005521;
    border-color: #005521;
    color: #fff;
}


/*========================
minister 404 AREA CSS
=========================*/

.not-found-area {
    background-color: #fff;
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    border-top: 1px solid #f5f3f3;
    padding: 0 0 16px;
}

.not-found {
    display: table;
    width: 100%;
    height: 500px;
    text-align: center;
    padding-bottom: 40px;
}

.not-found-inner {
    display: table-cell;
    vertical-align: middle;
}

.not-found-inner {
    font-size: 30px;
}

    .not-found-inner h2 {
        color: #f01e4a;
        display: inline-block;
        font-size: 160px;
        font-weight: 700;
        line-height: 1.2;
        padding: 15px 0;
    }

    .not-found-inner p {
        font-size: 30px;
    }

    .not-found-inner a {
        color: #606b82;
        font-size: 24px;
        margin-top: 40px;
        display: inline-block;
        text-decoration: underline;
    }


/* search error */

.minister-search-page {
    background: #fff;
}

.search-error .search input {
    padding: 20px 0;
}

    .search-error .search input[type="text"] {
        padding-left: 10px;
    }

.search-error .search button {
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-error > p {
    font-size: 14px;
    margin: 14px 0 19px;
}

.search-error > h3 {
    display: block;
    font-size: 30px;
    color: #333;
}

.search-error .search input {
    height: 54px;
    border: 1px solid #ddd;
}


/* RECENT PORTFOLIO */

.recent-portfolio {
    margin-bottom: 10px;
    margin-right: 10px;
}

.recent-portfolio {
    width: 29.33%;
}

.recent-portfolio-image img {
    width: 100%;
}


/*========================
minister SCROLL TOP CSS
=========================*/

#scrollUp {
    background: #005521 none repeat scroll 0 0;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
}

    #scrollUp i {
        color: #fff;
    }

.copy-right-text a {
    color: #005521;
}

.template-home .vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.wpb_gallery.wpb_content_element.vc_clearfix {
    margin-bottom: 0;
}

.mean-container .mean-bar {
    float: none;
    background: #005521 none repeat scroll 0 0;
}

.mean-container .mean-nav ul li li a {
    color: #333;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* kc element */

.template-home-wrapper {
    overflow: hidden;
}

.kc-blog-posts-3 .kc-list-item-3 > a img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


/*==========================
minister SECTION TITLE CSS
===========================*/

.section-title.t_center {
    margin: auto;
    text-align: center;
    /*width: 63%;*/
    width: 80%;
}

.section-title.t_left {
    margin: auto auto auto 0;
    /*width: 63%;*/
    width: 80%;
    text-align: left;
}

.section-title.t_right {
    margin: auto 0 auto auto;
    /*width: 63%;*/
    width: 80%;
    text-align: right;
}

    .section-title.t_right .em-bar {
        margin: 0 0 5px auto;
    }

.section-title.t_left .em-bar {
    margin: 0 0 5px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 11px;
    text-transform: capitalize;
}

.section-title .icon {
    position: relative;
    padding-bottom: 25px;
}

    .section-title .icon i {
        color: #005521;
        font-size: 22px;
    }

    .section-title .icon::before {
        content: "";
        left: -111px;
        right: 0;
        position: absolute;
        width: 70px;
        height: 2px;
        margin: auto;
        background: #005521;
        top: 11px;
    }

    .section-title .icon::after {
        content: "";
        right: -111px;
        left: 0;
        position: absolute;
        width: 70px;
        height: 2px;
        margin: auto;
        background: #005521;
        top: 11px;
    }

.section-title h3 {
    font-size: 18px;
    color: #005521;
}

.tmr0 .section-title h2 {
    margin: 0;
}

.section-title h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.section-title p {
    margin-bottom: 60px;
}

.em-icon {
}

    .em-icon i {
    }

.em-bar-main {
    margin: 10px 0 13px;
}

.em-bar {
    background: #005521 none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 62px;
}

    .em-bar.em-bar-big {
        width: 80px;
    }

.em-image {
    margin-bottom: 10px;
}

    .em-image img {
    }

.section-title.t_left span {
    color: #005521;
}


/* section title 2 css */

.section-title1 {
    text-align: center;
}

    .section-title1 h2 {
        font-size: 41px;
        font-weight: 700;
        margin-bottom: 28px;
        text-transform: capitalize;
        color: #fff;
        position: relative;
    }

    .section-title1 p {
        color: #fff;
        margin-bottom: 48px;
    }

.em-image1 {
    margin-bottom: 10px;
}

    .em-image1 img {
    }

.section-title1 h2::after {
    position: absolute;
    content: "";
    left: -7px;
    bottom: -24px;
    width: 1px;
    height: 20px;
    background: #fff;
    margin: auto;
    right: 0;
}

.section-title1 h2::before {
    position: absolute;
    content: "";
    left: 2px;
    bottom: -24px;
    width: 1px;
    height: 20px;
    background: #fff;
    margin: auto;
    right: 0;
}

.count_down_area .section-title h2 {
    font-size: 41px;
    margin-bottom: 11px;
    text-transform: none;
    color: #fff;
}

.count_down_area .section-title .icon {
    position: relative;
    padding-bottom: 44px;
}

/*===========================
 minister SERVICE AREA  CSS
=============================*/

.service_area {
    padding: 50px 0 50px;
}

.em-service {
    padding: 40px 25px 26px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #f7f7f7;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
    margin-bottom: 30px;
    border-radius: 15px;
}

    .em-service:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
    }

.service_top_text {
    display: block;
}

.em-service-img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.em-service-title {
    overflow: hidden;
}

    .em-service-title h2 {
        margin: 20px 0 14px;
        padding: 0;
        text-transform: capitalize;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

.em-service-desc {
    -webkit-transition: .5s;
    transition: .5s;
}

    .em-service-desc p {
        font-size: 14px;
    }

.service-btn {
    margin-top: 2px;
}

    .service-btn > a {
        border-radius: 30px;
        color: #333;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        border: 1px solid transparent;
    }


/* Service Style Two */

.em_feature_flipbox {
    margin-bottom: 30px;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
}

    .em_feature_flipbox .feature_flipbox_font,
    .em_feature_flipbox .feature_flipbox_back {
        min-height: 270px;
        height: auto;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: rotateY(0);
        -webkit-transform: rotateY(0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        transition: transform .7s ease, -webkit-transform .7s ease;
        position: relative;
    }



    .em_feature_flipbox .feature_flipbox_font {
        background: #004e18;
    }

    .em_feature_flipbox .feature_flipbox_inner {
        text-align: center;
        padding: 0 15px;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        perspective: inherit;
        -webkit-perspective: inherit;
        outline: transparent solid 1px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
        transform: translateY(-50%) translateZ(60px) scale(0.94);
        z-index: 2;
    }

.feature_flipbox_icon {
    font-size: 29px;
    text-align: center;
    display: inline-block;
    color: #005521;
    overflow: hidden;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #005521;
    color: #fff;
    border-radius: 100%;
}

.em_feature_flipbox .em-feature-title h2 {
    font-size: 22px;
    color:#fff;
    padding-bottom: 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.em_feature_flipbox .feature_flipbox_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f7f7f7;     /*#005521;*/
    border-radius: 2px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .em_feature_flipbox .feature_flipbox_back .frb-batton a {
        color: #fff;
        text-transform: capitalize;
        margin-top: 22px;
        background: transparent;
        color: #fff;
        display: inline-block;
        padding: 3px 25px;
        border-radius: 30px;
        border: 2px solid #fff;
        transition: .5s;
    }

        .em_feature_flipbox .feature_flipbox_back .frb-batton a:hover {
            color: #fff;
            border-color: #e1e1e1;/*#04175A;*/
            background: #e1e1e1; /*#04175A;*/
        }

        .em_feature_flipbox .feature_flipbox_back .frb-batton a i {
            display: none;
        }

    .em_feature_flipbox .feature_flipbox_back .em-feature-title h2 {
        padding-bottom: 16px;
        padding-top: 0;
        color: #005521;
        margin-bottom: 0;
    }

    .em_feature_flipbox .feature_flipbox_font .em-feature-desc,
    .em_feature_flipbox .feature_flipbox_back .em-feature-desc {
        color: #005521;
    }

.em_feature_flipbox:hover .feature_flipbox_font {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.em_feature_flipbox:hover .feature_flipbox_back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


/*============================
 MINISTER PORTFOLIO AREA CSS
=============================*/
.portfolio_area {
    padding: 80px 0 0;
}

.section-title.t_center.port p {
    width: 63%;
    margin: auto;
    margin-bottom: 49px;
}

.portfolio_menu {
    text-align: center;
    margin: 0px 0 40px;
}

    .portfolio_menu ul {
    }

        .portfolio_menu ul li {
            border-radius: 30px;
            color: #333;
            cursor: pointer;
            display: inline-block;
            font-size: 13px;
            font-weight: 500;
            margin: 0 5px 10px;
            padding: 6px 27px;
            position: relative;
            text-transform: uppercase;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            background: #fff;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
        }

            .portfolio_menu ul li:hover,
            .portfolio_menu ul li.current_menu_item {
                color: #fff;
                background: #005521 none repeat scroll 0 0;
                border-color: #005521;
            }


/* single portfolio css */

.row.li .col-md-4,
.row.li .col-md-3 {
    padding: 0;
}

.single_portfolio {
    overflow: hidden;
}

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

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

    .single_portfolio_thumb::before {
        position: absolute;
        content: "";
        background: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: .5s;
        transform: scale(1);
    }

.single_portfolio:hover .single_portfolio_thumb::before {
    background: rgba(235, 27, 43, 0.7);
    transform: scale(1.2);
    z-index: 1;
}

.single_portfolio_thumb img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
}

.single_portfolio:hover .single_portfolio_thumb img {
    transform: scale(1.2);
}

.single_portfolio_icon {
    position: absolute;
    right: 0;
    bottom: -55px;
    z-index: 1;
    left: 0;
    margin: auto;
    transition: .5s;
    text-align: center;
    transition-delay: .5s;
}

    .single_portfolio_icon i {
        font-size: 17px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 50%;
        background: #FFF;
        text-align: center;
        color: #c91826;
        margin: 0px 5px;
    }

.single_portfolio:hover .single_portfolio_icon {
    bottom: 30px;
}

.link i {
    transition-delay: 1s;
}

.portfolio_content_inner p span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.portfolio_content_inner h3 a {
    color: #fff;
}

.portfolio_content_inner {
    text-align: left;
    background: rgba(0, 0, 0, 0.46);
    padding: 10px 0 18px;
    position: absolute;
    right: 0;
    transition: .5s;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 68%;
    text-align: center;
    left: 0;
    margin: auto;
}

    .portfolio_content_inner h3 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 3px;
        transition: .5s;
    }

.single_portfolio:hover .portfolio_content_inner {
    right: 0px;
    opacity: 1;
}

.portfolio-pages .single_portfolio {
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio-pages .li.gutter-less .single_portfolio {
    overflow: hidden;
    margin-bottom: 0px;
}

.portfolio-pages .li.gutter-less .col-md-6,
.portfolio-pages .li.gutter-less .col-md-3,
.portfolio-pages .li.gutter-less .col-md-4 {
    margin: 0;
    padding: 0;
}


/* Portfolio Gutter Style */
.portfolio_gutter .col-md-4 {
    padding-bottom: 30px;
}

.portfolio_area.portfolio_gutter {
    padding: 82px 0 50px;
}

/*========================
PORTFOLIO DETAILS  CSS
=========================*/

.portfolio-details-box li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0;
    text-transform: capitalize;
    list-style: none;
}

    .portfolio-details-box li:last-child {
        border-bottom: 0 none;
    }

    .portfolio-details-box li span {
        color: #333;
        display: inline-block;
        font-weight: 700;
        margin-right: 15px;
        text-transform: uppercase;
        width: 170px;
    }

.portfolio-details-box ul {
    margin-bottom: 20px;
}

.portfolio-description {
    margin-top: 50px;
}

    .portfolio-description > p {
        font-size: 18px;
    }

.projects-navigation-wrap {
    margin-top: 50px;
}

    .projects-navigation-wrap a {
        font-size: 14px;
        text-transform: uppercase;
    }

.portfolio-content.portfolio-details-box {
    padding-top: 30px;
}

.prot_content.multi_gallery {
    width: 75%;
    margin: auto;
}


/* kc */

.abtext em {
    color: #444;
    font-weight: 600;
}

.abtext ol {
    padding-left: 15px;
}

    .abtext ol li {
        font-weight: 600;
        line-height: 30px;
    }

.creative_title {
    letter-spacing: 0;
}

/*===========================
 eduzone SERVICE AREA  CSS
=============================*/

.progress_area {
    padding: 79px 0 40px;
    background: #f7f7f7;
}

.em-progress {
    text-align: left;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-bottom: 58px;
}

.em-progress-inner {
    overflow: hidden;
}

.em-progress-number {
    color: #005521;
    font-size: 35px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-bottom: 5px;
}

    .em-progress-number span {
        color: #fff;
        width: 85px;
        height: 85px;
        line-height: 65px;
        text-align: center;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
        border-radius: 50%;
        display: inline-block;
        background: #005521;
        margin-top: 9px;
        transition: .3s;
        border: 10px solid #fff;
        font-size: 30px;
        font-weight: 700;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .em-progress-number span::before {
            position: absolute;
            content: "";
            background: #041B5E;
            width: 100%;
            height: 100%;
            left: 0;
            top: -73px;
            border-radius: 100%;
            z-index: -1;
            transition: .3s;
        }

.em-progress:hover .em-progress-number span::before {
    top: 0;
}

.em-progress:hover .em-progress-number i {
    background: #0d2f5d;
}

.em-progress-title {
    overflow: hidden;
}

    .em-progress-title h2 {
        margin: 0 0 15px;
        padding: 0;
        text-transform: capitalize;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

.em-progress-desc {
    -webkit-transition: .5s;
    transition: .5s;
}

    .em-progress-desc p {
        font-size: 14px;
        margin: 0;
    }

.progress-btn {
    margin-top: 2px;
}

    .progress-btn > a {
        border-radius: 30px;
        color: #212121;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        border: 1px solid transparent;
    }

.progress-btna a:hover {
    color: #005521;
}

.progress-left-side .em-progress {
    text-align: right;
}


/*============================
minister CUOROSEL  CSS
=============================*/

.curosel-style .owl-nav div {
    border: 2px solid #005521;
    border-radius: 50%;
    color: #005521;
    font-size: 19px;
    height: 44px;
    left: -45px;
    line-height: 40px;
    position: absolute;
    top: 46%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 44px;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.curosel-style .owl-nav .owl-next {
    left: auto;
    right: -45px;
}

.single_gallery.curosel-style .owl-nav div {
    left: 30px;
}

.single_gallery.curosel-style .owl-nav .owl-next {
    right: 30px;
    left: auto;
}

.portfolio_gallery_post.curosel-style .owl-nav div {
    left: 0px;
}

.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
    right: 0px;
    left: auto;
}

.portfolio_gallery_post.curosel-style .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.curosel-style .owl-nav .owl-next:hover {
    background: #005521;
    color: #fff;
}

.curosel-style .owl-nav .owl-prev:hover {
    background: #005521;
    color: #fff
}

.owl-carousel .owl-item img {
    margin: auto;
}

.curosel-style:hover .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.testimonial_list .owl-dots {
    position: absolute;
    right: 50%;
    bottom: -35px;
    display: none;
}

.testimonial_list .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 5px 0;
    background: #005521;
    border-radius: 100%;
}

    .testimonial_list .owl-dot.active {
        background: #000;
    }


/* responsive 320 start */


/* small mobile :320px. */

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .minister-header-top {
        display: none;
    }

    .mean-container .mean-bar:before {
        text-transform: uppercase;
        top: 19px;
    }

    .mean-container a.meanmenu-reveal {
        padding: 19px 20px 18px;
    }
}


/* responsive 320 end */


/*========================
minister VIDEO  CSS
=========================*/

.vedeo_area .col-md-12 {
    padding: 0;
}

.single_choose {
    margin-bottom: 20px;
}

.single-video {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

    .single-video img {
        display: block;
        width: 100%;
        border-radius: 15px;
    }

    .single-video h3 {
        color: #fff;
        font-size: 29px;
        font-weight: 600;
        margin-bottom: 0;
        padding-top: 30px;
        text-transform: uppercase;
        position: absolute;
        left: 50%;
        top: 56%;
        transform: translateY(-50%) translateX(-50%);
    }

.video-icon a {
    text-align: center;
    display: inline-block;
}

    .video-icon a i {
        color: #fff;
        font-size: 60px;
        border-radius: 50%;
    }

.v-overlay .video-icon a i {
    border: 0px solid #fff;
    font-size: 30px;
}

.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}

.single-video::before {
    content: "";
    position: absolute;
    background: rgba(222, 182, 104, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 15px;
}


.single-video.video-overlay:before {
    background-color: rgba(0, 0, 0, 0.4);
    border: 3px solid rgba(255, 255, 255, 1);
    bottom: 0;
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 95%;
}

.single-video.video-overlay:before {
    background: rgba(255, 160, 0, 0.5) none repeat scroll 0 0;
    border: 3px solid rgba(255, 255, 255, 1);
    bottom: 0;
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    width: 95%;
}

.video_area .single-video::before {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0;
}

.video_area .single-video img {
    border-radius: 0;
}

.video_area .col-md-12,
.video_area .col-sm-12,
.video_area .col-xs-12 {
    padding: 0;
}
/*==========================
minister ACOADING AREA CSS
============================*/

.accoarding_area {
    padding: 79px 0 80px;
    background: #f7f7f7;
}

.kc_accordion_section.group {
    padding-bottom: 27px !important;
}

.ui-accordion-header {
}

    .ui-accordion-header a {
    }

        .ui-accordion-header a i {
            background: #333;
            color: #fff;
            border-radius: 50%;
            height: 28px;
            width: 28px;
            line-height: 28px;
            font-size: 14px;
            text-align: center;
            margin-right: 5px;
        }

    .ui-accordion-header.ui-state-active a i {
        background: #fff;
        color: #333;
    }

.kc-panel-body ul {
    padding-left: 15px;
}

    .kc-panel-body ul li {
    }


/* Widgets Css */

table#wp-calendar td#today a {
    color: #fff;
}

.blog-left-side .widget h2 {
    margin-top: 0;
}

.widget.widget_categories select {
    width: 100%;
    height: 34px;
}

.widget .screen-reader-text {
    display: none;
}

.search input {
    width: 100%;
}

.textwidget select {
    width: 100%;
}

.comment_field .textarea-field label {
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-content {
    word-break: break-word;
}

.post-password-form input[type=submit] {
    background: #005521;
}

.page-list-single {
    clear: both;
}

.single-blog-content p {
    margin-bottom: 19px;
}

.blog-left-side .widget h2 {
    font-size: 24px;
}


/* Experience And biography Css */

.biography_area {
    background-image: url(assets/images/biography-bg.html);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 82px 0 100px;
}

.biography-timline {
    text-align: center !important;
    position: relative;
    padding: 0px;
    display: block;
    overflow: hidden;
}

    .biography-timline::before {
        position: absolute;
        top: 0;
        left: calc(50% - 1px);
        bottom: 0;
        width: 2px;
        background-color: #005521;
        -webkit-border-radius: 4rem;
        -moz-border-radius: 4rem;
        -ms-border-radius: 4rem;
        -o-border-radius: 4rem;
        border-radius: 4rem;
        content: ' ';
    }

.single-biography {
    position: relative;
}

    .single-biography:not(:last-child) {
        margin-bottom: 160px;
    }

    .single-biography:first-child {
        margin-top: 20px;
    }

.biography_points::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: ' ';
    background-color: #005521;
    z-index: 0;
    animation: video-icon-animation 1.4s 0.7s linear infinite;
}

.biography_points {
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}

.biography_text {
    float: right;
    text-align: left;
    padding-top: 4px;
    background: transform;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.10); */
    position: relative;
    transition: .3s;
    /* padding: 15px 15px 10px 15px; */
}

    .biography_text h3 {
        font-size: 22px;
        text-transform: capitalize;
        margin: 0;
        margin-bottom: 25px;
        transition: .3s;
        position: relative;
    }

        .biography_text h3::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: -12px;
            width: 50px;
            height: 2px;
            background: #005521;
        }

.biography-timline .single-biography:nth-child(even) .biography_text h3:before {
    right: 0;
    left: inherit;
}

.biography_text span {
    font-size: 15px;
    transition: .3s;
}

.biography_text p {
    margin-top: 19px;
    transition: .3s;
}

.biography-date {
    text-align: right;
    display: inline-block;
    padding-right: 37px;
    margin-top: -3px;
}

    .biography-date span {
        /* background: transparent; */
        display: inline-block;
        /* padding: 4px 28px; */
        /* border-radius: 30px; */
        font-size: 18px;
        /* color: #fff; */
        /* background: rgba(245, 35, 44, 0.8); */
    }

.biography-date {
    font-size: 19px;
    font-weight: 500;
}

.biography-date,
.biography_text {
    width: 46%;
}

.biography-timline .single-biography:nth-child(even) .biography_text {
    float: left;
    text-align: right;
}

.biography-timline .single-biography:nth-child(even) .biography-date {
    text-align: left;
    padding-left: 37px;
    padding-right: 0;
}


/* Acoading css */

.panel-group .panel {
    margin-bottom: 19.5px;
    border-radius: 4px;
    border-radius: 30px;
    /* padding-left: 15px; */
}

.panel-title {
    font-size: 18px;
    color: #333;
}

    .panel-title a {
    }

.panel-heading1 a i {
    background: #005521;
    color: #fff;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 15px;
    text-align: center;
    margin-right: 5px;
    border-radius: 100%;
}

.panel-heading1 {
    padding: 11px 24px;
    border-radius: 30px;
}

.panel-body {
}

    .panel-body ul {
        padding-left: 15px;
    }

        .panel-body ul li {
        }

.panel-heading1.active {
    background: #005521;
}

.panel-heading1 {
    position: relative;
}

    .panel-heading1::before {
        position: absolute;
        content: "+";
        color: #005521;
        right: 15px;
        transform: translateY(-50%);
        top: 50%;
        font-size: 30px;
    }

    .panel-heading1.active {
        position: relative;
    }

        .panel-heading1.active::before {
            position: absolute;
            content: "-";
            color: #fff;
            right: 15px;
            transform: translateY(-50%);
            top: 50%;
        }

        .panel-heading1.active a {
            color: #fff;
        }

    .panel-heading1 a {
        display: block;
        color: #333;
        font-weight: 600;
        font-size: 21px;
    }

    .panel-heading1.active a i {
        background: #fff;
        color: #333;
    }


/*======================
HOSTING DITALS AREA CSS
=======================*/

.hosting_details_area {
    background-image: url(assets/images/bg1.html);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 261px 0 170px;
    position: relative;
}

    .hosting_details_area:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: rgba(13, 46, 199, 0.50);
        height: 100%;
        width: 100%;
    }

.single_hosting_details {
}

.single_hosting_content {
}

    .single_hosting_content h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 50px;
    }

        .single_hosting_content h1 span {
            color: #005521;
        }

    .single_hosting_content h2 {
        color: #fff;
        font-size: 25px;
        font-weight: 600;
    }

    .single_hosting_content p {
        color: #fff;
        padding: 9px 0 21px;
        width: 61%;
    }

    .single_hosting_content a {
        color: #444;
        background: #fff;
        padding: 11px 33px;
        transition: .3s;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 14px;
        display: inline-block;
        border-radius: 5px;
    }

        .single_hosting_content a:hover {
            background: #005521;
            color: #fff;
        }

.hosting_slide_img {
    position: absolute;
    content: "";
    left: 32%;
    top: -364px;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.hosting_slide_thumb {
}

.hosting_slide_img {
}

    .hosting_slide_img img {
    }


/*========================
 DOMEIN FEATURE AREA CSS
=========================*/

.domein_feature_area {
    background: #f7f7f7;
    padding: 100px 0 70px;
}

.single_domein_area {
    background: #fff;
    overflow: hidden;
    text-align: center;
    padding: 25px 0 14px;
    transition: .5s;
    margin-bottom: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
}

    .single_domein_area:hover {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    }

.single_domein_thumb {
}

    .single_domein_thumb img {
    }

.single_domein_content {
}

    .single_domein_content h2 {
        transition: .5s;
        margin: 22px 0 5px;
    }

    .single_domein_content p {
        transition: .5s;
    }


/*==================
 CHOOSE US AREA CSS
====================*/

.choose_us_area {
    padding: 75px 0 70px;
}

.single_choose_us_area {
    text-align: center;
    margin-bottom: 30px;
    padding: 36px 25px 20px;
    transition: .3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
    text-align: left;
}

    .single_choose_us_area:hover {
        background: #f7f7f7;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
    }

.single_choose_us_thumb {
}

.single_choose_us_content {
}

    .single_choose_us_content h2 {
        padding: 10px 0 12px;
    }

    .single_choose_us_content p {
    }

.domain_details_area {
    padding: 79px 0 80px;
}


/* Tab Area Css */


/*=========================
minister SERVICE AREA CSS
===========================*/

.goal_area {
    padding: 50px 0 50px;
}

.tab_area {
    overflow: hidden;
}

.minister-tab {
    overflow: hidden;
    clear: both;
}

    .minister-tab li {
        display: block;
        list-style: none;
        overflow: hidden;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        background: #fff;
        padding: 14px 0px 14px 23px;
        transition: .5s;
        cursor: pointer;
        border-radius: 30px;
        margin: 5px 5px 16px 5px;
    }

        .minister-tab li i {
            font-size: 35px;
            transition: .5s;
            float: left;
            margin-right: 15px;
            color: #005521;
        }

        .minister-tab li a {
            padding: 2px 0px 0;
            display: block;
            color: #6d6d6d;
        }

        .minister-tab li.active,
        .minister-tab li:hover {
            background: #005521;
            color: #fff;
        }

            .minister-tab li.active i,
            .minister-tab li:hover i {
                color: #fff;
            }

            .minister-tab li.active a,
            .minister-tab li:hover a {
                color: #fff;
            }


/* Our Vision Area */

.our_vision_area {
    padding: 30px 25px 30px 13px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    margin: 5px;
    border-radius: 30px;
}

.vission_content h2 {
    padding-bottom: 25px;
    margin-top: 0;
    position: relative;
}

    .vission_content h2::before {
        position: absolute;
        content: "";
        left: 0;
        height: 2px;
        width: 60px;
        background: #005521;
        top: -9px;
    }

.vission_content p {
    margin-bottom: 20px;
}

.single_vision {
    padding-left: 25px;
    padding-top: 11px;
}

.vission_content a {
    font-size: 16px;
    padding: 8px 35px;
    border-radius: 30px;
    color: #fff;
    background: #005521;
    display: inline-block;
    margin-top: 17px;
}

    .vission_content a:hover {
        background: #041B5E;
    }

.vsion_thumb img {
    width: 100%;
    border-radius: 15px;
}

.goal_area.feature_style2 {
    padding: 82px 0 70px;
}
