/**Reset**/
/* scatter styles, do your best to not change these */
body {
  overflow-x: hidden;
}
.container {
  max-width: 1400px;
  width: 100%;
}
.relative {
  position: relative;
}
.inline-block {
  display: inline-block;
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
}
a, a:hover {
  text-decoration: none !important;
  color: inherit;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-pointer {
  pointer-events: none;
}
.no-padding {
  padding: 0;
}
.no-border {
  border: none;
}
.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row-no-gutter > div {
  padding-left: 0;
  padding-right: 0;
}
.artificial-height {
  padding-bottom: 5000px;
  margin-bottom: -5000px;
}
.overflow-hidden {
  overflow: hidden;
}
.clear {
  display: block;
  clear: both;
}
b, strong {
  font-weight: 700;
  font-family: 'NewsGothicBT-Bold';
}
i {
  font-style: italic;
  font-family: 'Arial';
}
img.full {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
}
img.responsive {
  max-width: 100%;
}
.responsive-children img {
  max-width: 100% !important;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
a:focus, a:visited, a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
video {
  background: #000;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #848484;
  margin: 1em 0;
  padding: 0;
}
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/*
 *header
 */
body.admin-bar header {
  top: 32px;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 35px;
  z-index: 2;
}
header .logo_box {
  float: left;
  margin-top: 25px;
  width: 220px;
}
header .navigation {
  float: right;
  margin: 80px 0 0 25px;
}
header .navigation nav > ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
header .navigation nav > ul > li {
  display: inline-block;
  margin: 0 25px;
  position: relative;
  padding-bottom: 8px;
}
@media (max-width: 1465px) {
  header .navigation nav > ul > li {
    margin: 0 10px;
  }
}
header .navigation nav > ul > li:first-child {
  margin-left: 0;
}
header .navigation nav > ul > li:last-child {
  margin-right: 0;
}
header .navigation nav > ul > li:last-child ul {
  left: auto !important;
  right: 0 !important;
}
header .navigation nav > ul > li > a {
  display: inline-block;
  font-size: 18px;
  font-family: "Avenir-Black";
  color: rgba(255, 255, 255, 1.00);
  text-transform: uppercase;
  transition: 0.5s;
  border-bottom: 4px solid transparent;
  padding-bottom: 5px;
}
@media (max-width: 1275px) {
  header .navigation nav > ul > li > a {
    font-size: 16px;
  }
}
header .navigation nav > ul > li:hover {
  /*color: rgb(207, 33, 55);*/
}
header .navigation nav > ul > li:hover > a {
  border-bottom: 4px solid #cf2137;
  transition: 0.5s;
}
header .navigation nav > ul > li:hover > ul {
  display: block;
}
header .navigation nav > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 10px;
  margin: 0;
  border-bottom: 4px solid #cf2137;
  list-style: none;
}
header .navigation nav > ul > li > ul > li {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
header .navigation nav > ul > li > ul > li ul {
  display: none;
}
header .navigation nav > ul > li > ul > li:hover ul {
  display: block;
  top: -20px;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 4px solid #cf2137;
  padding: 20px 10px;
  position: absolute;
  left: 100%;
}
header .navigation nav > ul > li > ul > li a {
  font-size: 18px;
  font-family: "Avenir-Roman";
  color: white;
  line-height: 1.8;
  white-space: nowrap;
  padding-left: 15px;
  background: url("../images/icons/list_ic_h.png") no-repeat center left;
  transition: 0.5s;
}
header .navigation nav > ul > li > ul > li a:hover {
  transition: 0.5s;
  color: #cf2137;
  background: url("../images/icons/list_ic.png") no-repeat center left;
}
header .search_box {
  float: right;
  margin-top: 18px;
}
header .search_box a.tel {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0 5px 40px;
  background: url("../images/icons/phone.png") no-repeat center left;
  font-size: 18px;
  font-family: "Avenir-BlackOblique";
  color: #fff;
}
@media (max-width: 370px) {
  header .search_box a.tel {
    font-size: 15px;
  }
}
header .search_box .form_box {
  display: inline-block;
  margin-left: 15px;
  background-color: #fff;
  border-radius: 25px;
  font-family: "Avenir-BookOblique";
  padding: 5px 10px;
}
header .search_box .form_box input[type="text"] {
  border: none;
  background-color: transparent;
}
header .search_box .form_box input[type="text"]:focus {
  outline: none;
}
header .search_box .form_box input[type="submit"] {
  border: none;
  background: url("../images/icons/search.png") no-repeat center;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 99px;
}
header .search_box .form_box input[type="submit"]:focus {
  outline: none;
}
@media (max-width: 1680px) {
  header .navigation {
    margin-top: 27px;
  }
}
@media (max-width: 1320px) {
  header .navigation nav > ul > li {
    margin: 0 10px;
  }
}
@media (max-width: 1199px) {
  header .navigation nav > ul > li {
    margin: 0 5px;
  }
  header .navigation nav > ul > li a {
    font-size: 14px;
  }
}
@media (max-width: 1060px) {
  header .logo_box {
    width: 35%;
  }
  header .navigation {
    float: right;
    width: 65%;
    margin-left: 0;
  }
  header .navigation .menu_btn {
    display: block;
    height: 40px;
    width: 40px;
    padding: 5px;
    cursor: pointer;
    float: right;
  }
  header .navigation .menu_btn span {
    display: block;
    margin-bottom: 5px;
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
  }
  header .navigation .menu_btn span:last-child {
    margin: 0;
  }
  header .navigation nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(39, 39, 39, 0.95);
    padding: 15px 0;
    text-align: center;
  }
  header .navigation nav > ul > li {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
  }
  header .navigation nav > ul > li > a {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
  header .navigation nav > ul > li:hover > ul {
    display: none;
  }
  header .navigation nav > ul > li > ul {
    padding: 0;
    position: static;
    background: none;
    border: none;
  }
  header .navigation nav > ul > li.menu-item-has-children > ul ul {
    display: block !important;
    padding: 0;
    position: static;
    top: -20px;
    background-color: none;
    border-bottom: none;
    padding: 0;
  }
  header .navigation nav > ul > li.menu-item-has-children > ul ul li a {
    display: inline-block;
    padding: 5px 0;
    font-size: 0.8em;
    background: none;
    padding-left: 0;
  }
  header .navigation nav > ul > li.menu-item-has-children > .door {
    content: " ";
    display: none;
    width: 25px;
    height: 25px;
    background-color: red;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
  }
}
@media (max-width: 660px) {
  header .search_box .form_box {
    display: none;
  }
}
body.noHeader .title_box {
  background: black !important;
  min-height: 215px;
}
body.noHeader .title_box .title {
  display: none;
}
/*
 *footer
 */
footer .location_box .wrap {
  padding-top: 35px;
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: "Avenir-Black";
  color: #515151;
  line-height: 1.6;
}
footer .location_box .wrap .social {
  float: right;
}
footer .location_box .wrap .social a {
  margin-left: 15px;
}
footer .location_box .wrap .social a:first-child {
  margin: 0;
}
@media (max-width: 767px) {
  footer .location_box .wrap {
    text-align: center;
  }
  footer .location_box .wrap .social {
    float: none;
    margin-top: 15px;
  }
}
footer .links_box {
  background-color: #313131;
  padding: 35px 0 45px;
}
footer .links_box .wrap h2 {
  font-size: 16px;
  font-family: "AvenirNext-Bold";
  color: #c8c8c8;
}
footer .links_box .wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .links_box .wrap ul li {
  padding-left: 15px;
  background: url('../images/icons/list_ic.png') no-repeat center left;
  transition: 0.5s;
}
footer .links_box .wrap ul li a {
  font-size: 16px;
  font-family: "AvenirNext-Regular";
  color: #c8c8c8;
  line-height: 2.25;
  transition: 0.5s;
}
footer .links_box .wrap ul li:hover {
  transition: 0.5s;
  background: url('../images/icons/list_ic_h.png') no-repeat center left;
}
footer .links_box .wrap ul li:hover a {
  color: #cf2137;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  footer .links_box .item:nth-child(3) {
    clear: both;
  }
}
footer .footer {
  background-color: #232323;
  padding: 25px 0 30px;
  font-size: 14px;
  font-family: "Avenir-BookOblique";
  color: #ababab;
}
footer .footer .powered {
  float: right;
}
@media (max-width: 767px) {
  footer .footer {
    text-align: center;
  }
  footer .footer .powered {
    float: none;
  }
}
#quickFormFixed {
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 100;
  width: 90%;
  max-width: 334px;
}
#quickFormFixed * {
  box-sizing: border-box;
  font-family: Circular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
}
#quickFormFixed .chat-button {
  text-align: left;
  cursor: pointer;
  min-width: 200px;
  color: #fff;
  min-height: 50px;
  display: inline-table;
  width: 100%;
  background-color: #cf2137;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
