/*
ROMNA Template
http://www.templatemo.com/free-website-templates/
*/

body {
	background: #f8f8f8;
	color: #666666;

	font-size: 16px;

	position: relative;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-align: center;
	vertical-align: middle;
}
@font-face {
	font-family: 'Proxima';
	src: url(../fonts/ProximaNova-Regular.otf);
}
@font-face {
	font-family: 'Proxima Bold';
	src: url(../fonts/ProximaNova-Bold.otf);
}
h1, h2, h3, h4, h5, h6 {
	

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


	
}
p {
	letter-spacing: 1px;
	line-height: 28px;
	text-align: left;
}
hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size:64px;
	text-shadow: 4px 4px 2px rgba(34,34,34,0.6);
    
    
    font-family: 'Montserrat', sans-serif;



} 

.rate { font-size: 32px; color: #ffc926; font-weight: 100; margin: 2px; }
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 10px;
}
.boom { margin-top: 50px; margin-bottom: 50px; }
.title {
	padding-bottom: 40px;
}
.title h2 {
	color: #202020;
	line-height: 20px;
	padding-bottom: 30px;
}
.title p {
	padding-top: 14px;
	padding-bottom: 30px;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
/* preloader section */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none repeat scroll 0 0 #fff;
	background: none repeat scroll 0 0 #f9f9f9;
}
@keyframes spinHorizontal {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

.sk-spinner-rotating-plane.sk-spinner {
	width: 80px;
	height: 80px;
	background-color: #003767;
	border-radius: 50%;
	background-image: url('../spinner.jpg');
	 -moz-animation: spinHorizontal .8s infinite linear;
    -o-animation: spinHorizontal .8s infinite linear;    
    -webkit-animation: spinHorizontal .8s infinite linear;
    animation: spinHorizontal .8s infinite linear;
}
@keyframes sk-rotatePlane {
0% {
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
/* home section */
#home {

	color: #ffffff;
	background-size: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	text-align: center;
}
#home h2 {
	letter-spacing: 2px;
}
#home .btn {
	background: #003767;
	border-radius: 20px;
	border: none;
	color: #ffffff;
	font-size: 16px;
	padding: 20px 40px;
	margin-top: 60px;
}
#home .btn:hover {
	background: #fff;
	color: #003767;
	transition: all 0.4s ease-in-out;
}
/* navigation section */
.navbar-default {
	background: #fff;
	border: none;
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);
	margin: 0 !important;
}
.navbar-default .navbar-brand {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	line-height: 40px !important;
}
.navbar-default .navbar-nav li a {
	color: #fff;
	font-weight: bold;
	
	line-height: 40px;
}
.navbar-default .navbar-nav li a:hover {
	color: #006cd9;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #606060;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #0036d9;
	background-color: transparent;
	border: none; outline: none;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #003767;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
/* intro section */
#intro {
	padding-top: 180px;
	padding-bottom: 20px;
	background: #FFF;
}
#intro h4 {
	padding-bottom: 16px;
}
/* work section */
#work {
	background-color: #ffffff;
}
#work .container {
	width: 100%;
	padding: 0;
	margin: 0;
}
#work .title {
	padding: 100px 60px 60px 60px;
}
#work .bg-black {
	background-color: #303030;
	color: #ffffff;
}
#work .bg-red {
	background-color: #003767;
	color: #ffffff;
}
#work h3 {
	padding-bottom: 60px;
}
#work .fa {
	color: #ffffff;
	cursor: pointer;
	font-size: 40px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	margin-top: 40px;
}
#work .fa:hover {
	background-color: #ffffff;
	border-radius: 50%;
	color: #303030;
}
/* team section */
#team {
	
	
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
}
#team h2 {
	color: #ffffff;
	
}

#team h3 {
	font-size: 20px;
	line-height: 10px;
}
#team h4 {
	color: #202020;
	line-height: 10px;
	font-weight: bold;
}
#team .team-des {
	background-color: #003767;
	color: #ffffff;
	padding: 20px 12px;
	position: relative;
}
#team img {
	max-width: 100%;
	height: auto;
	padding-top: 60px;
}
/* portfolio section */
#portfolio {
	padding-top: 100px;
	padding-bottom: 100px;
}
#portfolio h2 {
	line-height: 20px;
}
#portfolio h3 {
	color: #003767;
	padding-bottom: 60px;
}
#portfolio a {
	text-decoration: none;
}
#portfolio img {
	border-radius: 1px;
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity: 0.8;
	margin-bottom: 34px;
	opacity: 0.6;
	transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
	opacity: 0.9;
}
/* price section */
#price {
	background: #fff;
	padding-top: 100px;
	padding-bottom: 120px;
}
#price .plan {
	background: #003767;
	color: #ffffff;
	padding: 0 0 20px 0;
}
#price .plan .plan_title {
	background-color: #f6f6f6;
	color: #202020;
	padding-top: 10px;
	
}
#price .plan .plan_sub_title {
	border-bottom: 1px solid #ffffff;
	padding: 30px;
}
#price .plan ul {
	padding: 18px;
}
#price .plan ul li {
	display: block;
	font-family: "Proxima";
	font-size: 16px;
	padding: 5px 0 10px 0;
	text-align: left;
	border:0px; border-bottom: 1px dashed #eee;
}
#price .plan ul li span{
	
	font-family: "Proxima";
	font-size: 16px;
	float: right;
	margin-right: 0px;
}
#price .plan ul li span.badge {
	
		margin-left: 10px; 
		cursor: pointer;
}
.badge-info {
	
	background: #0086b3;
}	

