/* 
Flex Template 
http://www.templatemo.com/preview/templatemo_406_flex 
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  width:100%;
  height:auto;
  vertical-align:middle;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: .83em;
  line-height: 1.75;
  color: #666666;
  background-color: white;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: #ffcc00 !important;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #444444;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  background:none;
  border:none;
  
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

.text-right {
  text-align: center;
}

.text-left {
  text-align: center;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}

.site-header ul.social-icons {
  position: absolute;
  z-index: 11;
  margin: 30px 0;
}
.site-header ul.social-icons li {
  display: inline-block;
  margin: 0 2px;
}
.site-header ul.social-icons li a {
  width: 36px;
  height: 36px;
  background-color: white;
  color: #444444;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}

.panel-body{}

.panel-body img{ width:100%;}

.social-icons{
	width:24%;
	margin:auto;
	margin-bottom:50px;
	
}
.social-icons li{
	float:left;
}

.menu_bg_total{
	width:100%;
	height:auto;
	background: url(../images/menu_img_01.jpg) no-repeat;
}
.main-header {
  position:absolute;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  /*top: 94px;*/
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.scrolled {
 position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#menu-wrapper {
  overflow: hidden;
}

.logo-wrapper {
  background: url(../images/logo.png) no-repeat;
  height: 100px;
  background-position: 15px;
}
.logo-wrapper a {
  display: inline-block;
  overflow: hidden;
  padding-left: 130px;
  line-height: 100px;
  text-transform: uppercase;
  color: #ec523f;
  font-size: 32px;
  font-weight: 700;
}

.main-menu ul li {
  display: inline-block;
  margin: 0 14px;
}
.main-menu ul li:last-child {
  margin-right: 35px;
}
.main-menu ul li a {
  text-transform: uppercase;
   font-size: 17px;
  color: #ffcc00;
  line-height: 96px;
  padding-top: 37px;
 font-family: 'futuratregular';
 font-weight:bold;
}
.main-menu ul li.active a {
  color: #ffcc00;
}
.main-menu ul li.active a:hover{
	color:#adb234;
}
.main-menu ul li a:hover{
	color:#adb234;
}

a.toggle-menu {
  width: 36px;
  height: 36px;
  float: right;
  margin-top: 33px;
  margin-right: 30px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background: #d5d5d5;
  display: inline-block;
  color: black;
}

.menu-responsive {
  display: none;
  background-color:#000;
}
.menu-responsive ul li {
  padding: 5px 0px 5px 25px;
}
.menu-responsive ul li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}

