* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  transition: all 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  padding: 0;
  margin: 0;
}
ul {
  list-style-type: square;
  padding: 0;
  margin: 0;
  color: #54606e;
}
ol {
  list-style-type: upper-roman;
  padding: 0;
  margin: 0;
  color: #54606e;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a img {
  border: none;
}
p {
  color: #54606e;
}
p a {
  color: #1a76af;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
ul a {
  color: #1a76af;
  text-decoration: none;
}
ul a:hover {
  text-decoration: underline;
}
strong {
  font-weight: 700;
}
.align-right {
  text-align: right;
}
button:focus {
  outline: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
.hide {
  display: none;
}
button {
  cursor: pointer;
  border: 0;
}
select {
  -webkit-appearance: none;
  border-radius: 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
/*Globabs*/
.hide {
  display: none;
}
button {
  cursor: pointer;
  border: 0;
}
select {
  -webkit-appearance: none;
  border-radius: 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.containerFull {
  width: 100%;
  padding: 0 70px;
}
.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.btn {
  background: #ccc;
  padding: 10px 40px;
  font-size: 15px;
  color: #333;
  border-radius: 100px;
  display: inline-block;
}
.btn-white {
  background: #fff;
  color: #54606e;
}
.btn-white:hover {
  background: #ddd;
}
.btn-white-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-white-outline:hover {
  background: #fff;
  color: #333;
}
.btn-blue {
  background: #66b2ce;
  color: #fff;
}
.btn-blue:hover {
  background: #449cbc;
}
.btn-blue-outline {
  background: #fff;
  color: #66b2ce;
  border: 2px solid #66b2ce;
}
.btn-blue-outline:hover {
  background: #449cbc;
  color: #fff;
}
.btn-grey {
  background: #54606e;
  color: #fff;
}
.btn-grey:hover {
  background: #334151;
}
.btn-grey-outline {
  background: #fff;
  color: #54606e;
  border: 2px solid #54606e;
}
.btn-grey-outline:hover {
  background: #334151;
  color: #fff;
}
.btn-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 130px 0 0;
}
.light-blue {
  color: #66b2ce;
}
.dark-blue {
  color: #012439;
}

.hero {
  width: 100%;
  display: flex;
  height: 800px;
  position: relative;
}
.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: url(../img/hero-banner.jpg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.video-wrapper video {
  max-width: 1920px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 10;
  overflow: hidden;
}
.covervid-wrapper-overlay {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #272525;
  opacity: 0.51;
  z-index: 11;
}
header .container {
  display: inherit;
  flex-direction: column;
  position: relative;
  z-index: 13;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 15;
}
.hero header .container {
  display: inherit;
}
.logo {
  float: left;
  width: 140px;
  margin: 0 0 10px 0;
}
.logo img {
  width: 100%;
  height: auto;
}
.menu {
  float: left;
  margin: 15px 0 0 100px;
}
.menu ul {
  width: 100%;
  text-align: center;
}
.menu ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  margin: 0 20px;
}
.menu ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.menu ul li a:hover {
  color: #66b2ce;
}
.menu ul li ul.dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%; /* ← исправить gap */
  min-width: 280px;
  padding: 0 0 10px 0;
  text-align: left;
  display: none;
}
.menu ul li ul.dropdown-menu li {
  position: relative;
  width: 100%;
  padding: 5px 20px;
  margin: 0;
}
.menu ul li ul.dropdown-menu li:first-child:before {
  content: "";
  float: left;
  margin: 10px 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #66b2ce;
}
.menu ul li ul.dropdown-menu li a {
  float: left;
  width: 100%;
}
.menu ul li ul.dropdown-menu.dropdown-active {
  display: block;
}
.menu .btn {
  display: none;
}
.menu-toggle {
  display: none;
}
.contact-us {
  float: right;
  margin: 5px 0 0 0;
}
.fixed-header {
  background: #012439;
  z-index: 15;
}
.fixed-header .menu ul li ul.dropdown-menu {
  background: #012439;
}

.welcome {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 25% 0 0 0;
  z-index: 11;
}
.welcome h1 {
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.welcome p {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.stats {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 12;
}
.stats .container {
  padding: 0 120px;
}
.stats .inner {
  width: 100%;
  background: #fff;
  padding: 60px 50px;
  margin-top: -80px;
  margin-bottom: 100px;
  box-shadow: 0 0 100px 10px rgba(0, 0, 0, 0.15);
}
.stats ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.stats ul li {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.stats ul li span {
  float: left;
  font-size: 42px;
  font-weight: 300;
  color: #000;
  margin: 0 10px 0 0;
  display: flex;
}
.stats ul li span sub {
  float: right;
  margin: 27px 0 0 10px;
  font-size: 14px;
}
.stats ul li:nth-child(1) span {
  color: #ed8000;
}
.stats ul li:nth-child(2) span {
  color: #27beb2;
}
.stats ul li:nth-child(3) span {
  color: #d96e6e;
}
.stats ul li:nth-child(4) span {
  color: #1a76af;
}
.stats ul li p {
  float: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  color: #54606e;
}

.services {
  width: 100%;
  padding: 50px 0 150px 0;
}
.services .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: center;
  padding: 0 60px;
}
.services h2 {
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  color: #012439;
  margin: 0 0 150px 0;
}
.service-block {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 50px 0;
}
.service-block span {
  margin: 0 0 30px 0;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.service-block h3 {
  font-size: 18px;
  font-weight: 700;
  color: #012439;
  margin: 0 0 10px 0;
  min-height: 50px;
}
.service-block p {
  margin: 0 0 10px 0;
  padding: 0 22%;
  font-size: 14px;
  font-weight: 500;
  color: #54606e;
}
.services .btn-bar {
  padding: 80px 0 0;
}
.services .btn {
  padding: 12px 60px;
}

.founded {
  width: 100%;
  display: flex;
  background: url("/wp-content/themes/mlmsoft/assets/images/company.jpg") center top no-repeat;
  background-size: cover;
  padding: 220px 0;
}
.founded .container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 100px;
}
.founded h2 {
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 50px 0;
}
.founded p {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 0 15%;
}

.founded-det {
  width: 100%;
  display: flex;
  padding: 100px 0 150px 0;
}
.founded-det .container {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}
.founded-text {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.founded-text p {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #54606e;
  margin: 0 0 100px 0;
}

.customers {
  width: 100%;
  display: flex;
  background: #9dbc59;
  padding: 120px 0;
}
.customers .container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 100px;
}
.customers h2 {
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 30px 0;
}
.customers p {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 0 15%;
}

.clients {
  width: 100%;
  padding: 150px 0 200px;
}
.clients .container {
  display: inherit;
}
.clients-slider {
  padding: 0 50px;
}
.clients .slick-arrow {
  cursor: pointer;
}
.clients .slick-arrow::before {
  color: #54606e;
  opacity: 1;
}
.clients .slick-prev::before,
.clients .slick-next::before {
  color: #54606e;
}
.clients .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 25px;
}
.clients .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 25px;
}
.clients .btn-bar {
  padding: 100px 0 0;
}

.reviews {
  width: 100%;
  display: flex;
  padding: 150px 0;
  position: relative;
}
.reviews-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: 0;
  background: url("/wp-content/themes/mlmsoft/assets/images/bg-reviews.jpg") center top no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.reviews .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 60px;
  position: relative;
  z-index: 3;
}
.reviews h2 {
  width: 100%;
  font-size: 49px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 80px 0;
}
.reviews-slider {
  width: 100%;
  padding: 50px 0 0;
}
.review-block {
  display: flex;
  width: 90%;
  margin: 0 5%;
  background: #fff;
  padding: 30px 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #eee;
  min-height: 500px;
  margin-top: 40px;
}
.review-img {
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}
.review-img img {
  display: inline-block;
  width: 100px;
}
.review-block h4 {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #012439;
}
.review-block h5 {
  width: 100%;
  font-size: 14px;
  color: #54606e;
  margin: 0 0 40px 0;
}
.review-block p {
  width: 100%;
  font-size: 14px;
  color: #54606e;
  min-height: 220px;
  padding: 10px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.review-block p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/mlmsoft/assets/images/quotes-left.svg") left top no-repeat;
}
.review-block p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/mlmsoft/assets/images/quotes-right.svg") left top no-repeat;
}
.reviews-slider .slick-arrow {
  cursor: pointer;
  top: 65%;
}
.reviews-slider .slick-prev {
  left: -7%;
}
.reviews-slider .slick-next {
  right: -7%;
}
.reviews-slider .slick-arrow::before {
  color: #54606e;
  opacity: 1;
}
.reviews-slider .slick-prev::before,
.reviews-slider .slick-next::before {
  color: #54606e;
}
.reviews-slider .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 25px;
}
.reviews-slider .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 25px;
}
.slick-slide:focus {
  outline: none;
}
.slick-list {
  padding: 0 !important;
}
.slick-current .review-block {
  min-height: 580px;
  width: 98%;
  margin: 0 1%;
}
.slick-current .review-img img {
  width: 140px;
}

