body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f3f3f3;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-block ul li {
    margin: 0 !important;
    margin-left: 20px !important;
}
.content-block ul li{/* list-style:inherit !important; *//* list-style-type: initial !important; */list-style: inherit !important;    
    display: list-item !important; }
.content-block p{

    font-size: 18px !important;
    font-family: 'Montserrat', sans-serif !important;
}
.content-block span{
    font-size: 18px !important;
    font-weight:lighter !important;
    font-family: 'Montserrat', sans-serif !important;
    
}



ul {}

html, body {
    overflow-x: hidden;
}

body {
    position: relative
}

section {
    background-color: #ffffff;
}

ul {
    margin: 0;
}

ul.dashed {
    list-style-type: none;
}

ul.dashed > li {
    text-indent: -5px;
}

ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
}

ul.dashed > li {
    font-size: 18px;
    line-height: 40px;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    display: block;
}

p {
    font-size: 18px;
}

a {
    color: #231f20;
}

a:hover {
    color: #8e793e;
    text-decoration: none;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #ad974f;
}

.h3, h3 {
    line-height: 40px;
    margin-bottom: 50px;
}

button {
    cursor: pointer;
    height: 60px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background: #8e793e;;
    border: none;
}

button:hover {
    cursor: pointer;
    height: 60px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #8e793e;;
    background: #ffffff;
    border: 2px solid #8e793e;;
}

.link {
    text-align: center;
    text-decoration: none !important;
    display: block;
    cursor: pointer;
    height: 60px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background: #8e793e;
    border: none;
    line-height: 57px;
}

.link:hover {
    cursor: pointer;
    height: 60px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #8e793e;
    background: #ffffff;
    border: 2px solid #8e793e;
}

.locked {
    overflow: hidden;
}

.btn-read-more {
    width: 220px;
    height: 60px;
    background: #231f20;
    font-size: 18px;
    line-height: 60px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #231f20;
    transition: all ease-in-out 0.5s;
}

.btn-read-more:hover {
    background: #8e793e;
    color: #fff;
    border: 2px solid #8e793e;
}

.hide {
    display: none;
}

.margin-none {
    margin: 0;
}

.title {
    display: flex;
}

.padding-block {
    padding: 100px 120px;
}

.padding-jobs-block {
    padding-top: 100px;
    padding-bottom: 100px;
}

.divider {
    width: 80px;
    height: 2px;
    margin-top: 25px;
    background-color: #8e793e;
}

/* Header */

.header {
    width: 100%;
    height: 980px;
    /*background: url(../images/header-bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}

.header .navbar {
    margin: 30px 30px 0 30px;
    width: 100%;
    height: 90px;
    padding: 0 25px;
    background-color: #ffffff;
    border-radius: 5px;
}

.client-icons {
    margin-top: 30px;
    background: #fff;
    padding: 20px;
}

.client-icons img {
    max-width: 100%;
    margin-bottom: 20px;
}

/* Content */

.content {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 980px;
    /*background-color: rgba(35,31,32, 0.7);*/
}

.central-block {
    width: 100%;
    text-align: center;
    margin-top: 18%;
}

.central-block h2 {
    font-size: 68px;
    line-height: 78px;
    color: white;
    text-align: center;
    margin-bottom: 80px;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.central-block.index_page h2 {
    font-size: 50px;
    font-weight: 300;
}

.central-block.index_page h2 span {
    font-weight: 700;
}

.central-block input {
    width: 800px;
    height: 80px;
    background-color: #ffffff;
    font-size: 24px;
    padding: 20px 50px;
    line-height: 22px;
    color: rgb(153, 153, 153);
}

.central-block input[placeholder] {
    font-size: 24px;
    line-height: 22px;
    color: rgb(153, 153, 153);
}

.central-block input::-moz-placeholder {
    font-size: 24px;
    line-height: 22px;
    color: rgb(153, 153, 153);
}

.central-block input:-moz-placeholder {
    font-size: 24px;
    line-height: 22px;
    color: rgb(153, 153, 153);
}

.central-block input:-ms-input-placeholder {
    font-size: 24px;
    line-height: 22px;
    color: rgb(153, 153, 153);
}

.central-block .search-job {
    width: 285px;
    height: 80px;
    background-color: #01a7e5;
    font-size: 20px;
    line-height: 36px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border: 2px solid #01a7e5;
    border-radius: 10px;
}

.central-block .search-job:hover {
    background-color: white;
    color: #01a7e5;
    border: 2px solid #01a7e5;
}

.central-block .search {
    display: flex;
    justify-content: center;
}

.central-block .search input {
    margin-right: 14px;
    border: 0px;
    border-radius: 10px;
}

.central-block .search input::placeholder {
    font-size: 24px;
    line-height: 22px;
    color: rgb(153, 153, 153);
    opacity: 1;
}

.central-block .search input:-ms-input-placeholder {
    font-size: 24px;
    line-height: 22px;
    color: rgb(153, 153, 153);
}

.central-block .search input::-ms-input-placeholder {
    font-size: 24px;
    line-height: 22px;
    color: rgb(153, 153, 153);
}

/* Video */

#video-bg.homepagevid {
    position: absolute;
    top: -200px;
    right: 0;
    left: 0;
    height: 1180px;
    overflow: hidden;
    /* background: url(bg/daisy-stock-poster.jpg) no-repeat; */
    background-size: cover;
}

#video-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 1000px;
    overflow: hidden;
    /* background: url(bg/daisy-stock-poster.jpg) no-repeat; */
    background-size: cover;
}

#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

/*object-fit: */

