/*@font-face {
  font-family: CircularStdBook;
  font-weight: normal;
  src: url("../fonts/CircularStd-Book.otf") format("opentype");
}  */
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  font-family: 'Arial' !important;
  margin: 0 auto;
  min-height: 100%;
  background: #ffffff;
  color: #333333;
  font-size: 14px !important;
  position: relative;
}
body p {
  letter-spacing: 0.4px;
  margin-bottom: 6px;
  line-height: 18px;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ajax-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 99999999;
  height: 100%;
  top: 0%;
  background-color: rgba(255,255,255, 0.5);
  left: 0%;
}
.ajax-loader img {
  width: 110px;
  position: relative;
}
.ajax-loader p {
  width: 110px;
  position: relative;
  top:40%;
  left: 46%;
}
.body-section {
  min-height: 100vh;
  position: relative;
  clear: both;
}
.about-holder h2 {
  color: #ab1236;
  border-bottom: 1px solid grey;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2.2px;
  padding: 0 10px 4px;
  text-transform: uppercase;
  margin: 0 auto;
}
.executive-holder h2 {
  margin: 0 auto;
}
h2 {
  color: #ab1236;
  border-bottom: 1px solid grey;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2.2px;
  padding: 0 10px 4px;
  text-transform: uppercase;
}
h3 {
  color: #4cb9e7;
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 5px;
}
h4 {
  color: #9e2639;
  font-size: 18px;
  font-weight: 700;
}
h5 {
  color: #888b8d;
  font-weight: 700;
  font-size: 18px;
}
/*.hr {
  border-bottom: #b2b2b28c dashed;
  border-bottom-width: 2px;
}
.hr-2 {
  border-bottom: #9e263970 dashed;
  border-bottom-width: 2px;
} */
.btn-red {
  background-color: #ab1236;
  color: #fff;
  padding: 4px 16px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.4px;
  float: right;
  border-top-color: #ab1236;
  border-bottom-color: #ab1236;
  border-left-color: #ab1236;
  border-right-color: #ab1236;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.active {
  background-color: #ab1236;
  color: #fff;
  padding: 4px 16px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.4px;
  opacity: 0.9;
  border-top-color: #ab1236;
  border-bottom-color: #ab1236;
  border-left-color: #ab1236;
  border-right-color: #ab1236;
}
.hidden {
  display: none;
}
/* common css end here */
/* header css start here */
.header {
  width: 100%;
  height: auto;
  box-shadow: -5px -5px 5px 8px #ff000036;
  -webkit-box-shadow: -5px -5px 5px 8px #ff000036;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header .navbar {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 0 20px;
  margin: 0 auto;
}
.header .navbar .brand {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: inherit;
  text-transform: uppercase;
  color: #252a32;
}
.header .navbar .menu {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  justify-content: center;
  align-items: center;
}
.header .navbar .menu-item {
  padding: 5px 0;
}
.header .navbar .menu-item  .active-link {
  color: #ab1236;
  border-bottom: 1px solid #ab1236 !important;
  padding: 5px 0;
}
.header .navbar .menu-item  .active-link:hover {
  border-bottom: 1px solid #ab1236 !important;
}
.header .navbar .menu-item :hover {
  border-bottom: 1px solid #000000 !important;
  padding: 5px 0;
}
.header .navbar .menu-item:not(:first-child) {
  margin-left: 2rem;
}
.header .navbar .menu-item a {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.2px;
  line-height: 14px;
}
.navbar-fixed {
  top: 0;
  z-index: 100;
  position: sticky;
  width: 100%;
  background-color: #ffffff;
}

