/*
Theme Name: Beacon
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Alan Hillsberg
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

/* global property start */
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/FontAwesome.eot');
	src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('fonts/FontAwesome.woff2') format('woff2'), url('fonts/FontAwesome.woff') format('woff'), url('fonts/FontAwesome.ttf') format('truetype'), url('fonts/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('fonts/ProximaNovaRegular.eot');
	src: local('fonts/ProximaNovaRegular'), url('fonts/ProximaNovaRegular.woff') format('woff'), url('fonts/ProximaNovaRegular.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaT-Thin';
  src: url('fonts/ProximaNovaT-Thin.woff') format('woff'),
       url('fonts/ProximaNovaT-Thin.ttf') format('truetype'),
       url('fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_58703">Text with this font applied</p> */
.fontsforweb_fontid_58703 {
	font-family: 'ProximaNovaRegular' !important;
}

/* Font downloaded from FontsForWeb.com */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #131313;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #131313;
 opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #131313;
}
:-moz-placeholder { /* Firefox 18- */
 color: #131313;
 opacity:1;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
}
.row:before, row:after {
	display: table;
	clear: both;
	content: "";
}
header, nav, article, aside, section, footer, figure {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'ProximaNovaRegular';
	font-weight: normal;
	margin-bottom: 15px;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 35px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 25px;
}
h6 {
	font-size: 20px;
}
a, img {
	outline: none;
	border: none;
	text-decoration: none;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
.pull_left {
	float: left;
}
.pull_right {
	float: right;
}
.aligntop 
{
	margin-top:-50px;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom:10px;
}
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom:10px;
}
.aligncenter {
	display: block;
	margin-bottom:10px;
}

.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.text_uppercase {
	text-transform: uppercase;
}
.margin_left {
	margin-left: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	padding-bottom: 15px;
	font-size: 16px;
}
input[type="text"], input[type="email"], input[type="search"], input[type="url"], input[type="file"], textarea, select {
	border: medium none;
	box-shadow: 0 0 0 1px #e3e3e3 inset;
	color: #7b7b7b;
	font-size: 14px;
	padding: 14px 15px;
	display: block;
	letter-spacing: 1px;
}
.button, input[type="submit"], input[type="button"], input[type="reset"] {
	background-color: #ea564b;
	border: 2px solid #ea564b;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: all 0.6s ease-in 0s;
	display: block;
	letter-spacing: 1px;
	text-align: center;
}
.button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	background-color: #fff;
	border: 2px solid #ea564b;
	color: #000
}
.middle-container {
	display: table;
	width: 100%;
	height: 100%;
}
.middle-text {
	display: table-cell;
	vertical-align: middle;
}
.margin_top {
	margin-top: 90px;
}
.fa {
	content: "";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 18px;
	cursor: pointer;
}
.hr {
	display: inline-block;
	width: 100%;
	background-color: #ccc;
	height: 1px;
}
.back_arrow:before {
	content:"";
	margin-right:8px;
	color:#fff;
}
.read_more {
	display: inline-block;
	font-size:15px;
	color:#673ce4;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 30px;
	cursor: pointer;
	transition: all 0.8s ease 0s;
	background-color: #fff;
}
.read_more:hover {
	background-color: #000;
	color: #fff;
	transition: all 0.8s ease 0s;
}
.hr {
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
#main {
	position: relative;
}

.container {
	max-width:1200px;
	margin: 0 auto;
	padding: 0 15px;
}
/* global property end */
/* header property start */
#site_header {
	position: relative;
}
.main_header {
	display:block;
	background-color:#b58562;
	padding:5px 0 15px 0;
}
.main_header .main_logo {
	display:inline-block;
}
.main_header .main_nav {
	padding: 46px 0;
vertical-align: top;
}
.mobile_menu, .navigation {
	display:none;
}
/* banner_1 property start */
.banner {
	display:inline-block;
	width:100%;
	background:url(http://www.bcscorp3.com/wp-content/uploads/2018/02/banner_bg.jpg) no-repeat;
	height:auto;
	background-size:cover;
	padding:40px 0;
	position:relative;
}
.banner:before {
    position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	content:"";
	background-color:#001f91;
	opacity:0.5;
}
.banner .main_nav
{
	width:100%;
}
.main_header .main_nav,
.banner .main_nav {
	display:inline-block;
	position:relative;
	text-align:right;
}
.main_header .main_nav ul,
.banner .main_nav ul {
	display:block;
}
.main_header .main_nav ul li,
.banner .main_nav ul li {
	display:inline-block;
	font-size:18px;
	color:#fff;
	padding:10px 20px;
}
.main_header .main_nav ul li a,
.banner .main_nav ul li a {
	font-size:18px;
	color:#fff;
	font-family: 'ProximaNovaRegular';
	text-transform:uppercase;
	font-weight:600;
}
.main_header .main_nav ul li.current-menu-item a,
.banner .main_nav ul li.current-menu-item a,
.main_header .main_nav ul li:hover a,
.banner .main_nav ul li:hover a {
	color:#ffcd2a;
}
.banner .logo {
	margin-top: 130px;
	margin-bottom:100px;
    width: 36%;
	display:inline-block;
	position:relative;
	text-align:right;
}

/* banner_1 property end */

/* content property start */
.content {
	position:relative;
}
/* about property start */
.about_section {
	display:inline-block;
	width:100%;
	padding:60px 0;
}
.heading_section {
	display:block;
}
.heading_section h2 {
	font-size:42px;
	color:#3e3e3e;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:30px;
}
.heading_section p {
	font-size:16px;
	color:#5f5f5f;
	line-height:28px;
}
.heading_section img {
	border:4px solid #c7c7c7;
}
.about_section .heading_section .alignleft {
    margin-right:40px;
}
.mission_section {
	display:inline-block;
	width:100%;
	padding:70px 0 80px;
	background-color:#f8efd2;
}
.mission_section .heading_section .alignright {
    margin-left:40px;
}
/* about property end */
/* footer property start */

#site_footer {
	position:relative;
}
.main_footer {
	background-color:#b7885e;
	display:inline-block;
	width:100%;
	padding:20px 0 20px;
}
.main_footer ul li {
	display:inline-block;
	width: 100%;
text-align: center;
}
.main_footer ul li a {
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:#fefefe;
	font-family: 'Open Sans', sans-serif;
}
.phone:before {
	content:url(http://www.bcscorp3.com/wp-content/uploads/2018/02/phone1.png);
	vertical-align: top;
display: inline-block;
margin: 1px 15px 0 0;
}
.email:before {
	content:url(images/mail.png);
	vertical-align: top;
display: inline-block;
margin: 2px 20px 0 0;
}
.main_footer p {
	font-size:16px;
	color:#fefefe;
	font-style:italic;
	font-weight:100;
	margin-top:10px;
	padding-bottom:0;
}
/* footer property end */
/* carrer property start */
.carrer_section {
	display:inline-block;
	width:100%;
	padding:60px 0;
}

.carrer_section .alignleft {
    margin-right:50px;
}
.widget_Section {
	display:block;
	padding-bottom:60px;
}
.employe_section h4,
.widget_Section h4 {
	font-size:30px;
	color:#242424;
	font-weight:bold;
	position:relative;
	margin-bottom:40px;
}
.widget_Section p {
	font-size:17px;
	color:#5f5f5f;
	margin-top:20px;
}
.wrapper_section h5:before,
.employe_section h4:before,
.widget_Section h4:before {
	position:absolute;
	bottom: -12px;
	left:0;
	content:"";
	height:4px;
	background-color:#b7885d;
	width:106px;
}
.widget_Section ul li {
	display:block;
	padding-bottom:10px;
		color:#5f5f5f;
	font-size:17px;
	font-family: 'Open Sans', sans-serif;
}

.widget_Section ul li:before {
	content:"";
	font-size:12px;
	color:#5f5f5f;
	font-family:'FontAwesome';
	margin-right:15px;
}
.employe_section {
	display:inline-block;
	width:100%;
	background-color:#f8efd2;
	padding:70px 0;
}
.employe_section ul li {
	display:block;
	padding-bottom:10px;
		color:#5f5f5f;
	font-size:17px;
	font-family: 'Open Sans', sans-serif;
}

.employe_section ul li:before {
	content:"";
	font-size:12px;
	color:#5f5f5f;
	font-family:'FontAwesome';
	margin-right:15px;
}/* carrer page property end */
/* service page property start */
.wrapper_section {
	display:block;
}
.wrapper_section h5 {
	font-size:25px;
	color:#2a2525;
	font-weight:bold;
	position:relative;
	text-transform:uppercase;
	margin-bottom:50px;
}
.wrapper_section p {
	font-size:16px;
	color:#2a2a2a;
	line-height:27px;
}
.wrapper_section img {
	border:4px solid #c7c7c7;
}
.wrapper_section ul {
display: inline-block;
width: 64%;
}
.wrapper_section ul li {
	display: inline-block;
color: #434343;
font-weight: 600;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
width: 47%;
padding-bottom: 10px;
vertical-align: top;
float: left;
position:relative;
}

.wrapper_section ul li:before {
content: "";
font-family: 'FontAwesome';
color: #000;
font-size: 9px;
position: relative;
margin-right: 11px;
vertical-align: middle;

}
.information_section,
.program_section {
	display:block;
	background-color:#f8efd2;
	padding:70px 0;
}
.information_section .wrapper_section ul li:nth-child(2n),
.program_section .wrapper_section ul li:nth-child(2n) {
	float:right;
}
.information_section .alignleft,
.program_section .alignleft {
    margin-right: 70px;
}
.information_section .wrapper_section h5,
.program_section .wrapper_section h5 {
	margin-bottom:50px;
}
.logistics_section {
	display:block;
	padding:70px 0;
}
.logistics_section .wrapper_section img {
	border:none;
	vertical-align:top;
}
.logistics_section .alignright {
    margin-left: 70px;
}
.logistics_section .wrapper_section ul {
    width: 45%;
}
.logistics_section .wrapper_section ul li {
	width:100%;
}
.information_section {
	background-color:#f8efd2;
}
.information_section .wrapper_section ul {
    width: 59%;
}
/* service page property end */
/* contact us page property start */

.map {
	display:inline-block;
	width:100%;
}
.contact_section {
	display:inline-block;
	width:100%;
	padding:70px 0;
	background-color:#f8efd2;
}
.contact_section .contact_info,
.contact_section .contact_form {
	display:inline-block;
	width:48%;
}
.contact_section .contact_info h3,
.contact_section .contact_form h3 {
	font-size:30px;
	color:#131313;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:44px;
}
.contact_section .contact_form form p.half_width
{
	width:46%;
	float:left;
	padding-bottom:0;
}
.contact_section .contact_form form p.half_width:nth-child(2n)
{
	float:right;
}
.contact_section .contact_form form p.full_width
{
	width:100%;
	float:left;
	text-align:left;
	padding-bottom:0;
}
.contact_section .contact_form form input {
	display:inline-block;
	margin-bottom:20px;
	margin-bottom: 20px;
width: 100%;
}
.contact_section .contact_form form textarea {
	width:100%;
	height:150px;
	color:#000;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
}
.contact_section .contact_form form input[type="submit"]
{
	border:none !important;
}
.contact_section .contact_form form input:nth-child(2n) {
	float:right;
}

.contact_section .contact_form form .read_more {
	display:inline-block;
	background-color:#693200;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	margin-top:30px;
	transition:all 0.5s ease 0s;
}
.contact_section .contact_form form .read_more:hover {
	background-color:#000;
	transition:all 0.5s ease 0s;
}
.contact_section .contact_info {
	width:36%;
}
.contact_section .contact_info p {
	font-size:16px;
	color:#131313;
	line-height:26px;
	padding-left: 30px;
}
.contact_section .contact_info .fa {
	display: inline-block;
margin-left: -30px;
margin-right: 16px;
}
.location:before {
	content:"";
}
.office_phone:before {
	content:"";
}
.office_fax:before {
	content:"";
}
.mobile:before {
	content:"";
}
.mail:before {
	content:"";
}
.web:before {
	content:"";
}
.linkdin:before,
.googleplus:before,
.twitter:before,
.facebook:before {
	content:"";
	
}
.twitter:before {
	content:"";
}
.googleplus:before {
	content:"";
}
.linkdin:before {
	content:"";
}
.contact_section .contact_info .social_icon {
	display:block;
	margin-top:30px;
}
.contact_section .contact_info .social_icon ul li {
	display:inline-block;
	color:#fff;
	vertical-align:top;
	margin-right:25px;
}
.contact_section .contact_info .social_icon .fa {
	color:#fff;
	margin:0;
	padding:20px 25px;
	background-color:#693200;
	border-radius:4px;
}
.contact_section .contact_info .social_icon ul li:hover .fa {
	background-color:#000;
	transition:all 0.6s ease 0s;
}
div.wpcf7-response-output {
    margin: 0;
    float: left;
    width: 100%;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    left: 2px;
    top: -8px;
    padding-left: 10px;
    background: #fff;
    text-align: left;
    width: 98%;
    line-height: 40px;
}
/* contact us page property end */
/* mobile responsive page property start */
@media(max-width:1090px) {
.banner .main_nav,
.main_header .main_nav {
    width: 74%;
}
.banner .logo
{
	margin-bottom:50px;
}
.contact_section .contact_info .social_icon ul li {	
	margin-right: 10px;
}


}
@media(max-width:900px) {
	
.aligntop 
	{
		margin-top:0;
	}
.banner .logo
{
	margin-bottom:40px;
}
.container {
    padding: 0 50px;
}
.main_header .main_nav ul li {
	padding: 10px 10px;
}
.main_header .main_nav ul li a {
	font-size: 16px;
}
.wrapper_section ul {
    width: 100%;
}
.contact_section .contact_info {
    width: 46%;
}
}



@media(max-width:768px) {	
.banner .logo
{
	margin-bottom:30px;
	width:40%;
}
.about_section, .carrer_section, .mission_section
{
	padding:30px 0;
}
.about_section h2, .mission_section h2, .carrer_section .heading_section h2
{
	font-size:26px;
}
.employe_section h4, .widget_Section h4
{
	font-size:26px;
}
.wrapper_section ul li {
	width:100%;
}

.main_header .mobile_menu {
	top: 55px;	
}
.main_header .navigation {
	margin-top:0 !important;
}
.contact_section .contact_info,
.contact_section .contact_form {
    width:100%;
}
.contact_section .contact_form {
	margin-bottom:30px;
}
/* mobile navigation property start */
.banner .main_nav,
.main_header .main_nav {
	display:none;
}
.mobile_menu {
display: block;
width: 46px;
height: 35px;
cursor: pointer;
position: absolute;
right: 30px;
top: 30px;
}
.mobile_menu span {
	margin: 0 auto;
	position: relative;
	top: 12px;
}
.mobile_menu span:before, .mobile_menu span:after {
	position: absolute;
	content: '';
}
.mobile_menu span, .mobile_menu span:before, .mobile_menu span:after {
	width: 45px;
	height: 4px;
	background-color: #fff;
	display: block;
}
.about_header .mobile_menu span, .about_header .mobile_menu span:before, .about_header .mobile_menu span:after {
	background-color: #fcd115;
}
.mobile_menu span:before {
	margin-top: -12px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
.mobile_menu span:after {
	margin-top: 12px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
/* example 5 */
.example5 span {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.example5.papa span {
	background-color: rgba(0,0,0,0.0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.example5.papa span:before {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
.example5.papa span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}
.example5.papa span:after {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
.example5.papa span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
	transition-property: margin, transform;
}
.navigation {
	display: none;
	position: absolute;
	width: 100%;
	margin-top: 46px !important;
	z-index: 9999;
	right: 0;
	color: #fff;
	background-color: #6991be;
}
.navigation ul {
	display: block;
	text-align: left;
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.navigation ul li {
	color: #fff;
	display: block;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #424242;
}

.navigation ul li a {
	font-family: inherit;
	color: #fff !important;
	display: block !important;
	font-size: 16px;
	padding: 10px 30px;
	color: rgba(0, 0, 0, 0.9);
}

.navigation ul li.current_page_item a {
	background: rgba(211, 233, 252, 0.6);
	color: #fff !important;
	transition: color 0.2s linear 0s;
}

.navigation ul li:last-child {
	border-bottom: medium none;
}
.navigation ul li ul {
	display: none;
}

/* mobile navigation property end */

}
@media(max-width:500px) {
.banner .logo
{
	margin-bottom:0px;
	margin-top:45px;
	width:50%;
}
.container {
    padding: 0 20px;
}
.navigation ul {
	text-align:center;
}
.navigation ul li a {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
.about_section .heading_section .alignleft {
    margin-right:0;
}
.mission_section .heading_section .alignright {
    margin-left:0;
}
.heading_section img {
	margin-bottom:20px;
}
.carrer_section {
    padding: 40px 0;
}
.heading_section {
    text-align: center;
}
.heading_section h2 {
    line-height: 42px;
	margin-bottom:0;
}
.heading_section p {
    font-size: 15px;
    line-height: 26px;
}
.program_section .wrapper_section h5 {
    float: left;
}
.wrapper_section img {
	margin-bottom:30px;
}
.wrapper_section h5 {
    font-size: 20px;
}
.carrer_section .alignleft,
.wrapper_section .alignleft {
	margin-right:0;
	float:none;
}
.about_section h2,
.mission_section h2,
.carrer_section .heading_section h2 {
	
}
.employe_section h4, .widget_Section h4
{
	font-size:22px;
}
.widget_Section ul li {
    padding-bottom: 10px;
    margin-left: 24px;
}
.widget_Section ul li::before {
    margin-left: -20px;
}
.widget_Section ul li a {
	padding-left:0;
margin-left:0;
}
.wrapper_section .alignright {
	margin-left:0;
	float:none;
}

.information_section .wrapper_section ul,
.logistics_section .wrapper_section ul {
    width:100%;
}

.contact_section .contact_form form input {
    width:100%;
}
.contact_section .contact_info .social_icon .fa {
    padding: 16px 22px;
}
.contact_section .contact_form form p.half_width
{
	width:100%;
}
.contact_section .contact_info h3, .contact_section .contact_form h3
{
	font-size:26px;
}
}




/* mobile responsive page property end */