/* TABLE OF CONTENTS
     
        17) Back-to-top
        18) Responsive
*/


/*  1. Reset
----------------------------------------------------------------------------- */

@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular-webfont.html') format('woff2'), url('..fonts/roboto-regular-webfont.html') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Roboto', sans-serif !important;
	overflow-x: hidden;
}

.header-title h1 {
	text-align: center;
	margin: 0px;
	font-family: 'oswald', sans-serif;
	font-size: 25px;
	color: #a21204;
	text-transform: uppercase;
	font-weight: 600;
}

hr {
	border: 1px solid #0288d1;
	width: 80px;
	margin: 0 auto;
	margin-top: 10px;
}

.header-title p {
	font-size: 14px;
	text-align: center;
	color: #333;
	padding-top: 20px;
}

section {
	position: relative;
	padding-top: 104px;
	padding-bottom: 0px;
	background-color: #ffda93;
}

p {
	color: #97a0af;
}

img {
	max-width: 80%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font- font-family: 'Roboto', sans-serif;
}


/*---------------- Reset Material ----------------*/

button:focus {
	outline: none;
	background-color: transparent;
}

.row {
	margin-bottom: 0px;
}

.container .row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}


/*  2. Preloader
----------------------------------------------------------------------------- */

.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	/* change if the mask should have another color then white */
	z-index: 999999;
	/* makes sure it stays on top */
}

.loader {
	width: 200px;
	height: 200px;
	font-size: 0;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url(../images/perloader.html);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
}

.top-bar {
	/* background: #eb3452; */
	background: #ec333c;
	color: #fff;
}

.top-bar ul li {
	padding-top: 7px;
	float: left;
	margin-left: 10px;
	list-style: none;
}

.top-bar ul li a {
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
}

.navbar-brand {
	padding: 10px 0;
}


/*  3. Parallax
-------------------------------------------------------*/

.parallax-bg {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
}


/*  4. Navigation
----------------------------------------------------------------------------- */

.navbar-inverse {
	border-radius: 0;
	background-color: #03174a !important;
	border: none;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
	border-top: 4px solid #226467;
}

.navbar-brand {
	padding: 10;
	height: auto;
}

.navbar-nav>li {
	float: left;
	padding: 3px 0px;
	line-height: 78px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 900;
	text-transform: uppercase;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	outline: none;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #e69320 !important;
	background-color: transparent !important;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	/*  color:#eb3452; */
	color: #fcef06;
	font-weight: 500;
	background-color: transparent;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #4c5667;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 500;
}

span {
	color: #333;
}

.nav-tabs>li>a:hover {
	background: none;
	text-decoration: underline;
}

.nav-tabs {
	border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #295792;
	cursor: default;
	background: none;
	border: none;
	border-bottom-color: transparent;
}

.grow {
	transition: all .2s ease-in-out;
}

.grow:hover {
	transform: scale(1.1);
}

@media(min-width:768px) {
	.navbar-trans {
		background-color: rgba(0, 0, 0, 0.4);
		border-radius: 0;
		margin: 0;
	}
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #0288d1;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border: none;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #4c5667 !important;
	background-color: transparent !important;
}


/*---------------- DROPDOWN ----------------*/

@media (min-width: 767px) {
	/*Dropdown Menu*/
	.navbar-nav .dropdown-menu {
		padding: 0;
		border: none;
		min-width: 170px;
		border-radius: 0;
		z-index: 999999 !important;
		border-top: 3px solid #0288d1;
	}
	.navbar-nav .dropdown-menu li a {
		color: #4c5667;
		font-size: 13px;
		background-color: #fff;
		letter-spacing: 1px;
		font-weight: 500 !important;
		text-transform: uppercase;
		padding: 12px 25px;
		text-align: left;
		border-bottom: solid 1px #eee;
	}
	.menu-line {
		display: none;
	}
	div#partial-view-2 {
		height: auto !important;
	}
	.carousel {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: auto !important;
		-webkit-perspective: 500px;
		perspective: 500px;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
	}
	.navbar-nav .dropdown-menu li > a:hover {
		color: #0288d1;
		background-color: #eee`;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	.navbar-nav .dropdown-menu li > a:focus {
		background: none;
	}
	.navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}
}