a.nav-link.active {
  border: 0!important;
}
/* header css end here */
#scroll {
  position: fixed;
  right: 10px;
  bottom: 120px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #ab1236;
  text-indent: 0;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  text-align: center;
  clear: both;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -22px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll p {
  position: absolute;
  margin: 0 auto;
  bottom: 6px;
  top: auto;
  left: 0;
  right: 0;
  color: #ffffff;
}
#scroll:hover {
  background-color: #ab1236;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.views-field-body {
  height: auto;
  position: relative;
}
/* footer css start here */
.field-content {
  height: 100%;
  clear: both;
  position: relative;
}
.footer-holder {
  background-color: #ab1236;
  height: auto;
  margin: 0 auto;
  padding: 0 0;
  width: 100%;
  display: block;
  bottom: 0 !important;
  z-index: 999;
  clear: both !important;
}
.footer-left {
  float: left;
}
.footer-right {
  display: inline-block;
}
.footer-right .follow-us {
  float: right;
}
.footer-left ul,
.footer-right ul {
  margin: 10px auto;
  padding: 0 0;
}
.footer-bottom {
  font-size: 12px;
}
.footer-bottom-left {
  float: left;
}
.footer-bottom-right {
  display: inline-block;
}
.footer-bottom-left p,
.footer-bottom-right ul {
  color: #ffffff;
  opacity: 0.65;
}
.footer-bottom-right ul {
  display: inline-flex;
  padding: 0 20px;
}
.footer-bottom-right ul li {
  opacity: 0.8;
  /* margin: 0 auto; */
}
/* .footer-bottom-right ul li:nth-child(2) {
  margin-left: 10px;
} */
.footer-left li {
  display: inline-block;
  padding: 0 50px 0 0;
  color: #ffffff;
  font-size: 14px;
}
.footer-holder ul li a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.65;
}
.footer-holder ul li .nav-link-footer {
  color: #ffffff;
  opacity: 1;
  font-weight: 500;
}
.footer-right li {
  padding: 0 10px;
}
.footer-right li a {
  color: #ffffff;
  text-decoration: none;
}
.footer-bottom-right ul li a {
  border-bottom: 1px solid #ffffff;
  padding: 2px 0;
}
.footer-bottom-right ul li{
  border-right: 1px solid #ffffff;
  padding: 0 4px 0 0;
  margin-left: 4px;
}
.footer-bottom-right ul li:first-child {
  margin-left: 0px;
}
.footer-bottom-right ul li:last-child {
  border-right: 0px;
  margin-left: 4px;
}
.footer-right .linkedin {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  padding: 2px 6px;
  opacity: 1;
  margin: -4px auto 0;
}
.footer-right .linkedin i {
  background-image: url('../../../../sites/default/files/linkedin-logo.svg');
  height: 24px;
  width: 24px;
  display: block;
  margin-top: -5px;
}
.footer-right .linkedin i::before {
  content: '';
}
/* footer css end here */
/*terms of service page css start here */

