@font-face {
  font-family: 'TrajanPro-Bold';
  src: url('TrajanPro-Bold_gdi.eot');
  src: url('TrajanPro-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('TrajanPro-Bold_gdi.woff') format('woff'), url('TrajanPro-Bold_gdi.ttf') format('truetype'), url('TrajanPro-Bold_gdi.otf') format('opentype'), url('TrajanPro-Bold_gdi.svg#TrajanPro-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'Crimson Text';
  src: url('CrimsonText-Roman.woff2') format('woff2'),
    url('CrimsonText-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Barlow Condensed', sans-serif;
}

.main_wrapper h1 span, .main_wrapper h2 span, .main_wrapper h3 span, .main_wrapper h4 span, .main_wrapper h5 span, .main_wrapper h6 span {}

.main_wrapper h1, .main_wrapper h2, .main_wrapper h3, .main_wrapper h4, .main_wrapper h5, .main_wrapper h6 {
  color: #231f20;
  font-weight: 700;
  line-height: 1;
  margin: 0px 0 30px 0;
  text-rendering: optimizelegibility;
}

.main_wrapper h1 {
  font-size: 55px;
  line-height: 100%;
}

.highlight-tit span {
  font-size: 55px;
  line-height: 100%;
  font-weight: bold;
}

.main_wrapper h2 {
  font-size: 40px;
  line-height: 100%;
  color: #b41f24;
}

.main_wrapper h3 {
  font-size: 30px;
  line-height: 100%;
  color: #b41f24;
}

.main_wrapper h4 {
  font-size: 24px;
  line-height: 100%;
}

.main_wrapper h5 {
  font-size: 18px;
  line-height: 100%;
}

.main_wrapper h6 {
  font-size: 14px;
  line-height: 100%;
}

.main_wrapper span {}

.main_wrapper p, .main_wrapper ul li, .main_wrapper ol li, .main_wrapper select {}

.main_wrapper input {
  outline: none;
}

.main_wrapper p {
  margin: 0 0 30px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.main_wrapper a:hover {
  text-decoration: none;
  color: #000;
}

.foot_cont strong a {
  color: #000;
}

.foot_cont strong a:hover {
  color: #b41f24;
}

.main_wrapper a {
  color: #b41f24;
}

.main_wrapper ul li {
  list-style: disc outside none;
  font-size: 18px;
}

.main_wrapper .ins_main ul li {
  margin-left: 28px;
}

.main_wrapper ol li {
  list-style: decimal inside none;
  font-size: 18px;
}

.main_wrapper label {}

.main_wrapper hr {
  border-top: 2px solid #d4d1cc !important;
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}

.main_wrapper img {
  max-width: 100%;
  height: auto;
}

.img-responsive {
  display: inline-block !important;
}

body {
  font-size: 20px;
}

/*site styles*/
/*carousel fade css*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

/***/
/*scroll up*/
.scrollup {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  z-index: 9999;
  border: 0px;
  background-color: #b41f24;
  text-align: center;
  padding-top: 7px;
  border-radius: 30%;
  box-shadow: 0px 1px 1px 0px #111;
}

.scrollup i {
  font-size: 22px;
  color: #fff;
}

.scrollup:hover i {
  color: #812529;
}

.scrollup:hover {
  background-color: #c3ba98;
  border: 0;
}

/**/
.top_bar {
  background-color: #898989;
  float: left;
  width: 100%;
  padding: 0 5px 0 0px;
}

.top_links {
  float: right;
  margin: 6px 0 0 0;
  padding: 0;
}

.main_wrapper .top_links li {
  list-style: none inside none;
  margin-right: 30px;
  float: left;
}

.main_wrapper .top_links li:last-child {
  margin-right: 19px;
}

.main_wrapper .social_links li {
  list-style: none inside none;
  margin-right: 21px;
  float: left;
}

.top_links li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

.social_links li a {
  height: 25px;
  width: 25px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
}

.social_links {
  float: right;
  margin: 7px 0 1px 40px;
  padding: 0;
}

.main_wrapper .sidebar li, .text_wrap h3, .aleft, .aright, .main_wrapper .btn_black, .main_wrapper .slide_txt a, .main_wrapper .main_nav li a, .top_img img, .thumb_wrap img, .social_links li a, .top_links li a, .main_wrapper .slide_links li, .main_wrapper .white_btn {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.top_links li a:hover {
  color: #b41f24;
}

.rss {
  background-image: url(../images/rss.png);
}

.rss:hover {
  background-image: url(../images/rsshover.png);
}

.houzz {
  background-image: url(../images/houzz.png);
}

.houzz:hover {
  background-image: url(../images/houzzhover.png);
}

.youtube {
  background-image: url(../images/youtube.png);
}

.youtube:hover {
  background-image: url(../images/youtubehover.png);
}

.gplus {
  background-image: url(../images/gplus.png);
}

.gplus:hover {
  background-image: url(../images/gplushover.png);
}

.fb {
  background-image: url(../images/fb.png);
}

.fb:hover {
  background-image: url(../images/fbhover.png);
}

.menu_bar {
  float: left;
  min-height: 126px;
  width: 100%;
}

.main_nav {
  float: right;
  margin: 44px 453px 0 0px;
  padding: 0;
}

.main_wrapper .main_nav li {
  list-style: none inside none;
  float: left;
  margin-left: 80.5px;
  position: relative;
}

.main_wrapper .main_nav li a:hover, a.nav-selected.nav-path-selected {
  color: #b41f24 !important;
}

.main_wrapper .main_nav a.nav-path-selected {
  color: #b41f24;
}

.nav>li>a:focus {
  background-color: transparent !important;
}

.item img {
  width: 100%;
  max-width: none;
}

.item {
  width: 100%;
}

.item img {
  height: auto;
  width: 100%;
}

.mob_logo {
  left: 15px;
  top: 24px;
  width: 160px;
  height: auto;
  z-index: 9999999;
  float: left;
  position: absolute;
  margin-left: 0;
}

.common {
  float: left;
  width: 100%;
  position: relative;
}

.main_wrapper .main_nav li>a {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-transform: none;
}

.main_wrapper .main_nav li li a {
  font-size: 18px;
  font-weight: 600;
}

.logo {
  float: left;
  position: absolute;
  top: -34px;
  left: 31px;
}

.content_area.center_align.home-all {
  padding-top: 26px;
  padding-bottom: 133px;
  padding-left: 10px;
  padding-right: 10px;
}

.main_nav ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 250px;
  z-index: 9999;
  display: none;
}

.main_wrapper .main_nav li li {
  float: none;
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 7px 12px;
  border-bottom: 1px solid #f5ecdc;
  background-color: #d7ccb6;
}

.main_wrapper .main_nav li:hover ul {
  display: block;
}

.main_wrapper .main_nav li li:last-child {
  border-bottom: 0;
}

.phone {
  float: right;
  position: absolute;
  background-color: #b41f24;
  padding: 16px 51px 24px 66px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  height: auto;
  text-align: center;
  right: 0;
  z-index: 9999;
}

.phone span {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #f1ebdf;
  padding-bottom: 3px;
  display: inline-block;
  margin-bottom: -1px;
  font-weight: bold;
}

.phone a {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.slideshow {
  float: left;
  text-align: center;
  background-color: #fff;
  width: 100%;
}

.slide {
  float: left;
  width: 100%;
  z-index: 9;
}

.cycle-slideshow {
  z-index: 9;
}

.slide_txt {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 117px;
}

.slide_txt span {
  font-size: 120px;
  display: inline-block;
  width: 100%;
  color: #fefefe;
  font-weight: bold;
  text-shadow: 1px 1px 3px #111;
  text-transform: uppercase;
  line-height: 120px;
  margin-bottom: 15px;
}

.main_wrapper .slide_txt a {
  font-size: 24px;
  color: #fefefe;
  background-color: #b41f24;
  border-radius: 8px;
  font-weight: 500;
  padding: 12px 65px;
  display: inline-block;
}

.slide_links {
  margin: 0 0 60px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.slide_wrap {
  float: left;
  width: 100%;
  position: relative;
}

.main_wrapper .slide_links li {
  list-style: none inside none;
  padding-top: 10px;
  border-top: 5px solid #898989;
  width: 16.66666%;
  float: left;
  position: relative;
}

.main_wrapper .slide_links li:before {
  top: -5px;
  right: 0;
  width: 1px;
  background-color: #fff;
  position: absolute;
  content: "";
  height: 5px;
  z-index: 99;
}

.slide_links a {
  font-size: 20px;
  font-weight: 700;
  color: #5e5e5e;
  font-style: italic;
  text-transform: uppercase;
}

.main_wrapper .slide_links li:hover, .main_wrapper .slide_links li.active {
  border-top: 5px solid #000;
}

.main_wrapper .slide_links li:hover a, .main_wrapper .slide_links li.active a {
  color: #000;
}

.menu_bar .col-lg-12.col-sm-12.col-md-12.col-xs-12 {
  padding-right: 0;
}

.main_wrapper .slide_txt a:hover {
  background-color: #000;
}

.center_align {
  text-align: center;
}

.content_area {
  float: left;
  padding-bottom: 119px;
  width: 100%;
  padding-top: 83px;
  background-color: #fff;
  position: relative;
}

.content_area h1 {
  padding-bottom: 0;
  margin-bottom: 21px;
}

.thumb {
  margin-top: 25px;
}

.thumb:last-child .top_img {
  margin-bottom: 12px;
}

.thumb:last-child .top_img img {
  max-width: 145px;
  margin-top: 15px;
}

.top_img {
  float: left;
  min-height: 75px;
  width: 100%;
  margin-bottom: 25px;
}

.main_wrapper .thumb h3 {
  color: #231f20;
  margin: 0 0 17px 0;
}

.main_wrapper .thumb h3:hover {
  /*text-decoration:underline;*/
}

.top_img img {
  margin: 0 3px;
}

.main_wrapper .thumb p {
  color: #231f20;
  margin-bottom: 15px;
  max-width: 335px;
  margin: 0 auto 25px;
}

.main_wrapper .btn_black {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #b41f24;
  padding: 7px 13px;
  display: inline-block;
  min-width: 160px;
  text-transform: uppercase;
}

.main_wrapper .misc_links .btn_black {
  min-width: 260px;
}

.main_wrapper .btn_black:hover {
  background-color: #000;
  color: #fff;
}

.misc_links .container-fluid {
  max-width: 1680px;
}

.main_wrapper .thumb p:hover {
  /*text-decoration:underline;*/
}

.top_img img:hover {
  opacity: 0.8;
}

.testimonial {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #b41f24;
  padding: 60px 0 73px 0;
}

.testimonial .highlight-tit {
  margin-bottom: 13px;
  float: left;
  width: 100%;
}

.testimonial h1 {
  margin-bottom: 13px;
  color: #fff;
}

.highlight-tit span {
  margin-bottom: 13px;
  color: #fff;
}

.testimonial h1 a, .testimonial p a {
  color: #fff;
}

.highlight-tit span a {
  color: #fff;
}

.main_wrapper .testimonial p {
  color: #fff;
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 30px;
}

.main_wrapper .testimonial p:hover {
  text-decoration: underline;
}

.main_wrapper .white_btn {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  background-color: #fff;
  padding: 7px 27px;
  display: inline-block;
  text-transform: uppercase;
}

.thumb_wrap {
  margin-bottom: 93px;
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.main_wrapper .tlink {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #333;
  color: #fff;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  width: auto;
  margin: 0 auto;
}

.thumb_wrap img {
  -webkit-filter: grayscale(5%) brightness(81%) contrast(100%);
  filter: grayscale(5%) brightness(81%) contrast(100%);
}

.thumb_wrap img:hover {
  /*	    filter: grayscale(0%);
   -webkit-filter: grayscale(0%);
   filter: none; */
  -webkit-filter: grayscale(0%) brightness(100%) contrast(100%);
  filter: grayscale(0%) brightness(100%) contrast(100%);
}

.main_wrapper .tlink:hover {
  color: #fff;
}

.fixed_top {
  box-shadow: 1px 1px 5px 0px #a1a1a1;
  float: left;
  background-color: #f5ecdc;
  z-index: 999;
  width: 100%;
}

.margin_top {}

.main_wrapper .phone a:hover {
  color: #000;
}

.main_wrapper .white_btn:hover {
  background-color: #000;
  color: #fff;
}

.btn_black.btn_big {
  width: 320px;
  height: 58px;
  padding: 12px;
}

.services {
  float: left;
  width: 100%;
  background-color: #efeae4;
  padding-top: 23px;
}

.main_wrapper .services .tlink {
  text-align: center;
}

.services .thumb_wrap {
  margin-bottom: 23px;
}

.aleft, .aright {
  margin-top: 186px;
  width: 22px;
  height: 69px;
  display: inline-block;
  background-position: center top;
  background-repeat: no-repeat;
}

.aleft {
  background-image: url(../images/arrowlefthover.png);
  margin-left: 25px;
}

.aright {
  background-image: url(../images/arrowrighthover.png);
  float: right;
  margin-right: 33px;
}

.aleft:hover {
  background-image: url(../images/arrowleft.png);
}

.aright:hover {
  background-image: url(../images/arrowright.png);
}

.news {
  background-size: cover;
  float: left;
  width: 100%;
  padding-top: 95px;
  padding-bottom: 124px;
  background-image: url(../images/newsbg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.main_wrapper .news h2 {
  color: #fff;
  font-weight: bold;
  text-transform: none;
  font-size: 55px;
}

.main_wrapper .news .wrap_in h2 {
  text-transform: none;
  margin: 0 0 5px 0;
  color: #e6dac3;
  font-size: 30px;
  font-weight: 500;
}

.main_wrapper .misc_links p a {
  color: #000;
}

.main_wrapper .news .wrap_in span {
  margin: 0;
  text-transform: none;
  font-size: 24px;
  margin-bottom: 25px;
  display: inline-block;
  color: #e6dac3;
}

.wrap_in p {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  line-height: 30px;
  margin: 0 0 37px;
}

.wrap_in {
  margin-top: 18px;
  display: inline-block;
  margin-left: 27px;
}

.link-blog {
  padding: 0 0 0 27px;
}

.img_wrap {
  float: left;
  width: 100%;
  margin-top: 105px;
  margin-left: -15px;
}

.main_wrapper .news h2:hover {
  text-decoration: underline;
}

.misc_links {
  float: left;
  width: 100%;
  padding-bottom: 94px;
  background-color: #ffffff;
  padding-top: 70px;
}

.misc_links strong {
  font-weight: 800;
}

.main_wrapper .misc_links p {
  font-weight: 500;
  line-height: 26px;
}

.main_wrapper .misc_links span {
  font-weight: 600;
}

.misc_links input {
  width: 212px;
  height: 44px;
  float: left;
  border: 0;
  text-indent: 12px;
  font-size: 18px;
  color: #b41f24;
}

.misc_links .btn_black {
  float: left;
  clear: left;
}

.main_wrapper .misc_links h3 {
  margin-bottom: 20px;
  color: #000;
}

.madjust p {
  margin-bottom: 15px;
}

.madjust input {
  margin-bottom: 30px;
}

.footer {
  float: left;
  width: 100%;
  background-color: #b41f24;
  padding: 62px 0px 39px;
}

.footer_links {
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 0;
}

.footer_links li {
  list-style: none inside none;
  display: inline-block;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.footer_links li:before {
  background-color: #ebc3c5;
  width: 2px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer_links li a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.footer_links li:first-child {
  padding-left: 0;
  background-image: none;
}

.footer_links li:first-child:before {
  display: none;
}

.footer_links li:last-child {
  padding-right: 0;
}

.footer_links li a:hover {
  color: #fff;
  text-decoration: underline;
}

.mtop {
  margin-top: 25px;
}

.bread_crumb .left_wrap {
  padding-left: 25px;
}

.fwrap p, .fwrap div {
  display: inline-block;
  text-align: left;
}

.fwrap p {
  font-size: 12px;
  float: left;
  color: #fff;
  font-weight: 500;
}

.fwrap {
  text-align: center;
}

.links_policy a {
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}

.links_policy {
  font-weight: normal;
  float: right;
  font-size: 12px;
  color: #fff;
}

.footer_social {
  margin: 0;
  text-align: center !important;
  padding: 0;
}

.footer_social a {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 32px;
  margin: 0 6px;
}

.footer .container-fluid {
  max-width: 1590px;
}

.f1 {
  background-image: url(../images/f1h.png);
}

.f1:hover {
  background-image: url(../images/f1.png);
}

.f2 {
  background-image: url(../images/f2h.png);
}

.f2:hover {
  background-image: url(../images/f2.png);
}

.f3 {
  background-image: url(../images/f3h.png);
}

.f3:hover {
  background-image: url(../images/f3.png);
}

.f4 {
  background-image: url(../images/f4h.png);
}

.f4:hover {
  background-image: url(../images/f4.png);
}

.f5 {
  background-image: url(../images/f5h.png);
}

.f5:hover {
  background-image: url(../images/f5.png);
}

.bread_crumb {
  float: left;
  background-color: #000000;
  padding: 16px 0;
  width: 100%;
}

.bread_crumb a {
  font-size: 14px;
  color: #fff;
  float: left;
  font-weight: 500;
  text-decoration: underline;
  padding-right: 20px;
  background-image: url(../images/arr.png);
  background-position: center right;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.bread_crumb span {
  font-size: 14px;
  color: #fff;
  float: left;
  font-weight: 500;
}

.content_area.inside_page h1, .content_area.full-page h1 {
  background-image: none;
}

.banner {
  float: left;
  width: 100%;
  margin-bottom: 38px;
}

.banner img {
  float: left;
  width: 100%;
}

.wrap_top {
  float: left;
  padding-top: 0;
  width: 100%;
}

.bordered {
  border-bottom: 0px solid #998a6d;
  padding-bottom: 0px;
}

.text_wrap {
  float: left;
  width: 100%;
  padding: 30px;
  background-color: #eaeaea;
  text-align: center;
}

.text_wrap h3 {
  color: #b41f24;
}

.text_wrap p {
  font-size: 14px;
}

.wrap_top img {
  width: 100%;
}

.thumb_inside {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.thumb_inside img {
  width: 100%;
  height: auto;
}

.sidebar h2 {
  margin-top: 56px;
  margin-bottom: 21px;
  margin-left: 20px;
}

.sidebar {
  /*background-image:url(../images/sidebg.png);*/
  padding-bottom: 100px;
  /*background-position:center top;*/
  padding-top: 68px;
  /*background-repeat:repeat;*/
  z-index: 99;
  max-width: 475px;
}

.content_area.inside_page:before {
  width: 24%;
  content: "";
  background-color: #f5ecdc;
  height: calc(100% - 193px);
  float: right;
  z-index: 99;
  position: absolute;
  right: 0;
  top: 74px;
}

.content_area.inside_page {
  padding-top: 0;
}

.sidebar li a {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.main_wrapper .sidebar li:first-child {
  border-top: 1px solid #c2b6a2;
}

.main_wrapper .sidebar li {
  list-style: none inside none;
  padding: 5px 0 10px;
  border-bottom: 1px solid #c2b6a2;
}

.sidebar ul {
  padding: 0;
  margin: 0;
}

.left_area {
  padding-top: 74px;
}

.main_wrapper .sidebar li:hover a, .main_wrapper .sidebar li.active a {
  color: #b41f24;
}

.main_wrapper .sidebar li:hover, .main_wrapper .sidebar li.active {
  padding-left: 20px;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url(../images/arrowside.png);
}

.offer {
  margin-top: 30px;
  float: left;
  Z-INDEX: 99 !IMPORTANT;
  background-color: #b41f24;
  padding: 39px 20px 50px;
  text-align: center;
  width: 100%;
}

.sidebar_wrap {
  padding-left: 50px;
  float: right;
  width: 100%;
  padding-right: 30px;
}

.offer h2 {
  margin: 0 0 16px 0;
  border: 0;
  color: #fff;
  font-size: 36px;
}

.offer p {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  margin: 0 0 24px 0;
}

.left_wrap {
  padding-right: 44px;
  padding-left: 59px;
}

.inside_page ul {
  padding: 0 0 47px 52px;
}

.main_wrapper .inside_page .left_wrap .locations ul li {
  list-style: none inside none;
}

.main_wrapper .inside_page .left_wrap .locations ul {
  padding: 0;
}

.main_wrapper .inside_page .left_wrap ul li {
  font-size: 18px;
  /*	list-style: none inside none;*/
  font-weight: 600;
  color: #231f20;
  margin-bottom: 7px;
}

.wrap_in a.btn_black {
  transition: initial;
}

.wrap_in h2 {
  font-size: 30px;
}

.bordered.full {
  padding-top: 25px;
  border-bottom: initial;
}

.ins_main.full {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0px 30px 0px;
}

.list_testi h6 {
  color: #B41F24;
  font-size: 17px;
}

.list_testi hr {
  border-top: 2px solid #534324 !important;
}

/* start form style */
.sform {
  float: right;
  /*width: 262px;*/
  width: 305px;
  /* background-color: #B41F24;*/
  padding: 0;
}

.phone a.xclose {
  font-size: 12px;
  float: right;
  text-transform: uppercase;
  margin-bottom: 5px;
  width: 100%;
  padding-right: 15px;
  text-align: right;
  font-weight: bold;
  color: #fff;
}

.pad_wrap {
  float: left;
  width: 100%;
}

.pad_wrap input {
  width: 100%;
  height: 30px;
  border: 0;
  font-weight: 600;
  font-size: 13px;
  color: #000000;
  border-radius: 0;
  margin-bottom: 10px;
}

.phone a.submit_btn {
  float: left;
  width: 100%;
  background-color: #231F20;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  margin-bottom: 15px;
}

.sched_app span {
  cursor: pointer;
}

.logos a {
  float: left;
  position: absolute;
  top: -33px;
  left: 10px;
}

.wrap_in h2 a {
  color: #e6dac3;
}

.inside_page .left_wrap .filesetimage {
  margin-bottom: 30px;
}

.main_wrapper .misc_links .foot_cont {
  text-align: center;
}

.main_wrapper .misc_links .btn_black {
  float: none;
  display: inline-block;
}

.inside_bottom_highlight {
  margin-top: 53px;
  float: left;
  width: 100%;
  overflow: hidden;
}

.inside_bottom_highlight img, .inside_bottom_highlight h3, .inside_bottom_highlight .btn_black {
  transition: all .3s;
}

.inside_bottom_highlight:hover img {
  opacity: 0.8;
}

.inside_bottom_highlight:hover h3 {
  color: #000;
}

.inside_bottom_highlight:hover .btn_black {
  background-color: #000;
}

.slider.cycle-slide.cycle-slide-active {
  width: 100% !important;
}

a.scrollup {
  z-index: 99999;
}

.fixed_form {}

a.scrollup {
  background-color: #000;
}

.main_wrapper .ui-dialog {
  z-index: 99999;
}

.container-fluid .container, .container .container {
  width: 100%;
  padding: 0;
}

div {
  word-wrap: break-word;
}

.main_wrapper iframe {
  width: 100%;
}

.tab_open.rec_faq {
  float: left;
  width: 100%;
}

.tab_open.rec_faq a {
  font-size: 18px;
  background-color: #d7ccb6;
  background-position: 25px 21px;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  padding: 20px 24px 20px 55px;
  line-height: 100%;
  border-bottom: 1px solid #000;
  position: relative;
  font-weight: 600;
}

.faq_det {
  float: left;
  width: 100%;
  padding-left: 58px;
}

.tab_open>a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #b41f24;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 26px;
  left: 15px;
}

.main_wrapper .tab_open.nav-path-selected>a:before, .main_wrapper .tab_open>a:hover:before {
  transform: rotate(90deg);
}

.tab_open>a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #b41f24;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 20px;
  left: 25px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.tab_open:first-child {
  margin-top: 20px;
}

.inside_bottom_highlight .text_wrap h3 {
  min-height: 30px;
  margin: 0 0 10px 0;
}

.inside_bottom_highlight .text_wrap p {
  min-height: auto;
  margin: 0 0 15px 0;
  font-size: 20px;
}

a.meanmenu-reveal.meanclose+nav.mean-nav {
  margin-top: 120px;
}

.content_area.inside_page .btn.btn-primary {
  background-color: #b41f24;
  border-color: #b41f24;
  font-size: 18px;
}

.scrolloff {
  pointer-events: none;
}

.left_area .left_wrap h1.page_title_ins {
  float: left;
  width: 100%;
  margin-bottom: 11px;
}

.main_wrapper ul.pagination.bootpag li.active a {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
}

.slide_form .pad_wrap input {
  font-weight: normal;
}

.lightbox {
  display: none;
}

.main_wrapper .ins_main a img:hover {
  opacity: 0.7;
}

/*************************************************************/
.main_wrapper .black_bar_outer {
  float: left;
  width: 100%;
  background-color: #000;
  padding: 49px 217px 55px;
}

.main_wrapper .black_bar_outer .black_bar {
  display: inline-block;
  width: 100%;
}

.main_wrapper .black_bar_outer .black_bar h2 {
  display: inline-block;
  color: #fff;
  padding-right: 35px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: top;
}

.main_wrapper .black_bar_outer .black_bar p {
  display: inline-block;
  color: #fff;
  padding-right: 30px;
  margin: 10px 0 0 0;
  font-weight: 500;
  font-size: 24px;
  vertical-align: text-bottom;
}

.main_wrapper .black_bar_outer .black_bar a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 3px 0 0 0;
}

.main_wrapper .black_bar_outer .black_bar a:hover {
  color: #b41f24;
}

.main_wrapper .black_bar_outer .black_bar a .fa {
  text-align: left;
  margin-top: 7px;
  margin-left: -7px;
  font-size: 25px;
  padding-left: 13px;
}

.main_wrapper .content_area.center_align.home-all .read_more_content p {
  margin-bottom: 26px;
}

.highlights_right {
  margin-top: 24px;
  margin-left: 5px;
  margin-right: -6px;
}

.highlights_right br {
  display: none;
}

.main_wrapper .content_area.center_align.home-all .read_more_content {
  text-align: left;
  margin: 16px 0 0 -7px;
  padding-right: 33px;
}

.main_wrapper .content_area.center_align.home-all .read_more_content a#read_more {
  font-weight: bold;
}

.main_wrapper .content_area.center_align.home-all .read_more_content a#read_more .fa {
  padding-left: 5px;
}

.main_wrapper .sidebar_wrap .side_bar_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.main_wrapper .sidebar_wrap .side_bar_video {
  position: relative;
  padding-bottom: 44.65%;
  padding-top: 25px;
  height: 0;
  margin: 25px 0 30px;
}

.main_wrapper .sidebar_wrap .side_bar_Highlight {
  display: inline-block;
  width: 100%;
  background-color: #000;
  text-align: center;
  padding: 40px 44px;
}

.main_wrapper .sidebar_wrap .side_bar_Highlight h3 {
  color: #fff;
  position: relative;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 13px 0;
}

.main_wrapper .sidebar_wrap .side_bar_Highlight h3:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 2px;
  width: 73%;
  text-align: center;
  background-color: #636363;
  margin: 0 auto;
  display: none;
}

.main_wrapper .sidebar_wrap .side_bar_Highlight a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.main_wrapper .sidebar_wrap .side_bar_Highlight a:hover {
  color: #b41f24;
}

.main_wrapper .sidebar_wrap .side_bar_Highlight a .fa {
  vertical-align: text-bottom;
  padding-left: 3px;
  font-size: 23px;
  position: relative;
  left: 8px;
}

.main_wrapper .inside_video_outer {
  position: relative;
  padding-bottom: 52.25%;
  padding-top: 25px;
  height: 0;
}

.main_wrapper .inside_video_outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width:220px) and (max-width:767px) {
  #ccm-layout-column-wrapper-303 div.ccm-layout-column, #ccm-layout-column-wrapper-258 div.ccm-layout-column {
    width: 100% !important;
  }

  #ccm-layout-column-wrapper-303 div.ccm-layout-column:last-child div.ccm-layout-column-inner {
    margin-left: 0 !important;
  }

  .offer {
    max-width: 100% !important;
  }

  .thumb_wrap img {
    width: 100%;
    height: auto;
  }

  .main_wrapper .inside_video_outer {
    padding-bottom: 47.25%;
  }

  .main_wrapper ul.pagination.bootpag li a, ul.pagination.bootpag li span {
    padding: 6px 10px;
  }

  .main_wrapper ul.pagination.bootpag li {
    float: none;
    display: inline-block;
  }

  .main_wrapper ul.pagination.bootpag {
    text-align: center;
    width: 100%;
  }

  .main_wrapper .thumb-item.Images.filesetThumb {
    text-align: center;
  }

  .main_wrapper .sidebar {
    max-width: 100%;
  }

  .main_wrapper .inside_page ul.pagination li {
    font-size: 14px !important;
    margin-left: 0;
  }

  .main_wrapper .inside_page ul.pagination {
    padding: 0;
  }

  .sched_app_mob a.mob_click {
    font-size: 16px;
    color: #fefefe;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 3px;
  }

  .main_wrapper ul li {
    list-style: disc outside none;
  }

  .sidebar {
    background-image: url(../images/sidebg.png);
    padding-bottom: 100px;
    background-position: center top;
    padding-top: 68px;
    background-repeat: repeat;
    z-index: 99;
  }

  .thumb {
    margin-top: 40px;
  }

  .ccm-custom-style-container.ccm-custom-style-hometophighlight3-1317 {
    margin-top: 0;
  }

  .main_wrapper .testimonial p {
    font-size: 24px;
  }

  .content_area.inside_page:before {
    width: 100%;
    height: auto;
  }

  .main_wrapper .black_bar_outer .black_bar h2, .main_wrapper .black_bar_outer .black_bar p {
    padding: 0;
  }

  div#sidebar {
    top: 0 !important;
    position: relative !important;
  }

  .scrollup {
    bottom: 20px;
    right: 20px;
  }

  .social_links {
    width: auto;
    text-align: center;
  }

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

  .thumb_inside {
    float: none;
    max-width: 290px;
    display: inline-block;
  }

  .main_wrapper .mob-soc {
    padding-top: 10px;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    background-color: #898989;
  }

  .main_wrapper .mob-soc li {
    float: none;
    display: inline-block;
    margin-right: 2px;
  }

  .mob-soc .social_links {
    margin-top: 0px;
  }

  .margin_top {}

  .ins_main iframe {
    width: 100%;
  }

  .slide_txt span {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 40px;
    margin-top: 5px;
  }

  .foot_cont {
    text-align: center;
  }

  .misc_links input {
    float: none;
    display: inline-block;
  }

  .misc_links .btn_black {
    float: none;
    display: inline-block;
  }

  .sform {
    width: 100%;
  }

  .main_wrapper .slide_txt a {
    font-size: 12px;
    padding: 10px;
    margin-bottom: 15px;
  }

  .slide_txt {
    position: static;
    background-color: #f5ecdc;
  }

  .phone a {
    font-size: 16px;
  }

  .phone span {
    font-size: 16px;
  }

  .mob-fon {
    float: left;
    width: 100%;
  }

  .phone {
    position: static;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
  }

  .thumb_wrap {
    margin-bottom: 30px;
  }

  .text_wrap h3 {
    margin-bottom: 0px;
  }

  .main_wrapper .misc_links p {
    font-size: 16px;
    line-height: 24px;
    max-width: 220px;
    margin: 0 auto 30px;
  }

  .main_wrapper .sidebar_wrap .side_bar_Highlight h3 {
    font-size: 26px;
  }

  .main_wrapper .sidebar_wrap .side_bar_Highlight {
    padding: 30px;
  }

  .sidebar_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .main_wrapper .misc_links h3 {
    font-size: 26px;
  }

  .offer h2 {
    font-size: 24px;
  }

  .offer p {
    font-size: 18px;
    line-height: 20px;
  }

  .main_wrapper .white_btn {
    font-size: 18px;
  }

  .sidebar {
    padding-top: 10px;
    padding-bottom: 35px;
  }

  .wrap_top .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
    margin-bottom: 30px;
  }

  .mtop {
    margin-top: 10px;
  }

  .footer_links li {
    margin-bottom: 5px;
    padding: 0;
    background-image: none;
    padding: 5px 10px;
  }

  .footer {
    padding: 35px 0px 0 0;
  }

  .offer {
    width: 100%;
    margin-top: 40px;
    width: 100%;
    margin-top: 40px;
    max-width: 280px;
    float: none;
    display: inline-block;
  }

  .side_high {
    text-align: center;
  }

  .fwrap p, .fwrap div {
    width: 100%;
    text-align: center;
  }

  .footer_social p {
    margin: 0;
  }

  .footer_links li a {
    font-size: 18px;
  }

  .left_wrap {
    padding-right: 0;
    padding-left: 0;
  }

  .main_wrapper .misc_links h3 {
    margin-bottom: 10px;
  }

  .news {
    background-size: cover;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .aleft, .aright {
    position: absolute;
    top: 13%;
  }

  .foot_cont {
    margin-bottom: 40px;
  }

  .aright {
    right: -20px;
  }

  .main_wrapper .misc_links .btn_black {
    min-width: 200px;
  }

  .misc_links {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .wrap_in p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 25px;
  }

  .link-blog {
    padding: 0;
  }

  .main_wrapper .news .wrap_in span {
    font-size: 18px;
  }

  .main_wrapper .news .wrap_in h2 {
    font-size: 20px;
  }

  .wrap_in {
    margin-left: 0;
  }

  .aleft {
    left: -15px;
  }

  .news .col-lg-1.col-md-1.col-sm-1.col-xs-1 {
    position: static;
  }

  .btn_black.btn_big {
    max-width: 100%;
    width: auto;
  }

  .main_wrapper .btn_black {
    font-size: 16px;
    padding: 10px 18px;
    height: auto;
  }

  .margin_top {
    margin-top: 0;
  }

  .main_wrapper .services .tlink {
    font-size: 22px;
  }

  .slide_links a {
    display: none;
  }

  .main_wrapper h1 {
    font-size: 28px;
  }

  #ccm-layout-column-wrapper-1385 div.ccm-layout-column-inner {
    margin-left: 0;
  }

  .main_wrapper .content_area.center_align.home-all .read_more_content {
    margin: 0;
    padding-right: 0;
  }

  .content_area.center_align.home-all {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #ccm-layout-column-wrapper-1385 div.ccm-layout-column-inner {
    margin-right: 0;
  }

  .highlight-tit span {
    font-size: 30px;
  }

  .aleft, .aright {
    margin-top: 45%;
  }

  .services {
    background-size: cover;
  }

  .content_area {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .img_wrap {
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 0;
  }

  .main_wrapper .news h2 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .inside_bottom_highlight .text_wrap h3 {
    min-height: 0px;
  }

  .main_wrapper .black_bar_outer {
    float: none;
    width: 100%;
    padding: 22px 15px;
    text-align: center;
    display: flex;
  }

  .main_wrapper .black_bar_outer h2 {
    font-size: 24px;
    padding: 0;
  }

  .main_wrapper .black_bar_outer p {
    font-size: 16px;
    padding: 0;
  }

  .main_wrapper h1 {
    font-size: 28px;
  }

  .main_wrapper h2 {
    font-size: 26px;
  }

  .main_wrapper h3 {
    font-size: 24px;
  }

  .main_wrapper .thumb p {
    font-size: 16px;
    line-height: 24px;
  }

  .main_wrapper .black_bar_outer .black_bar p {
    font-size: 16px;
  }

  .main_wrapper .black_bar_outer .black_bar a {
    font-size: 16px;
  }

  .main_wrapper .black_bar_outer .black_bar a .fa {
    font-size: 18px;
    padding-left: 13px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .main_wrapper .black_bar_outer .black_bar a .fa {
    margin-top: 13px;
    font-size: 19px;
  }

  .main_wrapper .black_bar_outer .black_bar a {
    font-size: 16px;
    margin: 0px 0 0 0;
  }

  .aleft, .aright {
    margin-top: 110px;
  }

  .footer .container-fluid {
    max-width: 750px;
  }

  .main_wrapper .social_links li {
    margin-right: 15px;
  }

  .main_wrapper .top_links li:last-child {
    margin-right: 15px;
  }

  .main_wrapper .top_links li {
    margin-right: 15px;
  }

  .inside_page .sidebar ul {
    padding: 0;
  }

  .main_wrapper .inside_video_outer {
    padding-bottom: 45.25%;
  }

  .main_wrapper .sidebar_wrap .side_bar_video {
    padding-bottom: 45.25%;
  }

  .thumb p {
    min-height: 70px;
  }

  .main_wrapper .thumb h3 {
    min-height: 155px;
  }

  .text_wrap {
    padding: 25px 15px;
  }

  .inside_bottom_highlight .text_wrap p {
    min-height: 100px;
  }

  .sidebar h2 {
    margin-left: 0;
    font-size: 26px;
  }

  .sidebar li a {
    font-size: 20px;
  }

  .thumb:last-child .top_img img {
    max-width: 115px;
    margin-top: 49px;
  }

  .inside_bottom_highlight .text_wrap h3 {
    min-height: 50px;
  }

  .content_area.inside_page:before {
    width: 33.33333333%;
  }

  .main_wrapper .offer p {
    font-size: 16px;
    line-height: 100%;
  }

  .main_wrapper .offer p br {
    display: none;
  }

  .sidebar_wrap {
    padding-left: 10px;
  }

  .main_wrapper .offer h2 {
    font-size: 24px;
  }

  .main_wrapper .white_btn {
    font-size: 16px;
  }

  .main_wrapper .tlink {
    font-size: 30px;
  }

  #ccm-layout-column-wrapper-1385 div.ccm-layout-column-inner {
    margin-left: 0;
  }

  #ccm-layout-column-wrapper-1385 div.ccm-layout-column-inner {
    margin-left: 0;
  }

  .content_area {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .content_area.center_align.home-all {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap_top .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
    margin-bottom: 30px;
  }

  .main_wrapper .content_area.center_align.home-all .read_more_content {
    margin: 0;
    padding-right: 0;
  }

  .thumb_wrap {
    margin-bottom: 25px;
  }

  .foot_cont {
    min-height: 210px;
    margin-bottom: 30px;
  }

  .main_wrapper .text_wrap h3 {
    margin-bottom: 0;
  }

  .main_wrapper .sidebar_wrap .side_bar_Highlight h3 {
    font-size: 24px;
  }

  .sidebar_wrap {
    padding-left: 0;
    padding-right: 0px;
  }

  .offer {
    margin-top: 40px;
    width: 100%;
  }

  .fixed_form {
    max-width: 215px !important;
  }

  .footer_links li {
    padding-left: 7px;
    padding-right: 7px;
  }

  .footer_links li a {
    font-size: 14px;
  }

  .left_wrap {
    padding: 0;
  }

  .footer {
    padding: 50px 0px 20px;
  }

  .main_wrapper .news .wrap_in span {
    font-size: 20px;
  }

  .img_wrap {
    margin-top: 65px;
    margin-left: 0;
  }

  .main_wrapper .news h2 {
    font-size: 35px;
  }

  .main_wrapper .news .wrap_in h2 {
    font-size: 25px;
  }

  .main_wrapper .testimonial p {
    font-size: 24px;
  }

  .main_wrapper .services .tlink {
    font-size: 18px;
  }

  .main_wrapper .btn_black {
    font-size: 18px;
  }

  .main_wrapper .misc_links p {
    font-size: 16px;
  }

  .main_wrapper h1 {
    font-size: 35px;
  }

  .highlight-tit span {
    font-size: 35px;
  }

  .foot_cont br {
    display: none;
  }

  .misc_links {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .main_wrapper .misc_links .btn_black {
    min-width: 214px;
  }

  .news {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .thumb:nth-child(2) .top_img img {
    width: 25%;
  }

  .thumb:nth-child(1) .top_img img {
    width: 90%;
  }

  .main_wrapper .thumb p {
    font-size: 16px;
    line-height: 23px;
  }

  .thumb:nth-child(3) .top_img img {}

  .main_wrapper h3 {
    font-size: 24px;
  }

  .main_wrapper .slide_txt a {
    font-size: 16px;
    padding: 10px 25px;
  }

  .slide_txt span {
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 15px;
  }

  .slide_links a {
    font-size: 14px;
  }

  .menu_bar {
    min-height: 10px;
  }

  .main_nav {
    margin: 20px 0 0 0px;
  }

  .main_wrapper .main_nav li>a {
    font-size: 18px;
  }

  .main_nav {
    margin: 15px 0;
    float: right;
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }

  .main_wrapper .main_nav li {
    margin-left: 50px;
    float: none;
    display: inline-block;
  }

  .main_wrapper .main_nav li:first-child {
    margin-left: 0;
  }

  .phone {
    top: -80px;
    padding: 15px 30px;
    position: static;
  }

  .logo {
    width: 180px;
    top: -87px;
  }

  .phone a {
    font-size: 18px;
  }

  .phone span {
    font-size: 18px;
  }

  .sform {
    width: 100%;
  }

  .main_wrapper .black_bar_outer {
    padding: 20px 5%;
  }

  .main_wrapper .black_bar_outer .black_bar {
    text-align: center;
  }

  .main_wrapper .black_bar_outer .black_bar h2 {
    padding: 0;
  }

  .main_wrapper .black_bar_outer .black_bar p {
    padding-right: 10px;
    font-size: 16px;
  }

  .main_wrapper .sidebar_wrap .side_bar_Highlight {
    padding: 26px 16px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .content_area.inside_page:before {
    width: 25%;
  }

  .footer .container-fluid {
    max-width: 950px;
  }

  .inside_page .sidebar ul {
    padding: 0;
  }

  .main_wrapper .inside_video_outer {
    padding-bottom: 47.25%;
  }

  .main_wrapper .sidebar_wrap .side_bar_video {
    padding-bottom: 45%;
  }

  .main_wrapper .thumb h3 {
    min-height: 123px;
  }

  .menu_bar .col-xs-12 {
    position: static;
  }

  .phone .sform {
    width: 150px;
  }

  .main_wrapper .thumb p {
    min-height: 52px;
  }

  .inside_bottom_highlight .text_wrap h3 {
    min-height: 50px;
  }

  .inside_bottom_highlight .text_wrap p {
    min-height: 120px;
  }

  .bread_crumb.margin_top.full-marg {
    margin-top: 201px;
  }

  .main_wrapper .offer p {
    line-height: 100%;
    font-size: 18px;
  }

  .main_wrapper .offer p br {
    display: none;
  }

  .sidebar_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .main_wrapper .sidebar_wrap .side_bar_Highlight h3 {
    font-size: 28px;
  }

  .sidebar li a {
    font-size: 20px;
  }

  .sidebar h2 {
    margin-left: 0;
    font-size: 32px;
  }

  .main_wrapper .offer h2 {
    font-size: 24px;
  }

  .main_wrapper .white_btn {
    font-size: 16px;
  }

  .wrap_top .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
    margin-bottom: 30px;
  }

  .main_wrapper .tlink {
    font-size: 20px;
  }

  /*.offer {
 width:100%;
}*/
  .text_wrap {
    width: 100%;
  }

  .main_wrapper p {
    font-size: 16px;
  }

  .main_wrapper .btn_black {
    font-size: 18px;
  }

  .footer_social {}

  .fwrap p {}

  .links_policy {}

  .footer_social a {
    width: 35px;
  }

  .main_wrapper .testimonial p {
    line-height: 30px;
  }

  .highlight-tit span {
    font-size: 40px;
  }

  .wrap_in {
    margin-top: 15px;
  }

  .main_wrapper .news .wrap_in span {
    margin-bottom: 10px;
  }

  .main_wrapper h3 {
    font-size: 24px;
  }

  .main_wrapper .misc_links br {
    display: none;
  }

  .main_wrapper .tlink {
    font-size: 25px;
  }

  .aleft, .aright {
    margin-top: 110px;
  }

  .footer_links li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main_wrapper .news h2 {
    margin: 0;
  }

  .footer_links li a {
    font-size: 18px;
  }

  .main_wrapper .news h2 {
    font-size: 40px;
  }

  .main_wrapper .misc_links p {
    font-size: 15px;
  }

  .social_links {
    margin: 12px 0 3px 0;
  }

  .top_links {
    margin: 10px 0 0 0;
  }

  .margin_top {}

  .top_links li a {
    font-size: 14px;
  }

  .main_wrapper .main_nav li li a {
    font-size: 12px;
  }

  .logo {
    width: 185px;
    top: -18px;
  }

  .slide_txt span {
    font-size: 60px;
    margin-bottom: 25px;
    line-height: 100%;
  }

  .main_wrapper .main_nav li:first-child {
    margin-left: 0;
  }

  .main_wrapper .slide_txt a {
    font-size: 14px;
  }

  .main_wrapper .main_nav li {
    margin-left: 15px;
  }

  .main_wrapper .main_nav li>a {
    font-size: 18px;
  }

  .phone a {
    font-size: 18px;
  }

  .phone span {
    font-size: 18px;
  }

  .slide_links a {
    font-size: 18px;
  }

  .phone {
    top: -80px;
    padding: 15px 30px;
    position: static;
  }

  .main_wrapper h1 {
    font-size: 40px;
  }

  .menu_bar {
    float: right;
    width: auto;
    min-height: 10px;
  }

  .main_nav {
    margin: 30px 20px 10px 0px;
    float: left;
  }

  .main_nav ul {
    min-width: 270px;
  }

  .slide_links {
    margin: 0;
  }

  .slide_txt {
    bottom: 30%;
  }

  .main_wrapper .black_bar_outer {
    text-align: center;
    padding: 25px 48px;
  }

  .main_wrapper .black_bar_outer h2 {
    padding: 0;
  }

  .main_wrapper .sidebar_wrap .side_bar_Highlight {
    padding: 26px 21px;
  }
}

@media (min-width:1200px) and (max-width:1300px) {
  .offer h2 {
    font-size: 32px;
  }

  .sidebar h2 {
    margin-left: 0;
  }

  .offer p {
    font-size: 22px;
  }

  .sidebar_wrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer .container-fluid {
    max-width: 1170px;
  }

  .footer_links li {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer_links li a {
    font-size: 18px;
  }

  .main_wrapper .misc_links p {
    font-size: 17px;
  }

  .inside_page .sidebar ul {
    padding: 0;
  }

  .main_wrapper .inside_video_outer {
    padding-bottom: 48.25%;
  }

  .main_wrapper .sidebar_wrap .side_bar_video {
    padding-bottom: 45%;
  }

  .main_wrapper .main_nav li li a {
    font-size: 12px;
  }

  .menu_bar {
    min-height: auto;
    float: right;
    width: auto;
  }

  .phone {
    position: static;
    padding: 20px 35px 20px 45px;
  }

  .main_wrapper .thumb h3 {
    min-height: 130px;
  }

  .menu_bar .col-xs-12 {
    position: static;
  }

  .main_wrapper .thumb p {
    min-height: 52px;
  }

  .phone span {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .phone a {
    font-size: 18px;
  }

  .content_area.inside_page:before {
    width: 25%;
  }

  .sform {
    width: auto;
  }

  .inside_bottom_highlight .text_wrap p {
    min-height: 100px;
    font-size: 18px;
  }

  .inside_bottom_highlight .text_wrap h3 {
    font-size: 25px;
    min-height: 40px;
  }

  .main_wrapper .tlink {
    font-size: 28px;
  }

  .logo {
    width: 255px;
    top: -32px;
  }

  .main_wrapper .slide_txt a {
    font-size: 13px;
  }

  .main_wrapper .main_nav li {
    margin-left: 27px;
  }

  .main_wrapper .main_nav li>a {
    font-size: 20px;
  }

  .slide_txt {
    bottom: 65px;
  }

  .main_nav {
    float: right;
    margin: 43px 20px 0 0px;
  }

  .slide_txt span {
    font-size: 68px;
  }

  .main_wrapper .black_bar_outer {
    padding: 41px 20px;
    text-align: center;
  }

  .main_wrapper .black_bar_outer .black_bar h2 {
    padding-right: 15px;
    margin: 0;
  }

  .main_wrapper .black_bar_outer .black_bar p {
    padding-right: 16px;
    vertical-align: text-bottom;
    margin: 0 0 0 0;
  }

  .main_wrapper .black_bar_outer .black_bar a {
    font-size: 16px;
  }

  .main_wrapper .sidebar_wrap .side_bar_Highlight {
    padding: 26px 24px;
  }

  .main_wrapper .black_bar_outer .black_bar a .fa {
    font-size: 18px;
  }
}

@media (min-width:1301px) and (max-width:1500px) {
  .sidebar_wrap {
    padding-left: 25px;
    padding-right: 15px;
  }

  .main_wrapper .sidebar_wrap .side_bar_Highlight h3 {
    font-size: 34px;
  }

  .main_wrapper .black_bar_outer .black_bar a .fa {
    font-size: 18px;
  }

  .main_wrapper .black_bar_outer .black_bar h2 {
    vertical-align: bottom;
  }

  .inside_page .sidebar ul {
    padding: 0;
  }

  .main_wrapper .inside_video_outer {
    padding-bottom: 48.25%;
  }

  .main_wrapper .sidebar_wrap .side_bar_video {
    padding-bottom: 45%;
  }

  .menu_bar .col-xs-12 {
    position: static;
  }

  .menu_bar {
    width: auto;
    float: right;
    min-height: auto;
  }

  .phone {
    position: static;
    padding: 20px 30px 20px 50px;
  }

  .phone .sform {
    width: auto;
  }

  .main_wrapper .thumb h3 {
    min-height: 130px;
  }

  .main_wrapper .thumb p {
    min-height: 52px;
  }

  .inside_bottom_highlight .text_wrap p {
    min-height: 120px;
  }

  .main_wrapper .tlink {
    font-size: 34px;
  }

  .footer_links li {
    padding-left: 27px;
    padding-right: 27px;
  }

  .main_wrapper .misc_links p {
    font-size: 18px;
  }

  .logo {
    width: 270px;
    top: -28px;
  }

  .slide_txt {
    bottom: 70px;
  }

  .main_wrapper .slide_txt a {
    font-size: 18px;
  }

  .main_wrapper .main_nav li {
    margin-left: 20px;
  }

  .main_wrapper .main_nav li>a {
    font-size: 22px;
  }

  .main_nav {
    margin: 38px 30px 0 0px;
  }

  .slide_txt span {
    font-size: 80px;
  }

  .phone span {
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .phone a {
    font-size: 20px;
  }

  .main_wrapper .black_bar_outer {
    padding: 41px 20px;
    text-align: center;
  }

  .main_wrapper .black_bar_outer .black_bar h2 {
    padding-right: 15px;
    margin: 0;
    font-size: 30px;
  }

  .main_wrapper .black_bar_outer .black_bar p {
    padding-right: 16px;
    vertical-align: inherit;
  }

  .main_wrapper .black_bar_outer .black_bar a {
    font-size: 16px;
  }

  .main_wrapper .sidebar_wrap .side_bar_Highlight {
    padding: 26px 24px;
  }

  .footer .container-fluid {
    max-width: 1292px;
  }
}

@media (min-width:1501px) and (max-width:1700px) {
  .main_wrapper .sidebar_wrap .side_bar_Highlight h3 {
    font-size: 34px;
  }

  .footer .container-fluid {
    max-width: 1500px;
  }

  .main_wrapper .tlink {
    font-size: 35px;
  }

  .footer_links li {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo {
    width: 310px;
  }

  .main_wrapper .slide_txt a {
    font-size: 13px;
  }

  .main_wrapper .main_nav li {
    margin-left: 20px;
  }

  .main_nav {
    margin: 44px 375px 0 0px;
  }

  .main_wrapper .black_bar_outer .black_bar p {
    padding-right: 30px;
  }

  .main_wrapper .black_bar_outer .black_bar h2 {
    padding-right: 50px;
  }

  .slide_txt span {
    font-size: 95px;
  }

  .slide_txt {
    bottom: 85px;
  }

  .main_wrapper .black_bar_outer {
    padding: 49px 198px;
  }

  .main_wrapper .black_bar_outer {
    padding: 41px 20px;
    text-align: center;
  }

  .main_wrapper .sidebar_wrap .side_bar_Highlight {
    padding: 26px 24px;
  }
}

@media (min-width:1701px) and (max-width:1890px) {
  .main_wrapper .main_nav li {
    margin-left: 23px;
  }

  .slide_txt {
    bottom: 100px;
  }

  .slide_txt span {
    font-size: 95px;
  }

  .main_nav {
    margin: 55px 400px 0 0px;
  }

  .main_wrapper .black_bar_outer {
    padding: 49px 30px;
    text-align: center;
  }
}