@charset "UTF-8";
/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap');
/* BODY */
* {
  outline: none !important;
}
body {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: #4b4b4b;
  background: #fff;
  font-family: 'Baloo 2', cursive;
}
body, html {
  height: 100%;
}
.title {
  display: block;
  font-weight: 900;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 36px;
}
.sub-title {
  display: inline-block;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  color: #3B157C;
  font-size: 24px;
  position: relative;
  font-family: 'Baloo 2', cursive;
}
.sub-title:after {
  position: absolute;
  left: 105%;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 3px;
  background: #3B157C;
  content: ' ';
}
.text-center .sub-title {
  padding: 0px 0px 5px 0;
  margin-bottom: 5px;
}
.text-center .sub-title:after {
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
/* CONTAINER */
.container {
  max-width: 1240px;
}
/* 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;
}
a:hover {
  color: #3B157C;
}
/* HTML TAGS */
img {
  max-width: 100%;
}
p {
  line-height: 26px;
  color: #4b4b4b;
}
/* ALERTS */
.alert {
  display: block;
  border-radius: 0;
  padding: 30px;
  font-weight: 600;
}
.alert-success {
  border: none;
  background: #2ca549;
  color: #fff;
}
.alert-danger {
  border: none;
  background: #f1293c;
  color: #fff;
}
/* FORM ELEMENTS */
input[type=text] {
height: 49px;
    border: 1px solid #d3d3d3;
    background: #f5f5f5;
    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: #3B157C;
  -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] {
  height: 54px;
  border: 1px solid #eaebee;
  color: #3B157C;
  background: #fff;
  padding: 0 40px;
  font-weight: 600;
}
textarea {
  height: 144px;
 border: 1px solid #d3d3d3;
    background: #f5f5f5;
  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: #3B157C;
  font-weight: 600;
}
.accordion .card .card-header a:before {
  content: "+";
  float: left;
  text-align: center;
  margin-right: 8px;
  color: #3B157C;
  font-weight: 600;
}
.accordion .card .card-header a:hover {
  color: #3B157C;
  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: #3B157C !important;
}
.accordion .card [aria-expanded=true]:before {
  content: "-" !important;
  color: #3B157C !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: #3B157C;
  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: #3B157C;
}
.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: #3B157C;
  color: #fff;
  border-color: #3B157C;
}
.pagination .page-item.active .page-link:hover {
  background: #3B157C;
}
.pagination .page-item .page-link {
  border: none;
  border-bottom: 2px solid #eaebee;
  color: #3B157C;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: 600;
}
.pagination .page-item .page-link:hover {
  background: none;
  border-color: #3B157C;
}
/* 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: #3B157C;
  opacity: 0.99;
}
.preloader-wrap .loadbar {
  width: 0%;
  height: 100%;
  background: #3B157C;
  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: #405089;
  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 #f65935;
}
.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;
}

/* 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: #405089;
  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: 18px;
}
.sandwich-btn span:nth-child(2) {
  top: 22px;
  opacity: 0;
}
.sandwich-btn span:nth-child(3) {
  top: 26px;
}
.sandwich-btn:hover span {
  width: 22px;
  right: 12px;
  background: #f65935;
}
.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: 100%;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: -100%;
  top: 0;
  background: #9b0c0c;
  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;
}
.sandwich-menu .logo img {
  height: auto;
	max-height: 120px;
}
.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: left;
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
.sandwich-menu .nav-menu li a {
  width: 100%;
  float: left;
  color: #fff;
  font-weight: 600;
}
.sandwich-menu .nav-menu li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sandwich-menu .nav-menu li .dropdown {
  display: none;
  margin: 0;
  padding-left: 20px;
}

/* HEADER */
.header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.header .topbar {
  width: 100%;
  height: 82px;
  line-height: 60px;
  background-color: #FC7300;
  color: #fff;
  text-align: center;
}
.header .topbar .container {
  display: flex;
  flex-wrap: wrap;
}
.header .topbar .container .tagline {
  font-weight: 600;
}
.header .topbar .container .tagline a{
	color: #fff;
}
.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%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0;
  margin-top: -24px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 8px 30px rgba(0, 0, 0, 0.1);
}
.header .navbar .container {
  position: relative;
}
.header .navbar .container .logo {
  margin-right: auto;
}
.header .navbar .container .logo a {
  float: left;
}
.header .navbar .container .logo a img {
  height: 80px;
}
.header .navbar .container .nav-menu {
  margin: 0px;
}
.header .navbar .container .nav-menu li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
  position: relative;
}
.header .navbar .container .nav-menu li a {
  float: left;
  padding: 0 15px;
  height: 100px;
  line-height: 100px;
  color: #405089;
  font-weight: 600;
  position: relative;
}
.header .navbar .container .nav-menu li a:hover {
  textcolor: #f65935;
  text-decoration: none;
  color: #f65935;
}
.header .navbar .container .nav-menu li a:hover:before {
  width: 100%;
  background: #f65935;
  transition: width 0.25s ease;
}
.header .navbar .container .nav-menu li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.header .navbar .container .nav-menu li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 5px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}
.header .navbar .container .nav-menu li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
  height: 5px;
  width: 0;
  background: #f65935;
  transition: width 0.25s ease;
}
.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: #405089;
}
.header .navbar .container .search-btn:hover {
  color: #f65935;
}
.header .navbar .container .sandwich-btn {
  margin-right: 0;
  margin-left: 20px;
  order: 2;
}
.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: #405089;
  font-weight: 600;
}
.header .navbar .container .language li a:hover {
  color: #f65935;
  text-decoration: none;
}
.header .navbar .container .language li a.active {
  color: #f65935;
}
.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: 65vh;
  min-height: 600px;
  display: flex;
  position: relative;
  z-index: 0;
  margin-top: -76px;
}
.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: #3B157C;
}
.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: #3B157C;
  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: #3B157C;
  background: #fff;
  text-decoration: none;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  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: 100%;
  position: absolute;
  left: 0;
  top: 0;
  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-top: 115px;
  padding-bottom: 30px;
  background: #572363;
  text-align: center;
	margin-top: -76px;
}
.page-header:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  height: 55px;
  background-image: url("../assets/images/bg/curve.png");
  background-repeat: repeat-x;
  bottom: 0px;
}
.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: 42px;
}
.page-header p {
  color: #fff;
  opacity: 0.7;
  margin: 0;
}
/* CONTENT */
.content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
}


