@charset "UTF-8";
/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;300;400;700;900&display=swap');
/* BODY */
* {
  outline: none !important;
}
body {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}
body, html {
  height: 100%;
}
.title {
  display: block;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  color: #32355d;
  font-size: 30px;
  font-family: 'Baloo 2', cursive;
}
.title-big {
  display: block;
  font-weight: 900;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  color: #090807;
  font-size: 56px;
  font-family: 'Baloo 2', cursive;
}
.sub-title {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  color: #090807;
  font-size: 18px;
  position: relative;
  font-family: 'Baloo 2', cursive;
  font-weight: bold;
}
/* CONTAINER */
.container {
  max-width: 1480px;
}
/* CUSTOM HTML */
.tooltip-inner {
  border-radius: 0;
  font-size: 11px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.form-group {
  margin-bottom: 15px;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
/* LINKS */
a {
  color: #262d57;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #003294;
  text-decoration: none;
}
/* HTML TAGS */
img {
  max-width: 100%;
}
p {
  line-height: 26px;
  color: #4b4b4b;
}
/* ALERTS */
.alert {
  display: block;
  border-radius: 0;
  padding: 30px;
  font-weight: 600;
  width:100%;
}
.alert-success {
  border: none;
  background: #2ca549;
  color: #fff;
}
.alert-danger {
  border: none;
  background: #f1293c;
  color: #fff;
}
/* FORM ELEMENTS */
input[type=text] {
  height: 54px;
  border: 1px solid #eaebee;
  background: #fff;
  padding: 0 20px;
}
input[type=password] {
  height: 54px;
  border: 1px solid #eaebee;
  background: #fff;
  padding: 0 20px;
}
input[type=search] {
  height: 54px;
  border: 1px solid #eaebee;
  background: #fff;
  padding: 0 20px;
}
input[type=email] {
  height: 54px;
  border: 1px solid #eaebee;
  background: #fff;
  padding: 0 20px;
}
input[type=checkbox] {
  width: 14px;
  height: 14px;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  border: 1px solid #eaebee;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=checkbox]:checked {
  background: #003294;
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
  -moz-box-shadow: inset 0px 0px 0px 3px #fff;
  box-shadow: inset 0px 0px 0px 3px #fff;
}
input[type=radio] {
  width: 13px;
  height: 13px;
  float: left;
  margin-right: 10px;
  border: 1px solid #eaebee;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50%;
}
input[type=radio]:checked {
  background: #131314;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
input[type=submit], button[type=submit] {
  height: 54px;
  border: 1px solid #eaebee;
  color: #003294;
  background: #fff;
  padding: 0 40px;
  font-weight: 600;
}
textarea {
  height: 144px;
  border: 1px solid #eaebee;
  background: #fff;
  padding: 20px;
}
.select-box {
  width: 100%;
  height: 54px;
  border: 1px solid #eaebee;
  background: #fff;
  position: relative;
}
.select-box i {
  position: absolute;
  right: 15px;
  top: 17px;
}
select {
  width: 100%;
  height: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0 20px;
}
label {
  display: block;
  font-weight: 600;
}
/* ODOMETER */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  padding: 0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0;
}
/* ACCORDION */
.accordion {
  width: 100%;
  float: left;
  background: #fff;
  padding: 0;
}
.accordion .card {
  background: none;
  border-radius: 0;
  margin-top: -1px;
  border: 1px solid #eaebee;
}
.accordion .card .card-header {
  background: none;
  padding: 0;
  border-bottom: none;
}
.accordion .card .card-header a {
  width: 100%;
  float: left;
  font-weight: 500;
  padding: 20px 25px;
  color: #003294;
  font-weight: 600;
}
.accordion .card .card-header a:before {
  content: "+";
  float: left;
  text-align: center;
  margin-right: 8px;
  color: #003294;
  font-weight: 600;
}
.accordion .card .card-header a:hover {
  color: #003294;
  text-decoration: none;
}
.accordion .card .card-body {
  width: 100%;
  border-top: 1px solid #eee;
  line-height: 26px;
  color: #4b4b4b;
}
.accordion .card [aria-expanded=true] {
  color: #003294 !important;
}
.accordion .card [aria-expanded=true]:before {
  content: "-" !important;
  color: #003294 !important;
}
/* PROGRESS BAR */
.progress {
  width: 100%;
  height: 2px;
  float: left;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 30px;
}
.progress .progress-bar {
  width: 1%;
  float: left;
  background: #003294;
  box-shadow: none;
}
.animated.progress-one {
  width: 75% !important;
}
.animated.progress-two {
  width: 91% !important;
}
.animated.progress-three {
  width: 88% !important;
}
.animated.progress-four {
  width: 88% !important;
}
.progress-infos {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 15px;
  color: #003294;
}
.progress-infos strong {
  font-weight: 600;
}
/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pagination .page-item {
  margin: 0;
  margin-right: 4px;
}
.pagination .page-item.active .page-link {
  background: #003294;
  color: #fff;
  border-color: #003294;
}
.pagination .page-item.active .page-link:hover {
  background: #003294;
}
.pagination .page-item .page-link {
  border: none;
  border-bottom: 2px solid #eaebee;
  color: #003294;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: 600;
}
.pagination .page-item .page-link:hover {
  background: none;
  border-color: #003294;
}
/* PRELOADER */
.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #262d57;
  z-index: 99;
}
.preloader-wrap figure {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -45px;
  text-align: center;
}
.preloader-wrap figure img {
  height: 30px;
}
.preloader-wrap .percentage {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: 15px;
  line-height: 30px;
  font-size: 25px;
  font-weight: 800;
  z-index: 100;
  text-align: center;
  color: #fff;
}
.preloader-wrap .loader {
  height: 2px;
  max-width: 500px;
  border: none;
  border-radius: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.preloader-wrap .loader:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}
.preloader-wrap .trackbar {
  width: 100%;
  height: 100%;
  border-radius: 0;
  color: #fff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  background: #003294;
  opacity: 0.99;
}
.preloader-wrap .loadbar {
  width: 0%;
  height: 100%;
  background: #003294;
  box-shadow: 0px 0px 14px 1px #008737;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: flicker 5s infinite;
  overflow: hidden;
}
/* SECTION TITLE */
.section-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 50px;
}
.section-title span {
  display: block;
  font-size: 18px;
  font-weight: 800;
}
.section-title.light {
  color: #fff;
}
.section-title.light h2 {
  color: #fff;
}
.section-title.light span {
  color: #fff;
  opacity: 0.7;
}
.section-title.light h6 {
  color: #fff;
}
/* CLOSE BUTTON */
.close-btn {
  width: 46px;
  height: 46px;
  float: right;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 50%;
}
.close-btn span {
  display: block;
  height: 2px;
  width: 23px;
  background: #003294;
  opacity: 1;
  position: absolute;
  right: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -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;
}
.close-btn span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.close-btn span:nth-child(2) {
  top: 21px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.close-btn:hover span:nth-child(1) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.close-btn:hover span:nth-child(2) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
/* SEARCH BOX */
.search-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-box.open {
  opacity: 1;
  visibility: visible;
}
.search-box input[type=search] {
  width: 80%;
  height: 60px;
  margin: 0 10%;
  margin-bottom: 20px;
  border: none;
  background: none;
  border-bottom: 2px solid #c1c4ce;
  font-size: 20px;
}
.search-box input[type=search]:focus {
  border-bottom: 2px solid #003294;
}
.search-box h6 {
  color: #999da9;
}
.search-box .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid #c1c4ce;
}
.search-box form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contact-btn {
  float: right;
  width: 180px;
}
.contact-btn img {
  height: 40px;
  width: 40px;
  float: left;
}
.contact-btn span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.contact-btn a, .contact-btn a:hover {
  display: block;
  font-weight: bold;
  color: #48A717;
  text-decoration: none;
}
/* SANDWICH BUTTON */
.sandwich-btn {
  width: 46px;
  height: 46px;
  float: right;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 50%;
}
.sandwich-btn span {
  display: block;
  height: 2px;
  width: 22px;
  background: #E7272D;
  opacity: 1;
  position: absolute;
  right: 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -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;
}
.sandwich-btn span:nth-child(1) {
  top: 16px;
}
.sandwich-btn span:nth-child(2) {
  top: 22px;
}
.sandwich-btn span:nth-child(3) {
  top: 28px;
}
.sandwich-btn:hover span {
  width: 22px;
  right: 12px;
  background: #E7272D;
}
.sandwich-btn.open span:nth-child(1) {
  top: 22px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sandwich-btn.open span:nth-child(2) {
  opacity: 0;
  right: -10px;
}
.sandwich-btn.open span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* SANDWICH MENU */
.sandwich-menu {
  width: 400px;
  height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: top;
  position: fixed;
  left: -100%;
  overflow: auto;
  top: 0;
  background: #27282C;
  z-index: 9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  padding: 30px 40px;
}
.sandwich-menu .logo {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  text-align: center;
}
.sandwich-menu .logo img {
  height: 65px;
}
.sandwich-menu .nav-menu {
  display: none;
}
.sandwich-menu p {
  display: block;
  margin-bottom: 30px;
  color: #fff;
}
.sandwich-menu address {
  display: block;
}
.sandwich-menu address a {
  color: #fff;
  opacity: 0.7;
  text-decoration: underline;
}
.sandwich-menu .photo-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0;
}
.sandwich-menu .photo-gallery li {
  flex: 1;
  margin: 0;
  padding: 0;
  margin-right: 4px;
  list-style: none;
}
.sandwich-menu .photo-gallery li:last-child {
  margin-right: 0;
}
.sandwich-menu .photo-gallery li a {
  float: left;
  border: 1px solid #fff;
}
.sandwich-menu .social-media {
  display: inline-block;
  margin-bottom: 40px;
  padding: 0;
}
.sandwich-menu .social-media li {
  float: left;
  margin-right: 16px;
  padding: 0;
  list-style: none;
}
.sandwich-menu .social-media li a {
  color: #fff;
  float: left;
  font-size: 12px;
}
.sandwich-menu .social-media li a:hover {
  opacity: 0.7;
}
.sandwich-menu .copyright {
  display: block;
  color: #fff;
  opacity: 0.7;
  font-size: 11px;
}
.sandwich-menu.open {
  left: 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 8px 30px rgba(0, 0, 0, 0.1);
}
.sandwich-menu .nav-menu {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.sandwich-menu .nav-menu li {
  width: 100%;
  float: right;
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
.sandwich-menu .nav-menu li a {
  width: 100%;
  float: left;
  color: #fff;
  font-weight: 500;
}
.sandwich-menu .nav-menu li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sandwich-menu .nav-menu li .dropdown {
  display: none;
  margin: 0;
  padding: 0px;
}
.sandwich-menu .nav-menu li li a {
  font-size: 13px;
  position: relative;
  padding: 0 0 0 20px;
}
.sandwich-menu .nav-menu li li a:before {
  content: "+";
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all .3s ease;
}
.sandwich-menu .nav-menu li li a:hover:before {
  transform: rotate(90deg);
}
/* HEADER */
.header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.header .topbar {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #003294;
  color: #fff;
  text-align: center;
}
.header .topbar .container {
  display: flex;
  flex-wrap: wrap;
}
.header .topbar .container .tagline {
  font-weight: 600;
}
.header .topbar .container .social-media {
  margin: 0 auto;
  padding: 0;
}
.header .topbar .container .social-media li {
  float: left;
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.header .topbar .container .social-media li a {
  color: #fff;
  float: left;
  font-size: 12px;
}
.header .topbar .container .social-media li a:hover {
  opacity: 0.7;
}
.header .topbar .container .phone {
  margin-left: auto;
}
.header .topbar .container .phone img {
  height: 30px;
  margin-top: -1px;
  margin-right: 7px;
}
.header .topbar .container .phone b {
  font-weight: 400;
  font-size: 13px;
  opacity: 0.7;
}
.header .topbar .container .phone span {
  font-weight: 600;
}
.header .navbar {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%), 0 10px 20px rgb(0 0 0 / 10%);
}
.header .navbar .container {
  position: relative;
  max-width: 85%;
  margin:0px auto;
  padding:0px;
}
.header .navbar .container .logo {
  margin-right: auto;
}
@media only screen and (max-width: 1610px) {
    .header .navbar .container {
    margin:0px;
    }
    
.header .navbar .container .logo {
  margin-right: auto;
  margin-left:50px;
}
}
.header .navbar .container .logo a {
  float: left;
}
.header .navbar .container .logo a img {
  height: 55px;
}
.header .navbar .container .nav-menu {
  margin: 0 30px;
}
.header .navbar .container .nav-menu li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}
.header .navbar .container .nav-menu li a {
  float: left;
  padding: 0 6px;
  height: 80px;
  line-height: 80px;
  color: #222;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  font-family: 'Baloo 2', cursive;
  font-size: 16px;
}
.header .navbar .container .nav-menu li a span {
  position: relative;
  z-index: 2;
}
.header .navbar .container .nav-menu li a:hover {
  text-decoration: none;
  color: #E7272D;
  z-index: 0;
}
.header .navbar .container .nav-menu li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 33px;
  height: 5px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
  z-index: 0;
}
.header .navbar .container .nav-menu li .dropdown {
  min-width: 190px;
  position: absolute;
  left: -10px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  margin-top: 5px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 8px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .navbar .container .nav-menu li .dropdown li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.header .navbar .container .nav-menu li .dropdown li .dropdown {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 100%;
}
.header .navbar .container .nav-menu li .dropdown li .dropdown li {
  position: relative;
}
.header .navbar .container .nav-menu li .dropdown li .dropdown li .dropdown {
  opacity: 0;
  visibility: hidden;
}
.header .navbar .container .nav-menu li .dropdown li .dropdown li:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.header .navbar .container .nav-menu li .dropdown li a {
  width: 100%;
  height: 40px;
  line-height: 48px;
  float: left;
  padding: 0 25px;
  white-space: nowrap;
}
.header .navbar .container .nav-menu li .dropdown li a:before {
  display: none;
}
.header .navbar .container .nav-menu li .dropdown li a:after {
  display: none;
}
.header .navbar .container .nav-menu li .dropdown li:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.header .navbar .container .nav-menu li:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.header .navbar .container .search-btn {
  height: 50px;
  line-height: 50px;
  margin-left: 10px;
  padding-left: 20px;
  border-left: 1px solid #eaebee;
  order: 3;
  cursor: pointer;
  font-size: 17px;
  color: #222;
}
.header .navbar .container .search-btn:hover {
  color: #E7272D;
}
.header .navbar .container .sandwich-btn {
  margin-right: 0;
  margin-left: auto;
  order: 2;
  display: none;
}
.header .navbar .container .language {
  margin-left: auto;
  order: 1;
  margin: 0;
  padding: 0;
}
.header .navbar .container .language li {
  float: left;
  margin: 0 5px;
  padding: 0;
  list-style: none;
}
.header .navbar .container .language li a {
  float: left;
  color: #003294;
  font-weight: 600;
}
.header .navbar .container .language li a:hover {
  color: #003294;
  text-decoration: none;
}
.header .navbar .container .language li a.active {
  color: #003294;
}
.header .navbar .container .bottom-bar {
  width: 100%;
  height: 5px;
  background: #aaaec1;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.contact-menu {
  margin-top: -59px;
  padding: 74px 0px 15px 0;
  background: #FFEDE2;
  width: 100%;
  line-height: 60px;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .contact-menu .container {
    display: none;
  }
  .box {
    position: absolute;
    display: none;
  }
  .contact-btn {
    float: right;
    width: 180px;
    display: none;
  }
}
.contact-content {
  width: 100%;
  display: grid;
  padding: 0 10px;
  grid-template-columns: 50px auto;
  grid-gap: 5px;
  align-items: center;
  border-left: 1px solid #FF8672;
}
.blog-sidebar {
  width: 100%;
  display: grid;
  padding: 10px;
  grid-gap: 10px;
  grid-template-columns: 90px auto;
  align-items: center;
  border-bottom: 1px solid #eaebee;
}
.blog-sidebar-img {
  padding: 0px;
}
.blog-sidebar-img img {
  border-radius: 5px;
}
.blog-sidebar-content {
  padding: 0px;
}
.blog-sidebar-content h3 {
  font-size: 16px;
  font-weight: 700;
}
.contact-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.contact-details {
  display: inline-block;
  text-align: left;
}
.contact-details h3 {
  font-size: 16px;
  display: block;
  margin: 0px;
  padding: 0px;
  color: #595a58;
  font-weight: 600;
}
.contact-details p {
  font-size: 14px;
  line-height: 1.25;
  display: block;
  margin: 0px;
  padding: 0px;
  color: #595a58;
}
.contact-social {
  list-style: none;
  margin: 0px;
  padding: 0px 15px;
  width: 100%;
  float: left;
  border-left: 1px solid #FF8672;
  border-right: 1px solid #FF8672;
  text-align: center;
}
.contact-social li {
  display: inline-block;
  width: auto;
}
.contact-social li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50px;
  display: block;
  margin: 0 8px;
}
/* SLIDER */
.slider {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  z-index: 0;
  margin-top: 0px;
}
.slider .swiper-slide {
  overflow: hidden;
  color: #fff;
  text-align: left;
}
.slider .swiper-slide h6 {
  font-size: 30px;
  font-weight: 700;
}
.slider .swiper-slide h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}
.slider .swiper-slide h2 span {
  color: #003294;
}
.slider .swiper-slide p {
  max-width: 600px;
  display: block;
  font-size: 16px;
  margin-bottom: 40px;
  color: #fff;
}
.slider .swiper-slide a {
  display: inline-block;
  height: 60px;
  line-height: 58px;
  color: #fff;
  background: #003294;
  padding: 0 44px;
  font-size: 16px;
  font-weight: 600;
}
.slider .swiper-slide a span {
  width: 18px;
  height: 48px;
  float: right;
  margin-left: -10px;
  margin-top: 5px;
  background: #282f4a;
  transform: skewX(-20deg);
  position: relative;
  z-index: -1;
}
.slider .swiper-slide a:hover {
  color: #003294;
  background: #fff;
  text-decoration: none;
}
.slider .swiper-container {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
}
.slider .swiper-custom-pagination {
  width: 100%;
  max-width: 1210px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-top: -150px;
  display: flex;
  flex-wrap: wrap;
}
.slider .swiper-pagination-bullet {
  width: auto;
  height: auto;
  flex: 1;
  background: transparent;
  opacity: 0.4;
  border-radius: 0;
  padding: 15px 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1;
}
.slider .swiper-pagination-bullet span {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  float: left;
  margin-top: 5px;
}
.slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.slide-inner {
  width: 100%;
  height: auto;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /*  background-color: rgba(0, 0, 0, 0.4);*/
  background-blend-mode: multiply;
  text-align: left;
}
/* PAGE HEADER */
.page-header {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 0;
  padding: 12px 0;
  background: #003294 url("../../assets/images/bg/pattern-one.png");
  text-align: center;
}
.page-header .breadcrumb {
  display: block;
  padding: 0;
  margin: 0 auto;
  border-radius: 0;
  background: none;
}
.page-header .breadcrumb li {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding-left: 10px;
  font-weight: 600;
}
.page-header .breadcrumb li:first-child {
  padding: 0;
}
.page-header .breadcrumb li:first-child:before {
  display: none;
  padding: 0;
}
.page-header .breadcrumb li:before {
  content: "";
  color: #fff;
  font-family: fontAwesome;
  font-size: 8px;
  padding-right: 10px;
  transform: translateY(-1px);
}
.page-header .breadcrumb li a {
  color: #fff;
}
.page-header h2 {
  font-weight: 700;
  color: #fff;
  font-size: 28px;
}
.page-header p {
  color: #fff;
  opacity: 0.7;
  margin: 0;
}
/* CONTENT */
.content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
}
/* FEATURED SERVICES */
.featured-services, .product-range {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: transparent;
  padding: 45px 0;
  position: relative;
}
.featured-services .content-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}
.featured-services .content-wrapper .container {
  display: flex;
}
.featured-services .content-wrapper .container .content-box {
  flex: 1;
  padding: 10px 0;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #eaebee;
}
.featured-services .content-wrapper .container .content-box:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.featured-services .content-wrapper .container .content-box .learn-btn {
  background: #E43B3A;
  font-size: 20px;
  color: white;
  border-radius: 7px;
  box-shadow: 0 7px 0px #9b0c0c;
  display: inline-block;
  transition: all .2s;
  position: relative;
  padding: 20px 25px;
  top: 0;
  cursor: pointer;
  margin-bottom: 25px;
}
.featured-services .content-wrapper .container .content-box .learn-btn:hover {
  top: 1px;
  box-shadow: 0 6px 0px #9b0c0c;
  transition: all .2s;
  text-decoration: none;
}
.featured-services .content-wrapper .container .content-box .learn-btn:active {
  top: 3px;
  box-shadow: 0 2px 0px #9b0c0c;
  transition: all .2s;
  text-decoration: none;
}
.featured-services .content-wrapper .container .content-box .company-img {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  padding: 0px 0 0 0;
}
.featured-services .content-wrapper .container .content-box .company-img img {
  width: 100%;
  text-align: center;
}
.featured-services .content-wrapper .container .content-box .company-img .fancybox-media {}
.featured-services .content-wrapper .container .content-box p {
  display: block;
  color: #4b4b4b;
}
/* IMAGE CONTENT BOX */
.image-content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
}
.image-content-box .col-12 {
  display: flex;
}
.image-content-box .content-box {
  flex: 1;
  margin-right: 40px;
}
.image-content-box .content-box:last-child {
  margin-right: 0;
}
.image-content-box .content-box figure {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.image-content-box .content-box h4 {
  font-weight: 600;
  color: #003294;
  font-size: 20px;
}
.image-content-box .content-box p {
  margin: 0;
}
/* SIDE IMAGE CONTENT */
.side-image-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.side-image-content.moved-space {
  margin-top: 0;
}
.side-image-content .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #003294;
}
.side-image-content .video:hover {
  opacity: 1;
}
.side-image-content .video video {
  min-height: 100%;
  min-width: 100%;
  float: left;
  margin-left: -30%;
  opacity: 0.4;
}
.side-image-content .sides {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 0;
  background-size: cover !important;
  position: relative;
}
.side-image-content .sides.moved {
  transform: translateY(-80px) translateX(-80px);
}
.side-image-content .sides .inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 60px;
}
.side-image-content .sides .inner p {
  color: #4b4b4b;
}
.side-image-content .sides .inner img {
  height: 38px;
  margin-top: 10px;
}
.side-image-content .sides .inner .section-title {
  margin-bottom: 40px;
}
.side-image-content .sides .inner .counter {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  padding: 0;
}
.side-image-content .sides .inner .counter li {
  width: 50%;
  float: left;
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}
.side-image-content .sides .inner .counter li span {
  float: left;
  font-size: 28px;
  color: #4b4b4b;
  font-weight: 800;
}
.side-image-content .sides .inner .counter li span.symbol {
  margin-top: 3px;
}
.side-image-content .sides .inner .counter li small {
  width: 100%;
  float: left;
  color: #4b4b4b;
  opacity: 0.7;
}
.side-image-content .sides .play-btn {
  display: inline-block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  transition: all 0.5s;
}
.side-image-content .sides .play-btn .video-play-circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
  transition: stroke-dashoffset 0.5s;
}
.side-image-content .sides .play-btn svg {
  display: block;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.side-image-content .sides .play-btn:hover .video-play-circle {
  stroke-dashoffset: 0;
}
.side-image-content .sides .play-btn:active .video-play-outline {
  transform: scale(1.5);
  opacity: 0;
}
.side-image-content .sides .play-btn:active svg {
  transform: rotate(-90deg) scale(0.95);
}
/* ICON CONTENT BOX */
.icon-content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
  text-align: center;
}
.icon-content-box .col-12 {
  display: flex;
}
.icon-content-box .content-box {
  flex: 1;
  margin-right: 40px;
}
.icon-content-box .content-box:last-child {
  margin-right: 0;
}
.icon-content-box .content-box span {
  font-weight: 800;
  color: #4b4b4b;
  margin-bottom: 15px;
  margin-top: 20px;
}
.icon-content-box .content-box h4 {
  display: block;
  font-weight: 800;
  margin-bottom: 20px;
  color: #003294;
}
.icon-content-box .content-box img {
  height: 100px;
}
.flip-box {
  width: 100%;
  height: 250px;
  float: left;
  margin-bottom: 30px;
}
.flip-box .flip-box-back .inner {
  padding: 0 15px;
}
.flip-box-front {
  width: 100%;
  height: 250px;
  float: left;
  background: #fff;
  border: 1px solid #eaebee;
}
.flip-box-back {
  width: 100%;
  height: 250px;
  float: left;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  background: #003294;
  color: #fff;
}
.flip-box-back h4 {
  color: #fff !important;
  margin-top: 20px;
}
.flip-box-back p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.product-slider .swiper-slide {
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.product-slider .swiper-slide:hover {
  -webkit-box-shadow: 0 5px 11px rgb(0 0 0 / 14%);
  box-shadow: 0 5px 11px rgb(0 0 0 / 14%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.product-slider .slider-img {
  display: block;
  position: relative;
  text-align: center;
  border-bottom: none;
  width: 100%;
  height: 245px;
}
.product-slider .slider-img img {
  position: absolute;
  max-width: 100% !important;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.9);
}
.product-slider .swiper-slide:hover .slider-img .product-image-1, .product-slider .swiper-slide .slider-img .product-image-2 {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
  transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
  transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-slider .swiper-slide:hover .slider-img .product-image-1, .product-slider .swiper-slide:hover .slider-img .product-image-2 {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity .5s ease, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
  transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
  transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-slider .slider-content {
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.product-slider .slider-content h4 {
  display: block;
  color: #4b4b4b;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-size: 18px;
}
.logo-carousel .slider-img, .thumb-carousel .slider-img {
  display: block;
  position: relative;
  text-align: center;
  background: #F8F8F8;
  border: 1px solid #F8F8F8;
  border-bottom: none;
  width: 100%;
}
.logo-carousel .slider-img img, .thumb-carousel .slider-img img {
  max-height: auto;
  max-width: 100%;
}
.featured-content {
  padding: 65px 15px;
  width: 100%;
}
.featured-row, .featured-row-2 {
  background: #f8f8f8;
  padding: 15px;
  content: ' ';
  width: 100%;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 10px;
  align-items: center;
}
.featured-row-2 {
  grid-template-columns: 40% 60%;
  text-align: right;
}
.featured-details {
  display: block;
  padding: 10px;
}
.featured-details a {
  background: #191919;
  color: #fff;
  padding: 15px 40px;
  margin-top: 10px;
  display: inline-block;
}
.cta-section {
  padding: 65px 0;
}
.cta-container {
  width: 100%;
  display: block;
  height: auto;
  padding: 15px;
  background: url("../assets/images/cta.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cta-content {
  background: rgba(255, 255, 255, 0.6);
  padding: 15px;
  content: ' ';
  width: 100%;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 0px;
  align-items: center;
}
.cta-details {
  text-align: right;
}
.cta-img {
  padding: 15px;
}
.cta-img img {
  width: 100%;
}
.cta-details a {
  background: #E7272D;
  color: #fff;
  font-weight: bold;
  padding: 15px 40px;
  margin-top: 10px;
  display: inline-block;
  transition: all .3s;
}
.cta-details a:hover {
  background: #003294;
  color: #fff;
  text-decoration: none;
}
/* IMAGE CONTENT OVER BOX */
.image-content-over-box {
  width: 100%;
  padding: 0px;
  background: #fff;
  overflow: hidden;
}
.image-content-over-box .section-title {
  position: relative;
  z-index: 3;
}
.image-content-over-box .swiper-carousel, .logo-carousel, .display-carousel, .thumb-carousel, .product-slider {
  width: 100%;
  position: relative;
  padding: 5px 0;
}
.image-content-over-box figure {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #003294;
}
.image-content-over-box figure * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.image-content-over-box figure:hover img {
  transform: scale(1.05);
  opacity: 0.7;
}
.image-content-over-box figure img {
  width: 100%;
}
.image-content-over-box figure figcaption {
  width: 100%;
  padding: 20px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  color: #4b4b4b;
}
.image-content-over-box figure figcaption h4 {
  display: block;
  color: #4b4b4b;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
}
.image-content-over-box figure figcaption small {
  display: block;
  color: #fff;
}
.image-content-over-box .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #e83136;
  padding: 10px;
  transform: rotate(180deg);
}
.image-content-over-box .swiper-button-prev:hover {
  background: #003294;
}
.image-content-over-box .swiper-button-prev img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.image-content-over-box .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #e83136;
  padding: 10px;
}
.image-content-over-box .swiper-button-next:hover {
  background: #003294;
}
.image-content-over-box .swiper-button-next img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/* HOME CASES */
.showcases {
  width: 100%;
  padding: 45px 0;
}
.showcases .product-box .product-img {
  height: 280px;
  width: 100%;
  background: #fff;
  position: relative;
}
.showcases .product-box:hover {
  -webkit-box-shadow: 0 0px 6px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 6px rgb(0 0 0 / 20%);
}
.showcases .product-box .product-img img {
  position: absolute;
  max-width: 100% !important;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.9);
}
.showcases .product-box {
  width: 100%;
  margin: 0 0 35px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #f3f3f3;
}
.showcases .product-box a.product-img {
  display: block;
  position: relative;
  text-align: center;
  border-bottom: none;
  width: 100%;
  height: 320px;
}
.showcases .product-box a.product-img img.product-image-1, .showcases .product-box:hover a.product-img img.product-image-2 {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
  transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
  transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.showcases .product-box:hover a.product-img img.product-image-1, .showcases .product-box a.product-img img.product-image-2 {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity .5s ease, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
  transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
  transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.showcases .product-box .product-body {
  width: 100%;
  float: left;
  padding: 15px 30px;
  left: 0;
  bottom: 0;
  text-align: center;
  background: #fff;
  border-top: none;
}
.showcases .product-box .product-body h6 {
  color: #4b4b4b;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-size: 18px;
}
/* TESTIMONIALS */
.testimonials {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
  background: url(../images/world-map.png) center no-repeat #003294;
  text-align: center;
  color: #fff;
  background-size: auto 80%;
}
.testimonials .section-title {
  margin-bottom: 40px;
}
.testimonials .swiper-testimonials {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.testimonials .swiper-testimonials .swiper-button-prev {
  background: none;
  width: 50px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}
.testimonials .swiper-testimonials .swiper-button-prev:hover {
  opacity: 0.5;
}
.testimonials .swiper-testimonials .swiper-button-next {
  background: none;
  width: 50px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.testimonials .swiper-testimonials .swiper-button-next:hover {
  opacity: 0.5;
}
.testimonials .testimonial {
  width: 100%;
  flex: 1;
  padding: 0 12%;
}
.testimonials .testimonial figure {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.testimonials .testimonial figure .avatar {
  width: 80px;
  border-radius: 50%;
}
.testimonials .testimonial figure figcaption {
  width: 30px;
  height: 30px;
  background: #003294;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -15px;
}
.testimonials .testimonial figure figcaption img {
  width: 15px;
  margin: 8px;
}
.testimonials .testimonial blockquote {
  display: block;
  margin-bottom: 30px;
}
.testimonials .testimonial blockquote p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
}
.testimonials .testimonial small {
  display: block;
  margin: 10px 0;
  opacity: 0.7;
}
.testimonials .testimonial .name-sign {
  height: 40px;
}
.testimonials .testimonial .logo {
  height: 50px;
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
}
/* TEAM MEMBERS */
.team-members {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
}
.team-members * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.team-members .content-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.team-members .content-wrapper .member {
  flex-basis: 20%;
  position: relative;
  text-align: center;
  margin: 0;
}
.team-members .content-wrapper .member .first-image {
  display: block;
}
.team-members .content-wrapper .member .second-image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.team-members .content-wrapper .member:hover .fist-image {
  display: block;
}
.team-members .content-wrapper .member:hover .second-image {
  opacity: 1;
}
.team-members .content-wrapper .member:hover figcaption {
  opacity: 1;
  visibility: visible;
}
.team-members .content-wrapper .member figcaption {
  width: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.team-members .content-wrapper .member figcaption h5 {
  font-weight: 600;
}
.team-members .content-wrapper .member figcaption small {
  display: block;
  opacity: 0.7;
}
.team-members .content-wrapper .member figcaption ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.team-members .content-wrapper .member figcaption ul li {
  float: left;
  margin: 0 7px;
  padding: 0;
  list-style: none;
}
.team-members .content-wrapper .member figcaption ul li a {
  float: left;
  color: #fff;
  font-size: 13px;
}
/* LATEST NEWS */
.latest-news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 65px 0 120px 0;
  background: #eaebee;
}
.latest-news * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.latest-news .content-box {
  background: #fff;
  margin-right: 1px;
  padding: 0px;
}
.latest-news .content-box .blog-img {
  padding: 0px;
  margin: 0px;
}
.latest-news .content-box .blog-img img {
  width: 100%;
}
.latest-news .content-box .blog-details {
  background: #fff;
  padding: 15px;
}
.latest-news .content-box .blog-date {
  position: relative;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}
.latest-news .content-box .blog-date:after {
  position: absolute;
  width: 120px;
  height: 4px;
  background: #ddd;
  content: '';
  top: 100%;
  left: 0px;
}
.latest-news .content-box .blog-date span {
  font-size: 26px;
  color: #003294;
  font-weight: 700;
}
.latest-news .content-box h4 {
  display: block;
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  color: #003294;
}
.latest-news .content-box small {
  display: block;
  margin-bottom: 20px;
  color: #526199;
  font-weight: 600;
}
.latest-news .content-box p {
  display: block;
  margin-bottom: 15px;
}
.latest-news .content-box .blog-btn {
  display: inline-block;
  font-weight: 600;
}
.latest-news .content-box .blog-btn img {
  height: 24px;
}
.latest-news .content-box:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 8px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
/* INFO BOX*/
.info-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 120px;
  text-align: center;
}
.info-box h3 {
  font-size: 34px;
  color: #003294;
  font-weight: 700;
  margin-bottom: 20px;
}
.info-box h6 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}
/* REQUEST FORM */
.request-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 120px;
  padding-bottom: 180px;
  background: #003294;
  margin-bottom: -54px;
}
.request-form form {
  margin-bottom: 0;
}
.request-form form input[type=text] {
  width: 100%;
}
.request-form form input[type=checkbox] {
  border: none;
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
  -moz-box-shadow: inset 0px 0px 0px 3px #fff;
  box-shadow: inset 0px 0px 0px 3px #fff;
}
.request-form form input[type=checkbox]:checked {
  border: none;
  background: #003294;
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
  -moz-box-shadow: inset 0px 0px 0px 3px #fff;
  box-shadow: inset 0px 0px 0px 3px #fff;
}
.request-form form label {
  width: 100%;
  color: #fff;
}
.request-form form input[type=submit] {
  background: none;
  color: #fff;
}
/* SOLUTIONS */
.solutions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
}
.solutions .sidebar {
  width: 100%;
  max-width: 340px;
  float: left;
  border: 1px solid #eaebee;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
}
.solutions .sidebar ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.solutions .sidebar ul li {
  width: 100%;
  line-height: 60px;
  float: left;
  margin: 0;
  padding: 0 20px;
  list-style: none;
  border-bottom: 1px solid #eaebee;
}
.solutions .sidebar ul li:last-child {
  border-bottom: none;
}
.solutions .sidebar ul li ul {
  display: none;
}
.solutions .sidebar ul li ul li {
  line-height: 50px;
}
.solutions .sidebar ul li ul li li a {
  color: #4b4b4b;
}
.solutions .sidebar ul li a {
  float: left;
  font-weight: 600;
  color: #003294;
}
.solutions .sidebar ul li a:hover {
  color: #003294;
  text-decoration: none;
}
.solutions .content-box {
  width: 100%;
  float: left;
}
.solutions .content-box figure {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.solutions .content-box figure img {
  width: 100%;
}
.solutions .content-box h5 {
  display: block;
  color: #003294;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.solutions .content-box small {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 30px;
}
.solutions .content-box small strong {
  font-weight: 600;
  color: #003294;
}
.solutions .content-box .list {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
}
.solutions .content-box .list li {
  color: #4b4b4b;
  margin: 0;
  padding: 4px 0;
}
.solutions .content-box .gallery {
  width: 100%;
  display: block;
  float: left;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.solutions .content-box .gallery li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  padding-right: 1px;
  padding-bottom: 1px;
  list-style: none;
}
.solutions .content-box .gallery li:first-child {
  width: 100%;
}
/* BLOG */
.blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 45px 0;
}
.blog .post {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.blog .post .post-image {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.blog .post .post-image img {
  width: 100%;
}
.blog .post .post-content {
  width: 100%;
  float: left;
}
.blog .post .post-content .social-share {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 40px;
}
.blog .post .post-content .social-share li {
  float: left;
  margin-right: 5px;
  padding: 0;
  list-style: none;
}
.blog .post .post-content .social-share li.facebook a {
  background: #475993;
}
.blog .post .post-content .social-share li.twitter a {
  background: #76a9ea;
}
.blog .post .post-content .social-share li.google-plus a {
  background: #f34a38;
}
.blog .post .post-content .social-share li.linkedin a {
  background: #0077b7;
}
.blog .post .post-content .social-share li.youtube a {
  background: #f61c0d;
}
.blog .post .post-content .social-share li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  float: left;
  background: #262d57;
  color: #fff;
  border: none;
  border-radius: 0;
}
.blog .post .post-content span {
  display: block;
  font-size: 12px;
  color: #c1c4ce;
  margin-bottom: 10px;
}
.blog .post .post-content h4 {
  display: block;
  font-weight: 600;
  font-size: 29px;
  line-height: 38px;
  color: #003294;
}
.blog .post .post-content h5 {
  font-weight: 600;
  color: #003294;
  margin-bottom: 15px;
}
.blog .post .post-content small {
  display: block;
  margin-bottom: 20px;
  color: #526199;
  font-weight: 600;
}
.blog .post .post-content p {
  display: block;
  margin-bottom: 20px;
}
.blog .post .post-content blockquote {
  width: 100%;
  display: block;
  background: #003294;
  padding: 20px;
  color: #fff;
}
.blog .post .post-content blockquote p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.blog .post .post-content blockquote h5 {
  color: #fff;
  font-weight: 600;
}
.blog .post .post-content ul {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
}
.blog .post .post-content ul li {
  color: #4b4b4b;
  margin: 0;
  padding: 4px 0;
}
.blog .post .post-content a {
  width: 34px;
  height: 34px;
  line-height: 32px;
  display: inline-block;
  border: 1px solid #eaebee;
  border-radius: 50%;
  text-align: center;
}
.blog .post .post-content a img {
  height: 24px;
}
.blog .post .post-content a:hover {
  background: #003294;
  border-color: #003294;
}
.blog .post .post-content a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.sidebar {
  width: 100%;
  float: right;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
}
.sidebar .widget {
  width: 100%;
  float: left;
  border: 1px solid #eaebee;
  margin-bottom: 40px;
}
.sidebar .widget .widget-title {
  width: 100%;
  float: left;
  padding: 20px;
  font-weight: 700;
  color: #003294;
  border-bottom: 1px solid #eaebee;
}
.sidebar .categories ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.sidebar .categories ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  float: left;
  margin: 0;
  padding: 0 20px;
  border-bottom: 1px solid #eaebee;
  list-style: none;
}
.sidebar .categories ul li:last-child {
  border-bottom: none;
}
.sidebar .categories ul li a {
  float: left;
  color: #000;
  font-weight: 600;
  font-family: 'Baloo 2', cursive;
}
.sidebar .tags ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 20px;
}
.sidebar .tags ul li {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 0;
  list-style: none;
}
.sidebar .tags ul li a {
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  background: #4b4b4b;
  font-size: 12px;
  color: #fff;
}
.sidebar .tags ul li a:hover {
  background: #003294;
  text-decoration: none;
}
.sidebar .gallery ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 20px;
}
.sidebar .gallery ul li {
  width: 33.33333%;
  float: left;
  margin: 0;
  padding: 0;
  padding-right: 1px;
  padding-bottom: 1px;
  list-style: none;
}
.sidebar .gallery ul li a {
  float: left;
}
.sidebar .gallery ul li a img {
  width: 100%;
  float: left;
}
.sidebar .gallery ul li a:hover {
  opacity: 0.7;
}
.download-box {
  width: 100%;
  border: none;
  background: #E83136;
  color: #fff;
  padding: 20px;
  margin: 15px 0;
}
.download-box i {
  font-size: 55px;
  float: left;
  margin-right: 15px;
}
.download-box a {
  float: left;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.download-box small {
  width: calc(100% - 100px);
  float: left;
}
/* PRICES */
.prices {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
  text-align: center;
}
.prices .price-box {
  width: 100%;
  float: left;
  padding: 30px;
  border: 1px solid #eaebee;
}
.prices .price-box img {
  display: inline-block;
  height: 60px;
  margin-bottom: 10px;
}
.prices .price-box h3 {
  color: #003294;
  font-weight: 700;
  font-size: 50px;
}
.prices .price-box h5 {
  font-size: 13px;
  color: #4b4b4b;
  font-weight: 600;
}
.prices .price-box span {
  font-weight: 800;
  font-size: 50px;
  display: block;
}
.prices .price-box small {
  display: block;
  margin-top: -10px;
  margin-bottom: 20px;
}
.prices .price-box b {
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.prices .price-box ul {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
.prices .price-box ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  color: #4b4b4b;
}
.prices .price-box ul li i {
  color: #003294;
}
.prices .price-box a {
  display: inline-block;
  height: 60px;
  line-height: 58px;
  border: 1px solid #eaebee;
  color: #003294;
  padding: 0 44px;
  font-size: 13px;
  font-weight: 600;
}
.prices .price-box a span {
  width: 18px;
  height: 48px;
  float: right;
  margin-left: -10px;
  margin-top: 5px;
  background: #eaebee;
  transform: skewX(-20deg);
  position: relative;
  z-index: -1;
}
.prices .price-box a:hover {
  color: #003294;
  text-decoration: none;
  border-color: #003294;
}
/* CLIENTS */
.clients {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
}
.clients * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.clients ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.clients ul li {
  flex-basis: 25%;
  border: 1px solid #eaebee;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -1px;
  margin-top: -1px;
}
.clients ul li figure {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 50px;
  text-align: center;
}
.clients ul li figure img {
  width: 100%;
  float: left;
  opacity: 0.6;
}
.clients ul li figure figcaption {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #969aa5;
  font-weight: 600;
  opacity: 0;
  font-size: 30px;
}
.clients ul li figure:hover {
  background: #eaebee;
}
.clients ul li figure:hover figcaption {
  opacity: 1;
}
.clients ul li figure:hover img {
  opacity: 0;
  transform: scale(1.1);
}
/* HISTORY TIMELINE */
.history-timeline {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
  background: #FFEDE1;
  color: #27282C;
  text-align: center;
}
.history-timeline .cd-horizontal-timeline {
  width: 100%;
  float: left;
  margin: 0;
}
.history-timeline .cd-horizontal-timeline .events a.older-event::after {
  border-color: #003294;
}
.history-timeline .cd-horizontal-timeline .events a.selected::after {
  background: #003294;
  border-color: #003294;
}
.history-timeline .cd-horizontal-timeline .events a {
  font-size: 12px;
  color: #003294;
}
.history-timeline .cd-horizontal-timeline .events a:hover {
  text-decoration: none;
}
.history-timeline .cd-horizontal-timeline .filling-line {
  background: #003294;
}
.history-timeline .cd-horizontal-timeline .timeline {
  width: 100%;
  max-width: 100%;
  float: left;
}
.history-timeline .cd-horizontal-timeline .timeline .events-wrapper {
  position: relative;
}
.history-timeline .cd-horizontal-timeline .timeline .events-wrapper:before {
  display: none;
}
.history-timeline .cd-horizontal-timeline .timeline .events-wrapper:after {
  display: none;
}
.history-timeline .cd-horizontal-timeline .timeline .events-wrapper .events {
  position: absolute;
}
.history-timeline .cd-horizontal-timeline .timeline .events-wrapper .events ol {
  display: block;
  margin: 0;
  padding: 0;
}
.history-timeline .cd-horizontal-timeline .timeline .events-wrapper .events ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.history-timeline .cd-horizontal-timeline .timeline .cd-timeline-navigation {
  display: block;
  margin: 0;
  padding: 0;
}
.history-timeline .cd-horizontal-timeline .timeline .cd-timeline-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.history-timeline .cd-horizontal-timeline .timeline .cd-timeline-navigation li a {
  text-indent: 0;
  color: #003294;
  margin-top: -16px;
  background: none;
  line-height: 32px;
}
.history-timeline .cd-horizontal-timeline .timeline .cd-timeline-navigation li a.prev {
  transform: none;
}
.history-timeline .cd-horizontal-timeline .timeline .cd-timeline-navigation li a.next {
  transform: none;
}
.history-timeline .cd-horizontal-timeline .timeline .cd-timeline-navigation li a:after {
  content: "";
  display: none;
}
.history-timeline .cd-horizontal-timeline .events-content {
  width: 100%;
  float: left;
  margin: 0;
}
.history-timeline .cd-horizontal-timeline .events-content ol {
  display: block;
  margin: 0;
  padding: 0;
}
.history-timeline .cd-horizontal-timeline .events-content ol li {
  max-width: 100%;
  margin: 0;
  padding: 0 10%;
  list-style: none;
}
.history-timeline .cd-horizontal-timeline .events-content ol li h2 {
  font-size: 24px;
}
.history-timeline .cd-horizontal-timeline .events-content ol li em {
  font-size: 17px;
}
.history-timeline .cd-horizontal-timeline .events-content ol li p {
  font-size: 15px;
  color: #27282C;
  opacity: 0.7;
}
.history-timeline .cd-horizontal-timeline .events-content ol li * {
  max-width: 100%;
}
/* CAREER */
.career {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 45px 0;
}
.career * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.career .job-list {
  width: 100%;
  float: left;
  margin: 0;
  margin-bottom: 80px;
  padding: 0;
  border: 1px solid #eaebee;
}
.career .job-list li {
  width: 100%;
  line-height: 60px;
  float: left;
  margin: 0;
  padding: 0 30px;
  list-style: none;
  border-bottom: 1px solid #eaebee;
}
.career .job-list li:first-child {
  font-weight: 600;
  color: #003294;
  background: #eaebee;
}
.career .job-list li:last-child {
  border-bottom: none;
}
.career .job-list li:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 8px 30px rgba(0, 0, 0, 0.1);
}
.career .job-list li span {
  width: 15%;
  float: left;
}
.career .job-list li span:first-child {
  width: 55%;
}
.career .job-list li span:last-child {
  text-align: right;
}
.career .job-list li span a {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #003294;
  color: #fff;
  padding: 0 20px;
  font-weight: 600;
  font-size: 12px;
}
.career .job-list li span a:hover {
  background: #003294;
  text-decoration: none;
}
.career form {
  width: 100%;
  float: left;
}
.career form .form-group {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.career form .form-group:last-child {
  margin-bottom: 0;
}
.career form .form-group input[type=text],
.career form .form-group input[type=email] {
  width: 100%;
}
.career form .form-group textarea {
  width: 100%;
}
.career form .form-group .file {
  width: 100%;
  height: 54px;
  float: left;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #eaebee;
  position: relative;
}
.career form .form-group .file i {
  float: left;
  font-size: 17px;
  margin-top: 17px;
  margin-right: 10px;
}
.career form .form-group .file input[type=file] {
  width: 84px;
  height: 48px;
  float: right;
  color: #999;
  padding-top: 16px;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.career form .form-group .file input[type=text] {
  width: 60%;
  height: 44px;
  margin: 4px 0;
  padding: 0;
  border: none;
}
.career form .form-group .file .button {
  height: 38px;
  line-height: 38px;
  position: absolute;
  right: 7px;
  top: 7px;
  color: #fff;
  background: #003294;
  font-size: 12px;
  font-weight: 600;
  padding: 0 15px;
  cursor: pointer;
}
/* PRESS RELASES */
.press-relases {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
}
.press-relases * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.press-relases figure {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  background: #003294;
}
.press-relases figure:hover img {
  opacity: 0.7;
}
.press-relases figure img {
  width: 100%;
  float: left;
}
.press-relases figure figcaption {
  width: 100%;
  float: left;
  padding: 20px;
  background: #eaebee;
}
.press-relases figure figcaption h5 {
  font-weight: 600;
  font-size: 14px;
  color: #003294;
}
.press-relases figure figcaption p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.press-relases figure figcaption small {
  opacity: 0.7;
}
/* OUR OFFICES */
.map-bg {
  width: 100%;
  padding: 0px;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.map-bg .map-img {
  width: 80%;
  padding: 30px;
}
.our-offices {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 65px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.our-offices .col-12 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.our-offices address {
  flex-basis: calc(33.33333% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 60px 40px;
  background: #fff;
}
.our-offices address:nth-child(3n+3) {
  margin-right: 0;
}
.our-offices address h5 {
  font-weight: 700;
  color: #003294;
}
.our-offices address a {
  color: #003294;
}
.our-offices address small a {
  font-weight: 600;
  text-decoration: underline;
}
/* ERROR PAGE 404*/
.error-page {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
  text-align: center;
}
.error-page img {
  height: 200px;
  display: inline-block;
  margin-bottom: 50px;
}
.error-page h2 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 40px;
}
.error-page a {
  display: inline-block;
  font-weight: 600;
  color: #003294;
  text-decoration: underline;
}
/* FAQ */
.faq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
}
.sidebox {
  width: 100%;
  float: left;
  padding: 40px 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #003294;
  color: #003294;
  top: 0;
}
.sidebox i {
  font-size: 100px;
  margin-bottom: 20px;
  display: inline-block;
}
.sidebox h3 {
  display: block;
  font-weight: 600;
}
.sidebox a {
  display: block;
  color: #003294;
  font-size: 18px;
  font-weight: 500;
}
.sidebox p {
  color: #003294;
}
.sidebar-img {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
.sidebar-img img {
  width: 100%;
  border: 1px solid #003294;
}
/* CONTACT */
.contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
}
.contact .section-title {
  padding-right: 50px;
}
.map iframe {
  width: 100%;
}
.contact h6 {
  font-weight: 600;
  color: #003294;
}
.contact input[type=text], .search input[type=text] {
  width: 100%;
}
.contact input[type=submit], button[type=submit], .search input[type=submit] {
  border: none;
  background: #003294;
  color: #fff;
}
.contact textarea {
  width: 100%;
}
.contact #success, .contact #error {
  display: none;
}
.contact #success, .contact #error {
  float: left;
}
.contact #contact label.error {
  width: 100%;
  color: red;
  margin-top: 10px;
}
.contact #contact input.error, .contact textarea.error {
  width: 100%;
  border: 1px solid red;
}
/* SCROLL UP */
.scrollup {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: fixed;
  z-index: 8;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #003294;
}
.scrollup:hover {
  background-color: #003294;
  color: #fff;
}
/*----------------------------------------*/
/*    05 - Layout - Footer
/*----------------------------------------*/
.footer-area {
  position: relative;
}
.footer-area:before {
  width: 100%;
  content: " ";
  position: absolute;
  background: url("../assets/images/bg/shadow.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  right: 0px;
  top: 0px;
}
.footer-area .footer-widget-area {
  padding: 45px 0;
}
@media (max-width: 991px) {
  .header .navbar .container .sandwich-btn {
    margin-right: 0;
    margin-left: auto;
    order: 2;
    display: inline-block;
  }
}
.footer-area .single-footer-widget .footer-logo {
  margin-bottom: 18px;
}
.footer-area .single-footer-widget .desc-content {
  margin-bottom: 23px;
  color: #000;
}
.social-links ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.social-links ul li {
  list-style: none;
  display: inline-block;
}
.social-links ul li a {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  color: #D8D8D8;
  border-color: #D8D8D8;
}
.social-links ul li a:hover {
  color: #E98C81 !important;
  border-color: #E98C81 !important;
}
.footer-area .single-footer-widget .widget-title {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  margin-top: -1px;
  margin-bottom: 10px;
  line-height: 1;
  font-family: 'Baloo 2', cursive;
}
.footer-area .single-footer-widget .widget-list {
  color: #D8D8D8;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer-area .single-footer-widget .widget-list li {
  line-height: 2;
}
.footer-area .single-footer-widget .widget-list li a {
  color: #000;
}
.footer-area .single-footer-widget .widget-list li a:hover {
  margin-left: 5px;
  color: #000;
  text-decoration: none;
}
.footer-area .single-footer-widget .widget-body address {
  line-height: 2;
  color: #000;
}
.footer-area .footer-copyright-area {
  background-color: #001666;
  padding: 20px 0px;
}
.footer-area .footer-copyright-area .copyright-content {
  color: #fff;
}
.footer-area .footer-copyright-area .copyright-content p {
  margin: 0px !important;
  color: #fff;
}
.footer-area .footer-copyright-area .copyright-content a {
  color: #E98C81;
}
.footer-area .footer-copyright-area .copyright-content a:hover {
  color: #D8D8D8;
}
/* RESPONSIVE MEDIUM  FIXES */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .container {
    max-width: 100%;
  }
  .header .navbar {
    max-width: 100%;
  }
  .header .navbar .container {
    overflow: hidden;
  }
  .slider .swiper-custom-pagination {
    padding: 0 15px;
  }
  .featured-services .logos ul li {
    margin-right: 40px;
  }
  .side-image-content .sides .inner {
    padding: 0 50px;
  }
  .side-image-content .sides.moved {
    transform: translateY(0) translateX(0);
  }
  .icon-content-box .content-box {
    margin-right: 20px;
  }
  .flip-box .flip-box-front .inner {
    padding: 0 20px;
  }
  .flip-box .inner h4 {
    font-size: 19px;
  }
  .request-form form label {
    font-size: 14px;
  }
  .side-image-content {
    margin-top: 0;
    flex-direction: column;
  }
  .side-image-content .video video {
    margin-left: 0;
  }
  .icon-content-box .col-12 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .icon-content-box .content-box {
    flex-basis: calc(33.3333% - 30px);
    flex-direction: column;
    margin: 15px;
  }
  .showcases .masonry li {
    width: 50%;
  }
  .showcases .masonry li.double {
    width: 100%;
  }
  .team-members .content-wrapper {
    flex-direction: row;
  }
  .team-members .content-wrapper .member {
    flex-basis: 33.3333%;
    flex-direction: column;
  }
}
/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  input[type=text], input[type=search], input[type=email], input[type=password], input[type=submit], textarea, select {
    border-radius: 0 !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .sandwich-menu .nav-menu {
    display: block;
    margin-bottom: 40px;
    text-transform: uppercase;
  }
  .sandwich-menu p {
    display: none;
  }
  .sandwich-menu address {
    display: none;
  }
  .sandwich-menu .photo-gallery {
    display: none;
  }
  .header .topbar .tagline {
    display: none;
  }
  .header .topbar .container .social-media {
    margin-left: 0;
  }
  .header .navbar .container .nav-menu {
    display: none;
  }
  .header .navbar {
    padding: 20px 0;
  }
  .header .navbar .container .sandwich-btn {
    margin-left: 20px;
  }
  .featured-services .logos ul li {
    margin-right: 20px;
  }
  .image-content-box .content-box {
    margin-right: 10px;
  }
  .clients ul li {
    flex-basis: 33.33333%;
  }
  .latest-news .col-12 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .latest-news .content-box {
    flex-basis: calc(50% - 1px);
    flex-direction: column;
    margin-bottom: 1px;
  }
  .our-offices address {
    flex-basis: auto;
    width: calc(50% - 15px);
  }
  .our-offices address:nth-child(3n+3) {
    margin-right: 15px;
  }
  .our-offices address:nth-child(2n+2) {
    margin-right: 0;
  }
  .footer .content-wrapper .footer-menu {
    padding: 0;
  }
  .footer .content-wrapper .contact-box {
    float: left;
    text-align: left;
    margin-top: 40px;
  }
  .footer .content-wrapper .contact-box ul {
    float: left;
  }
  .footer .content-wrapper .contact-box ul li {
    margin-left: 0;
    margin-right: 15px;
  }
}
/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .preloader-wrap .loader {
    max-height: 100%;
    padding: 0 15px;
  }
  .sandwich-menu {
    width: 70vw;
    padding: 30px;
  }
  .header .navbar .container .search-btn {
    padding-right: 10px;
  }
  .header .navbar .container .language {
    display: none;
  }
  .slider .swiper-custom-pagination {
    display: none;
  }
  .slider .swiper-slide h2 {
    font-size: 46px;
  }
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
  .page-header .print {
    display: none;
  }
  .page-header .breadcrumb {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .contact .section-title {
    padding-right: 0;
  }
  .contact .map {
    width: 100%;
  }
  .contact .map iframe {
    width: 100%;
  }
  .section-title h6 {
    font-size: 17px;
  }
  .featured-services {
    padding-bottom: 30px;
  }
  .featured-services .content-wrapper .container .content-box span {
    display: none;
  }
  .featured-services .content-wrapper .container .content-box h3 {
    margin-top: 20px;
  }
  .featured-services .content-wrapper {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .featured-services .content-wrapper .container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .featured-services .content-wrapper .container .content-box {
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #eaebee;
    border-right: none;
  }
  .featured-services .content-wrapper .container .content-box .company-img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
		padding-bottom: 60px;
  }
  .featured-services .logos ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .featured-services .logos ul li {
    flex-basis: 33.3333%;
    padding: 10px;
    margin: 0;
    flex-direction: column;
  }
  .image-content-box {
    padding: 70px 0;
    text-align: center;
  }
  .image-content-box .col-12 {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .image-content-box .content-box {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .image-content-box .content-box figure {
    margin-bottom: 20px;
  }
  .image-content-box .content-box:last-child {
    margin-bottom: 0;
  }
  .image-content-over-box {
    padding: 70px 0;
    text-align: center;
  }
  .icon-content-box {
    padding: 70px 0;
  }
  .icon-content-box .content-box {
    flex-basis: 100%;
  }
  .showcases {
    padding: 70px 0;
    text-align: center;
  }
  .showcases .masonry li {
    width: 100%;
  }
  .content {
    padding: 70px 0;
  }
  .history-timeline {
    padding: 70px 0;
  }
  .prices .price-box {
    margin-bottom: 30px;
  }
  .side-image-content .sides {
    padding: 70px 0;
  }
  .side-image-content .sides .inner {
    padding: 0 15px;
  }
  .team-members {
    padding: 70px 0;
    text-align: center;
  }
  .team-members .content-wrapper .member {
    flex-basis: calc(100% - 30px);
    margin: 0 15px;
    margin-bottom: 15px;
  }
  .clients ul li {
    flex-basis: 50%;
  }
  .latest-news {
    padding: 70px 0;
    text-align: center;
  }
  .latest-news .content-box {
    flex-basis: 100%;
  }
  .testimonials {
    padding: 70px 0;
  }
  .testimonials .testimonial {
    padding: 0;
  }
  .blog {
    padding: 70px 0;
  }
  .blog .sidebar {
    max-width: 100%;
  }
  .blog .sidebar .download-box {
    margin-bottom: 0;
  }
  .blog .post.no-margin .post-content p:last-child {
    margin-bottom: 0;
  }
  .solutions .sidebar {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .prices {
    padding: 70px 0;
  }
  .our-offices {
    padding: 70px 0;
    text-align: center;
  }
  .our-offices address {
    flex-basis: auto;
    width: 100%;
  }
  .press-relases {
    padding: 70px 0;
    text-align: center;
  }
  .clients {
    padding: 70px 0;
  }
  .career {
    padding: 70px 0;
  }
  .career .job-list li:first-child {
    display: none;
  }
  .career .job-list li {
    line-height: 30px;
    padding: 10px 20px;
  }
  .career .job-list li span {
    width: 100% !important;
  }
  .career .job-list li span a {
    float: left;
  }
  .faq {
    padding: 70px 0;
  }
  .faq .accordion {
    margin-bottom: 30px;
  }
  .faq .sidebox {
    margin-left: 0;
    width: 100%;
  }
  .error-page {
    padding: 70px 0;
  }
  .solutions {
    padding: 70px 0;
  }
  .solutions .content-box p:last-child {
    margin-bottom: 0;
  }
  .request-form {
    padding: 70px 0;
  }
  .contact .form-group:last-child {
    margin-bottom: 0;
  }
  .footer .content-wrapper p {
    margin-bottom: 40px;
  }
  .footer .content-wrapper .footer-menu li a {
    font-weight: 600;
  }
  .footer .contact-wrapper .container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer .contact-wrapper .container .content-box {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid #eaebee;
    text-align: center;
  }
  .footer .sub-footer .creation {
    float: left;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  overflow: hidden;
  margin: 0px;
  border: 1px solid #FFEDE2;
}
table td, table th {
  border-top: 1px solid #FFEDE2;
  padding: 10px;
}
table td {
  border-left: 1px solid #FFEDE2;
  border-right: 1px solid #FFEDE2;
}
table th {
  background-color: #E83136;
  color: #fff;
}
table tr:nth-of-type(even) td {
  background-color: #FFEDE2;
}
table .total th {
  background-color: white;
}
table .total td {
  text-align: right;
  font-weight: 700;
}
.mobile-header {
  display: none;
}
@media only screen and (max-width: 760px) {
  p {
    display: block;
  }
  table tr td:not(:first-child), table tr th:not(:first-child), table tr td:not(.total-val) {
    display: none;
  }
  table tr:nth-of-type(even) td:first-child {
    background-color: #d9f4f2;
  }
  table tr:nth-of-type(odd) td:first-child {
    background-color: white;
  }
  table tr:nth-of-type(even) td:not(:first-child) {
    background-color: white;
  }
  table tr th:first-child {
    width: 100%;
    display: block;
  }
  table tr th:not(:first-child) {
    width: 40%;
    transition: transform 0.4s ease-out;
    transform: translateY(-9999px);
    position: relative;
    z-index: -1;
  }
  table tr td:not(:first-child) {
    transition: transform 0.4s ease-out;
    transform: translateY(-9999px);
    width: 60%;
    position: relative;
    z-index: -1;
  }
  table tr td:first-child {
    display: block;
    cursor: pointer;
  }
  table tr.total th {
    width: 25%;
    display: inline-block;
  }
  table tr td.total-val {
    display: inline-block;
    transform: translateY(0);
    width: 75%;
  }
}
@media only screen and (max-width: 300px) {
  table tr th:not(:first-child) {
    width: 50%;
    font-size: 14px;
  }
  table tr td:not(:first-child) {
    width: 50%;
    font-size: 14px;
  }
}
.counter-section {
  padding: 0px;
  text-align: center;
}
.counter {
  animation-duration: 1s;
  animation-delay: 0s;
  color: #fff;
}
.counter-area {
  background: #E83136;
  background-image: url("../assets/images/bg/pasta.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 15px 0;
}
.counter-count {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.counter-count li {
  display: inline-block;
  list-style: none;
}
.counter-count li span {
  font-size: 28px;
  color: #fff;
  font-weight: 800;
}
.counter-count li h2 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.mural-bg {
  position: relative;
  background-image: url("../assets/images/bg/mural-shape-bg.png");
  background-color: #e1711d;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0;
}
.subscribe-section h2 {
  color: #fff;
  font-size: 28px;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  text-align: left;
  font-weight: bold;
}
.subscribe-section p {
  margin: 0;
  text-align: left;
  color: #fff;
}
.subscribe-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  background-color: #fff;
  padding: 6px;
  border-radius: 50px;
}
.subscribe-form .form-group .input-group {
  padding: 10px 25px;
  background-color: transparent;
  border: 0;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  max-width: 100%;
  width: 100%;
}
.newsletter-form-white .form-control {
  color: #222222;
  height: calc(1.5em + .75rem + 2px);
}
.form-control {
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
}
.btn.btn-yellow {
  background: #FFCC00;
  color: #E7272D;
}
.subscribe-form .form-group .btn.btn-yellow:hover {
  background-color: #E7272D;
  color: #fff !important;
}
.subscribe-form .form-group .btn {
  padding: 15px 55px;
  border-radius: 40px;
}
.global-presence {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 65px 0 120px 0;
  background: #EFF8E7 url("../assets/images/bg/pattern-9.png");
  background-repeat: no-repeat;
  background-position: top center;
}
/* Relative positioning*/
#image-map {
  position: relative;
  margin: 0px;
  width: 100%;
}
/* Hide the original tooltips contents */
.pin {
  display: none;
}
/* Begin styling the tooltips and pins */
.tooltip-up, .tooltip-down {
  position: absolute;
  background: url(https://i.imgur.com/13rZbuk.png);
  width: 25px;
  height: 37px;
}
.tooltip-down {
  background-position: 0 -37px;
}
.tooltip {
  display: none;
  width: 200px;
  cursor: help;
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 999;
  margin-left: -115px;
  padding: 15px;
  color: #222;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .7);
  background: #fff1d3;
  background: linear-gradient(top, #fff1d3, #ffdb90);
  opacity: 1;
}
.tooltip::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #fff1d3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.tooltip-down .tooltip {
  bottom: 12px;
  left: 28px;
  top: auto;
}
.tooltip-down .tooltip::after {
  bottom: -10px;
  top: auto;
  border-bottom: 0;
  border-top: 10px solid #ffdb90;
}
.tooltip h2 {
  margin: 0px;
}
.tooltip ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info-item {
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  padding: 25px 20px;
  margin: 30px 0;
  min-height:205px;
}
.contact-info-item .con-info-icon {
  border: 1px solid #FFC221;
  border-radius: 100px;
  color: #FFC221;
  font-size: 35px;
  margin: 0 auto 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 60px;
  height: 60px;
  width: 60px;
}
.contact-info-item .con-info-txt h4 {
  font-size: 18px;
  margin-top: -2px;
  margin-bottom: 15px;
}
.contact-info-item:hover .con-info-icon {
  background-color: #FFC221;
  color: #ffffff;
}
.contact-form-content h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: -3px;
}
.swiper-container {
  width: 100%;
  height: 300px;
}
.swiper-slide-container {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100%;
  max-width: 600px;
  margin: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.gallery-top {
  height: 380px;
  width: 100%;
}
.gallery-thumbs {
  height: 80px;
  box-sizing: border-box;
  padding: 20px 0 0 0;
}
.gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.product-gallery {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 0 0 25px 0;
  display: block;
}
ul.tabs {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
ul.tabs li.current {
  background: #ededed;
  color: #222;
}
.tab-content {
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
}
.tab-content.current {
  display: inherit;
}
.enquiry-btn {
  background: #E43B3A;
  font-size: 20px;
  color: white;
  border-radius: 7px;
  box-shadow: 0 7px 0px #9b0c0c;
  display: inline-block;
  transition: all .2s;
  position: relative;
  padding: 10px 25px;
  margin-top: 15;
  cursor: pointer;
}
.enquiry-btn:hover {
  top: 1px;
  box-shadow: 0 6px 0px #9b0c0c;
  transition: all .2s;
  text-decoration: none;
  color: #fff;
}
.enquiry-btn:active {
  top: 3px;
  box-shadow: 0 2px 0px #9b0c0c;
  transition: all .2s;
  text-decoration: none;
}
.download-btn {
  background: url("../assets/images/bg/download.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85px;
  width: 85px;
  position: fixed;
  left: 10px;
  bottom: 25px;
  content: ' ';
  z-index: 3;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* Zoom*/
/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* --------------- */
/* xZoom Styles below */
.xzoom-container {
  display: inline-block;
}
.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
  float: left;
  width: 80px;
}
.xzoom-thumbs img {
  width: 60px;
}
.xzoom {
  float: right;
  width: calc(100% - 90px);
}
/* Thumbs */
.xzoom-gallery {
  margin: 0px;
  margin-bottom: 10px;
}
.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}
/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}
/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
}
/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
  cursor: crosshair;
}
/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../example/images/xloading.gif);
  width: 48px;
  height: 48px;
}
/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
  box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
  border: 1px solid #4aaad2;
}
.product-size-thumbs {
  text-align: left;
  margin-bottom: 15px;
  display: block;
}
.product-size-thumbs a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 5px 15px;
  margin: 0 10px 0 0;
  text-decoration: none;
}
.product-size-thumbs a:hover, .product-size-thumbs a.active {
  border: 1px solid #4aaad2;
  color: #4aaad2;
}
.product-size-thumbs img {
  width: 60px;
  display: block;
}
.img-full {
  width: 100%;
}
.white-abstract {
  background: url("../assets/images/white-abstract.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.logo-slider {
  padding: 65px 0;
}
/* Btn Style Eight */
.btn-style-eight {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  overflow: hidden;
  background: none;
  border-radius: 7px;
  padding: 7px 25px 7px;
  background-color: #063c83;
}
.btn-style-eight:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: #f8952c;
}
.btn-style-eight .txt {
  position: relative;
  z-index: 1;
}
.btn-style-eight:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-style-eight:hover {
  color: #ffffff;
}
.video-box {
  position: absolute;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  line-height: 60px;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: #7A007E;
  background: -webkit-linear-gradient(to right, #7A007E 0%, #ce08fb 100%);
  background: -moz-linear-gradient(to right, #7A007E 0%, #ce08fb 100%);
  background: linear-gradient(to right, #7A007E 0%, #ce08fb 100%);
}
.video-box .overlay-box span {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  z-index: 99;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  padding-left: 7px;
  display: inline-block;
  margin-top: -30px;
  margin-left: -30px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
.video-box .ripple, .video-box .ripple:before, .video-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  margin-left: .5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.video-box .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}
.video-box .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



#mainnav ul {
  padding-left: 1em;
  position: fixed;
  bottom: 0;
  font-weight: 400;
  z-index: 100;
  min-width: 20em;
}
#mainnav li {
  list-style: none;
  margin: 10px 0 0 0;
  font-size: 1.75em;
}
#mainnav li.invisible {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}
#mainnav li.animate {
  opacity: 0;
  animation-duration: 0.5s;
  animation-name: easeOutBounce;
  animation-fill-mode: forwards;
}
#mainnav a {
  text-decoration: none;
  color: #fff;
}
#mainnav i {
    background: #E83136;
    border: 3px solid #fff;
  border-radius: 60px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
}
#mainnav span {
  color: #fff;
  padding: 5px 10px;
  margin-left: 10px;
  font-size: 14px;
  transition: 0.3s;
  background: #E83136;
  opacity: 1;
  position: relative;
}
#mainnav span:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: -0.4em;
  top: 50%;
  margin-top: -0.5em;
  border-style: solid;
  border-width: 0.5em 0.5em 0.5em 0;
  border-color: transparent #E83136 transparent transparent;
}

