@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #5d6166;
  font: 300 14px/23px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #5d6166;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #ffb74d;
}

h1 {
  font-size: 110px;
  line-height: 85px;
}
.ul {padding:0;margin:0;list-style:none;}
.clear-a:after {clear:both;display:block;content:'';}
@media (max-width: 479px) {
  h1 {
    font-size: 99px;
  }
}

h2 {
  font-size: 70px;
  line-height: 70px;
}
@media (max-width: 479px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

h3 {
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 479px) {
  h3 {
    font-size: 40px;
    line-height: 45px;
  }
}

h4 {
  font-size: 25px;
  line-height: 25px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

h6 {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

p {
  color: #858585;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 20px;
}

* + h2 {
  margin-top: 80px;
}

* + h4 {
  margin-top: 32px;
}

* + h5 {
  margin-top: 38px;
}

* + h6 {
  margin-top: 69px;
}

* + .booking_form {
  margin-top: 59px;
}

* + .btn_wrap {
  margin-top: 62px;
}

* + .inline-list {
  margin-top: 35px;
}

* + .row {
  margin-top: 42px;
}

h4 + h6 {
  margin-top: 6px;
}

h4 + h6 + p {
  margin-top: 32px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: block;
}
.brand_name {
  overflow: hidden;
  text-align:left;
}
.brand_name a {
	display:block;
}
.brand_slogan {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 12px;
  color: #ffffff;
}
* + .brand_slogan {
  margin-top: 13px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #f2f2f2;
}
.bg-primary h2 {
  color: #ffb74d;
}

.bg-default {
  background: #5d6166;
}
.bg-default h2, .bg-default h3, .bg-default h4, .bg-default h5, .bg-default h6 {
  color: #ffffff;
}

/*==================    Buttons    ======================*/
.btn_wrap {
  overflow: hidden;
  padding-bottom: 33px;
  display: inline-block;
}

.btn {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  background: #ffb74d;
  display: inline-block;
  min-width: 103px;
  text-align: center;
  padding: 23px 5px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.btn:before {
  content: '\f15c';
  font-family: "FontAwesome";
  position: relative;
  z-index: 1;
}
.btn:after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: -13px;
  width: 150px;
  background: #ffb74d;
  -moz-transform: translate(0%, 0%) rotate(29deg) skewX(-28deg) skewY(5deg);
  -ms-transform: translate(0%, 0%) rotate(29deg) skewX(-28deg) skewY(5deg);
  -o-transform: translate(0%, 0%) rotate(29deg) skewX(-28deg) skewY(5deg);
  -webkit-transform: translate(0%, 0%) rotate(29deg) skewX(-28deg) skewY(5deg);
  transform: translate(0%, 0%) rotate(29deg) skewX(-28deg) skewY(5deg);
  height: 150px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #5d6166;
}
.btn:hover:after {
  background: #5d6166;
}
.btn:active {
  background: #45484b;
}
.btn:active:after {
  background: #45484b;
}

.btn-primary {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  background: #ffb74d;
  color: #ffffff;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 41px 33px 43px 37px;
  letter-spacing: -0.5px;
  margin-left: -100px;
}
.btn-primary:before {
  position: absolute;
  top: 0;
  right: -63px;
  font-size: 30px;
  line-height: 35px;
  z-index: 1;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  background: #5d6166;
  padding: 34px 5px 34px 31px;
}
.btn-primary:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  right: -99px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 0 52px 36px;
  border-color: transparent transparent transparent #5d6166;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  pointer-events: none;
}
.btn-primary:hover {
  background: #5d6166;
}
.btn-primary:hover:before {
  right: -75px;
  padding: 34px 2px 34px 46px;
  background: #ffb74d;
}
.btn-primary:hover:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 0 52px 36px;
  border-color: transparent transparent transparent #ffb74d;
  right: -111px;
}
.btn-primary:active {
  background: #45484b;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list h3 {
  color: #ffb74d;
  margin-top: 43px;
}
.index-list li:before {
  content: counter(li,upper-alpha);
  counter-increment: li;
  font-size: 100px;
  line-height: 66px;
}
@media (max-width: 991px) {
  .index-list {
    text-align: center;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li .fa {
  font-size: 25px;
  line-height: 77px;
  width: 77px;
  height: 77px;
  display: inline-block;
  background: #5d6166;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.inline-list li + li {
  margin-left: 16px;
}
.inline-list a:hover {
  background: #ffb74d;
}

/*================    Thumbnail    ====================*/
.thumbnail {
  position: relative;
  background: #ffffff;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.thumbnail img {
  width: 100%;
}
.thumbnail h6 {
  color: #ffb74d;
}
.thumbnail .caption {
  text-align:center;
  margin-top: 60px;
  padding: 0 20px 89px 20px;
}
.thumbnail .caption h6 {
  text-transform: uppercase;
}
.thumbnail:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}
.thumbnail + .btn_wrap {
  margin-top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .thumbnail h3 {
    font-size: 37px;
    line-height: 40px;
  }
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside .fa-envelope-o {
  color: #ffb74d;
  font-size: 114px;
  line-height: 89px;
  position: relative;
}
.box_cnt__no-flow {
  overflow: hidden;
  padding-left: 82px;
}
.box_cnt__no-flow h3 {
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .box {
    text-align: center;
  }
  .box_aside {
    float: none;
  }
  .box_cnt__no-flow {
    padding-left: 0;
    padding-top: 20px;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #ffb74d;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #5d6166;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .mobile .toTop,
  .tablet .toTop {
    display: none !important;
  }

  .toTop .fa .fa-arrow-circle-up {
    display: none !important;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
	background: url("../images/header-bg.jpg") no-repeat #5d6166;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
	text-align: center;
	color: #ffffff;
}
header h1, header h2, header h3, header h4, header h5, header h6 {
  color: #ffffff;
}
/*==================  Top Nav Start  ======================*/
.top-nav {text-align: center;margin: 40px 0 0;}
.top-nav > .top-nav-tab {display:none;}
.top-nav > ul > li {float: none;display: inline-block;}
.top-nav > ul > li > a {font-size: 17px;padding: 0 20px;display: block;border-right: 1px solid #fff;line-height: 1;}
.top-nav > ul > li > a:hover, .top-nav > ul > li > a.active {color:#000;}
.top-nav > ul > li:last-child > a {border-right: 0;padding-right:0;}
.top-nav > ul > li:first-child > a {padding-left:0;}
.header-first .top-right-nav ul li.top-phone a {position:relative;padding-left:50px;}
.header-first .top-right-nav ul li.top-phone a span {position: absolute;top: -7px;left: 10px;background: #ffb74d;width: 30px;height: 30px;border-radius: 30px;text-align: center;line-height: 31px;font-size: 14px;}
/*==================  Top Nav End  ======================*/

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;min-height:500px;
}

.contact-text1 ul {margin-bottom:10px;}
.contact-text1 ul li {color:#000;margin-bottom:5px;position:relative;padding-left:15px;}
.contact-text1 ul li:before {content:'';background: #000;width: 5px;height: 5px;border-radius: 40px;display: block;position: absolute;top: 10px;left: 0;}
.contact-text1 p {color: #000;margin: 0 0 15px 0;}
.contact-text1 h3 {font-size: 26px;color: #000;line-height: normal;margin: 20px 0 10px 0;}
.contact-text1 h4 {font-size: 22px;color: #000;margin: 10px 0 5px 0;}
.contact-form {margin:0 auto;max-width:500px;}
.contact-form .booking_form form fieldset label {display:block;margin-bottom:15px;}
.contact-form .booking_form form fieldset .contact-form-fild {display: block;width: 100%;margin: 0;-webkit-appearance: none;outline: none;font-family: "Open Sans", sans-serif;font-size: 15px;padding: 30px;line-height: 20px;color: #3e454c;background: #ffffff;border: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;font-weight: 600;}
.contact-form .booking_form form fieldset textarea.contact-form-fild {height:150px;}

.img_wrap {
  position: relative;
  overflow: hidden;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.img_wrap:before, .img_wrap:after {
  content: "";
  position: absolute;
  -moz-transition: 0.3;
  -o-transition: 0.3;
  -webkit-transition: 0.3;
  transition: 0.3;
  display: block;
  background: #f2f2f2;
  width: 500px;
  height: 500px;
  z-index: 2;
}
.img_wrap:before {
  right: 0;
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  top: 266px;
}
.img_wrap:after {
  left: 0;
  -moz-transform: rotate(-33deg);
  -ms-transform: rotate(-33deg);
  -o-transform: rotate(-33deg);
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
  top: 256px;
}
.img_wrap .btn_wrap {
  margin-top: 0;
  position: absolute;
  bottom: -2px;
  left: 48%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .img_wrap:before {
    top: 184px;
  }
  .img_wrap:after {
    top: 177px;
  }
}

article {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
article h4 {
  color: #ffb74d;
}
article h6 {
  text-transform: none;
}

/*==================      Well     ======================*/
.well {
  padding-top: 87px;
  padding-bottom: 89px;
}

.well1 {
  padding-top: 78px;
  padding-bottom: 84px;
}

.well2 {
  padding-top: 157px;
  padding-bottom: 151px;
}
header.in-header {padding:0;}
header.in-header .brand_name {float:left;font-size:50px;width:30%;margin:10px 0;}
header.in-header .top-nav {margin:34px 0;float:right;}
.home-form #crmWebToEntityForm {max-width:600px;margin:0 auto !important;}
.home-form #crmWebToEntityForm form table, .home-form #crmWebToEntityForm {width:100% !important;border-radius:4px;}
.home-form #crmWebToEntityForm form table tbody tr:first-child td strong {color: #ffb74d;font-weight: normal;font-size: 30px;display: block;margin: 20px 0 10px 0;display:none;}
.home-form #crmWebToEntityForm form table tbody tr:first-child td:after {content:'Cash Your House Now';text-align: left;color: #ffb74d;font-family: Arial;font-size: 28px;display: block;margin: 10px 0;}
.home-form #crmWebToEntityForm form table tbody tr td {width:auto !important;padding:10px 15px;text-align:left;font-size:16px !important;vertical-align:top;}
.home-form #crmWebToEntityForm form table tbody tr td #imgid {border: 1px solid #ccc;border-radius: 4px;}
.home-form #crmWebToEntityForm form table tbody tr td select, .home-form #crmWebToEntityForm form table tbody tr td input {width: 100% !important;display: block;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555;border: 1px solid #ccc;border-radius: 4px;}
.home-form #crmWebToEntityForm form table tbody tr td input[type="submit"], .home-form #crmWebToEntityForm form table tbody tr td input[type="reset"] {height: auto;width: auto !important;display: inline-block;padding: 10px 50px;margin: 0 5px;font-size: 16px !important;text-transform: uppercase;cursor: pointer;background: #ffb74d;outline: none;border: 1px solid #f5af49;color: #fff !important;margin-bottom:20px;}
.in-heading1 {color:#ffb74d;font-size: 60px;line-height: normal;margin: 20px 0 50px 0;}
.header-first .brand .brand_name {font-size: 95px;text-align: center;margin: 50px 0 70px 0;}
.header-first .top-right-nav {text-align:right;margin:20px 0;}
.header-first .top-right-nav ul li {display:inline-block;}
.header-first .top-right-nav ul li a {font-size: 17px;padding: 0 20px;display: block;border-right: 1px solid #fff;line-height: 1;}
.header-first .top-right-nav ul li a.active, .header-first .top-right-nav ul li a:hover {color:#000;}
.header-first .top-right-nav ul li:last-child a {border-right:0;padding-right:0;}
.out-company-box1-img-left {float: left;margin:0 15px 10px 0;}
.out-company-box1-img-right {float: right;margin:0 0 10px 15px;}
.out-company-box1-img {border: 1px solid #ddd;background: #f3f3f3;padding: 5px;text-align: center;}
.out-company-box1-img a img {max-width:100%;}
.out-company-box1-img a p {color:#000;}
.out-company-box1-right p span {color:#ffb74d;font-weight:bold;}
.out-company-box1-right h1 {color:#000;font-size:22px;line-height:normal;}
.out-company-box1-right ul {margin:20px 0;}
.out-company-box1-right ul li {position: relative;margin-bottom: 15px;padding-left: 20px;}
.out-company-box1-right ul li:before {content: '';background: #5d6166;display: block;border-radius: 30px;width: 7px;height: 7px;position: absolute;top: 9px;left: 0;}
.out-company-box1-right>a {font-size:22px;color:#ffb74d;}
.out-company-box1-img-left img, .out-company-box1-img-right img {max-width:100%;}
.out-company-box1-right .how-it-works-steps li {margin-bottom:20px;padding:0;font-size:18px;}
.out-company-box1-right .how-it-works-steps li img {vertical-align:middle;}
.out-company-box1-right .how-it-works-steps li:before {display:none;}
.out-company-box1-right .how-it-works-steps li span {color:#ffb74d;}
.home-banner-main {background:url(../images/home_banner.jpg) no-repeat;background-size:cover;text-align:center;padding:50px 0;margin-top:40px;}
.home-banner-text1 {margin:30px 0 20px 0;}
.home-banner-text1 h1 {color: #fff;margin: 0;line-height: normal;font-size: 50px;text-transform: uppercase;}
.home-banner-text1 h2 {color: #fff;margin: 0;line-height: normal;font-size: 30px;}
.home-banner-text2 {margin:0 0 40px 0;text-transform: uppercase;border-bottom:2px solid #fff;padding-bottom:30px}
.home-banner-text2 h1 {color: #ffb74d;margin: 0;line-height: normal;font-size: 100px;font-weight: bold;}
.home-banner-text2 h2 {color: #ffb74d;margin: 0;line-height: normal;font-size: 50px;font-weight:bold;}
.home-banner-text3 h1 {color: #fff;margin: 0;line-height: normal;font-size: 40px;text-transform: uppercase;font-weight:bold;}
.home-banner-text3 h2 {color: #fff;margin: 0;line-height: normal;font-size: 20px;}
.home-down-arrow {margin-top:30px}
.contact-form.home-form #crmWebToEntityForm form table tbody tr:first-child td strong {display:none;}
.contact-form.home-form #crmWebToEntityForm form table tbody tr:first-child td:after {content:'Contact Us';text-align: left;color: #ffb74d;font-family: Arial;font-size: 28px;display: block;margin: 10px 0;}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: url("../images/footer-bg.jpg") no-repeat #5d6166;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  color: #ffffff;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #ffffff;
}
footer .copyright {
  font-size: 14px;
  font-weight: 600;
}
footer * + .copyright {
  margin-top: 135px;
}
.foot-nav {text-align:center;margin:40px 0;}
.foot-nav ul li {display:inline-block;}
.foot-nav ul li a {display:block;border-left:1px solid #fff;padding:0 15px;font-size:16px;line-height:1;}
.foot-nav ul li a:hover {color:#000;}
.foot-nav ul li:first-child a {border-left:0;padding-left:0;}
.foot-nav ul li:last-child a {padding-right:0;}
.foot-text1 {color:#fff;font-size:14px;margin-bottom:30px;background: #5d6166;padding: 10px;}
.foot-text1 a {color:#fff;}
.foot-text2 {color:#fff;font-size:14px;margin-bottom:15px;}
.foot-text2 a {color:#fff;}

@media only screen and (max-width: 1199px) {
	.top-nav > ul > li > a {font-size: 16px;padding: 0 10px;}
}
@media only screen and (max-width: 991px) {
	header.in-header .brand_name {font-size:40px;line-height:100px;width:100%;}
	header.in-header .top-nav {margin:40px 0;}
	header.in-header .brand_name {float:none;}
	.top-nav > ul {float:none;text-align:center;}
	header.in-header .top-nav {float:none;margin-top:0;}
	.top-nav > ul > li {float:none;display:inline-block;}
	.header-first .brand .brand_name {font-size:9vw;margin:50px 0;}
	.foot-nav ul li a {padding: 0 10px;font-size: 12px;}
}
@media only screen and (min-width:769px) {
	.top-nav > ul {display:block !important;}
}
@media only screen and (max-width:768px) {
	.home-banner-text2 h1 {font-size:14vw;}
	header {padding-top:15px;}
	.top-nav > .top-nav-tab {display: block;background: #ffb74d;padding: 5px 10px;float: right;border-radius: 4px;cursor: pointer;border: 1px solid #ffb74d;}
	.top-nav > .top-nav-tab > span {border: 1px solid #fff;display: block;padding: 0 15px;border-radius: 20px;margin: 4px 0;}
	.top-nav > ul {display:none;clear:both;float:none;background: #f2f2f2;}
	.top-nav > ul > li {float:none;text-align:left;border-bottom: 1px solid #ffb74d;padding: 10px 10px 5px 10px;display:block;}
	.top-nav > ul > li:last-child {border-bottom: 0;}
	.top-nav > ul > li > a {display:inline-block;padding:0;border:0;color: #ffb74d;}
	.top-nav > ul > li:last-child > a {padding:0;}
	header.in-header .brand_name {text-align:left;float: none;line-height: normal;}
	header.in-header .top-nav {margin: 15px 0 40px 0;float:none;}
	.header-first .brand {width: 100%;padding: 0;max-width: 500px;margin: 0 auto;float: none;}
	.header-first .top-right-nav {width: 100%;margin: 20px 0 0 0;text-align: center;float: none;padding:0;}
	.top-nav {margin-top:20px;}
	.header-first .top-right-nav ul li:first-child a {padding-left:0;}
	.header-first .brand .brand_name {margin:20px 0;}
}
@media only screen and (max-width: 480px) {
	header.in-header .brand_name {float:none;text-align:center;line-height:normal;}
	header.in-header .top-nav {float:none;margin-top:0;}
	.in-heading1 {font-size:40px;}
	.brand_slogan {letter-spacing:7px !important;}
	.home-form #crmWebToEntityForm form table tbody tr {padding-bottom:15px;display:block;}
	.home-form #crmWebToEntityForm form table tbody tr td {display:block;padding:0 10px !important;}
	.home-form #crmWebToEntityForm form table tbody tr td #imgid {display:block;}
	.home-form #crmWebToEntityForm form table tbody tr td input[type="submit"], .home-form #crmWebToEntityForm form table tbody tr td input[type="reset"] {display:block !important;width:100% !important;margin:0 0 20px 0;}
	.home-form #crmWebToEntityForm form table tbody tr td strong {margin:15px 0 0 0;font-size:22px;}
	.header-first .top-right-nav ul li a {font-size: 14px;padding: 0 10px;}
	.out-company-box1-img-left, .out-company-box1-img-right {float:none;width:100%;margin:10px auto;}
	.header-first .brand .brand_name {margin:0;line-height:normal;}
	.top-nav {margin-top:10px;}
	.home-banner-text1 {margin:20px 0;}
	.home-banner-text2 h1 {font-size:12vw;}
	.home-banner-text2 h2 {line-height: 1;font-size: 30px;}
}