/* GreenWave HTML Template*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider
6. Content Section
7. Counter Section
8. Fullwidth Section
9. Services Section
10. Call To Action Section
11. Gallery Section
12. Volunter Section
13. Events Section
14. Clients Section
15. Testimonial Section
16. News Section
17. Subscribe Section
18. Main Footer
19. Environment Section
20. Project Section
21. Volunter Section
22. Page Title
23. Team Section
24. Blog Page
25. Blog Single Section
26. Contact Map
27. Contact Form

**********************************************/

/* @import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Sofia'); */

/*font-family: 'Hind', sans-serif;
font-family: 'Sofia', cursive;*/

@import url('font-awesome.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');



@font-face {
    font-family: 'Helvetica Neue';
    src: url("../fonts/helvetica/HelveticaNeueLTCom-Lt.ttf") format("opentype");
}

@font-face {
    font-family: 'Helvetica Black';
    src: url("../fonts/helvetica/HelveticaNeueLTCom-Blk.ttf") format("opentype");
}

@font-face {
    font-family: 'Helvetica Bold';
    src: url("../fonts/helvetica/HelveticaNeueLTCom-Bd.ttf") format("opentype");
}

@font-face {
    font-family: 'Helvetica Medium';
    src: url("../fonts/helvetica/HelveticaNeueLTCom-Md.ttf") format("opentype");
}

@font-face {
    font-family: 'Helvetica Thin';
    src: url("../fonts/helvetica/HelveticaNeueLTPro-Th.otf") format("opentype");
}


@font-face {
    font-family: 'Helvetica';
    src: url("../fonts/helvetica/HELVETICALTSTD-ROMAN.TTF") format("opentype");
}
/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Helvetica Neue",Helvetica;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #474747;
}

    a:hover, a:focus, a:visited {
        text-decoration: none;
        outline: none;
        color: #39ad49;
    }





h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: "Helvetica Neue",Helvetica;
}

input, button, select, textarea {
    font-family: "Helvetica Neue",Helvetica;
}

.theme_color {
    color: #509266;
}

p {
    position: relative;
    line-height: 1.8em;
    font-family: "Helvetica Neue",Helvetica;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.content-container {
    position: static;
    max-width: 800px;
    padding: 0px 15px;
    margin: 0 auto;
}

.contents-box h4 {
    line-height: 30px;
    text-align: left;
    color: #3b3b3b;
    margin: 45px 0px;
    font-family: 'Helvetica Medium';
}


.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    background-color: #f2f2f2;
}

.grey-bg {
    background-color: #f6f6f6;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

/*List Style One*/

.list-style-one {
    position: relative;
}

    .list-style-one li {
        position: relative;
        padding-left: 68px;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #eeeeee;
    }

        .list-style-one li .icon {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 40px;
            height: 40px;
            color: #509266;
            line-height: 40px;
            font-size: 20px;
            border-radius: 4px;
            text-align: center;
            display: inline-block;
            border: 1px solid #dddddd;
        }

        .list-style-one li h3 {
            position: relative;
            color: #2f2f2f;
            font-size: 16px;
            font-weight: 600;
            line-height: 1em;
            margin-bottom: 4px;
            text-transform: capitalize;
        }

        .list-style-one li .text-info {
            position: relative;
            color: #444444;
            font-size: 15px;
        }

/*Btn Style One*/

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    background: #509266;
    display: inline-block;
    padding: 10px 34px 8px;
    text-transform: uppercase;
    border: 2px solid #509266;
}

    .btn-style-one:hover {
        background: none;
        color: #509266;
    }

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    background: #509266;
    padding: 13px 37px 11px;
    border: 2px solid #509266;
    text-transform: uppercase;
}

    .btn-style-two:hover {
        background: none;
        color: #509266;
        border: 2px solid #509266;
    }

/*Btn Style Three*/

.btn-style-three {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    background: none;
    padding: 13px 37px 11px;
    border: 2px solid #ffffff;
    text-transform: uppercase;
}

    .btn-style-three:hover {
        background: #509266;
        color: #ffffff;
        border: 2px solid #509266;
    }

/*Btn Style Four*/

.btn-style-four {
    position: relative;
    padding: 8px 26px 7px;
    line-height: 24px;
    background: none;
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    border: 2px solid #2f2f2f;
}

    .btn-style-four:hover {
        background: #509266;
        color: #ffffff;
        border-color: #509266;
    }

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}

    .fancybox-next span:before,
    .fancybox-prev span:before {
        content: '';
        position: absolute;
        font-family: 'FontAwesome';
        left: 0px;
        top: 0px;
        font-size: 12px;
        width: 44px !important;
        height: 44px !important;
        line-height: 44px !important;
        background-color: rgba(28,28,28,0.40) !important;
        color: #ffffff;
        visibility: visible;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
    }

    .fancybox-next span:before {
        content: '\f178';
    }

    .fancybox-prev span:before {
        content: '\f177';
    }

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #ffffff !important;
    color: #000000;
}

.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17,17,17,0.50) !important;
}

    .fancybox-type-image .fancybox-close:hover {
        background-color: #000000 !important;
    }

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}


/*Social Icon One*/

.social-icon-one {
    position: relative;
    text-align: left;
}

    .social-icon-one li {
        position: relative;
        margin: 3px 3px;
        display: inline-block;
    }

        .social-icon-one li a {
            font-size: 14px;
            width: 34px;
            height: 34px;
            display: inline-block;
            line-height: 32px;
            color: #dbd7d7;
            text-align: center;
            border-radius: 50%;
            border: 2px solid #dbd7d7;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .social-icon-one li a:hover {
                color: #ffffff;
                border-color: #509266;
                background-color: #509266;
            }

/*Social Icon Two*/

.social-icon-two {
    position: relative;
}

    .social-icon-two .fa-facebook {
        font-size: 24px;
    }
    .social-icon-two .fa-twitter {
        font-size: 22px;
    }

    .social-icon-two .fa-youtube-play {
        font-size: 22px;
    }
    .social-icon-two .fa-instagram {
        font-size: 20px;
    }



.social-icon-two li {
    position: relative;
    margin-right: 5px;
    display: inline-block;
}

    .social-icon-two li a {
        font-size: 14px;
        width: 35px;
        height: 35px;
        display: inline-block;
        line-height: 31px;
        text-align: center;
        border-radius: 50%;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        color: #058849;
        border-color: #509266;
        background-color: #fbfbfb;
        margin-bottom: 10px;
        padding-top: 2px;
        padding-left: 1px;
    }

            .social-icon-two li a:hover {
                color: #67c085;
                border-color: #3d704e;
                background-color: #3d704e;
            }

/*Social Icon Three*/

.social-icon-three {
    position: relative;
}

    .social-icon-three li {
        position: relative;
        margin-right: 5px;
        display: inline-block;
    }

        .social-icon-three li a {
            font-size: 14px;
            width: 34px;
            height: 34px;
            display: inline-block;
            line-height: 32px;
            color: #444444;
            text-align: center;
            border-radius: 50%;
            border: 2px solid #e9e9e9;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .social-icon-three li a:hover {
                color: #ffffff;
                border-color: #509266;
                background-color: #509266;
            }

/*Social Icon Four*/

.social-icon-four {
    position: relative;
}

    .social-icon-four li.share {
        position: relative;
        color: #2f2f2f;
        font-size: 14px;
        font-weight: 600;
        margin-right: 10px;
    }

    .social-icon-four li {
        position: relative;
        margin-right: 5px;
        display: inline-block;
    }

        .social-icon-four li a {
            font-size: 14px;
            width: 30px;
            height: 30px;
            display: inline-block;
            line-height: 28px;
            color: #595959;
            text-align: center;
            border-radius: 4px;
            border: 1px solid #dddddd;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .social-icon-four li a:hover {
                color: #ffffff;
                border-color: #509266;
                background-color: #509266;
            }

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 60px;
}

    .sec-title .title {
        position: relative;
        color: #509266;
        font-size: 20px;
        margin-bottom: 8px;
        text-transform: capitalize;
        font-family: 'Sofia', cursive;
    }

    .sec-title h2 {
        position: relative;
        font-size: 36px;
        font-weight: 700;
        color: #2f2f2f;
        line-height: 1.2em;
        padding-bottom: 15px;
        margin-bottom: 40px;
    }

        .sec-title h2 span {
            font-weight: 400;
        }

        .sec-title h2:after {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            width: 40px;
            height: 2px;
            background-color: #509266;
        }

    .sec-title .text {
        position: relative;
        color: #444444;
        font-size: 15px;
        line-height: 1.6em;
        font-weight: 600;
    }

    .sec-title.centered {
        text-align: center;
    }

        .sec-title.centered h2:after {
            left: 50%;
            margin-left: -20px;
        }

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.sec-title.light h2 {
    color: #ffffff;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #444444;
    display: none;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .scroll-to-top:hover {
        color: #ffffff;
        background: #509266;
    }

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    background: #ffffff;
}

    .main-header .auto-container {
        position: relative;
    }

    .main-header .header-top {
        position: relative;
        background: #09874a;
        color: #ffffff;
        
        height: 81px;
    }

        .main-header .header-top .top-left {
            position: relative;
            float: left;
        }

            .main-header .header-top .top-left ul li {
                position: relative;
                float: left;
                line-height: 14px;
                padding-left: 25px;
                padding-right: 20px;
                padding-top: 16px;
                padding-bottom: 16px;
                color: #cccccc;
                font-size: 14px;
                font-weight: 500;
                border-left: 1px solid #4e4e4e;
            }

                .main-header .header-top .top-left ul li:last-child {
                    border-right: 1px solid #4e4e4e;
                }

                .main-header .header-top .top-left ul li .icon {
                    position: relative;
                    top: 1px;
                    font-size: 16px;
                    color: #cccccc;
                    line-height: 1em;
                    margin-right: 15px;
                }

                .main-header .header-top .top-left ul li a:hover {
                    color: #fff;
                }

                .main-header .header-top .top-left ul li a {
                    position: relative;
                    color: #ffffff;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

                    .main-header .header-top .top-left ul li a:hover {
                        color: #fa6f1c;
                    }

        .main-header .header-top .top-right {
            position: relative;
            float: right;
        }

/*Social Icons*/

.header-top .social-icon {
    position: relative;
    float: left;
    padding: 12px 10px;
    border-left: 1px solid #4e4e4e;
    border-right: 1px solid #4e4e4e;
}

    .header-top .social-icon a {
        position: relative;
        display: inline-block;
        text-align: center;
        margin: 0px 12px;
        line-height: 24px;
        font-size: 14px;
        color: #adadad;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

        .header-top .social-icon a:hover {
            color: #509266;
        }

.main-header .header-top .search-box-outer {
    position: relative;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.main-header .header-top .search-box-btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 22px;
    color: #ffffff;
    line-height: 20px !important;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}



.main-header .header-top .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .header-top .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.dropdown-toggle::after {
    display: none !important;
}

.main-header .header-top .search-panel input[type="text"],
.main-header .header-top .search-panel input[type="search"],
.main-header .header-top .search-panel input[type="password"],
.main-header .header-top .search-panel select {
    display: block;
    width: 100%;
    height: 40px;
    color: #000000;
    line-height: 24px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 7px 15px 7px 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .main-header .header-top .search-panel input:focus,
    .main-header .header-top .search-panel select:focus {
        border-color: #509266;
    }

.main-header .header-top .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

/*Main Menu Box*/

.main-header .main-box {
    position: relative;
    padding: 51px 0px 23px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffff;
/*    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;*/
}

.main-header.header-style-two .header-lower {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffff;
}

.fixedTopFix {
    display: block;
    height: 177px;
    width: 100%;
}

.main-header.fixed-header .main-box,
.main-header.header-style-two.fixed-header .header-lower {
    position: fixed !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 0px 0px;
    z-index: 999;
    opacity: 1;
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
    -webkit-animation-name: fadeInDown !important;
    animation-name: fadeInDown !important;
    /*   top: -40px;
    transform: translateY(40px);
    transition: transform 1s;*/
}




.main-header .main-box .outer-container {
    position: relative;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding: 10px 0px 10px 0px;
}

.fixed-header .main-box .logo-box {
    padding: 0px;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 83px;
    max-width: 255px; 
}

.main-header .nav-toggler {
    position: relative;
    right: 0px;
    width: 44px;
    height: 46px;
    top: 50%;
    margin-top: 0px;
    display: block;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #dddddd;
}

    .main-header .nav-toggler button {
        position: relative;
        left: 12px;
        display: block;
        color: #444444;
        text-align: center;
        font-size: 20px;
        line-height: 44px;
        background: none;
        font-weight: 600;
    }

.main-header .nav-outer {
    position: relative;
    float: right;
    margin-top:2px;
}

.main-menu {
    position: relative;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .main-menu .navbar-collapse {
        padding: 0px;
    }

    .main-menu .navigation {
        position: relative;
        margin: 0px;
        margin-top:20px;
    }

        .main-menu .navigation > li {
            position: relative;
            float: left;
            padding: 30px 0px 20px 0px;
            margin-left: 33px;
        }

.fixed-header .main-menu .navigation > li {
    padding: 5px 0px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 0px;
    color: #002855;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400; /*t*/
    font-size: 17px;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-bottom: 4px solid #fff;
    font-family: 'Helvetica Medium';
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: #47a859;
    opacity: 1;
    border-bottom: 4px solid #47a859;
}

    .main-menu .navigation > li:hover > a:before,
    .main-menu .navigation > li.current > a:before {
        width: 100%;
    }

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 240px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

    .main-menu .navigation > li > ul.from-right {
        left: auto;
        right: 0px;
    }

    .main-menu .navigation > li > ul > li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.10);
    }

        .main-menu .navigation > li > ul > li:last-child {
            border-bottom: none;
        }

        .main-menu .navigation > li > ul > li > a {
            position: relative;
            display: block;
            padding: 12px 15px;
            line-height: 24px;
            font-weight: 400;
            font-size: 14px;
            text-transform: capitalize;
            color: #272727;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

        .main-menu .navigation > li > ul > li:hover > a {
            color: #ffffff;
            background: #09874a;
        }

        .main-menu .navigation > li > ul > li.dropdown > a:after {
            font-family: 'FontAwesome';
            content: "\f105";
            position: absolute;
            right: 10px;
            top: 13px;
            width: 10px;
            height: 20px;
            display: block;
            color: #253d4a;
            line-height: 20px;
            font-size: 16px;
            font-weight: normal;
            text-align: center;
            z-index: 5;
        }

        .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
            color: #ffffff;
        }

        .main-menu .navigation > li > ul > li > ul {
            position: absolute;
            left: 100%;
            top: 0px;
            width: 240px;
            padding: 0px;
            z-index: 100;
            display: none;
            background: #ffffff;
            -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
            -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
            -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
            -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
            box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
        }

            .main-menu .navigation > li > ul > li > ul.from-right {
                left: auto;
                right: 0px;
            }

            .main-menu .navigation > li > ul > li > ul > li {
                position: relative;
                width: 100%;
                border-bottom: 1px solid rgba(0,0,0,0.10);
            }

                .main-menu .navigation > li > ul > li > ul > li:last-child {
                    border-bottom: none;
                }

                .main-menu .navigation > li > ul > li > ul > li > a {
                    position: relative;
                    display: block;
                    padding: 12px 15px;
                    line-height: 24px;
                    font-weight: 400;
                    font-size: 14px;
                    text-transform: capitalize;
                    color: #272727;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                .main-menu .navigation > li > ul > li > ul > li:hover > a {
                    color: #ffffff;
                    background: #0a8849;
                }

                .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
                    font-family: 'FontAwesome';
                    content: "\f105";
                    position: absolute;
                    right: 10px;
                    top: 12px;
                    width: 10px;
                    height: 20px;
                    display: block;
                    color: #272727;
                    line-height: 20px;
                    font-size: 16px;
                    font-weight: normal;
                    text-align: center;
                    z-index: 5;
                }

                .main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
                    color: #ffffff;
                }

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 88%;
    right: 0px;
    left: inherit;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .btn-outer {
    position: relative;
    float: right;
    padding: 40px 0px;
    margin-left: 40px;
}

