/*
Impulse Template
http://www.templatemo.com/tm-469-impulse
*/

body {
	background: #f8f8f8;
	color: #606060;
	font-family: 'Proxima', sans-serif;
	font-size: 16px;
	font-weight: 400;
	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: "Proxima Bold";
	font-weight: bold;
}
p {
	letter-spacing: 1px;
	line-height: 28px;
}
hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.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;
}
.sk-spinner-rotating-plane.sk-spinner {
	width: 40px;
	height: 40px;
	background-color: #8e2338;
	border-radius: 50%;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@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 {
	background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
	color: #ffffff;
	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;
	position:relative;
}
#home h2 {
	letter-spacing: 2px;
}
#home .btn {
	background: #8e2338;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	font-size: 16px;
	padding: 20px 40px;
	margin-top: 60px;
}
#home .btn:hover {
	background: #fff;
	color: #8e2338;
	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: #606060;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px;
}
.navbar-default .navbar-nav li a:hover {
	color: #8e2338;
}
.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: #8e2338;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #8e2338;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
/* intro section */
#intro {
	padding-top: 180px;
	padding-bottom: 140px;
	position:relative;
	background:#8e2338;
	color:#FFF;
	text-align:left;
	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;
	
}
#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;
}
.bg-red {
	background-color: #8e2338;
	color: #ffffff;
}
#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 */

/* work section */
/* intro section */
#vision {
	padding-top: 180px;
	padding-bottom: 330px;
	position:relative;
	color:#8e2338;
	text-align:left;
	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;
	background: #FFF url(../images/maroon-triangle-2.png);
	background-attachment: fixed;
	background-position: 100% 0%;
	background-repeat:no-repeat;
	background-size:25%;
	
}
#vision h4 {
	padding-bottom: 16px;
}

/* intro section */
#mission {
	padding-top: 180px;
	padding-bottom: 230px;
	position:relative;
	background:#FFF;
	color:#8e2338;
	text-align:left;
	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;
	background: #FFF url(../images/maroon-triangle-1.png);
    background-attachment: fixed;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 25%;
	
}
#mission h4 {
	padding-bottom: 16px;
}


/* team section */
#team {
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
}
#team hr {
	border-color: #8e2338;
}
#team h3 {
	font-size: 20px;
	line-height: 10px;
}
#team h4 {
	color: #FFF;
	font-weight: bold;
	
}
#team .media-body{
	text-align:justify;
}
#team .team-des {
	background-color: #8e2338;
	color: #ffffff;
	padding: 20px 12px;
	position: relative;
}
/* portfolio section */
#portfolio {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../images/testimonal-bg.jpg) 0 0 no-repeat;
}
#portfolio h2 {
	color: #FFF;
}
#portfolio h3 {
	color: #8e2338;
}
#portfolio a {
	text-decoration: none;
}
#portfolio img {
	border-radius: 1px;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 34px;
	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: #8e2338;
	color: #ffffff;
	padding: 0 0 60px 0;
}
#price .plan .plan_title {
	background-color: #f6f6f6;
	color: #202020;
	padding-top: 40px;
	padding-bottom: 40px;
}
#price .plan .plan_sub_title {
	border-bottom: 1px solid #ffffff;
	padding: 30px;
}
#price .plan ul {
	padding: 0;
}
#price .plan ul li {
	display: block;
	font-family: "Proxima";
	font-size: 16px;
	padding: 40px 0 10px 0;
}
#price .plan .btn {
	background: #ffffff;
	border: none;
	border-radius: 0;
	color: #202020;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 40px;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
}
#price .plan .btn:hover {
	background: #202020;
	color: #ffffff;
}
/* google map section */
#map-canvas {
	border: none;
	width: 100%;
	height: 400px;
}
/* contact section */
#contact {
	background: #f6f6f6 url('../images/getintouch-bg.jpg') 0 0 repeat-y fixed;
}
#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: #8e2338;
	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: #202020;
	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: #8e2338;
}
.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: #8e2338;
	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;
	padding:20px;
}
.social-icon li a:hover {
	background: #080808;
}

