/*
* ====================================================
* == GENERAL STYLES
* ====================================================
*/

body {
	font-size: 15px;
	line-height: 24px;
	font-family: 'futura_ltbook', sans-serif;
	color: #484848;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform: uppercase;
	color: #484848;
	font-family: 'futura_ltbold', sans-serif;
}
h1 {
	font-size: 70px;
	margin: 0;
	line-height: 72px;
}
h2 {
	font-size: 30px;
	margin: 0 0 20px;
}
h3 {
	font-size: 20px;
	margin: 0 0 10px;
}
img {
	width: 100%;
}
a, button {
	outline: 0 !important;
}
a:hover, a:focus {
	text-decoration: none
}
/* ------------------------------------------------ */

/*
* ====================================================
* == TRANSITIONS
* ====================================================
*/

.list-inline.info a, .list-inline.social_icon a, nav.navbar.bootsnav ul.nav > li > a, .attr-nav > ul > li > a, .btn.know_btn, #filters > button, .portfolio_hover_area, .portfolio_hover_area .fa, .testimonial_content, .testimonial_content p:first-child::before, #contact_form .form-control, #contact_form .btn.submit_btn, footer a, .footer_social_icon .fa, .post .date, #scrollUp {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
/* ------------------------------------------------ */

/*
* ====================================================
* == PRELOADER
* ====================================================
*/

#loading {
	background-color: #5085a5;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	z-index: 90;
}
#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 150px;
	margin-top: -25px;
	margin-left: -75px;
}
.object {
	width: 8px;
	height: 50px;
	margin-right: 5px;
	background-color: #FFF;
	-webkit-animation: animate 1s infinite;
	animation: animate 1s infinite;
	float: left;
}
.object:last-child {
	margin-right: 0px;
}
.object:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.object:nth-child(9) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.object:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.object:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.object:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.object:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.object:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.object:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.object:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
 @-webkit-keyframes animate {
 50% {
 -ms-transform: translateX(-25px) scaleY(0.5);
 -webkit-transform: translateX(-25px) scaleY(0.5);
 transform: translateX(-25px) scaleY(0.5);
}
}
 @keyframes animate {
 50% {
 -ms-transform: translateX(-25px) scaleY(0.5);
 -webkit-transform: translateX(-25px) scaleY(0.5);
 transform: translateX(-25px) scaleY(0.5);
}
}
/* ------------------------------------------------ */

/*
* ====================================================
* == TOP NAVIGATION BAR
* ====================================================
*/

.top_nav {
	background: #5085a5 none repeat scroll 0 0;
	overflow: hidden;
	padding: 10px 0;
}
.list-inline.info {
	float: left;
	margin: 0;
}
.list-inline.info > li {
	padding: 0 20px 0 0;
}
.list-inline.info a, .list-inline.social_icon a {
	color: #222;
	font-family: 'futura_ltbook', sans-serif;
}
.list-inline.info a:hover, .list-inline.social_icon a:hover {
	color: #555;
}
.list-inline.info a .fa, .list-inline.social_icon a .fa {
	font-size: 20px;
	vertical-align: text-top;
}
.list-inline.social_icon {
	float: right;
	margin: 0;
}
/* ------------------------------------------------ */

/*
* ====================================================
* == MAIN NAVIGATION BAR
* ====================================================
*/

nav.navbar.bootsnav {
	background: #222533 none repeat scroll 0 0;
	border: 0 none;
}
nav.navbar.bootsnav ul.nav > li > a {
	color: #fff;
}
nav.navbar.bootsnav ul.nav > li > a:hover, nav.navbar.bootsnav ul.nav > li > a:focus {
	color: #aaa;
}
.navbar-brand {
	height: auto;
	padding: 20px 15px;
	
}

#navbar-menu {
	margin: 6px 0;
}
.nav.navbar-nav.menu {
	float: right;
}
.attr-nav {
	margin: 5px -10px 0 0;
}
.attr-nav > ul > li > a {
	color: #5085a5;
	font-size: 20px;
}
.attr-nav > ul > li > a:hover, .attr-nav > ul > li > a:focus {
	color: #d7a300;
}
/* ------------------------------------------------ */