.body-section [about="/terms-of-service"] ul {
  text-indent: 0em;
  margin-left: 0;
}
.body-section [about="/terms-of-service"] ul li {
  display: inline-block;
  width: 100%;
  clear: both;
}
.body-section [about="/terms-of-service"] ul li:before {
  margin: 4px auto;
  content: "";
  display: inline-block;
  background-color: #ab1236;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 0;
  padding: 0 0;
  float: left;
  text-indent: 0em;
  clear: both;
}
.body-section [about="/terms-of-service"] ul li p {
  margin-left: 24px;
  text-indent: 0em;
}
.body-section [about="/terms-of-service"] h2 {
  margin: 20px auto 10px;
}
/*terms of service page css end here */
/*privacy policy css start here*/
.body-section [about="/privacy-policy"] ul {
  text-indent: 0em;
  margin-left: 0;
}
.body-section [about="/privacy-policy"] ul li {
  display: inline-block;
  width: 100%;
  clear: both;
}
.body-section [about="/privacy-policy"] ul li:before {
  margin: 4px auto;
  content: "";
  display: inline-block;
  background-color: #ab1236;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 0;
  padding: 0 0;
  float: left;
  text-indent: 0em;
  clear: both;
}
.body-section [about="/privacy-policy"] ul li p {
  margin-left: 24px;
  text-indent: 0em;
}
.body-section [about="/privacy-policy"] h2 {
  margin: 20px auto 10px;
}
/*privacy policy css end here*/
/*login form css start here*/
#user-login-form .js-form-item label {
  font-weight: 600;
  font-size: 18px;
  color: #ab1236;
}
#user-login-form .js-form-item input {
  height: 45px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  padding-left: 10px;
}
#user-login-form .js-form-item input:focus,
#user-login-form .js-form-item input:focus-visible {
  border: 1px solid #ced4da;
  outline: 0;
}
#user-login-form .js-form-submit {
  background: #ab1236;
  color: #fff;
  border-radius: 4px;
  padding: 8px 40px;
  margin: 20px auto;
  border: none;
  display: block;
}
#user-login-form .js-form-submit:hover,
#user-login-form .js-form-submit:focus {
  opacity: 0.9;
  padding: 8px 40px;
  outline: none;
}
.form-item,
.form-actions {
  margin: 22px auto;
}
/*login form css end here*/
/*register form css start here*/
#user-register-form {
  width: 75%;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 70px !important;
  box-shadow: 0 0px 2px rgb(0 0 0 / 12%), 0 0px 0px rgb(0 0 0 / 24%);
}
#user-register-form .form-type-email {
  display: flex;
  flex-direction: column;
}
#user-register-form .js-form-item .username,
#user-register-form .js-form-item .form-email {
  width: 65%;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  padding-left: 10px;
  display: block;
}
#user-register-form .js-form-item label {
  font-weight: 600;
  font-size: 18px;
}
#user-register-form .form-item-user-picture-0 label,
#user-register-form .form-item-name label,
#user-register-form .form-item-mail label,
#user-register-form .js-form-wrapper summary,
#user-register-form .form-type-textarea label {
  color: #ab1236;
  font-weight: 600;
  font-size: 20px;
  margin: 0 auto 8px;
}
#user-register-form .js-form-item #edit-user-picture-0--description {
  margin-top: 10px;
}
#user-register-form .js-form-item .username:focus,
#user-register-form .js-form-item .form-email:focus {
  border: 1px solid #ced4da;
  outline: 0;
}
#user-register-form .form-type-textarea .form-textarea-wrapper textarea:focus {
  border: 2px solid #ab1236 !important;
}
#user-register-form #edit-contact--2--description {
  margin-left: 2em !important;
  margin-top: 8px;
}
#user-register-form .form-item-contact label {
  font-weight: 600 !important;
  padding-left: 5px;
}
#user-register-form details {
  border: 1px solid #ab1236;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#user-register-form .image-widget .js-form-submit {
  display: inline-block;
  padding: 8px 22px;
}
#user-register-form .image-widget .js-form-submit {
  padding: 8px 30px;
  margin-left: -40px;
}
#user-register-form .js-form-submit {
  background: #ab1236;
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  margin: 20px auto;
  border: none;
  display: block;
}
#user-register-form .js-form-submit:hover,
#user-register-form .js-form-submit:focus {
  opacity: 0.9;
  padding: 8px 16px;
  outline: none;
}
#user-register-form .form-item-timezone {
  display: flex;
  flex-direction: column;
}
#user-register-form .form-item-timezone .timezone-detect {
  width: 560px;
  border-radius: 5px;
  border: 2px solid #ced4da;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 40px;
}
#user-register-form .form-item-timezone .timezone-detect:focus {
  border: 2px solid #ab1236;
  background-color: rgba(0,0,0,0.05);
}
#user-register-form .form-item-contact .form-checkbox {
  display: none;
}
#user-register-form .form-item-contact label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 20px;
  margin: 5px;
}
#user-register-form .form-item-contact label:before {
  line-height: 20px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #ab1236;
}
#user-register-form .form-item-contact input[type=checkbox]:checked + label:before {
  content: "\2713";
  color: #ab1236;
  text-align: center;
  line-height: 16px;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  font-size: 12px;
  font-weight: 600;
}
#user-register-form .form-textarea-wrapper textarea {
  border: 2px solid #ced4da !important;
  border-radius: 6px;
  margin-bottom: 10px;
  padding-left: 10px;
}
#user-register-form .filter-wrapper {
  border: 1px solid #ab1236 !important;
  border-radius: 6px;
}
#user-register-form summary {
  padding: 0.2em 0.5em;
  cursor: pointer;
}
/*register form css end here*/
.careers-heading-title h2 {
  margin: 20px auto 0;
}
/*media query start here*/
@media(max-width:1199px) and (min-width:768px) {
  #user-login-form,
  #user-pass {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  #user-register-form {
    border: 1px solid #ced4da;
    padding: 25px;
    border: 1px solid #ced4da;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 0px 2px rgb(0 0 0 / 12%), 0 0px 0px rgb(0 0 0 / 24%);
    margin-top: 20px !important;
  }
  #user-login-form,
  #user-pass {
    border: 1px solid #ced4da;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    margin: auto;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 14%;
    bottom: auto;
  }
  #user-login-form .js-form-item input,
  #user-pass .js-form-item input {
    width: 100%;
  }
}
@media (min-width:569px) {
  #user-login-form .js-form-item {
    max-width: 400px;
  }
  #user-pass .js-form-item {
    max-width: 550px;
  }
  #user-pass p {
    max-width: 550px;
  }
  #user-login-form .js-form-item input,
  #user-pass .js-form-item input {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1050px) {
  .header .navbar #nav:checked ~ .wrapper {
    height: 50%!important;
  }

  .header .navbar .wrapper {
    top: 78px!important;
}
  #slideshow > div > img {
    margin-top: 15px;
}

  .about-holder h2 {
    margin-top: 20px;
}

  .slider-dots {
    top: 107%;
}

}

