body {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 27px;
  color: #a7a7a7;
  min-height: 100%;
  width: 100%;
  font-weight: 400;
}

body.other {
  background: #eff0f3;
}

a {
  color: #7b21c1;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: underline;
}

input {
  font-family: "Lato", sans-serif;
}

.header {
  color: #fff;
  width: 100%;
  height: 600px;
  background: url(../img/header-4.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

h1 {
  font-size: 36px;
  margin: 0px;
  font-weight: 300;
  text-align: center;
  line-height: 50px;
  color: #333;
}

h2 {
  font-size: 14px;
  margin: 0px 0px 20px 0px;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: rgb(19, 0, 55);
}

.sm-text h2 {
  color: rgb(97, 97, 97);
}

h3 {
  font-size: 26px;
  margin: 0px;
  font-weight: 300;
  text-align: center;
  line-height: 48px;
  color: #333;
}

.quote {
  margin-top: 14px;
}

.quote h3 {
  font-size: 20px;
  margin: 0px;
  font-weight: 300;
  text-align: center;
  line-height: 25px;
  color: #333;
}

.header h1,
.header h2 {
  color: #fff;
}

.container {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
}

.logo {
  max-width: 300px;
  display: block;
  height: auto;
  float: left;
}

.header {
  padding-top: 25px;
}

nav {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.nav {
  width: 100%;
  position: absolute;
  z-index: 2;
}

ul.inner-nav {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 47px;
}

ul.inner-nav.in-left {
  width: 350px;
  left: 50%;
  margin-left: -610px;
  text-align: right;
}

ul.inner-nav.in-right {
  width: 350px;
  left: 50%;
  margin-left: 260px;
}

ul.inner-nav li {
  display: inline-block;
}

.nav li a {
  color: #fff;
  padding-left: 30px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  letter-spacing: 1px;
  padding: 20px 0px 20px 0px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav ul.inner-nav.in-right li.first a {
  margin-left: 0px;
  margin-right: 90px;
}

.nav ul.inner-nav.in-left li.first a {
  margin-right: 0px;
  margin-left: 90px;
}

.nav li a:hover {
  text-decoration: none;
}

.nav li a:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0px;
  height: 2px;
  background: #fff;
  width: 0px;
  left: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.other-nav nav li a:before {
  background: #7229ba;
}

.nav li a:hover:before {
  width: 100%;
  left: 0px;
}

.header-content {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 15%;
  left: 0px;
}

.logo {
  position: absolute;
  width: 250px;
  height: auto;
  left: 50%;
  top: 30px;
  margin-left: -125px;
}

.small-container {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.section {
  padding: 95px 0px;
}

.section-color {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41718b+0,7b909e+100 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,45484d+100 */
  background: #0d1935; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #05021c 0%,
    #031b41 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #05021c 0%,
    #031b41 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #05021c 0%,
    #031b41 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.empty-btn {
  font-family: "Montserrat", sans-serif;
  color: #0f0c37;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 20px 0px;
  background: #fff;
  margin: 30px auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;

  color: #fff;
  background: #333;
}

ul.logos {
  width: 100%;
  display: block;
  text-align: center;
}

ul.logos li {
  display: inline-block;
  width: 25%;
  margin: 0 2.5%;
}

ul.logos li a {
  display: block;
  height: 150px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.logos li a.port-1 {
  background-image: url(../img/portfolio-1.png);
  background-size: auto 100%;
}

ul.logos li a.port-2 {
  background-image: url(../img/portfolio-2.png);
  background-image: url(../img/ig-color.png);
}

ul.logos li a.port-3 {
  background-image: url(../img/portfolio-3.png);
  background-image: url(../img/ig2-color.png);
  background-size: 110px auto;
}

ul.logos li a.port-4 {
  background-image: url(../img/portfolio-5.png);
  background-image: url(../img/ig.png);
  background-image: url(../img/ig4-color.png);
  background-size: 100% auto;
}

ul.logos li a.port-5 {
  background-image: url(../img/adm-corp.png);
  background-image: url(../img/ig3-color.png);
  background-size: 110px auto;
}
ul.logos li a.port-7 {
  background-image: url(../img/agranofleet-logo.png);
  background-image: url(../img/agranofleet-logo.png);
  background-size: 150px auto;
}
ul.logos li a.port-8 {
  background-image: url(../img/v-trade-logo.png);
  background-image: url(../img/v-trade-logo.png);
  background-size: 100% auto;
}

ul.logos li a.port-6 {
  background-image: url(../img/kazakhinvest-logo.png);
}

ul.logos li a.port-9 {
  background-image: url(../img/ADM-METALS-200.jpg);
  background-size: 114px auto;
}

ul.logos li a.port-10 {
  background-image: url(../img/gc-logo-black.png);
  background-size: 130px auto;
}

ul.logos:hover li a {
  opacity: 0.4;
}

ul.logos li a:hover,
ul.logos:hover li a:hover {
  opacity: 1;
}

.n-input {
  position: absolute !important;
  opacity: 0 !important;
  visibility: hidden !important;
  left: -5000px !important;
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  min-height: 0px !important;
}

.profile {
  max-width: 270px;
  display: block;
  margin: 50px auto 25px auto;
  border-radius: 700px;
  -webkit-border-radius: 700px;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #41718b;
  box-shadow: 0 1px 0 0 #41718b;
}

button.button {
  display: inline-block;
  min-width: 200px;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  line-height: 13px;
  text-align: center;
  padding: 20px 0px;
  background: #41718b;
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sub-footer p,
footer {
  color: #a0a0a0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

footer {
  background: #f5f5f5;
  text-align: center;
  padding: 15px 0px;
  font-size: 13px;
}

ul.footer-items {
  text-align: center;
}

ul.footer-items li a {
  color: #d2d2d2;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
  font-family: "Montserrat", sans-serif;
  margin: 0px 18px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.footer-items li a:hover {
  color: #909090;
}

.main-banner__video {
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10000;
  overflow: hidden;
}

@media (max-width: 767px) {
  .main-banner__video {
    display: none;
  }
}

.main-banner__photo {
  position: absolute;
  min-height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: center no-repeat;
  background-size: cover;
}

.k-banner {
  background: url(../img/kazakh-banner-1.jpg);
  background-size: cover;
}

.box-outer {
  position: relative;
  width: 240px;
  background-color: white;
  padding: 15px;
  margin: auto;
}
.box-inner {
  position: absolute;
  width: 120px;
  margin: 10px;
}

.title h1 {
  color: white !important;
}
