/*-------------------------------------



    Template Name: Mokam -Corporate and Business Bootstrap 4 Template



    Template URI: http://wpthemehut.com/



    Description: Mokam -Corporate and Business Bootstrap 4 Template



    Author: wpthemehut



    Author URI: http://wpthemehut.com/



    Version: 2.0



    Tags: business, corporate



---------------------------------------*/







/*------------------------------------







	CSS Index



	============



	



	01. Common style



	02. Preloader CSS



	03. Back to top CSS



	04. Header top style



	05. Header style



	06. Slider style



	07. About style



	08. Service style



	09. FAQ style



	10. Call to action style



	11. Portfolio style



	12. Testimonial style



	13. Team style



	14. Pricing style



	15. Skills style



	16. Blog style



	17. Contact style



	18. Footer style



	







	Blog Page



	==========



	01. Page feature style







	Blog Single page



	===================



	01. Single Blog Post



	02. Comments style



	03. Sidebar style







	404 page



	==========











--------------------------------------*/







@import url('https://fonts.googleapis.com/css?family=Poppins:400,500');



@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700');











* {



	box-sizing: border-box;



}



html, body, ul, ol {



  margin: 0;



  padding: 0; 



}



body {



	background-color: #fff;



	color: #2f2f2f;



	font-family: 'Poppins', sans-serif;



	font-size: 14px;



	font-weight: 400;



	line-height: 26px;



}



figure {



	margin-bottom: 0;



}



img {



	display: block;



	width: 100%;



	height: auto;



}



a:hover,



a:focus,



button:focus {



  text-decoration: none;



  outline: none;



}



section {



	position: relative;



	display: block;



	width: 100%;



}







/********** Common style **********/







.overlay-black,



.overlay-dblue {



	position: relative;



}



.overlay-black:after,



.overlay-dblue:after {



	content: '';



	width: 100%;



	height: 100%;



	background: rgba(0, 0, 0, .61);



	position: absolute;



	top: 0;



	left: 0;



}



.overlay-dblue:after {



	content: '';



	width: 100%;



	height: 100%;



	background: rgba(10, 22, 49, .80);



	position: absolute;



	top: 0;



	left: 0;



}



.btn {



	display: inline-block;



	border: none;



	border-radius: 0;



	font-size: 12px;



	font-weight: 500;



	line-height: 22px;	



	color: #fff;



	text-transform: uppercase;



	letter-spacing: 2.8px;



	text-align: center;



	padding: 12px 29px;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



	



}



.btn:hover,



.btn.hoverd {



	background: #2354cd;



	color: #fff;



}



.btn:nth-of-type(2) {



	margin-left: 47px;



}



.btn:focus {



	box-shadow: none;



}







.section-head {



	max-width: 695px;



	width: 100%;



	margin: 0 auto 47px;



	text-align: center;



}



.section-title {



	display: inline-block;



	font-size: 60px;



	font-weight: 700;



	line-height: 80px;



	text-transform: capitalize;



	color: #0a1631;



	margin: 0;



	position: relative;



	padding-bottom: 15px;



}



.section-title:after {



	content: '';



	background: ;



	width: 40px;



	height: 3px;



	position: absolute;



	left: 0;



	right: 0;



	bottom: 0;



	margin: auto;



}



.section-subtitle {



	color: #5c6987;



	font-size: 16px;



	line-height: 26px;



	margin-bottom: 0;



	margin-top: 23px;



}



.sec-title02 {



	font-weight: 700;



	font-size: 26px;



	line-height: 32px;



	color: #323232;



	text-transform: capitalize;	



	position: relative;



	padding-bottom: 13px;



	margin-bottom: 33px;



}



.section-title:after, 



.sec-title02:after {



	content: '';



	background:;



	width: ;



	height: ;



	position: ;



	left: ;



	top: ;



}



.common-padd {



	padding: 40px 0 100px;



}



.common-padd-btm {



	padding-bottom: 100px;



}











/********** Preloader CSS **********/



#preloader {



    position: fixed;



    top: 0;



    left: 0;



    right: 0;



    bottom: 0;



    background-color: #333;



    z-index: 99999999;



    width: 100%;



    height: auto;



}







#status {



    width: 250px;



    height: 250px;



    position: absolute;



    left: 50%;



    top: 50%;



    background-image: url(images/preloader.gif);



    background-size: cover;



    background-repeat: no-repeat;



    background-position: center;



    -ms-transform: translate(-50%, -50%);



    -webkit-transform: translate(-50%, -50%);



    transform: translate(-50%, -50%);



}











/********** Back to top CSS **********/



#back-to-top {



	display: none;



	position: fixed;



	line-height: .8;



	bottom: 20px;



	right: 20px;



	z-index: 1;



	background: #2354cd;



	text-align: center;



	border-radius: 0;



	color: #fff;



	font-size: 14px;



	padding: 22px 15px;



	text-transform: uppercase;



	max-width: 60px;



}



#back-to-top i {



	font-size: 22px;



	line-height: 0;



	vertical-align: middle;



}











/********* Header top style **********/



.header-top {



	display: block;



	position: relative;



	background: #0a1631;



	padding: 19px 0;



	z-index: 11;



	border-bottom: thin solid #f2f2f2;



}



.company-marquee {



	margin: 0;



	padding: 0;



	list-style: none;



}



.company-marquee li {



	font-size: 14px;



	color: #fff;



}



.language {



	position: relative;



	display: inline-block;



	-webkit-transition: all .3s;



	-o-transition: all .3s;



	transition: all .3s;



	color: #fff;



	font-size: 14px;



}



.language span {



	font-size: 14px;



	color: #fff;



	cursor: pointer;



}



/*.language ul {



	margin: 0;



	list-style: none;



	background: #2354cd;



	width: 80px;



	border-radius: 5px;



	padding: 13px 0px;



	opacity: 0;



	visibility: hidden;



	position: absolute;



	top: 30px;



	left: 0;



	-webkit-transition: all .3s;



	-o-transition: all .3s;



	transition: all .3s;



	box-shadow: 0 1px 5px 0px rgba(0, 0, 0, .5);



}*/







.language ul {



	margin: 0;



	list-style: none;



	background: #fff;



	width: auto;



	opacity: 0;



	visibility: hidden;



	position: absolute;



	top: 30px;



	left: -8px;



	-webkit-transition: all .3s;



	-o-transition: all .3s;



	transition: all .3s;



	box-shadow: 0 1px 5px 0px rgba(0, 0, 0, .5);



}



/*.language ul li {



	cursor: pointer;



	padding: 5px 22px 5px 10px;



	text-transform: uppercase;



	-webkit-transition: all .3s;



	-o-transition: all .3s;



	transition: all .3s;



	display: flex;



	justify-content: space-between;



}*/



.language ul li {



	cursor: pointer;



	padding: 2px 10px;



	text-transform: uppercase;



	-webkit-transition: all .3s;



	-o-transition: all .3s;



	transition: all .3s;



	display: flex;



	justify-content: space-between;



}



