.container-navbar{
    overflow: hidden;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item{
    text-align: center;
}

#mainNav a.navbar-brand {
    font-size: 18px;
    text-align: center;
}

.pt-40 {
    padding-top: 40px;
}

header.masthead .masthead-title {
    text-transform: none; }

@media (min-width: 992px) and (max-width: 1200px)  {
    .ml-auto {
        margin-left: 0px;
    }
    .navbar .container{
        width: 100%;
    }
}

.language-link li {
    font-size: 24px;
    list-style-type: none;
    padding: 0px;
}


.lst-none {
    list-style-type: none;
}

.price {
	width: 80%;
	margin-left: 10%;
}

.ml-15{
	margin-left: 15px;
}

.mr-30 {
  margin-right: 30px;
}



@media (min-width: 768px) {
    .call-to-action {
        padding: 100px 0;
    }
}
@media (min-width: 992px) {
    .call-to-action {
        padding: 100px 0;
    }
}

/* team styles */

#team .team-carousel .item {
    float: left;
    overflow: hidden;
}


.team-member { /* portfolio-grid */
    float: left;
    overflow: hidden;
    width: 48%;
    margin: 1%;
}


#team .team-carousel .item img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#team .team-carousel .item:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.team-carousel .item .hidden-caption {
    position: absolute;
    z-index: 2;
    bottom: -355px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s; }

.team-carousel .item .hidden-caption .caption-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EF4035; }

.team-carousel .item .hidden-caption .caption-text {
    position: relative;
    z-index: 500;
    padding: 15px 8px;
    color: white; }
.team-carousel .item .hidden-caption .caption-text a.text-title {
    color: white; }

.team-carousel .item:hover .hidden-caption {
    bottom: 0; }

.row-flex {
    display: flex;
    flex-flow: row wrap;
}
.fix-height{
    height: 140px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

#parallax_move .layer {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
}
header.masthead {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7) !important;
}
header.masthead .container{
    width: 100%;
    background: rgba(0, 0, 0, 0.7) !important;
}
.overlay-layer-wrap {
    background: rgba(0, 0, 0, 0.7) !important;
}
#mainNav{
    opacity: 0.9;
}
.front_flags{
    margin-top: 80px;
    margin-left: 7%;
    margin-right: 19%;
    margin-bottom: 0px;
}
.front_flags .flag-icon {
    width: 2.333333em;
    line-height: 2.5em;
}

#vacations .flag-icon {
    width: 6em;
    line-height: 5.5em;
}

header.masthead .masthead-title{
    font-size: 4rem;
}

header.masthead .masthead-subtitle {
  line-height: 3rem;
}

.name-company{
    font-size: 7rem;
  padding: 50px 0;
}

@media (max-width: 1208px) {
    header.masthead .masthead-title{
        font-size: 2rem;
    }
    .name-company{
        font-size: 4rem;
    }
}

.outer {
    height: 110px;
    line-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

/*start second opinion*/
.second_opinion {
    background-color: #222;
    overflow: hidden;
}

.second-opinion-carousel .owl-controls .owl-prev{
    left: -45px !important;

}

.second-opinion-carousel .owl-controls .owl-next{
    right: -45px !important;

}
/*end second opinion*/

.mr-30 li{
    display: inline;
}

/****submenu****/
#mainNav.navbar-shrink .submenu{
    background-color: #222;
    opacity: 0.9;
}
#mainNav .submenu  .nav-link{
    color: white;
}
#mainNav .submenu  .nav-link:hover{
    color: rgba(255,255,255,.5);
}
#mainNav .submenu {
    padding-left: 5px;
}
nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    list-style:none;
    text-align: left;
}
nav ul li:hover > ul {
    display:inherit;
}

nav ul ul li {
    min-width: 180px;
    float:none;
    display:list-item;
    position: relative;
}
nav .a_submenu{
    height: 55px;
}
nav .lable_submenu{
    float: left;
}
nav .triangle-top{
    border: 5px solid transparent;	border-top: 5px solid white;  width: 5px;
    float: right;
    margin-top: 10px;
}
/****submenu end****/


.back-jpg {
  background: rgba(34, 34, 34, 0) !important;
  border-radius: 1.25rem !important;
}

.pad-b0 {
  padding-bottom: 0px !important;
}

.font-10 {
  font-size: 10px;
}

.lh{
  line-height: 2;
}

.t-popup {
  font-size: 12px !important;
  text-decoration: underline;
  margin-top:3px;
  margin-bottom:3px
}

.team-data {
  position: absolute !important;
  bottom: -20px;
  top: auto !important;
  padding: inherit !important;
}

.cap {
  bottom: 0px !important;
  width: 100% !important;
  height: 100px !important;
}

.portfolio-grid .mix .portfolio-wrapper .none-f img:hover {
  -webkit-filter: none;
  filter: none;
}

