@import url('css/bootstrap.css');
@import url('css/font-awesome-4.6.2/css/font-awesome.min.css');
@import url('css/owl.carousel.css');
@import url('css/owl.theme.css');
@import url('css/css-plugin-collections.css');
@import url('css/menuzord-rounded-boxed.css');
@import url(css/revolution/css/settings.css);
@import url(css/revolution/css/layers.css);
@import url(css/revolution/css/navigation.css);
@import url('css/animate.css');
@import url(css/prettyPhoto.css);

/*fonts*/
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(fonts/Montserrat-Regular.ttf);  
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(fonts/Montserrat-SemiBold.otf);  
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(fonts/Poppins-Regular.ttf);  
}
@font-face {
  font-family: 'WorkSans-Medium';
  src: url(fonts/WorkSans-Medium.otf);  
}

body
{
margin:0;
padding: 0;
font-family: 'Poppins-Regular';
}

/*header*/
.top
{
	background-color: #2d1b0f;
	padding: 1px 0px;
	color: #fff;
}
.top_mail
{
	float: right;
}


/*NAVBAR*/

.navbar-header img
{
	/*width: 100%;*/
	padding: 25px 4px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
 
}
.menuzord-menu > li > a ,.nav > li > a
{
	font-size: 13px !important;
	font-family: 'Montserrat-SemiBold';
	font-weight: 400;
	padding: 10px 20px;
	/*text-transform: capitalize;*/
	text-transform: uppercase;
	color: #2d1b0f;
	border-radius: 0px
}
.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a
{
	background: #2d1b0f;
	color: #fff;
}
.navbar-right,.menuzord-menu.menuzord-right
{
	padding: 25px 0px;
}

/*slider*/
.slider a
{
	color: #fff;
}
   .iso-btn {
	float: right;

	padding: 6px;
	position: fixed;
	right: 50px;
	background-color: #504137;
	bottom: 0;
	text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
	z-index: 999;
	
  
}
a:focus {
    outline: none;
    text-decoration: none;
}
.modal .close {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 0;
    background: #bd261f;
    opacity: 10;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    right: -20px;
    z-index: 999;
    top: -20px;
}
.modal img
{
    width:100%;
}
.iso-btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: -40px;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0px 41px 41px 0;
    border-color:  transparent transparent #504137 transparent;
}

.iso-btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: -40px;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0px 0px 41px 41px;
    border-color: transparent transparent #504137  transparent;
}
.iso-btn a
  {
    color: #fff;
  }
.iso-btn a:hover
  {
    color: #fff;
    text-decoration: none;
  }

/*why_choose_sect*/

.why_choose_sect
{
	padding: 60px 0px;
}
.why_choose_sect h3, .our_gallary h3, .our_team h3,.our_services h3, .our_clients h3
{
	color: #2d1b0f;
	text-align: center;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
 	 margin-top: 0px;
 	 text-transform: uppercase;
}

.why_choose_sect h3:after, .our_gallary h3:after, .our_team h3:after,.our_services h3:after, .our_clients h3:after{
  content: "";
  width: 82px;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background: #dbd9da;
}
.why_choose_sect h3:before, .our_gallary h3:before, .our_team h3:before,.our_services h3:before, .our_clients h3:before{
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #2d1b0f;
  z-index: 9;
  right: 0;
  margin: auto;
}


.why_choose_sect p
{
	font-size: 14px;
	margin:0px 0px 10px;
	text-align: justify;
	line-height: 28px; 
}
.why_choose_sect a
{
	background: #2b1100;
	color: #FFF;
	font-weight: 500;
	border-radius: 5px;
	border: none;
	padding: 9px 20px;
	text-transform: uppercase;
	margin-top: 15px;
	display: inline-block;
	text-decoration: none;

}


