@charset "UTF-8";
@import "./style.css";
body {
  font-family: Arial, Helvetica, sans-serif;
}
body a {
  color: #323494;
}
body a:hover {
  color: #464c57;
}
body .front-page header ul.sf-menu ul {
  display: none !important;
}
body header {
  background-color: #fff !important;
}
body header .header-wrapper {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
body header .header-wrapper .logo img {
  max-width: 112px;
  height: auto;
}
body header .header-wrapper .menu-wrapper {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
}
body header .header-wrapper .menu-wrapper .sf-menu {
  margin-bottom: 0;
}
body header .header-wrapper .menu-wrapper .sf-menu > li {
  background: none;
}
body header .header-wrapper .menu-wrapper .sf-menu > li.sfHover > a {
  color: #2891ff;
}
body header .header-wrapper .menu-wrapper .sf-menu > li > a {
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
body header .header-wrapper .menu-wrapper .sf-menu > li > a:hover {
  color: #2891ff;
}
body header .header-wrapper .menu-wrapper .sf-menu > li ul {
  width: 280px;
}
body header .header-wrapper .menu-wrapper .sf-menu > li ul li {
  background: #fff;
  word-wrap: break-word;
  white-space: normal;
}
body header .header-wrapper .menu-wrapper .sf-menu > li ul li a {
  color: #464c57;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #efefef;
}
body header .header-wrapper .menu-wrapper .sf-menu > li ul li:hover > a, body header .header-wrapper .menu-wrapper .sf-menu > li ul li.sfHover > a {
  background-color: #efefef;
}
body.front-page header {
  background-color: #fff;
}
body header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.08);
}
body header.fixed {
  background-color: #fff;
}
body header .header-wrapper .menu-wrapper .sf-menu > li.sfHover > a {
  color: #2891ff;
}
body header .header-wrapper .menu-wrapper .sf-menu > li > a {
  border: none;
  color: #464c57;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
body header .header-wrapper .menu-wrapper .sf-menu > li > a:hover {
  color: #2891ff;
}
body header .header-wrapper .menu-wrapper .sf-menu > li li {
  background: #fff;
}
body header .header-wrapper .menu-wrapper .sf-menu > li li a {
  color: #464c57;
}
body header.fp-viewing-0 header {
  padding-top: 30px;
}
body header.fp-viewing-0 header .header-wrapper .menu-wrapper .sf-menu > li {
  background: none;
}

ul.language-selector li {
  margin-right: 15px;
}
ul.language-selector li a {
  color: #464c57;
  font-size: 16px;
  text-transform: uppercase;
}
ul.language-selector li a:hover {
  color: #2891ff;
}
ul.language-selector li.social-link a {
  font-size: 18px;
}

#left-menu .social-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
#left-menu .social-links li {
  display: inline-block;
}
#left-menu .social-links li a {
  color: #fff;
}
#left-menu .btn-outline-secondary {
  color: #FFF !important;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.pos-fix {
  position: fixed;
}

.absolute-center-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.absolute-center-horizontal {
  left: 50%;
  transform: translateX(-50%);
}

.widget-title {
  font-size: 100px;
  line-height: 155px;
  font-weight: bold;
  color: #323494;
  position: relative;
  display: flex;
  align-items: flex-end;
  letter-spacing: -3px;
}
.widget-title.white {
  color: #fff;
}
.widget-title::after {
  display: none !important;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #2891ff;
  margin-bottom: 42px;
}

.app-btn {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
  padding: 15px 50px;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
  user-select: none;
}
.app-btn.primary {
  color: #323494;
  border: 1px solid #323494;
}
.app-btn.primary:hover {
  background-color: #323494;
  color: #fff;
  text-decoration: none;
}
.app-btn:disabled {
  opacity: 0.5;
}
.app-btn.secondary {
  color: #2891ff;
  border: 1px solid #2891ff;
}
.app-btn.secondary:hover {
  background-color: #2891ff;
  color: #fff;
}
.app-btn.white {
  color: #fff;
  border: 1px solid #fff;
}
.app-btn.white:hover {
  background-color: #fff;
  color: #fff;
}

#main {
  clear: both;
}
#main #content {
  padding: 80px 0;
}