/*
* ====================================================
* == MAIN PAGE
* ====================================================
*/

.home {
	position: relative;
	height: 700px;
	display: inline-block;
}
.home img {
	width: 100%;
	height: 700px;
}
.overlay {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0px;
	left: 0;
	margin-top: 100px;
	text-align: center;
}
.main-caption {
	left: 7%;
	right: 7%;
	top: 70px;
}
.main-caption h1 {
	color: #fff;
	margin-bottom: 20px;
}
.main-caption h1.second_heading {
	color: #5085a5;
	margin-bottom: 35px;
}
.main-caption > h3 {
	color: #fff;
	font-family: "futura_ltbook", sans-serif;
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 30px;
	text-transform: inherit;
}
.main-caption > p {
	font-size: 23px;
	line-height: 28px;
	color: #ccc;
}
.btn.know_btn {
	background: #5085a5 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	font-family: "futura_ltbold", sans-serif;
	font-size: 16px;
	padding: 10px 20px;
	text-transform: uppercase;
	border: 1px solid transparent;
}
.main-caption .btn.know_btn {
	margin-top: 64px;
}
.main-caption .btn.know_btn:last-child {
	margin-left: 20px;
}
.btn.know_btn:hover, .btn.know_btn:focus {
	background: transparent;
	color: #626262;
	border: 1px solid #5085a5;
}

/* ------------------------------------------------ */

/*
* ====================================================
* == ABOUT US
* ====================================================
*/

#about{
	background: url(../images/csc_opaque.jpg)no-repeat ;
	background-size: cover;
}
.about_content {
	margin-right: 27px;
}
.about_content > h2 {
	font-size: 40px;
	margin: 90px 0 15px;
	color: #5085a5;
}
.about_content > h3 {
	font-size: 30px;
	margin: 2px 0 30px;
	text-transform: inherit;
}
.about_content > p {
	line-height: 18px;
	margin-bottom: 18px;
	text-align: justify;
	margin-right:5px;
}
.about_content .btn.know_btn {
	margin: 18px 0 60px;
}
.about_bg {
	background-size: 128px 128px;
	background: url(../images/csc.jpg)no-repeat right;
}

@media (max-width:1000px) {
  .about_bg {
    background:none;
	  margin:auto;
  }
	#about .col-lg-7{
		width:100%;
	}
}


/* ------------------------------------------------ */

/*Head Title*/
.head_title p {
	line-height: 2.3rem;
}
/* ------------------------------------------------ */

/*
* ====================================================
* == WHY US
* ====================================================
*/

#why_us {
	background: #f2f7fa none repeat scroll 0 0;
	padding-bottom: 50px;
	line-height: 18px;
}
#why_us h2 {
	margin: 70px 0 20px;
}
#why_us p {
	margin:auto;
}
#why_us .col-md-3 {
	padding-bottom: 40px;
min-height: 220px;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	background: #5085a5 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid transparent;
	margin: 11px;
	width: 23%;
}
#why_us .col-md-3:hover {
	-moz-transform: translate(0, -1em);
	-o-transform: translate(0, -1em);
	-webkit-transform: translate(0, -1em);
	cursor: pointer;
}
.why_us_item > h4 {
	font-size: 15px;
	margin: 40px 0 20px;
}

@media(max-width:1200px){
	#why_us .col-md-3{
		width:55%;
		margin-left:23%;
	}
}
/* ------------------------------------------------ */

/*
* ====================================================
* == SERVICES
* ====================================================
*/

#services h2 {
	margin: 85px 0 50px;
	text-align: center;
}
#services {
	padding-bottom: 50px;
	margin-left: 10%;
	margin-right: 10%;
}
#services_page {
	background-color: #dde1e4;
	padding-bottom: 50px;
	margin-left: 10%;
	margin-right: 10%;
}
#services_page h2 {
	margin: 85px 0 50px;
	text-align: center;
}
.service_item > h3 {
	margin: 25px 0 15px;
}
.service_item .btn.know_btn {
	margin: 20px 0 100px;
}