@media (min-width: 480px) {
	.carousel-inner {
		position: relative;
		width: 100%;
		overflow: hidden;
		min-height: auto;
	}
}

@media (max-width: 480px) {
	.embed-responsive iframe {
		position: absolute !important;
		top: 0;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		width: 100% !important;
		height: 100% !important;
		border: 0;
	}
	li.menu-line {
		display: none;
	}
	.navbar-inverse .navbar-nav>li>a {
		text-align: right;
	}
	div#partial-view-2 {
		height: auto !important;
	}
	#floor .tab-pane {
		height: auto !important;
	}
	.tab-pane img {
		height: auto !important;
	}
	div#partial-view-2 {
		height: auto !important;
	}
}


/*  5. Home
----------------------------------------------------------------------------- */

.overlay {
	background: cover;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


/*.carousel-section {
    background: url("../images/bg-2.jpg") no-repeat ;
    overflow: hidden;
    padding: 210px 0px;
}*/

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: auto;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	height: auto;
}

.carousel-razon .carousel-caption {
	position: static;
	text-align: center;
}

.carousel-razon .carousel-indicators {
	bottom: -15px !important;
}

.carousel-razon .carousel-indicators li {
	margin: 10px 4px;
}

.carousel-indicators li {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 12px;
	width: 12px;
	background: transparent;
}

.carousel-indicators .active {
	background: #fff;
}

.carousel-text h1 {
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px !important;
	font-family: 'Roboto', sans-serif;
	text-shadow: none !important;
}

.carousel-text span {
	color: #0288d1;
	text-shadow: none !important;
	text-transform: uppercase;
}

.carousel-text p {
	color: #fff;
	padding-top: 20px;
	font-size: 14px !important;
	text-shadow: none !important;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}

.carousel-text .sub-title {
	letter-spacing: 0.10em;
	font-size: 23px !important;
	color: #fff;
	text-shadow: none !important;
	margin-bottom: 20px;
}

.carousel-caption a {
	margin-top: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;
	padding: 15px 30px;
	height: auto;
	width: auto;
	border-radius: 0px;
	line-height: 15px;
	background-color: #0288d1;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .26);
}

.carousel-caption a:hover,
.carousel-caption a:active,
.carousel-caption a:focus {
	color: #fff;
	background-color: #0288d1;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .18);
}

section#overview {
	padding-top: 89px;
}


/*  6. About-us
----------------------------------------------------------------------------- */

.about-img img {
	max-width: 300px;
	margin-top: 30px;
	float: right;
}

.about {
	background-color: #ffffff;
}

.about-title h1 {
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
	color: #0288d1;
	font-weight: 00;
}

.introduce h2 {
	margin-top: 20px;
	text-align: left;
	margin-bottom: 20px;
	letter-spacing: 1px;
	color: #4c5667;
	font-size: 20px;
	font-weight: 500;
}

.introduce p {
	margin-bottom: 20px;
}

.introduce h4 {
	color: #0288d1;
	font-size: 15px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
}

.introduce-pre {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #97a0af;
	line-height: 25px;
	font-weight: normal;
}

.introduce .presonal-inform li {
	margin-bottom: 20px;
}

.introduce .presonal-inform ul li {
	width: 50%;
	float: left;
}

.introduce .presonal-inform li b {
	width: 120px;
	display: inline-block;
	text-transform: capitalize;
	color: #0288d1;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.introduce .presonal-inform li {
	text-transform: capitalize;
	color: #97a0af;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}


/*---------------- Progress-bar ----------------*/

#skills {
	margin-top: 20px;
}

