/*global area*/


/*----------------------------------------------------*/

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: inherit;
    }
}


/* color */

:root {
    --fb-color: #4267b2;
    --ln-color: #0077b5;
    --ins-color: #fb3958;
    --ytube-color: #CB2027;
    --twe-color: #4267b2;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.5;
    color: #888888;
    font-family: 'Lato', sans-serif;
    /*font-family: "Roboto";*/
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.ul-li ul {
    margin: 0;
    padding: 0;
}

.ul-li ul li {
    list-style: none;
    display: inline-block;
}

.ul-li-block ul {
    margin: 0;
    padding: 0;
}

.ul-li-block ul li {
    display: block;
    list-style: none;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffff url("../img/loader.svg") no-repeat center center;
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

a:hover,
a:focus {
    text-decoration: none;
}

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

button {
    cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.relative-position {
    position: relative;
}

.pera-content p {
    margin-bottom: 0;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
    margin: 0;
    font-weight: normal;
    font-family: "Poppins";
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

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

.background_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.background_position {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.ft-item-innerbox {
    padding: 0px 15px;
}

.ft-section-title .sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #fa4216;
    padding: 0px 82px;
    position: relative;
}

.ft-section-title .sub-title:before,
.ft-section-title .sub-title:after {
    top: 15px;
    content: "";
    height: 3px;
    width: 75px;
    position: absolute;
    background-color: #fa4216;
}

.ft-section-title .sub-title:before {
    left: 0;
}

.ft-section-title .sub-title:after {
    right: 0;
    display: none;
}

.ft-section-title.text-center .sub-title:after {
    display: block;
}

.ft-section-title h2 {
    color: #00044b;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.333;
    padding: 10px 0px 20px;
}

.ft-section-title-2 {
    margin: 0 auto;
    max-width: 580px;
}

.ft-section-title-2 .sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #fa4216;
}

.ft-section-title-2 h2 {
    color: #003440;
    font-size: 36px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 25px;
}

.ft-section-title-2 h2 span {
    color: #fa4216;
}

.ft-section-title-3 span {
    color: #fa3b0e;
    font-size: 18px;
    font-weight: 500;
}

.ft-section-title-3 h2 {
    color: #141415;
    font-size: 48px;
    font-weight: 700;
    padding-top: 12px;
}

.ft-sb-button {
    color: #fff;
    height: 55px;
    width: 170px;
    border: none;
    font-weight: 600;
    border-radius: 6px;
    font-family: "Poppins";
    background-color: #fa4216;
}

.scrollup {
    width: 55px;
    left: 50%;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: #fa4216;
}

.scrollup i {
    color: #fff;
}

@-webkit-keyframes btn_shine {
    100% {
        left: 200%;
    }
}

@keyframes btn_shine {
    100% {
        left: 200%;
    }
}

.ft-btn a {
    color: #fff;
    height: 55px;
    z-index: 1;
    width: 170px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    font-family: "Poppins";
    background-color: #fa4216;
}

.ft-btn a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -khtml-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    z-index: -1;
}

.ft-btn a:hover {
    background-color: #fa4216;
}

.ft-btn a:hover:after {
    -webkit-animation: btn_shine 1.2s ease;
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.ft-btn-2 a {
    z-index: 1;
    width: 60px;
    height: 45px;
    color: #002a34;
    overflow: hidden;
    line-height: 48px;
    text-align: center;
    position: relative;
    display: inline-block;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ft-btn-2 a span {
    opacity: 0;
    color: #002a34;
    font-size: 15px;
    font-weight: 600;
    margin-right: 8px;
    font-family: "Poppins";
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ft-btn-2 a i {
    top: 2px;
    right: 0;
    left: 0;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ft-btn-2 a:before {
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 60px;
    height: 45px;
    position: absolute;
    border-radius: 30px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border: 2px solid #002a34;
}

.ft-btn-2 a:hover {
    width: 150px;
}

.ft-btn-2 a:hover span {
    opacity: 1;
}

.ft-btn-2 a:hover i {
    left: auto;
    right: 15px;
}

.ft-btn-2 a:hover:before {
    width: 150px;
    background-color: #fff;
    border: 2px solid #fff;
}

.ft-btn-3 a {
    color: #fff;
    height: 55px;
    width: 180px;
    font-weight: 600;
    border-radius: 30px;
    font-family: "Poppins";
    background-color: #fa4216;
}

.ft-btn-3 a i {
    top: 2px;
    margin-left: 5px;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ft-btn-3 a:hover {
    background-color: #00044b;
}

.ft-btn-3 a:hover i {
    margin-left: 10px;
}

.ft-sb-button {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.ft-sb-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -khtml-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    z-index: -1;
}

.ft-sb-button:hover {
    color: #fff;
    background-color: #fa4216;
}

.ft-sb-button:hover:after {
    -webkit-animation: btn_shine 1.2s ease;
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.ft-pagination-item {
    margin-top: 20px;
}

.ft-pagination-item li a {
    color: #fff;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    margin-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #003440;
}

.ft-pagination-item li a:hover {
    background-color: #fa4216;
}

.ft-pagination-item.text-center li a {
    margin: 0px 8px;
}

.top-stikcy {
    top: 80px;
    position: sticky;
}

#st-2 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    ;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: flex;
    position: fixed;
    opacity: 1;
    text-align: left;
    top: 150px;
    z-index: 9;
    flex-direction: column;
}

.dot__remove .owl-dots {
    display: none !important;
}

#st-2.st-left {
    left: 0px;
}

#st-2.st-hidden.st-left {
    left: -48px;
}

#st-2.st-hidden {
    width: 96px;
}

#st-2>div {
    clear: left;
    float: left;
}

#st-2 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: NaNpx;
    height: 48px;
    line-height: 24px;
    margin-bottom: 0;
    opacity: 1;
    overflow: hidden;
    padding: 12px;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 48px;
}

#st-2 .st-btn.st-first {
    border-top: none;
    border-top-right-radius: 0px;
}

#st-2 .st-btn.st-last {
    border-bottom: none;
    border-bottom-right-radius: 0px;
}

#st-2 .st-btn>svg {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 24px;
    margin-left: 0;
    vertical-align: top;
    width: 24px;
}

#st-2 .st-btn>img {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 24px;
    margin-left: 0;
    vertical-align: top;
    width: 24px;
}

#st-2 .st-btn>span {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    left: -35px;
    letter-spacing: 0.5px;
    opacity: 0;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
    filter: alpha(opacity=0);
}

#st-2 .st-btn.st-hide-label>span {
    display: none !important;
}

#st-2 .st-total {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #fff;
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 18px;
    margin-right: 0;
    min-height: 34px;
    max-width: 80px;
    opacity: 1;
    padding: 4px 0;
    text-align: center;
    width: 48px;
}

#st-2 .st-total.st-hidden {
    display: none;
}

#st-2 .st-total>span {
    display: block;
    font-size: 18px;
    line-height: 21px;
    padding: 0;
}

#st-2 .st-total>span.st-shares {
    font-size: 11px;
    line-height: 11px;
}

#st-2 .st-toggle {
    left: -48px;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #ccc;
    border-bottom-right-radius: 0px;
    color: white;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    text-align: center;
    width: 48px;
}

#st-2.st-hidden .st-toggle {
    border-top-right-radius: 0px;
}

#st-2.st-left .st-toggle .st-left {
    display: inline-block;
}

#st-2.st-left.st-hidden .st-toggle .st-left {
    display: none;
}

#st-2.st-left .st-toggle .st-right {
    display: none;
}

#st-2.st-left.st-hidden .st-toggle .st-right {
    display: inline-block;
}

#st-2:hover .st-toggle {
    left: 0;
}

#st-2.st-hidden:hover .st-toggle {
    left: 48px;
}

#st-2.st-toggleable:hover .st-btn.st-last {
    border-bottom-right-radius: 0;
}

#st-2.st-toggleable:hover .st-btn.st-last:hover {
    border-bottom-right-radius: 0px;
}

#st-2 .st-btn:hover {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

#st-2.st-has-labels .st-btn:hover {
    width: auto;
}

#st-2:not(.st-has-labels) .st-btn:hover {
    width: 62px;
}

#st-2 .st-btn.st-hide-label:hover {
    width: 62px;
}

#st-2 .st-btn:hover>svg {
    margin-left: 5px;
}

#st-2 .st-btn:hover>img {
    margin-left: 5px;
}

#st-2 .st-btn:hover>span {
    opacity: 1;
    display: inline-block;
    left: 8px;
    filter: alpha(opacity=100);
}

@media (max-width: 1024) {
    #st-2 .st-btn:hover>svg {
        margin-left: 0;
    }

    #st-2 .st-btn:hover>span {
        display: none;
    }
}

@media (max-width: 1024) {
    #st-2 {
        bottom: 0;
        display: flex;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
    }

    #st-2.st-hidden {
        bottom: -48px;
        width: 100%;
    }

    #st-2.st-hidden.st-left {
        left: 0;
    }

    #st-2.st-hidden.st-right {
        right: 0;
    }

    #st-2>div {
        -moz-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        clear: none;
        flex: 1;
        float: none;
    }

    #st-2 .st-total {
        background: #fff;
        padding: 6px 8px;
    }

    #st-2 .st-btn {
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        text-align: center;
        width: auto;
    }

    #st-2 .st-btn>span {
        display: none;
    }

    #st-2 .st-toggle {
        display: none;
    }

    body {
        padding-bottom: 48px;
    }
}

#st-2 .st-btn[data-network='facebook'] {
    background-color: #4267B2
}

#st-2 .st-btn[data-network='facebook']>span {
    color: #fff
}

#st-2 .st-btn[data-network='twitter'] {
    background-color: #fb3958;
}

#st-2 .st-btn[data-network='twitter']>span {
    color: #fff
}

#st-2 .st-btn[data-network='pinterest'] {
    background-color: #CB2027
}

#st-2 .st-btn[data-network='pinterest']>span {
    color: #fff
}

#st-2 .st-btn[data-network='linkedin'] {
    background-color: #0077b5
}

#st-2 .st-btn[data-network='linkedin']>span {
    color: #fff
}

#st-2 .st-btn[data-network='reddit'] {
    background-color: #ff4500
}

#st-2 .st-btn[data-network='reddit']>span {
    color: #fff
}

#st-2 .st-btn[data-network='hackernews'] {
    background-color: #ff4000
}

#st-2 .st-btn[data-network='hackernews']>span {
    color: #fff
}

#st-2 .st-btn {
    background-color: #21759b
}

#st-2 .st-btn>span {
    color: #fff
}

#st-2 .st-btn {
    background-color: #e12828
}

#st-2 .st-btn>span {
    color: #fff
}

#st-2 .st-btn {
    background-color: #0088cc
}

#st-2 .st-btn>span {
    color: #fff
}

#st-2 .st-btn {
    background-color: #222222
}

#st-2 .st-btn>span {
    color: #fff
}


/*---------------------------------------------------- */


/*Header area*/


/*----------------------------------------------------*/

.ft-header-section .navbar-nav {
    display: inherit;
}

.ft-header-section .dropdown {
    position: relative;
}

.navbar-nav {
    position: relative;
}

.new_effict {
    border-left: 2px solid transparent;
    transition: all .6s;
}

.new_effict:hover {
    border-left: 2px solid #fa4216;
    opacity: 1;
}

.ft-header-section .dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.ft-header-section .dropdown:after {
    /* top: 0px;
color: #e3002a;
right: -14px;
content: "+";
font-size: 18px;
font-weight: 700;
color: #fa4216;
position: absolute;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out; */
}

.ft-header-section .dropdown li:after {
    top: 8px;
    right: 15px;
}

.ft-header-section .dropdown-menu {
    left: -2px;
    top: 30px;
    z-index: 100;
    margin: 0px;
    padding: 0px;
    height: auto;
    min-width: 250px;
    display: block;
    border: none;
    border-radius: 0;
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    background-color: #fff;
    background-clip: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
    /*border-left: 2px solid #fa4216;*/
    /*border-top: 2px solid #fa4216;*/
    /*border-bottom: 2px solid #fa4216 !important;*/
}

.ft-header-section .dropdown-menu .dropdown-menu {
    top: 20px;
    opacity: 0;
    left: 250px;
}

.ft-header-section .dropdown-menu .dropdown-menu a {
    font-weight: 600;
    color: #1a2428;
}

.ft-header-section .dropdown-menu .dropdown-menu a:before {
    display: none;
}

.ft-header-section .dropdown-menu li {
    display: block;
    margin: 0 !important;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid rgba(228, 228, 228, 0.95);
}

.ft-header-section .dropdown-menu li:last-child {
    border-bottom: none;
}

.ft-header-section .dropdown-menu li:hover .dropdown-menu {
    top: 0;
    opacity: 1;
}

.ft-header-section .dropdown-menu a {
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 20px 10px !important;
    color: #1a2428 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.ft-header-section .dropdown-menu a:before {
    top: 20px;
    left: 5px;
    width: 0px;
    height: 2px;
    content: "";
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: #fa4216;
}

.ft-header-section .dropdown-menu a:after {
    display: none;
}

.ft-header-section .dropdown-menu a:hover {
    margin-left: 10px;
}

.ft-header-section .dropdown-menu a:hover:before {
    width: 10px;
}

.ft-header-section.header-style-one {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
    background-color: #fa4216;
}

.ft-header-section.header-style-one .dropdown-menu {
    top: 48px;
}

.ft-header-section.header-style-one .ft-header-content {
    padding-left: 250px;
}

.ft-header-section.header-style-one .ft-brand-logo {
    top: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ft-header-section.header-style-one .ft-header-top {
    color: #fff;
    background-color: #000671;
    padding: 18px 0px 18px 80px;
}

.ft-header-section.header-style-one .ft-header-top li {
    font-weight: 500;
    margin-right: 40px;
}

.ft-header-section.header-style-one .ft-header-top li i {
    font-size: 20px;
    margin-right: 12px;
}

.ft-header-section.header-style-one .ft-header-menu-top-cta:before {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border-bottom: 134px solid #fa4216;
    border-right: 110px solid transparent;
}

.ft-header-section.header-style-one .ft-header-main-menu {
    padding: 12px 10px;
    background-color: #01054c;
}

.ft-header-section.header-style-one .ft-main-navigation li {
    margin-left: 50px;
}

.ft-header-section.header-style-one .ft-main-navigation li a {
    color: #fff;
    font-weight: 500;
    padding-bottom: 30px;
}

.ft-header-section.header-style-one .ft-header-cta-btn {
    margin-left: 50px;
}

.ft-header-section.header-style-one .ft-header-cta-btn a {
    height: 50px;
    width: 150px;
    color: #01054c;
    font-weight: 600;
    border-radius: 6px;
    font-family: "Poppins";
    background-color: #fff;
}

.ft-header-section.header-style-one .ft-header-cta-btn a:hover {
    color: #fff;
    background-color: #fa4216;
}

.ft-header-section.header-style-one .ft-header-cta-info {
    top: 50%;
    right: 80px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 100%;
    background-color: #fff;
}

.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-icon i {
    font-size: 30px;
    line-height: 0.75;
    color: #fa4216;
}

.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-text {
    color: #fff;
}

.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-text p {
    font-weight: 500;
}

.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-text h3 {
    font-size: 24px;
    font-weight: 700;
}

.ft-header-section.header-style-two {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
}

.ft-header-section.header-style-two .ft-header-top {
    overflow: hidden;
    background-color: #003e4d;
}

.ft-header-section.header-style-two .ft-header-top-content li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 40px;
}

.ft-header-section.header-style-two .ft-header-top-content li i {
    font-size: 16px;
    margin-right: 10px;
}

.ft-header-section.header-style-two .ft-header-cta-info {
    padding: 5px 15px;
    position: relative;
    background-color: #fa4216;
}

.ft-header-section.header-style-two .ft-header-cta-info:before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    left: -45px;
    position: absolute;
    border-top: 55px solid #fa4216;
    border-left: 45px solid transparent;
}

.ft-header-section.header-style-two .ft-header-cta-info:after {
    top: -10px;
    left: -40px;
    width: 7px;
    content: "";
    height: 75px;
    position: absolute;
    background-color: #192c48;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100%;
    background-color: #fff;
}

.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-icon i {
    font-size: 20px;
    line-height: 0.75;
    color: #fa4216;
}

.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text {
    color: #fff;
}

.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text p {
    font-size: 14px;
    font-weight: 500;
}

.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text h3 {
    font-size: 18px;
    font-weight: 700;
}

.ft-header-section.header-style-two .ft-header-main-menu-wrapper {
    background-color: #002a34;
}

.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo-area {
    width: 322px;
    overflow: hidden;
}

.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo {
    width: 240px;
    padding: 14px 15px;
    background-color: #fa4216;
}

.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo:before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    right: -65px;
    position: absolute;
    border-bottom: 80px solid #fa4216;
    border-right: 65px solid transparent;
}

.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo:after {
    top: -16px;
    right: -52px;
    width: 7px;
    content: "";
    height: 120px;
    position: absolute;
    background-color: #fa4216;
    -webkit-transform: rotate(-39deg);
    transform: rotate(-39deg);
}

.ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li {
    margin-left: 50px;
}

.ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li a {
    color: #fff;
    font-weight: 500;
    padding-bottom: 30px;
}

.ft-header-section.header-style-two .ft-header-cta-btn {
    margin-left: 60px;
}

.ft-header-section.header-style-two .ft-header-cta-btn a {
    color: #fff;
    height: 55px;
    width: 160px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 30px;
    font-family: "Poppins";
    border: 2px solid #fff;
}

.ft-header-section.header-style-two .ft-header-cta-btn a:hover {
    background-color: #fa4216;
    border: 2px solid #fa4216;
}

.ft-header-section.header-style-three {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    position: absolute;
    background-color: #69696966;
}

.ft-header-section.header-style-three .ft-header-top {
    padding: 16px 0px;
    position: relative;
}

.ft-header-section.header-style-three .ft-header-top:after {
    bottom: 0;
    right: 0;
    content: "";
    height: 2px;
    width: 85%;
    position: absolute;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(#fa4216), to(#fa4216));
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0), #fa4216, #fa4216);
}

.ft-header-section.header-style-three .ft-header-top li {
    color: #fff;
    font-size: 13px;
    margin-left: 55px;
    position: relative;
    font-family: "Poppins";
}

.ft-header-section.header-style-three .ft-header-top li:after {
    top: -2px;
    width: 1px;
    content: "";
    height: 24px;
    right: -32px;
    position: absolute;
    background-color: #424a54;
}

.ft-header-section.header-style-three .ft-header-top li:last-child:after {
    display: none;
}

.ft-header-section.header-style-three .ft-header-top li i {
    color: #0090ff;
    margin-right: 5px;
}


/* azmain */

.ft-header-section.header-style-three .ft-main-navigation li {
    margin-left: 5px;
}


/* azmain end*/


/* .ft-header-section.header-style-three .ft-main-navigation li {
   margin-left: 10px;
} */


/* .ft-header-section.header-style-three .ft-main-navigation li a {
   color: #fff;
   font-weight: 600;
   padding-bottom: 30px;
   font-family: "Lato";
   letter-spacing: .6px;
   font-size: 14px;
   margin-left: 10px;
} */


/* azmain */

.ft-header-section.header-style-three .ft-main-navigation li a {
    color: #fff;
    font-weight: 600;
    padding-bottom: 30px;
    font-family: "Lato";
    letter-spacing: .6px;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.67);*/
    font-size: 14px;
    margin-left: 5px;
}


/* azmain end*/

.ft-header-section.header-style-three .dropdown:after {
    color: #fa4216;
}

.ft-header-section.header-style-three .dropdown-menu a:before {
    background-color: #fa4216;
}



.ft-header-section.header-style-three .ft-header-cta-btn:nth-child(even) {
    margin-left: 7px;
    margin-right: 7px;
}

.ft-header-section.header-style-three .ft-header-cta-btn:first-child{
     margin-left: 15px;
}

/* .specialize-role-wrapper .owl-item.center .item img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
} */

.role-card img {
    width: 100%;
}

