/* ============= custom work ============================
========================================================*/


/********* slider style 3 *****************/

 


.home_area.home_area_three .single_slide .home_content {
    height: 680px;
    color: #fff;
    font-size: 18px;
    max-width: 900px;
    line-height: 36px;
}


.home_area.home_area_three .single_slide .home_content .button {
    background: #2d2c2c;
   color: #ffffff;
}

.home_area.home_area_three .single_slide .home_content h1 {
  margin: 0;
    margin-bottom: 25px;
    color: #fff;
	    line-height: 65px;
    font-size: 26px;
    display: inline;
}

.home_area.home_area_three .single_slide .home_content h1 span{
        box-shadow: 10px 0 0 #484848, -10px 0 0 #484848;
        -webkit-box-shadow: 10px 0 0 #484848, -10px 0 0 #484848;
    display: inline;
    background-color: #484848;
	    padding: 8px 0px 8px 0px;

}
.home_area.home_area_three .single_slide .home_content {
    height: 680px;
    color: #3a3a3a;
    font-size: 16px;
    max-width: 750px;
    line-height: 34px;
}
.home_area.home_area_three .single_slide .home_content p{
	display: block;
    margin-top: 26px;
}
.home_area.home_area_three .single_slide .home_content .home_btn {
    margin-top: 25px;
    padding: 15px 35px;
    margin-right: 15px;
   
	font-size: 15px;
	line-height:15px;
	border-radius:0px
}

.home_area.home_area_three .overlay:before {
  
    opacity: 0 !important;
   
}
@media only screen and (min-width: 992px){
.home_area.home_area_three .owl-nav>div {
    height: 50px;
    width: 58px;
    color: #fff;
    background: #424242;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: auto;
	bottom:0;
    left: 47%;
    font-size: 20px;
}

.home_area.home_area_three .owl-nav>div.owl-next {
    left: 50%;
    top: auto;
	bottom:0%;
    margin-left: 0;
}
}
.home_area.home_area_three .owl-nav>div {
    background: #484848;
    color: #fff;
}

/********* slider style 4 *****************/

.home_area.home_area_four .single_slide .home_content {
    height: 680px;
    color: #fff;
    font-size: 18px;
    max-width: 900px;
    line-height: 36px;
}

.home_area.home_area_four .single_slide .home_content h1 {
    font-size: 40px;
    line-height: 54px;
    margin: 0;
    margin-bottom: 25px;
    color: #282727;
}
.home_area.home_area_four .single_slide .home_content {
    height: 680px;
    color: #3a3a3a;
    font-size: 16px;
    max-width: 600px;
    line-height: 34px;
}
.home_area.home_area_four .single_slide .home_content .home_btn {
    margin-top: 25px;
    padding: 20px 55px;
    margin-right: 15px;
    -webkit-box-shadow: 0 5px 16px rgba(39,117,255,.5) !important;
    -moz-box-shadow: 0 5px 16px rgba(39,117,255,.5) !important;
    box-shadow: 0 5px 16px rgba(0,0,0,.15) !important;
	font-size: 15px;
	line-height:15px;
}

.overlay:before {
  
    opacity: 0;
   
}
@media only screen and (min-width: 1200px){
.home_area.home_area_four .owl-nav>div {
    height: 50px;
    width: 50px;
    color: #fff;
    background: #2154cf;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 40%;
    left: 5%;
    font-size: 20px;
}

.home_area.home_area_four .owl-nav>div.owl-next {
    left: 5%;
    top: 50%;
    margin-left: 0;
}
}
.home_area.home_area_four .owl-nav>div {
    background: #262323;
    color: #fff;
}


/********* slider style 5 *****************/

.home_area.home_area_five .home_content .cell{
	padding: 24px 20px 36px 20px;
    background: rgba(0,0,0,0.5);
}

.home_area.home_area_five .single_slide .home_content h1 {
    font-size: 47px;
    line-height: 66px;
    margin: 0;
    margin-bottom: 25px;
    color: #fff;
}

.home_area.home_area_five .single_slide .home_content p{
	font-size: 17px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;

}
.home_area.home_area_five .overlay:before{
	opacity:0;
	
}

.home_area.home_area_five .button, .home_area.home_area_five .button-3 {
    line-height: 35px;
    padding: 10px 32px 10px 31px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 3px;
    border: none;
}

/********************** home 3 service style ************************************/

.inner-header-wraper-home {
    margin-bottom: 30px;
    padding: 30px 20px;
    position: relative;
    background: #fbc43a !important;
    text-align: center;
    border: 1px solid #eaeaea !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.inner-header-wraper-home:hover {
    box-shadow: none;
}

.inner-header-wraper-home .icon-circle {
    
    color: #363636 !important;
    font-size: 43px;
    background: #fff !important ;
    padding: 14px;
    width: 70px;
    height: 70px;
    border-radius: 50%;

}
.inner-header-wraper-home h3 {
    margin-top: 30px;
    color: #fff !important;
    margin-bottom: 20px;
}
.inner-header-wraper-home h3 a{
	color: #fff !important;
}
.inner-header-wraper-home p {
    margin: 0;
    color: #fff !important;
}
.inner-header-wraper-home .ser-btn {
    color: #ffffff !important;
    background: transparent;
    border-bottom: 1px solid #ffffff !important;
    padding: 5px 0px;
    border-radius: 0px;
}