.news {
  width: 100%;
  display: flex;
  background: url("/wp-content/themes/mlmsoft/assets/images/bg-news.jpg") center top no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.news .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 100px;
}
.news h2 {
  width: 100%;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 100px 0;
  text-align: center;
}
.news-block {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}
.news-block a {
  float: left;
  width: 100%;
  padding: 40px 100px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 200px;
}
.news-block a:hover {
  border: 2px solid #fff;
}
.news-left {
  float: left;
  width: 30%;
}
.news-left h3 {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px 0;
}
.news-left span {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #fff;
}
.news-right {
  float: left;
  width: 70%;
}
.news-right p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
}
.news .btn-bar {
  padding: 50px 0 0;
}

.projects {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.project-block {
  width: 50%;
  height: 600px;
  display: flex;
  align-items: center;
  position: relative;
}
.project-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.project-img.project1 {
  background: url(../img/project1.jpg) center top no-repeat;
  background-size: cover;
}
.project-img.project2 {
  background: url(../img/project2.jpg) center top no-repeat;
  background-size: cover;
}
.project-img.project3 {
  background: url(../img/project3.jpg) center top no-repeat;
  background-size: cover;
}
.project-img.project4 {
  background: url(../img/project4.jpg) center top no-repeat;
  background-size: cover;
}
.project-det {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 36, 57, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  padding: 0 10%;
  opacity: 0;
}
.project-det h3 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 80px 0;
}
.project-det p {
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  padding: 0 20%;
  margin: 0 0 100px 0;
  text-align: center;
}
.project-block:hover .project-det {
  opacity: 1;
}

