/**
    * team-members
    * image-box
    * title-section
    * flat-couter
    * flat-button
    * flat-table
    * flat-progress
    * flat-testimonials
    * flat-tabs
    * flat-team
    * flat-video
    * timeline
    * spacer
    * testimonails-slider
*/

/* team-members
-------------------------------------------------------------- */
.themesflat_sc_vc-teammembers .team-image {
    position: relative;
    margin-bottom: 17px;
    overflow: hidden;
    border-radius: 5px;
}

.themesflat_sc_vc-teammembers {
    margin-bottom: 30px;
}

.themesflat_sc_vc-teammembers .team-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(19, 29, 59, 0.9);
    overflow: hidden;
    width: 100%;
    height: 0;
    opacity: 0;
    -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;
}

.themesflat_sc_vc-teammembers .team-image img {
    border-radius: 5px;
}

.themesflat_sc_vc-teammembers:hover .team-image:after {
    opacity: 1;
    height: 100%;
}

.team-box-social {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: .5s ease;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.team-box-social>a {
    color: #b6bbcc;
    padding: 0 15px;
    display: inline-block;
}

.team-box-social>a:hover {
    color: #ff4f01;
}

.themesflat_sc_vc-teammembers:hover .team-box-social {
    visibility: visible;
    opacity: 1;
}

.themesflat_sc_vc-teammembers.line-borders {
    padding-bottom: 9px;
    border-bottom: 1px solid #e7eaee;
    position: relative;
}

.themesflat_sc_vc-teammembers.line-borders:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 20px;
    height: 1px;
    background-color: #ff4f01;
    -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;
}

.themesflat_sc_vc-teammembers.line-borders:hover:after {
    left: calc(100% - 20px);
}

.themesflat_sc_vc-teammembers .team-position {
    font-size: 12px;
    letter-spacing: 2.2px;
}