#services_page .container{
width:100%;
}
.service_item img {
	width: 128px;
	height: 128px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.service_item_listed {
	padding-top: 30px;
	max-width:100%;
	maegin:auto;
	overflow-x:hidden;
}
.service_item_header {
	font-weight: bold;
	text-transform: uppercase;
	color: #484848;
	font-family: 'futura_ltbold', sans-serif;
	font-size: 20px;
}
.service_item_price {
	float: right;
}
.service_item_subheader {
	margin-top: 20px;
	text-align: center;
}
#service_notice {
	background: #DDE1E4 none repeat scroll 0 0;
	line-height: 18px;
	margin-top: 35px;
}
#serivce_notice h3 {
	color: white;
	padding-top: 5px;
	margin-left: 5px;
}
#service_notice p {
	margin-top: 6px;
	color: #000;
	font-size: 17px;
	margin-right: 60px;
	margin-left: 16px;
}
/* ------------------------------------------------ */

/*
* ====================================================
* == CONTACT US
* ====================================================
*/

#contact_form {
	margin-left: 10%;
	margin-right: 10%;
	background-color: #dde1e4;
	padding-bottom: 50px;
}
#contact_form p {
	margin-top: 6px;
	color: #000;
	font-size: 16px;
	margin-left: 16px;
	margin-bottom: 30px;


}
#contact_form h2 {
	margin: 85px 0 30px 0;
	text-align: center;
}
#contact_form .pair {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-bottom: #000 1px solid;
	margin-bottom: 20px;
	height: auto;
	padding-bottom: 5px;
}
#contact_form .key {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
}
#contact_form .value {
	font-size: 18px;
	text-align: right;
	float: right;

}
#contact_form .container{
	width:100%;
}
.mapouter {
	text-align: right;
	height: 500px;
	width: 750px;

}
.gmap_canvas {
	overflow: hidden;
	background: none!important;
	height: 500px;
	width: 750px;
}
/* ------------------------------------------------ */

/*
* ====================================================
* == SPECIALS
* ====================================================
*/

#specials_page {
	background-color: #dde1e4;
	padding-bottom: 50px;
	margin-left: 10%;
	margin-right: 10%;
}
#specials_page h2 {
	margin: 80px 0 50px;
	text-align: center;
}
#specials_page p{
		margin-top: 6px;
	color: #000;
	font-size: 16px;
	margin-left: 16px;
	margin-bottom: 30px;
}
#specials_page .container{
	width:100%;
}
.special {
	width: 80%;
	margin: auto;
	background-color: #fff;
	box-shadow: 0 0 30px 5px rgba(0,0,0,.1);
	border: 1px dashed #222;
	height: 150px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}


.special_image {
	background-color: #5085a5;
	float: right;
	width: 20%;
	height: 100%;
	padding-left: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	font-family: 'futura_ltbold', sans-serif;
}
.special_image img {
	width: 100px;
	height: 100px;
	margin: auto;
	vertical-align: middle;
}
#specials_page .special h2 {
	padding-left: 5px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	margin-right: 200px;
	font-size: 24px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	text-align: left;
}
.special p {
	width: 75%;
	margin-right: 200px;
}
/* ------------------------------------------------ */

/*
* ====================================================
* == FOOTER
* ====================================================
*/

