/*Site Colors*/
/*Site Font*/
/*CSS Property*/
/*@include box-shadow(0, 2px, 5px, rgba(187, 69, 17, 0.75));*/
/*@include border-radius(4px);*/
/* @include transition(background-color 1s .5s);*/
html, body {
  font-size: 14px;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #222222;
  background-color: #F8F8F8;
}

a {
  color: #DE1237;
  text-decoration: none;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  color: #222222;
  text-decoration: none;
}
a:focus {
  color: #222222;
  text-decoration: none;
}

h1 {
  font-size: 2.429rem;
  line-height: 1.1em;
  margin-bottom: 14px;
}

h2 {
  font-size: 2rem;
  line-height: 1.1em;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.429rem;
  line-height: 1.1em;
  margin-bottom: 8px;
}

h4 {
  font-size: 1.286rem;
  line-height: 1.1em;
  margin-bottom: 4px;
}

h5 {
  font-size: 1.143rem;
  line-height: 1.1em;
}

h6 {
  font-size: 1rem;
  line-height: 1.1em;
}

p {
  font-size: 1rem;
  line-height: 1.3em;
  margin-bottom: 10px;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

img {
  max-width: 100%;
}

img.media-object,
.input-group-addon img {
  max-width: none;
}

.form-control {
  outline: none !important;
  box-shadow: none !important;
}

caption {
  padding: 0;
}

.text-casenone {
  text-transform: none !important;
}

.responsive {
  position: relative;
}

li {
  line-height: normal;
}

ul, ol {
  margin-left: 0.5rem;
}

.fa-twitter {
  background: url(../images/twitterx.svg) no-repeat;
  background-size: 100% 100%;
  height: 16px;
  width: 16px;
  vertical-align: top;
  margin-top: 2px;
}
.fa-twitter::before {
  display: none;
}

/*Modal box Reset CSS*/
.btn-info {
  color: #FFF;
  background-color: #0A5697;
  border-color: #0A5697;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #06355e !important;
  border-color: #06355e !important;
  color: #FFF !important;
}

.btn-primary {
  color: #FFF;
  background-color: #DE1237;
  border-color: #DE1237;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #a50d29 !important;
  border-color: #a50d29 !important;
  color: #FFF !important;
}

.btn-outline-primary {
  color: #DE1237;
  border-color: #DE1237;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #DE1237 !important;
  border-color: #DE1237 !important;
  color: #FFF !important;
}

.btn-outline-light1 {
  color: #444444;
  border-color: #EAEAEA;
}
.btn-outline-light1:hover, .btn-outline-light1:focus, .btn-outline-light1:active {
  background-color: #EAEAEA;
  border-color: #EAEAEA;
  color: #444444;
}

.site-link {
  text-transform: uppercase;
}
.site-link i {
  font-size: 0.8em;
  display: inline-block;
  margin-right: 4px;
}

.icon-btn i {
  font-size: 0.8em;
  display: inline-block;
  margin-right: 4px;
}

/*Reset Bootstrap gray color*/
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small,
.text-muted,
abbr[title], abbr[data-original-title],
blockquote footer, blockquote small, blockquote .small,
caption,
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus,
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus,
.dropdown-header,
.nav > li.disabled > a,
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus,
.navbar-default .navbar-brand,
.navbar-default .navbar-text,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-link,
.navbar-default .btn-link,
.breadcrumb > .active,
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus,
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span,
.label-default,
.badge,
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus,
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #222222;
}

.header-block {
  display: none;
}

#header-fixed {
  visibility: hidden;
  opacity: 0;
}

body.header-fixed #header-fixed {
  visibility: visible;
  opacity: 1;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

#header-fixed .logo {
  width: 120px;
}
#header-fixed .header_main {
  height: 70px;
}
#header-fixed.site-header .site-menu ul.menu > li.menu-item {
  height: 70px;
  line-height: 70px;
}

.site-header {
  z-index: 999;
  background-color: #FFF;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header .logo {
  width: 180px;
}
.site-header .logo a {
  display: block;
}
.site-header .logo img {
  width: 200px;
}
.site-header .header_main {
  position: relative;
  z-index: 10;
  padding: 0;
  height: 95px;
}
.site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .contact_us-icon a {
  transition: all linear 0.2s;
  text-decoration: none;
  text-align: center;
  width: 90px;
  background: #DE1237;
  color: white;
  display: block;
  font-size: 38px;
  height: 95px;
  line-height: 95px;
}
.site-header .menu-item-1076, .site-header .menu-item-5095 {
  display: none !important;
}