#main-nav {
  background-color: #323494;
  padding: 10px 0;
}
#main-nav .sf-menu {
  float: none;
  margin-bottom: 0;
}
#main-nav .sf-menu > li {
  background: none;
}
#main-nav .sf-menu > li > a {
  border: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 26px;
}
#main-nav:after {
  display: block;
  content: "";
  clear: both;
}

.btn-primary {
  background-color: #323494;
  border-color: #181948;
}

.module-title {
  padding: 180px 0 130px;
  color: #fff;
  text-align: center;
  background: url("../img/slide1.png") no-repeat right center #323494;
  position: relative;
}
.module-title .container {
  position: relative;
  z-index: 2;
}
.module-title h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
}
.module-title h2 span {
  display: inline-block;
  position: relative;
}
.module-title h2 span:after {
  position: absolute;
  display: none;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #2891ff;
  right: -9px;
  bottom: 8px;
}
.module-title.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 350px;
  padding-bottom: 350px;
  position: relative;
}
.module-title.parallax:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.module-title.parallax h2 {
  font-size: 60px;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.52);
}
.module-title.parallax .product-misc-info {
  font-size: 20px;
  max-width: 700px;
  margin: 0 auto;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.52);
}

a.news-thumbnail h2 {
  line-height: 22px;
}

.page-title {
  margin-bottom: 30px;
  font-weight: 300;
}

ul.tabHead {
  border-bottom-color: #323494;
}
ul.tabHead li.active a, ul.tabHead li:hover a {
  background-color: #323494;
}

.share-box {
  border-radius: 0;
  border-color: #f3f3f3;
}

ul.news-tabl-list li a {
  color: #323494;
}

blockquote {
  border-left-color: #323494;
  padding-left: 70px;
}
blockquote:before {
  color: #323494;
}

.sf-menu.sf-vertical {
  width: 100%;
  margin-bottom: 0;
  padding-left: 30px;
}
.sf-menu.sf-vertical > li {
  background-color: #fff;
  border-top: none;
  border-bottom: 1px solid #efefef;
}
.sf-menu.sf-vertical > li:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  content: "";
  position: absolute;
  left: -30px;
  top: 10px;
  color: #323494;
}
.sf-menu.sf-vertical > li > a {
  padding-left: 0;
  color: #464c57;
  white-space: normal;
  line-height: normal;
}
.sf-menu.sf-vertical > li > a:hover {
  color: #323494;
}
.sf-menu.sf-vertical > li.sfHover > a, .sf-menu.sf-vertical > li.active > a {
  color: #323494;
}
.sf-menu.sf-vertical > li ul li {
  width: 300px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #efefef;
}
.sf-menu.sf-vertical > li ul li a {
  white-space: normal;
  display: block;
  color: #464c57;
}
.sf-menu.sf-vertical > li ul li a:hover {
  color: #fff;
  background-color: #323494;
}
.sf-menu.sf-vertical > li ul li.sfHover > a {
  color: #fff;
  background-color: #323494;
}

.p-item {
  border-color: #efefef !important;
}
.p-item img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
  transition: all 0.3s;
}
.p-item:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 1;
}

.timeline_area {
  position: relative;
  z-index: 1;
}

.single-timeline-area {
  position: relative;
  z-index: 1;
  padding-left: 180px;
}

@media only screen and (max-width: 575px) {
  .single-timeline-area {
    padding-left: 100px;
  }
}
.single-timeline-area .timeline-date {
  position: absolute;
  width: 180px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 60px;
}

@media only screen and (max-width: 575px) {
  .single-timeline-area .timeline-date {
    width: 100px;
  }
}
.single-timeline-area .timeline-date::after {
  position: absolute;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #ebebeb;
  top: 0;
  right: 30px;
  z-index: 1;
}

.single-timeline-area .timeline-date::before {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f1c40f;
  content: "";
  top: 50%;
  right: 26px;
  z-index: 5;
  margin-top: -5.5px;
}

.single-timeline-area .timeline-date p {
  margin-bottom: 0;
  color: #020710;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.single-timeline-area .single-timeline-content {
  position: relative;
  z-index: 1;
  padding: 30px 30px 25px;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
  .single-timeline-area .single-timeline-content {
    padding: 20px;
  }
}
.single-timeline-area .single-timeline-content .timeline-icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 30px;
  height: 30px;
  background-color: #f1c40f;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  text-align: center;
  max-width: 30px;
  border-radius: 50%;
  margin-right: 15px;
}