@supports (object-fit: cover) {
    #video-bg > video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* off scren < 800px: */

/* @media screen and (max-device-width: 800px) {
	#video-bg > video {
		display: none;
		}
	} */

/* Navbar */

.top-menu-toggle {
    cursor: pointer;
}

.navBurger {
    position: absolute;
    top: 6px;
    cursor: pointer;
    background: #8e793e;
    box-sizing: border-box;
    background-clip: content-box;
    width: 50px;
    height: 23px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 4;
}

.navBurger:hover {
    position: absolute;
    top: 6px;
    cursor: pointer;
    background: #231f20;
    box-sizing: border-box;
    background-clip: content-box;
    width: 50px;
    height: 23px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 4;
}

.navBurger:hover ~ h6 {
    color: #231f20;
}

.navBurger::before,
.navBurger::after {
    content: "";
    position: absolute;
    background: #01a7e5;
    height: 3px;
    width: 100%;

    will-change: rotate;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*.navBurger:hover::before,
.navBurger:hover::after {
    background: #000;
}*/

.navBurger::before {
    top: -10px;
    background: #8e793e;
}

.navBurger::after {
    bottom: -10px;
    width: 100%;
    background: #8e793e;
}

.navBurger:hover::before {
    top: -10px;
    background: #231f20;
}

.navBurger:hover::after {
    bottom: -10px;
    width: 100%;
    background: #231f20;
}

.navBurger.active {
    background: transparent;
    background-clip: content-box;
}

.navBurger.active:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    background: #eee;
    width: 110%;
}

.navBurger.active:after {
    bottom: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #eee;
    width: 110%;
}

.navBurger.active:hover:before {
    background: #ad974f;
}

.navBurger.active:hover:after {
    background: #ad974f;
}

.overlay {
    position: fixed;
    background: linear-gradient(to right, #333031, #231f20);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform-origin: left;
    transform: translate(-100%, 0);
    visibility: hidden;
    transition: all 0.4s linear;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    z-index: 3;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

/* .overlay.open li {
    display: block;
    animation: fadeInRight 0.6s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
    animation-delay: 0.4s;
    transform: rotate(-7deg);
    transform-origin: left;
    -webkit-animation: fadeInRight 0.6s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
    
} */

/* .overlay.open li:nth-of-type(2) {
    animation-delay: 0.5s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: 0.6s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: 0.7s;
}

.overlay.open li:nth-of-type(5) {
    animation-delay: 0.8s;
} */

.overlayMenu {
    margin-top: 5vw;
}

.overlayMenu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    height: 100%;
}

.overlayMenu ul li {
    display: block;
    position: relative;
    opacity: 1;
    width: 100%;
}

.overlayMenu ul li a {
    display: inline-block;
    font-size: 30px;
    line-height: 45px;
    color: white;
    text-decoration: none;
    transition: 0.2s;
}

@media screen and (min-width: 996px) {
    .overlayMenu ul li a:hover::before {
        position: absolute;
        content: "";
        top: 25px;
        left: 0;
        width: 54px;
        height: 3px;
        background-color: #ad974f;
        transition: 0.4s;
        transform: translateX(-2px);
    }

    .overlayMenu ul li a:active::before {
        position: absolute;
        content: "";
        top: 25px;
        left: 0;
        width: 54px;
        height: 3px;
        background-color: #ad974f;
        transition: 0.4s;
        transform: translateX(-2px);
    }

    .overlayMenu ul li a:hover {
        transform: translateX(-2px);
        padding-left: 80px;
        color: #ad974f;
    }

    .overlayMenu ul li a:active {
        transform: translateX(-2px);
        padding-left: 80px;
        color: #ad974f;
    }

    .overlayMenu ul li a:focus {
        transform: translateX(-2px);
        padding-left: 80px;
        color: #ad974f;
    }
}

.overlayMenu ul li a:active {
    color: #ad974f;
}

.overlayMenu ul li a:focus {
    color: #ad974f;
}

.overlayMenu ul li a:hover {
    color: #ad974f;
}

.burger-pop_up h5 {
    font-size: 32px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 20px;
}

.burger-pop_up .contact-us {
    margin-top: 8vw;
}

.burger-pop_up .social-link {
    margin-top: 8vw;
}

.burger-pop_up .contact-us ul li p {
    font-size: 22px;
    line-height: 36px;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
}

.burger-pop_up .social-link .overlayMenu {
    position: relative;
    margin-top: 0;
}

.burger-pop_up .social-link ul li a {
    font-size: 22px;
    line-height: 36px;
    color: rgb(255, 255, 255);
    transition: 0.2s;
}

.burger-pop_up .social-link ul li a:hover {
    transform: translateX(-2px);
    color: #000;
    text-decoration: none;
}

.burger-pop_up .social-link ul li a:active::before {
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    width: 24px;
    height: 3px;
    background-color: #000000;
}

/* /* .burger-pop_up .social-link ul:nth-child(2) {
    animation-delay: 0.5s;
}

.burger-pop_up .social-link ul:nth-child(3) {
    animation-delay: 0.6s;
}

.burger-pop_up .social-link ul:nth-child(4) {
    animation-delay: 0.7s;
}

.burger-pop_up .social-link ul:nth-child(5) {
    animation-delay: 0.8s;
} */

.navbar-pop-up .text-close {
    margin-left: 80px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 15px;
}

.navbar-pop-up {
    margin: 55px 35px 0 35px;
    max-width: 100%;
    /* height: 90px; */
    padding: 0 25px;

}

.navbar-pop-up .users-block {
    float: right;
}

.navbar-pop-up .users-block a {
    font-size: 14px;
    line-height: 36px;
    padding: 0 10px;
    margin-right: 35px;
    color: white;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 0;
}

.navbar-pop-up .users-block a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

.navbar-pop-up .primary {
    width: 146px;
    height: 36px;
    background-color: white;
    font-size: 14px;
    line-height: 35px;
    color: #231f20;
    font-weight: bold;
    text-align: center;
    border: 2px solid white;
}

.navbar-pop-up .primary:hover {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.locked {
    overflow: hidden;
}

.overlay.open .footer-pop-up {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background: #000;
    text-align: center;
}

.overlay.open .footer-pop-up p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(153, 153, 153);
    text-align: center;
    margin-bottom: 0;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 50px;
    }
    100% {
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
    }
}

.menu h6 {
    font-size: 17px;
    line-height: 36px;
    color: #8e793e;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 75px;
}

.header .logo {
    text-align: center;
}

.header .right-block {
    float: right;
}

.header .right-block a {
    font-size: 14px;
    line-height: 36px;
    padding: 0 10px;
    margin-right: 35px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 0;
}

.header .right-block a:hover {
    color: #8e793e;
}

.header .right-block a:hover {
    text-decoration: none;
    cursor: pointer;
}

.header button {
    width: 146px;
    height: 36px;
    background-color: #231f20;
    font-size: 14px;
    color: white;
    font-weight: bold;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border: 2px solid #231f20;
    line-height: 35px;
}

.header button:hover {
    background-color: #8e793e;
    color: #fff;
    border: 2px solid #8e793e;
}

/* About Us */

.about-us-block {
    position: relative;
    width: 100%;
    z-index: 2;
    background-color: white;
    margin-top: -150px;
    margin-bottom: 55px;
    border-top: 4px solid #ad974f;
}

.hidden {
    visibility: hidden;
}

.about-text {
    padding-left: 30px;
}

.about-us-block h5 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.about-us-block h3 {
    font-size: 42px;
    line-height: 56px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: 25px;
}

.about-us-block p {
    font-size: 20px;
    line-height: 34px;
    color: rgb(0, 0, 0);
    margin-bottom: 45px;
    font-weight: 100;
}

/* Featured Jobs */
.hire-talent-header, .find-work-header, .call-to-action-header {
}

.featured-jobs-block h3, .latest-insights h3, .call-to-action-header h3 {
    font-size: 42px;
    line-height: 56px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 30px;
}

.featured-jobs-block h4 {
    font-size: 30px;
    line-height: 44px;
    padding-right: 15px;
    color: #8e793e;
    font-weight: bold;
    height: 88px;
    overflow: hidden;
}

.featured-jobs-block .carousel_item {
    padding: 60px 30px 60px 60px;
    height: 600px;
    background: white;
    border-radius: 10px;
}

.featured-jobs-block .carousel_item p {
    margin-bottom: 30px;
    height: 70px;
}

.featured-jobs-block .carousel_item .btn-read-more {
    position: absolute;
    bottom: 60px;
}

.featured-jobs-block .block-info {
    font-size: 22px;
    line-height: 34px;
    color: rgb(0, 0, 0);
    font-weight: 100;
    padding: 15px 0;
    margin-bottom: 30px;
}

.featured-jobs-block p {
    margin-bottom: 30px;
    font-weight: 100;
}

.hire-talent-and-find-work {
    display: flex;
    height: 480px;
}

.hire-talent {
    width: 50%;
    padding: 90px 0 0 30px;
    color: #ffffff;
    background: #8e793e;
}

.hire-talent-header {
    display: flex;
    margin: 0 80px;
    font-size: 60px;
    font-weight: 100;
}

.hire-talent-header .divider {
    margin: 42px 10px 0 0px;
    background-color: #ffffff;
}

.hire-talent-body {
    margin: 0 160px;
    font-size: 18px;
    font-weight: 100;
}

.hire-talent button {
    margin: 50px 160px;
    width: 220px;
    color: #231f20;
    background: #ffffff;
}

.hire-talent button:hover {
    /*margin: 50px 120px;*/
    width: 220px;
    color: #ffffff;
    background: #231f20;
    border: 2px solid #ffffff;
}

.find-work {
    width: 50%;
    padding: 90px 0 0 30px;
    background: #231f20;
}

.find-work-header {
    display: flex;
    margin: 0 80px;
    font-size: 60px;
    font-weight: 100;
    color: #8e793e;
}

.find-work-header .divider {
    margin: 42px 10px 0 0px;
}

.find-work-body {
    margin: 0 160px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 100;
}

.find-work button {
    margin: 50px 160px;
    width: 220px;
}

.latest-insights {
    padding: 120px 0 145px 0;
}

.team {
    padding: 100px 0 145px 0;
}

.latest-news-header {
    display: flex;
    margin: 0 0 60px 0;
    font-size: 42px;
    font-weight: 700;
}

.insight img {
    margin: auto;
    max-width: 100%;
    border-radius: 10px;
}

.insight-description {
    margin: 70px 0;
}

.insight-header {
    font-size: 30px;
    font-weight: 700;
}

.insight-body {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 100;
}

.insight-description .link,
.insight-description button {
    width: 60px;
    font-size: 30px;
    font-weight: 100;
    border-radius: 50%;
}

.team img {
    max-width: 650px;
    border-radius: 10px;
}

.team .member {
    margin-bottom: 50px;
}

.team-description {
    margin: 30px 0;
}

.team-header {
    font-size: 30px;
    font-weight: 700;
}

.team-body {
    margin: 0px 0;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 20px;
    height: 4em;
}

.team-description .link,
.team-description button {
    width: 60px;
    font-size: 30px;
    font-weight: 100;
    border-radius: 50%;
}

.latest-news-footer {
    display: flex;
    justify-content: center;
}

.latest-news-footer button {
    width: 240px;
}

.call-to-action {
    background-color: #ffffff;
    padding-bottom: 100px;
    padding-top: 70px;
}

.call-to-action-header {
    display: flex;
    font-size: 42px;
    font-weight: 700;
}

.call-to-action-description {
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: 100;
}

.call-to-action-form {
    display: flex;
    justify-content: space-between;
}

.group-input {
    position: relative;
    margin: 25px 0;
    width: 45%;
}

.group-input input {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
}

.group-input input:focus {
    outline: none;
}

.call-to-action-form label {
    color: #999;
    margin: -20px 0;
    font-size: 18px;
    font-weight: 100;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.group-input input:focus ~ label, input:valid ~ label {
    top: -15px;
    font-size: 14px;
}

.bar {
    position: relative;
    display: block;
}

.bar:before, .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #8e793e;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

.group-input input:focus ~ .bar:before,
.group-input input:focus ~ .bar:after {
    width: 50%;
}

.call-to-action-button {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0;
}

.call-to-action-button button {
    width: 220px;
}

.footer {
    padding: 100px 0;

    background: #000000;
}

.footer-under-logo {
    margin: 28px 0;
    font-size: 13px;
    color: #999999;
    font-weight: 100;
}

.footer-menu-item {
    margin-right: 30px;
    max-width: 220px;
}

.footer-menu-item-header {
    margin-top: 16px;
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
}

.footer-menu-item-body {
    margin: 42px 0;
    font-size: 15px;
    font-weight: 100;
    color: #ffffff;
}

.content-block {
    width: 60%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: left;
}

.content-block h1 {
    font-size: 50px;
    font-weight: bold;
    color: rgb(0, 44, 81);
}

.content-block .intro {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 400;
}

.content-block p {
    font-size: 18px;
    font-weight: lighter;
}

.candidate-row {
    background: #007fae;
    padding: 15px;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: lighter;
    width: 100%;
    display: block;
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
    text-decoration: none;
    border-radius: 10px;
    transition: ease-in-out all .2s;
}

.candidate-row:hover {
    border-color: #111;
    color: #fff;
    text-decoration: none;
    background: #006d96;
}

.candidate-row i {
    margin-right: 5px;
}

.candidate-row span {
    display: block;
    font-size: 16px;
    margin-top: 5px;
}

.candidate-row .tagline {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.candidate-row strong {
    color: #fff;
    font-size: 20px;
    height: 50px;
    display: block;
}

.candidate-row .readmore {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #000;
    margin-top: 10px;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .cc_dialog.simple {
        max-width: 100% !important;
    }

    .about-us-block {
        padding: 100px 120px;
        max-width: 1440px;
    }


    .jobcode {
        position: relative;
        right: 20px;
        top: 25px;
    }

    .divider {
        width: 50px;
        height: 2px;
        margin-top: 25px;
        background-color: #8e793e;
    }

    .overlayMenu ul li a {
        font-size: 36px;
        line-height: 55px;
    }

    .overlayMenu {
        margin-top: 5vw;
    }

    .header .right-block a {
        margin-right: 15px;
    }

    .navbar-pop-up .users-block a {
        margin-right: 15px;
    }

    .burger-pop_up h5 {
        font-size: 28px;
    }

    .burger-pop_up .contact-us ul li p {
        font-size: 20px;
    }

    .burger-pop_up .social-link ul li p {
        font-size: 20px;
    }

    .about-us-block h3 {
        line-height: 50px;
    }

    .burger-pop_up .contact-us {
        margin-top: 10vw;
    }

    .burger-pop_up .social-link {
        margin-top: 10vw;
    }

    /*
    .overlayMenu ul li a:hover::before {
        top: 28px;
    }
    */
    .hire-talent {
        padding: 50px 0 0 20px;
    }

    .find-work {
        padding: 50px 0 0 20px;
    }

}

@media screen and (min-width: 1200px) {
    .container-about {
        max-width: 1340px;
        margin: -100px auto 0 auto;
        border-radius: 10px;
        box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.5);
    }
}

@media screen and (max-width: 1200px) {
    .header button {
        width: 120px;
    }

    .navbar-pop-up .primary {
        width: 120px;
    }

    .header .right-block a {
        margin-right: 0;
    }

    .navbar-pop-up .users-block a {
        margin-right: 5px;
    }

    .central-block .search input {
        margin: 0 auto 30px auto;
    }

    .central-block .search {
        display: inline;
        justify-content: center;
    }

    .padding-jobs-block {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .featured-jobs-block h3 {
        margin-left: 25px;
    }

    .hire-talent-header {
        margin: 0 40px;
    }

    .hire-talent-body {
        margin: 0 120px;
    }

    .find-work-header {
        margin: 0 40px;
    }

    .find-work-body {
        margin: 0 120px;
    }

    .hire-talent button {
        margin: 50px 120px;
    }

    .find-work button {
        margin: 50px 120px;
    }

    .insight img {
        max-width: 600px;
    }
}

@media screen and (max-width: 1024px) {
    .header .right-block {
        text-align: center;
        margin-top: -10px;
    }

    .navbar-pop-up .users-block {
        text-align: center;
        margin-top: -20px;
    }

    .central-block h2 {
        font-size: 40px;
        line-height: 65px;
    }

    .central-block input {
        margin-bottom: 30px;
    }

    .about-us-block {
        padding: 100px 30px;
    }

    .hire-talent-and-find-work {
        display: block;
        height: auto;
    }

    .hire-talent {
        width: 100%;
    }

    .find-work {
        width: 100%;
    }

    .hire-talent button {
        margin: 50px 120px;
    }

    .hire-talent button:hover {
        margin: 50px 120px;
    }

    .find-work button {
        margin: 50px 120px;
    }

    .insight img {
        max-width: 560px;
    }

    .team img {
        max-width: 100%;
    }

    .footer {
        height: auto;
    }
}

@media screen and (max-width: 960px) {
    .overlayMenu {
        margin-top: 8vw;
    }

    .overlayMenu ul li a {
        font-size: 30px;
        line-height: 45px;
    }

    .burger-pop_up .contact-us ul li p {
        font-size: 18px;
        line-height: 30px;
    }

    .burger-pop_up .social-link ul li p {
        font-size: 18px;
        line-height: 30px;
    }

    .burger-pop_up h5 {
        font-size: 25px;
    }

    .central-block input {
        width: 500px;
    }

    .about-us-block h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .hire-talent-and-find-work {
        display: block;
        height: auto;
    }

    .hire-talent {
        width: 100%;
    }

    .hire-talent button {
        margin: 50px 120px;
    }

    .hire-talent button:hover {
        margin: 50px 120px;
    }

    .find-work {
        width: 100%;
    }

    .find-work button {
        margin: 50px 120px;
    }

    .insight img {
        margin: 0;
    }

    .footer {
        height: auto;
    }

    .footer-menu-item {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    
    .insight-img {
        height: auto !important;
    }
    .vacancy-page-info .left-col {
        width: 100% !important;
        float: none !important;
    }

    .vacancy-page-info .right-col {
        width: 100% !important;
        float: none !important;
    }

    .form_column {
        width: 100% !important;
        float: none !important;
    }

    .content-block {
        width: 90%;
    }

    .navbar {
        flex-wrap: nowrap;
    }

    .header .logo {
        text-align: right;
    }

    .overlay {
        overflow: auto;
    }

    .header .right-block {
        display: none;
    }

    .navbar-pop-up .users-block {
        margin-top: 30px;
        float: none;
    }

    .padding-jobs-block {
        padding-top: 0px;
    }

    .featured-jobs-block h3 {
        margin-left: 50px;
    }

    .hire-talent-and-find-work {
        display: block;
        height: auto;
    }

    .central-block .search input::placeholder {
        font-size: 18px;
    }

    .central-block .search input:-ms-input-placeholder {
        font-size: 18px;
    }

    .central-block .search input::-ms-input-placeholder {
        font-size: 18px;
    }

    .hire-talent {
        width: 100%;
    }

    .hire-talent button {
        margin: 50px 120px;
        min-width: 120px;
    }

    .hire-talent button:hover {
        margin: 50px 120px;
        min-width: 120px;
    }

    .find-work {
        width: 100%;
    }

    .find-work button {
        margin: 50px 120px;
        min-width: 120px;
    }

    .find-work button:hover {
        /* margin: 50px 120px;*/
        min-width: 120px;
    }

    .latest-insights {
        padding: 30px 0 30px 0;
    }

    .team {
        padding: 30px 0 30px 0;
    }

    .latest-news-header {
        margin: 0 0 30px 0;
    }

    .insight-description {
        margin: 40px 0;
    }

    .team-description {
        margin: 40px 0;
    }

    .call-to-action-header {
        display: grid;
        font-size: 42px;
        font-weight: 700;
    }

    .insight img {
        margin: 0;
        max-width: 100%;
    }

    .team img {
        margin: 0;
        max-width: 100%;
    }

    .call-to-action {
        padding-bottom: 40px;
    }

    .footer {
        padding: 40px 10px;
        height: auto;
    }

    .footer-menu-item {
        margin-left: 0;
        max-width: 200px;
    }

    .footer-menu-item-body {
        margin: 20px 0;
    }

    .overlay.open .footer-pop-up {
        position: relative;
        bottom: 0;
        margin-top: 30px
    }
}

#cvupload input[type=text] {
    border: 0px;
    padding: 15px;
    font-size: 18px;
}

#cvupload input[type=tel] {
    border: 0px;
    padding: 15px;
    font-size: 18px;
}

#cvupload input[type=email] {
    border: 0px;
    padding: 15px;
    font-size: 18px;
}

#cvupload select {
    border: 0px;
    padding: 15px;
    font-size: 18px;
    height: 57px;
    padding-left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#cvupload button {
    width: 200px;
    margin-top: 20px;
}