#price .plan .btn {
	
}
#price .plan .btn:hover {
	background: #202020;
	color: #ffffff;
}
#price .plan .plan_title h4 { font-size: 34px; }
/* google map section */
#map-canvas {
	border: none;
	width: 100%;
	height: 400px;
}
/* contact section */
#contact {
	/* background: #f6f6f6 url('../coach.jpg') repeat-y fixed; */
	color: #ffffff;
	background-size: 100%;
	padding-top: 100px;
	padding-bottom: 80px;
}
#contact h2 {
	color: #ffffff;
}
#contact .form-control {
	border-radius: 4px;
	border: none;
	box-shadow: none;
	margin-top: 12px;
	margin-bottom: 14px;
}
#contact input {
	height: 50px;
}
#contact input[type="submit"] {
	background-color: #003767;
	color: #ffffff;
	height: 60px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
}
#contact input[type="submit"]:hover {
	background-color: #202020;
}
/* footer section */
footer {
	background: #003767;
	color: #ffffff;
	border-bottom: 10px solid #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}
footer h2 {
	padding-top: 40px;
	padding-bottom: 20px;
}
footer p {
	line-height: 20px;
}
footer .copyright a {
	color: #ffffff;
}
.social-icon {
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.social-icon li {
	list-style: none;
	display: inline-block;
}
.social-icon li a {
	background: #f8f8f8;
	border-radius: 100%;
	color: #003767;
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 0 6px 40px 6px;
}
.social-icon li a:hover {
	background: #080808;
}
@media screen and (max-width:980px) {
.navbar-default .navbar-nav li a {
	padding-right: 14px;
	padding-left: 14px;
	font-size: 13px;
}
#intro h2 {
	font-size: 32px;
}
#work .title {
	padding: 80px 20px 20px 20px;
}
.portfolio-thumb .portfolio-overlay {
	padding-top: 24px;
}
}
@media (max-width:767px) {
.navbar-brand {
	padding-top: 6px;
}
}
@media (max-width:400px) {
#home h1 {
	font-size: 32px;
}
#home h2 {
	font-size: 22px;
}
#intro h2 {
	font-size: 20px;
}
.portfolio-thumb .portfolio-overlay {
	padding-top: 60px;
}
}


.navbar-brand {

   
    height: 80px;
    padding: 0px;


}

.blue h2 {
	
	color: #003767;
	text-shadow: 0px 0px 0px rgba(150, 150, 150, 0);
}
.btns {

    background: #003767;
    border-radius: 30px;
    border: 2px solid #fff;
    color: #ffffff;
    font-size: 16px;
    padding: 20px 40px;
    margin-top: 60px;

}
.lastlink a { font-family: "Proxima", sans-serif; margin-left: 18px; margin-right: 18px; }

.mixcolor {
background: #003767;
background: -moz-linear-gradient(left, #003767 0%, #003767 23%, #212121 23%, #212121 64%);
background: -webkit-linear-gradient(left, #003767 0%,#003767 23%,#212121 23%,#212121 64%);
background: linear-gradient(to right, #003767 0%,#003767 23%,#212121 23%,#212121 64%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003767', endColorstr='#212121',GradientType=1 );
}

a,a:hover, a:active, a:focus, .btn {
   outline: 0;
}
input::-moz-focus-inner { 
  border: 0; 
}


#intro img { float:left;max-width:30%; padding-right:20px; }
#team, #contact { background-repeat: none;  background-size: 100% !important;  background-attachment: fixed !important; }	
.plan_title { min-height: 120px; }

@media only screen and (max-width: 1025px) {
	
#team, #contact, .plax { padding: 10px;  background-size: cover !important;  background-attachment: scroll !important; }	
	

	
.hideonresp { display: none; }
.title h2{ font-size: 36px; line-height: 38px; }
  #home .btn { margin: 20px !important; }
  #home { height: auto; background-size: 100% !important; }
  #intro p, #team p, #contact p { text-align: justify;
  text-justify: inter-word; }
  #intro { padding: 10px !important;   padding-top: 20px !important;  text-align: justify;
  text-justify: inter-word;  }
   #intro img {  width: 100% !important; max-width:100%!important; display: block; float: none;  }
}

.badge-success { background: #6cd900; }



.home-newsletter {
padding: 80px 0;
background: #003767;
}

.home-newsletter .single {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.home-newsletter .single h2 {
font-size: 22px;
color: white;
text-transform: uppercase;
margin-bottom: 40px; }
.home-newsletter .single .form-control {
height: 50px;
background: #e7fcfe;
border-color: transparent;
border-radius: 20px 0 0 20px; }
.home-newsletter .single .form-control:focus {
box-shadow: none;
border-color: #243c4f; }
.home-newsletter .single .btn {
min-height: 50px; 
border-radius: 0 20px 20px 0;
background: #243c4f;
color: #fff;
}

.boom-success { color: Red; font-size: 18px; }
.parms { font-size: 18px;  }
.mega { margin-top: 10px; font-size: 22px; }


.white, .white h2 small { color: #fff !important; }


.owl-prev, .owl-next  { font-size: 60px !important; }

.owl-prev {

    position: absolute;
    top: 10%;
    margin-left: 0px;
    display: block!IMPORTANT;
    border: 0px solid black;

}

.owl-next {

    width: 15px;
    height: 100px;
    position: absolute;
    top: 10%;
    right: 5px;
    display: block!IMPORTANT;
    border: 0px solid black;

}


@media only screen and (max-width: 605px) {
	
	.plan ul li  {  min-height: 60px !important;  }
	
}