/*Font collection*/
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.ttf') format('truetype');
}
/*Global Setting*/
 
* {
	margin: 0;
	padding: 0
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	height: 100%;
	background: #fff;
	color: #111;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 27px;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
	margin: 0;
}
p {
	margin: 0 0 20px 0;
}
p:last-child {
	margin-bottom: 0;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #212121;
	font-weight: 300;
}
ul, li, a {
	margin: 0;
	padding: 0
}
blockquote {
	margin: 20px 0;
	color: #000;
	font-weight: 600;
	line-height: 35px;
}
.title {
	margin-bottom: 30px;
	text-align: center;
}
.title p.titletext {
	margin: 0px;
	color: #C50606;
}
.title h2 {
	font-weight: 600;
	font-size: 33px;
	line-height: 35px;
}
.title h2 a {
	color: #212121;
}
.title h2 a:hover {
	color: #000;
}
.title-white h2 {
	color: #fff
}
.title-white p {
	color: rgba(255,255,255,0.7);
	margin-bottom: 5px;
}
.title .separator {
	position: relative;
	width: 50px;
	margin: 0 auto;
	margin-top: 10px;
	background: #D52828;
	height: 1px;
}
.btn {
	animation-delay: 2s;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 14px 30px;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	outline-offset: -2px;
	overflow: hidden;
	position: relative;
}
.btn:hover {
	outline: 1px dashed rgba(255,255,255,0.3);
	outline-offset: -2px;
}
.btn span {
	position: relative;
	z-index: 1;
	color: #fff;
}
.btn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 490%;
	width: 140%;
	background: #BA2323;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-100%) translateY(-5%) rotate(180deg);
	transform: translateX(-100%) translateY(-5%) rotate(180deg);
}
.btn:hover:after {
	color: #fff;
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(180deg);
	transform: translateX(-9%) translateY(-25%) rotate(180deg);
}
.btn-sm {
	padding: 10px 20px;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 15px;
	outline: 1px dashed rgba(255,255,255,0.3);
	outline-offset: -2px;
}
.btn-sm:hover {
	outline: 1px dashed rgba(255,255,255,0.3);
	outline-offset: -2px;
}
.btn-1 {
	background: #d62828;
	color: #fff;
}
.btn-1:hover {
	background: #E10000;
	color: #fff;
}
.btn-2 {
	background: none;
	color: #fff;
	border: 1px solid #fff;
}
.btn-2:hover {
	background: none;
	color: #fff;
	border: 1px solid #fff;
}
.btn-info {
	background: #00ADEF;
	border: none
}
.btn-info:hover {
	background: #0FBDFF
}
.section {
	padding: 85px 0;
}
.sm-section {
	padding: 50px 0;
}
.form-control {
	border: 1px solid #E5E5E5;
	height: 48px;
	color: #777;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
select {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	width: 100%;
}
select:focus {
	outline: 0;
	border-color: #00A4A3;
	background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 15px) 1.4em, calc(100% - 20px) 1.4em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}
 select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #000;
}
.form-control:focus {
	outline: 0;
	border-color: #CCD1D7;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=file], input[type=search], input[type=date], input[type=datetime-local], input[type=month], input[type=time], select, textarea, option {
	padding: .375rem .75rem;
	border: 1px solid #ddd;
	height: 44px;
	color: #777;
	display: block;
	width: 100%;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	font-size: 14px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=file]:focus, input[type=search]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, select:focus, textarea:focus, option:focus, button:focus, input[type=submit]:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.required {
	color: #ec215b;
}
input[type="submit"] {
	padding: 14px 26px;
	border: 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	cursor: pointer;
	text-align: center;

}
.textarea {
	min-height: 120px;
}
label {
	font-weight: 400;
}
label span {
	color: #FF0004
}
.title-block .btn {
	float: right
}
.title-block .title {
	text-align: left
}
.title-block .titlemid {
	padding-top: 5px;
}
.title-block .title .separator {
	margin-left: 0;
}
.title-block .btn {
	margin-top: 10px
}
.bg-grey {
	background: #f0f5ff
}
/*Header*/


