/*
Template Name: Sophia - Personal Portfolio Template
Description: Personal Portfolio and Resume Template for Web Designer and Developer.
Version: 1.0
Author: https://themeforest.net/user/htmllover
*/


/*============================================================
[Table of contents]

01.	RESET CSS
02. GENERAL CSS(body, header, btn, form, list, link, img, middle title, section bg, margin, padding, icon color, breadcrumb)
03. HEADER CSS
04. HERO SECTION CSS
05. ABOUT SECTION CSS
06. SERVICES SECTION CSS
07. PROJECT SECTION CSS
08. COUNTER SECTION CSS
09. TESTIMONIAL CSS
10. BLOG SECTION CSS
11. CONTACT US SECTION CSS
12. FOOTER SECTION CSS
13. BACK TO TOP CSS
14. PRELOADER CSS
15. SINGLE PAGE CSS


============================================================*/


/*============================================================
				IMPORT GOOGLE FONTS
============================================================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans');


/*============================================================
			   		01.	RESET CSS
============================================================*/

/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*============================================================
	02. GENERAL CSS(body, header, btn, form, list, link, img, middle title, section bg, margin, padding, icon color, breadcrumb)
============================================================*/

/*body css*/
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 1.7em;
	color: #696969;
	letter-spacing: 0.01em;
}

/*header*/
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
	padding: 0;
	color: #232323;
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 50px;
	line-height: 60px;
    font-weight: 700;
}

h2 {
	font-size: 35px;
	line-height: 40px;
    font-weight: 700;
}

h3 {
	font-size: 30px;
	line-height: 35px;
    font-weight: 600;
}

h4{
	font-size: 25px;
	line-height: 33px;
	font-weight: 600;
}

h5{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
h6{
	font-size: 18px;
	line-height: 23px;
	font-weight: 400;
}

#main{
	max-width: 1920px;
	margin: 0 auto;
}

section{
	display: block;
	overflow: hidden;
}
/* ===================================
    Button
====================================== */

.btn {
	display:inline-block;
	border:2px solid transparent;
	letter-spacing: .5px;
	line-height: inherit;
	border-radius: 0;
	text-transform: uppercase;
	width: auto; font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out
}


/*custom-btn*/
.biz-round-btn {
    border-radius: 30px !important;
}
.biz-round-btn-4{
	border-radius: 4px !important;
}
.biz-btn-outline {
	display: inline-block;
	padding: 4px 30px;
	border: 2px solid #fff;
	border-radius: 4px;
	background-color: transparent;
	color: #fff;
	font: 500 15px/32px "Montserrat", sans-serif;
	-o-transition: border .3s ease, background-color .3s ease, color .3s ease;
	-webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
	-moz-transition: border .3s ease, background-color .3s ease, color .3s ease;
	transition: border .3s ease, background-color .3s ease, color .3s ease;
}

.biz-btn-outline:hover {
	border: 2px solid #fff;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.biz-btn-solid{
	display: inline-block;
	padding: 4px 30px;
	border: 2px solid #1b2796;
	border-radius: 4px;
	background-color: #1b2796;
	color: #fff;
	font: 500 15px/32px "Montserrat", sans-serif;
	-o-transition: border .3s ease, background-color .3s ease, color .3s ease;
	-webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
	-moz-transition: border .3s ease, background-color .3s ease, color .3s ease;
	transition: border .3s ease, background-color .3s ease, color .3s ease;
}

.biz-btn-solid:hover {
	border: 2px solid #1b2796;
	background: transparent;
	color: #1b2796;
	text-decoration: none;
}
a.biz-btn-solid:focus, a.biz-btn-solid:active{
	color: #fff;
}
a.biz-btn-solid:focus:hover{
	border: 2px solid #1b2796;
	background: transparent;
	color: #1b2796;
}


/*custom-button*/
.biz-button{
	display: inline-block;
	min-width: 60px;
	text-align: center;
	padding: 12px 35px;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}


