@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700);
/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);
var text-decoration */
/*--
	Common Css
--*/
body {
  font-family: 'Lato';
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato';
}
h2 {
  font-size: 30px;
  font-weight: 400;
}
h3 {
  font-size: 28px;
  font-weight: 300;
}
p {
  font-size: 20px;
  line-height: 28px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}
.section-title p {
  font-family: 'Lato';
  font-style: italic;
  color: #666;
}
/*--
	Header Start 
--*/
header {
  background: #fff;
  padding: 20px 0;
}
header .navbar {
  margin-bottom: 0px;
  border: 0px;
}
header .navbar-brand {
  padding-top: 5px;
}
header .navbar-default {
  background: none;
  border: 0px;
}
header .navbar-default .navbar-nav {
  padding-top: 0px;
}
header .navbar-default .navbar-nav li a {
  color: #777;
  padding: 10px 26px;
}
font header .navbar-default .navbar-nav li a:hover {
  color: #000;
}
/*---------------------------------------------
					Index Start 
-----------------------------------------------*/
/*--
	Slider Start 
--*/
#slider {
  background: url("../img/slider-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 10% 0%;
  padding: 200px 0 280px 0;
  position: relative;
}
#slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #fff, #1f1c2c 0.01%);
  opacity: 0.8;
}
#slider .block {
  color: #E3E3E4;
}
#slider .block h1 {
  font-family: 'Lato';
  font-weight: 100;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 10px;
  padding-bottom: 45px;
}
#slider .block p {
  font-size: 23px;
  line-height: 40px;
  font-family: 'Lato';
  font-weight: 300;
  letter-spacing: 3px;
}
/*--
	wrapper Start 
--*/
#intro {
  /*padding: 100px 0;*/
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0px;
  position: relative;
  image-rendering: -webkit-optimize-contrast;
  text-align: center;
}
#intro .block h2 {
  padding-top: 35px;
  line-height: 27px;
  margin: 0;
  color: #fff;
  font-weight: 300;
}
#intro .block p {
  color: #252839;
  padding-top: 20px;
  font-weight: 300;
}
#intro .block img {
  padding-left: 40px;
  width: 100%;
}
#intro .section-title {
  margin-bottom: 0px;
}
#intro .section-title p {
  padding-top: 20px;
  color: #df6c4f;
  font-weight: 400;
}
/*--
	press Start 
--*/
#press {
  text-align: center;
  padding: 90px 0;
  color: #252839;
}
#press .press-item {
  padding-bottom: 30px;
}
#press .press-item i {
  font-size: 60px;
  color: #df6c4f;
}
#press .press-item h4 a {
  font-size: 20px;
  padding-top: 20px;
  margin: 0;
  color: #252839;
}
#press .press-item p {
  color: #888;
  padding-top: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

#press .press-item a {
    color: #252839 ;
    padding-top: 0px;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}

#press .press-item .author {
  font-size: 14px;
}

/*--
  contact Start 
--*/
#contact {
  text-align: center;
  padding: 90px 0;
  background-color: #252839;
  color: #fff;
}

ul {
  overflow: auto;
  -webkit-padding-start: 0px;
}

ul li {
  list-style-type: none;
  display: inline-block;
  margin-top:5px;
}

ul li a i {
  border: 1px solid #fff;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 25px;
  text-align: center;
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 8%;
  padding-left: 6%;
}

ul li a i:hover {
  color: #636b6f;
}

.btn{
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn:hover {
    color: #636b6f;
    text-decoration: none;
}

.land-messages {
    font-weight: 400;
    color: #fff;
    padding-bottom: 20px;
}

/*--
  strategy Start 
--*/
#strategy {
  text-align: center;
  padding: 90px 0;
  background-color: #252839;
  color: #fff;
}

h3{
  color: #428bca;
}

.mp-h2{
  color: #fff !important;
}

img {
  padding-bottom: 0px;
  border-radius: 70%;
  width: 90%;
}


#clients-logo-section {
  padding-top: 30px;
  padding-bottom: 75px;
}
#clients-logo-section .clients-logo-img {
  padding: 0px 50px;
}

/*--
  wrapper Start 
--*/
#locations {
  background: url("../img/map-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 10% 0%;
  position: relative;
  text-align: center;
  padding: 90px 0;
}
#locations .block h2 {
  line-height: 27px;
  margin: 0;
  color: #000 !important;
  font-weight: 300;
}
#locations:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #000, #fff 0.01%);
  opacity: 0.6;
}
#locations .block p {
  color: #252839;
  padding-top: 20px;
  font-weight: 300;
}
#locations .block img {
  padding-left: 40px;
  width: 100%;
}
#locations .section-title {
  margin-bottom: 0px;
}
#locations .section-title p {
  padding-top: 20px;
  color: #252839 !important;
  font-weight: 400;
}
#locations .loc-item {
  opacity: 0.8;
}
#locations .loc-item p{
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  text-shadow: 2px 2px #252839;
  opacity: 1 !important;
}
#locations .loc-item p.p-country{
  position: absolute;
  top: 63%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}

/*--
	footer Start 
--*/
footer {
  background: #000;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 55px;
}
footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191;
}
footer a {
  color: #0D47A1;
  font-size: 15px;
}
footer .footer-manu {
  padding-bottom: 25px;
}
footer .footer-manu ul {
  margin: 0px;
  padding: 0px;
}
footer .footer-manu ul li {
  display: inline-block;
  padding: 0px 20px;
}
footer .footer-manu ul li a {
  display: inline-block;
  color: #494949;
}
footer .footer-manu ul li a:hover {
  color: #000;
}

