@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800,800i|Poppins:400,400i,600,600i,700,700i,800,800i);

body {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins,sans-serif;
    font-weight: 500;
}

h1 {
    font-size: 40px;
    line-height: 48px;
}

h2 {
    font-size: 32px;
    line-height: 44px;
}

h3 {
    font-size: 24px;
    line-height: 36px;
}

h4 {
    font-size: 18px;
    line-height: 30px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 22px;
}

p {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
    }

a {
    display: inline-block;
    font-family: Poppins,sans-serif;
}

    a.active, a:focus, a:hover {
        text-decoration: none !important;
        box-shadow: none !important;
    }

*, ::after, ::before {
    outline: 0 !important;
}

.btn:active, .btn:focus {
    outline: 0 !important;
    box-shadow: none;
}

.btn {
    padding: 10px 30px;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn_info {
    font-style: italic;
    text-transform: capitalize;
    padding: 0;
}

.w_60 {
    width: 60%;
}

.w_50 {
    width: 50%;
}

.w_40 {
    width: 40%;
}

.xy-center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
}

[class*=" flaticon-"]:before, [class^=flaticon-]:before {
    margin-left: 0 !important;
}

.pp-scrollable {
   /* overflow-y: scroll;*/
    height: 100%;
}

.full_row {
    position: relative;
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ececec !important;
}

.chrome, .shine-text {
    font-size: 3em;
    margin: 0 auto;
    margin-bottom: 1em;
    font-weight: 700;
}

.shine-text {
    background: #222 -webkit-gradient(linear,left top,right top,from(#222),to(#222),color-stop(.9,#fff)) 0 0 no-repeat;
    -webkit-background-size: 150px;
    color: rgba(255,255,255,.1);
    color: #222;
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0 0 rgba(255,255,255,0);
}

.chrome {
    background: #222 -webkit-gradient(linear,left top,right top,from(#222),to(#222),color-stop(.5,#fff)) 0 0 no-repeat;
    background-image: -webkit-linear-gradient(-40deg,transparent 0,transparent 40%,#fff 50%,transparent 60%,transparent 100%);
    -webkit-background-size: 200px;
    color: rgba(255,255,255,.3);
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0 0 rgba(255,255,255,.5);
}

@-webkit-keyframes shine {
    0%,10% {
        background-position: -1000px;
    }

    20% {
        background-position: top left;
    }

    90% {
        background-position: top right;
    }

    100% {
        background-position: 1000px;
    }
}

#pp-nav {
    display: none;
}

.mx_10 {
    margin: 0 10px;
}

.my_60 {
    margin: 30px 0;
}

.mt_5 {
    margin-top: 5px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_60 {
    margin-top: 60px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_100 {
    margin-top: 100px;
}

.ml_105 {
    margin-left: 105px;
}

.ml_110 {
    margin-left: 110px;
}

.mr_20 {
    margin-right: 20px;
}

.mr_60 {
    margin-right: 60px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_5 {
    margin-bottom: 5px;
}

.p_30 {
    padding: 30px;
}

.p_20 {
    padding: 20px;
}

.py_60 {
    padding: 60px 0;
}

.py_80 {
    padding: 80px 0;
}

.pr_50 {
    padding-right: 50px;
}

.pr_20 {
    padding-right: 20px;
}

.pt_15 {
    padding-top: 15px;
}

.pt_30 {
    padding-top: 30px;
}

.pt_60 {
    padding-top: 60px;
}

.pb_60 {
    padding-bottom: 60px;
}

.pb_30 {
    padding-bottom: 30px;
}

.pl-10 {
    padding-left: 10px;
}

.pt-110 {
    padding-top: 110px;
}


.twite
{
display: flex;
}



.overlay_four, .overlay_one, .overlay_three, .overlay_two {
    position: relative;
    overflow: hidden;
}

    .overlay_one img {
        transition: .6s;
        overflow: hidden;
    }

    .overlay_four:before, .overlay_one:before, .overlay_three:before, .overlay_two:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 9;
    }

.socal_media ul li {
    margin-bottom: 15px;
}

    .contact_icon, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .socal_media ul li a {
        width: 30px;
        height: 30px;
        line-height: 26px;
        text-align: center;
        border-radius: 50%;
        border: 2px solid;
        font-size: 12px;
    }

.socal_media_2 ul li {
    float: left;
    padding-right: 20px;
    font-size: 18px;
}

.contact_massage {
    content: "";
    position: fixed;
    top: 20px;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 111;
    background: #056839 !important;
}

    .contact_massage a {
        font-size: 24px;
        line-height: 60px;
        display: block;
        margin: 0 auto;
        text-align: center;
        color: #fff !important;
    }

.section_title_1 .title span {
    display: table;
    font-size: 18px;
    font-weight: 600;
    padding-left: 35px;
}

.section_title_1 {
    width: 60%;
}

.line_double {
    position: relative;
    text-transform: lowercase;
    padding: 0 50px !important;
}

    .line_double::after, .line_double::before {
        background-color: #95bb2f;
    }

    .line_double::before {
        left: 0;
    }

    .line_double::after, .line_double::before {
        content: "";
        position: absolute;
        width: 25px;
        height: 2px;
        top: 50%;
    }

    .line_double::after {
        right: 0;
    }

    .line_double::after, .line_double::before {
        content: "";
        position: absolute;
        width: 25px;
        height: 2px;
        top: 50%;
    }

#pp-nav {
    z-index: 11;
}

    #pp-nav span, .pp-slidesNav span {
        top: 2px;
        left: 2px;
        width: 10px;
        height: 10px;
        border: 2px solid;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
    }

    #pp-nav li .active span:before {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        top: -4px;
        left: -4px;
        border-radius: 100%;
        border: 1px solid #fff;
    }

.widget_title {
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
}

    .widget_title:before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 50px;
        height: 2px;
    }

.footer_title {
    font-size: 17px;
}

.footer-widget a {
    color: #d4d4d4;
    transition: .6s;
}

    .footer-widget a:hover {
        color: #5c9320;
    }

.footer-bottom a {
    color: #e1e1e1;
    transition: .6s;
}

    .footer-bottom a:hover {
        color: #0b9444;
    }

.bg_transparent {
    background-color: transparent;
}

.background1 {
    background-image: url(../images/slider/03.jpg);
}

.background2 {
    background: url(../images/background/01.jpg) no-repeat center fixed;
}

.background3 {
    background-image: url(../images/slider/04.jpg);
}

.background4 {
    background-image: url(../images/slider/05.jpg);
}

.background5 {
    background-image: url(../images/slider/06.jpg);
}

.background6 {
    background-image: url(../images/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.background7 {
    background-image: url(../images/background/02.jpg);
}

.background8 {
    background-image: url(../images/background/03.png);
}

.background9 {
    background-image: url(../images/background/04.jpg);
    background-size: cover;
    background-position: center center;
}

.navbar {
    padding: 0;
}

.box-layout .main_nav {
    width: 1280px;
    display: inline-block;
    margin: 0 auto;
}

header {
    z-index: 11;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: Poppins,sans-serif;
}

.main_nav {
    width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    padding: 15px 0;
    min-height: 72px;
}

.nav-scroll {
    left: 0;
    padding: 15px 0;
    position: fixed;
    top: -100px;
    width: 100%;
    z-index: 100;
}

.navbar-light .navbar-nav .nav-link {
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 32px;
}

.navbar .navbar-nav .nav-item {
    padding: 0 15px;
}

.navbar-nav .nav-item .nav-link {
    position: relative;
    padding: 0;
}

    .navbar-nav .nav-item .nav-link:before {
        position: absolute;
        content: "";
        width: 100%;
        display: table;
        height: 2px;
        left: 0;
        bottom: 0;
        opacity: 0;
    }

    .navbar-nav .nav-item .nav-link.active:before {
        opacity: 1;
    }

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 100;
    padding: 30px 20px;
}

.sidenav {
    height: 100%;
    width: 210px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    transition: .5s;
    padding-top: 15px;
}

    .sidenav a {
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

ul#menu li a {
    margin: 5px 30px;
    transition: .6s;
}

ul#menu li {
    border-bottom: 1px dashed rgb(5,104,57,.5);
}

ul#menu {
    padding-right: 14px;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
}

.sidebar span {
    font-size: 36px;
    display: block;
    text-align: center;
}

.sidebar img {
    margin-bottom: 60px;
}

#mysidenav img {
    width: 100px;
    height: auto;
    display: block;
    margin: 15px 0 10px 30px;
}

#mysidenav .closebtn {
    display: none;
}

.banner_image, .banner_water_effect {
    width: 100%;
    height: 100vh;
    background-size: cover;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}

.mainbanner_content {
    position: relative;
    z-index: 9;
}

.banner_title {
    font-size: 30px;
}

.mainbanner_content p {
    font-size: 15px;
    letter-spacing: 1px;
    width: 50%;
}

.pattan {
    position: relative;
}

    .pattan:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: transparent;
        z-index: 9;
        width: 40%;
        height: auto;
    }

.carousel-caption {
    position: absolute;
    text-align: left;
    z-index: 999;
    background-color: rgb(5,104,57,.9);
    width: 35%;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-box-shadow: 0 10px 16px -6px #222;
    -moz-box-shadow: 0 10px 16px -6px #222;
    box-shadow: 0 10px 16px -6px #222;
}

    .carousel-caption.cap-0 {
        margin-top: 30px !important;
    }

    .carousel-caption.cap-2 {
        top: 55%;
        background-color: transparetnt;
        background: 0 0;
        box-shadow: none;
        margin-top: 100px;
        width: 50%;
    }

    .carousel-caption.cap-1 {
        top: 35%;
        background-color: transparetnt;
        background: 0 0;
        box-shadow: none;
        width: 50%;
    }

.events-img {
    transition: .6s;
    overflow: hidden;
}

    .events-img img {
        transition: .6s;
    }

    .events-img:hover img {
        transform: scale(.98);
    }

    .events-img img {
        height: auto !important;
    }

.carousel-caption p {
    width: 30%;
}

#slider img {
    width: 100%;
    height: 100vh;
    max-height: 100%;
    object-fit: cover;
}