/* Imitates jQuery UI's ease-out-bounce animation effect */
@keyframes easeOutBounce {
  0%   { transform: scale(1)    translateX(0); }
        10%  { transform: scale(1.1) translateX(0); }
        30%  { transform: scale(.9) translateX(-10px); }
        50%  { transform: scale(1)    translateX(0); }
        57%  { transform: scale(1)    translateX(-7px); }
        64%  { transform: scale(1)    translateX(0); }
        100% { transform: scale(1) translateX(0);
    opacity: 1;
  }
}

#footer-link{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}

.navTrigger {
  cursor: pointer;
  width: 40px;
  height: 40px;
    display: block;
    padding: 10px;
  margin: auto;
    bottom: 0px;
  position: absolute;
    background: #E7272D;
    border-radius: 50px;
}
.navTrigger i {
  background-color: #fff;
  border-radius: 0px;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
}
.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(2) {
  margin: 7px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger.activeview i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
.navTrigger.activeview i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
.navTrigger.activeview i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}


.trigger-button{
    position: relative;
}
.trigger-button span, .trigger-link1 span, .trigger-link2 span{
        color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    transition: 0.3s;
    background: #E83136;
    opacity: 1;
    position: absolute;
    left: 50px;
    width: 160px;
    bottom: 0px;
    transform: translateY(-15%);
    
}
.trigger-button span:before, .trigger-link1 span:before, .trigger-link2 span:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    left: -0.4em;
    top: 50%;
    margin-top: -0.5em;
    border-style: solid;
    border-width: 0.5em 0.5em 0.5em 0;
    border-color: transparent #E83136 transparent transparent;
}