header {
	/*left: 0;
	position: absolute;
	right: 0;
	z-index: 999;*/
	background: #fff;
}
.headerholder {
	background: #fff;
	display: block;
}
.logo-holder {
	background: #fff;
	text-align: center;
	padding:10px 20px 15px 20px;
	height: 100%
}
.logo-holder img {
	width: 200px;
}
.mainheader {
	padding: 15px;
}
.header-top {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 15px;
}
.slogan p {
	color: #fff;
	font-size: 14px;
}
.header-top ul {
	text-align: right;
}
.header-top ul li {
	display: inline-block;
	font-size: 14px;
}
.header-top ul li a {
	color: #fff;
}
.header-top ul li a:hover {
	color: #fff
}
.top-menu ul li a {
	padding: 0 10px;
}
.sociallink ul li a {
	padding: 0 5px;
	color: #fff;
	font-size: 16px;
}
.sociallink ul li a:hover {
	color: #b8b8b8;
}
.custom-menu {
	margin: 5px 0 0 0
}
.bannerinfo {
	/*position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: 0px*/
	padding: 50px;
	background: #1A4685
}
.bannerinfo ul {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding-bottom: 15px;
	margin-right: 90px;
}
.bannerinfo ul li {
	list-style: none;
	color: #fff;
	display: inline-block;
}
.bannerinfo ul li span {
	font-size: 13px;
	color: rgba(255,255,255,0.6)
}
.bannerinfo ul li:last-child {
	float: right;
	margin-top: 5px;
}
.bannerinfo ul li i {
	font-size: 35px;
}
.bannerinfo ul li a {
	color: #fff;
	font-size: 22px;
	font-weight: 400
}
.bannerinfo ul li a:hover {
	color: #FBBE3F
}
/*Intro*/