.main-header.fixed-header .btn-outer {
    padding: 17px 0px;
}

.header-style-two .outer-container {
    position: relative;
    padding: 0px 150px;
}

.header-style-two .logo-box {
    text-align: center;
    padding: 27px 0px;
}

.header-style-two .header-lower .left-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 38px 0px;
}

.header-style-two .header-lower .right-info {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 39px 0px;
}

.header-style-two .header-lower .search-box-outer {
    position: relative;
    float: left;
    margin-left: 0px;
    width: 44px;
    height: 46px;
    top: 50%;
    margin-top: 0px;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 46px;
    padding-top: 0px;
    border: 1px solid #dddddd;
}

.header-style-two .header-lower .search-box-btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #555555;
    line-height: 20px !important;
    margin: 0px;
    cursor: pointer;
    background: none;
    padding: 11px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.header-style-two .header-lower .search-panel .form-container {
    padding: 25px 20px;
}

.header-style-two .header-lower .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.header-style-two .header-lower .search-panel input[type="text"],
.header-style-two .header-lower .search-panel input[type="search"],
.header-style-two .header-lower .search-panel input[type="password"],
.header-style-two .header-lower .search-panel select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 24px;
    background: #ffffff;
    padding: 7px 40px 7px 15px;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .header-style-two .header-lower .search-panel input:focus,
    .header-style-two .header-lower .search-panel select:focus {
        border-color: #509266;
    }

.header-style-two .header-lower .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
    line-height: 40px;
}

.header-style-two.fixed-header .logo-box {
    padding: 10px 0px;
}

.header-style-two.fixed-header .header-lower .right-info,
.header-style-two.fixed-header .header-lower .left-btn {
    padding: 22px 0px;
}

.header-style-two.fixed-header .search-box-outer .dropdown-menu {
    top: 66px;
}




.header-style-two .header-lower .right-info {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 39px 0px;
}

.header-style-two .header-lower .search-box-outer {
    position: relative;
    float: left;
    margin-left: 0px;
    width: 44px;
    height: 46px;
    top: 50%;
    margin-top: 0px;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 46px;
    padding-top: 0px;
    border: 1px solid #dddddd;
}

.header-style-two .header-lower .search-box-btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #555555;
    line-height: 20px !important;
    margin: 0px;
    cursor: pointer;
    background: none;
    padding: 11px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.searhli .dropdown-menu {
    top: 50px;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid #509266;
    left: inherit !important;
    right: 0px;
}

    .searhli .dropdown-menu > li {
        padding: 0px;
        border: none;
        background: none;
    }

.othermenu {
    width: 70px;
    text-align: right !important;
}

_________________
/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/
.hidden-bar {
    position: fixed;
    top: 0;
    width: 340px;
    height: 100%;
    background: #1c1c1c;
    z-index: 9999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.hidden-bar.right-align {
    right: -400px;
}

    .hidden-bar.right-align.visible-sidebar {
        right: 0px;
    }

.hidden-bar .hidden-bar-closer {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 15px;
    top: 30px;
    background: none;
    color: #ffffff;
    border-radius: 0px;
    text-align: center;
    line-height: 40px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999;
}

    .hidden-bar .hidden-bar-closer button {
        background: none;
        display: block;
        font-size: 16px;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .hidden-bar .hidden-bar-closer:hover button {
        color: #509266;
    }

.hidden-bar-wrapper {
    height: 100%;
    padding: 120px 30px;
}

.hidden-bar .logo {
    padding: 30px 0px;
    background: #1c1c1c;
}

    .hidden-bar .logo img {
        display: inline-block;
        max-width: 100%;
    }

.hidden-bar .side-menu {
    background-color: transparent;
    padding: 0;
    font-size: 13px;
}

    .hidden-bar .side-menu ul li ul a {
        background: transparent;
    }

    .hidden-bar .side-menu ul li ul li ul li a {
        background: transparent;
    }

    .hidden-bar .side-menu a.current {
        color: #c5a47e;
    }

    .hidden-bar .side-menu li.current > a {
        color: #c5a47e;
    }

    .hidden-bar .side-menu ul li {
        position: relative;
        display: block;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .hidden-bar .side-menu ul.navigation > li > ul > li:first-child {
        border-top: 1px solid rgba(255,255,255,0.15);
    }

    .hidden-bar .side-menu ul.navigation > li > ul > li:last-child {
        border-bottom: none;
    }

    .hidden-bar .side-menu ul li a {
        background: transparent;
        color: #999999;
        display: inline-block;
        font-weight: 400;
        text-transform: uppercase;
        padding: 12px 15px 12px 0px;
        position: relative;
        line-height: 24px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .hidden-bar .side-menu ul.navigation > li > ul > li > a {
        text-transform: uppercase;
        padding-left: 22px;
        font-size: 13px;
        color: #aaaaaa;
    }

    .hidden-bar .side-menu ul.navigation > li.active > a:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -1px;
        width: 30px;
        border-bottom: 2px solid #c5a47e;
    }

    .hidden-bar .side-menu ul.navigation > li.dropdown > a {
        padding-left: 22px;
    }

    .hidden-bar .side-menu ul.navigation > li > ul > li.dropdown > a {
        padding-left: 22px;
    }

    .hidden-bar .side-menu ul.navigation > li.dropdown > a:before {
        content: '[+]';
        position: absolute;
        left: 0;
        top: 12px;
        font-size: 14px;
        line-height: 24px;
    }

    .hidden-bar .side-menu ul.navigation > li > ul > li.dropdown {
        width: auto;
        margin-left: 22px;
    }

        .hidden-bar .side-menu ul.navigation > li > ul > li.dropdown > a,
        .hidden-bar .side-menu ul.navigation > li > ul > li.dropdown > ul > li > a {
            padding-left: 22px;
        }

            .hidden-bar .side-menu ul.navigation > li > ul > li.dropdown > a:before {
                content: '[+]';
                position: absolute;
                left: 0;
                top: 12px;
                font-size: 14px;
                line-height: 24px;
            }

    .hidden-bar .side-menu ul.navigation > li.dropdown.open > a:before {
        content: '[-]';
    }

    .hidden-bar .side-menu ul.navigation > li > ul > li.dropdown.open > a:before {
        content: '[-]';
    }

    .hidden-bar .side-menu ul li a:hover,
    .hidden-bar .side-menu ul > li.current > a,
    .hidden-bar .side-menu ul > li > ul > li.current > a,
    .hidden-bar .side-menu ul.navigation > li > ul > li > a:hover,
    .hidden-bar .side-menu ul.navigation > li.active > a {
        color: #509266;
    }

.hidden-bar .social-links {
    position: absolute;
    bottom: 70px;
    left: 0px;
    width: 100%;
    padding: 0px 20px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
}

    .hidden-bar .social-links li {
        position: relative;
        display: inline-block;
        line-height: 20px;
        margin: 0px 10px;
    }

        .hidden-bar .social-links li a {
            display: block;
            color: #999999;
            transition: all 500ms ease;
        }

            .hidden-bar .social-links li a:hover {
                color: #ffffff;
            }

.hidden-bar .copyright-text {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    padding: 0px 20px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 10;
}

    .main-slider .tp-caption {
        z-index: 5 !important;
    }

    .main-slider .tp-dottedoverlay {
        background: rgba(0,0,0,0.45) !important;
    }

    .main-slider .title {
        position: relative;
        font-weight: 400;
        font-size: 22px;
        color: #ffffff;
        text-align: center;
        padding-bottom: 20px;
        font-family: 'Sofia', cursive;
    }

        .main-slider .title:after {
            position: absolute;
            content: '';
            left: 50%;
            bottom: 0px;
            width: 60px;
            height: 2px;
            margin-left: -30px;
            background-color: #ffffff;
        }

    .main-slider h2 {
        position: relative;
        color: #ffffff;
        font-size: 60px;
        font-weight: 700;
        line-height: 1.1em;
        text-align: center;
        text-transform: uppercase;
    }

    .main-slider .text {
        position: relative;
        font-size: 20px;
        font-weight: 400;
        color: #ffffff;
        line-height: 1.4em;
    }

    .main-slider .tp-bannertimer,
    .main-slider .tp-bullets {
        display: none !important;
    }

/*** 

====================================================================
	Content Section
====================================================================

***/

.content-section {
    position: relative;
    padding: 100px 0px 50px;
}

    .content-section .title {
        position: relative;
        color: #509266;
        font-size: 20px;
        line-height: 1em;
        margin-bottom: 15px;
        font-family: 'Sofia', cursive;
    }

    .content-section h3 {
        position: relative;
        color: #2f2f2f;
        font-size: 30px;
        font-weight: 400;
        line-height: 1.2em;
        padding-bottom: 25px;
        margin-bottom: 40px;
    }

        .content-section h3 span {
            font-size: 36px;
            font-weight: 700;
        }

        .content-section h3:after {
            position: absolute;
            left: 0px;
            bottom: 0px;
            content: '';
            width: 40px;
            height: 2px;
            background-color: #509266;
        }

    .content-section .bold-text {
        position: relative;
        color: #444444;
        font-weight: 700;
        line-height: 1.7em;
        margin-bottom: 20px;
    }

    .content-section .text {
        position: relative;
        font-weight: 400;
        color: #444444;
        font-size: 15px;
        line-height: 1.6em;
    }

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
    position: relative;
    padding: 50px 0px 100px;
}

    .counter-section .counter-inner {
        position: relative;
        text-align: center;
        padding: 0px 20px 30px;
        border: 1px solid #eeeeee;
    }

        .counter-section .counter-inner .icons-box {
            position: relative;
            margin-top: -40px;
            padding: 0px 40px;
            display: inline-block;
            background-color: #ffffff;
        }

            .counter-section .counter-inner .icons-box .icon {
                position: relative;
                color: #2f2f2f;
                font-size: 56px;
                line-height: 1em;
                margin: 0px 40px;
                margin-bottom: 20px;
                display: inline-block;
            }

        .counter-section .counter-inner h2 {
            position: relative;
            color: #509266;
            font-size: 30px;
            margin-top: 10px;
            padding-bottom: 20px;
            margin-bottom: 60px;
            font-family: 'Sofia', cursive;
        }

            .counter-section .counter-inner h2:after {
                position: absolute;
                content: '';
                left: 50%;
                bottom: 0px;
                width: 40px;
                height: 2px;
                margin-left: -20px;
                background-color: #2f2f2f;
            }

.fun-facts-section .column {
    position: relative;
    margin-bottom: 30px;
}

    .fun-facts-section .column .inner {
        position: relative;
        margin: 0 auto;
        text-align: center;
    }

    .fun-facts-section .column .content {
        position: relative;
    }

.fun-facts-section .count-outer {
    position: relative;
    color: #3e4e0e;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 5px;
}

    .fun-facts-section .count-outer .count-text {
        position: relative;
        font-weight: 700;
        font-size: 36px;
    }

.fun-facts-section .column .counter-title {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #2f2f2f;
    text-transform: uppercase;
}

/*Counter / Style Two*/

.counter-section-two {
    position: relative;
    background-size: cover;
    padding: 80px 0px 50px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

    .counter-section-two h2 {
        position: relative;
        color: #509266;
        font-size: 30px;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 60px;
        font-family: 'Sofia', cursive;
    }

        .counter-section-two h2:after {
            position: absolute;
            content: '';
            left: 50%;
            bottom: 0px;
            width: 40px;
            height: 2px;
            margin-left: -20px;
            background-color: #ffffff;
        }

    .counter-section-two:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(19,20,16,0.95);
    }

    .counter-section-two .fun-facts-section .count-outer,
    .counter-section-two .fun-facts-section .column .counter-title {
        color: #ffffff;
    }

    .counter-section-two.style-two:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(19,20,16,0.85);
    }

/*** 

====================================================================
	FullWidth Section
====================================================================

***/

.fullwidth-section {
    position: relative;
    background-color: #1c1e17;
}

    .fullwidth-section .section-outer {
        position: relative;
    }

        .fullwidth-section .section-outer .image-column {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 50%;
            height: 100%;
            display: block;
            float: left;
            background-size: cover;
        }

            .fullwidth-section .section-outer .image-column .hidden-image {
                display: none;
            }

        .fullwidth-section .section-outer .content-column {
            position: relative;
            width: 50%;
            float: right;
            background-size: cover;
            padding: 90px 15px 90px 80px;
        }

            .fullwidth-section .section-outer .content-column .content {
                max-width: 535px;
                float: left;
                overflow: hidden;
            }

                .fullwidth-section .section-outer .content-column .content .title {
                    position: relative;
                    color: #509266;
                    font-size: 20px;
                    font-weight: 400;
                    margin-bottom: 15px;
                    display: inline-block;
                    text-transform: capitalize;
                    font-family: 'Sofia', cursive;
                }

                .fullwidth-section .section-outer .content-column .content h2 {
                    position: relative;
                    color: #ffffff;
                    font-size: 30px;
                    font-weight: 600;
                    line-height: 1.2em;
                    margin-bottom: 25px;
                    padding-bottom: 15px;
                    text-transform: capitalize;
                }

                    .fullwidth-section .section-outer .content-column .content h2:after {
                        position: absolute;
                        content: '';
                        left: 0px;
                        bottom: 0px;
                        width: 40px;
                        height: 2px;
                        background-color: #509266;
                    }

                .fullwidth-section .section-outer .content-column .content .text {
                    position: relative;
                    font-size: 15px;
                    color: #aaaaaa;
                    line-height: 1.6em;
                    margin-bottom: 40px;
                }

                .fullwidth-section .section-outer .content-column .content .category {
                    position: relative;
                    font-size: 18px;
                    font-weight: 700;
                    color: #ffffff;
                    margin-bottom: 50px;
                }

                    .fullwidth-section .section-outer .content-column .content .category span {
                        font-weight: 400;
                    }

            .fullwidth-section .section-outer .content-column .donate-bar {
                position: relative;
                max-width: 300px;
                height: 10px;
                float: left;
                margin-bottom: 30px;
                width: 100%;
            }

            .fullwidth-section .section-outer .content-column .bar-inner {
                position: relative;
                width: 100%;
                height: 10px;
                background: #fafafa;
                border-radius: 5px;
            }

                .fullwidth-section .section-outer .content-column .bar-inner .bar {
                    position: absolute;
                    left: -100%;
                    top: -1px;
                    height: 11px;
                    background: #a4c838;
                    border-radius: 5px;
                    -webkit-transition: all 2000ms ease;
                    -ms-transition: all 2000ms ease;
                    -o-transition: all 2000ms ease;
                    -moz-transition: all 2000ms ease;
                    transition: all 2000ms ease;
                }

            .fullwidth-section .section-outer .content-column .donate-bar.animated .bar-inner .bar {
                left: -1px;
            }

            .fullwidth-section .section-outer .content-column .bar-inner .count-box {
                position: absolute;
                right: 0px;
                top: -15px;
                width: 40px;
                height: 40px;
                color: #eeeeee;
                font-size: 12px;
                font-weight: 600;
                line-height: 30px;
                text-align: center;
                border-radius: 50%;
                background: #ffffff;
                border: 6px solid #a4c838;
            }

                .fullwidth-section .section-outer .content-column .bar-inner .count-box .count-text {
                    position: absolute;
                    top: -35px;
                    margin-left: -12px;
                }

                    .fullwidth-section .section-outer .content-column .bar-inner .count-box .count-text:after {
                        position: absolute;
                        content: '%';
                        color: #ffffff;
                    }

            .fullwidth-section .section-outer .content-column .donate-info {
                position: relative;
                margin-top: -5px;
                float: right;
                margin-bottom: 25px;
            }

                .fullwidth-section .section-outer .content-column .donate-info .percentage {
                    position: absolute;
                    left: 50%;
                    margin-left: -15px;
                }

                .fullwidth-section .section-outer .content-column .donate-info .amount {
                    position: relative;
                    line-height: 24px;
                    text-transform: uppercase;
                    font-weight: 500;
                    color: #ffffff;
                    font-size: 14px;
                }

                    .fullwidth-section .section-outer .content-column .donate-info .amount span {
                        font-weight: 400;
                        margin-left: 5px;
                    }

                .fullwidth-section .section-outer .content-column .donate-info .raised {
                    float: left;
                }

                .fullwidth-section .section-outer .content-column .donate-info .goal {
                    float: right;
                    margin-left: 20px;
                }

            .fullwidth-section .section-outer .content-column .content .theme-btn {
                font-size: 14px;
                font-weight: 600;
                padding: 10px 24px 8px;
                text-transform: uppercase;
            }

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 90px 0px 90px;
}

