/* font style
--------------------------------------------------------------------------------------------------*/

/* poppins-300 - latin */
@font-face {
  font-family: 'timesNewRoman';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/timesNewRoman/times.ttf'); /* IE9 Compat Modes */     
}

@font-face {
  font-family: 'timesNewRoman';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/timesNewRoman/timesbd.ttf'); /* IE9 Compat Modes */     
}

@font-face {
  font-family: 'timesNewRoman';
  font-style: normal;
  font-weight: 3000;
  src: url('fonts/timesNewRoman/timesbi.ttf'); /* IE9 Compat Modes */     
}

@font-face {
  font-family: 'timesNewRoman';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/timesNewRoman/timesi.ttf'); /* IE9 Compat Modes */     
}


/*--------------------------------------------------------------------------------------------------
END font style */

/* START for alignment 
--------------------------------------------------------------------------------------------------*/

.f-12{
  font-size: 12px;
}

.f-13{
  font-size: 13px;
}

.f-14{
  font-size: 14px;
}

.f-15{
  font-size: 15px;
}

.f-16{
  font-size: 16px;
}

.f-17{
  font-size: 17px;
}

.f-18{
  font-size: 18px;
}

.f-19{
  font-size: 19px;
}

.f-20{
  font-size: 20px;
}

.f-21{
  font-size: 21px;
}

.f-22{
  font-size: 22px;
}

.f-23{
  font-size: 23px;
}

.f-24{
  font-size: 24px;
}

.f-25{
  font-size: 25px;
}

.f-26{
  font-size: 25px;
}

.f-27{
  font-size: 25px;
}

.f-28{
  font-size: 25px;
}

.fw-1{
  font-weight: 100!important;
}

.fw-2{
  font-weight: 200!important;
}

.fw-3{
  font-weight: 300!important;
}

.fw-4{
  font-weight: 400!important;
}

.fw-5{
  font-weight: 500!important;
}

.fw-6{
  font-weight: 600!important;
}

.fw-7{
  font-weight: 700!important;
}

/*--------------------------------------------------------------------------------------------------
END for alignment */

/* START for header 
--------------------------------------------------------------------------------------------------*/

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #646c9a;
    overflow-x: hidden;
    font-family: 'timesNewRoman';
    background: transparent;
}



@media (min-width: 1024px){
.kt-header .kt-header__top {
    height: 70px;
    background: #2e2e3e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.kt-header--minimize-all.kt-header--minimize .kt-header {
    -webkit-animation: unset !important;
    /* animation: kt-header-minimize-all .5s ease 1; */
}

.kt-container {
    padding: 0 20px;
}
}

@media (max-width: 1024px){
.kt-header__topbar {
    padding: 0 15px;
    background-color: transparent;
    -webkit-transition: unset !important;
    transition: unset !important;
    margin-top: -50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    border-top: 1px solid transparent;
    margin-left: unset !important;
}

.kt-container {
    padding: 0 30px;
    background: transparent;
}

.kt-header__topbar--mobile-on .kt-header__topbar {
    margin-top: 0;
    -webkit-transition:unset !important;
    transition:unset !important;
    -webkit-box-shadow: 0 1px 9px -3px rgba(0,0,0,.2);
    box-shadow: 0 1px 9px -3px rgba(0,0,0,.2);
    border-top: 0.5px solid #ebedf2;
}
}

@media (max-width: 767px){
.kt-container {
    padding: unset;
    background: transparent;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin: unset !important;
}
}