@media only screen and (max-width: 1199px) {
  .footer-left li {
    padding: 0 8px 0 0;
}
  .header .navbar {
    padding: 1rem 2rem;
    margin: 0 auto;
}
  .header .navbar .wrapper {
    position: fixed;
    top: 22%;
    transition: all 0.3s ease;
}
  .header .navbar .wrapper .menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 5%;
    width: 100%;
}
  .header .navbar .wrapper .menu-item {
    padding: 18px 0;
    width: 100%;
    text-align: left;
}
  .header .navbar .wrapper .menu-item:not(:first-child) {
    margin-left: 0;
}
  .header .navbar .wrapper .menu-item a {
    padding: 1rem 2rem;
    opacity: 0;
    pointer-events: none;
    font-size: 18px;
    font-weight: 600;
    transform: translateX(-20px);
    transition: all 0.6s ease-in-out;
}
  .header .navbar .wrapper .menu-item a:hover,
  .header .navbar .wrapper .menu-item a:focus {
    color: #ab1236;
}
  .header .navbar .menu-item .active-link:hover,
  .header .navbar .menu-item .active-link:focus {
    border-bottom: none !important;
}
  .header .navbar .menu-item :hover,
  .header .navbar .menu-item :focus {
    border-bottom: none !important;
}
  .header .navbar .menu-item .active-link {
    color: #ab1236;
    border-bottom: none !important;
    padding: 5px 0;
}
  .header .navbar .nav-toggle {
    display: block;
    position: absolute;
    right: 1rem;
    top: 14px;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    z-index: 999;
}
  .header .navbar .nav-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: #252a32;
    border-radius: 2px;
    margin-left: 14px;
}
  .header .navbar .nav-toggle span:nth-child(1) {
    margin-top: 16px;
}
  .header .navbar .nav-toggle span:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
}
  .header .navbar .nav-toggle span:nth-child(3) {
    margin-top: 4px;
}
  .header .navbar #nav:checked + .nav-toggle {
    transform: rotate(45deg);
}
  .header .navbar #nav:checked + .nav-toggle span {
    background: #252a32;
    transition: transform 0.5s ease;
}
  .header .navbar #nav:checked + .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(180deg);
}
  .header .navbar #nav:checked + .nav-toggle span:nth-child(2) {
    opacity: 0;
}
  .header .navbar #nav:checked + .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(90deg);
}
  .header .navbar #nav:checked ~ .wrapper {
    width: 100%;
    height: 90%;
    background: #ffffff;
    left: 0;
    right: 0;
    box-shadow: 0px 8px 10px -5px rgb(0 0 0 / 20%);
}
  .header .navbar #nav:checked ~ .wrapper .menu-item a {
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
}

  .footer-right .linkedin i {
    margin-top: -3px;
}

}
@media only screen and (max-width: 812px) {
  .header .navbar #nav:checked ~ .wrapper {
    height: 55%;
  }
  .header .navbar .wrapper {
    top: 18%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-left ul,
  .footer-right ul {
    margin: 0 auto;
}
  .footer-left li {
    padding: 15px 22px 0 0;
    display: block;
    clear: both;
}
  .footer-right {
    display: block;
    clear: both;
}
  .footer-right .follow-us {
    float: left;
}
  .footer-right li {
    padding: 15px 0 0 0;
}
  .footer-right .linkedin {
    margin: 10px 10px 0;
}
  .footer-bottom-left {
    float: left;
    margin: 10px auto;
}
  .footer-bottom-left p {
    margin: 0 auto;
}
  .footer-bottom-right {
    float: left;
    margin: 0px auto;
    clear: both;
}
  .footer-bottom-right ul {
    padding: 0 0;
}
  .footer-bottom {
    display: block;
    clear: both;
}
  #user-login-form,
  #user-pass {
    border: 1px solid #ced4da;
    padding: 20px;
    border-radius: 4px;
    width: 75%;
    margin: auto;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 14%;
    bottom: auto;
}
  #user-register-form {
    width: 100%;
    border: 1px solid #ced4da;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 0px 2px rgb(0 0 0 / 12%), 0 0px 0px rgb(0 0 0 / 24%);
    margin-top: 20px !important;
}
  .footer-right .linkedin i {
    margin-top: 12px;
}
}