.single-timeline-area .single-timeline-content .timeline-icon i {
  color: #ffffff;
  line-height: 30px;
}

.single-timeline-area .single-timeline-content .timeline-text h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-timeline-area .single-timeline-content .timeline-text p {
  font-size: 14px;
  margin-bottom: 0;
}

.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
  background-color: #020710;
}

.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
  color: #3f43fd;
}

.tt-team {
  position: relative;
  margin-bottom: 50px;
}
.tt-team .tt-team__avater {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.tt-team .tt-team__avater .tt-team__avater img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.tt-team .tt-team__avater:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 92, 255, 0.8);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 2;
  top: 0;
  left: 0;
}
.tt-team .tt-team__avater:before:hover {
  opacity: 1;
}
.tt-team .tt-team__info {
  padding: 15px 30px 0;
  text-align: center;
}
.tt-team .tt-team__info .tt-team__name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.tt-team .tt-team__info .tt-team__designation {
  font-size: 14px;
  color: #4f5158;
  font-weight: 400;
}

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.top.section .fp-tableCell {
  position: relative;
}
.top.section .fp-tableCell .container {
  position: relative;
  z-index: 2;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #323494;
}

.bottom-menu > li:not(.mid-6) {
  display: none;
}
.bottom-menu > li.mid-6 {
  list-style: none;
}
.bottom-menu > li.mid-6 > a {
  display: none !important;
}

#footer {
  border-top: 3px solid #323494;
  clear: bottom;
  margin-top: 30px;
  padding-top: 40px;
}
#footer .info-item {
  padding: 5px 0;
}
#footer .info-item .left {
  width: 30%;
}
#footer .info-item .right {
  width: 70%;
}
#footer .bottom {
  margin-top: 20px;
  background-color: #f2f2f2;
  padding: 20px;
  font-size: 14px;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul li > a {
  display: block;
  padding: 5px 0;
}
#footer h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.top {
  height: 100vh;
  background: #323494;
}
.top .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top .header {
  padding-top: 25px;
}
.top .header .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 70px;
}
.top .header .navbar-brand img {
  margin-right: 12px;
}
.top .header .navbar-brand span {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 46px;
  position: relative;
  letter-spacing: -2px;
}
.top .header .navbar-brand span::after {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #2891ff;
  content: "";
  position: absolute;
  left: 101%;
  bottom: 19px;
}
.top .header .left-menu .nav-link {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.top .header .left-menu .nav-link:hover, .top .header .left-menu .nav-link.active {
  color: #2891ff;
}
.top .header .language .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #7faaff;
}
.top .header .language .nav-link:hover {
  color: #2891ff;
}
.top .text-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.top .text-content .top-text span {
  color: #fff;
  font-size: 59px;
  line-height: 59px;
  letter-spacing: -0.04em;
}
.top .text-content .top-text span:first-child {
  font-weight: 500;
}
.top .text-content .top-text span:last-child {
  font-weight: 300;
}
.top .text-content .middle-text span {
  font-size: 81px;
  line-height: 94px;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}
.top .text-content .middle-text span:first-child {
  color: #2891ff;
  margin-right: 10px;
}
.top .text-content .middle-text span:last-child {
  color: #fff;
}
.top .text-content .bottom-text {
  margin-top: -10px;
}
.top .text-content .bottom-text span {
  font-size: 107px;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #fff;
  letter-spacing: -8px;
}
@media screen and (max-width: 500px) {
  .top .header {
    padding-top: 0.5rem;
  }
}

.about-us {
  padding: 100px 0;
}
.about-us-widget {
  padding: 63px 55px 55px 114px;
  background-color: #323494;
  max-width: 550px;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  position: relative;
}
.about-us-widget i {
  position: absolute;
  font-size: 65px;
  top: 20px;
  left: 25px;
}
.about-us-desc {
  font-size: 22px;
  line-height: 34px;
  color: #464c57;
  font-weight: 300;
  margin-top: 70px;
  margin-bottom: 46px;
}
.about-us .left-wrapper .box-1 {
  width: 412px;
  height: 412px;
  left: -134px;
  z-index: -1;
  top: -20px;
  border: 1px solid #323494;
}
.about-us .left-wrapper .box-2 {
  border: 1px solid #464c57;
  width: 200px;
  height: 200px;
  bottom: -110px;
  left: -40px;
}