.themesflat_sc_vc-teammembers .team-name {
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.bg-image-career1 {
    background-image: url(../image/career/bg_career1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.benefit-page-career ul li {
    font-size: 20px;
    color: #131d3b;
    clear: both;
    background-color: #f2f3f5;
    padding: 47px 40px 49px 58px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.benefit-page-career ul li:last-child {
    margin-bottom: 0;
}

.benefit-page-career ul li:before {
    content: '';
    font-family: 'dustri-icon';
    color: #ff4f01;
    font-size: 54px;
    float: left;
    margin-right: 21px;
    margin-top: 2px;
}

.benefit-page-career ul li:nth-child(1):before {
    content: '\e916';
}

.benefit-page-career ul li:nth-child(2):before {
    content: '\e904';
}

.benefit-page-career ul li:nth-child(3):before {
    content: '\e903';
    font-size: 48px;
}

.main-team-member {
    padding: 121px 0 88px;
}

/* image-box
-------------------------------------------------------------- */
.imagebox-item .imagebox.style1 {
    position: relative;
    overflow: hidden;
}

.imagebox-item .imagebox-image {
    position: relative;
}

.imagebox-image img {
    width: 100%;
}

.imagebox-item .imagebox.style1 .imagebox-title {
    padding: 20px 0 20px 0;
    background-color: #ff4f01;
    border-radius: 4px;
    min-height: 45px;
    text-align: center;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 21px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -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;
}

.imagebox-item .imagebox.style1 .imagebox-title h2 a {
    font-family: Roboto Condensed;
    font-size: 20px;
    line-height: auto;
    font-weight: 400;
    color: #fff;
}

.imagebox-item .imagebox.style1:hover .imagebox-title {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    -o-transform: translateY(-300%);
    transform: translateY(-300%);
}

.imagebox-item.active .imagebox.style1 .imagebox-title {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.imagebox-item .imagebox.style1 .imagebox-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 48px 48px 39px 48px;
    transform: translateY(100%);
    -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;
}

.imagebox-item .imagebox.style1:hover .imagebox-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -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;
}

.imagebox-item.active .imagebox.style1 .imagebox-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -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;
}

.imagebox-item .imagebox.style1 .imagebox-content h3 a {
    font-family: Roboto Condensed;
    font-size: 20px;
    line-height: auto;
    font-weight: 400;
    color: #131d3b;
}

.imagebox-item .imagebox.style1 .imagebox-content h3 a:hover {
    color: #ff4f01;
}

.imagebox-item .imagebox.style1 .imagebox-content p {
    font-family: Roboto Condensed;
    font-size: 16px;
    line-height: 30px;
    color: #707789;
    font-weight: 400;
    letter-spacing: 0;
}

.imagebox-item .imagebox.style1 .imagebox-content h2 a {
    font-family: Roboto Condensed;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #ff4f01;
    letter-spacing: 2.7px;
}

.imagebox-item .imagebox.style1 .imagebox-content h2 a:hover {
    color: #131d3b;
}

.imagebox-item .imagebox.style1 .imagebox-content h2 {
    position: relative;
}

.imagebox-item .imagebox.style1 .imagebox-content .imagebox-button {
    margin-top: 13px;
}

.imagebox-item .imagebox.style1 .imagebox-content .imagebox-desc {
    margin-top: 21px;
}

/* title-section
-------------------------------------------------------------- */
.title-section.style1 {
    text-align: center;
    padding: 0 200px;
}

.title-section.style2 {
    overflow: hidden;
}

.title-section h4 {
    margin-top: 23px;
    font-family: Roboto Condensed;
    /* font-size: 16px; */
    font-size: 20px;
    font-weight: 400;
    color: #666d81;
    letter-spacing: 3.2px;
    line-height: 24px;
}

.title-section h1 {
    margin-top: 9px;
    font-family: Roboto Condensed;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #131d3b;
}

.title-section.style3 h4 {
    margin-top: 12px;
}

.title-section .text {
    margin-top: 40px;
}

.divider.height300px {
    height: 300px;
}

/* flat-couter
-------------------------------------------------------------- */
.flat-counter {
    margin-top: 68px;
}

.flat-counter ul {
    list-style-type: none;
}

.flat-counter ul li {
    display: inline-block;
    float: left;
}

.flat-counter ul li.projects {
    margin-right: 147px;
}

.flat-counter ul li.professional {
    margin-right: 168px;
}

.flat-counter ul li.industries {
    margin-right: 197px;
}

.flat-counter .wrap-bg .numb-count {
    font-family: Roboto Condensed;
    font-size: 100px;
    line-height: 50px;
    font-weight: 400;
    color: #ff4f01;
}

.flat-counter .wrap-bg .name-count {
    font-family: Roboto Condensed;
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    color: #131d3b;
    margin-top: 29px;
}

/* flat-button
-------------------------------------------------------------- */
.themesflat_sc_vc-button {
    font-size: 14px;
    border-radius: 5px;
    background-color: #ff4f01;
    color: #fff;
    padding: 17px 27px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.themesflat_sc_vc-button.big {
    padding: 23px 60px;
    font-size: 18px;
}

.themesflat_sc_vc-button:hover {
    background-color: #222;
    color: #fff;
}

.themesflat_sc_vc-headings .sub-heading {
    font-style: normal;
    font-size: 18px;
    margin-bottom: 36px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

/* flat-table
-------------------------------------------------------------- */
.themesflat_sc_vc-table .table-simple th {
    font-family: Roboto Condensed;
    font-weight: 400;
    font-style: normal;
}

.themesflat_sc_vc-table.table-responsive {
    color: #666d81;
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.themesflat_sc_vc-table .table-simple th {
    padding-top: 20px;
    padding-bottom: 20px;
}

.themesflat_sc_vc-table .table-simple td {
    padding-top: 45px;
    padding-bottom: 32px;
}

.themesflat_sc_vc-table .table-simple thead {
    background-color: #f2f3f5;
    color: #131d3b;
    font-size: 18px;
}

.themesflat_sc_vc-table .table-simple thead tr,
.themesflat_sc_vc-table .table-simple thead th {
    border-color: transparent;
}

.themesflat_sc_vc-table .table-simple tr {
    border-left: 1px solid #f2f3f5;
    border-right: 1px solid #f2f3f5;
}

.themesflat_sc_vc-table .table-simple th,
.themesflat_sc_vc-table .table-simple td {
    border: unset;
    border-bottom: 1px solid #f2f3f5;

}

.themesflat_sc_vc-table .table-simple th:nth-child(1),
.themesflat_sc_vc-table .table-simple td:nth-child(1) {
    padding-left: 58px;
    min-width: 461px;
}

.themesflat_sc_vc-table .table-simple th:nth-child(2),
.themesflat_sc_vc-table .table-simple td:nth-child(2) {
    min-width: 207px;
}

.themesflat_sc_vc-table .table-simple th:nth-child(3),
.themesflat_sc_vc-table .table-simple td:nth-child(3) {
    min-width: 207px;
}

.themesflat_sc_vc-table .table-simple th:nth-child(4),
.themesflat_sc_vc-table .table-simple td:nth-child(4) {
    min-width: 250px;
}

.themesflat_sc_vc-table.tb-text-left th,
.themesflat_sc_vc-table.tb-text-left td {
    text-align: left;
}

.themesflat_sc_vc-table.tb-text-right th,
.themesflat_sc_vc-table.tb-text-right td {
    text-align: right;
}

.themesflat_sc_vc-table.tb-text-center th,
.themesflat_sc_vc-table.tb-text-center td {
    text-align: center;
}

/* flat-progress
--------------------------------------------------------------*/
.themesflat-progress {
    position: relative;
    overflow: hidden;
}

.themesflat-progress .title,
.themesflat-progress .perc {
    line-height: normal;
    margin: 0;
}

.themesflat-progress .title {
    position: absolute;
    left: 0;
    top: 0;
}

.themesflat-progress .progress-animate {
    width: 0;
}

.themesflat-progress .progress-bg {
    width: 100%;
}

.themesflat-progress .perc {
    width: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.themesflat-progress .perc.show {
    filter: alpha(opacity=100);
    opacity: 1;
    width: 100%;
    float: right;
}

.themesflat-progress.height-10px .progress-animate {
    height: 5px;
}

.themesflat-progress.style-1 h3.title {
    font-family: Roboto Condensed;
    font-size: 20px;
    font-weight: 400;
    color: #131d3b;
}

.themesflat-content-box {
    margin-top: 55px;
}

.themesflat-progress.style-1.next {
    margin-top: 35px;
}

.themesflat-progress.style-1.next-two {
    margin-top: 35px;
}

.themesflat-progress.style-1.next-three {
    margin-top: 23px;
}

.themesflat-progress.style-1 span {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #666d81;
}

.themesflat-progress.style-1 .progress-bg {
    background-color: #f7f7f7;
    margin-top: 38px;
}

.themesflat-progress.style-1.style2 .progress-animate {
    background-color: #ff4f01;
    position: relative;
}

.themesflat-progress.style-1.style2 .progress-animate:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff4f01;
    width: 10px;
    height: 10px;
    border-radius: 40px;
}

/* flat-testimonials
--------------------------------------------------------------*/
.flat-testimonials {
    /* background-image: url(../image/home/home11.jpg); */
    background-size: cover;
    background-position-x: center;
    padding: 114px 0 113px;
}

.flat-testimonials .avatar-testimonials {
    width: 42.7%;
    float: left;
}

.flat-testimonials .text-testimonials {
    padding-top: 187px;
    width: 57.3%;
    overflow: hidden;
}

.flat-testimonials .avatar-testimonials h4 {
    color: #b6bbcc;
}

.flat-testimonials .avatar-testimonials h1 {
    color: #fff;
}

.flat-testimonials .avatar-testimonials .avatar-image {
    position: relative;
    display: inline-block;
}

.flat-testimonials .avatar-testimonials .avatar-image span:before {
    content: "“";
    width: 30px;
    height: 30px;
    background-color: rgb(255, 79, 1);
    color: rgb(255, 255, 255);
    display: inline-block;
    line-height: 48px;
    font-size: 30px;
    text-align: center;
    right: -2%;
    bottom: 0%;
    position: absolute;
    border-radius: 50%;
}

.flat-testimonials .avatar-testimonials .avatar {
    display: inline-block;
    margin-top: 57px;
}

.flat-testimonials .avatar-testimonials ul li {
    display: inline-block;
    float: left;
}

.flat-testimonials .avatar-testimonials ul li.shirley {
    margin-right: 59px;
}

.flat-testimonials .avatar-testimonials ul li.mike {
    margin-right: 51px;
}

.flat-testimonials .avatar-testimonials .avatar-image span i {
    line-height: 30px;
}

.flat-testimonials .avatar-testimonials .avatar-info {
    margin-top: 26px;
}

.flat-testimonials .avatar-testimonials .avatar-info span {
    font-family: Roboto Condensed;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}

.flat-testimonials .avatar-testimonials .avatar-info p {
    font-family: Roboto Condensed;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #b6bbcc;
    letter-spacing: 2.5px;
}

.flat-testimonials .text-testimonials p {
    font-family: Roboto Condensed;
    font-size: 24px;
    line-height: 42px;
    font-weight: 400;
    color: #fff;
}

.flat-testimonials .text-testimonials span {
    font-family: Roboto Condensed;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    color: #ff4f01;
    margin-top: 7px;
    display: inline-block;
    letter-spacing: 3.4px;
}

.flat-testimonials .wrap-testimonials {
    position: relative;
}

.flat-testimonials .owl-prev span,
.flat-testimonials .owl-next span {
    display: none;
}

.flat-testimonials .owl-carousel .owl-dots button {
    padding: 0 !important;
    width: 15px;
    height: 15px;
    border: 5px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 2px;
}

.flat-testimonials .owl-dots {
    position: absolute;
    top: 55px;
    right: 0;
    text-align: right;
}

/* flat-tabs
--------------------------------------------------------------*/
.flat-tabs ul.menu-tab {
    margin-top: 46px;
}

.flat-tabs ul.menu-tab li {
    background: #f2f3f5;
    float: left;
    width: 19%;
    height: 235px;
    cursor: pointer;
    text-align: center;
    padding: 60px 35px 55px;
    border-right: 1px solid #fff;
    margin: 0 7px;
    border-radius: 4px;
    -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;
}

.flat-tabs ul.menu-tab li:first-child {
    margin-left: 0;
}

.flat-tabs ul.menu-tab li:last-child {
    margin-right: 0;
}

.flat-tabs ul.menu-tab li a {
    display: block;
    margin-top: 8px;
    -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;
}

.flat-tabs ul.menu-tab li.active,
.flat-tabs ul.menu-tab li:hover {
    background-color: #ff4f01;
}

.flat-tabs ul.menu-tab li i {
    color: #131d3b;
    font-size: 48px;
    min-height: 56px;
    display: block;
    -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;
}

.flat-tabs ul.menu-tab li.active i,
.flat-tabs ul.menu-tab li:hover i,
.flat-tabs ul.menu-tab li.active a,
.flat-tabs ul.menu-tab li:hover a {
    color: #fff;
}

.flat-tabs ul.menu-tab li a {
    font-family: Roboto Condensed;
    font-size: 20px;
    font-weight: 400;
    color: #131d3b;
    line-height: 24px;
}

.flat-tabs .content-tab {
    margin-top: 45px;
}

.flat-tabs .content-tab.mngmnt {
    margin-top: 170px;
}

.flat-tabs .content-wrap .image-content {
    position: relative;
}

.flat-tabs .content-wrap .title-content {
    width: 45%;
    padding: 54px 10px 54px 10px;
    position: absolute;
    top: 5%;
    left: 4%;
    background-color: #fff;
    border-radius: 4px;
}

.flat-tabs .content-wrap .title-content span {
    font-family: Roboto Condensed;
    font-size: 26px;
    font-weight: 400;
    color: #131d3b;
}

.flat-tabs .content-wrap .title-content span.color {
    color: #ff4f01;
}

.flat-tabs .content-wrap .content-text {
    background-color: #ff4f01;
    padding: 35px 15px 35px 51px;
    border-radius: 4px;
}

.flat-tabs .content-wrap .content-text span a {
    font-family: Roboto Condensed;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    line-height: 37px;
}

.flat-tabs .content-wrap .content-text span a:hover {
    color: #131d3b;
}

.flat-tabs .content-wrap .content-text h4 {
    position: relative;
    margin-top: 115px;
}

.flat-tabs .content-wrap .content-text h4:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 60%;
    height: 1px;
    background-color: #ff6927;
}

.flat-tabs .content-wrap .content-text h4:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 10%;
    height: 1px;
    background-color: #fff;
    -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;
}

.flat-tabs .content-wrap .content-text h4:hover:after {
    right: 0%;
}

.flat-tabs .content-wrap .content-text h4 a {
    font-family: Roboto Condensed;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2.7px;
}

.flat-tabs .content-wrap .content-text h4 a:hover {
    color: #131d3b;
}

.flat-tabs .content-post {
    margin-top: 58px;
}

.flat-tabs .content-post .icon-post {
    display: inline-block;
}

.flat-tabs .content-post .icon-post i {
    font-size: 63px;
    color: #ff4f01;
}

.flat-tabs .content-post .icon-post i:hover {
    color: #131d3b;
}

.flat-tabs .content-post h3 {
    margin-top: 28px;
}

.flat-tabs .content-post h3 a {
    font-family: Roboto Condensed;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #131d3b;
}

.flat-tabs .content-post h3 a:hover {
    color: #ff4f01;
}

.flat-tabs .content-post p {
    font-family: Roboto Condensed;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #666d81;
    margin-top: 33px;
}

.flat-tabs .content-post h4 {
    position: relative;
    margin-top: 31px;
}

.flat-tabs .content-post h4 a {
    font-family: Roboto Condensed;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #ff4f01;
    letter-spacing: 2.7px;
}

.flat-tabs .content-post h4 a:hover {
    color: #131d3b;
}

/* flat-team
--------------------------------------------------------------*/
.flat-team {
    padding: 115px 0 120px;
}

.flat-team .title-section.style1 h4 {
    margin-top: 12px;
}

.flat-team .post {
    margin-top: 58px;
}

.flat-team .post .featured-post {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.flat-team .post .featured-post:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    text-align: center;
    background-color: rgba(19, 29, 59, 0.9);
    -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;
}

.flat-team .post .featured-post:hover:after,
.flat-team .post .featured-post.active:after {
    opacity: 1;
    height: 100%;
}

.flat-team .post .featured-post .social {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    -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;
    z-index: 2;
}

.flat-team .post .featured-post:hover .social {
    opacity: 1;
}

.flat-team .post .featured-post.active .social {
    opacity: 1;
}

.flat-team .post .featured-post .social li {
    display: inline-block;
    margin-right: 25px;
}

.flat-team .post .featured-post .social li:last-child {
    margin-right: 0;
}

.flat-team .post .featured-post .social li a {
    color: #fff;
}

.flat-team .post .featured-post .social li a:hover {
    color: #ff4f01;
}

.flat-team .post .featured-post .social li.active a {
    color: #ff4f01;
}

.flat-team .post .content-post span {
    font-family: Roboto Condensed;
    font-size: 20px;
    line-height: 26px;
    color: #131d3b;
    margin-top: 14px;
    display: inline-block;
}

.flat-team .post .content-post p {
    font-family: Roboto Condensed;
    font-size: 12px;
    line-height: 26px;
    color: #666d81;
    padding-bottom: 11px;
    position: relative;
    letter-spacing: 2.3px;
}

.flat-team .post .content-post span:hover,
.flat-team .post .content-post p:hover {
    color: #ff4f01;
}

.flat-team .post .content-post p:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #e7eaee;
}

.flat-team .post .content-post p:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 95%;
    width: 5%;
    height: 1px;
    background-color: #ff4f01;
    -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;
}

.flat-team .post:hover .content-post p:after {
    right: 0%;
}

.flat-projects.style2 {
    padding-top: 99px;
    background-color: #f2f3f5;
}

.flat-projects.style2 .title-projects {
    margin-left: 64px;
}

.flat-projects.style2 .image-title {
    float: left;
    margin-right: 19px;
}

.flat-projects.style2 .title-projects span {
    font-family: Roboto Condensed;
    font-size: 30px;
    font-weight: 400;
    color: #131d3b;
}

.flat-latest-new {
    background-color: #131d3b;
    padding: 94px 0 328px 0;
}

.flat-latest-new .title-section h4 {
    color: #b6bbcc;
    margin-top: 12px;
}

.flat-latest-new .title-section h1 {
    color: #fff;
}

/* flat-video
--------------------------------------------------------------*/
.flat-video {
    background-image: url(../image/home/home18.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 263px 0 120px;
    text-align: center;
    background-position-x: center;
}

.flat-video.style2 {
    padding: 263px 0 241px;
}

.videobox a.fancybox {
    width: 100px;
    height: 100px;
    background-color: #ff4f01;
    color: #fff;
    text-align: center;
    border-radius: 90px;
    line-height: 100px;
}

.videobox a.fancybox {
    position: absolute;
    top: -80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.videobox a.fancybox:hover {
    background-color: #f50808;
    color: #fff;
}

.videobox a.fancybox:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    -o-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
    -ms-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
    -webkit-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
    animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

.flat-video span {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
}

.flat-video .wrap-video {
    padding: 0 270px;
}

/* timeline
-------------------------------------------------------------- */
.timeline {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #eee;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.timeline-container {
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline-container .highlight {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 100%;
    transform: translateX(-57%);
    background-color: #fff;
    border: 2px solid #ff4f01;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-left {
    left: 0;
}

.timeline-right {
    left: 50%;
}

.timeline-left .timeline-content-inner .arrows {
    content: " ";
    height: 18px;
    width: 18px;
    position: absolute;
    top: 22px;
    left: 100%;
    z-index: 1;
    border: medium solid transparent;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

.timeline-right .timeline-content-inner .arrows {
    content: " ";
    height: 18px;
    width: 18px;
    position: absolute;
    top: 22px;
    right: 100%;
    z-index: 1;
    border: medium solid transparent;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

.timeline-right .highlight {
    left: 0;
}

.timeline-content {
    position: relative;
    border-radius: 6px;
}

.timeline-content-inner {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px 30px 30px 30px;
    position: relative;
}

.timeline-content h3 {
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin: 7px 0px;
}

.timeline-content .text {
    font-size: 16px;
    color: #666d81;
    line-height: 1.8;
}

.timeline h2 {
    display: block;
    color: #ff4f01;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    word-spacing: 1px;
    margin-bottom: 15px;
}

.timeline-left-all h2 {
    width: 50%;
    color: #ff4f01;
    margin-left: 50%;
    padding-left: 30px;
    margin-bottom: -35px;
}

.timeline-right-all h2 {
    width: 50%;
    text-align: right;
    color: #ff4f01;
    padding-right: 35px;
    margin-bottom: -35px;
}

.timeline-left .timeline-content {
    text-align: right;
}

.timeline-content .text {
    line-height: 30px;
}

/* spacer
-------------------------------------------------------------- */
.themesflat_sc_vc-spacer.has_thumbnail .timeline {
    padding-bottom: 20px;
}

.themesflat_sc_vc-spacer.has_thumbnail .wrap-time {
    max-width: 280px;
    float: left;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.themesflat_sc_vc-spacer.has_thumbnail .timeline-container {
    width: calc(100% - 280px);
    float: right;
    position: relative;
}

.themesflat_sc_vc-spacer.has_thumbnail .timeline:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ff4f01;
    position: absolute;
    left: 330px;
    top: 0;
    z-index: 1;
}

.themesflat_sc_vc-spacer.has_thumbnail .time {
    background: #ff4f01;
    position: absolute;
    transform-origin: top;
    left: -140px;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: rotateZ(270deg);
    line-height: 44px;
    font-size: 16px;
    letter-spacing: 6.2px;
    color: #fff;
}

.themesflat_sc_vc-spacer.has_thumbnail .timeline::after {
    left: 336px;
}


.themesflat_sc_vc-spacer.has_thumbnail .timeline-content-inner {
    background: transparent;
    padding-left: 119px;
    padding-top: 0;
    padding-right: 0;
}

.themesflat_sc_vc-spacer.has_thumbnail .timeline-content-inner h3 {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 37px;
    font-family: Roboto Condensed;
    font-weight: 400;
    font-style: normal;
}

.themesflat_sc_vc-spacer.has_thumbnail:last-child .timeline:after {
    content: none;
}

.themesflat_sc_vc-spacer.has_thumbnail:last-child .timeline {
    padding-bottom: 0px;
}

.page-history .themesflat_sc_vc-spacer.has_thumbnail .timeline::after {
    background-color: #fff;
}

/* testimonails-slider
-------------------------------------------------------------- */
.themesflat-testimonials-slider #nav-testimonial {
    width: 43%;
    float: left;
}

/* .themesflat-testimonials-slider #slider-testimonial {
        width: 57%;
        float: right;
    } */

.testimonial-item .testimonial-img {
    width: 80px;
    height: 80px;
    position: relative;
}

.testimonial-item .testimonial-img:after {
    content: "“";
    width: 30px;
    height: 30px;
    background-color: #ff4f01;
    color: #fff;
    display: inline-block;
    line-height: 48px;
    font-size: 30px;
    border-radius: 50%;
    text-align: center;
    right: -2%;
    bottom: 0%;
    position: absolute;
}

.testimonial-item.image-circle .testimonial-img,
.testimonial-item.image-circle .testimonial-img img,
.themesflat-testimonials-slider.arrow-circle .flex-direction-nav a {
    border-radius: 50%;
}

.testimonial-item .name {
    margin-top: 27px;
    margin-bottom: 1px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.testimonial-item .position {
    letter-spacing: 1.6px;
    font-size: 14px;
    line-height: 1.6px;
    color: #b6bbcc;
}

#slider-testimonial .text {
    font-size: 24px;
    line-height: 42px;
    letter-spacing: -0.1px;
    margin-bottom: 17px;
}

#slider-testimonial .date {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 3.2px;
}

#nav-testimonial {
    margin-top: 12px;
}

.themesflat-testimonials-slider.dost-top-right .flex-control-nav {
    position: absolute;
    top: -141px;
    right: 0;
    width: unset;
}

#nav-testimonial li {
    /* opacity: 0.3; */
    cursor: pointer;
    -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;
}

.themesflat-testimonials-slider .flex-control-nav li a {
    border-color: #fff;
    opacity: 0.3;
}

#nav-testimonial li:hover,
#nav-testimonial li.flex-active-slide {
    opacity: 1;
    display: flex !important;
    height: 400px !important;
}

.themesflat-testimonials-slider .flex-control-nav li a.flex-active,
.themesflat-testimonials-slider .flex-control-nav li a:hover {
    border-color: #fff;
    opacity: 1;
}

@media(max-width:991px) {
    .mob-logo {
        width: 185px;
    }
}

@media(min-width:1276px) {
    #London {
        border-radius: 15px;
        /* text-align: center; */
        margin-left: 35px;
        width: 100%;
        height: fit-content;
        padding: 17px 19px;
    }

    #Paris {
        border-radius: 15px;
        /* text-align: center; */
        margin-left: 35px;
        width: 100%;
        height: fit-content;
        padding: 17px 19px;
    }

    #Tokyo {
        border-radius: 15px;
        /* text-align: center; */
        margin-left: 35px;
        width: 100%;
        height: fit-content;
        padding: 17px 19px;
    }

    #Event2 {
        border-radius: 15px;
        /* text-align: center; */
        margin-left: 35px;
        width: 100%;
        height: fit-content;
        padding: 17px 19px;
    }

    #Event3 {
        border-radius: 15px;
        /* text-align: center; */
        margin-left: 35px;
        width: 100%;
        height: fit-content;
        padding: 17px 19px;
    }
}