.menu-responsive ul li a:hover{
	color:#9b9813;
}
.menu_bg {
  position: absolute;
  top: -96px;
}
.menu_bg .overlay {
 /* position: absolute;*/
  top: 0;
  left: 0;
  z-index: 8;
  /*background: rgba(0, 0, 0, 0.5);*/
  width: 100%;
  height: 100%;
}
.menu_bg .slider-caption {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 380px;
  left: 0;
}
.menu_bg .slider-caption h2 {
  color: white;
  text-transform: uppercase;
  font-size: 85px;
  display: inline-block;
  font-family:Georgia, "Times New Roman", Times, serif;
}
.menu_bg .slider-caption p {
  color: white;
  text-transform: uppercase;
  font-size: 50px;
  display: block;
  font-family:Georgia, "Times New Roman", Times, serif;
  margin-top:-20px;
}
.menu_bg .slider-caption a.slider-btn {
  color: white;
  background-color: #ec523f;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}
.menu_bg_cnt {
    height: auto;
    margin: auto;
    position: relative;
    top: 100px;
    width: 100%;
	border-radius:3px;
	padding-bottom:20px;
}
.menu_bg_cnt li {
    border-radius: 3px;
    color: #000;
    float: left;
    line-height: 45px;
    list-style: outside none none;
    margin-right: 9px;
    opacity: 0.68;
}
.menu_bg_cnt li a {
    color: #000;
    padding-left: 45px;
    padding-right: 55px;
    text-transform: uppercase;
}
.menu_bg_cnt li a:hover{
	color:#fff;
}

.flexslider {
  position: relative;
  top: -96px;
}
.flexslider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  /*background: rgba(0, 0, 0, 0.5);*/
  width: 100%;
  height: 100%;
}
.flexslider .slider-caption {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 380px;
  left: 0;
}
.flexslider .slider-caption h2 {
  color: white;
  text-transform: uppercase;
  font-size: 85px;
  display: inline-block;
  font-family:Georgia, "Times New Roman", Times, serif;
}
.flexslider .slider-caption p {
  color: white;
  text-transform: uppercase;
  font-size: 50px;
  display: block;
  font-family:Georgia, "Times New Roman", Times, serif;
  margin-top:-20px;
}
.flexslider .slider-caption a.slider-btn {
  color: white;
  background-color: #ec523f;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}


.content-section{
	margin-bottom:0px;
	
}
.content-section img{
	 border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
	
}

.content_section_three{
	width:100%;
	height:auto;
	background:url(../images/btm_bg.jpg);
	padding-top:100px;
	padding-bottom:100px;
}
.content_section_three h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	text-align:center;
	color:#fff;
	line-height:80px;

}
.content_section_three h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	text-align:center;
	color:#fff;
	line-height:50px;
}

  .flexslider .slider-caption {
    top: 280px;
  }

.map_left{
	height:auto; 
	width: 50%; 
	float:left;
}
.map_right{
	background: #000 none repeat scroll 0 0;
    border: 1px solid #999;
    float: left;
    height: auto;
    margin-left: 10px;
    width: 48%;
	
}
.menu_ctr{
	width:100%;
	height:600px;
	overflow:hidden;
	overflow-x:hidden;
}
.head_inn{
	width:85%;
	margin:auto;

}


.carousel-inner {
	height:400px;
}

.sld_bn{
	width:100%;
	height:470px;
}
.sld_bn img{
	width:100%;
	height:470px ;
	vertical-align:middle;
}

.sld_btm_bn{
	width:100%;
	height:350px;
}
.sld_btm_bn img{
	width:100%;
	height:350px ;
	vertical-align:middle;
}












@media screen and (min-width: 989px) {
/*  .flexslider .slider-caption {
    top: 230px;
  }
*/
}

@media screen and (min-width: 1280px) {


}
@media screen and (min-width: 1200px) {
/*  .flexslider .slider-caption {
    top: 280px;
  }
*/
}

.content-section {
  margin-top: 0px;
  padding-top: 0px;
}

.heading-section {
  margin-bottom: 60px;
}
.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #444444;
  display: inline-block;
}
.heading-section p {
  color: #000;
  font-size: 15px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:15px;
  text-align:justify;
  margin-top:0px;
}
.heading-section span {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 52px;
    line-height: 15px;
    position: absolute;
    top: 17px;
}
.heading_section_two {
  margin-bottom: 0px;
  padding-top:50px;
}
.heading_section_two p {
  color: #000;
  font-size: 23px;
  font-family: 'futuratregular';
  text-align:center;
  margin-bottom:25px;
  
}
.heading_section_two span {
	font-size:28px;
	color:#e17900;
	font-family: 'futuratregular';

}

.small-text {
  color: #aaaaaa;
}

.space-fixed {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.content-section#services {
  margin-top: 0px;
}

.service-item {
  position: relative;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}

.service-item a {
	color: #ffff66;
}

.service-item a:hover {
	color: black;
}

.service-item .service-icon {
  font-size: 3em;
  padding: 110px 0;
}
.service-item .service-content {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.service-item .service-content .inner-service {
  padding: 20px;
}
.service-item .service-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
}
.service-item:hover .service-icon {
  opacity: 0;
  visibility: hidden;
}
.service-item:hover .service-content {
  opacity: 1;
  visibility: visible;
}

