/*fonts*/
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-Bold.woff2') format('woff2'),
  url('../fonts/Akrobat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro';
  src: url('../fonts/MarkPro-Medium.woff2') format('woff2'),
  url('../fonts/MarkPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro';
  src: url('../fonts/MarkPro.woff2') format('woff2'),
  url('../fonts/MarkPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro';
  src: url('../fonts/MarkPro-Bold.woff2') format('woff2'),
  url('../fonts/MarkPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



html {
  scroll-behavior: smooth;
}
body{
  position:relative;
  overflow-x:hidden;
}

a:hover{
  text-decoration:none;
}
h1{
  font-family: 'Mark Pro';
  font-weight: 500;    
  font-size: 4em;
}
h2{
  font-family: 'Mark Pro';
  font-weight: normal;
  font-size:3.4em;
  line-height: 1.3em;
}
h3{
  font-family: 'Mark Pro';
  font-size:2.5em;
}
h4{ 
  font-family: 'Mark Pro';
  font-weight: bold;  
  letter-spacing: 3px;
  font-size:1.9em;
  color: #434343;
}
h5{
  font-family: 'Mark Pro';
  font-size:1.5em;
}
h6{
  font-size: 1em;
  font-family: 'Akrobat';
  font-weight: bold;
  letter-spacing: 2px;
}
p{
  font-family: 'Mark Pro';
  font-size: 1.2em;
  line-height: 1.5em;
}
.wrapper{
  position:relative;
}
.flex-box{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}


.main.fixed{
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  width:100%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.2);
  padding: 0 5em;
}
.main .logo img{
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.main.fixed .logo img{
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.main.fixed #cssmenu > ul > li{
  padding: 2em .8em;  
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.main.fixed #cssmenu > ul > li > a {
  padding: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    .main.fixed{
      position:fixed;
      top:0;
      left:0;
      z-index:9999;
      width:100%;
      background: #fff;
      -webkit-box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.2);
      -moz-box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.2);
      box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.2);
      padding: 0 5em;
    }
    .main .logo img{
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
    }
    .main.fixed .logo img{
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
    }
    .main.fixed #cssmenu > ul > li{
      padding: 2em .8em;  
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
    }
    .main.fixed #cssmenu > ul > li > a {
      padding: 0;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
    }
}}

/*----------------------------MENU Starts Here----------------------------*/

.menu-container {
  float: right;
}
#cssmenu {
  position: relative;
  width: 100%;
  padding: 0;
  background: transparent !important;
  z-index: 999;
  border-radius: 50px;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 9999;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  padding: 2.5em .8em;  
  transition: .3s ease-in-out;  
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: 'Akrobat';
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
}

#cssmenu > ul > li > a {
  font-size: 17px;
  letter-spacing: 3px;
  padding: 0;
  color: #434343;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  z-index: 999;
  position: relative;
  transition: .3s ease-in-out;
}
#cssmenu > ul > li.active > a{
  color: #3c74b9;
  font-family: 'Akrobat';
  font-weight: bold;
  transition: .3s ease-out;
  position: relative;
}
#cssmenu > ul > li.active > a:before{
  background: #3c74b9;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -.5em;
  left: 0;
  content: "";
  z-index: 9;
}
/*#cssmenu > ul > li.active:after {
background: rgb(27,183,141);
background: -moz-linear-gradient(180deg, rgba(27,183,141,1) 0%, rgba(35,95,131,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(27,183,141,1) 0%, rgba(35,95,131,1) 100%);
background: linear-gradient(180deg, rgba(27,183,141,1) 0%, rgba(35,95,131,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1bb78d",endColorstr="#235f83",GradientType=1);
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 99;
content: "";
transition: .3s ease-out;
}*/
/*#cssmenu > ul > li.active:hover > a{
background: rgb(27,183,141);
background: -moz-linear-gradient(0deg, rgba(27,183,141,1) 0%, rgba(35,95,131,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(27,183,141,1) 0%, rgba(35,95,131,1) 100%);
background: linear-gradient(0deg, rgba(27,183,141,1) 0%, rgba(35,95,131,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1bb78d",endColorstr="#235f83",GradientType=1);
color: #fff;
-webkit-transition: background 0.25s ease-out;
-moz-transition: background 0.25s ease-out;
-o-transition: background 0.25s ease-out;
transition: background 0.25s ease-out;
transition: .3s ease-out;

}*/
#cssmenu > ul > li.active:hover > a{
  transition: .3s ease-out;
  color: #000;
}


.menu-activecolor{
  color: #fff !important;
  background: transparent;
  padding: 1.2em 1em !important;
}
/*#cssmenu > ul > li:hover{
background: transparent;
-webkit-transition: background 0.25s ease-out;
-moz-transition: background 0.25s ease-out;
-o-transition: background 0.25s ease-out;
transition: background 0.25s ease-out;
transition: .3s ease-out;
}*/
#cssmenu > ul > li:hover > a{
  background: transparent;
  color: #3e73b8;
  padding: 0;
  -webkit-transition: background 0.25s ease-out;
  -moz-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}

#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #75574f;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 3.5em;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
  border-radius: 20px;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
  top: 90px;
  opacity: 1;
}

#cssmenu > ul > li.active:hover > ul {
  left: 0;
  opacity: 1;
}