.services-block {
    position: relative;
    margin-bottom: 70px;
}

    .services-block:last-child {
        margin-bottom: 0px;
    }

    .services-block .inner-box {
        position: relative;
        text-align: center;
        max-width: 330px;
    }

        .services-block .inner-box .icon-box {
            position: relative;
            margin-bottom: 17px;
        }

        .services-block .inner-box h3 {
            position: relative;
            color: #2f2f2f;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

            .services-block .inner-box h3 a {
                color: #2f2f2f;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }

                .services-block .inner-box h3 a:hover {
                    color: #509266;
                }

        .services-block .inner-box .text {
            position: relative;
            color: #444444;
            font-size: 15px;
        }

.services-section .left-column .services-block:nth-child(1),
.services-section .left-column .services-block:nth-child(3) {
    margin-left: 115px;
}

.services-section .right-column .services-block:nth-child(2) {
    margin-left: 115px;
}

.services-section .bulb-box {
    position: absolute;
    left: 50%;
    float: left;
    bottom: 150px;
    margin-left: -150px;
}

.services-section:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 403px;
    height: 529px;
    z-index: -1;
    background: url(../images/resource/side-icon.jpg) right bottom no-repeat;
}

/*Cal To Action Section*/

.cal-to-action-section {
    position: relative;
    text-align: center;
    padding: 110px 0px 100px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .cal-to-action-section:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(19,20,16,0.85);
    }

    .cal-to-action-section img {
        position: relative;
    }

    .cal-to-action-section h2 {
        position: relative;
        font-size: 54px;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.2em;
        text-transform: uppercase;
    }

    .cal-to-action-section h3 {
        position: relative;
        font-size: 30px;
        font-weight: 400;
        color: #ffffff;
        margin-bottom: 40px;
        font-family: 'Sofia', cursive;
    }

    .cal-to-action-section.style-two h3 {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .cal-to-action-section.style-two h2 {
        margin-bottom: 30px;
    }

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
    position: relative;
    padding: 90px 0px 0px;
}

    .gallery-section .sec-title {
        margin-bottom: 40px;
    }

    .gallery-section h2 {
        margin-bottom: 0px;
    }

.gallery-item .inner-box {
    position: relative;
}

.project-tab .p-tab .gallery-item .inner-box {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.project-tab .active-tab .gallery-item .inner-box {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.gallery-item .inner-box .image {
    position: relative;
}

    .gallery-item .inner-box .image img {
        position: relative;
        width: 100%;
        display: block;
    }

    .gallery-item .inner-box .image .overlay-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        text-align: center;
        transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        background-color: rgba(156,195,39,0.70);
    }

        .gallery-item .inner-box .image .overlay-box .content {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .gallery-item .inner-box .image .overlay-box .content a {
                position: relative;
                top: 42%;
                display: inline-block;
            }

                .gallery-item .inner-box .image .overlay-box .content a .icon {
                    position: relative;
                    width: 40px;
                    height: 40px;
                    color: #8d8d8d;
                    font-size: 15px;
                    border-radius: 50%;
                    line-height: 40px;
                    margin: 0px 4px;
                    display: inline-block;
                    background-color: #ffffff;
                    transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                }

            .gallery-item .inner-box .image .overlay-box .content .icon:hover {
                color: #ffffff;
                background-color: #509266;
            }

.gallery-item .inner-box:hover .overlay-box {
    opacity: 1;
}



.gallery-section .filters {
    margin-bottom: 50px;
}

    .gallery-section .filters .filter-tabs {
        position: relative;
        display: inline-block;
        margin-top: 25px;
    }

    .gallery-section .filters li {
        position: relative;
        display: inline-block;
        padding: 0px 0px;
        line-height: 24px;
        color: #2f2f2f;
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        margin-left: 24px;
        padding-top: 10px;
        border-top: 2px solid transparent;
        text-transform: capitalize;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        font-family: 'Sofia', cursive;
    }

    .gallery-section .filters .filter.active,
    .gallery-section .filters .filter:hover {
        color: #509266;
        border-color: #509266;
    }

.gallery-section .gallery-item {
    padding: 0px;
}

.gallery-item.mix {
    display: none;
}

/*** 

====================================================================
	Volunter Section
====================================================================

***/

.volunter-section {
    position: relative;
    padding: 95px 0px 100px;
}

.volunter-member {
    position: relative;
    margin-bottom: 10px;
}

    .volunter-member .inner-box {
        position: relative;
        background: linear-gradient(0deg, rgba(203,213,214,1) 0%, rgba(200,232,205,1) 100%);
    }

        .volunter-member .inner-box .image-column {
            position: relative;
        }

            .volunter-member .inner-box .image-column .image {
                position: relative;
            }

                .volunter-member .inner-box .image-column .image .overlay-box {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    width: 100%;
                    height: 100%;
                    display: block;
                    opacity: 0;
                    transition: all 300ms ease;
                    -webkit-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    background-color: rgba(0,0,0,0.50);
                }

                    .volunter-member .inner-box .image-column .image .overlay-box .social-icon-one {
                        top: 50%;
                        margin-top: -17px;
                    }

        .volunter-member .inner-box:hover .image-column .image .overlay-box {
            opacity: 1;
        }

        .volunter-member .inner-box .image-column .image img {
            width: 100%;
            display: block;
        }

        .volunter-member .inner-box .content-column {
            position: relative;
        }

            .volunter-member .inner-box .content-column .inner-column {
                position: relative;
                padding: 40px 60px 25px 40px;
            }

                .volunter-member .inner-box .content-column .inner-column h3 {
                    position: relative;
                    color: #384655;
                    font-size: 28px;
                    line-height: 34px;
                    font-family:'Helvetica bold';

                }

                .volunter-member .inner-box .content-column .inner-column p {
                    color: #384655;
                    font-size: 17px;
                    margin-bottom: 0px !important;
                    line-height: 24px;
                    font-family: 'Helvetica Medium';
                }

                .volunter-member .inner-box .content-column .inner-column h1 {
                    color: #226e75;
                    font-family: 'Helvetica Black';
                    line-height: 43px;
                }

                .volunter-member .inner-box .content-column .inner-column h4 {
                    color: #226e75;
                    font-weight: bold;
                }

                .volunter-member .inner-box .content-column .inner-column .designation {
                    position: relative;
                    color: #509266;
                    font-size: 14px;
                    font-weight: 600;
                    margin-bottom: 20px;
                }

                .volunter-member .inner-box .content-column .inner-column .text {
                    position: relative;
                    color: #444444;
                    font-size: 15px;
                    line-height: 1.8em;
                }

    .volunter-member.style-two .inner-box {
        background-color: #ffffff;
    }

/*** 

====================================================================
	Events Section
====================================================================

***/

.events-section {
    position: relative;
    padding: 100px 0px 110px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .events-section:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(19,20,16,0.85);
    }

.event-block {
    position: relative;
}

    .event-block .inner-box {
        position: relative;
        background-color: #ffffff;
    }

        .event-block .inner-box .image-column {
            position: relative;
            padding: 0px;
        }

            .event-block .inner-box .image-column .image {
                position: relative;
            }

                .event-block .inner-box .image-column .image .featured {
                    position: absolute;
                    left: 30px;
                    top: 30px;
                    z-index: 1;
                    font-size: 14px;
                    color: #ffffff;
                    padding: 6px 16px;
                    font-weight: 700;
                    display: inline-block;
                    text-transform: uppercase;
                    background-color: #509266;
                }

                .event-block .inner-box .image-column .image img {
                    position: relative;
                    width: 100%;
                    display: block;
                }

        .event-block .inner-box .content-column {
            position: relative;
        }

            .event-block .inner-box .content-column .inner {
                position: relative;
                padding: 40px 40px 58px;
            }

                .event-block .inner-box .content-column .inner h3 {
                    position: relative;
                    font-size: 30px;
                    font-weight: 600;
                    text-transform: capitalize;
                }

                    .event-block .inner-box .content-column .inner h3 a {
                        color: #2f2f2f;
                        transition: all 300ms ease;
                        -webkit-transition: all 300ms ease;
                        -ms-transition: all 300ms ease;
                        -o-transition: all 300ms ease;
                    }

                        .event-block .inner-box .content-column .inner h3 a:hover {
                            color: #509266;
                        }

                .event-block .inner-box .content-column .inner .post-date {
                    position: relative;
                    color: #2f2f2f;
                    font-size: 14px;
                }

                    .event-block .inner-box .content-column .inner .post-date span {
                        position: relative;
                        color: #509266;
                        font-size: 16px;
                        font-weight: 500;
                    }

                .event-block .inner-box .content-column .inner .text {
                    position: relative;
                    color: #444444;
                    font-size: 15px;
                    line-height: 1.7em;
                    margin-top: 20px;
                    margin-bottom: 20px;
                }

                .event-block .inner-box .content-column .inner .view-detail {
                    position: relative;
                    color: #2f2f2f;
                    font-size: 14px;
                    font-weight: 700;
                }

        .event-block .inner-box .post-meta {
            position: relative;
            margin-top: 20px;
            padding-top: 30px;
            border-top: 1px solid #eeeeee;
        }

            .event-block .inner-box .post-meta li {
                position: relative;
                color: #444444;
                font-size: 15px;
                font-weight: 600;
                padding-left: 30px;
                margin-bottom: 10px;
            }

                .event-block .inner-box .post-meta li .icon {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    font-size: 16px;
                }

.events-section .owl-nav {
    padding: 0px;
    margin: 0px;
    display: block;
}

    .events-section .owl-nav .owl-prev,
    .events-section .owl-nav .owl-next {
        position: absolute;
        display: block;
        top: 46%;
        margin-top: -10px;
        color: #ffffff;
        font-size: 18px;
        text-align: center;
        padding: 0px 4px 4px;
        border-bottom: 2px solid #ffffff;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .events-section .owl-nav .owl-prev {
        left: -50px;
    }

    .events-section .owl-nav .owl-next {
        right: -50px;
    }

        .events-section .owl-nav .owl-prev:hover,
        .events-section .owl-nav .owl-next:hover {
            color: #509266;
            border-color: #509266;
        }

.events-section .owl-dots {
    display: none;
}

/*Clients Section*/

.clients-section {
    position: relative;
    padding: 95px 0px 75px;
}

    .clients-section.no-padd-bottom {
        padding-bottom: 0px;
    }

    .clients-section .owl-nav,
    .clients-section .owl-dots {
        display: none;
    }

    .clients-section .image-box {
        text-align: center;
        border: 1px solid #dddddd;
        background-color: #ffffff;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

        .clients-section .image-box img {
            position: relative;
            padding: 8px 20px;
            width: auto;
            max-width: 100%;
            display: inline-block;
            transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

        .clients-section .image-box:hover {
            border-color: #509266;
        }

    .clients-section.style-two .image-box {
        border: 0px;
    }

/*Testimonial Section*/

.testimonial-section {
    position: relative;
    padding: 90px 0px 90px;
}

    .testimonial-section .quote {
        position: relative;
        margin-bottom: 20px;
    }

        .testimonial-section .quote .icon {
            position: relative;
            color: #f5f5f5;
            font-size: 80px;
            line-height: 1em;
        }

.testimonial-block {
    position: relative;
}

    .testimonial-block .inner-box {
        position: relative;
        text-align: center;
    }

        .testimonial-block .inner-box .image {
            position: relative;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto;
            margin-bottom: 35px;
        }

        .testimonial-block .inner-box h3 {
            position: relative;
            color: #444444;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .testimonial-block .inner-box .text {
            position: relative;
            font-size: 15px;
            color: #444444;
            line-height: 1.8em;
            margin-bottom: 30px;
        }

        .testimonial-block .inner-box h4 {
            position: relative;
            font-size: 16px;
            font-weight: 600;
            color: #2f2f2f;
            text-transform: uppercase;
        }

        .testimonial-block .inner-box .designation {
            position: relative;
            color: #509266;
            font-size: 13px;
            font-weight: 600;
        }

.testimonial-section .owl-dots {
    display: none;
}

.testimonial-section .owl-nav {
    position: absolute;
    max-width: 180px;
    width: 100%;
    left: 50%;
    top: 30px;
    margin-left: -90px;
}

    .testimonial-section .owl-nav .owl-prev,
    .testimonial-section .owl-nav .owl-next {
        position: absolute;
        width: 18px;
        height: 18px;
        display: block;
        color: #cccccc;
        font-size: 12px;
        text-align: center;
        border-radius: 50%;
        line-height: 16px;
        border: 1px solid #cccccc;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .testimonial-section .owl-nav .owl-prev {
        left: 0px;
    }

    .testimonial-section .owl-nav .owl-next {
        right: 0px;
    }

        .testimonial-section .owl-nav .owl-prev:hover,
        .testimonial-section .owl-nav .owl-next:hover {
            color: #ffffff;
            border-color: #509266;
            background-color: #509266;
        }

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 90px 0px 50px;
}

.news-style-one {
    position: relative;
    margin-bottom: 20px;
}

    .news-style-one .inner-box {
        position: relative;
    }

        .news-style-one .inner-box .image-box {
            position: relative;
        }

            .news-style-one .inner-box .image-box img {
                position: relative;
                width: 100%;
                display: block;
                max-height: 195px;
            }

        .news-style-one .inner-box .lower-content {
            position: relative;
            /*padding-top: 30px;*/
            padding-top: 15px;
        }

            .news-style-one .inner-box .lower-content .post-date {
                position: relative;
                font-weight: 400;
                color: #2f2f2f;
                font-size: 12px;
            }

            .news-style-one .inner-box .lower-content h3 {
                position: relative;
                font-size: 16px;
                font-weight: 700;
            }

                .news-style-one .inner-box .lower-content h3 a {
                    color: #002855;
                    transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                }

                    .news-style-one .inner-box .lower-content h3 a:hover {
                        color: #04182e;
                    }

            .news-style-one .inner-box .lower-content .text {
                position: relative;
                color: #444444;
                font-size: 18px;
                line-height: 22px;
                margin-bottom: 25px;
                margin-top: 10px;
            }

            .news-style-one .inner-box .lower-content .lower-box {
                position: relative;
                padding-top: 0px;
                border-bottom: 1px solid #39ad49;
            }

                .news-style-one .inner-box .lower-content .lower-box .read-more {
                    position: relative;
                    color: #39ad49;
                    font-size: 18px;
                }

                .news-style-one .inner-box .lower-content .lower-box .post-meta {
                    position: relative;
                }

                    .news-style-one .inner-box .lower-content .lower-box .post-meta li {
                        position: relative;
                    }

                        .news-style-one .inner-box .lower-content .lower-box .post-meta li a {
                            position: relative;
                            color: #2f2f2f;
                            font-size: 14px;
                            font-weight: 600;
                        }

                            .news-style-one .inner-box .lower-content .lower-box .post-meta li a .icon {
                                color: #509266;
                                font-size: 14px;
                                margin-right: 3px;
                            }

/*** 

====================================================================
	Subscribe Section
====================================================================

***/

.videomaintitle {
    font-family: 'Helvetica Bold';
    font-size: 24px;
}

.videomainspot {
    color: #002855;
    font-family: 'Helvetica Neue';
}


.photomaintitle {
    color: #fff !important;
    font-family: 'Helvetica Bold';
    font-size: 24px;
}

.photomainspot {
    color: #fff;
    font-family: 'Helvetica Neue';
}

.subscribe-section {
    position: relative;
    padding: 50px 0px 30px;
    background-size: cover;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
}

    .subscribe-section:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(136,171,32,0.85)
    }

    .subscribe-section h2 {
        position: relative;
        color: #ffffff;
        font-size: 36px;
        font-weight: 600;
        line-height: 1.5em;
        margin-bottom: 20px;
    }

    .subscribe-section .text {
        position: relative;
        font-size: 26px;
        color: #ffffff;
        font-weight: 400;
        line-height: 1.6em;
        font-family: 'Sofia', cursive;
    }

    /*newsletter form*/

    .subscribe-section .subscribe-form {
        margin-top: 20px;
    }

        .subscribe-section .subscribe-form .form-group {
            position: relative;
            display: block;
            margin-bottom: 20px;
        }

            .subscribe-section .subscribe-form .form-group input[type="text"],
            .subscribe-section .subscribe-form .form-group input[type="tel"],
            .subscribe-section .subscribe-form .form-group input[type="email"],
            .subscribe-section .subscribe-form .form-group textarea {
                position: relative;
                display: block;
                width: 100%;
                line-height: 40px;
                padding: 10px 50px 10px 30px;
                height: 60px;
                font-size: 16px;
                border-radius: 5px;
                background-color: #ffffff;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .subscribe-section .subscribe-form .form-group input[type="text"]:focus,
                .subscribe-section .subscribe-form .form-group input[type="tel"]:focus,
                .subscribe-section .subscribe-form .form-group input[type="email"]:focus,
                .subscribe-section .subscribe-form .form-group textarea:focus {
                }

            .subscribe-section .subscribe-form .form-group input[type="submit"],
            .subscribe-section .subscribe-form button {
                position: absolute;
                right: 5px;
                top: 5px;
                width: 85px;
                height: 50px;
                font-size: 16px;
                line-height: 38px;
                color: #ffffff;
                font-weight: 600;
                background: #2f2f2f;
                text-transform: uppercase;
                border-radius: 5px;
            }

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background-color: #058849;
}

    .main-footer .widgets-section {
        position: relative;
        padding: 10px 0px 0px;
    }

    .main-footer .footer-column {
        position: relative;
    }

    .main-footer .footer-widget {
        position: relative;
        margin-bottom: 143px;
        margin-top: 48px;
    }

    .main-footer .logo-widget .footer-logo {
        position: relative;
        margin-bottom: 0px;
        margin-left: -10px;
    }

        .main-footer .logo-widget .footer-logo img {
            display: block;
            height: 50px;
            margin-bottom: 5px;
        }

    .main-footer .logo-widget .text {
        line-height: 1.8em;
        color: #cccccc;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .main-footer .footer-column h2 {
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        padding: 10px 0px 5px;
        color: #ffffff;
        margin-top: 10px;
    }



.links-widget .links {
    position: relative;
}

    .links-widget .links li {
        position: relative;
        margin-bottom: 8px;
    }

        .links-widget .links li a {
            position: relative;
            padding-left: 20px;
            color: #fff;
            font-size: 15px;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            font-size: 17px;
            letter-spacing: 0.9px;
        }
            /*
			.links-widget .links li a:before {
				position: absolute;
				content: '\f0da';
				left: 0px;
				top: -1px;
				color: #ffffff;
				font-size: 14px;
				font-family: 'FontAwesome';
			}*/

            .links-widget .links li a:hover {
                color: #fff;
                font-family: 'Helvetica Medium' !important;
            }

/*Post Widget*/

.footerlogodiv {
    margin-top: 10px;
    margin-bottom: 55px;
    width: 93%;
    position: relative;
}

.footerline {
    width: 100%;
    background: linear-gradient(16deg,#2d9763,#d4e7d1 50%,#fff 80%);
    height: 4px;
    position: absolute;
    bottom: 57px;
}

.footer-logo-div {
    position: absolute;
    left: 59px;
    top: -62px;
    background-color: #058849;
    padding: 0px 0px;
    z-index: 9;
}

.widget-content {
    text-align: right;
    margin-right: 48px;
    margin-bottom: 20px;
}



.main-footer .posts-widget .post {
    position: relative;
    min-height: 75px;
    padding-left: 104px;
    margin-bottom: 35px;
}

    .main-footer .posts-widget .post:last-child {
        margin-bottom: 0px;
    }

    .main-footer .posts-widget .post .post-thumb {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 85px;
    }

        .main-footer .posts-widget .post .post-thumb img {
            display: block;
            width: 100%;
        }

    .main-footer .posts-widget .post .desc-text {
        position: relative;
        font-size: 15px;
        color: #ffffff;
        line-height: 1.6em;
        font-weight: 600;
    }

        .main-footer .posts-widget .post .desc-text a {
            color: #ffffff;
        }

    .main-footer .posts-widget .post .time {
        position: relative;
        color: #ffffff;
        line-height: 24px;
        padding-left: 25px;
        margin-top: 4px;
    }

        .main-footer .posts-widget .post .time:before {
            position: absolute;
            content: '\f073';
            left: 0px;
            top: 0px;
            font-family: 'FontAwesome';
        }

.contact-widget .contact-number {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 15px;
}

    .contact-widget .contact-number .number {
        color: #509266;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
    }

.contact-widget ul {
    position: relative;
}

    .contact-widget ul li {
        position: relative;
        color: #cccccc;
        margin-bottom: 15px;
        font-size: 15px;
    }

/*Footer Bottom*/

.main-footer .footer-bottom {
    position: relative;
    padding: 30px 0px;
    text-align: center;
    background-color: #2f2f2f;
}

    .main-footer .footer-bottom .copyright {
        position: relative;
        color: #888888;
        font-size: 15px;
        margin-right: 10px;
        display: inline-block;
    }

        .main-footer .footer-bottom .copyright span {
            color: #cccccc;
        }

    .main-footer .footer-bottom a {
        position: relative;
        display: inline-block;
        color: #cccccc;
        font-size: 15px;
    }

/*Envirment Section*/

.environment-section {
    position: relative;
    padding: 105px 0px 60px;
}

    .environment-section .content-column {
        position: relative;
        padding-bottom: 40px;
    }

        .environment-section .content-column .content-inner {
            position: relative;
            margin-right: 60px;
        }

            .environment-section .content-column .content-inner .sec-title {
                margin-bottom: 20px;
            }

            .environment-section .content-column .content-inner .title {
                margin-bottom: 18px;
            }

            .environment-section .content-column .content-inner .bold-text {
                position: relative;
                color: #444444;
                font-size: 15px;
                font-weight: 700;
                margin-bottom: 20px;
                line-height: 1.8em;
            }

            .environment-section .content-column .content-inner .text {
                position: relative;
                color: #444444;
                font-size: 15px;
                line-height: 1.8em;
                margin-bottom: 30px;
            }

            .environment-section .content-column .content-inner .icons-block {
                position: relative;
                margin-bottom: 10px;
            }

                .environment-section .content-column .content-inner .icons-block .icon {
                    position: relative;
                    color: #2f2f2f;
                    font-size: 50px;
                    margin-right: 50px;
                    line-height: 1em;
                    margin-bottom: 20px;
                    display: inline-block;
                }

    .environment-section .image-column {
        position: relative;
        margin-bottom: 40px;
    }

        .environment-section .image-column .large-image {
            position: relative;
            margin-right: 65px;
        }

            .environment-section .image-column .large-image .image {
                position: relative;
            }

                .environment-section .image-column .large-image .image img {
                    position: relative;
                    width: 100%;
                    display: block;
                }

        .environment-section .image-column .small-image {
            position: relative;
            float: right;
            margin-top: -100px;
        }

/*Services block two*/

.services-block-two {
    position: relative;
    margin-bottom: 40px;
}

    .services-block-two:last-child .inner-box {
        border: 0px;
        padding-bottom: 0px;
    }

    .services-block-two .inner-box {
        position: relative;
        padding-left: 95px;
        padding-bottom: 40px;
        border-bottom: 1px solid #eeeeee;
    }

        .services-block-two .inner-box .icon-box {
            position: absolute;
            left: 0px;
            top: 4px;
            color: #509266;
            font-size: 60px;
            line-height: 1em;
        }

        .services-block-two .inner-box h3 {
            position: relative;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

            .services-block-two .inner-box h3 a {
                color: #2f2f2f;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }

                .services-block-two .inner-box h3 a:hover {
                    color: #509266;
                }

        .services-block-two .inner-box .text {
            position: relative;
            color: #444444;
            font-size: 15px;
            line-height: 1.7em;
        }

/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section {
    position: relative;
    padding: 100px 0px 70px;
}

    .project-section.no-padding-btm {
        padding-bottom: 0px;
    }

    .project-section .sec-title {
        margin-bottom: 15px;
    }

.project-tab {
    position: relative;
}

    .project-tab .project-carousel .owl-nav,
    .project-tab .project-carousel .owl-dots {
        display: none;
    }

.project-section .three-item-carousel .owl-dots,
.project-section .three-item-carousel .owl-nav {
    display: none;
}

.project-tab .tabs-header {
    position: relative;
}

.project-tab .product-tab-btns {
    position: relative;
    text-align: right;
    padding-top: 26px;
}

    .project-tab .product-tab-btns .p-tab-btn {
        position: relative;
        line-height: 24px;
        padding: 0px 0px;
        cursor: pointer;
        color: #2f2f2f;
        font-weight: 400;
        font-size: 16px;
        display: inline-block;
        margin-bottom: 10px;
        margin-left: 22px;
        padding-top: 8px;
        border-top: 2px solid transparent;
        text-transform: capitalize;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        font-family: 'Sofia', cursive;
    }

        .project-tab .product-tab-btns .p-tab-btn:hover,
        .project-tab .product-tab-btns .p-tab-btn.active-btn {
            color: #509266;
            border-color: #509266;
        }

.project-tab .p-tabs-content {
    position: relative;
    display: block;
}

.project-tab .p-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

    .project-tab .p-tab.active-tab {
        position: relative;
        visibility: visible;
        z-index: 5;
    }

/*Services Block TWo*/

.services-section-two {
    position: relative;
    padding: 100px 0px 60px;
}

    .services-section-two.left-side-img:before {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 403px;
        height: 529px;
        z-index: -1;
        background: url(../images/resource/left-img.jpg) left bottom no-repeat;
    }

    .services-section-two.style-two {
        padding-bottom: 110px;
    }

    .services-section-two .column {
        position: relative;
        margin-bottom: 40px;
    }

    .services-section-two .bulb-box {
        position: relative;
        text-align: center;
        margin-top: 30px;
    }

/*Services Block Three*/

.services-block-three {
    position: relative;
    margin-bottom: 70px;
    z-index: 10;
}

    .services-block-three:last-child {
        margin-bottom: 0px;
    }

    .services-block-three .inner-box {
        position: relative;
        text-align: right;
        padding-right: 100px;
    }

        .services-block-three .inner-box .icon-box {
            position: absolute;
            right: 0px;
            top: 0px;
        }

        .services-block-three .inner-box h3 {
            position: relative;
            color: #2f2f2f;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

            .services-block-three .inner-box h3 a {
                color: #2f2f2f;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }

                .services-block-three .inner-box h3 a:hover {
                    color: #509266;
                }

        .services-block-three .inner-box .text {
            position: relative;
            color: #444444;
            font-size: 15px;
            line-height: 1.7em;
        }

/*Services Block Four*/

.services-block-four {
    position: relative;
    margin-bottom: 70px;
    z-index: 10;
}

    .services-block-four:last-child {
        margin-bottom: 0px;
    }

    .services-block-four .inner-box {
        position: relative;
        text-align: left;
        padding-left: 100px;
    }

        .services-block-four .inner-box .icon-box {
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .services-block-four .inner-box h3 {
            position: relative;
            color: #2f2f2f;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

            .services-block-four .inner-box h3 a {
                color: #2f2f2f;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }

                .services-block-four .inner-box h3 a:hover {
                    color: #509266;
                }

        .services-block-four .inner-box .text {
            position: relative;
            color: #444444;
            font-size: 15px;
            line-height: 1.7em;
        }

/*Volunter Member Two*/

.volunter-member-two {
    position: relative;
    margin-bottom: 40px;
}

    .volunter-member-two .inner-box {
        position: relative;
    }

        .volunter-member-two .inner-box .image {
            position: relative;
            margin-bottom: 30px;
        }

            .volunter-member-two .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
            }

        .volunter-member-two .inner-box h3 {
            position: relative;
            font-weight: 700;
            font-size: 18px;
            text-align: center;
            text-transform: uppercase;
        }

            .volunter-member-two .inner-box h3 a {
                color: #2f2f2f;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }

                .volunter-member-two .inner-box h3 a:hover {
                    color: #509266;
                }

        .volunter-member-two .inner-box .designation {
            position: relative;
            color: #509266;
            font-size: 14px;
            text-align: center;
            font-weight: 600;
        }

/*** 

====================================================================
	Page Title Style
====================================================================

 ***/

.page-title {
    position: relative;
    padding: 10px 0px 40px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

    .page-title:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

    .page-title .inner-box {
        position: relative;
    }

    .page-title h1 {
        font-size: 36px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 1px;
        line-height: 1.4em;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .page-title .bread-crumb {
        position: relative;
        color: #ffffff;
        padding-bottom: 20px;
        font-size: 12px;
    }

.news-maindiv .bread-crumb li {
    font-size: 12px;
    margin-top: 0px;
}

.page-title .bread-crumb:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    background-color: #ffffff;
}

.page-title .bread-crumb li {
    position: relative;
    color: #404041;
    margin-right: 0px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 0px;
    display: inline-block;
    text-transform: capitalize;
}

    /*.page-title .bread-crumb li:after{
	position:absolute;
	content:'|';
	right:-2px;
	top:0px;
	color:#ffffff;
	font-size:14px;
}*/

    .page-title .bread-crumb li a {
        position: relative;
        color: #404041;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
    }

    .page-title .bread-crumb li:last-child {
        padding-right: 0px;
        margin-right: 0px;
    }

        .page-title .bread-crumb li:last-child::after {
            display: none;
        }

.pagesubheader {
    background-color: #f2f2f2
}

    .pagesubheader h1 {
        color: #494949;
        font-size: 25px;
    }

.pagecontents {
    margin-top: -35px;
}


/*Services Block Five*/
.services-block-five {
    position: relative;
    margin-bottom: 40px;
}

    .services-block-five .inner-box {
        position: relative;
        text-align: center;
        padding: 50px 0px;
        overflow: hidden;
        border: 10px solid #f6f6f6;
    }

        .services-block-five .inner-box h3 {
            position: relative;
            color: #2f2f2f;
            font-size: 24px;
            font-weight: 500;
            margin-top: 12px;
        }

        .services-block-five .inner-box .overlay-box {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            opacity: 0;
            color: #ffffff;
            text-align: center;
            padding: 10px;
            -webkit-transition: all 700ms ease;
            -ms-transition: all 700ms ease;
            -o-transition: all 700ms ease;
            transition: all 700ms ease;
            -webkit-transform: translate(-100%,0%);
            -ms-transform: translate(-100%,0%);
            -o-transform: translate(-100%,0%);
            -moz-transform: translate(-100%,0%);
            transform: translate(-100%,0%);
        }

            .services-block-five .inner-box .overlay-box .overlay-inner {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                display: table;
                text-align: center;
                padding: 10px 30px;
                vertical-align: middle;
                background-color: #509266;
            }

                .services-block-five .inner-box .overlay-box .overlay-inner .content {
                    position: relative;
                    display: table-cell;
                    vertical-align: middle;
                }

                    .services-block-five .inner-box .overlay-box .overlay-inner .content h3 {
                        position: relative;
                        font-size: 24px;
                        font-weight: 700;
                        color: #ffffff;
                        margin-bottom: 12px;
                        margin-top: 0px;
                    }

                        .services-block-five .inner-box .overlay-box .overlay-inner .content h3 a {
                            color: #ffffff;
                        }

                    .services-block-five .inner-box .overlay-box .overlay-inner .content .text {
                        position: relative;
                        font-size: 15px;
                        font-weight: 400;
                        line-height: 1.8em;
                    }

        .services-block-five .inner-box:hover .overlay-box {
            opacity: 1;
            -webkit-transform: translate(0%);
            -ms-transform: translate(0%);
            -o-transform: translate(0%);
            -moz-transform: translate(0%);
            transform: translate(0%);
        }

/*Services Block Six*/

.services-block-six {
    position: relative;
    margin-bottom: 50px;
}

    .services-block-six .inner-box {
        position: relative;
        padding: 40px 30px;
        text-align: center;
        background-color: #f6f6f6;
    }

        .services-block-six .inner-box .icon-box {
            position: relative;
            width: 100px;
            height: 100px;
            color: #2f2f2f;
            font-size: 50px;
            text-align: center;
            line-height: 100px;
            border-radius: 50%;
            margin: 0 auto;
            background-color: #ffffff;
            border: 2px solid #509266;
            transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
        }

        .services-block-six .inner-box h3 {
            position: relative;
            font-size: 18px;
            font-weight: 600;
            margin-top: 30px;
            margin-bottom: 12px;
            text-transform: capitalize;
        }

            .services-block-six .inner-box h3 a {
                color: #2f2f2f;
                transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
            }

                .services-block-six .inner-box h3 a:hover {
                    color: #509266;
                }

        .services-block-six .inner-box .text {
            position: relative;
            color: #444444;
            font-size: 15px;
            line-height: 1.7em;
        }

        .services-block-six .inner-box:hover .icon-box {
            color: #ffffff;
            background-color: #509266;
        }

/*Gallery Block*/

.gallery-block {
    position: relative;
    margin-bottom: 40px;
}

    .gallery-block .inner-box {
        position: relative;
    }

        .gallery-block .inner-box .image {
            position: relative;
            margin-bottom: 30px;
        }

            .gallery-block .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
            }

        .gallery-block .inner-box h3 {
            position: relative;
            font-weight: 700;
            font-size: 18px;
            text-transform: uppercase;
        }

            .gallery-block .inner-box h3 a {
                color: #2f2f2f;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }

                .gallery-block .inner-box h3 a:hover {
                    color: #509266;
                }

        .gallery-block .inner-box .designation {
            position: relative;
            color: #509266;
            font-size: 14px;
            font-weight: 600;
        }

/*Team Section*/

.team-section {
    position: relative;
    padding: 110px 0px 80px;
}

.team-member {
    position: relative;
    margin-bottom: 40px;
}

    .team-member .inner-box {
        position: relative;
    }

        .team-member .inner-box .image {
            position: relative;
        }

            .team-member .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
            }

        .team-member .inner-box .content {
            position: relative;
            margin-top: -20px;
            text-align: center;
            margin-left: 50px;
            padding: 35px 0px 20px;
            background-color: #ffffff;
            margin-right: 50px;
        }

            .team-member .inner-box .content h3 {
                position: relative;
                color: #2f2f2f;
                font-size: 18px;
                font-weight: 700;
                text-transform: uppercase;
            }

            .team-member .inner-box .content .designation {
                position: relative;
                color: #509266;
                font-size: 14px;
                font-weight: 600;
            }

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

    .map-data h6 {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 5px;
        color: #121212;
    }

.map-canvas {
    height: 500px;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 110px 0px 70px;
}

    .contact-section .form-column {
        position: relative;
        margin-bottom: 40px;
    }

        .contact-section .form-column .column-inner {
            position: relative;
            padding-right: 50px;
        }

        .contact-section .form-column .sec-title {
            margin-bottom: 40px;
        }

/*Contact Form*/

.contact-form .form-group {
    margin-bottom: 30px;
}

    .contact-form .form-group:last-child {
        margin-bottom: 0px;
    }

    .contact-form .form-group label {
        position: relative;
        display: block;
        color: #444444;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 7px;
    }

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    height: 52px;
    font-size: 15px;
    color: #333333;
    line-height: 26px;
    padding: 12px 15px;
    font-weight: 400;
    border-radius: 3px;
    background-color: #f6f6f6;
    border: 1px solid transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .contact-form input:focus,
    .contact-form select:focus,
    .contact-form textarea:focus {
        border-color: #509266;
    }

.contact-form textarea {
    height: 200px;
    resize: none;
    padding: 12px 15px;
}

.contact-form button {
    font-weight: 600;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.contact-section .info-column {
    position: relative;
}

    .contact-section .info-column h2 {
        position: relative;
        color: #2f2f2f;
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 12px;
        margin-bottom: 40px;
    }

        .contact-section .info-column h2:after {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            width: 50px;
            height: 2px;
            background-color: #509266;
        }

    .contact-section .info-column .text {
        position: relative;
        font-size: 15px;
        color: #444444;
        line-height: 1.8em;
        margin-bottom: 30px;
    }

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 110px 0px 70px;
}

    .sidebar-page-container .content-side,
    .sidebar-page-container .sidebar-side {
        margin-bottom: 40px;
    }

        .sidebar-page-container .sidebar-side .sidebar {
            padding-left: 40px;
        }

.newslinespan {
}

.morenewsbutton {
    text-align: right;
    margin-right: 25px;
    margin-bottom: 15px;
}

.newslinespantext {
    color: white;
    font-size: 14px;
}

.news-style-two {
    position: relative;
    margin-bottom: 15px;
}

    .news-style-two .inner-box {
        position: relative;
    }

        .news-style-two .inner-box .image {
            position: relative;
        }

            .news-style-two .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
            }

        .news-style-two .inner-box .lower-content {
            position: relative;
            padding-top: 15px;
        }

            .news-style-two .inner-box .lower-content .upper-box {
                position: relative;
                padding: 10px 0px 8px;
                margin-bottom: 25px;
                border-bottom: 1px solid #eeeeee;
            }

                .news-style-two .inner-box .lower-content .upper-box .post-date {
                    position: relative;
                    color: #2f2f2f;
                    font-weight: 600;
                    margin-bottom: 10px;
                }

                    .news-style-two .inner-box .lower-content .upper-box .post-date span {
                        color: #509266;
                    }

            .news-style-two .inner-box .lower-content .post-meta {
                position: relative;
            }

                .news-style-two .inner-box .lower-content .post-meta li {
                    position: relative;
                    margin-left: 20px;
                    display: inline-block;
                }

                    .news-style-two .inner-box .lower-content .post-meta li a {
                        position: relative;
                        font-weight: 600;
                        color: #2f2f2f;
                    }

                        .news-style-two .inner-box .lower-content .post-meta li a .icon {
                            position: relative;
                            color: #509266;
                            font-size: 14px;
                            font-weight: 300;
                            margin-right: 9px;
                            line-height: 1em;
                        }

            .news-style-two .inner-box .lower-content h3 {
                position: relative;
                color: #2f2f2f;
                font-size: 30px;
                font-weight: 600;
                margin-bottom: 15px;
                line-height: 1.2em;
            }

                .news-style-two .inner-box .lower-content h3 a {
                    color: #2f2f2f;
                    transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                }

                    .news-style-two .inner-box .lower-content h3 a:hover {
                        color: #509266;
                    }

            .news-style-two .inner-box .lower-content .text {
                position: relative;
                color: #444444;
                font-size: 15px;
                line-height: 1.8em;
                margin-bottom: 5px; /*t*/
            }

            .news-style-two .inner-box .lower-content .read-more {
                position: relative;
                font-weight: 700;
                color: #2f2f2f;
                font-size: 14px;
                padding-bottom: 12px;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }

                .news-style-two .inner-box .lower-content .read-more:after {
                    position: absolute;
                    content: '';
                    left: 0px;
                    bottom: 0px;
                    width: 30px;
                    height: 2px;
                    background-color: #509266;
                }

                .news-style-two .inner-box .lower-content .read-more:hover {
                    color: #509266;
                }

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
}

    .styled-pagination ul {
        position: relative;
        display: inline-block;
    }

    .styled-pagination li {
        position: relative;
        display: block;
        float: left;
        margin: 0px 8px 8px 0px;
    }

        .styled-pagination li a {
            position: relative;
            display: inline-block;
            line-height: 24px;
            padding: 9px 5px;
            height: 40px;
            font-size: 14px;
            min-width: 40px;
            color: #2f2f2f;
            font-weight: 700;
            text-align: center;
            background: #ffffff;
            border-radius: 5px;
            border: 1px solid #dddddd;
            text-transform: capitalize;
            transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
        }

        .styled-pagination li.next {
            margin-left: 6px;
            margin-top: 6px;
        }

            .styled-pagination li.next a {
                position: relative;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                color: #dfdfdf;
                display: inline-block;
                padding: 0px;
                min-width: 30px;
                border: 2px solid #dfdfdf;
                line-height: 28px;
            }

        .styled-pagination li a:hover,
        .styled-pagination li a.active {
            color: #ffffff;
            background: #509266;
            border-color: #509266;
        }

/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

    .sidebar .search-box .form-group input[type="text"],
    .sidebar .search-box .form-group input[type="search"] {
        position: relative;
        line-height: 26px;
        padding: 10px 50px 10px 20px;
        border: 1px solid #eeeeee;
        background: none;
        display: block;
        font-size: 16px;
        width: 100%;
        height: 55px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .sidebar .search-box .form-group input:focus {
        border-color: #509266;
    }

    .sidebar .search-box .form-group button {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 55px;
        width: 60px;
        display: block;
        font-size: 16px;
        color: #444444;
        line-height: 100%;
        font-weight: normal;
        background: none;
    }

.sidebar-widget {
    position: relative;
}

/*Sidebar Title*/

.sidebar-title {
    position: relative;
    margin-bottom: 15px;
}

    .sidebar-title h2 {
        position: relative;
        font-size: 18px;
        color: #2f2f2f;
        font-weight: 700;
        line-height: 1.2em;
        padding-bottom: 12px;
        text-transform: uppercase;
    }

        .sidebar-title h2:after {
            position: absolute;
            content: '';
            width: 30px;
            height: 2px;
            left: 0px;
            bottom: 0px;
            background-color: #509266;
        }

/*Blog Category*/

.blog-cat {
    position: relative;
}

    .blog-cat li {
        position: relative;
        margin-bottom: 15px;
    }

        .blog-cat li a {
            position: relative;
            display: block;
            color: #444444;
            font-size: 15px;
            font-weight: 500;
            padding-left: 28px;
            transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
        }

            .blog-cat li a:before {
                left: 0px;
                content: "\f104";
                font-size: 14px;
                line-height: 22px;
                position: absolute;
                font-family: "Flaticon";
            }

            .blog-cat li a:hover {
                color: #509266;
            }

/*Post Widget*/

.searchposition {
    margin-top: -8px;
}

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    /*padding-left:100px;*/
    min-height: 100px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

    .sidebar .popular-posts .post:last-child {
        margin-bottom: 0px;
    }

    .sidebar .popular-posts .post .post-thumb {
        left: 0px;
        top: 0px;
    }

    .sidebar .popular-posts .post:hover .post-thumb img {
        opacity: 0.70;
    }

    .sidebar .popular-posts .post .post-thumb img {
        display: block;
        width: 100%;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }


    .sidebar .popular-posts .post .text {
        position: relative;
        top: -4px;
        font-size: 16px;
        margin: 0px 0px 0px;
        font-weight: 600;
        color: #2f2f2f;
        text-transform: capitalize;
    }

        .sidebar .popular-posts .post .text a {
            color: #2f2f2f;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

    .sidebar .popular-posts .post a,
    .sidebar .popular-posts .post a:hover {
        color: #509266;
    }

.sidebar .popular-posts .post-info {
    font-size: 13px;
    /*color:#aaaaaa;*/ /*t*/
    color: #2f2f2f;
    font-weight: 600;
}


.newsOther .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 130px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    min-height: 103px;
}

    .newsOther .popular-posts .post .post-thumb {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 120px;
    }

        .newsOther .popular-posts .post .post-thumb img {
            display: block;
            width: 100%;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

    .newsOther .popular-posts .post .text a {
        color: #2f2f2f;
        font-size: 12px;
    }

.newsOther .popular-posts .post-info {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #2f2f2f;
}

/*Join Widget*/

.join-widget {
    position: relative;
    background-size: cover;
}

    .join-widget .inner-box {
        position: relative;
        padding: 55px 30px;
        text-align: center;
    }

        .join-widget .inner-box:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.85);
        }

        .join-widget .inner-box .title {
            position: relative;
            color: #ffffff;
            font-size: 18px;
            font-weight: 600;
        }

        .join-widget .inner-box h2 {
            position: relative;
            color: #ffffff;
            font-size: 22px;
            font-weight: 600;
            margin-top: 4px;
            margin-bottom: 15px;
        }

        .join-widget .inner-box .theme-btn {
            font-weight: 600;
            font-size: 14px;
            padding: 7px 17px 5px;
        }

/*** 

====================================================================
	Gallery Widget
====================================================================

***/

.sidebar .gallery-widget .image {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 10px 10px 0px;
}

    .sidebar .gallery-widget .image img {
        position: relative;
        display: block;
        width: 100%;
    }

.blog-single .news-style-two .text {
    margin-bottom: 40px;
}

    .blog-single .news-style-two .text p {
        margin-bottom: 20px;
    }

    .blog-single .news-style-two .text blockquote {
        position: relative;
        font-size: 18px;
        font-style: italic;
        color: #222222;
        border-width: 3px;
        border-color: #509266;
        font-weight: 600;
        margin-left: 95px;
        margin-top: 30px;
        margin-bottom: 20px;
        padding: 10px 0px 10px 30px;
    }

        .blog-single .news-style-two .text blockquote:before {
            position: absolute;
            content: '';
            left: -60px;
            top: 0px;
            width: 40px;
            height: 31px;
            background: url(../images/icons/quote-icon.png) no-repeat;
        }

.blog-single .news-style-two .inner-box .lower-content {
    padding-bottom: 35px;
    border-bottom: 1px solid #eeeeee;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 40px;
}

    .sidebar-page-container .group-title h2 {
        position: relative;
        font-size: 18px;
        color: #2f2f2f;
        font-weight: 700;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

        .sidebar-page-container .group-title h2:after {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            width: 30px;
            height: 2px;
            background-color: #509266;
        }

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0px 0px 40px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .sidebar-page-container .comments-area .comment-box:nth-child(1) {
        padding-top: 0px;
    }

    .sidebar-page-container .comments-area .comment-box:hover {
        border-color: #222222;
    }

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 90px;
}

    .sidebar-page-container .comments-area .comment .comment-inner {
        position: relative;
    }

    .sidebar-page-container .comments-area .comment .comment-reply {
        position: absolute;
        right: 0px;
        top: 4px;
        color: #444444;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        padding: 5px 20px;
        background-color: #ffffff;
        display: inline-block;
        text-transform: capitalize;
        border: 1px solid #eeeeee;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .sidebar-page-container .comments-area .comment .comment-reply:hover {
            color: #ffffff;
            border-color: #509266;
            background-color: #509266;
        }

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

    .sidebar-page-container .comments-area .comment-box .author-thumb img {
        width: 70px;
        display: block;
    }

.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 16px;
    font-weight: 700;
    color: #2f2f2f;
    line-height: 16px;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #444444;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1.7em;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: relative;
    font-size: 14px;
    color: #888888;
    font-weight: 500;
}

/*Comment Form*/

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

    .comment-form .form-group label {
        font-weight: 400;
        color: #444444;
        font-size: 15px;
        margin-bottom: 8px;
    }

    .comment-form .form-group input[type="text"],
    .comment-form .form-group input[type="password"],
    .comment-form .form-group input[type="tel"],
    .comment-form .form-group input[type="email"],
    .comment-form .form-group textarea {
        display: block;
        width: 100%;
        height: 52px;
        font-size: 16px;
        color: #848484;
        line-height: 26px;
        padding: 12px 15px;
        font-weight: 400;
        border-radius: 5px;
        background-color: #f6f6f6;
        border: 1px solid transparent;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

        .comment-form .form-group input[type="text"]:focus,
        .comment-form .form-group input[type="password"]:focus,
        .comment-form .form-group input[type="tel"]:focus,
        .comment-form .form-group input[type="email"]:focus,
        .comment-form .form-group textarea:focus {
            border-color: #509266;
        }

    .comment-form .form-group textarea {
        height: 280px;
        resize: none;
    }

.comment-form button {
    position: relative;
    margin-top: 10px;
}

.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus {
    border-color: #f06529;
}



/*** 

====================================================================
	Donate Now
====================================================================

***/

.donate-now {
    position: relative;
    padding: 110px 0px 60px;
    border-bottom: 1px solid #e9e9e9;
}

    .donate-now .default-title {
        position: relative;
        margin-bottom: 30px;
    }

        .donate-now .default-title h2 {
            color: #000000;
            font-size: 20px;
            font-weight: 500;
            padding-bottom: 10px;
        }

            .donate-now .default-title h2:after {
                content: '';
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 30px;
                border-bottom: 2px solid #509266;
            }

    .donate-now .left-column {
        position: relative;
        margin-bottom: 30px;
    }

    .donate-now .right-column {
        position: relative;
        margin-bottom: 30px;
    }

    .donate-now .select-amount {
        position: relative;
    }

    .donate-now .select-box {
        position: relative;
        float: left;
        width: 60px;
        text-align: center;
        margin: 0px 20px 10px 0px;
    }

    .donate-now .input-box {
        position: relative;
        float: left;
        width: 200px;
    }

    .donate-now .select-box input[type="radio"] {
        left: 0px;
        top: 0px;
        visibility: hidden;
        position: absolute;
        opacity: 0;
    }


    .donate-now .select-box label {
        display: block;
        line-height: 24px;
        padding: 10px 10px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #555555;
        border: 1px solid #e0e0e0;
        cursor: pointer;
        border-radius: 2px;
        transition: all 500ms ease;
    }

    .donate-now .select-box input[type="radio"]:checked + label {
        background: #509266;
        border-color: #509266;
        color: #ffffff;
    }

.donate-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

    .donate-form .form-group .field-label {
        display: block;
        line-height: 24px;
        margin-bottom: 10px;
        color: #222222;
        font-weight: 500;
        font-size: 14px;
    }

        .donate-form .form-group .field-label sup,
        .donate-form .form-group .field-label .req {
            color: #ff0000;
            font-size: 14px;
            padding-left: 5px;
        }

.donate-form input[type="text"],
.donate-form input[type="email"],
.donate-form input[type="password"],
.donate-form input[type="tel"],
.donate-form input[type="url"],
.donate-form select,
.donate-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 46px;
    font-size: 15px;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #222222;
    border-radius: 2px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.donate-form select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.donate-form textarea {
    height: 95px;
    resize: none;
}

.donate-form select option {
    text-indent: 15px;
}

.donate-form input:focus,
.donate-form select:focus,
.donate-form textarea:focus {
    border-color: #509266;
}

.donate-form input.error,
.donate-form select.error,
.donate-form textarea.error {
    border-color: #ff0000 !important;
}

.donate-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.morebar {
    border-top: 2px solid #09874a;
    height: 0px;
    width: 17px;
    margin-bottom: 0px;
    margin-top: 4px;
}

.morebardiv {
    position: absolute;
    left: 1px;
    margin-top: -2px;
}

.dropleft {
    padding-left: 50px !important;
}

.search-div {
}

.right-info {
    position: absolute;
    right: 23px;
    z-index: 99999999;
    top: 22px;
}


.search-panel .form-container {
    padding: 25px 20px;
}

.search-panel .form-group {
    position: relative;
    margin: 0px;
}


.search-panel input[type="search"] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 24px;
    background: #ffffff;
    padding: 7px 16px 7px 15px;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
    line-height: 40px;
}


.slider-left-arrow span {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 58px;
    padding: 27px 16px;
    background-color: #182A54;
    left: 0;
    opacity: 0.6;
    color: #fff;
}

.slider-left-arrow i {
    position: absolute;
    top: 51%;
    z-index: 5;
    display: inline-block;
    left: 6px;
    color: #fff;
    font-size: 48px;
}

.slider-right-arrow span {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 58px;
    padding: 27px 16px;
    background-color: #182A54;
    right: 0;
    opacity: 0.6;
    color: #fff;
}

.slider-right-arrow i {
    position: absolute;
    top: 51%;
    z-index: 5;
    display: inline-block;
    right: 6px;
    color: #fff;
    font-size: 48px;
}


.caption-solust {
    top: 0px;
    bottom: inherit !important;
    left: 7%;
    right: inherit !important;
    width: 37%;
    padding: 20px !important;
}

.caption-solalt {
    bottom: 0 !important;
    left: 7%;
    right: inherit !important;
    width: 30%;
    padding: 20px 20px 20px 20px !important;
}

.caption-sagust {
    top: 0px;
    bottom: inherit !important;
    right: 7%;
    left: inherit !important;
    width: 30%;
    padding: 20px 20px 20px 20px !important;
}

.caption-sagalt {
    bottom: 0 !important;
    right: 7%;
    left: inherit !important;
    width: 30%;
    padding: 20px 20px 20px 20px !important;
}

.caption-line {
    top: inherit !important;
    bottom: 0px;
    left: 0%;
    right: inherit !important;
    width: 100%;
    padding: 15px 20px 14px 20px !important;
}

.photorow {
    padding: 20px 20px;
    background-color: #1c1c1c;
    margin: 0px;
}

.mainmanset {
    margin-bottom: 10px;
    border-bottom: 1px solid #c9e9ce;
    padding-bottom: 10px;
}

.mansetimg {
    float: left;
    width: 40%;
}

.mansettext {
    float: left;
    width: 60%;
}

    .mansettext a {
        color: #2c2c2c;
    }

.bannermain {
    margin-top: 10px !important;
}

.banner-spot h3 {
    font-size: 26px !important;
}

.carousel-caption {
    background: rgba(24,42,84, .5);
}



    .carousel-caption h3 {
        text-align: left;
        color: #fff !important;
        font-size: 32px;
        font-family: 'Helvetica Medium';
        line-height: 40px;
    }

    .carousel-caption p {
        text-align: left;
        font-size: 17px;
        line-height: 21px;
        color: #fff
    }

/*    .carousel-caption  {
        color: #fff !important;
        font-size: 32px;
        font-family: 'Helvetica Medium';
        line-height: 40px;
    }*/

.caption-cat {
    background: rgb(21 164 23 / 60%);
    float: left;
    padding: 2px 10px;
}

.gridcaption {
    position: absolute;
    top: 0;
    background: rgb(57 174 74 / 45%);
    font-size: 21px;
    max-width: 54%;
    color: #fff;
    padding: 18px;
    line-height: 27px;
    font-family: 'Helvetica Medium';
}

.captionsmall {
    font-size: 15px !important;
    line-height: 21px;
    max-width: 88%;
}

.gridimgmask {
    width: 100%;
    height: 99%;
    position: absolute;
    background: rgba(24, 42, 84, 35%);
}

.gridimgmaskvideo {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(24, 42, 84, 35%);
    z-index: 9
}

.flexbin.flexbin-margin {
    margin: -4px -12px 0px -10px !important;
}

.flexbin > * {
    margin: 10px !important;
}

.submastertitle {
    font-size: 42px;
    color: #002857;
    font-family: 'Helvetica Medium';
    margin-bottom: -6px;
}

.sub-bold {
    font-weight: bold;
}

.readmore-icon {
    background-color: #39ad49;
    padding: 8px 7px 2px 12px;
    margin-right: 7px;
    cursor: pointer;
}

    .readmore-icon i {
        color: #fff;
        font-size: 28px;
    }

.video-img-icon {
    position: absolute;
    right: calc(50% - 31px);
    top: calc(50% - 24px);
    z-index: 9;
    cursor: pointer;
    opacity: 0.8;
    background-color: #0a8849;
    border-radius: 40px;
}

    .video-img-icon i {
        color: #fff;
        font-size: 46px;
        padding: 17px 20px;
    }

.video-img-icon-other {
    position: absolute;
    right: calc(50% - 20px);
    top: calc(50% - 60px);
    z-index: 9;
    cursor: pointer;
    /* opacity: 0.8; */
    opacity: 0.8;
    background-color: #0a8849;
    border-radius: 40px;
}

    .video-img-icon-other i {
        color: #fff;
        font-size: 38px;
        padding: 10px 15px;
    }


.manset-img-icon {
    background-color: #39ad49;
    padding: 20px 26px 3px 30px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    cursor: pointer;
    opacity: 0.6;
}

    .manset-img-icon i {
        color: #fff;
        font-size: 60px;
    }

.news-content .image-box {
    position: relative;
}

.image-box .manset-img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    font-size: 32px;
    background: rgb(4 11 29 / 60%);
}

.news-right-bar {
    background-color: #39ad49;
    width: 100%;
    height: 100%;
    border-top-right-radius: 17px
}


/* haber slider başlangıç */


.news-holder p {
    margin-bottom: 12px;
}


.news-headlines {
    list-style: none;
    position: relative;
    padding: 24px 28px 0px 28px;
}

    .news-headlines li {
        padding: 16px 28px 0px 23p;
        position: relative;
        z-index: 20;
        /*  color: #336699;*/
    }

    .news-headlines h5 {
        color: #fff;
        font-size: 17px;
        font-family: 'Helvetica Bold';
        line-height: 21px;
        text-transform: uppercase;
    }

    .news-headlines h6 {
        color: #fff;
        font-size: 12px;
        font-family: 'Helvetica Neue';
        margin-top: 7px;
        line-height: 15px;
    }

.nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

/* .news-headlines li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #888;
    vertical-align: middle;
    margin-left: -12px;
    margin-right: 7px;
  } */

/* .news-headlines li:hover, a:hover {
      cursor: pointer;
      text-decoration: underline;
  } */

.news-headlines li:hover, a:hover {
    cursor: pointer;
}

.nh-anim h5 {
    font-size: 14px !important;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
}

.nh-anim h6 {
    font-size: 12px !important;
    line-height: 20px;
    color: #fff;
    margin-top: 8px;
}

.news-headlines .highlight {
    width: 100%;
    background: #76c782;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

    .news-headlines .highlight:before {
        display: none;
    }

.news-headlines {
    width: 100%;
}

.news-preview {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
    margin-left: -1px;
    min-height: 304px;
    position: relative;
}

    .news-preview img {
        display: block;
        height: auto;
   /*     max-height: 450px;*/
    }

/*.news-content {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}*/

.top-content {
    display: block;
}

.news-line {
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 15px;
}

.news-number {
    position: absolute;
    left: 6px;
    color: #fff;
    font-size: 60px;
    vertical-align: inherit;
    /* top: 37%; */
    top: 20px;
    font-family: 'Helvetica Neue UltraLight';
}

.news-short-line {
    border-bottom: 5px solid #fff;
    position: absolute;
    left: 0;
    bottom: 8px;
    z-index: 9999;
    width: 44px;
    opacity: 0.5;
}

.news-content-title {
}

    .news-content-title a {
        color: #002857;
        font-family: 'Helvetica Bold';
        font-size: 21px;
        text-transform: uppercase;
        line-height: 30px;
        letter-spacing: 0.8px;
    }

.news-content p {
    color: #002857;
    font-size: 15px;
    line-height: 26px;
}

.news-bottom-line {
    margin-top: 20px;
    margin-bottom: 1px;
    color: #39ad49;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Helvetica Bold';
}



/* haber slider bitiş */

.news-read-more-line {
    border-bottom: 1px solid #39ad49;
    margin-top: 24px;
}

    .news-read-more-line a {
        font-size: 18px;
        font-weight: bolder;
        color: #39ad49;
    }

.read-more-icon {
    background-color: #fff;
    padding: 6px 5px 1px 10px;
    margin-right: 7px;
    cursor: pointer;
}

    .read-more-icon i {
        color: #39ad49;
        font-size: 24px;
    }

.news-list-more {
    text-align: right;
    margin-bottom: 7px;
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .news-list-more .read-more {
        position: relative;
        color: #fff;
        font-size: 16px;
        margin-right: 13px;
    }

.video-category-label {
    color: #39ae4a;
    font-weight: bold;
    font-size: 35px;
}

.video-gorsel {
}

.video-yan-metin1 {
    color: #3b3b3b;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.video-yan-metin2 {
    font-size: 16px;
    color: #404041;
}

.video-yan-news-read-more-line {
    border-bottom: 4px solid #c9e9ce;
    opacity: inherit;
}

.video-icon {
    color: #39ad49;
    font-size: 55px;
    cursor: pointer;
}

.video-yan-detay-read-more-line {
    border-bottom: 5px solid #c9e9ce;
    opacity: inherit;
    width: 140px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.social-media-line {
    /*margin-top: 30px;*/
    bottom: 10px;
}

.video-play-icon {
    position: absolute;
    top: 33%;
    margin-top: 78px;
    font-size: 137px;
    padding: 70px 0px 0px -13px;
    right: 346px;
    opacity: 0.6;
    color: #4cb456;
}

.digervideolar-h1 {
    font-weight: bold;
    color: black;
    margin-top: 17px;
}

.digervideolarkategorivideoicon {
    padding: 0px 0 10px 135px;
    position: absolute;
    bottom: 104px;
    z-index: 9;
    cursor: pointer;
    opacity: 0.6;
    color: ##39ad49;
    font-size: 75px;
    color: #39ad49;
}

.digervideolarkategorivideoiconsekizli {
    padding: 0px 0 0px 92px;
    position: absolute;
    bottom: 84px;
    z-index: 9;
    cursor: pointer;
    opacity: 0.6;
    color: #39ad49;
    font-size: 75px;
    color: #39ad49;
}

.page-title-background {
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../images/background/backgroundgreenline.jpg);
}

.category-backgroud-image-box {
    padding: 27px 86px 0px 35px;
}

.section-header {
    text-align: -webkit-center;
    font-weight: bold;
    font-size: 27px;
    color: white;
    padding: 35px 0px 20px 0px;
}

.background-photo-value {
    margin-top: 15px;
}

.post-date-category {
    color: #b1b1b1;
    font-size: 12px;
    font-weight: bold;
}

.post-date-category-a {
    color: white;
    font-size: 18px;
}

.category-title-line {
    /*border-bottom: 8px solid #C0C0C0;*/
    border-bottom: 5px solid #c9e9ce;
    opacity: inherit;
    width: 90%;
    border-color: #e6e6e6;
    /*margin-top: 35px;*/
    /*margin-bottom: 10px;*/
}

.owl-prev {
    position: absolute;
    left: -70px;
    top: 35%;
    font-size: 50px;
    padding: 10px;
}

.owl-next {
    position: absolute;
    right: -70px;
    top: 35%;
    font-size: 50px;
    padding: 10px;
}

.category-title {
    color: #509266;
    font-weight: bold
}

.four-item-carousel-category-style {
    position: relative;
    color: #2f2f2f;
    font-size: 12px;
    margin-top: 0px;
}

.news-title {
    padding: 30px 0px 10px !important;
}

.four-item-carousel-category-detail-style {
    font-weight: bold;
    color: black;
    font-size: 24px;
}

.category-spot-detail {
    color: #3b3b3b;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 5px;
    font-size: 1.5rem;
}

    .category-spot-detail a {
        color: #474747 !important;
    }

.category-body-detail-p {
    margin-top: 8px;
    font-size: 16px;
    color: #474747 !important;
}

    .category-body-detail-p a {
        color: #000 !important;
    }

.category-othernews-line {
    border-bottom: 2px solid #c9e9ce;
    opacity: inherit;
    margin: 40px 15px;
    width: 100%;
    position: relative;
}

.othernews-title {
    font-weight: bold;
    position: absolute;
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    top: -16px;
    color: #002857;
    background-color: #c9e9ce;
    letter-spacing: 3px;
    font-size: 14px;
}

.news-maindiv {
    -webkit-box-shadow: 5px 6px 9px -1px rgb(0 0 0 / 50%);
    box-shadow: 5px 6px 9px -1px rgb(0 0 0 / 50%);
    padding: 20px;
    margin-top: -45px;
    background-color: white;
}

.videos-maindiv {
    -webkit-box-shadow: 5px 6px 9px -1px rgb(0 0 0 / 50%);
    box-shadow: 5px 6px 9px -1px rgb(0 0 0 / 50%);
    padding: 20px;
    background-color: white;
    margin-bottom: 30px;
}

.videoline {
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 10px;
}

.news-writeby {
    border-bottom: 1px solid #ddd;
}

.news-location {
    margin: 0px;
    font-size: 13px;
}

.news-detail-title h3 {
    line-height: 28px;
    margin: 15px 0px;
    font-size: 20px;
    font-family: 'Helvetica Medium';
}

.contentBodyDiv p {
    color: #3b3b3b;
    font-size: 17px;
}

.recommended {
    background-color: #c9e9ce;
    margin: 15px 0px;
    color: #002857;
    text-align: center;
    padding: 5px;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar .popular-posts .post {
    margin-bottom: 25px !important;
    min-height: 90px !important;
}

    .sidebar .popular-posts .post .text {
        font-size: 14px !important;
    }

        .sidebar .popular-posts .post .text a {
            color: #2f2f2f;
            font-weight: 400 !important;
        }

.related {
    padding: 5px;
    position: absolute;
    top: 100px;
}

    .related i {
        font-size: 20px;
    }

    .related a {
        color: #6e6e6e !important;
    }

.contentBodyDiv img {
    display: inline-block;
    height: auto;
}

.altsliderspot {
    margin-top: 5px;
}

    .altsliderspot a {
        color: #002855;
        font-size: 16px;
        font-family: 'Helvetica';
    }

.news-style-two .inner-box .lower-content .upper-box {
    margin-bottom: 5px !important;
}

.news-style-two .inner-box .lower-content h3 {
    margin-bottom: 0px !important;
}

.detaypagetitle {
    border-bottom: 1px solid #ddd;
    margin: 8px 0px 21px 0px;
    padding-bottom: 4px;
}

    .detaypagetitle .photogalleytitle {
        color: #002857;
        padding: 0px;
        font-weight: bold;
        font-size: 17px;
    }

    .detaypagetitle .allphototext {
        color: #39ae4a;
        padding: 0px;
        font-weight: bold;
    }

.othercatdiv a {
    color: #0a8849 !important;
    font-size: 14px !important;
    font-family: 'Helvetica Medium';
}

.videoboyut {
    width: 100% !important;
}



.videoCat {
    margin: 5px 0px;
}

    .videoCat a {
        color: #0a8849 !important;
        font-size: 14px !important;
        font-family: 'Helvetica Medium';
    }

.videoCatLine {
    width: 80px;
    border: 2px solid #39ae4a;
    margin: 10px 0px;
}
.photoembed h2 {
    font-size: 15px;
    margin: 0px;
}

.photoembed a {
    color: #fff;
    margin-left: 8px;
    padding: 5px;
}




.w3-content {
    max-width: 100%;
    margin: auto;
}

.w3-tooltip, .w3-display-container {
    position: relative;
}

.w3-black, .w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}

.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;

}

.categorytitle {
    color: #002857;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-top:20px;
}

.categoryline {
    width: 100%;
    border: 1px solid #c9e9ce;
    margin: 10px 0px;
}

/*.layoutyesilhat {
	position: fixed;
	bottom: 130px;
	right: 15px;
	width: 110px;
	color: #ffffff;
	z-index: 9999999999999999999999;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}*/

.post-date-video {
    font-weight: bold;
    color: #39ae4a;
    border-bottom: 1px solid #ddd;
    margin: 10px 0px;
}

.videobox h3 {
    font-weight: bold;
}

.kategori-devam-button {
    background-color: #39ae4a;
    padding: 6px 20px;
    border-radius: 4px;
    margin: 30px 10px 20px 20px;
    width: 90px;
}

    .kategori-devam-button a {
        color: #fff;
    }

.videoMainDiv a {
    color: #002855;
}

    .videoMainDiv a:hover {
        color: #002855;
    }

.photoMainDiv a {
    color: #fff;
}

    .photoMainDiv a:hover {
        color: #39ad49;
    }

/*.news-preview a {
	color: #474747;
}*/

.news-preview a:hover {
    color: #011c3c;
}

#videoDetayCarousel .slider-right-arrow span {
    bottom: 0px;
    right: 0px;
    top: inherit !important;
    font-size: 40px;
    padding: 9px 5px;
}


#videoDetayCarousel .slider-left-arrow span {
    bottom: 0px;
    right: 0px;
    top: inherit !important;
    font-size: 40px;
    padding: 9px 5px;
}


#photoDetayCarousel .slider-right-arrow span {
    bottom: 0px;
    right: 0px;
    top: inherit !important;
    font-size: 40px;
    padding: 9px 5px;
}


#photoDetayCarousel .slider-left-arrow span {
    bottom: -20px;
    right: 0px;
    top: inherit !important;
    font-size: 40px;
    padding: 9px 5px;
}

#categoryCarousel .slider-right-arrow span {
    bottom: 0px;
    right: 0px;
    top: inherit !important;
    font-size: 40px;
    padding: 9px 5px;
}



#categoryCarousel .slider-left-arrow span {
    top: inherit !important;
    bottom: 10%;
    left: -45px;
    font-size: 43px;
    padding: 9px 5px;
}

.videobox h4 {
    color: #3b3b3b;
    font-family: 'Helvetica Medium';
}

.videospot {
    color: #3b3b3b;
    font-size: 18px;
}

.photospot {
    color: #3b3b3b !important;
    font-size: 18px !important;
}

.photobox h4 {
    color: #3b3b3b;
    font-family: 'Helvetica Medium';
}



.rightarrow {
    right: 30px !important;
}

.main-menu {
    padding-right: 0px;
}

.searhdiv .fa-angle-down {
    font-weight: bold;
}



.searhdiv button {
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #011730;
}

.searhdiv .searchpositioncolorset {
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    color: #09874a;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0px;
}

    .searhdiv .searchpositioncolorset .fa-search {
        font-size: 35px;
    }

.searhli {
    margin-left: 20px !important;
    top: -95px;
    position: absolute !important;
    right: 0px;
}

.arama-genel {
    min-height: 600px;
}

.photomainlist {
    margin-bottom: 0px !important;
    background-color: #1a1a1ae3;
}

.greenline {
    border-bottom: 1px solid #39ad49;
}

.flexbin > * > img {
    height: 297px !important;
}

#myCarousel {
    margin-bottom: 10px;
}

.aalogo {
    height: 50px;
    margin-top: 16px;
    margin-left: 27px;
}

.aalogofooter {
    height: 60px;
}

#dropdownMenuMobil {
    display: none;
}

