body, html {
   font-family: 'Raleway', sans-serif;	
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;	
	background-color: #FFFFFF;
}
h1, h2, h3, h4 {
   font-family: 'Montserrat', sans-serif;	
	color: #444;
}
h1 strong {	
	font-weight: 700;
}
h2 {
	line-height: 40px;
	margin: 0;	
	font-weight: 600;
	font-size: 36px;
}
h3 {
	font-size: 24px;
	font-weight: 400;
}
h4 {
	font-size: 20px;
	font-weight: 400;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}
a {
	color: #777;
}
a:hover, a:focus {
	text-decoration: none;
	color: #83af9d
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
.img-centered {
	margin: 0 auto;
}
hr {
	height: 2px;
	width: 60px;
	background: #A4DBC5;
	position: relative;
	border: 0;
	margin: 30px 0 0 0;
}
.su{
	text-align: justify;
}
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
   font-family: 'Libre Franklin', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	color: #83af9d;
	font-size: 20px;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #83af9d;
}
.on {
	background-color: #444 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #83af9d;
	border-color: #83af9d;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
header {
	background: url(../img/header-bg.jpg) no-repeat center center;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 100%;
}
header p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 60px;
	letter-spacing: 2px;
}
.intro-text {
	position: relative;
	padding-top: 300px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 220px;
}
.intro-text h1 {
	font-size: 62px;
	color: #FFFFFF;
	font-weight: 300;
}
.intro-text .brand {
	font-weight: 400;
}
.btn-default {
	color: #fff;
	background-color: #f65d1d;
	border: 2px solid #f65d1d;
	margin: 0 8px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #f9530e;
	border: 2px solid #f9530e;
	color: #fff;
}
.section-title {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 80px;
	text-align: left;
}
#about-section h3{
	margin-top: 0;
}
#about-section .container {
	padding-top: 100px;
	padding-bottom: 100px;
	background-size: auto 100%;
}
#about-section p {
	margin-top: 20px;
}
#about-section .btn-default {
	color: #f6f6f6;
	background-color: #555;
	border: 0;
	margin: 20px 0 0 0;
	padding: 8px 30px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
}
#about-section .btn-default:hover, #about-section .btn-default:focus, #about-section .btn-default.focus, #about-section .btn-default:active, #about-section .btn-default.active {
	background-color: #444;
}
#talk-section {
	padding: 100px 0;
	background: #f6f6f6;
}
#talk-section .point {
	padding-bottom: 40px;
}
#talk-section i.fa {
	border: 2px solid #A4DBC5;
	border-radius: 50%;
	color: #A4DBC5;
	font-size: 26px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
   transition: all 0.5s;	
	margin-top: 10px;
}
#talk-section .point i.fa:hover {
   background: #a4dbc5;
   color: #fff;
}
@media (max-width: 768px) {
#talk-section i.fa {
	border: none;
	border-radius: none;
	color: #A4DBC5;
	font-size: 24px;
	width: 20px;
	height: 0px;
	line-height: 24px;
	text-align: left;
   transition: all 0.5s;	
	margin-top: 10px;
	margin-right: 10px;
}
#talk-section .point i.fa:hover {
   background: #fff;
   color: #a4dbc5;
}
}
.portfolio-modal .modal-content, .service-modal .modal-content, .notice-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #ffffff 50%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 50%, #f6f6f6 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );
}
.portfolio-modal .modal-content h2, .service-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 600;
}
.portfolio-modal .modal-content p, .service-modal .modal-content p, .notice-modal .modal-content p {	
	margin-bottom: 15px;	
	font-size: 15px;
}
.portfolio-modal .modal-content p.item-intro, .service-modal .modal-content p.item-intro, .notice-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-style: italic;
	font-size: 16px;
}
.portfolio-modal .modal-content ul, .service-modal .modal-content ul, .notice-modal .modal-content ul{
	text-align: left;
	margin-bottom: 15px;
}
.portfolio-modal .modal-content img, .service-modal .modal-content img, .notice-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal, .service-modal .close-modal, .notice-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover, .service-modal .close-modal:hover, .notice-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr, .service-modal .close-modal .lr, .notice-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl, .service-modal .close-modal .lr .rl, .notice-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary, .service-modal .btn-primary, .notice-modal .btn-primary {
	color: #777;
	background-color: transparent;
	border: 2px solid #ddd;
	border-radius: 0;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active,
.service-modal .btn-primary:hover, .service-modal .btn-primary:focus, .service-modal .btn-primary.focus, .service-modal .btn-primary:active, .service-modal .btn-primary.active,
.notice-modal .btn-primary:hover, .notice-modal .btn-primary:focus, .notice-modal .btn-primary.focus, .notice-modal .btn-primary:active, .notice-modal .btn-primary.active {
	color: #fff;
	background-color: #759d8d;
	border: 2px solid #759d8d;
}
.notice-modal .modal-content ol li{
  padding-left: 30px;
  color: #666;

}
.notice-modal .modal-content ul{
list-style-type: circle;
padding-left: 30px;
}
#contact-section {
	padding: 100px 0 80px 0;
   background: #f6f6f6;
}
#contact-section h3 {	
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 50px;
}
#contact-section p {	
	margin-bottom: 20px;
}
#contact-section form {
	padding: 0;
}
#contact-section i.fa {
	font-size: 22px;
	margin: 2px 20px 5px 0;
}
.address-align{
	margin: 2px 20px 75px 0!important;
}
label {
	font-size: 12px;
	font-weight: 400;
   font-family: 'Raleway', sans-serif;	
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 2px solid #ddd;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn {
	background: transparent;	
	border: 2px solid #888;
	color: #888;
	padding: 10px 20px;
	margin-top: 20px;
	margin-left: 0;	
	font-size: 15px;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #83af9d;
	border-color: #83af9d;
	color: #fff;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#social-section {	
   padding: 30px 0;
	background-color: #fff;
	text-align: center;
}
#social-section .social ul li {
	display: inline-block;
	margin: 0;
}
#social-section .social i.fa {
	color: #777;
	font-size: 26px;
	padding: 8px 0;
	width: 40px;
	height: 40px;
	-webkit-transition: transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