#quickFormFixed .chat-button.active {
  background: red;
  transition: all 0.3s;
}
#quickFormFixed .chat-button span {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  font-size: 16px;
  text-transform: uppercase;
}
#quickFormFixed .main.main-chat-form {
  border-radius: 7px;
  box-shadow: 0px 1px 10px 0px rgba(37, 35, 35, 0.5);
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  animation-name: chat-pop-box;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  background-repeat: no-repeat;
  display: none;
}
#quickFormFixed .main.main-chat-form a {
  color: white;
}
#quickFormFixed .main.main-chat-form:after {
  width: 29px;
  height: 14px;
  content: ' ';
  position: absolute;
  right: 10%;
  display: block;
  background-image: url(../images/icons/sprite-new.png);
  background-position: -142px -123px;
}
#quickFormFixed .main.main-chat-form .main-header {
  background: black;
  color: #fff;
  padding: 10px;
  border-radius: 7px 7px 0 0;
}
#quickFormFixed .main.main-chat-form .main-header .ic-close {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 30px;
  width: 30px;
  background-image: url(../images/icons/sprite-new.png);
  background-position: -142px -60px;
  cursor: pointer;
}
#quickFormFixed .main.main-chat-form .main-header h6 {
  font-size: 1.22em;
}
#quickFormFixed .main.main-chat-form .main-header p {
  font-size: 0.85em;
  margin-top: 5px;
}
#quickFormFixed .main.main-chat-form .main-content {
  padding: 10px;
  /*form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder 
   {
   color: lightgrey; }*/
}
#quickFormFixed .main.main-chat-form .main-content form {
  margin-top: 15px;
}
#quickFormFixed .main.main-chat-form .main-content form input {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  line-height: 1.42857;
  color: #555;
  background-color: rgba(219, 228, 232, 0.39);
  background-image: none;
  border: 1px solid #eee;
  margin-bottom: 10px;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
}
#quickFormFixed .main.main-chat-form .main-content form textarea {
  display: block;
  width: 100%;
  height: 64px;
  padding: 6px 12px;
  line-height: 1.42857;
  color: #555;
  background-color: rgba(219, 228, 232, 0.39);
  background-image: none;
  border: 1px solid #eee;
  margin-bottom: 10px;
  outline: none;
  border-radius: 3px;
  resize: none;
  -webkit-appearance: none;
}
#quickFormFixed .main.main-chat-form .main-content form input[type=submit] {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 20px;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: #cf5300;
  background-image: none;
  border: 1px solid rgba(58, 132, 197, 0.19);
  border-radius: 3px;
  float: right;
  color: #fff;
  width: 55px;
  height: 32px;
}
/*
 *banner
 */