/*responsive */
/*@media only screen and (max-width: 1420px) {
	.layoutyesilhat{
		display:none;
	}
}*/

.bannerbody ul {
    margin-top: 10px;
}

.bannerbody li {
    font-size: medium;
    font-family: 'Helvetica bold';
}

.contents-img-banner img {
    width: 100%;
}

.content-full{
    width:100% !important
}

.carouseltextdiv{
    color: #fff !important;
}


@media (min-width: 768px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none !important;
    }
}

@media only screen and (max-width: 1210px) {
    .flexbin > * > img {
        height: 288px !important;
    }

    .flexbin > * {
        height: 288px !important;
    }

    .gridimgmask {
        height: 98% !important;
 
    }
}


@media only screen and (max-width: 1180px) {
    .flexbin > * > img {
        height: 280px !important;
    }

    .flexbin > * {
        height: 280px !important;
    }
    .gridimgmask {
        height: 97% !important;
    }
}

@media only screen and (max-width: 1160px) {
    .flexbin > * > img {
        height: 275px !important;
    }

    .flexbin > * {
        height: 275px !important;
    }

    .main-menu .navigation > li {
        margin-left: 20px !important;
    }
}



@media only screen and (max-width: 1140px) {
    .main-menu .navigation > li {
        margin-left: 17px !important;
    }

    .flexbin > * > img {
        height: 250px !important;
    }

    .flexbin > * {
        height: 250px !important;
    }
}