.questions {
  width: 100%;
  display: flex;
  background: #fff;
  padding: 150px 0;
}
.questions .container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.questions h2 {
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  color: #66b2ce;
  margin: 0 0 50px 0;
}
.questions p {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 0 15%;
}

footer {
  padding: 100px 0;
  background: #54606e;
}
footer .container {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0 100px;
}
.write-us {
  width: 26%;
  display: flex;
  flex-direction: column;
}
.write-us h3 {
  font-size: 16px;
  color: #fff;
  margin: 0 0 20px 0;
}
.write-us h4 {
  font-size: 14px;
  color: #fff;
  margin: 0 0 10px 0;
}
.write-us a {
  font-size: 14px;
  color: #fff;
  margin: 0 0 20px 0;
}
.footer-links {
  width: 26%;
  display: flex;
  flex-direction: column;
}
.footer-links h3 {
  font-size: 16px;
  color: #fff;
  margin: 0 0 20px 0;
}
.footer-links a {
  font-size: 14px;
  color: #fff;
  margin: 0 0 10px 0;
}
.partnership {
  width: 26%;
  display: flex;
  flex-direction: column;
}
.partnership a {
  font-size: 14px;
  color: #ccc;
  margin: 0 0 10px 0;
}
.footer-right {
  width: 22%;
  display: flex;
  align-items: end;
  flex-direction: column;
}
.footer-right a {
  float: right;
  margin: 0 0 20px 0;
}
.social-icons {
  float: right;
  align-self: end;
}
.social-icons a {
  float: left;
  margin: 0 0 0 20px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}
.copyright {
  width: 100%;
  margin: 50px 0 0 0;
}
.copyright p {
  width: 100%;
  font-size: 13px;
  color: #ccc;
}

.inner-page {
  width: 100%;
  padding: 100px 0;
}
main .container {
  padding: 0 100px;
}

.about-hero {
  
  background: url("/wp-content/themes/mlmsoft/assets/images/about-us.jpg")
    center center no-repeat;
  background-size: cover;
  height: 500px;
  /*margin-bottom: 100px;*/
  overflow: hidden;
  position: relative;
}
.about-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #012439;
}