banner .slider {
  margin: 0;
}
banner .item {
  position: relative;
}
banner .item .slick-slide {
  overflow: hidden;
}
banner .item.video {
  position: relative;
}
banner .item.video:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
}
banner .item.video .text_box {
  font-size: 30px;
}
@media (max-width: 1299px) {
  banner .item.video .text_box {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  banner .item.video .text_box {
    font-size: 16px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  banner .item.video .text_box {
    font-size: 14px;
    bottom: 50px;
  }
}
@media (max-width: 500px) {
  banner .item.video .text_box {
    display: none;
  }
}
banner .item .text_box {
  position: absolute;
  bottom: 200px;
  left: 35px;
  font-size: 40px;
  font-family: "Avenir-Roman";
  color: #fff;
  /*text-transform: uppercase;*/
  z-index: 9999;
}
banner .item .text_box span {
  display: block;
  font-family: "Avenir-Black";
}
@media (max-width: 1199px) {
  banner .item .text_box {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  banner .item .text_box {
    font-size: 16px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  banner .item .text_box {
    font-size: 14px;
    bottom: 50px;
  }
}
@media (max-width: 500px) {
  banner .item .text_box {
    display: none;
  }
}
banner .item .videobg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.1, 1.1) translate(-45%, -50%);
  -ms-transform: scale(1.1, 1.1) translate(-45%, -50%);
  -webkit-transform: scale(1.1, 1.1) translate(-45%, -50%);
  -moz-transform: scale(1.1, 1.1) translate(-45%, -50%);
  -o-transform: scale(1.1, 1.1) translate(-45%, -50%);
  z-index: 999;
  width: 100%;
  max-height: 1000px;
}
banner ul.slick-dots {
  position: absolute;
  left: 35px;
  top: 35%;
  text-align: left;
  margin: 0;
  width: auto;
  bottom: auto;
}
banner ul.slick-dots li {
  margin-bottom: 5px;
  display: block;
  width: auto;
  height: auto;
}
banner ul.slick-dots li span.round {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  height: 4px;
  width: 60px;
  background-color: #fff;
  transition: 0.5s;
}
banner ul.slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 12px;
  font-family: "Avenir-Roman";
  color: #fff;
  text-transform: uppercase;
  width: auto;
  height: auto;
  transition: 0.5s;
}
banner ul.slick-dots li button:before {
  display: none;
}
banner ul.slick-dots li.slick-active span.round {
  width: 80px;
  background-color: #cf2137;
  transition: 0.5s;
}
banner ul.slick-dots li.slick-active button {
  color: #cf2137;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  banner ul.slick-dots {
    display: none !important;
  }
}
banner .links_box {
  margin-top: -105px;
}
banner .links_box .item {
  padding: 0;
  position: relative;
}
banner .links_box .item .sub-menu {
  /*display: none;*/
  position: absolute;
  bottom: 0;
  width: calc(100% + 4px);
  transform: translateX(-50%);
  left: 50%;
  min-height: 0;
  z-index: 10;
  color: white;
  background: rgba(0, 0, 0, 0.81);
  margin: 0;
  list-style: none;
  padding: 0;
  transition: all 0.3s;
  overflow: hidden;
  opacity: 0;
  border-top: 4px solid white;
}
banner .links_box .item .sub-menu > li a {
  display: block;
  text-align: center;
  padding: 7px;
  text-transform: uppercase;
  font-family: "Avenir-Black";
  font-size: 14px;
  color: white;
}
banner .links_box .item .sub-menu > li a:hover {
  background: #cf2137;
}
banner .links_box .item.hasSub:hover .sub-menu {
  min-height: calc(100% + 4px);
  transition: all 0.3s;
  opacity: 1;
}
banner .links_box .item .wrap {
  background-color: rgba(39, 39, 39, 0.70);
  height: 105px;
  border-left: 3px solid #030304;
  text-align: center;
  transition: 0.5s;
  position: relative;
}
banner .links_box .item .wrap .hover_ef {
  position: absolute;
  background-color: transparent;
  height: 0;
  width: 100%;
  bottom: 100%;
  border-top: 4px solid transparent;
  transition: 0.5s;
}
banner .links_box .item .wrap .img_box {
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  width: 100%;
}
banner .links_box .item .wrap .text {
  font-size: 22px;
  font-family: "Avenir-Black";
  color: #cf2137;
  text-transform: uppercase;
  width: 100%;
  transition: 0.5s;
}
banner .links_box .item:not(.hasSub) .wrap:hover {
  background-color: #cf2137;
  transition: 0.5s;
}
banner .links_box .item:not(.hasSub) .wrap:hover .hover_ef {
  bottom: 100%;
  height: 30px;
  background-color: #cf2137;
  border-top: 4px solid #fff;
  transition: 0.5s;
}
banner .links_box .item:not(.hasSub) .wrap:hover .text {
  color: #fff;
  transition: 0.5s;
}
banner .links_box .item:first-child .wrap {
  border-left: none;
}
@media (max-width: 1800px) {
  banner .links_box .item .wrap {
    background-position: center right 10px;
  }
}
@media (max-width: 1700px) {
  banner .links_box .item .wrap .text {
    font-size: 1.05vw;
  }
}
@media (max-width: 1199px) {
  banner .links_box {
    background-color: #5f5f5f;
    margin-top: 0;
  }
  banner .links_box .item .wrap {
    border-bottom: 3px solid #030304;
  }
  banner .links_box .item .wrap .text {
    font-size: 22px;
  }
  banner .links_box .item:nth-child(3n+1) .wrap {
    border-left: none;
  }
}
@media (max-width: 991px) {
  banner .links_box .item:nth-child(3n+1) .wrap {
    border-left: 3px solid #030304;
  }
  banner .links_box .item:nth-child(2n+1) .wrap {
    border-left: none;
  }
}
@media (max-width: 767px) {
  banner .links_box .item .wrap {
    border-left: none;
  }
  banner .links_box .item:nth-child(3n+1) .wrap {
    border-left: none;
  }
}
/*Home */
body.home .main_section h2 {
  padding: 10px;
  background-color: #cf2137;
  font-size: 30px;
  font-family: "Avenir-BlackOblique";
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
body.home .main_section h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 155px;
  max-width: 155px;
  height: 4px;
  background-color: #cf2137;
  content: " ";
}
body.home .main_section a.link_btn {
  margin-top: 25px;
  display: inline-block;
  padding: 7px 30px 5px;
  font-size: 18px;
  font-family: "Avenir-Black";
  color: #cf2137;
  text-transform: uppercase;
  background-color: #fff;
  box-shadow: 0px 6px 16px 0px rgba(22, 22, 22, 0.23);
  border-radius: 25px;
  transition: 0.3s;
}
body.home .main_section a.link_btn:hover {
  background-color: #cf2137;
  color: #fff;
  transition: 0.5s;
}
body.home .main_section .testymonial_row.withBg {
  background: url("http://www.northstarmetal.com/wp-content/themes/aan_northstarmetal/images/home/testimonialbanner.jpg") no-repeat center right;
  background-size: auto 100%;
}
@media (max-width: 991px) {
  body.home .main_section .testymonial_row.withBg {
    background: none;
  }
}
body.home .main_section .testymonial_row.withBg .testy h2 {
  padding: 10px;
  background-color: #cf2137;
  color: #fff;
}
body.home .main_section .testymonial_row.withBg .testy .text {
  font-size: 20px;
  font-family: "Avenir-Roman";
  color: #515151;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 20px;
}
body.home .main_section .testymonial_row.withBg .testy .testifybanner {
  width: auto;
  max-height: 100%;
}
body.home .main_section .testymonial_row.withBg .testy .container-fluid {
  position: absolute;
}
body.home .main_section .testymonial_row.withBg .testimonialbanner .testy {
  margin: auto;
}
body.home .main_section .testymonial_row.withBg .testimonialbanner .link_btn {
  margin-top: 20px;
}
body.home .main_section .testymonial_row.withBg .testimonialbanner .text {
  font-size: 20px;
  font-family: "Avenir-Roman";
  color: #515151;
  line-height: 1.7;
  text-align: justify;
}
body.home .main_section .testy {
  margin-bottom: 35px;
}
body.home .main_section .testy .text {
  font-size: 20px;
  font-family: "Avenir-Roman";
  color: #515151;
  line-height: 1.7;
  text-align: justify;
}
body.home .main_section .testy .sign {
  margin: 30px 0 10px 10px;
  font-size: 20px;
  font-family: "Avenir-BlackOblique";
  color: #515151;
}
body.home .main_section .testy .stars {
  margin-bottom: 10px;
  margin-left: 10px;
}
body.home .main_section .testy .stars img {
  width: 17px;
}
body.home .main_section .slider_box .slider .item img {
  margin: auto;
}
body.home .main_section .slider_box .slider .slick-arrow {
  width: 75px;
  height: 75px;
}
body.home .main_section .slider_box .slider .slick-arrow:before {
  display: none;
}
body.home .main_section .slider_box .slider .slick-prev {
  background: url('../images/icons/prev_ic.png') no-repeat center;
  z-index: 9;
}
body.home .main_section .slider_box .slider .slick-next {
  background: url('../images/icons/next_ic.png') no-repeat center;
}
body.home .main_section .formnews_row {
  position: relative;
  background-color: #ebebeb;
}
body.home .main_section .formnews_row .bg_box {
  padding-left: 0;
  position: absolute;
  left: 0;
  top: 0;
}
body.home .main_section .formnews_row .form {
  background: url('../images/home/form_bg.jpg') no-repeat center center;
  background-size: cover;
  padding-bottom: 25px;
}
body.home .main_section .formnews_row .form > div {
  padding-left: 30px;
}
body.home .main_section .formnews_row .form h2 {
  color: #fff;
}
body.home .main_section .formnews_row .form .delim {
  height: 300px;
}
body.home .main_section .formnews_row .news {
  background-color: #ebebeb;
  padding-bottom: 25px;
}
body.home .main_section .formnews_row .news .text p {
  font-size: 20px;
  font-family: "Avenir-Roman";
  color: #515151;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  body.home .main_section .formnews_row .form > div {
    width: 100%;
    margin-left: 0;
  }
  body.home .main_section .formnews_row .news > div {
    width: 100%;
  }
}
body.home .main_section .promo_box .wrap {
  margin-top: 25px;
}
body.home .main_section .promo_box .wrap a {
  margin-left: 30px;
}
body.home .main_section .promo_box .wrap a:first-child {
  margin-left: 25px;
}
body.home .main_section .promo_box .wrap a img {
  display: inline-block !important;
}
@media (max-width: 767px) {
  body.home .main_section .promo_box {
    text-align: center;
  }
  body.home .main_section .promo_box a {
    display: block;
    margin-bottom: 10px;
  }
}
/*
 *content
 */