.ft-header-section.header-style-three .ft-header-cta-btn a {
    color: #fff;
    font-size: 12px;
    /* font-weight: 700; */
    padding: 8px 7px !important;
    /* position: relative; */
    /* font-family: "Poppins"; */
    background-color: #fa4216;
    border: 1px solid #fa4216;
    transition: all .3s;
    width: auto;
}

.ft-header-section.header-style-three .ft-header-cta-btn a i {
    margin-right: 5px;
}

.ft-header-section.header-style-three .ft-header-cta-btn a:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fa4216;
    border: 1px solid #fa4216;
}


/* .ft-header-section.header-style-three .ft-header-cta-btn a:before {
top: 0;
width: 0;
height: 0;
content: "";
left: -40px;
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
border-left: 40px solid transparent;
} */


/* .ft-header-section.header-style-three .ft-header-cta-btn a:hover {
background-color: #0090ff;
} */


/* .ft-header-section.header-style-three .ft-header-cta-btn a:hover:before {
border-top: 58px solid #0090ff;
} */

.ft-header-section.sticky-on {
    top: 0;
    width: 100%;
    z-index: 20;
    position: fixed;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.ft-header-section.sticky-on.header-style-one .ft-header-top {
    display: none;
}

.ft-header-section.sticky-on.header-style-one .ft-header-menu-top-cta:before {
    display: none;
}

.ft-header-section.sticky-on.header-style-one .ft-header-content {
    padding-left: 260px;
}

.ft-header-section.sticky-on.header-style-two .ft-header-top {
    display: none;
}

.ft-header-section.sticky-on.header-style-three {
    padding: 12px 0px;
    background-color: #ffffff;
}

.ft-header-section.sticky-on.header-style-three .ft-header-top {
    display: none !important;
}

.ft-header-section.sticky-on.header-style-three .ft-header-cta-btn a:before {
    display: none;
}

.ft-header-section.sticky-on.header-style-three .ft-header-cta-btn a {
    padding: 10px 0px;
}

.mobile_logo {
    top: 10px;
    left: 15px;
    display: none;
    position: absolute;
}

.mobile_menu_content {
    top: 0px;
    bottom: 0;
    left: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 310px;
    overflow-y: scroll;
    background-color: #fff;
    /* padding: 20px 35px 35px 35px; */
    padding: 20px 10px 35px 10px;
    -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.mobile_menu_content .mobile-main-navigation {
    width: 100%;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav {
    width: 100%;
}

.mobile_menu_content .dropdown:after {
    display: none;
}

.mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
    padding: 0;
    width: 100%;
    color: #000;
    display: block;
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins";
    /* text-transform: uppercase; */
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-family: sans-serif;
    line-height: 1.5;
}

.mobile_menu_content .m-brand-logo {
    width: 120px;
    margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
    left: 0px;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
    overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible;
}

.mobile_menu_button {
    right: 0px;
    top: -62px;
    z-index: 5;
    color: #fff;
    display: none;
    font-size: 24px;
    cursor: pointer;
    line-height: 38px;
    position: absolute;
    text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
    display: none;
}

.mobile_menu .mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0px;
    width: 100%;
    background-color: transparent;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 10px;
    line-height: 1;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
    background-color: transparent;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
    color: #000 !important;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
    color: #fa4216;
    background-color: transparent;
}

.mobile_menu .dropdown {
    position: relative;
}

.mobile_menu .dropdown .dropdown-btn {
    color: #9397a7;
    position: absolute;
    top: 3px;
    right: 0;
    height: 30px;
    padding: 5px 10px;
}

.mobile_menu .dropdown .dropdown-btn.toggle-open {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile_menu .mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 25px;
    right: 25px;
    font-size: 20px;
    position: absolute;
}

.ft-header-section.header-style-two .mobile_menu_button {
    top: -18px;
}

li.dropdown.new_effict {
    position: relative;
}

li.dropdown.new_effict:after {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    height: 0px;
    background-color: #fa4216;
    opacity: 0;
}

li.dropdown.new_effict:hover:after {
    opacity: 1;
    height: 40px;
}


/*---------------------------------------------------- */


/*Fun Fact area*/


/*----------------------------------------------------*/


/*---------------------------------------------------- */


/*Footer area*/


/*----------------------------------------------------*/

@media screen and (max-width: 991px) {
    .ft-header-section.header-style-one .ft-header-top {
        display: none;
    }

    .ft-main-navigation {
        display: none;
    }

    .mobile_menu_button {
        top: -50px !important;
        color: #222;
    }

    .ft-header-section.sticky-on.header-style-three {
        padding: 3px 0px;
        background-color: #ffffff;
    }

    .message-box h3 {
        font-size: 24px !important;
        padding-left: 20px !important;
    }

    .message-box p {
        text-align: justify;
        /* padding: 8px; */
        margin-right: 40px;
        padding-left: 20px;
    }

    .message-box h3 {
        font-size: 24px;
        padding-left: 20px;
    }

    .s__titileee {
        float: right !important;
        margin: 0 !important;
    }

    .custom-section-py {
        padding: 10px 0 !important;
    }

    .mBottom__350 {
        margin-bottom: 230px !important;
    }

    .message-image-box {
        padding: 35px !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }

    .custom-section-py {
        padding: 30px 0;
    }

    .ft-header-section.header-style-one .ft-header-cta-btn {
        margin-right: 40px;
    }

    .ft-about-img-exp {
        margin: 0 auto;
        max-width: 570px;
        margin-bottom: 60px;
    }

    .ft-about-text-wrapper {
        margin: 0 auto;
        max-width: 570px;
    }

    .ft-service-text-area {
        margin: 0 auto;
        max-width: 570px;
        margin-bottom: 30px;
    }

    .ft-service-text-area .ft-btn {
        margin-top: 0;
    }

    .ft-counterup-innerbox {
        margin-bottom: 30px;
    }

    .ft-why-choose-text-area {
        margin: 0 auto;
        max-width: 670px;
    }

    .ft-why-choose-section:before {
        width: 76.7%;
    }

    .ft-team-inner-itembox {
        margin: 0 auto;
        max-width: 270px;
        margin-bottom: 30px;
    }

    .ft-blog-news-feed-innerbox {
        margin: 0 auto;
        max-width: 570px;
        margin-bottom: 40px;
    }

    .ft-footer-widget {
        margin-bottom: 30px;
    }

    .ft-booking-form-content .booking-form-input-wrapper label {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .ft-booking-form-content .booking-form-input-wrapper button {
        margin-top: 0;
    }

    .ft-why-choose-section:before {
        width: 100%;
    }

    .slick-current.slick-center .ft-project-itembox {
        margin-left: 0;
    }

    .slick-current.slick-center .ft-project-itembox .ft-project-text {
        left: 115px;
    }

    .ft-contact-section:before {
        width: 100%;
    }

    .ft-contact-section:before {
        left: -50%;
    }

    .mobile_menu_button {
        top: -55px;
        display: block;
    }

    .ft-header-section.header-style-one .ft-header-main-menu {
        background-color: transparent;
    }

    .ft-header-section.header-style-two .ft-header-cta-btn {
        margin-right: 40px;
    }

    .ft-header-section.header-style-two .mobile_menu_button {
        top: -55px;
    }

    .ft-featured-innerbox {
        margin-bottom: 30px;
    }

    .ft-product-mesurment-content .ft-pm-bg-img {
        display: none;
    }

    .ft-about-text-wrapper-2,
    .ft-about-img-2-wrapper {
        margin: 0 auto;
        max-width: 570px;
        padding-bottom: 30px;
    }

    .ft-about-img-2-wrapper {
        padding-bottom: 0;
    }

    .ft-testimonial-innerbox-item-2 {
        max-width: 430px;
    }

    .ft-side-bar-wrapper {
        margin-top: 40px;
    }

    .ft-project-overview-comment-wrapper {
        margin-left: 0;
    }

    .ft-project-overview-comment-wrapper {
        padding: 30px 15px;
    }

    .ft-header-section.header-style-three .ft-header-top {
        display: none !important;
    }

    .ft-header-section.header-style-three .ft-header-cta-btn a {
        padding: 15px 20px;
    }

    /* .ft-header-section.header-style-three {
       top: 15px;
   } */
    .ft-header-section.header-style-three .ft-header-cta-btn {
        margin-left: 0;
        margin-right: 40px;
    }

    .ft-header-section.header-style-three .mobile_menu_button {
        top: -42px;
    }

    .ft-header-section.sticky-on.header-style-three {
        top: 0;
    }

    .ft-header-section.sticky-on.header-style-three .mobile_menu_button {
        top: -45px;
    }

    .ft-service-innerbox-3 {
        margin: 0 auto;
        max-width: 370px;
        margin-bottom: 30px;
    }

    .ft-about-img-wrapper-3,
    .ft-about-text-3,
    .ft-why-choose-section-2 .ft-why-choose-text-2 {
        margin: 0 auto;
        max-width: 570px;
    }

    .ft-about-text-3 {
        padding-top: 50px;
    }

    .ft-case-study-items .ft-case-study-img img {
        width: 100%;
    }

    .ft-funfact-inner-items {
        margin: 20px 0px;
    }

    .ft-why-choose-form {
        margin: 0 auto;
        margin-top: 40px;
    }

    .ft-footer-content-wrap-3 .ft-footer-widget .widget-title {
        margin-bottom: 0;
    }

    .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget ul {
        padding-top: 0;
    }

    .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget form {
        margin-top: 10px;
    }

    .ft-footer-content-wrap-3 .ft-footer-copyright {
        margin-top: 30px;
    }

    .ft-header-section.sticky-on.header-style-three .ft-header-cta-btn a {
        padding: 15px 20px;
    }

    .top-stikcy {
        position: static;
    }
}

@media screen and (max-width: 480px) {
    .ft-header-section.header-style-one .ft-brand-logo {
        width: 140px;
    }

    .ft-header-section.header-style-one .ft-header-content,
    .ft-header-section.header-style-one.sticky-on .ft-header-content {
        padding-left: 155px;
    }

    .ft-header-section.header-style-one .ft-header-cta-btn {
        margin-left: 0;
        margin-right: 40px;
    }

    .ft-header-section.header-style-one .ft-header-cta-btn a {
        height: 45px;
        width: 130px;
    }

    .ft-booking-form-content .booking-form-input-wrapper label {
        margin-right: 0;
    }

    .ft-booking-form-content .booking-form-input-wrapper button {
        height: 50px;
        width: 185px;
    }

    .ft-about-section {
        padding: 50px 0px;
    }

    .ft-section-title h2 {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .ft-btn a {
        height: 50px;
        width: 150px;
    }

    .ft-service-section {
        padding: 50px 0px;
    }

    .ft-counterup-section {
        padding: 20px 0px 60px;
    }

    .ft-why-choose-text-area .ft-section-title {
        padding-left: 0;
    }

    .ft-why-choose-feature-wrapper {
        padding-left: 0;
    }

    .ft-why-choose-feature-item .ft-why-choose-feature-text {
        max-width: 250px;
    }

    .ft-why-choose-feature-item .ft-why-choose-feature-text h3 {
        font-size: 18px;
    }

    .ft-why-choose-feature-item .ft-why-choose-feature-icon {
        height: 70px;
        width: 70px;
    }

    .ft-why-choose-feature-item .ft-why-choose-feature-icon:before {
        width: 50px;
        height: 50px;
    }

    .ft-why-choose-feature-item .ft-why-choose-feature-icon i {
        font-size: 30px;
    }

    .ft-team-section {
        padding: 0px 0px 60px;
    }

    .ft-why-choose-section {
        padding-bottom: 30px;
    }

    .ft-project-slider-area {
        margin: 0;
    }

    .ft-project-itembox {
        max-width: 310px;
    }

    .slick-current.slick-center .ft-project-itembox .ft-project-text {
        left: 0;
    }

    .slick-current.slick-center .ft-project-itembox {
        padding-left: 0;
    }

    .ft-project-itembox .ft-project-text {
        left: 0;
        opacity: 1;
    }

    .ft-project-itembox .ft-project-text h3 {
        font-size: 18px;
    }

    .ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-comment-view a {
        margin-left: 0;
        margin-right: 10px;
    }

    .ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox .ft-blog-feed-img {
        margin-bottom: 25px;
    }

    .ft-testimonial-section {
        padding: 60px 0px;
    }

    .ft-project-section {
        padding-top: 60px;
    }

    .ft-contact-section,
    .ft-blog-section {
        padding: 60px 0px;
    }

    .ft-footer-section {
        padding: 60px 0px;
    }

    .ft-footer-widget-wrapper {
        padding-bottom: 50px;
    }

    .ft-header-section.header-style-two .ft-header-cta-btn {
        display: none;
    }

    .ft-header-section.header-style-two .mobile_menu_button {
        top: -48px;
    }

    .ft-banner-text-content h1 {
        font-size: 36px;
    }

    .ft-banner-text-content p {
        font-size: 18px;
    }

    .ft-banner-section {
        padding: 190px 0px 150px;
    }

    .ft-section-title-2 h2 {
        font-size: 28px;
    }

    .ft-featured-section {
        padding: 50px 0px;
    }

    .ft-featured-content,
    .ft-service-content-2 {
        padding-top: 15px;
    }

    .ft-featured-innerbox .ft-featured-text h3 {
        font-size: 20px;
    }

    .ft-featured-innerbox .ft-featured-icon i {
        font-size: 40px;
    }

    .ft-featured-innerbox .ft-featured-icon {
        margin-bottom: 10px;
    }

    .ft-featured-innerbox .ft-featured-text h3 {
        padding-bottom: 10px;
    }

    .ft-product-mesurment-tab-btn .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ft-service-section-2 {
        padding: 50px 0px;
    }

    .ft-about-section-2,
    .ft-portfolio-section-2 {
        padding: 50px 0px;
    }

    .ft-experience-section {
        padding-bottom: 50px;
    }

    .ft-faq-content .accordion-button::after {
        font-size: 16px;
        right: 5px;
    }

    .ft-faq-why-choose-us-section {
        padding-bottom: 30px;
    }

    .ft-blog-section-2 {
        padding: 50px 0px;
    }

    .ft-footer-section-2 .ft-footer-newslatter-content h2 {
        font-size: 20px;
    }

    .ft-footer-section-2 .ft-footer-newslatter-content {
        padding: 20px 30px;
        border-radius: 0px;
    }

    .ft-footer-section-2 .ft-footer-newslatter-form button {
        height: 50px;
        width: 120px;
        font-size: 14px;
    }

    .ft-footer-section-2 .ft-footer-newslatter-form input {
        height: 50px;
    }

    .ft-footer-section-2 .ft-footer-newslatter {
        margin-bottom: -75px;
    }

    .ft-footer-widget-wrapper-2 {
        padding-bottom: 30px;
    }

    .ft-footer-widget-wrapper-2 .ft-footer-widget .logo-widget .site-logo {
        padding-bottom: 20px;
    }

    .ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-btn {
        margin-right: 10px;
    }

    .ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-btn a {
        height: 45px;
        width: 135px;
    }

    .ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-video-btn a i {
        margin-right: 5px;
    }

    .ft-breadcrumb-section {
        padding: 170px 0px 100px;
    }

    .ft-funfact-innerbox {
        margin-bottom: 30px;
    }

    .ft-funfact-innerbox .ft-funfact-text h3 {
        font-size: 35px;
    }

    .ft-funfact-innerbox .ft-funfact-icon i {
        font-size: 35px;
    }

    .ft-footer-widget-wrapper-2 .ft-footer-widget .widget-title {
        padding-bottom: 15px;
    }

    .ft-footer-widget .menu-widget li {
        margin-bottom: 10px;
    }

    .page-padding {
        padding: 50px 0px;
    }

    .blog-details-img-text-wrapper .ftd-blog-meta-2 a {
        margin-right: 10px;
    }

    .blog-details-img-text-wrapper .ft-blog-details-item {
        padding: 20px 15px;
    }

    .blog-details-img-text-wrapper .blog-details-text h3 {
        font-size: 20px;
    }

    .blog-details-img-text-wrapper .blog-details-img-video .blog-details-img {
        margin-bottom: 30px;
    }

    .blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-tag a {
        margin-bottom: 10px;
    }

    .ft-blog-share {
        float: none;
    }

    .blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a {
        margin-left: 0;
        margin-right: 5px;
    }

    .ft-blog-comment-block .ft-blog-comment-text .ftd-reply-btn {
        position: static;
        margin-top: 15px;
        display: inline-block;
    }

    .ftd-comment-input-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ftd-blog-comment-form .ftd-comment-form-input input,
    .ftd-blog-comment-form .ftd-comment-form-input textarea {
        width: 100%;
        margin-bottom: 15px;
    }

    .ftd-blog-comment-form {
        padding: 35px 15px;
    }

    .ftd-blog-comment-form .ftd-comment-form-input span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta {
        padding: 15px 15px;
    }

    .ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper {
        padding: 30px 15px;
    }

    .ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a:after {
        display: none;
    }

    .ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-blog-feed-title-text h3 {
        font-size: 20px;
    }

    .coming-soon-content {
        padding: 200px 0px 150px;
    }

    .coming-soon-content h2 {
        font-size: 34px;
    }

    .coming-soon-countdown li {
        margin-bottom: 20px;
    }

    .coming-soon-countdown {
        text-align: center;
    }

    .ft-btn-3 a {
        height: 40px;
        width: 150px;
    }

    .ft-project-overview-comment-wrapper .ft-project-overview-comment-text {
        width: 200px;
    }

    .ft-similar-work-content .ft-portfolio-slider-innerbox {
        margin-bottom: 30px;
    }

    .ft-project-details-img {
        margin-bottom: 40px;
    }

    .ft-header-section.header-style-three {
        position: static;
        padding: 8px 10px;
        background-color: #fff;
    }

    .ft-header-section.header-style-three .ft-header-cta-btn a {
        /* font-size: 14px; */
        font-size: 12px;
        font-weight: 500;
        padding: 10px 15px;
    }

    .ft-header-section.header-style-three .mobile_menu_button {
        top: -40px;
    }

    .ft-header-section.header-style-three .ft-header-cta-btn {
        margin-right: 30px;
    }

    .ft-header-section.header-style-three .ft-brand-logo {
        width: 130px;
    }

    .ft-header-section.sticky-on.header-style-three {
        position: fixed;
    }

    .ft-header-section.sticky-on.header-style-three .ft-header-cta-btn a {
        padding: 10px 15px;
    }

    .ft-header-section.sticky-on.header-style-three .mobile_menu_button {
        top: -38px;
    }

    #slider-29-slide-76-layer-5,
    #slider-29-slide-78-layer-5,
    #slider-29-slide-77-layer-5 {
        display: block;
    }

    .ft-service-section-3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ft-section-title-3 h2 {
        font-size: 26px;
        padding-top: 5px;
    }

    .ft-service-content-3 {
        padding-top: 30px;
    }

    .ft-section-title-3 span {
        font-size: 16px;
    }

    .ft-service-innerbox-3 .ft-service-text h3 {
        font-size: 18px;
    }

    .ft-service-innerbox-3 .ft-service-text-icon {
        padding: 50px 20px 60px;
    }

    .ft-service-more-btn {
        margin-top: 10px;
        text-align: center;
    }

    .ft-service-more-btn a {
        margin-left: 0;
        margin-top: 10px;
    }

    .ft-about-section-3,
    .ft-funfact-section-2 {
        padding: 60px 0px;
    }

    .ft-about-sign-img-text {
        width: 110px;
    }

    .ft-about-text-3 .ft-about-btn-group a i {
        display: none;
    }

    .ft-about-text-3 .ft-about-btn-group a {
        padding: 10px 15px;
    }

    .ft-case-study-items {
        width: 100%;
        border-right: 0;
    }

    .ft-funfact-inner-items-wrapper:before {
        display: none;
    }

    .ft-funfact-content-2 {
        padding-top: 30px;
    }

    .ft-funfact-inner-items .ft-funfact-inner-text h3 {
        font-size: 24px;
    }

    .ft-funfact-inner-items .ft-funfact-inner-icon {
        margin-bottom: 20px;
    }

    .ft-why-choose-section-2 {
        padding-top: 60px;
    }

    .ft-why-choose-section-2 .ft-why-choose-text-2 {
        padding-top: 0px;
    }

    .ft-why-choose-form-wrapper {
        padding-left: 0;
    }

    .ft-testimonial-slider-items-3:before {
        display: none;
    }

    .ft-testimonial-slider-items-3 {
        padding-left: 0;
    }

    .ft-blog-section-3 {
        padding: 60px 0px;
    }

    .ft-blog-content-3 {
        padding-top: 30px;
    }

    .ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-btn a {
        width: 150px;
    }

    .ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text h3 {
        font-size: 24px;
    }

    .ft-testimonial-slider-3 .slick-dots {
        position: static;
        margin-top: 20px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .ft-testimonial-slider-3 .slick-dots li {
        display: inline-block;
    }

    .ft-contact-cta-items .ft-contact-cta-text {
        max-width: 220px;
    }
}

.testimonials-2 {
    display: none;
}

.testimonisals-2-active-custom .owl-stage-outer {}


/*---------------------------------------------------- */

.video_area {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}

.ft-brand-logo {
    width: 10%;
    /* margin-top: 10px !important; */
}

.ft-brand-logo img {
    width: 60% !important;
}

#fullpage {
    top: 100% !important;
}

.section {
    height: 100vh !important;
}

.pading_top {
    padding-top: 30px;
}

.slider_box {
    width: 100%;
    float: left;
    display: block;
}

.register-card {
    background: #ffffffc9;
    border-radius: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.register-card:hover {
    margin-top: -30px;
}

.register-card:hover {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    background-image: linear-gradient(to right top, #f13a0f, #f33d11, #dc340c, #e33a11, #b42300);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.sculom:nth-child(3n+2) .register-card {
    background-image: linear-gradient(to right top, #f13a0f, #f33d11, #dc340c, #e33a11, #b42300);
}

.sculom:nth-child(3n+2) .register-card p,
.sculom:nth-child(3n+2) .register-card h5 {
    color: #fff;
}

.pading_top {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


/* .fp-viewing-2 .ft-header-section.header-style-three .ft-main-navigation li a::after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 3px;
  height: 0px;
  background-color: #ee4a27eb;
  opacity: 0;
  transition: .3s;
}

.fp-viewing-2 .ft-header-section.header-style-three .ft-main-navigation li a:hover::after {
  height: 40px;
  opacity: 1;
} */


/*aks-custom-css*/

.header_short_description {
    padding: 15px 0;
    text-align: center;
}

.custom-section-py {
    padding: 80px 0;
}

.custom-page-banner-py {
    padding-top: 260px;
    padding-bottom: 260px;
}

.custom-section-pb {
    padding-bottom: 40px;
}

.custom-section-pt {
    padding-top: 20px;
}

h2.custom-heading-one {
    font-size: 2.5rem;
    color: #000;
    line-height: 1.5;
    font-weight: bold;
}

h2.custom-heading-one span {
    color: #fa4216;
}

h1.page-title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

span.tag-color {
    color: #fa4216;
}

h3.card-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}

li.dropdown.new_effict.page2 a {
    color: #000;
}

.form-control {
    display: block;
    width: 100%;
    /* padding: .375rem .75rem; */
    padding: 12px;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFF;
    background: none !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* border-radius: .25rem; */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    border-color: #ef5838;
}


/*aks-custom-css*/


/*aks-custom-buttons*/


/* 7 */

.custom-btn {
    width: 130px;
    height: 45px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
}

.btn-7 {
    background: linear-gradient(0deg, rgb(250 22 22) 0%, rgba(251, 75, 2, 1) 100%);
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-7 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-7:before,
.btn-7:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(250 22 22) 0%, rgba(251, 75, 2, 1) 100%);
    transition: all 0.3s ease;
}

.btn-7:before {
    height: 0%;
    width: 2px;
}

.btn-7:after {
    width: 0%;
    height: 2px;
}

.btn-7:hover {
    color: rgba(251, 75, 2, 1);
    background: transparent;
}

.btn-7:hover:before {
    height: 100%;
}

.btn-7:hover:after {
    width: 100%;
}

.btn-7 span:before,
.btn-7 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgb(250 22 22) 0%, rgba(251, 75, 2, 1) 100%);
    transition: all 0.3s ease;
}

.btn-7 span:before {
    width: 2px;
    height: 0%;
}

.btn-7 span:after {
    height: 2px;
    width: 0%;
}

.btn-7 span:hover:before {
    height: 100%;
}

.btn-7 span:hover:after {
    width: 100%;
}

a.custom-btn.btn-7 {
    color: #fff;
    text-align: center;
    display: inline-block;
}

a.custom-btn.btn-7:hover {
    color: #fa4216;
    background-color: #fff;
}


/* 14 */

.btn-14 {
    background: #fff;
    border: none;
    z-index: 1;
}

.btn-14:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fa4216;
    background-image: linear-gradient(0deg, rgb(250 22 22) 0%, rgba(251, 75, 2, 1) 100%);
    transition: all 0.3s ease;
}

.btn-14:hover {
    color: #000;
}

.btn-14:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.btn-14:active {
    top: 2px;
}

a.custom-btn.btn-14 {
    color: #fa4216;
    display: inline-block;
}

a.custom-btn.btn-14:hover {
    color: #fff;
}


/*end-aks-custom-buttons*/


/*custom-section-title*/

.section-title {
    margin-bottom: 25px;
}

.section-title .title {
    padding-bottom: 15px;
    margin-bottom: 0;
    position: relative;
    letter-spacing: -0.5px;
    display: inline-block;
    font-size: 2rem;
    color: #000;
    font-weight: bold;
}

.title span b {
    color: #fa4216;
}

.section-title.center .title span:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.section-title .title span:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #ee4a27eb;
    bottom: -4px;
    left: 20%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.section-title.center .title span:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 25%;
}

