.typed-cursor {
        opacity: 1;
        animation: blink .7s infinite;
	color: #ff462e;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

.locked { overflow: hidden; }

.bold { font-family: "Montserrat"; }

.focuses { font-size: 19px; line-height: 30px; font-weight: lighter; }

.focuses strong { color: #ff462e; font-size: 25px; }

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;
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

section {
    background-color: #ffffff;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    display: block;
}

a {
    color: #ffffff;
	text-decoration: none;
}
a:hover {
    color: #ff462e;
	text-decoration: none;
}

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

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

.orange { color: #ff462e; }

.btn-read-more {
    width: 220px;
    height: 60px;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #ff462e;
	background: none;transition: ease-in-out all .2s;
}

.btn-read-more:hover {
  background: transparent;
  color: #000;
  border: 2px solid #000;
}

.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: 70px;
    height: 2px;
    margin-top: 25px;
    background-color: #ff462e;
}

/* Header */

.header {
    width: 100%;
    height: 850px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
	overflow:hidden !important;
	position: relative;
}

.header .content { }

canvas { position: absolute; top: 0px; height: 850px; }

#info { height: 850px; overflow: hidden !important;  }

.header .navbar {
    margin: 30px 30px 0 30px;
    width: 100%;
    padding: 0 25px;
	border-radius: 5px;
}

.header .navbar .ticker { padding-left: 15px; margin-top: 20vh; font-family: "Montserrat"; font-size: 46px; margin-bottom: 10vh; text-align: center; width: 100%; }

/* Content */

.content {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 1000px;
	background: rgba(255,255,255,0.85);
}

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

.central-block h2 {
    font-size: 68px;
    line-height: 78px;
    text-align: center;
    margin-bottom: 0px;
	font-weight: lighter;
	color: #ff462d;
}

.central-block input {
    width: 500px;
    height: 70px;
    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: 70px;
    background: none !important;
    font-size: 20px;
    line-height: 36px;
    color: #ff462e;
    font-weight: bold;
    border: 2px solid #ff462e;
	transition: ease-in-out all .2s;
}

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

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

.central-block .search input {
    margin-right: 14px;
	border:0px;
	border: #666 1px solid;
	background: none;
}

.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 {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
	opacity: 1;

}
video::before { content: ''; background: rgba(255,255,255,0.5); min-width: 100%; min-height: 100%; position: absolute; z-index: 5; 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 */

.menu { margin-top: 40px; }

.navBurger {
    position: absolute;
    top: 6px;
    cursor: pointer;
    background: #ff462e;
    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: 999;
	margin-top: 40px;
}

.navBurger:hover {
  position: absolute;
    top: 6px;
    cursor: pointer;
    
    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: 999;
}

.navBurger:hover ~ h6 {
  color: #000;
}

.navBurger::before,
.navBurger::after {
    content: "";
    position: absolute;
    background: #ff462e;
    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 {
    
}

.navBurger::before {
    top: -10px;
}

.navBurger::after {
    bottom: -10px;
    width: 100%;
}

.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: #ff462e;
}
.navBurger.active:hover:after {
  background: #ff462e;
}

.overlay {
    position: fixed;
    background: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    width: 400px;
    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:999;
}

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

/* .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: 3vw;
}

.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%;
	text-align: center;
}

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

.overlayMenu ul li a:hover {
    color: #ff462e;

}

.overlayMenu ul li a:active {
    padding-left: 80px;
    color: #000;
}

.overlayMenu ul li a:focus {

    padding-left: 80px;
    color: #ff462e;
}

.burger-pop_up h5 {
    font-size: 32px;
    line-height: 22px;
    color: #ff462e;
    font-weight: bold;
    margin-bottom: 20px;
}

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

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

.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 {
    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: #01a7e5;
    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: 14px;
    line-height: 36px;
    color: #ff462e;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 75px;
}

.header .logo {
    text-align: center;
	padding-top: 15px;
}

.header .right-block {
    float: right;
	margin-top: 40px;
}

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

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

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

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

.header button:hover {
  background-color: transparent;
  color: #ff462e;
  border: 2px solid #ff462e;
}

/* About Us */

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

.hidden {
  visibility: hidden;
}

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

.about-us-block h5 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ff462e;
    font-weight: lighter;
    text-transform: uppercase;
    margin-bottom: 45px;
	font-family: 'Montserrat', sans-serif;
}

.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: 30px;
    color: rgb(0,0,0);
    margin-bottom: 25px;
    font-weight: 100;
	font-family: 'Montserrat', sans-serif;
}

.about-us-block p strong { color: #ff462e; font-family: 'Montserrat', sans-serif; }

.about-us-block .btn-read-more {
    width: 220px;
    height: 60px;
    background: #fff;
    font-size: 18px;
    line-height: 36px;
    color: #ff462e;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #000;
}

.about-us-block .btn-read-more:hover { background: #ff462e; color: #fff; }

/* Featured Jobs */

.featured-jobs-block 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: 25px;
    line-height: 35px;
    padding-right:15px;
    color: #ff462e;
    font-weight: lighter;
}

.featured-jobs-block .carousel_item {
    padding: 60px 30px 60px 60px;
    height: 500px;
    background: none;
	border: #666 2px solid;
}

.featured-jobs-block .carousel_item p {

}

.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;

}

.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: #000;
  }
  
  .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: 20px;
    font-weight: 100;
  }
  
  .hire-talent button {
    margin: 50px 160px;
    width: 220px;
    color: #fff;
    border: #ffbc49 2px solid;
	  background: none;
  }

  .hire-talent button:hover {
    /*margin: 50px 120px;*/
    width: 220px;
    color: #ffffff;
    background: #000;
    border: 2px solid #ffffff;
  }
  
  .find-work {
    width: 50%;
    padding: 90px 0 0 30px;
    background: #fff;
  }
  
  .find-work-header {
    display: flex;
    margin: 0 80px;
    font-size: 60px;
    font-weight: 100;
    color: #000;
  }

  .find-work-header .divider {
    margin: 42px 10px 0 0px;
	  background: #000;
}
  
  .find-work-body {
    margin: 0 160px;
    font-size: 20px;
    color: #000;
    font-weight: 100;
  }
  
  .find-work button {
    margin: 50px 160px;
    width: 220px;
	  border: #000 2px solid;
	  background: none;
	  color: #ff462e;
  }
	