/*form*/
.form-control {
	border: 0;
	border-bottom: 1px solid transparent;
	background: #fff;
	border-radius: 3px;
	height: 40px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.form-control:focus {
	border-color: #1b2796;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.form-group {
	margin-bottom: 30px;
}

.form-group.submit-btn {
	margin-bottom: 0;
}


/*list*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*link*/
a {
	color: #4152A4;
	text-decoration: none;
	transition: all 0.3s ease;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none;
}


a:hover,
a:focus {
    color: #1b2796;
	outline: none;
    text-decoration: none;
}

b, strong{
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
/*img*/
img {
	max-width: 100%
}

.alert {
	padding: 10px;
}


/*section heading one*/
.headingOne{
	margin-bottom: 50px;
}
.headingOne h2{
	font-size: 22px;
	line-height: 25px;
	text-transform: uppercase;
}


.headingOne span.bordered-icon {
	padding: 0 10px;
	font-size: 20px;
	line-height: 20px;
	position: relative;
	display: inline-block;
}
.headingOne span.bordered-icon:before {
	left: 100%;
	background: linear-gradient(to right, #585858 65%, #ffffff 100%);
}
.headingOne span.bordered-icon:after {
	right: 100%;
	background: linear-gradient(to left, #585858 65%, #ffffff 100%);
}

.headingOne h6.sub {
	margin-bottom: 5px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.headingOne span.bordered-icon:before, .headingOne span.bordered-icon:after {
	content: "";
	width: 90px;
	height: 1px;
	top: 15px;
	position: absolute;
}

.separator{
	width: 10%;
	height: 2px;
	text-align: center;
	margin: 10px auto;
	position: relative;
}


/*breadcrumb or page heading css*/
.breadcrumb-contents h1{
	font-size: 40px;
	line-height: 45px;
	color: #fff;
}
.breadcrumb-contents .breadcrumb{
	background: transparent;
	padding: 0;
}
.breadcrumb-contents ol li:first-child{
	padding-left: 0;
}
.breadcrumb-contents ol li a{
	padding: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	color: #fff;
}
.breadcrumb-contents ol li a:hover{
	color: #c1c1c1;
}
.breadcrumb>.active{
	color: #c1c1c1;
}



/*section bg css*/
.bg-secondary{
	background: #f4ffe8 !important;
}

.bg-white{
	background: #ffffff !important;
}
.bg-color {
	background: #1b2796 !important;
}

/*text color css*/
.white-text{
	color: #fff !important;
}

.color-text{
	color: #1b2796 !important;
}

.bg-light-gray {
    background: #f7f7f7 !important;
}
.gray-text {
	color: #4a4a4a !important;
}

/*icon and text color css*/
.icolor-1 i, .text-success{
    color: #9BCF50 !important;
}
.icolor-2 i, .text-info{
    color: #0199e6 !important;
}
.icolor-3 i, .text-color{
    color: #1b2796 !important;
}
.icolor-4 i, .text-primary{
    color: #337ab7 !important;
}

.icolor-5 i, .text-purple{
    color: #bf095d !important;
}
.icolor-6 i, .text-danger{
    color: #e84c3d !important;
}
.icolor-7 i{
    color: #19be9c !important;
}
.icolor-8 i{
    color: #4653cc !important;
}

/*social icon color css*/
.facebook{
    color: #3b5998;
}
.facebook-bg{
    background: #3b5998;
    color: #fff;
}
.twitter{
    color: #00aced;
}
.twitter-bg{
    background: #00aced;
    color: #fff;
}
.instagram{
    color: #bc2a8d;
}
.instagram-bg{
    background: #bc2a8d;
    color: #fff;
}
.google-plus{
    color: #dd4b39;
}
.google-plus-bg{
    background: #dd4b39;
    color: #fff;
}
.linkedin{
    color: #007bb6;
}
.linkedin-bg{
    background: #007bb6;
    color: #fff;
}
.youtube{
    color: #bb0000;
}
.youtube-bg{
    background: #bb0000;
    color: #fff;
}
.pinterest{
    color: #cb2027;
}
.pinterest-bg{
    background: #cb2027;
    color: #fff;
}
.dribbble{
    color: #ea4c89;
}
.dribbble-bg{
    background: #ea4c89;
    color: #fff;
}


/*margin, padding*/
.m-0 {
	margin: 0;
}
.p-0 {
	padding: 0;
}
.mr-15{
	margin-right: 15px;
}

/*============================================================
						MARGIN TOP
============================================================*/

.mt-0 {
    margin-top: 0;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-150 {
    margin-top: 150px;
}

/*============================================================
					MARGIN BOTTOM
============================================================*/

.mb-0 {
    margin-bottom: 0;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-130 {
    margin-bottom: 130px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-150 {
    margin-bottom: 150px;
}

/*============================================================
						PADDING TOP
============================================================*/

.pt-0 {
    padding-top: 0;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-150 {
    padding-top: 150px;
}

/*============================================================
						PADDING RIGHT
============================================================*/

.pr-0 {
    padding-right: 0;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-90 {
    padding-right: 90px;
}
.pr-100 {
    padding-right: 100px;
}
.pr-110 {
    padding-right: 110px;
}
.pr-120 {
    padding-right: 120px;
}
.pr-130 {
    padding-right: 130px;
}
.pr-140 {
    padding-right: 140px;
}

/*============================================================
						PADDING BOTTOM
============================================================*/

.pb-0 {
    padding-bottom: 0;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-140 {
    padding-bottom: 140px;
}
.pb-150 {
    padding-bottom: 150px;
}


/*============================================================
						PADDING LEFT
============================================================*/
.pl-0 {
    padding-left: 0;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-90 {
    padding-left: 90px;
}
.pl-100 {
    padding-left: 100px;
}
.pl-110 {
    padding-left: 110px;
}
.pl-120 {
    padding-left: 120px;
}
.pl-130 {
    padding-left: 130px;
}
.pl-140 {
    padding-left: 140px;
}
.pl-150 {
    padding-left: 150px;
}
/*padding top bottom*/
.ptb-0 {
    padding: 0;
}
.ptb-10 {
    padding: 10px 0;
}
.ptb-20 {
    padding: 20px 0;
}
.ptb-30 {
    padding: 30px 0;
}
.ptb-40 {
    padding: 40px 0;
}
.ptb-50 {
    padding: 50px 0;
}
.ptb-60 {
    padding: 60px 0;
}
.ptb-70 {
    padding: 70px 0;
}
.ptb-80 {
    padding: 80px 0;
}
.ptb-90 {
    padding: 90px 0;
}
.ptb-100 {
    padding: 100px 0;
}
.ptb-110 {
    padding: 110px 0;
}
.ptb-120 {
    padding: 120px 0;
}
.ptb-130 {
    padding: 130px 0;
}
.ptb-140 {
    padding: 140px 0;
}
.ptb-150 {
    padding: 150px 0;
}
.p-100 {
    padding: 100px;
}


/*============================================================
						SECTION MARGIN
============================================================*/

.mtb-0 {
    margin: 0;
}
.mtb-10 {
    margin: 10px 0;
}
.mtb-15 {
    margin: 15px 0;
}
.mtb-20 {
    margin: 20px 0;
}
.mtb-30 {
    margin: 30px 0;
}
.mtb-40 {
    margin: 40px 0;
}
.mtb-50 {
    margin: 50px 0;
}
.mtb-60 {
    margin: 60px 0;
}
.mtb-70 {
    margin: 70px 0;
}
.mtb-80 {
    margin: 80px 0;
}
.mtb-90 {
    margin: 90px 0;
}
.mtb-100 {
    margin: 100px 0;
}
.mtb-110 {
    margin: 110px 0;
}
.mtb-120 {
    margin: 120px 0;
}
.mtb-130 {
    margin: 130px 0;
}
.mtb-140 {
    margin: 140px 0;
}
.mtb-150 {
    margin: 150px 0;
}


/*padding left right*/
.plr-30{
	padding-left: 30px;
	padding-right:30px;
}

/*============================================================
						03. HEADER CSS
============================================================*/

/*navbar css*/

.navbar-brand.custom-brand{
	height: auto;
	display: block;
	padding: 30px 15px;
}

.wrap-sticky nav.navbar.bootsnav{
	z-index: 15 !important;
}


.navbar-default .navbar-nav>.active> a,
.navbar-default .navbar-nav>.active> a:focus,
.navbar-default .navbar-nav>.active> a:hover {
	color: #1b2796;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color: #1b2796;
}

@media (min-width: 1024px){
	nav.navbar.bootsnav ul.nav > li > a{
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		line-height: 20px;
		font-weight: 600;
	}
}
nav.navbar.bootsnav ul.nav > li > a{
	margin-bottom: -1px;
}
nav.navbar.bootsnav .navbar-toggle{
	margin-top: 25px;
}

/*============================================================
			04. HERO SECTION CSS
============================================================*/

#home{
	position: relative;
	height: 100%;
	padding: 250px 0;
}


.hero-bg-one, .hero-bg-two, .hero-bg-three, .hero-bg-four{
	position: relative;
	display: block;
	z-index: 1;
}

.hero-bg-one:after, .hero-bg-two:after, .hero-bg-three:after, .hero-bg-four:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}
.hero-bg-one:after{
	background: rgba(27, 39, 150, 0.65);
}

.hero-bg-two:after{
	background: rgba(78, 95, 251, 0.45);
}

.hero-bg-three:after{
	background: rgba(78, 95, 251, 0.55);
}

.hero-bg-four:after{
	background: rgba(78, 95, 251, 0.55);
}


.top-img{
	position: relative;
	display: block;
}

.top-img img{
	max-width: none;
	position: absolute;
	top: -150px;
	left: 40px;
}
.top-img-five img{
	top: 0;
}
.rotated-text h6{
	font-size: 20px;
	line-height: 25px;
	color: #fff;
}
.rotated-text h1{
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#typed, .typed-cursor{
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	color: #f5f5f5;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

/*section shape css*/

.section-shape{
	bottom: -9px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.section-shape img {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}


.text-wrapp{
	position: relative;
	display: block;
	z-index: 3;
	overflow: hidden;
}

.my-social-list{
	padding: 30px 0;
}
.my-social-list ul{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.my-social-list ul li{
	padding-right: 10px;
}
.my-social-list-left{
	padding: 30px;
}

.hero-four-section{
	position: relative;
	display: block;
	background: rgba(27, 39, 150, 0.65) url(../img/expert-icon-bg.png) repeat 0 0;
	-webkit-animation: animate 18s linear 0s normal none infinite;
	-moz-animation: animate 18s linear 0s normal none infinite;
	-ms-animation: animate 18s linear 0s normal none infinite;
	-o-animation: animate 18s linear 0s normal none infinite;
	animation: animate 18s linear 0s normal none infinite;
}

@-webkit-keyframes animate {
	from {
		background-position: 0 0
	}
	to {
		background-position: 0 -1450px
	}
}

@-moz-keyframes animate {
	from {
		background-position: 0 0
	}
	to {
		background-position: 0 -1450px
	}
}

@-ms-keyframes animate {
	from {
		background-position: 0 0
	}
	to {
		background-position: 0 -1450px
	}
}

@-o-keyframes animate {
	from {
		background-position: 0 0
	}
	to {
		background-position: 0 -1450px
	}
}

@keyframes animate {
	from {
		background-position: 0 0
	}
	to {
		background-position: 0 -1450px
	}
}

.hero-four-section:before {
	background: transparent url(../img/s-corve.png) no-repeat scroll 0 bottom/100% auto;
	content: "";
	height: 100%;
	width: 100%;
	z-index: 0 !important;
	position: absolute;
	bottom: -1px;
	left: 0
}


.my-image img{
	margin: 0 auto;
}


.background-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	overflow: hidden;
}

.background-wrapper .background {
	height: 100%;
	width: 100%;
}

.background-wrapper.skew-down, .background-wrapper.skew-up {
	position: absolute;
}

.background-wrapper {
	z-index: -1;
}




/*weave css*/
.river-wave-area {
	height: 5%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: white;
	z-index: 1;
}

.river-wave {
	background: url('../img/wave.svg') repeat-x;
	position: absolute;
	top: -100px;
	width: 6400px;
	height: 100px;
	animation: river-wave 35s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
	transform: translate3d(0, 0, 0);
}
.river-wave:nth-of-type(2) {
	top: -56px;
	animation: river-wave 20s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
	opacity: 1;
}
@keyframes river-wave {
	0% {
		margin-left: 0;
	}
	100% {
		margin-left: -1600px;
	}
}
@keyframes swell {
	0%, 100% {
		transform: translate3d(0,-45px,0);
	}
	50% {
		transform: translate3d(0,5px,0);
	}
}

/*============================================================
				05. ABOUT SECTION CSS
============================================================*/
#about{
	position: relative;
	display: block;
	overflow: hidden;
}

.short-bio-text{
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
}

.short-bio-text p{
	margin-bottom: 10px;
}

.biz-about-img img{
	position: absolute;
	left: -80px;
	top: -70px;
	max-width: none;
}

.about-content-wrap{
    margin-bottom: 20px;
}


.about-content-wrap h4{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

.about-content-wrap p{
	margin-bottom: 10px;
}
.biz-about-content {
	display: inline-block;
	width: 100%;
}
.biz-about-tabs .panel-body{
	padding: 0 0 15px 0;
}
.biz-about-tabs .nav-pills {
	display: inline-block;
	margin-bottom: 10px;
}

.biz-about-tabs .nav-pills>li>a {
	color: #646464;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	display: block;
	padding: 0 2px;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.biz-about-tabs .nav-pills>li>a:hover{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.biz-about-tabs .nav-pills>li>a i {
	font-weight: normal;
	line-height: 20px;
	margin-right: 5px;
}
.biz-about-tabs .nav-pills>li{
	margin: 5px 10px;
}
.biz-about-tabs .nav-pills>li:first-child{
	margin-left: 0;
}

.biz-about-tabs .nav-pills>li.active>a, .biz-about-tabs .nav-pills>li.active>a:focus, .biz-about-tabs .nav>li>a:focus, .biz-about-tabs .nav>li>a:hover{
	color: #1b2796;
	background: transparent;
}

.biz-about-features{
	display: block;
	overflow: hidden;
}

.biz-about-features .single-skill-box{
	display: block;
	width: 50%;
	float: left;
	height: 30px;
	padding-right: 20px;
}

/*skills bar css*/
.single-skill-box{
	margin-bottom: 10px;
}
.single-skill-box h4{
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-weight: 500;
	color: #646464;
	font-family: 'Montserrat', sans-serif;
}

.progress, .progress-bar {
	box-shadow: none;
	border-radius: 4px;
}
.progress {
	overflow: visible;
	background: rgba(255,255,255,.1);
	height: 4px;
	margin: 0;
	padding: 0;
}
.progress-bar {
	position: relative;
	background: #1b2796;
	height: 3px;
	border: none;
}

.progress-bar span {
	position: absolute;
	top: -5px;
	right: 0;
	display: inline-block;
	background: #fff;
	padding-left: 5px;
	color: #646464;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}


.timeline {
	position: relative;
}


.timeline:before {
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 1%, #eaeaea 75%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eaeaea), color-stop(75%,#eaeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 1%,#eaeaea 75%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 1%,#eaeaea 75%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 1%,#eaeaea 75%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 1%,#eaeaea 75%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 1px;
	position: absolute;
	top: 0;
	width: 1px;
	height:100%;
}

.my-expertise, .my-education {
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 5px;
	position: relative;
}

.my-expertise:after, .my-education:after {
	background: #1b2796;
	border: 1px solid #ffffff;
	content: "";
	height: 10px;
	left: -3px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 10px;
	border-radius: 50%;
}


.my-expertise .single-exp-group h6 , .my-education .single-exp-group h6 {
	color: #646464;
	font-size: 13px;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
}

.single-exp-group h5{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: 600;
}
.my-expertise .single-exp-group h6 span.current {
	background: #1b2796;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius :4px;
	-ms-border-radius:4px;
	-o-border-radius: 4px;
	color: #ffffff;
	padding: 1px 10px;
}

.about-info ul li{
	line-height:27px;
}

.short-info-list {
	font-size: 14px;
}
.short-info-list > li {
	table-layout: fixed;
	padding: 1px 0;
	display: table;
}

.short-info-list > li .short-list-title {
	min-width: 100px;
	display: table-cell;
	font-weight: 600;
	color: #696969;
	font-family: 'Montserrat', sans-serif
}

.download-hire-me-btn a{
	margin: 20px 20px 10px 0;
	display: inline-block;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.download-hire-me-btn a.biz-btn-outline{
	border-color: #1b2796;
	color: #1b2796;
}
.download-hire-me-btn a.biz-btn-outline:hover{
	background: #1b2796;
	color: #fff;
}
.download-hire-me-btn a:hover i{
	padding-left: 10px;
}

.download-hire-me-btn a i{
	font-size: 12px;
	padding-left: 5px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}


.about-video{
	position: relative;
	display: block;
	overflow: hidden;
}

.waves-box {
	position: absolute;
	top: 50%;
	left: 50%;
}
.about-sectoin-four .iq-video {
	background: #fff;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 29px;
	color: #8e68df;
	float: left;
	border-radius: 100%;
	line-height: 2.1;
	z-index: 9;
	position: relative;
}
.about-sectoin-four .iq-video i {
	margin-left: 5px;
}
.about-sectoin-four .iq-waves {
	position: absolute;
	left: -95px;
	top: -95px;
	z-index: 2;
}
.about-sectoin-four .iq-waves .waves {
	position: absolute;
	width: 250px;
	height: 250px;
	background: rgba(27, 39, 150, 0.65);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.about-sectoin-four .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.about-sectoin-four .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.about-sectoin-four .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}


.about-myself-six img{
	max-width: none;
	width: 90%;
	position: absolute;
	bottom: 0;
}

/*end about section css*/

/*============================================================
				06. SERVICES SECTION CSS
============================================================*/

#services{
	position: relative;
	display: block;
}
.my-services-wrap{
	position: relative;
	z-index: 2;
}
.biz-home-services {
	position: relative;
}

.biz-home-single-service {
	padding: 30px;
	margin-bottom: 30px;
	transition: all 0.3s ease-in;
	border-radius: 4px;
}
@media screen and  (max-width: 568px) and (min-width: 320px) {
	.biz-home-single-service{
		padding: 15px;
	}
}
.biz-home-single-service:hover{
	background: #fff;
	-webkit-box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.15);
}
.single-services-two{
	background: #fff;
	-webkit-box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.15);
	 box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.15);
}
.single-services-two:hover{
	background: #f4ffe8;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.service-style-one {
	position: relative;
	padding: 0 0 0 60px;
}

.home-service-text h5{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 20px;
}
.home-service-text h5 a{
	color: #232323;
}
.home-service-text h5 a:hover{
	color: #1b2796;
}
.home-service-text p {
	line-height: 25px;
}
.service-style-one i{
	position: absolute;
	top:10px;
	left:0;
	transition: all 0.3s ease;
}
.service-style-two i{
	margin-bottom: 10px;
	transition: all 0.3s ease;
	display: block;
}
.home-service-text i:before {
	font-size: 40px;
	line-height: 40px;
}
.biz-home-single-service:hover .home-service-text i{
	color: #1b2796;
	
}


/*============================================================
				07. PROJECT SECTION CSS
============================================================*/

.biz-projects {
	position: relative;
	display: block;
}


.biz-projects .button-group a {
	display: inline-block;
	padding: 0 15px;
	margin: 2px 0;
	background-color: #fff;
	position: relative;
	color: #696969;
	cursor: pointer;
	-o-transition: background-color .3s ease, color .3s ease;
	-webkit-transition: background-color .3s ease, color .3s ease;
	-moz-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.biz-projects .button-group a:hover, .biz-projects .button-group a.biz-button.is-checked{
	color: #1b2796 !important;
}

.biz-projects .button-group a.biz-button.active {
	color: #1b2796 !important;
}

.filters-button-group a:hover:after,
.filters-button-group a:hover:before,
.blog-footer-area a:hover:after,
.blog-footer-area a:hover:before,
.biz-about-tabs .nav-pills>li>a:hover:after,
.biz-about-tabs .nav-pills>li>a:hover:before{
	width: 100%;
	left: 0;
}

.filters-button-group a:after,
.filters-button-group a:before,
.blog-footer-area a:after,
.blog-footer-area a:before,
.biz-about-tabs .nav-pills>li>a:after,
.biz-about-tabs .nav-pills>li>a:before{
	content: '';
	position: absolute;
	top: calc(100% + 1px);
	width: 0;
	right: 0;
	height: 1px;
}

.filters-button-group a:before, .blog-footer-area a:before, .biz-about-tabs .nav-pills>li>a:before {
	-webkit-transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	background: #000;
}

.filters-button-group a:after, .blog-footer-area a:after, .biz-about-tabs .nav-pills>li>a:after {
	-webkit-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	background: #1b2796;
}




.single-project-wrap {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
}

.project-item {
	position: relative;
}

.project-img > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.project-item img {
    
	width: 50%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	-webkit-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
	transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.project-text {
	padding: 15px 20px;
	width: 100%;
	background-color: #f2f2f2;
	position: absolute;
	display: block;
	left: 0;
	top: auto;
	bottom: -84px;
	z-index: 3;
	-webkit-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
	transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
}
.project-item .project-text h2{
	margin-bottom: 0;
	line-height: 0;
}
.project-item .project-text h2 a{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
}
.project-item .project-text h2 a:hover{
	color: #000;
}

.project-img {
	position: relative;
	overflow: hidden;
}

.project-item:hover .project-overlay {
	opacity: 1;
	visibility: visible;
}

.project-item:hover .project-img img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}

.project-item:hover .project-text {
	bottom: 0;
}

.project-overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background-color: rgba(66, 92, 187, .7);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.project-icons {
	position: absolute;
	top: 20%;
	width: 100%;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.project-icons a {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 14px;
	margin: 0 3px;
	line-height: 40px;
	text-align: center;
	color: #121212;
	background-color: #fff;
	border-radius: 100px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.project-item:hover .project-icons {
	position: absolute;
	top: 40%;
	margin-top: -20px;
}

/* Lightboxes
-------------------------------------------------------*/
.modal {
	z-index: 1300;
}

.modal-backdrop {
	z-index: 1299;
}

.modal-dialog {
	margin-top: 7%;
}

.modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.mfp-iframe-holder .mfp-content {
	position: relative;
	max-width: 1000px;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	text-align: left;
	border-radius: 4px;
}




/*============================================================
				08. COUNTER SECTION CSS
============================================================*/

.testimonial-section{
	position: relative;
	display: block;
	overflow: hidden;
}

/*start counter section*/

.counter-area{
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 2;
	top: 30px;
}

.counter-info{
	margin-bottom: 15px;
}

.counter-info span i{
	font-size: 25px;
	display: block;
}

span.counter {
	display:block;
	font-size: 25px;
	margin: 10px 0;
	color: #1b2796;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.count-description{
	display: block;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.counter-box, .counter-box i {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.counter-box {
	border-radius: 4px;
	padding: 25px;
	text-align: center;
	background: #fff;
	margin-bottom: 30px;
	min-height: 170px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
	-ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);

}
.counter-box:hover{
	box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.3);
}
.counter-box:hover i {
	color: #1b2796;
}

.counter-box i {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 15px;
	display: block;
}

.counter-box h5 {
	color: #222;
	font-size: 15px;
}

/*end counter section*/


/*============================================================
				09. TESTIMONIAL CSS
============================================================*/

/*right side testimonial*/
.testimonial-intro{
    position: relative;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 25px;
}

.testimonial-intro:before{
    content: "\f10d";
    color: #1b2796;
    font-size: 40px;
    position: absolute;
    top: 0;
    line-height: 1;
    font-family: FontAwesome;
}
.testimonial-intro p{
    font-style: italic;
}

.testimonial-client img{
    width: 60px !important;
    height: 60px;
    line-height: 60;
    margin-right: 10px;
    float: left;
    border-radius: 100%;
    background: #1b2796;
    overflow: hidden;
    padding:2px;
}
.testimonial-client-info{
    padding-top: 8px;
}
.testimonial-client-info a{
    text-decoration: none;
	display: inline-block;
}
.testimonial-client-info h5{
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    display: block;
}
.testimonial-client-info h5>small{
    background: #000;
    padding: 2px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}
.client-testimonial.padding{
	padding: 8% 0;
	position: absolute;
}
.white-indicator.owl-theme .owl-nav.disabled+.owl-dots, .color-indicator.owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
	bottom: 5%;
	right: 5px;
}
@media screen and  (max-width: 480px) and (min-width: 320px){
	.white-indicator.owl-theme .owl-nav.disabled+.owl-dots, .color-indicator.owl-theme .owl-nav.disabled+.owl-dots{
		display: none;
	}
}
.white-indicator.owl-theme .owl-dots .owl-dot.active span{
    background: #1b2796;
}

.color-indicator.owl-theme .owl-dots .owl-dot.active span{
	background: #000;
}





/*============================================================
				10. BLOG SECTION CSS
============================================================*/
.single-blog-article{
	background: #fff;
	border-radius: 4px;
	display: block;
	overflow: hidden;
}

.blog-post-img-thumb{
	display: block;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}

.single-blog-article img{
	-webkit-transition:all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform:scale(1);
	transform:scale(1)
}
.single-blog-article:hover img{
	-webkit-transform:scale(1.12);
	transform:scale(1.12)
}
.blog-post-content-area{
	padding:15px 0;
}
.blog-post-content-area-2{
	padding: 15px;
}
.blog-post-content-area h3{
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}
.blog-post-content-area h3 a{
	color: #232323;
}
.blog-post-content-area h3 a:hover{
	color: #1b2796;
}

.blog-footer-area a{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding-top: 10px;
	transition: all 0.3s ease-in;
	position: relative;
}

.blog-footer-area a i{
	display: inline-block;
	padding-left: 2px;
	transition: all .5s ease;
}
.blog-footer-area a:hover i{
	padding-left: 10px;
}


.blogCustomNav{
	padding:20px;
	text-align:center
}
.blogCustomNav ul li{
	display:inline-block;
	padding:0 15px;
	color:#646464;
	font-size:18px;
	cursor:pointer;
	-webkit-transition:linear .1s;
	transition:linear .1s
}
.blogCustomNav ul li:focus,.blogCustomNav ul li:hover{
	color:#1b2796
}



/*============================================================
				11. CONTACT US SECTION CSS
============================================================*/

/*start footer top section*/

.single-footer-top{
	padding-bottom: 20px;
	display: block;
	overflow: hidden;
}
.footer-top-section{
	border-bottom: 1px solid #ebebeb;
}
.footer-top-icon, .footer-top-text{
	float: left;
}


.footer-top-icon i{
	color: #1b2796;
	display: inline-block;
	font-size: 30px;
	line-height: 40px;
	margin-left: 20px;
	margin-right: 30px;
	position: relative;
	text-align: center;
	width: 40px;
}
.footer-top-text h5{
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.footer-top-text p{
	font-size: 14px;
}




/*============================================================
				12. FOOTER SECTION CSS
============================================================*/

.footer p{
	font-size:14px;
}
.footer-social ul li{
	margin-bottom: 15px;
}
.footer-social ul li a, .portfolio-share-social li a, .my-social-list ul li a{
	color: #777;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-social ul li a i, .portfolio-share-social li a i, .my-social-list ul li a i{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	vertical-align: middle;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	border: 1px solid #f2f2f2;
	color: #777;
	background: #f2f2f2;
	margin-right: 5px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	position: relative;
	z-index: 2;
}

.footer-social ul li a:hover i, .portfolio-share-social li a:hover i, .my-social-list ul li a:hover i{
	color: #fff;
}
.footer-social ul li a:hover i:after, .portfolio-share-social li a:hover i:after, .my-social-list ul li a:hover i:after {
	top: 0;
}
.footer-social ul li a i:after, .portfolio-share-social li a i:after, .my-social-list ul li a i:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: #1b2796;
	position: absolute;
	top: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*============================================================
				13. BACK TO TOP CSS
============================================================*/
#toTop {
	position: fixed;
	bottom: 25px;
	right: 2%;
	text-decoration: none;
	color: #fff!important;
	font-size: 12px;
	display: none;
	font-weight: bold;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

#toTop span {
	display: block;
	position: relative;
	background: #1b2796;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 20px;
	border-radius: 2px;
}

/*============================================================
					14. PRELOADER CSS
============================================================*/

#preloader {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid transparent;
	border-top-color: #1b2796;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 1px solid transparent;
	border-top-color: #BA55D3;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 1px solid transparent;
	border-top-color: #FF00FF;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*end preloader css*/

/*============================================================
					15. SINGLE PAGE CSS
============================================================*/

/*single page header section css*/

.single-page-header-section{
	padding: 150px 0;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.single-page-header-section:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	background: rgba(27, 39, 150, 0.35);
}




/*blog single css*/
.blog-single-content-wrap{
	background: #fff;
	padding: 30px;
}
.blog-single-content-wrap h1 {
	font-size: 25px;
	line-height: 31px;
	margin: 20px 0 15px 0;
	font-weight: 400;
}

.blog-single-content-wrap .blog-details-post-meta {
	font-size: 13px;
	color: #9e9e9e;
	margin-bottom: 20px;
}

.blog-details-text p {
	font-size: 14px;
	color: #748182;
	line-height: 28px;
}

.blog-single-content-wrap ul.list-style {
	padding: 30px;
	line-height: 24px;
}


.blog-single-content-wrap .blog-details-post-meta span {
	color: #000;
}

.blog-single-content-wrap blockquote {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	border-left: 4px solid #1b2796;
	padding-left: 20px;
	margin: 40px 0;
}




.blog-details-subtitle {
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0 20px 0;
}

.blog-comments {
	float: left;
}

ul.blog-comments li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #efefef;
	padding: 15px 0;
	list-style: none;
}
ul.blog-comments li:last-child{
	border-bottom: none;
}
ul.blog-comments li img {
	width: 15%;
	float: left;
	margin-bottom: 5px;
}

ul.blog-comments li .blog-comment-author {
	float: left;
	width: 85%;
	padding: 10px 0 15px 15px;
}
ul.blog-comments li h6 {
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	font-weight: 600;
}

ul.blog-comments li a {
	float: right;
	font-size: 14px;
	line-height: 15px;
	padding: 2px 10px;
	border-radius: 2px;
	color: #fff;
	background: #1b2796;
}
ul.blog-comments li span {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #9e9e9e;
	line-height: 15px;
}

ul.blog-comments li p {
	font-size: 14px;
	line-height: 24px;
	float: left;
	margin-top: 5px;
}


/*comment form*/


.comment-input-field {
	width: 100%;
	height: 40px;
	color: #000;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-radius: 4px;
}
.comment-input-field:focus, .comment-form textarea:focus{
	outline: none;
	border-color: #1b2796;
}
.comment-form textarea {
	width: 100%;
	border: solid 1px #e5e5e5;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 4px;
}

/*portfolio details page css*/


.custom-arrow .owl-nav > div {
	top:50%;
	position: absolute;
	background: transparent;
	margin: 0;
}


.custom-arrow .owl-nav .owl-prev i, .custom-arrow .owl-nav .owl-next i {
	padding: 5px;
}

.custom-arrow.owl-theme .owl-nav [class*=owl-]{
	background: #1b2796;
	color: #fff;
	margin: 0;
	border-radius: 0;
}


.custom-arrow .owl-nav .owl-prev {
	left: 0;
}

.custom-arrow .owl-nav .owl-next {
	right: 0;
}



.sticky-sidebar h3{
	font-size: 20px;
	line-height: 24px;
}

.sticky-sidebar p{
	margin-bottom: 10px;
}
.portfolio-info-list{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0;
}

.portfolio-info-list li{
	table-layout: fixed;
	padding: 1px 0;
	display: table;
	font-size: 14px;
}

.portfolio-info-list li .info-list-title, .portfolio-share-social li .info-list-title{
	min-width: 108px;
	display: table-cell;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #222;
}
.portfolio-share-social{
	padding: 20px 0;
}
.portfolio-share-social li span{
	padding-left: 5px;
}
.portfolio-share-social li{
	padding: 1px 0;
	display: inline-block;
	vertical-align: middle;
}


/*related work or portfolio*/

.portfolio-item-wrapper {
	position: relative;
	overflow: hidden;
}
.portfolio-item-img {
	position: relative;
	top: 0;
}

.portfolio-item-caption {
	background: #0416fc;
	position: absolute;
	padding: 1.5625rem 1.25rem;
	width: 100%;
	top: 100%;
	left: 0;
	text-align: center;
	z-index: 1;
}

.portfolio-item-link {
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}


.portfolio-item-title {
	margin-bottom: 4px;
	color: #fff;
}


.portfolio-item-subtitle {
	font-size: .8125rem;
	color: #d8d8d8;
}