@media screen and (max-width: 1390px) {
    .overlay {
        z-index: 6;
        overflow: scroll;
    }

    .menu-spacer {
        height: 120px;
    }

    .navbar-pop-up {
        max-width: 1140px;
        margin: 55px auto 0 auto;
    }

    .navbar-pop-up .text-close {
        margin-left: -12px;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-pop-up {
        max-width: 960px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-pop-up {
        max-width: 720px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-pop-up {
        max-width: 540px;
    }
}

@media screen and (max-width: 630px) {

    .navbar-pop-up .text-close {
        margin-left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .navbar-pop-up {
        max-width: 100%;
    }
}

@media screen and (max-width: 567px) {

    .navbar-pop-up .text-close {
        margin-left: 15px;
    }

    .header {
        height: 900px;
    }

    .header .navbar {
        padding: 0 15px;
        margin: 10px 0px 0 0px;
    }

    .navbar-pop-up {
        padding: 0 15px;
    }

    #video-bg {
        height: 900px;
    }

    .header {
        height: 900px;
    }

    .header .logo {
        padding-top: 7px;
    }

    .central-block {
        margin-top: 18% !important;
    }

    .central-block h2 {
        font-size: 40px;
        line-height: 50px;
        padding: 0 15px;
    }

    .central-block input {
        padding: 15px 20px;
    }

    .about-us-block {
        padding: 80px 30px;
    }

    .central-block input {
        width: 350px;
    }

    .central-block .search-job {
        width: 230px;
    }

    .navBurger {
        width: 40px;
    }

    .overlayMenu {
        margin-top: 14vw;
    }

    .title {
        flex-direction: column;
    }

    .header .logo {
        float: none;
    }

    .navbar-pop-up .logo {
        margin-right: 20px;
    }

    .overlay {
        overflow: auto;
    }

    .overlay.open .footer {
        position: relative;
        margin-top: 30px;
    }

    .burger-pop_up {
        padding-left: 15px;
    }

    /*
    .overlayMenu ul li a:active::before {
        top: 22px;
        width: 30px;
    }

    .overlayMenu ul li a:hover::before {
        top: 22px;
        width: 30px;
    }

    .overlayMenu ul li a:active {
        padding-left: 40px;
    }

    .overlayMenu ul li a:hover {
        padding-left: 40px;
    }
     */
    .about-text {
        padding-left: 0;
        margin-top: 30px;
    }

    .central-block input[placeholder] {
        font-size: 15px;
    }

    .featured-jobs-block h3 {
        font-size: 40px;
        margin-left: 0px;
        margin-top: 30px;
    }

    .hire-talent-and-find-work {
        display: block;
        height: auto;
    }

    .hire-talent {
        padding: 10px 0 0 10px;
        width: 100%;
    }

    .hire-talent-header {
        display: block;
        margin: 0 30px;
        font-size: 40px;
    }

    .hire-talent-body {
        margin: 0 30px;
        font-size: 16px;
    }

    .latest-insights {
        padding: 20px 0 20px 0;
    }

    .team {
        padding: 20px 0 20px 0;
    }

    .latest-news-header {
        font-size: 30px;
        margin: 0 0 20px 0;
    }

    .insight-description {
        margin: 20px 0;
    }

    .insight-header {
        font-size: 20px;
        font-weight: 700;
    }

    .insight-body {
        margin: 10px 0;
        font-size: 14px;
    }

    .team-description {
        margin: 20px 0;
    }

    .team-header {
        font-size: 20px;
        font-weight: 700;
    }

    .team-body {
        margin: 10px 0;
        font-size: 14px;
    }

    .find-work {
        padding: 10px 0 0 10px;
        width: 100%;
    }

    .find-work-header {
        display: block;
        margin: 0 30px;
        font-size: 40px;
    }

    .find-work-body {
        margin: 0 30px;
        font-size: 16px;
    }

    .hire-talent button {
        margin: 30px 30px;
        width: 220px;
    }

    .hire-talent button:hover {
        margin: 30px 30px;
    }

    .find-work button {
        margin: 30px 30px;
        width: 220px;
    }

    .call-to-action {
        padding-bottom: 20px;
    }

    .call-to-action-header {
        display: grid;
        font-size: 30px;
        font-weight: 700;
    }

    .call-to-action-description {
        margin: 20px 0 40px 10px;
        font-size: 16px;
    }

    .call-to-action-form {
        display: block;
    }

    label {
        font-size: 14px;
        margin: 0;
    }

    .group-input {
        width: 100%;
    }

    .call-to-action-button {
        justify-content: center;
    }

    .insight img {
        margin: 0;
        max-width: 100%;
    }

    .footer-under-logo {
        margin: 30px 0;
    }

    .footer-menu-item-header {
        font-size: 18px;
    }

    .footer-menu-item-body {
        font-size: 14px;
    }

    .central-block.index_page h2 {
        font-size: 35px;
    }

    .left_image {
        /*margin-bottom: ;;*/
    }

    #vacancysearch .filterbtn form, #vacancy-apply, .latest-insights .insight {
        margin-bottom: 40px;
    }

    .team img, .latest-insights .img-responsive {
        margin-bottom: 40px;
    }

    .featured-jobs-block .carousel_item p {
        height: 100px;
    }

    .featured-jobs-block h4 {
        font-size: 30px;
    }
}

@media screen and (max-width: 460px) {
    .menu h6 {
        display: none;
    }

    .navBurger {
        margin-top: -17px;
    }

    .header .logo img {
        width: 150px;
    }

    /*
    .navbar-pop-up .text-close {
        display: none;
    }
    */
}

@media screen and (max-width: 360px) {
    .central-block input {
        width: 300px;
        height: 60px;
    }

    .central-block .search-job {
        width: 200px;
        height: 60px;
    }

    .central-block h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .central-block {
        margin-top: 30%;
    }

    .footer-under-logo {
        margin: 20px 0;
        font-size: 14px;
    }

    .central-block .search input::placeholder {
        font-size: 14px;
    }

    .central-block .search input:-ms-input-placeholder {
        font-size: 14px;
    }

    .central-block .search input::-ms-input-placeholder {
        font-size: 14px;
    }

    .featured-jobs-block .carousel_item {
        height: 650px;
    }
}

.candidateprofile h2 {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 15px;
}

#cv_download {
    display: block;
    padding: 20px;
    width: 100%;
    background: #0e004f;
    box-sizing: border-box;
    color: #fff !important;
    transition: all .2s ease-in-out;
    float: left;
    text-align: center;
    margin-top: 5px;
}

#cv_download:hover {
    background: #000;
}

