@charset "utf-8";
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	min-width: 320px;
	background: #ffffff;
	color: #4f5053;
	font-size: 16px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
}

::-webkit-input-placeholder {
 opacity:1
}

:-moz-placeholder {
 opacity:1
}

::-moz-placeholder {
 opacity:1
}

:-ms-input-placeholder {
 opacity:1
}
* {
	margin: 0;
	padding: 0;
	outline: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li, ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img, a {
	border: none;
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.pull-left {
	float: left !important;
	display: inline-block;
}
.pull-right {
	float: right !important;
	display: inline-block;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-justify {
	text-align: justify !important;
}
.mrg0 {
	margin: 0px !important;
}
.pad0 {
	padding: 0px !important;
}
a {
	color: #4f5053;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:focus {
	outline: inherit;
	outline-offset: inherit;
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #b71f25;
	text-decoration: none;
}
h1 {
	font-weight: 800;
	display: block;
	margin: 0;
	padding: 0 0 20px;
	font-size:48px;
	line-height:60px;
	color:#4f5053;
	text-transform:uppercase;
}
p {
	display: block;
	line-height: 28px;
	padding: 0 0 20px;
	margin: 0;
}
textarea {
	resize: vertical;
	min-height: 110px;
}
input {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	font-family: "Open Sans", sans-serif;
}
input.error {
	border-color: red !important;
}
.error, .error-message {
	color: red !important;
}
.success {
	color: #21a200 !important;
}
select, select.form-control {
	background: #fff url(../img/arw3.html) no-repeat scroll right center;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.scrollToTop {
	background: #b72025 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	bottom: 10px;
	box-shadow: 0 0 3px #000;
	color: #032546;
	display: none;
	font-size: 0;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0;
	min-height: inherit;
	padding: 0;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 40px;
	z-index: 888;
}
.scrollToTop:hover {
	color: #000;
}
.dis_inline {
	display: inline-block;
	position: relative;
}
.dis_block {
	display: block;
	position: relative;
}
.mrg_rt10 {
	margin-right: 10px;
}
.mrg_lt10 {
	margin-left: 10px;
}
.mrg_top10 {
	margin-top: 10px;
}
.mrg_btm10 {
	margin-bottom: 10px;
}
.mrg_rt15 {
	margin-right: 15px;
}
.mrg_lt15 {
	margin-left: 15px;
}
.mrg_top15 {
	margin-top: 15px;
}
.mrg_btm15 {
	margin-bottom: 15px;
}
.mrg_rt20 {
	margin-right: 20px;
}
.mrg_lt20 {
	margin-left: 20px;
}
.mrg_top20 {
	margin-top: 20px;
}
.mrg_btm20 {
	margin-bottom: 20px;
}
.mrg_rt30 {
	margin-right: 30px;
}
.mrg_lt30 {
	margin-left: 30px;
}
.mrg_top30 {
	margin-top: 30px;
}
.mrg_btm30 {
	margin-bottom: 30px;
}
.full_wdth {
	width: 100%;
	display: block;
	position: relative;
}
.wrapper {
	width: 80%;
	padding: 0 15px;
	margin: 0 auto;
	display: block;
	position: relative;
	max-width: 1630px;
}
.content_box {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 90%;
	padding: 0 15px;
	max-width: 1830px;
}
.header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	background: #1f2020;
	height: 70px;
}
.wdth1200{
	max-width:1200px;
	margin:0 auto;
	display:block;
	position:relative;
	width:100%;
}
.logo {
  margin: 10px 0 0;
}
.menu {
  padding: 23px 0 0 7%;
}
.menu ul li {
  display: inline-block;
  float: left;
  padding: 0 40px;
  position: relative;
}
.menu ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}
.menu ul li a:hover,.menu ul li a:focus,.menu ul li a.active{
	color:#b71f25;
}
.srch-box {
  background: #0c0c0c none repeat scroll 0 0;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  margin: 0 60px 0 0;
  transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  width: 450px;
}
.srch_inpt {
  background: rgba(0, 0, 0, 0) url(../img/srch_btn.png) no-repeat scroll 35px center;
  border: medium none;
  color: #7c7e84;
  display: block;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  outline: medium none;
  padding: 0 30px 0 80px;
  transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  width: 100%;
}
.social-box {
  padding: 20px 0 0;
}
.social-box a {
  display: inline-block;
  margin: 0 0 0 5px;
}
.home-banner {
  background: rgba(0, 0, 0, 0) url(../img/banner-bg.jpg) no-repeat scroll 0 0;
  background-size:cover;
  display: block;
  position: relative;
  width: 100%;
  margin: 70px 0 0;
}
.logo-big {
  display: block;
  float: right;
  margin: 12% 21% 10% 0; 
  text-align: right;
  width: 46%;
}
.section1 {
  background: #fff url(../img/map-bg-front.png) no-repeat scroll center 50px;
  padding: 0 0 90px;
}
.img1 {
  display: block;
  margin: 0 auto;
  max-width: 1030px;
  position: relative;
  text-align: left;
  top: -100px;
  width: 100%;
}
.section1 h1 {
  font-style: italic;
  margin: -50px 0 0;
}
.learn-more-btn {
  background: #b71f25 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  height: 54px;
  line-height: 54px;
  margin:40px 0 0;
  padding: 0 50px 0 100px;
  text-transform: uppercase;
  transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  outline:none;
  border:none;
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
}
.learn-more-btn span{
	transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  display:block;
   transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
}
.learn-more-btn:after {
  background: #4f5053 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 30px;
  position: absolute;
  top: 0;
  width: 35px;
}
.learn-more-btn:hover,.learn-more-btn:focus{
	background:#0c0c0c;
	color:#fff;
	outline:none;
}
.section2 {
  background: #3a3b3d none repeat scroll 0 0;
  color: #fff;
  padding: 100px 0 0;
}
.section2 ul {
  margin: 0 -3%;
}
.section2 ul li {
  border-bottom: 1px solid #b71f25;
  display: inline-block;
  margin: 0 3% 100px;
  padding: 0 0 40px;
  position: relative;
  vertical-align: top;
  width: 27%;
}
.section2 h3 {
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  margin: 0;
  padding: 45px 0 25px;
  text-transform: uppercase;
}
.rd-more-btn {
  background: #5d5e61 none repeat scroll 0 0;
  border-radius: 40px;
  color: #b9b8b8;
  display: inline-block;
  font-size: 15px;
  height: 38px;
  line-height: 36px;
  padding: 0 25px;
}
.rd-more-btn:hover,.rd-more-btn:focus{
	background:#b71f25;
	color:#fff;
}
.section3 {
  background: #fff none repeat scroll 0 0;
  padding: 80px 0;
}
.section3 h2,.section5 h2 {
  color: #b71f25;
  font-size: 56px;
  font-weight: 800;
  margin: 0 0 40px;
  padding: 0 0 40px;
  background:url(../img/hd-bg.png) no-repeat center bottom;
}
.box1 {
  background: #f1f1f1 none repeat scroll 0 0;
  margin: 60px 0 40px;
  overflow: hidden;
}
.section3 .text-center p,.section5 .text-center p  {
  color: #4f5053;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  max-width: 970px;
}
.half_box {
  width: 50%;
}
.box2 {
  padding: 4% 3% 4% 47%;
}
.box2 img {
  left: 0;
  position: absolute;
  top: 0;
  width: 43%;
}
.box2 h3 {
  color: #4f5053;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  margin: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.red-clr {
  background: #b71f25 none repeat scroll 0 0 !important;
  color: #fff !important;
}
.red-clr:hover,.red-clr:focus{
	background: #5d5e61 none repeat scroll 0 0 !important;
	color: #b9b8b8 !important;
}
.box2 p {
  font-style: italic;
}
.section4 {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 45px 0 50px;
}
.box3-pad {
  padding:0 85px 0 135px;
  position: relative;
}
.box4-pad {
  padding:0 0 0 175px;
  position: relative;
}
.cmn-font span {
  color: #b71f25;
  font-size: 80px;
  left: 0;
  line-height: 80px;
  position: absolute;
  top:15px;
}
.box4-pad span{
	left:45px;
}
.cmn-font h3 {
  color: #4f5053;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  margin: 0 0 15px;
  padding: 0 0 18px;
  text-transform: uppercase;
  position:relative;
}
.cmn-font h3:after{
	background:#b71f25;
	width:42px;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	content:"";
}
.section5 {
  padding: 100px 0px;
}
.section5 ul li {
  display: inline-block;
  float: left;
  padding: 0 30px 50px;
  width: 20%;
}
.icn-box {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 0 15px rgba(190, 190, 190, 0.3);
  display: block;
  height: 238px;
  line-height: 238px;
  margin: 0 auto;
  overflow: hidden;
  width: 238px;
}
.section5 ul li span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding: 40px 0 0;
}
.section6 {
  background: rgba(0, 0, 0, 0) url(../img/bg1.jpg) no-repeat scroll center center;
  background-size:cover;
}
.bg_rt{
	background: rgba(0, 0, 0, 0) url(../img/img3.png) no-repeat scroll right center;
	background-size: 52.7% auto;
	padding:150px 0 125px;
}
.ct_form {
  max-width: 635px;
  color:#fff;
  font-size:18px;
}
.ct_form p{
	padding:0 0 40px;
}
.ct_form h2 {
  color: #fff;
  font-size: 72px;
  font-style: italic;
  font-weight: 800;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.ct_form h3 {
  color: #b72025;
  font-size: 36px;
  font-style: italic;
  font-weight: 800;
  margin: 0;
  padding: 0 0 25px;
}
.ct_form .form-group {
  margin-bottom: 25px;
}
.ct_form .form-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #4a4a4a;
  border-radius: 0;
  color: #9c9c9c;
  font-size: 16px;
  font-style: italic;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
}
.section7 {
  background: #fff none repeat scroll 0 0;
  padding:120px 0 150px;
}
.people-say-box {
  padding: 8% 0 0 27%;
}
.testimonials-box {
  background: #f1f1f1 none repeat scroll 0 0;
  margin: 0 0 120px;
  padding: 100px 80px 70px;
}
.testimonials-box p {
  font-style: italic;
}
.post-info {
  bottom: -110px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.post-info img {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 100%;
  display: block;
  height: 100px;
  margin: 0 auto;
  padding: 4px;
  width: 100px;
}
.post-info strong {
  color: #b71f25;
  display: block;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  padding: 5px 0;
  text-transform: uppercase;
}
.post-info span {
  color: #929394;
  display: block;
}
.testimonials-box:before {
  background: rgba(0, 0, 0, 0) url(../img/quote-lt.png) no-repeat scroll center center;
  background-size:cover;
  content: "";
  height: 39px;
  left: 22px;
  position: absolute;
  top: 22px;
  width: 52px;
}
.testimonials-box:after {
  background: rgba(0, 0, 0, 0) url(../img/quote-rt.png) no-repeat scroll center center;
  background-size:cover;
  content: "";
  height: 39px;
  right: 44px;
  position: absolute;
  bottom: 28px;
  width: 52px;
}
.people-say-box h2 {
  color: #b71f25;
  font-size: 56px;
  font-style: italic;
  font-weight: 800;
  margin: 0;
  padding: 0 0 12px;
  text-transform: uppercase;
}
.footer {
  background: #29292a none repeat scroll 0 0;
  color: #fff;
  padding: 70px 0 75px 0;
  font-size:14px;
}
.footer a{
	color:#fff;
}
.footer a:hover,.footer a:focus{
	color:#b71f25;
}
.ftr-logo {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -180px;
  width: 195px;
}
.footer h3 {
  color: #b71f25;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  margin: 0;
  padding: 0 0 20px;
  text-transform: uppercase;
}
.wdth1 {
  width: 50%;
}
.wdth2 {
  width: 27%;
}
.mrg_rt_ftr {
  margin: 0 0 0 23%;
}
.wdth1 ul li {
  display: block;
  line-height: 28px;
}
.social-box2 a {
  display: inline-block;
  margin: 0 4px;
  position: relative;
  z-index: 2;
}
.social-box2 a:hover{
	opacity:0.8;
}
.ftr2 p {
  color: #b72025;
  padding: 60px 0 45px;
}
.ftr2 ul li {
  background: rgba(0, 0, 0, 0) url(../img/bullet-icon.png) no-repeat scroll left center;
  display: inline-block;
  padding: 0 40px;
}
.ftr2 ul li:first-child{
	background:none;
}
.ftr2 {
  float: left;
  margin-top: -85px;
  width: 100%;
}
.ftr_nav{
	z-index:1;
}
.owl-buttons div {
  bottom: 77px;
  font-size: 0;
  height: 23px;
  position: absolute;
  width: 30px;
}
.owl-prev {
  background: rgba(0, 0, 0, 0) url(../img/prev_arw.png) no-repeat scroll center center;
  left: 20px;
}
.owl-next {
  background: rgba(0, 0, 0, 0) url(../img/next_arw.png) no-repeat scroll center center;
  right: 20px;
}
.social-box a:hover{
	opacity:0.8;
}
.learn-more-btn:hover:after, .learn-more-btn:focus:after{
	background:#b71f25 none repeat scroll 0 0;
}

.section2 > div > p, .section3 > div > p{display:none;}
.box2 > p:first-child{width:0px; height:0px; float:left;}
.box2 .rd-more-btn{margin-top:15px;}
.box2 p{padding:0px; margin:0px;}



.mac-img {
  bottom: 6.6%;
  position: absolute;
  right: -1.5%;
  width: 53.3%;
  z-index: 1;
}
.big-desktop-img {
  display: block;
  margin: 0 0 0 14.9%;
  position: relative;
  width: 51%;
  z-index: 2;
}
.ipad-img {
  bottom: 5.6%;
  left: -1.5%;
  position: absolute;
  width: 23.7%;
  z-index: 3;
}
.iphone-img {
  bottom: 4%;
  left: 14.5%;
  position: absolute;
  width: 11.5%;
  z-index: 4;
}
.menuImage {
  display: none;
}