#footer {
	background: #f6f6f6;
	padding: 15px 0 10px 0;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
	color: #999;
}
#footer a {
	color: #777;
	transition: all 0.5s;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #83af9d;	
}
#left-foot{
text-align: left;
}
#mid-foot{
text-align: center;
}
#right-foot{
text-align: right;
}
@media (max-width: 1024px) {
#left-foot, #mid-foot, #right-foot{
text-align: center;
}
}
@media (max-width: 979px) {
header {
	background: url(../img/header-bg.jpg) no-repeat center center;
   background-size: auto 100%;
}
}
@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.3);
}
}
@media (max-width: 603px) {
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 0;
}
}
@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}
@media (max-width: 460px) {
.intro-text h1 {
	font-size: 48px;
}
}
#testimonials-section {
	padding: 80px 0;
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
#testimonials-section h2 {
	color: #fff;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #42626b;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #a4dbc5;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #a4dbc5;
}
#services-section {
	padding: 80px 0 100px 0;
	color: #5b777f;
}
#services-section h4 {
	font-size: 18px;
	color: #81969c;
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
   border: 2px solid #A4DBC5;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
   background: #a4dbc5;	
	margin-bottom: 6px;
	border-radius: 10%;
   color: #ffffff;
	transition: all 0.5s;
}
#services-section .service:hover>i.fa {
   background: #ffffff;
   color: #a4dbc5;
}
#services-section hr{
	margin-bottom: 30px;
}
.aat-img{
   margin-top: 20px;
}
.italic{
   font-style: italic;
}
.modal-logo h6 {
   font-family: 'Libre Franklin', sans-serif;
	font-size: 20px;!important
	color: #3d3d3d;
	font-weight: 400;
	letter-spacing: 1px;
}
.modal-logo i.fa {
	color: #3d3d3d;
	font-size: 20px;
}

.portfolio-modal .modal-logo, .service-modal .modal-logo, .notice-modal .modal-logo {
	position: absolute;
	top: 25px;
	left: 25px;
	background-color: transparent;
}