#terms {
    font-size: 11px;
    color: #333;
    margin-top: 20px;
}

#book_interview_cta {
    display: block;
    padding: 20px;
    width: 100%;
    background: #17273c;
    box-sizing: border-box;
    color: #fff !important;
    transition: all .2s ease-in-out;
    text-align: center;
    margin-top: 5px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    text-transform: none;
    font-weight: normal;
}

#book_interview_cta:hover {
    background: #0c192b;
    text-decoration: none;
    border: none;
}

#request_info_cta {
    display: block;
    padding: 20px;
    width: 100%;
    background: #17273c;
    box-sizing: border-box;
    color: #fff !important;
    transition: all .2s ease-in-out;
    float: left;
    text-transform: none;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
}

#request_info_cta:hover {
    background: #0c192b;
    text-decoration: none;
    border: none;
}

#candidate-profile {
}

#candidate-profile .leftcol {
    float: left;
    width: 25%;
    margin-right: 3%;
    text-align: center;
}

#candidate-profile .leftcol p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

#candidate-profile .leftcol a {
    color: #000;
}

#candidate-profile .headname {
    margin-top: 20px;
    display: block;
    color: #0e004f;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}

#candidate-profile .headname .subtitle {
    font-size: 16px;
}

#candidate-profile .rightcol {
    float: left;
    width: 72%;
}