.skill-title h3 {
	color: #4c5667;
	letter-spacing: 1px;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.progress-bar {
	-webkit-transition: width 1.5s ease-in-out;
	-moz-transition: width 1.5s ease-in-out;
	-o-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out;
	box-shadow: none;
}

.skills-progress h4,
.skills-progress h4 span {
	color: #4c5667;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
	margin-bottom: 14px;
	letter-spacing: 0.02em;
}

.progress-solid.meter {
	height: 5px;
	position: relative;
	background: #f6f6f5;
	margin-bottom: 20px;
}

.meter .progress-bar {
	display: block;
	height: 5px;
	position: relative;
	overflow: hidden;
	background-color: #0288d1;
}

.skills-progress h4 span {
	float: right;
}

.row.mt-minus-30 {
	margin-top: -30px;
}

#skills-progress {
	margin-top: 60px;
}


/*  7. Fun-Facts
----------------------------------------------------------------------------- */

.discover {
	overflow: hidden;
	color: #fff;
	text-align: center;
	padding: 70px 0 50px 0;
	margin-top: 30px;
}

.facts {
	margin: 10px 0px;
	padding: 0;
}

.facts i {
	font-size: 36px !important;
	color: #0288d1;
	background-color: #fff;
	height: 80px;
	width: 80px;
	display: inline-block;
	text-align: center;
	line-height: 80px;
	border-radius: 50px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.title p {
	font-size: 14px;
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	color: #222;
}

.col-md-1.col-sm-1.col-xs-1.facts.animated.zoomIn.wow.animated {
	width: 11%;
}

.discover {
	background: #e6e6e6 !important;
}

.tab-content>.active {
	display: block;
	text-align: center;
}


/*  8. Time Line floor
----------------------------------------------------------------------------- */

.experience h2 {
	color: #4c5667;
	font-size: 25px;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.time-line {
	position: relative;
}

.time-line:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	width: 2px;
	margin: 0 auto;
	height: 80%;
	background: #0288d1;
	top: 15px;
}

.rs-round:hover {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.rs-round {
	content: "";
	position: absolute;
	text-align: center;
	height: 120px;
	line-height: 120px;
	width: 120px;
	border-radius: 50%;
	left: 0px;
	margin-left: -60px;
	border: 10px solid #fff;
	background-color: #0288d1;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.rs-round.second {
	right: 0 !important;
	left: auto !important;
	margin-right: -60px !important;
}

.edu-second {
	left: 0px !important right: auto !important;
	margin-right: -60px;
}

.rs-round i {
	color: #fff;
	font-size: 30px;
}

.rex-item h3 {
	font-size: 22px;
	color: #0288d1;
	font-weight: 400;
}

.rex-item h4 {
	font-weight: 500;
	font-size: 17px;
	color: #4c5667;
	letter-spacing: 1px;
	margin-top: 10px;
}

.rex-item p {
	line-height: 20px;
	font-size: 14px;
	color: #97a0af;
}

.rex-left {
	padding-right: 80px;
	text-align: right;
}

.rex-right {
	padding-left: 80px;
	text-align: left;
}

.rex-item {
	padding-top: 7px;
}

.time-line .colam {
	margin-bottom: 80px;
}

.colam-tird {
	margin-bottom: 0px;
}

.education h3 {
	text-align: center;
	color: #4c5667;
	font-size: 25px;
	letter-spacing: 1px;
	padding-top: 40px;
	padding-bottom: 10px;
}


/*  9. live
----------------------------------------------------------------------------- */

.live {
	background: #ffdc2e;
}

.live {
	margin-top: 20px;
}

.thumb {
	margin-top: 30px;
	width: 100%;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .26);
}

.thumb:hover {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .18);
}

.thumb-img {
	border-radius: 0px;
	overflow: hidden;
}

a:focus {
	outline: none !important;
}

.live-category {
	text-align: center;
	display: inline-block;
}

.live-category li .current {
	font-weight: 700;
	color: #fff;
	background-color: #0288d1;
}

