/* #8DC63F mono green*/
/* ==========================================
	Start header top area Css 
   =========================================*/
/*--mobile menu---*/
.logo-txt::before {
    content: "MONO CLINIC";
    position: absolute;
    top: 17px;
    left: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 9999;
    font-weight: 700;
    display: none;
}

.menu-toggle {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 17px;
    display: none;
    cursor: pointer;
}

.mobile-angle-icon {
    display: none !important;
}

.header-top-area {
    background: #8DC63F;
    padding: 9px 0;
}

.dreamit-header-menu-address ul {
    list-style: none;
}

    .dreamit-header-menu-address ul li {
        display: inline-block;
        margin-right: 16px;
    }

        .dreamit-header-menu-address ul li a {
            color: #fff;
        }

        .dreamit-header-menu-address ul li span {
            color: #fff;
        }

        .dreamit-header-menu-address ul li a i {
            margin-right: 7px;
        }

        .dreamit-header-menu-address ul li span i {
            margin-right: 7px;
        }

.dreamit-header-top-socail {
    text-align: right;
}

    .dreamit-header-top-socail a {
        color: #fff;
        display: inline-block;
        margin-left: 15px;
    }

.sticky-nav {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: .5s !important;
    background: #e7e7e7d4 !important;
}

    .sticky-nav .dreamit-header-menu ul li a {
        color: #8DC63F;
    }

.stiky-logo {
    display: none;
}

.sticky-nav .stiky-logo {
    display: block;
}

.sticky-nav .main-logo {
    display: none;
}

.mobile-menu-social-icon {
    display: none;
}
/* ==========================================
	End header top area Css 
   =========================================*/


/* ==========================================
	Start header middle area Css 
   =========================================*/
.header-area {
    background: #ffffff;
}

.dreamit-header-logo {
    margin-top: 14px;
}

.dreamit-header-menu {
    padding: 4px 0;
}

    .dreamit-header-menu ul {
        display: inline-block;
    }

        .dreamit-header-menu ul li {
            display: inline-block;
            margin-right: 20px;
            position: relative;
        }

            .dreamit-header-menu ul li a {
                display: inline-block;
                color: #333;
                font-size: 16px;
                font-weight: 500;
                transition: .3s;
                margin: 27px 0;
            }

                .dreamit-header-menu ul li a:hover {
                    color: #8DC63F;
                }

.header-button {
    display: inline-block;
}

    .header-button a {
        font-size: 14px;
        font-weight: 500;
        color: white;
        background: #7BC74F;
        padding: 10px 25px;
        border: 2px solid transparent;
        border-radius: 3px;
        display: inline-block;
        text-align: center;
        margin-left: 16px;
        transition: .5s;
    }

        .header-button a:hover {
            border-color: #7BC751;
            background: #fff;
            color: #7BC751;
        }


/* Sub Menu Css */
.dreamit-header-menu ul li .sub-menu {
    opacity: 0;
    background: #fff;
    width: 285px;
    position: absolute;
    left: 0;
    top: 150%;
    transition: .5s;
    z-index: 22;
    overflow: hidden;
    visibility: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 3px solid #8DC63F;
    padding: 10px 0;
}

.dreamit-header-menu ul li:hover .sub-menu {
    opacity: 1;
    top: 101%;
    visibility: visible;
}

.dreamit-header-menu ul li .sub-menu ul li {
    display: block;
}

    .dreamit-header-menu ul li .sub-menu ul li a {
        visibility: inherit;
        padding: 8px 30px;
        transition: .5s;
        display: block;
        font-size: 15px;
        color: #333 !important;
        transition: .5s;
        margin: 0;
    }

        .dreamit-header-menu ul li .sub-menu ul li a:hover {
            color: #8DC63F !important;
        }

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: #676a6c;
    display: block;
    margin: 2px 0 5px 0;
}

    .product-name:hover,
    .product-name:focus {
        color: #1ab394;
    }

.product-price {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1ab394;
    padding: 6px 12px;
    position: absolute;
    top: -32px;
    right: 0;
}

.product-detail .ibox-content {
    padding: 30px 30px 50px 30px;
}

.image-imitation {
    background-color: #f8f8f9;
    text-align: center;
    padding: 200px 0;
}

.product-main-price small {
    font-size: 10px;
}

.product-images {
    margin: 0 20px;
}
/* Home Two Css */
.single-middle-address-icon i {
    font-size: 30px;
    float: left;
    color: #8DC63F;
    padding-right: 15px;
}

.single-middle-address-content h3 {
    color: #565872;
    font-size: 15px;
    font-weight: 600;
}

.single-middle-address-content a:hover {
    color: #333;
}

.single-middle-address-content a {
    color: #8DC63F;
    transition: .5s;
}
/* ==========================================
    End header middle area Css 
   =========================================*/

/* ==========================================
    start header menu area Css 
   =========================================*/
/* Header Monu style tow */
.header-area.style-two.sticky {
    background: transparent !important;
    padding: 0;
    box-shadow: none !important;
}

.style-two .menu-bg {
    background: #7BC74F;
    border-radius: 3px;
    position: relative;
    margin-bottom: -33px;
    z-index: 99;
    padding-left: 10px;
}

.style-two .dreamit-header-menu ul li a {
    color: #fff;
    margin: 15px 0;
}

.style-two .header-button {
    float: right;
}

    .style-two .header-button a {
        background: #333;
        padding: 20px 25px;
        border: none;
        border-radius: 0 3px 3px 0;
    }
/* ==========================================
	End header menu area Css 
   =========================================*/

/* ==========================================
    start search Popup Css 
   =========================================*/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #8DC63F;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

    .search-popup .close-search span {
        position: relative;
        height: 70px;
        width: 70px;
        font-size: 30px;
        line-height: 70px;
        color: #ffffff;
    }

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

    .search-popup .form-group input[type="text"],
    .search-popup .form-group input[type="search"] {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #000000;
        height: 70px;
        width: 100%;
        padding: 10px 30px;
        background-color: #ffffff;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        font-weight: 500;
        text-transform: capitalize;
    }

    .search-popup .form-group input[type="submit"], .search-popup .form-group button {
        position: absolute;
        right: 30px;
        top: 0px;
        height: 70px;
        line-height: 70px;
        background: transparent;
        text-align: center;
        font-size: 24px;
        color: #000000;
        padding: 0;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        border: none;
    }

        .search-popup .form-group input[type="submit"]:hover,
        .search-popup .form-group button:hover {
            color: #000000;
        }
/*
.btn-group button {
    background-color: transparent;
    outline: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}

    .btn-group button:hover {
        background-color: transparent;
    }

.dropdown-menu.show {
    background: #373737;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 0px;
    margin-top: 35px;
}

.dropdown-item {
    width: 50px !important;
}

.dropdown-menu.show a {
    text-decoration: none;
    color: white;
    padding: 2px 5px 7px 10px;
    font-size: 17px;
    display: block;
}

.dropdown-menu.show li {
    padding: 2px;
    border-bottom: 1px solid white;
}

.dropdown-menu.show a:hover {
    background-color: transparent;
    color: white;
}*/
.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-box-btn.search-box-outer {
    float: right;
}

    .search-box-btn.search-box-outer span {
        color: #fff;
        cursor: pointer;
        font-size: 16px;
    }

/* ==========================================
	start slider area Css 
   =========================================*/

