/*
Theme Name: Fevr Child
Theme URI: http://fevr.luvthemes.com
Author: luvthemes
Author URI: http://luvthemes.com
Description: Fevr - Creative MultiPurpose Theme. Forget about compromises, with Fevr it's possible.
Version: 1.1.3.4.2
Template: fevr
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fevr
*/

/* ==========================================================================
   General
   ========================================================================== 
li.wpml-ls-item {
	display:none !important;
}	*/
h2 {
  color: #134C91;
}

.home h2 {
  font-size: 30px;
  color: #000;
}

p {
  line-height: 1.2em;
}

@media screen and (min-width: 992px) {
  #main-content > .section-image-text:first-child img {
    height: 735px !important;
    height: 735px !important;
    width: auto;
    max-width: none !important;
  }
}

.btn.btn-icon-slide-left:hover i, .wp-block-button__link.btn-icon-slide-left:hover i {
  left: 5px !important;
}

#content-wrapper {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  [data-header-position="default"] .main-header-logo {
    margin-top: 0px !important;
  }

  html #l-wrapper-inner header#main-header {
    position: relative;
    height: 95px !important;
    line-height: 95px !important;
  }
}

[data-header-position="default"][data-transparent-header="true"] header#main-header.is-transparent {
  background: rgba(255,255,255,.6);
}

.border-left-radius img, .border-left-radius video {
  -webkit-border-bottom-left-radius: 100%;
  -moz-border-radius-bottomleft: 100%;
  border-bottom-left-radius: 100%;
  overflow: hidden;
}

.border-right-radius img, .border-right-radius video {
  -webkit-border-bottom-right-radius: 100%;
  -moz-border-radius-bottomright: 100%;
  border-bottom-right-radius: 100%;
  overflow: hidden;
}

.section-bottom,
.curved-image {
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .container, #overlay-navigation-inner {
      width: 1024px;
  }
}

/* ==========================================================================
   Main Section
   ========================================================================== */

.section-image-text {
  position: relative;
}

