@import url('https://fonts.googleapis.com/css?family=Mukta+Mahee:300,500,600');

/*
========
Universal
========

Colors:
	Blue: #5AB8E2
	Gray: #646464
	
*/

body, html {
	font-family: 'Mukta Mahee', sans-serif;
	font-size: 16px;
	overflow-x: hidden;

}
.txt-blue {color: #5AB8E2;}
.txt-gray {color: #646464;}
.txt-white {color: #ffffff;}
.txt-300 {font-weight: 300;}
.txt-500 {font-weight: 500;}
.txt-600 {font-weight: 600;}


a:hover, .btn:hover {
	text-decoration: none !important;
    -webkit-transition: all ease-in 250ms;
    -moz-transition: all ease-in 250ms;
    -o-transition: all ease-in 250ms;
    transition: all ease-in 250ms;
}

.flip {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}


h2.section-heading { font-weight: 600;}

p, li { 
	font-weight: normal;
	font-size: 1em;
	list-style-type: none;
}

#header, #services, #about, #contact {
	padding: 75px 10px;
}


/*
========
NAVIGATION
========
*/

.main-nav {
	margin: 0 auto;
	padding: 10px 0;
	background: rgba(255,255,255,0.9);
	z-index: 999;
	width: 100%;
	text-align: center;
}


.main-nav li {
	display: inline-block;
	list-style-type: none;
	padding: 0 35px;
}

.main-nav li a {
	color: #646464;
	font-size: 1.2em;	
}

.main-nav li a:hover, .main-nav li a:focus, .main-nav li a:active {
	color: #5AB8E2;
}

.main-nav.stickytop {
	position:fixed;
	top:0;
	width: 100%;
	border-bottom: 1px solid #646464;
}

.btn-client {
	background: #5Ab8E2;
	color: #fff;
	font-size: 1em;
	border-radius: 0;
	top: 0;
	left: 0;
}

.btn-client:hover, btn-client:focus, btn-client:active {
	background: #646464;
	color: #fff;
}

#navigation .text-right a {
	color: #646464;
	font-size: 1.3em;
	font-weight: 600;
}

#navigation .flip {color: #5Ab8E2;}


.fa-bars {
	position: fixed;
	margin-top: 10px;
	z-index: 900;
	color: #646464;
}

.logo {
	width: 200px;
	height: auto;
	margin: 0 auto;
}

#navigation .hidden-sm:hover {
	text-decoration: none;
}

.modal {
  background: rgba(255,255,255,0.6);
}

.modal-header {
  border-bottom: none;
}

.modal ul {
	list-style-type: none;
	font-size: 1.3em;
	color: #404041;
	font-weight: 600;
}

.modal li {
	padding: 10px 0;
	font-weight: 600;
}


.modal .mobile-phone a {
	color: #646464;
}

.modal .btn-secondary {
	background: #5AB8E2;
	border: 1px solid #5AB8E2;
}

.modal .btn-secondary:hover, .modal .btn-secondary:focus,
.modal .btn-secondary:active {
	background: #fff;
	color: #5AB8E2;
}

.nav {color: #646464;}

.nav:hover {color: #5AB8E2;}

.modal-body img {
	height: auto;
	width: 200px;
	margin-top: -45px;
	padding-bottom: 30px;
}

/*
========
HEADER
========
*/

#header {
	background: url(../img/bg-header.jpg) center no-repeat;
	background-size: cover;
	height: 450px;
	width: 100%;
}

.btn-intro {
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 1.5em;
	border: 1px solid #fff;
	width: 220px;
	padding: 15px 0;
}

.btn-intro:hover, .btn-intro:focus, .btn-intro:active {
	background: rgba(0,0,0,1.0);
	color: #5AB8E2;
}

/*
========
SERVICES
========
*/

#services-anchor, #about-anchor {
	position: absolute;
	margin-top: -35px;
}

#services-display a {
	margin: 50px 0;
	color: #646464;
}

#services-display a:hover, #services-display a:focus, #services-display a:active {
	color: #5AB8E2;
}

#services p {
	font-size: 1.2em;
	color: rgba(0,0,0,0.4);
	font-style: italic;
}


#services-display .rounded-circle {
	width: 140px;
	height: 140px;
	background: #5AB8E2;
	margin: 0 auto;
}

#services-display h3 {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 500;
	padding: 15px 0;
}