@media only screen and (max-width: 1060px) {


    .carousel-caption {
        padding: 15px 20px 15px 20px !important;
    }

        .carousel-caption h3 {
            font-size: 22px;
            line-height: 29px;
        }

        .carousel-caption p {
        }

    .flexbin > * > img {
        height: 230px !important;
    }

    .flexbin > * {
        height: 230px !important;
    }

    .volunter-member .inner-box .content-column .inner-column, .event-block .inner-box .content-column .inner {
        padding-top: 10px !important;
        padding-bottom: 30px !important;
    }

    .main-menu .navigation > li > a {
        font-size: 15px;
    }

    .main-header .main-box .logo-box {
        top: 4px !important;
        width: 215px !important;
    }
}

@media only screen and (max-width: 992px) {

    /*.navbar-expand-lg .navbar-collapse {
		display: flex ;
	}*/
    /*.navbar-expand-lg .navbar-toggler {
		display: none !important;
	}*/
    .carousel-caption {
        padding: 15px 20px 15px 20px !important;
        width: 40%;
    }

        .carousel-caption h3 {
            font-size: 20px;
            line-height: 25px;
        }

        .carousel-caption p {
            font-size: 14px;
        }

        .carousel-caption hr {
            margin-top: 5px;
            margin-bottom: 5px;
        }


    .main-header .main-box .logo-box {
        padding: 6px 0px 10px 0px !important;
    }

    .flexbin > * > img {
        height: 207px !important;
    }

    .flexbin > * {
        height: 207px !important;
    }

    .gridcaption {
        font-size: 16px;
        max-width: 72%;
        padding: 10px;
        line-height: 16px;
    }

    .volunter-member .inner-box .content-column .inner-column, .event-block .inner-box .content-column .inner {
        padding-top: 10px !important;
        padding-bottom: 30px !important;
    }

    .main-menu .navigation > li > a {
        font-size: 14px;
    }


    .main-menu .navigation > li {
        margin-left: 12px !important;
        padding: 1px 0px 20px 0px !important;
    }

    .volunter-member .inner-box .content-column .inner-column p {
        font-size: 18px !important;
        line-height: 23px !important;
    }

    .main-header .main-box .logo-box {
        top: 8px !important;
        width: 180px !important;
    }

    .searhli {
        top: -60px !important;
    }
}


