@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 320px;
  color: #000000;
  background: #ffffff;
  font-family: "Roboto";
  font-size: clamp(0.8rem, 1vw + 0.2rem, 1.0rem);
  line-height: 18px;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6{
  color: black;
  text-transform: uppercase;
  display: block;
  line-height: 1.1;
  font-family: 'Roboto';
  margin-bottom: 20px;
}
h1 {
    font-size: 2.75vw;
    font-family: 'Roboto';
    font-weight: 900;
}
h2 {
    font-size: 2.35vw;
    font-family: 'Roboto';
    font-weight: 900;
}
h3 {
    font-size: 1.25vw;
    font-weight: bold;
    text-transform: none;
}
h5, h6{
  font-size: 20px;
}
.text-left {
    text-align: left;
    padding-left: 0;
    margin-left: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
  font-size: 1.1vw;
}
p.white {
    color: white;
}
p.black {
    color: black;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table-wrap {
  overflow-y: auto;
  max-width: 100vw;
  padding: 0 20px;
}

th {
  border-bottom: 1px solid black;
  padding-bottom: 5px;
}
td > h3 {
  border-bottom: 1px solid black;
  padding: 5px 0;
}

td {
  vertical-align: top;
  padding: 5px 10px;
  font: caption;
}

a {
  cursor: pointer;
  outline: none;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85vw;
  font-family:  "Roboto";
}

a:hover {
  text-decoration: none;
  color: grey !important;
}

.white-text {
    color: white;
}
.black-text {
    color: black;
}
.cl:after, .f_bot:after, .footer_top:after, .content:after, .h_bot:after, .h_top:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
checkbox {
    height: 30px;
    width: 30px;
}

textarea {
  outline: none;
  resize: none;
}

ul, ol {
  margin-left: 1.5em;
}

.h_menu ul {
  margin-left: 0;
  list-style: none;
}

/* site styles */
body.black {
  background: #000;
}

.content, .h_top {
  max-width: 3000px;
  padding: 0 15px;
  margin: 0 auto;
}
.h_bot, .f_bot, .footer_top {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}


/* header */
header {
  position: relative;
  z-index: 5;
    width: 100%;
    padding: 0 6vw;
}

/* end header */

.h_top_wrap {
  height: 45px;
  background: black;
}

.h_top {
  padding-top: 10px;
}
.h_top .item_icon {
  float: right;
  margin-left: 60px;
}
.h_top .item_icon:last-of-type{
  margin-left: 0px;
}
.h_top .item_icon.h_tel {
  float: left;
  margin-left: 20px;
}
.h_top .item_icon.h_tel > div > i {
  max-width: 17px;
}
.h_top .item_icon.h_login > div > i {
  max-width: 16px;
}

.item_icon {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  border: 1.1px solid #fff;
  padding: 0 10px 0 20px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
.item_icon:hover {
  color: #E30613;
}
.item_icon > div {
  width: 30px;
  height: 30px;
  border: 1.1px solid #fff;
  border-radius: 50%;
  background: black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -17px;
}
.item_icon > div > i {
  display: block;
  max-width: 18px;
  width: 100%;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-position: center;
  background-repeat: no-repeat;
}
.item_icon > div > i.i_tel {
  background-image: url(https://www.optimasitesolutions.com/images/icons/phone_b.svg);
}
.item_icon > div > i.i_register {
  background-image: url(/images/icons/register.svg);
}
.item_icon > div > i.i_clock {
  background-image: url(/images/icons/clock.svg);
}
.item_icon > div > i.i_lock {
  background-image: url(/images/icons/lock.svg);
}

.h_bot {
  padding: 40px 60px 60px;
}

.h_logo {
  display: block;
  float: left;
  max-width: 360px;
  width: 100%;
}
.h_logo > img {
  display: block;
}

.hb_right {
  float: right;
  max-width: 690px;
  padding-top: 30px;
}

.custom-btn {
  text-decoration: none !important;
}

.custom-btn:after {
  border-color: transparent transparent #ffffff transparent !important;
}

.hbr_top > button {
  text-align: left;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  border: none;
  cursor: pointer;
  vertical-align: top;
  height: 40px;
  padding: 0 14px 0 14px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hbr_top > button:before {
  display: block;
  content: "";
  width: 90px;
  height: 66px;
  background: url(/images/icons/crane.svg) 0 0 no-repeat;
  position: absolute;
  bottom: -30px;
  right: -28px;
}
.hbr_top > button:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hbr_top > button.hbrt_1 {
  background: #E30613;
}
.hbr_top > button.hbrt_1:hover {
  color: grey;
  transition: 0.3s;
}

.hbr_top > a, .custom-btn {
  display: inline-block;
  word-break: break-all;
  vertical-align: top;
  height: 2.8vw;
  padding: 0 1vw;
  margin-right: 30px;
  font-weight: bold;
  line-height: 2.8vw;
  color: #fff;
  position: relative;
  overflow: hidden;
}
/*.hbr_top > a:before, .custom-btn:before {
  display: block;
  content: "";
  width: 90px;
  height: 66px;
  background: url(/images/icons/crane.svg) 0 0 no-repeat;
  position: absolute;
  bottom: -30px;
  right: -28px;
}
.hbr_top > a:after, .custom-btn:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #eeeeee transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}*/
/*.hbr_top > a.hbrt_1, .custom-btn.hbrt_1 {
  background: #E30613;
}*/
.hbr_top > a.hbrt_1:hover, .custom-btn.hbrt_1:hover {
  color: grey;
  transition: 0.3s;
}
.hbr_top > a.hbrt_2, .custom-btn.hbrt_2 {
  background: grey;
  margin-right: 20px;
}
.hbr_top > a.hbrt_2:hover, .custom-btn.hbrt_2:hover {
  color: grey;
  transition: 0.3s;
}
.hbr_top > a.hbrt_2.bnt-last {
  margin-right: 0px;
}
.hbr_top > a.hbrt_2:before {
  background: url(/images/icons/crane.svg) 0 0 no-repeat;
}

.hbr_top.menu > a{
  font-size:20px;
}

.h_menu_btn {
  display: none;
  width: calc(100% + 30px);
  transform: translateX(-15px);
  height: 40px;
  background: black;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.h_menu {
  margin-top: 22px;
  margin-left: -7px;
}
.h_menu > li.m, .h_menu > li > img {
  display: none;
}
.h_menu > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  position: relative;
}
.h_menu > li.last {
  margin-right: 0;
}
.h_menu > li > ul {
  display: none;
  width: fit-content;
  padding: 10px;
  background: black;
  position: absolute;
  top: 26px;
  left: 0;
}
.h_menu > li > ul > li {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
}
.h_menu > li > ul > li > a {
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  transition: 0.3s;
  white-space: nowrap;
  padding: 10px;
}
.h_menu > li > ul > li > a:hover {
  color: #FF1F2A;
}
.h_menu > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: black;
  padding: 0 7px;
  transition: 0.3s;
  position: relative;
  text-transform: uppercase;
}
.h_menu li.selected > a, .f_menu li.selected > a {
  color:#E40613;
}
.h_menu > li > a:before {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background: black;
  position: absolute;
  z-index: -1;
  right: 50%;
  top: 0;
  transition: 0.3s;
}
.h_menu > li > a:after {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background: black;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  transition: 0.3s;
}

/*.content {
  height: fit-content !important;
}*/

footer {
  background: black;
}

.footer_top {
  padding: 120px 15px 100px;
}

.f_col {
  float: left;
  width: 33%;
  min-height: 350px;
  border-right: 3px solid #fff;
  padding: 0 10px;
}
.f_col:nth-child(1) {
  padding-left: 4.8%;
}
.f_col:nth-child(2) {
  width: 28%;
}
.f_col:nth-child(2) .f_head {
  text-align: center;
  margin-bottom: 45px;
}
.f_col:nth-child(3) {
  width: 38%;
  padding-left: 5.8%;
  border-right: none;
}

.f_head {
  font-size: 54px;
  line-height: 120%;
  color: #E30613;
  margin-bottom: 24px;
}

.f_menu > li {
  display: block;
  margin-bottom: 7px;
}
.f_menu > li > a {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 1px;
  color: #fff;
  transition: 0.3s;
}
.f_menu > li > a:hover {
  color: #E30613;
}

.fc_items {
  max-width: 265px;
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
}
.fc_item:nth-child(5) > div > i {
    max-width: 21px;
}
.fc_item > div > i {
    display: block;
    max-width: 28px;
    width: 100%;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-position: center;
    background-repeat: no-repeat;
}

.fc_item {
  display: inline-block;
  vertical-align: top;
  height: 2.1vw;
  border: 1.1px solid #fff;
  padding: 0 10px 0 20px;
  line-height: 2.1vw;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s;
}
.fc_item:hover {
  color: grey;
}
.fc_item:nth-child(3) > div > i {
  max-width: 23px;
}
.fc_item:nth-child(5) > div > i {
  max-width: 21px;
}
.fc_item > div {
  width: 40px;
  height: 40px;
  border: 1.1px solid #fff;
  border-radius: 50%;
  background: black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
}
.fc_item > div > i {
  display: block;
  max-width: 26px;
  width: 100%;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-position: center;
  background-repeat: no-repeat;
}
.fc_item > div > i.i_mail {
    background-image: url(https://www.optimasitesolutions.com/images/icons/mail.svg);
}
.fc_item > div > i.i_tel {
    background-image: url(https://www.optimasitesolutions.com/images/icons/phone.svg);
}
.fc_item > div > i.i_lin {
    background-image: url(https://www.optimasitesolutions.com/images/icons/lin.svg);
}
.f_logo {
  display: block;
  max-width: 455px;
  width: 100%;
  margin: -40px 0 60px;
}
.f_logo > img {
  display: inline-block;
}

.f_link {
  margin: 0 0 30px 20px;
}
.f_link > a {
  transition: 0.3s;
}
.f_link > a:hover {
  color: #E30613;
}

.f_bot_wrap {
  background: #E30613;
  padding: 10px 0;
}

.f_bot {
  text-align: center;
}
.f_bot > a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  transition: 0.3s;
}
.f_bot > a:hover {
  color: black;
}
.f_bot > a:nth-child(2) {
  margin: 0 65px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.hidden{
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper{
  z-index: 1;
  /*max-width: 1280px;*/
  max-width: 75vw;
  width:100%;
  margin:auto;
  /*padding:0 60px;*/
  transition: 0.3s;
}

.page-header__block{
  width: 350px;
  height: 350px;
  background: #251F4D;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.page-header.red .page-header__block{
  background: #fce6e7;
  color: #E30613;
}
.page-header.blue .page-header__block{
  background: #e7e6fc;
  color: #251F4D;
}

.page-header__block:before{
  z-index: 1;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 50px solid transparent;
  border-right: 50px solid #FFF;
  border-bottom: 50px solid #FFFF;
}
.page-header.red .page-header__block:before{
  border-right: 50px solid #E30613;
  border-bottom: 50px solid #E30613;
}
.page-header.blue .page-header__block:before{
  border-right: 50px solid #251F4D;
  border-bottom: 50px solid #251F4D;
}
.page-header__block img{
  position: absolute;
  height: 250px;
  bottom: -30px;
  right: -30px;
  filter: invert(58%) sepia(9%) saturate(577%) hue-rotate(208deg) brightness(97%) contrast(93%);
}
.page-header__block img.red {
  filter: invert(59%) sepia(22%) saturate(1278%) hue-rotate(308deg) brightness(96%) contrast(93%);
}
.page-header__block img.blue {
  filter: invert(56%) sepia(11%) saturate(789%) hue-rotate(207deg) brightness(93%) contrast(85%);
}

.page-header__block:after{
  content: '';
  position: absolute;
  right: -60px;
  bottom: -128px;
  background: url(/images/icons/crane.svg) no-repeat bottom right;
  width: 300px;
  height: 270px;
  background-size: 100%;
}
.page-header.red .page-header__block::after{
  background: url(/images/icons/crane2.svg) no-repeat bottom right;
}
.page-header.blue .page-header__block::after{
  background: url(/images/icons/crane3.svg) no-repeat bottom right;
}

.page-header__title{
  z-index: 1;
  position: absolute;
  font-size: 40px;
  line-height: 1.1;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.page-header__title h1, .page-header__title h2, .page-header__title h3, .page-header__title h4, .page-header__title h5, .page-header__title h6{
  color: #fff;
  text-align: left;
}
.page-header__title.blue h1, .page-header__title.blue h2, .page-header__title.blue h3, .page-header__title.blue h4, .page-header__title.blue h5, .page-header__title.blue h6{
  color:#251F4D;
  text-align: left;
}
.page-header__title.red h1, .page-header__title.red h2, .page-header__title.red h3, .page-header__title.red h4, .page-header__title.red h5, .page-header__title.red h6{
  color: #E30613;
  text-align: left;
}
.page-header__text.white h1, .page-header__text.white h2, .page-header__text.white h3, .page-header__text.white h4, .page-header__text.white h5, .page-header__text.white h6{
  color: #fff;
}

.page-header{
  margin: 50px 0;
}
.page-header.red{
  background: #E40613;
}
.page-header.blue{
  background: #251F4D;
}
.page-header__inner{
  display: flex;
  flex-wrap: wrap;
}
.page-header.red .page-header__inner{
  padding: 30px 0;
}
.page-header.blue .page-header__inner{
  padding: 30px 0;
}

.page-header__image{
  padding-right:30px;
}

.page-header__text{
  padding-left:30px;
  flex: 1;
  font-family: 'Roboto', sans-serif;
}
.page-header__text > p a{
  color: #000;
  text-decoration: underline;
}
.page-header.red .page-header__text{
  color:#FFF;
}
.page-header.blue .page-header__text{
  color:#FFF;
}
.page-header.red .page-header__text > p a, .page-header.blue .page-header__text > p a  {
  color:#FFF;
  text-decoration: underline;
}

.page-header__text p{
  margin-bottom: 20px;
}

.page-header__text .hbr_top{
  display: flex;
  justify-content: end;
  margin-top: 50px;
}

.page-header__text .hbr_top a{
  position: relative;
  text-transform: uppercase;
}

.page-header__text .hbr_top a:after{
  border-color: transparent transparent #FFF transparent;
}
.page-header.red .page-header__text .hbr_top a:after{
  border-color: transparent transparent #E30613 transparent;
}
.page-header.blue .page-header__text .hbr_top a:after{
  border-color: transparent transparent #251F4D transparent;
}

.page-header.blue .page-header__text .hbr_top > a:nth-child(2) {
  background: #E30613;
}
.page-header.blue .page-header__text .hbr_top > a:nth-child(2):hover {
  color: #251F4D;
  transition: 0.3s;
}

.richtext-2col{
  margin: 50px 0;
}
.richtext-2col__collumns{
  display: flex;
  column-gap: 30px;
}
.richtext-2col__inner > h1, .richtext-2col__inner > h2, .richtext-2col__inner > h3, .richtext-2col__inner > h4, .richtext-2col__inner > h5, .richtext-2col__inner > h6{
  margin-bottom:20px;
  text-align: left;
}
.richtext-2col__inner > p{
  color: #413b5d;
  text-align: left;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom:20px;
  font-size: 20px;
}

.richtext-2col__col{
  width: 50%;
  font-family: 'Roboto', sans-serif;
}
.richtext-2col__col a{
  text-decoration: underline;
  font-weight: bold;
}
.richtext-2col__col p{
  margin-bottom: 1em;
}

.richtext{
  margin: 50px 0;
}
.richtext__inner{
  display: flex;
  flex-wrap: wrap;
}
.richtext__content{
  flex: 1;
  font-family: 'Roboto', sans-serif;
}
.richtext__content p{
  margin-bottom: 1em;
}
.richtext__content a{
  text-decoration: underline;
}
.richtext__content p:last-of-type {
  margin-bottom: 0;
}
.richtext__content h1, .richtext__content h2, .richtext__content h3, .richtext__content h4, .richtext__content h5, .richtext__content h6 {
  margin-bottom: 20px;
}
.richtext__content .hbr_top {
  display: flex;
  justify-content: end;
  margin-top: 50px;
}
.richtext__content .hbr_top a{
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.richtext__content .hbr_top a:after{
  border-color: transparent transparent #FFF transparent;
}

.richtext-image{
  margin: 50px 0;
}

.richtext-image__inner{
  display: flex;
  flex-wrap: wrap;
}
.richtext-image__row{
  display: flex;
  column-gap: 40px;
  width: 100%;
  align-items: center;
}
.richtext-image__row p > a{
  text-decoration: underline;
}
.richtext-image__col .hbr_top{
  display: flex;
  justify-content: end;
  margin-top: 50px;
}
.richtext-image__col h1, .richtext-image__col h2, .richtext-image__col h3, .richtext-image__col h4, .richtext-image__col h5, .richtext-image__col h6{
  text-align: left;
  margin-bottom: 20px;
}
.richtext-image__col p{
  font-family: 'Roboto', sans-serif;
  margin-bottom: 1em;
}
.richtext-image__col .hbr_top a:after {
  border-color: transparent transparent #FFF transparent;
}
.richtext-image__col.w75{
  width: 75%;
}
.richtext-image__col.w67{
  width: 67%;
}
.richtext-image__col.w50{
  width: 50%;
}
.richtext-image__col.w33{
  width: 33.33%;
}
.richtext-image__col.w25{
  width: 25%;
}
.richtext-image__col.o1{
  order: 1;
}
.richtext-image__col.o10{
  order: 10;
}

.field-validation-error {
  font-family: 'Roboto';
  color:#E40613;
}
/*.contact-form{
  margin: 50px 0;
}*/
.umbraco-forms-page {
    margin-top: 50px;
}
.contact-form.grey {
    background-color: grey;
    color: white;
}
.contact-form.white {
    background-color: white;
    color: black;
}
.contact-form-Blue, .contact-form-Red {
  padding: 50px 0;
}
.contact-form.Red {
  background: #E40613;
  color: #FFF;
}
.contact-form.Red h1, .contact-form.Red h2, .contact-form.Red h3, .contact-form.Red h4, .contact-form.Red h5, .contact-form.Red h6 {
  color: #FFF;
}
.contact-form.Red .hbrt_1 {
  background: #FFF;
  color: #000;
}
.contact-form.Red .hbrt_1::before {
  background: url(/images/icons/crane2.svg) 0 0 no-repeat;
}
.contact-form.Red .hbrt_1::after {
  border-color: transparent transparent #E40613 transparent;
}
.contact-form.Red .hbrt_1:hover{
  color: #E40613;
  transition: 0.3s;
}
.contact-form.Red .field-validation-error{
  font-family: 'Roboto';
  color: #000;
}
.contact-form.Blue {
  background: #251F4D;
  color: #FFF;
}
.contact-form.Blue h1, .contact-form.Blue h2, .contact-form.Blue h3, .contact-form.Blue h4, .contact-form.Blue h5, .contact-form.Blue h6{
  color: #FFF;
}
.contact-form.Blue .hbrt_1 {
  background: #FFF;
  color: #000;
}
.contact-form.Blue .hbrt_1::before {
  background: url(/images/icons/crane3.svg) 0 0 no-repeat;
}
.contact-form.Blue .hbrt_1::after {
  border-color: transparent transparent #251F4D transparent;
}
.contact-form.Blue .hbrt_1:hover{
  color: #E40613;
  transition: 0.3s;
}
.contact-form.Blue .field-validation-error{
  font-family: 'Roboto';
  color: #E40613;
}
.contact-form.Blue a, .contact-form.Red a{
  color: #FFF;
}

.contact-form input{
  font-family: 'Roboto';
  height: 40px;
  width: 100%;
}
input[type=submit] {
    width: auto;
}

.umbraco-forms-hidden {
    display: none;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form select {
    height: 40px;
    padding-left: 10px;
}
select {
    width: 100%;
}
.umbraco-forms-form textarea {
    height: 100px;
}
.umbraco-forms-field.uploadattachment.fileupload {
    margin-top: 20px;
}
input[type="checkbox"]
 {
    height: 20px;
    width: 20px;
    border: solid 1px;
}

.contact-form__block{
  display: flex;
  justify-content: space-between;
  column-gap: 35px;
}
.contact-form__inner{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 60%;
}
.contact-form__inner.fw {
  width: 100%;
}
.contact-form__inner:nth-child(2){
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 35%;
}
.contact-form__wall{
  position: relative;
  background: #251f4d;
  width: 100%;
  min-height: 200px;
  padding: 50px 0;
}
.contact-form__walltext{
  color: #FFF;
  padding: 0px 55px 0px 55px;
  background: #251f4d;
  width: 100%;
}
.contact-form__walltext:first-child{
  padding: 0px 55px 0px 55px;
}
.contact-form__walltext:last-child{
  padding-bottom: 30px;
}
/*.contact-form__walltext > div{
  border-bottom: 2px solid #E30613;
}*/
.contact-form__walltext:last-of-type > div{
  border-bottom: none;
}
.contact-form__walltext a{
  color: #FFF;
}
.contact-form__walltext .title {
  margin-top: 0px;
  overflow: hidden;
  color: #FFF;
  /*font-family: 'Roboto-Black';*/
  text-transform: uppercase;
  font-size: 18px;
  /*line-height: 1.1;*/
  height: auto;
}
.contact-form__walltext .address {
  font-size: 18px;
  line-height: 1.3em;
  font-family: 'Roboto';
  font-weight: bold;
  font-style: italic;
  color: black;
}
.contact-form__walltext .h_tel {
  
  font-size: 18px;
  font-family: 'Roboto';
  display: inline-block;
  color: #FFF;
  height: 26px;
  line-height: 24px;
  background-color: black;
  padding: 0 5px 0 25px;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 35px;
}
.contact-form__walltext .h_tel > div{
  height: 35px;
  width: 35px;
  background-image: url(https://www.optimasitesolutions.com/images/icons/phone_b.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-x: 50%;
    background-position-y: 50%;
}
.contact-form__walltext .h_tel > div > i{
  max-width: 20px;
  width: 20px;
  height: 27px;
}
.contact-form__walltext .h_tel > div > i.i_tel {
  background-image: url(/images/icons/phone_b.svg);
}
.contact-form__walltext.Gray .title, .contact-form__walltext.Gray .phone{
  color: black;
}
.contact-form__wall.Gray, .contact-form__walltext.Gray {
  background-color: #EEE;
}
.contact-form__wall.Red, .contact-form__walltext.Red {
  background-color: #E40613;
}

.contact-form__wall p, .contact-form__wall a {
  margin-bottom: 10px;
}

.contact-form__title{
  display: flex;
  flex-direction: column;
}
.contact-form__title h1, .contact-form__title h2, .contact-form__title h3, .contact-form__title h4, .contact-form__title h5, .contact-form__title h6{
  text-align: left;
}
.contact-form__title p{
  font-family: 'Roboto';
  margin: 20px 0;
}
.contact-form__row{
  display: flex;
  width: 100%;
  margin-top: 15px;
  column-gap: 35px;
}
.contact-form__row label{
  display: block;
  padding-bottom: 5px;
}
.contact-form__row .hbrt_1 {
  width: auto;
}
.contact-form__row input {
  padding-left: 5px;
}
.contact-form__col{
  width: 100%;
}
.contact-form__col-50{
  width: 50%;
}
.contact-form__input{
  height: 30px;
  margin: 0px;
  width: 100%;
  background-color: #EEEEEE;
}
.contact-form__textarea{
  padding: 5px;
  line-height: 1.1;
  width: 100%;
  font-family: 'Roboto';
  background-color: #EEEEEE;
}
.contact-form__upload{
  height: 30px;
  margin: 0px;
  width: 100%;
}

.contact-form__col .personal-data {
  display: flex;
}
.contact-form .personal-data__checkbox {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-left: 12px;
}

.contact-form__col .personal-data input{
  height: 28px;
  width: 28px;
  appearance: auto;
  margin: 2px;
}
.contact-form__col .personal-data p{
  font-family: 'Roboto';
  font-size: .8em;
  line-height: 1.3em;
}
.contact-form__col .personal-data a {
  font-family: 'Roboto-Black';
  font-size: 1em;
  line-height: 1.3em;
}
.contact-form__col .personal-data a:hover {
  text-decoration: underline;
}

.contact-form__col-50 .hbr_top > a {
  width: 100%;
  margin-right: 0px;
}
.contact-form__col-50 .hbr_top > a:after {
  border-color: transparent transparent #ffffff transparent;
}

.umbraco-forms-form input.text, .umbraco-forms-form textarea {
    max-width: 100% !important;
    width: 100% !important;
}

/* global form container */
.form-container {
    width: 100%;
}

.callout-50{
  background: url(/images/background.jpg) no-repeat bottom -260px center;
  width: 100%;
  height: auto;
  background-size: cover;
  position: relative;
  display: flex;
  margin: 50px 0;
}

.callout-50:before{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background: rgba(226,6,18, 0.5);
}
.callout-50.blue:before{
  background: rgba(37, 31, 77, 0.5);
}
.callout-50.no-tint:before{
  background: none;
}


.callout-50__content{
  position: relative;
  z-index: 2;
  max-width: 550px;
  margin: 40px 0;
  padding: 40px;
  background-size: 100% 100%;
}
.callout-50__content:before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 45%;
  background: #E40613;
  z-index: -1;
}
.callout-50.blue .callout-50__content:before{
  background: #251F4D;
}
.callout-50__content:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(/images/block_r.png) no-repeat center bottom;
  height: 60%;
  z-index: -1;
}
.callout-50.blue .callout-50__content:after{
  background: url(/images/block_b.png) no-repeat center bottom;
}

.callout-50__title{
  color: #FFF;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1;
}
.callout-50__title h1, .callout-50__title h2, .callout-50__title h3, .callout-50__title h4, .callout-50__title h5, .callout-50__title h6{
  color: #FFF;
  text-align: left;
}

.callout-50__text{
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  margin-top: 30px;
  margin-bottom: 35px;
}
.callout-50__text a{
  color: #FFF;
  text-decoration: underline;
}
.callout-50__text p {
  margin-bottom:1em;
}

.hbr_top a.btn-cran{
  background: #FFF;
  color:#000;
  text-transform: uppercase;
}

.hbr_top a.btn-cran:before{
  display: block;
  content: "";
  width: 90px;
  height: 66px;
  background: url(/images/icons/crane2.svg) 0 0 no-repeat;
  position: absolute;
  bottom: -30px;
  right: -28px;
}

/*.hbr_top a.btn-cran:after{
  border-color: transparent transparent #E40613 transparent;
}*/
.hbr_top a.btn-cran:hover{
  /*color:#E40613;*/
  transition: 0.3s;
}

/* resources */
.resources__list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 100px;
  column-gap: 5%;
  row-gap: 30px;
  max-width: 50vw;
  margin-left: 5%;
}
.resources__item{
  padding: 10px;
  width: 45%;
}
.resources__item img{
  display: block;
  width:100%;
}
.resources__footer{
  background: black;
  position: relative;
  justify-content: space-between;
  padding: 15px 25px 15px 20px;
  align-items: flex-start;
}
.resources__footer p {
    color: white;
}
.resources__footer p.subtitle {
    font-size: 12px;
}
.resources__footer p.title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.resources__footer p.desc {
    font-size: 12px;
}
.resources__row{
  display: flex;
  justify-content: space-between;
  position: relative;
  column-gap: 10px;
}
.resources__image {
    background-color: #eeeeee;
    min-height: 150px;
}
.resources__link {
    margin-top: 10px;
    background-color: white;
    color: black;
    padding: 8px 8px 8px 8px;
    text-transform: uppercase;
}

.our-team__list{
  display: inline-flex;
  width: 33%;
}

.our-team__item{
  padding: 10px;
  /*width: 33.33333%;*/
}
.our-team__item img {
  display: block;
  width:400px;
  filter: grayscale(100%);
}
/*.our-team__item img:hover {
    filter: grayscale(0%);
}*/

.our-team__footer{
  background: black;
  position: relative;
  justify-content: space-between;
  padding: 15px 25px 15px 20px;
  align-items: flex-start;
}
.our-team__row{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 10px;
  column-gap: 10px;
}
.our-team__row:first-child{
  margin-top: 0px;
}

.our-team__location{
  padding-top: 5px;
  position: relative;
  max-width: 100px;
}
.our-team__location:before{
  content: '';
  position: absolute;
  right: -16px;
  top: -42px;
  background: url(/images/icons/pin.svg) no-repeat;
  width: 32px;
  height: 41px;
  background-size: 100%;
}

.our-team__inner{
  background: #E40613;
  height: 100%;
  padding: 25px;
  position: relative;
}

.our-team__inner:before{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 35px solid transparent;
  border-right: 35px solid #FFF;
  border-bottom: 35px solid #FFFF;
}

.our-team__name, .our-team__phone a{
  color:#FFF;
  font-family: 'Roboto';
  text-align: left;
}
.our-team__link a{
  color: #FFF;
}
.our-team__link a:hover, .our-team__phone a:hover{
  color: #251F4D
}

.our-team__title{
  font-size: 40px;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1.1;
}

.our-team__text{
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.3;
  overflow: hidden;
}
.our-team__text p{
  margin-top:0.7em;
}
.our-team__text p:first-child{
  margin-top:0;
}

.our-team__name p{
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.our-team__name span{
  font-family: 'Roboto', sans-serif;
}

.our-team__location span{
  font-size: 13px;
  color: #FFF;
  line-height: 1;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  line-height: 1.1;
}

.our-team{
  margin: 50px 0;
}
.our-team .wrapper {
    text-align: center;
}

.callout-30{
  margin:50px 0;
  background: #E40613;
}
.callout-30.blue{
  background: #251F4D;
}

.callout-30__inner{
  display: flex;
  flex-wrap:wrap;
}
.callout-30__image{
  max-width: 450px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.callout-30__image:before{
  content: '';
  position: absolute;
  top: 0;
  left: -35px;
  background-size: 150%;
  width: 530px;
  height: 100%;
}

.callout-30__content .hbr_top > a:after{
  border-color: transparent transparent #E40613 transparent;
}

.callout-30__content .hbr_top > a:first-child{
  color:#E40613;
}
.callout-30__content .hbr_top > a:first-child:hover{
  color:#251F4D;
  transition: 0.3s;
}
.callout-30__content.blue .hbr_top > a:first-child{
  color:#251F4D;
}
.callout-30__content.blue .hbr_top > a:first-child:hover{
  color:#E40613;
  transition: 0.3s;
}

.callout-30__content .hbr_top > a:last-child{
  text-transform: uppercase;
}
.callout-30__content.blue .hbr_top > a:nth-child(2){
  background: #E30613;
}
.callout-30__content.blue .hbr_top > a:nth-child(2):hover{
  color:#251F4D;
  transition: 0.3s;
}
.callout-30__content.blue .hbr_top > a:after{
  border-color: transparent transparent #251F4D transparent;
}

.callout-30__content .hbr_top{
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.callout-30__content p{
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  line-height: 1.3;
  margin-bottom: 1em;
}
.callout-30__title{
  font-size: 40px;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 30px;
}
.callout-30__title h1, .callout-30__title h2, .callout-30__title h3, .callout-30__title h4, .callout-30__title h5, .callout-30__title h6{
  color: #FFF;
  text-align: left;
}
.callout-30__content{
  flex:1;
  padding: 50px 0;
}
.callout-30__content > p a{
  color: #FFF;
  text-decoration: underline;
}
.callout-30__icon{
  width: 230px;
  height: 230px;
  background: #FFF;
  border-radius: 50%;
  padding: 15px;
}

.callout-30__icon svg{
  width: 100%;
}

.featured-wrapper:first-of-type {
    margin-top: 100px;
}
.featured{
  margin: 0px 0;
}

.featured__list{
  display: flex;
  flex-wrap: wrap;
  margin-left:-10px;
  margin-right:-10px;
  margin-top: 30px;
}

.featured__item{
  width: 33.33333%;
  padding: 10px;
}

.featured__item img{
  display: block;
  width:100%;
  object-fit: cover;
  height:15vw;
}
.featured__item .hbr_top > a {
  margin-right: 5px;
  letter-spacing: normal;
  word-break: break-all;
}

.featured__content{
  background: black;
  padding: 30px;
  position: relative;
}
.blog .blog-copy-block p {
    min-height: 8vw;
    font-size: 1.2vw;
}
.blog .control-title {
     min-height: 6vw;
}
.hbr_top a.btn-cran.btn-cran-blue:before {
  display: block;
  content: "";
  width: 90px;
  height: 66px;
  background: url(/images/icons/crane3.svg) 0 0 no-repeat;
  position: absolute;
  bottom: -30px;
  right: -28px;
}
.hbr_top a.btn-cran.btn-cran-blue:after {
  border-color: transparent transparent #251F4D transparent;
}
.hbr_top a.btn-cran.btn-cran-blue:hover {
  color: grey;
  transition: 0.3s;
}

.featured__title{
  color: #FFF;
  text-transform: uppercase;
  line-height: 1;
}
.featured__content p {
  color: #FFF;
  display: -webkit-box;
    /*-webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 8vw;
    margin-bottom: 20px;
}

.cta-block{
  margin: 50px 0;
  width: 66vw;
  max-width: 66vw;
}
.cta-block__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -10px;
  margin-left:-10px;
  gap: 5%;
}
.cta-block__item{
  padding:0 10px;
  width:45%;
  max-width: 40vw;
  min-height: 20vw;
}
.cta-block__image{
    position: absolute;
    bottom: 35%;
    left: 10%;
    height: 7vw;
    width: 7vw;
}
.cta-block__item:first-of-type {
  background-color: #535353; /* grey */
}

.cta-block__item:nth-of-type(2) {
  background-color: #000000; /* black */
}

/*.cta-block__item > div:before{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 35px solid transparent;
  border-right: 35px solid #FFF;
  border-bottom: 35px solid #FFFF;
}
.cta-block__item > div img {
  position: absolute;
  height: 360px;
  top: -30px;
  left: -40px;
  filter: invert(100%) sepia(0%) saturate(5450%) hue-rotate(4deg) brightness(126%) contrast(101%) opacity(0.2);
}*/

.cta-block__title{
  color: #FFF;
  font-size: 1.75rem;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: right;
  font-weight: 500;
}
.cta-block__title:hover {
    color: grey !important;
}
.cta-block__title p {
    width: 12vw;
    text-align: right;
    float: right;
    font-size: 2.3vw;
    font-weight: 500;
}

.cta-block__item .hbr_top{
  margin-bottom:0;
}
.cta-block__item .hbr_top > a.btn-cran{
  margin:0;
}
.hbr_top {
    right: 30px;
    left: auto;
    bottom: 30px !important;
}

.cta-block__list .cta-block__item:first-child > div{
  background: url('') left 2vw bottom 0 no-repeat;
  background-position-y: center;
  background-size: 8vw;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px;
}

.cta-block__list .cta-block__item:last-child > div{
  background: url('') left 2vw bottom 0 no-repeat;
  background-position-y: center;
  background-size: 8vw;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px;
}

.cta-block__item .hbr_top {
    text-align: right;
}

.key-links{
  background: url(/images/background.jpg) no-repeat center center;
  width: 100%;
  height: 550px;
  background-size: cover;
  position: relative;
  display: flex;
  margin: 50px 0;
}
.key-links.Red:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(226,6,18, 0.5);
}
.key-links.Blue:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(37,31,77,0.5);
}

.key-links__list{
  display: flex;
  flex-wrap: nowrap;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: space-between;
}
.key-links__item{
  padding:0 10px;
  width: 32%;
  background-color: black;
}
.key-links__item p {
    min-height: 150px;
}
.key-links__list .key-links__item:nth-child(1) > div{
  /*background: url(/images/bb.png) no-repeat center center;*/
  padding:30px;
  background-size:100% 100%;
}
.key-links__list .key-links__item:nth-child(2) > div{
  /*background: url(/images/br.png) no-repeat center center;*/
  padding:30px;
  background-size:100% 100%;
}
.key-links__list .key-links__item:nth-child(3) > div{
  background: url(/images/bw.png) no-repeat center center;
  padding:30px;
  background-size:100% 100%;
}

/*.key-links__list .key-links__item:nth-child(3) > div .key-links__title{
  color:#000;
}
.key-links__list .key-links__item:nth-child(3) > div p{
  color:#000;
}*/
.key-links__title{
  color: #FFF;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 20px;
}
.key-links__item p{
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0.7em;
  line-height: 1.3;
}
.key-links__item p:last-of-type{
  margin-bottom: 30px;
  /*min-height: 180px;*/
}
.key-links__item .hbrt_1{
  text-transform: uppercase !important;
}
.key-links__item .hbr_top{
  margin:0 !important;
}
.key-links__item .hbr_top a{
  margin-right: 10px;
  /*padding-right: 70px;*/
  word-break: break-all;
  letter-spacing: 0px;
  /*font-size: 16px;*/
}
.sectors{
  margin: 50px 0;
}
.sectors__item{
  padding: 0 30px;
  width: 25%;
}
.sectors__list{
  display: flex;
  flex-wrap: wrap;
  margin-left:-30px;
  margin-right:-30px;
}
.sectors__image {
  display: inline-block;
  width: 100%;
  border-radius: 50%;
  transition: all 0.6s ease-in-out;
}
.sectors__image.Red {
  background: #E40613;
}
.sectors__image.Red:hover{
  transform: rotateY(180deg);
  background: #251F4D;
}
.sectors__image.Blue{
  background: #251F4D;
}
.sectors__image.Blue:hover{
  transform: rotateY(180deg);
  background: #E40613;
}
.sectors p{
  color: #413B5D;
  text-align: center;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 40px;
}
.sectors__item span{
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 20px;
}
.sectors__item{
  text-align: center;
  margin-bottom:30px;
}
.sectors__item img{
  display: block;
  width:100%;
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(328deg) brightness(106%) contrast(101%);
}
.sectors__list{
  margin-top:70px;
}
.partners__list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.partners__list > div{
  height: 240px;
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: center;
  padding: 0 10px;
}
.parnters{
  margin:50px 0;
}
.quor{
  margin:50px 0;
}
.quor__list{
  display: flex;
  flex-wrap: wrap;
  margin-left:-10px;
  margin-right: -10px;
}
.quor__item{
  padding:0 10px;
  width:33.3333%;
}
.quor__item > div p {
  margin-bottom: 1em;
}
.quor__item > div p:last-of-type {
  margin-bottom: 0;
}
.quor__item > div{
  position: relative;
  background: #E40613;
  padding:30px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quor__item > div.blue {
  background: #251F4D;
}

.quor__item > div:before{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 35px solid transparent;
  border-right: 35px solid #FFF;
  border-bottom: 35px solid #FFFF;
}

.quor__item > div:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/images/icons/brackets.svg) no-repeat bottom -30px left -20px;
  width: 210px;
  height: 163px;
}

.quor__item > div p{
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
}
.quor__footer{
  color:#FFF;
  margin-top:20px;
}
.quor__footer span{
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.quor__footer span:first-child{
  text-transform: uppercase;
}

.jobs__filters {
  background-color: #E40613;
}
.jobs__fg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: 15px 60px;
}
.jobs__filter {
  padding: 20px;
}
.jobs__search {
  padding: 20px;
}
.jobs__filter label {
  color: #FFFFFF;
  font-family: 'Roboto';
  width: 60px;
  display: inline-block;
}
.jobs__filter select, .jobs__filter input {
  padding-left: 5px;
  margin-left: 10px;
  height: 28px;
  font-family: 'Roboto';
  width: 160px;
}
.jobs__filter select {
  padding-right: 15px;

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/images/icons/down-arrow.svg);
  background-repeat: no-repeat, repeat;
  background-position: right .2em top 110%, 0 0;
  background-size: 10px auto, 100%;
}
/* For IE */
.jobs__filter select::-ms-expand {
  display: none;
}

.jobs__fg .hbr_top > a:first-child {
  color: #E40613;
}
.jobs__fg .hbr_top > a:first-child:hover {
  color: #251F4D;
  transition: 0.3s;
}
.jobs__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
}
.jobs__item {
  padding: 50px 50px;
  width: 100%;
}
.jobs__item.bb {
  border-bottom: 2px solid #EEE;
}
.jobs__header {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top:15px;
}
.jobs__header:first-child {
  margin-top: 0;
}

.jobs__title {
  color: #251F4D;
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.1;
  display: block;
  margin-right: 20px;
}
.jobs__date {
  position: relative;
  top: 2px;
  color: #7e7e7e;
  font-family: 'Roboto';
  text-align: left;
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
.jobs__location {
  position: relative;
  color: #fff;
  height: 26px;
  overflow: hidden;
  font-family: 'Roboto';
  line-height: 1.5;
  background: #241f4a;
  padding-left: 15px;
  padding-right: 25px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.jobs__location::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 7px solid transparent;
  border-right: 7px solid rgb(255, 255, 255);
  border-bottom: 7px solid rgb(255, 255, 255);
}
.jobs__type {
  height: 26px;
  position: relative;
  padding-left: 10px;
  padding-right: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
  font-family: 'Roboto';
  font-weight: bold;
  line-height: 1.4;
  color:#251F4D;
  border: 2px solid #251F4D;
}
.jobs__type::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/images/corner_b.png) 0 0 no-repeat;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.jobs__rate {
  height: 26px;
  position: relative;
  padding-left: 10px;
  padding-right: 20px;
  margin-bottom: 15px;
  font-family: 'Roboto';
  font-weight: bold;
  line-height: 1.4;
  color:#E30613;
  border: 2px solid #E30613;
}
.jobs__rate::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/images/corner_r.png) 0 0 no-repeat;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.jobs__text {
  font-family: 'Roboto';
}
.jobs__text p {
  margin-bottom: 1em;
}
.jobs__footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top:15px;
}
.jobs__footer .hbr_top {
  text-transform: uppercase;
}
.jobs__footer .hbr_top > a:after {
  border-color: transparent transparent #ffffff transparent;
}
.jobs__author {
  font-family: 'Roboto';
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 15px;
}
.jobs__author img {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  filter: grayscale(100%);
}
.jobs__author span {
  margin-left: 20px;
  color: #7e7e7e;
}

.blog-item__inner{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 50px 0;
}
.blog-item__image{
  width: 100%;
}
.blog-item__meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-item__meta > div:first-child {
  max-width: 30%;
}
.blog-item__meta > div {
  display: flex;
  font-family: 'Roboto';
  font-size: 16px;
  margin-top: 10px;
  max-width: 70%;
}
.blog-item__meta > .tags{
  flex-wrap: wrap;
  justify-content: flex-end;
}
.blog-item__meta a {
  font-family: 'Roboto';
  margin-right: 7px;
}
.blog-item__meta img{
  height: 1.2em;
  margin-right: 7px;
}
.blog-item__body{
  margin-top:20px;
  font-family: 'Roboto';
}
.blog-item__body > p.breadcrumbs{
  font-weight: bold;
  color: #251F4D;
  text-transform: uppercase;
}
.blog-item__body > p.breadcrumbs > a{
  text-decoration: none;
}
.blog-item__body > p.breadcrumbs > a:hover{
  text-decoration: underline;
}
.blog-item__body p > a, .blog-item__body li > a {
  text-decoration: underline;
}
.blog-item__body h1{
  text-align: left;
  margin-bottom:20px;
}
.controls{
  margin: 50px 0;
  width: 100%;
}
.blog-control{
  display: flex;
}
.blog-control__item{
  width: 50%;
  padding: 10px;
}
.blog-control__item > a{
  position:relative;
}
.blog-control__item img{
  display: block;
  width: 100%;
}
.blog-control__item .tint_prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(37, 31, 77, 0.5);
}
.blog-control__item .tint_next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(226,6,18, 0.5);
}
.blog-control__item span.title{
  position: absolute;
  top: 0px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1;
  color: #FFF;
  max-height: 160px;
  overflow: hidden;
  text-align: left;
  padding: 20px;
}
.blog-control__content{
  background: #251F4D;
  padding: 30px;
  position: relative;
}
.blog-control__content.next{
  background: #E40613;
  padding: 30px;
  position: relative;
}
.blog-control__content.next .hbr_top .hbrt_1{
  margin-right: 10px;
}
.blog-control__content:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 30px solid transparent;
  border-right: 30px solid #FFF;
  border-bottom: 30px solid #FFFF;
}
.blog-author {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 100px 0;
}
.blog-author img {
    height: 150px;
    width: 150px;
}
.blog-author-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.paginator{
  margin-top:40px;
  display: flex;
  justify-content: center;
}
.paginator__body{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.paginator__link{
  height: 2.4rem;
  margin: 0 4px;
  padding: 5.33333px 16px;
  border: none;
  background: #251f4d;
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
}
.paginator__link--current {
  background-color: #E30613;
  color: #fff;
  cursor: default;
}
.pagi-prev {
  height: 0.65em;
  width: 0.65em;
  transform: rotate(180deg);
}
.pagi-next {
  height: 0.65em;
  width: 0.65em;
}

.enquiry_sent {
  padding: 60px 0;
}
.enquiry_sent p{
  text-align: center;
  padding-top: 50px;
}

.google_map iframe {
  width: 100%;
}

.cookiePopup {
  background: #fff;
  width: 30%;
  max-width: 500px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  box-shadow: 0px 0px 15px #888;
  padding: 10px;
  z-index: 10;
}

.cookiePopup p {
  font-family: 'Roboto';
  text-align: left;
  font-size: 16px;
  color: #4e4e4e;
  padding-bottom: 5px;
}

.cookiePopup a:hover {
  text-decoration: underline;
}

.cookiePopup button {
  max-width: 200px;
  border-color: transparent transparent #ffffff transparent;
}

figcaption {
  width: 50%;
  float: left;
  text-align: center;
  margin: auto;
  padding: 0 10px;
}

.rm-top {
  margin-top: 0px!important;
}
.rm-bottom {
  margin-bottom: 0px!important;
}
.rm-both {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}
.text-center > h1, .text-center > h2, .text-center > h3, .text-center > h4, .text-center > h5, .text-center > h6, .text-center > p{
  text-align: center!important;
}

@media(max-width:900px){
  .partners__list > div{
    width: 25%;
    height: 150px;
  }
  .sectors__item {
    padding: 0 30px;
    width: 50%;
  }
  .sectors h1, .sectors h2, .sectors h3, .sectors h4{
    font-size: 30px;
  }
  .sectors h5, .sectors h6{
    font-size: 26px;
  }
  .sectors__item span{
    font-size: 20px;
  }
  .key-links{
    height: auto;
  }
  .key-links .wrapper{
    padding: 0;
  }
  .key-links__item{
    padding: 10px;
    width: 50%;
  }
  .key-links__item p{
    height: 60px;
    overflow: hidden;
  }
  .key-links__list{
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .key-links__title{
    font-size: 30px;
  }
  .key-links__list .key-links__item:nth-child(1) > div{
    background: #251F4D;
  }
  .key-links__list .key-links__item:nth-child(2) > div{
    background: #E40613;
  }
  .key-links__list .key-links__item:nth-child(3) > div{
    background: #EEEEEE;
  }
}

@media(max-width:1240px){
  .key-links .wrapper{
    padding: 0 20px;
  }
  .key-links__list{
    position: relative;
  }
}
@media(max-width:800px){
  .cta-block__item{
    width:100%;
    margin-bottom:20px;
  }
  .cta-block__item .hbrt_1.btn-cran{
    margin:0 !important;
  }
}
@media(max-width: 1280px){
  .our-team__title {
    font-size: 30px;
  }
}

@media(max-width:1200px){
  .our-team__text {
    margin-bottom: 20px;
    margin-top:20px;
  }
  .our-team__title {
    font-size: 23px;
  }
}

@media(max-width:1070px){
  .quor__item {
    padding: 0 10px;
    width: 33.3%;
    margin-bottom: 20px;
  }
  .our-team__list .our-team__item {
    width:33.3%;
  }
  .callout-30__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .callout-30__image:before{
    display: none;
  }
  .callout-30__image{
    margin-top:40px;
  }
  .featured__item {
    width: 33.3%;
  }
  .featured__item .hbr_top > a{
    letter-spacing: 0px;
    margin-right: 0px;
  }
  .contact-form__walltext:first-child{
    padding: 55px 25px 0px 25px;
  }
  .contact-form__walltext{
    padding: 35px 25px 0px 25px;
  }
  .blog-control__item span.title{
    font-size:30px;
  }
}
@media(max-width:800px){
  .page-header__text .hbr_top{
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-header__text .hbr_top a{
    margin-left:0 !important;
    margin-right:0 !important;
    width: 100%;
    margin-bottom:20px !important;
  }
  .contact-form__block{
    flex-wrap: wrap;
  }
  .contact-form__inner{
    width: 100%;
    overflow: hidden;
  }
  .contact-form__inner:nth-child(2) {
    width: 100%;
    margin-top: 50px;
  }
  .contact-form__walltext{
    padding: 30px 55px 0px 55px;
  }
  .contact-form__walltext:first-child{
    padding: 55px 55px 0px 55px;
  }
  .richtext__content .hbr_top{
    flex-wrap: wrap;
    justify-content: center;
  }
  .richtext__content .hbr_top a{
    margin-left:0 !important;
    margin-right:0 !important;
    width: 100%;
    margin-bottom:20px !important;
  }
  .our-team__list .our-team__item{
    width:50%;
    margin-bottom: 20px;
  }
  .callout-30__content .hbr_top{
    flex-wrap: wrap;
    justify-content: center;
  }
  .callout-30__content .hbr_top > a.hbrt_1{
    margin-bottom:20px;
  }
  .featured__item {
    width: 50%;
    padding: 10px;
  }
  .partners__list > div{
    width: 33.3333%;
  }
  .sectors__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .quor__item {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px;
  }
  .sectors__item span{
    font-size: 16px;
  }

  .jobs__item {
    padding: 50px 0px;
  }
  .jobs__fg {
    padding: 15px 30px;
  }
  .blog-control{
    flex-direction: column;
  }
  .blog-control__item{
    width: 100%;
  }
  .blog-control__content.next .hbr_top {
    text-align: left;
  }

}
@media(max-width:1300px){
  .callout-50{
    background: url(/images/background.jpg) no-repeat  center center;
  }
}

@media(max-width:650px){
  .callout-50__title h1, .callout-50__title h2, .callout-50__title h3, .callout-50__title h4{
    font-size: 30px;
  }
  .callout-50__title h5, .callout-50__title h6{
    font-size: 26px;
  }
  .featured h1, .featured h2, .featured h3, .featured h4{
    font-size: 30px;
  }
  .featured h5, .featured h6{
    font-size: 26px;
  }
  .richtext-2col__inner h1, .richtext-2col__inner h2, .richtext-2col__inner h3, .richtext-2col__inner h4{
    font-size: 30px;
  }
  .richtext-2col__inner h5, .richtext-2col__inner h6{
    font-size: 26px;
  }
  .our-team h1, .our-team h2, .our-team h3, .our-team h4{
    font-size: 30px;
  }
  .our-team h5, .our-team h6{
    font-size: 26px;
  }
  .callout-30__title h1, .callout-30__title h2, .callout-30__title h3, .callout-30__title h4{
    font-size: 30px;
  }
  .callout-30__title h5, .callout-30__title h6{
    font-size: 26px;
  }
  .key-links{
    height: auto;
  }
  .key-links__item{
    width: 80%;
  }
  .key-links__item .hbr_top > a {
    margin:0;
  }
  .key-links__item p{
    display: none;
    height: 60px;
    overflow: hidden;
  }
  .jobs__footer .hbr_top > a.hbrt_1 {
    margin-bottom: 10px;
  }
  .callout-50__content:before{
    height: 100%;
  }
}

@media(max-width:430px){
  .callout-50__title h1, .callout-50__title h2, .callout-50__title h3, .callout-50__title h4, .callout-50__title h5, .callout-50__title h6 {
    font-size: 20px;
  }
  .callout-50__text{
    font-size: 14px;
  }
  .callout-30__title h1, .callout-30__title h2, .callout-30__title h3, .callout-30__title h4, .callout-30__title h5, .callout-30__title h6{
    font-size: 27px;
  }
  .cta-block__title {
    width: auto;
    color: #FFF;
    font-size: 27px;
  }
  .sectors h1, .sectors h2, .sectors h3, .sectors h4{
    font-size: 24px;
  }
  .sectors h5, .sectors h6{
    font-size: 22px;
  }
  .sectors p{
    font-size: 14px;
  }
  .richtext-2col__inner > p{
    font-size: 14px;
  }

  .jobs__footer .hbr_top > a.hbrt_1 {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .jobs__footer .hbr_top > a.hbrt_2 {
    width: 100%;
    text-align: center;
  }

  .jobs__fg {
    display: block;
  }
  .jobs__search .hbr_top > a.hbrt_1 {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .key-links__item {
    width: 100%;
    padding: 10px 0;
  }
  .our-team__list .our-team__item {
    width: 100%;
  }
  .featured__item {
    width: 100%;
  }
  .quor__item {
    width: 100%;
  }
  .blog-item__meta > div, .blog-item__meta a {
    font-size: 14px;
  }
  .contact-form__walltext{
    padding: 30px 25px 0px 25px;
  }
  .contact-form__walltext:first-child{
    padding: 55px 25px 0px 25px;
  }
  .blog-control__item span.title{
    font-size: 22px;
  }
  .richtext-2col__collumns{
    flex-direction: column;
  }
  .richtext-2col__col{
    width: 100%;
  }
  .richtext-2col__col{
    margin-bottom: 20px;
  }
  figcaption {
    padding: 0 5px;
  }
}

@media(max-width:1000px){
  .page-header__inner{
    flex-direction: column;
  }
  .page-header__image{
    padding-right: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .page-header__text{
    padding-left:0;
  }
  .page-header__text .hbr_top a, .callout-30__content .hbr_top a{
    margin-top:0 !important;
    margin-bottom:0;
  }
  .page-header__text .hbr_top a:first-child, .callout-30__content .hbr_top a:first-child{
    margin-right: 10px;
  }
  .page-header__text .hbr_top a:last-child, .callout-30__content .hbr_top a:last-child{
    margin-left: 10px;
  }
}

@media(max-width:520px){
  .page-header__block {
    width: 100%;
  }
  .page-header__title, .page-header__title h1, .page-header__title h2, .page-header__title h3, .page-header__title h4{
    font-size: 38px;
  }
  .page-header__title h5, .page-header__title h6{
    font-size: 30px;
  }
  .blog-item__body h1, .blog-item__body h2 {
    font-size: 30px;
  }
  .wrapper{
    padding: 0 15px;
  }
  .f_head{
    font-size: 34px;
  }
  .f_menu > li > a{
    font-size: 16px;
  }
  .jobs__header {
    display: block;
  }
  .jobs__item {
    padding: 40px 15px;
  }
  .jobs__text {
    font-weight: normal;
  }
  .jobs__type, .jobs__rate, .jobs__location {
    width: fit-content;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .jobs__rate {
    margin-bottom: 15px;
  }
  .jobs__header {
    margin-top: 10px;
  }
  .jobs__fg {
    padding: 15px;
  }
  .jobs__filter {
    padding: 15px 0;
  }
  .jobs__search {
    padding: 15px 0;
  }
  .contact-form__walltext .title, .contact-form__walltext .phone{
    font-size: 20px;
  }
  .contact-form__walltext, .contact-form__row label {
    font-size: 14px;
  }
}

@media(max-width:360px){
  .page-header__title, .page-header__title h1, .page-header__title h2, .page-header__title h3, .page-header__title h4{
    font-size: 30px;
  }
  .page-header__title h5, .page-header__title h6{
    font-size: 28px;
  }
}

@media only screen and (max-width: 1200px) {
  .h_bot {
    padding: 30px 15px;
  }

  .h_logo {
    float: none;
    margin: 0 auto;
  }

  .hb_right {
    float: none;
    margin: 0 auto;
  }

  .f_col:nth-child(1) {
    padding-left: 0;
  }
}
/*1200*/
@media only screen and (max-width: 1000px) {
  .footer_top {
    padding: 30px 15px;
  }

  .f_col {
    width: 50%;
    margin-bottom: 30px;
  }
  .f_col:nth-child(2) {
    width: 50%;
    border-right: none;
  }
  .f_col:nth-child(3) {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 30px auto 0;
  }

  .f_bot > a:nth-child(2) {
    margin: 0 60px;
  }
}
/*1000*/
@media only screen and (max-width: 940px) {
  .h_top .item_icon {
    margin-left: 20px;
  }
  .h_top .item_icon.h_tel {
    margin-left: 15px;
  }

  .item_icon {
    letter-spacing: 0.5px;
  }
}
/*940*/
@media only screen and (min-width: 780px) {
  .h_menu > li:hover > ul {
    display: block;
  }
  .h_menu > li:hover > a {
    color: #fff;
  }
  .h_menu > li:hover > a:before, .h_menu > li:hover > a:after {
    width: 50%;
  }
}
/*+780*/
@media only screen and (max-width: 780px) {
  .richtext-image__row{
    flex-direction: column;
  }
  .richtext-image__col.w75{
    width: 100%;
  }
  .richtext-image__col.w67{
    width: 100%;
  }
  .richtext-image__col.w50{
    width: 100%;
  }
  .richtext-image__col.w33{
    width: 100%;
  }
  .richtext-image__col.w25{
    width: 100%;
  }
  .richtext-image__col.o10{
    order: 1;
  }
  .richtext-image__col > img{
    margin-bottom: 10px;
  }
  .h_top_wrap .h_top .item_icon {
    display: none;
  }
  .h_top_wrap .h_top .h_register {
    display: block;
  }
  .h_top_wrap .h_top {
    display: flex;
    justify-content: center;
  }
  .h_top_wrap {
    position:fixed;
    top:0;
    width:100%;
    z-index: 9;
  }
  .h_bot {
    padding-top: 74px;
  }

  .hb_right {
    padding-top: 15px;
  }

  .hbr_top.menu {
    max-width: 360px;
    text-align: center;
    margin: 0 auto;
  }

  .hbr_top > a {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .hb_right .hbr_top > a {
    margin: 0 0 30px;
  }
  .hb_right .hbr_top > a:first-of-type {
    margin-top: 30px;
  }

  .h_menu_btn {
    display: block;
  }
  .h_menu_btn .hammy {
    display: flex;
    height: 100%;
    justify-content: center;
  }

  .h_menu {
    display: none;
    margin: 30px 0 30px;
  }
  .h_menu.opened {
    display: block;
  }
  .h_menu > li {
    display: block;
    margin: 0 0 10px;
  }
  .h_menu > li > ul {
    padding: 10px 40px;
    position: static;
    width: 100%;
    background: none;
  }
  .h_menu > li > ul.opened {
    display: block;
  }
  .h_menu > li > ul > li {
    text-align: center;
  }
  .h_menu > li > ul > li > a {
    color: #251f4d;
  }
  .h_menu > li > a {
    display: block;
    padding: 0 40px;
    text-align: center;
  }
  .h_menu > li > img {
    display: block;
    height: 24px;
    float: right;
    position: relative;
    top: -25px;
    cursor: pointer;
  }
  .h_menu > li.m {
    display: block;
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
  .h_menu > li.m  > a {
    display: inline-block;
    color:#FFF;
    line-height:22px;
    background-color:#251F4D;
    padding: 0 10px 0 20px;
  }
  .h_menu > li.m  > a.item_icon div {
    border: 1.1px solid #eee;
  }
  .f_col {
    width: 100%;
    max-width: 350px;
    min-height: auto;
    border-right: none;
    float: none;
    margin-bottom: 20px;
  }
  .f_col:nth-child(2) {
    width: 100%;
    padding: 0px;
  }

  .f_col:nth-child(2) .f_head{
    text-align:left;
  }

  .f_head {
    margin-bottom: 20px !important;
  }

  .f_logo {
    margin: 0 0 40px;
  }

  .f_bot_wrap {
    padding-bottom: 0;
  }

  .f_bot > a {
    margin: 0 15px 10px !important;
  }

  .footer_top {
    display: flex;
    flex-direction: column-reverse;
  }

  .fc_items {
    padding-left: 30px;
    margin: 0;
  }

  .cookiePopup {
    width: 50%;
  }
}

/*780*/
@media only screen and (max-width: 420px) {
  .hbr_top > a, .hbr_top > button, .hbr_top.menu > a {
    font-size: 14px;
  }
  .key-links__item .hbr_top a{
    font-size: 16px;
  }
  .cookiePopup {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}

.red {
  color: red;
}


/* JOB DETAILS */
.job-details {
    margin: 100px 0;
}

.job-details .job-nav {
    padding-bottom: 50px;
}
.job-details .divider {
    background-color: black;
    height: 1px;
    margin: 50px 0;
}
.job-details .job-rate, .job-details .job-responsibilities, .job-details .job-requirements {
    font-weight: bold;
    margin: 30px 0;
}
.job-content p {
    margin-bottom: 5px;
}