#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  font-family: 'quicksandbold';
  line-height: 13px;
  width: 200px;
  padding: 1em;
  font-size: 13px;
  color: #fff;
  background: #1ab78d;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  border-bottom: 1px solid #ffffff;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #235f83;
  transition: .3s ease-out;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 958px){

  #cssmenu > ul > li > a{
    font-size:14px;
  }
/*  #cssmenu > ul > li:hover > a{
padding: 2.5em .3em;
}
#cssmenu > ul > li:hover > ul{
top: 72px;
}*/
}
/*@media (max-width: 680px){
#cssmenu > ul > li > a svg{
display: none;

}
}*/


@media (max-width: 767px){
  #cssmenu ul ul li a {
    width: 180px;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff !important;
    background: #ffffff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
  }
}
@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
  #cssmenu {
    width: 100%;
    height: auto;
    position: relative;
    /* float: left; */
    /* right: 0; */
    z-index: 9999;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
    background:#fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  #cssmenu > ul > li {
    float: none;
    padding: 0;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 15px 20px;
  }

  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }

  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #3e73b8;
  }
  #cssmenu > ul > li > a{
    color: #434343;
  }
  #cssmenu > ul > li.active > a{
    border-bottom: 1px solid #3e73b8;

  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
    color: #434343;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #8e8e8e;
    border-bottom: 1px solid #e5e5e5;
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 7px;
    width: 22px;
    border-top: 2px solid #434343;
    border-bottom: 2px solid #434343;
    right: 40px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #434343;
    right: 40px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }

  #cssmenu > ul > li.active > a {
    color:#3e73b8  !important;
    background: #fff;
    padding: 15px 20px;
  }
  #cssmenu > ul > li.active > a:before{
    display: none;
  }

  #cssmenu ul ul li a{
    background: #188e6e;
    border-bottom: 1px solid #1ab78d;
  }
  #cssmenu > ul > li.active:hover > a{
    padding: 15px 20px;
  }
  #cssmenu > ul > li.has-sub > a {
    padding-right: 32px;
  }
  #cssmenu > ul > li:hover > a {
    color: #3e73b8;
    padding: 15px 20px;

  }
}

header{
  position: relative;
  padding: 0 5em;
  width: 100%;
  z-index: 99; 
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}


.banner-block{
  position: relative;
  width: 100%;
  z-index: 3;
  border-bottom: 1px solid #e9e9e9;
}
.banner-block .carousel{
  width: 100%;
}
.banner-block .carousel-item img{
  width: 100%;
}
.banner-block .carousel-item .caption{
  position: absolute;
  z-index: 9999;
  top: 50%;
  transform: translate(0%,-50%);
  width: 100%;
  left: 0;
  text-align: center;
  padding: 0 5em;
}
.banner-block .carousel-item .caption h1{
  color: #434343;
  padding-bottom: .2em;
  position: relative;
}
.banner-block .carousel-item .caption h1:nth-child(2){
  padding: 1em 0;

}
.banner-block .carousel-control-next, .carousel-control-prev {
  color: transparent;
  opacity: 0;
  transition: opacity .15s ease;
}
.carousel-control-prev, .carousel-control-next{
  z-index: 2;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  opacity: 0;
}

.first-block{
  position: relative;
  width: 100%;
  padding: 7em 16em 4em;
}
.first-block .investment-group{
  width: 100%;
  padding: 5em 0;
  position: relative;
}
.investment-main img{
  width: 100%;
  transition: .2s ease-in-out;
}
.content-container{
  position: absolute;
  bottom: 5em;
  left: 0;
  z-index: 9;
}
.content-container2{
  position: absolute;
  right: -4em;
  top: 4em;
  z-index: 9;
}
.content-container3{
  position: absolute;
  left:0;
  top: 4em;
  z-index: 9;
}
.content-box{
  position: relative;
  width: 100%;
  background-color: #ffffffd6; 
  padding: 2em; 
}
.content-box hr {
  border-bottom: 2.5px solid #3c74b9;
  width: 152px;
  margin-left: -5rem;
}
.content-box h2{
  color: #434343;
  padding: .5em 0;
}
a.btn {
  border: 2px solid #3c74b9;
  padding: .5em 1em;
  background-color: transparent;
  transition: all 250ms ease-in-out;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'Akrobat';
  font-weight: bold;    
  letter-spacing: 2px;
}
a.btn:hover {
  background: #3c74b9;
  transition: all 250ms ease-in-out;
  color: #fff;
}
.investment-main img,
.investment-main .overlay {
  transition: .3s all;
  border-radius: 0;
}
.bg {
  width: 100%;
  position: relative;
  margin: .5%;
}
.bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  overflow: hidden;
}
.bg .overlay img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 9;
  content: "";
  width: auto;
  padding: 15em;
}
.bg:hover .overlay {
  opacity: 1;
  cursor: pointer;  
}
.bg:hover>img {
  filter: blur(6px);
  -webkit-filter: blur(6px);  
  overflow: hidden;
  transition: .2s ease-in-out;
  opacity: .9;  
}