.find-work button:hover { 

	color: #fff;
	background: #000;
	
}

  .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: 0 -100px;
    max-width: 650px;
	  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 button {
    width: 60px;
    font-size: 30px;
    font-weight: 100;
	  border-radius: 50%;
  }


  .team img {
    max-width: 650px;

  }

.team .member { margin-bottom: 50px;}
  
  .team-description {
    margin: 30px 0;
  }
  
  .team-header {
    font-size: 30px;
    font-weight: 700;
  }
  
.team-header span { color: #ff462e; }

  .team-body {
    margin: 0px 0;
    font-size: 18px;
    font-weight: 100;
	  margin-bottom: 20px;
  }
  
  .team-description button {
    font-size: 30px;
    font-weight: 100;
	text-align:center !important;
	margin-top: 15px;
	padding-left: 20px; padding-right: 20px;
  }
  
  .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: 100px;
  }
  
  .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: #01a8e6;
    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;
    height: 450px;
    background: #000000;
  }
  
  .footer-under-logo {
    margin: 50px 0;
    font-size: 16px;
    color: #999999;
    font-weight: 100;
  }
  
  .footer-menu-item {
    margin-left: 50px;
    max-width: 220px;
  }
  
  .footer-menu-item-header {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
    color: #ffbc49;
  }
  
  .footer-menu-item-body {
    margin: 42px 0;
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
  }

.content-block { width: 60%; margin: auto; margin-top: 100px; margin-bottom: 100px; text-align: center; }
.content-block h1 { font-size: 50px; font-weight: bold; color: #ff462e; margin-bottom: 30px; }
.content-block .intro { font-size: 22px; margin-top: 30px; margin-bottom: 30px; font-weight: bold; font-family: "Montserrat"; }
.content-block p { font-size: 21px; font-weight: lighter; }



@media screen and (max-width: 1440px) {
    .about-us-block {
        padding: 100px 120px;
        max-width: 1440px;
    }

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

    .overlayMenu {
        margin-top: 0vw;
    }

    .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;

		box-shadow: 0px 0px 80px rgba(0,0,0,0.2);
    }
	/*lets-talk*/
.contact-detail-sec .contact-left p {
	font-size: 18px;
	line-height: 30px;
}
.stream-sec.sub-page {
	padding: 70px 0px;
}
.contact-detail-sec .contact-right .inner-box ul li {
	margin-left: 5px;
	margin-right: 5px;
	width: calc(50% - 14px);
	padding: 20px 0px;
}
.contact-detail-sec .contact-right .inner-box ul li input[type="text"] {
	font-size: 20px;

}
.contact-detail-sec .contact-right .inner-box ul li textarea {
	font-size: 20px;
	padding: 20px 15px;

}
.contact-detail-sec .contact-right .inner-box input[type="checkbox"] + label {

	font-size: 15px;

}
}