.box {
  position: absolute;
}

.tomato{
    top: 20%;
    transform: translateY(-50%);
    left: 0px;
    width: 183px;
    height: 250px;
    background: url("../assets/images/objects/tomato.png");
    content: ' ';
    animation-name: float-1;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
.leaves {
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 226px;
    height: 260px;
    background: url("../assets/images/objects/leaves.png");
    content: ' ';
    animation-name: float;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease;

}


.leaves2 {
 top: 100%;
    transform: translateY(-50%);
    left: 60px;
    width: 161px;
    height: 114px;
    background: url("../assets/images/objects/element3.png");
    content: ' ';
}

.straw {
    top: 20%;
    transform: translateY(-50%);
    left: 20px;
    width: 220px;
    height: 132px;
    background: url("../assets/images/objects/straw.png");
    content: ' ';
    animation-name: float-1;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

.oats {
    bottom: 0px;
    transform: translateY(-50%);
    right: 20px;
    width: 200px;
    height: 116px;
    background: url("../assets/images/objects/oats.png");
    content: ' ';
    animation-name: float-2;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
.box-4 {
  background-color: #FF6961;
  top: 20%;
  left: 12%;
  opacity: 0.8;
}

.box-5 {
  background-color: #00b8ff;
  top: 10%;
  left: 50%;
  opacity: 0.4;
}

.box-6 {
  background-color: #00b8ff;
  top: 5%;
  left: 10%;
  width: 25px;
  height: 25px;
  opacity: 0.2;
}

@keyframes float {
	to {
		top: 50%;
	} from {
		top: 52%;
	}
}
@keyframes float-1 {
	to {
		top: 30%;
	} from {
		top: 33%;
	}
}
@keyframes float-2 {
	to {
		right: 30px;
	} from {
		right: 85px;
	}
}


/* FEATURED SERVICES */
.featured-services{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 65px 0;
  background: transparent;
  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: #FC7300;
  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;
  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%;
  height: 100%;
  display: block;
  position: relative;
}
.featured-services .content-wrapper .container .content-box .company-img img {
  width: 100%;
  display: block;
}
.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: #3B157C;
  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: #3B157C;
}
.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: #3B157C;
}
.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: #3B157C;
  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 10px 30px 10px;
  background: #fff;
	height: 240px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
	text-align: center;
}
.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%;
  height: 120px;
}
.logo-carousel .slider-img img, .thumb-carousel .slider-img img {
  max-height: 120px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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: #3B157C;
  color: #fff;
	text-decoration: none;
}
/* IMAGE CONTENT OVER BOX */
.image-content-over-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 65px 0;
  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;
}
.image-content-over-box figure {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #3B157C;
}
.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: #3B157C;
}
.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: #3B157C;
}
.image-content-over-box .swiper-button-next img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/* HOME CASES */
.showcases {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
}
.showcases .masonry {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.showcases .masonry li {
  width: 25%;
  float: left;
  margin: 0;
  padding: 5px;
  list-style: none;
}
.showcases .masonry li * {
  -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;
}
.showcases .masonry li figure {
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
  background: #262d57;
  overflow: hidden;
}
.showcases .masonry li figure:hover a {
  opacity: 0.7;
}
.showcases .masonry li figure:hover img {
  transform: scale(1.05);
}
.showcases .masonry li figure a {
  float: left;
}
.showcases .masonry li figure a img {
  width: 100%;
}
.showcases .masonry li figure figcaption {
  width: 100%;
  float: left;
  padding: 20px 30px;
  padding-top: 50px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.showcases .masonry li figure figcaption h6 {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}
.showcases .masonry li figure figcaption small {
  font-size: 10px;
  color: #fff;
  opacity: 0.7;
}
.showcases .masonry li.double {
  width: 50%;
}
.showcases .all-btn {
  height: 54px;
  line-height: 52px;
  display: inline-block;
  border: 1px solid #eaebee;
  color: #f8f9fa;
  padding: 0 40px;
  font-weight: 600;
  font-size: 18px;
  margin-top: 40px;
  background-color: #FC7300;
}



.showcases .all-btn:hover {
  color: #f65935;
  text-decoration: none;
}

.showcase-filter {
  width: 100%;
  float: left;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
.showcase-filter li {
  float: left;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  list-style: none;
}
.showcase-filter li a {
  float: left;
  color: #9aa0ae;
  font-weight: 600;
  font-size: 13px;
}
.showcase-filter li a:hover {
  text-decoration: none;
  color: #405089;
}
.showcase-filter li a.current {
  color: #f65935;
}

/* TESTIMONIALS */
.testimonials {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
  background: url("../assets/images/bg/testi.jpg") top center no-repeat;
	background-size: cover;
  text-align: center;
  color: #fff;
}
.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;
  padding-bottom: 30px;
}
.testimonials .testimonial figure .avatar {
  width: 80px;
  border-radius: 50%;
}
.testimonials .testimonial figure figcaption {
  width: 30px;
  height: 30px;
  background: #3B157C;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0px;
  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;
	font-size: 18px;
  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: #3B157C;
  font-weight: 700;
}
.latest-news .content-box h4 {
  display: block;
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  color: #3B157C;
}
.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: #3B157C;
  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: 65px 0;
  background: url("../assets/images/bg/quote.jpg") center center no-repeat;
	background-size: cover;
}
.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: #3B157C;
  -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: #3B157C;
}
.solutions .sidebar ul li a:hover {
  color: #3B157C;
  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: #3B157C;
  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: #3B157C;
}
.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: 120px 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: #3B157C;
}
.blog .post .post-content h5 {
  font-weight: 600;
  color: #3B157C;
  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: #3B157C;
  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: #3B157C;
  border-color: #3B157C;
}
.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: #3B157C;
  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: #3B157C;
  font-weight: 600;
}
.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: #3B157C;
  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: #3B157C;
  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: #3B157C;
}
.prices .price-box a {
  display: inline-block;
  height: 60px;
  line-height: 58px;
  border: 1px solid #eaebee;
  color: #3B157C;
  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: #3B157C;
  text-decoration: none;
  border-color: #3B157C;
}
/* 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);
}

/* 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: #3B157C;
  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 #3B157C;
  color: #3B157C;
  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: #3B157C;
  font-size: 18px;
  font-weight: 500;
}
.sidebox p {
  color: #3B157C;
}
.sidebar-img {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
.sidebar-img img {
  width: 100%;
  border: 1px solid #3B157C;
}
/* CONTACT */
.product{
  padding: 120px 0;
}
.product .product-img{
	width: 100%;
	height: 300px;
	position: relative;
	display: block;
	overflow: hidden;
}
.product .product-img img{
	position: absolute;
	height: 300px;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.product .product-content{
	padding: 10px;
	background: #572363;
}
.product .product-content h4{
	color: #fff;
	text-shadow: 0 0 10px #000;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
.product .product-content span{
	float: right;
}

.contact{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
}
.contact .section-title {
  padding-right: 50px;
}
.contact .map {
  width: 100%;
  height: 250px;
  float: left;
  margin-bottom: 40px;
}
.contact .map iframe {
  width: 100%;
}
.contact address {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.contact h6 {
  font-weight: 600;
  color: #3B157C;
}
.contact a {
  color: #262d57;
  text-decoration: underline;
}
.contact label {
  color: #4b4b4b;
}
.contact input[type=text], .search input[type=text] {
  width: 100%;
}
.contact input[type=submit], .search input[type=submit] {
  border: none;
  background: #3B157C;
  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: #3B157C;
}
.scrollup:hover {
  background-color: #3B157C;
  color: #fff;
}
/*----------------------------------------*/
/*    05 - Layout - Footer
/*----------------------------------------*/
.footer-area {
  position: relative;
}
.footer-area:before {
  width: 100%;
  height: 25px;
  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: 100px 0;
  background: url("../assets/images/bg/footer-bg.jpg");
  text-align: left;
}
@media (max-width: 991px) {
  .footer-area .footer-widget-area {
    padding: 60px 0px 50px 0;
  }
	
  .header .navbar .container .sandwich-btn {
    margin-right: 0;
    margin-left: auto;
    order: 2;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-widget-area {
    padding: 60px 0px 37px 0;
  }
}
@media (max-width: 991px) {
  .footer-area .single-footer-widget {
    margin-top: 38px;
  }
}
.footer-area .single-footer-widget .footer-logo {
  margin-bottom: 18px;
}
.footer-area .single-footer-widget .desc-content {
  margin-bottom: 23px;
  color: #fff;
}
.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: #fff;
  text-decoration: underline;
  font-weight: 700;
  font-size: 22px;
  margin-top: -1px;
  margin-bottom: 22px;
  line-height: 1;
}
.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 {
  font-weight: 300;
  color: #fff;
}
.footer-area .single-footer-widget .widget-list li a:hover {
  margin-left: 5px;
  color: #fff;
  text-decoration: none;
}
.footer-area .single-footer-widget .widget-body address {
  line-height: 2;
  color: #fff;
  font-weight: 300;
}
.footer-area .footer-copyright-area {
  background-color: #FC7300;
  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: #fff;
}
.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: 300px;
    overflow: hidden;
  }
  .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 {
    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;
    font-weight: bold;
  }
  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: 65px 0;
  text-align: center;
}
.counter {
  animation-duration: 1s;
  animation-delay: 0s;
  color: #fff;
}
.counter-area {
  background: #E7272D;
  background-image: url("../assets/images/bg/pasta.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 25px;
}
.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;
}
.mural-bg {
  position: relative;
  background-image: url("../assets/images/bg/mural-shape-bg.png");
  background-color: #E7272D;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0;
}
.subscribe-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.subscribe-item {
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  max-width: 100%;
  width: 100%;
}
.subscribe-title {
  max-width: 900px;
  text-align: left;
  margin: auto;
  margin-bottom: 60px;
}
.subscribe-title h2 {
  color: #fff;
  font-size: 40px;
  margin: 0 0 20px 0;
  line-height: 55px;
  letter-spacing: 1px;
  text-align: left;
  font-weight: bold;
}
.subscribe-item .subscribe-title 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: 60px 20px;
  margin: 30px 0;
  background: #FC7300;
}
.contact-info-item:hover {
	border:1px solid #572363;
	background:#fff;
}
.contact-info-item .con-info-icon {
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 55px;
  margin: 0 auto 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 75px;
  height: 75px;
  width: 75px;
}
.contact-info-item .con-info-txt h4 {
  font-size: 18px;
  margin-top: -2px;
  margin-bottom: 15px;
	color:#fff;
}
.contact-info-item .con-info-txt p,.contact-info-item .con-info-txt a{
	color:#fff;
}
.contact-info-item:hover .con-info-icon {
  border-color: #572363;
  color: #572363;
}
.contact-info-item:hover .con-info-txt p, .contact-info-item:hover .con-info-txt h4, .contact-info-item:hover .con-info-txt a {
  color: #572363;
}
.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: 85px;
  right: 0px;
  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;
  }
}