.intro {
	text-align: center;
	padding-top:75px;
}
.intro p {
	padding: 0 100px;
}
.intro .title {
	padding: 0 100px;
}
.intro .title h1 {
	font-weight: 400;
	font-size: 35px;
}
.intro-hl .title {
	text-align: left
}
.intro-hl h4, .intro-hl p {
	color: #fff;
}
.intro-hl h4 {
	font-weight: 400;
}
.intro-hl .title .titletext {
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	margin: 0 0 10px 0
}
.hl-item-thumb {
	background: #000;
	height: 100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.hl-item-thumb img {
	height: 100%
}
.hl-item-thumb img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.hl-item-content {
	background: #2A2F35;
	padding: 33px 39px;
	text-align: left
}
.hl-item p {
	color: rgba(255,255,255,0.5);
}
.pd-right {
	padding-right: 0
}
.pd-left {
	padding-left: 0
}
hl-item-info {
	position: relative;
	height: 100%;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.hl-item-info:before {
	background-color: #01202E;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.60;
}
.hl-item-info-content {
	position: relative;
	padding: 40px;
}
/*Highlights*/




.full-hl {
	background: url(../images/background.jpg) repeat scroll 0 0;
	position: relative;
	margin-bottom: 70px;
	padding: 40px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.full-hl:before {
	background-color: #05152E;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.80;
}
.full-hl h3 {
	color: #fff;
	font-weight: 500
}
.full-hl p {
	color: rgba(255,255,255,0.6)
}
.full-hl .btn {
	float: right;
}
.full-hl .btn:hover span {
	color: #fff
}
/*Service*/

.service {
	background: #f0f5ff;
	border-top: 1px solid #EAF2FF;
	border-bottom: 1px solid #EAF2FF
}
.service .title {
	text-align: left
}
.service .title h2 {
	font-size: 30px;
}
.service .title .separator {
	margin-left: 0
}
.service-item {
	margin-top: 30px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.05);
	z-index: 1;
	padding: 5px;
}
ervice-effect {
	display: block;
	position: relative;
	overflow: hidden;
	background: rgba(0, 0, 0, 1);
}
.service-img {
	display: block;
	width: 100%;
	height: auto;
	border: none;
	transform: scale(1);
	transition: all 1s;
	opacity: 1
}
service-list:hover ..service-img {
 transform: scale(1.05);
 background: rgba(0, 0, 0, 1);
}
.service-text {
	padding: 20px 35px 17px 35px;
	font-size: 22px;
	font-weight: 400;
	color: #000;
	line-height: 30px;
	z-index: 9999;
	text-align: left
}
.service-text p {
	margin-bottom: 0;
}
.service-text a {
	font-size: 14px;
	color: #D42828;
	text-shadow: none;
}
.service-overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.3);
	background-size: 50px 50px;
	opacity: 1;
	filter: alpha(opacity=0);
	transition: all 0.6s;
}
.service-item:hover .service-overlay {
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
}
/*Project*/
project {
	margin-top: 60px;
}
.project-item {
	margin-top: 30px;
}
.pj-gallery {
	overflow: hidden;
	margin: 15px 0;
}
.project-effect {
	display: block;
	position: relative;
	overflow: hidden;
	background: rgba(0, 0, 0, 1);
}
.project-img {
	display: block;
	width: 100%;
	height: auto;
	border: none;
	transform: scale(1);
	transition: all 1s;
	opacity: 0.7
}
.project-list:hover .project-img {
	transform: scale(1.05);
	background: rgba(0, 0, 0, 1);
}
.project-text {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px 35px;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
	line-height: 30px;
	z-index: 9999;
	text-align: left
}
.project-text p {
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 17px;
	text-shadow: none;
	margin: 0 0 5px 0;
}
.p-view h4, .p-view h5 {
	color: #fff;
	font-weight: 400;
}
.p-view p.desc {
	color: rgba(255,255,255,0.8);
	text-shadow: none
}
.p-view small {
	font-size: 13px;
	color: rgba(255,255,255,0.9);
}
.project-text a {
	font-size: 14px;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase
}
.project-overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.4);
	background-size: 50px 50px;
	opacity: 1;
	filter: alpha(opacity=0);
	transition: all 0.6s;
}
.project-item:hover .project-overlay {
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
.spl-item .project-overlay {
	opacity: 1;
}
.spl-item:hover .project-overlay {
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
.spl-item h4 {
	color: #fff;
	font-weight: 400;
}
.spl-item .project-text {
	top: 15px;
}
.spl-item {
	height: 295px;
	overflow: hidden
}
spl-item img {
	height: 320px;
}
.spl-item-bottom img {
	height: 240px;
}
.spl-item-bottom .project-effect {
	background: #5D89F9
}
.spl-item-bottom .project-text {
	text-align: center
}
.spl-item-bottom .project-text h4, .spl-item-bottom .project-text p {
	color: #fff;
	text-shadow: none
}
.spl-item-bottom .project-overlay {
	background: url(../images/map.png) no-repeat center #134261;
	opacity: 1
}
.spl-item-bottom:hover .project-overlay {
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
}
.spl-item-bottom:hover .project-text h4, .spl-item-bottom:hover .project-text p {
	color: #fff
}
.projectdetails img{ float:right; margin:0 0 20px 20px; width:400px}
/*Fact Counter*/

.counter {
	text-align: center;
	margin-top: 65px;
}
.counter span {
	font-size: 45px;
	font-weight: 500;
	color: #000
}
span.counter-value {
	padding-right: 5px;
}
.counter h4 {
	font-size: 16px;
	margin-top: 5px;
	font-weight: 400;
	text-transform: uppercase;
	color: #4E4C4C
}
/*News and Events*/

.newsupdates .container {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 50px;
	padding-bottom: 50px;
}
.newsupdates .title {
	text-align: left
}
.newsupdates .title .separator {
	margin-left: 0
}
.news-effect {
	display: block;
	position: relative;
	overflow: hidden;
	background: rgba(0, 0, 0, 1);
}
.news-img {
	display: block;
	width: 100%;
	height: auto;
	border: none;
	transform: scale(1);
	transition: all 1s;
}
.news-list:hover .service-img {
	transform: scale(1.05);
	background: rgba(0, 0, 0, 1);
}
.news-text {
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
	line-height: 30px;
	z-index: 9999;
	text-align: left
}
.news-text p {
	margin-bottom: 15px;
}
.news-text a {
	font-size: 14px;
	background: #134261;
	text-align: center;
	padding: 9px 12px 7px 12px;
	color: #fff;
	font-weight: 500;
	text-shadow: none;
	text-transform: uppercase
}
.news-overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 0, 0, 1);
	background-size: 50px 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.6s;
}
.news-item:hover .news-overlay {
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
}
.news-overlay-text {
	display: block;
	padding: 0 30px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 35%;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(-20px);
	transition: all .3s;
}
.news-item:hover .news-overlay-text {
	transform: translateY(0px);
	opacity: 1
}
.news-overlay-text a {
	color: #5D89F9;
	font-size: 35px;
}
.news-cont {
	margin-top: 20px;
}
.news-cont h5 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400
}
.news-cont h5 a {
	color: #000
}
.news-cont p.date {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
.news-cont p {
	color: #333;
}
/*Clients*/
.clients {
	padding-bottom: 65px;
}
.logo-block {
	border: 1px solid #ddd;
	padding: 15px;
	margin: 0 1px
}
.logo-block img {
	width: 100%
}
.clients .owl-theme .owl-controls {
	text-align: center;
	margin-top: 30px;
}
.clients .owl-theme .owl-controls i {
	color: #fff;
	padding: 8px 7px;
	margin-right: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #314657;
}
.clients .owl-theme .owl-controls i:hover {
	color: #fff;
	background: #243441;
}
/*Bottom Info*/



bottominfo {
	text-align: center;
	background: url(../images/back-mountaion.png);
	padding: 120px 0 160px 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
bottominfo:before {
	background: #0665A2;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.90;
	position: absolute;
	right: 0;
	top: 0;
}
/*Newsletter*/

.newsletter {
	background: #1A1F23;
}
.newsletter h2 {
	color: #fff;
	text-align: right;
	padding: 10px 30px 0 0;
	font-weight: 400
}
/*Footer*/
.footer-top {
	background: #173662;
}
.f-widget {
	padding: 75px 0
}
.footer-top h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 500
}
.footer-top p {
	color: rgba(255,255,255,0.7);
	line-height:24px;
	padding-top:5px;
}
.f-about img {
	margin: 0 0 30px 0;
	width: 200px;
}
.latestupdate ul {
	padding-top: 15px;
}
.latestupdate ul li {
	list-style: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 10px 0
}
.latestupdate ul li:last-child {
	border-bottom: 0;
}
.latestupdate ul li a {
	color: #fff;
	display: block;
	line-height: 22px;
	padding-bottom: 3px;
}
.latestupdate ul li span {
	color: rgba(255,255,255,0.4);
	font-size: 14px;
}
.f-contact ul li {
	list-style: none;
	color: #fff;
	padding: 5px 0;
	display: table;
	font-size: 15px;
}
.f-contact ul li i {
	margin: 5px 10px 0 0;
	color: #ffe5e5;
	display: table-cell
}
.f-contact ul li a {
	color: #fff;
	margin-left: 5px;
}
.footer-bottom {
	background: #021734;
	border-top: 1px solid rgb(32 66 112);
	text-align: center
}
.footer-bottom p {
	color: #fff;
	padding: 25px 0;
	font-size: 15px;
}
.poweredby {
	text-align: right;
}
.poweredby a {
	color: #5D89F9;
}
.poweredby a:hover {
	color: #eee
}
/*Inner Page*/
/*About us*/
.pageintro{ padding:55px 0 0 0}
.page header {
	position: static
}
.page-title {
	background: #1A4685;
	text-align:center;

	padding: 45px 0 40px 0
}
.page-title h2 {
	text-transform: uppercase;
	font-weight: 500;
	color:#fff;
	font-size: 30px;
}
.sm-page-title h2 {
	text-transform: none
}
.page-title ul {
	text-align: right;
	margin-top: 5px;
}
.page-title ul li {
	list-style: none;
	display: inline-block;
	padding: 0 2px;
	color: #555;
	font-size: 17px;
}
.page-title ul li a {
	color: #000
}
.page-title ul li a:hover {
	color: #000
}
.pagecontent h1, .pagecontent h2, .pagecontent h3, .pagecontent h4, .pagecontent h5, .pagecontent h6 {
	font-weight: 500
}
.pagecontent ul, .pagecontent ol {
	margin-left: 15px;
}
.pagecontent ul li, .pagecontent ol li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pagecontent ul li a, .pagecontent ol li a {
	color: inherit
}
.pagecontent ul li a:hover, .pagecontent ol li a:hover {
	color: #000
}
pagecontent p {
	font-weight: 400;
	text-align: justify;
}
.asidemenu ul {
	margin: 0;
}
.asidemenu ul li {
	list-style: none;
	border-bottom: 1px solid #555;
	padding: 0
}
.asidemenu ul li a {
	background: #2A2F35;
	display: block;
	padding: 15px;
	color: #fff;
}
.asidemenu ul li a:hover {
	background: #252B30;
	color: #fff
}
.asidead {
	background: #134261;
	padding: 25px;
	margin-top: 20px;
}
.asidead h5 {
	color: #fff;
}
.asidead p {
	color: rgba(255,255,255,0.6);
	padding-top: 10px;
	font-weight: 300;
	line-height: 22px;
}
.workingtime {
	margin-top: 20px;
	background: #f9f9f9;
	padding: 15px;
}
.workingtime h5 {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.workingtime p {
	line-height: 23px;
}
.workingtime ul {
	margin: 0
}
.workingtime ul li {
	list-style: none;
	padding: 3px 0;
	display: flex
}
.workingtime ul li i {
	margin: 5px 5px 0 0;
}
.workingtime ul li a {
	color: inherit
}
.workingtime ul li a:hover {
	color: #000
}
.pageimg {
	float: right;
	width: 500px;
	margin: 5px 0 5px 15px;
}
.page blockquote {
	line-height: 25px;
	margin: 20px 0;
	color: #000;
	font-weight: 400;
	font-size: 18px;
	border-left: 3px solid #2164A6;
	background: #f9f9f9;
	padding: 20px;
}
.inner-misc ul {
	padding-top: 0px;
	padding-bottom: 0;
}
.inner-misc h3 {
	margin-bottom: 15px;
}
.inner-misc .inner-box {
	margin: 20px 0
}
/*Team*/


.team-list {
	background: #fff;
	margin: 15px 0;
}
.team-list img {
	width: 100%
}
.team-cont {
	background: #f9f9f9;
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px;
	text-align: center;
}
.team-cont h5 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 5px 0;
	color: #011B3D;
}
.team-cont p {
	margin: 0;
	font-size: 14px;
	color: #555
}
/*Contact Page*/
.contactpage .f-contact {
	padding: 0;
	margin: 0
}
.contactpage .f-contact ul {
	margin: 0
}
.contactpage .f-contact ul li{ display:flex;}
.contactpage .f-contact ul li i{ color:#000}
.contactpage .f-contact ul li, .contactpage .f-contact ul li a {
	color: #000
}

.contact-form .form {
	margin-top: 25px;
}
.contact-form .form label {
	margin-top: 15px;
}
.contactpage .map {
	margin-top: 35px;
}
/*FAQ*/
.fa-caret-right {
	transition: all .4s ease;
}
.active .fa-caret-right {
	transform: rotate(90deg);
}
#customtab h4 {
	cursor: pointer;
	font-weight: 400;
	font-size: 18px;
}
#customtab .card {
	margin: 10px 0;
	border: 1px solid rgba(0,0,0,.09);
}
#customtab .card-header {
	border-bottom: 0;
}
/*Service Page*/
.servicepage{ padding-bottom:85px;}
.servicelist {
	margin: 15px 0
}
.servicelist-thumb {
	overflow: hidden;
}
.servicelist-thumb img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	opacity: 1
}
.servicelist-thumb:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.servicelist-cont {
	padding: 15px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-top: 0;
}
.servicelist h5 {
	margin-bottom: 15px;
}
.servicelist p {
	font-weight: 300
}
.servicelist .btn {
	margin-top: 0;
	text-transform: none
}
.servicedetais img {
	margin-bottom: 15px;
}
/*Project Page*/
.projectholder{ padding-bottom:85px;}
.projectlist {
	margin: 15px 0
}
.projectlist-thumb {
	overflow: hidden;
}
.projectlist-thumb img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	opacity: 1
}
.projectlist-thumb:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.projectlist-cont {
	padding: 15px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-top: 0;
}
.projectlist h5 {
	margin-bottom: 5px;
}
.projectlist p {
	font-weight: 300;
	font-size: 14px;
}
.projectlist .btn {
	margin-top: 0;
	text-transform: none
}
.projectlist img {
	margin-bottom: 0px;
}
/* Media gallery*/