.regular_page .title_box {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
.regular_page .title_box .title {
  position: absolute;
  bottom: 45px;
  left: 50px;
  font-size: 30px;
  font-family: "Avenir-Roman";
  color: #fff;
  text-transform: uppercase;
}
.regular_page .title_box .title span {
  display: block;
  font-family: "Avenir-Black";
}
@media (max-width: 1199px) {
  .regular_page .title_box {
    min-height: 400px;
  }
  .regular_page .title_box .title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .regular_page .title_box {
    min-height: 350px;
  }
  .regular_page .title_box .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .regular_page .title_box {
    min-height: 300px;
  }
  .regular_page .title_box .title {
    font-size: 14px;
  }
}
.regular_page h2.first {
  min-height: 40px;
}
.regular_page ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: url('../images/icons/list_ic.png');
}
.regular_page ul li {
  font-size: 16px;
  font-family: "AvenirNext-Regular";
  color: #515151;
  line-height: 1.5;
  padding-left: 5px;
}
.regular_page ul li ul {
  margin-left: 15px;
}
.regular_page p {
  font-size: 16px;
  font-family: "Avenir-Roman";
  color: #515151;
  line-height: 2;
  text-align: justify;
}
.regular_page p a {
  border-bottom: 1px solid #cf2137;
}
.regular_page .contact_form label {
  width: 100%;
  font-family: "Avenir-Black";
  font-size: 16px;
  color: #515151;
}
.regular_page .contact_form label span.red {
  color: red;
}
.regular_page .contact_form input, .regular_page .contact_form textarea, .regular_page .contact_form select {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 6px 16px 0px rgba(22, 22, 22, 0.23);
  width: 100%;
  height: 40px;
  padding-left: 20px;
  font-size: 16px;
  border: none;
  outline: none;
  margin-bottom: 20px;
}
.regular_page .contact_form input::-webkit-input-placeholder, .regular_page .contact_form textarea::-webkit-input-placeholder, .regular_page .contact_form select::-webkit-input-placeholder {
  font-family: "Avenir-MediumOblique";
  color: #515151;
}
.regular_page .contact_form input::-moz-placeholder, .regular_page .contact_form textarea::-moz-placeholder, .regular_page .contact_form select::-moz-placeholder {
  font-family: "Avenir-MediumOblique";
  color: #515151;
}
.regular_page .contact_form input:-moz-placeholder, .regular_page .contact_form textarea:-moz-placeholder, .regular_page .contact_form select:-moz-placeholder {
  font-family: "Avenir-MediumOblique";
  color: #515151;
}
.regular_page .contact_form input:-ms-input-placeholder, .regular_page .contact_form textarea:-ms-input-placeholder, .regular_page .contact_form select:-ms-input-placeholder {
  font-family: "Avenir-MediumOblique";
  color: #515151;
}
.regular_page .contact_form textarea {
  height: 220px;
  padding: 15px 20px;
}
.regular_page .contact_form input[type="submit"] {
  float: right;
  display: inline-block;
  padding: 7px 50px;
  font-size: 18px;
  font-family: "Avenir-Black";
  color: #cf2137;
  text-transform: uppercase;
  background-color: #fff;
  box-shadow: 0px 6px 16px 0px rgba(22, 22, 22, 0.23);
  border-radius: 25px;
  transition: 0.3s;
  width: auto;
}
.regular_page .contact_form input[type="submit"]:hover {
  background-color: #cf2137;
  color: #fff;
  transition: 0.5s;
}
.regular_page .contact_form .pov_l, .regular_page .contact_form .pov_le {
  width: 33%;
}
.regular_page .contact_form .pov_le {
  margin-left: 15%;
}
@media (max-width: 767px) {
  .regular_page .contact_form .pov_l, .regular_page .contact_form .pov_le {
    width: 100%;
  }
  .regular_page .contact_form .pov_le {
    margin-left: 0;
  }
}
.regular_page .contact_form .name select {
  width: 19%;
}
.regular_page .contact_form .name input {
  width: 26%;
  margin-left: 1%;
}
@media (max-width: 767px) {
  .regular_page .contact_form .name select {
    width: 100%;
  }
  .regular_page .contact_form .name input {
    width: 100%;
    margin-left: 0;
  }
}
.regular_page .blockquote {
  font-weight: bold;
  font-style: italic;
}
.regular_page .blockquote:before {
  content: "\201c";
  display: inline-block;
}
.regular_page .blockquote:after {
  content: "\201d";
  display: inline-block;
}
.regular_page b, .regular_page strong {
  font-family: "Avenir-Roman";
}
.regular_page .round_table table tr td {
  width: 30%;
}
.regular_page .round_table table tr td:first-child {
  width: 10%;
}
.testimonials .star {
  width: 17px;
}
.quote-request-form .container {
  max-width: 1000px;
}
body:not(.home) .main_section .pageTitle {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  color: #646464;
}
body:not(.home) .main_section .pageTitle:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 155px;
  max-width: 155px;
  height: 4px;
  background-color: #cf2137;
  content: " ";
}
/*
 *blog
 */
