@charset "utf-8";
/* CSS Document */
li {
	list-style: none;
}
li, a, a:hover, a:active, a:focus {
	font-family: 'Open Sans', sans-serif;
	outline: 0;
	text-decoration: none;
	outline: none;
}
button, input, select, textarea, label, blockquote {
	font-family: 'Open Sans', sans-serif;
	outline: 0;
}
a {
	color: #949494;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	outline: none;
}
a:hover {
	color: #f9a931;
}
p, ul, li {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, span, table, tr, td, th {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
p {
	font-size: 15px;
}
.gap {
	padding: 30px 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.nomargin-top {
	margin-top: 0 !important;
}
.nopadding {
	padding: 0 !important;
}
#header {
	background: #fff;
	float: left;
	width: 100%;
}
#body {
	float: left;
	width: 100%;
}
#footer {
	float: left;
	width: 100%;
}
.top-bar {
	background:#fff;
	float:left;
	width:100%;
	padding:27px 0 10px 0;
	display: flex;
  	align-items: center;
  	justify-content: center;
	border-bottom: 1px solid #f4f4f4;
	box-shadow: rgba(0, 0, 0, .2) 0 0 4px 0;
}
ul.list-contact
{
	display: inline-block;
	font-weight: bold;
}
ul.list-contact li {
    display: inline-block;
	padding:0 5px;
}
ul.list-contact li:first-child {
	padding-left:0;
}
ul.list-contact li a {
	font-size:15px;
	color:#2b2a29;
}
ul.social-links {
   float:right;
}
ul.social-links li {
    display: inline-block;
}
ul.social-links li a {
    display: block;
    width: 100%;
    height: 100%
}
.sprite {
    background: url(../images/sprite.png) no-repeat
}
ul.social-links li.fb, ul.social-links li.gplus, ul.social-links li.in, ul.social-links li.insta, ul.social-links li.tw, ul.social-links li.yt {
    margin: 0 2px;
    width: 20px;
    height: 17px;
    display: inline-block
}
ul.social-links li.fb {
    background-position: 5px 0
}
ul.social-links li.fb:hover {
    background-position: 5px -18px
}
ul.social-links li.tw {
    background-position: -17px 0
}
ul.social-links li.tw:hover {
    background-position: -17px -18px
}
ul.social-links li.gplus {
    background-position: -41px 0
}
ul.social-links li.gplus:hover {
    background-position: -41px -18px
}
ul.social-links li.yt {
    background-position: -65px 0
}
ul.social-links li.yt:hover {
    background-position: -65px -18px
}
ul.social-links li.in {
    background-position: -89px 0
}
ul.social-links li.in:hover {
    background-position: -89px -18px
}
ul.social-links li.insta {
    background-position: -113px 0
}
ul.social-links li.insta:hover {
    background-position: -113px -18px
}
.logo{
	width:100%;
}

ul.menu{
	border-top:solid 1px #e8e8e8;
	margin-top:10px;
	padding-top:12px;
}
.menu li{
	display:inline-block;
	padding:0 15px;
}
.menu li:first-child{
	padding-left:0;
}
.menu li:last-child{
	padding-right:0;
}
.menu li a{
	text-transform:uppercase;
	font-size:13px;
	color:#2b2a29;
	font-weight:700;
}
.menu li a:hover, .menu li a.active{
	color: #da1f24;
	padding-bottom:5px;
	border-bottom:solid 2px #da1f24;
}
.menu-custom{
	margin-bottom:0;
	background: none;
    border: 0;
	border-top:solid 1px #e8e8e8;
	margin-top:10px;
	padding-top:17px;
	border-radius:0;
}
.menu-custom .nav > li > a{
	text-transform:uppercase;
	font-size:13px;
	color:#2b2a29;
	font-weight:700;
}
.menu-custom .navbar-collapse{
	padding-right: 0;
    padding-left: 0;
}
.navbar-nav > li > a{
	padding-top: 0;
    padding-bottom: 0;
}
.menu-custom .navbar-collapse a.active, .menu-custom .navbar-collapse a:hover{
	color: #da1f24;
	border-bottom:solid 2px #da1f24;
}