.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-welcome {
    color: #ffffff;
    padding: 0 .35rem 0 0;
    font-size: .9rem;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-username {
    color: #ffffff;
    padding: 0 .55rem 0 0;
    font-size: .9rem;
}


.kt-header__topbar-companyname{
  font-size: 15px;
  color: white;
  font-weight: 500;
  padding: 0 15px;
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1rem;
    color: #595d6e;
    font-weight: 500;
}

.kt-nav__link-subtext{
  font-size: 14px;
  color: #455761;
  background: #a0f2e5;
  padding: 1px 8px;
  border-radius: 3px;
}

.kt-nav .kt-nav__item.kt-nav__item--active>.kt-nav__link{
  background-color: #e4e4e4;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.kt-nav .kt-nav__item.active>.kt-nav__link, .kt-nav .kt-nav__item.kt-nav__item--active>.kt-nav__link, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub)>.kt-nav__link {
    background-color: #efefef;
    -webkit-transition: unset !important;
    transition: unset !important;
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-badge {
    height: 42px;
    width: 42px;
    background-clip: padding-box;
    margin-left: .5px;
    background: transparent;
    color: #fff;
    font-size: 1.6rem;
    border: 0.5px solid #dadada;
}

.kt-header__topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    margin-left: 20px;
}

.kt-search {
    /* border: 0.5px solid #dadada; */
    /* border-radius: 120px; */
    padding: 0 5px;
    background: #ffffffcc;
}

.search-input{
  background: transparent;
  border: none;
  color: #47565c;
  border:none;
  min-width: 100px;
  padding: 5px;
}

.search-button{
  background: transparent;
  border: none;
}

.header-margin{
  margin-left: 20px;
}

@media (max-width: 1024px){
.kt-header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    height: 80px;
    min-height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 9px -3px rgba(0,0,0,.2);
    box-shadow: 0 1px 9px -3px rgba(0,0,0,.2);
    position: relative;
    z-index: 1;
}

.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before {
    background: black;
}

.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span {
    background: black;
}

.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler i {
    font-size: 1.6rem;
    line-height: 0;
    color: #455761;
}
}

@media (min-width: 1024px){}
.kt-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: unset !important;
    transition: height unset !important;
    /*z-index: 2;*/
    height: 80px;
    border-bottom: unset;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    padding:20px;
    background-color: transparent;
}

.kt-header.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    /* z-index: 2; */
     height: 80px; 
    border-bottom: unset;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
     padding: 20px; 
    background-color: #071d2e;
}

.kt-header--minimize .kt-header {
    -webkit-animation: unset;
    /* animation: kt-header-minimize .5s ease 1; */
}

.kt-header__brand-logo-sticky{
  display: none;
}
}

/* END for header 
--------------------------------------------------------------------------------------------------*/

/* BEGIN for dashboard 
--------------------------------------------------------------------------------------------------*/

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: unset;
    margin-left: unset;
    margin: unset !important;
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 300;
    font-family: "Times New Roman", Times, serif !important;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.kt-portlet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    margin-bottom: 20px;
}

.kt-portlet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    background-color: transparent;
    margin-bottom: 20px;
    border-radius: 4px;
}

.kt-portlet .kt-portlet__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 25px;
    border-bottom: unset;
    min-height: 60px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: .65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5ec;
    /* border-radius: 4px; */
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
}


.site-section{
  padding: 50px 0;
}

.div1box {
    width: 120px;
    height: 4px;
    margin-top: 30px;
    box-sizing: border-box;
    background-color: #ffffff;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.div2box {
    width: 120px;
    height: 4px;
    margin-top: 25px;
    box-sizing: border-box;
    background-color: #455761;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header-title {
    font-size: 55px;
    color: white;
    font-weight: 100;
    letter-spacing: 2px;
}

.big-header-title{
    font-size: 80px;
    color: #455761;
    font-weight: 600;
    letter-spacing: 2px;
}

.career-header-title{
    font-size: 40px;
    color: white;
    font-weight: 100;
    font-family: "Roboto" !important;
}

.career-subheader-title{
    font-size: 60px;
    color: white;
    font-weight: 600;
    font-family: "Roboto" !important;
}

.career-content-title{
    font-size: 40px;
    color: #f5c721;
    font-weight: 600;
    font-family: "Roboto" !important;
}

.question-title{
    font-size: 45px;
    color: #455761;
    font-weight: 100;
    letter-spacing: 2px;
}

.subheader-title{
    font-size: 50px;
    color: white;
    font-weight: 100;
    letter-spacing: 2px;
}

.content-font{
    font-size: 20px;
    color: white;
    font-weight: 100;
    letter-spacing: unset;
}