.gallery-item {
	margin: 15px 0;
	text-align: center;
	border: 1px solid #eee;
	padding: 10px;
}
gallery-item-thumb {
	height: 220px;
	overflow: hidden
}
.gallery-item-thumb img:hover {
	opacity: 0.9
}
.gallery-item p {
	margin: 10px 0 0;
	color: #000;
}
.videogallery .gallery-item-thumb {
	height: auto;
}
.videogallery .gallery-item-thumb iframe {
	width: 100%;
	height: 400px;
}
.videogallery .gallery-item-thumb img {
	margin-bottom: 5px;
}
.videogallery .gallery-item p {
	margin: 5px 0 0 0;
}
/*Portfolio*/

.phitem {
	background: #2164A6;
	padding:25px 15px;
	border: 1px solid #2164A6;
	
	vertical-align: middle;
	border-radius: 5px;
}
.p-highlights p {
	display: inline-flex;
	color: rgba(255,255,255,0.7);
}
.p-highlights p strong {
	font-weight: 600;
	line-height: 18px;
	padding-top: 10px;
	color: #fff
}
.p-highlights p i {
	color: #fff;
	margin: 5px 15px 0 0;
	font-size: 30px;
}
.p-highlights .col-12 {
	padding: 10px;
}
/*Testimonial*/
testimonial .title {
	text-align: left
}
testimonial .title .separator {
	margin-left: 0;
}
.testimonialitem {
	text-align: center
}
.testimonialitem p {
	display: flex;
	margin-top: 20px;
}
testimonialitem p:before {
	content: '\efcd';
	font-family: IcoFont;
	margin: 0 15px 0 0;
	font-size: 35px;
}
.testimonialitem h6 {
	margin-left: 0px;
	font-size: 18px;
}
.testimonialitem h6:before {
	content: '-';
	margin-right: 5px;
}
.testimonial .owl-theme .owl-controls {
	margin-top: 35px;
}
.testimonial .owl-theme .owl-controls i {
	background: #2164A6;
	color: #fff;
	padding: 4px 6px;
	font-size: 20px;
}
.testimonial .owl-theme .owl-controls i:hover {
	opacity: 0.9
}
.page .testimonialitem {
	text-align: left;
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 30px;
}
.page .testimonialitem h6 {
	margin-left: 50px;
	font-size: 18px;
}
.page .testimonialitem p:before {
	content: '\efcd';
	font-family: IcoFont;
	margin: 0 15px 0 0;
	font-size: 35px;
}
/*Project Testimonial*/
.ptestimonial .title {
	text-align: left
}
.ptestimonial .title .separator {
	margin-left: 0
}
.ptestimonialitem p {
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	display: flex;
	margin-top: 20px;
}
.ptestimonialitem p:before {
	content: '\efcd';
	font-family: IcoFont;
	margin: 0 15px 0 0;
	font-size: 35px;
}
.ptestimonialitem h6 {
	margin-left: 50px;
}
.ptestimonialitem h6:before {
	content: '-';
	margin-right: 5px;
}
/*Portfolio Gallery*/
.p-gallery .title {
	text-transform: uppercase;
}
.food-gallery-text{ display:none}
/*Recent Update Section*/
.blog-list {
	margin: 15px 0;
}
.blog-list h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.blog-list h3 a {
	color: #000;
	font-weight: 500
}
.blog-list h3 a:hover {
	color: #333
}
.blog-list .btn {
	margin-top: 0;
}
.blog-list p {
	line-height: 25px;
}
.blog-thumb {
	position: relative;
	overflow: hidden;
}
.blog-thumb img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.blog-thumb img:hover {
	position: relative;
	-webkit-transform: scale(1.1111);
	transform: scale(1.1111);
}
.blog-date {
	background: rgba(255,255,255,0.9);
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-align: center;
	line-height: 1;
	padding: 10px 13px;
}
.blog-date .date {
	font-size: 18px;
	font-weight: 600;
}
.blog-date .month {
	font-size: 12px;
	margin-top: 4px;
}
.blog-date .year {
	font-size: 16px;
	font-weight: 600;
	margin-top: 5px;
}
.blog-content {
	background: #f9f9f9;
	padding: 15px;
	border: 1px solid #eee;
	border-top: 0;
}
.blog-content h3 {
	font-size: 21px;
	margin-bottom: 5px;
}
.innerbloglist {
	border: 1px solid #eee;
}
.innerbloglist p.date {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.innerbloglist .btn {
	text-transform: none;
	padding: 10px 22px;
	letter-spacing: 0;
	font-size: 14px;
}
.download ul li {
	list-style: none;
	font-size: 20px;
	font-weight: 400;
	margin: 5px 0
}
.download ul li a {
	background: #f9f9f9;
	padding: 15px;
	border-left: 5px solid #555;
	display: block
}
.download ul li a:hover {
	opacity: 0.9
}
/*Design Ideas*/
.designideas h4 {
	font-size: 20px;
	padding: 15px;
	text-align: left;
	background: #2164A6;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.4)
}
.designideasholder .col-lg-4 {
	padding: 0 7px;
}
.designideasholder .gallery-item {
	padding: 5px;
	margin: 0 0 14px 0
}
/*Scroll Top Section*/ 


.return-to-top {
	padding: 7px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	font-size: 22px;
	cursor: pointer;
	z-index: 9;
	background: #D52828;
	color: #fff;
	font-size: 27px;
}
.return-to-top:hover {
	background: #D00B0B;
}