#candidate-profile .leftcol .img {
    height: 270px;
    border-radius: 20px;
    margin-bottom: 30px;
    border: #17273c 5px solid;
    box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#candidate-profile .leftcol .img a {
    color: #000;
    display: block;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.8);
    width: 50px;
    padding: 5px;
    margin-top: 200px;
    border-radius: 0px 5px 0px 0px;
    opacity: 0.5;
    transition: all .2s ease-in-out;
}

#candidate-profile .leftcol .img a:hover {
    opacity: 1;
}

#candidate-profile .leftcol .profile-linkedin {
    color: #0077B5;
    font-size: 35px;
    margin-right: 10px;
}

#candidate-profile .leftcol .profile-email {
    color: #222;
    font-size: 36px;
}

#candidate-profile .leftcol .profile-email:hover {
    transform: scale(1.05);
}

#candidate-profile .leftcol input[type=submit] {
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #f8b317;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
    transition: all .2s ease-in-out;
    border: #f1f1f1 5px solid;
}

#candidate-profile .leftcol input[type=submit]:hover {
    background: #ffb100;
}

.candidate-profile {
}

.candidate-profile-section {
    margin-bottom: 30px;
}

.candidate-profile-section h1 {
    border-bottom: #111 2px solid;
    border-radius: 3px;
    width: 100%;
    display: block;
    background: #17273c;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 20px;
}

