@charset "UTF-8";
/* Variables*/
/* Reset Css */
html, body, div, span, object, iframe, h1, .h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

.owl-stage {
  transform: translate3d(0px, 49px, 0px) !important;
 }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #006db7;
  transition: all 0.5s ease 0s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ababab;
  margin: 50px auto;
  padding: 0;
}

.clearfix:after, ul:after, ol:after, .full_row:after, #os_mobile_menu .head_socials:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  vertical-align: middle;
  transition: all 0.5s ease 0s;
}

.ie8 img {
  height: auto;
  width: auto\9;
}

.ie8 img.size-large {
  max-width: 60%;
  width: auto;
}

:hover {
  transition: all 0.5s ease 0s;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

#wp-toolbar ul:after {
  content: none;
}

.last_li, .last {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.first_li, .first {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.main {
  overflow: hidden;
  position: relative;
  z-index: 9999;
}

/*************************** Font Face ***************************/
/* ================================= Reset Css ================================= */
/* Placeholder */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #373737;
  font-style: normal;
}

button::-moz-focus-inner {
  border: 0;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=submit] {
  padding: 18px 30px;
  background: #d02d19;
  font-weight: bold;
  color: #fff;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  border: 0;
}

input[type=button] {
  cursor: pointer;
  border: 0;
}

input:focus {
  outline: none;
}

body textarea {
  resize: none;
  height: 270px;
  font-size: 18px;
  font-style: normal;
  color: #656565;
  line-height: 31px;
  padding: 15px 0 0 25px;
  border-color: #b7b7b7;
}

/* Contact Form */
input[type="text"], input[type="tel"], input[type="password"], input[type="date"], input[type="email"], input[type="number"] {
  background: #f8f7f7;
  border: 1px solid #d6d5d2;
  border-radius: 0;
  color: #343434;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  height: 34px;
  padding: 5px 15px;
  box-shadow: none;
  -webkit-appearance: none;
}

textarea {
  background: #f8f7f7;
  border: 1px solid #d6d5d2;
  border-radius: 0;
  color: #343434;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  height: 34px;
  padding: 5px 15px;
  box-shadow: none;
  -webkit-appearance: none;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus {
  background: #f3f3f3;
}

textarea:focus {
  background: #f3f3f3;
}

form label {
  color: #006db7;
  font-size: 16px;
  display: block;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.form_row {
  padding-bottom: 25px;
}

.form_row.msg_row {
  padding-bottom: 10px;
}

.form_row.submitrow {
  padding-bottom: 0;
}

input:required {
  box-shadow: none;
}

/*input:required:focus{background-color: rgba(223, 73, 73, 0.2); border: 1px solid #df4949; box-shadow:none} */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/************************************************ Global Styles #X ***************************************************/
/* Gobal #GAB */
.x:before {
  position: absolute;
  content: "";
}

/* Vertical Middle */
.image_band .col-md-6 li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.image_band .col-md-6 img {
  display: inline-block;
  vertical-align: middle;
  max-height: 180px;
  margin: auto;
  text-align: center;
  max-width: 100%;
}

/* HR Rules */
.fab {
  font-weight: 400;
}

/* Image Alignment */
.alignnone, a img.alignnone {
  margin: 5px 0 50px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 60px auto;
  border: 2px solid #4b4b4b;
}

.alignright, a img.alignright {
  float: right;
  margin: -56px 0 16px 60px;
  border: 2px solid #4b4b4b;
}

.alignleft {
  float: left;
  margin: 0 28px 0 0;
  border: 2px solid #4b4b4b;
}

a img.alignleft {
  float: left;
  margin: 0 28px 0 0;
  border: 2px solid #4b4b4b;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #4b4b4b;
}

/* TypoGraphy */
/*
  
  
      font-family: 'Oswald', sans-serif;
  
      font-family: 'Montserrat', sans-serif;
  
  
  */
h1, .h1 {
  color: #1a1a1a;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  margin: 30px 0;
}

h2 {
  color: #1a1a1a;
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
  margin: 30px 0 10px;
}

h3 {
  color: #1a1a1a;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  /* text-transform: upperca1se; */
  margin: 30px 0;
}

/* .address_band h3 a {
  color: #fdb814;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  margin: 30px 0;
} */

h4 {
  color: #606060;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  margin: 30px 0;
  font-family: 'Oswald', sans-serif;
}

p {
  color: #606060 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

.content_row ul li, .content_row ol li, .crane_content ul li, .crane_content ol li {
  color: #606060 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

/* p:last-child{margin-bottom:0} */

p.intro {
  color: #666;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 20px;
}

.herobtns .ew_btn {
    margin: 0 10px;
}


.content_band p.herointro {
  font-size: 20px !important;
  line-height: 28px;
}

.table-child p a {
  color: #FFF !important;
  font-weight: 400;
  text-decoration: underline;
}

p strong {
  font-weight: 900;
}

p em {
  font-style: italic;
}

.table-child p a:hover {
  text-decoration: none !important;
}

p a {
  color: #fdb814;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

p a:hover {
  color: #b48310;
}

.content_row ul, .content_row ol {
  padding-bottom: 10px;
}

.content_row ul li, .content_row ol li {
  margin-bottom: 5px;
  position: relative;
  color: #343434;
}

.content_row ul li {
  padding-left: 20px;
  list-style-image: url("../images/dot.png");
  list-style-position: outside;
  margin-left: 18px;
  padding-left: 10px !important;
}

.content_row ul li:before {
  color: #444444;
  content: "•";
  font-weight: bold;
  left: 0;
  position: absolute;
  font-size: 6px;
}

.content_row ul li::before {
  display: none !important;
}

.crane_content ul, .crane_content ol {
  padding-bottom: 10px;
}

.crane_content ul li, .crane_content ol li {
  margin-bottom: 5px;
  position: relative;
  color: #343434;
}

.crane_content ul li {
  padding-left: 20px;
  list-style-image: url("../images/dot.png");
  list-style-position: outside;
  margin-left: 18px;
  padding-left: 10px !important;
}

.crane_content ul li:before {
  color: #444444;
  content: "•";
  font-weight: bold;
  left: 0;
  position: absolute;
  font-size: 6px;
}

.crane_content ul li::before {
  display: none !important;
}

.content_row ul ul {
  padding: 5px 0;
}

.content_row ol {
  counter-reset: section;
}

.content_row ol ul, .content_row ol ol {
  padding: 5px 0;
}

.content_row ol li {
  padding-left: 40px;
}

.content_row ol > li:before {
  color: #606060 !important;
  content: counter(section, decimal) ".";
  counter-increment: section;
  padding-right: 5px;
  font-size: 18px;
  position: absolute;
  left: 0;
  font-family: 'Montserrat', sans-serif;
}

.content_row ol ul li {
  padding-left: 20px;
}

.content_row ol ol li {
  list-style: lower-alpha outside;
  padding-left: 30px;
  margin-left: 20px;
  padding-left: 10px;
}

.content_row ol ol li:before {
  content: none;
}

/* Remove ListDots */
a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

/* Buttons */
.ew_btn {
  background: #fdb814;
  padding: 14px 25px;
  /*margin: 0 5px;*/
  display: inline-block !important;
  position: relative;
  border: 0;
  -webkit-appearance: none;
  text-transform: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 20px;
}

.ew_btn:hover, .ew_btn:focus {
  background: #b48310;
  color: #fff;
}

.os_texts_btn {
  color: #d02d19;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  text-transform: uppercase;
}

.os_texts_btn i {
  font-size: 24px;
  font-weight: 500;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.visible_tab {
  display: none;
}

.os_flat_btn.sm_btn {
  padding: 7px 20px;
}

a {
  color: #fdb814;
  font-family: 'Montserrat', sans-serif;
}

a:hover {
  color: #b48310;
}

b {
  color: #606060 !important;
}

/* =================================  Mountain Custom CSS #AB ================================= */
body {
  background: #f1f1f1;
  font-family: 'Oswald', sans-serif !important;
  line-height: 1;
  color: #343434;
}

.container {
  max-width: 1630px;
  width: 100%;
}

.full_row {
  width: 100%;
  float: none;
  margin: 0 auto;
}

.small_container {
  max-width: 1150px;
  margin: 0 auto;
  float: none;
}

.site_full {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
}

.eagle_header {
  position: fixed;
  top: 0;
  transition: all 0.3s linear 0s;
  width: 100%;
  z-index: 9999;
  transform: translateY(0px);
  transition: all 0.3s linear 0s;
}

.top_header {
/*   background: #fdb814; */
  background: #232323;
  padding: 12px 0;
}

.top_header ul li {
  display: inline-block;
}

.top_header ul li a {
  color: white;
  font-size: 15px;
  line-height: 22px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  padding: 0 12px;
}

.top_header .col-md-6 .right_menu {
  text-align: right;
}

.top_header .right_menu li a {
  padding: 0 16px;
}

.top_header .right_menu li:last-child a {
  padding-right: 0;
}

.eagle_header .logo img {
  max-width: 220px;
  transition: max-width 0.3s linear 0s;
}

.eagle_header .bottom_header ul li {
  display: inline-block;
  float: left;
}

.bottom_header ul li a {
  color: #282828;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  padding: 53px 54px;
  color: #FFF;
  float: left;
  text-align: center;
  position: relative;
}

.bottom_header .menu > ul > li.menu-item-has-children > a::after, .bottom_header .submenu > li.menu-item-has-children.eagle_menu::after {
  position: absolute;
  content: "...";
  color: #282828;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFF;
  bottom: 24%;
  left: 0;
  right: 0;
  margin: 0 auto;
  letter-spacing: 5px;
}

.eagle_header .bottom_header {
  background: rgba(0, 0, 0, 0.75);
}

.eagle_header .bottom_header .logo {
  display: inline-block;
  max-width: 180px;
  padding: 13px 0 !important;
  transition: none 0s ease 0s;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.eagle_header .bottom_header .menu {
  margin-left: -20px;
  position: relative;
}

.eagle_header .bottom_header .req_btn {
  background-color: #232323;
  border-radius: 2px;
  margin: 43px 0;
}

.eagle_header .bottom_header .req_btn a {
  padding: 10px 28px;
  margin-bottom: 0 !important;
}

.bottom_header .menu .eagle_menu:hover .submenu {
  opacity: 1;
  top: 150px;
  transition: all 0.3s linear 0s;
  visibility: visible;
}

.submenu li a {
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
}

.sub-menu.submenu.child-menu {
  top: 0 !important;
}

.bottom_header .menu .submenu {
  background: #fdb814 none repeat scroll 0 0;
  min-width: 265px;
  opacity: 0;
  position: absolute;
  top: 150px;
  transition: all 0.3s linear 0s;
  visibility: hidden;
}

.bottom_header .menu .eagle_menu:hover {
  background: #fdb814 none repeat scroll 0 0;
}

.bottom_header .submenu > li {
  display: block !important;
  width: 100%;
}

.bottom_header .submenu > li a {
  display: block;
  padding: 14px 54px !important;
  text-align: left !important;
  width: 100%;
}

.bottom_header .eagle_menu {
  position: relative;
}

.bottom_header .submenu > li a:hover {
  background: #fdb814;
}

.sub-menu.minimenu.child-menu {
  top: 0 !important;
}

.top_header .menu .minimenu {
  padding-top: 13px;
  background: #232323;
  min-width: 200px;
  opacity: 0;
  position: absolute;
  top: 21px;
  transition: all 0.3s linear 0s;
  visibility: hidden;
}

.top_header .menu .eagle_menu:hover {
  z-index: 99;
}

.top_header .minimenu > li {
  display: block !important;
  width: 100%;
}

.top_header .minimenu > li a {
  display: block;
  padding: 14px 14px !important;
  text-align: left !important;
  width: 100%;
}

.top_header .eagle_menu {
  position: relative;
}

.top_header .eagle_menu:hover .minimenu {
  opacity: 1 !important;
  transition: all 0.3s linear 0s;
  visibility: visible;
  z-index: 50;
}

.bottom_header .menu .submenu .eagle_menu:hover .child-menu {
  opacity: 1 !important;
  top: 0px;
  transition: all 0.3s linear 0s;
  visibility: visible;
  left: 100%;
}

.submenu li a {
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
}

.bottom_header .menu .child-menu {
  background: #fdb814 none repeat scroll 0 0;
  min-width: 265px;
  opacity: 0 !important;
  position: absolute;
  top: 0px;
  transition: all 0.3s linear 0s;
  visibility: hidden;
}

.bottom_header .menu .eagle_menu:hover {
  background: #fdb814 none repeat scroll 0 0;
}

.bottom_header .child-menu > li {
  display: block !important;
  width: 100%;
}

.bottom_header .child-menu > li a {
  display: block;
  padding: 14px 54px !important;
  text-align: left !important;
  width: 100%;
}

.bottom_header .eagle_menu {
  position: relative;
}

.bottom_header .child-menu > li a:hover {
  background: #fdb814;
}

.bottom_header .submenu > li.eagle_menu {
  position: relative;
}

.bottom_header .submenu > li.menu-item-has-children.eagle_menu:after {
  top: 8px;
  left: auto !important;
  right: 30px;
}

.bottom_header .menu li:hover {
  background: #fdb814;
}

.req_btn a:after {
  display: none;
}

.bottom_right_menu {
  float: right;
}

.bottom_left_menu {
  float: left;
}

.eagle_header.sticky {
  transform: translateY(-46px);
  transition: all 0.3s linear 0s;
}

.eagle_header.sticky .logo img {
  max-width: 100px;
  transition: max-width 0.3s linear 0s;
}

.eagle_header.sticky .bottom_header ul li a {
  padding: 21px 54px;
  transition: all 0.3s linear 0s;
}

.eagle_header.sticky .bottom_header .logo > a {
  padding: 15px 128px !important;
  transition: none 0s ease 0s;
}

.eagle_header.sticky .bottom_header .req_btn {
  margin: 14px 0;
  transition: all 0.3s linear 0s;
}

.eagle_header.sticky .bottom_header .req_btn a {
  padding: 7px 32px;
  transition: all 0.3s linear 0s;
}

.sticky .bottom_header .menu .eagle_menu:hover .submenu {
  top: 86px;
}

.sticky .bottom_header .menu > ul > li > a::after {
  bottom: 8px;
}

.bottom_header .submenu > li.eagle_menu::after {
  bottom: 8px;
}

.mobile_header {
  display: none;
}

.news_inner a, .blog_item a {
    font-weight: bold;
}

.crane_type_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
}    

.crane_type_wrap .crane_type_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 26%;
    padding: 10px;
    margin: 0px 2% 50px;
    min-height: 356px;
}    

.crane_type_wrap .crane_type_card .crane_type_card--image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    border: 2px #000 solid;
}

.crane_type_wrap .crane_type_card h3 {
    color: #1a1a1a;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0;
    text-align: center;
}

.crane_type_wrap .crane_type_card a {
    color: #fdb814;
    font-size: 32px;
    font-weight: 600;
    font-family: Oswald, sans serif;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0;
    text-align: center;
}



/*----------------------------------------- */

.career_form label{ color: #2f3235;font-family: 'Montserrat', sans-serif;font-size: 18px;font-weight: 700; text-transform: uppercase; position: absolute; top: -5px; left: 15px;}

.career_form .upload_row {
    margin-top: -30px;
}


.career_form h4 { color: #2f3235;font-family: 'Montserrat', sans-serif;font-size: 18px;font-weight: 700; text-transform: uppercase;}

.career_form input{background:none !important; height:35px; padding-top:0px; color: black;font-size: 18px;font-weight: 400;line-height: 22px;font-family: 'Montserrat', sans-serif; padding: 5px !important}

.career_form textarea{background:none !important; height:150px;pointer-events:auto !important; color: black;font-size: 18px;font-weight: 400;line-height: 22px;font-family: 'Montserrat', sans-serif; margin-top: 10px; padding: 5px !important;}

.career_form .row {margin-bottom: 30px;}

.career_form .row {margin-bottom: 30px;}

.career_form .flex-col-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.career_form .small_note {
    font-size: 14px;
}

.career_form input[type="submit"], .career_form input[type="button"]{padding:14px 25px !important; background: #fdb814 !important; height: 80px!important; color: white;font-family: 'Montserrat', sans-serif;
font-size: 18px;font-weight: 700;line-height: 20px;text-transform: uppercase;border-bottom:none; margin-bottom: 10px;}

.career_form .ew_btn {float: left;display: inline-block;margin-right:18px;padding:0 !important}

.career_form p{font-size:18px;line-height:22px}

.career_form .form_row.selected label {font-size: 15px;top: -5px;transition: all 0.3s linear 0s;}

.career_form .form_row::after {background-color: #3092dd;bottom: 0;content: "";display: block;height:1px;
position: absolute;right: 0;transition:none;width: 0;}

.career_form .form_row.selected::after{width:100%}

.career_form .required::after {color: #e01a1a;content: "•";display: block;font-size:20px;position: absolute;left: -12px; top: -5px;}
  
.career_form .form_row.padding{padding-right:40px}
.career_form .form_row.msg {float: left;width: 100%;margin-top:-4px;margin-bottom:25px}
.career_form .form_row.msg > label {position: relative;}

/*------------------------------------------ */



/*****************model*******/
.modal {
  text-align: center;
  padding: 0 !important;
  z-index: 999;
  display: block !important;
  opacity: 0;
  pointer-events: none !important;
}

.modal-open .modal {
  pointer-events: auto !important;
  z-index: 999999;
}

.modal.in {
  pointer-events: auto;
  z-index: 99999;
  background: #F8F8F8;
  opacity: 1;
}

/*.modal .modal-dialog:before{content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -5px;}*/
.modal-content {
  background-color: transparent;
  height: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  box-shadow: none;
  border: 0;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0 auto !important;
  transform: none !important;
}

.modal-content .left_pop {
  width: 35%;
  float: left;
  background: #252525;
  padding: 100px 80px 20px 150px;
  text-align: right;
  background-size: 100% auto;
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  transition-duration: 500ms;
  transform: translateX(calc(-100% - 40px));
  position: relative;
}

.modal-content .right_pop {
  width: 65%;
  float: right;
  padding: 100px 50px 60px;
  background: #f8f8f8;
  transform: translateX(calc(100% + 40px));
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  transition-duration: 500ms;
}

.modal.in .modal-content .left_pop, .modal.in .modal-content .right_pop {
  transform: translateX(0px);
}

.modal-content .left_pop img {
  margin-top: 0px;
  display: inline-block;
  margin-bottom: 35px;
  max-width: 223px;
}

.modal-content .left_pop p {
  color: #fff;
}

.modal-content .modal-body {
  padding: 0;
}

.modal-content .right_pop .form_main {
  max-width: 390px;
  padding-top: 27px;
}

.modal-body {
  display: flex;
  height: 100%;
}

.modal-title {
  display: block;
}

.close {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
}

.close.ew_btn {
  right: 30px;
  z-index: 999;
  background-color: #fdb814;
  padding: 10px 20px 10px 50px;
  transition: all 0.3s linear 0s;
  color: #fff;
  position: absolute;
  opacity: 1;
  top: 30px;
  transform: translateX(calc(100% + 70px));
  font-weight: 400;
}

.close.ew_btn:after {
  position: absolute;
  content: "\f2d3";
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 400;
  left: 26px;
  top: 10px;
}

.modal.in .close.ew_btn {
  transform: translate(0);
}

.modal-content h2, .modal-content span.modal-heading {
  color: black !important;
  font-family: 'Oswald', sans-serif;
  font-size: 35px !important;
  font-weight: 700;
  line-height: 45px !important;
  position: relative;
  padding-bottom: 23px;
  margin: 0 !important;
}

.modal-content h2:after, .modal-content span.modal-heading:after  {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 69px;
  height: 1px;
  background: #836045;
  content: "";
}

.modal-content p {
  font-size: 15px;
  line-height: 25px;
  color: black;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 0px;
  position: relative;
}

.modal-content form p:last-child {
  padding-left: 0 !important;
}

.modal-content p i {
  position: absolute;
  left: 0;
  top: 5px;
}

.form_main label {
  display: block;
  padding-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  color: #585858;
  margin-bottom: 0 !important;
  font-family: 'Montserrat', sans-serif;
}

.form_main input, .form_main textarea {
  background: #FFFFFF !important;
  border-bottom: 1px solid #929292;
  height: 169px;
  border-left: none;
  border-top: none;
  border-right: none;
  color: black;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal !important;
}

.form_main input {
  background: #FFFFFF !important;
  border-bottom: 1px solid #929292;
  height: 34px;
  border-left: none;
  border-top: none;
  border-right: none;
}

.form_main input[type="submit"] {
  background: none !important;
  border-bottom: none;
  padding: 12px 21px;
  height: auto !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
  font-family: 'Oswald', sans-serif;
}

.right_pop .form_main input[type="submit"] {
    width: 100%;
    background: #fdb814 !important;
}




.form_main label span, .form_main p span {
  color: red;
  position: relative;
  top: -3px;
}

.form_main .form_col {
  margin-bottom: 18px;
}

.form_main sup {
  top: -5px;
  color: #ff0000;
}

.form_main .msg_col {
  margin-bottom: 20px;
}

.modal-open {
  overflow: visible;
}

.light_ancor a {
  color: #b1aea4 !important;
}

.left_pop p {
  color: white !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  right: 50px;
  max-width: 237px;
  margin: 0 auto;
  text-align: center;
  padding-left: 0 !important;
}

.form_main .ew_btn {
  padding: 0 !important;
}

/*****************************/
.slider_content {
  position: absolute;
  right: 0;
  top: 28%;
  z-index: 99;
  text-align: right;
  width: 100%;
}

.slider_band {
  position: relative;
  z-index: 0;
  padding-bottom: 0px;
  max-height: 85vh;
  margin-bottom: -1px;
  overflow: hidden;
}

.home .slider_band {
  max-height: 100vh;
}

.slider_band .owl-stage-outer:after {
  position: absolute;
  content: "";
  background: rgba(30, 30, 30, 0.3);
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.slider_content .col-md-6 > span {
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
  max-width: 768px;
}

.slider_content .col-md-6 > h1 {
  color: white !important;
  font-family: 'Oswald', sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
  max-width: 768px;
}

.herophone {
  color: #fdb814 !important;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  text-shadow: 5px 3px 8px #000;
  position: relative;
}

.herophone:first-of-type:before {
    display: none;
}

.herophone::before {
    position: absolute;
    content: '\2022';
    color: #fdb814;
    font-size: 20px;
    top: 0px;
    left: -18px;
}

.herophone:hover {
  color: #fff !important;
}


.slider_content .col-md-6 .line {
  height: 40px;
}

.slider_content .col-md-6 .line:after {
  margin: 20px 0;
}

.slider_content .col-md-6 a {
  color: #fff;
  font-size: 26px;
  line-height: 36px;
}

.slider_band .owl-carousel .owl-stage-outer {
  position: relative;
  height: 100%;
}

.slider_content .ew_btn {
  font-size: 18px !important;
  line-height: 22px !important;
  padding: 14px 24px !important;
  text-transform: uppercase;
  margin-top: 26px;
}

.slider_content a .ew_btn {
    color: #fff !important;
}

.slider_band .col-md-6 {
  float: right;
  /*  max-width: 968px; */
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.slider_band .line:after {
  right: 14px !important;
  left: auto !important;
}

.line {
  position: relative;
  height: 62px;
}

.line:after {
  position: absolute;
  content: "";
  background-color: #f4f4f4;
  border-radius: 2px;
  top: 0;
  width: 47px;
  height: 4px;
  margin: 31px 0;
  left: 0px;
}

.slider_band .owl-theme .owl-dots .owl-dot span {
  background-color: #f4f4f4;
  border-radius: 3px;
  width: 25px;
  height: 5px;
}

.slider_band .owl-theme .owl-dots .owl-dot.active span {
  background-color: #8e8e8e;
}

.slider_band .owl-controls {
  bottom: 14%;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.slider_band .owl-controls .owl-dots {
  display: inline-block !important;
  left: 13% !important;
  padding: 20px 3px 0;
  position: absolute;
  text-align: left;
  /* max-width:117px; */
}

.slider_band .owl-carousel {
  z-index: auto !important;
  height: 840px !important;
}

/*.slider_band .owl-carousel .owl-item img{height:946px !important}*/
.arrow.bounce {
  bottom: 7% !important;
  color: #ffffff;
  font-size: 50px;
  font-weight: 400;
  left: 0;
  line-height: 22px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
  pointer-events: auto !important;
}

.arrow.bounce > a {
  color: #FFF !important;
}

/*.slider_band {
    position: relative;
    overflow: hidden;
  
    margin: 0 auto;
    background-color:#fff;
  }
  .slider_band img {
    width: 100%;
    height: auto;
    display: block;
  }
  .slider_band::before, .slider_band::after {
    background-color: inherit;
    bottom: -1px;
    content: "";
    height: 116px !important;
    padding-bottom: 13%;
    position: absolute;
  }
  .slider_band::before {
    background: #232323 none repeat scroll 0 0;
    right: 50%;
    transform: skewX(83deg);
    transform-origin: 65% 88% 0;
    width: 110% !important;
    z-index: 9;
  }
  .slider_band::after {
    background: #232323 none repeat scroll 0 0;
    left: 50%;
    transform: skewX(-83deg);
    transform-origin:65% 88% 0;
    width: 78% !important;
  }*/
/*.shape_band {
    position: relative;
    overflow: hidden;
  
    margin: 0 auto;
  
  }
  .shape_band img {
    width: 100%;
    height: auto;
    display: block;
  }
  .shape_band::before, .shape_band::after {
    background-color: inherit;
    bottom: -2px;
    content: "";
    height: 109px !important;
    position: absolute;
  }
  .shape_band::before {
    background: #424342 none repeat scroll 0 0;
    border-right: 33px solid #9a9c9f;
    right: 50%;
    transform: skewX(84deg);
    transform-origin: 7% 99% 0;
    width: 228% !important;
    z-index: 9;
  }
  .shape_band::after {
    background: #424342 none repeat scroll 0 0;
    border-left: 33px solid #9a9c9f;
    left: 50%;
    transform: skewX(-84deg);
    transform-origin: 0 93% 0;
    width: 95% !important;
    z-index: 99;
  }
  
  
  .shape_band{position:relative}
  
  
  
  
  
  
  .shape_band1 {
    position: relative;
    overflow: hidden;
  
    margin: 0 auto;
  
  }
  .shape_band1 img {
    width: 100%;
    height: auto;
    display: block;
  }
  .shape_band1::before, .shape_band1::after {
    background-color: inherit;
    bottom: -2px;
    content: "";
    height: 109px !important;
    position: absolute;
  }
  .shape_band1::before {
    background: #f1f1f1  none repeat scroll 0 0;
  
    right: 50%;
    transform: skewX(84deg);
    transform-origin: 7% 99% 0;
    width: 228% !important;
    z-index: 9;
  }
  .shape_band1::after {
    background:#f1f1f1  none repeat scroll 0 0;
  
    left: 50%;
    transform: skewX(-84deg);
    transform-origin: 0 93% 0;
    width: 95% !important;
    z-index: 99;
  }
  
  
  .shape_band1{position:relative}
  
  
  
  
  
  .shape_band_bottom::before {
    border-color: #424342 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 110px 950px 0 0;
    right: 0;
    top: 100%;
    visibility: visible !important;
    width: 50% !important;
    z-index: 99;
  }
  
  .shape_band_bottom::before, .shape_band_bottom::after {
    background-color: inherit;
    bottom: -2px;
    content: "";
    height: 109px !important;
    position: absolute;
  }
  
  
  .shape_band_bottom::after {
    border-color: rgba(0, 0, 0, 0) #424342 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 950px 110px 0;
    left: 0;
    top: 100%;
    width: 50% !important;
    z-index: 99;
  }
  
  
  .shape_band_bottom::before, .shape_band_bottom::after {
    background-color: inherit;
    bottom: -2px;
    content: "";
    height: 109px !important;
    position: absolute;
  }
  
  .shape_band_bottom {
    position: relative;
    overflow:visible !important
  }*/
/*.sachin_band{position:absolute; height:108px; bottom:0;  left:0; z-index:88; width:100%}
  .sachin_band:before {border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #424342; border-style: solid; border-width: 108px 0 0 950px;  bottom: 0;  content: "";  height: 100%; position: absolute; left: 0; width: 50%;}
  .sachin_band:after{border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #424342 ; border-style: solid; border-width:  0 0 108px 950px;  bottom: 0;  content: "";  height: 100%; position: absolute; right: 0; width: 50%;}*/
  
.crane_news .hr_h3 {
    margin-bottom: 20px;
}  
  
.crane_news .news_inner {
    margin-bottom: 30px;
}  
  
.padding_band .hr_h3 {
    margin-bottom: 20px;
}  
  
.padding_band .news_inner {
    margin-bottom: 30px;
}  

.image_band.logos_and_content_band h2 {
	color: #1a1a1a !important;
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 60px;
  margin: 30px 0 10px;
}
  
.home .content_band h1 {
  color: #bebebe;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin: 0 !important;
}

.content_band {
  position: relative;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 0px;
  margin-top: -1px;
}

.content_band span {
  color: white;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}
.content_band h2 {
  color: white;
  font-size: 70px!important;
  font-weight: 700;
  line-height: 80px!important;
  text-transform: none!important;
}

.content_band p {
  color: #bebebe !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto 30px;
  max-width: 940px;
}

.content_band:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #232323 url("/wp-content/uploads/2019/03/tnt-bg2.png");
  background-repeat: no-repeat;
  z-index: 1;
  background-position: bottom right;
  margin-bottom: 0px;
}

.content_band .line:after {
  text-align: center;
  left: auto !important;
}

.content_band .col-md-12 {
  z-index: 99;
  padding-bottom: 30px;
}

.product_band {
  background-color: #424342;
  padding-top: 68px;
  padding-bottom: 63px;
  /*background-image: url(../images/band-background-geomotry.jpg);*/
  background-size: 100% 100%;
  background-repeat: repeat;
  background-position: 0px -67px;
}

.product_band .product_main {
  position: relative;
  cursor: pointer;
  max-width: 660px;
  min-height: 630px;
  z-index: 0;
  overflow: hidden;
}

.product_band .product_main > img {
  width: 100%;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.product_band .product_main:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  z-index: 9;
}

.product_band .product_main img {
  height: auto;
  left: 0;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  width: auto;
  z-index: -1 !important;
}

.product_band .product_main:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(98, 98, 98, 0.25);
  z-index: -1;
}

.product_band .col-md-6 .product_inner {
  padding: 60px 30px;
  z-index: 9;
  max-width: 370px;
}

/*.product_main:hover .ew_btn{-webkit-filter: grayscale(0%);filter: grayscale(0%);-moz-filter:grayscale(0%);}*/
.shape_band .grey_shape2 {
  /*fill: none;fill: url(#img)*/
}

.home h2 {
  color: white;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0 !important;
}

.adj-a { margin-top: 98px; }
.adj-b {margin-bottom: 10px !important; }
.adj-c {margin-bottom: 2px !important; }
.adj-d {margin-bottom: 30px !important; }

.product_inner h1 {
  color: #FFF !important;
  font-family: 'Oswald', sans-serif;
  margin: 18px 0 20px;
}

.product_inner p {
  color: #FFF !important;
  font-family: 'Oswald', sans-serif;
  margin: 18px 0 20px;
  margin-bottom: 35px !important;
}

.product_band .strech_row, .image_band .strech_row {
  margin: 0 -50px;
}

.product_band .col-md-6, .image_band .col-md-6 {
  padding: 0 50px;
}

.parallex_inner > h1 {
  color: #ffffff;
  max-width: 531px;
  margin-top: 15px;
  margin-bottom: 0 !important;
}

.parallex_inner > p {
  color: #ffffff !important;
  max-width: 583px;
  margin-top: 10px;
}

.parallex_inner li {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  width: 50%;
  position: relative;
  padding-left: 35px;
  float: left;
  margin-bottom: 12px;
}

.parallex_inner li:after {
  position: absolute;
  content: "\f05d";
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: fontawesome;
  left: 0;
  top: 0;
}

.parallex_inner ul {
  max-width: 358px;
  margin-bottom: 30px;
}

.parallex_band {
  background-attachment: fixed;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/parallex.png");
  background-origin: padding-box;
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover !important;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0;
  position: relative;
  transition: none 0s ease 0s;
  width: 100%;
  z-index: 0;
}

.parallex_band::after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.parallex_inner {
  padding-top: 45px;
}

.image_band {
  padding: 40px 0 55px;
}

.image_band .line:after {
  background: #232323;
}

.image_band p {
  font-size: 18px;
}

.image_band h4 {
  margin-bottom: 15px;
  margin-top: 0 !important;
}

.image_band h1 {
  margin: 0 !important;
}

.image_band .col-md-6 li {
  float: left;
  width: 50%;
  min-height: 190px;
  display: table !important;
  vertical-align: middle;
}

.image_band .logo_img {
  display: table-cell;
  vertical-align: middle;
  height: 190px;
  text-align: center;
}

.image_band .col-md-6 li:last-child {
  width: 100%;
}

.image_band .col-md-6 li:last-child .logo_img {
  text-align: center;
  width: 100%;
}

.image_band.logo_content_band .col-md-4 img {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

/* .image_band.logo_content_band div.row.strech_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  } */
.map_band .col-md-8 {
  padding: 0 !important;
  position: absolute;
  right: 0;
  overflow: hidden;
  height: 100%;
}

.map_band .col-md-8 > img {
  float: right;
  width: 100%;
}

.map_band .col-md-4 {
  left: 0;
  padding: 0;
  position: relative;
}

.top-map-sidebar {
  background: #232323 none repeat scroll 0 0;
  height: 100%;
  padding: 0px 60px;
  height: 331px;
  display: table;
  vertical-align: middle;
  width: 100%;
}

.table-child {
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
}

.top-map-sidebar img {
  margin-bottom: 0 !important;
}

.table-child > h4 {
  margin: 0 !important;
}

.bottom-map-sidebar {
  background: #fdb814 none repeat scroll 0 0;
  height: 100%;
  padding: 0px 60px;
  height: 331px;
  display: table;
  vertical-align: middle;
  width: 100%;
}

.map {
  height: 100%;
  min-height: 655px;
}

.map img {
  width: 100%;
}

.top-map-sidebar h1 {
  color: #FFF;
  padding: 18px 0 38px;
  margin: 0 !important;
}

.top-map-sidebar li {
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 10px;
}

.map_band .row {
  margin: 0 !important;
}

.map > div.wpgmza_map {
  min-height: 100% !important;
}

.map > .wpgmza-filter-widgets {
  display: none;
}

.bottom-map-sidebar p {
  color: #FFF !important;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

.map_band {
  position: relative;
  min-height: 660px;
}

.news_band {
  background: #232323;
  padding: 60px 0 40px;
  margin: 0 !important;
}

.news_band h1 {
  text-align: center;
}

.news_band .container > p {
  text-align: center;
}

.news_band .container p {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #FFF !important;
}

.news_band .container p a {
  color: #fdb814 !important;
  text-decoration: none !important;
  font-family: 'Oswald', sans-serif;
}

.news_band .container p a:hover {
  color: #FFF !important;
}

.news_band h1 {
  color: #f1f1f1;
  margin-bottom: 28px;
}

.news_inner date {
  color: #626262;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.home .news_inner h4 {
  color: #fdb814;
  text-transform: none;
  margin: 5px 0;
  transition: color 0.3s linear 0s;


}

.home .news_inner span {
  color: #fdb814;
  text-transform: none;
  margin: 5px 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  transition: color 0.3s linear 0s;
  font-family: 'Oswald', sans-serif;
  display: block;
}

.news_inner > p {
  font-weight: 400 !important;
  line-height: 30px !important;
  transition: color 0.3s linear 0s;
  margin-bottom: 11px;
}

.news_band img {
  border: 1px solid #e4e4e4;
}

.news_band .col-md-6 > a {
  display: inline-block;
  background: transparent;
  transition: all 0.3s linear 0s;
  border: 1px solid transparent;
  padding: 30px;
}

.news_band .col-md-6 > a:hover {
  background: #232323;
  border: 1px solid #5c5c5c;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  transition: all 0.3s linear 0s;
}

.news_band .col-md-6 > a:hover h4 {
  color: #fdb814;
  transition: color 0.3s linear 0s;
}

.news_band .col-md-6 > a:hover p {
  color: #fdb814 !important;
  transition: color 0.3s linear 0s;
}

.top_footer {
  background: #323232;
  padding: 50px 0 50px;
  position: relative;
  z-index: 0;
}

.top_footer ul li:first-child {
  color: #fdb814;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}

.top_footer ul li a {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.top_footer ul li a:hover {
  color: #fdb814;
}

.top_footer .col-md-4:nth-child(4n+4) {
  clear: left;
}

.top_footer::after {
  background: #fdb814 url("/wp-content/uploads/2019/03/tnt-footer-right.png") no-repeat scroll left bottom/cover;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 35%;
  z-index: -1;
}

.top_footer .footer-divider-line:after {
  content: ' ';
  position: absolute;
  width: 51vw;
  height: 2px;
  background: #131313;
  border-radius: 4px;
  top: -44px;
  left: 15px;
}

@media (max-width: 767px) {
  .top_footer .footer-divider-line:after {
    content: unset;
    position: unset;
    width: 0;
    height: 0;
  }
}

.top_footer .footer-columns-lower-half {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .top_footer .footer-columns-lower-half {
    margin-top: inherit;
  }
}

/*.top_footer .col-md-4 {padding-bottom: 54px;}*/
/*.top_footer::before {background: rgba(236, 57, 46, 0.5);content: "";height: 100%;right: 0;position: absolute;top: 0;width: 35%;
  }*/
.right_nav {
  padding-left: 180px !important;
  padding-top: 0px;
  text-align: center;
  width: 32%;
}

.top_footer .col-md-3.right_nav > span {
  color: #323232;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}

.top_footer .col-md-3.right_nav > p {
  color: white !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.top_footer .col-md-3.right_nav img {
  padding: 40px 0 40px;
}

.top_footer .col-md-3.right_nav a {
  text-decoration: underline !important;
  color: #FFF;
}

.top_footer .col-md-9 {
  position: relative;
  width: 64%;
}

.top_footer .col-md-4:nth-child(2) {
  padding-bottom: 54px;
}

.bottom_footer {
  padding: 20px 0;
  background: #232323;
  padding: 25px 0 21px;
}

.bottom_footer p {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #606060;
  font-family: 'Oswald', sans-serif;
}

.bottom_footer p b {
  color: #9f9f9f;
  display: block;
  text-transform: uppercase;
}

.bottom_footer .row a {
  border-radius: 3px;
  display: inline-block;
  float: left;
  padding: 11px 10px 4px;
  margin-right: 17px;
  height: 70px;
}

.bottom_footer .row a:hover {
  box-shadow: 0 0 17px 3px black;
}

.bottom_footer li {
  display: inline-block;
  width: 32.33%;
  vertical-align: top;
}

.bottom_footer li:last-child img {
  max-width: 95px;
}

/********************ripple effect********************/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.waves-button, .waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}

.waves-button {
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  z-index: 1;
}

.waves-button:hover, .waves-button:visited {
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  z-index: 1;
}

.waves-button-input {
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  z-index: 1;
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.25);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

/*********************************end****************/
.mobile_hero {
  display: none;
}

.para_img {
  display: none !important;
}

.parallex_band .shape_band_bottom {
  display: none;
}

/***************inner page**************/
.const_band span {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}

.inner_page h1, .inner_page .h1 {
  color: #1a1a1a;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  margin-top: 0 !important;
}

.main.inner_page {
  padding-top: 197px;
}

.padding_band {
  padding: 55px 0 55px;
}

.grey_band {
  background: #f1f1f1;
}

.white_band {
  background: #FFF;
}

.const_band .small_container > h1 {
  font-size: 50px !important;
  margin-bottom: 14px !important;
  margin-top: 30px !important;
  font-family: 'Oswald', sans-serif;
}

.inner_page .small_container h1 {
  font-size: 50px;
}

.black_band {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.black_band:after {
  position: absolute;
  content: "";
  background: #1a1a1a;
  width: 100%;
  height: 528px;
  top: 7%;
  left: 0;
  z-index: -1;
}

/* NEW HR HEADING SHORTCODE */
.line-heading {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-bottom: 40px;
}

.line-heading h2 {
  margin: 0;
  font-weight: bold;
  text-align: center;
  max-width: 70%;
}

.line-heading .line {
  flex: 1; /* This makes the lines grow to fill available space */
  height: 21px;
  background: url(../images/shape.png) repeat-x;
}
/* END NEW HR HEADING SHORTCODE */

hr {
  position: relative;
  width: 100%;
  height: 30px;
  z-index: 0;
  margin: 0 !important;
  border: none !important;
  clear: left !important;
}

hr::after {
  background: url(../images/shape.png) repeat-x;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.blog_inner {
  max-width: 332px;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 22px 47px 30px;
}

.black_image {
  margin: 0 auto;
  max-width: 1202px;
  position: relative;
  width: 100%;
}

.blog_inner {
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: left;
}

.blog_inner h4 {
  text-transform: none;
  text-align: left !important;
  color: #FFF;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.blog_inner .ew_btn {
  margin-bottom: 0 !important;
}

.snapshot_band .shape {
  padding-top: 20px;
}

/* .address_band.grey_band h3 {
  background: #f1f1f1 none repeat scroll 0 0;
  left: 0;
  margin: 0 auto;
  max-width: 395px;
  position: relative;
  right: 0;
  text-align: center;
  top: 28px;
  margin-top: -36px;
  z-index: 9;
} */

.snap_inner > img {
  padding-top: 10px;
}

.snapshot_band {
  text-align: center;
  padding-bottom: 60px !important;
}

.snap_inner {
  padding-top: 10px;
  text-align: center;
  padding-bottom: 30px;
}

.snap_inner h4, .snap_inner h3 {
  color: #1a1a1a;
  font-size: 20px !important;
  line-height: 25px !important;
  margin: 20px 0 15px !important;
  max-width: 100% !important;
  top: 0 !important;
}

.snap_inner p {
  font-size: 18px;
  max-width: 274px;
  margin: 0 auto;
}

.snap_inner > a {
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  display: block;
}

.inner_page .small_container > h2 {
  line-height: 40px;
  margin: 0 auto 26px !important;
}

.page_sec_content img {
  border: 2px solid #4b4b4b;
}

.page_sec_content .col-md-12 > h2 {
  margin: 40px auto 11px;
}

.normal_band .col-md-12 > img {
  margin-bottom: 45px;
  border: 2px solid #4b4b4b;
}

.normal_band .col-md-12 > h2 {
  margin: 0 !important;
}

.add_brand {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.add_brand:after {
  position: absolute;
  content: "";
  background: url("/wp-content/uploads/2019/03/tnt-back-band-branding-fade2.png") no-repeat;
  background-position: left bottom;
  width: 804px;
  top: 0px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.add_brand img {
  margin-top: 20px;
  border: 2px solid #4b4b4b;
}

/* .add_brand p{margin-bottom:0} */
/* .add_brand .col-md-12 > h2 {margin: 0 !important;} */
.contact_form {
  background: url(../images/cnct_img.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  
}

.contact_form:before {
  position: absolute;
  content: "";
  background: url(../images/shadow_left.png) no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  z-index: -1;
  background-size: 20%;
}

.contact_form:after {
  position: absolute;
  content: "";
  background: url(../images/shadow_right.png) no-repeat;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: right top;
  z-index: -1;
  background-size: 20%;
}

.contact_form .col-md-12 form {
  background: #FFF;
  max-width: 672px;
  float: right;
  margin: 60px 0;
  padding: 36px 30px;
}

.contact_form form label {
  color: #2f3235;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  position: absolute;
  top: -25px;
  transition: all 0.3s linear 0s;
}

/* .address_band h3 { font-size: 36px; } */

.contact_form form input {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #2f3235;
  background: none !important;
  pointer-events: auto !important;
  height: 50px;
  padding-top: 25px;
  color: black;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
  font-family: 'Montserrat', sans-serif;
  padding-left: 0 !important;
}

.contact_form form textarea {
  border: 1px solid #2f3235;
  background: none !important;
  height: 216px;
  pointer-events: auto !important;
  color: black;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
  margin-top: 15px;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
}

.contact_form .form_row {
  position: relative;
  padding-bottom: 0 !important;
  margin-bottom: 10px;
}

.contact_form .form_row.half {
  width: 50%;
  float: left;
}

.contact_form input[type="submit"], .contact_form input[type="button"] {
  padding: 14px 25px !important;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: none;
}

.contact_form .ew_btn {
  float: left;
  display: inline-block;
  margin-right: 18px;
  padding: 0 !important;
}

.contact_form p {
  font-size: 18px;
  line-height: 22px;
}

.contact_form .form_row.selected label {
  font-size: 15px;
  top: -5px;
  transition: all 0.3s linear 0s;
}

.contact_form .form_row::after {
  background-color: #3092dd;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  transition: none;
  width: 0;
}

.contact_form .form_row.selected::after {
  width: 100%;
}

.contact_form .required::after {
  color: #e01a1a;
  content: "•";
  display: block;
  font-size: 20px;
  position: absolute;
  right: -8px;
  top: -5px;
}

.contact_form .form_row.padding {
  padding-right: 40px;
}

.contact_form .form_row.msg {
  float: left;
  width: 100%;
  margin-top: -4px;
  margin-bottom: 25px;
}

.contact_form .form_row.msg > label {
  position: relative;
}

.location_band .col-md-12 > h3 {
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 23px !important;
  text-transform: none !important;
}

.location_band .col-md-12 > p {
  margin-bottom: 24px;
}

.location_band .col-md-12 > .ew_btn {
  margin-bottom: 30px;
  margin-right: 30px;
}

.left_nav_map p {
  color: #131212 !important;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.left_nav_map p b {
  display: block !important;
  line-height: 45px !important;
  color: #131212 !important;
}

.left_nav_map img {
  border: 1px solid #4b4b4b;
  margin-bottom: 20px;
  width: 100%;
}

.right_nav_map h3 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  color: #131212 !important;
}

.right_nav_map p {
  margin-bottom: 0 !important;
  color: #212121 !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.right_nav_map p b {
  margin-bottom: 5px !important;
  color: #131212 !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  display: block;
}

.right_nav_map > h3 {
  left: 0 !important;
  margin: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.right_nav_map .num {
  color: #212121;
  font-size: 40px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
  line-height: 40px !important;
}

.right_nav_map a {
  display: block;
  margin-bottom: 18px !important;
  /*color: #212121 !important;*/
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.right_nav_map .email a {
  display: block;
  margin-bottom: 18px !important;
  /*color: #212121 !important;*/
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.right_nav_map p:last-child {
  margin-top: 48px;
}

.right_nav_map br {
  display: none;
}

.right_nav_map p:last-child {
  font-weight: 400 !important;
  color: #131212 !important;
}

.address_band .col-md-6 .row {
  margin-bottom: 30px;
}

.address_band .strech_row {
  margin: 0 -50px;
}

.address_band .strech_row > .col-md-6 {
  padding: 0 50px;
}

.gallery_sec_band .owl-dot {
  height: 85px;
  width: 168px;
  margin-right: 18px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #FFF;
}

.gallery_sec_band .owl-dot > img {
  width: 100% !important;
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot:hover img {
  opacity: 1;
}

.contact_band {
  padding: 135px 0px 80px;
  text-align: center;
  background-color: #fff;
  margin-top: -55px;
}

.contact_band .span_small {
  color: #000 !important;
  display: block;
}

.contact_band .wpcf7 {
  background-color: #f8f8f8;
  border: 1px #a6a6a6 solid;
  text-align: left;
  padding: 40px;
  margin-top: 30px;
}


.contact_band label {
  display: block;
  padding-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  color: #585858;
  margin-bottom: 0 !important;
  font-family: 'Montserrat',sans-serif;
}

.contact_band label span, .contact_band p span {
  color: red;
  position: relative;
  top: -3px;
}

.contact_band input[type="text"],
.contact_band input[type="email"],
.contact_band input[type="tel"],
.contact_band textarea,
.contact_band select {
  background: #FFFFFF!important;
  border-bottom: 1px solid #929292;
  height: 34px;
  width: 100%;
  border-left: none;
  border-top: none;
  border-right: none;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
  font-family: 'Montserrat',sans-serif;
  font-style: normal!important;
}

.contact_band input[type="submit"] {
  float: left;
}

.contact_band textarea {
  height: 169px;
}


/* .contact_band .form_row {
  margin-bottom: 18px;
} */

.contact_band .form_row br {
  display: none;
}

.contact_band .half {
  width: 50% !important;
  float: left;
}

.contact_band .half-left {
  width: 50% !important;
  padding-right: 4%;
  float: left;
}

.contact_band form p {
  font-size: 14px;
}

/*.gallery_sec_band .owl-carousel .owl-item img {margin: 0 auto;max-width: 1000px;}*/
.owl-carousel-sec {
  height: 660px !important;
  max-width: 1209px;
  margin: 0 auto;
}

/*.gallery_sec_band .owl-carousel .owl-item img {height: auto !important;}*/
.gallery_sec_band {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.owl-carousel .owl-item.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.gallery_sec_band .owl-stage-outer {
  height: 630px !important;
  background: #000;
}

.gallery_sec_band .owl-carousel .owl-stage {
  height: 100% !important;
}

.gallery_sec_band .owl-carousel .owl-item {
  height: 100%;
}

.gallery_sec_band .article-image {
  height: 100% !important;
  overflow: hidden;
}

.gallery_sec_band .owl-carousel .owl-item img {
  height: 100% !important;
  margin: 0 auto;
  width: auto !important;
}

.gallery_sec_band .owl-controls .owl-dots {
  text-align: left !important;
}

.gallery_sec_band:after {
  position: absolute;
  content: "";
  background: #1a1a1a;
  height: 535px;
  left: 0;
  top: 21%;
  width: 100%;
}

.gallery_sec_band .owl-nav {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0%;
  width: 100% !important;
  height: 100%;
}

.gallery_sec_band .owl-prev {
  display: block !important;
  font-size: 0;
  position: absolute;
  left: -9%;
  top: 0%;
  height: 100%;
  width: 7%;
}

.gallery_sec_band .owl-prev::after {
  color: #fdb814;
  content: "\f177";
  font-family: fontawesome;
  font-size: 50px;
  font-weight: 400;
  left: -10px;
  line-height: 66px;
  position: absolute;
  text-transform: uppercase;
  top: 40%;
}

.gallery_sec_band .owl-next {
  display: block !important;
  float: right !important;
  font-size: 0;
  position: absolute;
  right: -9%;
  top: 0%;
  height: 100%;
  width: 7%;
}

.gallery_sec_band .owl-next::after {
  color: #fdb814;
  content: "\f178";
  font-family: fontawesome;
  font-size: 50px;
  font-weight: 400;
  line-height: 66px;
  position: absolute;
  right: -10px;
  text-transform: uppercase;
  top: 40%;
}

.gallery_sec_band .owl-prev:hover, .gallery_sec_band .owl-next:hover {
  background: none !important;
}

.gallery_sec_band .owl-prev:hover::after, .gallery_sec_band .owl-next:hover::after {
  color: #b48310 !important;
}

.gallery_sec_band .container > h2 {
  text-align: center;
  margin-top: 0;
}

.gallery_sec_band .owl-carousel::after {
  display: none;
}

/*.gallery_sec_band {padding-bottom: 170px;}*/
footer .menu li:hover {
  background: none !important;
}

#gallery-1 img {
  border: 2px solid #cfcfcf;
  width: 100% !important;
}

.gallery-icon {
  margin-bottom: 25px;
  margin-right: 25px;
}

.right_nav_map > h3 {
  text-align: left !important;
}

.cd-top {
  right: 20px;
  bottom: 20px;
}

/***********crane*****/
.page-template-crane-page .slider_content {
  text-align: left;
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}

.page-template-crane-page .slider_content h1 {
  color: #FFF;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  margin: 15px 0 22px !important;
}

.page-template-crane-page .slider_content hr:after {
  background: rgba(0, 0, 0, 0) url("../images/white_shape.png") repeat-x scroll 0 0 !important;
}

.page-template-crane-page .slider_band::before {
  background: #f1f1f1 !important;
}

.page-template-crane-page .slider_band::after {
  background: #f1f1f1 !important;
  z-index: 9;
}

/* .page-template-crane-page .grey_band h3 {
  background: #f1f1f1 none repeat scroll 0 0;
  left: 0;
  margin: 0px auto 0;
  max-width: 230px;
  position: relative;
  right: 0;
  text-align: center;
  top: 28px;
  z-index: 9;
} */

.page-template-crane-page .grey_band .hr_h3 h2 {
  background: #f1f1f1 none repeat scroll 0 0;
  left: 0;
  margin: 0px auto 0;
  max-width: 230px;
  position: relative;
  right: 0;
  text-align: center;
  top: 28px;
  z-index: 9;
  text-transform: uppercase;
}

.page-template-crane-page .col-md-12 span {
  margin-top: 50px;
  display: block;
  color: #1a1a1a;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  font-family: 'Oswald', sans-serif;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.page-template-crane-page .detail_band {
  position: relative;
  margin-bottom: -3px;
}

.page-template-crane-page .detail_band:after {
  position: absolute;
  content: "";
  background: url("/wp-content/uploads/2019/04/generic-crane-big-3.png");
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  opacity: 0.6;
  background-repeat: no-repeat;
  pointer-events: none;
}

.page-template-crane-page .content_band {
  background: #232323;
  text-align: left !important;
}

.page-template-crane-page .content_band::after {
  display: none;
}

.content_band .col-md-6 > span {
  font-size: 50px;
  line-height: 60px;
}

.page-template-crane-page .col-md-6 > p {
  margin: 21px 0 30px;
}

.page-template-crane-page .col-md-6 img {
  border: 2px solid #b3b5b2;
  width: 100%;
}

.page-template-crane-page .content_band .strech_row {
  margin: 0 -50px;
}

.page-template-crane-page .content_band .col-md-6 {
  padding: 0 50px;
}

/*.crane_page .owl-carousel .owl-stage-outer{overflow:visible !important}*/
.crane_page {
  margin-top: 27px;
}

.crane_page .item {
  background: #FFF;
}

.crane_page h4, .crane_page p {
  padding: 26px 26px 0 26px;
  margin-top: 0;
  margin-bottom: 0;
}

.crane_page h4 {
  color: #1a1a1a !important;
}

.crane_page .item > p {
  padding-top: 11px;
}

.crane_page p:last-child {
  padding-bottom: 20px;
}

.crane_page .owl-theme .owl-dots .owl-dot span {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  color: #d9dadb;
}

.crane_page .owl-theme .owl-dots .owl-dot.active span {
  color: #1a1a1a;
}

.crane_page .owl-carousel .owl-stage-outer {
  overflow: visible;
}

/*.crane_page .owl-carousel .owl-item{max-width:420px !important}*/
/*.crane_page .owl-carousel{overflow:hidden !important}*/
.page-template-crane-page .news_inner > p {
  margin-bottom: 11px;
}

.news_inner > h4 {
  color: #1a1a1a;
  text-transform: none !important;
  margin: 0 !important;
}

/**************level****/
.banner_img {
  width: 100%;
  height: auto;
}

.banner_img_holder {
  width: 100%;
  max-height: 85vh;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.banner_content {
  background: #181818 url("../images/level_bg2.png") no-repeat;
  background-position: center center;
  max-width: 660px;
  position: absolute;
  bottom: -12%;
  width: 100%;
  padding: 36px 36px 24px;
  background-size: cover;
}

.banner_content h1, .banner_content .h1 {
  color: #FFF;
  max-width: 200px;
}

.page-id-372 .banner_content h1 {
  max-width: 350px;
}

.level_band {
  position: relative;
  margin-bottom: 84px;
}

.level_band .banner_content hr:after {
  background: rgba(0, 0, 0, 0) url("../images/white_shape.png") repeat-x scroll 0 0 !important;
}

.page-template-level-2 .col-md-12 > h2 {
  text-transform: uppercase;
}

.diff_product .col-md-6 > a {
  display: inline-block;
  position: relative;
  border: 5px solid #3d3d3e;
  margin-left: 18px;
}

.diff_product .col-md-6 h4 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  z-index: 0;
  margin: 0 !important;
}

.diff_product .title {
  position: absolute;
  background: #3d3d3e;
  position: absolute;
  max-width: 348px;
  width: 100%;
  padding: 20px;
  top: 20px;
  left: -23px;
  z-index: 9;
}

.diff_product .col-md-6 {
  margin-bottom: 30px;
}

.diff_product .col-md-6 img {
  width: 100%;
  border: none;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.diff_product .col-md-6 > a:hover {
  border: 5px solid #fdb814;
  box-shadow: 0 10px 50px rgba(81, 81, 81, 0.3);
}

.diff_product .col-md-6 > a:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

/*.diff_product .col-md-6 h4:after{position:absolute;content:"";background:#3d3d3e;left:0;top:0;
  z-index:-1;padding:20px;height:100%;width:100%}*/
.services-band a {
  display: inline-block;
  background: #FFF url("../images/service_bg.png") no-repeat;
  background-position: right center;
  position: relative;
  padding: 40px 56px;
  border: 5px solid #3d3d3e;
  margin-bottom: 30px;
  width: 100%;
}

.services-band a h4 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  max-width: 152px;
  margin: 0 0 0 22px !important;
}

.services-band a:after {
  position: absolute;
  content: "\f054";
  font-family: fontawesome;
  color: #fdb814;
  font-size: 50px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  left: 30px;
  top: 32%;
}

.services-band a:hover {
  border: 5px solid #fdb814;
  box-shadow: 0 10px 50px rgba(81, 81, 81, 0.2);
}

.services-band .col-md-12 > h2 {
  margin-top: 0;
}

.cd-top {
  bottom: 50px;
  color: #FFF !important;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  position: fixed;
  right: 50px;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
  visibility: hidden;
  white-space: nowrap;
  width: 50px;
  opacity: 0;
  background-color: #fdb814;
  border-radius: 3px;
}

.cd-top.cd-is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
}

.cd-top:hover {
  background-position: center -102px !important;
  color: #FFF !important;
  background-color: #fdb814;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear 0s;
  opacity: 1;
}

/**********masonary******/
.grid {
  margin: 0 auto 40px;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  width: 33%;
  height: auto;
  float: left;
  padding-right: 25px;
  padding-bottom: 25px;
}

.grid-item img {
  width: 100%;
  border: 2px solid #4b4b4b;
}

/**********/
.remove_top_padding {
  padding-top: 0 !important;
}

.wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7-validation-errors, .wpcf7-response-output {
  border: 2px solid red !important;
  padding: 12px !important;
}

.left_nav_map {
    margin-top: -40px;
   margin-bottom: 30px;
}

.detail_band .col-md-12 > h4 {
  color: #1a1a1a;
  margin-bottom: 25px;
  text-transform: none;
}

.detail_band .gap {
  display: none;
}

.page-template-crane-page .content_band {
  padding-top: 63px;
}

.hr_h3 h3 {
  background: #f1f1f1 none repeat scroll 0 0;
  left: 0;
  margin: 0 auto !important;
  max-width: 350px;
  position: relative;
  right: 0;
  text-align: center;
  top: 28px;
  z-index: 9;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

svg:not(:root) {
  position: relative !important;
  z-index: 99 !important;
  pointer-events: none !important;
  width: 101%;
  margin-bottom: 0px;
}



.top {
  stroke-dasharray: 0, 50, 150;
}

.content_band svg:not(:root) {
  margin-bottom: -1px !important;
}

.parallex_inner {
  padding-bottom: 40px;
}

.parallex_band svg:not(:root) {
  top: 3px;
}

.slider_band svg:not(:root) {
  bottom: 0 !important;
  position: absolute !important;
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-60 {
  margin-right: 15px;
}

.news_band .col-md-6:nth-child(2n+3) {
  clear: left;
}

.wpcf7-form .form_row:nth-child(7):after {
  display: none;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14 !important;
}

.gallery_sec_band .owl-dot {
  background-position: center center !important;
  height: 90px !important;
  width: 167px !important;
  opacity: 0.6;
  background-color: #FFF !important;
  transition: all 0.3s linear 0s;
}

.gallery_sec_band .owl-dot:hover {
  opacity: 1;
  transition: all 0.3s linear 0s;
}

.gallery_sec_band .owl-dot span {
  height: 90px !important;
  width: 167px !important;
  background: none;
  border-radius: 0 !important;
}

.gallery_sec_band .owl-theme .owl-dots .owl-dot span, .gallery_sec_band .owl-theme .owl-dots .owl-dot.active span, .gallery_sec_band .owl-theme .owl-dots .owl-dot span:hover, .gallery_sec_band .owl-theme .owl-dots .owl-dot.active span:hover {
  background: none !important;
}

.gallery_sec_band .owl-carousel {
  max-width: 1209px;
  margin: 0 auto;
  height: 100%;
}

.gallery_sec_band .owl-carousel .owl-stage-outer {
  background: #000000;
}

.gallery_sec_band .owl-dot.active {
  opacity: 1;
}

.page-template-crane-page .alignleft, .page-template-level-2 .alignleft {
  margin-bottom: 30px;
}

/*.page-template-crane-page .slider_band svg:not(:root){top:-15px}*/
.page-template-crane-page .slider_band .owl-controls {
  bottom: 17% !important;
  bottom: 31% !important;
}

.detail_band .col-md-12 > h4 {
  font-size: 35px;
  margin-top: 50px !important;
}

.top_header li a:hover {
  color: #b48310 !important;
}

.page-template-crane-page .content_band {
  margin-top: -1px;
}

.detail_band .small_container {
  padding-bottom: 50px;
}

.page-template-crane-page .content_band .row {
  padding-bottom: 50px;
}

.page-template-crane-page .owl-stage-outer::after {
  display: none;
}

.page-template-crane-page .slider_band .owl-stage-outer::after {
  display: block !important;
}

.page-template-crane-page .owl-controls .owl-dots, .page-template-crane-page .owl-controls .owl-nav {
  padding-top: 30px !important;
  text-align: center;
}

.owl-theme .owl-controls .owl-nav .owl-prev, .owl-theme .owl-controls .owl-nav .owl-next {
  float: none;
  font-size: 30px;
  color: #fdb814;
  margin: 0 30px;
}

.page-template-crane-page .crane_news {
  margin-top: -29px;
  padding-top: 0;
}

.page_not_found .page_title {
  padding-top: 50px;
}

.single_post_content .const_band.container {
  padding-top: 50px;
}

.single_post_content img {
  float: left;
  margin: 0 31px 30px 0;
}

.contact_form .padding.selected.form_row::after {
  margin-right: 40px;
  transition: none 0s ease 0s !important;
  width: calc(100% - 40px) !important;
}

/*.crane_page .owl-carousel .owl-stage{transition:none !important}*/
.gallery_sec_band .owl-dot.dotnumber2.active {
  opacity: 1 !important;
}

.gray_shape {
  fill: #232323;
}

.grey_shape2 {
  fill: #424342;
}

.shape_stroke {
  stroke-width: 7;
  stroke: #fcb712;
}

.white_shape {
  fill: #f1f1f1;
}

.span_small {
  color: #ffffff !important;
  font-family: "Oswald", sans-serif !important;
  margin: 18px 0 20px;
  font-size: 45px !important;
  font-weight: 700 !important;
  line-height: 60px !important;
}

 h2.span_small {
  color: #ffffff !important;
  font-family: "Oswald", sans-serif !important;
  margin: 18px 0 20px;
  font-size: 45px !important;
  font-weight: 700 !important;
  line-height: 60px !important;
  text-transform: none;
  padding-bottom: 20px;
}

.product_inner br {
  display: none;
}

.product_main .span_small {
  display: block;
}

.image_inner .span_small {
  color: #1a1a1a !important;
}

.image_inner h2 {
  color: #1a1a1a !important;
}



.top-map-sidebar .span_small {
  display: block !important;
  margin: 18px 0 38px !important;
}

.news_band .span_small {
  font-size: 70px;
  color: #f1f1f1 !important;
  display: block;
  margin: 0 !important;
  line-height: 80px;
}

.const_band .span_small {
  color: #1a1a1a !important;
  display: block;
  text-transform: none;
  margin: 0 !important;
}

.const_band_gal .span_small {
  color: #1a1a1a !important;
  display: block;
  text-transform: none;
  margin: 0 !important;
  text-align: center;
  padding-bottom: 50px;
}


.mobile_hero .span_small {
  color: #2a2a2a !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 35px !important;
  text-transform: uppercase;
}

header.sticky.top_nav {
  background: #ececec none repeat scroll 0 0;
  padding: 0;
  transform: none;
}

.modal-open {
  overflow: hidden;
}

.modal-dialog {
  height: auto;
}

a.phoneicon {
  background-color: #fdb814;
  padding: 16px 10px 12px;
  left: 0px;
  text-transform: uppercase;
  width: 50px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  display: block;
  font-weight: 700;
  line-height: 12px;
  box-shadow: none !important;
  position: absolute;
}

a.phoneicon i {
  color: #fff;
}

/* =================================  Crest Custom CSS #AB ================================= */
/********************************* Mobile Potrait #MP ********************************/
@media screen and (max-width: 320px) and (orientation: portrait) {
  .gallery_sec_band .owl-prev::after, .gallery_sec_band .owl-next::after {
    top: 75px !important;
  }
}

@media only screen and (max-width: 1210px) {

  .crane_type_wrap .crane_type_card {
    width: 46%;
    padding: 10px;
    margin: 0px 2% 30px;
    min-height: 356px;
}    

.crane_type_wrap .crane_type_card .crane_type_card--image {
    height: 240px;
}

.crane_type_wrap .crane_type_card h3 {
    font-size: 24px;
    line-height: 28px;
}

.crane_type_wrap .crane_type_card a {
    font-size: 24px;
    line-height: 28px;
}



}



/********************************* Mobile Potrait ********************************/
/********************************* Mobile landscape ********************************/
/* ================================= Common For All mobile definitions #mx ================================= */
@media all and (max-width: 767px) {
  html * {
    max-height: 1000000px;
  }
  .container {
    padding: 0 20px;
  }
  .small_container {
    padding: 0 20px !important;
  }
  .x {
    display: none;
  }
  h1, .h1 {
    font-size: 28px;
    line-height: normal;
  }
  h2 {
    font-size: 26px;
    margin: 30px 0 10px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  p {
    font-size: 18px;
    line-height: 24px;
  }

.page-template-crane-page .slider_content h1 {
  font-size: 30px;
  line-height: 40px;
}

.crane_type_wrap .crane_type_card {
    width: 70%;
    padding: 10px;
    margin: 0px 15% 30px;
    min-height: 356px;
}    

.crane_type_wrap .crane_type_card .crane_type_card--image {
    height: 240px;
}

.crane_type_wrap .crane_type_card h3 {
    font-size: 26px;
    line-height: 30px;
}

.crane_type_wrap .crane_type_card a {
    font-size: 26px;
    line-height: 30px;
}


.widget {
    padding-top: 30px;
}

.widget ul {
    margin-top: 20px;
}

.widget ul li a {
    line-height: 24px !important;
}


  .content_row ul li, .content_row ol li {
    font-size: 18px;
    line-height: 24px;
  }
  p.intro {
    font-size: 20px;
    line-height: 30px;
  }
  /* Image Alignment */
  .alignnone, a img.alignnone, .aligncenter, div.aligncenter, .alignright, a img.alignright, .alignleft, a img.alignleft {
    margin: 30px auto;
    float: none;
    max-width: 100% !important;
  }
  .top_header, .bottom_header {
    display: none;
  }
  .mobile_header {
    display: block;
    background-color: #19150f;
    border: 2px solid #393939;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    text-align: center;
  }
  .mobile_header img {
    max-width: 100px;
    position: relative;
    top: 5px;
  }
  .banner_img_holder {
    margin-bottom: 90px;
    max-height: 85vh;
  }
  .bar {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-bottom: 4px;
    float: right;
    width: 19px;
    border-radius: 2px;
  }
  .bar.two {
    width: 27px;
  }
  .bar.three {
    width: 16px;
  }
  .closee {
    display: none;
    display: none;
    background: #fdb814 none repeat scroll 0 0;
    color: #ffffff;
    height: 54px;
    padding: 14px 10px 10px 7px;
    position: absolute;
    right: 0;
    width: 53px;
  }
  .closee span {
    margin-bottom: 10px;
  }
  .closee .bar.one {
    left: 0;
    position: relative;
    top: 6px;
    transform: rotate(135deg);
    width: 33px !important;
  }
  .closee .bar.two {
    transform: rotate(50deg);
    width: 32px !important;
    margin-top: -5px;
  }
  .mm-opened .closee {
    display: inline-block;
  }
  .mm-opened .navicon {
    display: none;
  }
  a.navicon {
    background: #fdb814 none repeat scroll 0 0;
    padding: 16px 10px 12px;
    right: 0px;
    text-transform: uppercase;
    position: absolute;
    width: 50px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 12px;
    box-shadow: none !important;
  }
  .nav_listing.mm-listview br {
    display: none;
  }
  .mm-listview a {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .mm-menu {
    background: #323232;
  }
  #mm-0 {
    padding-top: 50px;
  }
  #mm-0 .mm-title {
    display: none;
  }
  #mm-0 .mm-navbar {
    border: none;
  }
  .mm-listview > li {
    border-bottom: 1px solid #181818;
  }
  .mm-listview a:hover {
    background: #fdb814 !important;
    color: #FFF !important;
  }
  .mm-title {
    color: #FFF !important;
  }
  .mm-prev {
    background: #fdb814;
  }
  .mm-prev::after {
    color: #ffffff;
    content: "back";
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0px;
    margin: 0 auto;
    top: 5px;
    left: 0;
  }
  .mm-prev::before {
    color: #ffffff;
    content: "\f100";
    font-family: fontawesome;
    font-size: 12px;
    font-weight: 400;
    line-height: 4px;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    margin: 0 auto;
    bottom: 0;
    left: 0;
  }
  .mm-listview .mm-next {
    padding: 15px !important;
    background: #fdb814;
    height: 33px;
    top: 9px;
    right: 5px;
    width: 60px;
  }
  .mm-listview .mm-next::after {
    color: #ffffff;
    content: "more";
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 13px;
    margin: 0 auto;
    top: 5px;
  }
  .mm-listview .mm-next::before {
    color: #ffffff;
    content: "\f101";
    font-family: fontawesome;
    font-size: 12px;
    font-weight: 400;
    line-height: 4px;
    text-transform: uppercase;
    position: absolute;
    right: 7px;
    margin: 0 auto;
    top: -2px;
  }
  .mm-listview > li:hover {
    background: #fdb814 !important;
  }
  .mm-btn.mm-prev:hover {
    background-color: #fdb814 !important;
  }
  .req_btn {
    background-color: #fdb814;
    border-radius: 3px;
    max-width: 250px;
    margin: 0 auto;
    margin: 22px auto 0 22px;
    float: left;
    width: 100%;
  }
  .eagle_header.sticky {
    transform: translateY(0px);
    transition: all 0.3s linear 0s;
  }
  html.mm-opened #page::before {
    background: none !important;
  }
  .mobile_header > a {
    display: inline-block;
    max-height: 51px;
  }
  #menu-mobile-menu {
    padding-top: 0;
  }
  #menu-mobile-menu .mm-navbar {
    display: none;
  }
  /**********home page*********/
  .mobile_hero {
    display: block;
    padding-top: 20px;
    text-align: center;
  }
  .mobile_hero .col-md-6 {
    float: left;
    width: 50%;
  }
  .mobile_hero .col-md-12 {
    width: 100%;
  }
  .mobile_hero .ew_btn {
    border-radius: 2px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    padding: 8px 20px;
    margin-bottom: 10px;
    display: block !important;
  }
  .mobile_hero .col-md-12 .ew_btn {
    padding: 14px 20px;
    display: block !important;
  }
  .mobile_hero .container > h1, .mobile_hero .container > .h1 {
    font-size: 15px !important;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .slider_content .col-md-6 > span {
    font-size: 38px;
    line-height: 40px;
  }
  
    .slider_content .col-md-6 > h1 {
    font-size: 38px;
    line-height: 40px;
  }
  
  .slider_band .owl-carousel {
    height: auto !important;
  }
  .slider_band svg:not(:root) {
    bottom: 26px !important;
  }
  .slider_content {
    background: #231f20 none repeat scroll 0 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
  }
  .slider_band .container {
    position: relative;
  }
  .slider_band .col-md-6 {
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    width: 100%;
    align-items: center;
  }
  .slider_band .line::after {
    left: 0 !important;
    margin: 15px auto 0 !important;
    right: 0 !important;
  }
  .slider_content .ew_btn {
    display: none !important;
  }
  .slider_band .line {
    height: 32px;
  }
  .slider_content .col-md-6 a {
    font-size: 28px;
  }
  /*.owl-controls{bottom:103px}*/
  .arrow.bounce {
    display: none;
  }
  .slider_band {
    padding-bottom: 0;
    margin-bottom: -2px;
  }
  .content_band span {
    font-size: 28px;
    line-height: 32px;
  }
    .content_band h2 {
    font-size: 28px!important;
    line-height: 32px!important;
  }
  .home .content_band h1 {
    display: none;
  }
  .content_band p {
    font-size: 18px;
    line-height: 24px;
  }
  .ew_btn {
    border-radius: 2px;
  }
  .content_band {
    padding-bottom: 0px;
    margin-top: -28px !important;
  }
  .content_band .line::after {
    left: 0 !important;
    margin: 31px auto 0 !important;
    right: 0 !important;
    text-align: center;
  }
  .shape_band::after {
    transform: skewX(-78deg);
    transform-origin: 0 98% 5px;
  }
  .shape_band::before {
    transform: skewX(79deg);
    transform-origin: 52% 95% 0;
    bottom: 0;
  }
  .shape_band::after {
    bottom: 0;
  }
  .shape_band1::before {
    transform: skewX(81deg);
    transform-origin: 3% 94% 0;
  }
  .shape_band1::after {
    transform: skewX(-78deg);
    transform-origin: 0 93% 0;
  }
  .product_inner h1, .product_inner p {
    margin: 5px 0;
  }
  .product_band {
    padding: 50px 0 15px;
  }
  .product_band .col-md-6 .product_inner {
    padding: 20px;
  }
  .product_band .product_main {
    margin-bottom: 30px;
  }
  .product_inner p {
    margin-bottom: 13px !important;
  }
  .parallex_band {
    background-attachment: unset !important;
    background-image: none !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #231f20;
    padding: 0px 0;
  }
  .para_img.parallex_band {
    margin-bottom: 35px;
  }
  .parallex_band::after {
    display: none;
  }
  .para_img {
    display: block !important;
  }
  .parallex_band .shape_band_bottom {
    display: block !important;
    margin: 0 -20px;
  }
  .parallex_band .shape_band_bottom::after {
    border-color: rgba(0, 0, 0, 0) #231f20 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }
  .parallex_band .shape_band_bottom::before {
    border-color: #231f20 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    top: 19%;
  }
  .parallex_band .shape_band_bottom::after {
    top: 19%;
  }
  .home .shape_band1 .parallex_band .shape_band_bottom {
    display: none !important;
  }
  .image_band {
    text-align: center;
  }
  .image_band .col-md-6 > ul {
    margin-top: 42px;
  }
  .image_band .col-md-6 img {
    max-width: 186px;
  }
  .image_band .line::after {
    left: 0 !important;
    margin: 31px auto 0;
    right: 0 !important;
  }
  .image_band .col-md-6 li {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    min-height: auto !important;
  }
  .image_band .logo_img {
    height: auto !important;
  }
  .map_band .col-md-4 {
    position: relative;
  }
  .top-map-sidebar {
    padding: 0 30px;
  }
  .top-map-sidebar li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 41.33%;
  }
  .top-map-sidebar h1 {
    padding: 0 0 18px;
  }
  .bottom-map-sidebar {
    padding: 0 30px;
  }
  .map {
    min-height: auto;
  }
  .map_band {
    min-height: auto !important;
  }
  .map_band .col-md-8 {
    position: relative;
  }
  .news_band {
    text-align: center;
  }
  .news_band .col-md-6 > a {
    padding: 15px;
  }
  .top_footer {
    padding: 40px 0 40px;
  }
  .top_footer .col-md-9, .top_footer .col-md-3 {
    width: 100%;
  }
  .top_footer::after {
    height: 27%;
    width: 100%;
    bottom: 0;
    top: auto !important;
  }
  .top_footer .col-md-9::after {
    display: none;
  }
  .right_nav {
    padding-left: 0 !important;
    text-align: center;
    top: 65px;
  }
  .top_footer .col-md-3.right_nav > span {
    font-size: 30px;
    line-height: 35px;
    display: block;
  }
  .top_footer .col-md-3.right_nav img {
    padding: 20px 0 25px;
  }
  .top_footer .col-md-4 {
    padding-bottom: 30px !important;
  }
  .top_footer .col-md-4:nth-child(2) {
    padding-bottom: 0;
  }
  .bottom_footer li {
    margin-bottom: 30px;
    width: 100%;
  }
  .image_band .strech_row, .product_band .strech_row {
    margin: 0 -15px;
  }
  .image_band .col-md-6, .product_band .col-md-6 {
    padding: 0 15px;
  }
  .map_band .row {
    margin: 0 !important;
  }
  .bottom_footer .row > ul {
    margin: 0 auto;
    max-width: 250px;
  }
  .modal-body {
    flex-direction: column;
  }
  .modal-content .left_pop, .modal-content .right_pop {
    width: 100%;
  }
  .close.pa_btn {
    padding: 22px 24.5px;
    font-size: 0;
    right: 10px;
    top: 10px;
  }
  .close.pa_btn::after {
    font-size: 26px;
    left: 12px;
    top: 4px;
  }
  .modal-content .left_pop {
    padding: 50px 20px 171px 50px;
    text-align: center;
    order: 2;
  }
  .modal-content .right_pop {
    order: 1;
    padding: 0 20px 20px;
    margin-top: 30px;
  }
  .modal-content .left_pop img {
    margin-bottom: 0;
    max-width: 200px;
  }
  .modal-content h3 {
    font-size: 22px;
    line-height: 25px;
  }
  .modal .modal-content .right_pop, .modal .modal-content .left_pop {
    transition: none !important;
  }
  .modal .close.pa_btn {
    transition: none !important;
  }
  .close.ew_btn {
    font-size: 0;
  }
  .modal-content h2, .modal-content span.modal-heading {
    font-size: 20px !important;
  }
  .left_pop p {
    max-width: 284px;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }
  .modal-title {
    display: none;
  }
  /**********************innerpage**********/
  .container .small_container {
    padding: 0 !important;
  }
  .main.inner_page {
    padding-top: 42px;
  }
  .inner_page h1, .inner_page .h1 {
    font-size: 45px !important;
    line-height: 55px;
  }
  .const_band .small_container > h1 {
    font-size: 38px !important;
    line-height: 50px;
  }
  .black_image > img {
    width: 100%;
  }
  .blog_inner {
    position: relative;
    padding: 25px;
    background: #000;
    max-width: 100%;
    text-align: center !important;
  }
  .blog_inner h4 {
    text-align: center !important;
  }
  .black_band::after {
    top: 6%;
    height: 312px;
  }
  /* .snap_inner {padding-top: 30px;} */
  .padding_band {
    padding: 40px 0;
  }
  .page_sec_content .col-md-12 > h2 {
    line-height: 35px;
  }
  .normal_band .col-md-12 > img, .normal_band::after {
    width: 100%;
  }
  .contact_form .form_row.padding {
    padding-right: 0 !important;
  }
  .contact_form .form_row.half {
    width: 100%;
  }
  .contact_form .ew_btn {
    float: none;
  }
  .address_band .col-md-6.left_nav_map {
    margin-top: 30px;
  }
  .gallery_sec_band {
    padding-bottom: 30px;
  }
  .gallery_sec_band .container > h2 {
    line-height: 35px;
  }
  .gallery_sec_band .owl-stage-outer {
    margin: 0 auto;
    height: 250px !important;
  }
  .gallery_sec_band .owl-dot {
    height: 46px;
    margin-bottom: 20px;
    width: 86px;
    pointer-events: auto !important;
    margin-right: 5px;
  }
  .gallery_sec_band::after {
    height: 197px;
    top: 28%;
  }
  .gallery_sec_band .owl-prev::after {
    top: 106px;
    left: 0;
  }
  .gallery_sec_band .owl-next::after {
    top: 106px;
    right: 0;
  }
  .gallery_sec_band .owl-prev::after {
    pointer-events: auto !important;
  }
  .gallery_sec_band .owl-next {
    right: 0;
  }
  .gallery_sec_band .owl-next::after {
    pointer-events: auto !important;
  }
  .gallery_sec_band .owl-prev {
    left: 0;
  }
  .gallery_sec_band::after {
    display: none;
  }
  .gallery_sec_band .owl-dot {
    width: 86px !important;
  }
  /*.owl-carousel-sec , .owl-carousel .owl-stage-outer{height:250px !important; pointer-events: none;}*/
  /*.gallery_sec_band .owl-carousel .owl-item img{max-width:400px}*/
  .address_band .strech_row {
    margin: 0 -15px;
  }
  .address_band .strech_row > .col-md-6 {
    padding: 0 15px;
  }
  .right_nav_map .num {
    font-size: 35px;
  }
  .contact_form:before, .contact_form:after {
    display: none;
  }
  /*****crane******/
  .page-template-crane-page #mm-0 {
    padding-top: 50px;
  }
  /* .page-template-crane-page .grey_band h3 {
    max-width: 124px;
  } */
  .page-template-crane-page .grey_band .hr_h3 h2{
    max-width: 124px;
  }
  
  .detail_band .size-full {
    width: 100%;
  }
  .page-template-crane-page .col-md-12 span {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .page-template-crane-page .detail_band {
    padding-bottom: 50px;
  }
  .content_band .col-md-6 > span {
    font-size: 30px;
    line-height: 45px;
  }
  .crane_page .owl-stage-outer {
    pointer-events: auto !important;
  }
  /******level*********/
  .level_band .container {
    padding: 0 !important;
  }
  .banner_content {
    padding: 15px !important;
    width: 100%;
  }
  .banner_content h1 {
    margin: 0 0 15px 0;
  }
  .level_band {
    margin-bottom: 15px;
  }
  .page-template-level-2 .col-md-12 > h2 {
    margin: 0 0 27px !important;
    line-height: 40px;
  }
  /*.hr_h3 {padding: 0 20px;}*/
  .services-band a {
    padding: 25px 56px;
  }
  .diff_product {
    text-align: center;
  }
  .diff_product .col-md-6 img {
    max-width: 400px;
    margin: 0 auto;
  }
  .services-band {
    text-align: center;
  }
  .slider_band .owl-controls {
    bottom: 103px;
  }
  .inner_page .col-md-12 > h2 {
    line-height: 34px;
  }
  .add_brand img, .add_brand::after {
    width: 100%;
  }
  .page-template-level-2 .hr_h3 {
    padding: 0 15px;
  }
  .page-template-level-2 .hr_h3 h3 {
    max-width: 224px;
  }
  .slider_band .owl-carousel .owl-item img {
    height: auto !important;
  }
  /*.page-template-crane-page .slider_band svg:not(:root) {top: -32px;}*/
  .page-template-crane-page .detail_band {
    margin-top: -27px;
    padding-bottom: 0;
  }
  .page-template-crane-page .col-md-6 img {
    width: 100% !important;
  }
  .crane_news .hr_h3 {
    padding: 0 20px;
  }
  .page-template-crane-page .content_band .strech_row {
    margin: 0 -15px;
  }
  .page-template-crane-page .content_band .col-md-6 {
    padding: 0 15px;
  }
  .page-template-crane-page .slider_band .owl-controls {
    bottom: 103px !important;
  }
  .single_post_content img {
    float: none;
    margin: 0 31px 30px 0;
  }
  .para_img.parallex_band {
    margin-top: -17px;
  }
  .crane_page .owl-carousel {
    margin: 0 !important;
  }
  .news_band .span_small {
    font-size: 40px !important;
  }
  .span_small {
    font-size: 38px !important;
    line-height: 42px !important;
  }
  
  .table-child {
      text-align: center;
  }
  
  .product_band .product_main {
    background-position: center center;
    min-height: 382px;
  }
  .inner_page .address_band .alignright {
    display: block;
  }
}

@media all and (max-width: 640px) {
  .grid-item {
    width: 100%;
    padding-right: 0;
    max-width: 350px;
    margin: 0 auto;
  }
  .banner_content {
    position: relative;
    margin-bottom: 15px;
  }
  .banner_img_holder {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .top_header, .bottom_header {
    display: none;
  }
  .mobile_header {
    display: block;
    background-color: #19150f;
    border: 2px solid #393939;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    text-align: center;
  }
  .mobile_header img {
    max-width: 100px;
  }
  .bar {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-bottom: 4px;
    float: right;
    width: 19px;
    border-radius: 2px;
  }
  .bar.two {
    width: 27px;
  }
  .bar.three {
    width: 16px;
  }
  .closee {
    display: none;
    display: none;
    background: #fdb814 none repeat scroll 0 0;
    color: #ffffff;
    height: 54px;
    padding: 14px 10px 10px 7px;
    position: absolute;
    right: 0;
    width: 53px;
  }
  .closee span {
    margin-bottom: 10px;
  }
  .closee .bar.one {
    left: 0;
    position: relative;
    top: 6px;
    transform: rotate(135deg);
    width: 33px !important;
  }
  .closee .bar.two {
    transform: rotate(50deg);
    width: 32px !important;
    margin-top: -5px;
  }
  .mm-opened .closee {
    display: inline-block !important;
  }
  .mm-opened .navicon {
    display: none !important;
  }
  a.navicon {
    background: #fdb814 none repeat scroll 0 0;
    padding: 16px 10px 12px;
    right: 0px;
    text-transform: uppercase;
    width: 50px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 12px;
    top: 0;
    box-shadow: none !important;
  }
  .nav_listing.mm-listview br {
    display: none;
  }
  .mm-listview a {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .mm-menu {
    background: #000;
  }
  #mm-0 {
    padding-top: 11px;
  }
  #mm-0 .mm-title {
    display: none;
  }
  #mm-0 .mm-navbar {
    border: none;
  }
  .mm-listview > li {
    border-bottom: 1px solid #181818;
  }
  .mm-listview a:hover {
    background: #fdb814 !important;
    color: #FFF !important;
  }
  .mm-title {
    color: #FFF !important;
  }
  .mm-prev {
    background: #fdb814;
  }
  .mm-prev::after {
    color: #ffffff;
    content: "back";
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0px;
    margin: 0 auto;
    top: 5px;
    left: 0;
  }
  .mm-prev::before {
    color: #ffffff;
    content: "\f100";
    font-family: fontawesome;
    font-size: 12px;
    font-weight: 400;
    line-height: 4px;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    margin: 0 auto;
    bottom: 0;
    left: 0;
  }
  .mm-listview .mm-next {
    padding: 15px !important;
    background: #fdb814;
    height: 33px;
    top: 9px;
    right: 5px;
    width: 60px;
  }
  .mm-listview .mm-next::after {
    color: #ffffff;
    content: "more";
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 13px;
    margin: 0 auto;
    top: 5px;
  }
  .mm-listview .mm-next::before {
    color: #ffffff;
    content: "\f101";
    font-family: fontawesome;
    font-size: 12px;
    font-weight: 400;
    line-height: 4px;
    text-transform: uppercase;
    position: absolute;
    right: 7px;
    margin: 0 auto;
    top: -2px;
  }
  .mm-listview > li:hover {
    background: #fdb814 !important;
  }
  .eagle_header.sticky {
    transform: none;
  }
  #mm-1 .req_btn {
    background-color: #fdb814;
    border-radius: 3px;
    margin: 0 auto;
    max-width: 250px;
    margin: 22px auto 0 22px;
    float: left;
    width: 100%;
  }
  html.mm-opened #page::before {
    background: none;
  }
  .mobile_header > a {
    display: inline-block;
  }
  .mobile_header > a:nth-child(2) {
    top: 3px;
    position: relative;
    margin-bottom: -6px;
  }
  .navicon {
    position: absolute;
    top: 0px;
  }
  #menu-mobile-menu {
    padding-top: 0;
  }
  #menu-mobile-menu .mm-navbar {
    display: none;
  }
  .req_btn {
    background-color: #fdb814;
    border-radius: 3px;
    float: left;
    margin: 22px auto 0 22px;
    max-width: 250px;
    width: 100%;
  }
  /*
  .slider_band .col-md-6 {
    max-width: 435px;
    max-width: 375px;
  }
  */
  
  .slider_content .col-md-6 span {
      max-width: 100%;
  }
  
  .news_band .col-md-6:nth-child(2n+3) {
    clear: left;
  }
}

/********************************* ipad portrait #ip ********************************/
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  h1, .h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 21px;
  }
  p {
    font-size: 18px;
  }
  .content_row ul li, .content_row ol li {
    font-size: 18px;
  }
  p.intro {
    font-size: 20px;
  }
  .hidden-tab {
    display: none;
  }
  .page-template-crane-page .slider_content h1 {
	  font-size: 40px;
	  line-height: 60px;
  }
  /* Image Alignment */
  .alignnone, a img.alignnone, .aligncenter, div.aligncenter, .alignright, a img.alignright, .alignleft, a img.alignleft {
    margin: 30px auto;
    float: none;
  }
  .visible_tab {
    display: block !important;
  }
  .image_band .col-md-6 {
    width: 100%;
  }
  .image_band .col-md-6 > ul {
    padding-top: 50px;
  }
  .right_nav {
    width: 36 !important;
  }
  .top_footer .col-md-9 {
    width: 64% !important;
  }
  .product_band .product_main::after {
    display: none;
  }
  /**********inner page*****/
  .black_image > img {
    max-width: 717px;
  }
  .black_band::after {
    height: 311px;
  }
  .black_image {
    max-width: 717px;
  }
  .gallery_sec_band .owl-stage-outer {
    margin: 0 auto;
  }
  .gallery_sec_band::after {
    height: 298px;
    top: 168px;
  }
  .gallery_sec_band .owl-prev::after, .gallery_sec_band .owl-next::after {
    top: 140px;
  }
  /*.gallery_sec_band .owl-carousel .owl-item img{max-width:400px}*/
  .owl-carousel-sec {
    height: auto !important;
  }
  .address_band .col-md-12 .col-md-6 {
    width: 100%;
  }
  .left_nav_map img {
    max-width: 400px !important;
  }
  .right_nav_map {
    text-align: center;
  }
  .right_nav_map > h3 {
    text-align: center !important;
    max-width: 100% !important;
  }
  .left_nav_map {
    text-align: center;
  }
  /***crane**/
  /*.crane_page .owl-carousel .owl-item {width: 21.5% !important;}*/
  .page-template-level-2 .alignleft, .page-template-crane-page .alignleft {
    float: left !important;
    margin: 0 30px 30px 0 !important;
  }
  /*.crane_page .owl-carousel .owl-item{max-width:188px !important}*/
  .product_band .product_main {
    min-height: 200px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .owl-carousel .owl-item img {
    height: auto;
  }
  .span_small {
    font-size: 40px !important;
  }
  .slider_band .col-md-6 {
    right: 40px;
  }
  .slider_content {
    top: 17%;
  }
  .slider_content .col-md-6 > span {
    font-size: 35px;
    line-height: 46px;
  }
  
    .slider_content .col-md-6 > h1 {
    font-size: 35px;
    line-height: 46px;
  }

  /*.slider_band{padding-bottom:13px}*/
  .owl-controls {
    bottom: 19%;
  }
  .content_band span {
    font-size: 36px;
    line-height: 50px;
  }
   .content_band h2 {
    font-size: 36px!important;
    line-height: 50px!important;
  }
  .product_band .col-md-6 {
    overflow: hidden;
  }
  .product_band .product_main > img {
    width: auto !important;
  }
  .image_band .strech_row, .product_band .strech_row {
    margin: 0 -15px;
  }
  .image_band .col-md-6 {
    padding: 0 15px;
  }
  .product_band {
    padding-bottom: 68px;
  }
  .product_band .col-md-6 {
    padding: 0 15px;
  }
  .product_band .product_main::after {
    margin: 0 15px;
  }
  .map img {
    width: auto;
  }
  .top-map-sidebar {
    padding: 0 15px;
  }
  .top-map-sidebar h1 {
    padding: 18px 0;
    font-size: 27px;
    line-height: 30px;
  }
  .top-map-sidebar li {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .table-child > h4 {
    padding-top: 30px;
  }
  .bottom-map-sidebar {
    padding: 0 15px;
    height: 410px;
  }
  .top_footer .col-md-3.right_nav > span {
    font-size: 25px;
    line-height: 38px;
  }
  .right_nav {
    padding-left: 45px !important;
  }
  .top_footer .col-md-3.right_nav img {
    max-width: 100%;
    padding: 30px 0 35px;
  }
  .top_footer .col-md-3.right_nav > p {
    line-height: 20px;
  }
  .bottom_footer p {
    font-size: 14px;
  }
  .shape_band_bottom::after {
    border-width: 0 1024px 110px 0;
  }
  .shape_band_bottom::before {
    border-width: 110px 1024px 0 0;
  }
  /*.slider_band .owl-carousel .owl-item img {height:500px;}*/
  .arrow.bounce {
    bottom: 10%;
  }
  .news_band .col-md-6 > a {
    padding: 24px;
  }
  .top-map-sidebar img {
    margin: 15px 0;
  }
  /*.slider_band svg:not(:root) {top: -16px;}*/
  .slider_band .owl-carousel {
    height: 387px !important;
  }
  /*************innerpage************/
  .main.inner_page {
    padding-top: 35px;
  }
  .inner_page h1, .inner_page .h1 {
    font-size: 50px !important;
  }
  .const_band .small_container > h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .black_image > img {
    width: 100%;
  }
  .page_sec_content img {
    float: right;
  }
  .normal_band .col-md-12 > img {
    width: 100%;
  }
  .address_band .strech_row {
    margin: 0 -15px;
  }
  .address_band .strech_row > .col-md-6 {
    padding: 0 15px;
    width: 100%;
    margin-top: 30px;
  }
  .normal_band::after {
    width: 100%;
  }
  .gallery_sec_band .owl-dot {
    width: 152px;
  }
  .gallery_sec_band .owl-stage-outer {
    height: 353px !important;
  }
  .black_image > img {
    max-width: 717px;
  }
  .black_band::after {
    height: 311px;
  }
  .black_image {
    max-width: 717px;
  }
  .gallery_sec_band .owl-next {
    right: 0 !important;
  }
  .gallery_sec_band .owl-prev {
    left: 0 !important;
  }
  .alignright {
    float: right !important;
  }
  .add_brand img, .add_brand::after {
    width: 100%;
  }
  /**********crane******/
  .page-template-crane-page .col-md-12 span {
    font-size: 40px;
    line-height: 45px !important;
  }
  .content_band .col-md-6 > span {
    font-size: 40px;
    line-height: 54px;
  }
  /*****level*****/
  .banner_content {
    bottom: -30%;
  }
  .services-band a {
    padding: 40px 47px;
  }
  .top_footer .col-md-9::after {
    top: 73%;
  }
  .slider_band .owl-controls {
    bottom: 21%;
  }
  .slider_band .owl-carousel::after {
    top: 0px;
  }
  .slider_band .owl-carousel .owl-item img {
    height: auto !important;
  }
  .page-template-crane-page .col-md-6 img {
    width: 100%;
  }
  .page-template-crane-page .slider_band svg:not(:root) {
    bottom: 12px;
  }
  .page-template-crane-page .slider_band .owl-controls {
    bottom: 30% !important;
  }
  .page-template-crane-page .content_band .strech_row {
    margin: 0 -15px;
  }
  .page-template-crane-page .content_band .col-md-6 {
    padding: 0 15px;
  }
  /*.page-template-crane-page .detail_band {margin-top: -73px;}*/
}


/********************************* ipad landscape #il ********************************/
@media only screen and (min-width: 1001px) and (max-width: 1024px) {
  a.navicon {
    display: block !important;
  }
  /*.product_band .product_main > img{width:100% !important}*/
  .product_band .product_main::after {
    margin: 0 !important;
  }
  .image_band .col-md-6 img {
    max-width: 170px;
  }
  .right_nav {
    width: 36% !important;
  }
  .top_footer .col-md-9 {
    width: 64% !important;
  }
  .arrow.bounce {
    bottom: 12% !important;
  }
  .banner_content {
    bottom: -22% !important;
  }
  .right_nav_map .num {
    font-size: 27px;
  }
  .gallery_sec_band .owl-stage-outer {
    height: 660px !important;
  }
  /*.crane_page .owl-carousel .owl-item {max-width: 262px !important;}*/
  .slider_band .owl-carousel {
    height: 486px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {

  a.navicon {
    display: block !important;
  }
  /*.product_band .product_main > img{width:100% !important}*/
  .product_band .product_main::after {
    margin: 0 !important;
  }
  .image_band .col-md-6 img {
    max-width: 170px;
  }
  .right_nav {
    width: 36% !important;
  }
  .top_footer .col-md-9 {
    width: 64% !important;
  }
  .owl-carousel .owl-item img {
    height: auto;
  }
  /*.slider_band .col-md-6{right:60px}*/
  .slider_content {
    top: 29%;
  }
  .slider_content .col-md-6 > span {
    font-size: 50px;
    line-height: 64px;
  }
  
    .slider_content .col-md-6 > h1 {
    font-size: 50px;
    line-height: 64px;
  }

  /*.slider_band{padding-bottom:13px}*/
  .slider_band::before, .slider_band::after {
    bottom: -1px;
  }
  .owl-controls {
    bottom: 19%;
  }
  .content_band span {
    font-size: 36px;
    line-height: 50px;
  }
  .content_band h2 {
    font-size: 36px!important;
    line-height: 50px!important;
  }
  .product_inner h1 {
    font-size: 38px;
    line-height: 45px;
  }
  .product_band {
    padding-bottom: 68px;
  }
  .product_band .col-md-6 .product_inner {
    padding: 25px 30px;
  }
  .shape_band_bottom::after {
    border-width: 0 1025px 110px 0;
  }
  .shape_band_bottom::before {
    border-width: 110px 1025px 0 0;
  }
  .image_band .strech_row, .product_band .strech_row {
    margin: 0 -15px;
  }
  .image_band .col-md-6 {
    padding: 0 15px;
  }
  .product_band .col-md-6 {
    padding: 0 15px;
  }
  .product_band .product_main::after {
    margin: 0 15px;
  }
  .map img {
    width: auto;
  }
  .top-map-sidebar {
    padding: 0 15px;
  }
  .top-map-sidebar h1 {
    padding: 18px 0;
    font-size: 27px;
    line-height: 30px;
  }
  .top-map-sidebar li {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .table-child > h4 {
    padding-top: 30px;
  }
  .bottom-map-sidebar {
    padding: 0 30px;
    height: 410px;
  }
  .slider_band .owl-carousel {
    height: 550px !important;
  }
  .slider_band .owl-carousel .owl-item img {
    height: 600px !important;
  }
  /*.content_band{margin-top:-30px}*/
  /*.slider_band svg:not(:root) {margin-top: -101px;top: -16px;}*/
  .arrow.bounce {
    bottom: 12% !important;
  }
  .slider_band .owl-controls {
    bottom: 20%;
    z-index: 999;
  }
  /*************innerpage************/
  .main.inner_page {
    padding-top: 35px;
  }
  .inner_page h1, .inner_page .h1 {
    font-size: 50px !important;
  }
  .const_band .small_container > h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .black_image > img {
    width: 100%;
  }
  .page_sec_content img {
    float: right;
  }
  .normal_band .col-md-12 > img {
    width: 100%;
  }
  .address_band .strech_row {
    margin: 0 -15px;
  }
  .address_band .strech_row > .col-md-6 {
    padding: 0 15px;
    width: 100%;
    margin-top: 30px;
  }
  .normal_band::after {
    width: 100%;
  }
  .gallery_sec_band .owl-dot {
    width: 152px;
  }
  .gallery_sec_band .owl-stage-outer {
    height: auto !important;
  }
  .black_band::after {
    height: 359px;
  }
  .black_image {
    max-width: 800px;
  }
  .black_image > img {
    max-width: 800px;
  }
  .right_nav_map .num {
    font-size: 30px;
  }
  .gallery_sec_band .owl-stage-outer {
    height: 660px !important;
  }
  /*******crane***********/
  .banner_content {
    bottom: -22% !important;
  }
  /*.page-template-crane-page .slider_band svg:not(:root) {top: -15px;}*/
  .page-template-crane-page .slider_band .owl-controls {
    bottom: 18% !important;
  }
  .page-template-crane-page .col-md-6 img {
    width: 100%;
  }
  .page-template-crane-page .content_band .strech_row {
    margin: 0 -15px;
  }
  .page-template-crane-page .content_band .col-md-6 {
    padding: 0 15px;
  }
  /*.crane_page .owl-carousel .owl-item {max-width: 245px !important;}*/
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .bottom_header ul li a {
    padding: 53px 25px;
    font-size: 14px;
  }
  .eagle_header .bottom_header .logo > a {
    padding: 23px 34px !important;
    transition: none 0s ease 0s;
  }
  .eagle_header .bottom_header .menu {
    margin-left: -6px;
  }
  .eagle_header.sticky .bottom_header .logo > a {
    padding: 15px 74px !important;
  }
  .eagle_header.sticky .bottom_header ul li a {
    padding: 21px 25px;
    transition: all 0.3s linear 0s;
  }
  /*.product_band .product_main > img{width:100% !important}*/
  .product_band .product_main::after {
    margin: 0 !important;
  }
  .image_band .col-md-6 img {
    max-width: 170px;
  }
  .right_nav {
    width: 36% !important;
  }
  .top_footer .col-md-9 {
    width: 64% !important;
  }
/*  
  .slider_band .col-md-6 {
    max-width: 490px;
  }
*/  

  .slider_content .col-md-6 > span {
    font-size: 56px;
    line-height: 54px;
    max-width: 649px;
  }

  .slider_content .col-md-6 > h1 {
    font-size: 56px;
    line-height: 54px;
    max-width: 649px;
  }
  
  
  /*.slider_band{padding-bottom:13px}*/
  .slider_band::before, .slider_band::after {
    bottom: -1px;
  }
  .owl-controls {
    bottom: 19%;
  }
  .content_band span {
    font-size: 36px;
    line-height: 50px;
  }
  .content_band h2 {
    font-size: 36px!important;
    line-height: 50px!important;
  }
  .product_inner h1 {
    font-size: 38px;
    line-height: 45px;
  }
  .product_band {
    padding-bottom: 68px;
  }
  .product_band .col-md-6 .product_inner {
    padding: 25px 30px;
  }
  .shape_band_bottom::after {
    border-width: 0 1100px 110px 0;
  }
  .shape_band_bottom::before {
    border-width: 110px 1100px 0 0;
  }
  .image_band .strech_row, .product_band .strech_row {
    margin: 0 -15px;
  }
  .image_band .col-md-6 {
    padding: 0 15px;
  }
  .product_band .col-md-6 {
    padding: 0 15px;
  }
  .product_band .product_main::after {
    margin: 0 15px;
  }
  .map img {
    width: auto;
  }
  .top-map-sidebar {
    padding: 0 15px;
  }
  .top-map-sidebar h1 {
    padding: 18px 0;
    font-size: 27px;
    line-height: 30px;
  }
  .top-map-sidebar li {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .table-child > h4 {
    padding-top: 30px;
  }
  .bottom-map-sidebar {
    padding: 0 30px;
    height: 410px;
  }
  .top_footer .col-md-9::after {
    top: 73%;
  }
  .news_band .col-md-6:nth-child(2n+3) {
    clear: left;
  }
  /*.content_band{margin-top:-30px}
  .slider_band svg:not(:root) {margin-top: -101px;top: -16px;}*/
  .slider_band .owl-carousel {
    height: 610px !important;
  }
  .arrow.bounce {
    bottom: 12% !important;
  }
  .slider_content {
    top: 40%;
  }

  .slider_band .owl-controls {
    bottom: 20%;
    z-index: 999;
  }
  .slider_content .col-md-6 > span {
    /*font-size: 47px; */
    line-height: 58px;
  }
  
   .slider_content .col-md-6 > h1 {
    /*font-size: 47px; */
    line-height: 58px;
  }

  /************innerpage*******/
  .black_band::after {
    height: 359px;
  }
  .black_image {
    max-width: 800px;
  }
  .black_image > img {
    max-width: 800px;
  }
  .address_band .strech_row {
    margin: 0 -15px;
  }
  .address_band .strech_row > .col-md-6 {
    padding: 0 15px;
  }
  .right_nav_map h3 {
    font-size: 25px;
  }
  .right_nav_map p {
    font-size: 15px;
  }
  .right_nav_map p b {
    font-size: 15px;
  }
  .right_nav_map .num {
    font-size: 29px;
  }
  .gallery_sec_band .owl-prev {
    left: 0;
  }
  .gallery_sec_band .owl-next {
    right: 0;
  }
  /*********crane*********/
  .banner_content {
    bottom: -22% !important;
  }
  /*.page-template-crane-page .slider_band svg:not(:root) {top: -15px;}*/
  .page-template-crane-page .slider_band .owl-controls {
    bottom: 18% !important;
  }
  .page-template-crane-page .col-md-6 img {
    width: 100%;
  }
  /*.crane_page .owl-carousel .owl-item {max-width: 274px !important;}*/
}

@media only screen and (min-width: 1301px) and (max-width: 1500px) {
  .bottom_header ul li a {
    padding: 53px 34px;
  }
  .eagle_header.sticky .bottom_header ul li a {
    padding: 21px 34px;
  }
  .slider_band::before {
    transform: skewX(81deg);
    transform-origin: 65% 83% 0;
  }
  .slider_band::after {
    transform: skewX(-81deg);
    transform-origin: 65% 84% 0;
  }
  .slider_band::before, .slider_band::after {
    bottom: -1px;
  }
  .slider_band .owl-carousel {
    height: 701px !important;
  }
  /*.crane_page .owl-carousel .owl-item {max-width: 274px !important;}*/
  .slider_content {
    top: 38%;
  }
  .slider_content .col-md-6 > span {
    font-size: 66px;
    line-height: 75px;
  }
  
    .slider_content .col-md-6 > h1 {
    font-size: 66px;
    line-height: 75px;
  }

  .eagle_header .bottom_header .menu {
    margin-left: -7px;
  }
}

/* (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {
  .banner_img_holder {
    max-height: 100vh;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1684px) {
  .slider_band .owl-carousel {
    height: 762px !important;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1424px) {
  /*****innerpage*****/
  .right_nav_map p b {
    font-size: 17px;
  }
  .gallery_sec_band .owl-prev {
    left: -6%;
  }
  .gallery_sec_band .owl-next {
    right: -6%;
  }
  .black_image > img {
    width: 100%;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1512px) {
  .right_nav_map .num {
    font-size: 34px;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1590px) {
  .bottom_header ul li a {
    padding: 53px 45px;
  }
  .eagle_header.sticky .bottom_header ul li a {
    padding: 21px 45px;
  }
  .slider_band::before {
    transform: skewX(81deg);
    transform-origin: 65% 83% 0;
  }
  .slider_band::after {
    transform: skewX(-81deg);
    transform-origin: 65% 84% 0;
  }
  .slider_band::before, .slider_band::after {
    bottom: -1px;
  }
}

@media only screen and (min-width: 1591px) and (max-width: 1600px) {
  .slider_band::before {
    transform: skewX(81deg);
    transform-origin: 65% 83% 0;
  }
  .slider_band::after {
    transform: skewX(-81deg);
    transform-origin: 65% 84% 0;
  }
  .slider_band::before, .slider_band::after {
    bottom: -1px;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1731px) {
  .slider_band::before, .slider_band::after {
    transform-origin: 65% 86% 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1130px) {
  .contact_form::after, .contact_form::before {
    background-size: cover !important;
  }
}

/* ================================= Small Computer #Sc ================================= */
@media only screen and (min-width: 1300px) {
  .first_col, .first_li {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .last_col, .last_li {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}

/* ================================= Large Computer #lc ================================= */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .line {
    left: 50% !important;
  }
}

/* ie9*/
@media all and (min-width: 0\0) and (min-width: 1920px) and (max-width: 2000px) {
  .content_band svg:not(:root) {
    top: 56px;
    position: relative;
  }
  .parallex_band svg:not(:root) {
    top: 48px;
    position: relative;
  }
  .parallex_band svg:not(:root):first-child {
    top: -57px !important;
    position: relative;
  }
  .slider_band svg:not(:root) {
    bottom: -46px !important;
  }
  svg:not(:root) {
    height: 210px;
  }
}

@media all and (min-width: 0\0) and (min-width: 1600px) and (max-width: 1920px) {
  .content_band svg:not(:root) {
    top: 56px;
    position: relative;
  }
  .parallex_band svg:not(:root) {
    top: 57px;
    position: relative;
  }
  .parallex_band svg:not(:root):first-child {
    top: -57px !important;
    position: relative;
  }
  .slider_band svg:not(:root) {
    bottom: -55px !important;
  }
}

@media all and (min-width: 0\0) and (min-width: 1300px) and (max-width: 1599px) {
  .content_band svg:not(:root) {
    top: 56px;
    position: relative;
  }
  .parallex_band svg:not(:root) {
    top: 59px;
    position: relative;
  }
  .parallex_band svg:not(:root):first-child {
    top: -59px !important;
    position: relative;
  }
  .slider_band svg:not(:root) {
    bottom: -46px !important;
    height: 186px !important;
  }
}

@media all and (min-width: 0\0) and (min-width: 1101px) and (max-width: 1299px) {
  .content_band svg:not(:root) {
    top: 65px;
    position: relative;
  }
  .parallex_band svg:not(:root) {
    top: 67px;
    position: relative;
  }
  .parallex_band svg:not(:root):first-child {
    top: -67px !important;
    position: relative;
  }
  .slider_band svg:not(:root) {
    bottom: -65px !important;
  }
}

/* ie10, ie11+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1920px) and (max-width: 2000px) {
  .content_band svg:not(:root) {
    top: 56px;
    position: relative;
  }
  .parallex_band svg:not(:root) {
    top: 48px;
    position: relative;
  }
  .parallex_band svg:not(:root):first-child {
    top: -57px !important;
    position: relative;
  }
  .slider_band svg:not(:root) {
    bottom: -46px !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1600px) and (max-width: 1920px) {
  .content_band svg:not(:root) {
    top: 56px;
    position: relative;
  }
  .parallex_band svg:not(:root) {
    top: 57px;
    position: relative;
  }
  .parallex_band svg:not(:root):first-child {
    top: -57px !important;
    position: relative;
  }
  .slider_band svg:not(:root) {
    bottom: -55px !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1300px) and (max-width: 1599px) {
  .content_band svg:not(:root) {
    top: 56px;
    position: relative;
  }
  .parallex_band svg:not(:root) {
    top: 59px;
    position: relative;
  }
  .parallex_band svg:not(:root):first-child {
    top: -59px !important;
    position: relative;
  }
  .slider_band svg:not(:root) {
    bottom: -46px !important;
    height: 186px !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1101px) and (max-width: 1299px) {
  .content_band svg:not(:root) {
    top: 65px;
    position: relative;
  }
  .parallex_band svg:not(:root) {
    top: 67px;
    position: relative;
  }
  .parallex_band svg:not(:root):first-child {
    top: -67px !important;
    position: relative;
  }
  .slider_band svg:not(:root) {
    bottom: -65px !important;
  }
}

/*****************/
@media screen and (min-width: 1430px) {
  .container, .small_container {
    padding: 0 100px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1429px) {
  .container, .small_container {
    padding: 0 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container, .small_container {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  .crane_page .owl-carousel .owl-item {
    max-width: 250px;
  }
}

@media only screen and (min-width: 1301px) {
  .home .slider_band {
    min-height: 700px;
  }
}

@media only screen and (min-width: 1301px) {
  .home .slider_band {
    min-height: 700px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  svg:not(:root) {
    height: 210px;
  }
}

/*
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and  (min-width : 1920px) and (max-width:2000px)
  {top:-57px !important;position :relative}	 
  .parallex_band svg:not(:root){top:48px;position :relative}	 
   .slider_band svg:not(:root){bottom:-46px !important}	
       }@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width : 1067px){ .content_band svg:not(:root){top:56px;position :relative}	.parallex_band svg:not(:root):first-child{top:-57px !important;position :relative}	 .parallex_band svg:not(:root){top:48px;position :relative}	  .slider_band svg:not(:root){bottom:-46px !important}		}
      
      
      
      @media screen and (min-width: 1430px)
     {.container{padding:0 100px}.small_container{padding:0 100px}}@media only screen and (min-width : 1025px) and (max-width: 1429px) {.container{padding:0 80px}.small_container{padding:0 80px}}@media only screen and (min-width : 768px) and (max-width: 1024px) {.container{padding:0 40px}.small_container{padding:0 40px}}@media only screen and (min-width : 768px ) {	.crane_page .owl-carousel .owl-item {max-width:250px;}}@media only screen and (min-width : 1301px ) {	.home .slider_band {min-height: 700px;}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {		.slider_band svg:not(:root){height:210px}	.home  svg:not(:root){height:210px}						}	@media screen and (min-width : 1600px) and (max-width: 2133px), screen\11  {			  _:-ms-fullscreen, :root .content_band svg:not(:root){top:56px;position :relative}	 _:-ms-fullscreen, :root  .parallex_band svg:not(:root):first-child{top:-57px !important;position :relative}	 _:-ms-fullscreen, :root  .parallex_band svg:not(:root){top:57px;position :relative}	 _:-ms-fullscreen, :root  .slider_band svg:not(:root){bottom:-55px !important}	}						@media only screen and (min-width : 1920px ), screen\11  {			  _:-ms-fullscreen, :root .content_band svg:not(:root){top:56px;position :relative}	 _:-ms-fullscreen, :root  .parallex_band svg:not(:root):first-child{top:-57px !important;position :relative}	 _:-ms-fullscreen, :root  .parallex_band svg:not(:root){top:48px;position :relative}	 _:-ms-fullscreen, :root  .slider_band svg:not(:root){bottom:-46px !important}	}				@media screen and (min-width : 1068px) and (max-width: 1280px) , screen\11  {			 _:-ms-fullscreen, :root  .content_band svg:not(:root){bottom:-65px;position :relative}	 _:-ms-fullscreen, :root  .parallex_band svg:not(:root):first-child{top:-67px !important;position :relative}	 _:-ms-fullscreen, :root  .parallex_band svg:not(:root){top:67px;position :relative}	 _:-ms-fullscreen, :root  .slider_band svg:not(:root){bottom:-65px !important}	}				@media only screen and (min-width : 1365px ) , screen\11  {			 _:-ms-fullscreen, :root  .content_band svg:not(:root){bottom:-65px;position :relative}	 _:-ms-fullscreen, :root  .768px) and (max-width: 1130px){ .content_band svg:not(:root){top:56px;position :relative}	.parallex_band svg:not(:root):first-child{top:-57px !important;position :relative}	 .parallex_band svg:not(:root){top:48px;position :relative}	  .slider_band svg:not(:root){botto@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and min-width : 1929px) and (max-width:2009px){ .content_band svg:not(:root){top:56px;position :relative}	.parallex_band svg:not(:root):first-child{top:-57px !important;position :relative}	 .parallex_band svg:not(:root){top:48px;position :relative}	  .slider_band svg:not(:root){bottom:-46px !important}		}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: n920px) and (max-width:2000px){ .content_band svg:not(:root){top:56px;position :relative}	.parallex_band svg:not(:root):first-child{top:-57px !important;position :relative}	 .parallex_band svg:not(:root){top:48px;position :relative}	  .slider_band svg:not(:root){bottom:-46px !important}		}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width : 1365px)
     */
