/* #fac20d bule =old colour #1e3c54 
#fac20d yellow  =old colour #
light yellow #d9c476
grey #56534c */

/*
	Template Name 	: Abvelt - Corporate Business & Finance Css Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

/************************************/
/***** 	    General css		     ****/
/************************************/

body{
	font-size: 16px;
	font-family: 'Hind', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

::-moz-selection{
	background: #fac20d;
	color: #fff;
}

::selection{
	background: #fac20d;
	color: #fff;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fac20d;
	z-index: 9999;
	text-align: center;
}

.loader{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 120px;
	display: flex;
	flex-flow: column nowrap;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .diamond{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background: #fff;
    -webkit-transform: translateY(0) rotate(45deg) scale(0);
    transform: translateY(0) rotate(45deg) scale(0);
    -webkit-animation: diamonds 1500ms linear infinite;
    animation: diamonds 1500ms linear infinite;
}

.preloader .diamond:nth-child(1) {
    -webkit-animation-delay: -1000ms;
    animation-delay: -1000ms;
}

.preloader .diamond:nth-child(2) {
    -webkit-animation-delay: -2000ms;
    animation-delay: -2000ms;
}

.preloader .diamond:nth-child(3) {
    -webkit-animation-delay: -3000ms;
    animation-delay: -3000ms;
}

.preloader .diamond:nth-child(4) {
    -webkit-animation-delay: -4000ms;
    animation-delay: -4000ms;
}

@-webkit-keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

@keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

.row.no-gutters{
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.btn-custom{
	display: inline-block;
    background: #fac20d;
    border: 2px solid #fac20d;
    color: #fff;
    font-size: 16px;
	letter-spacing: 0.04em;
    /*text-transform: uppercase;*/
    padding: 12px 30px 10px;
    transition: all 0.3s;
}

.btn-custom:hover{
	color: #fac20d;
	background: none;
}

/************************************/
/*****    Navigation area css   *****/
/************************************/
.circle_icon{ 
	border-radius: 50%;
	color: white; 
	float: left; 
	font-size: 17px;
	 height: 40px; 
	 line-height: 38px; 
	 margin-right: 10px; 
	 text-align: center; 
	 width: 40px;
	   background-color: #fac20d; 
 }
header.header{
	min-height: 105px;
}

header .navbar{
	padding: 0;
	background: rgba(255,255,255,1);
	z-index: 40;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.navbar-brand img{
	height: 51px;
	transition: all 0.3s;
}

header .navbar-collapse.collapse{
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navbar .navbar-nav .nav-item{
	padding: 40px 6px 36px;
	transition: all 0.3s;
}

.navbar .navbar-nav .nav-link{
	padding: 4px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #222;
	border-radius: 4px;
	/*text-transform: uppercase;*/
	letter-spacing: 0.02em;
	transition: all 0.3s;
}

/*.navbar .navbar-nav .nav-link.active{*/
/*	background: none;*/
/*	color: #fac20d;*/
/*}*/

/*.navbar .navbar-nav .nav-link:hover,*/
/*.navbar .navbar-nav .nav-link:focus{*/

/*	color: #fac20d;*/
/*}*/

/*.navbar .navbar-nav .nav-link.active:hover,*/
/*.navbar .navbar-nav .nav-link.active:focus{*/

/*	color: #fac20d;*/
/*}*/

.sticky-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
}

.sticky-header .navbar-nav .nav-item{
	padding: 24px 6px 20px;
}

.sticky-header .navbar-brand img{
	height: 40px;
}

.navbar-toggle{
	display: none;
	position: absolute;
	top: 22px;
	right: 15px;
}

.navbar-toggle .slicknav_btn{
	background: none;
	border: 1px solid #444;
	border-radius: 0;
}

.navbar-toggle .slicknav_icon-bar{
	background: #444;
	box-shadow: none;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 4px;
}

.slicknav_menu{
	padding: 0;
	background: none;
}

.slicknav_btn{
	margin: 0;
}

.slicknav_nav a{
	color: #222;
	text-transform: uppercase;
}

/**************************************/
/*****    Banner Slider area css  *****/
/**************************************/

.top-bar{
	padding: 10px 0;
	/* background: #fac20d; */
	background: #fac20d;
}

.business-info ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.business-info ul li{
	display: inline-block;
	margin-right: 20px;
}

.business-info ul li a{
	margin: 0;
	font-size: 16px;
	color: #090807;
	transition: all 0.2s;
}

.business-info ul li a i{
	margin-right: 4px;
}

.business-info ul li a:hover{
	color: #fff;
	/* color: #0d4659; */
}

.header-social-link a{
	display: inline-block;
	font-size: 14px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #090807;
	text-align: center;
	margin-right: 4px;
}

.header-social-link a:hover{
	color: #fff;
	/* color: #0d4659; */
}

.banner-slider{
	position: relative;
}

.banner-slider .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.banner-slider{
	position: relative;
}

.banner-slide{
	position: relative;
}

.banner-slide:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}

.banner-slide figure{
	margin: 0;
}

.banner-slide figure img{
	width: 100%;
}

.banner-slide .banner-slide-overlay{
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%;
	transform: translate(0, -50%);
}

.banner-slide .banner-slide-overlay:before{
	bottom: auto;
	top: -4px;
}

.banner-slide-overlay h2{
	font-size: 70px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.banner-slide-overlay p{
	color: #232323;
	font-size: 20px;
	margin-bottom: 1.5em;
}

.btn-slider{
	display: inline-block;
	background: #fac20d;
	border: 2px solid #fac20d;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 20px;
	transition: all 0.3s;
}

.btn-slider:hover{
	background: none;
	color: #fac20d;
	/* color: #fac20d; */
}

.banner-slider .banner-pagination{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 100;
	text-align: center;
}

.banner-pagination .swiper-pagination-bullet{
	opacity: 1;
	width: 14px;
	height: 14px;
	background: none;
	border: 2px solid #fff;
}

.banner-pagination .swiper-pagination-bullet-active{
	/* border-color: #fac20d; */
	border-color: #fac20d;
}

/************************************/
/*****     About us area css    *****/
/************************************/

.aboutus{
	padding: 100px 0;
}

.about-content h3{
	color: #222;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 1em;
}

.about-content p{
	color: #707070;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.about-image{
	max-width: 300px;
	margin: 0 auto;
	position: relative;
}

.about-image figure{
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	margin: 0;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.about-image figure:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1;
}

.btn-play{
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	line-height: 100px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 1;
	font-size: 60px;
	transition: all 0.3s;
}

.btn-play:hover{
	color: #fac20d;
}

.btn-readmore{
	display: inline-block;
	background: #fac20d;
	border: 2px solid #fac20d;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 30px 8px;
	transition: all 0.3s;
}

.btn-readmore:hover{
	background: none;
	color: #fac20d;
}

/************************************/
/*****     Services area css    *****/
/************************************/

.services{
	padding: 100px 0;
	background: #f7f7f7;
}

.section-title{
	text-align: center;
	padding-bottom: 14px;
	margin-bottom: 60px;
	position: relative;
}

.section-title:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 8px;
	width: 40px;
	margin-left: -20px;
	border-radius: 8px;
	background: #fac20d;
}

.section-title h2{
	color: #222;
	font-size: 42px;
	margin: 0;
}

.section-title p{
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #888;
	margin-bottom: 6px;
}

.service-single{
	background: #fff;
	border: 1px solid #f1f1f1;
}

.service-header{
	position: relative;
	margin-bottom: 25px;
}

.service-header figure{
	margin: 0;
}

.service-header .icon-box{
	width: 50px;
	height: 50px;
	color: #fff;
	background: #fac20d;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	border-radius: 6px;
	position: absolute;
	left: 30px;
	bottom: -25px;
}

.service-body{
	padding: 30px;
}

.service-body h3{
	font-size: 24px;
	color: #222;
	font-weight: 400;
	margin-bottom: 14px;
}

.service-body p{
	font-size: 16px;
	color: #707070;
}

.btn-learn-more{
	display: inline-block;
	background: #fac20d;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fac20d;
	padding: 6px 10px 4px;
	text-transform: uppercase;
	transition: all 0.3s;
}

.btn-learn-more:hover{
	background: #fff;
	color: #fac20d;
}

/************************************/
/*****     Our Goal area css    *****/
/************************************/

.our-gole{
	padding: 100px 0;
}

.gole-image{
	margin-top: 60px;
}

.gole-content{
	position: relative;
	background: #f7f7f7;
	padding: 70px 40px;
}

.gole-content:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100px;
	width: 100px;
	background: #f7f7f7;
	z-index: -1;
}

.gole-content h3{
	color: #222;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 1em;
}

.gole-content p{
	font-size: 18px;
	color: #707070;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.gole-content ul{
	list-style: none;
	padding: 0;
	margin: 0 0 1.6em;
}

.gole-content ul:after{
	content: '';
	display: block;
	clear: both;
}

.gole-content ul li{
	float: left;
	width: 48%;
	margin-right: 2%;
	font-size: 18px;
	color: #707070;
	position: relative;
	padding: 4px 0 4px 26px;
}

.gole-content ul li:before{
	content: '\f192';
	font-family: FontAwesome;
	position: absolute;
	top: 4px;
	left: 0;
	color: #fac20d;
}

/*************************************/
/*****   Counter Stat area css   *****/
/*************************************/

.counter-stats{
	background: #f7f7f7;
	padding: 60px 0;
}

.counter-single{
	background: #fff;
	padding: 50px 20px 40px 20px;
	text-align: center;
	margin-top: 25px;
	border: 1px solid #f1f1f1;
	position: relative;
}

.counter-single .icon-box{
	width: 50px;
    height: 50px;
    color: #fff;
	margin-left: -25px;
	background: #fac20d;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: -25px;
}

.counter-single h3{
	color: #222;
	font-size: 60px;
	font-weight: 300;
	margin: 0;
}

.counter-single p{
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	color: #707070;
	
}

/*************************************/
/*****   Our Project area css    *****/
/*************************************/

.our-project{
	padding: 100px 0;
}

.our-project .section-title{
	text-align: left;
	margin-bottom: 30px;
}

.our-project .section-title:after{
	left: 0;
	margin-left: 0;
}

.project-content p{
	font-size: 18px;
	color: #707070;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.project-pagination{
	text-align: right;
	margin-bottom: 20px;
}

.project-pagination .project-prev,
.project-pagination .project-next{
	width: 40px;
	height: 40px;
	background: #fac20d;
	display: inline-block;
	text-align: center;
	font-size: 26px;
	color: #fff;
	padding-top: 2px;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.project-pagination .project-prev:hover,
.project-pagination .project-next:hover{
	background: #222;
}

.project-single{
	position: relative;
}

.project-single figure{
	margin: 0;
}

.project-overlay-outer{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(38,189,239,0);
	text-align: center;
	transition: all 0.5s;
}

.project-overlay{
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	padding: 20px 30px;
	opacity: 0;
	transform: translate(0,-50%);
	transition: all 0.6s;
}

.project-overlay h3{
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 16px;
}

.project-overlay p{
	color: #fff;
	font-weight: 300;
}

.project-overlay a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	padding: 4px 16px;
	transition: all 0.3s;
}

.project-overlay a:hover{
	background: #fff;
	color: #fac20d;
}

.project-single:hover .project-overlay-outer{
	background: rgba(38,189,239,1);
}

.project-single:hover .project-overlay{
	top: 50%;
	opacity: 1;
}

/*************************************/
/*****     Infobar area css      *****/
/*************************************/

.contact-infobar{
	background: #fac20d;
	padding: 60px 0;
}

.infobar-content h2{
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

.infobar-content p{
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.infobar-button{
	margin-top: 12px;
	text-align: right;
}

.btn-purchase-now{
	display: inline-block;
	color: #fac20d;
	background: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 16px 40px 12px;
	letter-spacing: 0.04em;
	transition: all 0.3s;
}

.btn-purchase-now:hover{
	background: none;
	color: #fff;
}

/*************************************/
/*****     Pricing area css      *****/
/*************************************/

.pricing{
	padding: 100px 0;
}

.pricing-single{
	background: #f7f7f7;
	padding: 50px 30px;
	border-radius: 10px;
	text-align: center;
}

.pricing-header h3{
	font-size: 24px;
	font-weight: 600;
	color: #222;
}

.pricing-header p{
	font-size: 60px;
	font-weight: 700;
	margin: 40px 0 20px;
	line-height: 40px;
	color: #fac20d;
}

.pricing-header p span{
	display: block;
	font-size: 16px;
	color: #222;
	font-weight: 600;
}

.pricing-body ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.pricing-body ul li{
	font-size: 18px;
	color: #707070;
	padding: 6px 0;
}

.pricing-footer{
	margin-top: 30px;
}

.pricing-footer a{
	display: inline-block;
	background: #fac20d;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 30px 10px;
	border-radius: 30px;
	letter-spacing: 0.04em;
	border: 2px solid #fac20d;
	transition: all 0.4s;
}

.pricing-footer a:hover{
	background: none;
	color: #fac20d;
}

.pricing-single.recommanded{
	background: #fac20d;
}

.pricing-single.recommanded .pricing-header h3,
.pricing-single.recommanded .pricing-header p,
.pricing-single.recommanded .pricing-header span,
.pricing-single.recommanded .pricing-body ul li{
	color: #fff;
}

.pricing-single.recommanded .pricing-footer a{
	background: #fff;
	border-color: #fff;
	color: #fac20d;
}

.pricing-single.recommanded .pricing-footer a:hover{
	background: none;
	color: #fff;
}

/*************************************/
/*****    Our Team area css      *****/
/*************************************/

.ourteam{
	padding: 100px 0;
	background: #f7f7f7;
}

.team-single{
	text-align: center;
	background: #fff;
	border: 1px solid #f1f1f1;
}

.team-header{
	position: relative;
	margin-bottom: 22px;
}

.team-social{
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -21px;
	display: inline-block;
	background: #fac20d;
	text-align: center;
	padding: 10px 10px 8px;
	border-radius: 4px;
}

.team-social a{
	display: inline-block;
	color: #fff;
	margin: 0 4px;
	transition: all 0.3s;
}

.team-social a:hover{
	color: #000;
}

.team-body{
	padding: 20px 0;
}

.team-body h3{
	font-size: 22px;
	font-weight: 500;
	margin: 0;
}

.team-body p{
	color: #707070;
	margin: 0;
}

/****************************************/
/*****    Testimonial area css      *****/
/****************************************/

.testimonials{
	padding: 100px 0;
}

.testimonial-slide{
	opacity: 0.5;
	padding: 30px;
	border-radius: 6px;
	text-align: center;
	transition: all 0.4s;
	margin: 0 20px;
}

.testimonial-slide figure{
	display: inline-block;
	max-width: 60px;
}

.testimonial-slide figure img{
	border-radius: 50%;
	border: 4px solid #e1e1e1;
	transition: all 0.4s;
}

.testimonial-slide h3{
	font-size: 20px;
	font-weight: 500;
	color: #222;
	margin-bottom: 4px;
	transition: all 0.4s;
}

.testimonial-slide h5{
	font-size: 16px;
	font-weight: 300;
	color: #222;
	margin-bottom: 20px;
	transition: all 0.4s;
}

.testimonial-slide p{
	font-weight: 400;
	margin: 0;
	transition: all 0.4s;
}

.swiper-slide-active .testimonial-slide{
	background: #fac20d;
	opacity: 1;
}

.swiper-slide-active .testimonial-slide:before{
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 20px;
	background: #a6b6c1;
	border-radius: 8px;
	z-index: -1;
}

.swiper-slide-active .testimonial-slide figure img{
	border: 4px solid #fff;
}

.swiper-slide-active .testimonial-slide h3{
	color: #fff;
}

.swiper-slide-active .testimonial-slide h5{
	color: #fff;
}

.swiper-slide-active .testimonial-slide p{
	color: #fff;
}

.testimonial-pagination{
	margin-top: 40px;
	text-align: center;
}

.testimonial-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin-top: 30px;
	background: none;
	border: 1px solid #707070;
	opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet-active{
	background: #fac20d;
	border-color: #fac20d;
}

/****************************************/
/*****    Our Partner area css      *****/
/****************************************/

.our-partner{
	background: #fac20d;
	padding: 40px 0;
}

.partner-slide{
	text-align: center;
}

/****************************************/
/*****  Blog Latest Post area css   *****/
/****************************************/

.latest-post{
	padding: 100px 0;
}

.blog-single{
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.blog-header{
	position: relative;
}

.blog-header figure{
	margin: 0;
}

.blog-header .blog-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(38,189,239,0);
	transition: all 0.4s;
}

.blog-header .blog-overlay a{
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 22px;
	color: #fac20d;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.4s;
}


.blog-body{
	padding: 30px;
}

.blog-body h3{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 14px;
}

.blog-body h3 a{
	color: inherit;
	transition: all 0.3s;
}

.blog-body h3 a:hover{
	color: #fac20d;
}

.blog-body p{
	color: #707070;
	line-height: 1.6em;
	margin: 0;
}

.blog-footer{
	border-top: 1px solid #f1f1f1;
	padding: 20px 30px;
}

.blog-footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog-footer ul li{
	display: inline-block;
	font-size: 16px;
	color: #707070;
	margin-right: 10px;
}

.blog-footer ul li i{
	color: #fac20d;
	margin-right: 8px;
}

.blog-single:hover .blog-header .blog-overlay{
	background: rgba(38,189,239,1);
}

.blog-single:hover .blog-header .blog-overlay a{
	opacity: 1;
	top: 50%;
}

/****************************************/
/*****     Contact us area css      *****/
/****************************************/

.contact-us{
	padding: 100px 0;
	background: linear-gradient(#fac20d 360px,#fff 160px);
}

.contact-us .section-title h2,
.contact-us .section-title p{
	color: #fff;
}

.contact-us .section-title:after{
	background: #fff;
}

.contact-form{
	background: #fff;
	padding: 80px 80px 0;
}

.contact-form .form-control{
	border: 1px solid #e8e8e8;
	background: #f7f7f7;
	border-radius: 0;
	height: auto;
	padding: 14px 20px;
	box-shadow: none;
	resize: none;
	margin-bottom: 10px;
	appearance: none;
	-webkit-appearance: none;
}

.btn-contact{
	display: inline-block;
    background: #fac20d;
    border: 2px solid #fac20d;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.04em;
	margin-top: 10px;
    /*text-transform: uppercase;*/
    padding: 12px 30px 10px;
	cursor: pointer;
    transition: all 0.3s;
}

.btn-contact:hover{
	background: none;
	color: #fac20d;
}

/****************************************/
/*****      Footer us area css      *****/
/****************************************/

.main-footer{
	background: #222;
}

.footer-top{
	padding: 50px 0;
}

.footer-logo{
	margin-bottom: 30px;
}

.footer-text{
	margin-bottom: 30px;
	max-width: 300px;
}

.footer-text p{
	color: #707070;
}

.footer-social a{
	width: 40px;
	display: inline-block;
	background: #111;
	padding: 10px;
	text-align: center;
	line-height: 1em;
	color: #707070;
	margin-right: 4px;
	transition: all 0.4s;
}

.footer-social a:hover{
	color: #fac20d;
}

.footer-link h3{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.footer-link ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-link ul li{
	padding: 4px 0;
}

.footer-link ul li a{
	display: block;
	color: #707070;
	transition: all 0.4s;
}

.footer-link ul li a:hover{
	color: #fac20d;
}

.newsletter h3{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.newsletter p{
	color: #707070;
}

.newsletter .form-control{
	background: #111;
	border: none;
	border-radius: 0;
	height: auto;
	padding: 14px 20px;
	color: #fff;
	outline: 0;
	box-shadow: none;
}

.btn-newsletter{
	border: none;
	background: #fac20d;
	color: #fff;
	font-weight: 400;
	border: 2px solid #fac20d;
	padding: 10px 30px 8px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: all 0.4s;
}

.btn-newsletter:hover{
	background: none;
	color: #fac20d;
}

.footer-bottom{
	background: #111;
	padding: 30px 0;
}

.footer-copyright p{
	color: #707070;
	text-align: center;
	margin: 0;
}

.footer-copyright p a{
	color: #707070;
	text-decoration: underline;
	transition: all 0.3s;
}

.footer-copyright p a:hover{
	color: #fac20d;
}

/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width: 991px){
	header.header{
		min-height: 73px;
	}
	
	.navbar-brand{
		padding: 16px 0 17px;
	}

	.navbar-brand img{
		height: 40px;
	}
	
	.header .navbar-nav{
		display: none;
	}
	
	.header .navbar{
		align-items: flex-start;
	}

	.header .navbar .container{
		position: relative;
		flex-wrap: wrap;
	}
	
	.header .navbar-toggle,
	#responsive-menu{
		display: block;
		width: 100%;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 991px){
	.aboutus,
	.our-gole,
	.our-project,
	.testimonials,
	.contact-us,
	.footer-top{
		padding: 60px 0;
	}
	
	.services,
	.counter-stats,
	.pricing,
	.ourteam,
	.latest-post{
		padding: 60px 0 30px;
	}
	
	.section-title{
		margin-bottom: 40px;
	}
	
	.section-title h2{
		font-size: 28px;
	}
	
	.section-title p{
		font-size: 16px;
	}
	
	.banner-slide-overlay h2{
		font-size: 36px;
	}
	
	.btn-slider{
		font-size: 16px;
		padding: 8px 20px 6px;
	}
	
	.service-header .icon-box{
		left: 20px;
	}
	
	.service-body{
		padding: 20px;
	}
	
	.gole-content{
		padding: 70px 20px;
	}
	
	.pricing-footer a{
		padding: 12px 20px 10px;
	}
	
	.team-single{
		margin-bottom: 30px;
	}
	
	.blog-body,
	.blog-footer{
		padding: 20px;
	}
	
	.contact-form{
		padding: 40px 40px 0;
	}
	
	.footer-link,
	.newsletter{
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px){
	.business-info{
		text-align: center;
	}
	
	.business-info ul li{
		margin-right: 0;
		display: block;
	}
	
	.business-info ul li a{
		font-size: 14px;
	}
	
	.header-social-link{
		text-align: center;
	}
	
	.about-content h3{
		font-size: 22px;
	}
	
	.about-content p{
		font-size: 16px;
	}
	
	.about-content{
		margin-bottom: 40px;
	}
	
	.btn-custom{
		padding: 8px 20px 6px;
	}
	
	.service-single{
		margin-bottom: 30px;
	}
	
	.gole-image{
		margin-top: 0;
		margin-bottom: 30px;
	}
	
	.gole-content{
		padding: 20px;
	}
	
	.gole-content:before{
		display: none;
	}
	
	.gole-content h3{
		font-size: 22px;
	}
	
	.gole-content p{
		font-size: 16px;
	}
	
	.gole-content ul li{
		float: none;
		width: 100%;
		margin: 0;
	}
	
	.counter-single{
		margin-bottom: 30px;
	}
	
	.counter-single h3{
		font-size: 50px;
	}
	
	.project-content{
		margin-bottom: 30px;
	}
	
	.project-pagination{
		text-align: center;
	}
	
	.project-pagination .project-prev,
	.project-pagination .project-next{
		margin: 0 5px;
	}
	
	.infobar-content h2{
		font-size: 26px;
	}
	
	.infobar-content p{
		font-size: 16px;
	}
	
	.infobar-button{
		text-align: left;
	}
	
	.btn-purchase-now{
		padding: 8px 20px 6px;
	}
	
	.pricing-single{
		margin-bottom: 30px;
	}
	
	.blog-single{
		margin-bottom: 30px;
	}
	
	.blog-body h3{
		font-size: 22px;
	}
	
	.contact-form{
		padding: 20px 20px 0;
	}
	.hiddpara{
		display: none;
	}
}

@media only screen and (max-width: 575px){
	
	.header .container{
		width: 100%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.banner-slide-overlay h2{
		font-size: 22px;
	}
	
	.btn-slider{
		font-size: 14px;
		padding: 4px 10px 2px;
	}
	
	.banner-slider .banner-pagination{
		position: relative;
		bottom: auto;
		margin-top: 10px;
	}
	
	.banner-pagination .swiper-pagination-bullet{
		border-color: #222;
	}

	.banner-pagination .swiper-pagination-bullet-active{
		border-color: #fac20d;
	}
	
	.about-image{
		max-width: 100%;
	}
	
}/*
	Template Name 	: Abvelt - Corporate Business & Finance Css Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

/************************************/
/***** 	    General css		     ****/
/************************************/

body{
	font-size: 16px;
	font-family: 'Hind', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

::-moz-selection{
	background: #73ca3e;
	color: #fff;
}

::selection{
	background: #73ca3e;
	color: #fff;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #73ca3e;
	z-index: 9999;
	text-align: center;
}

.loader{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 120px;
	display: flex;
	flex-flow: column nowrap;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .diamond{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background: #fff;
    -webkit-transform: translateY(0) rotate(45deg) scale(0);
    transform: translateY(0) rotate(45deg) scale(0);
    -webkit-animation: diamonds 1500ms linear infinite;
    animation: diamonds 1500ms linear infinite;
}

.preloader .diamond:nth-child(1) {
    -webkit-animation-delay: -1000ms;
    animation-delay: -1000ms;
}

.preloader .diamond:nth-child(2) {
    -webkit-animation-delay: -2000ms;
    animation-delay: -2000ms;
}

.preloader .diamond:nth-child(3) {
    -webkit-animation-delay: -3000ms;
    animation-delay: -3000ms;
}

.preloader .diamond:nth-child(4) {
    -webkit-animation-delay: -4000ms;
    animation-delay: -4000ms;
}

@-webkit-keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

@keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

.row.no-gutters{
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.btn-custom{
	display: inline-block;
    background: #73ca3e;
    border: 2px solid #73ca3e;
    color: #fff;
    font-size: 16px;
	letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 12px 30px 10px;
    transition: all 0.3s;
}

.btn-custom:hover{
	color: #73ca3e;
	background: none;
}

/************************************/
/*****    Navigation area css   *****/
/************************************/
.circle_icon{ 
	border-radius: 50%;
	color: white; 
	float: left; 
	font-size: 17px;
	 height: 40px; 
	 line-height: 38px; 
	 margin-right: 10px; 
	 text-align: center; 
	 width: 40px;
	   background-color: #042463; 
 }
header.header{
	min-height: 105px;
}

header .navbar{
	padding: 0;
	background: rgba(255,255,255,1);
	z-index: 40;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.navbar-brand img{
	/*height: 51px;*/
	height: 65px;
	transition: all 0.3s;
}

header .navbar-collapse.collapse{
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navbar .navbar-nav .nav-item{
	padding: 40px 6px 36px;
	transition: all 0.3s;
}

.navbar .navbar-nav .nav-link{
	padding: 4px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #222;
	border-radius: 4px;
	/*text-transform: uppercase;*/
	letter-spacing: 0.02em;
	transition: all 0.3s;
}

.navbar .navbar-nav .nav-link.active{
	background: none;
	/* color: #73ca3e; */
	color: #73ca3e;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus{
	/* color: #73ca3e; */
	color: #73ca3e;
}

.navbar .navbar-nav .nav-link.active:hover,
.navbar .navbar-nav .nav-link.active:focus{
	/* color: #73ca3e; */

}

.sticky-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
}

.sticky-header .navbar-nav .nav-item{
	padding: 24px 6px 20px;
}

.sticky-header .navbar-brand img{
	height: 40px;
}

.navbar-toggle{
	display: none;
	position: absolute;
	top: 22px;
	right: 15px;
}

.navbar-toggle .slicknav_btn{
	background: none;
	border: 1px solid #444;
	border-radius: 0;
}

.navbar-toggle .slicknav_icon-bar{
	background: #444;
	box-shadow: none;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 4px;
}

.slicknav_menu{
	padding: 0;
	background: none;
}

.slicknav_btn{
	margin: 0;
}

.slicknav_nav a{
	color: #222;
	text-transform: uppercase;
}

/**************************************/
/*****    Banner Slider area css  *****/
/**************************************/

.top-bar{
	padding: 10px 0;
	/* background: #73ca3e; */
	background: #042463;
}

.business-info ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.business-info ul li{
	display: inline-block;
	margin-right: 20px;
}

.business-info ul li a{
	margin: 0;
	font-size: 16px;
	color: #fff;
	transition: all 0.2s;
}

.business-info ul li a i{
	margin-right: 4px;
}

.business-info ul li a:hover{
	color: #73ca3e;
	/* color: #0d4659; */
}

.header-social-link a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	margin-right: 4px;
}

.header-social-link a:hover{
	color: #73ca3e;
	/* color: #0d4659; */
}

.banner-slider{
	position: relative;
}

.banner-slider .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.banner-slider{
	position: relative;
}

.banner-slide{
	position: relative;
}

.banner-slide:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}

.banner-slide figure{
	margin: 0;
}

.banner-slide figure img{
	width: 100%;
}

.banner-slide .banner-slide-overlay{
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%;
	transform: translate(0, -50%);
}

.banner-slide .banner-slide-overlay:before{
	bottom: auto;
	top: -4px;
}

.banner-slide-overlay h2{
	font-size: 70px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.banner-slide-overlay p{
	color: #232323;
	font-size: 20px;
	margin-bottom: 1.5em;
}

.btn-slider{
	display: inline-block;
	background: #73ca3e;
	border: 2px solid #73ca3e;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 20px;
	transition: all 0.3s;
}

.btn-slider:hover{
	background: none;
	color: #73ca3e;
	/* color: #73ca3e; */
}

.banner-slider .banner-pagination{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 100;
	text-align: center;
}

.banner-pagination .swiper-pagination-bullet{
	opacity: 1;
	width: 14px;
	height: 14px;
	background: none;
	border: 2px solid #fff;
}

.banner-pagination .swiper-pagination-bullet-active{
	/* border-color: #73ca3e; */
	border-color: #73ca3e;
}

/************************************/
/*****     About us area css    *****/
/************************************/

.aboutus{
	padding: 100px 0;
}

.about-content h3{
	color: #222;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 1em;
}

.about-content p{
	color: #707070;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.about-image{
	max-width: 300px;
	margin: 0 auto;
	position: relative;
}

.about-image figure{
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	margin: 0;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.about-image figure:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1;
}

.btn-play{
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	line-height: 100px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 1;
	font-size: 60px;
	transition: all 0.3s;
}

.btn-play:hover{
	color: #73ca3e;
}

.btn-readmore{
	display: inline-block;
	background: #73ca3e;
	border: 2px solid #73ca3e;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 30px 8px;
	transition: all 0.3s;
}

.btn-readmore:hover{
	background: none;
	color: #73ca3e;
}

/************************************/
/*****     Services area css    *****/
/************************************/

.services{
	padding: 100px 0;
	background: #f7f7f7;
}

.section-title{
	text-align: center;
	padding-bottom: 14px;
	margin-bottom: 60px;
	position: relative;
}

.section-title:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 8px;
	width: 40px;
	margin-left: -20px;
	border-radius: 8px;
	background: #73ca3e;
}

.section-title h2{
	color: #222;
	font-size: 42px;
	margin: 0;
}

.section-title p{
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #888;
	margin-bottom: 6px;
}

.service-single{
	background: #fff;
	border: 1px solid #f1f1f1;
}

.service-header{
	position: relative;
	margin-bottom: 25px;
}

.service-header figure{
	margin: 0;
}

.service-header .icon-box{
	width: 50px;
	height: 50px;
	color: #fff;
	background: #73ca3e;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	border-radius: 6px;
	position: absolute;
	left: 30px;
	bottom: -25px;
}

.service-body{
	padding: 30px;
}

.service-body h3{
	font-size: 24px;
	color: #222;
	font-weight: 400;
	margin-bottom: 14px;
}

.service-body p{
	font-size: 16px;
	color: #707070;
}

.btn-learn-more{
	display: inline-block;
	background: #73ca3e;
	color: #fff;
	font-size: 14px;
	border: 1px solid #73ca3e;
	padding: 6px 10px 4px;
	text-transform: uppercase;
	transition: all 0.3s;
}

.btn-learn-more:hover{
	background: #fff;
	color: #73ca3e;
}

/************************************/
/*****     Our Goal area css    *****/
/************************************/

.our-gole{
	padding: 100px 0;
}

.gole-image{
	margin-top: 60px;
}

.gole-content{
	position: relative;
	background: #f7f7f7;
	padding: 70px 40px;
}

.gole-content:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100px;
	width: 100px;
	background: #f7f7f7;
	z-index: -1;
}

.gole-content h3{
	color: #222;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 1em;
}

.gole-content p{
	font-size: 18px;
	color: #707070;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.gole-content ul{
	list-style: none;
	padding: 0;
	margin: 0 0 1.6em;
}

.gole-content ul:after{
	content: '';
	display: block;
	clear: both;
}

.gole-content ul li{
	float: left;
	width: 48%;
	margin-right: 2%;
	font-size: 18px;
	color: #707070;
	position: relative;
	padding: 4px 0 4px 26px;
}

.gole-content ul li:before{
	content: '\f192';
	font-family: FontAwesome;
	position: absolute;
	top: 4px;
	left: 0;
	color: #73ca3e;
}

/*************************************/
/*****   Counter Stat area css   *****/
/*************************************/

.counter-stats{
	background: #f7f7f7;
	padding: 60px 0;
}

.counter-single{
	background: #fff;
	padding: 50px 20px 40px 20px;
	text-align: center;
	margin-top: 25px;
	border: 1px solid #f1f1f1;
	position: relative;
}

.counter-single .icon-box{
	width: 50px;
    height: 50px;
    color: #fff;
	margin-left: -25px;
	background: #73ca3e;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: -25px;
}

.counter-single h3{
	color: #222;
	font-size: 60px;
	font-weight: 300;
	margin: 0;
}

.counter-single p{
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	color: #707070;
	
}

/*************************************/
/*****   Our Project area css    *****/
/*************************************/

.our-project{
	padding: 100px 0;
}

.our-project .section-title{
	text-align: left;
	margin-bottom: 30px;
}

.our-project .section-title:after{
	left: 0;
	margin-left: 0;
}

.project-content p{
	font-size: 18px;
	color: #707070;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.project-pagination{
	text-align: right;
	margin-bottom: 20px;
}

.project-pagination .project-prev,
.project-pagination .project-next{
	width: 40px;
	height: 40px;
	background: #73ca3e;
	display: inline-block;
	text-align: center;
	font-size: 26px;
	color: #fff;
	padding-top: 2px;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.project-pagination .project-prev:hover,
.project-pagination .project-next:hover{
	background: #222;
}

.project-single{
	position: relative;
}

.project-single figure{
	margin: 0;
}

.project-overlay-outer{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(38,189,239,0);
	text-align: center;
	transition: all 0.5s;
}

.project-overlay{
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	padding: 20px 30px;
	opacity: 0;
	transform: translate(0,-50%);
	transition: all 0.6s;
}

.project-overlay h3{
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 16px;
}

.project-overlay p{
	color: #fff;
	font-weight: 300;
}

.project-overlay a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	padding: 4px 16px;
	transition: all 0.3s;
}

.project-overlay a:hover{
	background: #fff;
	color: #73ca3e;
}

.project-single:hover .project-overlay-outer{
	background: rgba(38,189,239,1);
}

.project-single:hover .project-overlay{
	top: 50%;
	opacity: 1;
}

/*************************************/
/*****     Infobar area css      *****/
/*************************************/

.contact-infobar{
	background: #042463;
	padding: 60px 0;
}

.infobar-content h2{
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

.infobar-content p{
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.infobar-button{
	margin-top: 12px;
	text-align: right;
}

.btn-purchase-now{
	display: inline-block;
	color: #042463;
	background: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 16px 40px 12px;
	letter-spacing: 0.04em;
	transition: all 0.3s;
}

.btn-purchase-now:hover{
	background: none;
	color: #fff;
}

/*************************************/
/*****     Pricing area css      *****/
/*************************************/

.pricing{
	padding: 100px 0;
}

.pricing-single{
	background: #f7f7f7;
	padding: 50px 30px;
	border-radius: 10px;
	text-align: center;
}

.pricing-header h3{
	font-size: 24px;
	font-weight: 600;
	color: #222;
}

.pricing-header p{
	font-size: 60px;
	font-weight: 700;
	margin: 40px 0 20px;
	line-height: 40px;
	color: #73ca3e;
}

.pricing-header p span{
	display: block;
	font-size: 16px;
	color: #222;
	font-weight: 600;
}

.pricing-body ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.pricing-body ul li{
	font-size: 18px;
	color: #707070;
	padding: 6px 0;
}

.pricing-footer{
	margin-top: 30px;
}

.pricing-footer a{
	display: inline-block;
	background: #73ca3e;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 30px 10px;
	border-radius: 30px;
	letter-spacing: 0.04em;
	border: 2px solid #73ca3e;
	transition: all 0.4s;
}

.pricing-footer a:hover{
	background: none;
	color: #73ca3e;
}

.pricing-single.recommanded{
	background: #73ca3e;
}

.pricing-single.recommanded .pricing-header h3,
.pricing-single.recommanded .pricing-header p,
.pricing-single.recommanded .pricing-header span,
.pricing-single.recommanded .pricing-body ul li{
	color: #fff;
}

.pricing-single.recommanded .pricing-footer a{
	background: #fff;
	border-color: #fff;
	color: #73ca3e;
}

.pricing-single.recommanded .pricing-footer a:hover{
	background: none;
	color: #fff;
}

/*************************************/
/*****    Our Team area css      *****/
/*************************************/

.ourteam{
	padding: 100px 0;
	background: #f7f7f7;
}

.team-single{
	text-align: center;
	background: #fff;
	border: 1px solid #f1f1f1;
}

.team-header{
	position: relative;
	margin-bottom: 22px;
}

.team-social{
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -21px;
	display: inline-block;
	background: #73ca3e;
	text-align: center;
	padding: 10px 10px 8px;
	border-radius: 4px;
}

.team-social a{
	display: inline-block;
	color: #fff;
	margin: 0 4px;
	transition: all 0.3s;
}

.team-social a:hover{
	color: #000;
}

.team-body{
	padding: 20px 0;
}

.team-body h3{
	font-size: 22px;
	font-weight: 500;
	margin: 0;
}

.team-body p{
	color: #707070;
	margin: 0;
}

/****************************************/
/*****    Testimonial area css      *****/
/****************************************/

.testimonials{
	padding: 100px 0;
}

.testimonial-slide{
	opacity: 0.5;
	padding: 30px;
	border-radius: 6px;
	text-align: center;
	transition: all 0.4s;
	margin: 0 20px;
}

.testimonial-slide figure{
	display: inline-block;
	max-width: 60px;
}

.testimonial-slide figure img{
	border-radius: 50%;
	border: 4px solid #e1e1e1;
	transition: all 0.4s;
}

.testimonial-slide h3{
	font-size: 20px;
	font-weight: 500;
	color: #222;
	margin-bottom: 4px;
	transition: all 0.4s;
}

.testimonial-slide h5{
	font-size: 16px;
	font-weight: 300;
	color: #222;
	margin-bottom: 20px;
	transition: all 0.4s;
}

.testimonial-slide p{
	font-weight: 400;
	margin: 0;
	transition: all 0.4s;
}

.swiper-slide-active .testimonial-slide{
	background: #042463;
	opacity: 1;
}

.swiper-slide-active .testimonial-slide:before{
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 20px;
	background: #a6b6c1;
	border-radius: 8px;
	z-index: -1;
}

.swiper-slide-active .testimonial-slide figure img{
	border: 4px solid #fff;
}

.swiper-slide-active .testimonial-slide h3{
	color: #fff;
}

.swiper-slide-active .testimonial-slide h5{
	color: #fff;
}

.swiper-slide-active .testimonial-slide p{
	color: #fff;
}

.testimonial-pagination{
	margin-top: 40px;
	text-align: center;
}

.testimonial-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin-top: 30px;
	background: none;
	border: 1px solid #707070;
	opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet-active{
	background: #042463;
	border-color: #042463;
}

/****************************************/
/*****    Our Partner area css      *****/
/****************************************/

.our-partner{
	background: #73ca3e;
	padding: 40px 0;
}

.partner-slide{
	text-align: center;
}

/****************************************/
/*****  Blog Latest Post area css   *****/
/****************************************/

.latest-post{
	padding: 100px 0;
}

.blog-single{
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.blog-header{
	position: relative;
}

.blog-header figure{
	margin: 0;
}

.blog-header .blog-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(38,189,239,0);
	transition: all 0.4s;
}

.blog-header .blog-overlay a{
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 22px;
	color: #73ca3e;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.4s;
}


.blog-body{
	padding: 30px;
}

.blog-body h3{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 14px;
}

.blog-body h3 a{
	color: inherit;
	transition: all 0.3s;
}

.blog-body h3 a:hover{
	color: #73ca3e;
}

.blog-body p{
	color: #707070;
	line-height: 1.6em;
	margin: 0;
}

.blog-footer{
	border-top: 1px solid #f1f1f1;
	padding: 20px 30px;
}

.blog-footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog-footer ul li{
	display: inline-block;
	font-size: 16px;
	color: #707070;
	margin-right: 10px;
}

.blog-footer ul li i{
	color: #73ca3e;
	margin-right: 8px;
}

.blog-single:hover .blog-header .blog-overlay{
	background: rgba(38,189,239,1);
}

.blog-single:hover .blog-header .blog-overlay a{
	opacity: 1;
	top: 50%;
}

/****************************************/
/*****     Contact us area css      *****/
/****************************************/

.contact-us{
	padding: 100px 0;
	background: linear-gradient(#042463 360px,#fff 160px);
}

.contact-us .section-title h2,
.contact-us .section-title p{
	color: #fff;
}

.contact-us .section-title:after{
	background: #fff;
}

.contact-form{
	background: #fff;
	padding: 80px 80px 0;
}

.contact-form .form-control{
	border: 1px solid #e8e8e8;
	background: #f7f7f7;
	border-radius: 0;
	height: auto;
	padding: 14px 20px;
	box-shadow: none;
	resize: none;
	margin-bottom: 10px;
	appearance: none;
	-webkit-appearance: none;
}

.btn-contact{
	display: inline-block;
    background: #042463;
    border: 2px solid #042463;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.04em;
	margin-top: 10px;
    text-transform: uppercase;
    padding: 12px 30px 10px;
	cursor: pointer;
    transition: all 0.3s;
}

.btn-contact:hover{
	background: none;
	color: #042463;
}

/****************************************/
/*****      Footer us area css      *****/
/****************************************/

.main-footer{
	background: #222;
}

.footer-top{
	padding: 80px 0;
}

.footer-logo{
	margin-bottom: 30px;
}

.footer-text{
	margin-bottom: 30px;
	max-width: 300px;
}

.footer-text p{
	color: #707070;
}

.footer-social a{
	width: 40px;
	display: inline-block;
	background: #111;
	padding: 10px;
	text-align: center;
	line-height: 1em;
	color: #707070;
	margin-right: 4px;
	transition: all 0.4s;
}

.footer-social a:hover{
	color: #73ca3e;
}

.footer-link h3{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.footer-link ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-link ul li{
	padding: 4px 0;
}

.footer-link ul li a{
	display: block;
	color: #707070;
	transition: all 0.4s;
}

.footer-link ul li a:hover{
	color: #73ca3e;
}

.newsletter h3{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.newsletter p{
	color: #707070;
}

.newsletter .form-control{
	background: #111;
	border: none;
	border-radius: 0;
	height: auto;
	padding: 14px 20px;
	color: #fff;
	outline: 0;
	box-shadow: none;
}

.btn-newsletter{
	border: none;
	background: #73ca3e;
	color: #fff;
	font-weight: 400;
	border: 2px solid #73ca3e;
	padding: 10px 30px 8px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: all 0.4s;
}

.btn-newsletter:hover{
	background: none;
	color: #73ca3e;
}

.footer-bottom{
	background: #111;
	padding: 30px 0;
}

.footer-copyright p{
	color: #707070;
	text-align: center;
	margin: 0;
}

.footer-copyright p a{
	color: #707070;
	text-decoration: underline;
	transition: all 0.3s;
}

.footer-copyright p a:hover{
	color: #73ca3e;
}

/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width: 991px){
	header.header{
		min-height: 73px;
	}
	
	.navbar-brand{
		padding: 16px 0 17px;
	}

	.navbar-brand img{
		height: 40px;
	}
	
	.header .navbar-nav{
		display: none;
	}
	
	.header .navbar{
		align-items: flex-start;
	}

	.header .navbar .container{
		position: relative;
		flex-wrap: wrap;
	}
	
	.header .navbar-toggle,
	#responsive-menu{
		display: block;
		width: 100%;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 991px){
	.aboutus,
	.our-gole,
	.our-project,
	.testimonials,
	.contact-us,
	.footer-top{
		padding: 60px 0;
	}
	
	.services,
	.counter-stats,
	.pricing,
	.ourteam,
	.latest-post{
		padding: 60px 0 30px;
	}
	
	.section-title{
		margin-bottom: 40px;
	}
	
	.section-title h2{
		font-size: 28px;
	}
	
	.section-title p{
		font-size: 16px;
	}
	
	.banner-slide-overlay h2{
		font-size: 36px;
	}
	
	.btn-slider{
		font-size: 16px;
		padding: 8px 20px 6px;
	}
	
	.service-header .icon-box{
		left: 20px;
	}
	
	.service-body{
		padding: 20px;
	}
	
	.gole-content{
		padding: 70px 20px;
	}
	
	.pricing-footer a{
		padding: 12px 20px 10px;
	}
	
	.team-single{
		margin-bottom: 30px;
	}
	
	.blog-body,
	.blog-footer{
		padding: 20px;
	}
	
	.contact-form{
		padding: 40px 40px 0;
	}
	
	.footer-link,
	.newsletter{
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px){
	.business-info{
		text-align: center;
	}
	
	.business-info ul li{
		margin-right: 0;
		display: block;
	}
	
	.business-info ul li a{
		font-size: 14px;
	}
	
	.header-social-link{
		text-align: center;
	}
	
	.about-content h3{
		font-size: 22px;
	}
	
	.about-content p{
		font-size: 16px;
	}
	
	.about-content{
		margin-bottom: 40px;
	}
	
	.btn-custom{
		padding: 8px 20px 6px;
	}
	
	.service-single{
		margin-bottom: 30px;
	}
	
	.gole-image{
		margin-top: 0;
		margin-bottom: 30px;
	}
	
	.gole-content{
		padding: 20px;
	}
	
	.gole-content:before{
		display: none;
	}
	
	.gole-content h3{
		font-size: 22px;
	}
	
	.gole-content p{
		font-size: 16px;
	}
	
	.gole-content ul li{
		float: none;
		width: 100%;
		margin: 0;
	}
	
	.counter-single{
		margin-bottom: 30px;
	}
	
	.counter-single h3{
		font-size: 50px;
	}
	
	.project-content{
		margin-bottom: 30px;
	}
	
	.project-pagination{
		text-align: center;
	}
	
	.project-pagination .project-prev,
	.project-pagination .project-next{
		margin: 0 5px;
	}
	
	.infobar-content h2{
		font-size: 26px;
	}
	
	.infobar-content p{
		font-size: 16px;
	}
	
	.infobar-button{
		text-align: left;
	}
	
	.btn-purchase-now{
		padding: 8px 20px 6px;
	}
	
	.pricing-single{
		margin-bottom: 30px;
	}
	
	.blog-single{
		margin-bottom: 30px;
	}
	
	.blog-body h3{
		font-size: 22px;
	}
	
	.contact-form{
		padding: 20px 20px 0;
	}
	.hiddpara{
		display: none;
	}
}

@media only screen and (max-width: 575px){
	
	.header .container{
		width: 100%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.banner-slide-overlay h2{
		font-size: 22px;
	}
	
	.btn-slider{
		font-size: 14px;
		padding: 4px 10px 2px;
	}
	
	.banner-slider .banner-pagination{
		position: relative;
		bottom: auto;
		margin-top: 10px;
	}
	
	.banner-pagination .swiper-pagination-bullet{
		border-color: #222;
	}

	.banner-pagination .swiper-pagination-bullet-active{
		border-color: #73ca3e;
	}
	
	.about-image{
		max-width: 100%;
	}
	
}