/*services*/
.our_services
{
	padding: 60px 0px;
	background: url(images/services.png);
}
.our_services h3
{
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.home-service-img
{
	background: #fff;
	padding: 25px;
	border-radius: 50% 50% 0px 0px;
}
.home-service-img img
{
	margin: 0px auto;
}

.home-service-text
{
	background: #fff;
	text-align: center;
	padding-bottom:20px;
}
.home-service-text h4
{
	margin-top: 0px;
	font-size: 18px;
	font-family: 'Montserrat-SemiBold';
	color: #291000;
}
.home-service-text a

{
	text-decoration: none;
	text-transform: uppercase;
	color: #291000;
	font-family: 'Montserrat-SemiBold';
}
#home-service .item
{
	padding: 0px 15px
}

/*gallary*/
.our_gallary
{
	padding: 40px 0px;
}
.our_gallary .img
{
	margin: 15px 0px;
}
 .ImageWrapper {
		display: block;
		overflow: hidden;
		position: relative;
	}
 .ImageWrapper .ImageOverlay {
	background:none repeat scroll 0 0 rgb(45, 27, 15,0.9);
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}
 .ImageWrapper .Buttons_icon {
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
 .WhiteRounded {
	background-color: #ffffff;
	border: medium none;
	display: inline-block !important;
	float: none !important;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	margin: 0 2px;
	text-align: center;
	width: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
}
 .WhiteRounded > a {
	color: #222222;
	display: block;
	font-weight: normal;
}
 .ImageWrapper:hover .ImageOverlay {
	opacity: 1;
}
 .ImageWrapper:hover .Buttons_icon {
	margin-top: -20px;
	opacity: 1;
	top: 40%;
	visibility: visible;
}	
 .ImageWrapper .item-info {
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	bottom: 0;
	visibility: hidden;
	width: 100%;
	color:#fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}	
 .ImageWrapper:hover .item-info{
	margin-top: -20px;
	opacity: 1;
	bottom: 20%;
	visibility: visible;
}
	
 .ImageWrapper img.img-responsive {
	display: inline-block;
	width: 100%;
}
@media (max-width: 991px) {
.portfolio{
	padding-top: 50px;
	padding-bottom: 0px
}
.portfolio .ImageWrapper:hover .Buttons_icon {
	top: 40%;
}
.portfolio .ImageWrapper:hover .item-info{
	bottom: 30%;
}
}
@media only screen and (max-width: 767px) {
.portfolio{
	padding-top: 30px;
	padding-bottom: 0px
}
}

/*our clients*/
.our_clients
{
	background: url('images/our-clients.png');
	background-size: cover;
	padding: 60px 0px;
}
.our_clients h3
{
	text-align: center;
	color: #FFF;
	margin-bottom: 40px;
}
#our_clients .item 
{
  margin: 0px 30px;
  background: #fff;
  text-align: center;
}
#our_clients .item img
{
	margin: 0px auto
}
.owl-theme .owl-controls
{
	margin-top: 25px;
}

/*contact us */

footer
	{
		background: url(images/footer.jpg);
		color: #fff;
		padding:50px 0px;
		border-top: 3px solid #fff;
	}
	footer h4
	{
		margin-top: 0px;
		font-size: 18px;
		font-family: 'Montserrat-SemiBold';
		margin-bottom: 30px;
	}
	.footer-contact 
	{
		margin-left: 0px;
	}
	.footer-contact div
	{
		margin-bottom: 20px;
	}
	.footer-contact i
	{	
		float: left;
		font-size: 20px;
		color: #fff;
		text-align: center;
		line-height: 24px;
	}
	.footer-contact p 
	{	
		margin-left: 35px;
		line-height: 30px;
		color: #fff;
		margin-bottom: 0px;
	}
	.footer_menu 
	{	
		list-style: none;	
		display: inline-block;
		padding: 0px 30px;
	} 
	.footer_menu li
	{
	line-height: 50px;
	transition: all 0.3s ease-out 0s;
	}

	.footer_menu li  a 
	{	
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		text-transform: uppercase; 
		transition: all 0.3s ease-out 0s;
	}
	.footer_menu li:hover 
	{
		padding-left: 5px;
	}
	.footer-from  form 
	{	
		padding-left: 20px;
	}
	.footer-from   form input ,  .footer-from   form textarea 
	{
		background: transparent;
		line-height: 28px;
		width: 90%;
		font-size: 14px;
		padding: 5px 20px;
		border: 1px solid #ddd;
		color: #40352d;
		margin-bottom: 20px;
	}
	.footer-from form input:focus
	{
		border-color: #006cb7;
	}
	.footer-from  form input:last-child
	{
		margin-bottom: 15px;
	}
	.footer-from input::-webkit-input-placeholder , .footer-from textarea::-webkit-input-placeholder 
	{
	 	color: #FFF !important;
		opacity: 1;  
		text-transform: capitalize;
	}

	.footer-from  input:-moz-placeholder,  .footer-from textarea:-moz-placeholder
	{ /* Firefox 18- */
		color: #FFF !important;
		opacity: 1;  
		text-transform: capitalize;
	}

	.footer-from  input::-moz-placeholder, .footer-from  textarea::-moz-placeholder 
	{  /* Firefox 19+ */
		color: #FFF !important;
		opacity: 1;  
		text-transform: capitalize;
	}

	.footer-from  input:-ms-input-placeholder, .footer-from textarea:-ms-input-placeholder 
	{	
		color: #FFF !important;
		opacity: 1;  
		text-transform: capitalize;
	}

	.trust_btn
	{
		background-color: #fff;
		color: #2B1100;
		font-size: 14px;
		padding: 10px 20px;
		text-transform: uppercase;
		float: left;
		line-height: 14px;
		border-radius: 5px;
		border: 0px;
	}
	.trust_btn:hover
	{
		opacity: 0.8;
	}
  

.copyright
{
	text-align: center;
	background: rgba(45, 27, 15, 0.83);
	color: #fff;
}
.copyright p
{
	margin: 0px;
	padding: 10px 0px;
	font-family: 'WorkSans-Medium';

}

.breadcrumb_area 
{
    background: url(images/bg-1.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

.breadcrumb_area::after
{
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, transparent 0%, transparent 25%, #fff 71%, #fff 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, transparent 0%, rgba(45, 27, 15, 0.55) 25%, rgba(45, 27, 15, 0.84) 71%, #2d1b0f 100%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcrumb_area h1
{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: 'Montserrat-SemiBold';
    margin-top: 0px;
}

.breadcrumb_area ul
{
    position: relative;
    z-index: 1;
    padding: 0px;
}

.breadcrumb_area ul li 
{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    letter-spacing: 2px;
    margin-right: 5px;
    text-transform: capitalize;
}

.breadcrumb_area ul li a
{
	color: #fff;
	text-transform: capitalize;
}

.breadcrumb_area ul li.active {
    color: #fff;
    font-size: 13px;
}

/*about us page*/
.about-section
	{
		padding: 60px 0px;
		background: #fbfbfb;
	}
	.about-text-box 
	{
		padding: 25px 0px;
		border-bottom:1.5px dashed  #777777;

	}
	.about-text-box h2
	{
		font-family: 'Montserrat-SemiBold';
		color: #333;
		font-size: 24px;
		margin-top: 0px;	
	}

	.about-text-box p 
	{
		line-height: 26px;
		margin: 0px;
		text-align: justify;
		color: #777777;
		font-size: 13px;
	}

	.missin-section
	{
		padding: 60px 0px;
		background: #2d1b0f;

	}
	.missin-section h2 
	{
		font-family: 'Montserrat-SemiBold';
		color: #fff;
		font-size: 24px;
		margin-top: 0px;	
		margin-bottom: 25px;
	}

	.missin-section p
	{
		line-height: 28px;
		margin: 0px;
		text-align: justify;
		color:#c6c6c6;
		font-size: 14px;
	}

/*about us page*/



/*------services------*/
.our-services-page
{
	padding: 80px 0px 60px;
	background: #f6f6f6 none repeat scroll 0 0;
}
.services-block  .content-services {
    box-shadow: 0 3px 6px rgba(90, 91, 95, 0.15);
    padding-bottom: 45px;
    padding-top: 30px;
    margin: 20px 0px;
    background: #fff;
    text-align: left;
    position: relative;
    -moz-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    -webkit-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
}

.services-block  .content-services:hover {
    /*-moz-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    -webkit-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    transform: translateY(-10px);*/
    background: #2D1B0F;
}
.services-height
{
	min-height: 190px;
}

.services-block .content-services i {
    color: #fff;
    font-size: 18px;
    margin-top:  15px;
    width: 45px;
    height: 35px;
    line-height: 35px;
    background: #2D1B0F;text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    -moz-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    -webkit-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
}

.services-block .content-services:hover i {
    color: #2D1B0F;background: #fff;
    font-size: 18px;
    margin-top:  15px;
    -moz-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    -webkit-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
}
.services-block  .content-services:hover h3,.services-block  .content-services:hover p
{
	color: #fff;
}

.services-block  .content-services h3 {
    color: #414141;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 20px;
}

.services-block  .content-services p {
    
    font-size: 12.5px;
    color:#777777;
    line-height: 24px;
    font-weight: 400;
    margin: 0px 20px;
}

.services-text-box h2
{
	font-family: 'Montserrat-SemiBold';
	color: #333;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 25px;	
}

.services-text-box p 
{
	line-height: 30px;
	margin: 0px;
	text-align: justify;
	color: #777777;
	font-size: 14px;
}
.services-text-img
{
	margin-top: 50px;
	padding-left: 25px;
}
/*------services------*/

.training-section
{
	padding: 80px 0px 60px;
	background: #f6f6f6 none repeat scroll 0 0;
}
.training-section h2
{
	font-family: 'Montserrat-SemiBold';
	color: #333;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 25px;text-transform: uppercase;	
}

/** working system---*/
.working-system-page
{
	padding: 80px 0px 60px;
	background: #f6f6f6 none repeat scroll 0 0;
}

.working-text-box h2
{
	font-family: 'Montserrat-SemiBold';
	color: #333;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 25px;text-transform: uppercase;	
}
.working-text-box h5
{
	font-family: 'Montserrat-SemiBold';
	color: #333;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.working-text-box p 
{
	line-height: 30px;
	margin: 0px;
	text-align: justify;
	color: #777777;
	font-size: 14px;
}

.list-style-two{
	position:relative;
	/*margin-top:20px;*/
	list-style: none;
	padding-left: 0px;
}

.list-style-two li{
	position:relative;
	font-size:14px;
	color:#777777;
	font-weight:400;
	padding-left:40px;
	margin-bottom:5px;
	line-height: 30px;
	text-align: justify;

}

.list-style-two li:last-child{
	margin-bottom:0px;
}

.list-style-two li:hover{
	color:#222222;
}

.list-style-two li:before{
	position:absolute;
	content: '\f046';
	left:0px;
	top:5px;
	color:#404040;
	font-size:16px;
	line-height:1em;
	font-family: 'FontAwesome';
}



/*----CONTACT US-----*/
.contact-section
	{
		padding: 60px 0px;
		background: #fbfbfb;
	}

	.contact-section h3
	{
		font-family: 'Montserrat-SemiBold';
		/*font-weight: 700;*/
		color: #333;
		font-size: 22px;
		margin-top: 0px;	
		margin-bottom: 35px;
	}

	.form-control 
	{
		-webkit-box-shadow: none;
		box-shadow: none;
		font-weight: 400;
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		font-size: 14px;
		height: 50px;
		border-radius: 0px;
	}

	.contact-section .form-control 
	{
		background: #fff;
		border-color: #e8e8e8;
		font-weight: 500;
		color: #303030;
		font-size: 14px;
	}

	.contact-section .form-group
	{
		margin-bottom: 30px !important;
	}

	#contactForm .slider-btn 
	{
		border-radius: 0px;
		padding: 12px 40px;
		font-size: 13px;
		line-height: 24px;
		text-transform: uppercase;
		border-radius: 0px; 
		font-weight: 800;
		background: #2d1b0f;
		color: #fff;
		border: 1px dashed #2d1b0f;
		transition: 0.3s all ease-in-out;
		-webkit-transition: 0.3s all ease-in-out;
		-moz-transition: 0.3s all ease-in-out;
		-o-transition: 0.3s all ease-in-out;
		-ms-transition: 0.3s all ease-in-out;
	}

	#contactForm .slider-btn:hover
	{
		background: transparent;
		color: #2d1b0f;
	} 

	#contactForm .form-control:focus
	{
		border-color: #2d1b0f;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(26, 26, 26, 0.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(26, 26, 26, 0.6);
	}

	#contactForm input::-webkit-input-placeholder , #contactForm textarea::-webkit-input-placeholder 
	{
		color: #303030 !important;
		opacity: 1;  
		text-transform: capitalize;
	}

	#contactForm  input:-moz-placeholder,  #contactForm textarea:-moz-placeholder
	{ /* Firefox 18- */
		color: #303030 !important;
		opacity: 1;  
		text-transform: capitalize;
	}

	#contactForm  input::-moz-placeholder, #contactForm  textarea::-moz-placeholder 
	{  /* Firefox 19+ */
		color: #303030 !important;
		opacity: 1;  
		text-transform: capitalize;
	}

	#contactForm  input:-ms-input-placeholder, #contactForm textarea:-ms-input-placeholder 
	{	
		color: #303030 !important;
		opacity: 1;  
		text-transform: capitalize;
	}

	.contact-info 
	{
		margin-left: 30px;
	}

	.contact-info h4
	{
		font-size: 16px;
		background: #2d1b0f;
		color: #fff;
		display: inline-block;
		padding: 5px;
	}

	.contact-info h5
	{
		font-family: 'Montserrat-SemiBold';
		display: inherit;
		width: 50%;
		float: left;
	}

	.contact-info div 
	{
		margin-top: 20px;
	}

	.contact-info div i 
	{
		float: left;
		margin-right: 20px;
		color: #2d1b0f;
		font-size: 20px;
	}

	.contact-info div p 
	{
		color: #777777;
		font-size: 13px;
		line-height: 24px;
		padding-left: 30px;
		font-family: 'Montserrat-Regular'
	}
/*----CONTACT US-----*/

/*midea queries*/

@media (max-width: 1200px) 
{
	.services-block
	{
		/*padding:0px 10px;-*/
	}
	.services-block .content-services p
	{
		margin: 0px 10px;
	}
}
@media (max-width: 993px) 

{
	.services-height	
	{
		min-height: auto;
	}
	.navbar-right, .menuzord-menu.menuzord-right
	{
		padding: 0px;
	}
}
@media screen and (max-width: 767px) 
{
	
	
	.services-block
	{
		width: 50%;
		margin: 0px auto;
		float: left;
	}
}
@media screen and (max-width: 600px) 
{
	.services-block
	{
		width: 80%;
		margin: 0px auto;
		float: none;
	}

}
@media screen and (max-width: 500px) 
{
	.services-block
	{
		width: 90%;
		margin: 0px auto;
	}
}





/*Breadcrumbs*/ 


.banner {
  padding: 60px 0 !important;
  background: url(../images/bg_capabiliti.jpg) no-repeat ;
  background-attachment: fixed;
  margin-bottom: 80px;
}



.banner h4 {
  font-size: 34px;
  font-family: 'Raleway';
  color: #fff;
  font-weight: 500;
  margin: 0;
  float: left;
  text-transform: uppercase;
}

.site_map {
  font-size: 14px;
  float: right;
  color: #fff;
  font-family: 'Open Sans';
  padding-top: 8px;
}
.site_map a{
  color: #fff;
}
.site_map a:hover{
  text-decoration: underline;
}

.mission-left img {
    float: left;
    margin-right: 30px;
    width: 280px;
}

.mission {
  padding-bottom: 100px;
}

/* Accordion */
/*** 

====================================================================
  Section Title
====================================================================

***/
.contact-section{
   position:relative;
   padding:80px 0px ;
}
.contact_wrapper-row
{
    padding-bottom: 50px;
}
.contact_wrapper {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 35px 0px;
    padding-left: 20px;
    padding-right: 15px;
    border: 1px solid #e9e9e9;
}

.contact_icon {
    display: flex;
    float: left;
    font-size: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.contact_text {
    border-left: 2px solid #0092e0;
    margin-left: 60px;
    padding-left: 20px;
}
.contact_text a {
    font-size: 14px;
    color: #333;
}
@media only screen and (max-width: 1200px) and (min-width: 991px)
{
 .contact_wrapper
 {
  min-height: 150px;
 }
.contact_wrapper-row div:nth-child(2) .contact_wrapper,.contact_wrapper-row div:nth-child(3) .contact_wrapper
 {
  padding-top:  50px 
 }
}
@media only screen and (max-width: 991px) and (min-width: 768px)
{
.contact_wrapper {
    padding:20px 10px 24px 15px;
   
}
 .contact_wrapper
 {
  min-height: 125px;
 }
.contact_wrapper-row div:nth-child(2) .contact_wrapper
 {
  padding-top:  40px 
 }
 .contact_wrapper-row div:nth-child(3) .contact_wrapper
 {
  padding-top: 20px;
 }
.contact_icon {
    font-size: 26px;
}
.contact_text {
    margin-left: 36px;
    padding-left: 10px;
}

.contact_text a {
    font-size: 14px;
}
}



/*Contact Form*/

.contact-form .row{
  margin:0px -6px;
}

.contact-form .form-group{
    margin-bottom: 20px;
  padding:0px 6px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
  display:block;
  width:100%;
  height:48px;
  font-size:14px;
  color:#333333;
  line-height:26px;
  padding:10px 25px;
  background-color:#fff;
  border: 1px solid #444;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease; 
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color:#0092e0;
  background:#f5f5f5;
}

.contact-form textarea{
  height:115px;
  resize:none;
  padding:12px 25px;  
}
.contact-form input::-webkit-input-placeholder , .contact-form textarea::-webkit-input-placeholder 
  {
    color: #444 !important;
    opacity: 1;  
    text-transform: capitalize;
  }

  .contact-form  input:-moz-placeholder,  .contact-form textarea:-moz-placeholder
  { /* Firefox 18- */
    color: #444 !important;
    opacity: 1;  
    text-transform: capitalize;
  }

  .contact-form  input::-moz-placeholder, .contact-form  textarea::-moz-placeholder 
  {  /* Firefox 19+ */
    color: #444 !important;
    opacity: 1;  
    text-transform: capitalize;
  }

  .contact-form  input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder 
  { 
    color: #444 !important;
    opacity: 1;  
    text-transform: capitalize;
  }

.contact-form button{
  font-size:14px;
  padding:10px 41px 10px;
  background: #0092e0 none repeat scroll 0 0;
  border-radius: 0;
  font-weight: 600;
  color: #fff;
  position: relative;
  top: 4px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #0092e0;
}

.contact-form button:hover
{
  background: #fff;
  color: #0092e0;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
  border-color:#ff0000 !important;  
}

.contact-form label.error{
  display:block;
  line-height:24px;
  padding:5px 0px 0px;
  margin:0px;
  text-transform:uppercase;
  font-size:11px;
  color:#ff0000;
  font-weight:500;  
}

/*** 

====================================================================
  Map Section Style
====================================================================

***/

.map-data{
  text-align:center;
  font-size:14px;
  font-weight:400;
  line-height:1.8em;
}

.map-data h6{
  font-size:16px;
  font-weight:700;
  text-align:center;
  margin-bottom:5px;
  color:#121212;
}

.map-canvas{
  height:450px;
}