.section-title .title span:after {
    border-bottom: 2px solid #ee4a27eb;
    content: "";
    display: inline-block;
    width: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.section-title .title:after {
    content: "";
    width: 100%;
    /*border-bottom: 2px solid #ee4a2752;*/
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}


/*end-custom-section-title*/


/*community-giveback*/

.community-giveback {
    background-color: #fff;
}

.owl-item .item {
    transform: translate3d(0, 0, 0);
    /*transform: scale(0.9);*/
    /*transition: all .25s ease-in-out;*/
}

.community-card .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.community-card .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.community-card .owl-nav {
    text-align: center;
    /*margin: 40px 0;*/
}

.community-card .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #033aff !important;
}


/*end-community-giveback*/


/*footer-section*/

.page-footer {
    height: 82vh;
}

footer.footer-section {
    background-color: #000 !important;
}

.footer-top-left h2 {
    color: #fff;
}

.footer-top-right {
    text-align: right;
}

.row.footer-body {
    position: relative;
    z-index: 2;
}

img.footer-bg {
    position: absolute;
    left: 0;
    top: 0;
    /*height: 100%;*/
    width: 100%;
    z-index: -1;
    opacity: .1;
}

ul.social-icons li {
    display: inline-block;
    list-style: none;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    margin-right: 5px;
    transition: .3s;
}

ul.social-icons {
    padding: 0;
}

li.facebook {
    background-color: blue;
}

ul.social-icons li a {
    display: block;
    color: #fff;
}

li.youtube {
    background-color: red;
}

li.linkedin {
    background-color: #0a518a;
}

li.twitter {
    background-color: #1f92ee;
}

ul.social-icons li:last-child {
    margin-right: 0;
}

ul.social-icons li:hover {
    background-color: #ffff;
}

ul.social-icons li.facebook:hover a {
    color: blue;
}

ul.social-icons li.youtube:hover a {
    color: red;
}

ul.social-icons li.twitter:hover a {
    color: #1f92ee;
}

ul.social-icons li.linkedin:hover a {
    color: #0a518a;
}

.footer-text {
    text-align: justify;
}

ul.list-unstyled li a {
    line-height: 1.8;
    transition: .3s;
}

ul.list-unstyled li a:hover {
    color: #fa4216;
}

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

.copy-right a {
    color: #fa4216;
}

.footer-bottom {
    position: relative;
    /* top: 120px; */
}

ul.list-unstyled.footer-bottom-list li {
    margin-right: 10px;
}


/*end-footer-section*/


/*register-card-section*/

.register-card-section {
    background-color: #fff !important;
    position: relative;
    z-index: 1;
}

.icon-box.s3 {
    min-height: 222px;
    padding: 12px 27px;
    text-align: center;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
}

.icon-box.s3 .bg-s3 {
    position: absolute;
    content: "";
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    background-image: linear-gradient(to right top, #fa4216, #fc6912, #fd881a, #fda42c, #fcbd44);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.bg-before {
    background-image: url(https://onum-wp.s3.amazonaws.com/images/bg1-box-1.png);
    background-position: top left;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.bg-after {
    background-image: url(https://onum-wp.s3.amazonaws.com/images/bg2-box-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: -1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.icon-main {
    box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 30%);
    -webkit-box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 30%);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.3);
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 40px;
    margin-bottom: 20px;
    background-color: #FFF;
    color: #e23a11;
}

.icon-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-box h5 {
    color: #000;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 18px;
}

.content-box p {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}


/* .icon-box.s3:hover .bg-s3, .icon-box.s3:hover .action-box {
opacity: 1;
visibility: visible;
}
.icon-box.s3:hover .bg-before{
z-index: -2;
visibility: hidden;
opacity: 0;
} */

.icon-box.s3:hover .bg-after {
    z-index: -2;
    visibility: hidden;
    opacity: 0;
}

.icon-box.s3:hover .content-box {
    color: #fff;
}

.icon-box.s3:hover .content-box h5 {
    color: #fff;
}


/*register-card-section*/

.elementor-shape[data-negative="false"].elementor-shape-bottom,
.elementor-shape[data-negative="true"].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elementor-4850 .elementor-element.elementor-element-b102945>.elementor-shape-bottom {
    z-index: 2;
    pointer-events: none;
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-background-overlay {
    background-color: #000;
    background-image: url("https://onum-wp.s3.amazonaws.com/images/bg-overlay-home1.png");
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .12;
    transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.elementor-shape-bottom:not([data-negative="true"]) svg {
    z-index: -1;
}

.elementor-shape-bottom svg {
    width: calc(179% + 1.3px);
    height: 159px;
}

.fp-viewing-2 .ft-header-section.header-style-three,
.fp-viewing-3 .ft-header-section.header-style-three,
.fp-viewing-4 .ft-header-section.header-style-three,
.fp-viewing-5 .ft-header-section.header-style-three,
.fp-viewing-6 .ft-header-section.header-style-three,
.fp-viewing-7 .ft-header-section.header-style-three,
.fp-viewing-8 .ft-header-section.header-style-three,
.fp-viewing-9 .ft-header-section.header-style-three,
.fp-viewing-10 .ft-header-section.header-style-three {
    background: #fff;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .16);
}

.fp-viewing-2 .ft-header-section.header-style-three .ft-main-navigation li a,
.fp-viewing-3 .ft-header-section.header-style-three .ft-main-navigation li a,
.fp-viewing-4 .ft-header-section.header-style-three .ft-main-navigation li a,
.fp-viewing-5 .ft-header-section.header-style-three .ft-main-navigation li a,
.fp-viewing-6 .ft-header-section.header-style-three .ft-main-navigation li a,
.fp-viewing-7 .ft-header-section.header-style-three .ft-main-navigation li a,
.fp-viewing-8 .ft-header-section.header-style-three .ft-main-navigation li a,
.fp-viewing-9 .ft-header-section.header-style-three .ft-main-navigation li a,
.fp-viewing-10 .ft-header-section.header-style-three .ft-main-navigation li a {
    color: #262626;
    text-shadow: none;
}

.full_boxx {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}

.full_boxx .full_boxx_details {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-top: 20%;
    font-size: 20px;
    opacity: 1;
    font-weight: 600;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34);
    z-index: 1;
}

.full_boxx:hover .full_boxx_details {
    opacity: 1;
}

.images_box {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

a.solution-btn {
    position: absolute;
    right: -266px;
    bottom: 50px;
    background-color: #fa4216;
    display: inline-block;
    padding: 10px 0;
    padding-left: 15px;
    padding-right: 80px;
    transition: .3s;
    border-radius: 50px;
    color: #fff;
    z-index: 1;
}

a.details-btn {
    position: absolute;
    right: -266px;
    bottom: 50px;
    background-color: #fa4216;
    display: inline-block;
    padding: 10px 0;
    padding-left: 15px;
    padding-right: 80px;
    transition: .3s;
    border-radius: 50px;
    color: #fff;
    z-index: 1;
}

.full_boxx:hover a.solution-btn {
    right: -40px;
}

.role-card a.details-btn {
    right: -40px;
}

.role-card:hover a.details-btn {
    right: -40px;
}

a.details-btn span {
    margin-right: 10px;
    background-color: #fff;
    color: red;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

a.solution-btn span {
    margin-right: 10px;
    background-color: #fff;
    color: red;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.full_boxx::after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000003d;
}

a.details-btn:hover {
    background-color: #ffff;
    color: #fa4216;
}

a.solution-btn:hover {
    background-color: #ffff;
    color: #fa4216;
}

a.details-btn:hover span {
    background-color: #fa4216;
    color: #fff;
}

a.solution-btn:hover span {
    background-color: #fa4216;
    color: #fff;
}

.images_box:hover .b8 {
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    background: #fa4216;
    padding: 25px 31px;
    color: #fff;
}

.b8 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: absolute;
    top: 0r;
    right: 0px;
    bottom: 0px;
    background: #fa4216;
    padding: 25px 31px;
    color: #fff;
    opacity: 0;
    cursor: pointer;
}


/*our-proven-success*/

.our-proven-success {
    background-color: #fff !important;
}

.proven_s_img {
    margin-bottom: 30px;
}

.proven-success-card {
    margin-bottom: 20px;
}


/*end-our-proven-success*/

#popular-bg,
#rated-bg,
#testimonials-bg {
    width: 100%;
    padding: 0
}

#popular-bg ul,
#rated-bg ul,
#testimonials-bg ul {
    text-align: center
}

#popular-bg h4,
#rated-bg h4,
#testimonials-bg h4 {
    width: auto;
    text-align: center;
    margin: 0;
    padding: 20px 0 10px
}

#popular-bg h4 span,
#rated-bg h4 span,
#testimonials-bg h4 span {
    margin-right: 10px
}

#popular-bg .course .course-learning-paths .learningPath .body h4,
#rated-bg .course .course-learning-paths .learningPath .body h4,
#testimonials-bg .course .course-learning-paths .learningPath .body h4 {
    margin: 0 0 10px;
    padding: 0
}

#popular-bg,
#rated-bg {
    padding-bottom: 50px;
    background: rgba(255, 255, 255, .7);
    border-radius: 8px
}

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

    #popular-bg,
    #rated-bg {
        max-width: 1250px;
        margin: 0 auto
    }
}

#popular-bg,
#recent-courses,
#suggested-bg {
    background: rgba(255, 255, 255, .7);
    border-radius: 4px;
    margin: 0 auto;
    max-width: 1150px;
    padding: 35px 0;
    text-align: center
}

#popular-bg.hp-separator,
#recent-courses.hp-separator,
#suggested-bg.hp-separator {
    background: #f2f5f6;
    margin: 40px 0;
    max-width: 100%;
    padding: 40px 0 20px;
    text-align: center;
    position: relative;
    z-index: 1
}

#popular-bg.hp-separator:after,
#popular-bg.hp-separator:before,
#recent-courses.hp-separator:after,
#recent-courses.hp-separator:before,
#suggested-bg.hp-separator:after,
#suggested-bg.hp-separator:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden
}

#popular-bg.hp-separator:before,
#recent-courses.hp-separator:before,
#suggested-bg.hp-separator:before {
    top: 0;
    outline: transparent solid 2px;
    transform: skewY(-1deg);
    transform-origin: 0 0;
    -moz-transform: skewY(-1deg);
    -moz-transform-origin: 0 0;
    -ms-transform: skewY(-1deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: skewY(-1deg);
    -webkit-transform-origin: 0 0
}

#popular-bg.hp-separator:after,
#recent-courses.hp-separator:after,
#suggested-bg.hp-separator:after {
    bottom: 0;
    outline: transparent solid 2px;
    transform: skewY(1deg);
    transform-origin: 0 0;
    -moz-transform: skewY(1deg);
    -moz-transform-origin: 0 0;
    -ms-transform: skewY(1deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: skewY(1deg);
    -webkit-transform-origin: 0 0
}

#popular-bg.hp-separator h4 span,
#recent-courses.hp-separator h4 span,
#suggested-bg.hp-separator h4 span {
    margin-right: 10px
}

#popular-bg.hp-separator .wrapper,
#recent-courses.hp-separator .wrapper,
#suggested-bg.hp-separator .wrapper {
    max-width: 1280px;
    margin: 0 auto
}

#popular-bg.hp-separator .wrapper .course .course-holder,
#recent-courses.hp-separator .wrapper .course .course-holder,
#suggested-bg.hp-separator .wrapper .course .course-holder {
    background: #fff
}

#popular-bg.hp-separator.listing-course .wrapper,
#recent-courses.hp-separator.listing-course .wrapper,
#suggested-bg.hp-separator.listing-course .wrapper {
    max-width: 1150px
}

#hp-separator,
.hp-separator {
    background: #f2f5f6;
    margin: 40px 0;
    padding: 40px 0 20px;
    text-align: center;
    position: relative;
    z-index: 1
}

#hp-separator:after,
#hp-separator:before,
.hp-separator:after,
.hp-separator:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden
}

.slide-buttons .arrow,
.slide-buttons .arrow:before {
    width: 20px;
    height: 20px;
    border-left: none;
    border-top: none
}

