html, body {
	height:100%;
}
body {
	color: #222;
	font-family: 'Lato', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
	padding: 0px !important;
	margin: 0px !important;
	font-size: 14px;
	background: url(../img/bgimage.png);
}
a, a:hover, a:focus {
	text-decorat4220ion: none;
	outline: none;
	color:#428bca;
}

header a {
	color: #000;
}

h3 > a {
	color:#0064A2 !important;
}

.main_box{
	box-shadow: 0 0 15px #acacac; 
}

.footer a, .footer h1  {
	color:#fff !important;	
}

p, h4, h5 {
	color:#000 !important;
}

.footer a, .footer p {
	color:#fff !important;	
}
::selection {
	background: #3bafda;
	color: #fff;
}

.unslider-active li:hover, li:focus {
	text-decoration: none;
	outline: none;
	color:#428bca !important;
}
::-moz-selection {
	background: #3bafda;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;/*font-family: 'Open Sans', sans-serif;*/
}

a {
	color: #000;
}

a:hover {
	color: #3bafda
}

p {
	line-height: 22px
}
/*header*/
.head-section {
	/*position:fixed;*/
	z-index:1000;
	width:100%;
	
}

.head-section .navbar {
	margin-bottom: 0;/*	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;s
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;*/
}

.navbar-default {
	border: none
}

.navbar-brand {
	color: #bcc0cd;
	font-size: 30px;
	font-weight: 100;
	line-height: 0px;
	margin-top: 15px;
	padding: 0;
}

.navbar-brand span {
	color: #3bafda
}

.head-section .navbar-collapse ul.navbar-nav {
	float: left;
	margin-right: 0;
	z-index: 199;
}

.head-section .navbar-default {
	background-color: #0e688a;
}

.head-section .nav li a, .head-section .nav li.active ul.dropdown-menu li {
	/*margin-top:5px !important;*/	
}

.head-section .nav li.active ul.dropdown-menu li a {
	/* color: #999; */
	font-size: 11.5px;
	font-weight: 600;
	background: none;
}

ul.dropdown-menu {
	border: none;
	background-color: #d52310 !important;
}

.head-section .navbar-nav > li:hover{
	border-top: 4px solid rgba(231,76,60,1);
	margin-top: -4px;
	background: #fff !important;
}

.head-section .navbar-nav > li.open > a{
	color: #810404 !important;
}

.head-section .navbar-nav > li:hover .navbar-nav > li > a{
	margin-top: -4px;
}

.head-section .nav li a:hover, .head-section .nav li a:focus, .head-section .nav li.active a, .head-section .nav li.active a:hover, .head-section .nav li a.dropdown-toggle:hover, .head-section .nav li a.dropdown-toggle:focus, .head-section .nav li.active ul.dropdown-menu li a:hover, .head-section .nav li.active ul.dropdown-menu li.active a {
	color: #e74c3c !important;
	background: #fff !important;
}

.head-section .navbar {
	min-height: auto
}

.head-section .navbar-nav > li {
	/*padding-bottom: 5px;
	padding-top: 10px;*/
}

.head-section ul.navbar-nav li:last-child() {
	margin-left: 10px !important
}

.head-section .navbar-nav > li > a {
	color: #fff !important;
	font-weight: 500;
	font-size: 14px;
	padding-top: 10px;
	padding: 10px 12px;
	position: relative;
	line-height: 20px;
	-webkit-transition: 0.25s all ease;
	-moz-transition: 0.25s all ease;
	-o-transition: .25s all ease;
	-ms-transition: 0.25s all ease;
	transition: 0.25s all ease;
}


.dropdown-menu li a:hover {
	color: #000 !important
}

.head-section .navbar-default .navbar-nav > .open > a .caret, .navbar-default .nav li.dropdown > a:focus .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
}

.dropdown-menu {
	box-shadow: none
}

.head-section .nav li .dropdown-menu {
	margin-top: 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 0;
	min-width: 100%;
}

.head-section .nav li .dropdown-menu li a {
	line-height: 24px;
	padding: 3px 12px;
	border-bottom: 1px solid #fff;
	font-size:13px;
	color:#fff;
	margin-top: 0 !important;
}
/*search*/
.search-li {
}

.search {
	margin-top: 3px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	width: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #fff;
	box-shadow: none;
	background: url("../img/search-icon.png") no-repeat 11px 12px;
	color: #000 !important;
	margin-left: 0;
	z-index:50000;
	overflow:hidden;
	position: absolute;
	right:-15px;
	top:80px;
	padding: 20px;
}

.search:focus {
	margin-top: 3px;
	width: 250px;
	border: 1px solid #eaeaea;
	box-shadow: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #000 !important;
	padding:0 0 0 40px;
	height:40px;
	font-weight: 300;
	margin-left: 20px;
	overflow:hidden;
	position: absolute;
	right:0;
}
/*homepage features*/
.feature-head {
	padding: 10px 0
}

.feature-head h1 {
	color: #797979;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 20px;
}

.feature-head p {
	color: #8a8b8b;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.f-box {
	background: #f4f4f4;
	padding: 20px;
	text-align: center;
	min-height: 210px;
	margin-bottom: 20px;
	transition-duration: 500ms;
	transition-property: width, background;
	transition-timing-function: ease;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
}

.f-box i {
	font-size: 50px;
	line-height: normal;
	margin-top: 40px;
	display: block;
	color: #3bafda;
}

.f-box:hover, .f-box.active {
	background: #3bafda;
	padding: 20px;
	text-align: center;
	min-height: 210px;
	margin-bottom: 20px;
	transition-duration: 500ms;
	transition-property: width, background;
	transition-timing-function: ease;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
}

.f-box:hover i, .f-box.active i {
	font-size: 50px;
	line-height: normal;
	margin-top: 40px;
	display: block;
	color: #fff;
}

.f-box:hover h2, .f-box.active h2 {
	color: #fff
}

.f-box h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
}

.f-text {
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
/*quote*/
.quote {
	margin: 40px 0 40px 0;
	display: inline-block;
	width: 100%;
}

.quote-info {
	padding: 20px;
	min-height: 72px;
	margin-top: 10px;
}

.quote-info h1 {
	color: #fff;
	font-weight: 400;
	font-size: 26px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.quote-info p {
	color: #9eb3c4;
	font-weight: 300;
	font-size: 16px;
	margin: 0 0 20px 0px;
}

.purchase-btn {
	width: 200px;
	height: 60px;
	line-height: 46px;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	transition-duration: 500ms;
	transition-property: width, background, color;
	transition-timing-function: ease;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
}

.purchase-btn:hover {
	background-color: #16a085;
	border: 1px solid #16a085;
	color: #fff;
	transition-duration: 500ms;
	transition-property: width, background, color;
	transition-timing-function: ease;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
}

.accordion {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
/*tabs*/
.tab {
	background: #fff
}

.tab .nav > li > a {
	padding: 12px 15px
}

.tab-bg-dark-navy-blue {
	background: #fafafa;
	border-bottom: none;
	padding: 0;
}

.tab-bg-dark-navy-blue .nav > li > a:hover, .tab-bg-dark-navy-blue .nav > li > a:focus {
	background-color: #f4f4f4;
	text-decoration: none;
}

.panel-heading .nav > li > a, .panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
	border-width: 0;
	border-radius: 0;
}

.panel-heading .nav > li > a {
	color: #000;
	background:#f4f4f4;
}

.panel-heading .nav > li.active > a {
	background:#fff;
	color:#428bca;
}

.panel-heading .nav > li > a:hover {
	color: #6f6f6f;
	background: #eee;
}

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
}

.tab .nav-tabs.nav-justified > li {
	border-right: 1px solid #f4f4f4
}

.tab .nav-tabs.nav-justified > li:last-child {
	border-right: none
}

.p-head {
	color: #3bafda;
	font-size: 14px;
	font-weight: 400;
}

.cmt-head {
	font-size: 14px;
	font-weight: 400;
	color:#000;
}

.p-thumb img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 50px;
	width: 50px;
}
/*testimonial*/
.about-testimonial ul li {
	list-style: none
}

.about-testimonial {
	margin: 20px 0 0 0;
	position: relative;
}
ul.about-flex-slides {
	margin-left: 0
}

.flex-direction-nav {
	position: absolute;
	right: 10px;
	top: 30px;
	width: 70px;
}

.flex-direction-nav li {
	display: inline-block;
	width: 12px;
}

.flex-direction-nav li a {
	outline: none
}

.flex-direction-nav li a i {
	color: #cccccc
}

.flex-control-paging {
	display: none
}

.about-carousel {
	margin-top: 8px
}

.about-testimonial .about-testimonial-image {
	float: left;
	margin: 0 15px;
	position: relative;
}

.about-testimonial .about-testimonial-image img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.about-flexslider .about-flex-slides img {
	display: block;
	width: 100%;
}

.about-testimonial a.about-testimonial-author {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 17px;
	margin: 30px 0 8px 0;
	color: #504946;
	font-weight: 300;
}

.about-testimonial .about-testimonial-company {
	display: block;
	font-size: 13px;
	line-height: 14px;
	color: #ababab;
	font-weight: 300;
}

.about-testimonial.boxed-style .about-testimonial-content {
	background-color: #fff;
	margin-right: 1px;
	border: 1px solid #e9e9e9;
}

.about-testimonial .about-testimonial-content {
	margin-top: 55px;
	padding: 20px;
	position: relative;
}

.about-testimonial .about-testimonial-content p {
	line-height: 20px;
	margin: 0;
}

.about-testimonial.boxed-style .about-testimonial-content:before {
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	top: -8px;
	content: "";
	display: block;
	height: 14px;
	left: 60px;
	position: absolute;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 15px;
	display: none\0/;
	_display: none;
}
/*----image hove----*/
.view {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff;
}

.view .mask, .view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.view img {
	display: block;
	position: relative;
}

.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 16px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 5px 0 0 0;
}

.view p {
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
	margin-bottom: 10px;
}

.view a.info {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
}

.view a.info:hover {
	background-color: #3bafda
}

.mask a i {
	color: #fff !important;
	font-size: 16px;
}