.blog .top_cat_box {
  margin: 20px 0 40px;
}
.blog .top_cat_box li {
  display: inline-block;
  list-style: none;
  padding: 7px 20px;
  font-size: 20px;
  font-family: "Avenir-Black";
  text-transform: uppercase;
  background-color: #cf2137;
  color: #fff;
  box-shadow: 0px 6px 16px 0px rgba(22, 22, 22, 0.23);
  border-radius: 2px;
  transition: 0.3s;
  width: auto;
  margin-right: 25px;
}
.blog .top_cat_box li:hover, .blog .top_cat_box li.active {
  background-color: #fff;
  color: #cf2137;
  transition: 0.5s;
}
.blog .content-area article {
  margin-bottom: 25px;
}
.blog .content-area article .wrap_post {
  padding: 20px;
  padding-bottom: 35px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.blog .content-area article .wrap_post .post_title .entry-title {
  margin: 7px 0 12px;
  padding: 0;
  font-size: 24px;
  font-family: "Avenir-BlackOblique";
  color: #595959;
  text-transform: capitalize;
}
.blog .content-area article .post-content p {
  font-size: 20px;
  line-height: 1.2;
}
.blog .content-area article .post-content p a {
  border: none;
}
.blog .content-area article .more_box a {
  display: inline-block;
  padding: 7px 20px;
  font-size: 16px;
  font-family: "Avenir-Black";
  text-transform: uppercase;
  background-color: #cf2137;
  color: #fff;
  box-shadow: 0px 6px 16px 0px rgba(22, 22, 22, 0.23);
  border-radius: 2px;
  transition: 0.3s;
  width: auto;
}
.blog .content-area article .more_box a:hover {
  background-color: #fff;
  color: #cf2137;
  transition: 0.5s;
}
.blog .content-area article:nth-child(3n+1) {
  clear: both;
}
@media (max-width: 1199px) {
  .blog .content-area article:nth-child(3n+1) {
    clear: none;
  }
  .blog .content-area article:nth-child(2n+1) {
    clear: both;
  }
}
.blog .post_pag {
  text-align: center;
}
.blog .post_pag .nav-links {
  font-family: "Avenir-Black";
  color: #595959;
  font-size: 18px;
}
.blog .post_pag .nav-links span {
  color: #cf2137;
}
.blog .sidebar .widget-area .widget-area1 > li {
  list-style: none;
  margin-bottom: 15px;
}
.blog .sidebar .widget-area .widget-area1 > li h2 {
  margin: 0 0 15px;
}
.blog .sidebar .widget-area .widget-area1 > li ul {
  margin-left: 25px;
}
.blog .sidebar .widget-area .widget-area1 .widget_search {
  background-color: #fff;
  border-radius: 25px;
  font-family: "Avenir-BookOblique";
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding: 5px 10px;
}
.blog .sidebar .widget-area .widget-area1 .widget_search input[type="text"] {
  border: none;
  background-color: transparent;
}
.blog .sidebar .widget-area .widget-area1 .widget_search input[type="submit"] {
  border: none;
  background: url(../images/icons/search.png) no-repeat center;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 99px;
}
.blog .sidebar .widget-area .widget-area1 .elp-widget {
  background-color: #5f6062;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.blog .sidebar .widget-area .widget-area1 .elp-widget .es_textbox input {
  color: #5f6062;
}
.blog .sidebar .widget-area .widget-area1 .elp-widget .es_button input {
  display: inline-block;
  padding: 7px 20px;
  font-size: 16px;
  font-family: "Avenir-Black";
  text-transform: uppercase;
  background-color: #fff;
  color: #cf2137;
  box-shadow: 0px 6px 16px 0px rgba(22, 22, 22, 0.23);
  border-radius: 2px;
  border: none;
  transition: 0.3s;
  width: auto;
}
.blog .sidebar .widget-area .widget-area1 .elp-widget .es_button input:hover {
  background-color: #cf2137;
  color: #fff;
  transition: 0.5s;
}
.blog.single .main_section h1 {
  text-transform: capitalize;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
.blog.single .main_section h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 155px;
  max-width: 155px;
  height: 4px;
  background-color: #cf2137;
  content: " ";
}
.blog.single .sidebar {
  margin-top: 35px;
}