@media (min-width: 992px) {
  .site-header .site-menu {
    height: 100%;
  }
}
.site-header .site-menu ul.menu {
  margin-left: 20px;
}
.site-header .site-menu ul.menu > li.menu-item {
  padding: 0 13px;
  position: relative;
  height: 95px;
  line-height: 95px;
}
.site-header .site-menu ul.menu > li.menu-item > a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  font-size: 1.143rem;
}
.site-header .site-menu ul.menu > li.menu-item > a:hover {
  color: #DE1237;
}
.site-header .site-menu ul.menu > li.menu-item.current-menu-item > a, .site-header .site-menu ul.menu > li.menu-item.current-page-parent > a {
  color: #666;
}
.site-header .site-menu ul.menu > li.menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: inherit;
  transform: translate(0, 0);
}
.site-header .site-menu ul.menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  margin-left: 0;
  left: -10px;
  top: 100%;
  position: absolute;
  width: 208px;
  z-index: 2;
  padding: 0;
  margin-top: -1px;
  display: block !important;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translate(0, 10px);
}
.site-header .site-menu ul.menu .sub-menu li {
  margin-bottom: 0;
  font-weight: 600;
}
.site-header .site-menu ul.menu .sub-menu li a {
  text-align: left;
  line-height: 1.5em;
  padding: 10px 15px;
  font-size: 1.071rem;
  min-height: 23px;
  max-width: none;
  text-decoration: none;
  color: #000000;
  background-color: #FFF;
  display: block;
}
.site-header .site-menu ul.menu .sub-menu li a:hover {
  background-color: #EE2D50;
  color: #FFF;
}
.site-header .site-menu ul.menu .sub-menu li.current-menu-item a {
  background-color: #EE2D50;
  color: #FFF;
}
.site-header .site-menu .social_bookmarks {
  margin-right: 15px;
}
.site-header .site-menu .social_bookmarks li {
  padding: 0 0 0 5px;
  display: block;
}
.site-header .site-menu .social_bookmarks li a {
  width: 30px;
  line-height: 30px;
  display: block;
  height: 100%;
  overflow: visible;
  z-index: 2;
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.site-header .site-menu .social_bookmarks li.social_bookmarks_linkedin a:hover {
  color: #fff;
  background-color: #419cca;
}
.site-header .site-menu .social_bookmarks li.social_bookmarks_twitter a:hover {
  color: #fff;
  background-color: #46d4fe;
}
.site-header .site-menu .social_bookmarks li.social_bookmarks_facebook a:hover {
  color: #fff;
  background-color: #37589b;
}

.site-header .mobile-menu {
  display: none;
}

.site-header .right-menu .social-menu {
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
}
.site-header .right-menu li {
  margin-left: 3px;
  font-size: 1.071rem;
  display: inline-block;
}
.site-header .right-menu li:first-child {
  margin-left: 0;
}
.site-header .right-menu li a {
  color: #DE1237;
}
.site-header .right-menu li a i {
  margin-right: 5px;
  display: inline-block;
}
.site-header .right-menu li a:hover {
  color: #5E5E5E;
}
.site-header .right-menu li .fa-twitter {
  margin-top: 2px;
}
.site-header .right-menu li a:hover .fa-twitter {
  background-image: url(../images/twitterx-dark.svg);
}
.site-header .right-menu a.btn {
  position: relative;
  color: #FFF;
  border-radius: 0 0 6px 6px;
  font-size: 0.928rem;
  padding: 10px 14px;
  text-align: center;
  text-transform: uppercase;
}
.site-header .right-menu a.btn i {
  display: block;
  margin-bottom: 5px;
}

.lines-button {
  width: 26px;
  height: 19px;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.lines-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #DE1237;
  border-radius: 9px !important;
  opacity: 1;
  left: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.lines-button span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.lines-button span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lines-button span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lines-button span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.lines-button.collapsed span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lines-button.collapsed span:nth-child(1) {
  top: 0px;
  width: 100%;
  left: 0;
}
.lines-button.collapsed span:nth-child(2), .lines-button.collapsed span:nth-child(3) {
  top: 8px;
}
.lines-button.collapsed span:nth-child(4) {
  top: 16px;
  width: 100%;
  left: 0;
}

#footer {
  padding: 30px 0;
  background: #333 url(../images/footer-bg.jpg?1) no-repeat;
  background-size: cover;
  color: #FFF;
}
#footer a {
  color: #FFF;
}
#footer a:hover {
  color: rgba(255, 255, 255, 0.75);
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer strong {
  font-weight: 700;
}
#footer .breadcrumb-block {
  border: solid 1px #FFF;
  padding: 15px 20px;
  margin-bottom: 30px;
}
#footer .breadcrumb-block p {
  margin: 0 10px 0 0;
  display: inline-block;
}
#footer .breadcrumb-block .mr-auto {
  white-space: nowrap;
  overflow: hidden;
}
#footer .breadcrumb-block .breadcrumb {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  white-space: nowrap;
}
#footer .breadcrumb-block .breadcrumb li {
  display: inline-block;
  color: #FFF;
}
#footer .breadcrumb-block .breadcrumb li:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
  vertical-align: top;
}
#footer .breadcrumb-block .breadcrumb-item + .breadcrumb-item::before {
  color: #FFF;
}
#footer .breadcrumb-block .back-to-top {
  white-space: nowrap;
}
#footer .breadcrumb-block .back-to-top a {
  display: inline-block;
  border-bottom: solid 1px #FFF;
}
#footer .breadcrumb-block .back-to-top a i {
  margin-left: 4px;
}
#footer .join-block {
  padding: 25px 25px;
  margin-bottom: 40px;
  border: solid 1px #fff;
}
#footer .join-block .widget {
  width: 100%;
}
#footer .join-block .textwidget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#footer .join-block .textwidget > div {
  display: flex;
  align-items: center;
  margin-right: auto;
}
#footer .join-block h2 {
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 30px;
}
#footer .join-block h2 strong {
  display: block;
  font-size: 2.571rem;
  font-weight: 600;
  margin-top: 8px;
}
#footer .join-block .btn {
  padding: 10px 26px;
  font-size: 1.286rem;
  border-radius: 0;
  margin-right: 20px;
}
#footer .join-block p {
  margin: 0;
}
#footer .footer-block h3 {
  font-size: 1.143rem;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 1rem;
}
#footer .footer-block ul li {
  margin-bottom: 0.75rem;
}
#footer .footer-block ul li a {
  color: #FFF;
}
#footer .footer-block ul li a:hover {
  text-decoration: underline;
}
#footer .h3 {
  font-size: 1.571rem;
  margin-bottom: 10px;
  color: #444444;
}
#footer .social-menu {
  display: block;
  margin-top: 15px;
  margin-right: 15px;
}
#footer .social-menu li {
  margin-right: 15px;
  font-size: 1.071rem;
  display: inline-block;
}
#footer .social-menu li .fa-twitter {
  background-image: url(../images/twitterx-light.svg);
}
#footer .social-menu li a:hover .fa-twitter {
  opacity: 0.8;
}
#footer .address {
  line-height: 1.8em;
}
#footer .address a i {
  display: inline-block;
  margin-right: 12px;
  width: 12px;
  text-align: center;
}
#footer .address p {
  line-height: 1.8em;
}
#footer .address p img {
  display: inline-block;
  margin-right: 8px;
}
#footer .address .widget_media_image {
  display: inline-block;
  margin: 5px;
}
#footer hr {
  border-color: #666;
  margin: 15px 0;
}
#footer .p1 {
  line-height: 1.8em;
}
#footer .p1 h3 {
  margin-bottom: 15px;
}
#footer .p1 li {
  padding-bottom: 8px;
}
#footer .icc-login {
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}
#footer .icc-login .g_id_signin {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
#footer .icc-login img {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 3px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#footer .icc-login a:hover img {
  opacity: 0.75;
}

.copyright {
  padding: 12px 0;
  background-color: #2E2D2D;
  border-top: solid 1px #666;
  color: #FFF;
  padding: 20px 0;
}
.copyright p, .copyright li {
  font-size: 0.928rem;
}
.copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.copyright .footer-links li {
  display: inline-block;
  margin-left: 10px;
}
.copyright .designed-vr {
  display: block;
  margin-top: -3px;
}
.copyright .designed-vr img {
  margin-top: -2px;
  display: inline-block;
}
.copyright .social-menu {
  display: block;
  margin-right: 0px;
}
.copyright .social-menu li {
  margin-right: 15px;
  font-size: 1.071rem;
  display: inline-block;
}
.copyright .social-menu li .fa-twitter {
  background-image: url(../images/twitterx-light.svg);
}
.copyright .social-menu li a:hover .fa-twitter {
  opacity: 0.8;
}
.copyright a {
  color: #FFF;
}
.copyright a:hover {
  text-decoration: underline;
}
.copyright img {
  margin-left: 10px;
}