footer {
	background: #222533;
	background-size: cover;
	position: relative;
	padding-top: 45px;
}
footer::before {
	background: rgba(255, 255, 255, 0.33) none repeat scroll 0 0;
	content: "";
	height: 45px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
footer::after {
	background: rgba(34, 37, 51, 0.9) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.footer_top, .footer_bottom {
	position: relative;
	z-index: 1;
	color: #fff;
}
.footer_item {
	margin-top: 75px;
}
.footer_item > h4 {
	color: #fff;
	font-family: "futura_ltbook", sans-serif;
	font-size: 25px;
	margin-bottom: 34px;
	text-transform: inherit;
}
.footer_item .list-unstyled > li a {
	color: #fff;
}
/* Footer About */
.footer_item .logo {
	margin-bottom: 15px;
	width: 200px;
}
.list-inline.footer_social_icon {
	margin: 32px 0 0;
}
.footer_social_icon .fa {
	background: #5085a5 none repeat scroll 0 0;
	border-radius: 100%;
	color: #222;
	font-size: 20px;
	height: 45px;
	padding: 12px;
	text-align: center;
	width: 45px;
}
.footer_item .footer_social_icon .fa:hover, .footer_item .footer_social_icon .fa:focus {
	background: #5d9abf none repeat scroll 0 0;
}
/* Footer Explore */
.footer_menu .fa {
	font-size: 10px;
	margin-right: 18px;
}
.list-unstyled.footer_menu > li {
	padding: 4px 0;
}
/* Footer Post */
.list-unstyled.post, .list-unstyled.footer_contact {
	margin-top: -14px;
}
.post .date {
	border: 2px solid #fff;
	border-radius: 100%;
	display: block;
	float: left;
	font-size: 20px;
	height: 50px;
	line-height: 12px;
	margin-right: 15px;
	padding: 10px;
	text-align: center;
	width: 50px;
}
.footer_item li a:hover .date, .footer_item li a:focus .date {
	border: 2px solid #aaa;
}
.footer_item li a:hover, .footer_item li a:focus {
	color: #aaa;
}
.post .date small {
	font-size: 12px;
}
.list-unstyled.post > li, .list-unstyled.footer_contact > li {
	padding: 14px 0;
	overflow: hidden;
}
/* Footer Contact */
.footer_contact .fa {
	margin-right: 25px;
	text-align: center;
	width: 15px;
	float: left;
	font-size: 18px;
}
.list-unstyled.footer_contact p {
	overflow: hidden;
}
.footer_bottom {
	background: #1a1c27 none repeat scroll 0 0;
	padding: 28px 0 18px;
	margin-top: 55px;
}
.footer_bottom a {
	color: #5085a5;
}
.footer_bottom a:hover, .footer_bottom a:focus {
	color: #d7a300;
}

/* ------------------------------------------------ */

/*
* ====================================================
* == OTHER STYLES
* ====================================================
*/

@media (min-width: 1600px) {
.container {
	width: 1200px;
}
.main-caption {
	left: 18%;
	right: 18%;
	top: 95px;
}
.about_content {
	margin-right: 50px;
}
}

@media (max-width: 767px) {
h1 {
	font-size: 32px;
	line-height: 35px;
}
.list-inline.info {
	width: 60%;
}
.list-inline.social_icon {
	width: 40%;
	text-align: right;
}
nav.navbar.bootsnav .navbar-toggle {
	margin-left: 15px;
}
.main-caption {
	top: 20px;
}
.main-caption > h3 {
	font-size: 26px;
	margin-bottom: 10px;
}
.main-caption > p {
	font-size: 18px;
	line-height: 22px;
}
.main-caption .btn.know_btn {
	margin-top: 35px;
}
.main-caption .btn.know_btn:last-child {
	margin-left: 30px;
}
.about_content > h2 {
	font-size: 26px;
	margin-top: 70px;
}
.about_content > h3 {
	font-size: 26px;
}
.service_item .btn.know_btn {
	margin-bottom: 80px;
}
}

@media (max-width: 479px) {
h1 {
	font-size: 30px;
	line-height: 32px;
}
h3 {
	font-size: 17px;
}
.list-inline.info {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.list-inline.info > li {
	padding: 0 8px;
}
.list-inline.social_icon {
	text-align: center;
	width: 100%;
	padding: 0 8px;
}
.main-caption {
	top: 5px;
}
.main-caption h1.second_heading {
	margin-bottom: 10px;
}
.main-caption > h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.main-caption > p {
	font-size: 16px;
	line-height: 20px;
}
.btn.know_btn {
	font-size: 14px;
	padding: 8px 14px;
}
.main-caption .btn.know_btn {
	margin-top: 10px;
}
.main-caption .btn.know_btn:last-child {
	margin-left: 10px;
}
.about_content > h3 {
	font-size: 24px;
}
.about_banner > img {
	width: 100%;
}
#filters > button {
	font-size: 14px;
}
.grid-item {
	width: 100%;
}
.grid-item--height2 {
	height: 255px !important;
}
.grid-item--width2 .portfolio_hover_area .fa {
	margin-top: 90px;
}
.list-inline.footer_social_icon > li {
	padding: 8px 3px;
}
}
/* ------------------------------------------------ */