@media only screen and (max-width: 767px) {
  .footer-right .linkedin i {
    margin-top: 12px;
}

  .footer-left ul,
  .footer-right ul {
    margin: 0 auto;
}
  .footer-left li {
    padding: 15px 22px 0 0;
    display: block;
    clear: both;
}
  .footer-right {
    display: block;
    clear: both;
}
  .footer-right .follow-us {
    float: left;
}
  .footer-right li {
    padding: 15px 0 0 0;
}
  .footer-right .linkedin {
    margin: 10px 10px 0;
}
  .footer-bottom-left p {
    margin: 0 auto;
}
  .footer-bottom-left {
    float: left;
    margin: 10px auto;
}
  .footer-bottom-right {
    float: left;
    margin: 0px auto;
    clear: both;
}
  .footer-bottom-right ul {
    padding: 0 0;
}
  .footer-bottom {
    display: block;
    clear: both;
}
  .header .navbar .wrapper {
    top: 22%;
}
}
@media only screen and (max-width: 576px) {
  .header .navbar .wrapper {
    top: 22%;
  }
}
@media only screen and (max-width: 569px) {
  #user-login-form .js-form-item input,
  #user-pass .js-form-item input {
    width: 100%;
  }
  #user-login-form,
  #user-pass {
    width: 95%;
  }
  #user-register-form .js-form-item .username,
  #user-register-form .js-form-item .form-email {
    width: 100%;
  }
  #user-register-form .image-widget .js-form-submit {
    margin: 20px auto;
  }
  .header .navbar .wrapper {
    top: 9%;
  }
}
@media only screen and (max-width: 420px) {
  .footer-right .linkedin i {
    margin-top: 10px;
}

  .about-holder h2,
  .executive-holder h2 {
    font-size: 16px;
}
  .about-holder h5 {
    font-size: 16px;
}
  .careers-heading-title h2 {
    font-size: 16px !important;
}
  h3,
  h2 {
    font-size: 16px;
}
  .body-section [about="/terms-of-service"] h4,
  .body-section [about="/privacy-policy"] h4 {
    font-size: 14px;
}
  .body-section [about="/terms-of-service"] ul {
    margin-left: -20px;
}
  .body-section [about="/privacy-policy"] ul {
    margin-left: -20px;
}
}