#hp-separator:before,
.hp-separator:before {
    top: 0;
    outline: transparent solid 2px;
    transform: skewY(-1deg);
    transform-origin: 0 0;
    -moz-transform: skewY(-1deg);
    -moz-transform-origin: 0 0;
    -ms-transform: skewY(-1deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: skewY(-1deg);
    -webkit-transform-origin: 0 0
}

#hp-separator:after,
.hp-separator:after {
    bottom: 0;
    outline: transparent solid 2px;
    transform: skewY(1deg);
    transform-origin: 0 0;
    -moz-transform: skewY(1deg);
    -moz-transform-origin: 0 0;
    -ms-transform: skewY(1deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: skewY(1deg);
    -webkit-transform-origin: 0 0
}

#hp-separator h4 span,
.hp-separator h4 span {
    margin-right: 10px
}

#hp-separator .wrapper,
.hp-separator .wrapper {
    max-width: 1280px;
    margin: 0 auto
}

#hp-separator .wrapper .course .course-holder,
.hp-separator .wrapper .course .course-holder {
    background: #fff
}

#hp-separator.listing-course .wrapper,
.hp-separator.listing-course .wrapper {
    max-width: 1150px
}

.slide-buttons {
    display: block
}

.slide-buttons [class^=icon-] {
    position: absolute;
    top: 69px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
    transform: rotate(-45deg)
}

.slide-buttons .icon-left-arrow {
    right: auto;
    left: 35px;
    transform: rotate(135deg)
}

@media only screen and (min-width:768px) {
    .slide-buttons {
        display: none
    }
}

.slide-buttons .arrow {
    margin: -20px 0 0 -20px;
    border-right: 2px #333 solid;
    border-bottom: 2px #333 solid;
    z-index: 10
}

.slide-buttons .arrow:before {
    top: 50%;
    position: absolute;
    content: "";
    margin: -10px 0 0 -10px;
    border-right: 1px #333 solid;
    border-bottom: 1px #333 solid;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: arrow
}

@keyframes arrow {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(-10px, -10px)
    }
}

.homepage-publishers {
    text-align: center;
    min-height: 139px;
    padding: 0 40px 20px;
    background-color: rgba(0, 0, 0, .7);
    position: relative;
    margin-top: -50px
}

.homepage-publishers .slide-buttons [class^=icon-] {
    top: 130px;
    color: #fff;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid
}

.homepage-publishers .slide-buttons [class^=icon-]:before {
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid
}

.homepage-publishers h3 {
    text-align: center;
    font-size: 1.125em;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 10px;
    font-weight: 100
}

.homepage-publishers a {
    margin-right: 24px;
    width: 170px;
    display: inline-block;
    height: 40px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center
}

.homepage-publishers a:nth-child(1) {
    background-image: url(https://cdn01.alison-static.net/public/html/site/img/openstax.png)
}

.homepage-publishers a:nth-child(2) {
    background-image: url(https://cdn01.alison-static.net/public/html/site/img/saylor.png)
}

.homepage-publishers a:nth-child(3) {
    background-image: url(https://cdn01.alison-static.net/public/html/site/img/stanford.png);
    width: 99px
}

.homepage-publishers a:nth-child(4) {
    background-image: url(https://cdn01.alison-static.net/public/html/site/img/microsoft.png)
}

.homepage-publishers a:nth-child(5) {
    background-image: url(https://cdn01.alison-static.net/public/html/site/img/cambridge.png);
    width: 120px
}

.homepage-publishers a:nth-child(6) {
    background-image: url(https://cdn01.alison-static.net/public/html/site/img/google.png);
    width: 91px
}

.homepage-publishers a:nth-child(7) {
    background-image: url(https://cdn01.alison-static.net/public/html/site/img/columbia.png);
    width: 168px
}

.homepage-publishers a:nth-child(8) {
    background-image: url(https://cdn01.alison-static.net/public/html/site/img/mit.png);
    width: 130px
}

.homepage-publishers a img {
    width: 100%
}

@media only screen and (min-width:768px) {
    .homepage-publishers {
        margin-top: 0
    }

    .homepage-publishers a {
        background-size: 100% auto;
        background-position: inherit
    }
}

@media only screen and (min-width:1020px) {
    .homepage-publishers {
        background: url(https://cdn01.alison-static.net/public/html/site/img/hero-triangles.png) 0 bottom/auto 80% no-repeat rgba(0, 0, 0, .7);
        padding: 0 150px 20px
    }

    .homepage-publishers h3 {
        font-size: 1.6875em
    }

    .homepage-publishers a {
        width: 140px
    }

    .homepage-publishers a:last-child {
        margin-right: 0
    }
}

.recommendations-banner {
    position: relative;
    height: 181px;
    max-width: 1336px;
    margin: -90px auto 25px;
    padding: 0 20px
}

.recommendations-banner-inner-wrap {
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 0 10px rgba(150, 150, 150, .16);
    background: url(/html/site/img/careers/homepage/recommendations-homepage-banner-desktop1.png), url(/html/site/img/careers/homepage/recommendations-homepage-banner-desktop2.png), linear-gradient(270deg, #e0f9fc 0, #e7f3f8 100%);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, 0 0
}

.recommendations-banner-column {
    float: left;
    height: 100%
}

.recommendations-banner-column--left {
    width: 470px
}

.recommendations-banner-column--left h3 {
    font: normal normal bold 20px/38px Roboto;
    letter-spacing: 0;
    color: #1b232e;
    padding: 50px 0 0 45px;
    margin: 0
}

.recommendations-banner-column--left p {
    font: normal normal normal 16px/20px Roboto;
    letter-spacing: 0;
    color: #777e83;
    padding: 0 0 0 45px;
    width: 90%
}

.recommendations-banner-column--right {
    width: calc(100% - 470px);
    text-align: center
}

.recommendations-banner-column--right span.step-badge {
    background: no-repeat padding-box #c0e4f2;
    border-radius: 15px;
    font: normal normal normal 14px/32px Roboto;
    letter-spacing: 0;
    color: #465159;
    padding: 0 10px;
    display: inline-block;
    margin-top: 25px;
    height: 30px
}

.recommendations-banner-column--right span.step-badge strong {
    font-weight: 700
}

.recommendations-banner-column--right p.goal {
    font: normal normal normal 20px/32px Roboto;
    letter-spacing: 0;
    color: #2d3941;
    margin: 0 0 15px
}

.recommendations-banner-column--right ul li {
    display: inline-block;
    vertical-align: top;
    width: 223px;
    margin: 0 10px
}

.recommendations-banner-column--right ul li a {
    width: 223px;
    height: 48px;
    display: block;
    padding-top: 15px;
    box-shadow: 0 0 10px rgba(150, 150, 150, .2);
    border-radius: 33px;
    font: normal normal bold 12px/18px Roboto;
    letter-spacing: 0;
    background: #fff;
    color: #5d676e
}

.recommendations-banner-column--right ul li a:hover {
    background: #1794c9;
    color: #f3f6f7
}

@media all and (max-width:1264px) {

    .recommendations-banner-column--right ul li,
    .recommendations-banner-column--right ul li a {
        width: 200px
    }
}

@media all and (max-width:1210px) {
    .recommendations-banner-inner-wrap {
        background-position: -10% 0, top right, 0 0
    }

    .recommendations-banner-column--left {
        width: 420px
    }

    .recommendations-banner-column--right {
        width: calc(100% - 420px)
    }
}

@media all and (max-width:1144px) {

    .recommendations-banner-column--right ul li,
    .recommendations-banner-column--right ul li a {
        width: 170px
    }
}

@media all and (max-width:1054px) {
    .recommendations-banner {
        height: 300px
    }

    .recommendations-banner-inner-wrap {
        background: url(/html/site/img/careers/homepage/recommendations-homepage-banner-mobile1.png), url(/html/site/img/careers/homepage/recommendations-homepage-banner-mobile2.png), linear-gradient(270deg, #e0f9fc 0, #e7f3f8 100%);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: 0 190%, 0 80%, 0 0;
        background-size: cover
    }

    .recommendations-banner-column {
        float: left
    }

    .recommendations-banner-column--left,
    .recommendations-banner-column--right {
        width: 100%
    }

    .recommendations-banner-column--left {
        height: 110px
    }

    .recommendations-banner-column--left h3 {
        padding: 30px 0 0 45px
    }

    .recommendations-banner-column--right {
        height: calc(100% - 110px)
    }

    .recommendations-banner-column--right ul li,
    .recommendations-banner-column--right ul li a {
        width: 223px
    }
}

@media all and (max-width:795px) {
    .recommendations-banner {
        height: 470px
    }

    .recommendations-banner-inner-wrap {
        background: url(/html/site/img/careers/homepage/recommendations-homepage-banner-mobile3.png), url(/html/site/img/careers/homepage/recommendations-homepage-banner-mobile4.png), linear-gradient(270deg, #e0f9fc 0, #e7f3f8 100%);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: top -320px center, 0 80%, 0 0;
        background-size: cover
    }

    .recommendations-banner-column {
        float: left
    }

    .recommendations-banner-column--left,
    .recommendations-banner-column--right {
        width: 100%
    }

    .recommendations-banner-column--left {
        height: 140px
    }

    .recommendations-banner-column--left h3 {
        font: normal normal bold 16px/38px Roboto;
        padding: 30px 10px 0;
        text-align: center
    }

    .recommendations-banner-column--left p {
        font: normal normal normal 14px/18px Roboto;
        color: #777e83;
        padding: 0 10px;
        width: 100%;
        text-align: center
    }

    .recommendations-banner-column--right {
        height: calc(100% - 140px)
    }

    .recommendations-banner-column--right p.goal {
        font: normal normal normal 20px/24px Roboto;
        padding: 0 10px
    }

    .recommendations-banner-column--right ul li {
        width: 100%;
        margin: 0
    }

    .recommendations-banner-column--right ul li a {
        width: 223px;
        margin: 5px auto
    }
}

@media all and (max-width:480px) {
    .recommendations-banner-inner-wrap {
        background: url(/html/site/img/careers/homepage/recommendations-homepage-banner-mobile3.png), url(/html/site/img/careers/homepage/recommendations-homepage-banner-mobile4.png), linear-gradient(270deg, #e0f9fc 0, #e7f3f8 100%);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: top 0 center, 0 40%, 0 0;
        background-size: contain
    }

    .our-courses .buttons-container {
        min-height: 100px
    }

    .our-courses .buttons-container .slide-buttons {
        visibility: hidden
    }

    .our-courses .buttons-container.user-not-logged-in #tab_1,
    .our-courses .buttons-container.user-not-logged-in #tab_3 {
        display: none !important
    }

    .our-courses .buttons-container.user-not-logged-in #tab_2 {
        display: inline-block
    }

    .our-courses .buttons-container #tab_1,
    .our-courses .buttons-container #tab_2,
    .our-courses .buttons-container #tab_3 {
        display: none
    }

    .our-courses .buttons-container .course-tab:nth-child(2) {
        display: inline-block !important
    }
}

.our-courses .courses-list {
    background-color: #f3f4f6;
    position: relative
}

.our-courses .courses-list .course .course-holder .holder-bottom {
    background-color: #fff
}

.our-courses .wide-course-layout>ul {
    padding-top: 20px
}

.our-courses .hp-button {
    width: auto;
    text-align: center
}

.our-courses .hp-button .btn {
    padding: 10px 35px;
    margin: 0 0 80px
}

.our-courses .buttons-container {
    background-color: #e9edf1;
    padding: 10px 40px 0;
    text-align: center;
    position: relative
}

.our-courses .buttons-container .buttons-container-inner {
    max-width: 1310px;
    margin: -12px auto 12px
}

.our-courses .buttons-container .buttons-container-inner .course-tab {
    width: 146px;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin: 10px 5px 5px 0;
    cursor: pointer;
    color: #929292;
    position: relative;
    display: inline-block
}

.our-courses .buttons-container .buttons-container-inner .course-tab.active span {
    color: #000
}

.our-courses .buttons-container .buttons-container-inner .course-tab.active span:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -10%;
    border-bottom: 4px solid #0091c7;
    width: 120%
}

.our-courses .buttons-container .buttons-container-inner .course-tab span {
    font-size: 16px;
    color: #2d3942;
    display: inline-block;
    position: relative
}

.our-courses .buttons-container .buttons-container-inner .course-tab span:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -10%;
    width: 0%;
    border-bottom: 4px solid #0091c7;
    transition: .4s
}

.our-courses .buttons-container .buttons-container-inner .course-tab span:hover {
    color: #000
}

.our-courses .buttons-container .buttons-container-inner .course-tab span:hover:after {
    width: 120%
}

.our-courses h4 {
    font: 400 1.125em Roboto, helvetica neue, Helvetica, Arial, sans-serif;
    margin: 0
}

@media only screen and (min-width:768px) {
    .our-courses .buttons-container {
        background-color: #fff;
        padding: 10px 20px 0
    }

    .our-courses .buttons-container .buttons-container-inner .course-tab {
        width: calc(16.77777% - 10px);
        display: inline-block;
        margin: 0 5px 0 0
    }
}

@media only screen and (min-width:1020px) {
    .our-courses .buttons-container {
        padding: 10px 0 0
    }

    .our-courses .buttons-container .buttons-container-inner .course-tab {
        padding: 20px 10px 5px;
        font-size: 18px
    }
}

.testimonials-wrapper {
    background: #fff;
    position: relative;
    opacity: 0
}

.testimonials-wrapper .testimonials-wrapper-left-triangle,
.testimonials-wrapper .testimonials-wrapper-right-triangle {
    background: url(https://cdn01.alison-static.net/public/html/site/img/testimonials/testimonials-triangle.png) top right no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}

.testimonials-wrapper .testimonials-wrapper-left-triangle {
    transform: rotate(180deg);
    z-index: 2;
    max-width: 140px;
    left: 0;
    bottom: 0
}

.testimonials-wrapper .testimonials-wrapper--inner.wrapper {
    max-width: 1600px;
    padding: 50px 10px 0
}

.testimonials-wrapper .testimonials-wrapper--inner>div {
    float: left
}

.testimonials-wrapper .testimonials-wrapper--slider {
    width: 60%
}

.testimonials-wrapper .testimonials-wrapper--bubbles {
    width: 30%;
    position: relative;
    margin: 0 0 0 10%;
    max-height: 500px
}

@media all and (max-width:1550px) {
    .testimonials-wrapper .testimonials-wrapper--bubbles {
        margin: 0 0 0 5%;
        width: 35%
    }

    .testimonials-wrapper .testimonials-wrapper--slider {
        width: 60%
    }
}

@media all and (max-width:1330px) {
    .testimonials-wrapper .testimonials-wrapper--bubbles {
        max-height: 2px
    }
}

@media all and (max-width:1230px) {
    .testimonials-wrapper .testimonials-wrapper--bubbles {
        display: none
    }

    .testimonials-wrapper .testimonials-wrapper--slider {
        width: 100%
    }
}

.testimonials-slider {
    position: relative
}

.testimonials-slider .testimonials-slider--slide {
    padding: 0 10px
}

.testimonials-slider .testimonials-slider--image {
    max-width: 60%;
    width: 568px;
    margin-bottom: -5px
}

.testimonials-slider .testimonials-slider--image img {
    max-width: 100%;
    width: 554px;
    margin-bottom: -5px;
    height: 500px;
    max-height: 100%;
    display: none
}

.testimonials-slider .testimonials-slider--image img.active {
    display: inherit
}

.testimonials-slider .testimonials-slider--text {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: left;
    max-width: 400px;
    transform: translate(0, -50%)
}

.testimonials-slider .testimonials-slider--text .icon-quote-right {
    margin-bottom: 5px;
    padding-left: 10px
}

.testimonials-slider .testimonials-slider--text .icon-quote-right:before {
    font-size: 60px;
    color: #e9eef2;
    transform: scale(-1, 1)
}

.testimonials-slider .testimonials-slider--text .slick-dots {
    width: 130px;
    float: right;
    margin-top: 45px
}

.testimonials-slider .testimonials-slider--text .slick-dots li {
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    float: left;
    background: #e9eef2;
    border-radius: 100%;
    margin-right: 8px;
    cursor: pointer
}

.testimonials-slider .testimonials-slider--text .slick-dots li.slick-active {
    background: 0 0;
    border: 1px solid #e9eef2
}

.testimonials-slider .testimonials-slider--text p {
    font-style: italic;
    font-size: 16px;
    color: #2d3941;
    font-weight: 300;
    line-height: 28px
}

.testimonials-slider .testimonials-slider--text .btn {
    max-width: none;
    border-radius: 3px;
    padding-top: 7px;
    padding-bottom: 8px;
    margin-top: 30px;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, .2)
}

@media all and (max-width:1230px) {
    .testimonials-slider .testimonials-slider--text {
        right: 100px
    }
}

@media all and (max-width:906px) {
    .testimonials-slider .testimonials-slider--text {
        right: 0
    }
}

@media all and (max-width:767px) {
    .testimonials-wrapper .testimonials-wrapper-left-triangle {
        z-index: inherit
    }

    .testimonials-slider .testimonials-slider--image {
        display: none
    }

    .testimonials-slider .testimonials-slider--text {
        position: static;
        top: 0;
        right: 0;
        text-align: left;
        max-width: 400px;
        transform: translate(0, 0);
        margin: 0 auto 30px
    }
}

.home-left-column,
.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper {
    margin-bottom: 20px
}

.pic-bubble {
    position: relative;
    width: 140px;
    height: 140px
}

.pic-bubble:nth-child(1) {
    left: 50%;
    transform: translate(-50%, 0);
    width: 67px;
    height: 67px
}

.pic-bubble:nth-child(1) .pic-bubble--speech-bubble {
    min-width: 120px;
    top: 0;
    left: 10px
}

.pic-bubble:nth-child(2) {
    width: 130px;
    height: 130px;
    left: 20%;
    top: -12px
}

.pic-bubble:nth-child(2) .pic-bubble--speech-bubble {
    top: 90px;
    left: 46px;
    min-width: 150px
}

.pic-bubble:nth-child(3) {
    left: 50%;
    width: 110px;
    height: 110px;
    top: -36px
}

.pic-bubble:nth-child(3) .pic-bubble--speech-bubble {
    left: 39px;
    top: -1px;
    min-width: 135px
}

.pic-bubble:nth-child(4) {
    left: 40px;
    top: -117px
}

.pic-bubble:nth-child(4) .pic-bubble--speech-bubble {
    left: 31px;
    top: 30px
}

.pic-bubble:nth-child(5) {
    left: 50%;
    transform: translate(-50%, 0);
    width: 200px;
    height: 200px;
    top: -154px
}

.pic-bubble:nth-child(5) .pic-bubble--speech-bubble {
    left: 60px;
    top: 68%
}

@media all and (max-width:1330px) {
    .pic-bubble:nth-child(2) {
        width: 100px;
        height: 100px;
        left: 20%;
        top: -26px
    }

    .pic-bubble:nth-child(3) {
        left: 50%;
        width: 80px;
        height: 80px;
        top: -60px
    }

    .pic-bubble:nth-child(4) {
        left: 80px;
        top: -95px;
        width: 120px;
        height: 120px
    }

    .pic-bubble:nth-child(5) {
        top: -102px;
        width: 120px;
        height: 120px
    }

    .pic-bubble:nth-child(5) .pic-bubble--speech-bubble {
        left: 37px;
        min-width: 110%;
        text-align: center
    }
}

.pic-bubble.active .pic-bubble--speech-bubble {
    animation: pop .5s normal forwards;
    opacity: 1
}

.pic-bubble.active .pic-bubble--speech-bubble:after {
    animation: triangle 1s normal forwards
}

.pic-bubble.active .pic-bubble--ring {
    animation: popSmall 1s normal forwards;
    animation-delay: .25s
}

.pic-bubble .pic-bubble-image {
    background-color: #f3f6f7;
    overflow: hidden;
    border-radius: 100%;
    width: 100%;
    height: 100%
}

.pic-bubble .pic-bubble-image img {
    width: 100%
}

.pic-bubble .pic-bubble--speech-bubble {
    background-color: #0094c9;
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    transform: translate(-100%, 0);
    font-size: 12px;
    opacity: 0;
    transition: all .4s ease-in-out;
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .49)
}

.pic-bubble .pic-bubble--speech-bubble>div {
    overflow: hidden
}

.pic-bubble .pic-bubble--speech-bubble:after {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #0094c9;
    border-bottom: 0;
    border-right: 0
}

.pic-bubble .pic-bubble--speech-bubble .pic-bubble--ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #0094c9;
    top: 0;
    left: 0;
    border-radius: 3px
}

.pic-bubble.pic-bubble__green .pic-bubble--speech-bubble {
    background-color: #83c11f
}

.pic-bubble.pic-bubble__green .pic-bubble--speech-bubble:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #83c11f;
    border-top: 0;
    border-right: 0;
    transform: translate(0, -100%)
}

.home-left-column,
.home-right-column {
    position: relative
}

.pic-bubble.pic-bubble__green .pic-bubble--speech-bubble .pic-bubble--ring {
    border-color: #83c11f
}

@keyframes pop {
    0% {
        transform: translate(-100%, 0) scale(0);
        padding: 0
    }

    100% {
        transform: translate(-100%, 0) scale(1)
    }
}

@keyframes popSmall {
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes triangle {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.modified-home {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover
}

.modified-home .two-columns-wide-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #0093c8;
    background: linear-gradient(to right, #232021 0, #0093c8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#232021', endColorstr='#0093c8', GradientType=1)
}

.modified-home .two-columns-wide-outer .two-columns-wide-wrapper {
    max-width: 1380px;
    padding: 10px 20px
}

@media all and (min-width:991px) {
    .modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper.columns-wrapper-flex {
        display: flex;
        align-items: center;
        justify-content: space-around
    }
}

@media all and (min-width:500px) {
    .modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper.columns-wrapper-flex {
        padding-top: 30px
    }
}

.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login {
    display: none
}

@media only screen and (min-width:768px) {
    .modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login {
        display: block;
        margin-top: 20px
    }
}

.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login .new-social-login {
    display: inline-block;
    margin-left: 0;
    margin-top: 10px
}

.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login .new-social-login:nth-child(1) {
    margin-left: 0
}

.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a {
    border-radius: 3px;
    font-size: .775em;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    padding: 4px 0;
    margin-right: 10px;
    background: 0 0;
    border: 1px solid #fff;
    width: 145px;
    color: #fff;
    opacity: .8
}

.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a#google_home:link,
.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a#google_home:visited {
    width: 155px
}

.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a#google_home:link:hover,
.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a#google_home:visited:hover {
    background-color: #ec3c1f
}

.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a#facebook_home:link,
.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a#facebook_home:visited {
    width: 165px
}

.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a#facebook_home:link:hover,
.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a#facebook_home:visited:hover {
    background-color: #5e7fc1
}

.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a#yahoo_home:link,
.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a#yahoo_home:visited {
    opacity: .8
}

.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a#yahoo_home:link:hover,
.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a#yahoo_home:visited:hover {
    background-color: #ab48b7
}

.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a div.icon-facebook-logo,
.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login a div.icon-yahoo-logo {
    float: left;
    margin-right: -2px;
    padding: 4px 0 0 7px
}

.modified-home .two-columns-wide-outer .page-header-background {
    height: 100%
}

.modified-home .two-columns-wide-outer .gradient-extender {
    height: 90px
}

.home-left-column {
    text-align: center;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .home-left-column .home-left-column-insert {
        padding-bottom: 40px
    }
}

@media only screen and (min-width:1020px) {
    .modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper .home-new-social-login .new-social-login:nth-child(1) {
        margin-left: 15px
    }

    .home-left-column {
        text-align: left;
        margin-bottom: 0;
        display: table;
        width: 55%
    }

    .home-left-column .home-left-column-insert {
        display: table-cell;
        vertical-align: top;
        padding-bottom: 0
    }
}

.wrapper .home-left-column-insert h1 {
    font-weight: 400;
    font-size: 1.075em;
    line-height: 1.5em;
    margin: 0 0 5px;
    color: #fff;
    display: inline-block
}

.wrapper .home-left-column-insert h1 span:nth-child(1) {
    display: inline-block;
    margin-top: 10px
}

.wrapper .home-left-column-insert span.spacing-top {
    margin-top: 5px;
    display: inline-block
}

.wrapper .home-left-column-insert p span a,
.wrapper .home-left-column-insert p span a:link,
.wrapper .home-left-column-insert p span a:visited,
.wrapper .home-left-column-insert span a,
.wrapper .home-left-column-insert span a:link,
.wrapper .home-left-column-insert span a:visited {
    color: #83c11f
}

.wrapper .home-left-column-insert p {
    font-weight: 400;
    font-size: 1.075em;
    line-height: 1.5em;
    margin: 0;
    color: #fff
}

.wrapper .home-left-column-insert p.last {
    margin: 5px 0 30px
}

.wrapper .home-left-column-insert p.temporary {
    font: 400 .975em Roboto, helvetica neue, Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    margin: 20px 0;
    color: #fff
}

.wrapper .home-left-column-insert p.temporary a:link,
.wrapper .home-left-column-insert p.temporary a:visited {
    color: #fff
}

.wrapper .home-left-column-insert p.temporary a:active,
.wrapper .home-left-column-insert p.temporary a:focus,
.wrapper .home-left-column-insert p.temporary a:hover {
    color: #d9d9d9
}

.wrapper .home-left-column-insert h2 {
    font-weight: 400;
    color: #fff;
    font-size: 1.35em;
    margin-bottom: 5px
}

@media only screen and (min-width:768px) {
    .wrapper .home-left-column-insert h2 {
        font-weight: 400;
        color: #fff;
        font-size: 2.4em;
        margin-bottom: inherit
    }
}

.wrapper .home-left-column-insert .signup-or {
    color: #fff;
    padding: 0 10px;
    display: block;
    margin: 10px 0
}

.wrapper .home-left-column-insert a.home-column-call-to-action {
    max-width: 200px;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, .75)
}

.wrapper .home-left-column-insert a.home-column-call-to-action.cta-signup {
    min-width: 180px
}

.wrapper .home-left-column-insert a.home-column-call-to-action.cta-signup:hover {
    background-color: #6d961d;
    border-color: #6d961d
}

.wrapper .home-left-column-insert a.home-column-call-to-action.cta-login {
    min-width: 100px;
    background: 0 0;
    border-color: #fff;
    margin-bottom: 20px
}

.wrapper .home-left-column-insert a.home-column-call-to-action.cta-login:hover {
    color: #fff;
    background-color: #395e70;
    border-color: #395e70
}

@media only screen and (min-width:768px) {
    .wrapper .home-left-column-insert .signup-or {
        display: inline;
        margin: 0
    }

    .wrapper .home-left-column-insert a.home-column-call-to-action.cta-login {
        margin-bottom: 0
    }
}

.home-right-column .categories-gradient {
    width: 860px;
    height: 860px;
    position: absolute;
    opacity: .15;
    z-index: 0;
    transform: translate(-25%, -272px)
}

.home-right-column .home-right-column-insert {
    max-width: 400px;
    margin: 0 auto
}

.home-right-column .home-right-column-insert .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.home-right-column .home-right-column-insert .home-column-category-item {
    width: 27%;
    margin: 5px;
    display: inline-block;
    max-width: 104px;
    height: 103px
}

.home-right-column .home-right-column-insert .home-column-category-item .card {
    position: relative;
    height: 90px;
    width: 100%;
    display: inline-block
}

.home-right-column .home-right-column-insert .home-column-category-item .card .back,
.home-right-column .home-right-column-insert .home-column-category-item .card .front {
    overflow: hidden;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform .3s ease-in-out
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front {
    background-color: #fff;
    transform: rotateY(0);
    z-index: 2;
    padding-top: 12px;
    border-radius: 5px;
    height: 103px;
    box-shadow: 0 1px 6px 0 rgba(50, 50, 50, .4)
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front:hover {
    transform: scale(1.1);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .8)
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front:hover .border {
    opacity: 1
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front span {
    color: #465159
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front .border {
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease-in-out
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front .border.technology-color {
    background-color: #0093c9
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front .border.languages-color {
    background-color: #10a650
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front .border.science-color {
    background-color: #2d3942
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front .border.business-color {
    background-color: #f49b29
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front .border.math-color {
    background-color: #833a8d
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front .border.marketing-color {
    background-color: #c81a7f
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front .border.lifestyle-color {
    background-color: #2a0040
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front .border.health-color {
    background-color: #e42330
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front .border.humanities-color {
    background-color: #bfd131
}

.home-right-column .home-right-column-insert .home-column-category-item .home-cat-icon {
    font-size: 2.15em
}

@media only screen and (min-width:400px) {
    .home-right-column .home-right-column-insert .home-column-category-item .home-cat-icon {
        font-size: 2.45em
    }
}

.home-right-column .home-right-column-insert .home-column-category-item p.home-category-heading {
    color: #465159;
    font-weight: 500;
    padding: 5px 3px 0;
    height: 20px;
    font-size: .775em
}

.home-right-column .home-right-column-insert .home-column-category-item p.home-category-heading--new-taxonomy {
    font-weight: 700 !important;
    font-size: .75em !important;
    height: 27px !important
}

@media only screen and (min-width:400px) {
    .home-right-column .home-right-column-insert .home-column-category-item p.home-category-heading {
        font-weight: 500;
        padding: 5px 3px 0;
        height: 20px;
        font-size: .975em
    }

    .home-right-column .home-right-column-insert .home-column-category-item p.home-category-heading--new-taxonomy {
        font-weight: 700 !important;
        font-size: .75em !important;
        height: 27px !important
    }
}

@media only screen and (min-width:1020px) {
    .home-right-column {
        width: 40%
    }

    .alison-publishers {
        min-height: 420px
    }
}

.alison-stats {
    background-color: #0094c9;
    padding: 40px 10px
}

.alison-stats .alison-stats-inner {
    max-width: 800px;
    margin: 0 auto
}

.alison-stats .alison-stats-inner>div {
    width: 25%;
    float: left;
    text-align: center
}

.alison-stats .alison-stats-inner .stats-icon {
    width: 29px;
    display: inline-block
}

.alison-stats .alison-stats-inner .stats-icon img {
    width: 100%
}

.alison-stats .alison-stats-inner .stats-amount {
    font-size: 49px;
    color: #fff;
    height: 44px;
    margin-top: 10px;
    line-height: 33px;
    font-weight: 700
}

.alison-stats .alison-stats-inner .stats-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500
}

@media all and (max-width:550px) {
    .alison-stats .alison-stats-inner>div {
        width: 50%;
        margin-bottom: 50px
    }

    .alison-stats .alison-stats-inner>div:nth-child(3),
    .alison-stats .alison-stats-inner>div:nth-child(4) {
        margin-bottom: 0
    }
}

.alison-publishers {
    position: relative;
    height: 300px;
    background: #0092c8;
    background: linear-gradient(135deg, #0092c8 0, #0092c8 23%, #0d4aa2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0092c8', endColorstr='#0d4aa2', GradientType=1)
}

.alison-publishers .alison-publishers-inner {
    text-align: center
}

.alison-publishers .alison-publishers-inner h3 {
    color: #fff
}

.alison-publishers .flex-margin-inner {
    position: relative;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .alison-publishers {
        min-height: 420px
    }

    .alison-publishers h3 {
        padding: 10px
    }
}

.publisher-images {
    display: flex;
    flex-wrap: wrap
}

.publisher-images .publisher-spacer,
.publisher-images a {
    flex: 1 0 100%;
    display: flex;
    max-height: 100px;
    padding: 15px;
    opacity: .1;
    position: relative;
    z-index: 1
}

.publisher-images .publisher-spacer.small-logo,
.publisher-images a.small-logo {
    padding: 15px
}

.publisher-images .publisher-spacer img,
.publisher-images a img {
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.publisher-images .publisher-spacer:nth-child(10),
.publisher-images .publisher-spacer:nth-child(11),
.publisher-images .publisher-spacer:nth-child(12),
.publisher-images .publisher-spacer:nth-child(9),
.publisher-images a:nth-child(10),
.publisher-images a:nth-child(11),
.publisher-images a:nth-child(12),
.publisher-images a:nth-child(9) {
    display: none
}

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

    .publisher-images .publisher-spacer,
    .publisher-images a {
        max-height: 140px;
        flex: 1 0 25%;
        padding: 35px
    }

    .publisher-images a:nth-child(10),
    .publisher-images a:nth-child(11),
    .publisher-images a:nth-child(12),
    .publisher-images a:nth-child(9) {
        display: inline-block
    }

    .publisher-images .publisher-spacer {
        display: block
    }
}

@media only screen and (min-width:1020px) {
    .publisher-images a {
        max-height: 173px
    }

    .publisher-images .publisher-spacer {
        min-height: 103px
    }
}

.video-container,
.video-container .video-placeholder {
    max-height: 225px;
    position: relative
}

.courses-list .courses-list--listings li {
    transition: all .4s ease-in;
    display: inline-block;
    float: none
}

.home-coronavirus .emergency-light {
    float: left;
    width: 15px;
    height: 15px;
    background: #e32827;
    border-radius: 100%;
    animation: shadow-pulse 1s infinite;
    position: relative;
    top: 2px;
    margin-right: 11px
}

.home-coronavirus a {
    color: #fff
}

@media all and (max-width:1019px) {
    .home-coronavirus {
        max-width: 300px;
        margin: 60px auto 0
    }

    .home__video-desktop {
        display: none
    }

    .home__video-mobile {
        display: block !important
    }
}

@media all and (max-width:768px) {
    .home-coronavirus {
        margin: 40px auto 0
    }
}

.video-container {
    max-width: 300px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    margin: 15px 0 0
}

.video-container.fillup .video-container__play {
    opacity: 0;
    transition: none
}

.video-container.fillup .percent {
    z-index: 9;
    opacity: 1
}

.video-container.fillup .percent svg circle {
    animation: fillup 1s ease-in-out;
    stroke: #fff
}

.video-container .video-placeholder.prepare {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

.video-container .video-container__bg {
    width: 102%
}

.video-container .video-container__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.video-container .video-container__enlarge {
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 117px
}

.video-container .video-container__enlarge.move {
    opacity: 1
}

@media all and (min-width:469px) {
    .video-container .video-container__enlarge.move {
        animation: popout .6s ease-in-out forwards
    }
}

@media all and (max-width:468px) {
    .video-container {
        margin: 0 auto
    }

    .video-container .video-placeholder {
        margin-top: 16px
    }

    .video-container .video-container__enlarge.move {
        height: 42px;
        left: 50%;
        bottom: 0;
        z-index: 2;
        top: auto;
        transform: translate(-50%, 0)
    }
}

.video-container .resp-iframe {
    padding-top: 56.25%;
    display: block;
    content: '';
    position: relative
}

.video-container .resp-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-container .percent {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 91px;
    height: 91px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.video-container .percent svg {
    position: relative;
    width: 91px;
    height: 91px;
    z-index: 1000
}

.video-container .percent svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: gray;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000
}

@keyframes shadow-pulse {
    20% {
        box-shadow: 0 0 0 0 rgba(227, 40, 39, .4);
        transform: scale(1.1)
    }

    100% {
        box-shadow: 0 0 0 20px transparent;
        transform: scale(1)
    }
}

@keyframes popout {
    0% {
        right: 140px
    }

    50% {
        right: -143px
    }

    60% {
        right: -153px
    }

    70% {
        right: -133px
    }

    80% {
        right: -128px
    }

    100% {
        right: -123px
    }
}

@keyframes fillup {
    to {
        stroke-dashoffset: 0
    }
}


/* partner-new-design */

.our-partner-section {
    background-color: #fff !important;
}

.partner-section {
    background-image: url('../images/bg/04.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.partner-card-top {
    position: relative;
}

.partner-card-top img {
    width: 60%;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.partner-card-top h4 {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: bold;
}

.partner-card-top p {
    text-align: center;
}

.partner-card-bottom img {
    width: 30%;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.partner-card-bottom h4 {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: bold;
}

.partner-card-bottom p {
    text-align: center;
}

.partner_img {
    position: relative;
}

.partner_img:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    /* background: #22c87b; */
    background-image: linear-gradient(to right top, #fa4216, #fc6912, #fd881a, #fda42c, #fcbd44);
    border-radius: 50%;
    /* -webkit-animation: pulse-border 1500ms ease-out infinite;
animation: pulse-border 1500ms ease-out infinite; */
    -webkit-animation: pulse-border 3000ms ease-out infinite;
    animation: pulse-border 3000ms ease-out infinite;
}

.partner_img:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    /* background: #fa183d; */
    border-radius: 50%;
    transition: all 200ms;
}

.partner-mt-1 {
    top: 50px;
    left: 50px;
}

.partner-mt-2 {
    top: 50px;
    left: -50px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/* end partner-new-design */


/*community-giveback*/

.community-giveback-section {
    background-color: #fff !important;
}

.community-giveback {
    background-color: #fff;
}

.owl-item .item {
    transform: translate3d(0, 0, 0);
    /*transform: scale(0.9);*/
    /*transition: all .25s ease-in-out;*/
}

.community-card .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.community-card .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.community-card .owl-nav {
    text-align: center;
    /*margin: 40px 0;*/
}

.community-card .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #033aff !important;
}


/*end-community-giveback*/


/*specialize-role-section*/

.specialize-role-section {
    background-color: #ffff !important;
}

a.role-btn {
    position: absolute;
    left: -225px;
    bottom: 50px;
    background-color: #fa4216;
    display: inline-block;
    padding: 10px 0px;
    padding-left: 80px;
    padding-right: 15px;
    transition: .3s;
    border-radius: 50px;
    color: #fff;
    z-index: 1;
}

.specialize-role-wrapper {
    position: relative;
    overflow: hidden;
}

.role-card {
    background-color: #ffff;
    overflow: hidden;
    position: relative;
}

.role-card:hover .role-btn {
    left: -40px;
}

a.role-btn span {
    margin-left: 10px;
    background-color: #fff;
    color: red;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

a.role-btn:hover {
    background-color: #ffff;
    color: #fa4216;
}

a.role-btn:hover span {
    background-color: #fa4216;
    color: #fff;
}

.role-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    z-index: 1;
    font-weight: bold;
}

.role-card:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000003d;
}


/* End specialize-role-section*/

.video_contant {
    /* position: absolute; */
    top: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.video_contant h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    /*text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34);*/
    color: #000;
}

.video_contant p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    /*text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34);*/
    color: #000;
}

.new__btn__v {
    width: 280px;
    background: transparent;
    padding: 12px 0;
    margin-right: 14px;
    border: 1px solid #fa4216;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34);
    background: #fa4216db;
    transition: all .5s;
}

.new__btn__v:hover {
    background: transparent;
    color: #fa4216db !important;
}


/* @media only screen and (max-width: 1919px) {
.video_contant {
  top: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 236px;
}
} */

.our_partner_section__bg {
    background-image: url(../img/avatar/partner-bg.jpg);
    height: 713px;
    background-color: rgb(255, 255, 255);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}


/*our-success-stories*/

section.our-success-stories {
    background-color: #ffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.counter-container {
    background-color: #ffffffd1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 30px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 15%);
    -webkit-box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 15%);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
}

.counter-container i {
    color: #fa4216;
}

.counter {
    font-size: 2.5rem;
    margin-top: 10px;
}

@media (max-width: 580px) {
    body {
        flex-direction: column;
    }
}

.stories-section {
    background-color: #fff !important;
}

.stories-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 160px 0;
}

.success-card {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.success-card span {
    color: #fa4216;
    display: inline-block;
    margin-right: 10px;
}

.success-card-content h3 {
    color: #fff !important;
    font-weight: bold;
    margin: 0;
}

.success-card-content p {
    color: #fff;
}


/*end-our-success-stories*/


/*page-banner*/

.page-banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 60%;
    position: relative;
    margin-top: 75px;
    background-position: center;
}

.page-banner-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}


/*end-page-banner*/


/*specialize-role-page*/

.specialize-role-card-wrapper {
    position: relative;
    overflow: hidden;
    transition: .3s;
    margin-bottom: 20px;
}

.specialize-role-card-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    transition: .3s;
}

.specialize-role-card-wrapper:hover img {
    transform: scale(1.1);
}

.role-card-btn {
    border-radius: 10px;
}

.specialize-role-card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #c4c4c4c4;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    z-index: 2;
}

.specialize-role-card-wrapper:after {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0000004f;
}


/*end-specialize-role-page*/


/*testimonial-section*/

section.testimonial-section {
    background-color: #fff !important;
}

.testimonial-wrapper {
    position: relative;
}

.video-popup-btn a {
    color: white;
    font-size: 16px;
    border: 1px solid #fa4216;
    padding: 8px 32px;
    text-transform: capitalize;
    background-color: #fa4216;
    border-radius: 8px;
}

iframe.test-video {
    width: 100%;
    min-height: 550px;
}

.video-popup-btn {
    display: flex;
    justify-content: start;
}


/* CAROUSEL STARTS */

.customer-feedback .owl-item img {
    width: 85px !important;
    height: 85px;
    margin: 0 auto;
    border-radius: 50%;
}

.feedback-slider-item {
    position: relative;
    padding: 60px;
    margin-top: -40px;
}

.customer-name {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
}

.feedback-slider-item p {
    line-height: 1.875;
}

.customer-rating {
    background-color: #eee;
    border: 3px solid #fff;
    color: rgba(1, 1, 1, 0.702);
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 44px;
    font-size: 15px;
    right: 0;
    top: 77px;
    text-indent: -3px;
}

.thumb-prev .customer-rating {
    top: -20px;
    left: 0;
    right: auto;
}

.thumb-next .customer-rating {
    top: -20px;
    right: 0;
}

.customer-rating i {
    color: rgb(251, 90, 13);
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 12px;
}


/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */

.feedback-slider-item:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background-color: rgb(251, 90, 13);
    border: 1px solid rgba(251, 90, 13, 0.1);
    border-radius: 10px;
    z-index: -1;
}

.thumb-prev,
.thumb-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -90px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.thumb-next {
    left: auto;
    right: -90px;
}

.feedback-slider-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.feedback-slider-thumb:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    bottom: 45px;
    transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
    background-color: transparent;
    color: rgb(251, 90, 13);
    font-size: 25px;
}

.customer-feedback .owl-prev {
    left: -15px;
}

.customer-feedback .owl-prev:hover {
    left: -20px;
}

.customer-feedback .owl-next {
    right: -15px;
}

.customer-feedback .owl-next:hover {
    right: -20px;
}


/* DOTS */

.customer-feedback .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}

.customer-feedback .owl-dot {
    display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid rgb(251, 90, 13);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
    background-color: rgb(251, 90, 13);
}


/* RESPONSIVE */

@media screen and (max-width: 767px) {
    .feedback-slider-item:after {
        left: 30px;
        right: 30px;
    }

    .customer-feedback .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 45px;
        bottom: auto;
    }

    .customer-feedback .owl-prev {
        left: 0;
    }

    .customer-feedback .owl-next {
        right: 0;
    }
}

.feedback-slider-item p {
    color: #fff;
}

.feedback-slider-item h3 {
    color: #fff;
}


/*====================================================
--<Testimonial Area Css -->
======================================================*/

.single_testimonial_content_text {
    box-shadow: 0 18px 17px 0 rgba(0, 0, 0, .1);
    padding: 32px 43px 20px;
    position: relative;
    background: #fff;
}

.single_testimonial_content_text:before {
    content: '';
    bottom: -20px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
}

.single_testimonial_thumb {
    float: left;
}

.single_testimonial_thumb img {
    width: 100%;
    border-radius: 50%;
    margin: auto;
}

.single_testimonial_content_title h4 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: 700;
}

.single_testimonial_content_title span {
    color: #0c5adb;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding-top: 4px;
}

.single_testimonial_content_title.white span {
    color: #fff;
}

.experience_thumb img {
    width: 100%;
}


/* Testimonial Style Two */

.single_testimonial_two {
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, .17);
    text-align: center;
    background: #fff;
    padding: 40px 20px 30px;
}

.single_testimonial_thumb_two img {
    border-radius: 50%;
    margin: auto;
}

.single_testimonial_content_title_two h4 {
    font-size: 22px;
}

.single_testimonial_content_title_two span {
    color: #0c5adb;
}

@keyframes checkAnim {

    0%,
    100% {
        box-shadow: 0 0 0 5px rgba(12, 90, 219, 0.8)
    }

    50% {
        box-shadow: 0 0 0 8px rgba(12, 90, 219, 0.8)
    }
}


/* Tesimonial Style Two */

#section-quote {
    width: 100%;
    position: relative;
}

#section-quote>h2 {
    color: #0e1c2a;
    font-family: OpenSans-Regular;
    font-size: 36px;
    font-weight: normal
}

#section-quote>p {
    color: #767676;
    font-family: OpenSans-Light;
    font-size: 18px;
    text-align: center;
    margin-top: 10px
}

#section-quote .container-quote-middle {
    position: relative;
    width: 100%;
    margin: 55px 0 150px;
    height: 135px;
    -webkit-perspective: 10000px;
    -moz-perspective: 10000px;
    -ms-perspective: 10000px;
    perspective: 10000px
}

#section-quote .container-quote .quote {
    width: 520px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    cursor: pointer;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005)
}