.live-category li a {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .26);
	background-color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	color: #97a0af;
	line-height: 1.2;
	display: inline-block;
	padding: 14px 15px;
	margin-right: 7px;
	list-style: none;
	cursor: pointer;
	text-transform: none;
}

.live-category li a:hover {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .18);
}

.live-category li {
	display: inline-block;
}

.live-images {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.live-images .pf-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	background-color: rgba(2, 136, 209, 0.50);
	-webkit-transition: all .2s;
	transition: all .2s;
	cursor: default;
}

.live-deatil {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40%;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.live-deatil {
	z-index: 1;
}

.live-deatil i {
	text-align: center !important;
	color: #fff;
	font-size: 30px;
	margin-bottom: 7px;
}

.live-deatil h3 {
	font-size: 17px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}

.live-deatil a {
	font-size: 17px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	position: absolute;
	left: 34%;
	bottom: 15px;
	text-transform: uppercase;
}

.live-images:hover .portfolio-deatil {
	opacity: 1;
	visibility: visible;
}

.live-images:hover .pf-overlay {
	opacity: 1;
	visibility: visible;
}


/*  10. Fun-Facts
----------------------------------------------------------------------------- */

.overview {
	overflow: hidden;
	color: #888;
	text-align: center;
	padding-top: 73px;
}

.overview {
	margin: 0px;
}

.overview-form input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
	background: white;
	border: 1px solid;
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=submit]{
	border-radius: 20px;
	padding: 12px 30px !important;
}

.overview-form label {
	font-size: 12px;
	color: #9e9e9e;
}

.overview h1 {
	font-size: 28px;
	margin-top: 20px;
	font-family: 'Oswald', sans-serif;
	color: #320b40;
	text-align: left;
	text-transform: uppercase;
}

.overview p {
	font-family: 'Roboto', sans-serif;
	color: #353535;
	margin-top: 10px;
	font-size: 14px;
	text-align: left;
	padding-top: 0;
}

.counter span {
	color: #4c5667;
}

.counter {
	color: #fff;
}

.bg-dark {
	background: #0288d1;
}


/*---------------- Magnific Popup ----------------*/

.mfp-bg {
	background-color: rgba(2, 136, 209, 0.50);
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .96;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
	-moz-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
	-ms-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
	-o-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
	transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px) rotateX( 0);
	-moz-transform: translateY(0) perspective( 600px) rotateX( 0);
	-ms-transform: translateY(0) perspective( 600px) rotateX( 0);
	-o-transform: translateY(0) perspective( 600px) rotateX( 0);
	transform: translateY(0) perspective( 600px) rotateX( 0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
	-moz-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
	-ms-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
	-o-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
	transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-container {
	padding: 28px !important;
	overflow: auto;
}

.popup-box {
	background: #fff;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .18);
	-moz-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .18);
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .18);
}

.popup-box .mfp-close {
	background: #fff;
	top: -24px;
	right: -24px;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
	opacity: 1;
	font-size: 26px;
}

.popup-box .mfp-close:hover {
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .18);
	-moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .18);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .18);
}

.popup-box .popup-content {
	padding: 10px 30px 10px 0px;
}

.popup-box .popup-content h2 {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #0288d1;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 20px;
}

.popup-box .popup-content p {
	font-size: 14px;
	color: #97a0af !important;
	font-weight: 400;
}


/*  10. Testimonials
----------------------------------------------------------------------------- */

.testi-title {
	color: #0288d1;
	font-size: 30px;
	text-transform: uppercase;
}

.testimonials {
	background: url("../images/parallax.html") no-repeat center;
}

#testi-carousel {
	padding: 50px 0px 50px 0px;
}

.testimonials h4 {
	color: #fff;
	font-weight: 400;
	line-height: 32px;
	font-size: 16px;
	font-style: italic;
	color: rgba(255, 255, 255, 0.77);
}

.testimonials i {
	color: #0288d1;
	font-size: 50px;
	font-style: italic;
}