.trigger-link1, .trigger-link2{
    display: block;
    position: absolute;
    bottom: 0px;
    display: none;
    opacity: 0;
    animation: 0.3s all;
}
.trigger-link1 i, .trigger-link2 i{
  cursor: pointer;
  width: 40px;
  height: 40px;
    display: block;
    padding: 10px;
  margin: auto;
    bottom: 0px;
  position: absolute;
    background: #E7272D;
    color: #fff;
    border-radius: 50px;
}

.trigger-link1{
  animation: trigger 0.8s reverse;
    opacity: 0;
    display: none;
}
.trigger-link2{
  animation: trigger1 0.8s reverse;
    opacity: 0;
    display: none;
}
.trigger-link1.viewed{
  animation: trigger 0.8s forwards;
    display: block;
    opacity: 1;
}
.trigger-link2.viewed{
  animation: trigger1 0.8s forwards;
    display: block;
    opacity: 1;
}

@-webkit-keyframes trigger{
  0% {
    -webkit-transform: translateY(0px);
      opacity: 0;
    display: none;
  }
  100% {
    -webkit-transform: translateY(-50px);
      opacity: 1;
    display: block;
  }
}
@-webkit-keyframes trigger1{
  0% {
    -webkit-transform: translateY(0px);
      opacity: 0;
    display: none;
  }
  100% {
    -webkit-transform: translateY(-100px);
      opacity: 1;
    display: block;
  }
}
.map-fac {width:100%;height:auto;border:1px solid #e7e7e7;padding:7px;margin-bottom:50px;}
.map-ofc {width:100%;height:auto;border:1px solid #e7e7e7;padding:7px;margin-bottom:50px;}

.single-footer-widget{
    margin-bottom:25px;
}
.label {
	margin: 2px 0;
}
.field {
	margin: 0 0 20px 0;
}
#message {
	padding: 0px 40px 0px 0px;
}
#mail-status {
	padding: 12px 20px;
	width: 93%;
	display: none;
	font-size: 1em;
	font-family: "Georgia", Times, serif;
	color: rgb(40, 40, 40);
}
.error {
	background-color: #F7902D;
	margin-bottom: 40px;
}
.success {
	background-color: #48e0a4;
}
.g-recaptcha {
	margin: 0 0 14px 0;
}
.whatsapp {
  content: '';
  width: 70px;
  height: 70px;
  line-height: 50px;
  position: fixed;
  bottom: 25px;
  left: 1%;
  font-size: 17px;
  z-index: 2;
  color: #fff;
  text-align: center;
  cursor: pointer
}
.whatsapp:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%)
}
.whatsapp img {
  width: 50px
}
.vibrate-2 {
  -webkit-animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
  animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s
}
@-webkit-keyframes vibrate-2 {
  0% {
    bottom: 25px
  }
  50% {
    bottom: 40px
  }
  100% {
    bottom: 25px
  }
}
@keyframes vibrate-2 {
  0% {
    bottom: 25px
  }
  50% {
    bottom: 40px
  }
  100% {
    bottom: 25px
  }
}