
/* ==========================================
	Start header top area Css 
   =========================================*/
/*--mobile menu---*/
.logo-txt::before{
    content: "BBC SHARE";
    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: #7bc74d;
    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: #549e28 !important; */
}
.sticky-nav .dreamit-header-menu ul li a {
    color: #fff;
}
.stiky-logo {
display: none;
}
.sticky-nav .stiky-logo {
display: block;
}
.sticky-nav .main-logo {
display: none;
}

.mobile-menu-social-icon {
    display: none;
}
.sticky-nav .dreamit-header-menu ul li a:hover {
    color: #333;
}
/* ==========================================
	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: #7bc74d;
}
.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: 205px;
    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 #7bc74d;
    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:#7bc74d !important;
}
/* Home Two Css */
.single-middle-address-icon i {
    font-size: 30px;
    float: left;
    color: #7bc74d;
    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: #7BC74D;
    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: #7bc74d;
    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;
}

.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: 800px;
    background: url(assets/images/200.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.slider2 {
    height: 800px;
    background: url(assets/images/300.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.dreamit-slider-content h1 {
    font-size: 70px;
    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:yellow !important;
	color:black;
	border: 2px solid #7bc74d !important;
}
.slider-button .active {
    color:black;
    background:yellow !important;
    border: 2px solid #7bc74d;
    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(123, 199, 77, 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(123, 199, 77, 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: #7bc74d;
    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: #7bc74d;
    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: #7bc74d;
    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: -500px;
    height: 78px;
    width: 50px;
    line-height: 76px;
    border: 1px solid #7bc74d;
    text-align: center;
    border-radius: 2px;
    font-size: 25px;
    color: #7bc74d;
    transition: .5s;
}

.owl-next {
    right: -58px;
}
.owl-prev {
    left: -58px;
}

.owl-prev:hover {
    background: #7bc74d;
    color: #fff;
}
.owl-next:hover{
    background: #7bc74d;
    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: #7bc74d;
    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: #7bc74d;
    border-color: #7bc74d;
}
.em-button-button-area a:hover {
color: #fff;
background: #0c5adb;
border-color: #0c5adb;
}
a.em-active-button:hover {
background: #fff;
border-color: #fff;
color:#7bc74d;
}
.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 #7bc74d;
    text-align: center;
    display: block;
    color: #7bc74d;
    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: #7bc74d;
border-color: #7bc74d;
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: #7bc74d;
    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: left;
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: .5s;
    margin-bottom: 30px;
}
.pricing-title h3 {
    font-size: 25px;
    color: #7bc74d;
    font-weight: 700;
    margin-bottom: 12px;
}
.pricing-tk h3 {
    font-size: 40px;
    font-weight: 400;
    color: #565872;
    font-family: 'Heebo', sans-serif;
}
.pricing-tk span {
    font-size: 16px;
    font-weight: 400;
}
.pricing-body ul {
    list-style: none;
    display: inline-block;
    padding: 30px 0px 48px 0;
}
.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: #F2F5F8;
    color: #565872;
}
.dreamit-pricing-box:hover .pricing-button a {
    background: #7bc74d;
    color: #fff;
}
.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 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: #7BC74D;
}
.feature-button a {
    font-size: 13px;
    font-weight: 400;
    color: #7bc74d;
    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: #7bc74d;
    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 #7bc74d36;
}
.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: #7bc74d;
    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: #7bc74d;
    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: #7BC74D;
    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: #7bc74d;
    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: #7bc74d;
    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 #7bc74d;
    background: #7bc74d;
    color: #fff;
    padding: 11px 40px;
    display: inline-block;
}
.dreamit-about-button a:hover {
    background: #fff;
    color: #7bc74d;

}
/* 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: #7bc74d;
    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: #7bc74d;
    bottom: -15px;
    transition: .5s;
}
.dreanit-single-feature-box:hover {
    background: #7bc74d;
    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: #7BC74D;
    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(123, 199, 77, 0.92);
}
.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: #7bc74d;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.style-two .dreamit-counter {
    border-left: 1px solid #7bc74d;
    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: #7bc74d;
    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: #7bc74d;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    transition: 
}
.style-six .dreamit-counter {
    border-left: 1px solid #7bc74d;
    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: #7bc74d;
}
.service-content p {
    margin-bottom: 8px;
}
.service-button a {
    font-size: 14px;
    color: #7BC74D;
    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: #7BC74D;
    bottom:-2px;
    transition:.5s;
}
.service-button a:hover:after{
   width:100%; 
}
.button a {
    border: 2px solid #7BC74D;
    padding: 12px 40px;
    background: #7BC74D;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    transition: .5s;
}
.button a:hover {
    background: #fff;
    color: #7BC74D;
}
/*hom page two css*/
.style-two.service-area {
    background: #f2f5f8;
}
.dreamit-section-title h4 {
    color: #7BC74D;
    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: #7bc74d;
   
}
.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: #7bc74d;
    top: -30px;
    margin: auto;
    left: 0;
    right: 0;
}
.section-title-bg-bar:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 2px;
    width: 58px;
    background: #7bc74d;
    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: #7bc74d;
    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: #7BC74D;
}

