/* experience style start */
.experience{
   margin-top:-60px;
}
.group_image_holder {
    position: relative;
    text-align: right;
}

.group_image_holder .sub_img {
    position: absolute;
    left: 0px;
    bottom: -70px;
    height: 50%;
    width: 50%;
    border-radius: 12px;

}

.expe_box {
    position: absolute;
    right: -40px;
    top: 90px;
    background: #034192;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    width: 150px;
    height: 140px;
    text-align: center;
    display: table;
}



/* .expe_box h1 {
    font-size: 48px;
    font-weight: 800;
} */
.expyear {
    color: #ffffff;
    font-size: 3rem !important;

}

.expe_box .expe_box_inner {
    display: table-cell;
    vertical-align: middle;
}

.experience_content {
    padding-top: 20px;
    padding-left: 70px;
}

.experience .section_header.shadow_icon {
    margin-bottom: 15px;
    position: relative;
    left: auto;
    top: 0px;

}

.section_sub_title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    color: #034192;
    margin-bottom: -43px;
}

.section_sub_title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    color: #034192;
    margin-bottom: -43px;
}
.section_header .section_title_contact {
    font-size: 34px;
    font-weight: 700;
    line-height: 54px;
    color: #000000;
    letter-spacing: 3px;
    margin-top: 6px;
}
.section_header .section_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 54px;
    color: #000000;
    letter-spacing: 3px;
    margin-top: 6px;
}

.section_header .section_desc {
    

    color: #555555;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 20px;
    

}


.experience_content .video_button a {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    background: #034192;
}

.ion-ios-play:before {
    content: "\f488";
}

.experience_content .video_button span {
    font-size: 12px !important;
    font-weight: 700;
    color: #222222;
    margin-left: 15px;
    animation: pulse-border;
}

@media screen and (max-width:768px) {
    .experience_content .video_button span {

        font-size: 12px !important;
        font-weight: 700;
        color: #222222;
        padding-left: 0px;
        animation: pulse-border;
    }
    .experience{
        margin-top:0px;
     }

}

.expe_box::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 100px;
    height: 100px;
    background: #034192;
    top: -38px;
    transform: rotate(35deg);
    z-index: -1;
}

.experience_content .video_button a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    z-index: -1;
    background: #034192;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

@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;
    }
}

@media screen and (max-width: 768px) {
    .section_header .section_title {
        font-size: 36px;
        line-height: 42px;
    }

    .experience_content {
        padding-top: 90px;
        padding-left: 0px;

    }

}

@media screen and (max-width: 768px) {

    .group_image_holder img {
        width: 100%;
    }

    .expe_box {
        position: absolute;
        right: -10px;
        top: 90px;
        background: #034192;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        width: 150px;
        height: 140px;
        text-align: center;
        display: table;
    }

    .group_image_holder .sub_img {
        position: relative;
        margin: 10px 0px;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }

}


/* card design */
.category-wrap {
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: rgba(245, 245, 245); 
}

.category-card {
    padding: 45px 25px 22px;
    position: relative;
    border-radius: 5px;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg-russian {
    background-color: #10012a;
}

.cat-count {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 70px;
    line-height: .8;
    font-weight: 800;
    color: #fff;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, .3);
    text-shadow: none;
}

.category-card:after {
    position: absolute;
    bottom: 0;
    left: 0%;
    content: "";
    background-color: #034192;
    width: 0%;
    height: 0%;
    z-index: -1;
    -webkit-transition: .4s;
    transition: .4s;
}

/* .category-card .cat-icon {

    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 15px;

} */
.category-card .cat-icon {
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    /* padding: 15px; */
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    height: 100px !important;
}

.category-card .cat-icon i {
    font-size: 30px;
    line-height: .8;
    color: #10012a;
    -webkit-transition: .4s;
    transition: .4s;
}

.category-card .cat-info {
    margin-top: 22px;
}

.category-card .cat-info h3 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.category-card .cat-info p {
    color: #fff;
    margin: 0;
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 40px;
}

.category-card:hover:after {
    width: 100%;
    height: 100%;
}

.category-card:hover .cat-icon {
    background-color: #10012A;
}

.category-card:hover .icon-symb {
    color: white;
}

.category-card .cat-info h3 a {
    color: #fff !important;
}

/* end card design */

/* start footer style */

/* @media screen and (max-width:767px) {
    .copyright{
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%);

    }
    
} */
.footer_cp_img {
    height: 45px;
    width: 270px;
    border-radius: 10px;
}

@media screen and (max-width:768px) {
    .footer .copyright p {
        text-align: center;
        padding-bottom: 10px;
    }

    .footer .copyright .col-md-6:last-child p {
        text-align: center !important;
        font-size: 10px;
    }

    .footer .footer-social a {
        display: inline-block;
        width: 40px;
        height: 40px;
        padding: 5px 0 !important;
        text-align: center;
        border: 1px solid rgba(256, 256, 256, .3);
        border-radius: 60px;
        transition: .3s;
    }
}

.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #030f27;
    color: #ffffff;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
    position: relative;
    margin-bottom: 45px;
}

.footer h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 23px;
    font-weight: 700;
    /* color: #fdbe33; */
    color: white;
}

.footer h3::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #034192;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #ffffff;
    letter-spacing: 1px;
}

.contact_a {
    color: white;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    /* padding-left: 40px; */
}

.footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .3);
    border-radius: 60px;
    transition: .3s;
    margin-right: 10px;
}

