body{
	font-family: 'Poppins', sans-serif;
	color: #212121;
	overflow-x:hidden; 
}

.section-padding{
	padding: 100px 0 70px;
}

.section-heading h4{
	margin-bottom: 20px;
}

.section-heading p{
	color: #555;
	width: 60%;
	margin: auto;
}

.section-heading span{
	display: inline-block;
	margin-top: 20px;
	color: #2288C9;
	position: relative;
}

.section-heading span:after,
.section-heading span:before
{
	content: '';
	position: absolute;
	top: 15px;
	width: 50px;
	height: 1px;
	background: #2288C9;
}

.section-heading span:after{
	right: 0;
}

.section-heading span:before{
	left: 0;
}

p{
	color: #626262;
	padding-top: 10px;
}

h4, h5 ,h6 li{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}

/*Navbar*/

.navbar-default
{
	padding-top: 30px;
	background: transparent;
	border:none;
	z-index: 9999999!important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .5s;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover
{
	font-weight: 700;
	font-size: 18px;
	color: #2288C9;
	font-family: 'Raleway', sans-serif;
}

.navbar-default .navbar-nav>li>a
{
	color: #fff;
	font-size: 15px;
	margin: 7px 7px 0;
	padding: 2px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus
{
	color: #fff;
}

.navbar-default .navbar-nav>li .active{
	position: relative;
}

.navbar-default .navbar-nav>li .active:after{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2288C9;
}

.nav-scroll{
	background-color: #fff;
	box-shadow: 0 0 10px #eee;
	height: 80px;
	padding: 15px;
}

/*Header*/

.home{
	background-image: url(../img/home.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 130vh;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
} 


.caption{
	color: #fff;
	margin-top: -50px;
}

.caption h1{
	font-weight: bold;
}

.caption h1 span{
	font-weight: 100;
}


/*negm*/

.negm .over{
	margin-top: -150px;
}

.negm-services{
	box-shadow: 0px 5px 15px #eee;
	background: #fff;
	padding: 50px 30px;
}

.negm-services span{
	font-size: 40px;
	color: #888;
}

.negm .negm-block{
	background: #fafafa;
}

.negm-block .block-content{
	padding: 70px 0;
}

.negm-block .block-content h4{
	position: relative;
	padding-bottom: 10px;
}

.negm-block .block-content h4:after{
	content: '';
	width: 60px;
	height: 1px;
	background: #2288C9;
	position: absolute;
	bottom: 0;
	left: 0;
}

.block-content .block-icon span{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #999;
}



/*faq*/

.our-faq .faq{
	position: relative;
}

.our-faq .faq:hover .faq-info{
	opacity: 1;
}

.faq .faq-info{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 40%;
	text-align: center;
	background: rgba(0,0,0,.8);
	color: #eee;
	opacity: 0;
	transition: all .5s;
}

.faq-info span{
	color: #999;
}

.faq-info .faq-icon span{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	color: #222;
	background: #888;
	margin-top: 40px;
}

.our-faq .skills{
	padding: 50px 0;
}

.our-faq .skills .dropdown h4{
	position: relative;
	padding-bottom: 30px;
}

.skills .dropdown h4:after{
	content: '';
	width: 60px;
	height: 1px;
	background: #2288C9;
	position: absolute;
	bottom: 20px;
	left: 0;
}

.bg-grey{
    background: rgba(253,214,183,.50);
}

.dropdown .dropdown-icon{
	height: 40px;
	margin-top: 20px;
	background-color: #eee;
}

.dropdown .dropdown-icon h5{
	line-height: 40px;
	position: relative;
	padding-left: 60px;
}

.dropdown .dropdown-icon span{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	font-size: 12px;
	text-align: center;
	background-color: #ddd;
	color: #2288C9;
	cursor: pointer;
}

.dropdown .dropdown-info{
	padding: 20px;
	background-color: #fff;
	display: none;
}

.dropdown .dropdown-info.active{
	display: block;
}

.skills-progress{
	padding-top: 100px;
}

.skills-progress li>div{
	width: 100%;
	height: 2px;
	margin-bottom: 35px;
	background-color: #ccc;
}

.skills-progress li>div>span{
	display: block;
	width: 0;
	height: 100%;
	background-color: #555;
}

/*Services*/

.services{
	background-color: #fafafa;
	margin-top: -40px;
}


.services .services-items{
	background-color: #fff;
}

.services .services-items .brd-btm{
	border-bottom: 1px solid #eee;
}

.services-items .services-row .items span{
	display: inline-block;
	font-size: 50px;
	color: #888;
}

.services-items .services-row .items h4{
	font-size: 25px;
	font-weight: 100;
	margin-bottom: 20px;
}

.services-items .services-row .items:nth-child(2){
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.services-items .services-row .items{
	padding: 40px 30px;
}

/* Portfolio */

.filter-links li{
	display: inline-block;
	padding: 10px 20px;
	background: #f1f1f1;
	cursor: pointer;
}

.filter-links li:first-child{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.filter-links li:last-child{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.filter-links li.active{
	background: #2288C9;
	color: #fff;
}

.grid-item{
	margin-top: 30px;
}

.grid-item .gallery-img{
	position: relative;
}

.grid-item .img-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	transition: all .5s;
	opacity: 0;
}

.grid-item .gallery-img:hover .img-overlay{
	opacity: 1
}

.grid-item .img-overlay>div{
	font-size: 20px;
	background: #fff;
	width: 40px;
	height: 40px;
	margin-left: calc(50% - 20px);
	border-radius: 50%;
	padding-top: 10px;
}

.portfolio .subscribe{
	padding: 20px 0;
	background: #fafafa
}

.portfolio .subscribe h5{
	font-weight: 100;
}

.portfolio .subscribe span{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin: 20px 0;
	background: #eee;
	border-radius: 50%;
}

.portfolio .subscribe input{
	padding: 7px 10px;
	border: 1px solid #f5f5f5;
	width: 300px;
}

.portfolio .subscribe button{
	background: #555;
	border: none;
	color: #fff;
	padding: 7px 10px;
	margin-left: -5px;
}


/* -------------------------------------------------------
                     Clients 
-------------------------------------------------------- */

.client{
	background-repeat: repeat-x;
	background-position: 50%;
	padding: 40px 0;
}

.client .item .img-client{
	width: 100px;
	margin: auto;
	border-radius: 50%;
}

.item .img-client img{
	border-radius: 50%;
}

.item .client-say{
	width: 70%;
	margin: 20px auto;
}

.owl-theme .owl-nav [class*=owl-]{
	position: absolute;
	top: 50%;
	background-color: #2288C9;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 25px;
	color: white;
	transition: all .5s;
}

.owl-theme .owl-nav [class*=owl-]:hover{
	background-color: #ccc;
}

.owl-theme .owl-nav .owl-prev{
	left: 0
}

.owl-theme .owl-nav .owl-next{
	right: 0
}

.numbers .number-item{
	padding: 30px 0;
	background: #f5f5f5
}

.numbers .number-item:nth-child(2),
.numbers .number-item:nth-child(4)
{
	background: #eee
}

.numbers .number-item span{
	font-size: 40px;
}

.numbers .number-item h5{
	font-weight: bold;
	font-size: 40px;
}


/* -------------------------------------------------------
                     Contact 
-------------------------------------------------------- */

.contact .info-item{
	border: 1px solid #eee;
	padding: 60px 0 20px;
	position: relative;
}

.contact .info-item span{
	position: absolute;
	top: -30px;
	left: calc(50% - 40px);
	width: 80px;
	background: #fff;
	font-size: 50px;
	color: #888;
}

.contact .info-item h6{
	margin: 0;
}

.contact .contact-form input,
.contact .contact-form textarea
{
	width: 100%;
	padding: 10px;
	border: 1px solid #eee;
	margin-bottom: 30px;
	font-family: 'FontAwesome',sans-serif;
}

.contact .contact-form textarea{
	max-width: 100%;
	max-height: 100px;
	height: 100px;
}

.contact .contact-form .button{
	margin-left: 15px;
}

/* -------------------------------------------------------
                     Footer 
-------------------------------------------------------- */

footer{
	background: #222;
	color: #fff;
	padding: 20px 0;
}

footer h4{
	font-weight: 100;
}

footer span{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #333;
	margin: 10px 0;
}

footer p{
	color: #ccc;
}

main ul li{
	list-style-type: square !important;
	padding: 3px 10px;
}

main ul {
	padding-left: 30px;
}

main ol li{
	list-style-type: decimal !important;
	padding: 3px 10px;
}

main ol {
	padding-left: 30px;
}

.button a{
	color: white;
}

.button {
	color: white;
}

.button:hover {
	background-color: #FDD6B7;
	color: sienna;
}

hr {
	border: solid #2288C9;
	border-width: .25px;
}
h1, h2, h3, h4, h5, h6 {
	color: #2288C9;
}

#overlay {
	background-color: rgba(34,136,201,.20);
}