.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: #7bc74d;
}
.service-title p a span {
    color: #7BC74D;
    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: #7BC74D;
    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: #7BC74D;
    color: #fff;
    border-color: #7BC74D;
}
.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: #7BC74D;
}
.style-five .service-content-text p {
    margin: 0 0 8px;
}
.style-five .dreamit-service-box:hover {
    border-color: #7BC74D;
}
.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: 3px 0 0 0;
}

.dreamit-single-process-thum img {
    border-radius: 100%;
    border: 10px solid #fff;
}
.dreamit-process-number {
    position: absolute;
    left: -8px;
    top: 30%;
    transition: .56s;
}
.dreamit-single-process:hover .dreamit-process-number{
    top: 20%;
}

.dreamit-process-number span {
    background: #7BC74D;
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.dreamit-process-number span:before {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 60px;
    height: 60px;
    background: #7BC74D;
    opacity: 0.4;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
}
.dreamit-process-number span:after {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 80px;
    height: 80px;
    background: #7BC74D;
    opacity: 0.2;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
}
.dreamit-single-process-thum {
    border-radius: 50%;
    border: 4px solid #7BC74D;
    display: inline-block;
    text-align: center;
    transition: .5s;
    position: relative;
    margin-bottom: 25px;
}
.dreamit-process-content h2 {
    font-size: 20px;
    font-weight: 700;
}
.dreamit-process-content {
    text-align: center;
}
.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: #7BC74D;
    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: #7BC74D;
    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 #7bc74d;
    padding: 15px 40px;
    background: #7bc74d;
    color: #fff;
    text-transform: uppercase;
    transition: .5s;
}
.choose-us-button a:hover {
    background: #fff;
    color: #7bc74d;
}
/*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: #7bc74d;
}
.style-two .why-choose-us-box {
    text-align: right;
}
.style-two .why-choose-us-icon i {
    font-size: 55px;
    color: #7bc74d;
    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: #7bc74d;
}
.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: #7bc74d;
}
.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: #7bc74d;
    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: #7bc74d;
    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;
}
.dreamit-appointment-box .quote_btn button:hover {
    background: transparent;
    border-color: #7bc74d;
    color: #7bc74d;
}
.section-title h1 {
    font-size: 16px;
    color: #7bc74d;
    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: #7bc74d;
    -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 #7bc74d;
    padding: 28px 30px 27px;
    margin: 0 20px 11px;
    border-radius: 0;
}
.dreamit-department-tab ul li a span {
    color: #7bc74d;
    font-size: 19px;
}
.dreamit-department-tab-box {
    border: 5px solid #7bc74d36;
    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: #7BC74D;
    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: #7BC74D !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-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: #7bc74d;
    color: #fff;
    padding: 14px 89px;
    border-radius: 3px;
    border: 0;
    margin: 20px 0 10px;
}
.quote_btn button {
    background: #7bc74d;
    color: #fff;
    padding: 14px 89px;
    border-radius: 3px;
    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: #7BC74D;
}
.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: #7bc74d;
    font-size: 14px;
    font-weight: 500;
    padding-top: 7px;
}
/*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;
}
.style-three .testimonial-content-text p {
    width: 85%;
    margin: auto;
    padding: 0;
    color: #565872;
    font-style: inherit;
}
.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: #7BC74D;
    color:#fff;
    border-color:#7BC74D;
}
.portfolio_menu ul li:hover{
  background: #7BC74D;
    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: #7BC74D;
    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: #7BC74D;
    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: #7BC74D;
    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: #7BC74D;
}
.dreamit-team-title span {
    font-size: 14px;
    font-weight: 500;
    color: #7BC74D;
    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: #7BC74D;
    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: #7BC74D;
    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: #7BC74D;
    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: #7BC74D;
    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: #7bc74d;
}
.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: #7bc74d;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #7bc74d;
    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: 20px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #7bc74d;
    transition: .5s;
}
.dreamit-blog-icon a:hover {
    background:#7bc74d;
    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: #7bc74d;
}
.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: #7bc74d;
}
.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: #7BC74D;
}
.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: #7bc74d;
    border: 2px solid #7bc74d;
} 
.blog-button a:hover {
    color: #7bc74d;
    background: #fff;
} 
/*home page three css*/
.category-tag a {
    color: #7bc74d;
    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: #7BC74D;
    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);
    padding: 60px 0 60px 0;
}

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

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