@media(max-width:1275px) and (min-width:856px) {
    #London {
        border-radius: 15px;
        text-align: center;
        margin-left: 20px;
        width: 88%;
        height: fit-content;
        padding: 17px 19px;
    }

    #Paris {
        border-radius: 15px;
        text-align: center;
        margin-left: 20px;
        width: 88%;
        height: fit-content;
        padding: 17px 19px;
    }

    #Tokyo {
        border-radius: 15px;
        text-align: center;
        margin-left: 20px;
        width: 88%;
        height: fit-content;
        padding: 17px 19px;
    }

    #Event2 {
        border-radius: 15px;
        text-align: center;
        margin-left: 20px;
        width: 88%;
        height: fit-content;
        padding: 17px 19px;
    }

    #Event3 {
        border-radius: 15px;
        text-align: center;
        margin-left: 20px;
        width: 88%;
        height: fit-content;
        padding: 17px 19px;
    }
}

@media(max-width:855px) {
    #London {
        border-radius: 15px;
        text-align: center;
        margin-left: 35px;
        height: fit-content;
        padding: 17px 19px;
    }

    #Paris {
        border-radius: 15px;
        text-align: center;
        margin-left: 35px;
        height: fit-content;
        padding: 17px 19px;
    }

    #Tokyo {
        border-radius: 15px;
        text-align: center;
        margin-left: 35px;
        height: fit-content;
        padding: 17px 19px;
    }

    #Event2 {
        border-radius: 15px;
        text-align: center;
        margin-left: 35px;
        height: fit-content;
        padding: 17px 19px;
    }

    #Event3 {
        border-radius: 15px;
        text-align: center;
        margin-left: 35px;
        height: fit-content;
        padding: 17px 19px;
    }

    #map-content {
        display: flex;
        justify-content: center;
    }
}