@media only screen and (min-width: 768px) and (max-width: 772px) {
  .header .navbar #nav:checked ~ .wrapper {
    height: 38%;
  }
  .header .navbar .wrapper {
    top: 80px;
  }
}


_::-webkit-full-page-media,
_:future,
:root .navbar-fixed {
  margin-top: 10px;
  position: sticky;
}

/*@font-face {
    font-family: 'CircularStdBook';
    src:url('Circularstd-Book.eot');
    src:url('../font/Circularstd-Book.eot?#iefix') format('embedded-opentype'),
        url('../font/Circularstd-Book.woff') format('woff'),
        url('../font/Circularstd-Book.ttf') format('truetype'),
        url('../font/Circularstd-Book.svg#CircularStd-Book') format('svg');
  }*/

body {
  -webkit-font-family: 'Arial'  !important;
  margin: 0 auto;
  min-height: 100%;
  background: #ffffff;
  color: #333333;
  font-size: 14px !important;
  position: relative;
}

.header {
  width: 100%;
  height: auto;
  -webkit-box-shadow: -5px -6px 5px 8px rgba(255,0,0,0.3);
}

.header .navbar .brand {
  text-decoration: none;
}


.header .navbar .menu {
  display: -webkit-box;
  -webkit-box-flex: 1;
  position: absolute;
  top: 30px;
  right: 0;
}

#slideshow {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 10px 0 20px 0;
  box-sizing: border-box;
  height: 250px;
}
.location:nth-child(2) #city_name {
  -webkit-margin: 0px 10px 0px 9px !important;
}

/*=========section-2======*/
h4 {
  color: #9e2639;
  -webkit-font-size: 18px;
  font-weight: 700;
  font-style: normal;
}