.contact-address-area {
    background: #7bc74d;
    padding: 42px 0;
}
.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;
    line-height: 6px;
}
/*==========================================
    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: #7BC74D;
}
.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;
    color: #fff;
}
.footer-button button {
    font-size: 15px;
    padding: 9px 20px;
    background: #7BC74D;
    color: #fff;
    transition: .3s;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #7BC74D;
}
.footer-button button:hover {
    color: #7BC74D;
    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: #7BC74D;
}

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

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

/*start breatcumb css*/ 
.breatcumb-area {
    background: url(assets/images/call1.jpg);
    height: 284px;
    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: rgba(10, 24, 40, 0.75);
}
.breatcumb-content {
    margin: 0 0 32px;
}
.breatcumb-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    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: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.breatcumb-content-text i {
    font-size: 15px;
    color: #fff;
    margin: 0 6px;
    display: inline-block;
}
.breatcumb-content-text span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin: 0 4px;
}

/*home page two css*/
.style-two.breatcumb-area {
    background: url(assets/images/bg.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: #7bc74d;
    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: #7BC74D;
}
/*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: #7bc74d;
    font-size: 14px;
    color: #fff;
    padding: 14px 40px;
    border: 2px solid #7bc74d;
    font-weight: 400;
    text-transform: uppercase;
    transition: .5s;
}
.six .call-button a:hover {
    background: #fff;
    border-color: #7bc74d;
    color: #7bc74d;
}

/*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: #7bc74d;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.team-details-icon a i {
    font-size: 15px;
}
.team-details-icon a {
    background: #7bc74d;
    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: #7bc74d;
}
.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 #7bc74d;
    font-weight: 500;
    text-transform: uppercase;
    background: #7bc74d;
    color: #fff;
    padding: 12px 40px;
    margin-top: 40px;
    transition: .5s;
}
.team-details-button a:hover {
    background: #fff;
    color: #7bc74d;
}
.dreamit-team-details {
    padding: 25px 25px;
    box-shadow: 0 10px 30px 0 rgba(17,12,79,.1);
}
.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;
}
.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: #7bc74d;
    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: #7bc74d;
    color: #7bc74d;
}
.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: #7bc74d;
    font-size: 14px;
    color: #fff;
    padding: 14px 40px;
    border: 2px solid #7bc74d;
    font-weight: 400;
    text-transform: uppercase;
    transition: .5s;
}
.seven .call-button a:hover {
    background: #fff;
    border-color: #7bc74d;
    color: #7bc74d;
}
/*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 #7bc74d;
    padding: 13px 40px;
    background: #7bc74d;
    transition: .3s;
    text-transform: uppercase;
    color: #fff;
}
.clinic-button a:hover {
    background: #fff;
    color: #7bc74d;
}
/*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: #7bc74d;
    opacity: 0;
    z-index: 0;
    transition: .3s;
}
.dreamit-service-details-menu ul li a:hover:before {
    color: #7bc74d;
    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: #7bc74d;
    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: #7bc74d;
}
.style-six .blog-inner-button a {
    background: #7bc74d;
    padding: 15px 47px;
    border: 2px solid #7bc74d;
    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: #7bc74d;
}
.style-six .militant-blog-content {
    margin-bottom: 30px;
    background: #fff;
}
.blogquote {
    background: #F6F7FF;
    padding: 50px 50px 50px 108px;
    border-left: 6px solid #7BC74D;
    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: #7BC74D;
    margin-left: -68px;
}
.blogquote-text {
    overflow: hidden;
}
.blogquote-text span {
    font-size: 14px;
    font-weight: 500;
    color: #7BC74D;
    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;
    background: #fff;
    box-shadow: 0 5px 30px rgba(222, 222, 222, 0.4);
    border-bottom: 4px solid #7bc74d;
    margin-bottom: 30px;
}
.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;;
}
}




/*
<!-- ============================================================== -->
<!-- Start scrollup button -->
<!-- ============================================================== -->*/
.scroll-area{
  position: relative;
  z-index: 999;
 }
.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}
.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; 
  }
.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%; 
}
.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: -moz-linear-gradient(0deg, #333333 0%, #333333 100%);
    background-image: linear-gradient(to right, #333333 0%, #333333 100%);
    background-image: -ms-linear-gradient(0deg, #333333 0%, #333333 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}
.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius:100%;
}
.top-wrap {
  position: relative; 
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #333333 0%, #333333 100%);
    background: #333333;
    background-image: -ms-linear-gradient(0deg, #333333 0%, #333333 100%);
}
 .top-wrap .go-top-button i {
    font-size: 18px;
    font-weight: 600;
    padding-left: 4px;
    color: #fff;
}
.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    -o-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #83CB5C 0%, #83CB5C 100%);
    background-image: -webkit-linear-gradient(0deg, #83CB5C 0%, #83CB5C 100%);
    background-image: -ms-linear-gradient(0deg, #83CB5C 0%, #83CB5C 100%);
    border-radius: 100%;
}
.top-wrap .go-top-button:hover {
      background-color: #222;
      color: #fff; 
  }
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }



/*Loader*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #7BC74D;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #173969;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #825AE8;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
/** Here comes the Magic **/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/** When page loaded **/
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}



/*particles js*/
div#particles {
    position: relative;
}

#webcoderskull {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    width: 100%;
}
div#particles .slider-area {
    background: inherit;
}
html{
    scroll-behavior: smooth;
}