/*****************  Home page 4 ***********************/

.inner-header-wraper-home4 {
    margin-bottom: 30px;
    padding: 30px 20px;
    position: relative;
    background: #fff;
    text-align: center;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.inner-header-wraper-home4{
    background: transparent;
    border: 0px;
}
.inner-header-wraper-home4:hover i {
    color: #000;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}
.inner-header-wraper-home4 .icon-circle {
    color: #333333 !important;
    font-size: 70px;
}
.inner-header-wraper-home4 h3 a {
    color: #343434 !important;
}

.inner-header-wraper-home4 .ser-btn {
    color: #ffffff !important;
    background: #ff2b1b !important;
    border-bottom: 0px solid #ff2a1a !important;
    margin-top: 33px;
    padding: 20px 55px;
    margin-right: 15px;
    -webkit-box-shadow: 0 5px 16px rgba(39,117,255,.5) !important;
    -moz-box-shadow: 0 5px 16px rgba(39,117,255,.5) !important;
    box-shadow: 0 5px 16px rgba(0,0,0,.15) !important;
    font-size: 15px;
    line-height: 15px;
    border-radius: 30px;
}

/********************* Home page 5 *************************/

.service-section-home-5{
	background-color: #673ab7 !important;
}

.service-section-home-5 .section_title, .service-section-home-5 h2 {
    color: #fff !important;
}
.service-section-home-5 .section-seprater::after {
    background: #fff;
}
.service-section-home-5 .section-seprater::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    top: -7px;
}
.service-section-home-5 .icon-circle {
    font-size: 60px !important;
}

/************************ Home page 6*************************************/
/* slider section  */

.home_content .cell{
    
}

.home_area.home_area_six .single_slide .home_content h1 {
    font-size: 47px;
    line-height: 66px;
    margin: 0;
    margin-bottom: 25px;
    color: #121212;
}

.home_area.home_area_six .single_slide .home_content p{
    font-size: 17px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;

}
.home_area.home_area_six .overlay:before{
    opacity:1;
    background-color: #fcd21c;
}

.home_area.home_area_six .button, .home_area .button-3 {
    line-height: 35px;
    padding: 10px 32px 10px 31px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 3px;
    border: none;
}
.home_area.home_area_six .single_slide .home_content {
    height: 800px;
}
.home_area.home_area_six:after{
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    bottom: 0;
    content: '';
    display: block;
    height: 94px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 1;
}


@media only screen and (min-width: 0px) and (max-width: 991px) {
.home_area.home_area_six .single_slide .home_content{
    height:auto !important;
}
.home_area.home_area_six .text-content {
    padding-bottom: 30px;
    margin-top: 40px;
    text-align:center;
}
}


/**************** service ***************************/
.service-section-home-6 {
    background-color: #fcd21c !important;
}
.service-section-home-6 .inner-header-wraper {
    background: transparent;
    text-align: center;
    border: 0px solid #ffffff;
    border-radius: 2px;
}
.service-section-home-6 .ser-btn {
    background: transparent;
}
.service-section-home-6 .ser-btn:hover {
    background: #000;
    color: #fff;
}
.service-section-home-6 .section_title, .service-section-home-6 h2 {
    color: #fff !important;
}
.service-section-home-6 .section-seprater::after {
    background: #fff;
}
.service-section-home-6 .section-seprater::before {
    background: #fff;
}
.service-section-home-6 .icon-circle {
    color: #181817;
}
.service-section-home-6 .inner-header-wraper h3 a:hover {
    color: #181817;
}
.service-section-home-6 .icon-circle {
    font-size: 60px !important;
}
.home_area.home_area_six .fix-btn{
    background: #3f3f3f !important;
}
.header_top_three .header_btm, .header_top_three > .header_top{
    background: #fcd21c;
    box-shadow: none;
}
.header_top_three .menu-container ul.menu > li:hover > a{
    color: #000;
}
.header_top_three .menu-container ul.menu>li.current>a, .menu-container ul.menu>li>a:hover, .menu-container ul.menu>li>a:focus{
    color: #000;
}
.header_top_three .header_top .header_link li i, 
.header_top_three .header_top .header_link li span, .header_top_three .header_top .header_link li a {
    color: #000;
}
.header_top_three .top-social li>a {
    color: #000;
}
.header_top_three .top-social li:before {
    background-color: #000;
}
.header_top_three .header_top .header_link li:before {
    background-color: #000;
}
.header_top_three .header_top{
border-bottom: 2px solid rgba(255,255,255,0.3);
}
.header_top_three .header_two .menu-container ul.menu>li.current, .header_top_three .header_two .menu-container ul.menu>li:hover {
    background-color: transparent;
}
.header_top_three .header_two .menu-container ul.menu>li>a {
    color: #000;
}