.candidate-profile-section textarea {
    width: 100%;
}

.candidate-profile-section label {
    display: block;
    float: left;
    padding: 12px;
    font-size: 13px;
    background: #f9f9f9;
    margin-right: 5px;
}

.candidate-profile-section checkbox {
    margin-right: 10px;
}

:checked + span {
    color: #000 !important;
}

.candidate-profile-section input[type=radio] {
    margin-right: 10px;
}

:checked + span {
    color: #000 !important;
}

.pw-prompt-bar {
    background: #eb3158;
    color: #fff;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.candidate-profile-section .minus {
    float: right;
    cursor: pointer;
    transition: all .2s ease-in-out;
    width: 30px;
    background: #000;
    text-align: center;
    padding-top: 1px;
    border: #ccc 1px solid;
    font-size: 14px;
    border-radius: 5px;
    color: #ccc;
}

.candidate-profile-section .minus:hover {
    color: #fff;
}

.candidate-profile-section .plus {
    display: none;
    float: right;
    cursor: pointer;
    transition: all .2s ease-in-out;
    width: 30px;
    background: #000;
    text-align: center;
    padding-top: 1px;
    border: #ccc 1px solid;
    font-size: 14px;
    color: #ccc;
    border-radius: 5px;
}

.candidate-profile-section .plus:hover {
    color: #f8b317;
    color: #fff;
}