.banner-home{
	float: left;
	width: 100%;
	text-align:center;
}
.banner-home img{
	display:inline-block;
}
.business-cta{
	float:left;
	width:100%;
	background:#da1f24;
	padding:50px 0;
	min-height:100px;
	text-align:center;
}
.business-cta h2{
	font-weight: 800;
	font-size:60px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:10px;
}
.business-cta ul li{
	display:inline-block;
}
.business-cta ul li{
	margin-right:35px;
}
.business-cta ul li:last-child{
	margin-right:0;
}
.business-cta ul li{
	font-size:25px;
	text-transform:uppercase;
	font-weight:400;
}
.business-cta ul li span.b-icon .fa{
	color:#730202 !important;
	margin-right:15px;
}
.business-cta ul li span.b-text{
	color:#fff;
}

.home-about{
	float: left;
	width: 100%;
	margin:60px 0;
}
.home-about h2{
	color: #27538C;
	font-weight: 800;
	font-size:40px;
	margin-bottom:60px;
	position: relative;
}
.home-about h2:before{
	content: "";
    display: block;
    width: 120px;
    background-color: #27538C;
    height: 3px;
	position: absolute;
	bottom: -20px;
}
.home-about p{
	font-weight: 500;
	font-size: 17px;
	color: #2b2a29;
	line-height:28px;
}
.home-about a{
	background:#27538C;
	padding:9px 30px;
	display:inline-block;
	font-size:21px;
	text-transform:uppercase;
	color:#fff;
	margin:20px 0 0 0;
}
.what-we-offer{
	float: left;
	width: 100%;
	background: #315a90;
	padding:80px 0 60px 0;
}
.what-we-offer h2{
	text-align:center;
	font-weight: 800;
	font-size:40px;
	color: #fff;
	margin-bottom:50px;
}
.wwo-icon-box{
	border-radius: 50%;
	background:#fff;
	width: 80px;
    height: 80px;
	text-align:center;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	margin-right:30px;
}
.wwo-icon-box img{
	width:45px;
	height:45px;
}
.wwo-cnt{
	min-height:270px;
	margin-bottom:30px;
	display: inline-block;
	width: 246px;
}
.wwo-cnt h3{
	font-size:32px;
	color: #fff;
	font-weight:800;
	text-transform:uppercase;
	margin-bottom:15px;
}
.wwo-cnt p{
	font-size:15px;
	color: #fff;
}



.photo-gallery{
	float:left;
	width:100%
}
.photo-gallery h2{
	font-weight: 800;
    font-size: 40px;
    color: #fff;
	text-align:center;
	margin-bottom:15px;
}
.photo-gallery h3{
	font-size:17px;
	line-height:23px;
	color: #fff;
	text-align:center;
	padding:0 50px;
}
.galeria {
  width: 100%;
  margin: 0 auto;
  background-color: #1c1c1c;
  overflow: hidden;
}
.galeria.vis .container h1, .galeria.vis .container h2 {
  opacity: 1;
  transform: none;
}
.galeria.vis .container .h2 {
  transition-delay: 0.2s;
}
.galeria.vis .container .contenedorImgs .imagen {
  opacity: 1;
  transform: none;
}
.galeria.vis .container .contenedorImgs .imagen:nth-child(1) {
  transition-delay: 0.1s;
}
.galeria.vis .container .contenedorImgs .imagen:nth-child(2) {
  transition-delay: 0.2s;
}
.galeria.vis .container .contenedorImgs .imagen:nth-child(3) {
  transition-delay: 0.3s;
}
.galeria.vis .container .contenedorImgs .imagen:nth-child(4) {
  transition-delay: 0.4s;
}
.galeria.vis .container .contenedorImgs .imagen:nth-child(5) {
  transition-delay: 0.5s;
}
.galeria.vis .container .contenedorImgs .imagen:nth-child(6) {
  transition-delay: 0.6s;
}
.galeria.vis .container .contenedorImgs .imagen:nth-child(7) {
  transition-delay: 0.7s;
}
.galeria.vis .container .contenedorImgs .imagen:nth-child(8) {
  transition-delay: 0.8s;
}
.galeria.vis .container .contenedorImgs .imagen:nth-child(9) {
  transition-delay: 0.9s;
}
.galeria.vis .container .contenedorImgs .imagen:nth-child(10) {
  transition-delay: 1s;
}
.galeria.scale .container {
  opacity: 0;
  transform: scale(1.2);
}
.galeria .container {
  width: 90%;
  min-height: 100vh;
  margin: 0 auto;
  padding: 50px 0;
  transition: ease all 0.5s;
}