@media only screen and (max-width: 875px) {



    .flexbin > * > img {
        height: 195px !important;
    }

    .flexbin > * {
        height: 195px !important;
    }

    #dropdownMenu3 {
        display: none;
    }



    .main-header .main-box .logo-box {
        top: 8px !important;
    }

    .main-menu .navigation > li {
        margin-left: 7px !important;
        padding: 1px 0px 20px 0px !important;
    }

    .main-header .main-box .logo-box .logo img {
        height: 60px !important;
    }

    .main-menu .navigation > li > a {
        font-size: 14px;
    }

    .main-header .main-box {
        padding: 0px 0px !important;
    }
}

@media only screen and (max-width: 825px) {
    .carousel-caption {
        padding: 15px 20px 15px 20px !important;
        width: 40%;
    }

        .carousel-caption h3 {
            font-size: 20px;
            line-height: 25px;
        }

        .carousel-caption p {
            font-size: 14px;
        }

        .carousel-caption hr {
            margin-top: 5px;
            margin-bottom: 5px;
        }


    .main-header .main-box .logo-box {
        padding: 6px 0px 10px 0px !important;
    }

    .flexbin > * > img {
        height: 177px !important;
    }

    .flexbin > * {
        height: 177px !important;
    }

    .volunter-member .inner-box .content-column .inner-column, .event-block .inner-box .content-column .inner {
        padding-top: 10px !important;
        padding-bottom: 30px !important;
    }

    #dropdownMenu3 {
        display: none;
    }

    .submastertitle {
        font-size: 20px;
    }

    .main-menu .navigation > li > a {
        font-size: 12px;
    }

    .main-header .main-box .logo-box {
        top: 8px !important;
    }

    .main-menu .navigation > li {
        margin-left: 8px !important;
        padding: 1px 0px 20px 0px !important;
    }

    .main-header .main-box .logo-box .logo img {
        height: 60px !important;
    }

    .main-header .main-box {
        padding: 0px 0px !important;
    }

    .captionsmall {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 767px) {





    .main-header .nav-outer {
        top: 5px !important;
        position: absolute;
        z-index: 9999;
    }

    .flexbin > * > img {
        height: 170px !important;
    }

    .flexbin > * {
        height: 170px !important;
    }

    .flexbin > * {
        margin: 5px !important;
    }

    .gridcaption {
        font-size: 12px !important;
    }

    .volunter-member .inner-box .content-column .inner-column h1 {
        font-size: 30px !important;
    }

    .volunter-member .inner-box .content-column .inner-column p {
        font-size: 17px !important;
    }

    .slidernewslist {
        padding: 0;
        margin-top: 10px;
    }

    .main-footer .footer-widget {
        margin-bottom: -15px !important;
    }

    #dropdownMenu3 {
        display: none;
    }

    .submastertitle {
        font-size: 20px;
    }

    .main-header .main-box .logo-box .logo img {
        height: 50px !important;
    }

    .main-header .main-box {
        padding: 5px 0px !important;
    }

        .main-header .main-box .logo-box {
            top: 2px !important;
        }

    .navbar {
        display: -ms-flexbox;
        display: block !important;
        text-align: right !important;
    }

    .main-header .main-box .logo-box {
        float: left !important;
        text-align: left !important;
    }







    .carousel-caption {
        padding: 5px 10px !important;
        width: 90%;
        position: absolute;
        bottom: 0px !important;
        top: inherit !important;
        width: 100%;
        left: 0;
    }


        .carousel-caption a {
            font-size: 16px !important;
            line-height: 21px !important;
        }

        .carousel-caption h3 {
            font-size: 12px;
            line-height: 17px;
        }


        .carousel-caption p {
            font-size: 10px;
        }

        .carousel-caption hr {
            margin-top: 3px;
            margin-bottom: 3px;
        }
    #dropdownMenuMobil {
        display: block !important;
    }
    .navbar-toggler {
        margin-right: 40px;
        border-right: 1px solid #ddd !important;
        border: 0;
        border-radius: 0px !important;
    }
    .searchposition {
        float: right;
        z-index: 9999999;
        margin-top: 24px;
    }
    .searhdiv .searchpositioncolorset {
        padding: 0px !important;
        font-size: 30px !important;
        border:0 !important;
    }
    .dropdown-menu {
        min-width: 250px;
        top: 18px !important;
        padding: 0px !important;
    }
    .search-panel .form-container {
        padding: 5px 5px !important;
    }
    .slider-right-arrow span {
        top: 55% !important;
        margin-top: -9px !important;
        padding: 23px 14px !important;
    }
    .slider-right-arrow i {
        top: 55% !important;
        font-size: 30px !important;
    }

    .slider-left-arrow span {
        top: 55% !important;
        margin-top: -9px;
        padding: 23px 14px !important;
    }


    #photoDetayCarousel .slider-right-arrow span {
        margin-top: 0px !important;
        padding: 10px 5px !important;
    }

    #categoryCarousel .slider-right-arrow span {
        margin-top: 0px !important;
        padding: 10px 5px !important;
    }

    #videoDetayCarousel .slider-right-arrow span {
        margin-top: 0px !important;
        padding: 10px 5px !important;
    }

    .slider-left-arrow i {
        top: 55% !important;
        font-size: 30px !important;
    }
    .aalogofooter {
        height: 40px !important;
    }
    .footer-logo-div {
        left: 27px !important;
        top: -31px !important;
    }
    .submastertitle {
        margin-bottom: -2px !important;
    }

    .main-header .header-top {
        height: 50px !important;
    }
    .aalogo {
        height: 35px !important;
        margin-top: 7px !important;
        margin-left: 4px !important;
    }

    .contentBodyDiv p {
        color: #3b3b3b;
        font-size: 14px;
    }
    .news-detail-title h3 {
        line-height: 25px !important;
        font-size: 16px !important;
        margin-top:10px;
    }
    .news-maindiv .bread-crumb li {
        margin-top: 3px !important;
    }
    .news-location {
        margin: -3px 0px !important;
    }
    .news-maindiv {
        margin-top: -15px !important;

    }

    .contents-box h4 {
        font-size: 18px !important;
        margin: 0px 0px 13px 0px !important;
    }

    .social-icon-one li a {
        line-height: 26px !important;
        width: 30px !important;
        height: 30px !important;
    }
    .related {
        padding: 0px !important;
        position: relative !important;
        top: 25px;
        margin-bottom: 30px;
    }
    .news-style-one {
        margin-bottom: 2px !important;
    }
    .fixedTopFix {
        display: block;
        height: 65px !important;
        width: 100%;
    }

 
    .main-menu .navbar-collapse > .navigation > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
        background: #0a8849 !important;
    }

    .main-menu .navbar-collapse > .navigation {
        background: #0a8849 !important;
    }
}


