@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root{
    --color1-rgb: rgba(30, 50, 109, 0.8);
}
#mainNavbar {
    z-index: 10;
}
.theme_max_v5_ul_class {
    display: flex!important;
    flex-direction: row;
    justify-content: flex-start;
}

/* hamburger button */

button.navbar-toggler .line {
    fill: none;
    stroke: #000;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
button.navbar-toggler .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
button.navbar-toggler .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
button.navbar-toggler .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
button.navbar-toggler[aria-expanded="true"] .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
button.navbar-toggler[aria-expanded="true"] .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
button.navbar-toggler[aria-expanded="true"] .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
button.navbar-toggler:focus {
    outline: none !important;
    box-shadow: unset !important;
}
@media (max-width: 475px) {
    button.navbar-toggler svg {
        width: 45px;
        height: 45px;
    }
}

/* end */
.fs-14{
    font-size: 14px;
}
.fs-12{
    font-size: 12px;
}
button:focus{
    outline: 0;
    box-shadow: none !important;
}
.sec_padding{
    padding: 90px 0;
}
.theme_jersey-text-sky-600{
    color: #40b2e2;
}

.theme_jersey-text-green-300{
    color: #50b147;
}
.theme_jersey-text-blue-600{
    color: #2a567c;
}
.theme_jersey-text-green-300
.theme_jersey-text-gray-300{
    color: #5d6465;
}
.bg-sky-400{
    background-color: #2aade0 !important;
}
.bg-orange-400{
    background-color: #e26d2c !important;
}
.theme_jersey-text-orange-300 {
    color: #e26d2c;
}
.theme_jersey-text-custom{
    line-height: 30px;
}
.theme_jersey {
    font-family: 'Poppins', sans-serif;
}

.theme_jersey--title {
    font-size: 48px;
}

.theme_jersey--header {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    background: transparent;
    z-index: 20;
    position: relative;
}
.edit-group.hidden-phone {
    display: none;
}
.theme_jersey--header_link {
    color: #417ab0;
    padding: 0 !important;
}

.theme_jersey--banner {
    background-image: url('/dev/themes/max_v5/image/banner_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 220px;
    padding-bottom: 125px;
    border-bottom: 2px solid #bec3c9;
}

.theme_jersey--banner_contentBx {
    max-width: 795px;
    margin: 0 auto;
    background: rgba(221, 233, 247, 0.75);
    border: 1px solid #e9fcff;
    border-radius: 6px;
    padding: 60px 45px;
    margin-top: 175px;
}

.theme_jersey--banner_contentBx-txt {
    font-size: 30px;
    color: #5d6566;
}

.theme_jersey_blueTxt {
    color: #295479;
}

.theme_jersey--banner_contentBx-btn {
    background: #2aade0;
    color: #fff;
}

.theme_jersey--product {
    background: rgb(41, 84, 121);
    background: linear-gradient(90deg, rgba(41, 84, 121, 1) 15%, rgba(65, 122, 176, 1) 100%);
    /* padding: 100px 0; */
}

.theme_jersey--product_title {
    color: #f9fbfe;
}
.theme_jersey--product_box a.btn {
    color: #fff;
}
.theme_jersey--product_box-1 a.btn {
    background-color: #2eacdc;
}
.theme_jersey--product_box-2 a.btn {
    background-color: #ff831e;
}
.theme_jersey--product_box-3 a.btn {
    background-color: #56af37;
}
.theme_jersey--product_box {
    background: #e4eaee;
    border-radius: 6px;
    /* border: 3px solid #000; */
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px 8px rgb(17 17 17 / 25%);
}
.theme_jersey--product_box-1{
    border: 3px solid #2eacdc;
}
.theme_jersey--product_box-2{
    border: 3px solid #ff831e;

}
.theme_jersey--product_box-3{
    border: 3px solid #56af37;

}

.theme_jersey--product_box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    opacity: 0.55;
}
.theme_jersey--product_box-1:after{
    background-image: url('/dev/themes/max_v5/image/product_icon1.png');
}
.theme_jersey--product_box-2:after{
    background-image: url('/dev/themes/max_v5/image/product_icon2.png');
}
.theme_jersey--product_box-3:after{
    background-image: url('/dev/themes/max_v5/image/product_icon3.png');
}

.theme_jersey--product_box-index {
    position: relative;
    z-index: 1;
}

.theme_jersey--product_logo {
    padding-bottom: 18px;
}

.theme_jersey--product_box-txt {
    color: #5d6566;
}

.theme_jersey--testimonial {
    background-image: url('/dev/themes/max_v5/image/testimonial_bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* padding: 85px 0 100px; */
}

.theme_jersey--testimonial_title {
    padding-bottom: 160px;
}

.theme_jersey--testimonial_slider-item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 14px 2px rgb(62 69 70 / 35%);
    position: relative;
    z-index: 1;
}

.theme_jersey--testimonial_slider .item {
    padding: 40px 0 0;
}

.theme_jersey--testimonial_slider-star {
    color: #fa9a11;
    font-size: 22px;
}

.theme_jersey--testimonial_comment {
    color: #417ab0;
}

.theme_jersey--testimonial_slider-item:after {
    content: '';
    width: 60px;
    height: 60px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 30px;
    transform: rotate(45deg);
}

.theme_jersey--testimonial_slider-item .inner {
    position: relative;
    z-index: 2;
    background: #fff;
}

.theme_jersey--testimonial_meta {
    padding: 50px 0 0 40px;
    color: #5d6465;
}

.theme_jersey--testimonial_blu {
    color: #417ab0;
}

.theme_jersey--testimonial_slider .owl-nav button, .theme_jersey--awards_slider .owl-nav button, .theme_jersey--workedwith_slider .owl-nav button, .theme_jersey--feeback_slider .owl-nav button{
    width: 46px;
    height: 46px;
    border: 1px solid #4e83b5 !important;
    color: #4e83b5 !important;
    font-size: 22px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 160px;
    left: 12px;
    transition: all ease 0.3s;
}

.theme_jersey--testimonial_slider .owl-nav button:hover, .theme_jersey--awards_slider .owl-nav button:hover, .theme_jersey--workedwith_slider .owl-nav button:hover, .theme_jersey--feeback_slider .owl-nav button:hover {
    background: #4e83b5;
    color: #fff !important;
    transition: all ease 0.3s;
}

.theme_jersey--testimonial_slider .owl-nav button.owl-next, .theme_jersey--awards_slider .owl-nav button.owl-next, .theme_jersey--workedwith_slider .owl-nav button.owl-next, .theme_jersey--feeback_slider .owl-nav button.owl-next {
    right: 12px;
    left: inherit;
}

.theme_jersey--awards {
    background-image: url('/dev/themes/max_v5/image/awards_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 90px 0; */
}

/* .theme_jersey--about {
    padding: 95px 0;
} */

.theme_jersey--about_videoFrame {
    box-shadow: 0 0 65px rgba(79, 79, 79, 0.2);
}
.theme_jersey--awards_slider .item img {
    height: 200px;
    object-fit: contain;
}
.theme_jersey--awards_slider .owl-nav button, .theme_jersey--workedwith_slider .owl-nav button{
    border: 1px solid #fff !important;
    color: #fff !important;
}
.theme_jersey_blueTxt-light{
    color: #417ab0;
}
.theme_jersey--about .accordion {
    max-width: 490px;
}

.theme_jersey--about .accordion-item {
    margin-bottom: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    overflow: hidden;
}
.theme_jersey--about .accordion-item:not(:first-of-type) {
    border-top:1px solid #dbdbdb;
}
.theme_jersey--about .accordion-item button {
    color: #417ab0;
    font-weight: 500;
}
.theme_jersey--workedwith {
    background-image: linear-gradient(#3d74a7, #29547a);
}
.theme_jersey--workedwith .owl-nav.disabled{
    display: block;
}
.theme_jersey--workedwith_slider .owl-nav button {
    top: 50%;
    transform: translate(0px, -50%);
}
.theme_jersey--workedwith h2 {
    margin-bottom: 50px;
}
.theme_jersey--workedwith_slider .item img{
    width: auto;
    margin: 0 auto;
}
.theme_jersey--footer-inner{
    background-image: url('/dev/themes/max_v5/image/bg_footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 38px 0 50px;
}
.footer_bottom {
    background-color: #4078ad;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.theme_jersey--footer-scroll_top {
    position: absolute;
    top: -30px;
}







/*.content-detail.editable-content {*/
/*    display: none;*/
/*}*/

.theme_jersey--header a.navbar-brand img {
    max-width: 100%;
    width: 380px;
}
/* responsive css */
@media(max-width:1199px){
    nav.navbar.navbar-expand-lg.navbar-dark.bg-primary {
        display: none;
    }
    .theme_jersey--header a.navbar-brand img {
        width: 320px;
    }
    .theme_jersey--header .navbar-collapse {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #141414;
        top: 110px;
        padding: 5px 0;
    }
    .theme_jersey--header_link {
        color: #ffffff;
        padding: 8px 0 !important;
        font-weight: 300 !important;
        font-size: 15px;
    }
    .nav-link:focus, .nav-link:hover {
        color: rgb(255 255 255 / 100%);
    }

    .navbar-nav .dropdown-menu {
        background-color: transparent;
        border: 0;
    }
    .navbar-nav .dropdown-menu li a, .navbar-nav .dropdown-menu .title.mh_class {
        color: #fff;
    }
    .theme_jersey--header .navbar-collapse ul li:not(:last-child) {
        border-bottom: 1px solid #ffffff40;
    }
    .theme_jersey--header .navbar-collapse ul li {
        margin: 0 !important;
    }
    button.navbar-toggler svg {
        background-color: #fff;
        border-radius: 8px;
    }
}
@media(max-width:991px){


    .theme_jersey--banner{
        padding-top: 20px;
        padding-bottom: 65px;
    }
    .sec_padding {
        padding: 60px 0;
    }
    .theme_jersey--title {
        font-size: 40px;
    }
    .theme_jersey--testimonial_title {
        padding-bottom: 60px;
    }
    .theme_jersey--testimonial_slider .owl-nav button.owl-prev, .theme_jersey--awards_slider .owl-nav button.owl-prev, .theme_jersey--workedwith_slider .owl-nav button.owl-prev, .theme_jersey--feeback_slider .owl-nav button.owl-prev {
        left: -20px;
    }

    .theme_jersey--testimonial_slider .owl-nav button.owl-next, .theme_jersey--awards_slider .owl-nav button.owl-next, .theme_jersey--workedwith_slider .owl-nav button.owl-next, .theme_jersey--feeback_slider .owl-nav button.owl-next {
        right: -20px;
    }
    .theme_jersey--footer-inner{
        padding: 38px 0 60px;
    }
}
@media(max-width:767px){
    .theme_jersey--footer-logo {
        width: 170px;
    }
    .theme_jersey--header a.navbar-brand img {
        width: 270px;
    }
    button.navbar-toggler svg {
        width: 40px;
        height: 40px;
    }
    .theme_jersey--banner_contentBx{
        margin-top: 115px
    }
    .theme_jersey--banner_contentBx-txt{
        font-size: 22px;
    }
    .theme_jersey--banner_contentBx{
        padding: 20px 15px;
    }
    button.btn.theme_jersey--banner_contentBx-btn {
        font-weight: 500 !important;
        font-size: 16px !important;
    }
    .sec_padding {
        padding: 50px 0;
    }
    .theme_jersey--title {
        font-size: 36px;
    }
    .theme_jersey--product_logo img {
        width: 200px;
    }
    .theme_jersey--header .navbar-collapse{
        top: 90px;
    }
    .theme_jersey--testimonial_slider .owl-nav button.owl-prev, .theme_jersey--awards_slider .owl-nav button.owl-prev, .theme_jersey--workedwith_slider .owl-nav button.owl-prev, .theme_jersey--feeback_slider .owl-nav button.owl-prev {
        left: -10px;
    }

    .theme_jersey--testimonial_slider .owl-nav button.owl-next, .theme_jersey--awards_slider .owl-nav button.owl-next, .theme_jersey--workedwith_slider .owl-nav button.owl-next, .theme_jersey--feeback_slider .owl-nav button.owl-next {
        right: -10px;
    }
}
@media(max-width:575px){

    .main-content {
        top: -95px;
    }


    .theme_jersey--header a.navbar-brand img {
        width: 140px;
    }
    .theme_jersey--header .navbar-collapse{
        top: 72px;
    }
    .theme_jersey--testimonial_title {
        padding-bottom: 10px;
    }
    .theme_jersey--about .accordion {
        max-width: 100%;
    }
    .theme_jersey--workedwith .owl-nav.disabled {
        display: none;
    }
    .theme_jersey--product_box{
        padding: 20px;
    }
    .theme_jersey--title {
        font-size: 32px;
    }
    .theme_jersey--testimonial_slider-item{
        padding: 20px 20px;
    }
    .theme_jersey--testimonial_slider-star {
        font-size: 14px;
    }
}

/**
Lo
 */

.theme_max_v5-officers {
    padding: 30px 12px;
}

@media (min-width:768px) {
    .theme_max_v5-officers {
        padding: 60px 12px;
    }
}

.theme_max_v5-officer--box {
    background: var(--color1-rgb);
    padding: 15px;
}

.theme_max_v5-officer--heading {
    font-size: 26px;
    line-height: 28px;
}

.theme_max_v5-officer--text.mb-0 {
    font-size: 27px;
    line-height: 28px;
}

.theme_max_v5-officer-overlay {
    background: var(--color1-rgb);
    top: calc(-100% - 94px);
    height: calc(100% - 94px);
    transition: all ease 0.5s;
    padding: 15px 40px 0px;
}

.theme_max_v5-officer-overlay:after {
    content: '';
    width: calc(100% - 80px);
    height: 2px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.theme_max_v5-officer--area:hover .theme_max_v5-officer-overlay {
    top: 0;
    transition: all ease 0.5s;
}

.theme_max_v5-officer-text {
    font-size: 19px;
    font-family: roboto;
    line-height: 24px;
}

.theme_max_v5-officer-btn {
    padding: 30px 0px 40px;
}

.theme_max_v5-officer-hoverbtn {
    border: 3px solid #ffffff;
    display: block;
    width: 160px;
    height: 42px;
    line-height: 37px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    background-color: #1d376d;
    margin: 0 auto;
}

.theme_max_v5-officer-hoverbtn:hover {
    color: #1d376d;
    border: 3px solid #1d376d;
    background-color: #ffffff;
}

.theme_max_v5-viewbtns {
    padding-top: 60px;
}



@media(max-width:1199px) {
    .theme_max_v5-officer-btn {
        padding: 10px 0px 20px;
    }
}


@media(max-width:991px) {
    .theme_max_v5-officer-btn {
        padding: 10px 0px 20px;
    }
}