.carousel-caption h1 {
    position: relative;
    z-index: 99;
    color: #fff !important;
    font-size: 30px;
    line-height: 41px;
    padding: 20px 0;
}

.line-container {
    max-width: 1224px;
    width: 92%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
}

.liner {
    position: relative;
}

    .liner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        bottom: 0;
        border: 1px solid rgba(255,255,255,.09);
        width: 1px;
        height: 100vh;
        min-height: 100%;
    }

.sec-title {
    position: relative;
    margin-bottom: 10px;
}

    .sec-title .title {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 1.2em;
        color: #7abf18;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .sec-title h2 {
        position: relative;
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .sec-title .text {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 30px;
        color: #888;
        font-weight: 400;
        margin-top: 30px;
    }

    .sec-title .separator {
        position: relative;
        display: inline-block;
        width: 140px;
    }

        .sec-title .separator:after, .sec-title .separator:before {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 55px;
            border-bottom: 1px solid #056839;
            content: "";
        }

        .sec-title .separator:after {
            left: auto;
            right: 0;
        }

        .sec-title .separator .icon {
            position: absolute;
            left: 50%;
            bottom: -10px;
            width: 26px;
            margin-left: -9px;
            font-size: 18px;
            line-height: 20px;
            color: #056839;
        }

    .sec-title.light .separator .icon, .sec-title.light .title, .sec-title.light h2 {
        color: #fff;
    }

    .sec-title.light .separator:after, .sec-title.light .separator:before {
        border-color: #fff;
    }

.fa-bmr:before {
    content: "";
    background-image: url(../images/bmr-logo1.png);
}

.sec-title span {
    color: #056839;
}

.bg-3 {
    background-image: url(../images/bg-3.jpg);
    background-color: #edfff7;
    background-blend-mode: luminosity;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg-6 {
    background-image: url(../images/bg-6.jpg);
    background-color: rgba(230,230,230,.9);
    background-blend-mode: multiply;
    background-size: 100%;
    background-repeat: repeat;
}

.bg-gray {
    background-color: #e4e4e4;
}

.img-responsive {
    width: 100%;
}

.about-img img {
    transition: .6s;
}

.main_title span {
    color: #056839;
}

.personal_info ul li {
    border-bottom: 1px solid;
    padding: 10px 0;
}

.about2 img {
    width: 100%;
    max-height: 100%;
}

.personal_info ul li {
    border-bottom: 1px solid;
    border-width: 80%;
    padding: 5px 0;
}

.myself img {
    width: 150px;
    height: auto;
    float: right;
}

.testimonial-section {
    position: relative;
    padding: 100px 0;
}

    .testimonial-section .layer-image {
        position: absolute;
        top: 0;
        left: 4%;
        width: 9%;
    }

        .testimonial-section .layer-image img {
            max-width: 100%;
            height: auto;
        }

    .testimonial-section .testimonial-carousel {
        position: relative;
        padding-bottom: 15px;
    }

.testimonial-block {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}

    .testimonial-block .inner-box {
        position: relative;
        padding-top: 45px;
        padding-left: 70px;
    }

    .testimonial-block .thumb-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 200px;
        z-index: 1;
        transition: .6s;
    }

        .testimonial-block .thumb-box:hover {
            box-shadow: 0 0 12px 2px grey;
        }

        .testimonial-block .thumb-box img {
            width: 100%;
            height: auto;
        }

    .testimonial-block .content {
        position: relative;
        padding: 40px 50px;
        padding-left: 190px;
        background-color: #fff;
        box-shadow: 0 0 25px -12px grey;
    }

        .testimonial-block .content .icon {
            position: relative;
            display: inline-block;
            font-size: 36px;
            line-height: 40px;
            color: #bbb;
            margin-bottom: 20px;
            opacity: .5;
        }

        .testimonial-block .content .text {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 30px;
            color: #888;
            font-weight: 400;
            margin-bottom: 20px;
        }

    .testimonial-block .info-box {
        position: relative;
    }

        .testimonial-block .info-box .name {
            position: relative;
            display: block;
            font-size: 20px;
            line-height: 25px;
            color: #333;
            font-weight: 500;
        }

        .testimonial-block .info-box .designation {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 24px;
            color: #056839;
            font-weight: 400;
        }

.testimonial-carousel .owl-nav {
    position: absolute;
    right: 9%;
    bottom: 0;
    width: 85px;
    height: 35px;
    background-color: #7abf18;
    margin-right: 45px;
}

    .testimonial-carousel .owl-nav:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 16px;
        color: #333;
        font-weight: 600;
        line-height: 35px;
        content: "/";
        text-align: center;
    }

.testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
    position: absolute;
    left: 13px;
    bottom: 0;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    z-index: 9;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.testimonial-carousel .owl-next {
    left: auto;
    right: 13px;
}

    .testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover {
        color: #fff;
    }

.about-img {
    background-color: #056839;
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .about-img img {
        margin-left: 20px;
        margin-top: 20px;
        box-shadow: 12px 17px 36px 4px rgba(0,0,0,.35);
        -webkit-box-shadow: 12px 17px 36px 4px rgba(0,0,0,.35);
    }

.about-img-wrap {
    position: relative;
    text-align: right;
}

    .about-img-wrap:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background-image: url(../images/home-images/bg-pattern.png);
        background-repeat: no-repeat;
        background-position: bottom;
        z-index: 1;
        left: -60px;
        bottom: -45px;
    }

.testimonial-area .section-title {
    padding-bottom: 70px;
}

.quote {
    width: 40px;
    margin: auto;
    position: relative;
    top: -36px;
    color: #056839;
    font-size: 40px;
}

.single-testimonial {
    text-align: center;
    padding: 33px 240px;
}

.testimonial-content {
    width: 70%;
    margin: 0 auto;
}