.galeria .container .contenedorImgs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  width: 100%;
  margin-top: 30px;
}
.galeria .container .contenedorImgs .imagen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc((100% / 3) - 20px);
  height: 250px;
  margin: 10px;
  opacity: 0;
  transform: translateX(-50px);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: ease all 0.5s;
}
.galeria .container .contenedorImgs .imagen:hover:before {
  opacity: 1;
}
.galeria .container .contenedorImgs .imagen:hover .nombre {
  transform: none;
}
.galeria .container .contenedorImgs .imagen:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(transparent, #fff);
  transition: ease all 0.5s;
}
.galeria .container .contenedorImgs .imagen .nombre {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  transform: translateY(100%);
  text-shadow: -2px -2px 5px #1c1c1c;
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s;
}

.fullPreview {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.9);
  z-index: 100;
}
.fullPreview.anim .wrapper .titulo {
  opacity: 0;
  transform: translateX(-100px);
  transition-delay: 0s;
}
.fullPreview.anim .wrapper img {
  opacity: 0;
  transform: translateX(100px);
}
.fullPreview.anim .wrapper .desc {
  opacity: 0;
  transform: translateY(100px);
  transition-delay: 0s;
}
.fullPreview .cerrarModal {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: ease all 0.3s;
}
.fullPreview .cerrarModal:hover {
  transform: rotate(90deg);
}
.fullPreview .cerrarModal:before, .fullPreview .cerrarModal:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #1c1c1c;
}
.fullPreview .cerrarModal:before {
  transform: rotate(45deg);
}
.fullPreview .cerrarModal:after {
  transform: rotate(-45deg);
}
.fullPreview .wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 90%;
  height: 90%;
  position: relative;
}
.fullPreview .wrapper .blur {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(40px);
  transition: ease all 0.5s;
}
.fullPreview .wrapper .titulo {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  font-size: 100px;
  -webkit-text-stroke: 1px #fff;
  z-index: 1;
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s 0.3s;
}
.fullPreview .wrapper img {
  max-width: 90%;
  max-height: 80%;
  position: relative;
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s;
}
.fullPreview .wrapper .desc {
  width: 100%;
  max-width: 600px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  position: relative;
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s 0.5s;
}
.fullPreview .controles {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.fullPreview .controles .control {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 50px;
  height: 30px;
  position: relative;
  cursor: pointer;
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s;
}
.fullPreview .controles .control:hover {
  width: 70px;
}
.fullPreview .controles .control.av {
  margin-left: auto;
}
.fullPreview .controles .control.ret {
  margin: 10px 30px 0 0;
  transform: rotate(180deg);
}
.fullPreview .controles .control:before, .fullPreview .controles .control:after {
  content: "";
  position: absolute;
}
.fullPreview .controles .control:before {
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #fff;
}
.fullPreview .controles .control:after {
  right: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.business-cta1{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
}
.business-cta1 h2{
	font-weight:500;
	font-size:25px;
	color:#111;
	letter-spacing:1px;
	margin-bottom:30px;
	line-height:32px;
}
.business-cta1 h3{
	font-weight: 800;
	font-size:50px;
	color:#111;
	text-transform:uppercase;
	letter-spacing:1px;
}

.footer-listing{
	float:left;
	width:100%;
	margin:50px 0 0 0;
}

.ft-logo{
	border-right:solid 1px #ccc;
	min-height:250px;
}
.ft-content{
	font-size: 15px;
    color: #000;
}
.ft-ct{
	font-size: 15px;
    color: #000;
}
.ft-ct h2 {
  font-size: 22px;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ft-ct ul li {
	margin-bottom:10px;
}
.ft-ct ul li span {
	font-size:15px;
    color: #000;
}
.ft-ct ul li span i{
	margin-right:15px;
}
.ft-listing h2 {
  font-size: 22px;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ft-listing ul li{
	margin-bottom:10px;
	line-height:16px;
}
.ft-listing ul li a{
	color:#315a90;
	font-size:14px;
}













.find-us-on-social-media{
	float: left;
	width: 100%;
	padding:50px 0 50px 0;
	text-align:center;
}
.find-us-on-social-media h2{
	color:#2b2a29;
	font-size:30px;
	font-weight:700;
	margin-bottom:30px;
}
.find-us-on-social-media p{
	color:#2b2a29;
	font-size:16px;
	font-weight:400;
	margin:0 170px;
}
ul.list-social-links{
	margin-top:30px;
}
ul.list-social-links li{
	background:#2b2a29;
	display:inline-block;
	padding:15px;
	width:60px;
	height:60px;
	border-radius:100px;
	margin-right:10px;
	vertical-align:middle;
	line-height: 30px;
}
ul.list-social-links li:hover{
	background:#315a90;
}
ul.list-social-links li:last-child{
	margin-right:0;
}
ul.list-social-links li a{
	font-size:22px;
	color:#fff;
}

.copy-right{
	background:#2b2a29;
	float:left;
	width:100%;
	padding:40px 0;
	text-align:center;
}
.copy-right p{
	color:#fff;
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
}
ul.list-copyright li{
	display:inline-block;
	border-right:solid 2px #fff;
	margin-right:10px;
	padding-right:10px;
}
ul.list-copyright li:last-child{
	margin-right:0;
	padding-right:0;
	border-right:0;
}
ul.list-copyright li a{
	color:#fff;
}

.banner-about{
	float: left;
	width: 100%;
	background:url(../images/bg-about.jpg) top right;
	background-repeat:no-repeat;
	background-size:cover;
	padding:100px 0;
	height:555px;
}
.banner-about h1{
	font-weight: 800;
	font-size:50px;
	color:#31405d;
	text-transform:uppercase;
	margin-bottom:10px;
}
.banner-about h3{
	font-weight: 700;
	font-size:25px;
	color:#31405d;
	margin-bottom:10px;
}
.banner-about p{
	font-weight: 500;
	font-size: 16px;
	color:#31405d;
	margin-bottom:30px;
}
.banner-about p a{
	color:#31405d;
	font-weight: 700;
}
.banner-about p a:hover{
	color:#fff;
}
a.btn-book{
	background:#fff;
	color:#111;
	font-size:16px;
	font-weight:600;
	border-radius:50px;
	padding:11px 35px;
	display:inline-block;
}
a.btn-book:hover{
	background:#80c2e1;
}

.banner-contact {
    background: #CCC;
    background-image: none;
    background-image: none;
    height: 400px;
    float: left;
    width: 100%;
}
.content-rfq {
    display: table;
    width: 100%;
}
.content-rfq .cright-portion {
	margin-top:-300px;
	padding:0;
	position:relative;
	width:95%;
	float:right;
}
.banner-txt::before {
	left: 0;
	right: auto;
}
.banner-txt {
	padding:20px 20px 20px 20px;
	position: relative;
	/*background:rgba(234, 67,53, 0.6);
	background:rgba(35, 193, 203, 0.6);*/
	background:#31405d;
}
.banner-txt h2 {
	color: #fff;
	font-size:30px;
	font-weight:700;
	margin-bottom:5px;
}
.banner-txt h2  a{
    color:#fff;
}
.banner-txt p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

.form-wrapper {
	background: #fff;
	padding:15px;
	position: relative;
}
.contact-us-form{
	margin:20px 0 0 0;
}
.contact-us-form h3{
	color: #111;
	font-size:22px;
	font-weight:700;
	margin-bottom:5px;
}
.contact-us-form input, .contact-us-form textarea, .contact-us-form select{
	border-radius: 0;
	border: 1px solid #ddd;
	height: 41px;
	padding: 6px 12px;
	font-size:13px;
	line-height: 24px;
	background: #fff;
	box-shadow: none;
	color:#000 !important;
	margin-bottom:10px;
}
.contact-us-form textarea {
	height:180px;
}
.contact-us-form input:focus, .contact-us-form textarea:focus{
	color: #2b2b2b;
	font-weight:600;
	background-color: #fff;
	border: 1px solid #000;
	outline: 0;
	box-shadow: inset 0 -1px 0 0 #111;
}
.contact-us-form .btn {
	border-radius: 0;
	border: 0;
	width:100%;
	background:#000;
	color:#fff !important;
	padding: 8px 30px;	
	font-size:16px;
	font-weight: 600;
}
ul.ct-important-links li {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin: 15px 0;
    padding-left: 22px;
    position: relative;
}
ul.ct-important-links li a {
    color: #333;
}
ul.ct-important-links li a:hover {
    color: #ea4335;
}
ul.ct-important-links li::before {
    background: #ea4335 none repeat scroll 0 0;
    content: "";
    height: 8px;
    left:7px;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    transform-origin: 0 100% 0;
    width: 8px;
}
ul.ct-important-links span{
	background:#3ecadd;
	display:block;
	padding:10px 25px;
	font-size:18px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
}
.cleft-portion {   
    float: left;
    padding: 0 20px;
    width: 100%;
}
.cleft-portion h2{
	margin-top:28px;
	font-size:18px;
	margin-bottom:20px;
}
.cleft-portion h2 span{
	font-weight:700;
}
.cleft-portion p{
	font-size:14px;
	line-height:24px;
	color:rgba(0, 0, 0, 0.6);
	font-weight: 400;
}
.cleft-portion p strong{
	text-transform:uppercase;
}
.banner-contact ul{
	margin-left:20px;
	margin-top:120px;
}
.banner-contact ul li{
   font-size:18px;
   color:#fff;
   font-weight:600;
   position: relative;
   padding-left:25px;
   margin:9px 0;
}
.banner-contact ul li::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 8px;
    left:7px;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    transform-origin: 0 100% 0;
    width: 8px;
}
.content-rfq {
    display: table;
    width: 100%;
	margin-bottom:70px;
}
.mobile-no {
    color: rgba(0, 0, 0, 0.6);
    margin: 10px 0 20px 0;
    line-height: 18px;
}
.mobile-no li {
    display: block;
    font-weight: 400;
	margin-bottom:6px;
	font-size:14px;
}
.mobile-no li .title {
    font-weight: 400;
    width: 120px;
    display: inline-block;
    vertical-align: top;
}


.aboutpage{
	float:left;
	width:100%;
	margin:50px 0;
}
.aboutpage h2{
	font-weight:600;
	margin-bottom:10px;
	font-size:20px;
}
.office-location{
	margin:40px 0 0 0;
}
.vission-mission{
	float: left;
	width: 100%;
	background:url(../images/about-bg.jpg) bottom right;
	background-repeat:no-repeat;
	background-size:cover;
	padding:50px 0;
	height:444px;
}
.vission-mission h3{
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
	margin-top:20px;
	color:#fff;
}
.vission-mission p{	
	color:#fff;
}
.technical-support{
	float:left;
	width:100%;
	margin:0px 0 0 0;
}
.technical-support h2{
	font-weight:700;
	margin-bottom:10px;
	font-size:22px;
}
.technical-support p{
	margin-bottom:10px;
	font-size:15px;
}

.contact-us-form input, .contact-us-form textarea, .contact-us-form select{
	border-radius: 0;
	border: 1px solid #ddd;
	height: 41px;
	padding: 6px 12px;
	font-size:13px;
	line-height: 24px;
	background: #fff;
	box-shadow: none;
	color:#000 !important;
	margin-bottom:10px;
}
.contact-us-form textarea {
	height:180px;
}
.contact-us-form input:focus, .contact-us-form textarea:focus{
	color: #2b2b2b;
	font-weight:600;
	background-color: #fff;
	border: 1px solid #000;
	outline: 0;
	box-shadow: inset 0 -1px 0 0 #111;
}
.contact-us-form .btn {
	border-radius: 0;
	border: 0;
	width:100%;
	background:#000;
	color:#fff !important;
	padding: 8px 30px;	
	font-size:16px;
	font-weight: 600;
}

.contact-us{
	float: left;
	width: 100%;
	margin:50px 0 0 0;
}
.contact-us h3{
	color: #2b2a29;
	font-weight: 600;
	font-size:18px;
	margin-bottom:10px;
}
.contact-us p{
	color: #2b2a29;
	font-size:15px;
	line-height:22px;
	margin-bottom:15px;
}