.candidate-profile-section .info-row {
    margin-bottom: 5px;
}

.candidate-profile-section .info-row .label {
    float: left;
    padding: 10px;
    background: #f1f1f1;
    width: 30%;
    font-size: 15px;
    box-sizing: border-box;
    color: #000;
    border-bottom: #ccc 2px solid;
    margin-right: 0.5%;
}

.candidate-profile-section .info-row .info {
    float: left;
    width: 69.5%;
    box-sizing: border-box;
    padding: 0px;
    height: 100%;
}

.candidate-profile-section .info-row .info input[type=text] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
    border: none;
    border-bottom: #ccc 2px solid;
    background: #f9f9f9;
}

.candidate-profile-section .info-row .info input[type=password] {
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    font-size: 15px;
    border: none;
    border-bottom: #ccc 2px solid;
    background: #f9f9f9;
}

.candidate-profile-section .fileInput {
    margin-bottom: 15px;
    margin-top: 5px;
}

.candidate-profile-section .fileInput::-webkit-file-upload-button {
    visibility: hidden;
    width: 100px;
    margin-bottom: 10px;
}

.candidate-profile-section .fileInput::before {
    content: 'Find File';
    display: inline-block;
    background: #666;
    width: 100px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    float: left;
}

.candidate-profile-section .fileInput::before:hover {
    background: #000;
}

.candidate-profile-section .fileInput:active::before {
    background: #000;
}

#candidate-profile .consultant-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: #000 5px solid;
    box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.5);
    margin: auto;
    margin-top: 20px;
}

#profile-consultant {
    background: #fff;
    padding: 20px;
    color: #000;
    border: #ccc 1px solid;
    border-radius: 5px;
    font-size: 25px;
}

#candidate-summary-container {
    display: block;
}

#summary-minus {
    display: block;
}

#summary-plus {
    display: none;
}