/* line 4, src/assets/scss/components/contact-section/_location-map.scss */
.network-map-wrap {
  position: relative;
  display: block;
  width: 100%;
}

/* line 10, src/assets/scss/components/contact-section/_location-map.scss */
.network-map-wrap ul li {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin: -6px;
  background-color: #1062fe;
  border-radius: 50%;
	list-style: none;
}

/* line 20, src/assets/scss/components/contact-section/_location-map.scss */
.network-map-wrap ul li span {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
  -webkit-transition: .5s linear;
  border-radius: 50%;
}

/*circle wave*/
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
    box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
    box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
  }
}

.ch-grid {
    width: 160px;
    height: 160px;
    display: inline-block;
    margin: 10px auto;
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
	display: block;
    box-shadow: 
        inset 0 0 0 6px rgba(255,255,255,0.6),
        0 1px 2px rgba(0,0,0,0.1);
    transition: all 0.4s ease-in-out;
	background: #f00;
	background-size: cover;
	background-position: center center;
}

 

.ch-info{
  position:absolute;
  background:rgba(63,147,147,0.8);
  width:inherit;
  height:inherit;
  border-radius:50%;
  overflow:hidden;
  opacity:0;
  transition:all 0.4s ease-in-out;
  transform:scale(0);
}


.ch-info h3{
  color:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  font-size:16px;
  text-shadow: 
        0 0 1px #fff, 
        0 1px 2px rgba(0,0,0,0.3);
}


.ch-item:hover{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,0.1),
              0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info{
  transform:scale(1);
  opacity:1;
}

.logo5{
        font-weight: 900;
    font-size: 24px;
    color: blue;
}



@media only screen and (max-width: 600px) {
  .logo5 {
    font-weight: 900 !important;
    font-size: 17px !important;
    color: blue !important;
}
}