h6.hr:after {
  content: '';
  display: block;
  border-bottom: 1px solid;
  padding-top: 7px;
  border-style: dashed;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

/*=========Section 4======= */

.views-row:nth-of-type(even) .news-image {
  display: inline-block;
  float: right;
}

.news-holder,
.executive-content.mb-2.mt-2.hr {
  border-color: rgba(136,139,141,0.3);
  border-style: dashed;
  border-width: 0px 0px 2px 0px;
  padding-bottom: 16px;
}

/*.location:nth-child(2) #city_name {
    margin: 0 10px 0 9px!important;
}*/


.footer-bottom-right ul {
  display: -webkit-box;
  padding: 0 20px;
}

.footer-bottom-right ul li {
  opacity: 0.8;
}

.footer-right .follow-us ul.nav {
  margin: 10px auto;
  padding: 0 0;
  display: -webkit-box;
}

.footer-right .linkedin {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  padding: 2px 6px;
  opacity: 1;
  margin: 0;
}

.footer-bottom-left p,
.footer-bottom-right ul {
  color: white;
  opacity: 0.85;
}

.contact-details .nav-tabs {
  border-bottom: none;
  display: -webkit-box;
}


/******************************Debolina_01/03/22************************************/

.executive-content.mb-2.mt-2.hr {
  clear: both;
  min-height: 250px;
}

/**************************************Asset Enhancement***************************************/

.environment .left-section{
	padding: 0;
}
.environment .right-section{
	padding: 0;
}
.back-asset{
	background: #ab1236;
    color: #fff !important;
    padding: 10px 30px;
    font-weight: 700;
    border-radius: 0;
    font-size: 14px;
    float: right;
    margin: 0;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: -10px;
    top: -15px;
    z-index: 11;
}
.environment .section-doc h2{
	color: #67595e;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
	font-family: Arial, Helvetica, sans-serif;
  border: 0;
    padding: 0;
    text-transform: none;
}
.environment .section-doc .document-row{
	display: flex;
	justify-content: space-between;
}
.environment .section-doc {
    padding: 0px 12px 20px 12px;
	clear: both;
  
}
.environment .section-doc .document-row .doc-label{
	  color: #67595e;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    line-height: 30px;
}
.environment .section-doc .document-row p, .environment p{
    color: #67595e;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    word-break: break-word;
}
.environment p.single-text{
  margin-left: 18%;
}
.environment .section-doc .document-row a{
	padding: 5px 15px;
    font-size: 14px;
    /* background: rgba(0,0,0,0.05); */
    color: #065579;
	/* margin-bottom: 10px; */
  text-decoration: none;
}
.environment .section-doc .document-row a span{
	margin-right: 5px;
	position: relative;
	top:-2px;
}
.strip-section{
	padding: 0;
}

.transbox{
	position: relative;
	z-index: 10;
  padding: 0;
}

.transbox h1 {
  color: #ab1236;
  border-bottom: 1px solid grey;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2.2px;
  padding: 0 12px 4px;
  text-transform: uppercase;
  margin:25px 0;
}
.asset-button{
  background: #ab1236;
    color: #fff !important;
    padding: 7px 15px;
    font-weight: 700;
    border-radius: 0;
    font-size: 14px;
    float: left;
    margin: 10px 8px 10px 13px;
    text-decoration: none;
    display: inline-block;
    min-width: 200px;
    max-width: 300px;
    text-align: center;
}

.environment .paragraph--type--image img{
  width:100%;
}
.environment .left-section .paragraph--type--image img{
  float: left;
  padding: 0 20px 20px 12px;
}
.environment .right-section .paragraph--type--image img{
  float: right;
  margin-bottom: 20px;
  padding-left: 20px;
}
.asset-button-row{
  /* margin: 0 15%; */
    margin: 0 13%;
    text-align: center;
    display: inline-block;
    /* width: 38%; */
    width: 39%;
}
.assetpage-button-row{
  display: block;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    clear: both;
}
.assetpage-button-row .asset-button{
  float: none;
}
@media screen and (min-device-width: 993px) and (max-device-width: 1024px) {
  .environment .left-section .paragraph--type--image img, .environment .right-section .paragraph--type--image img {
    float: none;
    width: 100%;
    height: auto;
  }
  .environment p.single-text {
    margin-left: 15px;
  }
  }
@media screen and (min-device-width: 768px) and (max-device-width: 992px) {
.environment .left-section .paragraph--type--image img, .environment .right-section .paragraph--type--image img {
  float: none;
  width: 100%;
  height: auto;
}
.environment p.single-text {
  margin-left: 15px;
}
}
@media screen and (min-device-width: 0px) and (max-device-width: 767px) {
.back-asset {
  background: #ab1236;
  color: #fff !important;
  padding: 10px 30px;
  font-weight: 700;
  border-radius: 0;
  font-size: 14px;
  float: left;
  margin: 0;
  text-decoration: none;
  position: relative;
  right: unset;
  top: -10px;
  top: 0;
  z-index: 11;
  left: 13px;
}
.environment .right-section, .environment .left-section {
  padding: 15px;
}
.environment .section-doc {
  padding: 0 0 20px 0;
  clear: both;
}
.strip-section {
  padding: 0;
  margin-bottom: 20px;
}
.environment .left-section .paragraph--type--image img, .environment .right-section .paragraph--type--image img {
  float: none;
  width: 100%;
  padding: 0;
  padding-bottom: 15px;
  height: auto;
}
.environment .left-section .paragraph--type--image img{
  margin-bottom: 15px;
}
.environment p.single-text {
  margin-left: 0px;
}

/* Asmita */
.asset-button {
  margin-left: -2px;
  float: left !important;
}

}

@media screen and (min-width: 1920px) and (max-width: 1920px) {
  .asset-button-row {
    width: 26%;
    margin: 0 21%;
  }
}