#section-quote .container-quote .quote.hide-top {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
    -moz-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
    -ms-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
    -o-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
    transform: translateX(-50%) translateY(-100%) rotateX(70deg)
}

#section-quote .container-quote .quote.show {
    opacity: 1;
    z-index: 9999;
    -webkit-transform: translateX(-50%) translateY(0%) rotateX(0deg);
    -moz-transform: translateX(-50%) translateY(0%) rotateX(0deg);
    -ms-transform: translateX(-50%) translateY(0%) rotateX(0deg);
    -o-transform: translateX(-50%) translateY(0%) rotateX(0deg);
    transform: translateX(-50%) translateY(0%) rotateX(0deg)
}

#section-quote .container-quote .quote.hide-bottom {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -moz-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -ms-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -o-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    transform: translateX(-50%) translateY(100%) rotateX(-70deg)
}

#section-quote .container-quote .quote p {
    line-height: 28px;
    display: block
}

#section-quote .container-quote .quote .container-info {
    display: inline-block;
    padding-left: 40px;
    position: relative;
    margin-top: 20px;
    text-align: left
}

#section-quote .container-quote .quote .container-info .pp {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#section-quote .container-quote .quote-text-1 .container-info .pp {
    background-image: url(assets/images/testi/1.jpg)
}