@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: 40px;
    }

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

    .central-block h2 {
        font-size: 60px;
        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) {
	
	.header { overflow: visible !important; }
	
	/*lets-talk*/
.contact-detail-sec .contact-left p {
	font-size: 18px;
	line-height: 30px;
}
.stream-sec.sub-page {
	padding: 50px 0px;
}
.contact-detail-sec .contact-right .inner-box input[type="checkbox"] + label::after {
	top: 8px;
}
.contact-detail-sec .contact-right .inner-box ul li {
	margin-left: 5px;
	margin-right: 5px;
	width: calc(50% - 14px);
	padding: 20px 0px;
}
.contact-detail-sec .contact-right .inner-box ul li input[type="text"] {
	font-size: 20px;

}
.contact-detail-sec .contact-right .inner-box ul li textarea {
	font-size: 20px;
	padding: 20px 15px;

}
.contact-detail-sec .contact-right .inner-box input[type="checkbox"] + label {

	font-size: 15px;

}
	
	 .header .right-block {
        display: none;
    }
    .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) {
	.header { overflow: visible !important; }
	.contact-detail-sec .contact-left { padding: 0px; }
	.contact-detail-sec .contact-right .inner-box ul {
	margin:0 auto;}
	/*lets-talk*/
.contact-detail-sec .contact-left p {
	font-size: 18px;
	line-height: 30px;
}
.stream-sec.sub-page {
	padding: 50px 0px;
}
.contact-detail-sec .contact-right .inner-box input[type="checkbox"] + label::after {
	top: 8px;
}
.contact-detail-sec .contact-right .inner-box ul li {
	margin-left: 5px;
	margin-right: 5px;
	width: calc(50% - 14px);
	padding: 20px 0px;
}
.contact-detail-sec .contact-right .inner-box ul li input[type="text"] {
	font-size: 20px;

}
.contact-detail-sec .contact-right .inner-box ul li textarea {
	font-size: 20px;
	padding: 10px 15px 20px 15px;
	min-height: 140px;
	width: calc(100% - 4px);
}
.contact-detail-sec .contact-right .inner-box input[type="checkbox"] + label {

	font-size: 15px;

}
.contact-detail-sec .contact-right .inner-box ul {
	margin:0 auto;
}
.stream-sec.sub-page {
	padding: 40px 25px 25px 25px;
}
.contact-detail-sec .contact-left {
	width: 100% !important;
	float: none !important;
}
.contact-detail-sec .contact-right {
	width: 100% !important;
	float: none !important;
	margin-top: 20px;
}
.contact-detail-sec .contact-left .sub-title {
	font-size: 30px;
	padding-bottom: 0px;
}
.contact-detail-sec .contact-right .title {
	font-size: 34px;
	line-height: 44px;

}
	
.contact-detail-sec .contact-right .inner-box {
	margin-top: 10px;
}
.contact-detail-sec .contact-left li a {
	font-size: 24px;
}
.contact-detail-sec .contact-right .inner-box ul li {
	margin: 0px;
	width: calc(100% - 3px) !important;
	padding: 20px 0px;
	float: none; 
}
	.contact-detail-sec .contact-right .inner-box ul li textarea { width: 100% !important; }
	.call-to-action h2 strong { font-family: "Montserrat"; }
	.header .navbar .ticker { font-size: 24px; }
	.overlay { width: 100%; }
	.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: 567px) {
	
	.about-us-block h5 { line-height: 1.5; }
	
	.featured-jobs-block h4 { font-size: 18px; }
	
    .header {
        height: 900px;
    }

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

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

	.sub-page-header #video-bg { height: 400px; }

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

    .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 {
        
    }
	
	.navBurger::before { top: -7px; }
	.navBurger::after { bottom: -7px; }
	
    .overlayMenu {
        margin-top: 14vw;
    }

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

    .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;
}
}

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

    .navBurger {
      margin-top: 10px;
		width:30px;
    }
	
	.navBurger:hover { width: 30px; }

    .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;
  }
}