#service-1 {
  background-color: #1abc9c;
}

#service-2 {
  background-color: #e67e22;
}

#service-3 {
  background-color: #3498db;
}

#service-4 {
  background-color: #2ecc71;
}

.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background-color: #ec523f;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 36px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.team-member {
  margin-bottom: 30px;
}
.team-member .member-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.team-member .member-thumb img {
  width: 100%;
}
.team-member .member-thumb .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #ec523f;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.team-member .member-thumb .team-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-top: 64px;
}
.team-member .member-thumb .team-overlay span {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
  display: block;
}
.team-member .member-thumb .team-overlay ul.social {
  display: block;
  margin-top: 20px;
}
.team-member .member-thumb .team-overlay ul.social li {
  display: inline-block;
}
.team-member .member-thumb .team-overlay ul.social li a {
  width: 36px;
  height: 36px;
  background-color: white;
  line-height: 40px;
  color: #ec523f;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.team-member .member-thumb:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}

.skills-heading {
  margin-top: 60px;
  margin-bottom: 50px;
}
.skills-heading h3.skills-title {
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.skills-heading .small-text {
  font-style: italic;
}

.progress {
  height: 34px;
  box-shadow: none;
  border-radius: 0;
  background-color: #e7e7e7;
  margin-bottom: 10px;
}

.progress-bar {
  line-height: 34px;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ec523f;
  box-shadow: none;
}

.googlemap-wrapper {
  height: 380px;
  margin-bottom: 40px;
}

.map-canvas {
  height: 380px;
  border: 10px solid #efefef;
}

.contact-info {
  margin-top: 40px;
}

.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.contact-form .mainBtn {
  margin-top: 15px;
  color: white;
  background-color: #ec523f;
  text-transform: uppercase;
  border: 0;
}

#go-top {
  background-color: #ec523f;
  color: white;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
}

#footer {
  padding-top:50px;
  padding-bottom:15px;
}
.footer_menu{
	width:48%;
	height:auto;
	margin:auto;
}
.footer_menu li{
	float:left;
	list-style:none;
	padding-left:15px;
	padding-right:15px;
}
.footer_menu li a{
	font-family: 'futuratregular';
	font-size:14px;
	color:#aaaaaa;
	text-transform:uppercase;
}
.footer_menu li a:hover{
	color:#9b9813;
	
}
.copy_right{
	width:100%;
	margin:auto;
}

.panel-heading
{
	background:none;
	margin-left: 18px;
    margin-right: 18px !important;
}







@media screen and (max-width: 1024px) {
.carousel-inner {
    height: auto;
}
.carousel-indicators {
    bottom: 15px;
}
.flexslider .slides img {
    display: block;
    height:450px;
    width: 100%;
} 
.flexslider .slider-caption {
    top: 230px;
}
.footer_menu {
    height: auto;
    margin: auto;
    width: 38%;
}
.social-icons {
    margin: auto auto 50px;
    width: 20%;
}

}


@media screen and (max-width: 980px) {

.heading-section p {
	font-size:14px;
}
.heading-section span {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 52px;
    line-height: 15px;
    margin-top: -0px;
    position: absolute;
    top: 17px;
}
.menu_bg_cnt li {
    margin-right: 2px;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: table !important;
}

.flexslider .slider-caption {
    top:200px;
}
.flexslider .slider-caption h2 {
    color: white;
    display: inline-block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 60px;
    text-transform: uppercase;
}
.flexslider .slider-caption p {
    color: white;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 35px;
    margin-top: -20px;
    text-transform: uppercase;
}



.footer_menu {
    height: auto;
    margin: auto;
    width: 50%;
}
.social-icons {
    margin: auto auto 0;
    padding-bottom: 50px;
    width: 25%;
}

}