.section-gradient {
  position: static !important;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.section-gradient > .vc_column-inner > .wpb_wrapper {
  padding: 40px;
  z-index: 10;
  background: rgb(66,112,167);
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(120,209,226,.6) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(120,209,226,.6) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(120,209,226,.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
}

@media screen and (min-width: 992px) {
  .section-gradient > .vc_column-inner > .wpb_wrapper {
    position: absolute !important;
    top: 35%;
    left: 0;
    width: 60%;
    font-size: 12px;
    padding: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .section-gradient > .vc_column-inner > .wpb_wrapper {
    position: absolute !important;
    top: 35%;
    left: 0;
    width: 65%;
    padding: 15px;
    font-size: 15px;
  }
}

@media screen and (min-width: 1200px) {
   main .section-gradient.section-gradient-reverse .wpb_wrapper {
		top: 12%;
	}

  .section-gradient > .vc_column-inner > .wpb_wrapper {
    position: absolute !important;
    top: 30%;
    left: 0;
    width: 60%;
    font-size: 16px;
    padding: 40px;
  }
}

@media screen and (min-width: 1600px) {
  .section-gradient > .vc_column-inner > .wpb_wrapper {
    width: 60%;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .main-header-inner {
      padding: 0;
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .main-header-inner {
    padding: 3px 0;
  }
}

.section-gradient-relative > .vc_column-inner > .wpb_wrapper {
  position: relative !important;
  width: auto !important;
  transform: none !important;
}

.section-gradient.section-gradient-reverse > .vc_column-inner > .wpb_wrapper {
  left: auto;
  right: 0;
}

.section-gradient.section-gradient-reverse > .vc_column-inner > .wpb_wrapper  {
  font-weight: normal;
  background: rgb(66,112,167);
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(120,209,226,.6) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(120,209,226,.6) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(120,209,226,.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
}

.section-gradient.section-gradient-reverse.lefttoright > .vc_column-inner > .wpb_wrapper  {
  background: -moz-linear-gradient(right,  rgba(66,112,167,1) 0%, rgba(120,209,226,.6) 100%);
  background: -webkit-linear-gradient(right,  rgba(66,112,167,1) 0%,rgba(120,209,226,.6) 100%);
  background: linear-gradient(to left,  rgba(66,112,167,1) 0%,rgba(120,209,226,.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb7d2', endColorstr='#4270a7',GradientType=1 );
}

.section-gradient .btn {
  border-color: rgba(255,255,255,.4);
  color: #fff;
  font-size: 20px;
  letter-spacing: normal;
}

.section-gradient .btn:hover {
  background: rgba(66,112,167,1) !important;
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(66,112,167,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(66,112,167,1) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(66,112,167,1) 100%);
  color: #fff !important;
  border-color:  rgba(66,112,167,1) !important;
}

.section-title h1 {
  font-size: 30px;
  color: #fff;
}

.section-title {
  position: relative;
}

.section-title:after {
  background: #43627f;
  height: 1px;
  width: 120px;
  position: absolute;
  bottom: -20px;
  left: 0;
  content: ' ';
}

/* ==========================================================================
   Menu
   ========================================================================== */

header .current-menu-item a {
  background: rgb(66,112,167);
  background: -moz-linear-gradient(left, #124b90 0%, rgba(120,209,226,1) 100%);
  background: -webkit-linear-gradient(left,  #124b90 0%,rgba(120,209,226,1) 100%);
  background: linear-gradient(to right,  #124b90 0%,rgba(120,209,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
  color: #fff !important;
}

body:not([data-header-position="left"])[data-transparent-menu="true"] .nav-menu > li:hover {
  color: #000;
}

body:not([data-header-position="left"])[data-transparent-menu="true"] .nav-menu > li:hover a {
  background: rgb(66,112,167);
  color: #fff;
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(120,209,226,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
}

body:not([data-header-position="left"])[data-transparent-menu="true"] .nav-menu > li.current-menu-item:hover a {
  color: #fff !important;
}
.nav-menu li a {
    font-weight: normal;
    text-transform: none;
}
/* ==========================================================================
   Bottom
   ========================================================================== */

.section-bottom {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 35px;
}

.section-bottom .btn {
  font-size: 28px;
  color: #fff;
  background: rgb(66,112,167);
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(120,209,226,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
  letter-spacing: normal;
  font-weight: bold;
}

.section-bottom .btn:hover {
  background: rgba(66,112,167,1) !important;
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(66,112,167,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(66,112,167,1) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(66,112,167,1) 100%);
  color: #fff !important;
  border-color:  rgba(66,112,167,1) !important;
}

/* ==========================================================================
   Services
   ========================================================================== */

.section-services .luv-carousel-item {
  background: #3388B5;
  height: 100%;
  color: #fff;
  min-height: 400px;
}

.luv-carousel-item li {
  overflow: hidden !important;
}


@media screen and (min-width: 992px) {
  .section-services .luv-carousel-item {
    min-height: 440px;
  }
}

@media screen and (min-width: 1200px) {
  .section-services .luv-carousel-item {
    min-height: 480px;
  }
}

@media screen and (min-width: 1600px) {
  .section-services .luv-carousel-item {
    min-height: 540px;
  }
}

.section-services .vc_column_container > .vc_column-inner {
  padding: 0 !important;
}

.section-services .vc_row {
  margin: 0 !important;
}

/*
.section-services .wpb_column > a {
  position: absolute;
  width: 100%;
  height: 100%;
}
*/

.section-services .wpb_column a {
  color: #fff;
}

.section-services .vc_column-inner > .wpb_wrapper h3 {
  font-size: 22px;
  position: relative;
  color: #fff;
}

.section-services .vc_column-inner > .wpb_wrapper h3:after {
  background: #5c83b3;
  height: 1px;
  width: 120px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -60px;
  content: ' ';
}

.section-services .wpb_text_column {
  padding: 15px;
  margin-bottom: 0;
}

.section-services .vc_column-inner > .wpb_wrapper p {
  font-size: 16px;
}

/* ==========================================================================
   Home
   ========================================================================== */

@keyframes spin {
  100% {
    transform: translateX(10px); opacity: 1; } }

@keyframes very_special_animation {
  100% {
    transform: translateX(10px);
  }
}

.awsm-job-item:hover i,
.awsm-job-item:hover .awsm-job-more span:before {
  animation:spin 1s linear infinite;
}

.btn-icon:hover span:last-child {
  animation:very_special_animation 0.4s linear forwards;
}


.job-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.awsm-job-item >a {
  background: #fff;
  height: 100%;
}

.awsm-job-item:hover > a {
  background: transparent;
}

.job-openings-container .btn {
  background: transparent !important;
  color: rgba(66,112,167,1) !important;
  text-transform: none !important;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 20px !important;
  border-color: rgba(66,112,167,1);
  border-width: 1px;
}

.job-openings-container .btn:hover {
  background: rgba(66,112,167,1) !important;
  color: #fff !important;
}

.awsm-job-item {
  background: rgb(66,112,167);
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(120,209,226,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
  padding: 2px !important;
}

.awsm-job-item > div {
  height: 100%;
}

.job-list li > div > div,
.awsm-job-item .awsm-grid-left-col,
.awsm-job-item .awsm-grid-right-col {
  padding: 20px;
  background: #fff;
}

.job-list li:hover > div > div,
.awsm-job-item:hover .awsm-grid-left-col,
.awsm-job-item:hover .awsm-grid-right-col {
  background: transparent;
}

.job-list h3,
.awsm-job-post-title {
  color: #124b90;
  font-size: 22px !important;
  text-align: center !important;
}

.job-list li:hover h3,
.awsm-job-item:hover .awsm-job-post-title {
  color: #fff;
}

.job-details,
.awsm-job-specification-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.job-details span,
.awsm-job-specification-wrapper > div {
  width: 50%;
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  margin-bottom: 15px;
}

.awsm-job-listing-item {
  position: relative;
}

.job-list .more {
  color: #56c6db;
  font-weight: bold;
  text-align: right;
  display: block;
}

.awsm-job-listing-item:hover .more {
  color: #fff;
}

.job-list .more i {
  opacity: 0;
}

/*
.job-list a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
*/

li:hover .job-details span,
li:hover a,
.awsm-job-item:hover .awsm-job-specification-wrapper > div,
.awsm-job-item:hover .awsm-job-more {
  color: #fff;
}

.awsm-job-more-container  {
  font-weight: bold;
  text-align: right;
}

.awsm-job-more-container .awsm-job-more span::before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
}

.job-details span img {
  vertical-align: middle;
  margin-right: 10px;
  width: 24px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer .footer-about {
  display: flex;
  align-items: center;
}

.menu-footer-menu-1-container a {
  padding: 20px 0 !important;
}

.menu-footer-menu-2-container a {
  text-align: left !important;
  padding-left: 50px !important;
}

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

   #footer-widgets a {
     padding-bottom: 0 !important;
   }
  #footer-widgets div > .widget {
    margin-bottom: 10px !important;
  }

  #footer-widgets div:nth-child(3) > .widget {
    margin-bottom: 30px !important;
  }

  #footer-widgets div:not(:last-child) > .widget.widget_custom_html {
    margin-bottom: 0 !important;
  }

  .menu-footer-menu-2-container a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
}

footer .wpml-ls-item {
  display: none !important;
}

footer .footer-about img {
  vertical-align: middle;
  width: 115px;
}

footer .footer-about p {
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 30px;
}

footer .widget_nav_menu a {
  border-bottom: 0 !important;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.footer-address {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-address img {
  position: absolute;
  left:0;
  top: 50%;
  margin-top: -15px;
  width: 40px;
}

.footer-address li {
  position: relative;
  padding-left: 50px;
  font-size: 16px;
}

.footer-address {
  color: #124b90;
}

.footer-social {
  font-size: 18px;
  text-align: center;
  margin-top: 50px;
  font-style: italic;
}

.footer-social a,
.footer-social i {
  color: #0077b7;
}

.footer-social i {
  font-size: 40px;
  margin-top: 20px;
}

#footer-widgets {
  padding-bottom: 0;
}

#footer-copyright {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

footer .custom-html-widget a {
  border: 0 !important;
  color: #124b90 !important;
}

/* ==========================================================================
   MENU
   ========================================================================== */

.nav-menu > li {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) {
    [data-header-position="default"] .main-header-logo {
        top: 35%;
		padding-left:20px;
	}
}
@media screen and (min-width:768px) and (max-width: 1023px) {
  .main-header-logo img {
    height: 80px;
  }
}

#nav-primary {
  line-height: 2.2em;
}

@media screen and (min-width: 768px) {
  #nav-primary {
    float: none;
    flex: 1;
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .nav-menu {
    display: inline-block;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .main-header-logo img {
    height: 70px;
	padding-left:20px;
	  margin-top:10px;
	}
}
.c-animated.c-animate-bottom {
  animation: c-animate-bottom 0.3s ease 1 forwards;
}

.c-animated.c-animate-right {
  animation: c-animate-right 0.3s ease 1 forwards;
}

.c-animated.c-animate-fade-in {
  animation: c-animate-fade-in 0.3s ease 1 forwards;
}

/* ==========================================================================
   Job page
   ========================================================================== */

.awsm-filter-wrap .awsm-selectric-wrapper,
.awsm-filter-item-search {
  background: rgb(66,112,167);
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(120,209,226,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
  padding: 1px;
}

@media screen and (max-width: 767px) {
  .awsm-filter-wrap .awsm-filter-item:first-child {
    display: block;
  }
}

.awsm-filter-wrap .awsm-selectric-wrapper .awsm-selectric,
.awsm-filter-item-search input {
  background: #fff;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.awsm-filter-wrap .awsm-selectric-wrapper .awsm-selectric .label {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

.awsm-job-specification-job-location .awsm-job-specification-term:before {
  background: url(/wp-content/themes/fevr-child/images/location.png);
  width: 24px;
  margin-right: 10px;
  vertical-align: middle;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
}

.awsm-job-specification-date .awsm-job-specification-term:before {
  background: url(/wp-content/themes/fevr-child/images/calendar.svg);
  fill: #55C3D9;
  width: 24px;
  margin-right: 10px;
  vertical-align: middle;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
}

.awsm-job-specification-salary .awsm-job-specification-term:before {
  background: url(/wp-content/themes/fevr-child/images/salary.svg);
  width: 24px;
  margin-right: 10px;
  vertical-align: middle;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
}

.awsm-job-specification-language .awsm-job-specification-label:before {
  background: url(/wp-content/themes/fevr-child/images/language.svg);
  width: 24px;
  margin-right: 10px;
  vertical-align: middle;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
}

.awsm-job-specification-job-category .awsm-job-specification-term:before {
  background: url(/wp-content/themes/fevr-child/images/sector.svg);
  width: 24px;
  margin-right: 10px;
  vertical-align: middle;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
}

.btn-big .btn {
  font-size: 14px;
  color: #fff;
  background: rgb(66,112,167);
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(120,209,226,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
  letter-spacing: normal;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-big .btn:hover {
  background: rgba(66,112,167,1);
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(66,112,167,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(66,112,167,1) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(66,112,167,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
  color: #fff !important;
  border-color:  rgba(66,112,167,1) !important;
}

@media screen and (min-width: 768px) {
  .btn-big .btn {
    font-size: 28px;
  }
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-text {
	border-bottom: 2px solid black;
	border-radius: unset;
}

form.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
	background-color: #fbf6f6;
	border-radius: unset;	
}

form.wpcf7-form span.wpcf7-not-valid-tip {
  color: #c92828;
  padding: 5px;
}

.wpcf7 .btn {
  font-size: 28px;
}

.awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
  width: 30%;
}

.awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
  width: 70%;
}

.single-awsm_job_openings .awsm-job-specification-label strong {
  display: none;
}

.single-awsm_job_openings .awsm-job-specification-wrapper,
.single-awsm_job_openings .awsm-job-specification-wrapper > div {
  display: block;
  width: 100%;
}

.single-awsm_job_openings .awsm-job-entry-content {
  margin-bottom: 30px
}

.awsm-job-entry-content h3 {
  font-size: 24px;
}

.awsm-job-form-inner {
  clear: both;
  background: rgb(66,112,167);
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(120,209,226,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
  padding: 1px;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.13);
}

.awsm-jobs-single-title {
  font-size: 35px;
  color: #124b90;
  text-align: center;
}

.single-awsm_job_openings .awsm-job-specification-language {
  display: none;
}

#awsm-application-form {
  background: #fff;
  padding: 30px 20%;
}

#awsm-application-form h2 {
  font-size: 28px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

#awsm-application-form input[type="text"],
#awsm-application-form input[type="email"],
#awsm-application-form input[type="tel"],
#awsm-application-form textarea {
  border: 0;
  resize: none;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  background: rgb(66,112,167);
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(120,209,226,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
}

#awsm-application-form input[type="text"]::placeholder,
#awsm-application-form input[type="email"]::placeholder,
#awsm-application-form input[type="tel"]::placeholder,
#awsm-application-form textarea::placeholder,
.awsm-filter-item-search input::placeholder {
  color: #fff;
  opacity: 1;
}

#awsm-application-form div:not(.awsm-job-inline-group) label {
  display: none !important;
}

#awsm-application-form input[type="submit"] {
  font-size: 28px;
  color: #fff;
  background: rgb(66,112,167);
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(120,209,226,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
  letter-spacing: normal;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
}

#awsm-application-form input[type="submit"]:hover {
  background: rgba(66,112,167,1);
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(66,112,167,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(66,112,167,1) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(66,112,167,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
  color: #fff !important;
  border-color:  rgba(66,112,167,1) !important;
}

.awsm-job-form-group:last-child {
  text-align: right;
}

body #awsm-application-form  label[for="awsm-application-file"] {
  display: block !important;
  font-size: 22px;
  font-weight: bold;
  color: #124b90;
}

body #awsm-application-form  label[for="awsm_form_privacy_policy"] {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

#awsm-application-form .awsm-resume-file-control {
  border: 2px solid #185697;
  padding: 15px;
  font-size: 16px;
  color: #000;
}

.awsm-job-form-group input[type="checkbox"] {
  margin-left: 0;
}

.awsm-job-single-wrap {
  margin-bottom: 50px;
}

.awsm-filter-item-search input {
  background: rgb(66,112,167);
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, #78d1e2 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,#78d1e2 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%, #78d1e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
}

.awsm-job-icon-search {
  font-size: 26px;
  opacity: .7;
}

.awsm-filter-item-search .awsm-job-search-icon-wrapper {
  color: #fff;
}

.listing-page-awsm_job_openings #crumbs {
  margin-bottom: 30px;
}

html .awsm-load-more-main a.awsm-load-more {
  box-shadow: none !important;
  background: transparent !important;
  color: rgba(66,112,167,1) !important;
  text-transform: none !important;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 20px !important;
  border-color: rgba(66,112,167,1) !important;
  border-width: 1px !important;
}

html .awsm-load-more-main a.awsm-load-more:hover {
  background: rgba(66,112,167,1) !important;
  color: #fff !important;
  border-color:  rgba(66,112,167,1) !important;
}

/* ==========================================================================
   Services
   ========================================================================== */

.gradient-box > .wpb_column > div > .wpb_wrapper {
  color: #fff;
  padding: 30px;
  height: 100%;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.33);
  background: rgb(66,112,167);
  background: -moz-linear-gradient(left, #124b90 0%, rgba(120,209,226,1) 100%);
  background: -webkit-linear-gradient(left,  #124b90 0%,rgba(120,209,226,1) 100%);
  background: linear-gradient(to right,  #124b90 0%,rgba(120,209,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
}

.gradient-box > .wpb_column > div > .wpb_wrapper .wpb_text_column {
  margin-bottom: 0 !important;
}

/* ==========================================================================
   Contact
   ========================================================================== */

span.wpcf7-list-item {
  margin-left: 0;
  font-size: 12px;
}

.wpcf7-form-control-wrap.first_name,
.wpcf7-form-control-wrap.last_name,
.wpcf7-form-control-wrap.email_address,
.wpcf7-form-control-wrap.phone,
.wpcf7-form-control-wrap.message {
  background: rgb(66,112,167);
  background: -moz-linear-gradient(left,  rgba(66,112,167,1) 0%, rgba(120,209,226,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  background: linear-gradient(to right,  rgba(66,112,167,1) 0%,rgba(120,209,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4270a7', endColorstr='#4eb7d2',GradientType=1 );
  padding: 1px;
  display: block;
  border-radius: 5px;
  margin-bottom: 20px;
}

.wpcf7-form-control-wrap > input[type="text"],
.wpcf7-form-control-wrap > input[type="password"],
.wpcf7-form-control-wrap > input[type="tel"],
.wpcf7-form-control-wrap > input[type="email"],
.wpcf7-form-control-wrap > textarea {
  background: #fff;
  border: 0;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  resize: none;
  margin: 0;
  display: block;
}

.upload-label {
  color: #124b90;
}

.upload-label small {
  font-size: 12px;
  color: #000;
}

.wpcf7-form-control-wrap.your_document {
  border: 2px solid #185697;
  padding: 10px;
  margin-left: 20px;
}

.wpcf7-form .btn {
  font-size: 22px;
  padding-left: 40px;
  padding-right: 40px;
}

#crumbs {
  font-size: 14px;
}

#crumbs a:hover,
#crumbs a {
  color: #777 !important;
}

#crumbs i {
  color: #56c6db;
  vertical-align: middle;
  margin: 0 5px;
}

.job-metas {
  color: #8d8d8d;
  font-size: 14px;
}

.job-metas span {
  display: inline-block;
  margin-right: 15px;
}

.job-metas span svg {
  height: 17px;
  vertical-align: sub;
  width: 17px;
  fill: #8d8d8d;
}

.awsm-grid-item,
a.awsm-grid-item {
  margin-bottom: 30px !important;
}

.luv-carousel .owl-stage {
  display: flex;
  align-content: center;
  align-items: center;
}

.nav-menu > li:not(.l-megamenu) .sub-menu {
  background: transparent;
}

.nav-menu .sub-menu li:hover {
  background: transparent !important;
}

.wpml-ls-item {
  font-size: 16px !important;
}

.wpml-ls-item .sub-menu {
  text-align: center;
  font-size: 16px !important;
  width: 100%;
}

.wpml-ls-current-language > a > span > .wpml-ls-native:after {
  content: '▼';
  vertical-align: top;
  margin-left: 5px;
  font-size: 12px;
}

.wpml-ls-item .sub-menu a {
  padding: 0;
  text-align: center;
}

.btn[type="submit"] {
  padding: 0px 65px;
}

.nav-buttons > li > a {
  color: rgba(66,112,167,1);
}

#mobile-nav {
  background: rgba(66,112,167,1);
}

#mobile-nav ul a {
  border: 0;
  color: #fff;
  font-weight: bold;
}

#mobile-nav .wpml-ls-item .sub-menu {
  text-align: left !important;
}

#mobile-nav .sub-menu {
  margin-left: 0 !important;
}

#mobile-nav ul a {
  text-align: left;
}

.partners-carousel img {
  max-width: 200px !important;
}

.partners-carousel .wpb_single_image.vc_align_left {
  text-align: center;
}

@media screen and (min-width: 768px) {

  #footer-widgets .l-grid-3:nth-child(1) {
    width: 32%;
  }

  #footer-widgets .l-grid-3:nth-child(2) {
    width: 22%;
  }

  #footer-widgets .l-grid-3:nth-child(3) {
    width: 26%;
  }

  #footer-widgets .l-grid-3:nth-child(4) {
    width: 20%;
  }
.mobile-show {
	display:none;
}
.mobile-hidden {
	display:block;
}
}

@media screen and (max-width: 767px) {
  .flipped-img-order {
    display: flex;
    flex-flow: column;
  }

  .flipped-img-order > .wpb_column:first-child {
    order: 2;
  }

  .flipped-img-order > .wpb_column:last-child {
    order: 1;
  }
	.mobile-show {
	display:block;
}
.mobile-hidden {
	display:none;
}
}

.awsm-job-specification-language .awsm-job-specification-term:last-child:before {
  display: none;
}

.btn-icon .fa-chevron-right {
  visibility:hidden;
}
.btn-icon:hover .fa-chevron-right {
  visibility:visible;
}
.cf7-cf-turnstile {
	margin-bottom:0 !important;
}

/* added 2025-06-27 */

main #custom-background-position-projects {
	background-position: 100% 25% !important;
}

main div.custom-margin-main-video {
	margin-bottom: 0px;	
}

/* added 2025-07-04 */

.wpb_wrapper ul ul {
    list-style-type: circle;
    /* margin-left: 20px; */
}

.custom-list-margin-left {
	margin-left: 20px;
}

.custom-logo-70, .custom-logo-60 {
	display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    
}

.custom-logo-70 div.vc_single_image-wrapper img {
	width: 70%;
	height: auto;
}

.custom-logo-60 div.vc_single_image-wrapper img {
	width: 60%;
	height: auto;
}

main input[name="your_document"] {
  margin-left: 20px;
}

/* added 2025-07-07 */

main .awsm-job-specification-item.awsm-job-specification-job-type {
	display: none;	
}