@media only screen and (max-width: 690px) {







    .main-header .nav-outer {
        top: 5px !important;
        position: absolute;
        z-index: 9999;
    }
       

    .main-footer .footer-widget {
        margin-bottom: -15px !important;
    }

    .navbar {
        padding: 10px 0px;
    }

    .contentBodyDiv img {
        max-width: 100% !important;
        margin-left: 0px !important;
    }

    .main-header .header-top .search-box-outer .dropdown-menu {
        transform: inherit !important;
        top: 45px !important;
    }

    #dropdownMenu3 {
        display: none;
    }

    .submastertitle {
        font-size: 20px;
    }

    .main-footer {
        padding: 10px 20px;
    }

    .bannermain {
        margin-top: 0px !important;
    }

 

 

   
}

@media only screen and (max-width: 615px) {



    #dropdownMenu3 {
        display: none;
    }

    .submastertitle {
        font-size: 20px;
    }

    .main-footer {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 580px) {


    .main-header .nav-outer {
        top: 5px !important;
        position: absolute;
        z-index: 9999;
    }






    .main-footer .footer-widget {
        margin-bottom: -15px !important;
    }

    .contentBodyDiv img {
        max-width: 100% !important;
        margin-left: 0px !important;
    }

    .main-header .header-top .search-box-outer .dropdown-menu {
        transform: inherit !important;
        top: 45px !important;
    }

    .flexbin > * > img {
        height: 150px !important;
    }

    .flexbin > * {
        height: 150px !important;
    }

    .flexbin > * {
        margin: 6px !important;
    }
}

@media only screen and (max-width: 520px) {


    .flexbin > * > img {
        height: 110px !important;
    }

    .flexbin > * {
        height: 110px !important;
    }

    .flexbin > * {
        margin: 5px !important;
    }
}

@media only screen and (max-width: 380px) {

    .flexbin > * > img {
        height: 100px !important;
    }

    .flexbin > * {
        height: 100px !important;
    }

    .flexbin > * {
        margin: 4px !important;
    }
}

@media only screen and (max-width: 280px) {

    .flexbin > * > img {
        height: 87px !important;
    }

    .flexbin > * {
        height: 87px !important;
    }

    .flexbin > * {
        margin: 4px !important;
    }
}


/*responsive */
