@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
/*==================== COMMON START ======================*/
.clear {
	clear:both;
}
html {
	height:100%;
}
body {
	position:relative;
	background:#fff;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	min-height:100%;
}
#content {
	padding:0;
}
#content h3 a {
	color:#363f48;
	font-size:18px;
}
#content {
	color:#333333;
	font-size:14px;
}
#content a:hover {
	text-decoration: underline;
}
.headwrapper {
	height:auto;
}
.header-1-container {
	height:auto;
}
#logo-container {
	display: block;
	float:none;
	width: auto;
	height: auto;
	text-align: right;
	margin:23px 0px;
}
.header-1-wrapper {
	background:#fff;
}
.header-1-wrapper .container_12 {
	width:100%;
}
.header-1-wrapper .container_12 .grid_8 {
	margin-left: 30px;
	margin-right: 0;
	width: 65.667%;
}
.header-1-wrapper .container_12 .grid_4 {
	margin-left: 0;
	margin-right: 30px;
	width: 29.333%;
}
.header-tagline {
	color:#717171;
	font-size:24px;
	text-align:center;
}
.header-2-wrapper {
	/* background:url(/wp-content/uploads/menu_bg.png) left bottom repeat-x; */
	min-height:70px;
}
h1 {
	color: #000;
	font-size: 55px;
	line-height:1.5em;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
h2 {
	color:#000;
	font-size: 50px;
	line-height:1.5em;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
h3 {
	color: #000;
	font-size: 24px;
	line-height:1.5em;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
h4 {
	color: #000;
	font-size: 18px;
	line-height:1.5em;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
h5 {
	color: #000;
	font-size: 16px;
	line-height:1.5em;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.bodywrapper {
	padding-bottom:150px;
}
.bodywrapper:after, .footwrapper:after, .headwrapper:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
form {
	margin:0;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height:auto;
}
.wpb_single_image .vc_single_image-wrapper {
	display:block;
}
/*=================== COMMON END =================*/

/*============ TOP MENU START ==============*/
.dropdown-backdrop {
	display:none;
}
.navbar {
	margin-bottom:0;
}
.navbar .nav {
	/*float:right;
  padding: 50px 0;*/
  margin:0;
}
.navbar-inner {
	background:none;
	filter:none;
	border-radius:0;
	border:none;
	padding: 0;
	box-shadow: none;
}
.menu-main_menu-container:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.navbar .nav > li {
	padding:0;
	font-family: 'Oswald', sans-serif;/*margin:0 32px;*/
}
.navbar .nav > li:first-child {
	margin-left:0;
}
.navbar .nav > li:last-child {
	margin-right:0;
}
.navbar .nav > li > a {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	padding: 55px 35px;
	/*padding: 55px 20px;*/
	text-shadow: none;
	text-transform: uppercase;
}
.navbar .nav > li:last-child a {
	border:none;
	margin-right:0;
}
.nav > li:hover a {
	background:#2fbfe2;
	color:#000;
}
.menu-main_menu-container .nav > li > a:hover, .menu-main_menu-container .nav > li > a:focus {
	/*	color:#fff !important;
  	border-radius:0px;
  	background:#2fbfe2;*/
  	background:url(/wp-content/uploads/menu_hover_img.png) no-repeat center 81px #000;
	border-radius: 0;
	color: #fff;
}
.navbar .nav > li.current-menu-item a {
	/*color:#fff;
  	border-radius:0px;
  	background:#2fbfe2;*/
    background:url(/wp-content/uploads/menu_hover_img.png) no-repeat center 81px #000;
	border-radius: 0;
	color: #fff;/*padding: 55px 40px;*/
}
/*.navbar .nav > li a.dropdown-toggle{
  color:#fff;
}*/
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	text-shadow:none;
	background:none;
}
.navbar > .open > a, .navbar > .open > a:hover, .navbar > .open > a:focus {
	background:#2fbfe2;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-bottom-color:#333;
	border-top-color:#333;
	margin-left:5px;
}
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
	border-bottom-color: #fff;
	border-top-color: #fff;
}
.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after {
	border:none;
}
.navbar .nav > li > .dropdown-menu {
	border-radius:0;
	padding:0;
	/*left:28px;*/
  margin:0;
}
.dropdown-menu > li > a {
	display: block;
	padding:5px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333 !important;
	white-space: nowrap;
	background:#fff !important;
	font-size: 14px;
	border-bottom:1px solid #ccc;
}
.dropdown-menu > li:last-child a {
	border-bottom:none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	text-decoration: none;
	color: #fff !important;
	background:#2fbfe2 !important;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2fbfe2', endColorstr='#2fbfe2', GradientType=0) !important;
	border-radius:0 !important;
}
.wfm-mega-menu {
}
.wfm-mega-menu ul li a .wf-mega-icon {
	display: none;
}
.wfm-mega-menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	background:url(/wp-content/uploads/nav-li-bg.jpg) right center no-repeat;
	text-transform:uppercase;
}
.wfm-mega-menu ul li:last-child {
	background:none;
}
.wfm-mega-menu ul.menu {
	margin-left: 0px;
}
.wfm-mega-menu ul.sub-menu li {
	margin-left: 0px !important;
}
.wfm-mega-menu ul li a {
	float: left;
	position: relative;
	height:41px;
	color:#edfffd !important;
	padding:20px 30px 0px 30px !important;
}
.wfm-mega-menu ul li a:hover, .wfm-mega-menu ul li.active a {
	background:#2671db;
	color:#fff !important;
}
.wfm-mega-menu ul li ul li {
	padding:0px !important;
	margin:0px 0px 4px 0px !important;
	width:auto !important;
}
.wfm-mega-menu ul.menu ul.sub-menu {
	padding: 0px !important;
	margin: 0px !important;
}
.wfm-mega-menu ul li ul li a {
	background:#1a54a4 !important;
}
.wfm-mega-menu ul li ul li a:hover {
	background:#2671db !important;
}
.wpb_wrapper:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
/*=============== TOP MENU END ==================*/

/*============= FOOTER START ===============*/
.footwrapper {
	height:auto;
	color:#CCCCCC !important;
	font-size:14px;/*padding:40px 0;*/
	position:absolute;
	width:100%;
	bottom:0;
	background:#fff;
}
.footer-wrapper .container_12 {
	width:100%;
}
.footer-wrapper .footer_grid_1 {
	margin-left: 30px;
	margin-right: 0;
	width: 40%;
}
.footer_grid_1 .social_icon {
	text-align:left;
	margin: 44px 0 0;
}
.footer_grid_1 .social_icon ul {
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;
}
.footer_grid_1 .social_icon li {
	float: left;
	margin: 0;
	padding: 0 8px 0 0;
}
.footer_grid_1 .social_icon li a {
	display: block;
	padding:0;
	text-align: center;
}
.footer_grid_1 .social_icon li a:hover {
	text-decoration:none;
}
.footer-wrapper .footer_grid_2 {
	border-left: 1px solid #0f0f0f;
	box-sizing: border-box;
	margin: 0;
	min-height: 150px;
	padding: 57px 0 0 20px;
	width: 20%;
}
.footer-wrapper .footer_grid_2 address {
	color:#000;
	font-size:14px;
	text-transform: uppercase;
}
.footer-wrapper .footer_grid_3 {
	border-left: 1px solid #0f0f0f;
	box-sizing: border-box;
	margin: 0;
	min-height: 150px;
	padding: 33px 0 0 25px;
	width: 24%;
}
.footer-wrapper .footer_grid_3 address {
	color:#000;
	font-size:14px;
	text-transform: uppercase;
	margin:0;
}
.footer-wrapper .footer_grid_3 address a {
	color:#000;
}
.footer-wrapper .footer_grid_4 {
	border-left: 1px solid #0f0f0f;
	box-sizing: border-box;
	margin: 0;
	min-height: 150px;
	padding: 30px 0 0 21px;
	width: 13%;
}
.footer-wrapper .footer_grid_4 .contact_us {
	background:url(/wp-content/uploads/footer_contact_us_icon.png) no-repeat left;
	color: #000;
	padding: 20px 0 20px 30px;
	text-align: left;
	text-transform: uppercase;
}
.footwrapper a {
/* color:#FF0000 !important; */
}
.footer-column-1 .inner-container {
	margin-bottom:0;
}
.footer-column-1 {
	width:100% !important;
	text-align:center;
}
.footer-column-1 ul {
	display:inline-block;
	margin-bottom:10px;
}
.footer-quote {
	color:#67645d;
	font-size:20px;
	float:right;
}
.footer-phone {
	color:#00809d;
	font-size:25px;
	font-weight:bold;
	display:block;
}
.copyright {
	font-size:14px;
	color:#231f20;
	padding-left:8px;
}
.footer-bottom-wrapper {
	text-align:center;
}
.site-credits {
	font-size:14px;
	color:#707070;
}
.site-credits a {
	color:#707070 !important;
}
.fixed-right {
	position: fixed;
	right: 0;
}
/* ============= Footer Menu ============*/
.footwrapper ul.menu li {
	float:left;
	margin: 2px 40px;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}
.footwrapper ul.menu li a {
/* color:#00809d !important; */
}
.footwrapper ul.menu li .sub-menu {
	float:none;
}
.footwrapper ul.menu li .sub-menu li {
	margin:10px 0;
	float:none;
	font-weight:normal;
}
/*================ FOOTER END ===================*/

/*================ INTRO TEXT START ===================*/

.intro-and-grid {
	color: #231f20;
	font-size: 16px;
}
.width-25 {
	width:25% !important;
}
/*================ INTRO TEXT END ===================*/

/*================ ROYAL SLIDER START ===================*/
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background: transparent;
}
/*================ ROYAL SLIDER END ===================*/

/*================== GRID SYSTEM START ======================*/

.grid-item {
	background: none repeat scroll 0 0 #FAFAFA;
	border-bottom: 1px solid #D8D7D2;
	border-radius: 10px 10px 10px 10px;
	color: #55606E;
	float: left;
	font-size: 14px;
	margin: 0 1em 4em 0;
	padding-top: 0;
	text-align: center;
	width: 223px;
}
.grid-item img {
	max-width:100% !important;
	width:100% !important;
	height:auto !important;
}
.grid-item p:first-child {
	padding-top: 0px !important;
	margin-top: 0px !important;
}
.grid-item p {
	margin-bottom:0;
}
.grid-item h3 {
	font-size:18px;
	font-weight:bold;
	margin: 20px 0;
}
.grid-item h3 a {
	color: #00264c !important;
}
.grid-item h3 a:hover {
	color:#8a2529 !important;
}
a.grid-item-button {
	position: relative;
	display: inline-block;
	background:url(/wp-content/uploads/red_btn_bg.jpg) repeat-x #73001a !important;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0px 15px;
	line-height: 36px;
	height: 36px;
	text-decoration: none;
	color: #fff !important;
	font-size:14px;
	bottom:-19px;
	border:1px solid #830000;
}
a:focus:active.grid-item-button {
	background: #231f20;
}
a:hover.grid-item-button {
	background: #00264c;
}
.grid-excerpts-button-1 .grid-item {
	background: none;
	border-bottom: none;
	border-radius:0;
	color: #55606E;
	float: left;
	font-size: 14px;
	margin: 0 6em 4em 0;
	padding-top: 0;
	text-align: center;
	width: 300px;
	padding-bottom:0;
}
.grid-excerpts-button-1 .grid-item:nth-child(4n) {
	margin-right:0;
}
.grid-excerpts-button-1 .grid-item p:first-child {
	padding-top: 0px !important;
	margin-top: 0px !important;
}
.grid-excerpts-button-1 .grid-item h3 {
	font-size:22px;
}
.grid-excerpts-button-1 .grid-item h3 a {
	color: #363f48 !important;
	font-size:22px !important;
}
.grid-excerpts-button-1 .grid-item h3 a:hover {
	color:#363f48 !important;
}
/*================== GRID SYSTEM END ======================*/

/*=============== CONTACT FORM ALL START ================*/

.right-column-thirds-column-2 .wpcf7-form {
	background:url(/wp-content/uploads/home_contact_form_shadow.png) bottom center no-repeat;
	padding:0 0 11px;
}
.sidebar-contact-form-1 {
	background:#DDD;
	border-radius:5px;
	text-align:center;
}
.sidebar-contact-form-1 .sidebar-title {
	background:#003a45;
	text-align:center;
	font-size:40px;
	color:#fff;
	padding:15px;
	border-radius:5px 5px 0 0;
	border-bottom:1px solid #fff;
}
.sidebar-contact-form-1 .sidebar-caption {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#55606e;
	padding:15px;
	display:block;
}
button.ether-button:focus, button.ether-button:hover {
	top:0 !important;
}
/*================= Contact Form Horizontal ==================*/
ul.contact-form-horizontal {
	list-style:none;
}
.contact_horizontal {
	background: none;
	padding: 28px 0 0;
	text-align: center;
}
.contact_horizontal .wpb_content_element {
	margin:0;
}
.contact_title {
	background:url(/wp-content/uploads/mail_icon_sm.png)no-repeat left center;
	text-align:center;
	padding: 5px 0 8px 40px;
	font-size:30px;
	color:#050b3b;
	text-transform:uppercase;
	display: inline-block;
	margin-bottom: 20px !important;
}
.contact-form-horizontal br {
	display:none;
}
.contact_horizontal .ether-form {
	margin-top:0;
}
.contact_horizontal .ether-form label {
	float:left;
	width:100%;
	text-align:left;
	color: #000;
	margin: 0 0 10px;
}
.contact_horizontal .ether-form input[type="text"] {
	background:#000;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	padding: 10px 15px !important;
	margin: 0;
}
.contact_horizontal .ether-form textarea {
	background:#000;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	padding: 10px 15px !important;
	margin: 0;
	min-height: 180px;
}
.contact_horizontal .ether-form textarea:hover, .contact_horizontal .ether-form textarea:focus {
	background-color: #000;
	color: #fff;
}
.contact_horizontal .ether-form .ether-buttonset-1 {
	float:left;
	margin-top:0px;
}
.contact_horizontal .ether-form .ether-buttonset-1 .ether-button {
	background:#000;
	border:none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	margin: 0 !important;
	padding: 18px 47px;
	text-transform: uppercase;
}
/* ================= Contact Form Sidebar ================*/
.sidebar_contact .ether-form {
	margin-top:0;
}
.sidebar-contact-form-1 label {
	width:auto !important;
	margin:0 20px !important;
}
.sidebar_contact form {
	background:#DDD;
	border-radius:5px;
	text-align:center;
}
.sidebar_contact .ether-button {
	color:#fff;
	width:149px;
	height:48px;
	border:none;
	font-size:21px;
	cursor:pointer;
	font-weight: bold;
	margin:25px 0px 40px 0px;
	/*background:#00809d !important;*/
  	background: #a70329; /* Old browsers */
	background: -moz-linear-gradient(top, #a70329 0%, #71001a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a70329), color-stop(100%, #71001a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a70329 0%, #71001a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a70329 0%, #71001a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a70329 0%, #71001a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a70329 0%, #71001a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a70329', endColorstr='#71001a', GradientType=0 ); /* IE6-9 */
	font-family: 'Droid Sans', sans-serif;
	text-transform:uppercase;
	text-shadow:0 2px 1px #003A45;
	border-radius:7px;
	box-shadow: 3px 3px 3px #999;
	margin:auto !important;
}
/*====================== Contact Form Main ======================*/
.contact-form-1 form {
	margin-top:15px;
}
.ether-cols {
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.ether-col {
	padding:0 15px !important;
}
.contact-form-1 button.ether-button {
	width: 100%;
	height:44px;
	border:none !important;
	cursor:pointer;
	/*text-indent: -9999px;*/
	background: #a70329; /* Old browsers */
	background: -moz-linear-gradient(top, #a70329 0%, #71001a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a70329), color-stop(100%, #71001a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a70329 0%, #71001a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a70329 0%, #71001a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a70329 0%, #71001a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a70329 0%, #71001a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a70329', endColorstr='#71001a', GradientType=0 ); /* IE6-9 */
	border-radius:5px;
	margin-top: 15px;
	max-width:320px;
	color:#fff;
	font-size:25px;
	text-align:center;
	line-height:44px;
	padding:0;
}
/*=============== CONTACT FORM ALL END ====================*/

/*=============== BLOG START ==================*/

.post {
	width:45%;
	float:left;
}
.post:nth-child(1) {
	float: none;
	width: 100%;
}
.post:nth-child(2n+0) {
	margin-right: 10%;
}
.post h2 {
	font-size: 22px;
}
.post h2 a {
	color: #00264c;
}
.post a {
	color:#525252;
}
.post .featured-image {
	float: left;
	margin: 0px 10px 10px 0px;
}
.post .post-meta {
	clear: both;
	font-size:14px;
}
.post span.separator {
	border-bottom:1px solid #CCC;
}
.post .readmore {
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	padding: 20px 0;
	text-align: right;
	border-top: 1px solid #CCCCCC;
}
.post a.readmorecontent {
	background:url(/wp-content/uploads/red_btn_bg.jpg) repeat-x #73001a !important;
	border:1px solid #830000;
	border-radius:5px;
	color:#fff !important;
	font-size:16px;
	padding:5px 15px;
}
/*================ BLOG END ===================*/

/*=============== SEARCH RESULTS START ==================*/
.search .post {
	width:100%;
	float:none;
}
.search .post:nth-child(2n+0) {
	margin-right: 0;
}
/*=============== SEARCH RESULTS END ==================*/


/*=============== Call To Action Box Start ==================*/
.cta-box, .cta-box h2 {
	color: #FFF;
}
/*============== LANDING PAGE STRAT ================*/

.landing-intro-section {
	text-align: center;
}
.hero-banner img {
	display: block;
	margin: 0 auto;
}
.landing-main-column-1 h1 {
	color:#00264c;
	font-size:37px;
}
.wpb_separator.wpb_content_element {
	width: 100%;
	height: 12px;
	border-bottom:none !important;
	background: url(/wp-content/uploads/shadow.png) bottom center no-repeat;
	background-size:100%;
}
/*============== LANDING PAGE END ================*/

/*================ HERO BANNER START ================*/

/*.hero-wrapper .hero-column .colwrapper {
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 30px;
}
.hero-wrapper h1 {
	color:#00264c;
	font-size:34px;
	font-weight:bold;
	letter-spacing:-1px;
}
.hero-wrapper h3 {
	color:#414141;
	font-size:30px;
}
*/
/*================== SOCIAL MEDIA START ================*/
.social-media-icons li {
	float:right;
}
.social-media-icons li a {
	display: block;
	height: 40px;
	text-indent: -99999px;
	width: 40px;
}
.social-media-icons .social-media-icons-facebook {
	background:url(/wp-content/uploads/facebook.jpg) repeat scroll 0 0 transparent;
}
.social-media-icons .social-media-icons-twitter {
	background:url(/wp-content/uploads/twitter.jpg) repeat scroll 0 0 transparent;
}
.social-media-icons .social-media-icons-youtube {
	background:url(/wp-content/uploads/youtube.jpg) repeat scroll 0 0 transparent;
}
.social-media-icons .social-media-icons-instagram {
	background:url(/wp-content/uploads/instagram.jpg) repeat scroll 0 0 transparent;
}
/*================== SOCIAL MEDIA END ================*/

/*================== MISC START ================*/

blockquote {
	background: url("/wp-content/uploads/quote-l.png") no-repeat scroll 3px 6px transparent;
	color: #444444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 20px 10px 45px;
	border:0;
}
/*================ MISC END ================*/
/*================ ABOUT US CSS START HERE ================*/
.about_us_main .sidebar_contact {
	background:rgba(255, 255, 255, 0.8);
	margin: 30px 0;
	padding: 20px;
}
.about_us_main .sidebar_contact h1 {
	font-size: 36px;
	line-height: 1;
	margin: 0;
	padding-bottom: 19px;
	text-transform: uppercase;
}
.about_us_main .sidebar_contact p {
	color: #000;
	line-height: 28px;
}
.accordion_main .vc_toggle_default {
	background:#000;
	margin-bottom: 10px;
}
.accordion_main .vc_toggle_title h4 {
	color: #fff;
	font-size: 14px;
	line-height: 48px;
	padding: 0 0 0 35px;
	text-transform: uppercase;
}
.accordion_main .vc_toggle_title .vc_toggle_icon {
	background:url(/wp-content/uploads/accordian_icon.png) no-repeat;
	border:none;
	height: 30px;
	width: 30px;
	margin: 0 0 0 15px;
}
.accordion_main .vc_toggle_icon:before, .accordion_main .vc_toggle_icon:after {
	display: none;
}
.accordion_main .vc_toggle_content p {
	color:#fff;
}
.accordion_main .vc_toggle_content {
	padding: 0 24px !important;
}
/*================ ABOUT US CSS END HERE ================*/

/*================ CONTACT US PAGE CSS START HERE =================*/
.contact_us_main {
}
.contact_us_main .contact_us_form {
	background:rgba(255, 255, 255, 0.8);
	margin: 30px 0;
	padding: 20px;
}
.contact_us_main .contact_us_form h2 {
	font-size: 36px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}
.contact_us_main .contact_us_form p {
	color: #000;
	line-height: 1;
	margin: 0 !important;
	padding: 10px 0 16px;
	text-transform: uppercase;
}
.contact_us_main .contact_us_form .addres_sec p {
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	padding: 0;
	text-transform: uppercase;
}
.contact_us_main .contact_us_form .addres_sec p a {
	color:#000;
}
.contact_us_main .map {
	padding-top: 30px;
}

/*================ CONTACT US PAGE CSS END HERE =================*/



/*================= RESPONSIVE ====================*/


@media only screen and (max-width : 1024px) {
.contact-form-col-1, .contact-form-col-2 {
	width: 90%;
	float: none;
	padding-left: 0;
}
.contact-form-horizontal input.wpcf7-text {
	width:100%;
	display:block;
	margin-bottom: 10px !important;
}
.contact_horizontal .ether-form label {
	float:none;
	width:100%;
}
.navbar .nav > li > a {
	padding: 55px 15px;
}
.header-1-wrapper .container_12 .grid_8 {
	margin-left: 30px;
	margin-right: 0;
	width: 64.667%;
}
.footer-wrapper .footer_grid_1 {
	width: 35%;
}
.footer-wrapper .footer_grid_4 {
	width: 15%;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.navbar .nav {
	float:none;
}
.navbar .nav > li {
	margin:0;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	border-radius:0;
}
.nav-collapse .dropdown-menu li + li a {
	margin:0;
}
#logo-container {
	margin: 0;
	position: relative;
	top: -30px;
}
.navbar .nav > li > a {
	padding: 15px;
}
.navbar .nav > li.current-menu-item a {
	padding: 15px;
}
.footer-wrapper .footer_grid_2 address {
	font-size: 12px;
}
.footer-wrapper .footer_grid_2 {
	padding: 45px 1px 13px 14px;
}
.footer-wrapper .footer_grid_3 address {
	font-size: 12px;
}
.footer-wrapper .footer_grid_4 .contact_us {
	font-size: 12px;
}
.footer-wrapper .footer_grid_4 {
	padding: 30px 0 30px 5px;
	width:20%;
}
.navbar .btn-navbar {
	float: left;
}
.header-1-wrapper .container_12 .grid_8 {
	width: 62.667%;
}
.footer-wrapper .footer_grid_1 {
	width: 35%;
	margin:0;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.navbar .nav {
	float:none;
}
.navbar .nav > li {
	margin:0;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	border-radius:0;
}
.nav-collapse .dropdown-menu li + li a {
	margin:0;
}
.navbar .nav > li > a {
	padding: 15px;
}
.navbar .nav > li.current-menu-item a {
	padding: 15px;
}
.footwrapper {
	position:relative;
}
.footer-wrapper .footer_grid_1 {
	border-bottom: 1px solid #0f0f0f;
	min-height: 100px;
	padding: 0 0 30px;
	width: 100%;
	border-left:none;
}
.footer-wrapper .footer_grid_2 {
	border-bottom: 1px solid #0f0f0f;
	min-height: 100px;
	padding: 30px 0 0;
	width: 100%;
	border-left:none;
}
.footer-wrapper .footer_grid_3 {
	border-bottom: 1px solid #0f0f0f;
	min-height: 100px;
	padding: 30px 0 0;
	width: 100%;
	border-left:none;
}
.footer-wrapper .footer_grid_4 {
	border-bottom: 1px solid #0f0f0f;
	min-height: 100px;
	padding: 30px 0 0;
	width: 100%;
	border-left:none;
}
.footer-wrapper .footer_grid_4 .contact_us {
	text-align:left;
}
.header-1-wrapper .container_12 .grid_8 {
	margin-left: 0;
	width: 100%;
}
.footer-wrapper .container_12 {
	width: 420px;
}
.footer-wrapper .footer_grid_1 {
	margin-left: 0;
}
.header-1-wrapper .container_12 .grid_4 {
	width: 90%;
}
}
@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
.navbar .nav {
	float:none;
}
.navbar .nav > li {
	margin:0;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	border-radius:0;
}
.nav-collapse .dropdown-menu li + li a {
	margin:0;
}
.footwrapper {
	position:relative;
}
.footer-wrapper .footer_grid_1 {
	border-bottom: 1px solid #0f0f0f;
	min-height: 100px;
	padding: 0 0 30px;
	width: 100%;
	border-left:none;
	margin:0;
}
.footer-wrapper .footer_grid_2 {
	border-bottom: 1px solid #0f0f0f;
	min-height: 100px;
	padding: 30px 0 0;
	width: 100%;
	border-left:none;
}
.footer-wrapper .footer_grid_3 {
	border-bottom: 1px solid #0f0f0f;
	min-height: 100px;
	padding: 30px 0 0;
	width: 100%;
	border-left:none;
}
.footer-wrapper .footer_grid_4 {
	border-bottom: 1px solid #0f0f0f;
	min-height: 100px;
	padding: 30px 0 0;
	width: 100%;
	border-left:none;
}
.footer-wrapper .footer_grid_4 .contact_us {
	text-align:left;
}
.navbar .nav > li > a {
	padding: 15px;
}
.navbar .nav > li.current-menu-item a {
	padding: 15px;
}
.header-1-wrapper .container_12 .grid_4 {
	width: 90%;
}
.footer-wrapper .container_12 {
	width: 300px;
}
  .accordion_main .vc_toggle_title h4 {
	font-size: 13px;
}
}