.testimonials p {
	color: #0288d1;
	font-style: italic;
	margin-top: 10px;
	font-size: 15px;
}

.owl-theme .owl-controls .owl-page span {
	background-color: #0288d1;
}

.owl-theme .owl-controls {
	margin-top: 40px;
}


/*  11. Blog-post
----------------------------------------------------------------------------- */

.card-wrapper {
	margin-top: 30px;
}

.card .card-action {
	border-top: none !important;
}


/*---------------- Button ----------------*/

a.load {
	margin-top: 20px;
	text-align: center !important;
	color: #fff;
	background-color: #0288d1;
	text-decoration: none;
	padding: 15px 30px;
	line-height: 15px;
	font-weight: 500;
	height: auto;
	width: auto;
	border-radius: 0px;
}

a.load:hover {
	color: #fff;
	background-color: #0288d1;
	text-decoration: none;
}


/*  12. Contact
----------------------------------------------------------------------------- */

.contact-detial {
	margin-top: 25px;
}

.contact-inform h2 {
	font-size: 18px;
	font-weight: 400;
	color: #0288d1;
	text-transform: uppercase;
	margin-top: 46px;
}

.contact {
	/* background-color:#606062!important; */
	padding: 40px 0 30px 0;
	background: url(../images/mid-pattern.png);
}

.m-bg {
	background: url(../images/m-bg.png) center;
	background-repeat: no-repeat;
	background-size: contain;
}

.ci-items address {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #777;
	line-height: 1.7;
	margin-top: 12px;
	margin-bottom: 0px;
}

.ci-items {
	margin-bottom: 23px;
}


/*---------------- Contect-form ----------------*/

.section-form {
	margin-top: 20px;
}

.contact-info {
	display: block;
	padding: 8px 0;
}

.contact-info li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

.contact-info li a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 14px;
	display: block;
}

.contact-info li:last-child {
	border-right: none;
	box-shadow: none;
}

.contact-form .input-field {
	margin-top: 5px;
	margin-bottom: 15px;
}

.contact-form .input-field-submit {
	margin-bottom: 0px;
}

.contact-form .card-panel {
	margin: 0;
}

.contact-form .input-label {
	color: #bbb;
	left: 0;
	font-size: 14px;
	font-weight: 500 ! important;
}

.contact-form .input-label.active {
	color: #0288d1 !important;
	font-size: 12px;
	border-bottom: #0288d1 !important;
}

.contact-form .materialize-textarea:focus,
.contact-form .input-box:focus {
	border-bottom: 1px solid #0288d1 !important;
	box-shadow: 0px 1px 0px #0288d1 !important;
}

.contact-form .materialize-textarea,
.contact-form .input-box {
	margin-bottom: 0;
	border-bottom: 1px solid #777 ! important;
	box-shadow: 0px 1px 0px #fff;
	color: #444444;
	font-size: 15px;
	height: 35px;
}

.contact-form .materialize-textarea {
	padding: 0px;
	margin: 0;
	height: 110px !important;
	overflow: hidden;
	overflow-y: auto;
}

.input-field.textarea-input label {
	bottom: auto;
	top: 0px;
}

.input-field label.active {
	-webkit-transform: translateY(-130%);
	-ms-transform: translateY(-130%);
	transform: translateY(-130%) ! important;
}

.textarea-input label.active {
	bottom: auto;
	top: 0px;
}

.contact-form .submit-btn {
	background-color: #0288d1;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	line-height: 15px;
	width: auto;
	height: auto;
	border-radius: 0px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .26);
}

.contact-form .submit-wrap {
	margin-bottom: 0px;
}

.contact-form .submit-btn:hover,
.contact-form .submit-btn:focus {
	color: #fff ! important;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .18);
}

.form-loader-area {
	margin-top: 9px;
	display: none;
}

.error {
	margin: 8px 0px;
	color: red;
	display: none;
	font-family: 'Roboto', sans-serif !important;
}

