/*
Theme Name: eBuilder
Theme URI: ebuilder.com
Author: eBuilder
Author URI: https://ebuilder.com
Description: This theme has been designed for eBuilder website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ebuilder
Domain Path: /languages/
Tags: one-column, two-columns, custom-menu, full-width-template, theme-options, threaded-comments,
*/

body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #202020;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.5px;
}

* {
  background-repeat: no-repeat;
}

a,
.btn {
  -webkit-transition: ease-out all 0.3s;
  -moz-transition: ease-out all 0.3s;
  transition: ease-out all 0.3s;
}

a {
  text-decoration: none;
  color: #0db2e0;
}

a:hover,
a:active {
  color: #0db2e0 !important;
}

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

hr {
  border-top: 1px solid #d9d9d9;
  border-bottom: none;
  margin: 20px 0;
}

h1,
h2,
h3,
h4,
.h4,
h5 {
  margin-bottom: 0;
  font-weight: 600;
}

h1,
.h1,
h2,
.h2 {
  font-size: 40px;
  line-height: 54px;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.color-dark-blue {
  color: #0a2c51;
}

.color-black {
  color: #293035;
}

.color-white,
.color-white a {
  color: #ffffff;
}

.color-blue {
  color: #0db2e0 !important;
}

.bg-blue-1 {
  background-color: #0a2c51;
}

.bg-blue-2 {
  background-color: #097595;
}

.bg-blue-3 {
  background-color: #2083a2;
}

.bg-black-1 {
  background-color: #293035;
}

.p-t-5 {
  padding-top: 5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-t-90 {
  padding-top: 90px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-t-110 {
  padding-top: 110px;
}

.p-b-110 {
  padding-bottom: 110px;
}

.p-t-120 {
  padding-top: 120px;
}

.p-b-120 {
  padding-bottom: 120px;
}

.p-t-150 {
  padding-top: 150px;
}

.p-b-150 {
  padding-bottom: 150px;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-t-0 {
  padding-bottom: 0;
}

.no-padding {
  padding: 0;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.no-margin {
  margin: 0;
}

.uppercase {
  text-transform: uppercase;
}

.justify {
  text-align: justify;
}

.clearfix {
  clear: both;
}

.container-md {
  max-width: 900px;
}

.container-sm {
  max-width: 760px;
}

.container-xs {
  max-width: 600px;
}

#main {
  overflow: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn {
  padding: 5px 20px;
  position: relative;
  color: #fff;
  display: inline-block;
  background-color: #0a2c51;
  min-width: 150px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  outline: 0 !important;
  border: 0;
  cursor: pointer;
}

.btn img {
  max-width: 16px;
  margin-left: 12px;
  margin-top: -1px;
}

.btn-2 {
  background-color: #0196c2;
}

.btn:hover {
  color: #fff !important;
  background-color: #0a2c51;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.header {
  padding: 15px 0 0 0;
  position: relative;
  z-index: 999;
}

.logo {
  float: left;
}

.menuarea {
  float: right;
  padding-top: 3px;
}

.menu li {
  display: inline-block;
}

.menu li a {
  display: inline-block;
  padding: 4px 20px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 20px;
}

.menu li.header-btn a {
  background-color: #0a2c51;
  color: #ffffff;
  font-size: 15px;
  margin-left: 15px;
  padding-bottom: 4px;
}

.menu li .sub-menu li {
  display: block;
  border-bottom: 1px solid rgb(1 150 194 / 60%);
}

.menu li .sub-menu li a {
  padding-bottom: 4px;
  display: block;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: inherit;
}

/*sub-menu*/
.menu li {
  position: relative;
}

.menu li .sub-menu {
  width: 240px;
  position: absolute;
  top: 56px;
  left: 0;
  cursor: pointer;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 40%);
  background-color: #097595;
  z-index: 99;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}

.menu li .sub-menu:before {
  content: '';
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #097595;
  z-index: 99999;
  position: absolute;
  margin-left: 20px;
  margin-top: -9px;
}

.menu li:hover .sub-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.intro {
  min-height: 580px;
  background-image: url('img/slider-img.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
}

.intro-content {
  padding-right: 40px;
}

.list {
  padding-left: 0;
}

.list li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 3px;
}

.list li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 8px;
  top: 11px;
}

.list.list-2 li {
  padding-left: 40px;
  padding-bottom: 5px;
}

.list.list-2 li:before {
  content: url(img/correct-icon.png);
  background-color: transparent;
  top: 6px;
}

.intro-content .btn {
  min-width: 150px;
}

.cybersecurity-service-box {
  text-align: center;
  border: 1px solid #0196c2;
  background-color: #097595;
  padding: 25px 25px 40px 25px;
}

.service-content-inner {
  min-height: 390px;
}

.home-career {
  background-image: url('img/career_bg.jpg');
  background-position: center;
  background-size: cover;
}

/* start 2023-09-07 footer update*/

footer .footer-about .our-product-logos {
  display: flex;
  margin-top: 30px;
  min-height: 80px;
}

footer .footer-about .our-product-logos .product-logo {
  margin-right: 20px !important;
  margin-top: 0px;
}

/* end 2023-09-07 footer update*/

.footer-address {
  padding-left: 60px;
}

.footer-socket {
  border-top: 1px solid #253d46;
}

.footer-socket p {
  opacity: 0.7;
}

.footer-contacts .footer-contact-line {
  padding-bottom: 7px;
}

.footer-contacts .footer-contact-line a.color-blue {
  color: #0db2e0 !important;
}

.footer-contacts .footer-contact-line img {
  margin-right: 5px;
}

.footer-social a {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 8px;
  margin-right: 5px;
  line-height: 25px;
}

.footer-social a:hover {
  border: 1px solid #119ec7;
}

.mobile-menu-icon {
  display: none;
}

.page-intro {
  background-image: url(img/title-bg.jpg);
  background-size: cover;
  background-position: center;
}

.page-intro-2 {
  background-image: url(img/product_bg.jpg);
}

.iso-content img {
  float: left;
  margin-right: 30px;
}

.team-box {
  text-align: center;
}

.team-box .team-title {
  font-size: 20px;
  padding: 10px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-box .team-name {
  padding: 20px 10px;
}

.location-box {
  border: 1px solid #0196c2;
  background-color: #2083a2;
  padding: 70px 70px 40px 70px;
  position: relative;
  margin-bottom: 60px;
}

.location-map {
  overflow: hidden;
}

.location-map iframe {
  margin-top: -150px;
  margin-bottom: -14px;
}

.location-box .location-image {
  position: absolute;
  top: -40px;
  left: -30px;
}

.location-map {
  margin-right: 20px;
}

.loc-contacts .loc-contact-line {
  padding-bottom: 7px;
}

.loc-contacts .loc-contact-line img {
  margin-right: 5px;
}

.contact-form .form-row {
  margin-bottom: 20px;
}

.contact-form .form-row .form-label {
  margin-bottom: 0px;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
}

.contact-form .form-row .form-field .field-input,
.contact-form .wpcf7-text,
.contact-form .wpcf7-textarea {
  width: 100%;
  border: 1px solid #0196c2;
  background-color: #097595;
  font-size: 16px;
  padding: 15px 20px;
  color: #fff;
  outline: 0 !important;
}

.contact-form
  .form-row
  .form-field
  .field-input::placeholder {
  color: #7eaabc;
  opacity: 1;
}

.contact-form
  .form-row
  .form-field
  .field-input:-ms-input-placeholder {
  color: #7eaabc;
}

.contact-form
  .form-row
  .form-field
  .field-input::-ms-input-placeholder {
  color: #7eaabc;
}

.contact-form .wpcf7-text::placeholder {
  color: #7eaabc;
  opacity: 1;
}

.contact-form .wpcf7-text:-ms-input-placeholder {
  color: #7eaabc;
}

.contact-form .wpcf7-text::-ms-input-placeholder {
  color: #7eaabc;
}

.contact-form .wpcf7-textarea::placeholder {
  color: #7eaabc;
  opacity: 1;
}

.contact-form .wpcf7-textarea:-ms-input-placeholder {
  color: #7eaabc;
}

.contact-form .wpcf7-textarea::-ms-input-placeholder {
  color: #7eaabc;
}

.contact-form .wpcf7-textarea {
  height: 150px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}

.call-to-action h4 {
  float: left;
  padding: 34px 40px;
  font-weight: 500;
}

.career-description {
  background-color: #54bada;
}

.career-process {
  background-color: #2083a2;
}

.why-eb {
  background-color: #2083a2;
}

.call-to-action a {
  display: inline-block;
  float: right;
  padding: 40px;
  font-size: 20px;
  background-color: #093667;
}

.career-list-single {
  padding: 25px;
}

.career-meta .career-meta-data {
  display: inline-block;
  margin-right: 25px;
  color: #95e8ff;
}

.career-list-single .btn {
  width: 180px;
}

.career-list-single h3 {
  color: white;
  font-size: 20px;
  line-height: 32px;
}

.career-content h3 {
  padding-bottom: 20px;
}

.career-content ul {
  padding-bottom: 30px;
}

.vacancy-list {
  background-color: #92caff;
}

.vacancy-readmore-btn {
  position: relative;
  font-weight: 600;
  color: white !important;
}

.vacancy-readmore-btn::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/right-arrow.png);
  top: 7px;
}

.vacancy-readmore-btn-wrapper {
  color: white;
  background-color: #097595;
  padding-right: 32px;
  min-height: 50px;
}

.career-list-single-wrapper {
  background-color: #092b4f;
}

@media only screen and (max-width: 1199px) {
  .intro-content {
    padding-top: 0px;
  }

  .cybersecurity-service-box h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .service-content-inner {
    min-height: 390px;
  }
}

@media only screen and (max-width: 992px) {
  .mobile-menu-icon {
    display: inline-block;
    float: right;
    background-color: #0a2c51;
    padding: 10px;
    margin-top: 5px;
  }

  .mobile-menu-icon span {
    display: block;
    height: 2px;
    background-color: #ffffff;
    width: 25px;
    margin-bottom: 6px;
  }

  .menuarea {
    display: none;
  }

  .intro {
    background-image: url(img/slider-mobile-img.jpg);
    min-height: 540px;
  }

  .mobile-menu-icon span:last-child {
    margin: 0;
    width: 19px;
    float: right;
  }

  .mission-image {
    padding-top: 30px;
  }

  .service-content-inner {
    min-height: auto;
  }

  .cybersecurity-service-box {
    margin-bottom: 40px;
  }

  .home-solutions {
    padding-bottom: 40px;
  }

  .footer-address {
    padding-left: 0px;
    padding-top: 40px;
  }

  .menu-has-opened .menuarea {
    position: absolute;
    background-color: #0196c2;
    left: 0;
    right: 0;
    top: 62px;
  }

  .menuarea {
    position: absolute;
    background-color: #0196c2;
    left: 0;
    right: 0;
    top: 62px;
    z-index: 99;
    text-align: center;
  }

  .menu li {
    display: block;
    border-bottom: 1px solid #6898d1;
  }

  .menu li a {
    display: block;
  }

  .menu li.header-btn a {
    background-color: transparent;
    font-size: 16px;
    margin-left: 0px;
    color: #333333;
    padding-bottom: 15px;
  }

  .container-md {
    max-width: 720px;
  }

  .footer-address .col-md-6 {
    padding-bottom: 30px;
  }

  .footer-widget {
    padding-bottom: 20px;
  }

  .logo {
    padding-bottom: 15px;
  }

  .menu li a {
    padding-bottom: 4px;
  }

  .menu li {
    display: block;
    border-bottom: 1px solid #14a9d5;
  }

  .menu li.header-btn a {
    padding-bottom: 7px;
  }

  .menu li .sub-menu:before {
    display: none;
  }

  .menu li .sub-menu {
    width: 100%;
    position: relative;
    top: 0px;
    box-shadow: none;
    background-color: #13a3cd;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  .menu li .sub-menu li a {
    color: rgb(255 255 255 / 70%);
    font-weight: 400;
  }

  .menu li a {
    color: #ffffff;
  }

  .menu li.header-btn a {
    color: #ffffff;
  }

  .team-box {
    padding-bottom: 40px;
  }

  .location-box {
    padding: 70px 30px 40px 70px;
  }

  .location-map {
    margin-right: 0px;
    padding-bottom: 40px;
  }

  .bpass-description .list {
    margin-bottom: 30px;
  }

  .call-to-action h4 {
    float: none;
    text-align: center;
  }

  .call-to-action a {
    display: block;
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .container-md {
    max-width: 540px;
  }

  .location-box .location-image {
    max-width: 200px;
  }

  .iso-content img {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .location-box {
    padding: 70px 30px 40px 50px;
  }

  .location-box .location-image {
    left: -10px;
  }
}

/*################ Hiring proces ##################*/
.div-centered {
  display: flex;
  flex-direction: column;

  align-content: center;
  align-items: center;
  justify-content: center;
}

.step-wrapper {
  background-color: white;
  color: black;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}

.step-text {
  font-size: 16px;
  color: #097595;
  font-weight: 600;
  line-height: 24px;
}

.step-number {
  font-size: 32px;
  color: #097595;
  font-weight: 600;
  line-height: 24px;
}

#step-line::before {
  content: '';
  position: absolute;
  top: 6em;
  z-index: 1;
  left: 95px;
  border-left: 2px dashed #0db2e0;
  height: 40em;
}

.life-at-eb {
  background-color: #54bada;
}

.life-at-eb-left {
  background-color: white;
  padding: 80px 60px;
}

.life-at-eb-left p {
  max-width: 450px;
  color: #09284a;
  font-size: 24px;
  font-weight: 500;
  line-height: 45px;
}

.life-at-eb-right {
  background-color: #092b4f;
  color: white;
  padding: 60px;
}

.service-line {
  margin-left: 45px;
  max-width: 360px;
}

.service-line-title {
  position: relative;
  padding-bottom: 15px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
}

.service-line-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/icon-plus.png);
  top: 10px;
}

.service-line .service-line-title.active:before {
  background-image: url(img/icon-minus.png);
}

.service-line .service-line-content {
  display: none;
}

.service-line.active .service-line-content {
  display: block;
}

/*testimonials section*/
.testimonials {
  background-color: #54bada;
}

.testimonial-image {
  width: 200px !important;
  border-radius: 100%;
}

.testimonial-wrapper {
  background-color: #09284a;
  padding: 50px;
  margin-bottom: 20px;
}

.owl-nav {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.owl-prev {
  margin-right: 15px;
}

.owl-next {
  margin-left: 15px;
}

@media only screen and (max-width: 992px) {
  .process-wrapper h3 {
    text-align: center;
    padding-top: 20px;
  }

  .process-wrapper p {
    text-align: center;
  }

  #careers-image-carousel {
    padding-top: 30px;
  }

  .life-at-eb-left {
    padding: 50px 25px;
  }

  .life-at-eb-right {
    padding: 30px 20px;
  }

  .life-at-eb-left p {
    font-size: 21px;
    line-height: 42px;
  }

  .testimonial-wrapper {
    padding: 45px 35px;
  }

  .testimonial-wrapper p {
    padding-top: 30px;
    text-align: center;
  }

  .testimonial-wrapper h6 {
    text-align: center;
  }

  .owl-nav {
    display: none;
    /* position: absolute;
    right: 25px;
    bottom: 5px; */
  }

  #step-line::before {
    display: none;
  }
}

