/* ==========================================================================
   Font-face
   ========================================================================== */
@font-face {
  font-family: 'core_sans_b25_light';
  src: url('../fonts/coresansb25-light-webfont.eot');
  src: url('../fonts/coresansb25-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/coresansb25-light-webfont.woff2') format('woff2'), url('../fonts/coresansb25-light-webfont.woff') format('woff'), url('../fonts/coresansb25-light-webfont.svg#core_sans_b25_light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrroman';
  src: url('../fonts/helveticaneuecyr-roman-webfont.eot');
  src: url('../fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-roman-webfont.woff2') format('woff2'), url('../fonts/helveticaneuecyr-roman-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrlight';
  src: url('../fonts/helveticaneuecyr-light-webfont.eot');
  src: url('../fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'), url('../fonts/helveticaneuecyr-light-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'core_sans_b35_regular';
  src: url('../fonts/coresansb35-regular-webfont.eot');
  src: url('../fonts/coresansb35-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/coresansb35-regular-webfont.woff2') format('woff2'), url('../fonts/coresansb35-regular-webfont.woff') format('woff'), url('../fonts/coresansb35-regular-webfont.svg#core_sans_b35_regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * ===============================
 *  Section Top and Bottom padding
 * ===============================
 */
.section-separator {
  display: block;
  padding: 45px 0 50px 0;
}
/**
 * ===============================
 *  Defult CSS
 * ===============================
 */
html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'core_sans_b25_light';
  font-size: 18px;
  line-height: 24px;
  overflow-x: hidden !important;
}
h1 {
  font-family: 'core_sans_b25_light';
  font-style: normal;
  font-size: 70px;
  line-height: 80px;
  font-weight: normal;
}
h2 {
  font-family: 'core_sans_b25_light';
  font-style: normal;
  font-size: 50px;
  line-height: 80px;
  font-weight: normal;
  text-align: center;
  color: #37709f;
}
h3 {
  font-family: 'core_sans_b25_light';
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  font-weight: normal;
}
h4 {
  font-size: 30px;
  line-height: 33px;
  font-family: 'core_sans_b25_light';
  font-style: normal;
  font-weight: normal;
}
/**
 * ================================
 * Navbar Style
 * ================================
 */
.header-nav {
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border: 0;
  background: #000000;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 1px 0px 0px #637b9e;
  -moz-box-shadow: 0px 1px 0px 0px #637b9e;
  -webkit-box-shadow: 0px 1px 0px 0px #637b9e;
  -o-box-shadow: 0px 1px 0px 0px #637b9e;
}
.header-nav:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3d3c3b;
  position: absolute;
  bottom: 0;
}
.header-nav .navbar-header {
  margin-right: 0px;
  margin-left: 0px;
}
.header-nav .navbar-header .navbar-toggle {
  border-radius: 0px;
  margin-top: 50px;
  margin-bottom: 10px;
  border-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-nav .navbar-header .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header-nav .nav {
  overflow: hidden;
  margin-top: 25px;
}
.header-nav .nav li a {
  font-family: 'helveticaneuecyrroman';
  color: #fffffe;
  margin-right: 5px;
  margin-left: 5px;
  background: none;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-nav .nav li a:hover {
  color: #fff;
  text-decoration: underline;
}
/**
 * ================================
 * Header Contant Style
 * ================================
 */
.header-background {
  background-color: rgba(34, 34, 34, 0.99);
  background-image: url('../images/paralax1.jpg') !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  border-bottom: 1px solid #fff;
}
.header-body.section-separator {
  padding: 500px 0 35px 0;
}
.header-body h1 {
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  display: inline-block;
  padding: 0 20px;
}
.header-body p {
  color: #fff;
  font-size: 30px;
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.75);
  display: inline-block;
  padding: 0 20px;
  line-height: 48px;
}
/**
 * ================================
 * Icon-group
 * ================================
 */
.icon-group {
  position: relative;
}
.icon-group .icon-item {
  width: 33.3333%;
  float: left;
}
.icon-group .icon-item a {
  display: block;
  text-align: center;
  padding: 50px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.icon-group .icon-item a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin-top: -50px;
  margin-left: -20px;
  z-index: 2;
}
.icon-group .icon-item a span {
  display: block;
  text-align: center;
}
.icon-group .icon-item a span.name-block {
  font-family: 'helveticaneuecyrlight';
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  margin: 35px 0;
}
.icon-group .icon-item a span.info-block {
  font-family: 'helveticaneuecyrlight';
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.icon-group .icon-item a.icon1 {
  background: #d56002;
}
.icon-group .icon-item a.icon1:before {
  background-image: url('../images/pic1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: calc(-120%);
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  opacity: 0;
}
.icon-group .icon-item a.icon1:hover:before {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  margin-left: -20px;
  opacity: 1;
}
.icon-group .icon-item a.icon2 {
  background: #2a6399;
}
.icon-group .icon-item a.icon2:before {
  background-image: url('../images/pic2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  opacity: 0;
}
.icon-group .icon-item a.icon2:hover:before {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  opacity: 1;
}
.icon-group .icon-item a.icon3 {
  background: #8fbb43;
}
.icon-group .icon-item a.icon3:before {
  background-image: url('../images/pic3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
/*  margin-left: 100%; */
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  opacity: 0;
}
.icon-group .icon-item a.icon3:hover:before {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  margin-left: -20px;
  opacity: 1;
}
.icon-group .icon-item a:hover {
  text-decoration: none;
}
.icon-group:after {
  display: table;
  width: 100%;
  content: "";
  clear: both;
}
/**
 * ================================
 * Our company
 * ================================
 */
.our-company h2 {
  margin-bottom: 40px;
}
.our-company .txt-post {
  color: #414141;
  display: block;
  padding-bottom: 20px;
}
.our-company .txt-post .txt-post-image {
  float: right;
  width: 50%;
  padding: 20px;
}
.our-company .txt-post p {
  font-size: 30px;
  line-height: 30px;
  color: #414141;
}
.our-company .txt-post h3 {
  color: #414141;
  margin-bottom: 10px;
}
/**
 * ================================
 *  DARO Capital Business Sectors
 * ================================
 */
.sectors {
  color: #fff;
  background-image: url('../images/bg-sectors.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.sectors .section-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.sectors .col-md-3 {
  min-height: 200px;
}
.sectors h4 {
  color: #fff;
  margin-bottom: 30px;
}
.sectors ul {
  padding-left: 26px;
}
.sectors ul li {
  font-size: 18px;
  line-height: 21px;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.sectors ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: -23px;
}
/**
 * ================================
 *  News
 * ================================
 */
.news h3 {
  text-align: center;
}
.news .news-item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.news .news-item .grey-txt {
  color: #bdbcc0;
  text-transform: uppercase;
  margin: 0;
  font-family: 'helveticaneuecyrroman';
  font-size: 16px;
}
.news .news-item h4 {
  margin-top: 0;
  font-family: 'helveticaneuecyrroman';
  font-size: 25px;
  line-height: 25px;
}
.news .news-item .news-txt {
  font-family: 'helveticaneuecyrroman';
  font-size: 16px;
}
.news .news-item:last-child {
  border-bottom: 0;
}
.news .video {
  margin-top: 20px;
}
/**
 * ================================
 *  Only parallax
 * ================================
 */
.parallax {
  background-color: rgba(34, 34, 34, 0.99);
  background-image: url('../images/paralax2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 450px 0;
}
/**
 * ================================
 *  Testimonials
 * ================================
 */
.testimonials .section-heading {
  margin-bottom: 60px;
}
.testimonials .client-item {
  position: relative;
  background: #4758a1;
}
.testimonials .client-item:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 50px;
  background: url('../images/tria.svg') top center no-repeat;
}
.testimonials .client-item .name {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  padding-top: 10px;
}
.testimonials .client-item .white-block {
  background: #fff;
  padding: 30px 20px 10px 10px;
  position: relative;
  min-height: 150px;
}
.testimonials .client-item .white-block:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 26px solid #4758a1;
  border-left: 24px solid transparent;
  position: absolute;
  top: 0;
  left: 40px;
}
.testimonials .client-item .white-block .block-td {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.testimonials .client-item .white-block .block-td:nth-child(2) {
  padding-left: 0;
}
.testimonials .client-item .white-block .block-td cite {
  font-style: normal;
  color: #313131;
  font-family: Arial;
  font-size: 18px;
  line-height: 20px;
}
.testimonials .client-item.color-2 {
  background: #6776b8;
}
.testimonials .client-item.color-2:after {
  background: url('../images/tria2.svg') top center no-repeat;
}
.testimonials .client-item.color-2 .white-block:before {
  border-top: 26px solid #6776b8;
}
.testimonials .client-item.color-3 {
  background: #8fbb43;
}
.testimonials .client-item.color-3:after {
  background: url('../images/tria3.svg') top center no-repeat;
}
.testimonials .client-item.color-3 .white-block:before {
  border-top: 26px solid #8fbb43;
}
.testimonials .client-item.color-4 {
  background: #273a40;
}
.testimonials .client-item.color-4:after {
  background: url('../images/tria4.svg') top center no-repeat;
}
.testimonials .client-item.color-4 .white-block:before {
  border-top: 26px solid #273a40;
}
.testimonials .client-item blockquote {
  border-left: 0;
  color: #fff;
  padding-top: 20px;
  min-height: 250px;
}
/**
 * ================================
 *  Get in touch
 * ================================
 */
.tooltip {
  font-family: 'helveticaneuecyrroman';
  font-size: 13px;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip-inner {
  max-width: 200px;
  padding: 15px 20px;
  color: #282828;
  text-align: left;
  background-color: #fffeb9;
  border-radius: 8px;
  -webkit-box-shadow: 4px 6px 9px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 6px 9px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 6px 9px 0px rgba(0, 0, 0, 0.75);
}
.tooltip.right {
  margin-left: 10px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: -10px;
  margin-top: -20px;
  border-width: 20px 20px 20px 0;
  border-right-color: #fffeb9;
}
.get-in-touch .section-heading {
  background: #efefef;
}
.get-in-touch .map {
  position: relative;
}
.get-in-touch .map a {
  display: block;
  background: url('../images/marker.png') top center no-repeat;
  height: 50px;
  width: 31px;
}
.get-in-touch .map #tool1 {
  position: absolute;
  height: 50px;
  width: 31px;
  top: 395px;
  left: 405px;
}
.get-in-touch .map #tool2 {
  position: absolute;
  height: 50px;
  width: 31px;
  top: 355px;
  left: 365px;
}
.get-in-touch .map #tool3 {
  position: absolute;
  height: 50px;
  width: 31px;
  top: 315px;
  left: 310px;
}
.get-in-touch .map #tool4 {
  position: absolute;
  height: 50px;
  width: 31px;
  top: 290px;
  left: 380px;
}
.get-in-touch #contact_form {
  margin-top: 100px;
}
.get-in-touch #contact_form ul,
.get-in-touch #contact_form li {
  list-style-type: none;
  margin: 0 ;
  padding: 0;
  text-align: center;
}
.get-in-touch #contact_form li {
  display: block;
  margin-bottom: 20px;
}
.get-in-touch #contact_form li input[type="text"],
.get-in-touch #contact_form li input[type="number"],
.get-in-touch #contact_form li textarea {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #87a7cc;
  padding: 15px;
  font-size: 18px;
  font-family: 'core_sans_b25_light';
}
.get-in-touch #contact_form li input[type="text"]::-webkit-input-placeholder,
.get-in-touch #contact_form li textarea::-webkit-input-placeholder {
  color: #aaaaaa !important;
}
.get-in-touch #contact_form li input[type="text"]:-moz-placeholder,
.get-in-touch #contact_form li textarea:-moz-placeholder {
  color: #aaaaaa !important;
}
.get-in-touch #contact_form li input[type="text"]::-moz-placeholder,
.get-in-touch #contact_form li textarea::-moz-placeholder {
  color: #aaaaaa !important;
}
.get-in-touch #contact_form li input[type="text"]:-ms-input-placeholder,
.get-in-touch #contact_form li textarea:-ms-input-placeholder {
  color: #aaaaaa !important;
}
.get-in-touch #contact_form li textarea {
  height: 250px;
  font-family: 'core_sans_b25_light';
}
.get-in-touch #contact_form li textarea::-webkit-input-placeholder {
  color: #aaaaaa !important;
}
.get-in-touch #contact_form li textarea:-moz-placeholder {
  color: #aaaaaa !important;
}
.get-in-touch #contact_form li textarea::-moz-placeholder {
  color: #aaaaaa !important;
}
.get-in-touch #contact_form li textarea:-ms-input-placeholder {
  color: #aaaaaa !important;
}
.get-in-touch #contact_form li input[type="button"] {
  text-transform: uppercase;
  font-family: 'core_sans_b35_regular';
  font-size: 26px;
  line-height: 36px;
  background: #3b6496;
  border: 0;
  padding: 10px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