.social-link { font-size: 30px; margin-right: 5px; }
.contentspacer { width: 50px; border: #ffbc49 2px solid; margin-top: 30px; margin-bottom: 30px; }

.btn { display: block; width: 250px; padding: 15px; border: #ff462d 2px solid; color: #000; text-transform: uppercase; font-weight: 500; border-radius: 0px;  margin-top: 20px;}
.btn:hover { border-color: #000; }

.client-services ul li { font-size: 18px; font-weight: lighter; margin-bottom: 20px; background: rgba(255,255,255,0.6); padding: 15px; }
.client-services p strong { font-size: 25px; color: #ff462d; margin-bottom: 30px; display:block; }

/*lets-talk*/
.contact-detail-sec {
    width: 70%;
    height: auto;
    padding-bottom: 0px;
    margin: auto;
	padding-top: 80px; padding-bottom: 80px;
}

.contact-detail-sec .contact-left {
    width: 40%;
    float: left;
    padding-right: 60px;
}

.contact-detail-sec .contact-left .sub-title {
    color: #1d282c;
    font-size: 32px;
    line-height: 40px;
    font-weight: lighter;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.contact-detail-sec .contact-left p {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #555555;
}

.contact-detail-sec .contact-left ul {
    padding-top: 10px;
}

.contact-detail-sec .contact-left li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.contact-detail-sec .contact-right {
    width: 60%;
    float: left;
}

.contact-detail-sec .contact-right .title {
    color: #ff462d;
    font-size: 46px;
    line-height: 48px;
    font-weight: lighter;
    text-transform: uppercase;
    text-align: left;
}

.contact-detail-sec .contact-right .inner-box {
    margin-top: 20px;
}

.contact-detail-sec .contact-right .inner-box ul {
    margin-left: -15px;
    margin-right: -15px;
}

.contact-detail-sec .contact-right .inner-box ul li {
    margin-left: 12px;
    margin-right: 12px;
    vertical-align: top;
    width: calc(50% - 27px);
    display: inline-block;
    border-bottom: 1px solid #ff462d;
    padding: 28px 0px 10px;
}

.contact-detail-sec .contact-right .inner-box ul li:last-child {
    width: 100%;
    border: none;
}

.contact-detail-sec .contact-right .inner-box ul li input[type="text"] {
    background: none;
    border: none;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
}

.contact-detail-sec .contact-right .inner-box ul li textarea {
    background: #fff;
    color: #1d282c;
    font-size: 20px;
    font-weight: 300;
    border: none;
    width: calc(100% - 28px);
    padding: 15px 15px 20px;
    border: 1px solid #ff462d;
    min-height: 300px;
    margin-top: 10px;
    box-sizing: border-box;
    resize: none;
}

.contact-detail-sec .contact-right .inner-box .sub-btn {
    background: #1d282c;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 46px;
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    font-family: korolev-compressed, sans-serif;
    border: 2px solid #1d282c;
    margin-top: 20px;
}

.contact-detail-sec .contact-right .inner-box .sub-btn:hover {
    background: none;
    color: #1d282c;
    border: 2px solid #1d282c;
}

.stream-sec.sub-page {
    padding: 80px 0px;
}

.contact-detail-sec .contact-right .inner-box input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-detail-sec .contact-right .inner-box input[type="checkbox"] + label {
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    color: #1d282c;
    font-size: 16px;
    font-weight: 300;
	margin-top: 20px;
}

.contact-detail-sec .contact-right .inner-box input[type="checkbox"] + label a {
    text-decoration: underline;
    color: #1d282c;
}

.contact-detail-sec .contact-right .inner-box input[type="checkbox"]:checked + label::after {
    background: url("../img/blue-checked.png") center center no-repeat;
}

.contact-detail-sec .contact-right .inner-box input[type="checkbox"] + label::after {
    content: ' ';
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #1d282c;
    left: 0px;
    cursor: pointer;
}

.contact-detail-sec .contact-right .inner-box input[type=submit] {
    background: #1d282c;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 46px;
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    font-family: korolev-compressed, sans-serif;
    border: 2px solid #1d282c;
    margin-top: 20px;
}

.contact-detail-sec .contact-right .inner-box input[type=submit]:hover {
    background: none;
    color: #1d282c;
    border: 2px solid #1d282c;
}

/*28-09-2023*/
section.call-to-action .col-md-6 h2.focuses li {
    font-size: 19px;
    line-height: 30px;
    font-weight: lighter;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    padding-bottom: 15px;
    padding-top: 15px;
}