.services {
  padding: 100px 0;
  /*background: url("../img/service.jpg") no-repeat;
  background-position: top center;
  background-size: cover;*/
  position: relative;
}
.services .widget-title {
  margin-bottom: 75px;
}
.services .box-1 {
  width: 246px;
  height: 229px;
  border: 2px solid #464c57;
  position: absolute;
  right: 100px;
  top: -230px;
}
.services .box-2 {
  width: 356px;
  height: 391px;
  border: 2px solid #323494;
  position: absolute;
  right: -100px;
  top: -189px;
}
.services .service-item {
  margin-bottom: 1.5rem;
}
.services .service-item .service-wrapper {
  display: flex;
  padding: 20px 30px 20px 50px;
  min-height: 130px;
  border: 2px solid #323494;
  align-items: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}
.services .service-item .service-wrapper:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.35);
}
.services .service-item .service-wrapper .text {
  font-size: 25px;
  line-height: normal;
  color: #464c57;
  font-weight: 700;
  position: relative;
}
.services .service-item .service-wrapper .count {
  position: absolute;
  font-size: 70px;
  font-weight: 200;
  top: 30px;
  left: 15px;
  line-height: 70px;
  color: #0596FF;
}
.services .service-item .service-wrapper .count::after {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 100%;
  background-color: #2891ff;
  position: absolute;
  right: -12px;
  bottom: 10px;
}

.products {
  padding: 100px 0;
  background: url(../img/service.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.products .widget-title {
  position: static;
  z-index: 1;
}
.products .product-left .image-wrapper {
  position: relative;
  margin-left: -245px;
}
.products .product-left .image-wrapper .box-1 {
  position: absolute;
  width: 306px;
  height: 309px;
  border: 2px solid #464c57;
  right: 30%;
  top: -55px;
  z-index: -1;
}
.products .product-left .image-wrapper .box-2 {
  position: absolute;
  width: 502px;
  height: 603px;
  border: 2px solid #323494;
  bottom: -170px;
  z-index: 1;
  right: 30%;
}
.products .product-left .image-wrapper .box-3 {
  position: absolute;
  width: 306px;
  height: 309px;
  border: 2px solid #464c57;
  bottom: -130px;
  left: -40px;
}
.products .product-right {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products .product-right li {
  margin-bottom: 20px;
}
.products .product-right .list-item:hover {
  text-decoration: none;
}
.products .product-right .list-item-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #464c57;
  margin: 0;
  position: relative;
  padding-bottom: 15px;
}
.products .product-right .list-item-title::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 10px;
  background: #f5f5f5;
}
.products .product-right .list-item-title::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #323494;
}
.products .product-right .list-item-desc {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  line-height: 23px;
  color: #000;
}

.news {
  padding: 100px 0;
  background-color: #464c57;
}
.news .big-news .image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.news .big-news .image-wrapper img {
  max-width: 100%;
}
.news .big-news .image-wrapper .date-wrapper {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #323494;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.news .big-news .image-wrapper .date-wrapper .month {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
}
.news .big-news .image-wrapper .date-wrapper .day {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 28px;
}
.news .big-news-title {
  display: block;
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 26px;
  line-height: 33px;
  text-decoration: none;
  color: #fff;
}
.news .big-news-desc {
  font-size: 19px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: -0.03em;
  color: #fff;
}
.news .news .image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.news .news .image-wrapper img {
  max-width: 100%;
}
.news .news .image-wrapper .date-wrapper {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #323494;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.news .news .image-wrapper .date-wrapper .month {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
}
.news .news .image-wrapper .date-wrapper .day {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 28px;
}
.news .news-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
}