.site-hero {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.site-hero .bg-video {
  width: 100%;
  max-height: calc(100vh - 100px);
  position: relative;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}
.site-hero .bg-video #heroVideo {
  opacity: 0;
}
.site-hero .bg-video video {
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-hero .bg-video .video-overlay {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.site-hero #site-hero {
  opacity: 0;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.site-hero .hero-content {
  position: absolute;
  left: 7%;
  top: 20%;
  max-width: 600px;
  z-index: 9;
}
.site-hero .content {
  color: #FFF;
  background-color: rgba(34, 34, 34, 0.7);
  border-radius: 3px;
}
.site-hero .content h2 {
  font-size: 1.857rem;
  font-weight: 100;
  line-height: 1.4em;
  margin-bottom: 0.5rem;
  padding: 1.3rem 1.5rem 0rem 1.5rem;
}
.site-hero .content p {
  font-size: 1.143rem;
  font-weight: 400;
  max-width: 450px;
  line-height: 1.4em;
  padding: 0rem 1.5rem 0rem 1.5rem;
}
.site-hero .content .btn {
  margin: 1rem 1.5rem 1.5rem 1.5rem;
  display: inline-block;
}
.site-hero .owl-carousel .owl-controls .owl-nav .owl-prev,
.site-hero .owl-carousel .owl-controls .owl-nav .owl-next {
  display: block;
  background: none;
  color: #fff;
  position: absolute;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 32px;
  font-size: 25px;
  top: 50%;
  margin: -15px 15px 0;
  z-index: 99;
  border-radius: 0;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-hero .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
}
.site-hero .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.spinner .path {
  stroke: hsl(210, 70%, 75%);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
/* OWL Style */
.owl-controls .owl-dots {
  bottom: 60px;
  position: absolute;
  left: 7%;
  text-align: left;
  width: 100%;
}

.owl-controls .owl-dots .owl-dot {
  border-radius: 50% !important;
  display: inline-block;
  background-color: #898987;
  height: 12px;
  margin: 0 4px;
  width: 12px;
}

.owl-controls .owl-dots .owl-dot.active {
  background: #FFFFFF;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 62px;
  font-size: 25px;
  top: 50%;
  margin: -30px 15px 0;
  z-index: 99;
  border-radius: 3px;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.site-hero:hover.owl-carousel .owl-controls .owl-nav .owl-prev,
.site-hero:hover.owl-carousel .owl-controls .owl-nav .owl-next {
  opacity: 1;
}

.home-section .content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-section .content .section-top {
  font-size: 1.143rem;
  line-height: 1.6em;
}
.home-section .content .section-top h2 {
  font-weight: 400;
  color: #DE1237;
  line-height: normal;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.home-section .content .section-top h3 {
  font-size: 1.571rem;
  font-weight: 400;
  margin-bottom: 0.2em;
  display: block;
  line-height: 1.4em;
  margin-bottom: 1.1rem;
}
.home-section .content .section-top p {
  font-size: 1.143rem;
  line-height: 1.6em;
}

.our-mission {
  position: relative;
  background-color: #F7F7F7;
  border-radius: 20px;
  box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem 2rem;
  margin: 1rem 0 2rem;
}
.our-mission .icon {
  position: absolute;
  top: -25%;
  left: 30px;
}
.our-mission h3 {
  color: #DE1237;
  margin-bottom: 10px;
}
.our-mission p {
  position: relative;
  font-size: 1.286rem;
  text-align: center;
  font-weight: 600;
  font-style: italic;
}
.our-mission p::before {
  content: '"';
  font-size: 4.5rem;
  color: #A8A8A9;
  font-style: italic;
  position: absolute;
  top: 5px;
  left: 0.5rem;
  transform: translateX(-100%);
  font-weight: normal;
}
.our-mission p::after {
  content: '"';
  font-size: 4.5rem;
  color: #A8A8A9;
  font-style: italic;
  position: absolute;
  top: 100%;
  right: 1.5rem;
  transform: translateX(100%);
  font-weight: normal;
}

.strategic-partners {
  padding: 1rem 1rem;
}
.strategic-partners h3 {
  color: #DE1237;
  margin-bottom: 10px;
}
.strategic-partners p {
  font-size: 1.143rem;
  color: #000000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.strategic-partners img {
  display: inline-block;
  margin: 0rem;
}

ul.icon-list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
ul.icon-list li {
  margin-bottom: 20px;
  padding-left: 60px;
  position: relative;
}
ul.icon-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.286rem;
}
ul.icon-list li h4 {
  font-size: 1.429rem;
  font-weight: 500;
}
ul.icon-list li h4 a {
  text-decoration: underline;
}
ul.icon-list li p {
  line-height: 1.6em;
}
ul.icon-list li p a {
  font-weight: 400;
  font-size: 12px;
}
ul.icon-list li p a::after {
  content: "\f054";
  margin-left: 4px;
  font-size: 0.8em;
  vertical-align: top;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-top: 1px;
}

.join-section {
  padding: 50px 0;
}
.join-section h2 {
  font-size: 2.857rem;
  font-weight: 400;
  margin: 0;
}
.join-section h2 strong {
  display: block;
  font-weight: 600;
  font-size: 1.714rem;
}
.join-section p {
  font-weight: 400;
  margin: 0.3em 0 1em;
  font-size: 1.286rem;
}
.join-section .img {
  text-align: center;
  border: solid 6px #DE1237;
  border-radius: 50%;
  display: inline-block;
}
.join-section .img img {
  border-radius: 50%;
  border: solid 2px #FFF;
  max-width: 100%;
}

.home-service {
  padding: 50px 0;
  background: #DB1F2D;
}
.home-service h2 {
  color: #FFF;
  text-align: center;
}

.section3 {
  background: url(../images/bg-team.jpg) no-repeat;
  color: #FFF;
}

.clients-section {
  padding-bottom: 2rem;
  background-color: #FFF;
}
.clients-section h2 {
  font-size: 1.857rem;
  color: #E01239;
  margin-bottom: 20px;
  text-align: center;
}
.clients-section .client-carousel .item {
  text-align: center;
  height: 110px;
}
.clients-section .client-carousel .item img {
  width: auto !important;
  display: inline-block;
}

.home-info-section {
  padding: 2rem 0;
  font-size: 1.143rem;
  text-align: center;
  background-color: #F8F8F8;
}
.home-info-section a {
  font-size: 1.286rem;
}

@media (min-width: 992px) {
  .section3 .container,
  .home-info-section .container {
    max-width: 750px;
  }
}
.section5 .row {
  margin: 0;
}
.section5 .content {
  padding: 50px 100px 30px 100px;
  background-color: #e3e3e3;
}
.section5 .content h2 {
  font-size: 2rem;
  font-weight: 100;
  margin: 0 0 1em;
  color: #DE1237;
}
.section5 .content p {
  font-size: 1.143rem;
  line-height: 1.6em;
}
.section5 .image {
  padding: 0;
}
.section5 .image img {
  display: block;
}

.what-we-do {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.what-we-do h2 {
  text-align: center;
  font-size: 1.714rem;
  text-transform: uppercase;
  color: #444;
  font-weight: 600;
  margin-bottom: 1.7rem;
}
.what-we-do .icon {
  font-size: 2rem;
  color: #EE2D50;
  margin-bottom: 0.7rem;
}
.what-we-do h3 {
  font-size: 1.286rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #444;
}
.what-we-do p {
  line-height: 1.5em;
  font-size: 13px;
}

.customers-section {
  background: none;
}
.customers-section .top {
  text-align: center;
  margin: 0 auto 1rem;
  max-width: 400px;
}
.customers-section .top h3 {
  font-size: 1.571rem;
  color: #DE1237;
  margin-bottom: 0.5rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.customers-section .top p {
  line-height: 1.3em;
  font-weight: 600;
}
.customers-section p {
  font-size: 1.143rem;
  font-weight: 600;
}
.customers-section .icon-list3 .icon {
  margin-bottom: 0.5rem;
}
.customers-section .icon-list3 h4 {
  font-size: 1.429rem;
  color: #444444;
  margin-bottom: 0.25rem;
  color: #000;
}
.customers-section .icon-list3 p {
  font-size: 1.143rem;
  font-weight: 600;
  color: #000000;
}
.customers-section .icon-list3 a {
  font-weight: 600;
}

.other-section.content-block1 h3 {
  font-size: 1.429rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.other-section.content-block1 .box {
  max-width: 375px;
  margin: auto;
}
.other-section.content-block1 .row > div:first-child h3 {
  margin-bottom: 0.5rem;
}

.site-inner-hero {
  width: 100%;
  overflow: hidden;
  height: 50vh;
  position: relative;
  background-color: #312C42;
}
.site-inner-hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #312C42;
  background-image: url(../images/Hero-Homeland-Security-Law-Enforcement.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  transition: none 0s ease 0s;
  transform: translateZ(0px);
}
.site-inner-hero .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 65vh;
  width: 100%;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  transition: none 0s ease 0s;
  transform: translateZ(0px);
}
.site-inner-hero .bg-video video {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.site-inner-hero .content {
  position: absolute;
  left: 7%;
  top: 20%;
  max-width: 500px;
  color: #FFF;
  background-color: rgba(34, 34, 34, 0.7);
  padding: 1.5rem;
}
.site-inner-hero .content h1 {
  font-size: 2.286rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.site-inner-hero .content p {
  font-size: 1.286rem;
  max-width: 420px;
  line-height: 1.3em;
  margin-bottom: 0;
}

.bg-light {
  background: rgb(204, 204, 204);
  background: linear-gradient(90deg, rgba(213, 213, 213, 0.92) 0%, rgb(238, 238, 238) 100%);
}

.bg-white {
  background-color: #FFF;
}

.inner-link {
  background: #fff;
  padding: 13px 0 2px;
  text-align: center;
  font-size: 1.286rem;
}
.inner-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inner-link ul li {
  display: inline-block;
  margin: 0 30px;
}
.inner-link ul li a {
  color: #42346F;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: solid 3px transparent;
}
.inner-link ul li a:hover {
  color: #DE1237;
}
.inner-link ul li.current_page_item a {
  border-bottom-color: #DE1237;
}

.content-block1 {
  padding: 3rem 0;
}
.content-block1 .content {
  padding-top: 10px;
}
.content-block1 h2 {
  color: #EE2D50;
  font-weight: 600;
  margin-bottom: 20px;
}
.content-block1 h3 {
  font-size: 1.714rem;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 14px;
}
.content-block1 h3 b, .content-block1 h3 strong {
  font-weight: 600;
}
.content-block1 h4 {
  font-size: 1.286rem;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 1rem;
  color: #EE2D50;
}
.content-block1 p {
  line-height: 1.6em;
  font-size: 1.143rem;
}
.content-block1 p a {
  font-weight: 400;
}
.content-block1 li {
  font-size: 1.143rem;
  line-height: 1.6em;
  margin-bottom: 0.25rem;
}
.content-block1 .image {
  text-align: right;
}
.content-block1 .image img {
  max-width: 400px;
  border-radius: 3px;
}
.content-block1.left .image {
  text-align: left;
}
.content-block1 .list-content ul {
  font-size: 1.143rem;
}
.content-block1 .list-content ul li {
  padding-bottom: 3px;
  line-height: 1.2em;
}

.content-block3 {
  padding: 50px 0;
}
.content-block3 h2, .content-block3 h3 {
  font-size: 1.714rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.4em;
}
.content-block3 h4 {
  font-size: 1.286rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4em;
}
.content-block3 p {
  line-height: 1.6em;
  margin-bottom: 20px;
}
.content-block3 p:last-child {
  margin-bottom: 0;
}
.content-block3 .btn {
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 1.143rem;
}
.content-block3 table {
  border: none;
  color: #5E5E5E;
  font-size: 1rem;
}
.content-block3 table td, .content-block3 table th {
  border: none;
  padding: 5px 20px;
}
.content-block3 table tr th {
  background-color: #EDECED;
  font-weight: 600;
  text-transform: uppercase;
}
.content-block3 table td {
  border-bottom: solid 1px #E9E9EA;
}
.content-block3 p.p2 {
  display: flex;
  width: 520px;
  max-width: 100%;
  margin: auto;
}
.content-block3 p.p2 img {
  margin-right: 25px;
}

.content-block4 {
  padding: 50px 0;
  text-align: center;
}
.content-block4 h2 {
  font-size: 2rem;
  color: #DE1237;
}
.content-block4 p {
  line-height: 1.6em;
}

.content-block5 {
  padding: 50px 0;
}
.content-block5 h2 {
  font-size: 2rem;
  color: #DE1237;
}
.content-block5 h3 {
  line-height: 1.4em;
}
.content-block5 p {
  line-height: 1.6em;
}
.content-block5 .image {
  max-width: 180px;
  display: inline-block;
}

.core-values {
  padding: 50px 0;
}
.core-values h2 {
  font-size: 2rem;
  color: #DE1237;
  margin: 10px 0 15px;
}
.core-values .top {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 30px;
}
.core-values .list {
  list-style: none;
}
.core-values .list .box {
  background-color: #FFF;
  height: 100%;
  border-radius: 5px;
  padding: 1.5rem 1rem;
  text-align: center;
  border: solid 1px #EAEAE9;
}
.core-values .list h4 {
  font-size: 1.286rem;
  border-bottom: solid 3px #DE1237;
  display: inline-block;
  padding-bottom: 4px;
  margin-top: 10px;
}
.core-values .list p {
  font-size: 0.928rem;
  margin: 0;
}

@media (min-width: 992px) {
  .content-block3 .container {
    max-width: 650px;
  }
  .content-block4 .container {
    max-width: 750px;
  }
  .content-block5 .container {
    max-width: 850px;
  }
  .leadership-block .container {
    max-width: 650px;
  }
  .block2 .container {
    max-width: 990px;
  }
  .career-block .container {
    max-width: 800px;
  }
  .list-content.container {
    max-width: 460px;
  }
  .blog-block p {
    max-width: 550px;
    margin: auto;
  }
}
.site-form .form-group {
  margin-bottom: 15px;
}
.site-form .form-control {
  border-radius: 0;
  background-color: transparent;
  color: #FFF;
  border: none;
  border-bottom: solid 1px #999;
  padding-left: 0;
}
.site-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.content-block2 {
  padding: 50px 0;
}
.content-block2 .content {
  padding-right: 40px;
}
.content-block2 h2 {
  font-weight: 600;
  font-size: 1.571rem;
  margin-bottom: 15px;
}
.content-block2 h3 {
  font-size: 1.714rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.content-block2 h4 {
  font-size: 1.429rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.content-block2 p {
  line-height: 1.6em;
  margin-bottom: 10px;
  max-width: 270px;
  margin: auto;
  font-weight: 400;
}

.page-bottom {
  padding: 50px 0;
  background: #335970 url(../images/bg1.jpg) no-repeat;
  background-size: cover;
  color: #FFF;
}
.page-bottom p:first-child {
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 20px;
}
.page-bottom p:last-child {
  text-align: right;
}
.page-bottom p {
  font-size: 1.571rem;
  margin: 0;
  line-height: 1.6em;
}
.page-bottom .btn {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 8px 15px 10px;
  line-height: normal;
  min-width: 120px;
}
.page-bottom .btn:hover {
  background-color: #FFF;
}

.icon-list2 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.143rem;
}
.icon-list2 li {
  position: relative;
  padding-left: 26px;
  padding-bottom: 10px;
}
.icon-list2 li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #DE1237;
}

.contact-form {
  padding: 50px;
}
.contact-form h3 {
  font-size: 1.714rem;
  color: #DE1237;
  font-weight: 600;
  margin-bottom: 2rem;
}
.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form .form-control {
  background-color: #FAFAFA;
  color: #333;
  border-color: #DDDDDD;
  height: 40px;
}
.contact-form textarea.form-control {
  height: 120px;
}
.contact-form .btn {
  text-transform: uppercase;
  padding: 8px 16px 8px 36px;
  font-size: 1.143rem;
  background-image: url(../images/icon-send.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
}
.contact-form .wpcf7-spinner {
  position: absolute;
  top: 5px;
  right: -15px;
  margin: 0;
}
.contact-form .wpcf7-captchac {
  height: 38px;
  position: absolute;
  left: 16px;
  top: 29px;
  z-index: 10;
}
.contact-form .captcha-block {
  position: relative;
}
.contact-form .captcha-block .form-control {
  padding-left: 85px;
}

.service-list {
  padding: 0;
  list-style: none;
  padding-bottom: 10px;
}
.service-list li {
  margin-bottom: 20px;
}
.service-list li a {
  display: flex;
  align-items: center;
}
.service-list li .icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: auto;
  border-radius: 50%;
  color: #000;
  text-align: center;
  background-color: #FFF;
  font-size: 1.857rem;
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 0 0 75px;
}
.service-list li .icon i.sl-icon {
  background: url(../images/data-analytics.svg?1) no-repeat;
  height: 42px;
  width: 42px;
  display: block;
}
.service-list li .icon i.sl-icon.money {
  background-image: url(../images/money-icon.png?1);
  background-size: 100% 100%;
}
.service-list li h4 {
  font-size: 1.429rem;
  font-weight: 400;
  margin: 0px;
  color: #000;
  width: 100%;
  margin-left: 1rem;
}
.service-list.benefits-list li {
  text-align: center;
}
.service-list.benefits-list li a {
  display: block;
}
.service-list.benefits-list li h4 {
  font-weight: 700;
  margin-left: 0;
}
.service-list.refer-a-friend-list li {
  text-align: center;
}
.service-list.refer-a-friend-list li a {
  background-color: #FFF;
  border: solid 1px #B1B1B1;
  border-radius: 8px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.22);
  padding: 8px;
}
.service-list.refer-a-friend-list li .icon i.sl-icon {
  height: 56px;
  width: 56px;
}
.service-list.refer-a-friend-list li h4 {
  font-weight: 700;
  margin-left: 0;
  margin-right: 5px;
  font-size: 1.714rem;
}

.block2 {
  margin: 0px 0 0px;
}
.block2 .content {
  padding-top: 0;
}

.block3 {
  margin: 30px 0 30px;
  text-align: center;
}
.block3 h3 {
  font-size: 2rem;
  max-width: 740px;
  font-weight: 600;
  margin: 10px auto 20px;
}
.block3 h3 span {
  color: #DE1237;
  font-weight: 600;
}
.block3 h3 strong {
  font-weight: 600;
}

.block4 {
  text-align: center;
}
.block4 h3 {
  font-size: 2.286rem;
  max-width: 740px;
  font-weight: 600;
  margin: 0px auto 20px;
  color: #555555;
}

.icon-list3 {
  padding-left: 0;
  list-style: none;
  padding-bottom: 0px;
}
.icon-list3 li {
  margin-bottom: 40px;
  text-align: center;
}
.icon-list3 .icon {
  font-size: 2.286rem;
  color: #DE1237;
  margin-bottom: 15px;
}
.icon-list3 .icon img {
  height: 56px;
}
.icon-list3 h4 {
  font-size: 1.714rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #707070;
}
.icon-list3 p {
  line-height: 1.5em;
  font-size: 1.714rem;
  max-width: 500px;
  color: #222222;
  margin: auto;
}

.icon-list4 {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  width: 80%;
}
.icon-list4 li {
  margin-bottom: 10px;
  text-align: center;
}
.icon-list4 .icon {
  color: #DE1237;
  margin-bottom: 10px;
}
.icon-list4 .icon img {
  width: 36px;
}
.icon-list4 h4 {
  font-size: 1.286rem;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.icon-list4 h5 {
  font-size: 1.429rem;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.icon-list4 p {
  line-height: 1.5em;
  font-size: 1rem;
  max-width: 200px;
  color: #5E5E5E;
  margin-bottom: 0;
}

.market-top h3 {
  max-width: 540px;
  margin-bottom: 30px;
}

.market-box .content h2 {
  font-size: 2.286rem;
  font-weight: 600;
  max-width: 500px;
  text-align: center;
  color: #222222;
}

.card {
  padding: 20px 50px 20px 15px;
  box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.125);
  max-width: 500px;
}
.card::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FFF url(../images/site-icon.svg) no-repeat top right;
  height: 50px;
  width: 50px;
}
.card i {
  color: #DE1237;
  font-size: 0;
  text-indent: -99999;
}
.card i::before {
  font-size: 3.285rem;
}
.card h3 {
  font-size: 1.429rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.card p {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
}
.card.p1 p {
  font-size: 1.143rem;
  line-height: 1.6em;
}
.card P:last-child {
  margin-bottom: 0;
}
.card .icon-list {
  max-width: 95%;
}
.card .icon-list p {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
  margin: 0;
  color: #DE1237;
}
.card .icon-list p img {
  position: absolute;
  left: 0;
  top: 0px;
  color: #DE1237;
}
.card .contact strong {
  display: inline-block;
  width: 60px;
}

.blog-list {
  padding: 50px 0;
  position: relative;
}
.blog-list:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  position: absolute;
}
.blog-list .container {
  position: relative;
  z-index: 1;
}
.blog-list figure {
  margin: 0;
}
.blog-list .image {
  max-height: 110px;
  overflow: hidden;
}
.blog-list .image img {
  display: block;
  border-radius: 10px 10px 0 0;
}
.blog-list .box {
  padding: 20px 20px 10px;
  border: 1px solid #d0d0d0;
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
  position: relative;
  min-height: 320px;
  margin-bottom: 20px;
}
.blog-list .box h3 {
  font-size: 1.429rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.35em;
}
.blog-list .box .date {
  font-size: 1rem;
  color: #919191;
  font-weight: 400;
  margin-top: 3px;
  display: block;
}
.blog-list .box p {
  font-size: 1rem;
  font-weight: 400;
  color: #222;
  margin-top: 20px;
  line-height: 1.4em;
}
.blog-list .box a.link i, .blog-list .box a.link .svg-inline--fa {
  font-size: 0.75em;
}

.repeat-block h4 {
  font-size: 1.571rem;
  font-weight: 400;
}
.repeat-block h4 .number {
  display: inline-block;
  height: 32px;
  width: 32px;
  font-size: 2.143rem;
  line-height: 30px;
  color: #FFF;
  background-color: #DE1237;
  text-align: center;
  border-radius: 4px;
  margin-right: 20px;
}
.repeat-block .right-content {
  font-size: 1.571rem;
}
.repeat-block .right-content p {
  font-weight: 600;
  font-size: 1.571rem;
}
.repeat-block .right-content ul {
  font-weight: 400;
  font-size: 1.571rem;
}

@media (min-width: 992px) {
  .page-bottom .container {
    max-width: 925px;
  }
}
.site-modal .modal-content {
  padding: 50px 50px 20px;
}
.site-modal .modalClose {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 1.286rem;
}
.site-modal .top {
  border-bottom: solid 1px #EAEAEA;
}
.site-modal h2 {
  font-size: 1.714rem;
  color: #DE1237;
}
.site-modal h2 span {
  display: block;
  color: #222222;
  font-size: 1.286rem;
}
.site-modal .content {
  padding: 30px;
}
.site-modal .content ul {
  list-style: none;
}
.site-modal .content ul li {
  padding: 0px 0px 5px 30px;
  padding-bottom: 5px;
  position: relative;
  font-size: 1.143rem;
}
.site-modal .content ul li::after {
  content: "";
  background: url(../images/bult1.svg) no-repeat left center;
  height: 4px;
  width: 4px;
  position: absolute;
  left: 10px;
  top: 8px;
}
.site-modal .content .btn {
  padding: 6px 16px;
  border-radius: 8px;
  min-width: 100px;
  font-size: 1.143rem;
}

.leadership-block {
  position: relative;
}
.leadership-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 100px);
  width: 100%;
  background: rgb(204, 204, 204);
  background: linear-gradient(90deg, rgba(213, 213, 213, 0.92) 0%, rgb(238, 238, 238) 100%);
}
.leadership-block .container {
  position: relative;
  z-index: 1;
}

.leadership-list {
  position: relative;
  z-index: 1;
}
.leadership-list ul {
  margin: 0;
}
.leadership-list ul li {
  display: block;
  padding-bottom: 50px;
}
.leadership-list ul li .item {
  width: 250px;
  max-width: 100%;
  margin: auto;
  border: solid 1px #EAEAEA;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  display: block;
}
.leadership-list ul li .item .info {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  height: 54px;
  color: #212629;
  padding: 8px 8px;
  background: rgba(245, 247, 247, 0.85) url(../images/arrow-left.svg) 95% center no-repeat;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.leadership-list ul li .item .info h3 {
  font-size: 1.286rem;
  margin: 0;
  font-weight: 600;
}
.leadership-list ul li .item .info p {
  font-size: 1rem;
  margin: 0;
}
.leadership-list ul li .item:hover .info {
  background-color: rgba(226, 18, 56, 0.85);
  background-image: url(../images/arrow-left-light.svg);
  color: #FFF;
}

.leadership-modal .modal-content {
  padding: 30px 30px 20px;
}
.leadership-modal .left {
  text-align: center;
}
.leadership-modal .left img {
  border-radius: 6px;
}
.leadership-modal .left .link {
  color: #007BB6;
}
.leadership-modal .left .link img {
  width: 26px;
}
.leadership-modal h2 {
  color: #DE1237;
  font-size: 1.714rem;
  margin: 0 0 12px;
}
.leadership-modal h3 {
  color: #222222;
  font-size: 1.286rem;
  margin: 0 0 5px;
}
.leadership-modal hr {
  margin: 15px 0 20px;
}
.leadership-modal p {
  font-size: 1.143rem;
}
.leadership-modal .content {
  padding: 20px;
}

@media (min-width: 992px) {
  .leadership-modal .modal-lg {
    max-width: 900px;
  }
}
.blog-post .content-block1 h2 {
  font-weight: 400;
  font-size: 1.714rem;
  color: #222222;
}
.blog-post .content-block1 h3 {
  font-weight: 400;
  font-size: 1.571rem;
}

.team-list {
  margin: 0;
  position: relative;
}
.team-list::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background: rgb(199, 68, 105);
  background: linear-gradient(0deg, rgb(199, 68, 105) 0%, rgb(0, 77, 166) 100%);
}
.team-list > div {
  padding: 0;
}

.career-block {
  background-color: #3B5E7E;
  padding: 50px 0;
  color: #FFF;
  text-align: center;
}
.career-block .btn {
  padding: 8px 15px;
  font-size: 1.143rem;
}
.career-block h3 {
  font-size: 2.857rem;
  margin-bottom: 30px;
  font-weight: 400;
}
.career-block p {
  font-size: 1.143rem;
  line-height: 1.5em;
}
.career-block p a {
  color: #FFF;
  text-decoration: underline;
}
.career-block a.btn {
  color: #3B5E7E;
  font-weight: 700;
  text-decoration: none;
}

.client-block.client-carousel {
  margin-bottom: 50px;
}
.client-block.client-carousel .item {
  text-align: center;
  height: 110px;
}
.client-block.client-carousel .item img {
  width: auto !important;
  display: inline-block;
  max-height: 100px;
}

.career-hero h1 {
  margin-bottom: 10px;
}
.career-hero .content {
  padding: 1.5rem 4rem 1.5rem 2rem;
  border-radius: 8px;
}
.career-hero .content .form-control {
  margin-right: 10px;
  border-radius: 3px !important;
}
.career-hero .content .btn {
  border-radius: 3px !important;
}
.career-hero .search-form {
  margin-top: 2rem;
}
.career-hero .btn {
  padding: 0.65rem 1.5rem;
}

.job-iframe {
  height: calc(100vh - 60px);
  border: 0;
  padding: 0;
  margin: 0;
}

b, strong {
  font-weight: 700;
}

.career-block1 {
  max-width: 800px;
}
.career-block1 p + p {
  margin-top: 1rem;
}
.career-block1 .btn-lg {
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
}
.career-block1 .btn-lg + .btn-lg {
  margin-left: 20px;
}

.team-list .image {
  text-align: right;
}
.team-list .image img {
  width: 100%;
  max-width: initial;
  display: inline-block;
}
.team-list .item {
  padding: 2rem 2rem 2rem 0;
}
.team-list #teamList {
  position: relative;
}
.team-list .quote-box {
  border: solid 1px #B1B1B1;
  border-radius: 8px;
  padding: 2rem;
  position: relative;
  margin-left: 2rem;
}
.team-list .quote-box::before, .team-list .quote-box::after {
  content: "";
  position: absolute;
  height: 65px;
  width: 65px;
}
.team-list .quote-box::before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: url(../images/quote1.svg) no-repeat center;
}
.team-list .quote-box::after {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  background: url(../images/quote2.svg) no-repeat center;
}
.team-list .owl-carousel .owl-controls .owl-nav .owl-prev,
.team-list .owl-carousel .owl-controls .owl-nav .owl-next {
  display: block;
  background-color: #EE2D50;
  color: #fff;
  position: absolute;
  width: 36px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 25px;
  z-index: 99;
  border-radius: 50%;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  top: inherit;
  bottom: -20px;
}
.team-list .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 10%;
}
.team-list .owl-carousel .owl-controls .owl-nav .owl-prev i {
  margin-left: -5px;
}
.team-list .owl-carousel .owl-controls .owl-nav .owl-next {
  left: 30%;
}
.team-list .owl-carousel .owl-controls .owl-nav .owl-next i {
  margin-right: -5px;
}

.page-bottom {
  padding: 50px 0;
  background: #EE2D50 url(../images/what-we-do-bg.jpg) no-repeat;
  background-size: cover;
  color: #FFF;
}

.what-we-do-page h2 {
  text-align: center;
  color: #EE2D50;
  font-weight: 600;
}

.service-section {
  padding: 4rem 0 2rem;
}
.service-section h2 {
  margin-bottom: 3rem;
}
.service-section .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-section .list li {
  margin-bottom: 2rem;
}
.service-section .list li h4 {
  font-size: 1.286rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  min-height: 1.5rem;
}
.service-section .list li .box {
  background-color: #FFF;
  border: solid 1px #EAEAE9;
  border-radius: 1rem;
  padding: 1.25rem 0.75rem 2.5rem;
  height: 100%;
  position: relative;
  display: flex;
  min-height: 150px;
}
.service-section .list li .icon {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  line-height: 70px;
  margin-right: 1rem;
  border-radius: 50%;
  color: #222222;
  text-align: center;
  background-color: #F8F8F8;
  font-size: 1.857rem;
  overflow: hidden;
}
.service-section .list li p {
  margin-bottom: 0rem;
}
.service-section .list li .link {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.service-section .list li a {
  font-size: 1.143rem;
  font-weight: 600;
}
.service-section .list li a i {
  font-size: 0.928rem;
}

.refer-modal .modal-content {
  background-color: #F8F8F8;
}
.refer-modal .modal-header {
  padding: 0 0 1.5rem;
  text-align: right;
  border-bottom: none;
}
.refer-modal .modal-header h3 {
  font-size: 2.857rem;
  color: #EE2D50;
  margin: 0;
}
.refer-modal .modal-header h4 {
  font-size: 1.714rem;
  margin: 0;
}
.refer-modal .modal-body {
  background-color: #FFF;
  border: solid 1px #CCCCCC;
  padding: 1.5rem 2rem;
}
.refer-modal .modal-body h5 {
  font-size: 1.286rem;
  font-weight: 600;
}
.refer-modal .modal-body p {
  font-size: 1rem;
}
.refer-modal .modal-body .site-form label {
  font-size: 1rem;
  font-weight: 600;
}
.refer-modal .modal-body .site-form .form-control {
  border: solid 1px #D6D7D9;
  border-radius: 3px;
  color: #000;
  padding: 0.375rem 0.75rem;
}
.refer-modal .modal-body .site-form .btn {
  min-width: 7rem;
}
.refer-modal .wpcf7-spinner {
  vertical-align: top;
  margin-top: 7px;
}
.refer-modal .wpcf7-list-item {
  margin: 0;
}
.refer-modal .google-recaptcha {
  width: 304px;
  margin: 1rem auto 0;
}

.refer-friend-form .site-form label {
  font-size: 1rem;
  font-weight: 600;
}
.refer-friend-form .site-form .form-control {
  border: solid 1px #D6D7D9;
  border-radius: 3px;
  color: #000;
  padding: 0.375rem 0.75rem;
}
.refer-friend-form .site-form .btn {
  min-width: 7rem;
}

.customers-block {
  padding: 1.5rem 0;
}
.customers-block h2 {
  text-align: center;
  font-size: 1.429rem;
  color: #222222;
}
.customers-block h2 img {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.logo-box .box {
  background-color: #FFF;
  border: solid 1px #B1B1B1;
  border-radius: 1rem;
  padding: 1.25rem 1rem;
  display: flex;
  margin-bottom: 30px;
}
.logo-box .box p {
  font-size: 1.286rem;
  font-weight: 600;
  margin-left: 1rem;
  margin-top: 0.5rem;
  line-height: 1.25;
}

.certification-list {
  max-width: 700px;
  margin: auto;
}
.certification-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.certification-list ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  align-items: center;
}
.certification-list ul li .icon {
  width: 200px;
  flex: 0 0 200px;
  text-align: center;
}
.certification-list ul li .detail {
  margin-left: 2rem;
  width: auto;
  flex: 1 0 0%;
}
.certification-list ul li .detail p {
  font-size: 1.429rem;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 0;
}
.certification-list ul li .detail a {
  font-size: 1.143rem;
}

.contracts-vehicles {
  list-style: none;
  padding: 0;
  text-align: left;
}
.contracts-vehicles li {
  margin-bottom: 1.5rem;
}
.contracts-vehicles .box {
  background-color: #FFF;
  border: solid 1px #B1B1B1;
  border-radius: 1rem;
  padding: 1rem 0.75rem;
  height: 100%;
  position: relative;
  padding-bottom: 2rem;
}
.contracts-vehicles .box img {
  width: 75px;
}
.contracts-vehicles .box h4 {
  font-size: 1.286rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contracts-vehicles .box p {
  line-height: 1.4em;
  margin-bottom: 0.5rem;
}
.contracts-vehicles .box .link {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.contracts-vehicles .box a {
  font-size: 1.143rem;
  font-weight: 600;
}
.contracts-vehicles .box a i {
  font-size: 0.928rem;
}

@media (max-width: 1199px) {
  .site-header .logo {
    width: 160px;
  }
  .site-header .site-menu ul.menu {
    margin-left: 10px;
  }
  .site-header .site-menu ul.menu > li.menu-item {
    padding: 0 5px;
  }
  .site-header .site-menu ul.menu > li.menu-item a {
    font-size: 1rem;
  }
  .site-header .site-menu .right-menu .social-menu {
    margin-right: 5px;
  }
  .site-header .site-menu .right-menu li {
    margin-left: 8px;
  }
  .icon-list4 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  body, html {
    font-size: 13px;
  }
  #header-fixed {
    display: none !important;
  }
  .site-header .mobile-menu {
    display: block;
    margin-left: auto;
    margin-right: 20px;
  }
  .site-header .mobile-menu .social-menu {
    margin-right: 0;
    margin-top: 0;
  }
  .site-header .site-menu {
    position: absolute;
    top: 60px;
    right: 0px;
    width: 300px;
    background-color: #DE1237;
    z-index: 100;
  }
  .site-header .site-menu ul.menu {
    margin-left: 0;
  }
  .site-header .site-menu ul.menu > li.menu-item {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    line-height: normal;
    height: auto;
  }
  .site-header .site-menu ul.menu > li.menu-item > a {
    color: #FFF !important;
    font-size: 15px;
    padding: 9px 15px;
    display: block;
  }
  .site-header .site-menu ul.menu > li.menu-item i.fa-chevron-down {
    color: #FFF;
  }
  .site-header .site-menu ul.menu > li.menu-item.current-menu-item > a, .site-header .site-menu ul.menu > li.menu-item.current-page-parent > a {
    opacity: 0.8;
  }
  .site-header .site-menu ul.menu > li.menu-item-has-children {
    padding-bottom: 5px;
  }
  .site-header .site-menu ul.menu .sub-menu {
    visibility: visible;
    opacity: 1;
    position: initial;
    width: 100%;
    transform: none;
    border-radius: 0;
  }
  .site-header .site-menu ul.menu .sub-menu li a {
    padding: 6px 25px;
    background-color: #DE1237 !important;
    color: #FFF !important;
  }
  .site-header .site-menu ul.menu .sub-menu li.current-menu-item a {
    opacity: 0.8;
  }
  .site-header .site-menu .right-menu {
    display: block !important;
    position: relative;
    padding-bottom: 38px;
  }
  .site-header .site-menu .right-menu .social-menu {
    margin-top: 12px;
    float: right;
    display: none;
  }
  .site-header .site-menu .right-menu li {
    display: inline-block;
    margin-left: 18px;
  }
  .site-header .site-menu .right-menu li a {
    color: #FFF !important;
  }
  .site-header .site-menu .right-menu a.careers-link {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    position: absolute;
    left: 13px;
    top: 5px;
  }
  .site-header .site-menu .right-menu a.careers-link i {
    display: inline-block;
    margin-right: 4px;
  }
  .site-hero .bg-video video {
    width: 100%;
    height: auto;
  }
  .site-hero .hero-content {
    width: auto;
    left: 2%;
    max-width: 65%;
  }
  .site-hero .content h2 {
    font-size: 1.571rem;
    font-weight: 100;
    line-height: 1.4em;
    margin-bottom: 0.5rem;
  }
  .site-hero .content p {
    font-size: 1rem;
    font-weight: 400;
    max-width: 450px;
    line-height: 1.4em;
  }
  .site-hero .content .btn {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .site-inner-hero video {
    display: none;
  }
  .join-section h2 {
    text-align: center;
  }
  .join-section .img img {
    max-width: 200px;
  }
  .section3 .left h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .section3 .left h2 strong {
    text-align: center;
    margin-bottom: 5px;
  }
  .team-group .media .image {
    margin-right: 15px;
  }
  #footer {
    padding: 40px 0 30px;
  }
  #footer .h3 {
    margin-bottom: 0;
  }
  .content-block1 {
    padding: 30px 0;
  }
  .content-block1 .image img {
    max-width: 100%;
  }
  .content-block1 .content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .content-block3 {
    padding: 30px 0;
  }
  .join-section .btn {
    margin-bottom: 10px;
  }
  #footer .breadcrumb-block {
    margin-bottom: 40px;
  }
  #footer .join-block {
    padding: 20px;
  }
  #footer .join-block .textwidget .logo img {
    width: 150px;
  }
  #footer .join-block .textwidget h2 {
    margin: 0 10px;
    font-size: 18px;
  }
  #footer .join-block .textwidget h2 strong {
    font-size: 22px;
    margin-top: 6px;
  }
  #footer .join-block .textwidget .btn {
    margin-right: 0;
    padding: 4px 10px;
    font-size: 14px;
  }
  .team-group .left h2 {
    text-align: center;
  }
  .team-group .left h2 strong {
    margin: 0 0 5px;
  }
  .owl-controls .owl-dots {
    bottom: 30px;
  }
  .site-modal .modal-content {
    padding: 30px 30px 20px;
  }
  .site-modal .content {
    padding: 10px;
  }
  .site-modal .content ul li {
    padding: 2px 0px 2px 22px;
  }
  .refer-modal .modal-header {
    display: block;
    text-align: center;
    padding-bottom: 1rem;
  }
  .refer-modal .modal-header .modal-logo {
    margin-bottom: 10px;
  }
  .refer-modal .modal-header .modal-logo img {
    width: 150px;
  }
  .refer-modal .modal-header h3 {
    font-size: 2rem;
  }
  .refer-modal .modal-header h4 {
    font-size: 1.25rem;
  }
  .icon-list3 li {
    margin-bottom: 20px;
  }
  .certification-list ul li .icon {
    width: 180px;
    flex: 0 0 180px;
  }
  .certification-list ul li .detail {
    margin-left: 1rem;
  }
  .copyright .copyright-block {
    text-align: center;
  }
  .copyright .copyright-block.text-nowrap {
    white-space: inherit !important;
  }
  .copyright .copyright-block .text-center {
    margin-bottom: 0.5rem;
  }
  .copyright .copyright-block .order-2.mr-auro,
  .copyright .copyright-block .order-3.ml-auro {
    width: 100%;
  }
  .copyright .copyright-block .designed-vr {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .site-header .header_main {
    height: 60px;
  }
  .site-header .header_main .logo img {
    width: 140px;
  }
  .site-hero-sm .hero-content .item {
    height: 200px;
  }
  .site-hero-sm .hero-content .content {
    max-width: 75%;
    padding: 1rem;
  }
  .site-hero-sm .hero-content .content h2 {
    font-size: 1.2rem;
  }
  .site-hero-sm .hero-content .content .btn {
    margin-top: 0;
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
  }
  .site-hero-sm .owl-controls .owl-dots {
    bottom: 10px;
    left: 0;
    text-align: center;
  }
  .site-hero-sm .owl-controls .owl-dots .owl-dot {
    height: 6px;
    width: 6px;
    margin: 0 2px;
  }
  .inner-link ul li {
    margin: 0 10px;
  }
  .inner-link ul li a {
    padding-bottom: 4px;
    border-width: 2px;
    margin-bottom: 4px;
  }
  .home-section .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-section .content .section-top h2 {
    font-size: 1.6rem;
  }
  .home-section .content .section-top h3 {
    font-size: 1.4rem;
    line-height: 1.2em;
  }
  .home-section .content .section-top p {
    line-height: 1.4em;
  }
  .home-section .content .section-top ul {
    margin-bottom: 0;
  }
  .home-section .content ul.icon-list {
    margin-bottom: 0;
  }
  .home-section .content ul.icon-list li {
    padding-left: 46px;
  }
  .home-section .content ul.icon-list li h4 {
    font-size: 1.3rem;
  }
  .home-section .content ul.icon-list li p {
    line-height: 1.4em;
  }
  .join-section {
    padding: 25px 0;
  }
  .join-section h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .join-section h2 strong {
    font-size: 1.6rem;
  }
  .join-section .img {
    border-width: 4px;
  }
  .join-section .img img {
    max-width: 99%;
  }
  .join-section p {
    font-size: 1.1rem;
  }
  .team-group {
    padding: 25px 0;
  }
  .team-group .left h2 {
    font-size: 1.6rem;
  }
  .team-group .left h2 strong {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
  .team-group .media .image {
    margin-right: 2rem;
  }
  .team-group .media .image img {
    max-width: 140px;
  }
  .team-group .media h3 {
    font-size: 1.6rem;
    margin: 0;
  }
  .team-group .media h4 {
    font-size: 1.4rem;
    margin: 0 0 5px;
  }
  .page-bottom {
    padding: 20px 0 14px;
    text-align: center;
  }
  .page-bottom p:first-child {
    padding-right: 0;
  }
  .page-bottom .d-flex {
    display: block !important;
  }
  .page-bottom p {
    font-size: 1.3rem;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
    text-align: center !important;
    line-height: 1.4em;
  }
  #footer .h3 {
    margin-top: 15px;
  }
  #footer .join-block .textwidget {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  #footer .join-block .textwidget p:first-child {
    display: inline-block;
    width: 30%;
    vertical-align: top;
  }
  #footer .join-block .textwidget h2 {
    display: inline-block;
    width: 60%;
    margin-left: 5%;
    vertical-align: top;
  }
  #footer .join-block .textwidget p:last-child {
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }
  .copyright {
    text-align: center;
    padding: 12px 0;
  }
  .copyright a {
    margin: 0 5px;
  }
  .content-block1 {
    padding: 20px 0 12px;
  }
  .content-block1 .image {
    text-align: center !important;
    margin-bottom: 10px;
  }
  .content-block1 .image img {
    max-width: 300px;
  }
  .content-block1 .content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-block1 .content h2 {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .content-block1 .content h3 {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .content-block3.block2 {
    margin: 0;
  }
  .content-block3 {
    padding: 20px 0 20px !important;
  }
  .content-block3 h2, .content-block3 h3 {
    font-size: 1.4rem;
  }
  .content-block3 p {
    margin-bottom: 10px;
  }
  .content-block3 .btn {
    padding: 6px 12px;
  }
  .block2 {
    margin: 10px 0;
  }
  .service-list {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  .service-list li {
    margin-bottom: 10px;
  }
  .service-list li .icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    line-height: 60px;
    font-size: 1.7rem;
    border-width: 2px;
  }
  .service-list li h4 {
    font-size: 1.2rem;
  }
  .market-top h3 {
    font-size: 2rem;
    margin: 10px auto 20px;
  }
  .market-box .content h2 {
    font-size: 2rem;
  }
  .icon-list3 {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  .icon-list3 .icon {
    margin-bottom: 10px;
  }
  .icon-list3 .icon img {
    height: 40px;
  }
  .icon-list3 h4 {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .icon-list3 p {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .home-info-section {
    font-size: 1.3rem;
  }
  .service-section {
    padding: 20px 0 10px;
  }
  .service-section h2 {
    margin-bottom: 1.5rem;
  }
  .service-section .list > li {
    padding-left: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  .service-section .list > li .box {
    min-height: auto;
  }
  .contact-form {
    padding: 0px 15px;
  }
  .contact-form h3 {
    margin-bottom: 15px;
  }
  .contact-form .form-group {
    margin-bottom: 10px;
  }
  .contact-form label {
    margin-bottom: 3px;
  }
  .contact-form .form-control {
    height: 32px;
  }
  .contact-form .btn {
    padding: 6px 12px 6px 26px;
    background-size: 12px 12px;
  }
  .card {
    padding: 15px 20px 15px 10px;
  }
  .card .icon-list {
    max-width: 100%;
  }
  .card .icon-list p {
    padding-left: 22px;
  }
  .card .icon-list p img {
    width: 18px;
  }
  .card::after {
    height: 30px;
    width: 30px;
    background-size: 100%;
  }
  .leadership-list ul li {
    padding-bottom: 25px;
  }
  .leadership-modal .left {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .leadership-modal .left img {
    width: 200px;
  }
  .leadership-modal h2 {
    margin-bottom: 5px;
  }
  .career-block {
    padding: 30px 0;
  }
  .career-block h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .career-block .btn {
    padding: 6px 14px;
  }
  .blog-list .box {
    padding: 15px 12px;
    min-height: 260px;
  }
  .blog-list .box p {
    margin-top: 10px;
  }
  .blog-list .row > div {
    max-width: 390px;
    margin: auto;
  }
  .client-block.client-carousel {
    margin-bottom: 30px;
  }
  .career-hero .search-form {
    margin-top: 1rem;
  }
  .career-hero .btn {
    padding: 0.5rem 1rem;
  }
  .team-list .item {
    padding: 0 10px 20px;
  }
  .team-list .quote-box {
    margin-left: 0;
    margin-top: 2rem;
    padding: 1rem;
  }
  .team-list .quote-box::before, .team-list .quote-box::after {
    height: 32px;
    width: 32px;
    background-size: 32px 32px;
  }
  .team-list .owl-carousel .owl-controls .owl-nav .owl-prev,
  .team-list .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    bottom: -15px;
  }
  .team-list .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 20%;
  }
  .team-list .owl-carousel .owl-controls .owl-nav .owl-prev i {
    margin-left: -3px;
  }
  .team-list .owl-carousel .owl-controls .owl-nav .owl-next {
    left: 40%;
  }
  .team-list .owl-carousel .owl-controls .owl-nav .owl-next i {
    margin-right: -3px;
  }
  .team-list .owl-controls .owl-dots {
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .team-list .owl-controls .owl-dots .owl-dot.active {
    background-color: #DE1237;
  }
  .content-block5, .content-block4, .blog-list {
    padding: 20px 0;
  }
  .core-values {
    padding: 20px 0 10px;
  }
  .core-values .list {
    margin-left: 0;
    padding-left: 0;
  }
  .core-values .list .box {
    margin-bottom: 10px;
    height: auto;
  }
  .career-block1 .btn-lg {
    padding: 0.5rem 1rem;
    margin-bottom: 5px;
  }
  .logo-box .box {
    padding: 0.75rem 0.75rem;
    margin-bottom: 20px;
  }
  .logo-box .box p {
    font-size: 1.286rem;
    margin-left: 0.75rem;
    margin-top: 0.75rem;
  }
  .certification-list ul li .icon {
    width: 120px;
    flex: 0 0 120px;
  }
  .certification-list ul li .detail {
    margin-left: 1rem;
  }
  .certification-list ul li .detail p {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  body, html {
    font-size: 12px;
  }
  .site-header .site-menu {
    right: -15px;
  }
  .site-header .right-menu li {
    margin-left: 5px;
  }
  .site-header .mobile-menu {
    margin-right: 10px;
  }
  .site-header .header_main .logo {
    width: 120px;
  }
  .site-header .header_main .logo .logo img {
    width: 120px;
  }
  .site-hero .bg-video {
    min-height: calc(100vh - 300px) !important;
  }
  .site-hero .item {
    height: 50vh;
  }
  .site-hero .item .content {
    background-color: rgba(34, 34, 34, 0.5);
    padding: 10px;
    left: 15px;
    right: 15px;
    top: 10%;
  }
  .site-hero .item .content h2 {
    font-size: 2.4rem;
  }
  .site-hero .item .content p {
    font-weight: 400;
  }
  .section3 .media .image {
    margin-right: 1rem;
  }
  .section3 .media .image img {
    max-width: 80px;
  }
  .site-hero .hero-content {
    top: 10%;
  }
  .site-inner-hero {
    height: 50vh;
  }
  .site-inner-hero .content {
    background-color: rgba(34, 34, 34, 0.7);
    padding: 10px;
    left: 15px;
    width: auto;
    max-width: 65%;
    top: 10%;
  }
  .site-inner-hero .content h1 {
    font-size: 2.25rem;
    margin-bottom: 8px;
  }
  .site-inner-hero .content p {
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
  }
  .content-block1 {
    padding: 20px 0 12px;
  }
  .content-block1 .image img {
    width: 210px;
  }
  .content-block3 {
    padding: 25px 0;
  }
  .content-block2 {
    padding: 25px 0;
  }
  .content-block2 p {
    max-width: none;
  }
  .content-block2 h4 {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .market-box .content h2 {
    font-size: 1.4rem;
  }
  #footer {
    padding: 20px 0 15px;
  }
  #footer .breadcrumb-block {
    padding: 10px 10px;
    margin-bottom: 20px;
  }
  #footer .breadcrumb-block .back-to-top {
    text-align: right;
  }
  #footer .join-block {
    padding: 12px;
    margin-bottom: 20px;
  }
  #footer .join-block .textwidget > div {
    display: block;
  }
  #footer .join-block .textwidget p:first-child {
    display: block;
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
  #footer .join-block .textwidget p:first-child img {
    width: 100px;
  }
  #footer .join-block .textwidget h2 {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    margin-top: 4px;
    margin-left: 0;
  }
  #footer .join-block .textwidget p:last-child {
    width: 100%;
    text-align: right;
    margin-top: 5px;
  }
  #footer .address .iso-logo {
    margin-left: 0;
  }
  #footer .address .iso-logo img.logo1 {
    width: 50%;
  }
  #footer .address .iso-logo img.logo2 {
    width: 40%;
  }
  #footer .p1 {
    margin-bottom: 12px;
  }
  #footer .menu {
    margin-bottom: 20px;
  }
  #footer .social-menu {
    margin-top: 0;
    margin-bottom: 15px;
  }
  #footer .footer-links {
    margin-top: 10px;
  }
  #footer hr {
    margin: 10px 0;
  }
  #footer .copyright {
    padding: 10px 0;
  }
  #footer .address .widget_media_image {
    width: 40%;
  }
  .site-modal .modal-content {
    padding: 20px 20px 15px;
  }
  .site-modal .content {
    padding: 15px 0px 0;
  }
  .site-modal .modalClose {
    top: 10px;
    right: 10px;
  }
  .service-list.refer-a-friend-list li h4 {
    font-size: 18px;
  }
  .service-list.refer-a-friend-list li .icon i.sl-icon {
    height: 50px;
    width: 50px;
  }
  .career-block1 .btn-lg + .btn-lg {
    margin-left: 0;
  }
  .career-block .btn {
    margin-bottom: 7px;
  }
  .our-mission {
    margin-top: 3rem;
  }
  .our-mission .icon {
    top: -35%;
  }
  .our-mission p::before {
    left: 0;
  }
  .customers-block ul {
    margin-bottom: 0;
  }
}
@media print {
  .container {
    width: auto;
    padding: 0 15px;
  }
  #header,
  #footer,
  #menu,
  .case-info #caseBox-toggle,
  .table-top,
  .right-link,
  .reopen-box,
  .modal,
  .back-button,
  .radio-list1.row,
  .helpfull-title,
  .case-search,
  .columnsdd,
  .paging-box {
    display: none !important;
  }
  .case-info .detail,
  .case-table .openRow .toggle-box,
  .collapse {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */