
body {
	margin: 0;
	padding: 0;
}
* {
	font-family: 'Montserrat', sans-serif;
}	

:focus{
	outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}
:hover{
	outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.mr_name{
	    color: #1c613c;
}


.top_bar{
	background: #f5f2f2;
	padding: 15px 0px;

}
.top_logo a img{
	width: 100%;
}

.dt_top{
	display: flex;
    justify-content: center;
    align-items: center;
}
.top_icn i{
	font-size: 35px;
}
.text_icons h5{
	font-weight: 500;
	font-size: 17px;
}
.text_icons a{color: #000;
}
.top_icn{
	padding-right:15px ;
}



.mein_menu{
	background: #1b824a;
	transition: all 0.5s ease;
	padding: 10px 0px;
}
.mein_menu .bg_nav .nav-item.active .nav-link{
	color: rgb(253 190 51);
}
.mein_menu .bg_nav .nav-item .nav-link{
	color: #fff;
	text-transform: uppercase;
}
.mein_menu .bg_nav .nav-item .nav-link:hover, .mein_menu .bg_nav .nav-item .nav-link:focus {
    color: rgb(253 190 51);
}
.mein_menu .bg_nav .btn{
	color: #fff;
   border: 1px solid #ffffff;
    border-radius: inherit;
}
.mein_menu .bg_nav .btn:hover{
	color: #fff;
  background: #fdbe33;
  border: 1px solid #fdbe33;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  z-index: 2;
}






/*Slider*/

.home_slider{
	position: relative;
}
.home_slider .carousel_overly{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
	color: #fff;
}
.home_slider .bg{
	background: rgb(5, 5, 5, 0.5);
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: ;

}
.home_slider .carousel_overly .btn{
	color: #fff;
   border: 1px solid #ffffff;
    border-radius: inherit;
    font-size: 25px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-width: 4px;
    margin-top: 12px;
}
.home_slider .carousel_overly .btn:hover{
	color: #fff;
  background: #fdbe33;
  border: 1px solid #fdbe33;
  border-width: 4px;
}
.carousel_overly h1{
	font-size: 50px;
	    margin: 20px 0px;
    font-weight: 900;
}
.carousel_overly p{
	font-size: 32px;
    font-weight: 500;
    margin: 0px;
}


/*Feature Section*/

.service_provide .col-md-4{
	background: #1b824a;
	color: #ffffff;
}
.service_provide .col-md-4:nth-child(2n) {
	color: #1c613c !important;
    background: #fdbe33;
}
.feature{
	padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
}
.feac_icn i{
	font-size: 60px;
	position: relative;
}
/*.feac_icn::before{
	content: '';
    border: 2px dotted #fff;
    position: absolute;
    top: 80px;
    width: 18%;
    height: 32%;
    border-radius: 100%;
    left: 30px;
}
.feac_icn i::before{
	background: #030f27;
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	bottom: 0px;
	left: 0px;
}*/
.feac_text{
	padding-left: 20px;
}
.feac_text p{
	margin: 0px;

}

.about_imag img{
	width: 100%;
}

.about_section{
	padding: 50px 0px;
}
.about_content .ab_pp{
	font-weight: bold;
    font-size: 20px;
    color: #fdbe33;
}
.about_content h2{
	font-size: 45px;
    font-weight: 700;
    color: #030f27;
}
.about_content p{
 color: gray;
    font-size: 15px;
}
.about_content .btn{
	background: #fdbe33;
}
.about_content .btn {
    background: #1c613c;
    padding: 10px 30px;
    border-radius: inherit;
    color: #ffffff !important;
    font-weight: 700;
}
.about_content .btn:focus{
	box-shadow: inherit;
}
.about_content .btn:hover{
	background: #fdbe33;
    color: #1c613c !important;
}
.counter_con{
	background: #1b824a;
	padding: 30px 25px;
	color: #fdbe33;
}
.counter_con2{
	background: #fdbe33;
    padding: 30px 25px;
        color: #1c613c;
}
.counter_content{
	display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}
.count_icon i{
	font-size: 50px;
}
.counter_feature{
	padding-left: 30px;
}
.counter_feature h2{
	font-weight: 900;
    font-size: 40px;
    margin: 0px;
}
.counter_feature h4{
	font-size: 14px;
    font-weight: 700;
}
.counter_section{
	padding: 50px 0px;
}
.service_provide{
	padding-bottom: 50px;
}
.srv_img img{
	width: 100%;
}
.sr_boxes h5{
	background: #fdbe33;
    padding: 20px;
    color: #030f27;
}
.our_service{
	padding: 50px 0px;
}
.sr_txt{
	font-weight: bold;
    font-size: 20px;
    color: #fdbe33;
    margin: 0px;
}
.sr_head h4{
	font-size: 45px;
    font-weight: 700;
    color: #030f27;
    margin-bottom: 35px;
}

.srv_img{
	overflow: hidden;
	transition: all 0.5s ease;
}
.srv_img img{
	transition: all 0.5s ease;
}
.srv_img:hover img{
	transform: scale(1.5);
	transition: all 0.5s ease;
}


.video{
	background-image: url(../img/banner2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 500px;
	    margin: 50px 0px;
	position: relative;
}
.video::after{
	content: '';
	background: #000;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.play_btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: #fdbe33;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: none;
    box-shadow: 0px 0px 10px 0px white;
    font-size: 30px;
    color: #030f27;
}
footer{
	    background: #003c3c;
	    margin-top: 50px;
	    padding: 40px 0px;
}
footer h4{
	color: #fff;
	margin-bottom: 20px;
}
.contact_text span{
	    color: #cccccc;
	    font-size: 14px;
}
.contact_icon i{
	color: #cccccc;
    font-size: 20px;
}
.company_detail p{
	color: #cccccc;
	font-size: 14px;
}
.business_detail ul li, .team_detail ul li{
	list-style-type: none;
}
.business_detail ul li a{
	color: #cccccc;
	font-size: 14px;
}

.team_detail ul li a{
	color: #cccccc;
	font-size: 14px;
}
.bootom_footer{
	margin-top: 40px;
}
.footer_bottom_content span{
	color: #cccccc;
}
.mein_top_footer{
	padding-bottom: 40px;
}


/*Employee Slider*/


section.sec {
    padding: 50px 0px;
    position: relative;
    margin: 50px 0px;
}
.bg-gradient {
    background: #1b824a;
}
.sm-title {
}
.title, .title h3 {
    font-size: 22px;
    color: #2b4d7a;
    font-weight: 700;
    line-height: 1.2em;
}
.sm-title h3 {
    margin-bottom: 45px;
}
.title, .title h3 {
    font-size: 30px;
    color: #fdbe33 !important;
    font-weight: 700;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top: 40%;
    position: absolute;
    border-radius: 40px !important;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
}
.owl-nav .owl-prev {
    left: -5%;
}
.owl-nav .owl-next {
    right: -5%;
}
#staff .owl-nav .owl-prev i, .owl-nav .owl-next i {
    color: #fff;
    font-size: 20px;
    position: relative;
    left: 0px;
        vertical-align: middle;
}
.box-b {
    background-color: #f5f6fa;
    padding: 15px;
    transition: .2s all ease-in-out;
    border-radius: 4px;
    cursor: pointer;
    border-bottom: solid 2px #fdbe33;
    height: auto;
    position: relative;
    box-shadow: 0 5px 10px #fdbe33;
}
.box-b .box-img {
    margin-bottom: 15px;
}
.staff .box-img img {
    height: 80px;
    width: 80px !important;
    margin: auto;
    border-radius: 90px;
}
.box-b h3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 22px;
    color: #fdbe33;
}
.box-b p {
    color: #343a40;
    text-align: center;
    margin-bottom: 0px;
}
.sec .owl-theme .owl-nav [class*='owl-']:hover{
	    background: #fdbe33;
}

.sec .owl-theme .owl-dots .owl-dot span{
	background: #fdbe33;
}


/*Employee Slider End*/

/*Brand Slider*/
.brand_head{
	
    padding-bottom: 35px;
}
.brand_head h3{
	font-size: 30px;
    color: #fdbe33 !important;
    font-weight: 700;
    position: relative;
}
.brand_head h3::after{
	content: '';
    border-bottom: 2px solid #fdbe33;
    width: 6%;
    position: absolute;
    top: 5px;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.brand_slider{
	padding: 50px 0px;
}





/*About Us Page Css*/

.ab_banner{
	position: relative;
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
}
.ab_banner::before{
	content: '';
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	left: 0px;
	background: #000;
	opacity: 0.5;
}
.banner_content{
	padding: 50px 0px;
    margin: 50px 0px;
}
.banner_content h1{
	color: #fff;
}
.breadcrumb__widget{
	color: #fff;
}
.breadcrumb__widget a{
	color: #fff;
}
.breadcrumb__widget span{
	color: #fdbe33;
}

.ftco-section{
	padding: 50px 0px;
    background: #fdc039;	
}
.heading-section h2{
	color: #fff;
}
.heading-section h2 span{
	color: #1c613c;
    font-weight: 800;
    font-size: 40px;
}
.services-2 .text{
    padding: 15px 0px;
}
.services-2 .text h3, p{
	color: #fff;
}


/*Service Pge Css*/

.form-group .btn{
	background-color: #1b824a;
	border-color: #1b824a;
	color: #fff;
}

.ftco-appointment{
	padding: 50px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/*Team Page Css*/

.project img{
	width: 100%;
}
.our_project .project{
	padding: 15px;
} 
.our_project{
	padding: 50px 0 0 0;
}


.addrs .add_text p{
	/*color: gray;*/
}
.add_icon{
	padding-right: 10px;
}

.addrs{
	display: flex;
}
.add_icon i{
	color: #fff;
}
.ftco-appointment_cnt {
    background: #fdbe33;
    margin-top: 50px;
    padding: 50px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.half, .right_contact h2{
	color: #fff;
}

.our_project .item p{
    background: #1b824a;
    text-align: center;
    padding: 4px 0;
}

/*Project Page Css*/

.work_project_right_image .slick-slide img {
    display: block;
    width: 100%;
}
.work_project_left h4{
	font-weight: 800;
    line-height: 35px;
    color: #fff;
}
.work_project_left p{
	/*color: gray;*/
	text-align: justify;
}
.work_list ul{
	list-style: auto;
	color: #fff;
}
.work_project_right_image .slick-prev:before, .slick-next:before {
    color: #fdbe33;
    font-size: 40px;
}
.work_project_right_image .slick-prev {
    left: 5px;
    z-index: 9;
}

.work_project_right_image .slick-next:before {
    color: #fdbe33;
    font-size: 40px;
}
.work_project_right_image .slick-next {
    right: 22px;
    z-index: 9;
}
.our_work_project{
	padding: 45px 0px;
	background: #1b824a;
}

/*.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #1b824a;
}*/