#candidate-skills-container {
    display: block;
}

#skills-minus {
    display: block;
}

#skills-plus {
    display: none;
}

#candidate-qualifications-container {
    display: block;
}

#qualifications-minus {
    display: block;
}

#qualifications-plus {
    display: none;
}

#candidate-references-container {
    display: block;
}

#references-minus {
    display: block;
}

#references-plus {
    display: none;
}

#candidate-cv-container {
    display: block;
}

#cv-minus {
    display: block;
}

#cv-plus {
    display: none;
}

#contact {
}

#contact h1 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #000;
}

#contact h1 span {
    color: #ff5500;
}

#contact h2 {
    font-size: 28px;
    line-height: 52px;
    font-weight: 900;
    color: #000;
    margin-bottom: 40px;
    font-weight: lighter;
}

#contact .left {
    width: 38.3%;
    float: left;
    box-sizing: border-box;
    padding: 30px;
    padding-left: 0px;
    padding-top: 0px;
}

#contact .left li {
    margin-top: 50px;
    line-height: 35px;
    font-weight: lighter;
}

#contact .left li h1 {
    font-size: 50px;
    margin-left: -4px;
    color: #1db789;
}

#contact .right {
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-top: 0px;
}

#contact .right h1 {
    font-size: 50px;
    color: #1db789;
}

#contact .contact-form-left-col {
    width: 49.5%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}

#contact input[type=text] {
    width: 100%;
    padding: 15px;
    border: #fff 1px solid;
    background: #fff;
    border-bottom: #031225 2px solid;
}

#contact .contact-form-right-col {
    width: 49.5%;
    float: left;
    margin-bottom: 1%;
}

#contact textarea {
    width: 100%;
    padding: 15px;
    border: #f9f9f9 1px solid;
    resize: none;
    height: 300px;
    background: #f9f9f9;
    border-bottom: #1db789 2px solid;
}

#contact input[type=text]::placeholder {
    color: #999;
    font-weight: lighter;
}

#contact textarea::placeholder {
    color: #999;
    font-weight: lighter;
}

#contact .right p {
    font-weight: 200;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 10px;
    color: #555;
}

#contact input[type=submit] {
    border: 2px solid #000;
    color: #000;
    float: right;
    width: 200px;
    padding: 15px;
    background: none;
    cursor: pointer;
    transition: ease-in-out .2s all;
    margin-top: 20px;
}

#contact input[type=submit]:hover {
    background: #1db789;
    color: #fff;
    border-color: #1db789;
}

#contact .left a {
    color: #1db789;
}

#contact .left a:hover {
    color: #000;
}

.linkedin-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px;
    margin-top: 10px;
    font-size: 20px;
    transition: all .2s ease-in-out;
    border: 0;
    background-color: #0077B5 !important;
    color: #ffffff !important;
    border-radius: 3px;
    text-decoration: none;
}

.linkedin-button:hover {
    background-color: #005b8b !important;
    text-decoration: none;
}

.insight-img {
    height: 540px;
    border-radius: 10px;
    overflow: hidden;
}
section.latest-insights .insight-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pop_boxes {
    padding: 30px 0 50px;
    margin: 80px 0 0;
}

.pop_box {
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #197F71;
    transition: all ease-in-out 0.4s;
    padding: 30px 20px;
    height: 120px;
}

.pop_box:hover {
    transform: scale(1.05);
}

.pop_box h4 {
    color: #fff;
}

.w_f_u .pop_box {
    height: auto;
    background: none;
    color: #000;
}

.w_f_u .pop_box img {
    max-width: 110px;
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.w_f_u .pop_box h4 {
    color: #000;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    height: 80px;
}

.pop_boxes.w_f_u {
    padding: 95px 0 60px;
}

.left_image {
    max-width: 100%;
    border-radius: 10px;
}

.left_image img {
    width: 100%;
}

.cta_box {
    padding: 50px 20px 20px;
    text-align: center;
    background: #231f20;
    color: #fff;
}

.cta_box .btn-read-more {
    padding: 5px 20px;
    margin-bottom: 35px;
    display: inline-block;
    line-height: 45px;
    border: solid 2px #8e793e;
}

.sector_block {
    text-align: center;
    padding: 30px;
    border: 3px solid #231f20;
    transition: all ease-in-out 0.5s;
    height: 230px;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #231f20;

}

.sector_block img {
    max-width: 60px;
    margin-top: 15px;
}

.sector_block:hover {
    transform: scale(1.02);
    border: 3px solid #8e793e;
}

.sector_block h5 {
    color: #fff;
    text-align: center;
    padding: 25px 0;
    font-weight: 600;
    font-size: 20px;
}

/*#sector_1 {
	background: #f5f5f5 url('../images/sector1.jpg') no-repeat center;
	background-size: cover;
}
#sector_2 {
	background: #f5f5f5 url('../images/sector2.jpg') no-repeat center;
	background-size: cover;
}
#sector_3 {
	background: #f5f5f5 url('../images/sector3.jpg') no-repeat center;
	background-size: cover;
}
#sector_4 {
	background: #f5f5f5 url('../images/sector4.jpg') no-repeat center;
	background-size: cover;
}
#sector_5 {
	background: #f5f5f5 url('../images/sector5.jpg') no-repeat center;
	background-size: cover;
}
#sector_6 {
	background: #f5f5f5 url('../images/sector6.jpg') no-repeat center;
	background-size: cover;
}
#sector_7 {
	background: #f5f5f5 url('../images/sector7.jpg') no-repeat center;
	background-size: cover;
}*/
.latest-insights.lesser_padding {
    padding: 120px 0 0 0;
}


/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

*::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}