/**
 * ================================
 *  Footer
 * ================================
 */
footer {
  background: #000;
}
footer .top-footer {
  background: url('../images/footer-bg.jpg') top center no-repeat #000000;
  background-size: auto 100%;
  padding-top: 285px;
}
footer .footer-body {
  padding: 25px 0;
  background: #000;
  color: #b5b5b5;
  font-size: 12px;
  font-family: 'verdana';
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
footer .footer-body ul,
footer .footer-body li {
  list-style-type: none;
  margin: 0 ;
  padding: 0;
}
footer .footer-body li {
  display: inline-block;
  width: 49%;
  margin-bottom: 20px;
}
footer .footer-body h4 {
  text-transform: uppercase;
  font-family: 'helveticaneuecyrroman';
  font-size: 16px;
}
footer .footer-body .txt-center {
  text-align: center;
  padding-top: 50px;
}
footer .footer-body .txt-center .copyright {
  padding-top: 10px;
}
footer .footer-body .mail {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  padding-bottom: 20px;
  text-align: right;
}
footer .footer-body .mail a {
  color: #8496a8;
}

.get-in-touch #contact_form li input[type="text"].error,
.get-in-touch #contact_form li input[type="number"].error,
.get-in-touch #contact_form li textarea.error {
	border: red 1px solid;
}

.header-nav .nav li.lang a {
	display: inline-block;
    margin: 10px 5px 0 0;
    padding: 0;
}
.header-nav .nav li.lang a img{
	width: 30px;
}
.header-nav .nav li.lang {
	padding-left: 20px;
}

.logo {
	padding-top: 10px;
}
.logo img{
	max-width: 200px;
}