@media screen and (max-width: 800px) {

.heading-section p {
	font-size:14px;
}

.heading-section span {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 52px;
    line-height: 15px;
    margin-top: -0px;
    position: absolute;
    top: 17px;
}
.flexslider .slider-caption {
    top: 220px;
}
.menu_bg_cnt li {
    margin-right: 2px;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: table !important;
}


.flexslider .slider-caption h2 {
    color: white;
    display: inline-block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 60px;
    text-transform: uppercase;
}
.flexslider .slider-caption p {
    color: white;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 35px;
    margin-top: -20px;
    text-transform: uppercase;
}



.footer_menu {
    height: auto;
    margin: auto;
    width: 50%;
}
.social-icons {
    margin: auto auto 0;
    padding-bottom: 45px;
    width: 25%;
}

}


@media screen and (max-width: 768px) {

.heading-section p {
	font-size:14px;
}

.menu_bg_cnt {
    height: auto;
    margin: auto 13px auto auto;
    width: 98%;
}
.carousel-inner {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-indicators {
    bottom: 10px;
}
.heading-section span {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 52px;
    line-height: 15px;
    margin-top: -0px;
    position: absolute;
    top: 17px;
}
.flexslider .slides img {
    display: block;
    height:450px;
    width: 100%;
} 
.menu_bg_cnt li {
    margin-right: 2px;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: table !important;
}

.flexslider .slider-caption {
    top:230px;
}
.flexslider .slider-caption h2 {
    color: white;
    display: inline-block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 60px;
    text-transform: uppercase;
}
.flexslider .slider-caption p {
    color: white;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 35px;
    margin-top: -20px;
    text-transform: uppercase;
}


.footer_menu {
    height: auto;
    margin: auto;
    width: 50%;
}
.social-icons {
    margin: auto auto 0;
    padding-bottom: 50px;
    width: 26%;
}


}

@media screen and (max-width: 640px) {
.heading-section span {
    top: 12px;
	margin-left:-6px;
}
.heading-section p {
    font-size: 12px;
}

.tse-scrollable .tse-scroll-content {
	width:600px !important;
}
.menu_bg_cnt li {
    float: none;
}
.flexslider {
    position: relative;
    top: -20px;
}	
.menu_bg_cnt {
    width: 100% !important;
}
.menu_bg_cnt li {
    margin-bottom: 2px;
}	

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: table !important;
}

.flexslider .slider-caption {
    top:80px;
}
.flexslider .slider-caption h2 {
    color: white;
    display: inline-block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 45px;
    text-transform: uppercase;
}
.flexslider .slider-caption p {
    color: white;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 26px;
    margin-top: -20px;
    text-transform: uppercase;
}


.footer_menu {
    height: auto;
    margin: auto;
    width: 59%;
}
.social-icons {
    margin: auto auto 0;
    padding-bottom: 50px;
    width: 30%;
}
.panel-heading{
	width:100% !important;
	}
.carousel-inner{
	height:auto !important;
}
.carousel-indicators {
    bottom: 0;
}

.flexslider .slides img {
    display: block;
    height: 165px;
}
}

@media screen and (max-width: 600px) {

.heading-section span {
    margin-left: -6px;
    top: -2px;
}
.heading-section p {
    font-size: 13px;
}
.tse-scrollable .tse-scroll-content {
	width:555px !important;
}
.footer_menu {
    height: auto;
    margin: auto;
    width: 63%;
}
.social-icons {
    margin: auto auto 0;
    padding-bottom: 50px;
    width: 40%;
}

}