.footer .footer-social a i {
    font-size: 15px;
    color: #ffffff;
}
.footer .footer-social .youtupe-icon:hover {
   
    background: #FF0000;

}
.footer .footer-social .insta-icon:hover {
   
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);

}
.footer .footer-social a:hover {
    background: #034192;
    border-color: #034192;
}

.footer .footer-social a:hover i {
    color: #ffffff;
}

.footer .newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.footer .newsletter input {
    height: 50px;
    border: 2px solid #121518;
    border-radius: 0;
}

.footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #034192;
    background: #121518;
    border-radius: 0;
    border: 2px solid #034192;
    transition: .3s;
}

.footer .newsletter .btn:hover {
    color: #121518;
    background: #034192;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .1);
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a:hover {
    color: #034192;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px 15px;
}

.footer .copyright p {
    font-size: 14px;
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
}

/* end footer style */



/*** Contact Start ***/
.contact-link a i,
.contact-link a h5,
.contact-link a.h5 {
    transition: .5s;
}

.contact-link a i:hover,
.contact-link a h5:hover,
.contact-link a.h5:hover {
    color: #034192 !important;
}

/*** Contact End ***/




/* how we work */
.tpbanner__sub-title div {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 21px;
    transform: translateY(-55%);
    font-weight: 700;
    font-size: 17px;
    color: #034192;
    display: inline-block;
    text-transform: uppercase;
    line-height: 30px;
}

@media screen and (max-width:768px) {
    .tpbanner__sub-title div {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        margin-top: 20px;
        transform: translateY(-55%);
        font-weight: 700;
        font-size: 16px;
        color: #034192;
        display: inline-block;
        text-transform: uppercase;
        line-height: 30px;
    }

}

.tpsection__title {
    font-weight: 700;
    font-size: 34px;
    line-height: 54px;
    letter-spacing: 3px;
    margin-top: 6px;

}

.tpprocess__count:before {
    position: absolute;
    content: "";
    border: 1px solid rgba(62, 185, 255, .4);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease-out 0s;
}

.tpsection__wrapper {
    margin-bottom: 20px;
}

.process__area {
    padding-bottom: 0px;
    margin-top: 30px;
    padding-top: 30px;
    background-color: rgba(245, 245, 245);
}

.tpprocess__count {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;

    font-weight: 600;
    font-size: 20px;
    position: relative;
}


.tpprocess__title {
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-grey-3);
    line-height: 1.35;
}

.tpprocess__wrapper {
    text-align: center;
}

.tpprocess__wrapper:hover .tpprocess__count:before {
    transform: translate(-50%, -50%);
}


.tpprocess__wrapper {
    text-align: center;
    display: inline-block
}


@media screen and (max-width: 1024px) {
    .tpprocess-shape-one {
        display: none;
    }

    .tpprocess-shape-two {
        display: none;
    }

    .tpprocess-shape-three {
        display: none;
    }
}

@media only screen and (min-width: 992px)and (max-width:1199px) {
    .tpprocess__title {
        font-size: 15px
    }
}

.tpprocess-shape-one {
    bottom: 190px;
    position: absolute;
    left: 200px;
}


.tpprocess-shape-two {
    position: absolute;
    bottom: 130px;
    left: 500px;
}

.tpprocess-shape-three {
    position: absolute;
    bottom: 190px;
    right: 280px;

}

.tpprocess-shape-four {
    position: absolute;
    top: -300px;
    right: 5px;
    animation: bannerAnimationTwo 8s linear infinite;
}

@media only screen and (min-width: 992px)and (max-width:1199px) {
    .tpprocess-shape-four {
        top: -280px;
        right: 30px
    }
}

@media only screen and (min-width: 768px)and (max-width:991px) {
    .tpprocess-shape-four {
        top: -280px;
        right: 35px
    }
}



.tpprocess__two .tpprocess__count:before {
    border: 1px solid hsla(77, 36%, 61%, .4)
}

.tpprocess__count-2-bg {
    background-color: hsla(77, 87%, 27%, 0.4);
}



.tpprocess__three .tpprocess__count:before {
    border: 1px solid rgba(255, 184, 118, .4);
}

.tpprocess__count-3-bg {
    background-color: rgba(220, 119, 23, 0.613);
}



.tpprocess__count-4-bg {
    background-color: rgba(238, 17, 113, 0.4);
}

.tpprocess__four .tpprocess__count:before {
    border: 1px solid rgba(255, 173, 208, .4);
}

.tpanalysis__item {
    text-align: center;
    display: inline-block
}


.tpanalysis__item {
    text-align: center;
    display: inline-block
}

@media (max-width: 767px),
only screen and (min-width:576px)and (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .tpprocess__item {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        justify-content: center !important
    }
}

.tpprocess__item-3 {
    margin-left: 55px;


}

.line-dash-path {
    stroke-dasharray: 4;
    stroke-dashoffset: 350;
    animation: tp-line-dash 30s linear infinite forwards;
}

@keyframes tp-line-dash {
    to {
        stroke-dashoffset: 0;
    }
}



/* start animation about section style */




.flaticon-award-1:before {
    content: "\f137";
}

.flaticon-technical-support:before {
    content: "\f1a1";
}

/*Btn Style One*/
.theme-btnn {
    color: white !important;
    font-weight: 700 !important;
}

@media screen and (max-width:768px) {
    .about-section {
        position: relative;
        overflow: hidden;
        padding: 30px 0px 10px!important;
    }
    .btn-style-one-ab {
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        color: #ffffff;
        padding: 11px 30px;
        font-weight: 500;
        overflow: hidden;
        border-radius: 3px;
        overflow: hidden;
        text-transform: capitalize;
        background-color: #0060ff;
        font-family: 'Montserrat', sans-serif;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
    }
}