/* Breakpoints
// ========================================================================== */
/* 320px */
/* 480px */
/* 599px */
/* 600px */
/* 768px */
/* 967px */
/* 960px */
/* 1400px */
/* Colors 
// ========================================================================== */
/* Convert px to ems
// ========================================================================== */
/* Mixins
// ========================================================================== */
/* Media Query Watcher
// ========================================================================== */
#getActiveMQ-watcher {
    font-family: "break-0";
}

@media (min-width: 20em) {
    #getActiveMQ-watcher {
        font-family: "break-1";
    }
}

@media (min-width: 30em) {
    #getActiveMQ-watcher {
        font-family: "break-2";
    }
}

@media (min-width: 37.5em) {
    #getActiveMQ-watcher {
        font-family: "break-3";
    }
}

@media (min-width: 48em) {
    #getActiveMQ-watcher {
        font-family: "break-4";
    }
}

@media (min-width: 60em) {
    #getActiveMQ-watcher {
        font-family: "break-5";
    }
}

/* =Map Pin Animation
  // ========================================================================== */
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

/* =Places Map
  // ========================================================================== */
@media(min-width:992px) and (max-width:1023px) {
    #places-map {
        background: #2f404d;
        padding: 3.25em 1.5625em 2.5em;
        position: relative;
        height: 99vh;
    }
}