@media screen and (max-width: 480px) {
.heading-section span {
    margin-left: -6px;
    top: 1px;
}
.heading-section p {
    font-size: 14px;
}
.sld_bn img{
	height:100px; 
} 
.main-menu ul li {
    display: inline-block;
    margin: 0 6px;
}
.main-menu ul li a {
	font-size:13px;
}	
	
.tse-scrollable .tse-scroll-content {
	width:435px !important;
}
.menu_bg_cnt li {
    float: none;
}
.flexslider {
    position: relative;
    top: -20px;
}
.map_top_tot {
    height: auto;
    margin: auto;
    width: 80%;
    margin-left: 112px;
}
.map_left{
	height:auto; 
	width: 100%; 
	float:none;
}
.map_right{
	background: #000 none repeat scroll 0 0;
    border: 1px solid #999;
    float: none;
    height: auto;
    margin-left:0px;
    width: 100%;
	
}




.menu_bg_cnt {
    width: 100% !important;
}
.menu_bg_cnt li {
    margin-bottom: 2px;
}
.flexslider .slider-caption h2 {
    color: white;
    display: inline-block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 40px;
    text-transform: uppercase;
}
.flexslider .slider-caption p {
    color: white;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 23px;
    margin-top: -8px;
    text-transform: uppercase;
}
.footer_menu {
    height: auto;
    margin: auto;
    width: 79%;
}
.social-icons {
    margin: auto auto 50px;
    width: 45%;
}
.social-icons {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-bottom: 5px;
    width: 45%;
}



}


@media screen and (max-width: 360px) {

.heading-section span {
    margin-left: -3px;
}

.heading-section p {
    font-size: 14px;
}
.sld_bn img{
	height:100px;
}
.main-menu ul li {
    display: inline-block;
    margin: 0 6px;
}
.main-menu ul li a {
	font-size:13px;
}

.tse-scrollable .tse-scroll-content {
	width:320px !important;
}
.menu_bg_cnt li {
    float: none;
}

.flexslider {
    position: relative;
    top: -20px;
}

.map_top_tot {
    height: auto;
    margin: auto auto auto 230px;
    width: 60%;
}
.menu_bg_cnt {
    width: 100% !important;
}
.menu_bg_cnt li {
    margin-bottom: 2px;
}	
	
.footer_menu {
    height: auto;
    margin: auto;
    width: 100%;
}
.footer_menu li {
    float: left;
    list-style: outside none none;
    padding-left: 20px;
    padding-right: 20px;
}	
.social-icons {
    margin: auto;
    width: 56%;
	padding-bottom:20px;
	margin-bottom:30px;
}
.copy_right {
    font-size: 12px;
    margin: auto;
    width: 100%;
}
.flexslider .slider-caption {
    top: 80px;
}

.flexslider .slider-caption h2 {
    color: white;
    display: inline-block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    text-transform: uppercase;
}

.flexslider .slider-caption p {
    color: white;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    margin-top: 0px;
    text-transform: uppercase;
}

}

@media screen and (max-width: 320px) {

.main-menu ul li {
    display: inline-block;
    margin: 0 6px;
}
.main-menu ul li a {
	font-size:13px;
}

.tse-scrollable .tse-scroll-content {
	width:275px !important;
}
.menu_bg_cnt li {
    float: none;
}
.heading-section span {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 52px;
    line-height: 15px;
    margin-left: 10px;
    margin-top: -4px;
    position: absolute;
}
.map_top_tot {
    height: auto;
    margin: auto;
    width: 50%;
    margin-left: 282px;
}
.map_left{
	height:auto; 
	width: 100%; 
	float:none;
}
.map_right{
	background: #000 none repeat scroll 0 0;
    border: 1px solid #999;
    float: none;
    height: auto;
    margin-left:0px;
    width: 100%;
	
}

.flexslider {
    position: relative;
    top: 0px;
}
#services.content-section {
    margin-top: 0;
    padding-top: 80px;
}
.menu_bg_cnt {
    width: 100% !important;
}
.menu_bg_cnt li {
    margin-bottom: 2px;
}
.footer_menu li {
    float: left;
    list-style: outside none none;
    padding-left: 14px;
    padding-right: 14px;
}
.copy_right {
    font-size: 11px;
    margin: auto;
    width: 100%;
}
.social-icons {
    margin: auto auto 30px;
    padding-bottom: 20px;
    width: 65%;
}



}





/*
body, p, div, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Arial, Verdana, Geneva, sans-serif;
   	font-style: normal;
}
*/