#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
	font-family: 'Roboto', sans-serif !important;
}


/*  14. Footer
----------------------------------------------------------------------------- */

.footer-first {
	background-color: #fff;
}

.section-footer p {
	color: #222;
	font-family: 'Roboto', sans-serif;
	margin: 20px 0;
	text-transform: uppercase;
	text-align: center;
}

.bottom-footer p {
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

section.footer-second {
	padding: 0;
}


/*  15. Blogpages
----------------------------------------------------------------------------- */


/*----------- 1). Masonry -----------*/

.banking {
	padding-top: 90px;
	padding-bottom: 50px !important;
}

.bank li {
	width: 20%;
	text-align: center;
}

ul.social.footer-social {
	margin-top: 26px;
}

ul.social.footer-social li {
	display: inline;
	padding: 0 18px;
}

ul.social a {
	line-height: 90px;
	color: #fff;
	margin-left: 20px;
}


/*----------------- Video -----------------*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}


/*----------------- Audio -----------------*/

.audioWrapper iframe {
	top: 0;
	left: 0;
	width: 100%;
	border: none;
}


/*  17. Back-to-top
----------------------------------------------------------------------------- */

.back-to-top,
.back-to-top:focus {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 5;
	line-height: 40px !important;
	height: 40px;
	width: 40px;
	color: #fff;
	font-size: 30px;
	border-radius: 50%;
	background-color: #0288d1;
	text-align: center;
	border: none;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .26);
}

.back-to-top:hover {
	background-color: #0288d1;
	color: #fff;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .18);
}


/*  18. Responsive
----------------------------------------------------------------------------- */

@media only screen and (max-width: 479px) {
	#style-switcher {
		display: none;
	}
}