.btn-services {
	background: #5AB8E2;
	color: #fff !important;
	font-size: 1.2em;
	border: 2px solid #fff;
	width: 220px;
	padding: 15px 0;
	margin: 75px 0 10px 0;
}

.btn-services:hover, .btn-services:focus, .btn-services:active {
	background: #fff;
	color: #5AB8E2 !important;
	border: 2px solid #5AB8E2;
}

/* SERVICES MODALS */

.modal-body { text-align: center; }

.modal-body img {
  width: 145px;
  height: auto;
  margin: 0 auto;
  padding: 15px 0;
}

.modal-body h5 {
font-size: 1.3em;
text-align: center;
}

.modal-body p { 
	color: rgba(0,0,0,0.6); 
	text-align: left;
}

/*
========
ABOUT
========
*/

#about {
	background: #5AB8E2;
	color: #fff;
}

#about h3 {
	font-size: 2em;
	padding: 35px 0;
}

#about p {
	max-width: 900px;
	margin: 0 auto;
	line-height: 2em;
	padding: 25px 10px;
	font-size: 1.2em;
}

#mission h4 {
	background: #fff;
	color: #5AB8E2;
	font-size: 2.2em;
	padding: 7px 0;
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
}

#mission h5 {
	margin: 10px 0;
	font-weight: 600;
}

#mission p {
	font-weight: 300;
	line-height: 1.2em;
	font-size: 1em;
	margin-top: -30px;
	max-width: 350px;
}

/*
========
CONTACT
========
*/

#contact {
	background: url(../img/bg-contact.jpg) center no-repeat;
	background-size: cover;
	font-size: 1.2em;
	font-weight: 300;
	padding: 75px 10px 20px 10px;
}

#contact a {
	font-size: 1em;
	color: #fff;
}
#contact a:hover, #contact a:focus, #contact a:active {color: #5AB8E2;}


#contact .row {
	margin-top: 25px;
}

#contact-info .fas {
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	color: #fff;
}

.help-block, .text-danger {
	padding: 10px !important;
	color: #5AB8E2 !important;
	font-weight: 300 !important;
	font-size: 0.9em !important;
	list-style-type: none !important;
}

.form-control, .form-control:hover, .form-control:focus,
.form-control:active {
	margin: 0 auto;
	font-size: 1em;
	font-weight: 300;
	border: 1px solid #fff;
	background: rgba(0,0,0,0.4);
	color: #fff !important;
	border-radius: 0;
	padding: 15px 10px;
}

.alert-success, .alert-danger {
	color: #fff;
	background-color: rgba(0,0,0,0);
	border: none;
	margin-top: -50px;
	margin-left: -25px;
}

#contact .btn {
	background: rgba(0,0,0,0.4);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	width: 150px;
	padding: 10px 0;
	margin-top: -50px;
}

#contact .btn-success {
	margin-right: 10px;
}

#contact .btn:hover, #contact .btn:focus, #contact .btn:active {
	background: #5AB8E2;
}

#contact-info {
	margin-bottom: 100px !important;
}

/*
========
FOOTER
========
*/

#footer {
padding: 10px 10px;
background: #646464;
color: #fff;
text-align: center;
font-weight: 300;
font-size: 1em;
}

/*
========
THANK YOU
========
*/

#thankyou {
  padding: 100px 0;
}
#thankyou .col-12 {
  margin: 25px 0;
}
.btn-thankyou {
  border: 1px solid #fff;
  padding: 30px;
  margin-top: 25px !important;
  position: relative;
}

#thankyou .btn:hover, #thankyou .btn:focus, #thankyou .btn:active {
	background: #5AB8E2;
}

/*
========
MEDIA QUERIES
========
*/

@media (max-width: 320px) {
#navigation .text-right a {
	display: none;
}
}


@media (max-width: 767px) {
	.hidden-lg {display: block;}
	.hidden-sm {display: none;}
	
#navigation .text-right a {
	color: #646464;
	font-size: 1.1em;
	font-weight: 600;
	margin-left: -120px;
}
	
	.logo {
		padding: 20px 0;
	}
}

@media (min-width: 767px) {
	.hidden-lg { display: none;}
}

@media (max-width: 1024px) {
#header h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
	padding: 15px;
}
}

@media (min-width: 1024px) {
#header h1 {
	font-size: 2em;
	line-height: 1.5em;
	text-align: center;
	padding: 25px;
	width: 900px;
	margin: 0 auto;
}
.hidden-lg {
		display: none
	}
}
