html {
    font-size: 14px;
}

body {
    padding-top: 0 !important;
}

.page {
    position: relative;
    min-height: 100%;
    background-color: #fff;
    margin-left: 0 !important;
    padding-bottom: 1px;
}

body {
    /*font-family: "PingFang SC Semibold",sans-serif !important;*/
    font-family: Poppins, Helvetica, "sans-serif" !important;
    font-size: 18px;
    font-style: normal;
    color: #5e6278;
    margin-top: -22px;
    /*-webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;*/
}

h3 {
    font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
    line-height: normal;
    color: #5e6278;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

p {
    color: #181c32;
}

.py-30 {
    padding: 30px 0 !important;
}

.py-100 {
    padding: 100px 0 !important;
}

.py-80 {
    padding: 80px 0 !important;
}

.px-30 {
    padding: 0 30px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

@media (min-width: 480px) {
    .modal-sm-custom {
        max-width: 430px;
    }
}

.modal-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
}

.modal-content {
    border-radius: 10px;
}

.form-material .form-control {
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center bottom,center -webkit-calc(100% - 1px);
    background-position: center bottom,center calc(100% - 1px);
    -webkit-background-size: 0 2px,100% 1px;
    background-size: 0 2px,100% 1px;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    font-size: 1.2rem;
    color: #5e6278;
}

    .form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
        float: none;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#3f51b5),to(#3f51b5)),-webkit-gradient(linear,left top,left bottom,from(#e0e0e0),to(#e0e0e0));
        background-image: -webkit-linear-gradient(#3f51b5,#3f51b5),-webkit-linear-gradient(#e0e0e0,#e0e0e0);
        background-image: -o-linear-gradient(#3f51b5,#3f51b5),-o-linear-gradient(#e0e0e0,#e0e0e0);
        background-image: linear-gradient(#3f51b5,#3f51b5),linear-gradient(#e0e0e0,#e0e0e0);
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .form-material .form-control.focus, .form-material .form-control:focus {
            -webkit-background-size: 100% 2px,100% 1px;
            background-size: 100% 2px,100% 1px;
            outline: 0;
            -webkit-transition-duration: .3s;
            -o-transition-duration: .3s;
            transition-duration: .3s;
        }

        .form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
            background-image: linear-gradient(#428dfc, #428dfc), linear-gradient(#e0e0e0, #e0e0e0);
        }

.form-group.form-material .form-control-label {
    color: #5e6278;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.modal .center-title {
    font-size: 2rem;
    margin-top: 0;
}

    .modal .center-title span {
        font-size: 1rem
    }

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.max-h-40px {
    max-height: 40px !important;
}

a, button {
    outline: 0 !important;
}

.header-menu .menu-nav > .menu-item > .menu-link {
    /*color: #fff;*/
    color: #616161;
}

.banner {
    overflow: hidden;
    position: relative;
    padding-top: 88px;
}

.banner-content img {
    width: 100%;
    height: auto;
}

.banner-content .banner-desc {
    position: absolute;
    width: 100% !important;
    top: 0;
    max-width: 100%;
}

/*.banner img{
        width:100%;
    }*/

@media (min-width: 992px) {
    .container {
        padding: 0 25px;
    }

    .header .logo {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 25px;
        margin-top: 11px;
    }

        .header .logo .logo-default {
            display: inline-block;
        }

    .header-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .header-menu .menu-nav {
            list-style: none;
            margin: 0;
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

            .header-menu .menu-nav > .menu-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 0 .25rem;
                padding: 0 .25rem;
            }

                .header-menu .menu-nav > .menu-item:first-child {
                    padding-left: 0;
                }

                .header-menu .menu-nav > .menu-item > .menu-link {
                    -webkit-transition: all .3s ease;
                    transition: all .3s ease;
                    cursor: pointer;
                    padding: .25rem .5rem;
                    text-decoration: none;
                }

                .header-menu .menu-nav > .menu-item > .menu-link {
                    border-radius: .42rem;
                    padding: .6rem 1rem;
                    font-size: 1.2rem;
                }

                .header-menu .menu-nav > .menu-item > .menu-link {
                    /*background-color: rgba(255,255,255,.1);*/
                }

                    .header-menu .menu-nav > .menu-item > .menu-link .menu-text {
                        color: #fff;
                        font-weight: 500;
                    }
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 12;
}

    /*.header {
    padding: 15px 0;
}*/


    .header .header-left .position-name,
    .footer .footer-left .position-name {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        font-weight: 300 !important;
        letter-spacing: 0.1px;
        padding-left: 20px;
        margin-left: 20px;
        border-left: 2px solid #f5f5f5;
        max-width: 50%;
    }

.footer .footer-left .position-name {
    color: #fff;
}

.header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 11px 0;
}

/*.banner-content {
    padding-top: 120px;
}*/

.position-detail {
    color: #181c32 !important;
}

    .position-detail .position-title {
        font-size: 2rem;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.2px;
        margin-bottom: 30px;
        color: #428dfc !important;
    }

        .position-detail .position-title span {
            display: block;
            font-size: 1.2rem;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.56;
            letter-spacing: 0.3px;
            margin-top: 5px;
            color: #858588;
        }

    .position-detail .position-detail-text h4 {
        font-weight: 500;
        font-size: 1.25rem;
        margin-bottom: 10px;
        color: #181c32 !important;
    }

.pin-wrapper {
    margin-top: 22px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #3f4254;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /*padding: .65rem 1rem;*/
    padding: .65rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 10px;
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #428dfc;
    border-color: #428dfc;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
}

.btn-lg {
    font-size: 1.3rem;
}

.btn-light-blue.btn-outline {
    color: #428dfc;
    background-color: transparent;
    border-color: #428dfc;
    box-shadow: none;
    font-weight: 400;
}

    .btn-light-blue.btn-outline.focus, .btn-light-blue.btn-outline:focus, .btn-light-blue.btn-outline:hover:not(:disabled):not(.disabled) {
        color: #fff;
        background-color: #1d76f9;
        border-color: #1d76f9;
    }

.job-overview .overview-header {
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #181c32 !important;
}

.job-overview ul {
    width: 100%;
    border: 2px solid #f5f7f9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin: 0;
    padding: 30px !important;
    list-style: none;
    background-color: #f5f7f9;
}


    .job-overview ul h3 {
        margin: 0;
        color: #181c32 !important;
        font-size: 1.2rem;
        font-weight: 500;
    }


    .job-overview ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .job-overview ul li span {
        font-size: 1.1rem;
    }

.relative {
    position: relative;
}

.wp-100 {
    width: 100%;
}

.hp-100 {
    height: 100%;
}

.footer .footer-content {
    position: relative;
    padding: 30px 0;
    /* border-top: solid 2px #f5f5f5; */
    display: flex;
    align-items: center;
}

.footer .footer-left, .footer .footer-right {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 20px 0;
    color: #fff;
}

.footer .logo {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 25px 0 0;
}

.footer-right .social-small {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

.social-small > li.title {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px;
    padding-left: 0;
    padding-right: 20px;
}

.social-small > li {
    display: inline-flex;
    vertical-align: middle;
    padding-left: 10px;
}

    .social-small > li.circle > a {
        display: table;
        width: 35px;
        height: 35px;
        color: #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        font-size: 18px;
        line-height: 35px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.1);
        -webkit-transition: all 0.1s linear 0s;
        -moz-transition: all 0.1s linear 0s;
        -o-transition: all 0.1s linear 0s;
        transition: all 0.1s linear 0s;
    }

.social-small > li > a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

a.mail {
    background-color: #de4942 !important;
}

a.linkedin {
    background-color: #0077b5 !important;
}

a.facebook {
    background-color: #3b5998 !important;
}

a.twitter {
    background-color: #000000 !important;
}

.about-us .img-place img {
    max-width: none;
    height: auto;
}

.img-ry-left {
    transform: perspective(500px) rotateY(-6deg);
}

.img-ry-right {
    transform: perspective(500px) rotateY(6deg);
}

.about-us {
    /*background-color: #f5f7f9;*/
    border-color: #f5f7f9;
    padding: 4rem 0;
    /*background-image: url(https://mitech.thememove.com/wp-content/uploads/2019/04/mitech-landing-header-preview-bg.png);*/
    background-repeat: no-repeat;
    background-position: bottom left;
}

/*.about-us {
    background-color: #428dfc;
    color: #fff;
    border-color: #428dfc;
    position: relative;
}


    .about-us:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 230px;
        background-color: #fff;
        z-index: 0;
        max-width: 330px;
    }*/

.about-us-content {
    display: flex;
    width: 100%;
    z-index: 1;
}

.about-us .img-place {
    width: 700px !important;
    display: flex;
    z-index: 2;
    flex: 0 0 700px;
    margin-top: 40px;
}

.about-us .section-title .title.border-bottom{
    border:none;
}

.about-us .section-title .title {
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #181c32 !important;
    padding: 0;
    display: block;
    position: relative;
}

    .about-us .section-title .title.border-bottom:after {
        position: absolute;
        content: "";
        width: 50px;
        height: 3px;
        left: 0;
        bottom: -3px;
        background-color: #181c32;
    }

    .about-us .section-title .title.text-center.border-bottom:after {
        left: 0;
        right: 0;
        margin: auto;
    }

.owl-carousel-custom .owl-nav {
    position: absolute;
    top: 38%;
    width: 100%;
}

    .owl-carousel-custom .owl-nav button.owl-next, .owl-carousel-custom .owl-nav button.owl-prev {
        background-color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.24);
        box-shadow: 0 0 8px 0 rgba(0,0,0,.24);
        /*-webkit-box-shadow: 0 2px 10px 0 rgba(162, 162, 162, 0.4);
        -moz-box-shadow: 0 2px 10px 0 rgba(162, 162, 162, 0.4);
        box-shadow: 0 2px 10px 0 rgba(162, 162, 162, 0.4);*/
    }

    .owl-carousel-custom .owl-nav .owl-next.disabled, .owl-carousel-custom .owl-nav .owl-prev.disabled {
        opacity: .5;
    }

    .owl-carousel-custom .owl-nav i {
        font-size: 3.2rem !important;
        color: #757575 !important;
        font-weight: 400;
        line-height: 1;
    }

    .owl-carousel-custom .owl-nav .owl-prev {
        position: ABSOLUTE;
        left: 5px !important;
    }

    .owl-carousel-custom .owl-nav .owl-next {
        position: ABSOLUTE;
        right: 5px !important;
    }

.row-separator {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    line-height: 0;
    bottom: 0;
    z-index: 1;
}

    .row-separator svg {
        height: 50px;
        fill: #ffffff;
        width: 100%;
    }

.testimonials {
    background-image: url(https://iqonic.design/themes/sofbox/sofbox-v4/images/home-1/15.png);
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    width: 100%;
    background-size: 100%;
    background-color: #f5f7f9;
}

.features-text:after {
    position: absolute;
    left: -48px;
    top: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #FA6742;
}

.testimonials .column-title {
    text-align: right !important;
    margin-right: -20px;
    margin-top: -4px;
    color: #181c32 !important;
}

.testimonials .testimonial-item {
    padding: 45px 30px;
    margin: 52px 30px 70px 30px;
    box-shadow: -6px 15px 30px 0px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 10px;
    display: block;
    position: relative;
}

    .testimonials .testimonial-item:before {
        content: "";
        position: absolute;
        bottom: -12px;
        width: 90%;
        z-index: -1;
        border-radius: 10px;
        height: 100%;
        background: #fff;
        box-shadow: -6px 15px 30px 0px rgba(0, 0, 0, 0.08);
    }

    /*.testimonials .testimonial-item:after {
        content: "";
        position: absolute;
        bottom: -24px;
        width: 82%;
        left: 0;
        margin: 0 auto;
        right: 0;
        z-index: -2;
        border-radius: 4px;
        height: 100%;
        background: #fff;
        box-shadow: -6px 15px 30px 0px rgba(0, 0, 0, 0.08);
    }*/

    .testimonials .testimonial-item .testimonial-info {
        position: relative;
        text-align: center;
        display: block;
        margin-bottom: 25px;
    }

    .testimonials .testimonial-item p {
        margin-bottom: 0;
        z-index: 1;
        position: relative;
    }

    .testimonials .testimonial-item .testimonial-info img {
        width: 65px;
        height: 65px;
        display: inline-block;
        margin-bottom: 10px;
        box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.1);
        border: 2px solid #ffffff;
    }

    .testimonials .testimonial-item .testimonial-name {
        text-align: center;
        position: relative;
        z-index: 1;
        display: block;
    }

        .testimonials .testimonial-item .testimonial-name .content {
            display: block;
            font-size: 1.3rem;
            color: #181c32 !important;
            margin-bottom: 0;
        }

        .testimonials .testimonial-item .testimonial-name .sub-title {
            font-size: 1.1rem;
            color: #858588;
        }

.testimonials .owl-dots {
    position: absolute;
    bottom: -10px;
    text-align: center;
    right: 0;
    left: 0;
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel button.owl-dot span {
    height: 10px;
    width: 10px;
    background: #ffffff;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.owl-carousel .owl-dots .owl-dot {
    box-shadow: none;
    outline: none;
    background: #1e1e1e;
    display: inline-block;
    border-radius: 4px;
    padding: 0;
    margin: 0px 3px;
    height: 10px;
    width: 10px;
    border: 1px solid #1e1e1e;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
    border-color: transparent !important;
}

.owl-carousel button.owl-dot.active {
    border-color: #428dfc !important;
}

/*.owl-carousel .owl-dots .owl-dot.active, .owl-dots .owl-dot.active:nth-child(n+3) {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}*/

.owl-carousel button.owl-dot.active {
    background-color: #428dfc;
}

.owl-carousel button.owl-dot {
    background-color: #1e1e1e;
}

.locations .nav-tabs li a {
    color: #414141 !important;
}

.locations .nav-tabs {
    border: 0 !important;
    display: flex !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
}

    .locations .nav-tabs li a {
        text-decoration: none !important;
        font-size: 1.5rem !important;
    }

        .locations .nav-tabs li a.active {
            color: #428dfc !important;
        }

.locations .address-row {
    display: flex;
    width: 100%;
    padding: 50px 0;
    justify-content: center;
}

.locations .address-col {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 0.3px;
    text-align: center;
}

.locations .address-row .address-col,
.locations .address-row .map-col {
    width: 50%;
}

.locations .mapContent {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

    .locations .mapContent iframe {
        width: 100% !important;
        height: 100% !important;
    }

.locations .address-col h3 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
}

    .locations .address-col h3:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;
    }

    .locations .address-col h3:after {
        background-color: #428dfc !important;
    }

.locations .center-title {
    color: #181c32 !important;
    text-align: center;
    margin-bottom: 50px;
}

.footer {
    background: #202942;
}

.footer-bar {
    padding: 30px 0;
    border-top: 1px solid #283353;
}

    .footer-bar p,
    .footer-bar a {
        color: #fff;
        font-size: 1.1rem;
    }

.relative {
    position: relative;
}

.title-heading {
    line-height: 26px;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

    .title-heading .heading {
        font-size: 3.5rem !important;
        letter-spacing: 1px;
        color: #fff;
        margin-bottom: 40px !important;
        width:100%;
    }

    .title-heading .para-desc {
        font-size: 18px;
        color: #fff !important;
        margin-bottom: 50px;
        width: 100%;
    }

.nav.nav-pills.nav-fill .nav-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.center-title {
    color: #181c32 !important;
    text-align: center;
    margin-bottom: 50px;
    font-size: 3rem;
}

    .center-title span {
        display: block;
        font-size: 1.5rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.1px;
        margin-top: 10px;
        /*color: #3f4254;*/
        color: #757575;
    }

.facts .nav-link {
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
}

.facts.facts1 .light-gallery a {
    display: block;
    text-align: center;
}

    .facts.facts1 .light-gallery a img {
        max-width: 100%;
        height: auto;
    }

.facts1 .nav .nav-link {
    display: block;
    padding: .915rem 1.429rem;
    font-weight: 400;
    color: #428dfc;
    border: 1px solid #428dfc;
    border-radius: 10px;
}

.facts1 .nav .nav-item:not(:last-child) .nav-link {
    margin-right: 10px;
}

.facts1 .nav .nav-icon {
    margin-right: 5px;
}

.facts1 .nav.nav-pills .nav-link.active,
.facts1 .nav.nav-pills .show > .nav-link,
.facts1 .nav .nav-link:hover:not(.disabled) {
    color: #fff;
    background-color: #428dfc;
}

.facts.facts1 {
    /* background-color: #f5f7f9; */
    border-radius: 10px;
    padding: 30px 60px;
    margin: -40px auto;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.facts2 .nav {
    margin-top: 30px;
}

.facts.facts2 .light-gallery a img {
    max-width: 100%;
    height: auto;
}

.facts2 .nav .nav-link {
    border: none;
    padding: 1.25rem 1.429rem;
    color: #181c32;
    font-weight: 400;
    border-radius: 0;
}

.facts2 .nav .nav-item:not(:last-child) .nav-link {
    border-bottom: 1px solid #2779f3;
}

.facts2 .nav .nav-icon {
    margin-right: 5px;
    color: #c7c7c7;
}

.facts2 .nav.nav-pills .nav-link.active .nav-icon {
    color: #181c32;
}

.facts2 .nav.nav-pills .nav-link.active,
.facts2 .nav.nav-pills .show > .nav-link,
.facts2 .nav .nav-link:hover:not(.disabled) {
    background-color: #f5f7f9;
    color: #181c32;
}

/*.facts2 .tab-container {
    border: 1px solid #f5f7f9;
    background-color: #f5f7f9;
    padding: 30px;
    border-radius: 10px;
}

.facts2.fact-left .tab-container {
    margin-left: -1.0715rem;
}*/

[class*=animation-] {
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-fade {
    -webkit-animation-name: fade;
    -o-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.facts.facts3 .fact-grid-item {
    margin-bottom: 30px;
}

    .facts.facts3 .fact-grid-item .item-icon {
        display: block;
        margin-bottom: 10px;
        font-size: 3rem;
        color: #1bc5bd;
        text-align: center;
    }

    .facts.facts3 .fact-grid-item .item-header {
        font-size: 1.3rem;
        text-align: center;
        font-weight: 500;
        color: #181c32 !important;
        margin-bottom: 15px;
    }

    .facts.facts3 .fact-grid-item .item-desc {
        text-align: center;
    }

.img-round {
    border-radius: 10px !important;
}

.box-shadow {
    /*-webkit-box-shadow: -6px 15px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -6px 15px 30px 0px rgba(0, 0, 0, 0.2);*/
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.5);
    box-shadow: 0 0 30px rgba(0,0,0,.5);
}

.register {
    padding: 30px 0;
    background-color: #f4f4fd;
}

    .register .register-text {
        margin-bottom: 15px;
        text-align: center;
    }

    .register .register-container.flex-column .register-btn {
        text-align: center;
    }

.pb-80 {
    padding-bottom: 80px;
}

.positions1 .filter-form-container .form-control {
    background-color: #edeef0;
    border: none;
    height: 48px !important;
    border-radius: 10px;
    color: #181c32 !important;
}

    .positions1 .filter-form-container .form-control.focus, .positions1 .filter-form-container .form-control:focus {
        background-color: #fff;
        box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08), -1px 2px 10px 0px rgba(0, 0, 0, 0.08);
        outline: 0;
    }

.positions1 .position-list li {
    background-color: #fff;
    padding: 20px 20px;
    margin-bottom: 15px;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    /*border-bottom: 1px solid #eee;
    border-radius: 0;*/
}

.positions1 .position-list li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .positions1 .position-list li .position-desc {
        width: calc(100% - 400px);
        flex: 0 0 calc(100% - 400px);
        padding: 0 15px;
        line-height: 1.5;
    }

        .positions1 .position-list li .position-desc .title {
            color: #181c32 !important;
            font-size: 1.3rem;
            font-weight: 600;
            color: #428dfc !important;
        }

        .positions1 .position-list li .position-desc .location-name {
            color: #9E9E9E;
            font-weight: 600;
            font-size: 1rem;
        }

    .positions1 .position-list li .position-options {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        width: 200px;
        flex: 0 0 200px;
    }

    .positions1 .position-list li .position-type {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        width: 200px;
        flex: 0 0 200px;
    }

        .positions1 .position-list li .position-type span {
            color: #9E9E9E;
            font-weight: 600;
            font-size: 1.1rem;
        }

        .positions1 .position-list li .position-type .type-name {
            color: #424242;
        }


.positions1 .position-list .nav-link .icon {
    font-size: 1.5rem;
    color: #959595;
}

.positions1 .position-list li .date {
    color: #424242;
    font-weight: 600;
    font-size: 1rem;
}

.positions1 .position-list .position-options .nav-link {
    padding: .715rem .75rem;
    background-color: transparent !important;
}

.employment-type {
    border-radius: 10px;
    padding: 5px 5px;
    height: 36px;
    color: #0ac7bf !important;
    font-weight: 400;
    font-size: 1.1rem;
}

.avatar-box {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 152px;
    height: 152px;
    overflow: hidden;
    border: 2px solid #F5F5F5;
}

    .avatar-box.avatar-sm {
        width: 70px;
        height: 70px;
    }

    .avatar-box .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 152px;
        height: 152px;
        background-color: rgba(101,141,251,.1);
    }

    .avatar-box.avatar-sm .image {
        width: 70px;
        height: 70px;
    }

.positions1 .position-list li .avatar-box .image {
    font-family: "Material Design Iconic";
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.avatar-box .image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    content: attr(data-letters);
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 3;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    border-radius: 50%;
    background-color: #d6d9e2;
    color: rgba(45, 53, 70, 0.72);
}

.avatar-box .image.avatar-badge:before {
    font-weight: 300;
    color: #428dfc !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.positions1 .position-list li .avatar-box .image:before {
    content: "";
    font-size: 2.2rem;
    line-height: 2;
}

.avatar-box .bg-avatar {
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-color: white;
    transition-duration: 500ms;
    transition-property: width, height;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.input-search {
    position: relative;
}

    .input-search .input-search-close, .input-search .input-search-icon {
        position: absolute;
        top: 50%;
        z-index: 1;
        width: 2.573rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .input-search .input-search-icon {
        left: 8px;
        font-size: 16px;
        color: #9e9e9e;
        text-align: center;
        pointer-events: none;
    }

.input-search-dark .input-search-icon {
    color: #757575;
}

.input-search .input-search-icon + .form-control {
    padding-left: 3.109rem;
}

button.input-search-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.input-search-close.icon {
    font-size: inherit;
    line-height: inherit;
}

.input-search .input-search-close, .input-search .input-search-icon {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 2.573rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-search .input-search-close {
    right: 8px;
}

.input-search .input-search-close {
    display: none;
}

.btn-apply {
    font-size: 1rem;
    padding: .5rem 1.5rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.simple-pagination {
    margin: 5px 0;
}

    .simple-pagination li:not(.active) {
        border: none;
    }

    .simple-pagination li:not(:last-child) {
        margin-right: 3px;
    }

    .simple-pagination li > span, .simple-pagination li a {
        position: relative;
        display: block;
        border-radius: 5px;
        outline: none !important;
        min-width: 34px;
        height: 34px;
        text-align: center;
        line-height: 1 !important;
        padding: 10px 5px !important;
        font-size: 0.925rem !important;
        border-radius: 20px;
        font-weight: 400;
    }

    .simple-pagination li .prev, .simple-pagination li .next {
        padding: 0 !important;
        display: table;
        border: none;
    }

    .simple-pagination li.disabled .prev, .simple-pagination li.disabled .next {
        color: #bdbdbd;
        cursor: auto;
        background-color: transparent;
        border-color: #dee2e6;
        opacity: 0.4;
    }

    .simple-pagination li .prev > span, .simple-pagination li .next > span {
        font-size: 1.3rem;
        display: table-cell;
        vertical-align: middle;
        color: #616161;
        font-weight: 500;
    }

    .simple-pagination li.active span {
        background-color: #428dfc;
        color: #fff;
    }

.per-page span,
.sort-by span {
    display: inline;
    color: #757575;
    font-size: 1rem;
    font-weight: 400;
}

.per-page select,
.sort-by select {
    width: auto;
    border: 0;
    background: transparent;
    outline: 0;
    font-size: 1rem;
    font-weight: 500;
}

.inline-block {
    display: inline-block !important;
}

.results {
    font-size: 1.2rem;
    font-weight: 400;
}

.visible-xs {
    display: none !important;
}

@media (max-width: 768px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

.shareDDown .btn {
    color: #757575;
    opacity: 0.7;
    font-size: 20px;
    background-color: transparent !important;
    border: none !important;
}

.shareDDown > .dropdown-menu {
    padding: 10px;
    min-width: 195px;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.shareDDown > .dropdown-menu > .title {
    font-size: 14px;
    display: block;
    padding: 0 0 10px 0;
}

    .shareDDown > .dropdown-menu > li {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }

    .shareDDown > .dropdown-menu > .title + li {
        padding-left: 0;
    }

.shareDDown  li.circle > a {
    display: table;
    width: 35px;
    height: 35px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
}

    .shareDDown  li.circle > a > i {
        display: table-cell;
        vertical-align: middle;
        line-height: normal;
    }

.scrollHeader {
    float: left;
    width: 100%;
    overflow: auto;
}

.locations ul > li {
    white-space: nowrap;
    text-align: center;
    padding: 5px 10px;
    width:100%;
}

@media(max-width:1024px) {
    .title-heading .heading {
        font-size: 2.5rem !important;
        margin-bottom: 20px !important;
    }

    .title-heading .para-desc {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .header .logo{
        margin-top:11px!important;
    }

    .footer .footer-content {
        display: flex;
        align-items: center;
        flex-flow: column;
        justify-content: center;
    }

    .footer .footer-left, .footer .footer-right {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer .footer-left, .footer .footer-right {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .footer-right .social-small {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .footer-bar .row{
       margin:0;
    }
}

@media(max-width:768px) {
    .title-heading {
        padding: 15px 0;
    }

    .title-heading .heading {
        font-size: 2em !important;
        margin-bottom: 10px
    }

    .title-heading .para-desc {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .banner-content .banner-desc {
        position: relative;
        background-color: #c2bdbd;
    }

    .mb-sm-10{
        margin-bottom:10px;
    }

    .footer .footer-left, .footer .footer-right {
        flex-flow: column;
    }

    .footer .logo{
        margin:0;
    }

    .footer .footer-left .position-name {
        border: none;
        padding-left: 0;
        margin-left: 0;
    }

    .locations .address-row {
        flex-wrap: wrap;
    }

        .locations .address-row .address-col, .locations .address-row .map-col{
            width:100%;
        }


    .positions1 .position-list li {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }

        .positions1 .position-list li .position-desc {
            width: 100%;
            flex: 0 0 100%;
            padding: 0;
            margin-bottom:10px;
        }

        .positions1 .position-list li .position-type {
            display: flex;
            flex-flow: row;
            align-items: flex-start;
            width: 100%;
            flex: 0 0 100%;
            margin-bottom: 10px;
        }

        .positions1 .position-list li .position-options {
            display: flex;
            flex-flow: row;
            align-items: center;
            justify-content: center;
            width: 100%;
            flex: 0 0 100%;
        }

        .positions1 .position-list li .position-type span {
            margin-right:10px;
        }
}
.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color:#3aaed8 !important;
    z-index: 999999;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
}