.perspectives-block{
  width: 100%;
  padding: 0 16em;
  padding-bottom: 13em;
}
.home-perspectiv{
  padding-top:3em;
}
.perspectiv-group{
  position: relative;
  width: 100%;
  padding: 0;
}
.perspectiv-box{
  position: absolute;
  top: 10em;
}
.perspectiv-txt{
  position: relative;
  background: #ffffffe0;
  padding: 1.5em;
  /*  height: 11em;*/
}
/*.perspectiv-txt a.btn{
bottom: 0;
position: absolute;
}*/
.perspectiv-txt h5{
  color: #3c74b9;
}
.perspectiv-txt p{
  color: #434343;
}
footer{
  width: 100%;
  position: relative;
  padding: 4em 4em; 
  clear: both;
}
footer:after{
  position: absolute;
  top: 0;
  left:50%;
  transform: translate(-50%,0);
  width: 92%;
  height: 2.5em;
  background: #f5f5f5;
  z-index: 9;
  content: "";
}
.footer-padd{
  padding: 3em 0 0;
}

footer ul{
  margin: 0;
  padding: 0;
}
footer ul.footer-menu li{
  list-style: none;
  font-family: 'Akrobat';
  font-weight: bold;
  font-size: 1em;  
  padding-bottom: 1.5em;
  letter-spacing: 2px;
}
footer ul.footer-menu li a{
  text-decoration: none;
  color: #434343;
  transition: .2s ease-in-out;
}
footer ul.footer-menu li:hover a{
  color: #3e73b8;
  transition: .2s ease-in-out;
}
footer h6{
  color: #434343;
  padding-bottom: .5em;
}
.newsletter-arrow {
  position: relative;
  height: 46px;
}
.newsletter-arrow.btn-arrow-right:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0px solid transparent;
  border-left: 8px solid #353A41;
  right: 20px;
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
}
.newsletter-arrow:before {
  content: '';
  position: absolute;
  right: 28px;
  top: 22px;
  width: 32px;
  height: 2px;
  background-color: #353A41;
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.newsletter-arrow:after {
  content: '';
  cursor: pointer;
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 15px;
}

.newsletter-arrow.btn-arrow-right:hover:before {
  width: 20px;
  -ms-transform: translateX(6px);
  transform: translateX(6px);
  background-color: #3e73b8;
}
.newsletter-arrow.btn-arrow-right:hover:after {
  border-left-color: #3e73b8;
}
input[type='text'], input[type='tel'], input[type='email'], input[type='number'], input[type='date'], input, textarea {
  padding: 0.875rem 1.375rem;
  border: 2px solid #CFCBCA;
  box-shadow: none;
  transition: all 250ms ease-in-out;
}
input[type='text']:hover, input[type='text']:focus, input[type='tel']:hover, input[type='tel']:focus, input[type='email']:hover, input[type='email']:focus, input[type='number']:hover, input[type='number']:focus, input[type='date']:hover, input[type='date']:focus, input:hover, input:focus, textarea:hover, textarea:focus {
  box-shadow: none;
  border: 2px solid #3e73b8;
  outline: none;
  transition: all 250ms ease-in-out;    
}

input[type='text'], input[type='tel'], input[type='email'], input[type='number'], input[type='date'], input {
  height: 46px;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cbcbcb;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #434343;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #434343;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

input[type='text'], input[type='tel'], input[type='email'], input[type='number'], input[type='date'], textarea {
  font-family: 'Akrobat';
  font-weight: bold;    
  font-size: 0.875rem;
  letter-spacing: 2px;
  line-height: 17px;
  color: #434343;
}

.social-ico {
  display: flex;
  position: relative;
  right: 0;
  padding: 1em 0;
}
.social-ico li, .social-ico li a{
  list-style: none;
  float: left;
  padding: 0 .3em;
  color: #000;
  font-family: 'rubikmedium';
  text-decoration: none;  
}
.social-ico li a{
  background: #868686;
  transition: .3s ease-in-out;    
}
.social-ico li a {
  padding: 2px 0;
  text-align: center;
  width: 26px;
  height: 26px;
  border-radius: 20px;
  color: #fff;
  opacity: 10;
}
.social-ico li:hover a{
  background: #3e73b8;
  transition: .3s ease-in-out;
}
.copy-txt{
  padding-top: .8em;
}
.copy-txt span{
  font-family: 'Akrobat';
  font-weight: bold;  
  font-weight: 14px !important; 
  color: #434343;
}

/*-----------------------------------*/
/*-----------Inner pages-------------*/
/*-----------------------------------*/
.inner-banner-block{
  position: relative;
  width: 100%;
}
.inner-banner-block>img{
  border-bottom: 1px solid #e9e9e9;
}
.ban-border{
  border-bottom: 1px solid #e9e9e9;
}
.perspectives-head{
  position: absolute;
  top: 30%;
/*  left: 50%;
transform: translate(-50%, -40%);*/
display: flex;
justify-content: center;  
z-index: 9;
content: "";
text-align:center;
flex-flow: column;  
width: 100%;
}
.perspectives-head span{
  font-family: 'Mark Pro';
  font-size:1.3em;  
  font-weight: 500;  
  letter-spacing: .2em;
  line-height: 1em;
  width: 100%;
}
ul.tabs {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 30%;
/*  left: 50%;
transform: translate(-50%,30%);*/
display: flex;
justify-content: center;
width: 100%;
}

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0 1em;
  color: #434343;
  overflow: hidden;
  position: relative;
  font-family: 'Mark Pro';
  font-size:1.1em;
  font-weight: 500;  
  text-transform: uppercase;  
  letter-spacing: .15em;
}

ul.tabs li:nth-child(even) { 
  border-right: 1px solid #3c74b9;
  border-left: 1px solid #3c74b9;
}

ul.tabs li:hover {
  color: #3c74b9;
}

ul.tabs li.active {
  color: #3c74b9;
  border-bottom: 1px solid #fff;
  display: block;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  padding: 2em 14em 5em;
} 

.tab_content {
  padding: 0px;
  display: none;
}

.tab_drawer_heading { display: none; }

.tab_container .perspectiv-group {
  position: relative;
  width: 100%;
  padding: 0;
  height: 28em;
}

.inner-block{
  position: relative;
  width: 100%;
  padding: 5em 15em;
}
.perspective-detail-img img{
  width: 100%;
}
.perspectives-details{
  width: 100%;
  position: relative;
}
.perspectives-details h5{
  padding: 2em 0;
  letter-spacing: .05em;
}
ul.perspective-link{
  padding: 0;
  /*padding-bottom: 3em;*/
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
ul.perspective-link li{
  padding: 0 1.5em;
  border-right: 2px solid #434343;
  font-family: 'Mark Pro';
  font-weight: 500; 
  letter-spacing: .1em 
}
ul.pres-detail{
  padding-left: 0;
}
ul.pres-detail li{
    font-family: 'Mark Pro';
    font-size: 1.2em;
    list-style: none;
    background: url(../img/0.png) no-repeat 0 7px transparent;
    list-style-position: outside;
    padding-bottom: 1em;
    padding-left: 2em;  
}
ul.pres-detail li ul{
  padding-top: 1em;
  padding-left: 0;
}
ul.pres-detail li ul li{
    font-family: 'Mark Pro';
    font-size: 1em;
    list-style: none;
    background: url(../img/0.png) no-repeat 0 7px transparent;
    list-style-position: outside;
    padding-bottom: 1em;
    padding-left: 2em;  
}
ul.perspective-link li:last-child{
  border: none;
}
ul.perspective-link li:first-child{
  padding-left: 0;
}
ul.perspective-link li a{
  text-decoration: none;
  color: #434343;
  transition: .2s ease-in-out;
}
ul.perspective-link li a:hover{
  color: #3c74b9;
  transition: .2s ease-in-out;
}
ul.perspective-link li.active a{
  color: #3c74b9;
  transition: .2s ease-in-out;
}
ul.perspective-link li.active:hover a{
  color: #000;
  transition: .2s ease-in-out;
}
.perspectives-details hr{
  background: #434343;
  height: 2px;
  margin: 3em 0;
}
  .inner-banner{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    background: url(../img/inner-banner.png) no-repeat top center;  
    background-size: cover;
    content: "";
    height: 32em;
    z-index: 9;
    padding-right: 3em;
  }
.special-caption{
    padding: 3em 5em;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.special-caption h1{
  color: #434343;
}
/*.special-caption h1:nth-child(2){
  left: 5%;
  position: relative;
}
.special-caption h1:nth-child(3){
  left: 10%;
  position: relative;
}
.special-caption h1:nth-child(4){
  left: 15%;
  position: relative;
}
.special-caption h1:nth-child(5){
  left: 20%;
  position: relative;
}
.special-caption h1:nth-child(6){
  left: 25%;
  position: relative;
}
*/
.special-captioner{
  padding: 3em 5em;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.special-captioner h1{
  color: #434343;
}
.special-captioner h1:nth-child(2){
  left: 10%;
  position: relative;
}
.special-captioner h1:nth-child(3){
  left: 30%;
  position: relative;
}
.special-captioner h1:nth-child(4){
  /*left: 40%;*/
  position: relative;
    left: 40%;
    position: relative;
    float: left;
    width: 100%;
    right: 0;
}
.special-captioner h1:nth-child(5){
  /*left: 50%;*/
  position: relative;
/*  float: right;
  right: 0;*/
}
/*.special-captioner h1:nth-child(6){
  float: right;
  position: relative;
}*/
.team-block{
  position: relative;
  width: 100%;
  padding: 4em 14em;
}
.team-block .team-tab{
  width: 100%;
  text-align: center;
  position: relative;
}
.team-block .team-tab ul.tabs{
  bottom: 0 !important;
  position: relative;
}
.team-block .tab_container{
  padding: 0;
}
.team-block .team-tab ul.tabs li:nth-child(even){
  border-right: none;
}
.team-block .team-box{
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  width: 100%;
}
.team-box .teamer-box{
  position: relative;
  width: 100%;
  padding-top: 3em;
}
.team-box .teamer-box a{
  text-decoration: none;
}
.team-box .teamer-box img{
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);  
  transition: .2s ease-in-out;
}
.team-box .teamer-box:hover img{
  transition: .2s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  cursor: pointer;
}
.team-box .teamer-box .teamer-pro{
  padding: 1em 0;
  color: #434343;
  transition: .2s ease-in-out;  
}
.team-box .teamer-box .teamer-pro h5{
  font-size: 1.3em;
}
.team-box .teamer-box:hover .teamer-pro{
  color: #3c74b9;
  transition: .2s ease-in-out;  
}
.team-box .teamer-box .teamer-pro hr{
  background: #333;
  transition: .2s ease-in-out;  
}
.team-box .teamer-box:hover .teamer-pro hr{
  background: #3c74b9;
  border-color: #3c74b9;
  transition: .2s ease-in-out;  
}

.portfolio-block{
  position: relative;
  width: 100%;
  padding: 4em 15em;
}
.portfolio-block .portfolio-box{
  position: relative;
  width: 100%;
  padding-bottom: 4em;
}
.portfolio-block .portfolio-box img{
  width: 100%;
}
.portfolio-box .portfolio-pro{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.portfolio-box .portfolio-pro img{
  width: 100%;
  padding:1em 2em;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;  
}
.portfolio-box:hover .portfolio-pro img{
  -webkit-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.portfolio-details{
  position: relative;
  width: 100%;
  color: #434343;
}
.portfolio-details hr{
  background: #868686;
  height: 3px;
  margin: 1.5em 0;
}
.portfolio-details .follow-me{
  display: flex;
  align-items: center;
  width: 100%;
}
.portfolio-details .follow-me .social-ico{
  margin: 0;
  padding: 0;
}
.portfolio-details .follow-me>a{
  font-family: 'Mark Pro';
  font-weight: 500;
  color: #3c74b9;  
  padding-left: 1em;
}
.portfolio-details .follow-me>a:hover{
  color: #434343;
}
/*.fancybox-enabled body :not(#unblurred) {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);    
}*/
/*.blur-filter {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
*/

/*.blur-in {
  -webkit-animation: blur 2s forwards;
  -moz-animation: blur 2s forwards;
  -o-animation: blur 2s forwards;
  animation: blur 2s forwards;
}

.blur-out {
  -webkit-animation: blur-out 2s forwards;
  -moz-animation: blur-out 2s forwards;
  -o-animation: blur-out 2s forwards;
  animation: blur-out 2s forwards;
}
 @-webkit-keyframes 
blur { 0% {
 -webkit-filter: blur(0px);
 -moz-filter: blur(0px);
 -o-filter: blur(0px);
 -ms-filter: blur(0px);
 filter: blur(0px);
}
 100% {
 -webkit-filter: blur(4px);
 -moz-filter: blur(4px);
 -o-filter: blur(4px);
 -ms-filter: blur(4px);
 filter: blur(4px);
}
}
 @-moz-keyframes 
blur { 0% {
 -webkit-filter: blur(0px);
 -moz-filter: blur(0px);
 -o-filter: blur(0px);
 -ms-filter: blur(0px);
 filter: blur(0px);
}
 100% {
 -webkit-filter: blur(4px);
 -moz-filter: blur(4px);
 -o-filter: blur(4px);
 -ms-filter: blur(4px);
 filter: blur(4px);
}
}
 @-o-keyframes 
blur { 0% {
 -webkit-filter: blur(0px);
 -moz-filter: blur(0px);
 -o-filter: blur(0px);
 -ms-filter: blur(0px);
 filter: blur(0px);
}
 100% {
 -webkit-filter: blur(4px);
 -moz-filter: blur(4px);
 -o-filter: blur(4px);
 -ms-filter: blur(4px);
 filter: blur(4px);
}
}
 @keyframes 
blur { 0% {
 -webkit-filter: blur(0px);
 -moz-filter: blur(0px);
 -o-filter: blur(0px);
 -ms-filter: blur(0px);
 filter: blur(0px);
}
 100% {
 -webkit-filter: blur(4px);
 -moz-filter: blur(4px);
 -o-filter: blur(4px);
 -ms-filter: blur(4px);
 filter: blur(4px);
}
}
 @-webkit-keyframes 
blur-out { 0% {
 -webkit-filter: blur(4px);
 -moz-filter: blur(4px);
 -o-filter: blur(4px);
 -ms-filter: blur(4px);
 filter: blur(4px);
}
 100% {
 -webkit-filter: blur(0px);
 -moz-filter: blur(0px);
 -o-filter: blur(0px);
 -ms-filter: blur(0px);
 filter: blur(0px);
}
}
 @-moz-keyframes 
blur-out { 0% {
 -webkit-filter: blur(4px);
 -moz-filter: blur(4px);
 -o-filter: blur(4px);
 -ms-filter: blur(4px);
 filter: blur(4px);
}
 100% {
 -webkit-filter: blur(0px);
 -moz-filter: blur(0px);
 -o-filter: blur(0px);
 -ms-filter: blur(0px);
 filter: blur(0px);
}
}
 @-o-keyframes 
blur-out { 0% {
 -webkit-filter: blur(4px);
 -moz-filter: blur(4px);
 -o-filter: blur(4px);
 -ms-filter: blur(4px);
 filter: blur(4px);
}
 100% {
 -webkit-filter: blur(0px);
 -moz-filter: blur(0px);
 -o-filter: blur(0px);
 -ms-filter: blur(0px);
 filter: blur(0px);
}
}
 @keyframes 
blur-out { 0% {
 -webkit-filter: blur(4px);
 -moz-filter: blur(4px);
 -o-filter: blur(4px);
 -ms-filter: blur(4px);
 filter: blur(4px);
}
 100% {
 -webkit-filter: blur(0px);
 -moz-filter: blur(0px);
 -o-filter: blur(0px);
 -ms-filter: blur(0px);
 filter: blur(0px);
}
}*/

.inner-team-block{
  position: relative;
  width: 100%;
  padding: 4em 5em;
}
.team-detail-left{
  width: 100%;
  padding-right: 5em;
}
.team-detail-left h3, .special-team-detail h3{
  font-family: 'Mark Pro';
  font-weight: 100;
  color: #434343;  
  padding: 1em 0 0;
}
.team-detail-left span, .special-team-detail span{
  font-family: 'Mark Pro';  
  font-size: 1.3em;  
}
.team-detail-right{
  position: relative;
  width: 100%;
  padding-left: 1em;
}
.team-detail-right .qute-box, .team-detail-left .qute-box{
  position: relative;
  width: 100%;
  padding-bottom: 1em;
  font-size: 1.3em;
}
.team-detail-right .qute-box:after, .team-detail-left .qute-box:after{
  position: absolute;
  left: -3em;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/66.png) no-repeat top left;
  z-index: 9;
  content: "";
}
.team-detail-right .highlights-box h4{
  color: #434343;
  padding-bottom: .51em;
}
.team-detail-right .highlights-box ul{
  padding: 0;
  margin: 0;
  width: 100%;
}
.team-detail-right .highlights-box ul li{
  font-family: 'Mark Pro';  
  font-size: 1.2em;
  list-style: none;
  background: url(../img/0.png) no-repeat 0 7px transparent;
  list-style-position: outside;
  padding-bottom: 1em;
  padding-left: 2em;
}

.special-team-detail-top{
  display: flex;
  align-items: baseline;
  width: 100%;
}
.special-team-detail-top .qute-box{
  position: relative;
  width: 100%;
  padding-left: 5em;
  font-size: 1.3em;
}
.special-team-detail-top .qute-box:after{
  position: absolute;
  left: 2.5em;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/66.png) no-repeat top left;
  z-index: 9;
  content: "";
}

.contact-block{
  position: relative;
  width: 100%;
}
.contact-block .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cbcbcb !important;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-block .form-control:focus{
  box-shadow:none !important;
  border-color: #595958 !important;
}

.contact-block hr{
  background: #868686;
  height: 3px;
  margin: 1.5em 0;
}
.maps iframe{
  height: 25em !important;
}
.contact-block .fax a {
  text-decoration: none;
  color: #434343;
}
.contact-block .fax:hover a{
  color: #3e73b8;
}

.teamer-pro ul{
  position: relative;
}
.teamer-pro li, .teamer-pro li a{
  list-style: none;
  float: left;
  padding: 0 .3em;
  color: #000;
  font-family: 'rubikmedium';
  text-decoration: none;  
}
.teamer-pro li a{
  background: #868686;
  transition: .3s ease-in-out;    
}
.teamer-pro li a {
  padding: 2px 0;
  text-align: center;
  width: 26px;
  height: 26px;
  border-radius: 20px;
  color: #fff;
  opacity: 10;
}
.teamer-pro li:hover a{
  background: #3e73b8;
  transition: .3s ease-in-out;
}


























































































































































































































/*-----------------------------------------------*/
/*-------------------MEDIA-----------------------*/
/*-----------------------------------------------*/

@media (max-width: 1700px){
  .first-block {
    padding: 7em 15em 4em;
  }
  .perspectives-block {
    padding: 0 13em;
    padding-bottom: 18em;
  }
  .perspectiv-txt{
    padding: 1.5em .5em;  
  }
  .content-container{
    top: 10em;
  }
  .content-container2{
    top: -1em;
  }
  .content-container3{
    top: -2em;
  }
  h1{
    font-size: 3.8em;
  }
}
@media (max-width: 1600px){
  h1{
    font-size: 3.3em
  }
  h2{
    font-size: 3em
  }
  .tab_container .perspectiv-group{
    height: 30em;
  }
}
@media (max-width: 1500px){
  .tab_container {
    padding: 2em 10em 5em;
  }  
  .tab_container .perspectiv-group{
    height: 31em;
  }  
  .bg .overlay img {
    padding: 10em;
  }
  .team-block, .portfolio-block{
    padding: 4em 10em;
  }
}
@media (max-width: 1460px){
  .first-block {
      padding: 4em 5em 4em;
  }
  .perspectives-block {
      padding: 0 5em;  
      padding-bottom: 18em;      
  }
.content-box hr {
    margin-left: -2.7rem;
}  
}
@media (max-width: 1400px){
  h1{
    font-size: 3em;
  }
  h2{
    font-size: 2.7em;
  }
  h3{
    font-size: 2.5em
  }
  p{
    font-size: 1em;
  }
  .first-block {
    padding: 5em 8em 3em;
  }
  .content-container {
    bottom: 0;
  }
  .content-container2 {
    top: 0;
  }    
  .content-container3 {
    top: 0;
  }
  .perspectives-block {
    padding: 0 8em;
    padding-bottom: 18em;
  }
  footer{
    padding: 4em 5em 3em;
  }
  footer:after{
    width: 87%;
  }
  .team-block, .portfolio-block{
    padding: 3em 5em;
  }

}
@media (max-width: 1370px){
  h4{
    font-size: 1.5em;
  }
  .first-block {
    padding: 5em 5em 3em;
  }
  .perspectives-block {
    padding: 0 5em;
    padding-bottom: 18em;
  }
  footer {
    padding: 4em 4em 3em;
  }
  .tab_container {
    padding: 2em 5em 3em;
  }   
  .tab_container .perspectiv-group{
    height: 28em;
  } 
  .inner-block{
    padding: 3em 5em;
  } 
    .fancybox-slide>*{
    width: 60vw !important;
  } 
  .team-detail-left{
    padding-right: 3em;
  }
}
@media (max-width: 1200px){
  ul.tabs{
    bottom: 20%;
  }
  .perspectives-head span {
    letter-spacing: .1em;
  }
  .fancybox-slide>*{
    width: 70vw !important;
  }
  .inner-banner{
    height: 27em;
  }
  .special-caption {
    padding: 3em;
  }  
  .special-caption h1 {
    font-size: 2.8em;
}  
}
@media (max-width: 1100px){
  h1{
    font-size: 2.7em;
  }
  h2{
    font-size: 2.2em;
  }
  h3{
    font-size: 1.8em
  }
  h4{
    font-size: 1.5em;
  }
  h5{
    font-size: 1.3em;
  }
  h6, ul.tabs li{
    font-size: 1em;
  }
  p{
    font-size: 1em;
  } 
  .perspectives-head {
    top: 20%;
    padding: 0 1em;
  }  
  .tab_container .perspectiv-group {
    height: 31em;
  }  
  .team-box .teamer-box{
    padding-top: 1.5em;
  }
  .special-caption {
    padding: 1em;
  }    
  .special-caption h1 {
    font-size: 2.7em;
} 
}
@media (max-width: 960px){
  header, .perspectives-block{
    padding: 0 3em;
  }
  .main.fixed{
    position: relative;
    padding: 0;
  }
  .main.fixed #cssmenu > ul > li {
    padding: .5em 0;
    transition: .3s ease-in-out;
  }
  .banner-block .carousel-item .caption h1:nth-child(2) {
    padding: 1em 0;
  }
  .banner-block .carousel-item .caption{
    padding: 0 3em;
  }
  .first-block {
    padding: 5em 3em 3em;
  }
  .perspectives-block{
    padding-bottom: 22em;
  }
  .tab_container{
    padding: 2em 3em 3em;
  }
  .portfolio-box .portfolio-pro img{
    padding: .5em;
  }
  .portfolio-block .portfolio-box{
    padding-bottom: 3em;
  }
  footer {
      padding: 4em 2em 3em;
  }  
  .inner-team-block{
    padding: 4em 3em;    
  }
  footer:after {
    width: 89%;
  }
  .inner-banner {
      height: 25em;
  }
  .special-captioner {
    padding: 1em 4em;
  }
    .special-caption h1 {
    font-size: 2.4em;
} 
}
@media (max-width: 870px){
  h1 {
    font-size: 2.2em;
  }
  .first-block {
    padding: 4em 3em 3em;
  }
  .first-block .investment-group:nth-child(even){
    padding: 3em 0 !important;
  }
  .first-block .investment-group:nth-child(odd){
    padding: 5em 0 !important;
  }
  .content-container {
    top: 1em;
  }
  .content-container2 {
    top: 2em !important;
  }
  .perspectiv-txt {
    padding: 0;
  }
  a.btn{
    font-size: 13px;
  }
  .team-block, .portfolio-block {
    padding: 3em 3em;
  }  
  .special-caption h1 {
    font-size: 2.2em;
} 
  .team-detail-right{
    padding-left: 0;
  }
  .inner-banner {
    height: 22em;
}
}
@media (max-width: 800px){
  .first-block .investment-group:nth-child(even){
    padding: 5em 0 !important;
  }
  .first-block .investment-group:nth-child(odd){
    padding: 6em 0 !important;
  }
  .content-container {
    top: 1em;
  }
  .content-container2 {
    top: 2em !important;
  }
  .special-caption h1 {
    font-size: 2em;
}   
}
@media (max-width: 767px){
  h1 {
    font-size: 2.1em;
  }
  h2 {
    font-size: 1.8em;
  }    
  .main.fixed{
    position: relative;
  }  
  .flex-box {
    display: block;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 0;
  }
  .flex-box>.d-flex{
    display: block !important;
  }
  header {
    padding: 1em 0 0;
  }
  .herder-box img{
    padding-bottom: .5em;
  }
  #cssmenu{
    padding: 0;
  }
  nav{
    display: block;
    position: relative;
    width: 100%;
  }
  #cssmenu > ul > li > ul {
    top: 0 !important;
  }
  #cssmenu > ul > li > a {
    padding: 15px 20px;
  }
  .banner-block .carousel-item .caption h1:nth-child(2) {
      padding: 10px 0;
  }
  .banner-block .carousel-item .caption h1 {
      padding-bottom: 0;
      margin: 0;
  }  
  .first-block h4{
    text-align: center;
    width: 100%;
  }
  .first-block .investment-group:nth-child(even), .first-block .investment-group:nth-child(odd) {
    padding: 2em 0 !important;
  }
  .content-box{
    padding: 1em 0;
  }
  .content-box hr{
    margin-left: -2rem;  
  }
  .content-container, .content-container2, .content-container3  {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }
  .perspectiv-box {
    top: 0;
    padding: 0 0 0 .5em;
    clear: both;
  }
  .perspectiv-group{
    padding-bottom: 5em;
  }
  .perspectiv-group:nth-child(3){
    padding-bottom: 1em;
  }
  .perspectives-block {
    padding-bottom: 3em;
  }
  .footer-padd {
    padding: 1em 0 0;
  }
  footer {
    padding: 4em 3em 2em;
  }
  footer ul {
    padding: 1em 0;
  }
  .copy-txt {
    padding-top: 0;
  }

  .perspectives-head {
    top: 10%;
  }
  .tab_container .perspectiv-group {
    height: auto;
    margin-bottom: 3em;
  }
  .inner-banner-block{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    background: url(../img/inner-banner.png) no-repeat top center;  
    background-size: cover;
    content: "";
    height: 15em;
    z-index: 9;
  }
  .inner-block{
    padding: 3em;
  }
  ul.perspective-link li{
    letter-spacing: 0;
  }
  ul.perspective-link{
    padding-bottom: 2em;
  }
  .perspectives-details hr{
    margin: 2em 0;
    display: none;
  }
  .bg .overlay img {
      padding: 7em;
  }
  .inner-banner{
    height: 20em;
  }
  /*.inner-banner h1{
    left: 0 !important;
  }*/
  .special-caption {
    padding: 3em;
  }
  .special-caption h1 {
    text-align: left !important;
  } 
  .inner-team-block{
    text-align: center;
  }
  .inner-team-block .social-ico{
    justify-content: center;
  }