.testimonial-wrap {
    background-image: url(../images/home-images/bg-pattern2.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 331px;
}

.client-img {
    width: 120px;
    margin: auto;
    margin-bottom: -5px;
    position: relative;
    top: -15px;
    border: 5px solid #056839;
    border-radius: 50%;
}

    .client-img img {
        border-radius: 50%;
        transform: scale(.9);
        transition: .6s;
    }

    .client-img:hover img {
        transform: scale(1);
    }

.testimonial-content p {
    color: #61657a;
    font-size: 15px;
    line-height: 28px;
}

.testimonial-content h5 {
    color: #30323c;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.testimonial-content span {
    color: #61657a;
}

.learn-more.abt {
    background-color: #fff;
    border-radius: 50px;
}

button.abt:hover .circle {
    width: 100%;
}

button.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: 0 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    width: 12rem;
    height: auto;
}

    button.learn-more.mediation {
        position: relative;
        display: inline-block;
        cursor: pointer;
        outline: 0;
        border: 0;
        vertical-align: middle;
        text-decoration: none;
        background: 0 0;
        padding: 0;
        font-size: inherit;
        font-family: inherit;
        width: 22rem;
        height: auto;
        padding-left: 5px;
    }

    button.learn-more.members-btn {
        position: relative;
        display: inline-block;
        cursor: pointer;
        outline: 0;
        border: 0;
        vertical-align: middle;
        text-decoration: none;
        background: 0 0;
        padding: 0;
        font-size: inherit;
        font-family: inherit;
        width: 22rem;
        height: auto;
        padding-left: 5px;
    }

    button.learn-more.members-btn2 {
        position: relative;
        display: inline-block;
        cursor: pointer;
        outline: 0;
        border: 0;
        vertical-align: middle;
        text-decoration: none;
        background: 0 0;
        padding: 0;
        font-size: inherit;
        font-family: inherit;
        width: 19.5rem;
        height: auto;
        padding-left: 5px;
    }

    button.learn-more .circle {
        transition: all .45s cubic-bezier(.65,0,.076,1);
        margin: 0;
        width: 40px;
        height: 40px;
        background: #056839;
        border-radius: 1.625rem;
    }

    button.learn-more.news-read-more .circle {
        transition: all .45s cubic-bezier(.65,0,.076,1);
        position: relative;
        margin: 0;
        width: 40px;
        height: 40px;
        background: 0 0;
        border-radius: 1.625rem;
    }

    button.learn-more .circle .icon {
        transition: all .45s cubic-bezier(.65,0,.076,1);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
    }

        button.learn-more .circle .icon.arrow {
            transition: all .45s cubic-bezier(.65,0,.076,1);
            left: .625rem;
            width: 1.125rem;
            height: .125rem;
            background: 0 0;
        }

            button.learn-more .circle .icon.arrow::before {
                position: absolute;
                content: '';
                top: -.25rem;
                right: .0625rem;
                width: .625rem;
                height: .625rem;
                border-top: .125rem solid #fff;
                border-right: .125rem solid #fff;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

    button.learn-more.news-read-more .circle .icon.arrow::before {
        position: absolute;
        content: '';
        top: -.25rem;
        right: .0625rem;
        width: .625rem;
        height: .625rem;
        border-top: .125rem solid #056839;
        border-right: .125rem solid #056839;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    button.learn-more .button-text {
        transition: all .45s cubic-bezier(.65,0,.076,1);
        top: 0;
        right: 55px;
        bottom: 0;
        margin: 0 0 0 1.85rem;
        color: #056839;
        font-weight: 500;
        line-height: 40px;
        text-align: center;
        text-transform: capitalize;
    }

button.members-btn .button-text {
    right: 80px;
}

button.members-btn2 .button-text {
    right: 80px;
}

button.learn-more.mediation .button-text {
    transition: all .45s cubic-bezier(.65,0,.076,1);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0 0 0 1.85rem;
    color: #056839;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
}

button:hover .circle {
    width: 85%;
}

button.mediation:hover .circle {
    width: 90%;
}

button.members-btn:hover .circle {
    width: 90%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    -webkit-transform: translate(1rem,0);
    transform: translate(1rem,0);
}

button.news-read-more:hover .circle .icon.arrow {
    background: #0b4e2e;
    -webkit-transform: translate(1rem,0);
    transform: translate(1rem,0);
}

button:hover .button-text {
    color: #fff;
}

button.news-read-more:hover .button-text {
    color: #056839;
}

button.mediation:hover .button-text {
    color: #fff;
    letter-spacing: 1px;
}

.learn-more a {
    display: block;
}

.bg-5 {
    background-image: url(../images/bg-5.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.single-news {
    margin-bottom: 45px;
}

    .single-news .post-content {
        background-color: #fff;
        margin: -32px auto auto;
        padding: 55px 20px 28px;
        position: relative;
        width: 100%;
        transition: .3s;
        box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
    }

.post-thumbnail img {
    width: 100%;
}

.news-area .entry-meta span {
    margin-right: 10px;
}

.news-area .entry-meta {
    position: absolute;
    width: 100%;
    height: 2.188em;
    left: 0;
    bottom: -4.063em;
    color: #fff;
    background: #056839;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -mos-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    top: 0;
    z-index: 5;
    padding: 2px 0 0 0;
}

    .news-area .entry-meta p {
        margin: 0;
        padding: 0;
    }

    .news-area .entry-meta:before {
        content: "";
        display: block;
        position: absolute;
        top: -22px;
        border-left: 21em solid #056839;
        border-top: 1.875em solid transparent;
        z-index: 1;
        width: 100%;
    }

    .news-area .entry-meta:after {
        content: "";
        display: block;
        position: absolute;
        top: -22px;
        right: 0;
        border-right: 15em solid #06502d;
        border-top: 1.875em solid transparent;
    }

.entry-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #056839;
}

.entry-content > p {
    margin-bottom: 20px;
}

.post-thumbnai img {
    width: 100%;
}

h4.entry-title {
    font-weight: 700;
}

.single-news-head {
    background-color: #fff;
    width: 80%;
    text-align: center;
    position: relative;
    margin: auto;
    top: -55px;
}

    .single-news-head .entry-meta {
        padding-top: 20px;
        margin-bottom: 10px;
    }

        .single-news-head .entry-meta:after, .single-news-head .entry-meta:before {
            position: absolute;
            top: -15px;
            width: 50%;
            background-color: #fff;
            content: "";
            height: 30px;
        }

        .single-news-head .entry-meta:before {
            left: 0;
            transform: skew(0deg,6deg);
        }

        .single-news-head .entry-meta:after {
            right: 0;
            transform: skew(0deg,-6deg);
        }

        .single-news-head .entry-meta span {
            margin-right: 10px;
        }

            .single-news-head .entry-meta span i {
                margin-right: 5px;
            }

.entry-content a.btn {
    border: 1px solid #ddd;
    position: relative;
}

.single-news-head .entry-meta span a:hover {
    color: #ff006c;
}

.single-news-wrap .entry-content {
    width: 95%;
    text-align: center;
    position: relative;
    top: -50px;
    margin: auto;
}

    .single-news-wrap .entry-content p {
        margin-bottom: 30px;
    }

.single-news-wrap {
    box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
    margin-bottom: 40px;
}

.fill {
    background: #056839;
    color: #fff;
    overflow: hidden;
}

    .fill:after {
        content: "";
        display: block;
        border-top: 0 #fff solid;
        border-bottom: 15px #b3b3b3 solid;
        border-left: 15px #fff solid;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        z-index: 9;
        overflow: hidden;
    }

    .fill:hover:after {
        z-index: -1;
        border-left: 185px solid #fff;
        border-bottom: 185px solid transparent;
        overflow: hidden;
        background-color: #056839;
    }

    .fill:hover {
        color: #056839;
        border-color: #056839;
        overflow: hidden;
    }

    .fill:after, .fill:hover {
        -webkit-transition: .1s color ease;
        -o-transition: .1s color ease;
        transition: .1s color ease;
    }

    .fill:after, .fill:hover {
        -webkit-transition: .5s border ease;
        -o-transition: .5s border ease;
        transition: .5s border ease;
    }

    .fill:after {
        overflow: hidden;
    }

a.btn.btn-mumi, button.btn.btn-mumi {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 5px 0 0;
    position: relative;
    opacity: .999;
    padding: 10px 20px;
    text-align: center;
    border-radius: 3px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
	width: fit-content;
}

.single-news-head {
    background-color: #fff;
    width: 80%;
    text-align: center;
    position: relative;
    margin: auto;
    top: -55px;
}

    .single-news-head .entry-meta {
        padding-top: 20px;
        margin-bottom: 10px;
    }

        .single-news-head .entry-meta:after, .single-news-head .entry-meta:before {
            position: absolute;
            top: -15px;
            width: 50%;
            background-color: #fff;
            content: "";
            height: 30px;
        }

        .single-news-head .entry-meta:before {
            left: 0;
            transform: skew(0deg,6deg);
        }

        .single-news-head .entry-meta:after {
            right: 0;
            transform: skew(0deg,-6deg);
        }

        .single-news-head .entry-meta span {
            margin-right: 10px;
        }

            .single-news-head .entry-meta span i {
                margin-right: 5px;
            }

.entry-content a.btn {
    border: 1px solid #ddd;
    font-weight: 500;
}

.single-news-head .entry-meta span a:hover {
    color: #ff006c;
}

.single-news-wrap .entry-content {
    width: 95%;
    text-align: center;
    position: relative;
    top: -50px;
    margin: auto;
}

    .single-news-wrap .entry-content p {
        margin-bottom: 30px;
    }

.single-news-wrap {
    box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
    margin-bottom: 40px;
}

.bg-light-green {
    background-color: #edfff7;
}

.board-members {
    transition: .4s;
}

    .board-members:hover {
        transform: scale(.95);
    }

.twite a:hover {
    letter-spacing: 0px;
}

.intro-video {
    width: 100%;
    height: 350px;
    background-size: cover;
    position: relative;
}

    .intro-video:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

.video-popup span {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    padding-left: 3px;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.video-popup .inner_title.center_middle {
    margin-top: 80px;
}

.YouTubePopUp-Wrap {
    background-color: rgba(0,0,0,.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.YouTubePopUp-Content {
    background: rgba(0,0,0,0) url(../images/fancybox/fancybox_loading.gif) no-repeat scroll center center;
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 680px;
    position: relative;
}

    .YouTubePopUp-Content iframe {
        border: medium none;
        bottom: 0;
        display: block;
        height: 480px;
        margin: auto 0;
        max-width: 100%;
        position: absolute;
        top: 0;
        width: 100%;
    }

.profile_img.personal_video {
    position: relative;
}

    .profile_img.personal_video a {
        position: absolute;
        width: 80px;
        height: 80px;
        line-height: 90px;
        text-align: center;
        border-radius: 50%;
        top: 48%;
        left: 78px;
        z-index: 222;
    }

    .profile_img.personal_video .iconround:before {
        content: "";
        position: absolute;
        top: 48%;
        left: 17px;
        width: 122px;
        height: 122px;
        border: 5px solid;
        border-radius: 100%;
    }

    .profile_img.personal_video .loader {
        position: absolute;
        left: 17.5%;
        top: 48%;
        z-index: 11;
    }

.personal_video a {
    position: relative;
}

.personal_video a {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: 222;
}

.personal_video .video-popup i:before {
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    margin-left: 8px;
}

.prgs-bar {
    position: relative;
}

    .prgs-bar > span {
        font-weight: 600;
        text-transform: uppercase;
    }

.skill-progress .progress {
    margin: 5px 0 20px;
    border-radius: 0;
}

.skill-percent {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    font-weight: 700;
    font-size: 15px;
}

.progress-bar {
    transition: all 3s ease 0s;
    width: 0;
}

.fact-counter {
    position: relative;
    z-index: 11;
}

.counter span:before {
    font-size: 44px;
    margin-left: 0;
}

.count-num {
    float: left;
    display: contents;
}

.counting_digit span {
    font-size: 30px;
    margin-left: 5px;
}

.counter h3 {
    font-weight: 600;
    letter-spacing: 3px;
}

.service_one {
    border-radius: 20px;
    border: 2px solid;
    border-color: transparent;
    margin: 10px 20px;
}

    .service_one:hover {
        border: 2px solid;
    }

.srvicon {
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    border: 5px solid;
    margin-bottom: 15px;
}

    .srvicon span:before {
        font-size: 32px;
        text-align: center;
        margin: 0 auto;
        line-height: 62px;
    }

.owl-nav {
    margin-top: 50px !important;
    text-align: center;
    margin: 0 auto;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.inner-space-90 {
    padding: 90px 0;
}

.services-section-three {
    position: relative;
    padding: 100px 0 50px;
}

.service-block-three {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

    .service-block-three .inner-box {
        position: relative;
        padding-top: 35px;
        padding-left: 40px;
    }

    .service-block-three .content {
        position: relative;
        padding: 20px 20px 20px;
        padding-left: 20px;
        border: 1px dashed #ccc;
    }

    .service-block-three .inner-box:hover.content {
        position: relative;
        padding: 30px 20px 20px;
        padding-left: 70px;
        border: 1px dashed #5c9320;
    }

    .service-block-three .icon-box {
        position: absolute;
        left: 0;
        top: 0;
        height: 50px;
        width: 50px;
        text-align: center;
        background-color: #fff;
        border: 1px dashed #333;
        z-index: 1;
        font-size: 50px;
        line-height: 38px;
        color: #056839;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .service-block-three .icon-box .icon {
            position: relative;
            width: 25px;
            margin: 10px auto;
            min-width: 23px;
        }

img.svg {
    fill: #fff;
}

.service-block-three .inner-box:hover .icon-box {
    color: #333;
    border-color: #056839;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.service-block-three h6 {
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}

    .service-block-three h6 a {
        color: #333;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.service-block-three .inner-box:hover h6 {
    color: #056839;
}

.service-block-three .inner-box h6 {
    transition: .6s;
}

.service-block-three .text {
    font-size: 14px;
    line-height: 30px;
    color: #888;
    font-weight: 400;
}

.carousel {
    margin: 0 auto;
}

    .carousel .item {
        color: #999;
        overflow: hidden;
        min-height: 120px;
        font-size: 13px;
    }

    .carousel .media {
        position: relative;
        padding: 0 0 0 20px;
        margin-left: 20px;
    }

        .carousel .media img {
            width: 145px;
            height: 145px;
            display: block;
            border-radius: 50%;
            box-shadow: 0 2px 4px rgba(0,0,0,.2);
            border: 2px solid #fff;
            transform: scale(.8);
            transition: .6s;
        }

.media-left:hover img {
    transform: scale(1);
}

.carousel .testimonial {
    color: #fff;
    position: relative;
    background-color: #056839;
    padding: 15px;
    margin: 0 0 20px 20px;
}

    .carousel .testimonial::after, .carousel .testimonial::before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: -20px;
    }

    .carousel .testimonial::before {
        width: 20px;
        height: 20px;
        background: #9b9b9b;
        box-shadow: inset 12px 0 13px rgba(0,0,0,.5);
    }

    .carousel .testimonial::after {
        width: 0;
        height: 0;
        border: 10px solid #0b4e2e;
        border-bottom-color: #056839;
        border-left-color: #fff;
    }

.carousel .item .row > div:first-child .media {
    margin-left: 0;
}

.carousel .testimonial p {
    line-height: 21px;
    margin: 0;
}

    .carousel .testimonial p::before {
        content: '\f1b8';
        color: #fff;
        font-weight: 400;
        font-size: 24px;
        line-height: 70px;
        position: absolute;
        left: -25px;
        top: -15px;
        font-family: fontawesome;
    }

.carousel .overview {
    padding: 3px 0 0 15px;
}

    .carousel .overview .details {
        padding: 5px 0 8px;
    }

    .carousel .overview p {
        text-transform: capitalize;
        color: #056839;
        font-size: 24px;
    }

        .carousel .overview p span {
            text-transform: capitalize;
            color: #111;
            font-size: 18px;
        }

.carousel .carousel-control {
    width: 30px;
    height: 30px;
    background: #056839;
    text-shadow: none;
    top: 4px;
}

.carousel-control i {
    font-size: 16px;
}

.carousel-control.left {
    left: auto;
    right: 80px;
}

.carousel-control.right {
    left: auto;
    right: 40px;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    margin: 1px 4px;
}

.carousel-indicators li {
    background: #055e24;
    border: 4px solid #fff;
}

    .carousel-indicators li.active {
        color: #055e24;
        background: #f55;
        border: 5px double;
    }

.star-rating li {
    padding: 0 2px;
}

.star-rating i {
    font-size: 14px;
    color: #ffdc12;
}

.bg-line {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 40px;
}

.mediation-members {
    font-size: 15px;
}

    .mediation-members a {
        color: #fff;
        padding: 0;
        text-indent: 0;
    }

.media-left {
    border: 5px solid #056839;
    border-radius: 80px;
    box-shadow: 0 0 10px -4px #056839;
    transition: .6s;
}

    .media-left:hover {
        box-shadow: 0 0 50px -4px #056839;
    }

.read-more a {
    color: #056839;
    transition: .6s;
}

    .read-more a:hover {
        letter-spacing: 1px;
    }

#myModal--effect-pulse.modal.fade .modal-dialog {
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#myModal--effect-pulse.modal.fade.in .modal-dialog {
    transform: perspective(400px) scale3d(.95,.95,.95);
    animation-timing-function: ease-in;
    opacity: 1;
}

.modal-dialog.mediation-popup {
    max-width: 650px;
    margin: 0 auto;
    background-color: #f7ffef;
}

.modal-header {
    border-bottom: 0;
}

.mediation-pop {
    font-size: 38px;
    color: #056839;
    position: absolute;
    right: 15px;
    z-index: 9;
}

.partners {
    background-color: #fff;
    margin-bottom: 15px;
    width: 100%;
    margin: 15px auto;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: -5px 4px 24px -8px rgba(0,0,0,.75);
    -moz-box-shadow: -5px 4px 24px -8px rgba(0,0,0,.75);
    box-shadow: -2px 4px 16px -8px rgba(0,0,0,.75);
    transition: .5s;
}

.hover-shadow:hover {
    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

    .hover-shadow:hover:before {
        opacity: .4;
        transform: translateY(6px);
        animation-name: hover-shadow;
        animation-duration: 1.5s;
        animation-delay: .3s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }

.hover-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    transition-duration: .3s;
    transition-property: transform opacity;
}

.hover-shadow.abt:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 110%;
    left: 5%;
    height: 15px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    transition-duration: .3s;
    transition-property: transform opacity;
}

@keyframes hover {
    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(-6px);
    }
}

@keyframes hover-shadow {
    0% {
        transform: translateY(6px);
        opacity: .4;
    }

    50% {
        transform: translateY(3px);
        opacity: 1;
    }

    100% {
        transform: translateY(6px);
        opacity: .4;
    }
}

@keyframes pop {
    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.pop {
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
}

    .pop:hover {
        animation-name: pop;
        animation-duration: .3s;
        animation-timing-function: linear;
        animation-iteration-count: 1;
    }

.bg-8 {
    background-image: url(../images/bg-8.jpg);
    background-blend-mode: hue;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 70px;
}

.enquiry-model {
    top: 100px;
}

.quick-enquiry-pop {
    padding: 5px 10px;
}

    .quick-enquiry-pop form .form-group {
        position: relative;
    }

.field-icon {
    position: absolute;
    top: 8px;
    color: #056839;
    font-size: 18px;
}

.modal-content.enquiry-fade {
    background-color: #f7ffef;
    border: 0;
}

.field-icon.mess {
    position: absolute;
    top: 0;
    color: 56839;
    font-size: 18px;
}

.quick-enquiry-pop form .form-group .form-control {
    padding-left: 24px;
}

.form-group {
    margin-bottom: 0;
}

.quick-enquiry-pop form .form-group .form-control::placeholder {
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.quick-enquiry-pop form .form-group .form-control:focus::placeholder {
    transform: translateX(30px);
    opacity: 0;
}

.enquiry-fade .modal-body {
    padding: 0;
}

.contact_message .form-group {
    position: relative;
}

.contact-icons {
    position: absolute;
    top: 8px;
    color: #056839;
    transition: .6s;
}

.contact_message .form-group.contact-icons {
    transition: .6s;
}

.contact_message .form-group:hover .contact-icons {
    transform: scale(1.2);
}

.contact-icons.message {
    position: absolute;
    top: 2px;
    color: #056839;
}

.contact_message .form-group .form-control {
    padding-left: 20px;
}

    .contact_message .form-group .form-control::placeholder {
        transition: .6s;
    }

    .contact_message .form-group .form-control:hover::placeholder {
        opacity: 0;
        transform: translateY(30px);
    }

    .contact_message .form-group .form-control:hover {
        border-color: #056839;
    }

.form.contact_message {
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 0 84px -37px grey;
    z-index: 9;
}

.form.footer-form {
    position: absolute;
    width: 100%;
}

.form.contact_message.pop-bg {
    background: #f6feee;
    box-shadow: none;
}

.pt-60 {
    padding-top: 60px;
}

.become-mem p a {
    color: #056839;
    transition: .6s;
    position: relative;
}

    .become-mem p a:hover {
        color: #033a03;
        position: relative;
    }

    .become-mem p a::before {
        background: #056839 none repeat scroll 0 0;
        border-radius: 50%;
        bottom: 10px;
        content: "";
        height: 5px;
        left: 50%;
        opacity: 0;
        position: absolute;
        transform: translateX(-50%);
        transition: opacity .2s ease 0s,bottom 0s ease .2s,height 0s ease .2s,width 0s ease .2s,border-radius 0s ease .2s,left 0s ease .2s;
        width: 5px;
    }

    .become-mem p a:hover::before {
        border-radius: 0;
        bottom: -4px;
        height: 1px;
        opacity: 1;
        transition: opacity 0s ease 0s,bottom .2s ease 0s,height .2s ease .2s,width .2s ease .2s,border-radius .2s ease .2s,left .2s ease .2s;
        width: calc(100% - 10px);
    }

.service_two p {
    padding: 30px 20px;
}

.srv_item_number {
    position: relative;
    overflow: hidden;
    text-align: right;
    border-bottom: 1px dotted;
}

    .srv_item_number:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: 80px;
    }

    .srv_item_number strong {
        font-size: 42px;
        line-height: 42px;
        font-weight: 700;
        position: relative;
        top: 20px;
        display: inline-block;
        transition: all .4s ease;
        padding-right: 20px;
    }

.service_two .srv_icon {
    width: 100px;
    height: 100px;
    transition: all .8s ease;
    text-align: center;
    margin: 0 auto;
}

    .service_two .srv_icon span:before {
        font-size: 42px;
        line-height: 100px;
    }

.service_two:hover .srv_item_number strong {
    top: 0;
}

.service_two:hover .srv_icon {
    transform: rotateY(180deg);
}

.filters ul li {
    float: left;
    margin: 0 5px;
    cursor: pointer;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    background-color: #056839;
    padding: 5px 13px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: -14px 9px 26px -8px grey;
    transition: .6s;
}

    .filters ul li:hover {
        transform: skew(0deg,0deg);
    }

.default-portfolio-item {
    position: relative;
}

    .default-portfolio-item .overlay-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        opacity: 0;
        visibility: hidden;
    }

        .default-portfolio-item .overlay-box span {
            position: absolute;
            left: 0;
            top: 47%;
            width: 100%;
            height: 100%;
            display: table;
            vertical-align: middle;
            text-align: center;
        }

            .default-portfolio-item .overlay-box span i.fa {
                text-align: center;
                font-size: 24px;
            }

.filter-list .mix {
    display: none;
}

.gallery-section .filters {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.gallery-section .filter-btns {
    position: relative;
    text-align: center;
}

    .gallery-section .filter-btns li {
        position: relative;
        display: inline-block;
        padding: 5px 20px;
        line-height: 24px;
        border: 1px solid;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 14px;
        margin-right: 15px;
    }

.tag {
    position: absolute;
    left: 15px;
    bottom: 5%;
    vertical-align: middle;
    text-align: center;
}

    .tag ul li {
        float: left;
        padding-right: 5px;
    }

.overlay-box {
    border: 5px solid;
}

[class^=btn-] {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    /*height: 80px;
    max-width: 250px;
    margin: 1rem auto;*/
    text-transform: uppercase;
    border: 1px solid currentColor;
}

html *, html :after, html :before {
    box-sizing: border-box;
}

.bg-7 {
    background-image: url(../images/bg-7.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (min-width:600px) {
    .wrap {
        width: 50%;
        float: left;
    }
}

.btn-2 {
    color: #fff;
}

    .btn-2 span {
        position: relative;
        z-index: 9;
    }

    .btn-2:after, .btn-2:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: .5s;
    }

    .btn-2:before {
        right: -50px;
        border-right: 50px solid transparent;
        border-bottom: 80px solid #0b9444;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .btn-2:after {
        left: -50px;
        border-left: 50px solid transparent;
        border-top: 80px solid #0b9444;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .btn-2:hover {
        color: #fff;
        position: relative;
    }

        .btn-2:hover:before {
            -webkit-transform: translateX(-49%);
            transform: translateX(-49%);
        }

        .btn-2:hover:after {
            -webkit-transform: translateX(49%);
            transform: translateX(49%);
        }

.table {
    padding: 10px 30px;
}

    .table h1 {
        font-family: Poppins,sans-serif;
    }

    .table ul li {
        padding: 7px;
        border-bottom: 1px solid;
    }

        .table ul li:last-child {
            border-bottom: none;
        }

    .table.text-center {
        border-bottom: 3px solid #056839;
    }

.main_title.my_30 {
    margin: 10px 0;
    text-align: left;
}

.my_20 {
    margin: 20px 0;
}

.members-img {
    transition: .6s;
    overflow: hidden;
}

    .members-img img {
        transition: .6s;
    }

    .members-img:hover img {
        transform: scale(1.1);
    }

.text-white {
    color: #fff;
}

.border a {
    color: #fff;
}

.border p {
    line-height: 20px;
}

.member {
    position: relative;
}

    .member .data {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transform-origin: left top 0;
        display: inline-block;
        position: absolute;
    }

        .member .data h4, .member .data strong {
            padding: 10px 30px;
            display: block;
        }

.data strong {
    letter-spacing: 2px;
    font-weight: 500;
}

.border h4, .border strong {
    margin-bottom: 0;
}

.border strong {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 15px;
}

.member .hover_overlay {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 15px;
    background-color: rgba(0,0,0,.8);
    opacity: 0;
}

.hover_overlay .socal_media {
    text-align: center;
    margin: 0 auto;
    display: table;
}

    .hover_overlay .socal_media ul li {
        float: left;
        margin-right: 5px;
        margin-bottom: 0;
    }

        .hover_overlay .socal_media ul li a {
            width: 45px;
            height: 45px;
            line-height: 36px;
        }

.border {
    width: 100%;
    height: 100%;
    padding: 15px;
    border: 3px solid !important;
}

    .border p {
        margin-bottom: 0;
    }

.member:hover .data {
    opacity: 0;
}

.small-heading {
    color: #056839;
    font-size: 20px;
}

.secondry-container {
    width: 95%;
}

.bg-4 {
    background-image: url(../images/bg-4.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.feature-block {
    position: relative;
    margin-top: 25px;
}

    .feature-block .inner-box {
        position: relative;
        padding: 20px 40px 20px;
        padding-left: 70px;
        background-color: #fff;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-align: justify;
    }

        .feature-block .inner-box:hover {
            box-shadow: 0 10px 30px rgba(0,0,0,.05);
            transform: scale(1.01);
        }

    .feature-block .icon {
        position: absolute;
        left: 10px;
        top: 20px;
        font-size: 28px;
        color: #5c9320;
        font-weight: 400;
        margin-bottom: 20px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .feature-block .inner-box:hover .icon {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .feature-block .inner-box:hover .icon {
        left: 30px;
    }

    .feature-block h4 {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 1.2em;
        color: #333;
        font-weight: 400;
        margin-bottom: 10px;
    }

        .feature-block h4 a {
            color: #333;
            display: inline-block;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

    .feature-block .inner-box:hover h4 {
        color: #5c9320;
    }

    .feature-block .text {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 30px;
        font-weight: 400;
    }

.bg-semi-white {
    background-color: #ececec;
    margin-top: 30px;
}

.grd-image-box-1 {
    float: left;
    width: 100%;
    border: 1px solid #f2f2f2;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 66px -41px grey;
    transition: .6s;
}

    .grd-image-box-1:hover {
        transform: scale(1.05);
    }

    .grd-image-box-1 .entry-title {
        float: left;
        width: 100%;
    }

        .grd-image-box-1 .entry-title .title {
            float: left;
            width: 100%;
            padding: 15px 40px 10px 20px;
            font-size: 17px;
            font-weight: 500;
            margin: 0;
            z-index: 9;
            color: #056839;
        }

    .grd-image-box-1 .entry-icon {
        float: left;
        position: absolute;
        top: -24px;
        right: 30px;
        width: 65px;
        height: 65px;
        background-color: #056839;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all .5s;
        transition: all .5s;
        z-index: 999;
    }

        .grd-image-box-1 .entry-icon .svg-icon {
            font-size: 35px;
            color: #fff;
        }

    .grd-image-box-1 .entry_thumbnail {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .grd-image-box-1 .entry_thumbnail img {
            -webkit-transition: all .5s;
            transition: all .5s;
            width: 100%;
        }

        .grd-image-box-1 .entry_thumbnail .hover {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .grd-image-box-1 .entry-content {
        float: left;
        width: 100%;
        padding: 16px 15px;
        line-height: 26px;
        padding-bottom: 0;
    }

    .grd-image-box-1:hover .entry_thumbnail .hover {
        background-color: rgba(16,46,25,.8);
    }

    .grd-image-box-1:hover .entry_thumbnail img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .grd-image-box-1:hover .entry-icon {
        top: 30px;
    }

.entry-icon p {
    line-height: 14px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.bg-1 {
    background-image: url(../images/bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	padding-bottom:30px;
}

.member_feedback {
    position: relative;
    margin: 60px 15px 10px 15px;
}

    .member_feedback h5 {
        letter-spacing: 2px;
    }

.client_img img {
    width: 100px !important;
    height: auto;
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: 30px;
    margin-bottom: 20px;
}

.star {
    margin-top: 40px;
}

.member_feedback h5 {
    font-weight: 500;
}

.star ul li {
    float: left;
    margin-right: 5px;
}

.member_feedback:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    background-image: url(../images/testimonial/clone.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: .04;
    background-position: top right;
    overflow: hidden;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.blog_item {
    position: relative;
}

.comments {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 11;
    font-size: 42px;
}

    .comments span {
        position: absolute;
        top: 7px;
        right: 12px;
        z-index: 11;
        font-size: 14px;
        font-weight: 600;
    }

.blog_content {
    padding: 30px 15px;
    display: inline-block;
}

.blog_title a h5 {
    line-height: 24px;
}

.blog_img {
    overflow: hidden;
}

.admin {
    border-radius: 30px;
    padding: 5px;
    display: inline-block;
    float: left;
}

    .admin img {
        width: 40px !important;
        height: 40px;
        border-radius: 100%;
        margin-right: 10px;
        float: left;
    }

    .admin span {
        padding-right: 15px;
        line-height: 39px;
    }

.date {
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
}

.contact_info ul li {
    margin-bottom: 20px;
}

.contact_text.persons-detail {
   line-height: 20px;
}

.avtar {
    margin-right: 10px;
}

.contact_text h6 {
    font-weight: 600;
    letter-spacing: 1px;
}

.form-control {
    padding: 5px 15px;
    font-size: 14px;
    height: calc(30px + 15px);
    margin-bottom: 15px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid;
    background-color: transparent;
}

    .form-control:focus {
        outline: 0;
        box-shadow: none;
        background-color: transparent;
    }

.error-handel {
    position: relative;
}

    .error-handel:before {
        bottom: -30px;
        display: table;
        height: 35px;
        left: 15px;
        margin: auto 0;
        position: absolute;
        text-align: left;
        width: 100%;
    }

#error, #success {
    display: none;
    line-height: 34px;
}

.contact_message .error {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
}

#error, #success {
    display: none;
    line-height: 34px;
}

#success {
    color: #31bb15;
}

.contact_message .error {
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
}

.contact_info ul li .contact_icon {
    margin-right: 20px;
    color: #fff;
}

.contact_text {
    display: table-cell;
}

.twite i {
    padding-right: 15px;
}

.subscribe .form-control {
    border-bottom: 0;
}

.bg-2 {
    background-image: url(../images/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.contact_text a {
    color: #636363;
    transition: .6s;
}

    .contact_text a:hover {
        color: #056839;
    }

.contact_text h6 {
    margin-bottom: 0;
}

.pt-100 {
    padding-top: 100px;
}

.button.login {
    padding: .3em 4.2em;
}

.button {
    display: inline-block;
    text-decoration: none;
    color: #056839;
    brackground-color: transparent;
    border: 1px solid #056839;
    border-radius: 100px;
    padding: .3em 1.2em;
    margin: 5px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right,#fff 50%,#056839 50%);
    transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
}

    .button:hover {
        color: rgba(255,255,255,1);
        background-color: #5c9320;
        background-position: -100% 100%;
        cursor: pointer;
    }

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.lds-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

    .lds-spinner div {
        left: 94px;
        top: 48px;
        position: absolute;
        -webkit-animation: lds-spinner linear 1s infinite;
        animation: lds-spinner linear 1s infinite;
        width: 12px;
        height: 24px;
        border-radius: 40%;
        -webkit-transform-origin: 6px 52px;
        transform-origin: 6px 52px;
    }

        .lds-spinner div:nth-child(1) {
            -webkit-transform: rotate(0);
            transform: rotate(0);
            -webkit-animation-delay: -.916666666666667s;
            animation-delay: -.916666666666667s;
        }

        .lds-spinner div:nth-child(2) {
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
            -webkit-animation-delay: -.833333333333333s;
            animation-delay: -.833333333333333s;
        }

        .lds-spinner div:nth-child(3) {
            -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
            -webkit-animation-delay: -.75s;
            animation-delay: -.75s;
        }

        .lds-spinner div:nth-child(4) {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-animation-delay: -.666666666666667s;
            animation-delay: -.666666666666667s;
        }

        .lds-spinner div:nth-child(5) {
            -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
            -webkit-animation-delay: -.583333333333333s;
            animation-delay: -.583333333333333s;
        }

        .lds-spinner div:nth-child(6) {
            -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
            -webkit-animation-delay: -.5s;
            animation-delay: -.5s;
        }

        .lds-spinner div:nth-child(7) {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-animation-delay: -.416666666666667s;
            animation-delay: -.416666666666667s;
        }

        .lds-spinner div:nth-child(8) {
            -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
            -webkit-animation-delay: -.333333333333333s;
            animation-delay: -.333333333333333s;
        }

        .lds-spinner div:nth-child(9) {
            -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
            -webkit-animation-delay: -.25s;
            animation-delay: -.25s;
        }

        .lds-spinner div:nth-child(10) {
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
            -webkit-animation-delay: -.166666666666667s;
            animation-delay: -.166666666666667s;
        }

        .lds-spinner div:nth-child(11) {
            -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
            -webkit-animation-delay: -83.333333333333ms;
            animation-delay: -83.333333333333ms;
        }

        .lds-spinner div:nth-child(12) {
            -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

.lds-spinner {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px,-100px) scale(1) translate(100px,100px);
    transform: translate(-100px,-100px) scale(1) translate(100px,100px);
}

.right-menu {
    position: absolute;
    bottom: 5px;
    right: 0;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 11;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
    }

.banner {
    padding: 110px 0;
}

.page_banner_title {
    margin-top: 10px;
}

.banner_text {
    position: relative;
    z-index: 11;
}

.breadcrumbs ul li {
    float: left;
    margin-right: 15px;
    display: inline-block;
}

    .breadcrumbs ul li:last-child {
        margin-right: 0;
    }

nav ul li.page-item {
    margin-right: 7px;
}

.page-link {
    border: none;
    border-radius: 50%;
    line-height: 31px;
    width: 45px;
    height: 45px;
    font-size: 16px;
    text-align: center;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 50%;
}

.widget .socal_media ul li {
    float: left;
    margin-right: 7px;
}

.archives ul li, .category_sidebar ul li {
    padding: 7px 0;
    text-align: right;
    width: 100%;
    display: inline-block;
}

    .archives ul li a, .category_sidebar ul li a {
        float: left;
    }

.recent_post .post_img {
    width: 80px;
    height: auto;
    float: left;
}

.recent_post_content {
    display: inline-block;
    padding-left: 15px;
    width: 70%;
}

.tags ul li {
    float: left;
    margin: 0 5px 5px 0;
}

    .tags ul li a {
        padding: 5px 25px;
        border-radius: 50px;
    }

.blog_details .comments {
    position: relative;
    display: inline-block;
    margin-left: 45px;
    font-size: 24px;
    float: left;
}

    .blog_details .comments span {
        position: relative;
        display: inline-block;
        top: -3px;
        margin-left: 15px;
        font-weight: 500;
    }

.blog_details .date {
    font-weight: 500;
    font-size: 14px;
}

blockquote {
    padding-left: 30px;
    font-style: italic;
}

.author_img {
    float: left;
}

    .author_img > img {
        width: 70px;
    }

.author_text {
    padding-left: 30px;
    display: table;
}

.author_info {
    margin-bottom: 10px;
}

.author_name {
    display: inline-block;
    text-transform: inherit;
    font-weight: 400;
}

.author_info span {
    float: right;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
}

.replied {
    margin-left: 100px;
}

.carousel-caption h1 {
    animation-delay: .2s;
    animation-duration: 1s;
    opacity: 0;
}

.carousel-caption p {
    animation-delay: .6s;
    animation-duration: 1s;
    opacity: 0;
}

.carousel-caption .btn {
    animation-delay: 1.3s;
    animation-duration: 1s;
    opacity: 0;
}

.carousel-item.active .carousel-caption h1, .carousel-item.active .carousel-caption p, .member:hover .data {
    animation-name: fadeInUp;
}

.carousel-item.active .carousel-caption h1, .carousel-item.active .carousel-caption p {
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1;
}

.carousel-item.active .carousel-caption .btn {
    animation-name: fadeInUp;
}

.carousel-item.active .carousel-caption .btn {
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1;
}

.menu-scroll, .nav-scroll {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    -moz-transition: transform .5s;
    transition: transform .5s;
}

.navbar-nav .nav-item .nav-link:before {
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.navbar-nav .nav-item .nav-link:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.navbar-nav .nav-item .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.archives ul li a, .blog_img img, .blog_item a:hover, .blog_item:hover .blog_img img, .btn_info, .category_sidebar ul li, .category_sidebar ul li a, .default-portfolio-item .overlay-box, .member:hover .data, .page-link, .recent_post a, .table, .tags ul li a {
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

    .default-portfolio-item .overlay-box .arrow span i.fa:hover, .member:hover .hover_overlay {
        transition: all .6s ease 0s;
        -webkit-transition: all .6s ease 0s;
        -moz-transition: all .6s ease 0s;
        -o-transition: all .6s ease 0s;
        -ms-transition: all .6s ease 0s;
    }

.default-portfolio-item .overlay-box, .member .hover_overlay {
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
}

.blog_img img, .default-portfolio-item:hover .overlay-box, .member:hover .hover_overlay {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
    visibility: visible;
}

.blog_item:hover .blog_img img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

#pp-nav li .active span:before {
    -ms-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.carousel-caption, .line_double::after, .line_double::before, .profile_img.personal_video .iconround:before {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.lds-spinner, .personal_video a {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale-multiple {
    position: relative;
}

    .ball-scale-multiple > div:nth-child(2) {
        -webkit-animation-delay: -.4s;
        animation-delay: -.4s;
    }

    .ball-scale-multiple > div:nth-child(3) {
        -webkit-animation-delay: -.2s;
        animation-delay: -.2s;
    }

    .ball-scale-multiple > div {
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        opacity: 0;
        margin: 0;
        left: -70px;
        top: -70px;
        width: 140px;
        height: 140px;
        -webkit-animation: ball-scale-multiple 3s 0s linear infinite;
        animation: ball-scale-multiple 3s 0s linear infinite;
    }

#page_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
}

.box-layout {
    margin: 0 auto;
    border-radius: 1px;
    width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 9;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.body_overlay {
    position: relative;
    height: 100%;
}

    .body_overlay:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.4);
    }

.template_style ul li {
    float: left;
    font-size: 13px;
    margin-right: 10px;
}

.btn_link, .btn_link:hover {
    color: #000;
}

.box_bg_style, .switcher_layout, .template_style {
    border-top: 1px solid #e7e7e7;
}

.select_bg {
    display: inline-block;
    width: 100%;
}

.layout_title {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.radio_check {
    border-radius: 22px;
    display: block;
    height: 44px;
    width: 100px;
    position: relative;
    overflow: hidden;
}

    .radio_check input[type=checkbox] {
        display: none;
    }

    .radio_check label {
        padding: 0 15px;
        transform: translateX(0);
        width: 156px;
        cursor: pointer;
        max-width: inherit;
    }

    .radio_check input[type=checkbox]:checked + label {
        transform: translateX(-56px);
    }

    .radio_check label span {
        line-height: 44px;
        color: #fff;
    }

        .radio_check label span:first-child {
            float: left;
        }

        .radio_check label span:last-child {
            float: right;
        }

    .radio_check label::before {
        background-color: #fff;
        border-radius: 50%;
        content: "";
        height: 40px;
        left: 58px;
        position: absolute;
        top: 2px;
        width: 40px;
        z-index: 1;
    }

[type=radio] {
    display: none;
}

label.radios {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-weight: 500;
    width: 30px;
    height: 30px;
    margin-bottom: -5px;
}

[type=radio]:checked + label.radios::after {
    font-family: FontAwesome;
    content: "\f00c";
    line-height: 28px;
    border: 1px solid;
    text-align: center;
}

.box_bg_style label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

[type=radio]:checked + label.radios::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

.box_bg_style li {
    float: left;
    margin: 0 3px 0 0;
}

.on-panel {
    height: 45px;
    left: -45px;
    position: absolute;
    top: 0;
    width: 45px;
    cursor: pointer;
    font-size: 7px;
    line-height: 55px;
}

.color-panel {
    position: fixed;
    right: -225px;
    top: 90px;
    z-index: 111;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .color-panel.open {
        right: 0;
    }

.on-panel img {
    padding: 10px;
}

.box_bg_style, .panel-box, .switcher_layout, .template_style {
    padding: 10px 10px 10px 20px;
    width: 225px;
    background: #f8f8f8;
    display: table;
}

    .panel-box .panel-title {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }

.color-box {
    display: table;
    width: 100%;
    text-align: left;
}

    .color-box li {
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-right: 5px;
        cursor: pointer;
    }

.scroll-btn {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    z-index: 9;
}

.color-panel {
    background-color: #fff;
}

.color-box li {
    position: relative;
    overflow: hidden;
}

    .color-box li.active {
        border: 2px solid #000;
    }

    .color-box li.default {
        background-color: #ffb32f;
    }

    .color-box li.color_2 {
        background-color: #90c923;
    }

    .color-box li.color_3 {
        background-color: #00cad6;
    }

    .color-box li.color_4 {
        background-color: #00cd7b;
    }

    .color-box li.color_5 {
        background-color: #ffd633;
    }

    .color-box li.color_6 {
        background-color: #d2bd7f;
    }

    .color-box li.color_7 {
        background-color: #00fff7;
    }

    .color-box li.color_8 {
        background-color: #f3c26b;
    }

    .color-box li.color_9 {
        background-color: #ff3926;
    }

    .color-box li.color_10 {
        background-color: #f89635;
    }

    .color-box li.color_11 {
        background-color: #ffeb69;
    }

    .color-box li.color_12 {
        background-color: #73b5ff;
    }

    .color-box li.color_13 {
        background-color: #00a1f2;
    }

    .color-box li.color_14 {
        background-color: #1da8ab;
    }

.body_bg_1 {
    background: url(../images/bg-image/bg-1.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover;
}

.body_bg_2 {
    background: url(../images/bg-image/bg-2.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover;
}

.body_bg_3 {
    background: url(../images/bg-image/bg-3.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover;
}

.body_bg_4 {
    background: url(../images/bg-image/bg-4.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover;
}

.body_bg_5 {
    background: url(../images/bg-image/bg-5.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover;
}

.body_bg_6 {
    background: url(../images/bg-image/bg-6.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover;
}

.body_bg_7 {
    background: url(../images/bg-image/bg-7.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover;
}

.body_bg_8 {
    background: url(../images/bg-image/bg-8.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover;
}

.body_bg_9 {
    background: url(../images/bg-image/bg-9.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover;
}

.body_bg_10 {
    background: url(../images/bg-image/bg-10.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover;
}

.pattern_1 {
    background: url(../images/bg-image/pattern/1.png) repeat fixed;
}

.pattern_2 {
    background: url(../images/bg-image/pattern/2.png) repeat fixed;
}

.pattern_3 {
    background: url(../images/bg-image/pattern/3.png) repeat fixed;
}

.pattern_4 {
    background: url(../images/bg-image/pattern/4.png) repeat fixed;
}

.pattern_5 {
    background: url(../images/bg-image/pattern/5.png) repeat fixed;
}

.box_bg_style .pattern1 {
    background: url(../images/bg-image/pattern/1.png) no-repeat center;
}

.box_bg_style .pattern2 {
    background: url(../images/bg-image/pattern/2.png) no-repeat center;
}

.box_bg_style .pattern3 {
    background: url(../images/bg-image/pattern/3.png) no-repeat center;
}

.box_bg_style .pattern4 {
    background: url(../images/bg-image/pattern/4.png) no-repeat center;
}

.box_bg_style .pattern5 {
    background: url(../images/bg-image/pattern/5.png) no-repeat center;
}

.box_bg_style .body_image1 {
    background: url(../images/bg-image/bg-1.jpg) no-repeat center/cover;
}

.box_bg_style .body_image2 {
    background: url(../images/bg-image/bg-2.jpg) no-repeat center/cover;
}

.box_bg_style .body_image3 {
    background: url(../images/bg-image/bg-3.jpg) no-repeat center/cover;
}

.box_bg_style .body_image4 {
    background: url(../images/bg-image/bg-4.jpg) no-repeat center/cover;
}

.box_bg_style .body_image5 {
    background: url(../images/bg-image/bg-5.jpg) no-repeat center/cover;
}

.box_bg_style .body_image6 {
    background: url(../images/bg-image/bg-6.jpg) no-repeat center/cover;
}

.box_bg_style .body_image7 {
    background: url(../images/bg-image/bg-7.jpg) no-repeat center/cover;
}

.box_bg_style .body_image8 {
    background: url(../images/bg-image/bg-8.jpg) no-repeat center/cover;
}

.box_bg_style .body_image9 {
    background: url(../images/bg-image/bg-9.jpg) no-repeat center/cover;
}

.box_bg_style .body_image10 {
    background: url(../images/bg-image/bg-10.jpg) no-repeat center/cover;
}

@media (min-width:1200px) {
    .contact, .footer_bottom, .portfolio2, .pricing, .services, .team, .testimonial {
        width: 94%;
    }

    .hover_overlay .border h4 {
        margin-top: 15px;
        font-size: 24px;
        line-height: 20px;
    }

    .hover_overlay .border strong {
        margin-bottom: 5px;
    }

    .border {
        padding: 10px;
    }

        .border p {
            margin-bottom: 5px;
        }
}

@media (max-width:1199px) {
    h1 {
        font-size: 28px;
        line-height: 32px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    h3 {
        font-size: 16px;
        line-height: 20px;
    }

    h4 {
        font-size: 15px;
        line-height: 18px;
    }

    .member .hover_overlay {
        padding: 5px;
    }

    .border {
        padding: 10px;
    }

    .member .hover_overlay h4 {
        margin-bottom: 0;
    }

    .member .hover_overlay strong {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
    }

    .border p {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 16px;
    }

    .hover_overlay .socal_media ul li a {
        width: 40px;
        height: 40px;
        line-height: 32px;
    }

    .contact, .footer_bottom, .portfolio2, .pricing, .services, .team, .testimonial {
        margin-left: 70px;
    }

    .member_feedback h5 {
        margin-bottom: 15px;
    }

    .service_one {
        padding: 30px 15px;
    }

    .profile_img.personal_video .iconround:before {
        width: 110px;
        height: 110px;
        left: 10px;
    }

    .profile_img.personal_video a {
        left: 65px;
    }

    .admin span, .date {
        font-size: 14px;
    }

    .admin {
        padding: 0;
    }

    .date {
        line-height: 38px;
    }

    .socal_media ul li a {
        width: 30px;
        height: 30px;
        line-height: 23px;
        text-align: center;
        border-radius: 50%;
        border: 3px solid;
        font-size: 12px;
    }

    .blog_sidebar .widget {
        padding: 20px 15px;
        margin-bottom: 30px;
    }

    .archives ul li, .category_sidebar ul li {
        padding: 5px 0;
    }

    .recent_post .post_img {
        width: 55px;
    }

    .recent_post_content h6 {
        font-size: 12px;
        line-height: 16px;
    }

    .recent_post ul li {
        margin-bottom: 10px;
    }

    .recent_post_content span {
        font-size: 13px;
    }

    .blog_details .comments {
        margin-top: -4px;
    }

    .share_post h4 {
        line-height: 31px;
    }
}

@media (max-width:991px) {
    .main_nav {
        background-color: #818181;
    }

    .mainbanner_content p {
        width: 71%;
    }

    .section_title_1 {
        width: 75%;
    }

    .profile_img.personal_video .iconround:before {
        left: 6px;
        width: 80px;
        height: 80px;
    }

    .profile_img.personal_video a {
        width: 50px;
        height: 50px;
        line-height: 53px;
        left: 46px;
    }

    .personal_video .video-popup i:before {
        font-size: 24px;
    }

    .profile_img.personal_video .loader {
        left: 17%;
    }

    .about_myskill h2 {
        font-size: 30px;
    }

    .counter h3 {
        font-size: 15px;
    }

    .blog_item {
        margin-bottom: 30px;
    }

    .carousel-caption p {
        width: 100%;
    }

    .video_content {
        padding: 0;
    }

    .contact, .footer_bottom, .portfolio2, .pricing, .services, .team, .testimonial {
        margin-left: 70px;
    }

    .main_title p {
        width: 80%;
    }

    .hover_overlay .border h4 {
        margin-top: 20px;
        font-size: 28px;
        line-height: 32px;
    }

    .hover_overlay .border strong {
        font-size: 24px;
    }

    .hover_overlay .border p {
        font-size: 16px;
        line-height: 26px;
        padding: 30px 30px 0;
    }

    .hover_overlay .socal_media ul li a {
        width: 50px;
        height: 50px;
        line-height: 40px;
    }

    .contact_text span {
        font-size: 13px;
    }

    .company, .company p, .video_content {
        padding-bottom: 30px;
    }

        .company h1, .company p {
            padding-top: 0;
        }

    .filters ul li {
        margin: 0 10px;
    }

    .table {
        margin-bottom: 30px;
    }

    .socal_media ul li a {
        width: 30px;
        height: 30px;
        line-height: 23px;
        text-align: center;
        border-radius: 50%;
        border: 3px solid;
        font-size: 12px;
    }

    .blog_sidebar .widget {
        padding: 20px 10px;
        margin-bottom: 30px;
    }

    .archives ul li, .category_sidebar ul li {
        padding: 5px 0;
    }

    .recent_post .post_img {
        width: 55px;
    }

    .recent_post_content h6 {
        font-size: 12px;
        line-height: 16px;
    }

    .recent_post ul li {
        margin-bottom: 10px;
    }

    .recent_post_content span {
        font-size: 13px;
    }

    .blog_details .date {
        line-height: 40px;
    }

    .replied {
        margin-left: 40px;
    }
}

@media (max-width:767px) {
    .mainbanner_content p {
        width: 100%;
    }

    .section_title_1 {
        width: 100%;
    }

    .profile_img.personal_video .loader {
        left: 15%;
    }

    .blog_item, .counter {
        margin-bottom: 30px;
    }

    .filters ul li {
        margin: 5px 10px;
    }

    .profile_img.personal_video .iconround:before {
        width: 130px;
        height: 130px;
        left: 20px;
    }

    .profile_img.personal_video a {
        width: 90px;
        height: 90px;
        line-height: 100px;
        left: 84px;
    }

    .profile_img.personal_video .loader {
        left: 16%;
    }

    .skill-progress {
        margin-top: 20px;
    }

    .contact_message {
        margin-bottom: 20px;
    }

    .banner_title {
        font-size: 18px;
    }

    .main_nav {
        background-color: #818181;
    }

    .sidebar img {
        margin-bottom: 20px;
    }

    .socal_media {
        margin-top: 20px;
    }

        .socal_media ul li a {
            width: 30px;
            height: 30px;
            line-height: 28px;
            text-align: center;
            border-radius: 50%;
            border: 2px solid;
            font-size: 11px;
        }

    .carousel-caption {
        top: 40%;
    }

    .contact_massage {
        top: 20px;
        width: 50px;
        height: 50px;
    }

        .contact_massage a {
            font-size: 20px;
            line-height: 50px;
        }

    .carousel-caption p {
        font-size: 14px;
        line-height: 22px;
        width: 100%;
    }

    .carousel-caption {
        left: 15%;
    }

    h1 {
        font-size: 20px;
        line-height: 24px;
    }

    h2 {
        font-size: 22px;
        line-height: 26px;
    }

    h3 {
        font-size: 20px;
        line-height: 24px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .btn {
        padding: 5px 15px;
        font-size: 12px;
    }

    .sidebar {
        padding: 15px 10px;
    }

    .about_myself, .contact, .education_experience, .footer_bottom, .portfolio2, .pricing, .services, .team, .testimonial, .video_content {
        margin-left: 70px;
    }

    .main_title p {
        width: 90%;
    }

    .education_experience .company span {
        margin-bottom: 15px;
        display: inline-block;
    }

    .education_experience .company h1 {
        margin-top: 15px;
    }

    .company, .company p {
        padding-bottom: 15px;
    }

    .video_content {
        padding-bottom: 30px;
    }

    .hover_overlay .border h4 {
        margin-top: 0;
        font-size: 18px;
        line-height: 20px;
    }

    .hover_overlay .border strong {
        font-size: 20px;
    }

    .hover_overlay .border p {
        font-size: 16px;
        line-height: 26px;
        padding: 15px 15px 0;
    }

    .footer-widget .main_title {
        margin-top: 30px;
    }

    .counter-box {
        margin-top: 20px;
    }

    .pagination {
        margin-bottom: 60px;
    }

    .recent_post_content span {
        font-size: 13px;
    }

    .reply_form {
        margin-bottom: 60px;
    }

    #mysidenav .closebtn {
        display: block;
    }

    .sidebar.bg_primary {
        background-color: transparent !important;
    }

    .sidebar .socal_media {
        display: none;
    }

    .bg-3 {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sidebar {
        height: 15%;
        width: 100%;
    }

        .sidebar.bg_primary {
            background-color: #fff !important;
            box-shadow: 0 0 49px -27px grey;
        }

            .sidebar.bg_primary .logo.text-center {
                text-align: left !important;
            }

            .sidebar.bg_primary span {
                text-align: right;
                vertical-align: middle;
                position: absolute;
                right: 20px;
                top: 40px;
            }

    .contact_massage {
        bottom: 150px;
        top: inherit;
    }

    .carousel-caption {
        bottom: auto;
        width: 74%;
    }

    .bg-8 {
        background-size: cover;
    }

    .bg-4 {
        background-size: cover;
    }

    .about_myself {
        margin-left: 0 !important;
    }

    .single-testimonial {
        padding: 13px 10px;
    }

    .education_experience {
        margin-left: 20px;
    }

    .pricing {
        margin-left: 30px;
        padding-top: 70px;
    }

    .bg-7 {
        background-size: cover;
        padding-top: 60px;
    }

    .portfolio2 {
        margin-left: 20px;
    }

    .filters ul li {
        font-size: 13px;
        margin: -5px 2px;
    }

    .bg-1 {
        background-size: cover;
        padding-top: 60px;
    }

    .news-area .entry-meta:before {
        right: 29px;
    }

    .team {
        margin-left: 20px;
    }

    .bg-2 {
        background-size: cover;
        padding-top: 60px;
    }

    .contact {
        margin-left: 20px;
    }

    .form.footer-form {
        position: unset;
    }

    .footer_bottom {
        margin-left: 20px;
    }

    .modal-dialog.mediation-popup {
        max-width: 650px;
    }

    .contact_message.pop-bg {
        margin-bottom: -11px;
    }

    .main_title.mb-0.pt-60 {
        padding-top: 20px;
    }

    .mcd-menu li a span {
        font-size: 15px;
    }

    .mcd-menu li a i {
        font-size: 17px;
    }

    button.learn-more.abt .button-text {
        right: 0;
    }
}

@media (max-width:736px) {
    .bg-light-green {
        padding-top: 100px;
        padding-left: 50px;
    }

    .bg-8 {
        background-size: cover;
        padding-top: 120px;
    }

    .news-area .entry-meta:before {
        right: 12px;
    }
}

@media (max-width:667px) {
    .sidebar {
        height: 19%;
    }

    .contact_massage {
        bottom: 20px;
    }

    .filters ul li {
        font-size: 10px;
    }

    .news-area .entry-meta:before {
        right: -15px;
    }
}

@media (max-width:640px) {
    .sidebar {
        height: 19%;
    }

    .contact_massage {
        bottom: 20px;
    }

    .filters ul li {
        font-size: 10px;
    }

    .news-area .entry-meta:before {
        right: -15px;
    }

    .carousel-caption {
        top: 60%;
    }
}

@media (max-width:575px) {
    .mainbanner_content h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .blog_item, .counter {
        margin-bottom: 30px;
    }

    .banner_title {
        font-size: 20px;
    }

    .mainbanner_content p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 21px;
        width: 100%;
    }

    .section_title_1 {
        width: 100%;
        font-size: 14px;
    }

        .section_title_1 .title {
            font-size: 24px;
            line-height: 36px;
        }

    .skill-progress {
        margin-top: 20px;
    }

    .profile_img.personal_video .iconround:before {
        width: 100px;
        height: 100px;
        left: 7px;
    }

    .profile_img.personal_video a {
        width: 70px;
        height: 70px;
        line-height: 80px;
        left: 57px;
    }

    .profile_img.personal_video .loader {
        left: 17%;
    }

    .about_myskill h2 {
        font-size: 24px;
    }

    .main_nav {
        background-color: #818181;
    }

    .sidebar {
        padding: 30px 10px;
    }

    .carousel-caption {
        left: 30%;
    }

    h1 {
        font-size: 20px;
        line-height: 24px;
    }

    h2 {
        font-size: 18px;
        line-height: 23px;
    }

    h3 {
        font-size: 17px;
        line-height: 22px;
    }

    .btn {
        padding: 5px 15px;
        font-size: 12px;
    }

    .carousel-caption {
        top: 43%;
    }

        .carousel-caption p {
            width: 100%;
        }

    .pattan:after {
        width: 50%;
    }

    .about_myself, .contact, .education_experience, .footer_bottom, .portfolio2, .pricing, .services, .team, .testimonial, .video_content {
        margin-left: 70px;
    }

    .main_title p {
        width: 100%;
    }

    .education_experience .company span {
        margin-bottom: 15px;
        display: inline-block;
    }

    .company p, .education_experience .company h1 {
        margin-top: 15px;
    }

    .company, .company p {
        padding-bottom: 15px;
    }

    .video_content {
        padding-bottom: 30px;
    }

    .service_one {
        padding: 30px 10px;
        margin: 0;
    }

    .filters ul li {
        margin: 0 10px;
    }

    .tag ul li {
        font-size: 12px;
    }

    .member .hover_overlay {
        padding: 0;
    }

        .member .hover_overlay h4 {
            margin-bottom: 0;
        }

        .member .hover_overlay .border strong {
            margin-bottom: 5px;
        }

    .border {
        padding: 12px;
    }

        .border p {
            margin-bottom: 15px;
            font-size: 13px;
            line-height: 18px;
        }

    .hover_overlay .socal_media ul li a {
        width: 40px;
        height: 40px;
        line-height: 32px;
    }

    .hover_overlay .socal_media {
        padding-bottom: 3px;
    }

    .member_feedback {
        margin: 60px 0 10px 0;
    }

    .footer-widget .main_title {
        margin-top: 30px;
    }

    .pagination {
        margin-bottom: 60px;
    }

    .replied {
        margin-left: 35px;
    }
}

@media (max-width:480px) {
    h1, h2, h3, h4, h6 {
        font-weight: 600;
    }

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 18px;
        line-height: 22px;
    }

    .about_myself, .contact, .education_experience, .footer_bottom, .portfolio2, .pricing, .services, .team, .testimonial, .video_content {
        margin-left: 20px;
    }

    .main_nav {
        background-color: #818181 !important;
    }

    .about_myskill h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .filters ul li {
        margin: 0 8px;
        font-size: 14px;
    }

    .admin {
        padding: 0;
    }

    .date {
        font-size: 13px;
        line-height: 40px;
    }

    .socal_media_2 {
        margin-bottom: 30px;
    }

    .carousel-caption p {
        font-size: 13px;
        line-height: 18px;
    }

    .sidebar img {
        margin-bottom: 25px;
    }

    .socal_media ul li a {
        width: 40px;
        height: 40px;
        line-height: 32px;
        text-align: center;
        border-radius: 50%;
        border: 5px solid;
    }

    #education .nav-item {
        margin: 0 10px 10px 0;
    }

    .socal_media {
        margin-top: 25px;
    }

    .service_one {
        margin: 15px 10px;
    }

    .member .data h4, .member .data strong {
        font-size: 14px;
        padding: 5px 15px;
    }

    .hover_overlay .socal_media {
        display: none;
    }

    .hover_overlay p {
        font-size: 12px;
    }

    .hover_overlay .border p {
        font-size: 13px;
        line-height: 22px;
    }

    .hover_overlay .border p {
        padding: 0;
    }

    .hover_overlay .border strong {
        font-size: 15px;
    }

    .company.pb_60 {
        padding-bottom: 0;
    }

    .company.pt_60 {
        padding-top: 0;
    }

    .bg-light-green {
        padding-left: 10px;
        padding-top: 88px;
    }

    .bg-4 {
        background-size: cover;
        padding-top: 80px;
    }

    .bg-5 {
        background-size: cover;
    }

    .bg-3 {
        background-size: cover;
        /*padding-left: 20px;*/
    }

    .bg-2 {
        background-size: cover;
        padding-top: 0px;
    }

    .bg-1 {
        background-size: cover;
        padding-top: 60px;
    }

    .bg-6 {
        background-size: cover;
    }

    .bg-7 {
        background-size: cover;
        padding-top: 50px;
    }

    .bg-8 {
        background-size: cover;
    }

    .sec-title h2 {
        font-size: 26px;
    }

    .sec-title {
        text-align: center;
    }

    .carousel-inner {
        margin-top: 70px;
    }

    .carousel-control.right {
        right: 0;
        left: 86px;
    }

    .carousel-control.left {
        left: 40px;
        right: auto;
    }

    .carousel .carousel-control {
        top: 80px;
    }

    .form.footer-form {
        position: relative;
    }

    .footer_bottom {
        padding-top: 20px;
    }
	
	.footer.background6 .container{
		padding:0px;
	}

    .testimonial-block {
        position: inherit;
        max-width: 100%;
    }

        .testimonial-block .inner-box {
            position: inherit;
            padding-top: 0;
            padding-left: 0;
        }

        .testimonial-block .thumb-box {
            position: inherit;
            left: auto;
        }

        .testimonial-block .content {
            position: inherit;
            padding: 40px 10px;
            padding-left: 20px;
        }

    .education_experience {
        margin-left: 0;
    }

    .about_myself.pb_60 {
        margin-left: 0;
        padding-bottom: 0;
    }

    button.learn-more.abt .button-text {
        right: 6px;
    }
}

@media (max-width:360px) {
    .sidebar {
        height: auto !important;
        padding: 5px 10px !important;
    }

        .sidebar img {
            margin-bottom: 0;
        }

    .carousel-caption {
        left: 5%;
        top: 53%;
        width: 100%;
        height: 30%;
    }

        .carousel-caption h1 {
            font-size: 28px;
            line-height: 48px;
        }

    .sidebar span {
        color: #056839 !important;
    }
}