@media(min-width:1024px) and (max-width:1399px) {
    #places-map {
        background: #2f404d;
        padding: 3.25em 1.5625em 2.5em;
        position: relative;
        height: 120vh;
    }
}

@media(max-width:991px) {
    #places-map {
        background: #ffffff;
        /* padding: 3.25em 1.5625em 2.5em; */
        position: relative;
        height: auto;
    }
}

@media(min-width:1400px) {
    #places-map {
        /* background: #d2d2d4; */
        /* background: #000c46; */
        background: #ffffff;
        padding: 0.25em 1.5625em 0.5em;
        position: relative;
        height: 110vh;
    }
}

#places-map h1 {
    font-size: 1.3125em;
    margin-top: 0.9523809524em;
    text-align: center;
}

@media (min-width: 37.5em) {
    #places-map h1 {
        font-size: 2.1875em;
        margin-top: 0.9428571429em;
    }
}

#places-map .wu-logo {
    display: none;
    height: 3.875em;
    width: 11.3125em;
}

@media (min-width: 60em) {
    #places-map .wu-logo {
        background: url(https://jeffbridgforth.com/codepen/wu-logo.jpg) no-repeat;
        display: block;
        position: absolute;
        bottom: 1.875em;
        left: 2em;
    }
}

@media (min-width: 87.5em) {
    #places-map .wu-logo {
        left: 50%;
        margin-left: -43.75em;
    }
}