.btn-style-one-ab {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding: 11px 30px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #0060ff;
    font-family: 'Montserrat', sans-serif;
}

.whatsapp_btn:before {
    position: absolute;
    content: '';
    left: 92%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #132144;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-one-ab:before {
    position: absolute;
    content: '';
    left: 92%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #132144;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-one-ab .txt {
    position: relative;
    z-index: 1;
}

.whatsapp_btn .txt {
    position: relative;
    z-index: 1;
}

.whatsapp_btn:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one-ab:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover {
    color: #ffffff;
    border-color: #00e49a;
}

.sec-title {
    position: relative;
    margin-bottom: 55px;
}

.sec-title .title {
    position: relative;
    color: #0060ff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.sec-title h2 {
    position: relative;
    color: #141d38;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 15px;
}

.sec-title .text {
    position: relative;
    color: #777777;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 18px;
    font-size: 18px;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.centered {
    text-align: center !important;
}

.about-section {
    position: relative;
    overflow: hidden;
    padding: 30px 0px 50px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .sec-title {
    margin-bottom: 25px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-right: 30px;
}

.about-section .content-column .text {
    position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 30px;
}

@media screen and (max-width:768px) {
    .about-section .content-column .text {
        position: relative;
        color: #555555;
        font-size: 16px;
        line-height: 1.8em;
        font-weight: 500;
        margin-bottom: 40px;
        text-align: center;
    }

    .carousel_about {
        display: none;

    }

}

.about-section .content-column .blocks-outer {
    position: relative;
    margin-bottom: 40px;
}

.feature-block {
    position: relative;
    margin-bottom: 35px;
}

.feature-block:last-child {
    margin-bottom: 0px;
}

.feature-block .inner-box {
    position: relative;
    padding-left: 70px;
}

.feature-block .inner-box .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #0060ff;
    font-size: 48px;
    line-height: 1em;
}

.feature-block .inner-box h6 {
    position: relative;
    color: #141d38;
    font-size: 18px;
    font-weight: 600;
}

.feature-block .inner-box .feature-text {
    position: relative;
    color: #555555;
    font-size: 16px;
    margin-top: 5px;
}

.about-section .images-column {
    position: relative;
    margin-bottom: 40px;
}

.parallax-scene-1 {
    transform: translate3d(0px, 0px, 0px) rotate(0.0001deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    pointer-events: none;
}

.about-section .images-column .inner-column {
    position: relative;
    padding: 50px 0px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-section .images-column .learn {
    position: relative;
    color: #0060ff;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.about-section .images-column .learn:hover {
    color: #222222;
}

.about-section .images-column .learn .arrow {
    position: relative;
    margin-right: 8px;
    top: 1px;
}

.about-section .images-column .pattern-layer {
    position: absolute;
    left: -70px;
    top: -150px;
    width: 745px;
    height: 732px;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .about-section .images-column .pattern-layer {
        position: absolute;
        left: -70px;
        top: 20px;
        width: 400px;
        height: 420px;
        background-repeat: no-repeat;
    }

}
@media screen and (max-width:992px) {
    .about-section .images-column .pattern-layer {
        position: absolute;
        left: 20%;
        top: 0;
        width: 508px;
        height: 502px;
        background-repeat: no-repeat;
    }

}




.about-section .images-column .images-outer {
    position: relative;
}

.about-section .images-column .image {
    position: relative;
    display: inline-block !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.about-section .images-column .image-two {
    position: absolute;
    left: 0px !important;
    top: auto !important;
    bottom: 60px !important;
    display: inline-block !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.about-section .images-column .image-three {
    position: absolute;
    left: auto !important;
    top: auto !important;
    right: 0px !important;
    bottom: -60px !important;
    display: inline-block !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.about-section .images-column .image-four {
    position: absolute;
    right: 10px !important;
    left: auto !important;
    top: 0px !important;
    bottom: auto !important;
    display: inline-block !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.featured-section {
    position: relative;
    z-index: 1;
}

.feature-block-two {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-two .inner-box {
    position: relative;
    padding: 50px 50px;
    background-size: cover;
}

.feature-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(20, 29, 59, 0.70);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.feature-block-two .inner-box:hover::before {
    background-color: rgba(0, 96, 255, 0.70);
}

.feature-block-two .inner-box .number {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    font-weight: 800;
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
}

.feature-block-two .inner-box h4 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 12px;
    margin-bottom: 15px;
}

.feature-block-two .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8em;
}

.image-one {
    transform: translate3d(2.8px, -4.1px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
}

.image-one>img {
    height: 100%;
    width: 100%;
}

.image-two>img {
    height: 100%;
    width: 100%;
}

.image-three>img {
    height: 100%;
    width: 100%;
}

.image-four>img {
    height: 100%;
    width: 100%;
}

.image-two {
    transform: translate3d(8.3px, -12.3px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
}

.image-three {
    transform: translate3d(5.5px, -8.2px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
}

.image-four {
    transform: translate3d(5.5px, -8.2px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
}

/* rotate animate background */
.about-section .images-column .pattern-layer {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}





/** banner-section **/

.banner-section {
    position: relative;
    overflow: hidden;
    top: -110px;
}

.banner-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.banner-carousel .slide-item {
    position: relative;
    padding: 180px 0px 225px 0px;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
    z-index: 1;
}

.banner-carousel .content-box {
    position: relative;
    display: block;
    z-index: 5;
    max-width: 600px;
}

.banner-carousel .slide-item .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 8000ms linear;
    -moz-transition: all 8000ms linear;
    -ms-transition: all 8000ms linear;
    -o-transition: all 8000ms linear;
    transition: all 8000ms linear;
}

.banner-carousel .active .slide-item .bg-layer {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.banner-carousel .content-box h3 {
    font-size: 70px;
    line-height: 74px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .content-box h3 span {
    color: var(--theme-color);
}

.banner-carousel .active .content-box h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 33px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-section .pattern-layer .pattern-1 {
    position: absolute;
    top: 0px;
    right: 200px;
    width: 616px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-animation: service_hexagon_2 15s infinite linear;
    -moz-animation: service_hexagon_2 15s infinite linear;
    -o-animation: service_hexagon_2 15s infinite linear;
    animation: service_hexagon_2 15s infinite linear;
}

.banner-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 86px;
    height: 234px;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner-section .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -35px;
    width: 100%;
}

.banner-section .owl-nav button {
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 76px;
    text-align: center;
    background: #fff;
    font-size: 30px;
    color: #000;
    border-radius: 50%;
    transition: all 500ms ease;
}

.banner-section .owl-nav button.owl-prev {
    left: 120px;
}

.banner-section .owl-nav button.owl-next {
    right: 120px;
}

.banner-section .owl-nav button:hover {
    color: #fff;
    background: var(--theme-color);
}

.banner-style-two .banner-carousel .slide-item {
    padding: 340px 0px 225px 0px;
}

.banner-style-two .banner-carousel .slide-item:before {
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    opacity: 0.6;
}

.banner-style-two .pattern-layer .pattern-3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 342px;
    height: 439px;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    z-index: 1;
}

.banner-style-three .banner-carousel .content-box h3 {
    font-size: 64px;
}

.banner-style-three .banner-carousel .slide-item {
    padding: 160px 0px 245px 0px;
}

.banner-style-three .banner-carousel .slide-item:before {
    opacity: 1;
    background: #034192;
    mix-blend-mode: multiply;
}

.banner-style-three .banner-carousel .content-box .theme-btn.btn-three {
    color: var(--title-color) !important;
}

.banner-style-three .banner-carousel .content-box .theme-btn.btn-three:hover {
    color: #fff !important;
}

.banner-style-three .pattern-layer .pattern-4 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 346px;
    height: 447px;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner-style-three .pattern-layer .pattern-5 {
    position: absolute;
    top: 276px;
    right: 0px;
    width: 94px;
    height: 233px;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner-style-three .shape {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 98px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}


/** responsive-css **/

@media only screen and (max-width: 1700px) {
    .banner-section .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {
    .banner-style-three .pattern-layer {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .banner-carousel .slide-item {
        padding: 90px 0px 136px 0px;
    }

    .banner-carousel .content-box h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-section .pattern-layer {
        display: none;
    }

    .banner-style-two .banner-carousel .slide-item {
        padding: 280px 0px 100px 0px;
    }

    .banner-style-three .banner-carousel .content-box h3 {
        font-size: 40px;
    }

    .banner-style-three .banner-carousel .slide-item {
        padding: 100px 0px 185px 0px;
    }
}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 499px) {}





/* 
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-dot {
    visibility: hidden;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
   *  Core Owl Carousel CSS File
   */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    /* -ms-touch-action: pan-Y; */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    /* -webkit-transform: translate3d(0px, 0px, 0px); */
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    /* -webkit-backface-visibility: hidden; */
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: none;

}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}


/** banner-section **/
.owl-stage {
    transform: translate3d(-5052px, 0px, 0px);
    transition: all 0s ease 0s;
    width: 8841px;


}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}


/** service-hexagon **/


@-moz-keyframes service_hexagon_2 {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-o-keyframes service_hexagon_2 {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}



@-moz-keyframes service_hexagon {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes service_hexagon {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes service_hexagon {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    100% {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    100% {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    100% {
        margin-top: -30%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: 25px
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: 25px
    }
}

/** video-section **/



.video-section .bg-layer:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}



/** responsive-css **/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .video-section.alternat-2 {
        padding-bottom: 100px;
    }

    .video-section .inner-box h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 499px) {}





/** button **/
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    color: #fff !important;
    text-align: center;
    padding: 18px 35px;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn.btn-one {
    background-color: #034192;
}

.theme-btn.btn-two {

    background-color: #0A0F20;
}

.theme-btn.btn-three {
    background: #fff;
    background-color: #034192;
}

.theme-btn:before,
.theme-btn:after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;

    background-color: #0A0F20;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: center;
    transform: scale(0) rotate(0);
    z-index: -1;
}

.theme-btn.btn-two:before,
.theme-btn.btn-two:after {
    background-color: #034192;
}

.theme-btn:hover:before {
    border-radius: 0;
    transform: scale(1) rotate(-180h2deg);
}

.theme-btn:hover:after {
    border-radius: 0;
    transform: scale(1) rotate(180deg);
}

.parallax-bg {
    position: absolute;
    left: 0px;
    top: -30%;
    width: 100%;
    height: calc(100% + 30%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-layer-1-img {
    background-image: url(../images/pattern-img/banner-1.webp);

}

.bg-layer-2-img {
    background-image: url(../images/pattern-img/banner-2.webp);

}

.bg-layer-3-img {
    background-image: url(../images/pattern-img/banner-3.webp);

}

.pattern-1 {
    background-image: url(../images/pattern-img/shape-1.webp);
}

.pattern-2 {
    background-image: url(../images/pattern-img/shape-2.png);
}

.owl-item {
    width: 1263px;
}

.owl-stage {
    transform: translate3d(-3789px, 0px, 0px);
    transition: all 0s ease 0s;
    width: 8841px;

}

@media (max-width: 350px) {

    .expe_box {
        position: absolute;
        right: -10px;
        top: 90px;
        background: #034192;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        width: 150px;
        height: 140px;
        text-align: center;
        display: table;
    }
}

.cl-item {
    position: absolute;
    left: 66.6387%;
    top: 0px;
}

.grid-mr-20 .cl-item,
.collection-banners .grid-mr-20 .row .banner-item {
    padding: 10px;
    margin-bottom: 0 !important;
}

.clr-none {
    color: inherit !important;
}

.store-features {
    background-color: #fff !important;
    padding: 0px 0px;
}

.text-uppercase {
    text-transform: uppercase !important;
    color: #222222;
    margin: 0 0 10px;
    font-family: 'Poppins', Arial, Tahoma;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .02em;
    overflow-wrap: break-word;
    word-wrap: break-word;


}

.store-info .an {
    float: left;
    margin: 0 15px 0 0;
    font-size: 30px;
    display: block;
    width: 50px;
    text-align: center;
}

.fs-6 {
    font-size: 0.9rem !important;
}

.sub-text {
    font-size: 15px;
    color: #555555;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 40px;
}



/* end hedaing  */




.collection-banners .detail-cen {
    background-color: #fff !important;
    color: #000 !important;
    width: 55%;
    left: 50% !important;
    -ms-transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    position: absolute !important;
    bottom: 20px !important;
    right: 0 !important;
    padding: 30px !important;
    text-align: center !important;
}






/* .collection-banners .collection-grid-item img {
    display: block!important;
    width: 100%;
    -ms-transition: all ease-out 0.5s!important;
    -webkit-transition: all ease-out 0.5s!important;
    transition: all ease-out 0.5s!important;
} */
/* .grid-masonary{
position: relative; height: 396.656px;


} */
/* .banner-item img, .collection-page-item img { */
/* display: block!important;
    max-width: 100%!important; */
/* } */
/* .newup {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
    -webkit-transition: filter 400ms, -webkit-filter 400ms;
} */
/* .newup:hover {
    transform: scale(1.1);

} */
.page_header .page_header_content {
    position: relative;
    background-image: url(../images/breadcrumb-bg/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 100px 0px 100px 0px;
    text-align: center;
    /* top: -80px; */
}


.page_header .breadcrumb {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0;
    list-style: none;
    display: block;
    background: transparent;

}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}


.page_header .page_header_content .heading {
    position: relative;
    font-size: 56px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
}

.page_header .breadcrumb li a {
    color: #ffffff;
}

.page_header .breadcrumb li.active {
    color: #ffffff;
}

.page_header .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    list-style-type: disc !important;
}

@media screen and (max-width: 767px) {

    .page_header .page_header_content .heading {
        position: relative;
        font-size: 40px;
        font-weight: 700;
        line-height: 80px;
        letter-spacing: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #034192;
    }

    .page_header .page_header_content {
        position: relative;
        background-image: url(../images/breadcrumb-bg/header_bg.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 100px 0px 55px 0px;
        text-align: center;
    }

}

/* @media screen and (max-width: 767px) {
    .grid-masonary{
        position: relative; height: 200px;
        
        
        }
        .newup{
            height: 200px;
            width: 200px;
        }
        .cl-item{
            position: absolute; left: 0; top: 0px;
        }
        

.collection-banners .detail-cen {
    background-color: #fff!important;
    color: #000!important;
    width: 55%;
    text-align: center;
    -ms-transform: translateX(-50%)!important;
    -webkit-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    position: absolute!important;
    bottom: 20px!important;
    right: 0!important;
    padding: 10px!important;
    text-align: center!important;
}}
 */

.chimg {
    height: 400px;
    width: 400px;
    transition: all 1s ease;
}

.chimg:hover {
    transform: scale(1.1);

}

.chimg_text {
    background-color: #fff !important;
    border-radius: 10px;
    color: #000;
    width: 65%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 30px;
    text-align: center;

}

@media screen and (max-width: 767px) {
    .prodduct_img {
        padding-bottom: 50px;

    }

}



/* image height width */
img.main_img {
    width: 100%;
    height: 100%;
    border-radius: 12px;


}
.gmail-text{
    text-transform: none;
}
.contact-txt {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.355);
  
    line-height: 1.4;
}

.contact_img {
    height: 80%;
    width: 100%;
}



.shadow_icon {
    margin-bottom: 20px;
}

.shadow_icon_img {
    height: 33px;
    width: 33px;

}
.abt-youtupe-btn{
    height:35px;width:35px;
}
@media screen and (max-width:768px) {
    .abt_saf {
        position: absolute!important;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 145px;
        top: -40px;
    }
    .abt-shadow-icon{
     height: 33px;
    width: 33px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-bottom: 37px; */
    top: -100px;

    }
    
    .cont_logo {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .abt-svg-new {
        /* padding-right: -21px; */

        width: 300px;
        height: 60px;
        margin-left: 0px;
        /* top: none!important; */
        position: absolute;

        /* margin-left: -57px; */
        /* top: 52px; */

    }

    .section_sub_title {
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 30px;
        color: #034192;
        margin-bottom: -43px;
    }

    .section_header .section_title {
        font-size: 34px;
        font-weight: 700;
        line-height: 54px;
        color: #000000;
        letter-spacing: 3px;
        margin-top: 60px;
        text-align: center;
        margin-bottom: 10px;
    }

    .px_contact_form .px_btn {
        width: 160px;
        font-size: 15px;
        position: absolute;
        bottom: -10pxpx;
        left: 50%;

        transform: translate(-50%, -50%);
    }

}

.security_sub_title {

    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    color: #034192;
    margin-bottom: -20px;


}

.section_header .section_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 54px;
    color: #000000;
    letter-spacing: 3px;
    margin-top: 50px;
}
.section_header .section_title_our_client {
    font-size: 34px;
    font-weight: 700;
    line-height: 54px;
    color: #000000;
    letter-spacing: 3px;
    margin-top: 10px;
}

.section_header .section_title_why {
    font-size: 34px;
    font-weight: 700;
    line-height: 54px;
    color: #000000;
    letter-spacing: 3px;
    margin-top: 0px;
}


.section_header .locker_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 54px;
    color: #000000;
    letter-spacing: 2px;
    margin-top: 0px;
}

.abt-svg {
    /* padding-right: -21px; */
    /* width: 300px;
    height: 60px;
    margin-left: -57px; */
    /* top: 52px; */
    /* position: absolute; */
        width: 250px;
    height: 50px;
    margin-left: -48px;
    /* top: 52px; */
    position: absolute;

}

.security-svg {
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50px, -50px);
}

.tt1 {
    position: absolute;
    top: 89px !important;
    left: -66px;
    color: #034192;
    font-weight: 500;
    font-size: 18px;

    line-height: 1.35;
}

.ttt2 {
    position: absolute;
    top: -73px;
    left: 220px;
    font-size: 18px;
}

.abt_year {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #034192;
    font-weight: 600;
    font-size: 20px;
    position: relative;
}

h4.abt_year_txt {
    position: absolute;
    top: -128px;
    left: 12px;
    font-size: 20px;
    width: 250px;
    color: black;
}

.abt_yr_main {
    position: relative;
}

.abt_yr_txt_comm {
    font-size: 20px;
    color: #000;
}

.abt_yr_2 {

    position: absolute;
    left: 100px;
    top: -19px;
}

.abt_yr_txt_4 {

    position: absolute;
    right: 25px;
    top: -128px;
    font-size: 20px;
    color: black;
}

.abt_year_4 {


    position: absolute;
    width: 50px;
    height: 50px;
    left: 100px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #034192;
    font-weight: 600;
    font-size: 20px;
    position: relative;
}

.abt_comp_arrow_1 {
    width: 180px;
    position: absolute;
    top: -38px;
    left: 180px;
}

.abt_comp_arrow_2 {
    width: 180px;
    position: absolute;
    top: -38px;
    left: 478px;
}

.abt_comp_arrow_3 {
    width: 180px;
    position: absolute;
    top: -38px;
    right: 210px;
}

.abt-comp {
    position: relative;
}

.abt_logo {
    position: absolute;
    left: 50%;
    width: 300px;
    height: 50px;
    transform: translate(-50%, -50%);

}


.new_abt_header div {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 0%;
    transform: translateY(-55%);
    font-weight: 700;
    font-size: 16px;
    color: #034192;
    display: inline-block;
    text-transform: uppercase;
    line-height: 30px;

}

.new_abt_sub_title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    color: #034192;
    text-align: center;
    position: absolute;
    padding-top: -7px;
    /* top: 523px; */
    /* border-bottom-left-radius: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
}

.new_abt_header {
    padding-bottom: 30px;
}

@media screen and (max-width:768px) {
    .new_abt_header {
        padding-bottom: 50px;
        padding-top: 0px;
    }


}

.sec_svg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 200px;
}

/* logo  */

.src_logo {
    /* height: 60px;
    width: 150px; */
    height: 45px;
    width: 275px;
    padding-left: 20px!important;
}

@media screen and (max-width:768px) {
    .src_logo {
        height: 45px;
        width: 225px;
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-left: 0px!important;
    }


}

.md_logo {
    position: absolute;
    top: -10px;
    left: -13px;

}

@media screen and (max-width:768px) {
    .md_logo {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .sec-title .title {
        position: relative;
        color: #0060ff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        padding-bottom: 70px;
    }

}

.product_images {
    padding: 20px;
    height: 300px;
    width: 300px;
    border-radius: 8px;
    /* position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%; */
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;


}

@media screen and (max-width:1024px) {
    .product_images {
        height: 300px;
        width: 250px !important;
        border-radius: 8px;
        /* position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%; */
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .product-image-head {
        height: 350px;
        width: 300px !important;
        margin-right: 0px !important;
        position: relative !important;
        transition: 500ms linear;
        border-radius: 8px;
        overflow: hidden;

    }

    .prd_nav {
        width: 100%;
    }

    .footer .footer-social a {
        display: inline-block;
        width: 40px;
        height: 40px;
        padding: 10px 0 !important;
        text-align: center;
        border: 1px solid rgba(256, 256, 256, .3);
        border-radius: 60px;
        transition: .3s;
    }


}

.footer_cp_img_detail {
    line-height: 1.35;
    /* padding-left: 50px; */
    padding-right: 80px;
}


@media screen and (max-width:768px) {

    /* 
    .footer_cp_img_detail {
        line-height: 1.35;
        padding: left 0px !important;
        
        padding: right 0px !important;
        
    } */

}

/* @media screen and (min-width: 1200px){

    .product_images {
        height: 100%!important;
        width: 150px!important;
        border-radius: 8px;
        position: absolute!important;
        left: 50%!important;
        transform: translate(-50%, -50%)!important;
        top: 50%!important;
    }

    .product-image-head {
        height: 350px!important;
        width: 150px!important;
        border-radius: 8px;
        position: relative!important;


        overflow: hidden;
    }


} */

@media screen and (max-width:768px) {
    .product_images {
        height: 300px !important;
        width: 250px !important;

        border-radius: 8px;
        /* position: absolute!important; */
        /* left: 50%!important;
        transform: translate(-50%, -50%)!important;
        top: 50%!important; */
    }

    .product-image-head {
        height: 330px !important;
        width: 330px !important;

        transition: 500ms linear;
        border-radius: 8px;
        position: relative !important;


        overflow: hidden;
    }

    /* .main_prd_head {
        margin-top: 20px !important;
        padding: 0px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

    } */

}


.main_prd_head {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
    /* width: 350px; */
    /* border: solid; */
    /* padding: 20px; */
    /* position: relative; */
    box-shadow: 0px 0px 25px 0px rgba(13, 29, 13, 0.1);
    padding-top: 10px;
}

.product-image-head {
    height: 350px;
    width: 350px;
    /* margin-right: 10px;  */
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;    position: relative; */
    transition: 500ms linear;
    border-radius: 8px;
    position: relative;


    overflow: hidden;
}

.how-we-icons {
    transition: 500ms linear;

    visibility: hidden;

    position: absolute;

    border-radius: 8px;
    bottom: -50px;
    left: 25px;
    right: 25px;

    display: flex;
    background-color: #377DFF;

    align-items: center;

    justify-content: center;

    /* width: 100%; */

    height: 10%;




}

/* .product-image-head:hover .how-we-icons {
    visibility: visible;

    bottom: 0px;

} */


.prduct_detail_ul>li {
    display: inline-block;
    /* padding: 7px; */
    font-size: 15px;

}

.prduct_detail_ul {
    /* background-color: #0060ff; */
    color: rgb(0, 0, 0);
    border-radius: 8px;
    width: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
}

.prduct_detail_li>li>a {
    color: white;

}

.prduct_detail_li>li {
    display: inline-block;
    color: white;
    font-size: 17px;
    padding: 10px;

}

.px_team_identity>a :hover {
    color: #377DFF;
}

.whatsapp_icon {
    color: #4cff31;
    font-size: 30px;

}
@media screen and (max-width:1024px){
    .prduct_detail_ul>li {
        display: inline-block;
        /* padding: 7px; */
        font-size: 12px;
    
    }
}
@media screen and (max-width:768px) {
    .prduct_detail_ul>li {
        display: inline-block;
        /* padding: 7px; */
        font-size: 12px;
    
    }
    .how-we-icons {
        transition: 500ms linear;
        visibility: hidden;
        position: absolute;
        border-radius: 8px;
        bottom: -20px;
        left: 25px;
        right: 25px;
        display: flex;
        background-color: #377DFF;
        align-items: center;
        justify-content: center;
        /* width: 100%; */
        height: 10%;
    }


    .whatsapp_btn {
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        color: #ffffff;
        padding: 11px 30px;
        font-weight: 500;
        overflow: hidden;
        border-radius: 3px;
        overflow: hidden;
        text-transform: capitalize;
        background-color: #0060ff;
        font-family: 'Montserrat', sans-serif;
        /* position: absolute; */
        /* transform: translate(-50%, -50%); */

    }

}

.whatsapp_btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding: 11px 30px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #0060ff;
    font-family: 'Montserrat', sans-serif;
}

.locker_logo {
    position: absolute;
    left: 50%;
    width: 300px;
    height: 50px;
    transform: translate(-50%, -50%);

}

/*---------BEGIN : app timeline ------------*/
.story_container {
    --color: rgba(30, 30, 30);
    --bgColor: rgba(245, 245, 245);
    min-height: 100vh;
    display: grid;
    align-content: center;
    gap: 2rem;
    padding: 2rem;
    font-family: "Poppins", sans-serif;
    color: var(--color);
    background: var(--bgColor);
}

.main_story_list_one {
    --accent-color: #41516C;
}

.main_story_list_two {
    --accent-color: #FBCA3E;
}

.main_story_list_three {
    --accent-color: #E24A68;
}

.main_story_list_four {
    --accent-color: #1B5F8C;
}

.main_story_list_five {
    --accent-color: #4CADAD;
}

h1 {
    text-align: center;
}

.story_list_head {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
}

/* line */
.story_list_head::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.story_list_head li:not(:last-child) {
    margin-bottom: var(--row-gap);
}

/* card */
.story_list_head li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}

/* date */
.story_list_head li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);

    text-align: center;
    background-color: var(--accent-color);

    color: white;
    font-size: 1.25rem;
    font-weight: 700;

    display: grid;
    place-content: center;
    position: relative;

    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.story_list_head li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;

    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}

/* circle */
.story_list_head li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;

    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.story_list_head li .story_title,
.story_list_head li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
}

.story_list_head li .story_title {
    overflow: hidden;
    font-size: 20px;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 700;
}

.story_list_head li .descr {
    position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
   margin-bottom: 40px; 
}

/* shadows */
.story_list_head li .story_title::before,
.story_list_head li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    /* background: rgba(0, 0, 0, 0.5); */
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
}

.story_list_head li .story_title::before {
    bottom: calc(100% + 0.125rem);
}

.story_list_head li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}

@media (min-width: 40rem) {
    .story_list_head {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

    .story_list_head::before {
        grid-column: 2;
    }

    .story_list_head li:nth-child(odd) {
        grid-column: 1;
    }

    .story_list_head li:nth-child(even) {
        grid-column: 3;
    }

    /* start second card */
    .story_list_head li:nth-child(2) {
        grid-row: 2/4;
    }

    .story_list_head li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }

    .story_list_head li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }

    .story_list_head li:nth-child(odd) .date {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }

}



.main_story_list {
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}


@media screen and (max-width:767px) {
    .story_list_head li .story_title {
        overflow: hidden;
        font-size: 13px !important;
        padding-block-start: 1.5rem;
        padding-block-end: 1rem;
        font-weight: 700;
    }

    /* .res_time1 {
        position: absolute;
        top: -120px;

    }

    .res_time2 {
        position: absolute;
        top: 100px;

    }

    .res_time3 {
        position: absolute;
        top: 150px;

    }

    .res_time4 {
        position: absolute;
        top: 380px;

    } */

}

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');


/* .title {
    font-size: 2em;
    color: #377DFF;
    display: block;
} */


a {
    text-decoration: none;
}

.section2,
.section3 {
    width: 90%;
    margin: 5% 0%;
    margin-left: auto;
    margin-right: auto;
}

.section2 table,
.section3 table {
    width: 100%;
}

.section2 table td,
.section3 table td {
    width: 50%;
}

.section2 table td img,
.section3 table td img {
    width: 80%;
    height: 70%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 6px 16px -6px rgba(1, 1, 1, 0.5);
}

.section3 table td img {
    float: right;
}
.mission_para1{
   
    color: #555555;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 40px;
}
.mission_para2{
   
    color: #555555;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 40px;
}

@media (max-width:768px) {
    .product-carousel {
        display: none;
    }

    .section2 table td,
    .section3 table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .section3 table td img {
        float: none;
        margin-top: 4%;
    }

    .section2 table td img,
    .section3 table td img {
        width: 100%;
        height: 60%;
    }
}

@media (max-width:300px) {

    .section2,
    .section3 {
        font-size: 12px;
    }

    .section3 table td img {
        float: none;
        margin-top: 8%;
    }

    .btn1,
    .btn2 {
        padding: 5px 10px;
    }
}

.abt_carousel_img {
    height: 100%;
    width: 100% !important;
}

.btn-12 {
    position: relative;
    right: 20px;
    bottom: 20px;
    border: none;
    box-shadow: none;
    width: 150px;
    height: 50px;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
    padding: 5px;
}

.btn-12 span {
    background: #0060ff;
    background: linear-gradient(0deg, #0060ff 0%, #0060ff 100%);
    display: block;
    position: absolute;
    width: 150px;
    height: 50px;
    padding: 5px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-12 span:nth-child(1) {
    box-shadow:
        -7px -7px 20px 0px #fff9,
        -4px -4px 5px 0px #fff9,
        7px 7px 20px 0px #0002,
        4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btn-12:hover span:nth-child(1) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.btn-12:hover span:nth-child(2) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    /* opacity: 1; */
}

button.custom-btn.btn-12 {
    background-color: white;
}

.btn-12:hover span:nth-child(2)>.whatsapp_icon {
    display: none;

}
.ihbox-style3_section {
    background-image: url(../images/mih-bg-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 100px 0px 100px 0px;
    background-color: #034192;
}
.pbmit-heading-subheading {
    margin-bottom: 30px;
    position: relative;
}
.pbmit-heading-subheading.text-global .pbmit-subtitle {
    color: #ffffff;
}
.pbmit-heading-subheading.text-white .pbmit-title, .pbmit-heading-subheading.text-white .pbmit-subtitle {
    color: #ffffff;
}
.pbmit-miconheading-style-3 {
    margin-bottom: 30px;
}
.pbmit-ihbox-style-3 {
    margin-top: 95px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-headingicon {
    text-align: center;
}
.pbmit-ihbox-style-3 .pbmit-number-wraper {
    position: relative;
}
.pbmit-miconheading-style-3:first-child .pbmit-ihbox-style-3 .pbmit-ihbox-svg {
    left: 60px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-svg {
    position: absolute;
    left: 0;
    right: 0;
    top: -65px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-box-number {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #ffffff;
}
.pbmit-ihbox-style-3 .pbmit-element-title {
    font-size: 24px;
    line-height: 28px;
    margin: 90px 0 15px 0;
    color: #ffffff;
    transition: all 0.6s ease-in-out;
}
.pbmit-ihbox-style-3 .pbmit-heading-desc {
    color: #c6ccff;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-box-number, .pbmit-ihbox-style-3 .pbmit-element-title, .pbmit-ihbox-style-3 .pbmit-heading-desc {
    transition: all 0.6s ease-in-out;
}
.ihbox-style3_section .pbmit-miconheading-style-3:nth-child(2) .pbmit-ihbox-style-3 .pbmit-ihbox-svg svg {
    width: 75px;
    height: 170px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-svg svg {
    fill: #ffffff;
    width: 170px;
    height: 170px;
    position: relative;
}.pbmit-miconheading-style-3:first-child .pbmit-ihbox-style-3 .pbmit-ihbox-svg svg {
    width: 70px;
    height: 100px;
}