.contact-us #mapContainer {
  margin: 0 -15px;
}
.contact-us #mapContainer img {
  max-width: 100%;
}
.contact-us-wrapper {
  padding: 89px;
  margin: 0 -15px;
  background: url("../img/contact.jpg") no-repeat;
  position: relative;
  background-size: cover;
}
.contact-us-wrapper::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(50, 52, 148, 0.7);
}
.contact-us-wrapper .widget-title {
  position: relative;
  z-index: 1;
}
.contact-us-wrapper form {
  position: relative;
  z-index: 1;
}
.contact-us-wrapper form input {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  font-size: 20px;
  color: #fff;
  background: transparent;
}
.contact-us-wrapper form input::placeholder {
  color: #fff;
}
.contact-us-wrapper form textarea {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  font-size: 20px;
  color: #fff;
}
.contact-us-wrapper form textarea::placeholder {
  color: #fff;
}
.contact-us-wrapper form .app-btn {
  margin-top: 30px;
}
.contact-us-wrapper .info {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.contact-us-wrapper .info a {
  color: #Fff;
}
.contact-us-wrapper .info-item {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
}
.contact-us-wrapper .info-item .left {
  width: 30%;
  font-weight: 700;
}
.contact-us-wrapper .info-item .left i {
  font-size: 28px;
  margin-right: 10px;
}
.contact-us-wrapper .info-item .right {
  width: 70%;
}
.contact-us-wrapper .footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  margin-top: 30px;
  color: #fff;
  border-top: 1px solid #fff;
}
.contact-us-wrapper .footer .copy {
  font-size: 18px;
  line-height: 30px;
}
.contact-us-wrapper .footer .socials i {
  font-size: 40px;
  margin-left: 5px;
}

#open-menu {
  background: transparent;
  padding: 5px 10px;
  font-size: 22px;
  color: #323494;
  line-height: normal;
}

#left-menu {
  z-index: 1001;
  background-color: #323494;
}
#left-menu ul.mobile-menu > li > a {
  color: #fff;
  border-bottom: 1px solid #3f41ba;
}
#left-menu ul.mobile-menu > li li {
  list-style: none;
}
#left-menu ul.mobile-menu > li li a {
  color: #fff;
  border-bottom: 1px solid #4f51c4;
  line-height: normal;
}

#overlay {
  z-index: 1000;
}

@media only screen and (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
  }

  .front-page .container, .front-page .container-lg, .front-page .container-md, .front-page .container-sm, .front-page .container-xl {
    max-width: 1430px !important;
  }
}
@media only screen and (max-width: 1400px) {
  .widget-title {
    font-size: 80px;
    line-height: 85px;
  }

  .about-us-widget {
    padding: 43px 35px 35px 74px;
    font-size: 18px;
    line-height: 25px;
  }

  .about-us-desc {
    font-size: 18px;
    line-height: 30px;
  }

  .services .box-2 {
    width: 306px;
    height: 341px;
  }
  .services .service-item .service-wrapper {
    min-height: 100px;
    padding-left: 70px;
  }
  .services .service-item .service-wrapper .count {
    font-size: 50px;
    top: 15px;
    left: 20px;
  }
  .services .service-item .service-wrapper .text {
    font-size: 18px;
  }

  .news .big-news-title,
.news .news-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .news .big-news-desc {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .fp-section {
    overflow: hidden;
  }

  .about-us-widget {
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  #mapContainer {
    min-height: 500px;
  }

  .module-title {
    padding: 120px 0 70px;
  }

  .page-title {
    font-weight: bold;
  }

  .widget-title {
    font-size: 60px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 440px) {
  header,
body.front-page.fp-viewing-mid-1 header {
    background-color: #fff !important;
    box-shadow: 0 3px 3px #4a5562;
  }

  .module-title.parallax {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .widget-title {
    font-size: 35px;
    line-height: 40px;
  }

  .about-us-widget {
    padding: 33px 25px 25px 54px;
    font-size: 17px;
    line-height: 23px;
  }

  .app-btn {
    font-size: 18px;
    line-height: 33px;
    padding: 15px 30px;
  }

  .contact-us-wrapper {
    padding: 40px 30px;
    margin: 0 -15px;
  }

  .products .product-right .list-item-title {
    font-size: 24px;
    line-height: 44px;
  }
  .products .product-right .list-item-desc {
    font-size: 16px;
    line-height: 23px;
  }

  .contact-us-wrapper .info-item {
    display: block !important;
  }

  .module-title h2 {
    font-size: 25px;
  }
  .module-title.parallax h2 {
    font-size: 30px;
  }

  .menu-wrapper {
    justify-content: flex-end !important;
  }

  .form-captcha {
    flex-direction: column;
  }

  .language-selector li {
    margin-right: 0;
    margin-left: 10px;
  }
  .language-selector li a {
    color: #fff;
  }
}

/*# sourceMappingURL=theme.css.map */