.language ul li img {



	width: 25px;



}



.language ul li:hover {



	background: #f0f0f0;



}



.language:hover > ul {



	opacity: 1;



	visibility: visible;



	z-index: 1



}



.signup {



	display: inline-block;



	position: relative;



}



.signup > a {



	display: inline-block;



	font-size: 14px;



	color: #fff;



	margin-left: 30px;



	position: relative;



}



/********* Header top style end **********/











/********** Header style **********/



.header-sec {



	position: relative;



	width: 100%;



	z-index: 10;



}



.header-sec.sticky {



	position: fixed;



	padding: 10px 0;



	background: #fff;



	z-index: 10;



	box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);



	top: 0;



}



.header-sec h1 {



	margin-bottom: 0;



}



.logo {



	display: block;



	max-width: ;



	margin: 0;



}



.text-logo {



	display: block;



	font-size: 40px;



	line-height: 28px;



	color: #2354cd;



	margin: 0;



}



.text-logo:hover {



	color: #2354cd;



}



.nav-menu {



	position: relative;



	padding-right: 50px;



}



.nav-menu ul {



	list-style: none;



}



.nav-menu li {



	display: inline-block;



	position: relative;



}



/*.nav-menu li a {



	display: block;



	font-size: 14px;



	font-weight: 700;



	line-height: 26px;



	color: #232932;



	text-transform: uppercase;



	padding: 30px 12px 24px;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}*/



.nav-menu li a {



	color: #232932;



	display: block;



	font-weight: 400;



	font-size: 14px;



	line-height: 26px;



	padding: 30px 5px 24px;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



	text-transform: capitalize;



}