.content-font-black{
    font-size: 20px;
    color: #455761;
    font-weight: 100;
    letter-spacing: unset;
}

.button-font{
    font-size: 16px;
    color: white;
    font-weight: 100;
}

.menu-font{
    font-size: 16px;
    color: #47565c;
    letter-spacing: 2px;
}

.development-font {
    font-size: 36px;
    color: #455761;
    letter-spacing: unset;
}

.btn-primary {
    color: #fff;
    background-color: #f5885f;
    border-color: #de6e2ce0;
    padding: 15px 20px;
}

.btn-development {
    color: #455761;
    background-color: transparent;
    border-color: #455761;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: unset;
}

.btn-career {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: unset;
}

.btn-header {
    color: #47565c;
    background-color: #ffffffcc;
    padding: 5px 10px;
    border-radius: 0;
}

.btn-primary:hover {
    color: #000;
    background-color: #dc3b17;
    border-color: unset;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #dc3b17;
    border-color: #de5132 !important;
}

.btn-career:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-development:hover {
    color: white;
    background-color: #455761;
    border-color: #455761;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: unset;
}

.aboutBg{
    background-image: url(../images/efiankey/aboutBg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.valueBg{
    background-image: url(../images/efiankey/valueBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.headerBg{
    background-image: url(../images/efiankey/headerBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.innerBg{
    background-image: url(../images/efiankey/innerBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
}

.careerBg{
    background-image: url(../images/efiankey/careerBack.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.careerFrontBg{
    background-image: url(../images/efiankey/careerFront.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.circleBg{
  background-color: #f5885fbf;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.bgWidth{
  width: 300px !important;
}

.service-width{
  width:80px;
}

.speaker-width{
  width: 100px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 95;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: white; 
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.kt-user-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 1rem;
     background-color: white; 
}

/*.career-border{
    border-top: 2px solid white;
    margin-left: auto;
    margin-right: auto
}*/

.subscribe-section{
    margin-left: auto !important;
    margin-right: auto !important;
}

.footer-border{
    border-top: unset;
    margin-left: auto !important ;
    margin-right: auto !important;
    padding-bottom: unset;
}

.kt-footer .kt-footer__top .kt-footer__section .kt-footer__content {
    display: block;
    color: rgba(249, 249, 249, 0.8);
    font-size: 1rem;
    padding-bottom: .4rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}

.top-border{
  border-top: unset;
  padding-top: unset;
}

.career-section{
  padding: 10px 50px;
}

.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile)>.kt-grid__item.kt-grid__item--fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: unset;
    padding-right: unset;
}

.digital-border{
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  border: unset;
}

.content-height{
  min-height:220px;
}

.content-align{
  text-align: unset;
}

.serviceTab{
  background: unset;
  border: unset;
  border-bottom: 2px solid white;
  padding-bottom: 20px;
}

.tab-padding-right{
  padding-right: 30px;
  padding-left: unset;
}

.tab-padding-left{
  padding-left: 30px;
  padding-right: unset;
}

.service-font{
  font-size: 20px;
  color: #f4875f;
}

.accordion {
  background-color: #455761 !important;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 0.5px solid white;
}

.accordion.active {
  background-color: #172731 !important;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 2px solid white;
}

/*.active, .accordion:hover {
  background-color: #ccc; 
}*/

.panel {
  padding: 20px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.column-hidden{
  display: block;
}

/*Dashboard*/

/*Carousel*/
  .carouselOfImages{
  position: relative;
  margin: auto;
  overflow: visible;
  width: 100%;
}
.gradient-left{
  display: block;
  position: relative;
  background-image: linear-gradient(to right, whitesmoke, transparent 100%);
    margin-top: -270px;
  height: 150px;
  width: 8%;
  content: '';
}
.gradient-right{
  display: block;
  position: relative;
  float: right;
  right:0;
  background-image: linear-gradient(to left, whitesmoke, transparent 100%);
      margin-top: -150px;
  height: 150px;
  width:8%;
  content: '';
}

.carouselImage {
    position: relative;
    width: 20%;
    height: 400px;
    padding: 20px;
    border: 1.5px solid black;
    margin-right: 33px;
    margin-top: unset;
    margin-bottom: 50px;
    counter-increment: carousel-cell;
    text-align: center;
    vertical-align: center;
    transition: transform 0.5s;
    font-size: 1.2em;
  }
@media only screen and (max-width: 1300px){
    .carouselImage{
        width: 30%;
    }
}
@media only screen and (max-width: 773px){
    .carouselImage{
        width: 50%;
    }

}
@media only screen and (max-width: 490px){
    .carouselImage{
        width: 50%;
        padding: 15px;
    }

}


.carouselImage.is-selected {

border: 1.5px solid #00ADEE;
color:#00ADEE;
  z-index:10;
  transform: scale(1);
}
.carouselImage.nextToSelectedLeft, .carouselImage.nextToSelectedRight {
  transform: scale(1);
  z-index:5;
}



/*Footer*/

.kt-footer .kt-footer__top .kt-footer__subscribe {
    background-color: transparent;
}

.kt-footer .kt-footer__top .kt-footer__subscribe .input-group .form-control {
    padding: 10px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-color: white;
    border: 0;
    color: #68717b;
    border-radius: unset;
    min-width: 200px;
}

.kt-footer .kt-footer__top .kt-footer__subscribe .input-group .btn {
    padding: 0 20px;
    border-top-left-radius: .25rem;
     margin: unset; 
    border-bottom-left-radius: .25rem;
    margin-left: 10px;
    border-radius: unset;
}

.kt-footer {
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: center center;
    background-color: #455761;
}

.kt-footer.kt-footer--extended .kt-footer__top {
     border-bottom: unset;
}

@media (min-width: 1025px){
.kt-footer .kt-footer__top .row [class*=" col-"], .kt-footer .kt-footer__top .row [class^=col-] {
    padding-right: 30px;
}

.kt-header--minimize .kt-header .kt-header__brand-logo-default {
    display: block;
}

.kt-header--minimize .kt-header .kt-header__brand-logo-sticky {
    display: none;
}
}

.kt-footer.kt-footer--extended .kt-footer__bottom {
    background-color: #f5885f;
    padding: 15px;
}

.kt-footer .kt-footer__bottom .kt-footer__logo .kt-footer__copyright {
    margin: 0;
    padding: 0 1.25rem 0 1rem;
    font-size: 1rem;
    font-weight: 400;
    color: white;
}

.kt-scrolltop {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    background: #071d2e;
    -webkit-box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
    box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
}

.kt-scrolltop--on .kt-scrolltop {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0.7;
}

.career-right{
  text-align: right;
}

.career-center{
  text-align: center;
}

.kt-footer .kt-footer__top .kt-footer__section .kt-footer__title {
    color: #fff;
    padding-bottom: 1rem;
    font-size: 1.4rem;
}

.kt-footer .kt-footer__top .kt-footer__nav .kt-footer__nav-section a {
    font-size: 1rem;
    font-weight: 400;
    color: #d2d2d2;
    margin-bottom: .5rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.kt-footer .kt-footer__top .kt-footer__nav .kt-footer__nav-section a:hover {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #f5885f;
}

.footer-font{
  font-size: 10px;
  color: white;
}

/*Footer*/

/*Media*/

@media (max-width: 767px){

.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile)>.kt-grid__item.kt-grid__item--fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.site-section {
    padding: 20px 30px;
}

.header-title {
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 2px;
    color: white;
    margin-left: 20px !important;
} 

.subheader-title {
    font-size: 36px;
    color: white;
    font-weight: 100;
    letter-spacing: 3px;
    margin-top: 20px;
}

.content-font {
    font-size: 14px;
    color: white;
    font-weight: 100;
    letter-spacing: unset;
}

.question-title {
    font-size: 36px;
    color: #455761;
    font-weight: 100;
    letter-spacing: 2px;
}

.content-font-black {
    font-size: 14px;
    color: #455761;
    font-weight: 100;
    letter-spacing: unset;
}

.big-header-title {
    font-size: 50px;
    color: #455761;
    font-weight: 600;
    letter-spacing: 3px;
    margin: unset;
}

/*.career-border{
    border-top: unset;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
*/
.digital-border{
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  border: 3px solid white;
}

.btn-career {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    padding: 10px 20px;
    margin-top: unset;
    border-radius: unset;
    font-size: 16px;
}

.subscribe-section{
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

.career-right{
    text-align: left;
}

.career-center{
  text-align: left;
}

.kt-footer .kt-footer__top .kt-footer__section .kt-footer__title {
    color: #fff;
    padding-bottom: 1rem;
    font-size: 16px;
}

.kt-footer .kt-footer__top .kt-footer__section {
    margin-bottom: 2rem;
    margin-top: 20px;
}

.footer-border{
    border-top: unset;
    margin-left: auto !important ;
    margin-right: auto !important;
    padding-bottom: unset;
}

.headerBg {
    background-image: url(../images/efiankey/headerBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
}

.kt-search {
    /* border: 0.5px solid #dadada; */
    /* border-radius: 120px; */
    padding: unset;
    background: transparent;
}

.aboutBg{
    background-image: url(../images/efiankey/aboutBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgWidth {
    width: 200px;
}

.development-font {
    font-size: 30px;
    color: #455761;
    letter-spacing: unset;
}

.content-height {
    min-height: 150px;
}

.item-box-blog-image figure img {
    width: 200px !important;
    height: auto;
}

.item-box-blog-heading{
  min-height: unset !important;
}

.item-box-blog-heading2{
  min-height: unset !important;
}

.tab-padding-right{
  padding-right: unset;
  padding-left: unset;
}

.tab-padding-left{
  padding-left: unset;
  padding-right: unset;
}

.service-font{
  font-size: 14px;
  color: #f4875f;
}

.careerBg{
    background-image: url(../images/efiankey/careerMobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.careerFrontBg{
    background-image: unset;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top-border{
  border-top: 1px solid white;
  padding-top: 20px;
}

.career-section{
  padding: 20px;
}

.career-header-title{
    font-size: 30px;
    color: white;
    font-weight: 100;
    font-family: "Roboto" !important;
}

.career-subheader-title{
    font-size: 50px;
    color: white;
    font-weight: 600;
    font-family: "Roboto" !important;
}

.career-content-title{
    font-size: 32px;
    color: #f5c721;
    font-weight: 600;
    font-family: "Roboto" !important;
}

.speaker-width{
  width: 120px;
  padding-left: 30px;
}
}

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

.site-section {
    padding: 0 20px;
}

.circleBg {
    background-color: #f5885fbf;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.content-height{
  min-height:300px;
}

.content-font {
    font-size: 14px;
    color: white;
    font-weight: 100;
    letter-spacing: unset;
}

.header-title {
    font-size: 48px;
    color: white;
    font-weight: 100;
    letter-spacing: 2px;
}

/*.career-border {
    border-top: unset;
    margin-left: auto;
    margin-right: auto;
}*/

.btn-career {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    padding: 10px;
    margin-top: unset;
    border-radius: unset;
    margin-bottom: unset;
}

.kt-footer .kt-footer__top .kt-footer__section .kt-footer__title {
    color: #fff;
    padding-bottom: 1rem;
    font-size: 18px;
}

.kt-footer .kt-footer__top .kt-footer__subscribe .input-group .form-control {
    padding: 10px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-color: white;
    border: 0;
    color: #68717b;
    border-radius: unset;
    min-width: 300px;
}

.career-right {
    text-align: left;
}

.career-center{
  text-align: left;
}

.footer-border{
    border-top: unset;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: unset;
}

  .bgWidth{
  width: 200px;
}

.development-font {
    font-size: 26px;
    color: #455761;
    letter-spacing: unset;
}

.content-align{
  text-align: center;
}

.item-box-blog-image figure img {
    width: 200px !important;
    height: auto;
}

.item-box-blog-heading{
  min-height: 100px !important;
}

.item-box-blog-heading2{
  min-height: 50px !important;
}

.service-width{
  width:50px;
}

.service-font{
  font-size: 14px;
  color: #f4875f;
}

.speaker-width{
  width: 80px;
}

.career-header-title{
    font-size: 30px;
    color: white;
    font-weight: 100;
    font-family: "Roboto" !important;
}

.career-subheader-title{
    font-size: 50px;
    color: white;
    font-weight: 600;
    font-family: "Roboto" !important;
}

.career-content-title{
    font-size: 28px;
    color: #f5c721;
    font-weight: 600;
    font-family: "Roboto" !important;
}
}

@media (min-width: 1024px) and (max-width: 1279px){
  .bgWidth{
  width: 200px;
}

.content-height{
  min-height:250px;
}

.development-font {
    font-size: 30px;
    color: #455761;
    letter-spacing: unset;
}

.kt-header__topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 5px;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    margin-left: 20px;
}

.item-box-blog-heading{
  min-height: 100px !important;
}

.item-box-blog-heading2{
  min-height: 80px !important;
}

.speaker-width{
  width: 90px;
}

.career-content-title{
    font-size: 34px;
    color: #f5c721;
    font-weight: 600;
    font-family: "Roboto" !important;
}

.column-hidden{
  display: none !important;
}

.btn-career {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    padding: 10px;
    margin-top: unset;
    border-radius: unset;
    margin-bottom: unset;
}
}

@media (min-width: 320px) and (max-width: 374px){
  .kt-footer .kt-footer__top .kt-footer__section .kt-footer__title {
    color: #fff;
    padding-bottom: 1rem;
    font-size: 12px;
}

.kt-footer .kt-footer__top .kt-footer__subscribe .input-group .form-control {
    padding: 10px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-color: white;
    border: 0;
    color: #68717b;
    border-radius: unset;
     min-width: unset; 
}

.header-title {
    font-size: 34px;
    font-weight: 100;
    letter-spacing: 2px;
    color: white;
    margin-left: unset !important;
}

.subheader-title {
    font-size: 30px;
    color: white;
    font-weight: 100;
    letter-spacing: 3px;
    margin-top: 20px;
}
}

/*Media*/

/*Carousel*/

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 5px;
    margin-right: 8px;
    margin-left: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
     border-bottom: unset; 
    opacity: .5;
    /* border-radius: 120px; */
    -webkit-transition: unset !important;
    /* transition: opacity .6s ease; */
    background: #071d2e;
} 

.mt{float: left;margin-top: -20px;padding-top: 20px;}
.bg-blue-ui {
  background-color: #708198 !important;
}
figure img{width:300px;}

#blogCarousel {
  padding-bottom: 40px;
}

.blog .carousel-indicators {
  left: 0;
  top: -50px;
  height: 50%;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
  background: #708198;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  background: #0fc9af;
}




.item-carousel-blog-block {
  outline: medium none;
  padding: 15px;
}

.item-box-blog {
  text-align: center;
  z-index: 4;
  padding: 10px;
}

.item-box-blog-image {
  position: relative;
}

.item-box-blog-image figure img {
  width: 300px;
  height: auto;
}

.item-box-blog-date {
  position: absolute;
  z-index: 5;
  padding: 4px 20px;
  top: -20px;
  right: 8px;
  background-color: #41cb52;
}

.item-box-blog-date span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.item-box-blog-date span.mon {
  font-size: 18px;
}

.item-box-blog-date span.day {
  font-size: 16px;
}

.item-box-blog-body {
  padding: 10px;
}

.item-heading-blog a h5 {
  margin: 0;
  line-height: 1;
  text-decoration:none;
  transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
}

.item-box-blog-heading{
  min-height: 100px;
}

.item-box-blog-heading2{
  min-height: 80px;
}

.item-box-blog-data p {
  font-size: 13px;
}

.item-box-blog-data p i {
  font-size: 12px;
}

.item-box-blog-text {
  max-height: 100px;
  overflow: hidden;
}

.mt-10 {
  float: left;
  margin-top: -10px;
  padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
  cursor: pointer;
  padding: 4px 20px;
  float: left;
  margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
  box-shadow: 0px 5px 15px inset #4d5f77;
}

/*Carousel*/


.hide{
  display: none!important;
}