.map-iframe-fallback {
  cursor: pointer;
  width: inherit;
  height: inherit;
}

.location-map {
  width: 600px;
  height: 350px;
}

iframe {
  background-color: #e8eaed;
}

.cybersecurity-service-box {
  color: white;
  padding: 30px;
  text-align: left;
  min-height: 255px;
  background-color: #092b4f;
  display: flex;
  flex-direction: row;
}

.cybersecurity-service-box p {
  line-height: 28px;
  margin: 0;
}

.cybersecurity-service-box h4 {
  line-height: 35px;
  font-size: 22px;
}

.cybersecurity-service-box-img-wrapper {
  padding: 15px 25px 0 0;
}

.cybersecurity-services a {
  color: white;
}

.cybersecurity-services {
  background-color: #92caff;
}

.cybersecurity-service-box img {
  max-width: inherit;
}

@media only screen and (max-width: 992px) {
  .cybersecurity-service-box {
    text-align: center;
    height: fit-content;
    background-color: #092b4f;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
  }

  .cybersecurity-service-box img {
    width: 100%;
    padding-bottom: 20px;
  }
}

.site-link {
  color: #0196c2 !important;
  font-weight: 500;
}

/* start solution-page edit 2023-09-07*/

.why-eb .our-partners-ebsec {
  padding: 20px !important;
  min-height: 150px !important;
}

.why-eb .our-partners-ebsec .partners {
  text-align: center;
}

.why-eb .our-partners-ebsec .partners .eb-partner-logo {
  margin: 2px;
  display: inline-block;
}

/*@media only screen and (max-width: 768px) {

    .why-eb .our-partners-ebsec .partners {
        display: inline-block;
        width :100%;


    }

    .why-eb .our-partners-ebsec .partners .eb-partner-logo {
       /* margin: 20px;*/ /*
        width: 100%;
        min-height: 100px !important;
       

    }

    .why-eb .our-partners-ebsec .partners .eb-partner-logo img {
        /* margin: 20px;*/
/* 
        width: 100%;
        height: auto;
 
     }

} }*/

/* end solution-page edit 2023-09-07*/

/* careers page new stylings*/

/* .careers-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.careers-list li {
  width: 48%;
  padding-bottom: 15px !important;

}
@media only screen and (max-width: 992px) {
    .careers-list{
        flex-direction: column;
    }
    .careers-list li{
        width: 100%;
    }
} */