#places-map img {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media(min-width:1400px) {
    #places-map img {
        height: 825;
        position: relative;
        width: 100%;
        z-index: 1;
    }
}

.secondary-page #places-map .content {
    margin: 0;
    position: relative;
}

@media (min-width: 60em) {
    .secondary-page #places-map .content {
        margin: 0 auto;
    }
}

#places-map .map {
    position: relative;
    max-width: 99em;
    margin-left: auto;
    margin-right: auto;
}

#places-map .map-pins {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

#places-map .map-location-marker {
    /* background: url(https://jeffbridgforth.com/codepen/map-pin.png) no-repeat; */
    background: url(../images/maps/map-pinn-updated.png) no-repeat;
    cursor: pointer;
    position: absolute;
    height: 2.875em;
    margin-top: -1.875em;
    margin-left: -0.7857142857em;
    width: 2.3125em;
    z-index: 2;
}

@media (min-width: 48em) {
    .js #places-map .map-location-marker {
        visibility: hidden;
    }

    .js #places-map .map-location-marker.bounceInDown {
        visibility: visible;
    }
}

#places-map .marker-san-francisco {
    left: 8%;
    top: 30%;
}

@media (max-width: 37.4375em) {
    #places-map .marker-san-francisco {
        left: 6%;
        top: 32%;
    }
}