#section-quote .container-quote .quote-text-2 .container-info .pp {
    background-image: url(assets/images/testi/2.jpg)
}

#section-quote .container-quote .quote-text-3 .container-info .pp {
    background-image: url(assets/images/testi/3.jpg)
}

#section-quote .container-quote .quote-text-4 .container-info .pp {
    background-image: url(assets/images/testi/4.jpg)
}

#section-quote .container-quote .quote-text-5 .container-info .pp {
    background-image: url(assets/images/testi/5.jpg)
}

#section-quote .container-quote .quote-text-6 .container-info .pp {
    background-image: url(assets/images/testi/6.jpg)
}

#section-quote .container-quote .quote-text-8 .container-info .pp {
    background-image: url(assets/images/testi/8.jpg)
}

#section-quote .container-quote .quote-text-9 .container-info .pp {
    background-image: url(assets/images/testi/9.jpg)
}

#section-quote .container-quote .quote-text-10 .container-info .pp {
    background-image: url(assets/images/testi/10.jpg)
}

#section-quote .container-quote .quote-text-11 .container-info .pp {
    background-image: url(assets/images/testi/11.jpg)
}

#section-quote .container-quote .quote-text-12 .container-info .pp {
    background-image: url(assets/images/testi/12.jpg)
}

#section-quote .container-quote .quote-text-13 .container-info .pp {
    background-image: url(assets/images/testi/13.jpg)
}

#section-quote .container-quote .quote-text-14 .container-info .pp {
    background-image: url(assets/images/testi/14.jpg)
}

#section-quote .container-quote .quote .container-info .name {
    color: #444;
    font-size: 22px;
    font-weight: 600;
}

#section-quote .container-quote .quote .container-info .job {
    color: #666;
    font-size: 16px
}

#section-quote .container-pe-quote {
    position: absolute;
    height: 100%;
    top: 0px;
    z-index: 1
}

#section-quote .container-pe-quote.left {
    left: 110px
}


/*#section-quote .container-pe-quote.right{right:80px}*/

#section-quote .container-pe-quote.right {
    right: 280px;
    top: 20%;
}

#section-quote .container-pe-quote .pp-quote {
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease
}

#container-general .anim-section-quote #section-quote .container-pe-quote .pp-quote {
    opacity: 1
}

#section-quote .container-pe-quote .pp-quote .img {
    overflow: hidden;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
    position: relative;
    z-index: 1
}


/*#section-quote .container-pe-quote .pp-quote.li-quote-1 .img{background-image:url(public/frontend/images/testimonials/1.jpg);}*/