.bg-white{
	background:#FFF;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.home-logo{
	float: left;
    left: 0px;
    top: 0px;
    position: absolute;
    height: 100%;
    bottom: 0px;
    overflow: hidden;
	background: url(../images/white-triangle.png) 0 0 no-repeat;
	background-size: cover;
}
.home-logo h1{
	color:#8e2338;
	font-size:24px;
	text-align:left;
}
.intro-logo{
	float: right;
    right: 0px;
    top: 0px;
    position: absolute;
    overflow: hidden;
	background: url(../images/intro-img.png) 0 0 no-repeat;
	background-position: center;
	background-size: cover;
}

.vision-logo{
	float: right;
    left: 0px;
    bottom: 0px;
    position: absolute;
    overflow: hidden;
	background: url(../images/vision-bg.png) 0 0 no-repeat;
	background-position: 100%;
	background-size: cover;
}
.vision-logo img{
	float:right;
}
.vision-footer{
	margin-bottom:180px !important;
}
.text-intro{
	z-index:10;
}
.text-intro h3{
	margin-top:70px;
	margin-bottom:0px;
}
.text-intro h2{
	margin:0px;
}

.text-intro hr{
	width:100% !important;
}

.mission-logo{
	float: right;
    right: 0px;
    top: 0px;
    position: absolute;
    overflow: hidden;
	background: url(../images/mission-bg.png) 0 0 no-repeat;
	background-position: center;
	background-size: cover;
}

.text-mission{
	z-index:10;
}
.text-mission h3{
	margin-top:70px;
	margin-bottom:0px;
}
.text-mission h2{
	margin:0px;
}
.text-mission hr{
	width:100% !important;
}

.text-vision{
	z-index:10;
}
.text-vision h3{
	margin:0px;
	margin-top:10px;
}
.text-vision h2{
	margin:0px;
}
.text-vision hr{
	width:100% !important;
}

.text-service{
	padding-top:100px;
	padding-bottom:100px;
}

.text-service h3{
	margin-top:70px;
	margin-bottom:0px;
}
.text-service h2{
	margin:0px;
}

.text-service-p{
	text-align:left;
	padding:30px;
}

.service-row{
	background: url(../images/service-bg.png) 0 0 no-repeat;
	background-position: right;
    background-size: 70%;
	
}

.team-row-1{
	background: url(../images/team-1.jpg) 0 0 no-repeat;
	background-position: right;
    background-size: 70%;
	color:#8e2338;
}


.media-left, .media>.pull-left {
    padding-right: 40px;
}

.pt-15{
	padding-top:15px;
}

.pb-15{
	padding-bottom:15px;
}
.color-red{
	color:#8e2338;
}
.justify-text{
	text-align:justify;
}
.vertical-white{
	background: url(../images/white-bg-vertical.png) 0 0 no-repeat;
	background-position: 60%;
	background-size:cover;
}

@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;
}
.service-row{
	background: url(../images/service-bg.png) 0 0 no-repeat;
	background-position: right;
    background-size: 70%;
}

.team-row-1{
	background: url(../images/team-1.jpg) 0 0 no-repeat;
	background-position: right;
    background-size: 70%;
	color:#8e2338;
}

}
@media (max-width:767px) {
.navbar-brand {
	padding-top: 6px;
}
.service-row{
	background: url(../images/service-bg.png) 0 0 no-repeat;
	
}
.team-row-1{
	background: url(../images/team-1.jpg) 0 0 no-repeat;
	color:#8e2338;
}
.footer-image{
	width:100%;
}
}
@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;
}
.service-row{
	background: url(../images/service-bg.png) 0 0 no-repeat;
	
}
.team-row-1{
	background: url(../images/team-1.jpg) 0 0 no-repeat;
	color:#8e2338;
}
}