#places-map .marker-denver {
    left: 13%;
    top: 29%;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#places-map .marker-argentina {
    left: 75.5%;
    bottom: 42.5%;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@media(max-width:1399px) {
    #places-map .marker-argentina {
        left: 76% !important;
        bottom: 50.5% !important;
    }
}

#places-map .marker-dubai {
    left: 67%;
    top: 75%;
    /* -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; */
    /* transition: 1s all ease-in-out !important; */
}

#places-map .marker-costa-rica {
    left: 75%;
    top: 59%;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@media(max-width:1399px) {
    #places-map .marker-costa-rica {
        left: 75%;
        top: 50%;
    }
}

#places-map .marker-peterborough {
    left: 74%;
    top: 55.5%;
    /* -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; */
}

@media(max-width:1399px) {
    #places-map .marker-peterborough {
        left: 74.5% !important;
        top: 46.5% !important;
    }
}

#places-map .marker-vilnius {
    left: 69.5%;
    top: 60.5%;

    /* -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; */
}

@media(max-width:1399px) {
    #places-map .marker-vilnius {
        left: 69.5% !important;
        top: 50.5% !important;
    }
}

#places-map .marker-singapore {
    left: 79%;
    bottom: 42%;
    /* -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; */
}

#places-map .marker-manila {
    left: 84.5%;
    top: 48%;
    /* -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; */
}

