*{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
}
.container{
	padding: 0 !important;
}
/* 
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
 */


/*neon Button*/
.a-n1{ margin-left: 0px;
    text-decoration: none; position: relative; overflow: hidden; transition: 0.2s all;  color: #fff; text-transform: uppercase; letter-spacing: 4px;
    padding: 17px 20px;
    color: rgb(255, 230, 0);
}
.a-n1:hover{
    background:#F4D03F; color: #000;
    box-shadow: 0px 0px 10px #F4D03F, 0px 0px 40px#F4D03F, 0px 0px 80px #F4D03F; transition-delay: 1s;
}    
.a-n1 span{
    position: absolute;
    display: block;
}
.a-n1 span:nth-child(1){
 top:0px;
 left: -100%;
 width: 100%;
 height: 2px; 
 background: linear-gradient(90deg,transparent,#F4D03F );
 opacity: 0;
}
 
.a-n1:hover span:nth-child(1){

    left:0%; 
    transition: 0.5s; 
    opacity: 1;
}


.a-n1 span:nth-child(3){
 bottom:0px;
 right:-100%;
 width: 100%;
 height: 2px; 
 background: linear-gradient(270deg,transparent,#F4D03F );
 opacity: 0;
}
 
.a-n1:hover span:nth-child(3){

    right:0%; 
    transition: 0.5s; 
    transition-delay: 0.5s;
    opacity: 1;
}



.a-n1 span:nth-child(2){
 top:-100%;
 right:0;
 width:  2px;
 height: 100%; 
 background: linear-gradient(180deg,transparent,#F4D03F );
 opacity: 0;
}
 
.a-n1:hover span:nth-child(2){
    top:0%; 
    transition: 0.5s; transition-delay: 0.25s;
    opacity: 1;
}

.a-n1 span:nth-child(4){
 bottom:-100%;
 left:0;
 width:  2px;
 height: 100%; 
 background: linear-gradient(360deg,transparent,#F4D03F );
 opacity: 0;
}
 
.a-n1:hover span:nth-child(4){
    bottom:0%; 
    transition: 0.5s;  transition-delay: 0.75s;
    opacity: 1;
}
/* Header Section css code start from here */
body{
}

#preloder{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: url('../image/preloder.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f1f2f3;
}

header{
	width: 100%;

}
nav{
    box-shadow: 5px 5px 5px rgb(197, 197, 197, .3);
}
.navbar-top{
    width: 100% !important;
	border-bottom: 1px solid #ccc !important;
	background: #fff;
    display: flex;
    justify-content: space-between;
}
.nav-top-left ul {
	margin: 0;
	padding: 0;

}
.nav-top-left ul li{
	display: inline-block;
	list-style: none;
    margin-right: 15px;
}
.nav-top-left ul li a{
	color: #ccc;
	font-size: 12px;
	line-height: 45px;
}
.nav-top-left ul li a i{
	transition: .3s;
}
.nav-top-left ul li a i:hover{
	color: #fab700;
	transition: .3s;
}
.top-nav {
	padding: 5px 20px !important;
	border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;	
}
.navbar{
    position: relative;
}
.main-nav{
	background: #fff;
	padding: 15px 0px !important;
}
.nav-item{
    transition: all .5s;
}
.nav-link{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;	
    text-transform: uppercase;
    margin-left: 25px;
    color: #000 !important;
    transition: all .5s;
}
.nav-link:hover{
    transform: scale(1.1);
    transition: all .5s;
    background-color: rgb(255, 230, 0);
    border-radius: 3px;
}
.active{
	color: #fab700 !important;
}
.search{
}
.search i{
	margin-left: 25px;
	color: #999fa8;

}
.r-content{
    display: flex;
    float: right;
}
.btn-top{
    padding: 5px 20px !important;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #ccc!important;
    background: #fff !important;
    margin-left: 8px;
    margin: 5px 0px;

}
.btn-1{
	padding: 5px 20px !important;
	border: none;
	background: #fab700;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-left: 8px !important;
    margin: 5px 0px;
}
.fixed-top {
    background: #fff !important;
}
.navbar-toggler-icon{
    color: #fff; 
}
.navbar-toggler-icon{
    background-image: url('../image/menu.png');
}
/* Banner Section Start From Here */   

.banner{
	width: 100%;
	background: url('../image/home-banner.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;


}
.bd-flex{
	display: flex;
	align-items: center;
	height: 90vh;

}
.banner-content{
	width: 100%;
	text-align: center;
 }
.banner-content h1{
	font-size: 60px;
    font-family: 'Oswald', sans-serif !important;
    color: #fff;
    margin-bottom: 20px;
    font-weight: normal;

}
.banner-content h1 span{
    background: #fab700;
    border-radius: 4px;
    line-height: 60px;
    color: #222222;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 5px;
    padding-top: 2px;
    display: inline-block;
}
.banner-content p{
	font-size: 14px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    max-width: 500px;
    color: #fff;
    margin: auto;
}
 .banner-content button{
    line-height: 50px;
    background: #222222;
    color: #fab700;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    border: none !important;
    margin-top: 50px;
	transition: .5s;

}
/*
.banner-content button:hover{
	background-color: #fab700;
	color: #000;
	transition: .5s;
} */
/* Banner Section Start From Here */   
/* Services Section Start From Here */
.services{
    width: 100%;
    padding: 80px 0px;
}

.heading-text{
    text-align: center;
    margin-bottom: 60px;
}
.s-box{
    margin-bottom: 30px;
     display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.heading-text h1{
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    color: #222222;
    margin-bottom: 12px !important;
}

.heading-text p{
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    line-height: 24px;
    color: #777777;
}

.service-box{
    text-align: center;
    padding: 45px 85px !important;
    border-radius: 10px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin-bottom: 30px;
    transition: .5s;


}
.service-box:hover{
    box-sizing: border-box;
    transition: .5s;
    box-shadow: -3px 2px 19px -5px rgba(49,43,43,0.35);
-webkit-box-shadow: -3px 2px 19px -5px rgba(49,43,43,0.35);
-moz-box-shadow: -3px 2px 19px -5px rgba(49,43,43,0.35);
}
.service-box .s-icon {
        margin-bottom: 23px !important;
}
.service-box h3{
        font-size: 20px;
    font-family: "Oswald", sans-serif;
    color: #222222;
    margin-bottom: 18px;

}
.service-box p{
    font-size: 14px;
    line-height: 24px;
}
/* Services Section End From Here */
/* Project Section Start From Here */

.d-flex{
    display: flex;
    padding: 0 !important;
}
.p-box{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    text-align: center;


}
.p-box::before{
    content: "";
    background: rgba(250, 183, 0, 0.85);
    position: absolute;
    left: 3%;
    top: 3%;
    right: 3%;
    bottom: 3%;
    width: 94%;
    height: 94%;
    opacity: 0;
    transition: .2s;


}
.p-box img{
    height: auto; 
    width: 100%;
}
.p-box-text{
    position: absolute !important;
    top: 0;
    color: black;
    margin-top: 10%;
    opacity: 0;

}
.p-box-text h4{
color: #222222;
font-size: 20px;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
margin-bottom: 16px;;
}
.p-box-text p{
    margin: auto;
    font-size: 14px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    color: #222222;
    padding: 0px 20px;
}

.p-box:hover  .p-box-text, .p-box:hover::before {
    transition: .2s;
    opacity: 1;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
}

/* Project Section End From Here */
/* Our Mamber Section Start From Here */
.mamber{
    width: 100%;
    padding: 80px 0px;
}


.m-text{
    text-align: center;
    margin-top: 20px;
}
.m-text h5{
    margin-bottom: 5px;
    color: #222222;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.m-text p{
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #777777;
    margin-bottom: 0px;
}
.md3{
    position: relative;
}
.img2{
    width: 100%;
    position: relative;
    z-index: -1;
}
.img-icon{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    display: none;

}
.img-icon i{
    
    color: black;
    padding: 0px 10px;
    font-size: 20px;
}
.img-icon a{
    text-decoration: none;
}
.img-box{
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    transition: .3s;

}
.img-box:hover{
    background:  rgba(250, 183, 0, 0.85);
    transition: .3s;
}

.img-box:hover .img-icon{
    display: block;
    opacity: .5;
    transition: .5s;


}
/* Our Mamber Section End From Here */
/* Counter Section Start From Here */
.counte{
    background-color: #fab700;
    padding: 115px 0px 115px 0px;
}
.grid{
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.grid-item1{
    margin: auto;
}
.grid-item1 h2{
    font-size: 48px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #222222;
}
.grid-item1 p{
    margin-bottom: 0px;
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}


/* Counter Section End From Here */
/* Features Section Start From Here */
.features{
    padding: 80px 0px;
}
.features-item{
    background: #fff;
    border-radius: 10px;
    padding: 40px 60px 40px 40px;
    margin-bottom: 30px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    border: 1px solid #eeeeee;
 
}
.features-item:hover {
    box-shadow: -2px 2px 8px 5px rgba(0,0,0,0.10);
    opacity: .8;
}
.features-item:hover .f-head h4 {
    color: #fab700; 
    transition: .5s;
}
 .features-item:hover .f-head a i {
    color: #fab700;
    transition: .5s;

} 
.f-item1{

}
.f-head{
    display: flex;

}
.f-head h4 {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #222222;
    margin-bottom: 20px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    transition: .5s;

}

.f-head a {
    text-decoration: none;
}

.f-head a i{
    font-size: 24px;
    padding-right: 15px;
    position: relative;
    top: 0px;
    color: #313030;
    transition: .5s;

}

.u-text p{
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    color: #5c4c4c;


}
/* Features Section End From Here */
/* Slider-1 Section Start From Here */
.owl-carousel {
   display: block !important;
}
.allslide{
    display: flex !important;
}
.slider-1{
    background: #f9f9ff;
    padding: 120px 0px;
}
.slide-1{
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 40px 80px !important;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin: 30px;
}
.slide-1:hover{
    background: #fff;
    box-shadow: 8px 15px 15px 4px rgba(0,0,0,0.17);
}
.slide-1:hover .p-heading h4{
    color: #fab700;
    transition: .5s;
}
.slide-1 .l-img{
    margin-right: 30px !important;
}
.d-flex{
    display: flex;
}
.p-text{
    font-size: 14px;
    margin-bottom: 20px;
    color: #000;
}
.p-heading{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    font-family: "Roboto",sans-serif;
}
.p-heading h4{
    transition: .5s;
    
}
.p-heading h5{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    font-family: "Roboto",sans-serif;
}
.active{
    color: #000 !important;
}
.owl-carousel .owl-item img{
    width: auto !important;
}
/* Slider-1 Section End From Here */
/* Slider-2 Section Start From Here */
.allslide2{
    display: flex !important;
    justify-content: space-evenly ;
} 
.slider-2{
    padding: 80px 0px;
    padding-left: 50px
}
.slide-img1{
    opacity: .6;
    transition: .5s;

}
.slide-img1:hover{
    opacity: 1;
    transition: .5s;
}
.owl-2 .owl-dot{
    display: none !important;
}
    
/* Slider-2 Section End From Here */
/* Footer Section Start From Here */
footer{
    background: #222222;
    padding: 120px 0px;
}
footer h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Oswald",sans-serif;
    color: #fff;
    margin-bottom: 28px;
}
footer p{
    color: rgb(114, 107, 107);
    font-size: 14px;
}
footer span{
    color: #fab700;
    font-size: 24px;
    font-weight: 600;
}
.f-bottom{
    padding-top: 80px !important;
}
footer ul{
    float: right;
}
footer ul li {
    list-style: none;
    display: inline-block;
}

footer ul li a{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-left: 6px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: #111;
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    transition: .5s;

}
footer ul li a:hover{
    background: #fab700;
    color: #111;
    transition: .5s;
}
.right {
    float: right;
}
.right-arrow{
    color: #111 !important;
    position: absolute;
    background:#fab700;
    padding: 12px;
    border-radius: 30px;
    margin-left: -41px;
    margin-top:2px;
}
.fp-1{
    padding-right: 65px !important;
}
 input, textarea{
    width: 100% !important;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
}
.b-span{
    font-size: 16px;
}
.search:focus{
    outline: none;
}
/* Footer Section End From Here */


/* counter Up jQuery Plugin */