.special-team-detail-top{
  display: inline-block;
  width: 100%;
}
.special-team-detail-top .qute-box{
  padding-left: 0;
}
.special-team-detail-top .qute-box:after{
  left: -2.5em;
}
.team-detail-left{
  padding: 0;
}
.team-detail-right .qute-box:after, .team-detail-left .qute-box:after, .special-team-detail-top .qute-box:after{
  display: none;
}
.team-detail-right .highlights-box ul li{
  background: none;
  padding-left: 0;
}
.social-ico{
  justify-content: center;
}
footer{
  text-align: center;
}
.special-captioner {
    padding: 1em 2em;
}
.contact-aadress{
  padding-top: 3em;
}
.contact-aadress .social-ico {
    justify-content: left;
}


}
@media (max-width: 650px){
  ul.tabs {
    bottom: 20%;
  }
  ul.tabs li, .perspectives-head span{
    font-size: .8em;
  }
  .tab_container {
    padding: 2em;
  }
  .tab_container .perspectiv-group {
    height: auto;
    margin-bottom: 4em;
  }
  .tab_container .home-perspectiv{
    padding-top: 1em;
  }
  .perspectiv-box {
    top: 0;
    padding: 0 1em 3em;
  }
  .inner-banner-block{
    height: 10em;
  }
/*ul.tabs li:nth-child(even){
border: none;
}*/
}
@media (max-width: 575px){

    .special-caption h1, h1{
    font-size: 20px;
  }
  h2{
    font-size: 19px;
  }
  h3{
    font-size: 17px;
  }
  h4{
    font-size: 16px;
  }
  h5{
    font-size: 16px;
  }
  h6{
    font-size: 16px;
  }
  p, footer ul.footer-menu li, .team-detail-right .highlights-box ul li, ul.pres-detail li, ul.pres-detail li ul li{
    font-size: 16px;
  }
  .team-detail-right .highlights-box ul li{
    padding-bottom: .5em;
  }
  .perspectiv-box {
    position: relative;
  }
  .perspectiv-group {
    padding-bottom: 0;
  }
  .perspectives-block {
    padding-bottom: 25px;
  }
  .banner-block .carousel-item .caption {
    padding: 0 25px;
  }
  .perspectiv-txt {
    padding: 1em 0;
  }
  .tab_container .perspectiv-group{
    margin-bottom: .5em;
  }
  .tab_container .perspectiv-group img, .perspectiv-group img{
    width: 100%;
  }  
  ul.tabs {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 5px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  ul.tabs li:nth-child(even){
    border: none;
  }
  .tab_content{
    padding: 0;
  }
  ul.perspective-link{
    display: inline-block;
    border-top: 1px solid #434343;
    border-bottom: 1px solid #434343;
    padding: 1em 0;
    margin-bottom: 2em;
  }
  ul.perspective-link li{
    float: none;
    padding: 0;
    border: none;
  }
  .bg .overlay img {
    padding: 3em;
  }
.inner-banner {
    height: 13em;
    padding: 0;
}
  .special-caption, .special-captioner {
    padding: 1em;
  }
  .team-block, .portfolio-block {
      padding: 2em;
  }  
  .portfolio-details{
    text-align: center;
  }
  .portfolio-details .follow-me{
    display: inline-block;
  }
  .portfolio-details .follow-me .social-ico {
    justify-content: center;
}
.maps iframe{
  height: 20em !important;
}
}
@media (max-width: 425px){
  .banner-block .carousel-item .caption h1:nth-child(2) {
    padding: 5px 0;
  }
  .first-block, .perspectives-block, .inner-block {
    padding: 30px;
  }
  .first-block .investment-group:nth-child(even), .first-block .investment-group:nth-child(odd) {
    padding: 20px 0 !important;
  }
  footer {
    padding: 45px 20px 20px;
  }
  footer:after{
    height: 2em;
  }
  .perspectiv-box {
    top: 0;
    padding: 10px 15px 35px;
  }

  ul.tabs li{
    font-size: .7em;
  }
  .tab_container {
    padding: 1em;
  }
  .perspectives-head {
    top: 14%;
  }
  ul.tabs {
    bottom: 1em;
  }
  .fancybox-slide>* {
    width: 100vw !important;
}
}
@media (max-width: 375px){
  .banner-block .carousel-item .caption h1:nth-child(2) {
    padding: 0;
  }
  .banner-block .carousel-item .caption {
    padding: 0 10px;
  }
  h1 {
    font-size: 18px;
  }
  .first-block, .perspectives-block {
    padding: 30px 20px;
  }
  .perspectives-head {
    top: 10%;
  }
  ul.tabs {
    bottom: .5em;
  }
}





















































































