html, body {
    font-family: 'Lato', sans-serif;
    scroll-behavior: smooth;
    position: relative;
}
a{
    transition: 0.2s linear all;
    color: #343638;
}
a:hover{
    color: rgba(255,128,0,1);
    text-decoration: none;
}
.container{
    max-width: 1200px;
}
.header_navbar{
    padding-bottom: 100px;
}
.header_navbar .navbar.fixed-menu-top {
    transition: background-color 200ms linear;
    height: 100px;
    background: rgba(0,0,0,.74);
    border-color: rgba(0,0,0,0);
    margin-bottom: -100px;
    z-index: 11;
}
.header_navbar .navbar.fixed-menu-top.scrolled {
    background-color: rgba(0,0,0,.97) !important;
    height: 70px;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 111;
    animation: 0.4s animateToBottom forwards;
}
@keyframes animateToBottom{
    0%{
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    100%{
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.header_navbar .nav-item{
    margin: 0 15px 0 0;
}
.header_navbar .nav-item:last-child{
    margin: 0;
}
.header_navbar .nav-item .nav-link.active, .header_navbar .nav-item .nav-link.ext-active, .header_navbar .nav-item .nav-link:hover, .header_navbar .nav-item .nav-link:active, .header_navbar .nav-item .nav-link:focus{
    color: rgba(255,128,0,1)!important;
}
.header_navbar .nav-item .nav-link{
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    min-width: 90px;
    text-transform: uppercase;
}
.header_navbar .navbar-brand{
    margin-right: 15%;
}
.header_navbar .header_navbar_logo{
    width: auto;
    height: 100px;
    padding: 10px 0;
}
.header_navbar .navbar.fixed-menu-top.scrolled .header_navbar_logo{
    height: 70px;
    padding: 5px 0;
}
/* section */
.section_padding{
    padding: 5rem 0 0;
}

/* button */
button.btn, a.btn{
    color: #fff;
    background: rgba(255,128,0,1);
    padding: 0 30px;
    min-width: 120px;
    max-width: 170px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255,128,0,1);
    transition: 0.2s linear;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}
button.btn.type-2, a.btn.type-2{
    max-width: 260px;
}
button.btn:hover, a.btn:hover{
    background: rgba(255,128,0,1);
    color: #fff;
    box-shadow: none!important;
}
button.btn:focus, button.btn:active, a.btn:focus, a.btn:active{
    outline: none;
    outline-width: 0;
    box-shadow: none!important;
    background: rgba(255,128,0,1);
}

/* input */
input::placeholder, textarea::placeholder  { 
    color: #929394!important;
    letter-spacing: 1px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #929394!important;
    letter-spacing: 1px;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
    color: #929394!important;
    letter-spacing: 1px;
}
input:-ms-input-placeholder, textarea::-moz-placeholder { /* IE 10+ */
    color: #929394!important;
    letter-spacing: 1px;
}
input:-moz-placeholder,  textarea:-moz-placeholder{ /* Firefox 18- */
    color: #929394!important;
    letter-spacing: 1px;
}

/* home */
.home_header{
    height: 100vh;
    margin-bottom: 20px;
    position: relative;
    margin-top: -100px;
}
.home_header .left-content{
    position: relative;
    width: 100%;
    display: flex;
    height: 100vh;
}
.home_header .left-content h2{
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 0;
    align-self: center;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1.5px;
    z-index: 1;
    line-height: 100px;
}
.dropdown-bubble a{
    color: #fff!important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.dropdown-bubble .dropdown-toggle:after{
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border:none;
    font-size: 10px;
    margin-left: 10px;
    transition: 0.2s all ease-in-out;
}
.dropdown-bubble:hover .dropdown-toggle:after{
    transform: rotate(180deg);
}
.dropdown-bubble .dropdown-menu .dropdown-item:hover{
    background-color: rgba(255,136,0,1);
}
.dropdown-bubble .dropdown-menu {
    margin-top: 0.2em;
    background-color: rgba(255,136,0,1);
}
.dropdown-bubble .dropdown-menu:before,
.dropdown-bubble .dropdown-menu:after{
    content: ' ';
    display: block;
    border-style: solid;
    border-width: 0 .7em .8em .7em;
    border-color: transparent;
    position: absolute;
    left: 1em;
}
.dropdown-bubble .dropdown-menu:before {
    top: -.8em;
    border-bottom-color: rgba(0,0,0,0.5);
}
.dropdown-bubble .dropdown-menu:after {
    top: -.7em;
    border-bottom-color: rgba(255,136,0,1);
}
.home_header .home-header-bottom-divider{
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 1;
}
.home_header .home-header-bottom-divider svg{
    width: 100%;
    height: 100%;
    fill: #fff;
    min-height: 100px;
}
.home_header .header-overlay{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: linear-gradient(45deg, rgba(102,45,145,0.88) 0%, rgba(255,136,0,0.3) 100%);
    mix-blend-mode: multiply;
}
.sub_header{
    height: 70vh;
    margin-bottom: 20px;
    position: relative;
    margin-top: -100px;
}
.sub_header .left-content{
    position: relative;
    width: 100%;
    display: flex;
    height: 84vh;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}
.sub_header .left-content h2{
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 0;
    align-self: flex-start;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 100px;
    margin-bottom: 30px;
}
.sub_header .left-content h3{
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 37px;
    align-self: flex-start;
    color: #fff;
    margin-bottom: 30px;
}
.sub_header .left-content p{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 30px;
    color: #fff;
}
.sub_header .home-header-bottom-divider{
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 1;
}
.sub_header .home-header-bottom-divider svg{
    width: 100%;
    height: 100%;
    fill: #fff;
    min-height: 100px;
}
.sub_header .header-overlay{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: linear-gradient(45deg,rgba(102,45,145,1) 0%,rgba(255,136,0,.3) 80%,rgba(255,136,0,.3) 100%);
    mix-blend-mode: normal;
}
.home_blockquote{
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home_blockquote.type-2{
    background-color: rgba(238,238,238,1);
    padding: 50px 50px 30px 50px;
}
.home_blockquote h6{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 30px;
    color: #343638;
}
.home_blockquote h5{
    font-size: 22px;
    text-transform: none;
    letter-spacing: .5px;
    line-height: 28px;
    color: #000;
}
.home_blockquote h4{
    font-weight: 700;
    font-style: normal;
    font-size: 45px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 48px;
    color: rgba(102,45,145,1);
    margin: 0 0 40px 0;
}
.home_blockquote h3{
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 37px;
    color: #000;
    margin: 0px 0 40px 0;
}
.home_blockquote p{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 25px;
}
.home_blockquote p a{
    color: rgba(255,128,0,1);
}
.home_blockquote ul{
    color: #000;
    padding-left: 1.3em;
    line-height: inherit;
    margin: 0 0 20px;
}
.home_blockquote ul li{
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
}
.home_blockquote.type-3 p{
    height: 60px;
}
.home_blockquote.type-3 ul{
    list-style: none;
    padding:0 5px;
}
.home_blockquote.type-3 ul li{
    margin-bottom: 25px;
}
.home_blockquote.type-3 ul li i{
    color: rgba(255,128,0,1);
    font-size: 14px;
}
.home_blockquote.type-4 ul{
    list-style:decimal;
    padding:0 5px;
}
.home_blockquote.type-4 ul li{
    margin-bottom: 30px;
}
.home_blockquote.type-4 h5{
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 48px;
    color: rgba(102,45,145,1);
    margin: 0 0 40px 0;
}
.home_blockquote.type-5 h5{
    font-weight: 700;
    font-size: 27px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 30px;
    font-style: italic;
    color: rgba(102,45,145,1);
    margin: 0 0 10px 0;
}
.home_blockquote.type-5 p a {
    font-weight: 700;
}
.home_blockquote.type-5 h6{
    font-weight: 900;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 30px;
    color: rgba(102,45,145,1);
    margin: 0;
}
.home_blockquote.type-5 .sessions {
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
    list-style: none;
    padding-left: 0;
} 
.home_blockquote.type-5 .sessions p{
    margin-bottom: 10px;
}
.home_blockquote.type-5 .sessions li {
    padding-bottom: 1.5rem;
    border-left: 3px solid rgba(255,128,0,1);
    position: relative;
    padding-left: 35px;
    margin-left: 20px;
    margin-bottom: 0;
}
.home_blockquote.type-5 .sessions li:last-child {
    border: 0px;
    padding-bottom: 0;
}
.home_blockquote.type-5 .sessions li:before {
    content: "";
    width: 26px;
    height: 26px;
    background: rgba(255,128,0,1);
    border: 1px solid rgba(255,128,0,1);
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 0px;
    z-index: 1;
}
.home_blockquote.type-5 .sessions li:after {
    content: "";
    width: 40px;
    height: 40px;
    background: white;
    border: 1px solid rgba(255,128,0,0.2);
    border-radius: 50%;
    position: absolute;
    left: -21px;
    top: -7px;
}
.home_blockquote.type-5 .sessions li .time {
    color: #2a2839;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.right-image img{
    width: 100%;
    height: 600px;
    object-fit: contain;
    object-position: center;
}
.right-image.type-2{
    position: relative;
    min-height: 580px;
}
.right-image.type-2 img{
    width: 100%;
    height: unset;
    margin-bottom: 50px;
}
.right-image.type-2  .pos-1{
    position: absolute;
    left:60px;
    top: 0;
    max-width: 481px;
}
.right-image.type-2  .pos-2{
    position: absolute;
    right:0;
    bottom: 0px;
    max-width: 460px;
    z-index: 1;
}
.right-image.type-2  .pos-3{
    position: absolute;
    left:0;
    bottom: 0px;
    max-width: 355px;
    margin-bottom: 0;
}
.right-image.type-2  .pos-1{
    position: absolute;
    left:60px;
    top: 0;
    max-width: 481px;
}
.right-image.type-3{
    position: relative;
    min-height: 440px;
}
.right-image.type-3 img{
    width: 100%;
    height: unset;
    margin-bottom: 50px;
}
.right-image.type-3  .pos-2{
    position: absolute;
    right:0;
    top: 0px;
    max-width: 460px;
    z-index: 1;
}
.right-image.type-3  .pos-3{
    position: absolute;
    left:5px;
    top: 100px;
    max-width: 355px;
    margin-bottom: 0;
    z-index: 1;
}
/* team section */
.team-card {
    text-align: center;
    margin: 0 0 50px;
}
.team-card img{
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 25px;
}
.team-card h4{
    font-weight: 600;
    color: #000;
}
.team-card p{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 30px;
}
.brand-card{
    text-align: center;
    margin: 0 0 50px;
}
.brand-card img{
    width: 250px;
}
.brand-subtitle{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 25px;
}
/* community section */
.community-section .community-card{
    text-align: center;
    margin: 0 0 50px;
}
.community-section .community-card img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 25px;
}
.community-section .community-card{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 30px;
}
.community-section{
    position: relative;
    background-color: rgba(237,237,237,1);
}
.community-section .community-top-divider{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.community-section .community-top-divider svg{
    width: 100%;
    height: 100%;
    fill: #fff;
    min-height: 100px;
}

/* home contact us */
.home_contact_us .wpcf7-form{
    padding: 5rem 0rem 5rem 2rem;
}
.home_contact_us .wpcf7-form {
    margin-bottom: 3px;
}
.home_contact_us .wpcf7-form  label{
    font-style: italic;
    font-size: 14px;
    line-height: 1.7em;
    color: rgba(0,0,0,.45);
    letter-spacing: .5px;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
}
.home_contact_us .wpcf7-form input{
    font-size: 15px;
    line-height: 1.7em;
    color: #343638;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    height: 55px;
    padding: 15px;
    box-shadow: inset 0 0 4px 0 rgba(0,0,0,.15);
    border:none;
    display: flex;
    width: 100%;

}
.home_contact_us .wpcf7-form input:focus, .home_contact_us .wpcf7-form textarea:focus{
    outline: none;
    box-shadow: none;
}
.home_contact_us .wpcf7-form textarea{
    font-size: 15px;
    line-height: 1.7em;
    color: #343638;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    height: 13em;
    padding: 15px;
    box-shadow: inset 0 0 4px 0 rgba(0,0,0,.15);
    border:none;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}
.home_contact_us .wpcf7-form select{
    font-size: 15px;
    line-height: 1.7em;
    color: #343638;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    height: 55px;
    padding: 15px;
    box-shadow: inset 0 0 4px 0 rgba(0,0,0,.15);
    border:none; 
    display: flex;
    width: 100%;
}
.home_contact_us .wpcf7-form br{
    display: none;
}
.home_contact_us .wpcf7-form input[type='submit']{
    box-shadow: none;
    outline: none;
    border:none;
    background-color: rgba(255,128,0,1);
    color: #fff;
    padding: 0 30px;
    margin: 20px auto;
    min-width: 120px;
    max-width: 132px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    justify-content: center;
}
.home_contact_us .wpcf7-form input[type='submit']:focus,.home_contact_us .wpcf7-form input[type='submit']:active{
    background: rgba(255,128,0,1);
}
.home_contact_us #contact_form label.error{
    color: #fff;
    padding: 0 0 20px 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}
.home_contact_us #message-contact .error_message{
    color:red;
}
.home_contact_us #message-contact .success_message{
    color:green;
}
.home_contact_us .contact-left-content{
    text-align: left;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 85px;
}
.home_contact_us .contact-left-content h4{
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
}
.home_contact_us .contact-left-content p{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 0;
}
.home_contact_us .contact-left-content p a{
    color: rgba(255,128,0,1);
}