.hero-caption {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 27% 0 0 0;
}
.hero-caption h1 {
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 50px 0;
}
.hero-caption p {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.hero-caption .down-arrow {
  font-size: 25px;
  color: #fff;
}
.about-us {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0;
}
.about-det {
  /* width: 70%; */
}
h1 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
h5 {
  font-size: 14px;
  font-weight: 700;
  color: #777;
  margin: 0 0 20px 0;
}
p {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 20px 0;
}
ol {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 20px 25px;
  list-style-type: upper-roman;
}
ul {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 20px 25px;
  list-style-type: square;
}
li {
  margin: 0 0 5px 0;
}
a.btn {
  margin: 0 10px 10px 0;
}
.menu ul {
  margin: 0;
}

.about-sidebar {
  /* width: 25%; */
}
.about-banner {
  width: 100%;
  background: url(../img/about-banner.jpg) center center no-repeat;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-banner a {
  width: 100%;
  padding: 0 50px;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.about-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 100px;
}
.about-bottom h3 {
  width: 100%;
  margin: 0 0 40px 0;
}
.about-text {
  width: 50%;
  padding-right: 25px;
}
.about-text p {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 20px 0;
}
.about-text ol {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 20px 25px;
  list-style-type: upper-roman;
}
.about-text ul {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 20px 25px;
  list-style-type: square;
}
.about-text li {
  margin: 0 0 5px 0;
}

.img-full {
  width: 100%;
  display: flex;
  align-items: start;
  margin: 0 0 20px 0;
}
.img-full img {
  width: 100%;
}
.img-half {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 0 0 20px 0;
}
.img-half img {
  width: 49.2%;
}
.img-quarter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 0 0 30px 0;
}
.img-quarter img {
  width: 32.3%;
}

.contact-hero {
  background: url(../img/bg-contact.jpg) center center no-repeat;
  background-size: cover;
  height: 500px;
}
.contact-page {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 10%;
}
.contact-page h2 {
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
  color: #66b2ce;
}
.contact-page h3 {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 20px 0;
  text-align: center;
}
.contact-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-form ul {
  font-weight: normal;
  width: 49%;
  list-style: none;
}
.contact-form ul li {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.contact-form ul li label {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #54606e;
  margin: 0 0 10px 0;
}
.contact-form ul li input,
.contact-form ul li textarea {
  float: left;
  width: 100%;
  border: 1px solid #54606e;
  border-radius: 4px;
  padding: 20px;
  font-size: 14px;
  color: #54606e;
}
.contact-form ul li textarea {
  height: 420px;
}
.contact-form ul li input[type="checkbox"] {
  width: auto;
  margin: 0 20px 0 0;
}
.contact-form ul li p {
  float: left;
  width: 80%;
  font-size: 12px;
  color: #54606e;
  text-align: left;
}
.contact-form ul li p a {
  float: left;
  font-size: 12px;
  color: #1a76af;
  text-align: left;
  margin: 10px 0 0 0;
}
.robot-verify {
  width: 100%;
  margin: 50px 0;
  text-align: center;
}
.contact-form .btn-bar {
  padding: 50px 0;
}
.contact-det {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: 100px 0 0 0;
}
.contact-det p {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #012439;
  margin: 0 0 60px 0;
}
.contact-det p:last-child {
  margin: 0;
}
.contact-det p a {
  color: #1a76af;
  text-decoration: none;
}
.contact-map {
  width: 100%;
  height: 450px;
}

#pdopage {
  margin-bottom: 40px;
}

#pdopage .pagination {
  text-align: center;
  padding-top: 10px;
}

#pdopage .pagination li {
  display: inline;
  margin: 0 5px;
}

#pdopage .pagination li a {
  color: #333;
  font-size: 16px;
}

#pdopage .pagination li.active a,
#pdopage .pagination li a:hover {
  font-weight: bold;
  color: #000;
}

.header-nobanner {
  background: #012439;
  z-index: 10;
}
.header-nobanner .dropdown-menu {
  background: #012439;
}
#pdopage .introtext:last-of-type hr {
  display: none;
}

.workmail {
  display: none;
}

.our-clients {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0;
}
.client-block {
  width: 19%;
  border: 1px solid #cbced3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 50px 0;
}
.client-logo {
  width: 100%;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-text {
  width: 100%;
  padding: 0 20px 30px;
}
.client-text p {
  font-size: 14px;
  line-height: 16px;
}
.client-btn {
  width: 100%;
  background: #66b2ce;
  padding: 20px 0;
  margin-top: auto;
}
.client-btn .btn {
  margin: auto;
  display: table;
  border: 2px solid #fff;
}
.back-to-top {
  display: none !important;
}

@media (max-width: 700px) {
  .mfp-close {
    display: none !important;
  }
  #videostory {
    max-width: 100% !important;
  }
}