#places-map .marker-sydney {
    bottom: 14%;
    right: 7.5%;
    /* -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; */
}

#places-map .map-location-marker:after {
    /* -webkit-animation: pulsate 2s ease-in-out infinite;
    -moz-animation: pulsate 2s ease-in-out infinite; */
    /* animation: pulsate 2s ease-in-out infinite; */
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    content: "";
    display: block;
    height: 31px;
    left: -7px;
    opacity: 0;
    position: absolute;
    top: -8px;
    /* -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; */
    width: 31px;
    z-index: 2;
}

#page-places {
    position: relative;
}

#map-info {
    /* background: #000; */
    background: #fff;
    border-radius: 15px;
    color: #fff;
    position: absolute;
    top: -1.5625em;
    left: 50%;
    margin-left: -7.8125em;
    padding: 1.125em;
    width: 15.625em;
    z-index: 2;
}

#map-info .close-btn {
    background: url(http://jeffbridgforth.com/codepen//close-btn.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 0.6875em;
    width: 0.6875em;
    position: absolute;
    right: 1.125em;
    top: 1.125em;
}

@media (min-width: 30em) {
    #map-info {
        top: 50%;
        margin-top: -8.875em;
    }
}

@media (min-width: 60em) {
    #map-info {
        margin-left: -8.875em;
        width: 17.75em;
    }
}

@media (min-width: 48em) {
    #map-info {
        margin-left: 0;
        margin-top: 0;
    }

    #map-info:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 16px 13px 0;
        border-color: transparent #fff transparent transparent;
        position: absolute;
        left: -16px;
    }

    #map-info.san-francisco {
        left: 11%;
        top: 23%;
    }

    #map-info.denver {
        left: 16%;
        top: 21.5%;
    }

    #map-info.argentina {
        left: 78.5%;
        bottom: 7%;
        top: auto;
    }

    #map-info.argentina:before {
        top: 152px;
    }

    #map-info.costa-rica {
        bottom: -28%;
        left: 77%;
        top: auto;
    }

    #map-info.costa-rica:before {
        top: 45px;
    }

    #map-info.peterborough {
        top: 47.5%;
        left: 75.9%;
    }

    #map-info.argentina {
        left: 78.5%;
        bottom: 7%;
        top: auto;
    }

    #map-info.vilnius {
        top: 51.5%;
        left: 71.5%;
    }

    @media(max-width:1399px) {
        #map-info.peterborough {
            top: 37.5%;
            left: 76.5%;
        }

        #map-info.costa-rica {
            bottom: -20% !important;
            left: 77% !important;
        }
    }

    @media(max-width:1399px) {
        #map-info.vilnius {
            top: 42.5% !important;
            left: 71.5% !important;
        }
    }

    #map-info.dubai {
        top: 67%;
        left: 69%;
    }

    #map-info.singapore {
        left: auto;
        top: auto;
        bottom: 0%;
        right: 24%;
    }

    #map-info.singapore:before {
        border-width: 13px 0 13px 16px;
        border-color: transparent transparent transparent #000;
        left: auto;
        right: -16px;
        top: 55px;
    }

    #map-info.manila {
        left: auto;
        top: auto;
        bottom: 1.75%;
        right: 18.5%;
    }

    #map-info.manila:before {
        border-width: 13px 0 13px 16px;
        border-color: transparent transparent transparent #000;
        left: auto;
        right: -16px;
    }

    #map-info.sydney {
        left: auto;
        top: auto;
        right: 11.5%;
        bottom: 0;
    }

    #map-info.sydney:before {
        border-width: 13px 0 13px 16px;
        border-color: transparent transparent transparent #000;
        left: auto;
        right: -16px;
        bottom: 50px;
    }
}

#map-info h1 {
    float: left;
    font-size: 1.375em;
    line-height: 1;
    margin-bottom: 0.7272727273em;
    margin-top: 0;
}

#map-info a {
    color: #ffdf1c;
    display: block;
    font-size: 0.75em;
    float: right;
    margin-right: 2.5em;
    margin-top: 0.6666666667em;
    text-decoration: underline;
}

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