@media only screen and (max-width: 639px) {
	.introduce .presonal-inform li b {
		width: 200px;
	}
	.introduce .presonal-inform ul li {
		width: 350px;
	}
	.about-img img {
		float: none !important;
		margin: 0 auto !important;
	}
	#skills-progress {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.bank li {
		width: auto;
		text-align: center;
	}
	#floor .tab-pane {
		height: auto !important;
		background: none;
	}
	#slideit label.open {
		top: 43%;
		background: #fcf004 !important;
	}
	li.menu-line {
		display: none;
	}
	.tab-pane img {
		height: auto !important;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #0288d1;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #4c5667;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: 1px;
	}
	.navbar-brand {
		height: auto;
	}
	.nav li {
		float: none !important
	}
	.navbar-custom {
		background-color: #000;
	}
	.navbar-custom .navbar-brand {
		color: #ffffff;
		padding: 13px 15px 20px 15px;
		margin-top: 10px;
		height: auto;
	}
	.navbar-custom .navbar-toggle {
		margin-top: 15px;
	}
	.intro-title,
	.intermediate-container .heading h2 {
		font-size: 30px;
	}
	#home {
		padding: 200px 0px 120px;
	}
	.carousel-title h1 {
		font-size: 26px !important;
	}
	.carousel-text p {
		font-size: 14px !important;
		font-family: 'Roboto', sans-serif;
	}
	.carousel-text .sub-title {
		font-size: 20px !important;
	}
	.facts i {
		font-size: 30px !important;
		height: 65px;
		width: 65px;
		line-height: 65px;
	}
	.counter h1 {
		font-size: 23px;
	}
	.time-line {
		position: relative;
	}
	.time-line:before {
		margin-left: 52px;
	}
	.rex-item h3 {
		font-size: 20px;
	}
	.rex-item h4 {
		font-size: 15px;
	}
	.rex-item p {
		font-size: 13px;
	}
	.rex-left {
		padding-right: 15px;
		text-align: right;
	}
	.rex-right {
		padding-left: 15px;
	}
	.rex-item {
		padding-left: 0px;
		text-align: left;
		margin-left: 130px;
	}
	.rs-round {
		left: 15px;
		margin: 0px !important;
		height: 105px;
		line-height: 105px;
		width: 105px;
	}
	.rs-round.second {
		margin: 0px !important;
		left: 15px !important;
		right: 0px !important;
	}
	.portfolio-category {
		text-align: left;
		font-weight: 500;
	}
	.portfolioFilter {
		text-align: left;
	}
	.portfolio-category li {
		margin-bottom: 15px;
	}
	.portfolio-category li a {
		padding: 10px 10px;
	}
	.popup-box {
		max-width: 450px;
	}
	.popup-box .popup-content {
		padding: 10px 20px 10px 20px;
	}
	.social li {
		margin: 0px;
	}
	.footer-social-area .social a {
		text-align: center;
		margin-left: 2px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: none;
		color: #0288d1;
		padding: 0px;
		background-color: #fff;
		line-height: 40px;
		display: inline-block;
		float: left;
		outline: none !important;
	}
	.back-to-top,
	.back-to-top:focus {
		position: fixed;
		right: 15px;
		bottom: 25px;
		line-height: 40px !important;
		height: 40px;
		width: 40px;
	}
	.contact-form .input-field {
		margin-bottom: 25px;
	}
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 30px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 1023px) {
	.popup-box {
		max-width: 500px;
	}
	.popup-box .popup-content {
		padding: 10px 20px 10px 20px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

#flashcontent {
	height: 100%;
}

.form-control {
	display: block;
	width: 100%;
	height: 20px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-default:hover {
	color: #fff;
	background-color: #333;
	border-color: #efefef;
	border-radius: 0;
}

.btn-default {
	color: #fff;
	background-color: #333;
	border-color: #efefef;
	border-radius: 0;
	height: 25px;
	line-height: 30px;
}

.modal .wpcf7-submit {
	background: black !important;
	color: white!important;
	width: 20%!important;
	padding: 7px!important;
	border: none!important;
}

#wpcf7-f1022-o2 .wpcf7-submit {
	background: black !important;
	color: white!important;
	width: 20%!important;
	padding: 7px!important;
	border: none!important;
	margin: auto 2px!important;
}

.close {
	float: right;
	font-size: 40px;
	margin: 30px;
	line-height: 1;
	color: #fff;
	text-shadow: none;
	filter: 1;
	opacity: 1;
}

.span.wpcf7-not-valid-tip {
	margin: 10px auto;
	width: 75%;
}

.inside .header-title {
	margin-bottom: -34px;
}
.services img{
	border-radius: 120px;
	    border-radius: 120px;
    -webkit-box-shadow: 0px 4px 19px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 19px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 19px 0px rgba(0,0,0,0.3);
    border: 5px solid #d6312d;
}

#contact .wpcf7-submit {
	background: black !important;
	color: white!important;
	width: 20%!important;
	padding: 7px!important;
	border: none!important;
	margin: 15px 0px !important;
}

#slideit input:hover,
#slideit input:focus,
#slideit select:hover,
#slideit select:focus,
#slideit textarea:hover,
#slideit textarea:focus {
	border-bottom-color: #ddd !important;
}

.bottom-footer img {
	width: 80%;
}

.section-footer p {
	font-size: 12px;
}

hr {
	display: none;
}

#wpcf7-f1022-o2 div.wpcf7-validation-errors {
	border: 2px solid red !important;
	color: white !important;
}

.floor .tab-content {
	margin-bottom: 70px;
	margin-top: 22px;
}

@media (min-width:1000px) {
	.marginleft {
		margin-left: 6%;
	}
}

@media (max-width:1000px) {
	.marginleft {
		margin-bottom: 15px;
	}
}

#slideit span.title {
	padding: 15px !important;
}

#slideit .field {
	margin: 8px 0px 0px 0px !important;
}

#slideit input {
	height: 27px !important;
}

#slideit .wrap {
	padding-top: 15px !important;
	padding-bottom: 10px !important;
}

#slideit input,
#slideit select,
#slideit textarea {
	padding: 0 0px 4px 8px !important;
}

