

/* Imported styles */
/* @import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i,800,800i,900');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i'); */



/* @import url(imp.css); */
@import url(bootstrap.css);
@import url(font-awesome.min.css);
@import url(owl.css);




/* 


/*==============================================
   Base Css
===============================================*/
/* html,
body { 
    height: 100%;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
} */
.fix{
    position: relative;
    display: block;
    overflow: hidden;
}
/* img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
} */
.clr1{
    color: #f36727;
}
.bgclr1{
    background: #f36727;    
}


.secpd1{
    margin-top: 120px;
    padding-top:60px;
    padding-bottom: 120px;
}
.secpd2{
    padding: 100px 0 60px;
}
.secpd3{
    padding: 100px 0 70px;
}



.boxed_wrapper {
    background: #fff none repeat scroll 0 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
    overflow: hidden;  
}

/*** 
=============================================
    Services Style1 Area Style      
=============================================
***/
.sec-title .title {
    position: relative;
    display: block;
    color: #276593;
    font-size:30px;
    line-height: 50px;
    font-weight: 800;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 60px;
}

.services-style1-area {
    position: relative;
    display: block;
    background: #f8f5f2;
}

.single-service-style1 {
    position: relative;
    display: block;
}
.single-service-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden; 
    z-index: 1;
}
.single-service-style1 .img-holder img {
    width: 100%;
    transition: .5s ease;
}
.single-service-style1:hover .img-holder img {}


.single-service-style1 .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 900ms ease;
    transition-delay: .1s;    
    transform: scale(0);
    z-index: 2;
}
.single-service-style1:hover .overlay{
    transform: scale(1.0);
    transition: all 900ms ease;
    transition-delay: .5s;  
}
.single-service-style1 .overlay .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.single-service-style1 .overlay .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}
.single-service-style1 .overlay .box .content .dotted{
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #dda663;
    border-radius: 50%;
}
.single-service-style1 .overlay .box .content .dotted:before{
    position: absolute;
    top: 0px;
    left: -15px;
    width: 5px;
    height: 5px;
    background: #dda663;
    border-radius: 50%;
    content: "";
}
.single-service-style1 .overlay .box .content .dotted:after{
    position: absolute;
    top: 0px;
    right: -15px;
    width: 5px;
    height: 5px;
    background: #dda663;
    border-radius: 50%;
    content: "";
}


.single-service-style1 .text-holder{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 50px 49px 41px;
    padding-right: 40px;
    z-index: 1;
}
.single-service-style1 .text-holder:before{
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	background-color: #523d6c;
	transition: all 0.7s ease;
	transform: translateY(100%) scaleY(0);
    content: "";
    z-index: -1;
}
.single-service-style1:hover .text-holder:before{
	opacity:1;
	transform:translateY(0%) scaleY(1);
}

.single-service-style1 .text-holder .icon-box{
    display: block;
    padding-bottom: 23px;
}
.single-service-style1 .text-holder .icon-box span:before {
    color: #39345a;
    font-size: 65px;
    line-height: 65px;
    transition: all 500ms ease;
    transition-delay: .2s;
}
.single-service-style1:hover .text-holder .icon-box span:before{
    color: #dda663;
    transition: all 500ms ease;
    transition-delay: .4s;
}
.single-service-style1 .text-holder .text-box{}
.single-service-style1 .text-holder .text-box h3{
    margin: 0 0 29px;    
}
.single-service-style1 .text-holder .text-box h3 a{
    color: #523d6c;
    transition: all 500ms ease;
    transition-delay: .3s;
}
.single-service-style1:hover .text-holder .text-box h3 a{
    color: #ffffff;
    transition: all 500ms ease;
    transition-delay: .6s;
}
.single-service-style1 .text-holder .text-box h3 a:hover{
    color: #dda663;
}
.single-service-style1 .text-holder .text-box p{
    margin: 0;
    transition: all 500ms ease;
    transition-delay: .3s;
}
.single-service-style1:hover .text-holder .text-box p{
    color: #d0bee5;
    transition: all 500ms ease;
    transition-delay: .8s;
}



.services-style1-area .owl-theme .owl-nav {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    overflow: inherit;
    min-height: 65px;
    margin: 0;
    background: transparent;
    margin-top: -47px;
}
.services-style1-area .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -95px;
    top: 0px;
    background: rgba(255, 255, 255, 0.99);
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    z-index: 10;
    transition: all 700ms ease 0s;
}
.services-style1-area .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -95px;
    top: 0px;
    background: rgba(255, 255, 255, 0.99);
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    z-index: 10;
    transition: all 700ms ease 0s;
}
.services-style1-area .owl-theme .owl-nav .owl-prev:hover{
    background: rgba(221, 166, 99, 0.99);
}
.services-style1-area .owl-theme .owl-nav .owl-next:hover{
    background: rgba(221, 166, 99, 0.99);
}
.services-style1-area .owl-theme .owl-nav div .fa {
    color: #523d6c;
    font-size: 24px;
    font-weight: 300;
    display: block;
    text-align: center;
    line-height: 64px;
}
.services-style1-area .owl-theme .owl-nav div .fa:hover{
    color: #fff;    
}

/* Large Layout: 1200px. */
@media only screen and (min-width: 1200px){
    .container {padding: 0;}
    .container-fluid {padding: 0;}    
    
        
        
    }
    