.sub-menu {



	width: 277px;



	background: #f5f5f9;



	box-shadow: 0 3px 4px rgba(0, 0, 0, .2);



	position: absolute;



	top: 100%;



	left: 0;



	opacity: 0;



	visibility: hidden;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.sub-menu li {



	display: block;



	width: 100%;



	text-align: left;



}



.sub-menu li a {



	padding: 10px 8px;



	border-bottom: 1px solid #ddd;



	color: #232932 !important;



	font-size: 14px;



	letter-spacing: 2px;



	text-transform: none;



}



.sub-menu li a:hover {



	background: #eee;



}



.sub-menu li .sub-menu {



	top: 0;



	left: 260px;



	position: absolute;	



}



.sub-menu.active {



	visibility: visible;



	opacity: 1;



	height: auto;



}











.header-sec.sticky .nav-menu li a {



	padding: 15px 5px 15px;



}



.header-sec.sticky .sub-menu li a {



	padding: 10px 8px;



}



.nav-menu li.current-menu-item a,



.nav-menu li:hover a {



	color: #2354cd;



}



.search-btn {



	position: absolute;



	right: 15px;



	top: 50%;



	transform: translateY(-50%);



	display: block;



	width: 39px;



	height: 39px;



	border: 1px solid #2354cd;



	text-align: center;



	line-height: 39px;



	color: #2354cd;



	border-radius: 50%;



	z-index: 3;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}







.search-btn:hover {



	color: #2354cd;



}



.search-btn:after {



	content: '\f002';



	font-family: FontAwesome;



	font-size: 16px;



}



.search-active {



	background: #2354cd;



	color: #fff;



	margin: 0;



	padding: 0;



}



.search-active:hover {



	color: #111;



}



.search-active:after {



	content: '\f00d';



	font-family: FontAwesome;



	font-size: 16px;



}



.head-searchBox {



	position: absolute;



	width: 100%;



	top: 15px;



	right: 60px;



	border: none;



	padding: 12px 15px;



	border-bottom: 1px solid #d3d3d3;



	max-width: 680px;



	background: #fff;



	opacity: 0;



	visibility: hidden;



	z-index: 2;



	-webkit-transition: all 500ms;



	-o-transition: all 500ms;



	transition: all 500ms;



}



.search-active + .head-searchBox {



	right: 15px;



	opacity: 1;



	visibility: visible;



}



.sticky .head-searchBox {



	top: 0;



}







/**********  Header style end **********/











/**********  Slider style **********/



.slider-caro .nivo-caption {



	position: absolute;



	width: 100%;



	left: 0;



	right: 0;



	margin: auto;



	top: 50%;



	bottom: auto;



	transform: translateY(-50%);



	background: transparent;



	height: auto;



	overflow: visible;



	opacity: 1;



	padding: 0;



}



.slider-caro + .nivo-controlNav {



	display: none;



}



.slide-caption {



	display: none;



}



.slider-sec.video .slide-caption h2, .particle-bg .slide-caption h2, .static-slider .slide-caption h2, .nivo-caption h2 {



	font-size: 60px;



	line-height: 90px;



	font-weight: 700;



	color: #fff;



	text-shadow: #333 2px 5px;



	text-align:center;



	text-transform: capitalize;



	margin-bottom: 30px;



	letter-spacing: -2.4px;



}



.static-slider .slide-caption h2 {



	color: #0a1631;



}



.nivo-caption h2 {



	font-size: 60px;



}



.slider-sec.video .slide-caption p,



.particle-bg .slide-caption p,



.nivo-caption p {



	display: block;



	font-size: 20px;



	line-height: 26px;



	color: #fff;



	font-family: 'Open Sans', sans-serif;



	font-weight: 400;



	margin-bottom: 40px;



	position: relative;



}



.nivo-directionNav a {



	display: inline-block;



	width: 59px;



	height: 59px;



	background: #2354cd;



	font-size: 30px;



	font-weight: 700;



	color: #fff;



	line-height: 59px;



	color: #fff !important;



	text-align: center;



}



.nivo-directionNav .nivo-prevNav {



	left: 30px;



	position: absolute;



}



.nivo-directionNav .nivo-nextNav {



	right: 30px;



	position: absolute;



}







.video-background {



    position: relative;



    display: block;



    width: 100%;



    overflow: hidden;



}



.video-background video,



.video-background iframe {



    width: 100%;



    overflow: hidden;



    margin: 0;



    padding: 0;



}







/*.slider-sec.video .slide-caption,



.particle-bg .slide-caption {



	display: block;



	position: absolute;



	top: 50%;



	left: 0;



	right: 0;



	margin: auto;



	max-width: 610px;



	width: 100%;



	transform: translateY(-50%);



	-ms-transform: translateY(-50%);



	-webkit-transform: translateY(-50%);



	z-index: 1;



}*/







 



.particle-bg .slide-caption {



	display: block;



	position: relative;



	max-width: 740px;



	width: 100%;



}



.slider-sec.video .slide-caption {



	display: block;



	position: absolute;



	top: 50%;



	left: 0;



	width: 100%;



	transform: translateY(-50%);



}



.slider-sec.video .overlay-black::after {



	top: -8px;



}



.particle-bg {



	position: relative;



	padding: 14% 0;	



	background: -webkit-gradient(to right, #0a1631, #2354cd);



	background: -webkit-linear-gradient(to right, #0a1631, #2354cd);



	background: -moz-linear-gradient(to right, #0a1631, #2354cd);



	background: -o-linear-gradient(to right, #0a1631, #2354cd);



	background: linear-gradient(to right, #0a1631, #2354cd);



	overflow: hidden;



}



.static-slider {



	position: relative;



	padding: 14% 0;	



	background: url(images/bg/corp.jpg) no-repeat center top / cover;



	overflow: hidden;



}



#particles {



	position: absolute;



	top: 0;



	left: 0;



	width: 100%;



}



#wave-svg {



	position: absolute;



	bottom: 0;



}



.st0{fill:rgba(0,0,0,.08);stroke:none;}



.st1{fill:rgba(0, 85, 255, 0.2);stroke:none;}



.particle-bg .slide-caption,



.static-slider .slide-caption {



	display: block;



}



.particle-bg .btn {



	border-color: #2354cd;



}



.nivo-caption .btn:hover,



.nivo-caption .btn.hoverd,



.particle-bg .btn:hover, 



.particle-bg .btn.hoverd {



	background: #2354cd;



	color: #fff !important;



}



.slide-caption span {



	display: block;



	color: #2354cd;



	font-family: 'Rubik', sans-serif;



	font-size: 30px;



	font-weight: 400;



	line-height: 40px;



	margin-bottom: 23px;



}



.slide-caption .btn:nth-of-type(2),



.nivo-caption .btn:nth-of-type(2) {



	color: #7f8fb2;



}



.particle-bg .slide-caption span {



	color: #c6c6c6;



}











/**********  Slider style end **********/











/**********  About style  **********/



.art-content {



	position: relative;



	display: block;



}



/*.art-content .sec-title02 {



	text-transform: uppercase;



	font-weight: 800;



}*/



.art-content p {



	font-size: 16px;



	line-height: 26px;



	color: #424242;



	margin-bottom: 37px;



}



.art-content ul {



	/*max-width: 352px;*/



	width: 100%;



	padding: 0;



	margin: 0;



	list-style: none;



}



.art-content ul:after {



	content: '';



	clear: both;



	display: table;



}



.art-content ul li {



	width: 50%;



	float: left;



	position: relative;



	font-size: 16px;



	line-height: 26px;



	padding-left: 23px;



}



.art-content ul li::before {



	content: '\f00c';



	font-family: fontAwesome;



	color: #2354cd;



	position: absolute;



	left: 0;



}



/*.v-playbtn {



	width: 94px;



	height: 94px;



	background: #1a62bc;



	color: #fff;



	display: block;



	line-height: 84px;



	text-align: center;



	border-radius: 50%;



	position: absolute;



	top: 50%;



	left: 0;



	right: 0;



	margin: auto;



	transform: translateY(-50%);



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.v-playbtn span::before {



	content: '';



	width: 100px;



	height: 100px;



	position: absolute;



	left: -4px;



	top: -4px;



	background: #fff;



	transform: scale(0.1);



	opacity: 0;



}



.v-playbtn:hover i {



	color: #0a1631;



}



.v-playbtn:hover span:before {



	transform: scale(1);



	opacity: 1;



}*/







.video-play {



	display: block;



	width: 100px;



	height: 100px;



	background: #2354cd;



	border-radius: 50%;



	color: #ffff;



	line-height: 100px;



	text-align: center;



	position: absolute;



	top: 50%;



	left: 50%;



	box-shadow: 0 0 0 7px rgba(255, 255, 255, .6);



	-webkit-transform: translate(-50%, -50%);



	-ms-transform: translate(-50%, -50%);



	-o-transform: translate(-50%, -50%);



	transform: translate(-50%, -50%);



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.video-play:hover {



	color: #fff;



	box-shadow: 0 0 0 10px rgba(255, 255, 255, .6);



}







/**********  About style end **********/











/**********  Service style  **********/



.service-sec {



	background: #fafbff;



	padding-bottom: 75px;



}



.service-caro {



	width: 100%;



	display: block;



}



.service-caro .owl-stage-outer {



	padding: 0 0 10px;



}



.single-service {



	text-align: center;



	background: #fff;



	background-repeat: no-repeat;



	background-position: top 30px center;



	background-size: auto;



	padding: 70px 30px 60px;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.service-caro .owl-item.center .single-service,



.single-service:hover {



	box-shadow: 0 0 14px 0 rgba(190, 190, 190, .20);



}



.service-icon {



	width: ;



	height: ;



	margin:;



}



.single-service h4 {



	font-size: 20px;



	line-height: 22px;



	color: #323232;



	text-transform: capitalize;



	font-weight: 700;



	margin-bottom: 23px;



}



.single-service p {



	margin-bottom: 0;



}



.service-caro .owl-nav,



.team-caro .owl-nav {



	text-align: center;



	margin-top: 40px;



}



.service-caro .owl-nav span, .team-caro .owl-nav span {



	display: inline-block;



	font-size: 20px;



	margin: 0 5px;



	color: #dedede;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.service-caro .owl-nav button:hover span,



.team-caro .owl-nav button:hover span {



	color: #2354cd;



}







.s1 {



	background-image: url(images/service/bg-1.png);



}



.s2 {



	background-image: url(images/service/bg-2.png);



}



.s3 {



	background-image: url(images/service/bg-3.png);



}



/**********  Service style end **********/











/**********  FAQ style  **********/



.faq-sec {



	padding-bottom: 70px;



}



.accordion-item h5 {



	cursor: pointer;



	font-size: 16px;



	font-weight: 400;



	color: #323232;



	line-height: 28px;



	margin-bottom: 20px;



	border: 1px solid #cccccc;



	padding: 12.3px 20px;



	position: relative;



}



.accordion-item p {



	font-size: 16px;



	margin-bottom: 28px;



}



.single-logo {



	padding: 70px 50px;



	margin-bottom: 30px;



	box-shadow: 0px 2px 5px rgba(190, 190, 190, .5);



}



/**********  FAQ style end **********/











/**********  Call to action style  **********/



.callToAct-sec {



	padding: 113px 0 106px;



	background-image: url(images/calltoact-bg.jpg);



	background-repeat: no-repeat;



	background-size: cover;



	background-position: center top;



}



.callToAct-sec .container {



	position: relative;



	z-index: 1;



}



.callToAct-sec p {



	font-size: 36px;



	line-height: 44px;



	font-weight: 600;



	color: #fff;



	margin-bottom: 14px;



}



.callToAct-sec span {



	display: block;



	font-weight: 400;



	font-size: 18px;



	color: #909dbc;



	line-height: 28px;



	margin-bottom: 26px;



}



.callToAct-sec .btn {



	background: #2354cd;



	color: #fff;



	font-size: 12px;



	line-height: 30px;



	padding: 6px 30px;



	border: none;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



	text-transform: uppercase;



	letter-spacing: 2.4px;



}



.callToAct-sec .btn:hover {



	background: #0a1631;



	color: #fff;



}



/**********  Call to action style end **********/











/**********  Portfolio style  **********/



.portfolio-sec {



	padding-bottom: 70px;



}



.portfolio-category {



	list-style: none;



	text-align: center;



	margin-bottom: 40px;



}



.portfolio-category li {



	cursor: pointer;



	display: inline-block;



	font-size: 14px;



	font-weight: 400;



	color: #323232;



	border: 1px solid transparent;



	padding: 5px 20px;



	margin: 0 7px;



	text-transform: capitalize;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



	border-radius: 50px;



	letter-spacing: 1.2px;



}



.portfolio-category li:hover,



.portfolio-category .mixitup-control-active {



	border-color: #2354cd;



	color: #2354cd;



}



.single-portfolio {



	position: relative;



	display: block;



	width: 100%;



	overflow: hidden;



	margin-bottom: 30px;



}



.portfolio-content {



	position: absolute;



	top: 50px;



	left: 0;



	background: rgba(15, 27, 54, .85);



	width: 100%;



	height: 100%;



	z-index: 1;



	padding: 28px;



	visibility: hidden;



	opacity: 0;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.portfolio-content::after {



	content: '';



	width: 83%;



	height: 85%;



	border: 1px solid #fff;



	position: absolute;



	left: 0;



	top: 0;



	right: 0;



	bottom: 0;



	margin: auto;



}



.single-portfolio:hover .portfolio-content {



	visibility: visible;



	opacity: 1;



	top: 0;



}



.portfolio-conIn {



	text-align: center;



	width: 100%;



	position: relative;



	top: 50%;



	transform: translateY(-50%);



	z-index: 1;



}



.portfolio-conIn h4, .portfolio-conIn h4 a {



	font-size: 18px;



	line-height: 22px;



	color: #fff;



	text-transform: capitalize;



	margin-bottom: 0;



	margin-top: 15px;



}



.portfolio-icon {



	display: inline-block;



	width: 50px;



	height: 50px;



	border: 2px solid #fff;



	line-height: 50px;



	color: #fff;



	font-size: 22px;



	border-radius: 50%;



}



.portfolio-icon:hover {



	color: #fff;



}



/**********  Portfolio style end **********/











/**********  Testimonial style  **********/



.testimonial {



	background-image: url(images/testimonial-bg.jpg);



	background-repeat: no-repeat;



	background-size: cover;



	background-position: center top;



	padding: 100px 0 92px;



}



.testimonial.overlay-black::after {



	background: rgba(0, 0, 0, .8);



}



.testimonial .container {



	position: relative;



	z-index: 1;



}



.testiomonial-caro {



	margin-bottom: 16px;



}



.single-testimonial {



	text-align: center;



	max-width: 815px;



	margin: auto;



	width: 100%;



	color: #fff;



}



.clients-img {



	width: 112px;



	height: 112px;



	border-radius: 50%;



	margin: 0 auto 48px;



	position: relative;



}



.clients-img::after {



	content: '\f10e';



	font-family: fontAwesome;



	position: absolute;



	left: 0;



	right: 0;



	bottom: -12px;



	margin: auto;



	font-size: 30px;



	color: #2354cd;



}



.single-testimonial h5 {



	font-size: 20px;



	line-height: 30px;



	font-weight: 600;



	margin-bottom: 0;



	letter-spacing: .8px;



}



.single-testimonial span {



	display: block;



	font-size: 16px;



	line-height: 28px;



	color: #fff;



	font-weight: 500;



	margin-bottom: 18px;



	letter-spacing: 1.8px;



}



.single-testimonial p {



	font-size: 17px;



	font-weight: 400;



	line-height: 28px;



	letter-spacing: 0.2px;



}



.testimonial .owl-thumbs {



	text-align: center;



}



.testimonial .owl-thumb-item {



	width: 65px;



	height: 65px;



	display: inline-block;



	border-radius: 50%;



	overflow: hidden;



	position: relative;



	margin: 0 7px;



}



.testimonial .owl-thumb-item.active:after {



	content: '';



	background: rgba( 35, 84, 205, .5);



	width: 100%;



	height: 100%;



	position: absolute;



	left: 0;



	top: 0;



}



/**********  Testimonial style end **********/











/**********  Team style  **********/



.team-member {



	display: block;



	width: 100%;



	position: relative;



}



.memb-details {



	position: absolute;



	background: rgba( 35, 84, 205, .9);



	width: 100%;



	height: 100%;



	top: 0;



	right: -30px;



	text-align: center;



	padding: 63px 0;



	visibility: hidden;



	opacity: 0;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



	z-index: 1;



}



.team-member:hover .memb-details {



	visibility: visible;



	opacity: 1;



	right: 0;



}



.memb-details::after {



	content: '';



	width: 85%;



	height: 85%;



	border: 2px dashed #fff;



	position: absolute;



	left: 0;



	top: 0;



	right: 0;



	bottom: 0;



	margin: auto;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.memb-details h5 {



	font-size: 20px;



	font-weight: 700;



	line-height: .8;



	margin-bottom: 0;



	color: #fff;



}



.memb-details span {



	font-size: 16px;



	line-height: 35px;



	color: #fff;



	font-weight: 600;



	display: block;



}



.memb-details a {



	display: inline-block;



	width: 30px;



	height: 30px;



	border: 1px solid #fff;



	line-height: 30px;



	color: #fff;



}











.mbr-info {



	display: block;



	text-align: center;



	width: 100%;



	padding-top: 15px;



	position: relative;



}



.mbr-info h5 {



	color: #0a1631;



	font-size: 26px;



	font-weight: 600;



	line-height: 44px;



	letter-spacing: -.9px;



}



.mbr-info span {



	color: #2354cd;



	display: block;



	font-size: 14px;



	font-weight: 700;



	letter-spacing: 2.8px;



	text-transform: uppercase;



}



.memb-socials {



	margin-top: 0;



	position: absolute;



	left: 0;



	right: 0;



	top: 0;



	opacity: 0;



	visibility: hidden;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.memb-socials a {



	border-radius: 50%;



	box-shadow: 0 0 10px rgba(190, 190, 190, .60);



	background: #fff;



	color: #aab4cd;



	display: inline-block;



	line-height: 60px;



	width: 60px;



	height: 60px;



	margin: 0 5px;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.memb-socials a:hover {



	background: #2454cd;



	color: #fff;



}



.team-member:hover .memb-socials {



	top: -30px;



	opacity: 1;



	visibility: visible;



}







/**********  Team style end **********/











/**********  Pricing style  **********/



.single-pricing {



	display: block;



	border: thin solid #ccc;



	text-align: center;



}



.pricing-head {



	background: #2354cd;



	color: #fff;



	padding: 30px;



}



.pricing-head h4 {



	font-size: 34px;



	line-height: 32px;



	font-weight: 600;



	text-align: center;



	margin-bottom: 20px;



}



.price {



	font-size: 28px;



	display: inline-block;



	/* float: left; */



	margin-bottom: 0;



	font-weight: 400;



}



.pricing-head span {



	display: inline-block;



	font-size: 17px;



	font-weight: 400;



	line-height: 22px;



	/*float: right;*/



}



.pricing-head:after {



	content: '';



	clear: both;



	display: table;



}



.pricing-body ul {



	list-style: none;



}



.pricing-body li {



	padding: 18px 30px;



	text-align: center;



	display: flex;



	justify-content: space-between;



	border-bottom: 1px solid #ccc;



}



.pricing-body li p {



	font-size: 16px;



	line-height: 28px;



	text-transform: capitalize;



	margin: 0;



	color: #444;



}



.single-pricing .btn {



	color: #6c6a6a;



	margin: 20px auto;



	border: 1px solid #b2b2b2;



}



.single-pricing .btn:hover {



	border-color: #2354cd;



	color: #fff;



}



/**********  Pricing style end **********/







/**********  Skills style  **********/



.skill-sec {



	background: url(images/bg/skill-bg.jpg) no-repeat center / cover;



	padding: 95px 0 68px;



}



.skill-content span {



	font-family: 'Rubik', sans-serif;



	font-size: 18px;



	line-height: 22px;



	color: #fff;



	margin-bottom: 5px;



	display: block;



}



.skill-content .sec-title02 {



	color: #fff;	



	font-size: 50px;	



	font-weight: 600;



	line-height: 60px;



	letter-spacing: -1.5px;



	margin-bottom: 23px;



	text-transform: none;



}



.sec-title02::after {



	content: none;



}



.skill-content p {



	font-size: 16px;



	line-height: 26px;



	color: #494949;



}



.skill-set {



    width: 100%;



    position: relative;



}



.single-skill {



    position: relative;



    margin-bottom: 38px;



}



.single-skill h5 {



	font-size: 14px;



	color: #9c9c9c;



	line-height: 20px;



	font-weight: 700;



	margin-bottom: 15px;



	letter-spacing: 2.8px;



	text-transform: uppercase;



}



.skill-holder {



	height: 8px;



	background: #343434;



	position: relative;



	border-radius: 5px;



}



.skill {



	position: relative;



	height: 8px;



	background: #2354cd;



	width: 0;



	overflow: visible !important;



	border-top-left-radius: 5px;



	border-bottom-left-radius: 5px;



}



.skill .skill-data {



	display: block;



	position: absolute;



	right: 0;



	top: -15px;



	border: 1px solid #c0bdbd;



	padding: 7px;



	background: #fff;



	font-size: 16px;



	line-height: 22px;



	color: #323232;



	font-weight: 500;



}



.pink .skill {



	background: #eb3b5a;



}



.orange .skill {



	background: #fa8231;



}



.yellow .skill {



  	background: #fed330;



}



.green .skill {



  	background: #20bf6b;



}



.single-skill .skill-data {



	font-size: 14px;



	font-weight: 700;



	display: inline-block;



	float: right;



}



.pink .skill-data {



	color: #eb3b5a;



}



.orange .skill-data {



	color: #fa8231;



}



.yellow .skill-data {



  	color: #fed330;



}



.green .skill-data {



  	color: #20bf6b;



}



/**********  Skills style end **********/











/**********  Blog style  **********/



.single-post {



	position: relative;



	background: #fff;



	height: 100%;



	box-shadow: 0 0 5px #dadada;



	display:;



	flex-direction: column;



	justify-content: space-between;



}



.single-post:before, 



.single-post:after {



	z-index: -1;



	position: absolute;



	content: "";



	bottom: 15px;



	left: 10px;



	width: 50%;



	top: 80%;



	max-width:300px;



	background: #777;



	box-shadow: 0 15px 10px #777;



	transform: rotate(-3deg);



}



.single-post:after {



	transform: rotate(3deg);



	right: 10px;



	left: auto;



}



.post-meta {



	margin-bottom: 12px;



	display: block;



}



.post-meta a {



	color: #8f8bb8;



	text-transform: capitalize;



	font-weight: 400;



	display: inline-block;



}



.post-meta a:last-child {



	margin-left: 30px;



}



.post-body {



	padding: 15px 6px 25px;



	/*box-shadow: 0 0 5px #dadada;*/



}



.post-body h4,



.post-body h4 a {



	font-size: 18px;



	color: #323232;



	font-weight: 700;



	margin-bottom: 23px;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.post-body h4 a:hover {



	color: #2354cd;



}



.post-body p {



	margin-bottom: 17px;



}



.read-more {



	font-size: 16px;



	line-height: 26px;



	font-weight: 500;



	color: #626262;



	text-transform: capitalize;



	display: inline-block;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.single-post:hover .read-more {



	color: #2354cd;



}



.post-img {



	display: block;



	position: relative;



}







/**********  Blog style end **********/







/**********  Contact style  **********/



/*.single-addr {



	position: relative;



	padding-left: 62px;



	margin: 0 0 53px;



	font-weight: 400;



	color: #636363;



	font-size: 16px;



	line-height: 26px;



}



.single-addr a {



	color: #636363;



	display: block;



	font-weight: 400;	



	font-size: 16px;



	line-height: 26px;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.single-addr a:hover {



	color: #2354cd;



}



.addr-icon {



	color: #2354cd;



	width: 37px;



	height: 37px;



	position: absolute;



	left: 0;



	top: 50%;



	-ms-transform: translateY(-50%);



	-webkit-transform: translateY(-50%);



	transform: translateY(-50%);



}



.contact-form {



	margin-left: -15px;



	margin-right: -15px;



}



.contact-form:after {



	content: '';



	clear: both;



	display: table;



}



.form-field {



	width: 33.3333%;



	display: block;



	float: left;



	padding: 0 15px;



}



.contact-form input,



.contact-form textarea {



	width: 100%;



	border: 1px solid #b2b2b2;



	height: 50px;



	padding: 10px 20px;



	margin-bottom: 30px;



}



.contact-form textarea {



	height: 130px;



	resize: none;



}



.contact-form .btn {



	border: 1px solid #2354cd;



	margin-left: 15px;



}*/







.contact-sec {



	background-color: #FAFBFF;



	position: relative;



	display: block;



	padding: 82px 0 100px;



}



.contact-form {



	display: block;



	position: relative;



	width: 100%;



	padding-right: 100px;



}



.form-field {



	width: 49%;



	display: block;



	float: left;



	margin-bottom: 24px;



}



.form-field:first-of-type {



	margin-right: 2%;



}



.form-field label {



	color: #111;



	display: block;



	font-size: 12px;



	font-weight: 500;



	margin-bottom: 5px;	



	text-transform: uppercase;



	letter-spacing: 2.8px;



}



.form-field input, .form-field textarea {



	width: 100%;



	display: block;



	border: 1px solid #999;



	background: transparent;



	padding: 7px 20px;



}



.form-field.textarea {



	width: 100%;



	display: block;



}



.textarea textarea {



	width: 100%;



	height: 130px;



	resize: none;



}



.contact-form .btn {



	border: thin solid #2354cd;



	color: #6c6a6a;



}



.contact-form .btn:hover {



	color: #fff;



}



.v-bar {



	height: 200px;



	width: 1px;



	background: #999;



	position: absolute;



	right: 45px;



	top: 50%;



	transform: translateY(-50%);



}



.v-bar::before, .v-bar::after {



	content: '';



	background: #999;



	width: 1px;



	height: 150px;



	position: absolute;



	left: -10px;



	top: 50%;



	transform: translateY(-50%);



}



.v-bar::after {



	left: auto;



	right: -10px;



}



.contact-info {



	margin-top: 50px;



}



.single-info {



	display: block;



	margin-bottom: 25px;



	position: relative;



	padding-left: 55px;



}



.single-info i {



	color: #2354cd;



}



.cont-info-img {



	display: inline-block;



	position: absolute;



	left: 0;



	top: 10px;



}



.single-info span {	



	color: #222;



	display: block;



	font-size: 14px;



	font-weight: 500;



	margin-bottom: 0;



	text-transform: uppercase;



	letter-spacing: 1.8px;



}



.single-info p, .single-info a {



	color: #111;



}







/**********  Contact style end **********/







/**********  Footer style  **********/



.footer {



	background: #171717;



	padding: 100px 0 0;



}



/*.footer .container {



	margin-bottom: 60px;



}*/



.ftr-bottom {



	padding: 40px 0;



}



.footer-logo {



	max-width: 290px;



	display: block;



	margin-bottom: 25px;



}



.footer-info h2 {



	font-size: 40px;



	line-height: 28px;



	font-weight: 500;



	color: #2354cd;



	margin-bottom: 39px;



}



.footer-info p {



	font-size: 16px;



	font-weight: 400;



	color: #f3f3f4;



	line-height: 28px;



	margin-bottom: 11px;



}



.foo-widget h5 {



	font-size: 20px;



	line-height: 22px;



	color: #fff;



	position: relative;



	padding-bottom: 16px;



	margin-bottom: 33px;



}



.foo-widget h5:after {



	width: 40px;



	height: 2px;



	background: #fff;



	content: '';



	position: absolute;



	left: 0;



	bottom: 0;



}



.foo-widget ul {



	list-style: none;



	position: relative;



}



.foo-menu ul li {



	width: 50%;



	display: block;



	float: left;



}



.foo-menu li a {



	font-size: 16px;



	font-family: 'Open sans', sans-serif;



	color: #f3f3f4;



	text-transform: capitalize;



	line-height: 0.8;



	margin-bottom: 26px;



	display: block;



}



.foo-menu li a:hover {



	color: #2354cd;



}



.recennt-post a {



	display: block;



	padding-left: 86px;



	margin-bottom: 25px;



}



.foo-recent-img {



	width: 68px;



	height: 53px;



	display: block;



	position: absolute;



	left: 0;



}



.recennt-post p {



	font-size: 15px;



	line-height: 20px;



	font-family: 'Open sans', sans-serif;



	font-weight: 600;



	color: #f3f3f4;



	text-transform: capitalize;



	margin: 0;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.recennt-post li a {



	display: block;	



}



.recennt-post li a:hover p {



	color: #2354cd;



}



.recennt-post span {



	font-size: 12px;



	line-height: 20px;



	color: #f3f3f4;



	text-transform: uppercase;



}



#map {



	display: block;



	width: 100%;



	max-height: 236px;



	height: 100%;



}



#map iframe {



	width: 100%;



	height: 100%;



	border: 0;



}



.subs-wrap {



	padding: 50px 0 65px;



}



.subscriptions form {



	position: relative;



	width: 100%;



	display: block;



}



.subscriptions p {



	display: block;



	font-size: 24px;



	line-height: 32px;



	color: #ffffff;



	margin-bottom: 21px;



}



.subscriptions input {



  width: 100%;



  background: transparent;



  border: 1px solid #b9b9bb;



  height: 50px;



  border-radius: 30px;



  padding: 20px;



  color: #fff;



}



.subscriptions button {



	cursor: pointer;



	font-size: 22px;



	background: transparent;



	color: #fff;



	box-shadow: none;



	border: none;



	position: absolute;



	z-index: 1;



	right: 30px;



	top: 50%;



	transform: translateY(-50%);



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.subscriptions button:hover {



	right: 20px;



}



.social-icons {



	text-align: left;



}



.social-icons p {



	font-size: 20px;



	line-height: 40px;



	color: #f3f3f4;



	display: inline-block;



	margin-bottom: 0;



}



.social-icons a {



	display: inline-block;	



	text-align: center;	



	color: #fff;



	font-size: 20px;



	margin-left: 15px;



}



.social-icons a:nth-of-type(1) {



	margin-left: 0;



}



.social-icons i {	



	width: 41px;



	height: 41px;



	line-height: 41px;



	border-radius: 50%;



}



.social-icons i.fa-facebook {



	background: #3b5998;



}



.social-icons i.fa-twitter {



	background: #26a6d1;



}



.social-icons i.fa-linkedin {



	background: #0056b3;



}



.social-icons i.fa-skype {



	background: #00aff0;



}



.social-icons i.fa-google-plus {



	background: #dd4b39;



}



.copyright {



	/*padding: 20px;



	border-top: 1px solid #333333;*/



}



.copyright p {



	font-size: 14px;



	color: #a9a9ac;



	line-height: 26px;



	margin: 0;



}



.footer .social-icons {



	text-align: right;



}



/**********  Footer style end **********/











/*--------------------------



 * Blog page



 ----------------------------*/







/**********  Page feature style  **********/



.page-feature {



    display: block;



    width: 100%;



    padding: 6.5% 0;



    background-image: url(images/bg/page-feature-1.jpg);



    background-size: cover;



    background-repeat: no-repeat;



    background-position: top center;



}



.page-feature .container {



    padding-top: 0;



    padding-bottom: 0;



    position: relative;



    z-index: 1;



}



.page-title {



	font-size: 40px;



	font-weight: 700;



	line-height: 55px;



	margin-bottom: 18px;



	color: #fff;



	text-transform: capitalize;



}



.breadcrumb {



    background: transparent;



    display: block;



    padding: 0;



    margin-bottom: 0;



    font-size: 16px;



}



.breadcrumb a,



.breadcrumb span {



	font-size: 16px;



	font-weight: 500;



	color: #fff;



	padding-right:14px;



	position: relative;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.breadcrumb a:after {



    content: '/';



    right: 2px;



    top: 0;



    position: absolute;



}



.breadcrumb a:hover {



    color: #2354cd;



}



.breadcrumb span {



    color: #2354cd;



    padding: 0;



}



/**********  Page feature style end  **********/











/*--------------------------



 * Blog Single page



 ----------------------------*/







/**********  Single Blog Post  **********/



.blog-page.blog-sec {



	padding: 100px 0 70px;



}



.blog-page .single-post {



	margin-bottom: 40px;



	position: relative;



	display: block;



	background: #fff;



	height: auto;



}



.blog-page .post-body {



	padding: 45px 30px;



}



.blog-single-post .blog-meta a:hover {



    opacity: .8;



}



.blog-single-post .post-img {



    display: block;



    margin-bottom: 34px;



    position: relative;



}



.post-carousel .owl-nav {



	position: absolute;



	top: 50%;



	width: 100%;



	display: flex;



	justify-content: space-between;



	padding: 0 30px;



}



.post-carousel .owl-nav i {



	color: rgba(255, 255, 255, .5);



	font-size: 28px;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.post-carousel .owl-nav button:hover i {



	color: #fff;



}



.post-carousel .owl-dots {



	position: absolute;



	bottom: 15px;



	left: 0;



	right: 0;



	text-align: center;



}



.post-carousel .owl-dots span {



	display: inline-block;



	width: 8px;



	height: 8px;



	background: #fff;



	margin: 0 2px;



	border-radius: 50%;



}



.owl-dot.active span {



	background: #2354cd;



}



.post-video {



	display: block;



}



.blog-single .post-video iframe {



	min-height: 400px;



}



.post-quote {



	padding: 20px 30px 20px 70px;



	position: relative;



	font-size: 18px;



	font-weight: 500;



	background: #fff url(images/quote-bg.png) no-repeat center / cover;



	line-height: 28px;



	color: #070a22;



}



.post-quote::before {



	content: '\f10d';



	color: #2354cd;



	font-family: fontAwesome;



	font-size: 34px;



	position: absolute;



	left: 25px;



	top: 25px;



}



.blog-page .post-quote {



	font-size: 26px;



	line-height: 36px;



	padding: 61px 30px 61px 100px;



}



.blog-page .post-quote::before {



	color: #2354cd;



	font-size: 56px;



	left: 40px;



	top: 75px;	



}







.post-video iframe {



	min-height: 201px;



	border: none;



	box-shadow: none;



}



.post-title {



	font-size: 24px;



	line-height: 28px;



	font-weight: 700;



	margin-bottom: 23px;



	text-transform: capitalize;



	color: #323232;



}



.blog-single-post p {



	margin-bottom: 20px;



}



.blog-single-post h4 {



	font-size: 22px;



	line-height: 35px;



	color: #1a1c27;



	font-weight: 600;



	margin-bottom: ;



	margin-bottom: 18px;



}



.share-post {



	margin-top: 55px;



	margin-bottom: 70px;



	display: flex;



	justify-content: space-between;



	border-top: 1px solid #ccc;



	border-bottom: 1px solid #ccc;



	padding: 15px 0; 



}



.share-post .follow-us a {



	border: none;



	width: 30px;



	height: auto;



	font-size: 18px;



}



.share-post .follow-us li a:hover {



	background: transparent;



	color: #2354cd;



	border-color: transparent;



}



.share-post p {



	margin-bottom: 0;



}



.share-post .social-icons p,



.share-post .tags p {



	margin-bottom: 0;



	font-weight: 500;



	display: inline-block;



	margin-right: 15px;



}



.share-post .tags a {



	color: #595959;



	padding: 0;



	border: none;



	margin: 0;



	font-size: 14px;



	line-height: 28px;



	font-weight: 500;



	text-transform: capitalize;



}



.share-post .tags a:hover {



	color: #595959;



	background: none;



	opacity: .7;



}



.share-post .social-icons a {



	display: inline-block;



	text-align: center;



	color: #fff;



	font-size: 14px;



	margin-left: 5px;



}



.share-post .social-icons i {	



	width: 24px;



	height: 24px;



	line-height: 24px;



}



/**********  Single Blog Post end **********/











/********** Comments style **********/



.comments {



	margin-bottom: 95px;



}



.comments ul {



	list-style: none;



}



.comment-title {



	color: #323232;



	font-size: 20px;



	line-height: 22px;



	font-weight: 700;



	position: relative;



	margin-bottom: 33px;



}



.comments ul li{



    position: relative;



    padding-left: 120px;



    margin-bottom: 34px;



}



.user-thumb {



    width: 96px;



    height: 90px;



    position: absolute;



    left: 0;



    top: 0;



}



.comments li h4 {



	font-size: 18px;



	font-weight: 500;



	line-height: 22px;



	color: #323232;



	margin-bottom: 0;



}



.comments li p {



	margin-bottom: 0;



}



.comments li span {



	font-size: 14px;



	font-weight: 400;



	line-height: 26px;



	color: #2354cd;



}



.comments li span i {



	font-size: 16px;



	margin-right: 6px;



	vertical-align: middle;



}



.comments li i {



	color: #ffbe00;



}



.comments ul li ul li:first-child {



	margin-top: 35px;



}



.reply {



	font-size: 14px;



	line-height: 28px;



	position: absolute;



	top: 0;



	right: 0;



	color: #2354cd;



	font-weight: 500;



}



.comment-form form {



    width: 100%;



    display: block;



    position: relative;



}



.input-field {



    display: block;



    width: 48%;



    float: left;



    margin-bottom: 30px;



}



.input-field:nth-child(2n+1) {



	margin-right: 4%;



}



.comment-form input,



.comment-form textarea {



    width: 100%;



    background: transparent;



    box-shadow: none;



    border: 1px solid #bdbdbd;



    padding: 7px 20px;



}



.comment-form input {



	height: 50px;



}



.comment-form textarea {



	height: 138px;



}



.input-field.textarea {



    width: 100%;



    margin-right: 0;



}



.comment-form button {



	padding: 12px 32px;



	border: thin solid #2354cd;



	color: #8f8bb8;



}



.comment-form button:hover {



	background: #2354cd;



	border: thin solid #2354cd;



	color: #fff;



}



/********** Comments style end**********/











/********** Sidebar style **********/



.sidebar {



	padding-left: 15px;



}



.widget {



	position: relative;



	display: block;



	margin-bottom: 70px;



	border: 2px solid #e3e3e3;



	padding: 30px;



}



.widget-title {



	font-size: 20px;



	line-height: 22px;



	color: #323232;



	font-weight: 700;



	padding-bottom: 15px;



	text-transform: capitalize;



	margin-bottom: 21px;



	text-align: center;



	position: relative;



}



.widget-title::before,



.widget-title::after {



	width: 40px;



	height: 2px;



	content: '';



	background: #ebebeb;



	position: absolute;



	left: 30px;



	top: 13px;



}



.widget-title::after {



	left: auto;



	right: 30px;



}



.search-box {



    position: relative;



    width: 100%;



}



.search-box form {



	position: relative;



}



.search-box input {



    height: 70px;



    width: 100%;



    position: relative;



    border: 1px solid #bdbdbd;



    padding: 10px 85px 10px 20px;



}



.search-box button {



	cursor: pointer;



	position: absolute;



	right: 13px;



	border: none;



	background: transparent;



	color: #898989;



	line-height: 50px;



	z-index: 1;



	top: 50%;



	-webkit-transform: translateY(-50%);



	-ms-transform: translateY(-50%);



	-o-transform: translateY(-50%);



	transform: translateY(-50%);



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.search-box button i {



	font-size: 20px;



}



.search-box button:hover {



	color: #2354cd;



}



.insta-feed ul {



	margin: 0;



	padding: 0;



	list-style: none;



	display: flex;



	justify-content: space-between;



	flex-wrap: wrap;



}



.insta-feed li {



	max-width: 83px;



	flex-grow: 1;



	margin-bottom: 10px;



}



.insta-feed li a {



	display: block;



}







.follow-us ul {



	margin: 0;



	padding: 0;



	list-style: none;



	text-align: center;



}



.follow-us li {



	display: inline-block;



	margin: 0 3px;



}



.follow-us li a {



	display: block;



	width: 40px;



	height: 40px;



	border: thin solid #e6e6e6;



	border-radius: 50%;



	font-size: 14px;



	color: #8f8bb8;



	text-align: center;



	line-height: 40px;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.follow-us li a:hover {



	background: #2354cd;



	color: #fff;



	border-color: #2354cd;



}







.archives li {



	display: block;



	position: relative;



	margin-bottom: 0;



}



.archives li a {



	display: flex;



	justify-content: space-between;



	flex-wrap: wrap;



	padding: 0;



	color: #8f8bb8;



	font-size: 14px;



	line-height: 35px;



	font-weight: 400;



	text-transform: capitalize;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.archives li a:hover,



.archives li a:focus {



    color: #2354cd;



    text-decoration: none;



}



.lastest-post li {



	position: relative;



	display: block;



	width: 100%;



	border-bottom: 1px solid #ccc;



	margin-bottom: 0;



	padding: 10px 0;



	min-height: 80px;



}



.lastest-post li:first-child {



	border-top: 1px solid #ccc;



}



.lastest-post a {



	color: #070a22;



	display: block;



	font-size: 14px;



	font-weight: 500;



	line-height: 20px;



	margin-bottom: 0;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



	padding-left: 100px;



}



.lastest-post a img {



	display: block;



	max-width: 80px;



	position: absolute;



	left: 0;



}



.lastest-post a:hover {



	color: #2354cd;



}



.lastest-post li a span {



	font-size: 12px;



	line-height: 18px;



	display: block;



	color: #8f8bb8;



	margin-bottom: 0;



	text-transform: capitalize;



}



.tags {



    display: block;



    width: 100%;



    position: relative;



}



.tags a {



	display: inline-block;



	border: thin solid #ccc;



	font-size: 13px;



	line-height: 28px;



	margin-right: 10px;



	margin-bottom: 15px;



	color: #8f8bb8;



	padding: 5px 30px;



	text-transform: capitalize;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.tags a:hover,



.tags a:focus {



    background: #2354cd;



    border-color: #2354cd;



    color: #fff;



    text-decoration: none;



}



/********** Sidebar style end**********/











/*--------------------------



 * 404 page



 ----------------------------*/



.error-img {



	width: 154px;



	height: 172px;



	margin: 0 auto 50px;



}



.error-message strong {



	font-size: 60px;



	line-height: 45px;



	color: #323232;



	margin-bottom: 34px;



	display: block;



}



.error-message p {



	font-size: 40px;



	font-weight: 300;



	line-height: 45px;



	color: #323232;



	text-transform: capitalize;



	margin-bottom: 50px;



}



.error-message .btn {



	max-width: 270px;



	display: block;



	margin: auto;



	background: #2354cd;



}











.pagination {



	display: block;



	text-align: center;



	margin-top: 40px;



}



.pagination a {



	display: inline-block;



	color: #8f8bb8;



	width: 50px;



	height: 50px;



	line-height: 50px;



	text-align: center;



	border-radius: 50%;



	margin-right: 10px;



	background: #fff;



	-webkit-transition: 300ms;



	-o-transition: 300ms;



	transition: 300ms;



}



.pagination a:hover {



	background: #2354cd;



	color: #fff;



}



.left-margin {margin-left:50px;}

.visible-xs,

.visible-sm,

.visible-md,

.visible-lg {

display: none !important;

}

.visible-xs-block,

.visible-xs-inline,

.visible-xs-inline-block,

.visible-sm-block,

.visible-sm-inline,

.visible-sm-inline-block,

.visible-md-block,

.visible-md-inline,

.visible-md-inline-block,

.visible-lg-block,

.visible-lg-inline,

.visible-lg-inline-block {

display: none !important;

}

@media (max-width: 767px) {

.visible-xs {

display: block !important;

}

table.visible-xs {

display: table !important;

}

tr.visible-xs {

display: table-row !important;

}

th.visible-xs,

td.visible-xs {

display: table-cell !important;

}

}

@media (max-width: 767px) {

.visible-xs-block {

display: block !important;

}

}

@media (max-width: 767px) {

.visible-xs-inline {

display: inline !important;

}

}

@media (max-width: 767px) {

.visible-xs-inline-block {

display: inline-block !important;

}

}

@media (min-width: 768px) and (max-width: 991px) {

.visible-sm {

display: block !important;

}

table.visible-sm {

display: table !important;

}

tr.visible-sm {

display: table-row !important;

}

th.visible-sm,

td.visible-sm {

display: table-cell !important;

}

}

@media (min-width: 768px) and (max-width: 991px) {

.visible-sm-block {

display: block !important;

}

}

@media (min-width: 768px) and (max-width: 991px) {

.visible-sm-inline {

display: inline !important;

}

}

@media (min-width: 768px) and (max-width: 991px) {

.visible-sm-inline-block {

display: inline-block !important;

}

}

@media (min-width: 992px) and (max-width: 1199px) {

.visible-md {

display: block !important;

}

table.visible-md {

display: table !important;

}

tr.visible-md {

display: table-row !important;

}

th.visible-md,

td.visible-md {

display: table-cell !important;

}

}

@media (min-width: 992px) and (max-width: 1199px) {

.visible-md-block {

display: block !important;

}

}

@media (min-width: 992px) and (max-width: 1199px) {

.visible-md-inline {

display: inline !important;

}

}

@media (min-width: 992px) and (max-width: 1199px) {

.visible-md-inline-block {

display: inline-block !important;

}

}

@media (min-width: 1200px) {

.visible-lg {

display: block !important;

}

table.visible-lg {

display: table !important;

}

tr.visible-lg {

display: table-row !important;

}

th.visible-lg,

td.visible-lg {

display: table-cell !important;

}

}

@media (min-width: 1200px) {

.visible-lg-block {

display: block !important;

}

}

@media (min-width: 1200px) {

.visible-lg-inline {

display: inline !important;

}

}

@media (min-width: 1200px) {

.visible-lg-inline-block {

display: inline-block !important;

}

}

@media (max-width: 767px) {

.hidden-xs {

display: none !important;

}

}

@media (min-width: 768px) and (max-width: 991px) {

.hidden-sm {

display: none !important;

}

}

@media (min-width: 992px) and (max-width: 1199px) {

.hidden-md {

display: none !important;

}

}

@media (min-width: 1200px) {

.hidden-lg {

display: none !important;

}

}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}