#section-quote .container-pe-quote .pp-quote.li-quote-2 .img {
    background-image: url(assets/images/testi/2.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-3 .img {
    background-image: url(assets/images/testi/3.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-4 .img {
    background-image: url(assets/images/testi/4.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-5 .img {
    background-image: url(assets/images/testi/5.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-6 .img {
    background-image: url(assets/images/testi/6.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-7 .img {
    background-image: url(assets/images/testi/7.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-8 .img {
    background-image: url(assets/images/testi/8.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-9 .img {
    background-image: url(assets/images/testi/9.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-10 .img {
    background-image: url(assets/images/testi/10.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-11 .img {
    background-image: url(assets/images/testi/11.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-12 .img {
    background-image: url(assets/images/testi/12.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-13 .img {
    background-image: url(assets/images/testi/13.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-14 .img {
    background-image: url(assets/images/testi/14.jpg);
}

#section-quote .container-pe-quote .pp-quote:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% + 5px);
    width: calc(100% + 5px);
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#section-quote .container-pe-quote .pp-quote:hover:after,
#section-quote .container-pe-quote .pp-quote.active:after {
    background: #fa4216;
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

@keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg)
    }
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg)
    }
}

#section-quote .container-pe-quote .li-quote-1 {
    position: relative;
    height: 90px;
    width: 90px;
    left: 10px;
    top: 70px;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#section-quote .container-pe-quote .li-quote-2 {
    position: relative;
    height: 63px;
    width: 63px;
    left: 124px;
    top: -80px;
    animation-duration: 12s;
    -webkit-animation-duration: 12s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#section-quote .container-pe-quote .li-quote-3 {
    position: relative;
    height: 120px;
    width: 120px;
    left: 0;
    top: 50px;
    animation-duration: 11s;
    -webkit-animation-duration: 11s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#section-quote .container-pe-quote .li-quote-4 {
    position: relative;
    height: 80px;
    width: 80px;
    left: 151px;
    top: -120px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#section-quote .container-pe-quote .li-quote-5 {
    height: 150px;
    width: 150px;
    left: 100px;
    top: 295px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

#section-quote .container-pe-quote .li-quote-6 {
    height: 63px;
    width: 63px;
    left: 65px;
    top: 380px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

#section-quote .container-pe-quote .li-quote-12 {
    height: 63px;
    width: 63px;
    left: -15px;
    top: 460px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

#section-quote .container-pe-quote .li-quote-7 {
    height: 73px;
    width: 73px;
    right: -15px;
    top: 30px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
}

#section-quote .container-pe-quote .li-quote-8 {
    height: 73px;
    width: 73px;
    right: 50px;
    top: 150px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

#section-quote .container-pe-quote .li-quote-9 {
    height: 48px;
    width: 48px;
    right: 150px;
    top: 90px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

#section-quote .container-pe-quote .li-quote-10 {
    height: 90px;
    width: 90px;
    right: 225px;
    top: 250px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

#section-quote .container-pe-quote .li-quote-11 {
    height: 52px;
    width: 52px;
    right: 40px;
    top: 320px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

#section-quote .container-pe-quote .li-quote-13 {
    height: 42px;
    width: 42px;
    right: 128px;
    top: 380px;
    animation-duration: 9s;
    -webkit-animation-duration: 9s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

#section-quote .container-pe-quote .li-quote-14 {
    height: 48px;
    width: 48px;
    right: 108px;
    top: 470px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}


/* Testimonial Style Three */

.testimonial_style_three_content {
    position: relative;
    z-index: 1;
    padding: 50px 50px 50px 50px;
}

.testimonial_style_three_content::before {
    position: absolute;
    content: "";
    left: -100px;
    top: 0;
    height: 100%;
    width: 123%;
    background: #0c5adb;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 17% 0%);
}

.testimonial_style_three_title {
    border-left: 2px solid #fff;
    padding-left: 25px;
}

.testimonial_style_three_title h4 {
    color: #fff;
    font-weight: 800;
}

.testimonial_style_three_title span {
    color: #fff;
    font-weight: 600;
}

.testimonial_style_three_text p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
}

.testimonial_style_three_reviwer_star i {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-right: 2px;
}

.testimonial_style_three_quote i {
    font-size: 50px;
    color: #fff;
}

.em_bar {
    background: #f6644f00 none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 62px;
}

.text_left .em_bar {
    margin: 0;
}

.em_bar_bg {
    height: 5px;
    width: 90px;
    background: #22367f63;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}

.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #1d3563;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

.container-quote-left {
    position: absolute;
    left: 15%;
    top: 20%;
}


/*end-testimonial-section*/

p.testi-name1 {
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.active p.testi-name1 {
    position: absolute;
    right: -130px;
    top: 10px;
    width: 150px;
    z-index: 1;
    background-color: #fa4216;
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.active p.testi-name1:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -18px;
    transform: rotate(180deg);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #fa4216;
}

p.testi-name2 {
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.active p.testi-name2 {
    position: absolute;
    left: 25px;
    top: 60px;
    width: 150px;
    z-index: 1;
    background-color: #fa4216;
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.active p.testi-name2:after {
    content: '';
    position: absolute;
    left: 0px;
    top: -18px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #fa4216;
}

p.testi-name3 {
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.active p.testi-name3 {
    position: absolute;
    left: 90px;
    top: 50px;
    width: 150px;
    z-index: 1;
    background-color: #fa4216;
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.active p.testi-name3:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -18px;
    transform: rotate(180deg);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #fa4216;
}

p.testi-name4 {
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.active p.testi-name4 {
    position: absolute;
    left: 30px;
    top: 80px;
    width: 150px;
    z-index: 1;
    background-color: #fa4216;
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.active p.testi-name4:after {
    content: '';
    position: absolute;
    left: 0px;
    top: -18px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #fa4216;
}

p.testi-name5 {
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.active p.testi-name5 {
    position: absolute;
    left: 100px;
    top: 120px;
    width: 150px;
    z-index: 1;
    background-color: #fa4216;
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.active p.testi-name5:after {
    content: '';
    position: absolute;
    left: 0px;
    top: -18px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #fa4216;
}

.quote p {
    text-align: justify;
}


/*testimonial-page*/

.testimonial-card {
    position: relative;
    padding-top: 60px;
    margin-bottom: 50px;
}

.testimonial-card img {
    display: block;
    border-radius: 50%;
    width: 180px !important;
    height: 180px !important;
    margin: 0 auto;
    margin-bottom: 20px;
}

.testimonial-card p {
    color: #fff;
    text-align: justify;
    font-style: italic;
    padding: 0px 20px;
    margin-bottom: 20px;
}

span.testi-quote {
    position: absolute;
    left: 20px;
    top: -30px;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 45px;
    color: #fff;
}

.testimonial-card h3 {
    font-size: 18px;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    font-weight: bold;
}

.testi-1-color-1 {
    background-color: #fa4216c9;
}

.testi-1-color-2 h3 {
    background-color: #fa4216;
}

.testi-1-color-2 span {
    background-color: #fa4216;
}

.testi-2-color-1 {
    background-color: #91a856;
}

.testi-2-color-2 span {
    background-color: #667e29;
}

.testi-2-color-2 h3 {
    background-color: #667e29;
}

.testi-3-color-1 {
    background-color: #e7b379;
}

.testi-3-color-2 span {
    background-color: #fa4216;
}

.testi-3-color-2 h3 {
    background-color: #fa4216;
}

.testi-4-color-1 {
    background-color: #535353;
}

.testi-4-color-2 span {
    background-color: #fa4216;
}

.testi-4-color-2 h3 {
    background-color: #fa4216;
}


/*end-testimonial-page*/


/* who-we-are */

.our-story-wrapper img {
    width: 100%;
    margin-bottom: 30px;
}

.our-story-wrapper p {
    width: 95%;
    margin: 0 auto;
}


/* end-who-we-are */


/*mission-vision*/

.mission-vision {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.mission-vision-card h3 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    font-size: 32px;
}

.mission-vision-card h3:after {
    content: '';
    position: absolute;
    left: 25px;
    top: 50%;
    width: 155px;
    height: 2px;
    background-color: #fff;
}

.mission-vision-card h3:before {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    background-color: #fff;
    height: 2px;
    width: 155px;
}

.mission-vision-card p {
    color: #fff;
    text-align: justify;
}

.mission-vision-card {
    padding: 50px 40px;
    position: relative;
    z-index: 1;
}

.mission-vision:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}

.shard-value-card-wrapper {
    background-color: #514E4D;
    padding: 80px 0;
}

.shard-value-card h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 24px;
}

.shard-value-card {
    padding: 20px;
}

.shard-value-card p {
    color: #fff;
    text-align: justify;
}

.shard-value-card {}


/*end-mission-vision*/


/*news*/

.news-content {
    padding: 30px 30px;
    padding-bottom: 50px;
}

.blog-para {
    height: 78px;
    overflow: hidden;
}

.news-content a {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    height: 48px;
    overflow: hidden;
}

.post-date {
    display: flex;
    align-items: center;
    padding: 20px 0;
    position: absolute;
    left: 20px;
    bottom: 0;
}

.post-date p {
    margin: 0;
    margin-left: 5px;
}

.post-date i {
    color: #fa4216;
}

.news-card {
    position: relative;
    -webkit-box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
}

.news-card:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: #fa4216;
    transition: .5s;
    opacity: 0;
}

.news-card:hover:after {
    width: 100%;
    opacity: 1;
}

span.tag {
    background-color: #fa4216bd;
    padding: 4px 10px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}


/*news*/


/*accordion-design-change*/

.accordion-button:not(.collapsed) {
    color: #fa4216;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    content: '\f078';
    background-image: none;
    transform: rotate(180deg);
}

.accordion-button:not(.collapsed) {
    background-color: #fa421612;
}

.accordion-button {
    font-weight: bold;
}


/*end accordion-design-change*/


/*job-seeker*/

.job-list-card {
    padding: 24px 20px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    border-bottom: 1px solid transparent;
}

ul.job-list-tags li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

ul.job-list-tags li p {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
}

ul.job-list-tags {
    padding: 0;
}

.job-list-content a {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
    margin-bottom: 5px;
    display: inline-block;
}

.job-list-btns {
    display: flex;
    align-items: center;
}

a.custom-btn.btn-7.view-btn {
    margin-right: 10px;
}

section.job-seeker-section {
    background-color: #cccccc14;
}

.job-list-card:hover {
    -webkit-box-shadow: 0px 0px 34px 4px rgb(33 37 41 / 6%);
    box-shadow: 0px 0px 34px 4px rgb(33 37 41 / 6%);
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.apply-btn {
    height: 44px;
    line-height: 44px;
    border: 2px solid #fa4216;
}

label.custom-control-label.filter-label {
    font-size: 17px;
    color: #000;
    margin-left: 10px;
    position: relative;
    top: -5px;
}

.custom-control.custom-checkbox input:checked+label::after {
    background-color: #fa4216;
}

.custom-checkbox>[type="checkbox"],
.custom-checkbox>label {
    margin-bottom: 0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-control.custom-checkbox {
    margin-bottom: 10px;
}

.custom-control.custom-checkbox:last-child {
    margin-bottom: 0px;
}

.custom-checkbox>[type="checkbox"]:not(:checked),
.custom-checkbox>[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.custom-checkbox>[type="checkbox"]:not(:checked)+label,
.custom-checkbox>[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}

.custom-checkbox>[type="checkbox"]:not(:checked)+label:before,
.custom-checkbox>[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 17px;
    height: 17px;
    border: 1px solid #ddd;
    background: #ffffff;
    border-radius: 2px;
}

.custom-checkbox>[type="checkbox"]:not(:checked)+label:after,
.custom-checkbox>[type="checkbox"]:checked+label:after {
    font: normal normal normal 12px/1 'Glyphicons Halflings';
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 2px;
    color: #fff;
    xtransition: all .2s;
}

.custom-checkbox>[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.custom-checkbox>[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.custom-checkbox>[type="checkbox"][data-indeterminate]+label:after,
.custom-checkbox>[type="checkbox"][data-indeterminate]+label:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    left: 2px;
    opacity: 1;
    transform: scale(1);
}

.custom-checkbox>[type="checkbox"]:disabled:not(:checked)+label:before,
.custom-checkbox>[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    background-color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
}

.custom-checkbox>[type="checkbox"]:disabled:checked+label:after {
    color: #dadada;
    cursor: not-allowed;
}

.custom-checkbox>[type="checkbox"]:disabled+label {
    color: #aaa;
    cursor: not-allowed;
}

.custom-checkbox>[type="checkbox"]:checked:focus+label:before,
.custom-checkbox>[type="checkbox"]:not(:checked):focus+label:before {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-checkbox>label:hover:before {
    border: 1px solid #88D2FF !important;
}

.custom-checkbox>[type="checkbox"]:disabled:not(:checked)+label:hover:before,
.custom-checkbox>[type="checkbox"]:disabled:checked+label:hover:before {
    border: 1px solid #E4E4E4 !important;
}

.form-group.mb-md-0.justify-content-center.job_search_form.d-flex {
    position: relative;
    z-index: 1;
}

button.search-btn {
    background-color: #fa4216;
    width: 200px;
    height: 50px;
    border: none;
    color: #fff;
    font-weight: bold;
}

.form-group.mb-md-0.justify-content-center.job_search_form.d-flex input {
    border-radius: inherit;
}

ul.pagination-wrapper {
    margin-top: 100px;
    text-align: right;
    margin-bottom: 0;
}

ul.pagination-wrapper li {
    display: inline-block;
    list-style: none;
    height: 50px;
    width: 60px;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-weight: bold;
    border: 1px solid #eeeeee;
    margin-right: 10px;
    transition: .3s;
}

ul.pagination-wrapper li:hover {
    background-color: #fa4216;
    color: #fff;
}

ul.pagination-wrapper li.active {
    background-color: #fa4216;
    color: #fff;
}

ul.pagination-wrapper li a {
    display: block;
}

ul.pagination-wrapper li:last-child {
    margin-right: 0;
}

.job-list-content.job-content-sidebar a {
    font-size: 17px;
}

.right-sidebar {
    border: 1px solid #eeeeee;
}

h3.sidebar-title {
    border-bottom: 1px solid #eeeeee;
    padding: 20px;
    font-weight: bold;
    color: #000;
    margin: 0;
    font-size: 24px;
}

.right-sidebar .job-list-wrapper {
    padding: 20px;
}

a.apply-job-btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    background: linear-gradient(0deg, rgb(250 22 22) 0%, rgba(251, 75, 2, 1) 100%);
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    transition: .3s;
    text-transform: uppercase;
}

a.apply-job-btn:hover {
    opacity: .6;
}

a.apply-job-btn i {
    margin-right: 5px;
}

.facilities-card {
    margin-left: 10px;
}


/*end-job-seeker*/


/*contact-us*/

section.contact-us-section {
    padding-top: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.contact-us-wrapper {
    background-color: #fff;
    padding: 60px;
}

button.custom-btn.btn-7.contact-btn {
    width: 170px;
}


/*end-contact-us*/


/*registration*/

.about-registration {
    padding: 60px 30px 30px 30px;
}

.about-registration h3 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-registration p {
    text-align: justify;
}

.registration-form {
    padding: 43px 20px 30px 20px;
}


/* .registration-form {
    padding: 45px 30px 30px 30px;
 } */


/*registration*/


/*Specialize-sub-role-card-section*/

.sub-role-card-wrap {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    z-index: 1;
    margin-bottom: 20px;
}

.sub-role-card-front,
.sub-role-card-back {
    min-height: 250px;
    height: auto;
    box-shadow: 0px 1px 51.3px 5.7px rgb(137 143 156 / 15%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform .7s ease, -webkit-transform .7s ease;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub-role-card-front {
    min-height: 250px;
    height: auto;
    box-shadow: 0px 1px 51.3px 5.7px rgb(137 143 156 / 15%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform .7s ease, -webkit-transform .7s ease;
    position: relative;
    background-color: #fff;
    padding: 80px;
}

.sub-role-card-front:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent -50%, #2a2a2a);
}

.sub-role-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 2px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.sub-role-card-back:after {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, transparent -80%, #fa4216);
}

.sub-role-card-wrap:hover .sub-role-card-front {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.sub-role-card-wrap:hover .sub-role-card-back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.sub-role-card-back p {
    padding: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.sub-role-card-front h3 {
    font-size: 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.sub-role-card-front a {
    text-align: center;
    width: 100px;
    line-height: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    background-color: #fa4216;
    position: relative;
    z-index: 1;
    color: #fff;
    margin-top: 20px;
}


/*end Specialize-sub-role-card-section*/


/*solutions-details*/

.solution-details-wrapper {
    -webkit-box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
}

ul.nav.nav-tabs.left-side {
    text-align: center;
}

.solution-left-sidebar {
    padding: 60px 30px;
}

ul.nav.nav-tabs.left-side li {
    display: block;
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
}

ul.nav.nav-tabs.left-side li.active {
    background-color: #fa4216;
    color: #fff;
    font-weight: bold;
}

.nav-tabs {
    border-bottom: none !important;
    padding: 0 40px 0 20px;
}

.solution-left-sidebar-content h3 {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    padding: 30px 0;
}

.solution-left-sidebar-content p {
    text-align: justify;
    margin-bottom: 20px;
}

.tab-content.solution-details {
    padding: 0px 30px;
    padding-bottom: 30px;
}

.solution-left-sidebar-content img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}


/*end-solutions-details*/


/*our-support*/

.our-support-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
    padding: 20px;
}

.support-topbar-right p {
    color: #000;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    margin-left: 5px;
}

.support-topbar-right span {
    background-color: #fa4216;
    padding: 2px 5px;
    color: #fff;
    font-weight: bold;
}

.our-support-topbar ul>li {
    margin-right: 10px;
    padding: 10px 20px;
    color: #fa4216;
    font-weight: bold;
}

.our-support-topbar ul>li:last-child {
    margin-right: 0;
}

.our-support-topbar ul>li.active {
    background-color: #fa4216;
    color: #fff;
}

.our-support-tab-content {
    padding: 30px 0;
}

.support-card {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
    text-align: center;
    margin-bottom: 20px;
    transition: .6s;
}

.support-card h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 30px 20px;
}

.support-card p {
    padding: 0px 20px;
    text-align: justify;
}

.support-card img {
    height: 100%;
    width: 100%;
    display: block;
}

.support-card a {
    margin: 30px 0;
}

.support-card:hover {
    box-shadow: none;
}


/*our-support*/


/*====================================================
--< Team Area Css -->
======================================================*/

.single_team {
    overflow: hidden;
    border-radius: 5px;
    transition: .5s;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.single_team_thumb {
    position: relative;
}

.single_team_thumb:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent -70%, #fdbe1880);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single_team_icon {
    position: absolute;
    top: 50%;
    right: -50px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
    width: 45px;
    /* padding: 13px 0; */
    opacity: 0;
}

.single_team_icon a {
    display: block;
    font-size: 16px;
    color: #0C5ADB;
    text-align: center;
    /* margin: 4px 0px; */
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single_team_thumb img {
    width: 100%;
}

.single_team_content {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #fff;
    padding: 12px 20px 23px;
    text-align: center;
    border-bottom: 2px solid #fec112;
}

.single_team_content h4 {
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
    display: block;
    color: #000;
}

.single_team_content span {
    color: #1b3e6e;
    padding-top: 2px;
}


/* Team Hover Css */

.single_team:hover {
    transform: translateY(-10px);
}

.single_team:hover .single_team_icon {
    opacity: 1;
    right: -1px;
}

.single_team:hover .single_team_thumb:before {
    opacity: 1;
}


/* Team Style Three */

.team_style_three {
    position: relative;
    transition: .5s;
}

.team_style_three-thumb {
    position: relative;
    z-index: 1;
    transition: .5s;
}

.team_style_three_thumb_inner {
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}

.team_style_three_thumb_inner:before {
    position: absolute;
    left: -70px;
    bottom: -59px;
    height: 120px;
    width: 133%;
    background: #fff;
    content: "";
    -webkit-transform: skew(-30deg);
    -khtml-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-98deg);
}

.team_style_three-thumb:after {
    position: absolute;
    left: 0;
    bottom: 4px;
    height: 100%;
    width: 100%;
    background: #0c5adb;
    content: "";
    -webkit-transform: skew(1deg);
    -khtml-transform: skew(69deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team_style_three_thumb_inner img {
    width: 100%;
}

.team_style_three_content {
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 18px;
    z-index: 1;
    padding: 15px 10px 35px 50px;
    transition: .5s;
}

.team_style_three_content:before {
    background: #0c5adb;
    transition: .5s;
}

.team_style_three_content:before,
.team_style_three_content:after {
    content: '';
    top: 0;
    left: 0;
    right: 50px;
    bottom: 0;
    position: absolute;
    z-index: -2;
    -webkit-transform: skew(-30deg);
    -khtml-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
}

.team_style_three_title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.team_style_three_sub_title {
    transition: .5s;
    position: absolute;
    left: 51px;
    top: 40px;
}

.team_style_three_sub_title span {
    font-size: 14px;
    color: #fff;
    transition: .5s;
}

.team_style_three_icon a {
    color: #fff;
    display: inline-block;
    margin: 5px;
}

.team_style_three_icon {
    opacity: 0;
    transition: .5s;
    position: absolute;
    left: 47px;
    top: 50px;
}

.team_style_three:hover .team_style_three_icon {
    opacity: 1;
    top: 35px;
}

.team_style_three:hover .team_style_three-thumb:after {
    opacity: 1;
    -webkit-transform: rotate(-10deg);
    -webkit-transform: skew(1deg);
    transform: rotate(-10deg);
}

.team_style_three:hover .team_style_three_sub_title {
    margin-top: -20px;
    opacity: 0;
}

.team_style_three:hover .team_style_three_content:before {
    background: #00247e;
    transition: .5s;
}


/* Team Style Three */

.single_team_style_three {
    margin-bottom: 30px;
}

.single_team_style_three_thumb {
    position: relative;
}

.single_team_style_three_thumb img {
    width: 100%;
}

.single_team_style_three_icon {
    position: absolute;
    top: 90%;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 83%;
    background: #0c5adb;
    margin: 0 30px;
    margin: auto;
    padding: 12px 0;
    transition: .5s;
    opacity: 0;
}

.single_team_style_three_content {
    text-align: center;
    padding: 10px 0 22px;
    -webkit-box-shadow: 0 16px 32px rgba(207, 228, 255, .8);
    box-shadow: -1 16px 32px rgba(207, 228, 255, .8);
    -webkit-transform: translateY(0px);
    z-index: 1;
}

.single_team_style_three:hover .single_team_style_three_icon {
    top: 82%;
    opacity: 1;
}

.single_team_style_three_icon i {
    color: #fff;
    margin: 0 5px;
}

.single_team_icon i.fa-facebook-f {
    background-color: var(--fb-color);
    padding: 14px 18px;
    color: #fff;
}

.single_team_icon i.fa-pinterest-square {
    background-color: #cb2027;
    color: #fff;
    padding: 14px 17px;
}

.single_team_icon i.fa-twitter {
    background-color: red;
    padding: 14px 17px;
    color: #fff;
}

.single_team_icon i.fa-linkedin {
    color: #fff;
    background-color: var(--ln-color);
    padding: 14px 17px;
}

.ceo-image-box {
    position: relative;
    width: 350px;
    margin: 0 auto;
    height: 350px;
}

.ceo-image-box img {
    /* border-radius: 50%; */
    border: 15px solid #ffffff;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.ceo-image-box .image:after {
    position: absolute;
    right: -10%;
    top: -10%;
    height: 120%;
    width: 120%;
    background-image: url(../img/our-team/shape-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-animation: dizzling 10s infinite;
    animation: dizzling 10s infinite;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
    z-index: -1;
}

.ceo-message h2 {
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.ceo-message p {
    text-align: justify;
}

.ceo-message-bottom {
    text-align: right;
}

.ceo-message-bottom h4 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
    color: #000;
}

.list-group-horizonta .list-group-item {
    margin-top: 8px;
}

.list-group-horizonta .item-one {
    background-color: var(--fb-color);
}

.list-group-horizonta .item-two {
    background-color: var(--ln-color);
}

.list-group-horizonta .item-three {
    background-color: var(--ins-color);
}

.ceo-message-bottom span {
    font-size: 16px;
}

@-webkit-keyframes dizzling {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes dizzling {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}


/*end-our-team*/


/*career*/

h2.career-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}


/*end-career*/


/*mamun-vi-choose-search-bar*/

.search-bar-wrapper {
    position: relative;
    z-index: 1;
}

.search-bar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 40px;
    /* overflow: hidden; */
    box-shadow: 2px 2px 10px rgb(0 0 0 / 70%);
}

input.form-control.search-key {
    margin-bottom: 0;
    padding: 20px;
    width: 100%;
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 50px 0px 0px 50px;
}

input.form-control.search-key:focus {
    outline: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.search-location i {
    text-align: right;
}

.search-location {
    width: 100%;
    display: block;
    text-align: right;
    padding: 20px;
    cursor: pointer;
    position: relative;
    border-right: 1px solid #ccc;
}

.search-category {
    position: relative;
    padding: 20px;
    text-align: right;
    display: block;
    width: 100%;
    cursor: pointer;
    border-right: 1px solid #ccc;
}

.search-btn-wrap {
    text-align: right;
    padding: 20px 10px;
}

a.search-btn {
    background-color: #fa4216;
    padding: 15px 50px;
    color: #fff;
    border-radius: 50px;
}

.search-location p {
    margin: 0;
    color: #000;
}

.search-category p {
    margin: 0;
    color: #000;
}

ul.search-location-list,
ul.search-category-list {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    background-color: #fff;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    overflow-y: auto;
    height: 250px;
}

ul.search-location-list.active {
    top: 65px;
    opacity: 1;
    visibility: visible;
}

ul.search-category-list.active {
    top: 65px;
    opacity: 1;
    visibility: visible;
}

ul.search-location-list li,
ul.search-category-list li {
    list-style: none;
    text-align: left;
    padding: 5px 20px;
    transition: .3s;
    display: block;
    color: #000;
}

ul.search-location-list li:hover,
ul.search-category-list li:hover {
    background-color: #eeedee;
    color: #fa4216;
}


/*end-mamun-vi-choose-search-bar*/

.home-footer {
    display: none !important;
}


/*  */

.sub-role-card-wrap2 {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    z-index: 1;
    margin-bottom: 20px;
}


/* TESTIMONIAL AREA  */

.tastimonial_area {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}

div#testimonials-active .owl-dots {
    bottom: 0;
}

.pic_t img {
    width: 100px !important;
    display: block;
    height: 100px;
    border-radius: 100px !important;
    margin: auto;
}

.active .pic_t img {
    margin-top: 10px !important;
    margin-bottom: 10px;
    width: 70px !important;
    height: 70px !important;
}

.pic_t {
    position: relative;
    z-index: 99;
}

.white_box h3 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: .6px;
    font-weight: 600;
    color: #525252;
    margin: 0;
}

.white_box h6 {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-weight: 400;
}

.white_box h6 span {
    color: #FA4216;
    padding-top: 5px;
}

.default_img {
    box-shadow: none !important;
    position: absolute;
    top: -60px;
    height: 495px;
}

.white_box {
    position: relative;
}

.white_box p {
    width: 55%;
    /* margin: auto; */
    text-align: justify;
    font-size: 12px;
    float: right;
    margin-right: 80px;
}

.tesimonials__all__area .item {
    height: 470px;
}


/* .active .default_img {
  display: none !important;
} */


/* .tesimonials__all__area .item:nth-child(2) .default_img {
  display: none !important;
} */


/* .tesimonials__all__area .owl-stage-outer .owl-stage .owl-item:nth-child(2) .item .tastimonial_area .default_img {
  display: none !important;
} */


/*
.tesimonials__all__area .owl-item:nth-child(3n+1) .item .default_img_two__three{
  display: block !important;
} */

.tesimonials__all__area .owl-item:nth-child(2) .item .default_img_two {
    display: none !important;
}

.social_icon_width {
    width: 20px !important;
    box-shadow: none !important;
    float: left;
    margin-right: 12px;
}

.t_social_icon {
    position: absolute;
    bottom: -30px;
    right: 60px;
}


/* .cta-project__top-right {
  position: absolute;
  bottom: -36px;
  background: #fa4216;
  color: #fff;
  left: 105px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 40px;
  font-size: 12px;
} */

.cta-project__top-right {
    float: left;
    background: #fa4216;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 40px;
    font-size: 10px;
    margin-left: 18px;
    margin-top: -3px;
    margin-right: 15px;
}


/*new about-page-css */

.about-desc i {
    color: #FA4216;
    margin-right: 5px;
}

.story-img-wrap {
    position: relative;
}

.about-shap {
    background-color: #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 100%;
    height: 100%;
    clip-path: polygon(77% 0, 100% 30%, 100% 0);
}

.about-desc {
    padding: 0 20px;
    text-align: justify;
}

.about-btns {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.about-contact-btn {
    border: 2px solid;
    margin-left: 10px;
}

.about-contact-btn:hover {
    border: 2px solid #FA4216 !important;
}


/* end-about-page-css */


/* mission-vision */

.mission-vision-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    background-attachment: fixed;
}

.mission-vision-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .5;
}

.mission-vision-card {
    position: relative;
    background-color: #fa4216;
    clip-path: polygon(77% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
}

img.mv-icon {
    height: 120px;
    width: 120px;
}

.section-title.mv-title {
    margin: 20px 0;
}

.section-title.mv-title h2 {
    color: #fff;
}

.section-title.mv-title .title span:before {
    background: #fff !important;
}

.section-title.mv-title .title span:after {
    border-bottom: 2px solid #fff !important;
}

.mv-pr {
    padding-right: 30px;
}

.mv-pl {
    padding-left: 30px;
}

.shard-val-card {
    -webkit-box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden;
}

.shard-val-card:hover .shard-content-overly {
    height: 100%;
}

.shard-val-card:hover span.shard-plus-icon {
    background-color: #fff;
    color: #fa4216;
}

.shard-card-content {
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.shard-card-content>img {
    margin-bottom: 10px;
}

.shard-card-content h4 {
    color: #000;
    font-weight: 600;
}

span.shard-plus-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #fa4216;
    color: #fff;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    transition: .4s;
}

.shard-content-overly {
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 0;
    background-color: #FA4216;
    z-index: 1;
    opacity: .8;
    transition: .4s;
}

img.shard-card-img {
    height: 100%;
    width: 100%;
    display: block;
}

.shard-content-overly a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 20px;
    border-radius: 3px;
}


/*end mission-vision */

.job__seeker_banner {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
}

.job__seeker_banner img {
    width: 100%;
    float: left;
    display: block;
}

.job__seeker_search_area {
    width: 100%;
    float: left;
    display: block;
    margin-top: 12%;
    background: #fa4216ed;
    border-radius: 5px;
}

.search-box {
    width: 100%;
    position: relative;
    display: flex;
}

.search-input {
    width: 100%;
    padding: 10px;
    border: 4px solid #111d5e;
    border-radius: 10px 0 0 10px;
    border-right: none;
    outline: none;
    font-size: 20px;
    color: tomato;
    background: none;
}

.search-button {
    text-align: center;
    height: 51px;
    width: 40px;
    outline: none;
    cursor: pointer;
    border: 4px solid #111d5e;
    border-radius: 0 10px 10px 0;
    border-left: none;
    background: none;
    font-size: 20px;
    border-left: 4px solid #111d5e;
}

.search-form {
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    float: left;
    padding-right: 0;
}

.search-form .form-control {
    margin: 0px !important;
}

.keyword-search {
    width: 100%;
}

.inner-addon {
    position: relative;
    color: #616161;
    float: left;
    /* margin: 0 10px 0 0; */
}

.inner-addon i {
    position: absolute;
    margin: 14px 0 0 10px;
    font-size: 12px;
}

.inner-addon .form-control {
    padding-left: 30px;
    color: #000;
}

.select {
    position: relative;
}

.select .form-control {
    margin-bottom: 0 !important;
    margin-top: 15px !important;
    padding-right: 40px;
}

.select i {
    position: absolute;
    top: 15px;
    right: 12px;
}

.search__btn {
    width: 85%;
    background: #fff;
    border: none;
    padding: 5px 0;
    margin-top: 16px;
    border-radius: 2px;
}

.apply-online,
.companies,
.live-jobs,
.vacancies {
    overflow: visible;
}

.apply-online,
.companies,
.live-jobs,
.vacancies {
    float: left;
    overflow: hidden;
    width: 160px;
}

.live-jobs .border {
    height: 48px;
    width: 48px;
    border: 2px solid #2a5992;
    padding: 4px 0 0 4px;
    float: left;
    border-radius: 25px;
    margin: 0 12px 0 0;
}

.at-button {
    -webkit-animation: at-ripple 0.6s linear infinite;
    animation: at-ripple 0.6s linear infinite;
}

@-webkit-keyframes at-ripple {
    0% {
        box-shadow: 0 4px 10px rgba(0, 117, 255, 0.1), 0 0 0 0 rgba(0, 117, 255, 0.1), 0 0 0 5px rgba(0, 117, 255, 0.1), 0 0 0 10px rgba(0, 117, 255, 0.1);
    }

    100% {
        box-shadow: 0 4px 10px rgba(0, 117, 255, 0.1), 0 0 0 5px rgba(0, 117, 255, 0.1), 0 0 0 10px rgba(0, 117, 255, 0.1), 0 0 0 20px rgba(0, 117, 255, 0);
    }
}

.apply-online,
.companies,
.live-jobs,
.vacancies {
    overflow: visible;
}

.counter_ {
    float: left;
    margin-top: 18px;
    display: block;
    width: 100%;
}

.counter_ h2 {
    font-size: 14px;
    padding: 4px 0 0;
    font-weight: 500;
    color: #fa1c13;
    margin-bottom: 0;
}

.counter_ p {
    font-size: 20px;
    font-weight: 700;
    color: #fa1c13;
}

.counter-icon {
    height: 38px;
    width: 38px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    float: left;
    padding: 9px 0 0;
    background-color: #fa1c13;
}

.counter-icon i {
    font-size: 18px;
}

.job__seeker__ {
    width: 100%;
    display: flex;
    padding: 28px 0;
}

.job__seeker__ h2 {
    font-size: 18px !important;
}

.browse__body {
    width: 100%;
    float: left;
    display: block;
}

.browse__body ul {
    list-style: none;
    padding: 0;
}

.browse__body li a {
    font-size: 14px;
}

.browse__body ul li {
    width: 32%;
    float: left;
    display: block;
    padding-bottom: 10px !important;
}

.browse__body ul li i {
    margin-right: 4px;
}

.job__seeker__ .card {
    border: none !important;
    padding: 18px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.02);
}

.sliderSidebar {
    /* background-color: #2a5992; */
}

.all_division a {
    padding: 7px 9px;
    width: auto;
    float: left;
    border: 1px solid #fa4216;
    font-size: 11px;
    margin: 0 6px 9px 0;
    color: #fa4216;
    border-radius: 2px;
}

.search-form .form-control,
.select__area .form-control {
    line-height: 0.5 !important;
    height: 36px !important;
    padding: 5px 30px !important;
}

.select__area .form-control {
    line-height: 0.5 !important;
    height: 36px !important;
    padding: 5px 20px !important;
}

.hotjob_box {
    border: 1px solid #2222;
    padding: 15px;
    display: flex;
    margin-bottom: 20px;
}

.hotjob_img {
    width: 100px;
    height: 56px;
    margin-right: 11px;
    padding: 3px 3px 5px 4px;
    height: 54px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
    border-radius: 4px;
    transition: top .2s ease-in-out, box-shadow .2s ease-in-out;
    -webkit-transition: top .2s ease-in-out, box-shadow .2s ease-in-out;
    cursor: pointer;
}

.hotjob_cntn h3 {
    font-size: 13px;
    margin: 0 0 5px;
    color: #2a5992;
    font-weight: 400;
}

.hotjob_cntn ul li {
    width: 100% !important;
    padding-bottom: 0px !important;
}


/* for-career-job-style */

.nice-select .list {
    background-color: #fff;
}

.nice-select {
    background-color: #ff4500;
    color: #fff;
    box-shadow: 0px 0px 50px 1px rgb(0 0 0 / 5%);
    /* box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%); */
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    color: #000;
}

.nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}


/* job-list-card */

.job-card {
    -webkit-box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15) !important;
    /* box-shadow: 0px 0px 50px 1px rgb(0 0 0 / 5%); */
    transition: .3s;
}

.job-card:hover {
    transform: scale(1.01);
}

a.job-card-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

p.job-card-tag {
    margin: 0;
    font-weight: 600;
}

ul.job-card-items {
    padding: 0;
    margin: 0;
}

ul.job-card-items li {
    list-style: none;
    margin-bottom: 7px;
}

ul.job-card-items li i {
    color: #ff4500;
    margin-right: 9px;
}

a.job-view {
    background-color: #333333;
    border-radius: 3px;
    padding: 8px 12px;
    color: #fff;
    margin-right: 10px;
}

a.job-apply {
    background-color: #ff4500;
    border-radius: 3px;
    padding: 8px 12px;
    color: #fff;
}

ul.pagination-wrapper li.active {
    background-color: #ff4500;
    color: #fff;
}

ul.pagination-wrapper li {
    cursor: pointer !important;
}


/*end job-list-card */


/*end for-career-job-style */

.availe_job___box {
    width: 100%;
    float: left;
    display: block;
    padding: 0px;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.11);
}

.availe_job_img {
    width: 23%;
    float: left;
    display: block;
}

.availe_job_Contant {
    /* width: 75%; */
    float: left;
    display: block;
}

.availe_job_Contant_left {
    width: 70%;
    /* margin-left: 25px; */
    padding: 15px 18px;
    float: left;
    display: block;
}

.availe_job_Contant_left h3 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    letter-spacing: .6px;
}

.availe_job_Contant_left p {
    margin: 0px !important;
    padding-bottom: 6px;
    font-size: 14px;
}

.availe_job_Contant_bottom {
    width: 98%;
    float: left;
    display: block;
    padding: 11px 0;
    border-top: 1px solid #2222;
    margin-left: 21px;
}

.availe_job_Contant_bottom h3 {
    margin: 0;
    font-size: 15px;
}

.availe_job_Contant_bottom h6 {
    float: left;
    margin-right: 21px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.availe_job_Contant_bottom h6 span {
    font-weight: 400;
}

.availe_job_Contant_bottom i {
    color: #fa4216;
    margin-right: 5px;
}

.availe_job_Contant_right {
    width: 30%;
    float: left;
    display: block;
    padding: 15px 18px;
}

.availe_job_Contant_right h3 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    letter-spacing: .6px;
}

.availe_job_Contant_right h6 {
    font-size: 14px;
}

.availe_job_Contant_right h6 i {
    margin-right: 5px;
    font-size: 12px;
}

.availe_job_Contant_right h6 span {
    font-size: 12px;
}

.sallerYY___ {
    /* float: right !important; */
    margin-right: 32px !important;
}


/* .languages{
   position: relative;
} */

.languages .select {
    position: absolute;
    /* right: -48px; */
    right: -77px;
    top: 21px;
}

.lan_image {
    height: 22px;
    width: 22px;
    margin-right: 5px;
}

.select li {
    display: none;
    cursor: pointer;
    padding: 5px 0px;
    border-top: 1px solid black;
    min-width: 77px;
    /* background: wheat; */
}

.languages .select li {
    background: #ffffffd6;
    padding: 5px;
}

.languages .select li:hover {
    background-color: #facabe;
}

.select li:first-child {
    background: unset;
    display: block;
    border-top: 0px;
}

.select li:nth-child(4) {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.select {
    /* border: 1px solid black; */
    display: inline-block;
    padding: 0;
    border-radius: 4px;
    position: relative;
}

.select li:hover {
    background-color: #ddd;
}

.select li:first-child:hover {
    background-color: transparent;
}

.select.open li {
    display: block;
}

.select span:before {
    position: absolute;
    top: 5px;
    right: 12px;
    content: "\2193";
}

.select.open span:before {
    content: "\2191";
}

.flex-box {
    width: 17%;
}

.azm_card_bottom img {
    width: 60%;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.margin_btm_minus {
    margin-bottom: -10px;
}

.footer-contact-info {
    max-height: 190px;
    overflow-y: scroll;
}

.footer-contact-info::-webkit-scrollbar {
    width: 5px;
    background-color: #FFF;
}


/* Handle */

.footer-contact-info::-webkit-scrollbar-thumb {
    background: red;
}


/* azmain css start*/

.registration-section .form-control {
    color: #888;
}

.registration-section .form-control:disabled {
    background-color: #e8e8e8 !important;
}

.error {
    color: red;
}

.registration-section .form-control {
    margin-bottom: 0px;
    margin-top: 20px;
}

.mfp-content {
    width: 60% !important;
}

@media only screen and (max-width: 767px) {
    .mfp-content {
        width: 100% !important;
    }
}

.our_sol_n .nav-tabs .nav-link.active {
    border: none !important;
    /* border-color: #dee2e6 #dee2e6 #fff; */
    background-color: #fa4216;
    color: white;
}

.our_sol_n .nav-tabs .nav-link:focus,
.our_sol_n .nav-tabs .nav-link:hover {
    border-color: #1b1a1a;
    isolation: isolate;
}

.registration-section .custom-control.custom-checkbox input:checked+span::after {
    background-color: #fa4216;
}

.registration-section .custom-checkbox>[type="checkbox"],
.registration-section .custom-checkbox>span {
    margin-bottom: 0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.registration-section .custom-checkbox>[type="checkbox"]:not(:checked)+span,
.registration-section .custom-checkbox>[type="checkbox"]:checked+span {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}

.registration-section .custom-checkbox>[type="checkbox"]:not(:checked)+span:before,
.registration-section .custom-checkbox>[type="checkbox"]:checked+span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 17px;
    height: 17px;
    border: 1px solid #ddd;
    background: #ffffff;
    border-radius: 2px;
}

.registration-section .custom-checkbox>[type="checkbox"]:not(:checked)+span:after,
.registration-section .custom-checkbox>[type="checkbox"]:checked+span:after {
    font: normal normal normal 12px/1 'Glyphicons Halflings';
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 2px;
    color: #fff;
    xtransition: all .2s;
}

.registration-section .custom-checkbox>[type="checkbox"]:not(:checked)+span:after {
    opacity: 0;
    transform: scale(0);
}

.registration-section .custom-checkbox>[type="checkbox"]:checked+span:after {
    opacity: 1;
    transform: scale(1);
}

.registration-section .custom-checkbox>[type="checkbox"][data-indeterminate]+span:after,
.registration-section .custom-checkbox>[type="checkbox"][data-indeterminate]+span:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    left: 2px;
    opacity: 1;
    transform: scale(1);
}

.registration-section .custom-checkbox>[type="checkbox"]:disabled:not(:checked)+span:before,
.registration-section .custom-checkbox>[type="checkbox"]:disabled:checked+span:before {
    box-shadow: none;
    background-color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
}

.registration-section .custom-checkbox>[type="checkbox"]:disabled:checked+span:after {
    color: #dadada;
    cursor: not-allowed;
}

.registration-section .custom-checkbox>[type="checkbox"]:disabled+span {
    color: #aaa;
    cursor: not-allowed;
}

.registration-section .custom-checkbox>[type="checkbox"]:checked:focus+span:before,
.registration-section .custom-checkbox>[type="checkbox"]:not(:checked):focus+span:before {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.registration-section .custom-checkbox>span:hover:before {
    border: 1px solid #88D2FF !important;
}

.registration-section .custom-checkbox>[type="checkbox"]:disabled:not(:checked)+span:hover:before,
.registration-section .custom-checkbox>[type="checkbox"]:disabled:checked+span:hover:before {
    border: 1px solid #E4E4E4 !important;
}

.tesimonials__all__area .owl-item.active.center .white_box p {
    width: 74%;
    /* margin: auto; */
    text-align: justify;
    font-size: 12px;
    float: right;
    margin-right: 55px;
    height: 123px;
    overflow: auto;
    padding-right: 6px;
}

.tesimonials__all__area .owl-item.active.center .white_box p::-webkit-scrollbar {
    width: 5px;
    background-color: #002a34;
}

.tesimonials__all__area .owl-item.active.center .white_box p::-webkit-scrollbar-thumb {
    background: red;
}


/* .tesimonials__all__area .owl-item.active.center .white_box p::-webkit-scrollbar-button {
   width: 5px;
   height: 5px;
} */

.tesimonials__all__area .white_box p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_for_giveback {
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
}

.rounded_search_btn {
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 23%);
}

.rounded_search_btn .search_input_field {
    height: 45px !important;
    align-items: center !important;
    border: unset;
    border-top: 0px !important;
    border-bottom: 0px !important;
    width: 100%;
    padding-left: 13px;
}

.rounded_search_btn .search_job_btn {
    height: 45px;
    width: 52%;
    background: #fa4216;
    color: #fff;
    border: 3px solid #fff !important;
    border-radius: 4px;
    /* float: right; */
    margin: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px !important;
    padding-right: 0px;
    transition: all linear 0.3s;
}

.rounded_search_btn .search_job_btn:hover {
    box-shadow: 0px 0px 13px 9px rgb(0 0 0 / 11%);
    color: #fb6845;
    background-color: #fff;
}

.common_search_btn {
    border: 1px solid #f2f2f2 !important;
    border-radius: 1px;
    padding: 10px 10px;
    width: 80%;
    color: #fff;
    overflow: hidden;
    background-color: rgb(251, 90, 13);
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 23%);
    transition: all linear 0.3s;
    border-right: 0px !important;
}

.common_search_clr_btn {
    border: 1px solid #f2f2f2 !important;
    border-radius: 1px;
    padding: 10px 10px;
    width: 20%;
    color: #fff;
    overflow: hidden;
    background-color: red;
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 23%);
    transition: all linear 0.3s;
    border-left: 0px !important;
}

.common_search_btn:focus {
    color: #fff;
}

.common_search_btn:hover {
    border: 1px solid #f2f2f2 !important;
    border-radius: 2px;
    padding: 10px 10px;
    width: 100%;
    color: #75758b;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 23%);
}

.common_search_clr_btn:hover {
    color: #fff;
    width: 25%;
}

.common_search_clr_btn:focus {
    color: #fff;
}

.rounded_search_btn .search_clr_btn {
    width: 48%;
    float: right;
    height: 45px;
    background: #ea4f0cd6;
    color: #fff;
    margin: 0;
    border-radius: -4px 0 3px 4px;
    border-radius: 4px;
    border: 3px solid #fff !important;
    border-left: 0px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 7px;
}

.rounded_search_btn .select_cat {
    height: 45px !important;
    align-items: center !important;
    border: 2px solid #d9d9d9 !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.rounded_search_btn .select2-container--default {
    height: 100% !important;
}

.rounded_search_btn .select2-container--default .select2-selection--single {
    height: 100% !important;
    background-color: #fff;
    /* border: 1px solid #aaa; */
    /* border-radius: 4px; */
    border: 0px;
    border-radius: 0px;
}

.rounded_search_btn .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
    height: 100%;
    border: 2px solid #d9d9d9 !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.rounded_search_btn .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 3px;
    width: 20px;
}

.rounded_search_btn .select2-container--default .select2-selection__arrow b {
    transition: all linear 0.3s !important;
}

.job_search_attributes .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}

.job_search_attributes .select2-container--default .select2-selection--single {
    background-color: #fb6845;
    border: 1px solid #fff;
    border-radius: 1px;
}

.job_search_attributes .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 3px;
    width: 20px;
}

.job_search_attributes .select2-selection__arrow b {
    transition: all linear 0.3s !important;
}

.availe_job___box {
    width: 100%;
    /* float: left; */
    display: block;
    padding: 0px;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    overflow: hidden;
}

.availe_job_img {
    width: 100%;
    /* float: left; */
    display: block;
}

.availe_job_Contant {
    width: 100%;
    /* float: left; */
    display: block;
}

.availe_job_Contant_left {
    width: 100%;
    /* margin-left: 25px; */
    padding: 15px 18px;
    float: left;
    display: block;
}

.availe_job_Contant_left h3 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    /* // letter-spacing: .6px; */
}

.availe_job_Contant_left p {
    margin: 0px !important;
    padding-bottom: 6px;
    font-size: 14px;
}

.availe_job_Contant_top h3 {
    margin: 0;
    font-size: 15px;
}

.availe_job_Contant_top h6 {
    float: left;
    margin-right: 21px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.availe_job_Contant_top h6 span {
    font-weight: 400;
}

.availe_job_Contant_top h6 i {
    color: #fa4216;
    margin-right: 5px;
}

.availe_job_Contant_bottom {
    width: 100%;
    float: right;
    /* // display: flex; */
    /* // justify-content: end; */
    padding: 12px 0px 12px;
    margin-left: 0px;
}

.availe_job_Contant_bottom h3 {
    margin: 0;
    font-size: 15px;
}

.availe_job_Contant_bottom h6 {
    float: left;
    margin-right: 21px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.availe_job_Contant_bottom h6 span {
    font-weight: 400;
}

.availe_job_Contant_bottom h6 i {
    color: #fa4216;
    margin-right: 5px;
}

.availe_job_Contant_bottom h6 a:hover {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%) !important;
}

.availe_job_Contant_right {
    width: 15%;
    float: right;
    display: block;
    padding: 15px 18px;
}

.availe_job_Contant_right h3 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    letter-spacing: .6px;
}

.availe_job_Contant_right h6 {
    font-size: 14px;
}

.availe_job_Contant_right h6 span {
    font-size: 12px;
}

.availe_job_Contant_right h6 i {
    margin-right: 5px;
    font-size: 12px;
}


/* p{
   margin-bottom: 0;
   font-style: normal;
   font-weight: 700;
   line-height: 15px;
} */

.sallerYY___ {
    /* // float: right !important; */
    margin-right: 4px !important;
}

.apply-btn:hover {
    color: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%) !important;
}

.selected-btn {
    background-color: green !important;
}

.job-card-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.apply-btn {
    background-color: #FA4216 !important;
    padding-top: 3.01px !important;
    line-height: 29px;
    padding-bottom: 3px;
    height: 36px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #fff !important;
    font-size: 15px;
    padding: 10px;
}

.view_details_btn {
    padding-top: 3.01px !important;
    line-height: 30px;
    padding-bottom: 3px;
    height: 36px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 8px;
    cursor: pointer;
}

.view_details_btn:hover {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%) !important;
}

.benefits_bock i {
    margin-right: 5px;
}

.details_info i {
    margin-right: 5px;
}

.laravel-embed__responsive-wrapper {
    padding-bottom: 0px !important;
}

.laravel-embed__responsive-wrapper iframe {
    width: 82%;
    height: 250px;
}


/* azmain css end */


/*solution-btns*/

ul.solution-btn-list-wrapper {
    padding: 0;
    margin: 0;
}

ul.solution-btn-list-wrapper li {
    list-style: none;
    display: inline-block;
    /* width: 115px; */
    border: 1px solid #fa4216;
    text-align: center;
    margin-bottom: 3px;
}

ul.solution-btn-list-wrapper li a {
    display: block;
    padding: 8px 13px;
}

li.read-more {
    background-color: #fa4216;
    color: #fff;
}

.solution-p-sm {
    padding: 30px !important;
}

.img-fluid {
    width: -webkit-fill-available;
}


/*end solution-btns*/

.contact_us input[type=number]::-webkit-inner-spin-button,
.contact_us input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fa4216 !important;
    border-color: #fa4216 !important;
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(253 20 13 / 25%);
}

.job_search_btn .search_job_btn {
    height: 45px;
    width: 50%;
    background: #fa4216;
    color: #fff;
    border: 3px solid #fff !important;
    border-radius: 4px;
    /* float: right; */
    margin: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px !important;
    padding-right: 0px;
    transition: all linear 0.3s;
}

.job_search_btn .search_job_btn:hover {
    box-shadow: 0px 0px 13px 9px rgb(0 0 0 / 11%);
    color: #fb6845;
    background-color: #fff;
}

div.btn-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.btn-container i {
    display: inline-block;
    position: relative;
    top: -9px;
}

label {
    font-size: 13px;
    color: #424242;
    font-weight: 500;
}

.btn-color-mode-switch {
    display: inline-block;
    margin: 0px;
    position: relative;
}

.btn-color-mode-switch>label.btn-color-mode-switch-inner {
    margin: 0px;
    width: 164px;
    height: 30px;
    background: #E0E0E0;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
    display: block;
}

.btn-color-mode-switch>label.btn-color-mode-switch-inner:before {
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 7px;
    right: 20px;
}

.btn-color-mode-switch>label.btn-color-mode-switch-inner:after {
    content: attr(data-off);
    width: 72px;
    height: 26px;
    background: #fff;
    border-radius: 26px;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 4px 0px;
}

.btn-color-mode-switch>.alert {
    display: none;
    background: #FF9800;
    border: none;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"] {
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner {
    background: #fa4216;
}

.btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner:after {
    content: attr(data-on);
    left: 90px;
    background: #fff;
    color: #000;
}

.btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner:before {
    content: attr(data-off);
    right: auto;
    left: 20px;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked~.alert {
    display: block;
}

.company-logo img {
    aspect-ratio: 3/3;
    height: 150px;
    width: 250px;
    margin: 10px;
}


.country-logo img {
    aspect-ratio: 3/3;
    height: 150px;
    width: 250px;
    margin: 10px;
}

.subtitle-details-btn {
    position: relative;
    float: right;
    margin-top: 5%;
    background-color: #FA4216;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    transition: all ease-in-out .5s;
    z-index: 1;
}

.subtitle-details-btn:hover {
    background-color: #FA4216;
    border: 1px solid #FA4216 !important;
    color: #ffffff !important;
    transition: all ease-in-out .5s;
}

.custom-page-banner-py:hover a.solution-btn {
    right: -40px;
}