.slider1 {
    height: 480px;
    background: url(assets/images/plastic/bbl/brazilian-butt-europe.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.slider2 {
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.dreamit-slider-content h1 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 4px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.dreamit-slider-content h2 {
    font-size: 45px;
    width: 66%;
    font-weight: 700;
    margin: auto;
    text-transform: capitalize;
    display: block;
    line-height: 1.4;
}

.slider-button a {
    color: #fff;
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    font-size: 17px;
    padding: 18px 50px;
    margin: 0 14px;
    text-transform: capitalize;
    transition: .5s;
}

    .slider-button a:hover {
        background: #8DC63F !important;
        color: #fff;
        border: 2px solid #8DC63F !important;
    }

.slider-button .active {
    color: #fff;
    background: #8DC63F !important;
    border: 2px solid #8DC63F;
    transition: .5s;
}

    .slider-button .active:hover {
        background: transparent !important;
        border: 2px solid #fff !important;
    }
/*home page two css*/
.slider3 {
    height: 900px;
    background: url(assets/images/slider3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider4 {
    height: 900px;
    background: url(assets/images/slider4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .slider3.slider-area:before, .slider4.slider-area:before {
        display: none;
    }
/* Home style two */
.style-two .dreamit-slider-content {
    background: rgba(141, 198, 63, 0.70);
    padding: 40px 40px 110px;
    width: 60%;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin-top: 18px;
}

.dreamit-slider-content::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: -31px;
    top: -31px;
    background: rgba(141, 198, 63, 0.70);
    z-index: -1;
    border-radius: 10px;
}

.style-two .dreamit-slider-content h1 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    text-transform: inherit;
    color: #fff;
}

.style-two .dreamit-slider-content p {
    color: #fff;
    font-size: 18px;
    width: 89%;
    padding: 22px 0 28px;
}

.style-two .slider-button a {
    color: #000000;
    background: #fff;
    padding: 17px 62px;
    border-radius: 5px;
    transition: .5s;
}

    .style-two .slider-button a:hover {
        color: #000000;
        background: #fff !important;
        border-color: #fff !important;
        transform: translateY(-10px) !important;
    }

/*home page three css*/
.slider5 {
    height: 900px;
    background: url(assets/images/call1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.slider6 {
    height: 900px;
    background: url(assets/images/slider1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

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

/*home page four css*/
.slider7 {
    height: 900px;
    background: url(assets/images/slider-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider8 {
    height: 900px;
    background: url(assets/images/slider-7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .slider7 .dreamit-slider-content h1,
    .slider8 .dreamit-slider-content h1 {
        font-size: 50px;
        font-weight: 700;
        letter-spacing: 4px;
        margin: 0;
        text-transform: capitalize;
        color: #fff;
    }

    .slider8 .dreamit-slider-content p {
        color: #fff;
        width: 55%;
        margin: auto;
        font-size: 16px;
    }

.slider7 .dreamit-slider-content p {
    color: #fff;
    width: 55%;
    font-size: 16px;
}

.slider7 .slider-button a,
.slider8 .slider-button a {
    color: #fff;
    display: inline-block;
    background: #8DC63F;
    border: 0;
    font-size: 15px;
    padding: 15px 50px;
    margin: 0;
    text-transform: uppercase;
    transition: .5s;
    font-weight: 600;
}

    .slider7 .slider-button a:hover,
    .slider8 .slider-button a:hover {
        border: none !important;
    }
/*home page five css*/
.slider9 {
    height: 900px;
    background: url(assets/images/medi-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider10 {
    height: 900px;
    background: url(assets/images/medi-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider-area.slider9:before {
    display: none;
}

.slider-area.slider10:before {
    display: none;
}

.slider9 .dreamit-slider-content,
.slider10 .dreamit-slider-content {
    background: none;
    padding: 0;
    width: 100%;
    border-radius: 0;
}

    .slider9 .dreamit-slider-content::before,
    .slider10 .dreamit-slider-content::before {
        display: none;
    }

    .slider9 .dreamit-slider-content h1, .slider10 .dreamit-slider-content h1 {
        font-size: 66px;
        font-weight: 700;
        color: #172541;
        letter-spacing: 0;
        margin: 0;
        text-transform: capitalize;
    }

    .slider9 .dreamit-slider-content p, .slider10 .dreamit-slider-content p {
        font-size: 20px;
        width: 35%;
        color: #565872;
        padding: 25px 0;
    }

.slider9 .slider-button a {
    color: #fff;
    display: inline-block;
    background: #8DC63F;
    font-size: 17px;
    padding: 17px 65px;
    margin: 0 14px;
    text-transform: capitalize;
    transition: .5s;
    border-radius: 7px;
    border: none;
}

.slider10 .slider-button a {
    color: #fff;
    display: inline-block;
    background: #8DC63F;
    font-size: 17px;
    padding: 17px 50px;
    margin: 0 14px;
    text-transform: capitalize;
    transition: .5s;
    border-radius: 7px;
    border: none;
}

    .slider9 .slider-button a:hover, .slider10 .slider-button a:hover {
        border: none !important;
        transform: translateY(-5px);
    }
/*nav css*/
.owl-nav {
    position: relative;
}

.owl-prev, .owl-next {
    position: absolute;
    top: -270px;
    height: 70px;
    width: 50px;
    line-height: 70px;
    border: 1px solid #8DC63F;
    text-align: center;
    border-radius: 2px;
    font-size: 25px;
    color: #8DC63F;
    transition: .5s;
}

.owl-next {
    right: 0px;
}

.owl-prev {
    left: 0px;
}

    .owl-prev:hover {
        background: #8DC63F;
        color: #fff;
    }

.owl-next:hover {
    background: #8DC63F;
    color: #fff;
}

.slider_list:hover .owl-prev {
    left: 40px;
}

.slider_list:hover .owl-next {
    right: 40px;
}

/*====================================================
--< Techno Nivo Slider Area Css -->
======================================================*/
.nivo_slider_area {
    position: relative;
}

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

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

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

.em-slider-main-title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.em-slider-sub-title {
    font-size: 19px;
    font-weight: 400;
    color: #8DC63F;
    letter-spacing: 2px;
}

.em-nav-slider-title-center {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
}

.em-nav-slider-title-centerspan {
    color: #0c5adb;
}

.em-slider-up-title {
    font-size: 38px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.em-slider-sub-em-title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.em-slider-descript p {
    padding: 5px;
    width: 56%;
    font-size: 17px;
    margin: 24px 0 24px;
}

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

.text-center .em-slider-descript {
    margin: 22px auto 28px;
    width: 62%;
    font-size: 17px;
}

.text-right .em-slider-descript {
    margin-right: 0;
    margin-left: auto;
    width: 60%;
    font-size: 17px;
    padding-top: 25px;
}

.text-center {
    text-align: center;
}
/*
/ slider button /*/
.em-slider-button.wow.bounceInUp.em-button-button-area.animated {
    padding-top: 19px;
}

.em-button-button-area a {
    border: 1px solid #ccc;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 12px;
    padding: 15px 41px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 999;
    letter-spacing: 1px;
    border-radius: 5px;
}

a.em-active-button {
    background: #8DC63F;
    border-color: #8DC63F;
}

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

a.em-active-button:hover {
    background: #fff;
    border-color: #fff;
    color: #8DC63F;
}

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

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

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

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

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

.nivo-controlNav {
    float: right;
    padding: 15px 0;
    text-align: center;
    position: relative;
    margin-top: -202px;
    z-index: 22;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px 0 0 5px;
}

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

.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {
    margin-left: 30px;
}

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

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

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

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

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

/ controlNav /

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

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

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

.cd-headline.clip span {
    display: inline-block;
    padding: 0 0 0;
}

    .cd-headline.clip span b {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
    }

/* ==========================================
	End slider area Css  
   =========================================*/

/* ==========================================
    start contact company address area Css  
   =========================================*/
.style-three .contact-address {
    background: #96e269;
    padding: 70px 0 12px;
    margin-bottom: 30px;
    text-align: center;
    transition: 0.5s;
}

/* ==========================================
    End contact company address area Css  
   =========================================*/

/* ==========================================
    Start pricing  area Css  
   =========================================*/
.pricing-area {
    background: #f2f5f8;
}

.dreamit-pricing-box {
    padding: 51px 40px 70px;
    box-shadow: 10px 8px 35px 0px rgba(49, 49, 49, 0.08);
    text-align: center;
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: .5s;
    margin-bottom: 30px;
    background-image: url('assets/images/monobannermobil-600x600.webp');
    background-size: 100%;
    background-repeat:no-repeat;
    background-position:right top;
}

.pricing-title h3 {
    font-size: 20px;
    color: #8DC63F;
    font-weight: 700;
    margin-top:200px;
    margin-bottom: 12px;
}

.pricing-tk h3 {
    font-size: 20px;
    font-weight: 400;
    color: #565872;
    font-family: 'Heebo', sans-serif;
    padding: 30px 0px 48px 0px;
    text-align:center;
}

.pricing-tk span {
    font-size: 16px;
    font-weight: 400;
    padding: 30px 0px 48px 0px;
}

.pricing-body ul {
    list-style: none;
    display: inline-block;
    padding: 30px 0px 48px 0px;
}

    .pricing-body ul li {
        display: block;
        font-size: 16px;
        padding: 8px 0;
        font-family: 'Heebo', sans-serif;
    }

.pricing-button a {
    font-size: 15px;
    font-weight: 500;
    padding: 16px 44px;
    background: #7bc74d;
    color: #fff;
    border: none;
    font-family: 'Heebo', sans-serif;
    margin-top: 140px;
}

.dreamit-pricing-box:hover .pricing-button a {
    background: #565872;
    color: #F2F5F8;
}

.dreamit-pricing-box:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
/*    background: url(assets/images/pricing.png);*/
  
    height: 210px;
    width: 218px;
}

.dreamit-pricing-box:hover {
    transform: translateY(-10px);
}

/* ==========================================
    End pricing area Css  
   =========================================*/

/* ==========================================
    Start detail  area Css  
   =========================================*/
.package-detail-area {
    background: #f2f5f8;
}

.dreamit-package-detail-box {
    padding: 51px 40px 70px;
    box-shadow: 10px 8px 35px 0px rgba(49, 49, 49, 0.08);
    text-align: center;
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: .5s;
    margin-bottom: 30px;
    background-image: url('assets/images/monobannermobil-600x600.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;
}

.package-detail-title h3 {
    font-size: 20px;
    color: #8DC63F;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 12px;
}

.package-detail-tk h3 {
    font-size: 20px;
    font-weight: 400;
    color: #565872;
    font-family: 'Heebo', sans-serif;
    padding: 30px 0px 48px 0px;
    text-align: center;
}
.package-detail-tk select {
    font-size: 17px;
    font-weight: 300;
    color: #565872;
    font-family: 'Heebo', sans-serif;
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.package-detail-tk span {
    font-size: 16px;
    font-weight: 400;
    padding: 30px 0px 48px 0px;
}

.package-detail-body ul {
    list-style: none;
    display: inline-block;
    padding: 30px 0px 48px 0px;
}

    .package-detail-body ul li {
        display: block;
        font-size: 16px;
        padding: 8px 0;
        font-family: 'Heebo', sans-serif;
    }

.package-detail-button a {
    font-size: 15px;
    font-weight: 500;
    padding: 16px 44px;
    background: #7bc74d;
    color: #fff;
    border: none;
    font-family: 'Heebo', sans-serif;
    margin-top: 140px;
}

.dreamit-package-detail-box:hover .package-detail-button a {
    background: #565872;
    color: #F2F5F8;
}

.dreamit-package-detail-box:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    /*    background: url(assets/images/pricing.png);*/

    height: 210px;
    width: 218px;
}

.dreamit-package-detail-box:hover {
    transform: translateY(-10px);
}

/* ==========================================
    End package-detail area Css  
   =========================================*/
/* ==========================================
	start feature area Css  
   =========================================*/
.row.mtmargin {
    position: relative;
    margin-top: -100px;
    z-index: 1;
}

.dreamit-feature-box {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
    background: #fff;
    padding: 52px 35px 45px 36px;
    margin-bottom: 30px;
}

.dreamit-feature-box-icon {
    transition: .5s;
    text-align: center;
}

.dreamit-feature-box:hover .dreamit-feature-box-icon {
    transform: translateY(-10px);
}

.single-feature-content h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}

.dreamit-feature-box:hover .single-feature-content h4 {
    color: #8DC63F;
}

.feature-button a {
    font-size: 13px;
    font-weight: 400;
    color: #8DC63F;
    letter-spacing: 2px;
    text-decoration: underline;
    padding: 0 !important;
    transition: .5s;
}

    .feature-button a:hover {
        text-decoration: underline;
    }
/* Feature style two */
.style-two .dreamit-feature-box {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.03);
    background: #fff;
    padding: 50px 34px 34px 34px;
    margin-bottom: 30px;
}

    .style-two .dreamit-feature-box.d-flex:hover {
        background: rgba(123, 199, 77, 0.37);
    }

.style-two .feature-icon i {
    color: #3db818;
    font-size: 40px;
    margin-top: 12px;
    margin-right: 15px;
    display: inline-block;
}

.style-two .feature-box-title h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.style-two .feature-box-title p {
    color: rgba(86,86,86,.8);
    font-weight: 400;
    margin: 0;
    width: 80%;
}
/*home page five css*/
.style-three .dreamit-feature-box-icon i {
    font-size: 60px;
    color: #8DC63F;
    padding: 0 0 25px;
}

.style-three .dreamit-feature-box {
    box-shadow: none;
    background: #fff;
    padding: 48px 35px 40px 36px;
    margin-bottom: 30px;
    border: 5px solid #8DC63F36;
}

    .style-three .dreamit-feature-box:hover .dreamit-feature-box-icon {
        transform: none;
    }

.style-three .single-feature-content h4 {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 20px;
    transition: .5s;
}

.style-three .single-feature-content p {
    padding: 0 0 4px 0;
}

.style-three .dreamit-feature-box:hover {
    background: #8DC63F;
    border-color: transparent;
}

    .style-three .dreamit-feature-box:hover .dreamit-feature-box-icon i {
        color: #fff;
    }

    .style-three .dreamit-feature-box:hover .single-feature-content h4 {
        color: #fff;
    }

    .style-three .dreamit-feature-box:hover .single-feature-content p {
        color: #fff;
    }

.style-three .feature-button a {
    font-size: 14px;
    font-weight: 400;
    color: #8DC63F;
    letter-spacing: 0;
    text-decoration: none;
    padding: 0 !important;
    transition: .5s;
}

.style-three .feature-button i {
    font-size: 15px;
}

.style-three .dreamit-feature-box:hover .feature-button a {
    color: #fff;
}

.style-three .dreamit-feature-box:hover .feature-button i {
    color: #fff;
}
/* ==========================================
	End feature area Css  
   =========================================*/

/* ==========================================
	start about area Css  
   =========================================*/
.dreamit-about-calender-box {
    background: #8DC63F;
    width: 65%;
    padding: 40px 30px;
    margin-top: -201px;
    z-index: 1;
    position: relative;
    margin-left: 208px;
    overflow: hidden;
}

.dreamit-about-content-inner h3 {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 0;
}

.dreamit-about-content-inner ul li {
    list-style: none;
    color: white;
    padding: 7px 0;
    border-bottom: 1px dotted #fff;
}

    .dreamit-about-content-inner ul li span {
        padding-left: 74px;
        float: right;
        display: inline-block;
    }

.dreamit-about-content h4 {
    color: #8DC63F;
    font-size: 16px;
    font-weight: 600;
}

.dreamit-about-content h1 {
    font-size: 35px;
    font-weight: 700;
}

.dreamit-about-content h2 {
    font-size: 33px;
    font-weight: 700;
}

.dreamit-content-inner ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 15px;
}

    .dreamit-content-inner ul li i {
        color: #8DC63F;
        font-size: 22px;
        margin-right: 16px !important;
        display: inline-block;
    }

.dreamit-about-button a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #8DC63F;
    background: #8DC63F;
    color: #fff;
    padding: 11px 40px;
    display: inline-block;
}

    .dreamit-about-button a:hover {
        background: #fff;
        color: #8DC63F;
    }
/* home two page css*/
.dreanit-single-feature-box {
    background: #f2f5f8;
    padding: 10px 30px 55px;
    margin-bottom: 30px;
    text-align: left;
}

.feature-box-content h3 {
    color: #8DC63F;
    font-size: 100px;
    transition: .5s;
    font-weight: 500;
}

.feature-box-content h4 {
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
    position: relative;
    z-index: 1;
}

    .feature-box-content h4:before {
        position: absolute;
        content: "";
        left: 0;
        width: 35px;
        height: 3px;
        background: #8DC63F;
        bottom: -15px;
        transition: .5s;
    }

.dreanit-single-feature-box:hover {
    background: #8DC63F;
    transition: .5s;
}

    .dreanit-single-feature-box:hover .feature-box-content h3,
    .dreanit-single-feature-box:hover .feature-box-content h4 {
        color: #fff;
        transition: .5s;
    }

        .dreanit-single-feature-box:hover .feature-box-content h4:before {
            background: #fff;
            transition: .5s;
        }
/*home page four css*/

.style-two.about-area {
    background: url(assets/images/bg.png);
    background-position: left 0px;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}

.style-two .dreamit-about-content h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
}

.style-two .dreamit-section-title h2 {
    line-height: 1;
}

.bold-text p {
    font-size: 18px;
    color: #565872;
    font-weight: 600;
}

.dreamit-setcion-title h4 {
    font-size: 15px;
    color: #8DC63F;
    padding: 0px 0 3px 0;
    margin: 0;
}

.style-two .about-signature-thumb {
    float: left;
    margin-right: 20px;
}

.style-two .about-name h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.about-name {
    margin: 25px 0 0 0;
}

/* ==========================================
	End about area Css  
   =========================================*/

/* ==========================================
	start about area Css  
   =========================================*/
.counter-up-area {
    background: url(assets/images/counter.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .counter-up-area:before {
        position: absolute;
        content: "";
        z-index: -1;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(141, 198, 63, 100);
    }

.dreamit-counter {
    border-left: 1px solid #fff;
    margin-bottom: 30px;
}

    .dreamit-counter.bd-none {
        border: none;
    }

.counter-up-text h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    margin: 0 0 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.counter-up-text h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
/*home page two*/
.counter-up-area.style-two {
    background: none;
}

    .counter-up-area.style-two:before {
        display: none;
    }

.style-two .counter-up-text h1 {
    color: #232323;
    font-size: 60px;
    font-weight: 800;
    margin: 0 0 15px;
    text-align: center;
}

.style-two .counter-up-text h4 {
    color: #8DC63F;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.style-two .dreamit-counter {
    border-left: 1px solid #8DC63F;
    margin-bottom: 30px;
}

.style-two .row.mrt-counter-box {
    background: #ffffff;
    margin-top: -130px;
    padding-top: 60px;
    padding-bottom: 40px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}

.style-two .dreamit-counter.bd-none {
    border: none;
}
/*home page three css*/
.style-two .counter-up-icon i {
    font-size: 60px;
    color: #8DC63F;
    display: inline-block;
    transition: .5s;
}

.style-two .counter-up-icon {
    text-align: center;
    padding: 0 0 22px;
}

.style-two.three .row.mrt-counter-box {
    background: #ffffff;
    margin-top: -229px;
    padding-top: 45px;
    padding-bottom: 22px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}
/*style six*/
.style-six.counter-up-area {
    background: inherit;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0 70px;
    position: relative;
    z-index: 1;
}

.counter-up-area.style-six {
    background: none;
}

    .counter-up-area.style-six:before {
        display: none;
    }

.style-six .counter-up-text h1 {
    color: #000;
    font-size: 60px;
    font-weight: 800;
    margin: 0 0 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.style-six .counter-up-text h4 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    margin: 0 0 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.style-six .counter-up-text h4 {
    color: #8DC63F;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
   /* transition:*/
}

.style-six .dreamit-counter {
    border-left: 1px solid #8DC63F;
    margin-bottom: 30px;
}

    .style-six .dreamit-counter.bd-none {
        border: none;
    }
/* ==========================================
	End about area Css  
    =========================================*/

/* ==========================================
	atart service area Css  
    =========================================*/
.dreamit-service-box {
    padding: 0 0 10px 0;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 6px 40px 0px rgba(148, 146, 245, 0.2);
}

.dreamit-service-content h2 {
    font-size: 35px;
    font-weight: 700;
    margin: 24px 0 0 0;
}

.dreamit-service-text p {
    margin-top: 14px;
}

.service-box-thumb {
    overflow: hidden;
}

    .service-box-thumb img {
        width: 100%;
        transform: scale(1.1);
        transition: .5s;
    }

.dreamit-service-box:hover .service-box-thumb img {
    transform: scale(1.2);
}

.service-content {
    background: #fff;
    padding: 7px 20px 20px;
}

    .service-content h2 {
        font-size: 20px;
        font-weight: 700;
        margin: 23px 0 15px;
        transition: .5s;
    }

.dreamit-service-box h2:hover {
    color: #8DC63F;
}

.service-content p {
    margin-bottom: 8px;
}

.service-button a {
    font-size: 14px;
    color: #8DC63F;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: inline-block;
}

    .service-button a:before {
        position: absolute;
        content: "";
        left: 0;
        height: 2px;
        width: 100%;
        background: #ddd;
        bottom: -2px;
    }

    .service-button a:after {
        position: absolute;
        content: "";
        left: 0;
        height: 2px;
        width: 0%;
        background: #8DC63F;
        bottom: -2px;
        transition: .5s;
    }

    .service-button a:hover:after {
        width: 100%;
    }

.button a {
    border: 2px solid #8DC63F;
    padding: 12px 40px;
    background: #8DC63F;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    transition: .5s;
}

    .button a:hover {
        background: #fff;
        color: #8DC63F;
    }
/*hom page two css*/
.style-two.service-area {
    background: #f2f5f8;
}

.dreamit-section-title h4 {
    color: #8DC63F;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.dreamit-section-title.text-center h2 {
    position: relative;
    z-index: 1;
    padding: 0 0 40px;
}

    .dreamit-section-title.text-center h2 span {
        color: #8DC63F;
    }

.section-title-bg-bar {
    position: relative;
    z-index: 1;
}

    .section-title-bg-bar:before {
        position: absolute;
        z-index: -1;
        content: "";
        height: 2px;
        width: 90px;
        background: #8DC63F;
        top: -30px;
        margin: auto;
        left: 0;
        right: 0;
    }

    .section-title-bg-bar:after {
        position: absolute;
        z-index: -1;
        content: "";
        height: 2px;
        width: 58px;
        background: #8DC63F;
        top: -24px;
        margin: auto;
        left: 0;
        right: 0;
    }

.section-title-bar-inner:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 42px;
    background: #8DC63F;
    top: -18px;
}

.dreamit-section-title p {
    font-size: 16px;
    width: 69%;
    margin: 3px auto 30px;
}

.style-two .dreamit-service-box {
    padding: 41px 0 40px 0;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 3px solid #ddd;
    transition: .5s;
    border-radius: 7px;
}

.style-two .dreamit-service-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 35px 0 20px 0;
}

.style-two .service-content-text p {
    padding: 0px 40px;
    margin: 0 0 20px;
}

.style-two .service-button a {
    font-size: 14px;
    font-weight: 400;
    color: #8DC63F;
}

    .style-two .service-button a:hover {
        color: #337ab7;
    }

    .style-two .service-button a:after {
        display: none;
    }

    .style-two .service-button a:before {
        display: none;
    }


.style-two .dreamit-service-box:hover {
    transform: translateY(10px);
    border-color: #8DC63F;
}

.service-title p a span {
    color: #8DC63F;
    text-decoration: underline;
    transition: .5s;
}

    .service-title p a span:hover {
        color: #337ab7;
    }

.style-two .service-box-thumb-icon img {
    display: inline-block !important;
}
/*home page three css*/
.style-two.three.service-area {
    background: #f2f5f8 url(assets/images/pattern.png);
    background-repeat: repeat;
    padding: 90px 0 92px;
}
/*home page four  css*/
.style-four.service-area {
    background: #f2f5f8 url(assets/images/pattern.png);
    background-repeat: repeat;
    padding: 90px 0 92px;
}

.style-four .dreamit-service-box {
    padding: 20px 20px 40px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    transition: .5s;
    border: none;
    border-radius: 7px;
}

.style-four .service-box-thumb img {
    width: 100%;
    transform: inherit;
}

.style-four .dreamit-service-box:hover {
    transform: translateY(10px);
}

    .style-four .dreamit-service-box:hover .service-box-thumb img {
        transform: inherit;
    }

.style-four .dreamit-service-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 35px 0 0px;
}

.style-four .service-content-text p {
    padding: 18px 15px 8px 15px;
}

.style-four .service-button a {
    font-size: 14px;
    color: #8DC63F;
    font-weight: 400;
    position: inherit;
    z-index: 1;
    display: inline-block;
    padding: 9px 84px;
    border: 2px solid #eee;
    transition: .3s;
}

    .style-four .service-button a:hover {
        background: #8DC63F;
        color: #fff;
        border-color: #8DC63F;
    }

    .style-four .service-button a:after,
    .style-four .service-button a:before {
        display: none;
    }
/* home page five css*/
.style-five .dreamit-section-title h2 {
    margin: 0;
    padding: 0;
}

.style-five .service-box-thumb-icon {
    height: 120px;
    width: 120px;
    display: inline-block;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    line-height: 120px;
    border-radius: 50%;
    margin-top: 4px;
    transition: .3s;
}

.style-five .dreamit-service-box {
    padding: 55px 35px 50px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    border: 4px solid #f7f7f7;
    transition: .5s;
}

.style-five .dreamit-service-content h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 26px 0 15px 0;
}

.style-five .service-button a:before, .style-five .service-button a:after {
    display: none;
}

.style-five .service-button a {
    font-size: 15px;
    color: #565872;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
}

    .style-five .service-button a:hover {
        color: #8DC63F;
    }

.style-five .service-content-text p {
    margin: 0 0 8px;
}

.style-five .dreamit-service-box:hover {
    border-color: #8DC63F;
}

    .style-five .dreamit-service-box:hover .service-box-thumb-icon {
        transform: translateY(-10px);
    }

/* ==========================================
	End service1 area Css  
    =========================================*/

/* ==========================================
    start process area Css  
   ==========================================*/
.process-area {
    background: url(assets/images/process.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.dreamit-single-process {
    padding: 0px;
}

.dreamit-single-process-thum img {
    border-radius: 20%;
    border: 1px solid #fff;
    height: 100%;
    width: 100%;
}

.dreamit-process-number {
    position: absolute;
    /*left: 15px;*/
    top: 5%;
    transition: .56s;
}

.dreamit-single-process:hover .dreamit-process-number {
    top: 15%;
}

.dreamit-process-number span {
    background: #8DC63F;
    left: -15px;
    top: -15px;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
}

    .dreamit-process-number span:before {
        position: absolute;
        left: -5px;
        top: -5px;
        width: 40px;
        height: 40px;
        background: #8DC63F;
        opacity: 0.4;
        content: "";
        margin: auto;
        border-radius: 100%;
        z-index: -1;
    }

    .dreamit-process-number span:after {
        position: absolute;
        left: -10px;
        top: -10px;
        width: 50px;
        height: 50px;
        background: #8DC63F;
        opacity: 0.2;
        content: "";
        margin: auto;
        border-radius: 100%;
        z-index: -1;
    }

.dreamit-single-process-thum {
    border-radius: 20%;
    border: 4px solid #8DC63F;
    display: inline-block;
    text-align: center;
    transition: .5s;
    position: relative;
    margin-bottom: 15px;
}

.dreamit-process-content h2 {
    font-size: 16px;
    font-weight: 700;
}

.dreamit-process-content {
    text-align: center;
    width: 100%;
}

    .dreamit-process-content p {
        padding: 0 18px;
    }

/* ==========================================
    end process area Css  
   ==========================================*/

/* ==========================================
    start choosw us area Css  
   ==========================================*/
.why-choose-us-area {
    background: url(assets/images/choose.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.dreamit-department-title h5 {
    font-size: 15px;
    font-weight: 700;
    color: #8DC63F;
    margin-bottom: 15px;
    margin-top: 0;
}

.style-two .dreamit-department-tab-box {
    background: #fff;
    padding: 26px 40px;
}

.style-two .dreamit-department-title h2 {
    margin: 0;
    margin-bottom: 20px;
}

.style-two .dreamit-department-bottom-content-inner ul li i {
    margin-right: 20px;
    color: #fff;
    margin-top: 3px;
    border-radius: 100%;
    background: #8DC63F;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

.style-two .dreamit-department-bottom-content-inner ul li {
    padding: 0 0 12px;
}

.style-two .dreamit-department-bottom-content-inner {
    margin: 24px 0;
}

.choose-us-button a {
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #8DC63F;
    padding: 15px 40px;
    background: #8DC63F;
    color: #fff;
    text-transform: uppercase;
    transition: .5s;
}

    .choose-us-button a:hover {
        background: #fff;
        color: #8DC63F;
    }
/*home page three css*/
.why-choose-us-area.style-two {
    background: 0;
}

.style-two .why-choose-us-conent h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0 15px;
}

    .style-two .why-choose-us-conent h2:hover {
        color: #8DC63F;
    }

.style-two .why-choose-us-box {
    text-align: right;
}

.style-two .why-choose-us-icon i {
    font-size: 55px;
    color: #8DC63F;
    display: inline-block;
}

.style-two .why-choose-us-thum img {
    width: 100%;
    display: inline-block;
}

.style-two .contact-address {
    background: #96e269;
    padding: 60px 0 12px;
    margin-bottom: 30px;
    text-align: center;
    transition: 0.5s;
}

.contact-address.style-two {
    background: #8DC63F;
}

.style-two .contact-address:hover {
    background: #549e28;
}

.style-two .contact-icon i {
    font-size: 40px;
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
}

.style-two .contact-icon {
    text-align: center;
}

.style-two .contact-title h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.style-two .contact-title p {
    color: #fff;
}
/*home page five css*/
.style-two.home-five .contact-address {
    background: #96e269;
    padding: 70px 0 12px;
    margin-bottom: 30px;
    text-align: center;
    transition: 0.5s;
}

    .style-two.home-five .contact-address.style-two {
        background: #8DC63F;
    }

    .style-two.home-five .contact-address:hover {
        background: #549e28;
    }

/* ==========================================
    End choose us area Css  
   ==========================================*/

/* ==========================================
    start appointment area Css  
   =========================================*/
.appointment-aera {
    background: #f2f5f8;
}

.appointment-left-box {
    background: #8DC63F;
    padding: 20px 0 20px;
}

.dreamit-appointment-box {
    background: #fff;
    padding: 60px 50px 48px;
}

.appointment-left-title h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 10px 60px 0;
}

.appointment-left-title h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 0px 60px 24px;
}

.from-box input {
    width: 100%;
    height: 55px;
    background: #F2F5F8;
    border: 0;
    padding-left: 20px;
    margin-bottom: 30px;
}

.from-box textarea {
    width: 100%;
    height: 180px;
    background: #F2F5F8;
    border: 0;
    padding-left: 20px;
}

.dreamit-appointment-box .quote_btn button {
    width: 100%;
    background: #8DC63F;
    border: 2px solid transparent;
    color: #ffffff;
    padding: 12px 38px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    transition: .5s;
    margin: 30px 0 35px;
    align-items: center;
}

    .dreamit-appointment-box .quote_btn button:hover {
        background: transparent;
        border-color: #8DC63F;
        color: #8DC63F;
    }

.section-title h1 {
    font-size: 16px;
    color: #8DC63F;
    font-weight: 500;
    margin: 30px 0 10px;
}

.section-title h2 {
    font-size: 35px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}


/*==========================================
    End appointment area Css  
   =========================================*/
/*==========================================
    Video  Css  
 ==========================================*/
.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}

    .video-icon a {
        width: 100px;
        height: 100px;
        line-height: 100px;
        display: inline-block;
        text-align: center;
        border-radius: 100%;
        position: relative;
        color: #8DC63F;
        -webkit-animation: ripple-white 1s linear infinite;
        animation: ripple-blue 1s linear infinite;
        -webkit-transition: .5s;
        background: #fff;
        font-size: 28px;
        z-index: 1;
    }

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}

/*==========================================
    start department area Css  
   =========================================*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #f2f5f8 !important;
}

.dreamit-department-tab ul li {
    width: 20%;
}

.dreamit-department-tab li.nav-item a img {
    display: block;
    margin-bottom: 15px;
}

.dreamit-department-tab li.nav-item a {
    background: transparent;
    border: 1px solid #8DC63F;
    padding: 28px 30px 27px;
    margin: 0 20px 11px;
    border-radius: 0;
}

.dreamit-department-tab ul li a span {
    color: #8DC63F;
    font-size: 18px;
}

.dreamit-department-tab-box {
    border: 5px solid #8DC63F36;
    padding: 40px;
}

.dreamit-department-thumb img {
    width: 100%;
}

.dreamit-department-bottom-content-inner ul li {
    width: 100%;
    list-style: none;
    padding: 0 0 3px;
}

    .dreamit-department-bottom-content-inner ul li i {
        float: left;
        margin-right: 20px;
        color: #8DC63F;
        margin-top: 6px;
    }

.dreamit-department-title h2 {
    margin: 0;
}
/* dreamit-department-tab style Two */
.dreamit-department-tab.style-two ul li {
    width: 33%;
}

.style-two .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #8DC63F !important;
}

.dreamit-department-tab.style-two li.nav-item a {
    padding: 20px 0 20px;
    margin: 0;
    text-align: center;
}

.dreamit-department-tab.style-two ul li a span {
    color: #fff;
}

.dreamit-department-bottom-content-inner ul li {
    width: 100% !important;
}

.style-two .dreamit-department-tab-box {
    background: #fff;
}
/*==========================================
    End department area Css  
   =========================================*/

/*==========================================
    Start contact form area Css  
  ==========================================*/
.contact-form-box {
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    background: #fff;
    padding: 40px 48px 40px;
    position: relative;
    margin-top: -150px;
    z-index: 1;
    border-radius: 7px;
}
.form-check-label {
    color: black;
}

.dbl_checkbox {
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.radio_title {
    width: 100%;
}

@media (max-width:1199px) {
    .dbl_checkbox > div {
        width: 30%;
    }

    .dbl_checkbox .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0;
        width: 34px;
        height: 27px;
    }
}

.form-box input {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
    padding-left: 15px;
    border: 0;
    background: #F2F5F8;
    border-radius: 3px;
}

.form-box textarea {
    width: 100%;
    height: 130px;
    padding: 10px 0 0 10px;
    border: 0;
    background: #F2F5F8;
    border-radius: 5px;
}

.form_box input {
    width: 100%;
    height: 55px;
    padding-left: 15px;
    border: 0;
    background: #F2F5F8;
    border-radius: 3px;
}

.form_box textarea {
    width: 100%;
    height: 130px;
    padding: 10px 0 0 10px;
    border: 0;
    background: #F2F5F8;
    border-radius: 5px;
}

.contact-form-button button {
    background: #8DC63F;
    color: #fff;
    padding: 14px 89px;
    border-radius: 3px;
    border: 0;
    margin: 20px 0 10px;
}

.quote_btn button {
    background-color: #476837;
    /* background: #8DC63F; */
    color: #fff;
    padding: 14px 89px;
    border-radius: 3px;
    border: 0;
    margin: 20px 0 10px;
}

.quote_btn .btn-referal {
    background: #8DC63F;
    color: #fff;
    padding: 14px 89px;
    border-radius: 50px;
    border: 0;
    margin: 20px 0 10px;
}

.contact-form-title.text-center h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 0px 0 38px;
    margin-top: 4px;
}

.style-five .form_box input {
    width: 100%;
    height: 55px;
    background: #fff;
    padding-left: 20px;
    border: 1px solid #d5e1e4;
    padding-right: 12px;
    border-radius: 0;
}

.style-five .form_box textarea {
    width: 100%;
    height: 196px;
    background: #fff;
    border: 1px solid #d5e1e4;
    padding: 20px;
    margin: 0;
}
/*==========================================
    End contact form area Css  
  ==========================================*/

/*==========================================
    start testimonial area Css  
  ==========================================*/
.testimonial-area {
    background: url(assets/images/counter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

    .testimonial-area:before {
        position: absolute;
        content: "";
        z-index: -1;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(10, 24, 40, 0.81);
    }

.testmionial-thumb img {
    height: 100px;
    width: 100px;
    margin: auto;
    border: 5px solid #fff;
    border-radius: 100%;
}

.testimonial-content-text p {
    width: 56%;
    margin: auto;
    padding: 30px 0 0 0;
    font-style: italic;
    color: #fff;
}

.testimonial-icon {
    margin: 30px 0 0px;
}

    .testimonial-icon i {
        font-size: 35px;
        color: #8DC63F;
    }

.testimonial-content-text {
    position: relative;
}

.testimonial-content-title h2 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 15px 0 0 0;
}

.testimonial-content-title span {
    color: #8DC63F;
    font-size: 14px;
    font-weight: 500;
    padding-top: 7px;
    min-height: 200px;
}
/*home page two*/
.style-two.testimonial-area {
    background: #1f2732 url(assets/images/testi1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    background-attachment: fixed;
    padding-bottom: 234px;
}

    .style-two.testimonial-area:before {
        display: none;
    }

/* home page three css*/
.style-three .testimonial-content-text {
    position: relative;
}

.style-three.testimonial-area {
    background: #f2f5f8 url(assets/images/pattern.png);
    background-repeat: inherit;
    background-size: inherit;
    background-position: center center;
    overflow: hidden;
    background-attachment: inherit;
}

    .style-three.testimonial-area:before {
        background: none;
    }

.style-three .testimonial-box {
    background: #fff;
    padding: 20px 0px 30px;
    line-height: 30px;
    min-height: 160px !important;
    max-height: 270px !important;
    overflow: hidden;
}

.style-three .testimonial-content-text p {
    width: 85%;
    margin: auto;
    padding: 0;
    color: #565872;
    font-style: inherit;
    overflow:hidden;
}

.style-three .testimonial-icon {
    margin: 0 0 0px;
    padding: 5px 40px;
}

.style-three .testmionial-thumb {
    float: left;
    margin-right: 30px;
}

    .style-three .testmionial-thumb img {
        height: 100px;
        width: 100px;
        margin: 0;
        border: 7px solid #fff;
        border-radius: 100%;
    }

.style-three .testimonial-content-title h2 {
    color: #172541;
    font-size: 17px;
    font-weight: 600;
    margin: 15px 0 0 0;
}

.style-three .testimonial-content-title {
    margin-top: 66px;
}

.style-three .testimonial-content-text:before {
    position: absolute;
    left: 56px;
    bottom: -227px;
    height: 0;
    width: 0;
    content: "";
    border: solid transparent;
    border-color: rgba(72, 71, 71, 0);
    border-top-color: #fff;
    border-right-width: 27px;
    border-left-width: 0px;
    border-bottom-width: 168px;
    border-top-width: 29px;
    z-index: 1;
}

.testimonial-area.five {
    background: url(assets/images/counter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

    .testimonial-area.five:before {
        position: absolute;
        content: "";
        z-index: -1;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(10, 24, 40, 0.81);
    }
/*==========================================
    End testimonial area Css  
  =========================================*/
/*==========================================
    Militant Potfolio area Css  
  =========================================*/
.portfolio_nav {
    text-align: center;
}

.portfolio_menu ul li {
    display: inline-block;
    list-style: none;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 20px;
    margin: 0 3px;
    border: 1px solid #eee;
    cursor: pointer;
    transition: .5s;
    border-radius: 3px;
}

    .portfolio_menu ul li.current_menu_item {
        background: #8DC63F;
        color: #fff;
        border-color: #8DC63F;
    }

    .portfolio_menu ul li:hover {
        background: #8DC63F;
        color: #fff;
    }

.single_portfolio {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.single_portfolio_thumb {
    position: relative;
}

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

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

.single_portfolio_thumb:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.single_portfolio:hover .single_portfolio_thumb:before {
    opacity: 1;
}

.single_portfolio_thumb img {
    width: 100%;
}

.single_portfolio_icon {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

    .single_portfolio_icon a {
        height: 60px;
        width: 60px;
        line-height: 60px;
        background: #8DC63F;
        display: inline-block;
        text-align: center;
        color: #fff;
        border-radius: 100%;
        font-size: 22px;
    }

.single_portfolio:hover .single_portfolio_icon {
    opacity: 1;
    top: 50%;
}


/*==========================================
    start team area Css  
  =========================================*/
.team-area.style-three {
    background: #f2f5f8 url(assets/images/pattern.png);
    padding-bottom: 225px;
}

.section-title h5 {
    color: #8DC63F;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.section-title h2 {
    font-size: 35px;
    font-weight: 700;
}

.dreamit-single-team {
    margin-bottom: 30px;
}

.team-single-thumb {
    position: relative;
}

    .team-single-thumb:before {
        position: absolute;
        content: "";
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(123, 199, 77, 0.90);
        border-radius: 100%;
        right: 0;
        margin: auto;
        z-index: 2;
        transition: .5s;
        opacity: 0;
    }

    .team-single-thumb img {
        width: 100%;
        border-radius: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

.single-team-icon {
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 2;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

    .single-team-icon a {
        color: #8DC63F;
        background: #fff;
        border-radius: 52%;
        display: inline-block;
        font-size: 14px;
        height: 35px;
        width: 35px;
        line-height: 35px;
        margin: 0 3px;
        transition: .5s;
    }

.team-button a span {
    margin-left: 4px;
}

.single-team-icon a:hover {
    transform: translateY(-6px);
}

.dreamit-single-team:hover .single-team-icon {
    opacity: 1;
    top: 50%;
}

.dreamit-single-team:hover .team-single-thumb:before {
    opacity: 1;
}

.dreamit-team-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 35px 0 5px;
    transition: .5s;
}

    .dreamit-team-title h2:hover {
        color: #8DC63F;
    }

.dreamit-team-title span {
    font-size: 14px;
    font-weight: 500;
    color: #8DC63F;
    letter-spacing: 1px;
}

.dreamit-team-title p {
    margin-top: 15px;
}

.team-button a {
    font-size: 13px;
    font-weight: 500;
    margin: 0px 0;
    text-transform: uppercase;
    color: #8DC63F;
    display: inline-block;
}
/*home page two*/
.style-two .team-single-thumb {
    position: relative;
    overflow: hidden;
}

    .style-two .team-single-thumb img {
        width: 100%;
        border-radius: 0;
    }

    .style-two .team-single-thumb:before {
        display: none;
    }

.style-two .single-team-icon a:hover {
    transform: none;
}

.style-two .dreamit-team-content {
    background: #fff;
    padding: 13px 20px 30px;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -70px;
    position: absolute;
    z-index: 1;
    transition: .5s;
}

.style-two .single-team-icon {
    position: relative;
    opacity: 1;
    top: 0;
    transform: translateX(0);
    padding-top: 15px;
}

.style-two .dreamit-single-team:hover .single-team-icon {
    top: 0;
}

.style-two .single-team-icon a {
    color: #fff;
    background: #8DC63F;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 0 3px;
    transition: .5s;
}

    .style-two .single-team-icon a:hover {
        opacity: 1;
        transform: translateY(-6px);
    }

.style-two .dreamit-team-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px;
    transition: .5s;
}

.style-two .dreamit-single-team:hover .dreamit-team-content {
    transform: translateY(-62px);
}
/*home page three css*/
.style-three .team-single-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(123, 199, 77, 0.81);
    border-radius: 100%;
    right: 0;
    margin: auto;
    z-index: 2;
    transition: .5s;
    opacity: 0;
    overflow: hidden;
}

.style-three .team-single-thumb {
    position: relative;
    border: 10px solid #f2f5f8;
    border-radius: 100%;
    transition: .5s;
}

.style-three .dreamit-single-team:hover .team-single-thumb {
    border: 10px solid rgba(123, 199, 77, 0.81);
}

.style-three .dreamit-single-team {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 6px;
}

.style-three .single-team-icon {
    position: inherit;
    left: 0;
    top: inherit;
    transform: inherit;
    z-index: 2;
    right: 0;
    margin: auto;
    opacity: 1;
    transition: .5s;
    padding: 15px 0 10px;
}

.style-three .team-icon {
    position: absolute;
    left: 0;
    top: 25%;
    transform: translateY(50%);
    z-index: 2;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .5s;
}

    .style-three .team-icon a {
        color: #8DC63F;
        background: #fff;
        border-radius: 100%;
        display: inline-block;
        font-size: 20px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        margin: 0 3px;
        transition: .5s;
        overflow: hidden;
    }

.style-three .dreamit-single-team:hover .team-icon {
    opacity: 1;
    top: 40%;
}

.style-three .dreamit-single-team:hover .team-single-thumb:before {
    opacity: 1;
}

.style-three .single-team-icon a {
    color: #fff;
    background: #8DC63F;
    border-radius: 52%;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 0 1px;
    transition: .5s;
}

.style-three .dreamit-team-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0 5px;
    transition: .5s;
}
/*home page four*/
.team-area.style-three-four {
    background: #f2f5f8 url(assets/images/pattern.png);
    padding-bottom: 95px;
}

.team-area.style-two.six {
    background: #f2f5f8;
}

/*==========================================
    End teamt area Css  
 =========================================*/

/*==========================================
   start call do action area Css 
 =========================================*/
.call-do-action-area {
    background: url(assets/images/call.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 85px 0 86px 186px;
    position: relative;
    z-index: 1;
}

    .call-do-action-area:before {
        position: absolute;
        content: "";
        z-index: -1;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(10, 24, 40, 0.71);
    }

.dreamit-content i {
    font-size: 50px;
    color: #8DC63F;
}

.call-do-action-number h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    padding: 25px 0 20px;
    font-family: 'Heebo', sans-serif;
}

.call-do-action-title h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Heebo', sans-serif;
}
/*home page two*/
.style-two.call-do-action-area {
    background: url(assets/images/call1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 85px 0 237px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

/*home page three css*/
.call-do-action-area.style-three {
    background: url(assets/images/slider2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 230px;
}

.call-do-action-area.style-seven {
    background: url(assets/images/slider2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px;
}

    .call-do-action-area.style-seven:before {
        position: absolute;
        content: "";
        z-index: -1;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(123, 199, 77, 0.81);
    }

.call-do-action-area.style-three:before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(123, 199, 77, 0.81);
}

.video-style-two {
    margin: 0 0 45px;
}

    .video-style-two a {
        width: 100px;
        height: 100px;
        line-height: 100px;
        display: inline-block;
        text-align: center;
        border-radius: 100%;
        position: relative;
        color: #8DC63F;
        -webkit-animation: ripple-white 1s linear infinite;
        animation: ripple-blue 1s linear infinite;
        -webkit-transition: .5s;
        background: #8DC63F;
        font-size: 28px;
    }

    .video-style-two i {
        line-height: 100px;
        font-size: 36px;
        color: #fff;
    }

.style-three .call-do-action-title h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
}
/*home page five css*/
.style-five.call-do-action-area:before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(10, 24, 40, 0.54);
}
/*==========================================
    End call do action area Css  
===========================================*/

/*==========================================
    start blog area Css  
===========================================*/
.dreamit-blog-box {
    margin-bottom: 30px;
}

.dreamit-blog-content h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 24px;
}

.dreamit-blog-text p {
    padding: 10px 0 0 60px;
    overflow: hidden;
    margin: 0 0;
    width: 105%;
}

.dreamit-blog-thumb {
    position: relative;
}

    .dreamit-blog-thumb:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(10, 24, 40, 0.8);
        transition: .5s;
        opacity: 0;
    }

.dreamit-blog-box:hover .dreamit-blog-thumb:before {
    opacity: 1;
}

.dreamit-blog-thumb img {
    width: 100%;
}

.dreamit-blog-icon {
    position: absolute;
    top: 15%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    opacity: 0;
    transition: .5s;
}

.dreamit-blog-box:hover .dreamit-blog-icon {
    opacity: 1;
    top: 25%;
}

.dreamit-blog-icon a {
    font-size: 25px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #8DC63F;
    transition: .5s;
}

    .dreamit-blog-icon a:hover {
        background: #8DC63F;
        color: #fff;
    }

.dreamit-blog-title {
    background: #F2F5F8;
    padding: 23px 25px 32px;
}



.blog-meta-box span {
    font-size: 12px;
    color: #565872;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    transition: .3s;
}

    .blog-meta-box span:hover {
        color: #8DC63F;
    }

    .blog-meta-box span a {
        color: #565872;
        font-size: 12px;
        font-weight: 500;
    }

.blog-meta-box a {
    color: #565872;
    margin-left: 8px;
}

    .blog-meta-box a:hover {
        color: #8DC63F;
    }

.dreamit-blog-title h2 a {
    font-size: 19px;
    margin: 0px 0px 20px;
    transition: .3s;
    font-weight: 600;
    display: inline-block;
    line-height: 27px;
}

    .dreamit-blog-title h2 a:hover {
        color: #8DC63F;
    }

.blog-button {
    padding: 12px 0 0 0;
}

    .blog-button a {
        display: inline-block;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center;
        color: #fff;
        padding: 10px 30px;
        background: #8DC63F;
        border: 2px solid #8DC63F;
    }

        .blog-button a:hover {
            color: #8DC63F;
            background: #fff;
        }
/*home page three css*/
.category-tag a {
    color: #8DC63F;
    padding: 0 5px 0 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s;
}

    .category-tag a:hover {
        color: #151948;
    }
/*home page five css*/
.style-five .dreamit-section-title h4 {
    color: #8DC63F;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}
/*==========================================
    End blog area Css  
 ===========================================*/

/*==========================================
    Start brand area Css  
 ===========================================*/
.row.border-line {
    border-top: 1px solid rgba(221, 221, 221, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    padding: 60px 0 60px 0;
}

/*==========================================
    End brand area Css  
 ===========================================*/

/*==========================================
    End contact address area Css  
 ===========================================*/

.contact-address-area {
    background: #fdfdfd;
    padding: 42px 0;
    border-top: 2px #e5e5e5 solid;
}

.content-icon i {
    font-size: 30px;
    color: #fff;
    border: 1px solid #ffffff;
    height: 60px;
    width: 60px;
    line-height: 58px;
    display: inline-block;
    text-align: center;
}

.content-title span {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin: 4px 20px;
    font-family: "Merriweather", Sans-serif !important;
}

.content-title h5 {
    color: #fff;
    font-size: 15px;
    margin-left: 20px;
    font-weight: 400;
}
/*==========================================
    End contact address area Css  
===========================================*/

/*==========================================
   start footer area Css  
===========================================*/
.footer-area {
    background: #1f2732;
}

.footer-logo {
    padding-bottom: 14px;
}

.content-text p {
    font-size: 16px;
    color: #a0a1a2;
    margin: 5px 0 20px;
}

.content-title-text p {
    color: #a0a1a2;
    font-size: 15px;
    margin: 10px;
}

.dreamit-footer-content h2 {
    color: #fff;
    font-size: 20px;
    margin: 16px 0 35px;
    font-weight: 500;
}

.footer-menu ul {
    list-style: none;
}

    .footer-menu ul li a {
        display: inline-block;
        padding: 0px 0px 12px;
        color: #a0a1a2;
        font-size: 16px;
        transition: .3s;
    }

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

.footer-content p {
    color: #a0a1a2;
    font-size: 15px;
}

.subscribe-box {
}

    .subscribe-box input {
        width: 100%;
        border: 1px solid #a0a1a2;
        height: 51px;
        background: transparent;
        font-size: 14px;
        margin: 10px 0 32px;
        padding-left: 15px;
    }

.footer-button button {
    font-size: 15px;
    padding: 9px 20px;
    background: #8DC63F;
    color: #fff;
    transition: .3s;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #8DC63F;
}

    .footer-button button:hover {
        color: #8DC63F;
        background: transparent;
    }
/*==========================================
    End footer area Css  
===========================================*/

/*==========================================
    start footer buttom area Css  
===========================================*/

.footer-buttom-area {
    border: 1px solid #2e343d;
    padding: 6px 0;
    background: #1F2732;
}

.copy-right-text p {
    color: #a0a1a2;
}

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

    .footer-text-menu ul {
        list-style: none;
        display: inline-block;
    }

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

            .footer-text-menu ul li a {
                display: inline-block;
                color: #a0a1a2;
                margin-left: 10px;
                transition: .3s;
            }

                .footer-text-menu ul li a:hover {
                    color: #8DC63F;
                }

/*==========================================
    End footer buttom  area Css  
===========================================*/

/*==========================================
    start inner page  area Css  
===========================================*/

/*start breatcumb css*/
.breatcumb-area {
    background: url(assets/images/call1.jpg);
    height: 184px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .breatcumb-area::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent;
    }

.breatcumb-content {
    margin: 0 0 32px;
}

.breatcumb-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #476937;
    margin: 0 0 15px;
}

.breatcumb-content-text ul li {
    list-style: none;
    display: inline-block;
}

    .breatcumb-content-text ul li a {
        font-size: 17px;
        color: #618846;
        text-transform: uppercase;
        font-weight: 400;
    }

.breatcumb-content-text i {
    font-size: 15px;
    color: #618846;
    margin: 0 6px;
    display: inline-block;
}

.breatcumb-content-text span {
    color: #618846;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin: 0 4px;
}

/*home page two css*/
.style-two.breatcumb-area {
    background: url(assets/images/call1.jpg);
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/*Start skil  area Css*/
.skill-area {
    background: #f3f6f9;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #FFE;
    text-align: center;
    white-space: nowrap;
    background-color: #8DC63F;
    transition: width .6s ease;
}

/*Start about area Css*/

.dreamit-setcion-title h1 {
    font-size: 30px;
}

.style-two .dreamit-content-inner ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "Merriweather", Sans-serif !important;
}

/* Start mission area Css*/
.row.navigation-top {
    background: #fff;
    box-shadow: 0 3px 3px 0 rgba(17,12,79,.1);
    position: relative;
    margin-top: -100px;
    z-index: 1;
}

.mission-thumb img {
    width: 100%;
}

.mission-title h1 {
    font-size: 27px;
}

.mission-vision-thumb img {
    width: 100%;
}

.mission-title p {
    padding: 20px 0 6px;
    width: 100%;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
}

.mission-vision-content h2 {
    font-size: 20px;
    color: #444;
    font-weight: 700;
    margin: 0 0 10px;
}

.mission-vision-content p {
    font-size: 14px;
    margin-bottom: 6px;
}

.mission-vision-button a {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    color: #8DC63F;
}
/*doctor home page css*/
.team-area.style-three.five {
    background: #f2f5f8 url(assets/images/pattern.png);
    padding-bottom: 72px;
}
/*call do action*/
.style-two.six.call-do-action-area {
    background: inherit;
    padding: 135px 0 163px;
}

.six.call-do-action-area:before {
    display: none;
}

.six .call-do-action-title h3 {
    font-size: 35px;
    font-weight: 700;
}

.six .call-do-action-number i {
    font-size: 30px !important;
}

.six .call-do-action-number span {
    font-size: 35px;
}

.six .call-button a {
    background: #8DC63F;
    font-size: 14px;
    color: #fff;
    padding: 14px 40px;
    border: 2px solid #8DC63F;
    font-weight: 400;
    text-transform: uppercase;
    transition: .5s;
}

    .six .call-button a:hover {
        background: #fff;
        border-color: #8DC63F;
        color: #8DC63F;
    }

/*doctor details css*/
.team-details-thumb img {
    width: 100%;
}

.team-details-title h1 {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0 7px;
}

.team-details-title p {
    color: #8DC63F;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.team-details-icon a i {
    font-size: 15px;
}

.team-details-icon a {
    background: #8DC63F;
    border-radius: 3px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    color: #fff;
    margin: 3px;
}

.team-details-icon2 i {
    font-size: 30px;
    color: #8DC63F;
}

.doctor-number h3 {
    font-size: 18px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    color: rgba(86,86,86,.8);
    margin-bottom: 0;
}

.doctor-number {
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px;
}

.team-details-button a {
    display: inline-block;
    border: 2px solid #8DC63F;
    font-weight: 500;
    text-transform: uppercase;
    background: #8DC63F;
    color: #fff;
    padding: 12px 40px;
    margin-top: 40px;
    transition: .5s;
}

    .team-details-button a:hover {
        background: #fff;
        color: #8DC63F;
    }

.dreamit-team-details {
    padding: 25px 25px;
    box-shadow: 0 10px 30px 0 rgba(17,12,79,.1);
    margin-bottom: 25px;
}

.team-details-text h1 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 15px;
}

.bold-color {
    color: rgba(85, 85, 85, 1);
    font-size: 19px;
    font-weight: 400;
    padding-bottom: 25px;
}

.mkdf-ds-bio-info-title {
    color: #2f3241;
    font-size: 17px;
    font-weight: 600;
    margin-right: 150px;
}

@tr {
    margin-bottom: 20px;
}
/*department css*/
.six.style-four.service-area {
    background: #f2f5f8 url(assets/images/pattern.png);
    background-repeat: repeat;
    padding: 90px 0 55px;
}

.seven.style-two.three.service-area {
    background: #f2f5f8 url(assets/images/pattern.png);
    background-repeat: repeat;
    padding: 90px 0 55px;
}

/*start appointment css*/
.appointment-area.style-two {
    background: transparent url(assets/images/appointment.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;
}

.from-box select {
    width: 100%;
    height: 55px;
    background: #F2F5F8;
    border: 0;
    padding-left: 20px;
    margin-bottom: 30px;
}

.style-two .from-box input {
    width: 100%;
    height: 55px;
    background: #F2F5F8;
    border: 0;
    padding-left: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    padding-right: 10px;
}

.from-box input[type="radio"] {
    width: 45px;
    height: 15px;
    padding: 12px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    text-decoration: #000000;
}

.from-box label {
    height: 15px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    color: #000;
}

.style-two .from-box textarea {
    width: 100%;
    height: 130px;
    background: #F2F5F8;
    border: 0;
    padding: 14px 20px 0;
    margin-top: 15px;
}

.style-two .appointment-button button {
    width: 100%;
    background: #8DC63F;
    border: 2px solid transparent;
    color: #ffffff;
    padding: 12px 38px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    transition: .5s;
    margin: 25px 0 35px;
}

    .style-two .appointment-button button:hover {
        background: transparent;
        border-color: #8DC63F;
        color: #8DC63F;
    }

.style-two .dreamit-appointment-box {
    background: #fff;
    padding: 32px 52px 15px;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    border-radius: 6px;
}

.style-two .appointment-left-title h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 35px;
}

.style-two .appointment-left-title h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 35px;
    color: #000;
}

.style-three.four .contact-section-title.text-center p {
    margin: 16px auto 30px;
    font-size: 16px;
    width: 86%;
}

.style-three.four .from-box textarea {
    width: 100%;
    height: 196px;
    background: #fff;
    border: 1px solid #d5e1e4;
    padding: 20px;
}

.style-five .from-box input {
    width: 100%;
    height: 55px;
    background: #fff;
    padding-left: 20px;
    margin-bottom: 30px;
    border: 1px solid #d5e1e4;
    padding-right: 12px;
    border-radius: 0;
}

.style-five .from-box textarea {
    width: 100%;
    height: 196px;
    background: #fff;
    border: 1px solid #d5e1e4;
    padding: 20px;
    margin: 0;
}
/*call do action css*/
.style-two.seven.call-do-action-area {
    padding: 135px 0 163px;
    background: #f2f5f8;
}

.seven.call-do-action-area:before {
    display: none;
}

.seven .call-do-action-title h3 {
    font-size: 35px;
    font-weight: 700;
}

.seven .call-do-action-number i {
    font-size: 30px !important;
}

.seven .call-do-action-number span {
    font-size: 35px;
}

.seven .call-button a {
    background: #8DC63F;
    font-size: 14px;
    color: #fff;
    padding: 14px 40px;
    border: 2px solid #8DC63F;
    font-weight: 400;
    text-transform: uppercase;
    transition: .5s;
}

    .seven .call-button a:hover {
        background: #fff;
        border-color: #8DC63F;
        color: #8DC63F;
    }
/*pages css*/
.our-section-title h1 {
    font-size: 30px;
    font-weight: 700;
}

.our-section-title p {
    padding: 30px 0 32px;
}

.clinic-button a {
    font-weight: 500;
    border: 2px solid #8DC63F;
    padding: 13px 40px;
    background: #8DC63F;
    transition: .3s;
    text-transform: uppercase;
    color: #fff;
}

    .clinic-button a:hover {
        background: #fff;
        color: #8DC63F;
    }
/*service details css*/
.dreamit-service-details-menu ul li {
    display: block;
    list-style: none;
}

    .dreamit-service-details-menu ul li a {
        display: block;
        padding: 14px 15px 14px 18px;
        background-color: #F3F6F9;
        font-size: 15px;
        font-weight: 500;
        margin: 0 0 2px;
        color: #172541;
        transition: .3s;
        position: relative;
    }

        .dreamit-service-details-menu ul li a:before {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            width: 5px;
            height: 100%;
            background: #8DC63F;
            opacity: 0;
            z-index: 0;
            transition: .3s;
        }

        .dreamit-service-details-menu ul li a:hover:before {
            color: #8DC63F;
            opacity: 1;
        }

.sevice-opening-hour-box {
    background: url(assets/images/blog2.jpg);
    position: relative;
    z-index: 1;
}

    .sevice-opening-hour-box:before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: rgba(123, 199, 77, 0.82);
    }

.service-opening-hour {
    padding: 28px 40px 35px;
}

    .service-opening-hour h2 {
        font-size: 25px;
        font-weight: 700;
        margin: 12px 0 40px;
        text-align: center;
        color: #fff;
    }

    .service-opening-hour ul li {
        list-style: none;
        display: block;
        color: #fff;
        padding-bottom: 10px;
        font-size: 16px;
        border-bottom: 1px dotted #fff;
        margin-bottom: 12px;
    }

    .service-opening-hour span {
        text-align: right;
        float: right;
        display: inline-block;
    }

.style-three .dreamit-appointment-box {
    background: #F3F6F9;
    padding: 42px 30px 15px;
}

.style-three .appointment-left-title h2 {
    color: #172541;
    font-size: 25px;
    font-weight: 700;
    padding: 0;
    text-align: center;
    margin: 0;
    margin-bottom: 21px;
}

.style-three .from-box input {
    width: 100%;
    height: 55px;
    background: #fff;
    padding-left: 20px;
    margin-bottom: 30px;
    border: 1px solid #d5e1e4;
    padding-right: 12px;
}

.style-three .from-box textarea {
    width: 100%;
    height: 115px;
    background: #fff;
    border: 1px solid #d5e1e4;
    padding: 20px;
}

.service-details-thumb img {
    width: 100%;
    margin-bottom: 30px;
}

.service-details-content h1 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 25px;
}

.service-details-inner-thumb img {
    width: 100%;
}

.sservice-title h1 {
    font-size: 17px;
    font-weight: 700;
    font-family: "Merriweather",sans-serif;
    text-align: center;
}

.service-details-content-two h1 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 25px;
    border-top: 1px solid rgba(221, 221, 221, 1);
    padding-top: 47px;
    margin-top: 16px;
}

.style-three .dreamit-content-inner ul li i {
    color: #8DC63F;
    font-size: 17px;
    margin-right: 12px !important;
    display: inline-block;
}

.style-three .dreamit-content-inner ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: "Merriweather", Sans-serif !important;
    font-weight: 500;
    margin-top: 10px;
}

.style-two .single-title h1 {
    font-size: 20px;
    padding: 15px 0 25px;
}
/*blog grid css*/
.blog-aera.style-six {
    background: #f6f7ff;
}

.style-six .dreamit-blog-thumb:before {
    display: none;
}
/*blog css*/
.style-six .dreamit-blog-inner-thumb img {
    width: 100%;
}

.style-six .militant-blog-content {
    padding: 26px 36px 38px;
    background: #fff;
}

.style-six .blog-meta-box {
    padding: 0;
    margin: -3px 0;
}

    .style-six .blog-meta-box span a {
        color: #565872;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 2px;
        padding-left: 15px;
    }

    .style-six .blog-meta-box span p {
        display: inline-block;
        margin-right: 15px;
        font-size: 12px;
        margin-left: 15px;
    }

    .style-six .blog-meta-box span {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 2px;
    }

        .style-six .blog-meta-box span p {
            display: inline-block;
            margin-right: 15px;
            font-size: 12px;
            margin-left: 15px;
            font-weight: 500;
        }

        .style-six .blog-meta-box span:hover {
            color: inherit;
        }

.style-six .blog-title-page h2 {
    font-size: 27px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 28px;
}

    .style-six .blog-title-page h2 a:hover {
        color: #8DC63F;
    }

.style-six .blog-inner-button a {
    background: #8DC63F;
    padding: 15px 47px;
    border: 2px solid #8DC63F;
    color: #fff;
    text-transform: uppercase;
    transition: .3s;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 12px;
}

    .style-six .blog-inner-button a:hover {
        background: #fff;
        color: #8DC63F;
    }

.style-six .militant-blog-content {
    margin-bottom: 30px;
    background: #fff;
}

.blogquote {
    background: #F6F7FF;
    padding: 50px 50px 50px 108px;
    border-left: 6px solid #8DC63F;
    margin: 32px 0 32px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    font-style: normal;
}

.blog-icon {
    float: left;
    margin: 4px 0 10px 0;
}

    .blog-icon i {
        font-size: 41px;
        font-weight: 700;
        color: #8DC63F;
        margin-left: -68px;
    }

.blogquote-text {
    overflow: hidden;
}

    .blogquote-text span {
        font-size: 14px;
        font-weight: 500;
        color: #8DC63F;
        display: block;
        margin-top: 20px;
    }

    .blogquote-text p {
        font-weight: 500;
    }

.inner-content {
    padding-top: 38px;
}

.inner-content-text h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}

.author {
    background: #F6F7FF;
    padding: 40px 60px;
    margin: 98px 0 50px;
}

.author-images img {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    margin: auto;
    padding: 9px;
    border-radius: 100%;
    background: #fff;
    margin-top: -100px;
}

.authir-text h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 32px 0 7px;
    display: block;
}

.author-icon i {
    color: #9498b6;
    margin: 0 5px 0px;
}

.author-title p {
    padding: 22px 0 0 0;
}

.author {
    background: #F6F7FF;
    padding: 40px 55px 27px;
    margin: 98px 0 50px;
}

.appointment-inner-box.style-six {
    background: #fff;
    padding: 35px 20px 8px;
}

.comment-title h3 {
    font-size: 26px;
    font-weight: 700;
    color: #140a20;
    margin: 0px 16px 28px;
}

/*contact css*/
.contact-inner-title h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.contact-content-box {
    padding: 34px 20px 34px 10px;
    background: #fff;
    box-shadow: 0 5px 30px rgba(222, 222, 222, 0.4);
    border-bottom: 4px solid #8DC63F;
    margin-bottom: 30px;
    min-height: 275px;
}

.contact-inner-title p {
    color: rgba(86,86,86,.8);
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area.style-two.sticky {
        background: #549e28 !important;
        
    }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    .header-area.style-two.sticky {
        background: #549e28 !important;
        
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-area.style-two.sticky {
        background: #549e28 !important;
        
    }
}

@import url('https://fonts.googleapis.com/css?family=Raleway');




.flex-container {
    position: absolute;
    height: 70vh;
    width: 100%;
    display: -webkit-flex; /* Safari */
    display: flex;
    overflow: hidden;

    @media screen and (max-width: 768px) {
        flex-direction: column;
    }
}

.flex-title {
    color: #f1f1f1;
    position: relative;
    font-size: 5vw;
    margin: auto;
    text-align: center;
    transform: rotate(90deg);
    top: 15%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    @media screen and (max-width: 400px) {
        transform: rotate(0deg) !important;
    }
}

.flex-about {
    opacity: 0;
    color: #f1f1f1;
    position: relative;
    width: 70%;
    font-size: 2vw;
    padding: 5%;
    top: 20%;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    line-height: 1.3;
    margin: auto;
    text-align: left;
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    @media screen and (max-width: 300px) {
        padding: 0%;
        border: 0px solid #f1f1f1;
    }
}


.flex-slide {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    @media screen and (max-width: 768px) {
        overflow: auto;
        overflow-x: hidden;
    }
}

    .flex-slide p {
        @media screen and (max-width: 768px) {
            font-size: 2em;
        }
    }

    .flex-slide ul li {
        @media screen and (max-width: 768px) {
            font-size: 2em;
        }
    }

    .flex-slide:hover {
        -webkit-flex-grow: 3;
        flex-grow: 3;
    }

.cosmetic {
    height: 70vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/images/plastic/bbl.jpg");
    background-size: cover;
    background-position: -140px 85px;
    background-attachment: fixed;

    @media screen and (min-width: 768px) {
        animation: aboutFlexSlide $defaultSeconds 1;
        animation-delay: 0s;
    }
}

@keyframes aboutFlexSlide {
    0% {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

    50% {
        -webkit-flex-grow: 3;
        flex-grow: 3;
    }

    100% {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}

.flex-title-home {
    @media screen and (min-width: 768px) {
        transform: rotate(90deg);
        top: 15%;
        animation: aboutFlexSlide $defaultSeconds 1;
        animation-delay: 0s;
    }
}



@keyframes homeFlextitle {
    0% {
        transform: rotate(90deg);
        top: 15%;
    }

    50% {
        transform: rotate(0deg);
        top: 15%;
    }

    100% {
        transform: rotate(90deg);
        top: 15%;
    }
}

.flex-about-home {
    opacity: 0;

    @media screen and (min-width: 768px) {
        animation: aboutFlexSlide $defaultSeconds 1;
        animation-delay: 0s;
    }
}

@keyframes flexAboutHome {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



.hair {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/images/department/hair.jpg");
    background-size: cover;
    background-position: -140px 85px;
    background-attachment: fixed;
}

.contact-form {
    width: 100%;
}

input {
    width: 100%;
}

textarea {
    width: 100%;
}

.dental {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/images/department/dental.jpg");
    background-size: cover;
    background-position: -140px 85px;
    background-attachment: fixed;
}

.face {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/images/plastic/lipo.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}




.spinner {
    position: fixed;
    top: 0;
    left: 0;
    background: #222;
    height: 100%;
    width: 100%;
    z-index: 11;
    margin-top: 0;
    color: #fff;
    font-size: 1em;
}

.cube1, .cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}














.gal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10vmin;
    overflow: hidden;
    transform: skew(5deg);
    background: rgb(139 181 84);
    font-family: sans-serif;
    min-height: 40vh;
}

    .gal-container .card {
        flex: 1;
        transition: all 1s ease-in-out;
        height: 75vmin;
        position: relative;
    }

        .gal-container .card .card__head {
            color: black;
            background: rgb(139 181 84);
            padding: 0.5em;
            transform: rotate(-90deg);
            transform-origin: 0% 0%;
            transition: all 0.5s ease-in-out;
            min-width: 100%;
            text-align: center;
            position: absolute;
            bottom: 0;
            left: 0;
            font-size: 1em;
            white-space: nowrap;
        }

        .gal-container .card:hover {
            flex-grow: 2;
        }

            .gal-container .card:hover img {
                filter: grayscale(0);
            }

            .gal-container .card:hover .card__head {
                text-align: center;
                top: calc(100% - 2em);
                color: white;
                background: rgb(139 181 84);
                font-size: 2em;
                transform: rotate(0deg) skewx(2deg);
            }

        .gal-container .card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 1s ease-in-out;
            filter: grayscale(100%);
        }

        .gal-container .card:not(:nth-child(5)) {
            margin-right: 0.5em;
        }

@media (min-width: 768px) and (max-width: 991px) {
    .gal-container .card:hover .card__head {
        font-size: 1em;
        top: calc(100% - 2em);
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .gal-container .card:hover .card__head {
        font-size: 0.7em;
        top: calc(100% - 3em);
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .gal-container .card:hover .card__head {
        font-size: 0.3em;
        top: calc(100% - 3em);
    }
}








/*
.gal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10vmin;
    overflow: hidden;
    transform: skew(5deg);
}
.card {
      flex: 1;
      transition: all 1s ease-in-out;
      height: 75vmin;
      position: relative;
}
.card :hover {
    flex-grow: 2;
}
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
    filter: grayscale(100%);
  }

.gal-container .card:not(:nth-child(5)) {
    margin-right: 1em;
  }



.card__head {
        color: #000;
        background: rgba(141, 198, 63, 0.75);
        padding: 0.5em;
        transform: rotate(-90deg);
        transform-origin: 0% 0%;
        transition: all 0.5s ease-in-out;
        min-width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 1em;
        white-space: nowrap;
}
.card__head  :hover{
    text-align: center;
    top: calc(100% - 2em);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    font-size: 1.5em;
    transform: rotate(0deg) skew(-5deg);
  }
  

.card__head img:hover {
          filter: grayscale(0);
}
        
      
      */


@media only screen and (min-width: 800px) and (max-width: 999px) {

    .dreamit-slider-content {
        background: #8DC63F;
        padding: 40px 40px 55px;
        width: 70%;
        position: absolute;
        top: 5%;
        left: 5%;
        z-index: 1;
        border-radius: 10px;
        margin-top: 18px;
    }

        .dreamit-slider-content::before {
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            left: -31px;
            top: 0px;
            background: rgba(141, 198, 63, 0.70);
            z-index: -1;
            border-radius: 10px;
        }

    .baslik {
        font-size: 24px !important;
        color: #466736;
    }
}

@media only screen and (min-width: 1000px) {

    .dreamit-slider-content {
        background: rgba(141, 198, 63, 0.70);
        padding: 40px 40px 110px;
        width: 40%;
        position: absolute;
        top: 13%;
        left: 10%;
        z-index: 1;
        border-radius: 10px;
        margin-top: 18px;
    }
}


@media only screen and (max-width: 500px) {

    .dreamit-slider-content {
        background: #8DC63F;
        padding: 40px 40px 55px;
        width: 100%;
        top: 13%;
        left: 10%;
        z-index: 1;
        border-radius: 10px;
        margin-top: 18px;
        margin-bottom: 20px;
    }

        .dreamit-slider-content::before {
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            left: -31px;
            top: 0px;
            background: rgba(141, 198, 63, 0.70);
            z-index: -1;
            border-radius: 10px;
        }

    .baslik {
        font-size: 24px !important;
        color: #466736;
    }
}

@media only screen and (max-width: 800px) {

    .pil {
        display: none !important;
    }

    .aktif {
        display: block;
    }

    .geta {
        display: none;
    }

    .getb {
        display: block !important;
    }
}


@media only screen and (min-width: 1000px) {

    .contactvideo {
        height: 500px;
        overflow: hidden;
    }

        .contactvideo video {
            position: absolute;
            top: -35%;
        }


    #pnl_service {
        display: none;
    }

    #pnl_web {
        display: flex;
    }

    .m-logo {
        display: none;
    }

    .mobile_loca {
        display: none !important;
    }

    .mobile_loca2 {
        display: block !important;
        text-align: right;
    }
}

@media only screen and (max-width: 1000px) {
    .dreamit-header-menu ul li a
    {
        font-size: 17px !important;
    }

    .menu-wrapper {
        width: 170px !important;
    }

    .dreamit-header-menu ul li .sub-menu{
        width:250px !important;
    }


    #pnl_service {
        display: block;
    }

    #pnl_web {
        display: none;
    }

    .baslik {
        font-size: 24px !important;
        color: #466736;
    }

    .footer-logo img {
        width: 170px;
    }

    .dreamit-header-menu ul li a {
        display: inline-block;
        color: #333;
        font-size: 19px !important;
        font-weight: 500;
        transition: .3s;
        margin: 5px 0;
    }

    .mobile_loca {
        display: block !important;
        margin-top: 37px;
    }

    .mobile_loca2 {
        display: none !important;
    }

    .our-clinic-area img{
        width:100%;
    }
}