/* submit job form */
.job-manager-form h2{
    font-weight: 700;
    font-style: normal;
    font-size: 45px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 48px;
    color: rgba(102,45,145,1);
    margin: 0 0 40px 0;
}
.job-manager-form fieldset label{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
}
.job-manager-form fieldset .account-sign-in .button{
    color: rgba(255,128,0,1);
}
.job-manager-form fieldset input.input-text{
    font-size: 15px;
    line-height: 1.7em;
    color: #343638;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    height: 55px;
    padding: 15px;
    box-shadow: inset 0 0 4px 0 rgba(0,0,0,.15);
    border:none;
    display: flex;
    width: 100%;
}
.job-manager-form fieldset textarea{
    font-size: 15px;
    line-height: 1.7em;
    color: #343638;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    height: 13em;
    padding: 15px;
    box-shadow: inset 0 0 4px 0 rgba(0,0,0,.15);
    border:none;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}
.job-manager-form fieldset select{
    font-size: 15px;
    line-height: 1.7em;
    color: #343638;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    height: 55px;
    padding: 15px;
    box-shadow: inset 0 0 4px 0 rgba(0,0,0,.15);
    border:none; 
    display: flex;
    width: 100%;
}
.job-manager-form fieldset small.description{
    font-size: 1em;
}
.job-manager-form input[type='submit']{
    box-shadow: none;
    outline: none;
    border:none;
    background-color: rgba(255,128,0,1);
    color: #fff;
    padding: 0 30px;
    margin: 20px 0;
    min-width: 120px;
    max-width: 132px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
}
.job-manager-form input[type='submit']:focus,.job-manager-form input[type='submit']:active{
    background: rgba(255,128,0,1);
}