.view-tenth img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.view-tenth .mask {
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.view-tenth h2 {
	background: transparent;
	margin: 0px 10px;
	-webkit-transform: scale();
	-moz-transform: scale();
	-o-transform: scale();
	-ms-transform: scale();
	transform: scale();
	color: #333;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.view-tenth p {
	color: #333;
	line-height: normal;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale();
	-moz-transform: scale();
	-o-transform: scale();
	-ms-transform: scale();
	transform: scale();
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.view-tenth a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale();
	-moz-transform: scale();
	-o-transform: scale();
	-ms-transform: scale();
	transform: scale();
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.view-tenth:hover img {
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-o-transform: scale(5);
	-ms-transform: scale(5);
	transform: scale(5);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=.5);
	opacity: .5;
}

.view-tenth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.view-tenth:hover h2, .view-tenth:hover p, .view-tenth:hover a.info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/*imageview icon hover*/
[data-zlname] {
	position: relative;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*IMGS IN CONTAINER*/
[data-zlname] > img {
	display: block;
	max-width: 100%;
}
/*POP UP ELEMENTS*/
[data-zlname] [data-zl-popup] {
	position: absolute;
	display: block;
	padding: 1px;
	height: 40px;
	width: 40px;
	background: #323231;
	color: #fff;
	overflow: hidden;
	display: none;
	text-align: center;
}
/*OVERLAY*/
/*classic*/
[data-zl-overlay] {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	padding: inherit;
}
/*four*/
[data-zl-ovzoom0], [data-zl-ovzoom1], [data-zl-ovzoom2], [data-zl-ovzoom3] {
	position: absolute;
	width: 25%;
	height: 100%;
}
/*rolling*/
[data-zl-ovrolling] {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}
/*double*/
[data-zl-ovdouble0], [data-zl-ovdouble1] {
	position: absolute;
	display: none;
}
/*-------*/
[data-zlname = reverse-effect] [data-zl-popup = link] {
	background: rgba(256, 256, 256, 1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
[data-zlname = reverse-effect] [data-zl-popup = link2] {
	background: rgba(256, 256, 256, 1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
[data-zlname = reverse-effect] [data-zl-popup = link]:hover, [data-zlname = reverse-effect] [data-zl-popup = link2]:hover {
	opacity: .5
}

.bx-wrapper {
	padding-bottom:10px;
}
/*pricing table*/
.price-two-container {
	margin-bottom: 50px;
	margin-top: 15px;
}

.mar-two {
	margin-bottom: 3px
}

.service-price-one h1 {
	margin-top: 30px;
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.pricing-table {
	background: #fff;
	text-align: center;
	margin: 0 -8px 30px;
	padding: 0 0 25px 0;
	border: 1px solid #eee;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.pricing-table.most-popular {
	top: -20px;
	position: relative;
}

.most-popular {
	background: #3bafda;
	color: #fff;
	border: 1px solid #16a085;
}

.most-popular h1 {
	font-size: 25px !important;
	padding-bottom: 10px;
	padding-top: 17px !important;
}

.most-popular h2 {
	background: #16a085 !important;
	margin-top: 20px !important;
}

.most-popular ul li {
	border-bottom: 1px dotted #fff !important
}

.most-popular .price-actions .btn {
	background: #f35958 !important;
	margin: 10px 0;
	cursor: pointer;
}

.pricing-table .price-actions .btn {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 4px;
	background: #3bafda;
	color: #fff;
	border: none;
	box-shadow: none;
	text-shadow: none;
	padding: 10px 20px;
	width: 90%;
	cursor: pointer;
}

.pricing-head h1 {
	font-size: 20px;
	font-weight: 300;
	padding-top: 15px;
}

.pricing-head h2 {
	padding: 30px 0;
	background: #EEC;
	font-size: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-weight: 100;
}

.pricing-table ul {
	margin: 15px 0;
	padding: 0;
}

.pricing-table ul li {
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 2em;
	padding: 1em 0;
	text-align: center;
	font-weight: 300;
}

.pricing-head span.note {
	display: inline;
	font-size: 25px;
	line-height: 0.8em;
	position: relative;
	top: -18px;
}

.pricing-quotation, .team-info {
	background: #EEEEEE;
	padding: 20px 20px 35px 20px;
	margin-bottom: 100px;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pricing-quotation h3, .team-info h3 {
	font-weight: 300
}

.pricing-quotation p, .team-info p {
	margin-bottom: 0px
}

.pricing-plan, .team-info-wrap {
	position: relative
}

.pricing-quotation:before, .team-info:before {
	background-color: #EEEEEE;
	border-color: #EEEEEE;
	border-image: none;
	border-right: 1px solid #EEEEEE;
	border-style: none;
	top: -7px;
	content: "";
	display: block;
	height: 14px;
	left: 48%;
	position: absolute;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 15px;
}

.breadcrumbs {
	background: #f5f5f5;
	color: #fff;
	padding: 10px 15px;
	margin: 0px -15px 5px -15px;
	border-bottom: 1px solid #004A89;
}

.breadcrumb {
	margin-bottom: 0;
	background: none;
	padding: 6px 15px;
}

.breadcrumb li a {
	color: #3bafda
}

.breadcrumb li.active {
	color: #3a3a3a;
}

.breadcrumbs h1 {
	font-size: 20px;
	margin: 3px 0 0;
	text-transform: none;
	color: #004A89;
	font-weight: 500;
	padding: 4px 0px;
}
/*contact*/
.contact-map {
	margin-top: 40px;
	margin-bottom: 40px;
}

.contact-form {
	margin-bottom: 20px
}

.address h4 {
	color: #797979;
	margin-top: -3px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
section.contact-infos {
	border: 1px solid #eee;
	margin-bottom: 15px;
	padding: 10px;
}
/*about us*/
.about-us img {
	width: 100%
}

.about ul {
	line-height: 25px
}

.carousel-control.left, .carousel-control.right {
	background: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.carousel-control {
	background: #000000 !important;
	bottom: 40%;
	color: #FFFFFF;
	font-size: 20px;
	left: 0;
	line-height: 53px;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	top: 40%;
	width: 10%;
}

.carousel-control:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.carousel-control:hover, .carousel-control:focus {
	opacity: 0.6
}

.carousel-caption {
	background: rgba(0, 0, 0, 0.6);
	padding-bottom: 0px;
	bottom: 0;
	color: #FFFFFF;
	left: 0 !important;
	padding-bottom: 5px;
	padding-top: 10px;
	position: absolute;
	right: 0 !important;
	text-align: center;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	z-index: 10;
}

.carousel-caption p {
	text-align: center
}

.about h3 {
	color: #475168;
	margin-top: 4px;
}

.icon-wrap {
	font-size: 2em;
	height: 60px;
	width: 60px;
	float: left;
	line-height: 60px;
	text-align: center;
	color: #fff;
	margin-right: 30px;
}

.ico-bg {
	background: #3bafda
}

.round-five {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.round-fifty {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	margin-left: 40%;
	margin-top: -25px;
}

.content h3, .media h3 {
	margin-top: 0;
	color: #475168;
	font-size: 20px;
}

.media h3 {
	margin-top: 20px
}

.media-body h4 {
	font-size: 16px;
	color: #475168;
}

.media-body a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.hiring, .services {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

.price-container-service {
	margin-top: 30px;
	padding-bottom: 30px;
}

.service-price-one {
	padding-bottom: 10px
}

.hiring {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 30px;
}

.hiring h2 {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.gray-box {
	background: #f2f2f2;
	padding: 30px 0;
	margin-bottom: 15px;
}

.progress {
	background-color: #E1E1E1
}

.flexslider {
	background: none;
	border: none;
}

.about-skill-meter .sr-only {
	position: static !important
}

.about-skill-meter .progress-bar {
	background-color: #e1e1e1;
	text-align: left;
}

.about-skill-meter .progress {
	height: 30px;
	box-shadow: none;
	line-height: 30px;
}

.about-skill-meter .progress-bar-danger {
	box-shadow: none
}

.skills {
	margin-bottom: 25px;
	color: #47506a;
	font-size: 20px;
}
/*team*/
.person {
	margin-bottom: 10px
}

.person img {
	width: 210px;
	height: 210px;
	border-radius: 1%;
	-webkit-border-radius: 1%;
	-moz-border-radius: 1%;
}

.team-social-link {
	display: block;
	margin: 10px 0 5px 0;
	text-align: center;
}

.team-social-link a {
	display: inline-block !important;
	color: #cac8c7;
	font-size: 20px;
	border: 1px solid #eee;
	padding-right: 8px;
	padding-left: 8px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.team-social-link a:hover {
	color: #3bafda;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.person-info h4, .person-info h4 a {
	color: #f37c6b;
	font-weight: 300;
	margin-bottom: 5px;
}

.mtop30 {
	margin-top: 30px
}
/*typography*/
.highlight-1 {
	background: #a0d468;
	color: #FFFFFF;
}

.highlight-2 {
	background: #656d78;
	color: #FFFFFF;
}

.highlight-3 {
	background: #Ffce54;
	color: #242424;
}

.dropcap {
	background-color: #666666;
	color: #FFFFFF;
	float: left;
	font-size: 30px;
	line-height: 30px;
	margin: 4px 8px 0 0;
	padding: 5px 10px;
	text-align: center;
}

.dropcap2 {
	background-color: #666666;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #FFFFFF;
	float: left;
	font-size: 35px;
	height: 41px;
	line-height: 25px;
	margin: 3px 8px 0 0;
	padding: 10px;
	text-align: center;
}
/*buttons*/
.btn-row {
	margin-bottom: 30px
}
/*blog*/
.blog-item {
	margin-bottom: 40px;
	padding-top: 10px;
	border-top: 1px dashed #ddd;
}
/*blog-2-col*/
.blog-left {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.blog-left .btn {
	margin-left: 20px;
	margin-bottom: 20px;
}

.blog-right {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.blog-right .btn {
	margin-left: 20px;
	margin-bottom: 20px;
}

.blog-two-info {
	padding: 15px 10px 0 20px
}

.blog-two-info .label-info {
	background-color: #3bafda;
	opacity: .7;
	margin-right: 4px;
}

.blog-content {
	padding: 0 20px
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.single-video {
	padding-bottom: 43% !important
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*blog 2*/
.date-wrap, .comnt-wrap {
	margin-bottom: 20px
}

.date-wrap span, .comnt-wrap span {
	display: block;
	padding: 5px 0;
	text-align: center;
}

.date-wrap .date {
	font-size: 20px;
	font-weight: 300;
	background: #3bafda;
	color: #fff;
	border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	-moz-border-radius: 1px 1px 0 0;
}

.date-wrap .month {
	font-size: 16px;
	font-weight: 300;
	background: #f6f5f0;
	color: #a19fa2;
	border-radius: 0 0 1px 1px;
	-webkit-border-radius: 0 0 1px 1px;
	-moz-border-radius: 0 0 1px 1px;
}

.comnt-wrap .comnt-ico {
	background: #efeee9;
	color: #a0a0a0;
	border-radius: 1px 1px 0 0;
	-webkit-border-radius: 44px;
	font-size: 20px;
}

.comnt-wrap .value {
	background: #f6f5f0;
	color: #a0a0a0;
	border-radius: 0 0 1px 1px;
	-moz-border-radius: 0 0 1px 1px;
	-webkit-border-radius: 0 0 1px 1px;
}

.blog-img img {
	width: 100%;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}

.blog-item h1, .blog-item h1 a {
	font-size: 25px;
	color: #3bafda;
	font-weight: 300;
}

.blog-item h1 {
	margin-bottom: 20px;
	line-height: 35px;
}

.blog-item h1 a:hover {
	text-decoration: none
}

.author {
	margin: 5px;
	font-size: 16px;
}

.author a, .st-view a {
	color: #3bafda
}

.st-view {
	margin-top: 20px
}

.st-view ul li {
	margin-bottom: 5px
}

.blog-side-item h3 {
	margin-top: 30px;
	color: #475268;
	font-size: 18px;
}

.blog-side-item ul li {
	margin-bottom: 5px;
	border-bottom: 1px solid #efefef;
	line-height: 35px;
}

.blog-side-item ul li a {
	display: inline-block;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.media p {
	line-height: normal
}
ul.tag {
	display: inline-block;
	width: 100%;
}
ul.tag li {
	float: left;
	margin: 0px 5px 0 0;
	border-bottom: none;
	padding-top:;
	list-style: none;
}
ul.tag li a {
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	line-height: 15px;
	padding: 5px;
	border-radius: 1px 1px 10px 1px;
	-moz-border-radius: 1px 1px 10px 1px;
	-webkit-border-radius: 1px 1px 10px 1px;
}

.media img.media-object {
	border-radius: 3%;
	-moz-border-radius: 3%;
	-webkit-border-radius: 3%;
	height: 80px;
	width: 80px;
}
/*footer*/
.footer {
	background: #08243f;
	color: #fff;
	padding: 20px 0 0;
	display: inline-block;
	width: 100%;
	font-weight: 300;
}

.footer h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
}

.footer address a {
	color: #3bafda
}

.tweet-box {
	background: #505b71;
	padding: 8px 15px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-bottom: 1px solid #636F79;
	font-size: 14px;
}

.tweet-box:before {
	background-color: #505b71;
	border-color: #505b71;
	border-image: none;
	border-right: 1px none #505b71;
	border-style: none;
	content: "";
	display: block;
	height: 22px;
	left: 60px;
	position: absolute;
	top: 32px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 22px;
}

.tweet-box a, .tweet-box i {
	color: #00adef
}

.tweet-box a:hover {
	color: #3bafda
}

.tweet-box i {
	font-size: 40px;
	float: left;
	margin-right: 15px;
}

.social-link-footer li {
	float: right;
	margin: 5px 10px 5px 0px;
	padding-bottom: 5px;
}

.social-link-footer li a {
	color: #fff;
	background: #505b71;
	padding: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	float: left;
	text-align: center;
	font-size: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.social-link-footer li a:hover {
	background: #3bafda;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.copyright {
	color: #fff;
	padding-top: 15px;
}

.copyright p {
	color: #fff !important;
}

.page-footer {
	padding: 0% 13%
}

.page-footer h1 {
	padding-left: 4%
}
ul.page-footer-list {
	list-style: none;
	padding: 0px 10px;
}
ul.page-footer-list li {
	line-height: 35px;
	border-bottom: 1px dashed #636F79;
}
ul.page-footer-list a {
	color: #fff
}
ul.page-footer-list li i {
	padding-right: 10px
}

.footer-small {
	background-color: #2C3E50;
	margin-top: -6px;
	padding-top: 5px;
}

.text-footer {
	padding-left: 10px;
	margin-left: 10px;
}

.text-footer p {
	text-align: left
}

.address p {
	text-align: left;
	margin-bottom: 10px;
}
/*slider css*/
.main-slider {
	background: #475168;
	color: #fff;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.slider-colored {
	z-index: 1;
	position: relative;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.slide_title {
	font-weight: 300;
	color: #3bafda;
	text-transform: uppercase;
	font-size: 35px;
}

.slide_subtitle {
	font-weight: 400;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}

.slide_list_item {
	font-weight: 400;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.slide_desc {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
}

.slide_desc_bordered {
	border-left: 3px solid #ddd !important;
	padding-left: 5px;
}

.slide_btn {
	font-weight: 300;
	background: #3bafda;
	padding: 15px 20px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.slide_btn:hover, .slide_btn:focus {
	font-weight: 300;
	background: #16a085;
	padding: 15px 20px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.dark-text {
	color: #797d87
}

.yellow-txt {
	color: #ffe582
}
#home-services {
	text-align: center
}
#home-services h2 {
	margin-bottom: 65px;
	text-transform: uppercase;
	margin-top: 45px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 25px;
}

.h-service {
	border: 1px solid #eee;
	margin-bottom: 25px;
}
#home-services .h-service-content h3 {
	padding-top: 40px;
	text-align: center;
}

.h-service-content p {
	text-align: center;
	padding: 5px 5px 20px;
}

.h-service-content a {
	color: #e74c3c;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.h-service-content a:hover {
	color: #16a085
}
/*recent work*/
.recent h3 {
	text-align: center;
	/*margin-bottom: 20px;*/
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 5px;
	margin-bottom: 20px;/*text-align: center;*/
}

.recent p {
	text-align: center;
	text-transform:uppercase;
	margin-bottom: 25px;
}

.recent {
	margin-bottom: 20px;
}

.bx-wrapper {
	position: relative
}

.bx-wrapper .bx-controls-direction a {
	background-color: #f7f7f7;
	position: absolute;
	top: 25px;
	outline: 0;
	width: 24px;
	height: 24px;
	z-index: 9;
	text-indent: -9999px;
}
/*property*/
.property {
	padding: 10px 0;
	margin-bottom: 60px;
	background-color: #fafafa;
}

.bg-lg {
	background:#f9f9f3
}

.gray-bg {
	background: #f9f9f3
}

.property h1 {
	color: #475168;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px;
}

.property hr {
	border-color: #dfdcdf
}

.property i {
	color: #3bafda
}
a.btn-purchase {
	background: #475168;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px padding: 20px 40px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a.btn-purchase:hover, a.btn-purchase:focus {
	background: #3bafda;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/*clients*/
.clients {
	padding: 0 0 30px
}

.clients h2 {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.clients ul li {
	display: inline-block;
	margin: 10px 30px;
}

.clients ul li:hover {
	background-color: #f7f7f7;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.our-clients {
	position: relative;
	margin-top: 15px;
}

.our-clients h2 {
	margin-top: 3px;
	margin-bottom: 10px;
}

.clients-list {
	margin: 0
}

.clients-list li {
	background: #fafafa !important;
	position: relative;
}

.clients-list li img.color-img {
	top: 10px;
	left: 55px;
	display: none;
	position: absolute;
}

.clients-list li:hover img.color-img {
	display: block;
	text-align:center;
}
/*portfolio*/
.pf-img img {
	width: 100%;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.pf-detail {
	padding-bottom: 15px;
	font-size: 15px;
}

.pf-detail p {
	font-family: 'Lato', sans-serif;
}

.pf-list {
	line-height: 30px;
	font-size: 15px;
}

.pf-list i {
	color: #c7c7c7
}

.image-caption a {
	padding: 10px 15px
}

.pad-ten {
	padding-bottom: 30px
}

.title {
	margin-top: 40px
}
/*Photo Gallery*/
#gallery {
	margin: auto;
	position: relative;
	width: 100%;
}
#gallery h2 {
	color: #fff;
	padding-top: 30px;
}

.gallery-container {
	margin: 0 auto 40px auto;
	position: relative;
	width: 100%;
}

.col-4 .item {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.col-4 .item img {
	height: 230px
}
ul#filters {
	display: inline-block;
	width: 100%;
	margin: 25px 0 25px 0;
}
ul#filters li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul#filters li a {
	background: #E2E0E1;
	padding: 10px 15px;
	display: inline-block;
	color: #7D797A;
	outline: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition-duration: 500ms;
	transition-property: width, background;
	transition-timing-function: ease;
	-moz-transition-duration: 500ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
}
ul#filters > li > a:hover, ul#filters > li > a:focus, ul#filters > .active > a, ul#filters > .active > span {
	background: #3bafda;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition-duration: 500ms;
	transition-property: width, background;
	transition-timing-function: ease;
	-moz-transition-duration: 500ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
}

.item img {
	width: 100%;
	height: 100%;
}

.text-grid a {
	color: #fff
}

.text-grid div {
	padding: 0 10px
}

.text-grid p {
	margin-bottom: 10px
}
/*parallax*/
.parallax1 {
	background-size: cover;
	width: 100%;
	min-height: 400px;
	background-color: #3bafda;
	font-style: italic;
}

.parallax1 h1 {
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	line-height: 40px;
	margin-top: 160px;
}
/*newsletter*/
#newsletter {
	background-color: #3bafda;
	padding: 60px 0;
}
#newsletter p.lead {
	color: white;
	padding-top: 0px;
	margin-top: -5px;
}
#newsletter input {
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-left: -1px;
}
#newsletter-faq p.lead {
	color: white;
	padding-top: 6px;
}
#newsletter-faq input {
	border: none;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	margin-left: -1px;
}

.btn.btn-inverse {
	background-color: #475168;
	color: #fff;
	height: 45px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-inverse:hover {
	background-color: #415b76;
	color: #fff;
	height: 45px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.newsletter-input {
	height: 45px
}

.btn-nl {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.btn-nl:hover {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.wh-bg {
	background-color: #fff;
	padding: 15px;
	margin: 35px 0;
	border: 1px solid #eee;
	z-index: 20;
}

.position {
	text-align: center
}

.wh-bg h3 {
	text-align: center
}
/*faq*/
#newsletter-faq {
	padding: 72px 0;
	background: url("../img/tg-black-bg.png") no-repeat fixed top rgba(0, 0, 0, 0.7);
	height: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#faq-other mark {
	background: #3bafda;
	color: #fff;
}

.faq-square {
	margin: 40px 0 20px
}
/*registration*/
.registration-bg {
	margin-top: -40px;
	background-color: #f1f2f7;
}
/*login*/
.login-page {
	min-width: 25%;
	max-width: 25%;
	padding: 35px 30px 30px;
	background: #fcfcfc;
	border: solid 1px #eee;
	margin: 40px auto;
	border: 17px solid #eee;
}

.gr-bg {
	background-color: #3bafda;
	margin-top: -40px;
	margin-bottom: -50px;
}
#btn-login {
	background-color: #3bafda;
	border: none;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	font-size: 17px;
}
#btn-fblogin {
	background-color: #3B5998;
	border: none;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	font-size: 17px;
}

.panel {
	z-index: 100;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.panel-heading {
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
	background-color: #3bafda;
	border: 1px solid #eee;
}

.panel-info>.panel-heading {
	color: #eee;
	background-color: #3bafda;
}

.panel-info>.panel-heading a:hover {
	color: #eee
}

.panel-body {
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: 1px solid #eee;
	background:#fff;
}

.form-control {
	border: 1px solid #d9d9d9;
	border-radius: 2px;
}

.form-control:focus {
	border: none;
	border: 1px solid #d9d9d9;
}

.input-group-addon {
	border: border: 1px solid #d9d9d9;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
#signupbox {
	margin-bottom: 20px
}
#btn-signup {
	background-color: #3bafda;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: none;
	font-size: 17px;
}
#signinlink:hover {
	color: #fff
}
#btn-fbsignup {
	background-color: #3B5998;
	border: none;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	font-size: 17px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#btn-twsignup {
	background-color: #52D2D8;
	border: none;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	font-size: 17px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#searchÂ id="search" {
	background-color: #fff
}

.btn-lg {
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#owl-demo {
	margin-bottom: 15px
}
#owl-demo .item {
	margin: 3px
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
/*login*/
/*login page*/
.login-body {
	background-color: #f1f2f7
}

.form-signin {
	max-width: 330px;
	margin: 50px auto 50px;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.form-signin h2.form-signin-heading {
	margin: 0;
	padding: 20px 15px;
	text-align: center;
	background: #3bafda;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

.form-signin .checkbox {
	margin-bottom: 14px
}

.form-signin .checkbox {
	font-weight: normal;
	color: #b6b6b6;
	font-weight: 300;
}

.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: 38px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	z-index: 2
}

.form-signin input[type="text"], .form-signin input[type="password"] {
	margin-bottom: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #eaeaea;
	box-shadow: none;
	font-size: 12px;
}

.form-signin .btn-login {
	background: #3bafda;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.form-signin .btn-login:hover {
	background: #37BC9B;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.form-signin p {
	text-align: center;
	color: #b6b6b6;
	font-size: 16px;
	font-weight: 300;
}

.form-signin a {
	color: #41cac0
}

.form-signin a:hover {
	color: #b6b6b6
}

.login-wrap {
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.login-social-link {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 15px;
}

.login-social-link a {
	color: #fff;
	padding: 15px 28px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}

.login-social-link a:hover {
	color: #fff
}

.login-social-link a i {
	font-size: 20px;
	padding-right: 10px;
}

.login-social-link a.facebook {
	background: #5D9CEC;
	margin-right: 15px;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-bottom: 2px;
	float: left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.login-social-link a.facebook:hover {
	background: #4A89DC;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.login-social-link a.twitter {
	background: #4FC1E9;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float: left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.login-social-link a.twitter:hover {
	background: #3BAFDA;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.form-wrapper {
	padding-bottom: 70px
}

.login-bg {
	margin-top: -40px;
	margin-bottom: -50px;
	background-color: #f1f2f7;
}

.modal-content {
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}

.modal-input {
	border: 1px solid #eee
}

.modal-input:focus {
	border: 1px solid #eee
}

.panel-faq {
}
#accordion .panel-heading-faq {
	border: 1px solid #c7c7c7
}
#accordion .panel-body {
	border-width: 0px 1px 1px 1px;
	border-color: #c7c7c7;
	border-style: solid;
	background-color: #fff;
}
#accordion .panel {
	box-shadow: none;
	border: none;
}

.panel-group .panel {
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}

.headline {
	display: block;
	margin: 10px 0 25px 0;
}

.margin {
	margin-bottom: 20px
}

.add li {
	margin-bottom: 6px
}
ul.unstyled, ol.unstyled {
	margin-left: 0;
	list-style: none;
}
#heading {
	text-align: center
}
#heading p {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.thumbnail {
	position: relative;
	padding: 0px;
	margin-bottom: 30px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}

.thumbnail img {
	width: 100%
}

.profile {
	margin-top: 20px
}

.profile h2 {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 40px;
}

.about-hiring {
	padding-bottom: 15px
}

.height {
	height: 40px
}

.skill_bar_progress {
	width: 0%;
	padding-left: 10px;
	padding-top: 4px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	color: #fff;
	height: 100%;
	background: #3bafda;
}

.skill_bar {
	width: 100%;
	height: 30px;
	background: #e1e1e1;
	margin-bottom: 20px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	overflow: hidden;
}
#progressbar {
	width: 100%;
	clear: both;
}
#progress {
	background: #3bafda; /*-- Color of the bar --*/
	width: 0%;
	color: #fff;
	padding-left: 8px;
	max-width: 100%;
	float: left;
	-webkit-animation: progress 2s 1 forwards;
	-moz-animation: progress 2s 1 forwards;
	-ms-animation: progress 2s 1 forwards;
	animation: progress 2s 1 forwards;
}
@-webkit-keyframes progress {
	from {
	}
	to {
		width: 70%
	}
}
@-moz-keyframes progress {
	from {
	}
	to {
		width: 36%
	}
}
@-ms-keyframes progress {
	from {
	}
	to {
		width: 36%
	}
}
@keyframes progress {
	from {
	}
	to {
		width: 36%
	}
}
/* carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px 0px 0px;
}
/* Control buttons  */
#quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
	left: -12px
}
/* Next button  */
#quote-carousel .carousel-control.right {
	right: -12px !important
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
	background: #c0c0c0
}
#quote-carousel .carousel-indicators .active {
	background: #333333
}
#quote-carousel img {
	width: 250px;
	height: 100px;
}
/* End carousel */
.item blockquote {
	border-left: none;
	margin: 0;
}

.item blockquote img {
	margin-bottom: 10px
}

.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
/**
  MEDIA QUERIES
  */
  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) {
  	#quote-carousel {
  		margin-bottom: 0;
  		padding: 30px;
  	}
  }
  /* Small devices (tablets, up to 768px) */
  @media (max-width: 768px) {
  	/* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  	#quote-carousel .carousel-indicators {
  		bottom: -20px !important
  	}
  	#quote-carousel .carousel-indicators li {
  		display: inline-block;
  		margin: 0px 5px;
  		width: 15px;
  		height: 15px;
  	}
  	#quote-carousel .carousel-indicators li.active {
  		margin: 0px 5px;
  		width: 20px;
  		height: 20px;
  	}
  }
  #filters {
  	margin: 1%;
  	padding: 0;
  	list-style: none;
  }
  #filters li {
  	float: left
  }
  #filters li span {
  	display: block;
  	padding: 5px 20px;
  	text-decoration: none;
  	color: #666;
  	cursor: pointer;
  }
  #filters li span.active {
  	background: #3bafda;
  	color: #fff;
  }
  #portfoliolist-three .portfolio {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	width: 32%;
  	margin-right: 1%;
  	margin-bottom: 1%;
  	display: none;
  	float: left;
  	overflow: hidden;
  }
  #portfoliolist .portfolio {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	width: 24%;
  	margin-right: 1%;
  	margin-bottom: 1%;
  	display: none;
  	float: left;
  	overflow: hidden;
  }
  .portfolio-wrapper {
  	overflow: hidden;
  	position: relative !important;
  	background: #666;
  	cursor: pointer;
  }
  .portfolio img {
  	max-width: 100%;
  	position: relative;
  }
  span.filter {
  	border-radius: 3px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  }
  /* #Tablet (Portrait) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
  	.container {
  		width: 870px
  	}
  }
  /*  #Mobile (Portrait) - Note: Design for a width of 320px */
  @media only screen and (max-width: 767px) {
  	.container {
  		width: 95%
  	}
  	#portfoliolist .portfolio {
  		width: 97%;
  		margin: 2%;
  	}
  	#portfoliolist-three .portfolio {
  		width: 97%;
  		margin: 2%;
  	}
  }
  /* #Mobile (Landscape) - Note: Design for a width of 480px */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
  	.container {
  		width: 95%
  	}
  }
  .portfolio-hover {
  	position: relative;
  	overflow: hidden;
  }
  .portfolio-hover .icon {
  	background-color: #000;
  	border-radius: 50px;
  	-webkit-border-radius: 50px;
  	-moz-border-radius: 50px;
  	opacity: .7;
  	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-ms-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	transition: all .3s ease;
  }
  .image-caption {
  	position: absolute;
  	top: 0;
  	right: 0;
  	background: rgba(0, 0, 0, 0.5);
  	width: 100%;
  	height: 100%;
  	padding-top: 35%;
  	display: none;
  	text-align: center;
  	color: #fff !important;
  	z-index: 2;
  }
  .price-container {
  	margin-top: -40px;
  	margin-bottom: -50px;
  }
  .price-one h1 {
  	padding-top: 10px
  }
  .price-one p {
  	text-align: center;
  	padding-bottom: 40px;
  }
  .taglist {
  }
  /*pricing table*/
  .pricing-table-two {
  	background-color: #fff;
  	border-radius: 1px;
  	-webkit-border-radius: 1px;
  	-moz-border-radius: 1px;
  	padding: 7px 0;
  	margin: 20px -5px;
  	border: 1px solid #eee;
  }
  .pricing-table-two .title {
  	font-size: 24px;
  	padding: 15px 20px;
  	color: #000000;
  }
  .pricing-table-two .price {
  	color: #E74c3c
  }
  .pricing-table-two .desc {
  	padding: 5px 20px
  }
  .pricing-table-two .inner {
  	padding: 0 10px
  }
  .pricing-table-two ul.items {
  	list-style: none;
  	padding-left: 0;
  	margin: 0 8px;
  	margin-top: 14px;
  	margin-bottom: 17px;
  }
  .pricing-table-two ul.items li {
  	margin-bottom: 5px;
  	padding: 13px 15px;
  	border-radius: 1px;
  	-webkit-border-radius: 1px;
  	-moz-border-radius: 1px;
  	clear: both;
  }
  .pricing-table-two ul.items li.available {
  	background-color: #f2f4f5
  }
  .pricing-table-two ul.items li .icon-holder {
  	display: inline-block;
  	vertical-align: top;
  	font-size: 18px;
  	padding-left: 13px;
  	position: relative;
  	padding-top: 3px;
  }
  .pricing-table-two ul.items li .desc {
  	display: inline-block;
  	width: 85%;
  }
  .pricing-table-two ul.items li .checkbox label {
  	padding-left: 2px;
  	margin-bottom: 14px;
  }
  .pricing-table-two ul.items li label {
  	cursor: pointer;
  	margin-bottom: 0;
  	font-size: 13px;
  }
  .pricing-table-two.highlighted {
  	border: 1px solid #0aa699;
  	position: relative;
  	top: -15px;
  	padding-bottom: 20px;
  	padding-top: 25px;
  }
  .pricing-table-two .btn-block {
  	width: 60%;
  	margin-left: 20%;
  	margin-bottom: 10px;
  	padding: 9px 0;
  }
  .feature-item {
  	margin: 0 50px;
  	text-align: center;
  }
  .pricing-table-two .price-actions .btn {
  	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	background: #3bafda;
  	color: #fff;
  	border: none;
  	box-shadow: none;
  	text-shadow: none;
  	padding: 10px 20px;
  	margin-left: 16%;
  	margin-bottom: 3%;
  	width: 70%;
  	cursor: pointer;
  }
  .muted {
  	color: #b6bfc5
  }
  .text-error {
  	color: #e74c3c
  }
  .f-w-n {
  	font-weight: normal
  }
  .hlight {
  }
  .pr-10 {
  	padding-right: 10px
  }
  .pr-5 {
  	padding-right: 5px
  }
  .error-inner {
  	text-align: center;
  	padding: 15%;
  }
  .career-contact {
  	border: 1px solid #eee;
  	background-color: #f7f7f7;
  	padding-top: 9px;
  }
  .career-inner {
  	margin-top: -40px;
  	padding: 30px 0;
  }
  .career-head h1, p {
  	text-align: center
  }
  .candidate ul li {
  	padding: 3px 0
  }
  .candidate h1 {
  	margin-bottom: 20px
  }
  .align-left {
  	text-align: left
  }
  .privacy-terms h3, p {
  	text-align: left
  }
  .terms-list {
  	padding-left: 15px;
  	padding-bottom: 25px;
  	line-height: 1.6;
  }
  .owl-prev {
  	float: left;
  	padding: 8px 20px;
  	margin-left: 2px;
  	border-radius: 2px;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	margin-top: 5px;
  	background-color: #eee;
  }
  .owl-next {
  	float: right;
  	padding: 8px 20px;
  	margin-right: 2px;
  	border-radius: 2px;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	margin-top: 5px;
  	background-color: #eee;
  }
  /*404 page*/
  .fof {
  	margin-top: -40px
  }
  .fof h1 {
  	margin-top: 0px
  }
  /*submenu test*/
  .dropdown-submenu {
  	position: relative
  }
  .dropdown-submenu>.dropdown-menu {
  	top: 0;
  	left: 100%;
  	margin-top: 0px;
  	margin-left: -1px;
  	-webkit-border-radius: 1px;
  	-moz-border-radius: 1px;
  	border-radius: 1px;
  }
  .dropdown-submenu:hover>.dropdown-menu {
  	display: block
  }
  .dropdown-submenu>a:after {
  	display: block;
  	content: " ";
  	float: right;
  	width: 0;
  	height: 0;
  	border-color: transparent;
  	border-style: solid;
  	border-width: 5px 0 5px 5px;
  	border-left-color: #ccc;
  	margin-top: 9px;
  	margin-right: -10px;
  }
  .dropdown-submenu:hover>a:after {
  	border-left-color: #fff
  }
  .dropdown-submenu.pull-left {
  	float: none
  }
  .dropdown-submenu.pull-left>.dropdown-menu {
  	left: -100%;
  	margin-left: 10px;
  	-webkit-border-radius: 1px;
  	-moz-border-radius: 1px;
  	border-radius: 1px;
  }
  .pad-bot-fifty {
  	padding-bottom: 50px
  }
  .jumbotron {
  	margin-bottom: 0px
  }
  .mar-b-30 {
  	margin-bottom: 30px
  }
  .mar-b-40 {
  	margin-bottom: 40px
  }
  .mar-b-50 {
  	margin-bottom: 50px
  }
  .mar-b-60 {
  	margin-bottom: 60px
  }
  .mar-b-70 {
  	margin-bottom: 70px
  }
  .btn {
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  }
/*
    Component: Buttons
-------------------------
*/
.btn {
	font-weight: 500;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid transparent;
}

.btn.btn-default {
	background-color: #fafafa;
	color: #666;
	border-color: #ddd;
	border-bottom-color: #ddd;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default.hover {
	background-color: #f4f4f4!important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-default.btn-flat {
	border-bottom-color: #d9dadc;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-primary {
	background-color: #0269AA;
	border: none;
	color:#fff !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.hover {
	background-color: #F4534E;
	border: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-success {
	background-color: #8cc152;
	border: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success.hover {
	background-color: #a0d468;
	border: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-info {
	background-color: #37bc9b;
	border: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-info:hover, .btn.btn-info:active, .btn.btn-info.hover {
	background-color: #3bafda;
	border: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-danger {
	background-color: #E74c3c;
	border: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger.hover {
	background-color: #f4543c;
	border: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-warning {
	background-color: #f6bb42;
	border: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-warning:hover, .btn.btn-warning:active, .btn.btn-warning.hover {
	background-color: #ffce54;
	border: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-group .btn.btn-success {
	border: 1px solid #7ab03f
}

.btn-group .btn.btn-info {
	border: 1px solid #2fa084
}

.btn-group .btn.btn-danger {
	border: 1px solid #d13a24
}

.btn-group .btn.btn-warning {
	border: 1px solid #efa50b
}

.btn-group-vertical .btn.btn-success {
	border: 1px solid #7ab03f
}

.btn-group-vertical .btn.btn-info {
	border: 1px solid #2fa084
}

.btn-group-vertical .btn.btn-danger {
	border: 1px solid #d13a24
}

.btn-group-vertical .btn.btn-warning {
	border: 1px solid #efa50b
}

.open .dropdown-toggle.btn-warning {
	background-color: #f6bb42;
	border-color: #efa50b;
}

.open .dropdown-toggle.btn-info {
	background-color: #3bafda;
	border-color: #2fa084;
}

.btn.btn-flat {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-width: 1px;
}

.btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:focus {
	outline: none
}

.btn.btn-file {
	position: relative;
	width: 120px;
	height: 35px;
	overflow: hidden;
}

.btn.btn-file > input[type='file'] {
	display: block !important;
	width: 100% !important;
	height: 35px !important;
	opacity: 0 !important;
	position: absolute;
	top: -10px;
	cursor: pointer;
}

.btn.btn-app {
	position: relative;
	padding: 15px 5px;
	margin: 0 0 10px 10px;
	min-width: 80px;
	height: 60px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
	background-color: #fafafa;
	font-size: 12px;
}

.btn.btn-app > .fa, .btn.btn-app > .glyphicon, .btn.btn-app > .ion {
	font-size: 20px;
	display: block;
}

.btn.btn-app:hover {
	background: #f4f4f4;
	color: #444;
	border-color: #aaa;
}

.btn.btn-app:active, .btn.btn-app:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.btn-app > .badge {
	position: absolute;
	top: -3px;
	right: -10px;
	font-size: 10px;
	font-weight: 400;
}

.btn.btn-social-old {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 0.9;
	padding: 0;
}

.btn.btn-social-old > .fa {
	padding: 10px 0;
	width: 40px;
}

.btn.btn-social-old > .fa + span {
	border-left: 1px solid rgba(255, 255, 255, 0.3)
}

.btn.btn-social-old span {
	padding: 10px
}

.btn.btn-social-old:hover {
	opacity: 1
}

.btn.btn-circle {
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/* Background colors */
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black {
	color: #f9f9f9 !important
}

.bg-gray {
	background-color: #eaeaec !important
}

.bg-black {
	background-color: #222222 !important
}

.bg-red {
	background-color: #f56954 !important
}

.bg-yellow {
	background-color: #f39c12 !important
}

.bg-aqua {
	background-color: #00c0ef !important
}

.bg-blue {
	background-color: #0073b7 !important
}

.bg-light-blue {
	background-color: #3c8dbc !important
}

.bg-green {
	background-color: #00a65a !important
}

.bg-navy {
	background-color: #001f3f !important
}

.bg-teal {
	background-color: #39cccc !important
}

.bg-olive {
	background-color: #3d9970 !important
}

.bg-lime {
	background-color: #01ff70 !important
}

.bg-orange {
	background-color: #ff851b !important
}

.bg-fuchsia {
	background-color: #f012be !important
}

.bg-purple {
	background-color: #932ab6 !important
}

.bg-maroon {
	background-color: #85144b !important
}

.tag-line-section {
	background: url("../img/tg-black-bg.png") no-repeat fixed top rgba(0, 0, 0, 0.7);
	height: 300px;
	margin-bottom: 30px;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}
/* Recent work hover effect */

.view-sixth img {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
	-moz-transition: all 0.4s ease-in-out 0.5s;
	-o-transition: all 0.4s ease-in-out 0.5s;
	-ms-transition: all 0.4s ease-in-out 0.5s;
	transition: all 0.4s ease-in-out 0.5s;
}

.view-sixth .mask {
	background-color: rgba(0, 0, 0, 0.5);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in 0.4s;
	-moz-transition: all 0.3s ease-in 0.4s;
	-o-transition: all 0.3s ease-in 0.4s;
	-ms-transition: all 0.3s ease-in 0.4s;
	transition: all 0.3s ease-in 0.4s;
}

.view-sixth a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}

.view-sixth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.view-sixth:hover img {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.view-sixth:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.view {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.view .mask, .view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.view img {
	display: block;
	position: relative;
}

.view a.info {
	display: inline-block;
	text-decoration: none;
	position: relative;
	top: 35%;
	color: #fff;
}

.feature-box {
	margin-top: 15px;
	margin-bottom: 15px;
}

.feature-box-heading i {
	color: #3bafda;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #3bafda;
	line-height: 40px;
}

.border-one {
	border: 1px solid #ffffff;
	padding: 5px 15px;
}

.border-one:hover {
	border: 1px solid #eee;
	padding: 5px 15px;
	opacity: .9;
}
/*  Back-to-top */
#back-to-top {
	display:none;
	position:fixed;
	bottom:12px;
	right:20px;
	height:40px;
	width:40px;
	cursor:pointer;
	background:#000000;
	line-height:1em;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-image:url(../img/triangle.png);
	background-position: 12px 16px;
	background-repeat:no-repeat;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#back-to-top:hover {
	background-color:#3bafda;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
div#logo a img {
	float:left;
	height:75px;
}
div.header h3 {
	margin-left:15px;
}

.hr {
	height:1px;
	width: 30%;
	margin:15px auto;
	background-color:#ececec;
	position: relative;
	line-height: 1px;
}

.hr-inner {
	width: 13px;
	height: 13px;
	background-color: #fff;
	border: 1px solid #ececec;
	position: absolute;
	left: 49%;
	top: -5px;
}

.date {
	border-radius: 3px;
	text-align: center;
	width: 50px;
	border:1px solid #e8e8e8;
}

.date .day {
	font-size: 23px;
	line-height: 34px;
}

.date .month {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 2px;
}

.main-bg-color {
	background-color:#3bafda;
	color:#fff;
}
img.desaturate {
	-webkit-filter: grayscale(30%);
	filter: grayscale(30%);
}

.contenttitle {
	padding:37px 0;
	color:#fff;
}

.smallheader {
	margin:10px 0 !important;
}

.container>.navbar-header, .container>.navbar-collapse {
	margin-left:0;
	margin-right:0;
}
/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
	position: absolute;
}

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background: url('../img/b05.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.jssorb05 div {
	background-position: -7px -7px;
}

.jssorb05 div:hover, .jssorb05 .av:hover {
	background-position: -37px -7px;
}

.jssorb05 .av {
	background-position: -67px -7px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
	background-position: -97px -7px;
}
/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
*/
.jssora22l, .jssora22r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 58px;
	cursor: pointer;
	background: url('../img/a22.png') center center no-repeat;
	overflow: hidden;
}

.jssora22l {
	background-position: -10px -31px;
}

.jssora22r {
	background-position: -70px -31px;
}

.jssora22l:hover {
	background-position: -130px -31px;
}

.jssora22r:hover {
	background-position: -190px -31px;
}

.jssora22l.jssora22ldn {
	background-position: -250px -31px;
}

.jssora22r.jssora22rdn {
	background-position: -310px -31px;
}

.gatepass {
	height:50px;
	width:100%;
	background:#2F506C;
	margin-bottom:2px;
	transition: all 500ms ease-in-out 0s;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.gatepass:hover {
	background:#ab3334;
}

.gatepass a {
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
}

.block-icon {
	color: #FFF;
	font-size: 30px;
	opacity: 1;
	transform: rotate(0deg);
	font-family: FontAwesome;
	padding:10px 20px;
	width:30%;
	position: absolute;
	left:0;
}

.gatepass a:hover .block-icon {
	left: 73%;
	color: #FFF;
	opacity: 0.35;
	transform: rotate(0deg);
}

.block-content {
	width:70%;
	padding:10px 0;
	position: absolute;
	left: 75px;
}

.gatepass a:hover .block-content {
	left: 20px;
}

.block-content-title {
	font-size: 16px;
	line-height: 16px;
	margin: 0px;
	color: #FFF;
}

.block-content-detail {
	font-size: 12px;
	margin: 0px;
	color: #FFF;
}

.line-under {
	border:2px solid #dddddd;
	margin-bottom:10px;
}

.search-box {
}

.fb-page, .fb-page span, .fb-page span iframe[style] {
	text-align:center;
}

.breadcrumb {
	color:#3a3a3a;
	margin-top:5px;
	font-size:11px;
}

.breadcrumb a {
	color:#3a3a3a !important;
}

.img-circle {
	border:5px solid #fff;
	box-shadow:0px 0px 5px 0px lightblue;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.newspanel .nav > li {
	border:1px solid #ccc;
	text-transform:none;
}

.newspanel .nav > li.active {
	border-top:2px solid red;
/*border-bottom:1px solid #fff;
border-left:1px solid #ccc;
border-right:1px solid #ccc;*/
}

.newspanel .nav > li.hover, .newspanel .nav > li.focus {
	border-bottom:1px solid #blue;
	margin-bottom:-4px;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: #f4f4f4;
	text-decoration: none;/*border-top:1px solid blue;*/
}

.newspanel .nav > li > a {
	background-color: #fff;
	margin-right:0 !important;
}

.newspanel .nav > li.active > a, .newspanel .nav > li.active > a:hover, .newspanel .nav > li.active > a:focus {
	border-width: 0;
	border-radius: 0;
	background-color:#fff;
	font-weight:bold;
	font-size:14px;
	color:#3bafda;
	border-bottom:1px solid #fff;
}

.nav > li > a {
	color: #0269AA;
}

.nav > li.active > a {
	background:#fff;
	color:#428bca;
}

.nav > li > a:hover {
	color: #6f6f6f;
	background: #eee;
}

.nav > li:first-child.active > a, .nav > li:first-child > a:hover {
}

.rightphoto {
	background: rgba(205, 232, 243, 1);
	background: -moz-linear-gradient(top, rgba(205, 232, 243, 1) 0%, rgba(60, 191, 231, 1) 0%, rgba(214, 236, 245, 1) 0%, rgba(214, 236, 245, 0.34) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205, 232, 243, 1)), color-stop(0%, rgba(60, 191, 231, 1)), color-stop(0%, rgba(214, 236, 245, 1)), color-stop(100%, rgba(214, 236, 245, 0.34)));
	background: -webkit-linear-gradient(top, rgba(205, 232, 243, 1) 0%, rgba(60, 191, 231, 1) 0%, rgba(214, 236, 245, 1) 0%, rgba(214, 236, 245, 0.34) 100%);
	background: -o-linear-gradient(top, rgba(205, 232, 243, 1) 0%, rgba(60, 191, 231, 1) 0%, rgba(214, 236, 245, 1) 0%, rgba(214, 236, 245, 0.34) 100%);
	background: -ms-linear-gradient(top, rgba(205, 232, 243, 1) 0%, rgba(60, 191, 231, 1) 0%, rgba(214, 236, 245, 1) 0%, rgba(214, 236, 245, 0.34) 100%);
	background: linear-gradient(to bottom, rgba(205, 232, 243, 1) 0%, rgba(60, 191, 231, 1) 0%, rgba(214, 236, 245, 1) 0%, rgba(214, 236, 245, 0.34) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde8f3', endColorstr='#d6ecf5', GradientType=0 );
}

.blockhr {
	height:2px;
	width:30%;
	margin:0 auto;
	background-color:#ccc;
	position:relative;
	line-height:1px;
}

.media-body {
	border-bottom:1px solid #ccc;
	min-height:55px;
}

.media-body p {
	margin:0 !important;
}

.headwid {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.newspanel .nav-tabs>li {
	margin:0px -1px -1px 0px;
	border-bottom:none;
}

.btnhovergrey {
	background-color:#fafafa;
	color:#666;
	border-color:#ddd;
	transition:all .3s ease;
}

.btnhovergrey:hover {
	background-color:#ddd;
	color:#000;
	cursor:pointer;
}

.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default.hover {
	background-color:#ddd !important;
}

.langbtn:hover {
	background-color:#ddd;
	color:#000 !important;
}
hr.style14 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.current {
	background-color:#ab3334;
	color:#fff !important;
	border-color:#ddd;
	transition:all .3s ease;
}

.current:hover {
	background-color:#004477 !important;
	color:#fff !important;
	border-color:#ddd;
	transition:all .3s ease;
}

.navbar-nav li span.fa {
	font-size:20px;
}
/*===== Ticker News ======*/

.news-item {
	margin:0px 0px 5px;
}

.news-item a {
	display:block;
	padding:4px 4px 4px 7px;
	background:#D3DDE7;
	color:#000 !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.news-item a:hover {
	background:#0269AA !important;
	color:#fff !important;
} 
.tNews ul {
	padding:0px;
	margin:0px;
	list-style:none;
	height:128px !important;
}

.ticker_title {
	margin-bottom: 15px;
	background: #ccc;
	text-align: center;
}

.ticker_title center a {
	bkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 28px 5px 10px;
	background: #0269AA;
	text-transform: uppercase;
	display: inline;
	font-weight:bold;
	color: #fff;
}

/*======Tab Menus====*/
.tab_menus{
	background:#F4F4F4 !important;
	margin:2px;	
}

.tab_menus a{
	color:#000;
}

.nav-tabs li.active a{
	color:#006699 !important;
}

.tab_menus active{
	color:#000;
}

.tab_link{
	padding:10px 7px !important;
}

.event.small .details {
	padding: 0;
	background: #fff;
}

.event .details {
	padding: 10px 0 0;
}

.event.small {
	margin-bottom: 7px;
	padding:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.event.small:last-child {
	margin-bottom: 0;
}

.event .thumb {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.event .thumb:hover {
	cursor: pointer;
}

.event .text {
	padding-left: 60px;
}

.event .text h5 {
	margin-bottom: 2px;
}

.event .title {
	color: #777777;
}

.event .text p {
	margin: 0;
}

.event img {
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.event img:hover {
	cursor: pointer;
}

.event.small .details {
	padding: 0;
	background:#fff;
}

.event .details {
	padding: 10px 0 0;
}

.date {
	border-radius: 3px;
	text-align: center;
	width: 50px;
}

.bold {
	font-weight: 700;
}

.index_left_nav{
	padding:0px 15px;
}

.main-el .sep-heading-container {
	padding-bottom: 0px;
}

.medium {
	font-weight: 500;
}

.sep-heading-container.shc4 .sep-container {
	height: 16px;
}

.sep-heading-container .sep-container {
	position: relative;
	overflow: hidden;
	font-size: 100%;
}

.sep-heading-container .sep-container .the-sep {
	width: 100%;
	position: relative;
	top: 50%;
	margin-left: 10px;
}

.sep-heading-container .the-sep {
	border-top: 1px solid #e1e1e1;
}

.sep-heading-container h1, .sep-heading-container h2, .sep-heading-container h3, .sep-heading-container h4, .sep-heading-container h5, .sep-heading-container h6, .sep-heading-container h1 {
	float: left;
}

.sep-heading-container.shc1 .sep-container {
	height: 30px;
}

.sep-heading-container.shc2 .sep-container {
	height: 26px;
}

.sep-heading-container.shc3 .sep-container {
	height: 22px;
}

.sep-heading-container.shc4 .sep-container {
	height: 16px;
	margin-top: 7px;
}

.sep-heading-container.shc5 .sep-container {
	height: 15px;
}

.sep-heading-container.shc6 .sep-container {
	height: 13px;
}

.tab_menus {
	background: #CBCBCE !important;
	margin: 2px;
}

.nav-tabs li.active a {
	color: #E74C3C !important;
	padding: 9px;
	font-weight: 600 !important;
}

.tab_link {
	padding: 10px 7px !important;
}

.nav-tabs > li > a {
	line-height: 1.42857143;
	border: 1px solid transparent;
    /*border-radius: 4px 4px 0 0;
    margin-right: 2px;*/
}

.tab_link {
	padding: 10px 7px !important;
}

.index_pg_tab > li > a{
	padding: 7px 12px !important;
}

.gallery_video{
	padding:0 !important;
	border:1px solid #ccc;
}

.index_gallery_title{
	font-size: 19px !important;
	text-align: left !important;
	padding: 0px 0px 6px 10px !important;
	margin: 10px 0px !important;
	border-bottom: 1px solid #E7E7E7 !important;
	text-transform:uppercase !important;
	font-weight:normal;
}

.index_gallery_view{
	margin: -8px 3px 0px 0px;
}

.gallery_main{position: absolute;
	left: 0px;
	top: 0px;
	transform: translate3d(0px, 0px, 0px);
}

.portfolio.item {
	border-radius: 6px;
}

.portfolio.item .top {
	position: relative;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	height: 200px;
}

.portfolio.item .bot {
	border-radius: 0 0 5px 5px;
	padding: 5.5px 10px;
	margin-top: 0;
}

.portfolio.item .bot {
	border: 1px solid #e1e1e1;
}

.portfolio.item .bot {
	background: #fff;
}

.overlay, .background-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	border-radius: inherit;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.portfolio.item .top .overlay i {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	line-height: 73px;
	width: 73px;
	border-radius: 100%;
	margin-left: -36px;
	margin-top: -36px;
}

.portfolio.item .bot h5 {
	margin: 10px 0;
	line-height: 15px;
	color: #444444;
}

.gallery_top{
	display: block;
	position: relative;
}

.container > .row .main-el {
	padding-top: 5px;
	padding-bottom: 5px;
}

.isotope .isotope-item, .isotope .isotope-element {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.isotope, .isotope .isotope-item, .isotope .isotope-element {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.content_title{
	padding: 10px;
	font-size: 20px;
	font-weight: 100;
	color:#0064A2;
	background: #fff;
	margin: 0;
	border-bottom: 1px solid #E74C3C;
}

/*====== Right Photo=========*/
.index_margin_15{
	margin-top: 15px;
}

.chief_name{
	padding: 10px;
	font-size: 1.5em;
	font-weight: 100;
	color: #404040;
	background: #fff;
	margin: 0;
	border-bottom: 1px solid #E74C3C;
}

.chief_name span{
	color: #0064A2;
	font-size: 25px;
}

.chief_name2{
	padding: 10px;
	font-size: 1em;
	font-weight: 100;
	color: #404040;
	background: #fff;
	margin: 0;
	border-bottom: 1px solid #E74C3C;
}

.chief_name2 span{
	color: #0064A2;
	font-size: 18px;
}

.vvi_person {
	background: #eaeaea;
	/*border: 1px solid #cacaca;*/
	margin-bottom: 8px;
}

.vvi-In {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0px 2px 10px 0 rgba(0,0,0,0.12);
	background: #FFF none repeat scroll 0 0;
	border-radius: 0;
	padding: 7px 10px;
}

.vvi_person .other_img{
	background: #FFF;
	text-align: center;
	display: inline-block;
	width: 30%;
	border-right: 1px solid rgba(230,230,230,0.45);
	margin-left: 0px;
}

.vvi_person .other_img img {
	width: 125px;
	border: 1px solid #acacac;
	padding: 3px;
	margin: 0px auto;
	height: 120px;
	border-radius: 50%;
}

.vvi_person .figcaption {
	width: 69%;
	background-color: #FFF;
	text-align: center;
	/*padding: 0px 10px 10px 10px;*/
	float: right;
	line-height: 6px;
	text-align: left;
}

.vvi_person .figcaption h3 {
	font-size: 18px !important;
	margin: 10px 0px 0px 0px;
	color: #E74C3C !important;
}

.vvi_person .figcaption h5 {
	font-size: 18px;
	padding: 0;
	margin: 0 0 10px 0	;
	color: #404040 !important;
}

.vvi_person .figcaption {
	width: 59%;
	background-color: #FFF;
	text-align: center;
	/*padding: 0px 10px 10px 10px;*/
	float: right;
	line-height: 6px;
	text-align: left;
}

.vvi_members {
	background: #eaeaea;
	/*border: 1px solid #cacaca;*/
	margin-bottom: 8px;
}

.vvi-Inn {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0px 2px 10px 0 rgba(0,0,0,0.12);
	background: #FFF none repeat scroll 0 0;
	border-radius: 0;
	padding: 7px 10px;
}


.vvi_members .members_img{
	background: #FFF;
	text-align: center;
	display: inline-block;
	width: 63%;
	border-right: 1px solid rgba(230,230,230,0.45);
	margin-left: 40px;
	margin-top: 10px;
}


.vvi_members .figcaption1 {
	width: 75%;
	background-color: #FFF;
	text-align: center;
	/*padding: 0px 10px 10px 10px;*/
	float: right;
	line-height: 0px;
	text-align: left;
}

.vvi_members .figcaption1 h3 {
	font-size: 20px !important;
	margin: 10px 0px 0px 0px;
	color: #E74C3C !important;
}

.vvi_members .figcaption1 h5 {
	font-size: 18px;
	padding: 0;
	margin: 0 0 10px 0	;
	color: #404040 !important;
}


/* vvi person 2 start */

.vvi_person2 {
	background: #eaeaea;
	/*border: 1px solid #cacaca;*/
	margin-bottom: 8px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}


.vvi_person2 .other_img{
	background: #FFF;
	text-align: center;
	display: inline-block;
	float: left;
	width: 30%;
	border-right: 1px solid rgba(230,230,230,0.45);
	margin-left: 0px;
}

.vvi_person2 .other_img img {
	width: 125px;
	border: 1px solid #acacac;
	padding: 3px;
	margin: 0px auto;
	max-height: 130px;
	border-radius: 50%;
}

.vvi_person2 .figcaption {
	width: 69%;
	background-color: #FFF;
	text-align: center;
	/*padding: 0px 10px 10px 10px;*/
	float: right;
	line-height: 6px;
	text-align: left;
}

.vvi_person2 .figcaption h3 {
	font-size: 13px !important;
	margin: 10px 0px 0px 0px;
	color: #E74C3C !important;
}

.vvi_person2 .figcaption h5 {
	font-size: 12px;
	padding: 0;
	margin: 0 0 10px 0	;
	color: #404040 !important;
}

/* vvi person 2 ends */

.vvi-In a {
	color:#000 !important;
}

.info_details{
	text-align: center;
	
}

.info_details img{
	text-align: center;
	border: 1px solid #999;
	padding: 2px;
	width: 120px;

}

.info_details h2{
	text-align: center;
	margin: 2px;
	font-size: 18px;
	color: #0269AA !important;
}

.info_details h4{
	text-align: center;
	margin: 2px;
	font-size: 13px;
	color: #404040 !important;
}

.info_details p{
	text-align: center;
	margin: 5px 0 0;
}

/*=============== VPN Download Section ===============*/
.download_back{
	height: 50%;
}

.demof {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.demof ul {
	padding: 0;
	list-style: none;
}

.demof li {
	padding: 20px;
	border-bottom: 1px dashed #ccc;
}

.demof li.odd {
	background: #fafafa;
}

.demof li:after {
	content: '';
	display: block;
	clear: both;
}

.demof img {
	float: left;
	width: 100%;
	margin: 5px 15px 0 0;
}

.demof a {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #06f;
}

.demof p {
	margin: 5px 0 0;
	font-size: 14px;
}

.demo5 {
	border: 2px solid #0269AA;
	margin-top: 10px;
	border-radius: 10px;
	/*width: 500px;*/
	-webkit-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

.demo5 ul {
	padding: 0;
}

.demo5 ul li {
	padding: 10px;
	/*border-bottom: 1px solid #FF3333;*/
	border-radius: 10px;
	list-type: none;
	margin: 0;
	overflow: hidden;
}

.et-run {
	background-color: #0cf;
	color: white;
	border: 1px solid black;
}

.vp_dwn_image{
	width: 25%;
	float: left;
}

.vp_dwn_content{
	width: 75%;
	float: right;
}
/*===== Ticker News ======*/

.news-item {
	margin:0px 0px 5px;
}

.news-item a {
	display:block;
	padding:4px 4px 4px 7px;
	;
	background:#D3DDE7;
	color:black;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.news-item a:hover {
	background:#012D58;
	color:#fff;
}

.tNews ul {
	padding:0px;
	margin:0px;
	list-style:none;
	height:282px !important;
	background-color:rgba(204, 204, 204, 0.21);
}

.ticker_title {
	margin-bottom: 15px;
	background: #ccc;
	text-align: center;
}

.ticker_title center a {
	bkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 28px 5px 10px;
	text-transform: uppercase;
	display: inline;
	font-weight:bold;
	color: #fff !important;
}

.iframe-container {    
	padding-bottom: 60%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-lg {
	width:80%;
}

.nav_logo{
	margin-top: 5px;
}

.above-nav {
	color: #222222;
	background-color: #0e688a;
	border-top: 4px solid #0e688a;
	padding: 2px;
}

.first_title{
	font-size:22px;
	text-align:center;
	width:100%;
	margin-top:0 !important;
	line-height:22px; 
}

.nav_title_second{
	font-size:12px;
	width:82%;
	margin-top:0 !important;
	line-height:11px;
	color: #fff !important;
}

.nav_title_third{
	font-size:20px;
	margin: 0;
	font-weight:bold;
	color:#0064A2 !important;
}

.nav_title_third h5{
	margin: 5px 0;
	color: #fff !important;
	font-size: 13px;
	/* font-weight: bold; */
}

.nav_title_third h3{
	margin: 0 0 5px 0;
	color: #fff !important;
	font-size: 19px;
	/* font-weight: 600; */
	padding-bottom:2px;
	margin-top: -2px;
}

.mainbody{
	background-image: url(../img/bgimage.png)
}

.index_pg_tab > li > a:hover{
	background: #fff !important;
	color: #E74C3C !important; 
}

.downloadtable{
	background: #fff;
}

.downloadtable > thead > tr > th{
	color: #404040 !important;
}

.downloadtable > tbody > tr > td{
	color: #404040;
	font-size: 15px;
}
/*============== dropdwon menus =============*/
.dropdown-menu li a:hover{
	background: #EEEEEE;
	border-top: none !important;
	border-bottom:1px solid #428BCA !important;
	color:;
}

.panel_heading_h1{
	margin: 0px;
	padding: 5px;
	font-size: 20px;
	color: #004A89 !important;
}

.rightpart_panel_body{
	padding: 0px 2px;
}

.rightparttable tr td{
	padding: 0px;
}

.rightparttable tr td a{
	font-size: 14px;
	color: #004A89 !important;
}

.bg-olive:hover{
	color: #fff !important;
	background: #338661 !important;
}

.btn-shadow.btn-success {
	box-shadow: 0 2px #61a642;
}

.pages_back{
	background: #fff;
	padding: 10px;
}

.pages_back_right{
	background: #fff;
	padding: 10px;
}

.m-b-5{
	margin-bottom: 5px;	
}

.list-group hr{
	margin: 4px 0px;
	border-top: 1px solid #ddd;
}

/*gallery css*/
.album-cover-new {
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:20px;
	-webkit-box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.75);
box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.75);
}

.album-cover-new img {
	width:100%;
	height:200px;
	
}

.album-cover-new span {
	position:absolute;
	left:15px;
	background:#000;
	bottom:15px;
	color:#fff;
	width:92%;
	padding:3px;
	bottom:20px;
	opacity:0.7;
}

.album-cover-new span a {
	color:#fff !important;
	display:block;
}

.album-cover-new span a:hover {
	text-decoration: none;
}
/*end gallery css*/
.navbar-collapse{
	width: 100% !important;
}

.row-left{
	margin-left: -15px;
}

.row-right{
	margin-right: -15px;
}

.m-0{
	margin: 0 !important;
}

.m-t-5{
	margin-top: 5px;
}

.m-t-10{
	margin-top: 10px;
}

.m-t-15{
	margin-top: 15px;
}

.m-t-20{
	margin-top: 20px;
}


.m-b-5{
	margin-bottom: 5px;
}

.m-b-10{
	margin-bottom: 10px;
}

.m-b-15{
	margin-bottom: 15px;
}

.m-b-20{
	margin-bottom: 20px;
}

.m-l-5{
	margin-left: 5px;
}

.m-l-10{
	margin-left: 10px;
}

.m-l-15{
	margin-left: 15px;
}

.m-l-20{
	margin-left: 20px;
}

.m-r-5{
	margin-right: 5px;
}

.m-r-10{
	margin-right: 10px;
}

.m-r-15{
	margin-right: 15px;
}

.m-r-20{
	margin-right: 20px;
}

.p-t-5{
	padding-top: 5px;
}

.p-t-10{
	padding-top: 10px;
}

.p-t-15{
	padding-top: 15px;
}

.p-t-20{
	padding-top: 20px;
}


.p-b-5{
	padding-bottom: 5px;
}

.p-b-10{
	padding-bottom: 10px;
}

.p-b-15{
	padding-bottom: 15px;
}

.p-b-20{
	padding-bottom: 20px;
}

.p-l-5{
	padding-left: 5px;
}

.p-l-10{
	padding-left: 10px;
}

.p-l-15{
	padding-left: 15px;
}

.p-l-20{
	padding-left: 20px;
}

.p-r-5{
	padding-right: 5px;
}

.p-r-10{
	padding-right: 10px;
}

.p-r-15{
	padding-right: 15px;
}

.p-r-20{
	padding-right: 20px;
}

ul.myUL{
    padding: 0 0 0 10px;
    margin: 0
}

ul.myUL li {
    list-style: url(../img/list-style.png);
    border-bottom: 1px dashed #CCC;
    padding-top: 7px;
    padding-bottom: 7px
}

ul.myUL li:last-child {
    border-bottom: 0
}
ul.myUL li a {
    color: #333
}
ul.myUL li a:hover{
    color: #E74C3C !important;
    text-decoration:none;
    cursor: pointer;
}

section.panel{
	margin: 0;
}

h1.footerTitle{
	border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

/* Block Buttons Starts */
/* BLOCK MENU */
.block-icon, .block-content {
    transition: all 0.2s linear 0s;
}

.blockmenu {
	height:70px;
	width:100%;
	background: #023302;
	margin-bottom:10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
		border-radius: 0px;
	transition: all 0.2s linear 0s;
}

.blockmenu:hover {
	background: #004c00;
	box-shadow: 2px 3px 10px #000;
}

.blockmenu a {
	text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.block-icon {
	color: #FFF;
    font-size: 50px;
    opacity: 1;
    transform: rotate(0deg);
    font-family: FontAwesome;
    padding:0 10px;
	width:30%;
    position: absolute;
	left:0;
}

.blockmenu a:hover .block-icon {
	color: #FFF;
	opacity: 0.6;
	transform: rotate(-30deg);
}

.block-content {
	width:70%;
	padding:20px 0;
	position: absolute;
    left: 75px;
}

.block-content-title {
	font-size: 15px;
    line-height: 28px;
    margin: 0px;
    color: #FFF;
}

.block-content-detail {
	font-size: 12px;
    margin: 0px;
    color: #FFF;
}

/* Block Buttons Ends */

/*heade and top menu css start*/

/* ======= Header ======= */
.header {
	min-height: 95px;
	background: #810404;
	width: 100%;
	height: 100%;
}

.header .header-bg {
	background: url('../img/nep_sampada.png');
	background-repeat: no-repeat;
	background-position: 50% 55%;
	width: 100%;
	height: 100%;
}

.header .top-bar {
  background: #6B0707;
}

.header .top-bar .menu-top li span {
	margin-right:3px;
}

.header .top-bar .menu-top li a {
    padding: 10px 15px 9px;
    color: #fff;
}

.header .top-bar .menu-top li a:hover {
	background:#4678A1;
	color:#fff;
	text-decoration: none;
}

.header .top-bar .menu-top li:last-child a
{
	padding:10px 15px 9px;
}

.header .top-bar .search-form {
  padding: 10px 0;
}

.header .top-bar .search-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.header .social-icons li.row-end {
  margin-right: 0;
}

.header .social-icons a {
  background: #27435a;
}

.header .social-icons a:hover {
  background: #6091ba;
  text-decoration: none;
}

.header .social-icons a:hover .fa {
  color: #fff;
}

.header .social-icons a .fa {
  color: rgba(255, 255, 255, 0.4);
}

.header .social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}

.header .header-main {
  padding: 0;
}

.header a.logo {
  margin: 10px 0 0;
}

.header .menu-top {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}

.header .menu-top li {
  list-style: none;
  float: left;
  font-size: 11px;
  font-family: 'open sans', arial, sans-serif;
}

.header .menu-top li:last-child a {
  padding-right: 0;
}

.header .menu-top li.divider a {
  border-right: 1px solid #c3c3c3;
}

.header .menu-top li a {
  display: inline-block;
}

.header .menu-top li a:hover {
  color: #6091ba;
}

.header .contact {
  font-size: 15px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
  margin-top: 10px;
}

.header .contact p {
  float: left;
  margin-bottom: 0;
}

.header .contact p.phone {
  margin-right: 30px;
}

.header .contact p a {
  color: #444444;
}

.header .contact .fa {
  color: #6091ba;
  margin-right: 8px;
  font-size: 18px;
  position: relative;
  top: 1px;
}

.header .contact .fa.fa-phone {
  font-size: 22px;
  top: 2px;
}

.header .search-form {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.header .search-form .form-control {
  width: 260px;
  background: #f5f5f5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.header .search-form .form-control:focus {
  background: #fff;
  border-color: #6091ba;
}

.center-text {
    text-align: center !important;
}

.office-name{
	padding-left: 40px;
	margin-top: 10px;
}

.office-name p {
  font-size: 16px;
  text-align: left !important;
  margin: 1px 0px !important;
  line-height: 20px;
  color: #fff !important;
  text-shadow: 2px 2px 4px #000;
}

.office-name h3 {
	margin-top: 5px;
	margin-left: 0px !important;
	text-align: left !important;
	font-family: 'Nirmala', arial, sans-serif;
	font-weight: 300;
	margin-bottom: 0px;
	font-size: 24px;
	color: #fff !important;
  text-shadow: 2px 2px 10px #000;
}

.main-nav {
  /*background: #810404;*/
  /*background: rgb(129, 4, 4,0.5)*/
  /*border-top: 1px solid rgb(255, 255, 255,0.5)*/
}

.main-nav button {
  background: #27435a;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.main-nav button:focus {
  outline: none;
}

.main-nav button .icon-bar {
  background-color: #fff;
}

.main-nav .navbar-collapse {
  padding: 0;
  float: left;
}

.main-nav .nav .nav-item {
  font-weight: 600;
  font-family: 'open sans', arial, sans-serif;
  z-index: 100;
}

.main-nav .nav .nav-item.dropdown {
  z-index: 101;
}

.main-nav .nav .nav-item a {
  color: #dce7f0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.main-nav .nav .nav-item a:hover {
  background: #6B0707;
  color: #fff;
}

.main-nav .nav .nav-item.active {
  position: relative;
}

.main-nav .nav .nav-item.active > a {
  background: #6B0707;
  color: #fff;
}

.main-nav .nav .nav-item.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}

.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}

.main-nav .nav .nav-item.open a {
  background: #6B0707;
  color: #fff;
}

.main-nav .nav .nav-item .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  min-width: 220px;
}

.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #fff;
  padding: 8px 20px;
}

.main-nav .nav .nav-item .dropdown-menu a:hover {
  background: #930505;
  color: #fff;
  padding-left: 24px;
}

.main-nav .nav .nav-item .dropdown-submenu {
  position: relative;
}

.main-nav .nav .nav-item .dropdown-submenu .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}

.main-nav .nav .nav-item .dropdown-submenu li {
  position: relative;
}

.main-nav .nav .nav-item .dropdown-submenu li .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}

.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}

.highlights {
	padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ab0707;
  border-top: 1px solid #ab0707;
  background-color: #ccc;
  display: inline-block;
  width: 100%;
  /* margin-bottom: -3px; */
  margin-top: 4px;
}

.highlights .innerBox{
	padding-left: 15px;
	padding-right: 15px;
}

.highlights a {
	color: #003d71 !important;
}

.highlights a:hover {
  color: #428bca !important ;
  text-decoration: none;
	cursor: pointer;
}

.LatestUpdates{
	width:10%;
	float:left;
	background-image:url(../img/arrow_red.png);
	background-repeat: no-repeat; 
	background-size: 117px 20px;
	margin:2px;
	color:#fff;
	text-align: left;
	padding-left: 5px;
}

.MarqueeNews{
	float: right;
	width: 89%;
}

/*heade and top menu css ends*/

#representativeDiv{
	display: none;
	position: relative;
	transition: transform .2s ease-in-out;
}

.CloseButton{
	position: absolute;
	top: -2px;
	right: 0;
}

.CloseButton button{
	background: rgb(0,0,0,.4) !important;
	border-radius: 0;
}

/*search box */
.info{
	margin: 10px 0;
}

.info form input{
	background: rgb(255,255,255,0.8);
	border: 1px solid #0f69f0;
	color: #333;
}

.container-fluid{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.border-radius-0{
	border-radius: 0;
}

.btn-language{
	border-radius: 0;
}

.btn-language:hover{
	background: #F4534E !important;;
	color: #fff !important;;
}
ul.myUL li a{
	color:#0000FF !important;
}

.menu-background{
    border-top: 1px solid #b57171;
    background: linear-gradient(45deg, rgba(72, 0, 0, 0.6), rgba(72, 0, 0, 0.6));
}