#brouchure .wpcf7-not-valid-tip {
	margin: 10px auto !important;
	width: 75% !important;
}

div.wpcf7-validation-errors {
	border: 2px solid red !important;
	clear: both;
	background: white;
}

@media (max-width:500px) {
	.modal-content span.title {
		font-size: 16px!important;
		padding: 17px!important;
		color: #fff;
		background: #FF6633;
		text-transform: uppercase;
		display: block;
		width: auto !important;
		font-weight: 600;
	}
}

.maps iframe {
	pointer-events: none;
}

.tab-pane img {
	height: 100%;
}

#floor .tab-pane {
	height: 800px;
	background: none;
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: relative;
	top: 0;
	bottom: 0;
	left: none;
	margin: 0 auto;
	width: 49%;
	height: 500px;
	border: 0
}

#slideit section {
	margin: 0;
	overflow: hidden;
	width: 320px;
	height: auto;
	left: 0;
	top: 10% !important;
	position: absolute;
	z-index: 10;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-moz-transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-ms-transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-o-transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
	transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
}

div.wpcf7-mail-sent-ok {
	clear: both !important;
}

.bg-dark-yellow {
	background: #ffdc2e;
}

.bg-dark-gold {
	background: #eaeaea;
}

.bg-dark-teal {
	background: #d62917;
}

.bg-dark-red {
	background: #ec333c;
}

.bg-dark-maroon {
	background: #eb3452;
}

.ascentia-tabs li a {
	color: #333 !important;
}

.no-skw {
	-ms-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	font-size: 35px;
}

.section-footer a {
	color: #333 !important;
}

#wpcf7-f1022-o2 div.wpcf7-validation-errors {
	border: 2px solid red !important;
	color: #000!important;
}

.nav-tabs .active {
	/* background: #eb3452; */
	background: #efaa25 !important;
}

.ascentia-tabs ul li .active {
	background: #efaa25 !important;
}

.nav-tabs .active a {
	color: #d62917 !important;
}

@media (min-width:602px) {
	.mobile {
		display: none;
	}
}

@media (max-width:601px) {
	.desktop {
		display: none;
	}
	.overview p {
		text-align: justify;
    padding: 0px 20px;
	}
	.overview h1 {
		text-align: center;
	}
	.footer-logo {
		display: none;
	}
	.bottom-footer p {
		padding-bottom: 0px !important;
		margin-top: 0 !important;
	}
	.bottom-footer {
		float: left !important;
		padding-top: 0px !important;
	}
	.mbt {
		margin-bottom: 10px;
	}
	.addr {
		margin: 10px 0 !important;
	}
	ul.social a {
		line-height: 28px;
		color: #fff;
		margin-left: 0 !important;
	}
	.facts {
		padding: 0px 0px 0px 0px !important;
	}
	.overview-form input:not([type]),
	input[type=text],
	input[type=password],
	input[type=email],
	input[type=url],
	input[type=time],
	input[type=date],
	input[type=datetime-local],
	input[type=tel],
	input[type=number],
	input[type=search],
	textarea.materialize-textarea {
		width: 93% !important;
	}
	#slideit input:required,
	#slideit textarea:required {
		width: 100% !important;
	}
}

.pad-lr0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

form .input-field input,
form .input-field textarea,
form .input-field input.select-dropdown {
	background: #ffffff none repeat scroll 0 0;
	border-color: #858585;
	box-sizing: border-box;
	color: #858585;
	float: left;
	line-height: 20px;
	font-size: 13px;
	height: 36px;
	letter-spacing: 0.3px;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.cont-btn {
	background: #636363;
	color: #fff;
	padding: 6px;
	width: 95%;
	border: none;
	margin-bottom: 10px;
}

.embed-responsive-16by9 {
	padding-bottom: 38.25%;
}

.disclaimer i {
	font-size: 16px;
	vertical-align: middle;
}

.back1 {
	background-color: green;
}