/* job filter */
.job-filters .job_filters{
    background-color: #f8f8f8;
}
.job-filters input[type='text']{
    border-radius: 50px;
    background-color: #fff;
    box-shadow: inset 0 0 4px 0 rgba(0,0,0,.16);
    border: none;
    padding: 15px;
    height: 50px;
}
.job-filters input[type="submit"]{
    border-radius: 50px;
    max-width: 100%;
    width: 100%;
    height: 44px;
    line-height: 14px;
    font-size: 14px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: rgba(255,128,0,1);
    letter-spacing: 1px;
    border: none;
}
.job-filters ul{
    padding: 0;
    margin-bottom: 0;
}
.job-filters .job_filters .job_types li label{
    margin-top: 5px;
    margin-bottom: 5px;
}
.job-filters .form-check-inline{
    border-right: 1px solid #eee;
    padding: .5em .9em;
    vertical-align:middle;
    margin-right: 0;
    height: 45px;
}
.job-filters .form-check-inline:last-child{
    border-right: none;
}
.job-filters .form-check-inline label{
    margin-top: -1px;
}
.job-filters .form-check-inline input{
    margin: 0 5px 0 0;
    box-shadow: unset;
}
.job-listings .main-lists{
    background-color: #fff;
}
.job-listings .main-lists{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.job-listings .main-lists li a{
    padding: 1rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eee;
}
.job-listings .main-lists li a:hover{
    text-decoration: none;
    background-color: #fcfcfc;
}
.job-listings .main-lists li img{
    width: 42px;
    height: 42px;
    margin-right: 15px;
}
.job-listings .main-lists li .job-role{
    width: 55%;
}
.job-listings .main-lists li .job-role h3{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 20px;
    color: #000;
}
.job-listings .main-lists li .job-role p{
    color: #999;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.job-listings .main-lists li .location{
    color: #999;
    width: 25%;
    padding: 0 0 0 1em;
    line-height: 1.5em;
    font-size: 18px;
}
.job-listings .main-lists li .job-timing{
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 20%;

}
.job-listings .main-lists li .job-timing h4{
    color: #662d91;
    font-weight: 600;
    font-size: 18px;
}
.job-listings .main-lists li .job-timing p{
    line-height: 1.5em;
    color: #999;
    font-size: 18px;
    margin-bottom: 0;
}

.load_more_jobs{
    font-size: 18px;
    font-weight: 400!important;
    color: rgba(255,128,0,1);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
    line-height: 30px;
}

/* blog details */
.blog-header{
    text-align: center;
    padding: 2rem 3rem;
    max-width: 800px;
    margin: 0 auto 50px auto;
}
.blog-header h2{
    font-size: 46px;
    font-weight: 600;
    font-style: normal;
    line-height: 58px;
    color: #343638;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 20px;
}
.blog-header .blog-meta-data{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.blog-header .blog-meta-data .author{
    padding-right: 20px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    color: rgba(0,0,0,.45);
    letter-spacing: 0;
    text-transform: capitalize;
}
.blog-header .blog-meta-data .author a{
    color: rgba(0,0,0,.45);
}
.blog-header .blog-meta-data .posted-date{
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    color: rgba(0,0,0,.45);
    letter-spacing: 0;
    text-transform: capitalize;
    flex-wrap: wrap;
}
.single_job_listing .meta{
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
    padding: 0;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.single_job_listing .meta li{
    margin-right: 1em;
}
.single_job_listing .meta li i{
    padding-right: 5px;
    color: #999;
}
.single_job_listing .meta .job-type{
    background-color: #90da36;
    color: #fff;
    margin: 0 1em 0 0;
    padding: .5em;
    line-height: 1em;
    font-size: 18px;
    font-weight: 600;
}
.single_job_listing .meta .location a{
    color: rgba(255,128,0,1);
    font-size: 18px;
}
.single_job_listing .meta .date-posted{
    color: #999;
    font-size: 18px;
}

.blog-body .blog-body-meta-2{
    display: flex;
    flex-direction: row;
    list-style: none;
    border: 1px solid #eee;
    padding: 1em;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.blog-body .blog-body-meta-2 .company-logo img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.blog-body .blog-body-meta-2 .company-title a{
    color: #848991;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
}
.blog-body .blog-body-meta-2 .company-website{
    color:rgba(255,128,0,1);
    font-size: 16px;
}
.blog-body .blog-body-meta-2 .company-website i{
    padding-right: 5px;
}
.single_job_listing .job_description{
    color: #848991;
}

.single_job_listing .job_description p{
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
}
.single_job_listing .job_description ul{
    padding: 0;
    margin-left: 10px;
    list-style: inside;
}
.single_job_listing .job_description ul li{
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 30px;
}
.single_job_listing .company .name a{
    color: rgba(255,128,0,1);
}
.job_application.application input{
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    text-transform: none;
    font-size: 18px!important;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    box-shadow: inset 0 0 4px 0 rgba(0,0,0,.16);
    height: 50px;
    line-height: 50px;
}
.social-sharing-btn{
    display: flex;
    flex-direction: row;
}
.social-sharing-btn a{
    width: 100px;
    height: 32px;
    border-radius: 3px;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    text-transform: capitalize;
    color: #fff;
    margin-right: 16px;
}
.social-sharing-btn a i{
    padding-right: 5px;
}
.social-sharing-btn a:last-child{
    margin-right: 0;
}
.social-sharing-btn a.facebook-icon{
    background-color: #3b5998;
}
.social-sharing-btn a.twitter-icon{
    background-color: #00aced;
}
.social-sharing-btn a.pinterest-icon{
    background-color: #cb2027;
}
.social-sharing-btn a.linkedin-icon{
    background-color: #4875b4;
}
.blog-pagination {
    border-top: 1px solid rgba(0,0,0,.1);
}
.blog-pagination ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
    min-height: 50px;
    align-items: center;
}
.blog-pagination ul li a{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-pagination ul li a:hover h3{
    color: rgba(255,128,0,1);
}
.blog-pagination ul li.previous-btn a{
    justify-content: flex-start;
}
.blog-pagination ul li.next-btn a{
    justify-content: flex-end;
}
.blog-pagination ul li h5{
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 14px;
    color: rgba(0,0,0,.45);
    margin-bottom: 0;
}
.blog-pagination ul li h3{
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 30px;
    color: #343638;
    letter-spacing: 1px;
    transition: 0.2s  linear all;
}
.blog-pagination ul li .pagination-icon{
    margin: 0 25px;
    font-size: 24px;
    color: rgba(9,9,9,.2);
    align-self: center;
}
.blog-pagination ul li.previous-btn{
    text-align: left;
    padding-left: 30px;
    width: 40%;
}
.blog-pagination ul li.next-btn{
    text-align: right;
    padding-right: 30px;
    width: 40%;
}
.blog-pagination ul li.current-btn{
    width: 20%;
    text-align: center;
}
.blog-pagination ul li.current-btn a{
    justify-content: center;
    margin-top: 30px;
}
.blog-pagination ul li.current-btn a i{
    color: rgba(33,33,33,1);
    transition: 0.2s  linear all;
}
.blog-pagination ul li.current-btn a:hover i{
    color: rgba(255,128,0,1);
}
.stepper{
    padding: 1rem 2.5rem;
}
.stepper .stepper-icon{
    margin-bottom: 30px;
    position: relative;
}
.stepper .stepper-icon svg{
    width: 100px;
    height: 50px;
    stroke: rgba(255,128,0,1);
    padding: 0 1.5rem;
    background-color: #fff;
}
.stepper .stepper-icon.line-present:after{
    content: '';
    width: 90%;
    height: 2px;
    background-color: #d8d8d8;
    position: absolute;
    top:25px;
    z-index: -1;
    right: -154px;
}
.stepper h3{
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 37px;
    padding-right: 20px;
}
.stepper h4{
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    text-transform: none;
    letter-spacing: .5px;
    line-height: 28px;
    margin-bottom: 30px;
}
.stepper p{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 35px;
}
.stepper p a{
    color: rgba(255,128,0,1);
}
.stepper a.btn{
    max-width: 250px;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.stepper a.btn i{
    padding-right: 10px;
}
.stepper ul{
    color: #000;
    padding-left: 1.3em;
    line-height: inherit;
    margin: 0 0 20px;
}
.stepper ul li{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 30px;
}
.back-btn{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 30px;
    color: rgba(255,128,0,1);
}
.back-btn i{
    font-size: 14px;
    padding-right: 10px;
    margin-top: 40px;
}


.career-steps-section{
    position: relative;
    background-color: rgba(237,237,237,1);
}
.career-steps-section .career-steps-top-divider{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.career-steps-section .career-steps-top-divider svg{
    width: 100%;
    height: 100%;
    fill: #fff;
    margin-top: -10px;
    min-height: 100px;
}
.career-steps-section .career-steps-bottom-divider{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin-bottom: -2px;
}
.career-steps-section .career-steps-bottom-divider svg{
    width: 100%;
    height: 100%;
    fill: #fff;
    min-height: 100px;
}
/* footer */
.footer_main{
    padding: 4rem 0 2rem 0;
    background: rgba(102,45,145,1);
}
.footer_main .footer_logo{
    width: auto;
    height: 70px;
    margin-bottom: 30px;
}
.footer_main h5{
    font-weight: 600;
    text-transform: none;
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}
.footer_main .contacts{
    margin-bottom: 4px;
}
.footer_main .links{
    margin-bottom: 30px;
}
.footer_main .links img{
    width: auto;
    height: 47px;
}
.footer_main .contacts li .address{
    color: #fff;
    font-weight: 200;
    text-transform: none;
    font-size: 15px;
    font-family: "Nunito";
    line-height: 30px;
}
.footer_main .contacts li a, .footer_main .links li a{
    font-weight: 200;
    text-transform: none;
    font-size: 15px;
    color: #fff;
    font-family: "Nunito";
    line-height: 30px;
}
.footer_main .follow_us{
    margin-top: 20px;
    margin-bottom: 30px;
}
.footer_main .follow_us ul li{
    display: inline-block;
    padding: 0 1rem;
}
.footer_main .follow_us ul li a{
    color: #fff;
    font-size: 22px;
}
.footer_main .follow_us ul li:first-child{
    padding-left: 0;
}
.footer_bottom{
    background-color: rgba(74,32,105,1);
}
.footer_bottom .copyrights{
    font-size: 13px;
    color: #fff;
    font-weight: 200;
    margin-top: 18px;
    margin-bottom: 18px;
    font-family: "Nunito";
}

#back-top{
    font-size: 10px;
    background: rgba(255,128,0,1);
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

#back-top.active{
    /* display: block; */
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@media screen and (max-width: 1024px){
    .home_header .left-content h2{
        font-size: 35px;
        line-height: 40px;
    }
    .home_header .left-content .content-box{
        width: calc(100% - 360px);
        margin-top: calc(800px - 600px);
    }
    .home_header .right-content .content-box{
        width: calc(100% - 270px);
        /* margin-top: calc(800px - 205px); */
    }
    .home_blockquote h4{
        font-size: 38px;
    }
    .home_contact_us .contact-left-content h4{
        font-size: 38px;
    }
    .job-manager-form h2{
        font-size: 38px;
    }
}
@media screen and (max-width: 969px){
    .header_navbar .navbar.fixed-menu-top{
        height: unset;
        margin-bottom: -136px;
        position: absolute;
        left:0;
        right: 0;
    }
    .header_navbar .navbar.fixed-menu-top.scrolled{
        height: unset;
        margin-bottom: -136px;
    }
    .header_navbar .header_navbar_logo {
        height: 110px;
        padding-top: 0px;
    }
    .navbar-light .navbar-toggler{
        border-color: rgba(255,255,255,1);
        background-color: rgba(255,255,255,1);
        outline: none;
    }
    .home_header .left-content{
        justify-content: center;
    }
    .home_header .left-content h2{
        font-size: 70px;
        line-height: 65px;
        text-align: center;
    }
    .home_header .right-content img{
        width: 40%;
        top: 580px;
    }
    .home_header .right-content .content-box{
        width: calc(100% - 170px);
    }
    .dropdown-bubble .dropdown-menu:before,
    .dropdown-bubble .dropdown-menu:after{
        display: none;
    }
    .home_blockquote{
        margin-bottom: 10px;
        padding: 2rem 0rem;
    }
    .home_contact_us .wpcf7-form {
        padding: 5rem 0rem 5rem 0rem;
    }
    .stepper .stepper-icon.line-present:after{
        display: none   ;
    }
}
@media screen and (max-width: 768px) {
    .section_padding{
        padding: 2rem 0 0;
    }
    .dropdown-menu {
        margin-top: 0;
    }
    .home_header {
        min-height: 550px;
        margin-bottom: 30px;
    }    
    .header_navbar .header_navbar_logo {
        height: 80px;
    }
    .home_header .right-content .content-box {
        font-size: 40px;
        position: relative;
        height: unset;
        margin-top: calc(550px - 480px);
        width: 100%; 
    }
    .home_header .right-content p {
        font-size: 16px;
    }
    .home_header .right-content img {
        position: relative;
        width: 100%;
        right: 0;
        top: 70px;
        padding: 0rem 0;
        height: unset;
    }
    .home_header .left-content h2 {
        font-size: 60px;
        margin-bottom: 0px;
    }
    .sub_header .left-content h2 {
        font-size: 60px;
        margin-bottom: 0px;
    }
    /* home contact us */
    .home_contact_us .wpcf7-form{
        padding: 2rem 2rem;
    }
    .home_contact_us .wpcf7-form input{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .home_contact_us .wpcf7-form textarea{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .home_contact_us .wpcf7-form .input-column{
        width: 100%;
    }
    .home_contact_us .wpcf7-form .input-column:first-child{
        margin-right: unset;
    }
    .right-image.type-2  .pos-1{
        position: unset;
        max-width: 100%;
        display: none;
    }
    .right-image.type-2  .pos-2{
        position: unset;
        max-width: 100%;
    }
    .right-image.type-2  .pos-3{
        position: unset;
        max-width: 100%;
        display: none;
    }
    .right-image.type-2 {
        min-height: 380px;
    }
    .right-image.type-3{
        min-height: 350px;
    }
    .right-image.type-3  .pos-2{
        max-width: 80%;
    }
    .right-image.type-3  .pos-3{
        max-width: 50%;
    }
    .blog-pagination ul li a{
        margin-top: 5px;
        margin-bottom: 0;
    }
    .blog-pagination ul li h3{
        display: none;
    }
    .blog-pagination ul li h5{
        margin-top: 7px;
    }
    .blog-pagination ul li.current-btn a{
        margin-top: 5px;
    }
    .blog-pagination ul li .pagination-icon{
        font-size: 18px;
        margin: 0 15px;
    }
    .blog-pagination ul li.previous-btn {
        padding-left: 15px;
    }
    .blog-pagination ul li.next-btn {
        padding-right: 15px;
    }
}

@media screen and (max-width: 578px) {
    .section_padding {
        padding: 1rem 0 0;
    }
    .home_header .left-content h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .section_padding .mt-5,  .section_padding.mt-5{
        margin-top: 1rem!important;    
    }
    .section_padding .mb-5,  .section_padding.mb-5{
        margin-bottom: 1rem!important;    
    }
    .home_blockquote{
        padding: 1rem 0rem;
    }
    .home_blockquote h4{
        font-size: 30px;
        margin: 0 0 20px 0;
    }
    .home_blockquote p{
        font-size: 16px;
    }
    .home_contact_us .contact-left-content{
        margin-top: 45px;
    }
    .home_contact_us .contact-left-content h4{
        font-size: 30px;
    }
    .home_contact_us .contact-left-content p{
        font-size: 16px;
    }
    .home_header .left-content h2 {
        font-size: 40px;
    }
    .brand-card {
        margin: 0 0 20px;
    }
    .home_header {
        height: 85vh;
    }
    .sub_header {
        height: 80vh;
    }
    .sub_header .left-content{
        height: 90vh;
    }
    .sub_header .left-content h2 {
        font-size: 40px;
        line-height: 90px;
    }
    .sub_header .left-content h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .right-image.type-3{
        min-height: 250px;
    }
    .stepper {
        padding: 1rem 0rem;
    }
    .job-listings .main-lists li a{
        position: relative;
    }
    .job-listings .main-lists li .location{
        position: absolute;
        bottom: 0;
        left: 52px;
    }
    .job-manager-form h2{
        font-size: 30px;
    }
    .right-image.type-2 img{
        margin-bottom: 20px;
    }
    .right-image.type-2 {
        min-height: auto;
    }
    /* footer */
    .footer_main .footer_logo{
        text-align: center;
        display: flex;
        margin: 20px 0;
        height: 100px;
    }
    .footer_main .links img {
        width: auto;
        height: 80px;
    }    
    .footer_main .copyrights{
        text-align: center!important;
    }
    
}

@media screen and (max-width: 420px) {
    .home_contact_us .wpcf7-form h4{
        font-size: 32px;
        margin-bottom: 30px;
    }
}