@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Montserrat:wght@100&display=swap');

.nav-links::-webkit-scrollbar {
    width: 8px;
    border-radius: 50px;
}

.nav-links::-webkit-scrollbar-thumb {
    background: #1f1a8200 !important;
    border-radius: 30px;
}

.nav-links::-webkit-scrollbar-track {
    background: #1f1a8200 !important;
}

.scrl_bar {
    margin-top: 16px;
    width: 100%;
    height: 255px;
    overflow: auto;
}

.logo_top_nav {
    position: relative;
}

:root {
    --shadow-white-3: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    --gradient-box-w: linear-gradient(145deg, #e2e8ec, #ffffff);
    --gradient-red-hover: linear-gradient(145deg, #ff014f, #d11414);
}


/* .logo_top_nav::after{
    position: absolute;
    content: '';
    top: 0px;
    width: 50%;
    height: 50px;
    left: 0px;
} */


.logo_top_nav a img {
    width: 270px;
}

.tab_btns_add {
    display: none;
}

.marquee_top {
    background-image: linear-gradient(135deg, #122d6459 0, #0f2a649a 100%), url(../images/cord_bg.jpg);
    /* background-color: #1f1a8100; */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    background-position: center;
    border-radius: 0px 25px 25px 0px;
    position: relative;
}

.logo_top_nv {
    position: relative;
}

.logo_top_nv::before {
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: #ffffff;
    height: 26px;
    width: 16px;
    content: '';
    z-index: 1;
    clip-path: polygon(100% 0, 25% 49%, 100% 100%, 0 100%, 0 0);
}

.section_A {
    background: #ffffff;
    height: 110px;
    padding-bottom: 2px;
    position: relative;
}

.section_A::before {
    /* position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 40%;
    height: 110px;
    background-color: #fff; */
}

.nav_style_img {
    position: absolute;
    top: 0px;
    width: 84px;
    left: 40%;
}

.Top-email_row {
    display: flex;
    justify-content: space-between;
}

.logo_top_nv {
    margin: 0 auto;
    justify-content: end;
    display: flex;
}

.logo_top_nv a i {
    font-size: 20px;
    color: rgb(1 148 217);
    margin: 0px 10px;
}

.logo_top_nv a i:hover {
    color: rgb(31 26 130);
}

.email_bar {
    margin-top: 6px;
}

.email_bar span a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.top_email {
    margin-left: 5px;
}

.email_bar img {
    width: 8px;
    margin-right: 5px;
    border-radius: 50px;
    border: 1px solid;
    margin-top: -2px;
}

.email_bar ul {
    display: flex;
    margin: 8px -12px 0px 0px;
    padding: 0px;
}

.email_bar ul li {
    list-style-type: none;
    position: relative;
}

.email_bar ul li::before {
    position: absolute;
    top: 17px;
    left: 9px;
    background-color: #0e97e6;
    height: 7px;
    width: 7px;
    content: '';
    border-radius: 50px;
}

.email_bar ul li:hover::before {
    background-color: #00a64d;
}

.email_bar ul li::after {
    position: absolute;
    top: 10px;
    right: 0px;
    background-color: rgb(255, 255, 255);
    height: 50%;
    width: 1px;
    content: '';
}

.nv_top_li_right::after {
    display: none !important;
}

.email_bar ul li a {
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 0px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #0e97e6;
}

.email_bar ul li a:hover {
    color: #00a64d;
}

.email_bar ul li a:hover::before {
    color: #00a64d !important;
    ;
}



/* banner sections  https://www.bestjquery.com/codelab/ */
.banner-sec {
    background-image: url(https://codeminifier.com/job-stock-5.4.1/job-stock/assets/img/slider-1.jpg);
    /* background-position: center; */
    background-size: cover;
    width: 100%;
    height: 500px;
    position: relative;
}

.svc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.svc h2 {
    color: #c4970f;
}

.svc h2 span {
    display: flex;
    font-size: 44px;
    color: #f8f9fa;
    font-weight: 900;
    border-top: 1px solid #eee;
    padding: 6px 12px;
    background-image: linear-gradient(45deg, #05041d, #0d4179);
}

.section3 {
    margin-top: -30px;
}

/* about_us section satert */
.about_us_hm {
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(104deg, #ffffffad, #ffffffeb), url(../images/abt-back4.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
}

.abt_mh_left {
    position: relative;
}

.abt_mh_left::after {
    position: absolute;
    top: 14px;
    left: 12px;
    background-color: #0d4179;
    width: 90%;
    z-index: 0;
    height: 99%;
    content: '';
    border-radius: 5px 5px 5px 2px;
}

.abt_mh_left img {
    width: 90%;
    position: relative;
    z-index: 99;
    object-fit: cover;
    border-radius: 0px 5px 5px 0px;
    height: 400px;

}

.abt_mh_right p {
    color: #000 !important;

}

.abt_mh_right h4 {
    font-size: 15px !important;
    line-height: 22px !important;
    color: #000 !important;
}

.abt_mh_right h5 {
    font-size: 19px;
    color: #00a64d;
    font-weight: 600;
    margin: 15px 0px 5px 0px;
}


.abt_mh_right h2 {
    font-size: 33px;
    margin: 0px;
    color: #1f1a82;
    font-weight: 900;
    font-family: Cinzel, serif;
}

.abt_mh_right h2 span {
    font-size: 35px;
}


.abt_mh_right h2 span {
    display: flex;
    font-family: Cinzel, serif;
    font-weight: 900;
}

.abt_mh_right p {
    margin: 0px 0px 12px 0px;
    color: #afafaf;
    line-height: 25px;
}

.abt_mh_right h4 {
    font-size: 14px;
    font-weight: 300;
    margin: 11px 0px 0px 0px;
    color: #737373;
    display: flex;

}

.abt_mh_right h4 i {
    margin: 3px 5px 0px 0px;
    color: #00aaff;
    font-size: 16px;
}

.abt_mh_right h6 {
    margin: 20px 0px 0px 15px;
}

.abt_mh_right h6 .abt_button_hm {
    font-size: 13px;
    background-color: #0d4179;
    color: #fff;
    text-decoration: none;
    padding: 4px 15px;
    border-radius: 21px;
    border: 1px solid #ffff;
    transition: 0.5s ease;
}


h6 .abt_button_hm:hover {
    background-color: #fff;
    color: #0d4179;
    text-decoration: none;
    border: 1px solid #0d4179;
}

.wtch-abt-video {
    width: 200px;
    background: #000;
    color: #fff;
    height: 50px;
}

/* technology */
.tech-all-cards-sec {
    padding-top: 25px;

}

.tech-video-sec {
    position: absolute;
    width: 100%;
}

.tech-video-sec video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.tech-video-sec::after {
    position: absolute;
    content: '';
    background: #050f27a8;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
}

.technology {
    position: relative;
    overflow: hidden;
    background-image: url(../images/card-bg-vido.mp4);
    background-repeat: repeat;
    background-attachment: fixed;
    margin-top: 0;
    padding: 0px 0px 60px 0px;
    background-size: cover;
    background-position: center;

}

.tech_heading h5 {
    font-size: 19px;
    color: #00a64d;
    font-weight: 600;
    margin: 15px 0px 5px 0px;
}

.tech_heading h3 {
    color: #fff;
    font-size: 40px;
    margin: 10px 0px 35px 0px;
    font-family: Cinzel, serif;
}



.technilogy_bxs {
    color: #fff;
    border: 1px solid #ffffff47;
    padding: 20px 30px;
    background: #425a8f82
}

.tech_icon_hd {
    display: flex;
    text-align: center;
    align-items: center;
}

.tech_icon_hd img {
    width: 70px;
    background: #0d4179;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}


.tech_icon_hd h4 {
    font-family: Cinzel, serif;
}

/* technology end */


/* products sections  */
.products_sections {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(135deg, #122d6400 0, #0f2a6400 100%), url(../images/pngs/row-bg-nine.jpg);
    /*background-color: #1f1a81;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px 50px 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}

.product_row {
    padding: 0px;
}

.products_sections::before {
    position: absolute;
    top: 55px;
    left: -2px;
    background-color: #0d4179;
    height: 100px;
    width: 60%;
    content: '';
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 0;
    background-image: linear-gradient(135deg, #122d64ed 0, #0f2a64eb 100%), url(../images/pngs/row-patternbg-img.png);
    background-color: #1f1a81;
    background-repeat: repeat;
    background-attachment: fixed;
}


.products_sections::after {
    position: absolute;
    top: 80px;
    right: -2px;
    background-color: #dff1fa;
    height: 100px;
    width: 47%;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    content: '';
    z-index: -1;
    border-top: 1px solid #eee;
}

.cords_row {
    margin-top: 30px;
}





.products_heading h4 {
    font-size: 19px;
    color: #00a64d;
    font-weight: 600;
    margin: 15px 0px 5px 0px;
}

.products_heading h3 {
    color: #ffffff;
    font-size: 35px;
    margin: 10px 0px 35px 0px;
    font-weight: bold;
    font-family: Cinzel, serif;

}

.products_right_hd p {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: 100px;
}


.product_box {
    margin: 0px 10px;
    background-color: #fff0;
    transition: 0.5s ease;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 2px solid #002e5bdb;
    box-shadow: rgb(255 255 255 / 12%) 0px 1px 3px, rgb(255 255 255 / 24%) 0px 1px 2px;
}

.product_box:hover::before {
    background-color: #fff;
}

.prd_text_box {
    padding: 0px 10px 15px 10px;
    position: relative;

}

/* .product_box:hover .prd_text_box{
    background-repeat: repeat;
    background-position: bottom;
    background-size: cover;
} */


.slick-prev:before,
.slick-next:before {
    color: #1f1a82 !important;
}


.product_box img {
    width: 100%;
    z-index: 8;
    height: 200px;
    position: relative;
}

.product_box h3 {
    margin: 0px 0px;
}

.product_box h3 span {
    font-size: 20px;
    color: #1f1a81;
}

.product_box:hover h3 span {
    color: #fff;
}

.product_box p {
    margin-bottom: 7px;
    font-size: 14px;
    height: 85px;
    text-transform: uppercase;

}

.product_box:hover p {
    color: #fff;
}

.product_box a {
    font-size: 13px;
    background-color: #0d4179;
    color: #fff;
    text-decoration: none;
    padding: 4px 15px;
    border-radius: 21px;
    border: 1px solid #ffff;
    transition: 0.5s ease;
}

.product_box:hover a {
    background-color: #fff;
    color: #0d4179;
    border: 1px solid #0d4179;
    ;
    text-decoration: none;
}


.products_btn_hm {
    margin: 21px auto 0px;
    padding: 15px 0px 0px 0px;
    JUSTIFY-CONTENT: CENTER;
    display: flex;
}

.products_btn_hm a {
    font-size: 16px;
    background-color: #0d4179;
    color: #fff;
    text-decoration: none;
    padding: 4px 15px;
    border-radius: 21px;
    border: 1px solid #ffff;
    transition: 0.5s ease;
}

.products_btn_hm a:hover {
    background-color: #fff;
    text-decoration: none;
    border: 1px solid #0d4179;
    color: #0d4179;
}

/* about video  */
.abt-play-btn-sec {
    width: 90px;
    height: 90px;
    background: #1f1a82;
    border: 1.5px solid #fff;
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
}

.abt-play-btn-sec img {
    width: 100%;
    height: 100%;
    padding-left: 5px;

}

.abt-play-btn-sec i {
    font-size: 40px;
    color: #fff;
    margin-left: 10px;
    margin-top: 0px;
}

.videoplayersec2 {
    position: fixed;
    top: 0%;
    height: 100%;
    width: 100%;
    background: #000000e6;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
}

.videoplayersec2.active {
    visibility: visible;
    opacity: 1;
    display: flex;
}

.videoplayersec2 p {
    position: absolute;
    top: 3%;
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 25px;
    right: -5%;

}

.video-item2 {
    height: 90%;
    width: 80%;
    display: flex;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}




/* about video end */

/* Video section */
.video-main-sec {
    height: 230px;
    background: rgb(31 26 130);
    width: 100%;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-bottom: 40px;
}

.video-inner-main-sec {
    height: 100%;
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
}

.video-heading-sec {
    height: 100%;
    margin-left: 68px;
    width: 45%;
    padding-top: 50px;
}

.video-heading-sec h2 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-family: Cinzel, serif;

}

.video-thum-sec {
    height: 100%;
    width: 50%;
}

.video-thum-sec img {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 100px;
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}

.wtch-video-btn-sec {
    border-radius: 30px;
    width: 140px;
    padding: 5px 15px;
    position: relative;
    transition: 0.5s ease;

}

.wtch-video-btn-sec::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    left: 0%;
    top: 0%;
    background: rgb(2 163 86);
    border-radius: 60px;
    transition: 0.5s ease;

}

.wtch-video-btn-sec h6 {
    color: #fff;
    font-weight: 600;
    margin-top: 12px;
    position: relative;
    z-index: 9;
}

.wtch-video-btn-sec a {
    text-decoration: none;
    color: #fff;
}

.wtch-video-btn-sec:hover::after {
    width: 100%;
    transition: 0.5s ease;
}

.wtch-video-btn-sec:hover a {
    text-decoration: none;
    color: #fff;
}

.videoplayersec {
    position: fixed;
    top: 0%;
    height: 100%;
    width: 100%;
    background: #000000e6;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
}

.videoplayersec.active {
    visibility: visible;
    opacity: 1;
    display: flex;
}

.videoplayersec p {
    position: absolute;
    top: 3%;
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 25px;
    right: -5%;

}

.video-item {
    height: 90%;
    width: 80%;
    display: flex;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}



/* sup inner products updated  start*/

.genfo_sub_products {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}
.genfo_sub_products_lines{
    position: relative;
}


.products_thrd_line{
    width: 76%;
    height: 1px;
    background-color: #d8d8d8d1;
    margin: 0 auto;
    margin-top: -22px;
}






.genfo_sub_products_heading h3 {
    margin: 25px 0px;
}

.genfo_sub_products_heading h3 span {
    font-size: 35px;
    position: relative;
    margin: 0px;
    color: #1f1a82;
    font-weight: 900;
    font-family: Cinzel, serif;
    padding-bottom: 0px;
    border-bottom: 1px solid #1f1a82;
}

.genfo_sub_product_box {
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.genfo_sub_products img {
    width: 90%;
    height: 240px;
    background-color: #fff;
}





.sub_product_box_abimg_1 {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: -1;
    width: 160px !important;
    height: 180px !important;
    transform: rotate(180deg);
}

.sub_product_box_abimg_2 {
    position: absolute;
    bottom: 0px;
    display: none;
    right: 0px;
    z-index: -1;
    width: 105px !important;
    height: 160px !important;
}



.genfo_sub_product_box h3 {
    font-size: 25px;
    margin: 0px;
    color: #1f1a82;

    font-weight: 900;
    font-family: Cinzel, serif;
    padding: 3px 0px 5px 0px;
}

.genfo_sub_product_box p {
    margin-bottom: 3px;
}

.genfo_sub_product_box p span {
    color: #000;
    font-weight: 600;
}

.genfo_sub_product_box p b {
    color: #000;
    font-weight: 500;
}


.genfo_sub_product_box_content {
    height: 180px;
    display: none !important;
}

@media (max-width: 1200px) {
    .genfo_sub_product_box_content {
        height: 240px;
    }
}

@media (max-width: 991px) {
    .genfo_sub_product_box_content {
        height: 180px;
    }
}


@media (max-width: 768px) {
    .genfo_sub_product_box_content {
        height: auto;
        padding-bottom: 35px;
    }
}

@media (max-width: 500px) {
    .genfo_sub_product_box_content {
        padding-bottom: 40px;
    }

    .genfo_sub_products {
        padding: 2px 0px;
    }


}


/* sup inner products updated  end*/


/* services section */
.services_section {
    overflow: hidden;
    background-image: linear-gradient(135deg, #122d6400 0, #0f2a6400 100%), url(../images/pngs/row-bg-nine.jpg);
    /*background-color: #1f1a81;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px 0px 50px 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}

.serv_left_para {
    position: relative;
    background: #fff;
    padding: 15px 0px 15px 23px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.serv_left_para::after {
    position: absolute;
    top: 12px;
    left: -4px;
    background-color: #0e97e6;
    height: 20px;
    width: 8px;
    content: '';
    clip-path: polygon(0 16%, 100% 0, 100% 86%, 0% 100%);
}


.serv_left_para::before {
    position: absolute;
    top: 33px;
    left: -4px;
    background-color: #0e97e6;
    height: 5px;
    width: 8px;
    content: '';
    clip-path: polygon(0 55%, 100% 0, 100% 55%, 0% 100%);
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    margin-bottom: 4px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
    /* clip-path: polygon(50% 0%, 0% 100%, 100% 100%); */
}

.carousel-indicators {
    bottom: 15px !important;
}

.services_section .carousel-control-next {
    position: absolute;
    top: -55px;
}

.services_section .carousel-control-prev {
    position: absolute;
    top: -55px;
}

.serv_left {}

.serv_left h2 {
    font-size: 19px;
    color: #00a64d;
    font-weight: 600;
    margin: 15px 0px 5px 0px;
}

.serv_left h3 {
    color: #1e197f;
    font-family: Cinzel, serif;
    font-weight: 800;
    font-size: 35px;
}


.serv_left p {
    font-size: 14px;
    margin-top: 12px;
    color: rgb(0, 0, 0);
}

.technilogy_bxs p {
    font-size: 14px;
}

.technilogy_bxs .abt_button_hm {
    font-size: 13px;
    background-color: #ffffff;
    color: #0d4179;
    text-decoration: none;
    padding: 4px 15px;
    border-radius: 21px;
    border: 1px solid #0d4179;

    transition: 0.5s ease;
}

.technilogy_bxs .abt_button_hm:hover {
    border: 1px solid #ffff;
    background-color: #0d4179;
    color: #fff;
}




.carousel-caption {
    position: relative !important;
    background-color: #0d1f45;
    left: 0px !important;
    right: 0px !important;
}

.serv_sliderpic {
    height: 300px !important;
    width: 100%;
    /* object-fit: cover; */
}


.prd_text_box h6 span img {
    width: 24px;
    height: 24px;
    margin: -4px 0px 0px -4px;
}


/* counter */
.counter_sections {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(135deg, #122d64ed 0, #0f2a64eb 100%), url(../images/pngs/row-patternbg-img.png);
    background-color: #1f1a81;
    background-repeat: repeat;
    background-attachment: fixed;
    margin-top: 0;
    padding: 60px 0px 50px 0px;
}

.counter_tb {
    position: relative;
    text-align: center;
}

.counter_tb::after {
    position: absolute;
    top: 0px;
    right: -9px;
    background-color: rgb(192, 192, 192);
    height: 100%;
    width: 2px;
    content: '';
}

.counter_box_fth::after {
    background-color: rgba(192, 192, 192, 0) !important;
    height: 0% !important;
    width: 0px !important;
}


.counter_box h4 {
    color: #ffffff;
    font-size: 40px;
}

.counter_box p {
    color: #fff;
    font-family: Cinzel, serif;
    font-weight: 600;
}

.counter_box .couterplicon i {
    font-size: 20px;
    margin: 14px 0px 0px 8px;
    color: #fff;
}

.couterplicon {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


/* counter end  */





/* get_in_touch_hm */
.get_in_touch_hm {
    padding: 50px 0px 50px 0px;
}

.get_in_tuch_left {
    height: 100%;
}

.get_in_tuch_left img {
    width: 100%;
    height: 100%;
}

.get_in_hm_heading h3 {
    color: #ffffff;
    font-size: 30px;
    margin: 12px 0px 10px 0px;
    font-family: Cinzel, serif;
    font-weight: 900;
}


label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #fff;
}

.from-control_home {
    width: 100%;
    background: none;
    margin-bottom: 6px;
    padding: 5px 0;
    background: none;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    outline: none !important;
    padding-left: 5px;
}

.contact-form_home_text {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
    outline: none;
    height: 80px;
    margin-bottom: 15px;
    color: #fff;
    padding: 0px 3px;
}


.contact-form_home_btn {
    font-size: 13px;
    background-color: #ffffff;
    color: #1f1a81;
    text-decoration: none;
    padding: 4px 15px;
    border-radius: 21px;
    border: 1px solid rgb(250, 250, 250);
    transition: 0.5s ease;
}

.contact-form_home_btn:hover {
    background-color: #1f1a81;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
}

.getinhm_col {
    padding: 0px !important;
    margin: 0px;
}

.get_home_left {
    padding: 23.5px 25px;
    /* background-color: #1f1a81; */


    background: #000;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.792) 0, #000000ce 100%), url(../images/pngs/row-patternbg-img.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-size: cover; */
    background-repeat: repeat;
    /* background-position: center; */
}

/*  Our clients  */
.our_clients {
    padding: 40px 0px;
}

.slick_clients_boxs img {
    width: 90%;
    padding: 12px;
    margin: 0 auto;
    border: 1px solid #eee;
    border-radius: 3px;
}

/* our cliens end  */
/* visit_our_genfo */
.visit_our_genfo {
    position: relative;
    z-index: 9;
    margin-bottom: -85px;
}

.visit_our_box_left {
    position: relative;
}

.visit_our_box_left::after {
    position: absolute;
    top: 0px;
    right: -8px;
    background-color: rgb(192, 192, 192);
    height: 100%;
    width: 1px;
    content: '';
}

.visit_our_box_left h3 {
    color: #1e197f;
    font-family: Cinzel, serif;
    font-weight: 900;
    margin: 0px;
}

.visit_our_box_left_email {
    margin-top: 0px;
    list-style-type: none !important;
    color: #46564c !important;
}

.footer_mail_respnsv {
    display: none;
}

@media (max-width:991px) {
    .footer_mail_respnsv {
        display: block;
    }

    .foot_address ul li {
        margin-top: 5px;
        line-height: 28px;
    }

}



@media (max-width: 450px) {
    .abt-play-btn-sec i {
        font-size: 27px;
        color: #fff;
        margin-left: 5px;
    }

    .abt-play-btn-sec {
        width: 60px;
        height: 60px;
        left: 50%;
    }
}

@media (max-width: 350px) {
    .footer_mail_respnsv {
        font-size: 13px;
    }

}

/* visit_our_genfo end */

/* footer  */
.footer_secion {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    padding: 90px 0px 0px 0px;
    background-attachment: fixed;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-image: url(../images/footer-bgimage.png);
}

.foot_left {
    margin-top: 20px;
    position: relative;
}

.foot_left::after {
    position: absolute;
    top: 0px;
    right: -9px;
    background-color: rgb(192, 192, 192);
    height: 100%;
    width: 1px;
    content: '';
}

.foot_left img {
    width: 80%;
    margin-bottom: 10px;
    padding: 0px;

    border-radius: 0px;
}

.foot_left p {
    color: #606060;
    line-height: 27px;
    margin-top: 8px;
    padding-bottom: 30px;

}

@media (max-width:991px) {
    .foot_left p {
        line-height: 25px;
    }
}



.foot_links {
    position: relative;
}

.foot_links::after {
    position: absolute;
    top: 0px;
    right: -8px;
    background-color: rgb(192, 192, 192);
    height: 92%;
    width: 1px;
    content: '';
}

.foot_links h3 {
    margin: 15px 0px 15px 0px;
}

.foot_links h3 span {
    border-bottom: 1px solid #05041d;
    color: #1f1a81;
    font-weight: 300;
    font-size: 25px;
}

.foot_links_uls {
    display: flex;
}

.foot_links ul li {
    list-style-type: none;
    margin-bottom: 15px;
}

.foot_links ul li a {
    color: #05041d;
    font-weight: 600;
    text-decoration: none;
    transition: 0.5s ease;
    font-family: Cinzel, serif;
}

.foot_links ul li a:hover {
    color: #00a64d;
}


.foot_links ul li a img {
    width: 20px;
    margin-right: 8px;
    transition: 0.5s ease;
}

.foot_links ul li a:hover img {
    margin-right: 0px;
    margin-left: 8px;
}



.foot_links_ul_one {
    margin-right: 60px;
}

.footer_right_top_bar {
    height: 3px;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}

.foot_address h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.foot_address h3 span {
    border-bottom: 1px solid #05041d;
    color: #1f1a81;
    font-weight: 300;
    font-size: 25px;

}

.foot_address ul li {
    list-style-type: none;
    color: #05041d;
    margin-top: 12px;
    line-height: 30px;
}

.foot_address ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 15px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    color: #fff;
    background: #2f5fb7;
    transition: 0.5s ease;
    box-shadow: 0 8px 5px 0 #0000007d;
}

.footer-section a {
    color: #ffffffa3 !important;
}


.footer-social-icon i:hover {
    box-shadow: 0px -5px 5px 0px #000;
}














/* right section */

.footer_right {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #eaeaea45;
    background-color: rgba(255, 255, 255, 0);

}

.footerbottom1 h5 {
    font-size: 14px;
    margin-top: 12px;
    color: #05041d;
}

.footerbottom2 {
    float: right !important;
}

.footerbottom2 h4 {
    font-size: 14px;
    color: rgb(0, 0, 0);
    margin-top: 12px;
}

.footerbottom2 h4 span a img {
    /* height: 20px; */
    width: 80px;
}

.icons_top_nav {
    display: flex;
}

.blk_icons_open {
    display: none;
}



.brochure_top {
    height: 25px;
    margin-top: 8px;
    padding: 0px 2px;
}

.brochure_top {
    background-color: #002e5b;
    color: #fff;
    border-radius: 50px;
    /* border: 1px solid #fff; */
}

.brochure_top a {
    padding: 0px 10px !important;
    color: #fff !important;
}

.brochure_top::before {
    display: none !important;
}


/* respny */
@media (max-width: 2500px) {
    .products_sections::before {
        z-index: -1;
    }
}

@media (max-width: 1500px) {
    .products_right_hd p {
        margin-left: 115px;
    }

    .products_sections::before {
        z-index: 0;
    }

}

@media (max-width: 1200px) {
    .footer-social-icon a {
        margin-right: 5px;
    }

    .products_heading h3 {
        color: #ffffff;
        font-size: 30px;
    }

    .nav-links li a {
        font-size: 14px !important;
        padding: 5px 15px !important;
        border-radius: 5px;
    }

    .nav-links .mobile-item {
        /* font-size: 14px !important; */
        /* padding: 4px 5px !important;
        border-radius: 5px; */
    }

    .foot_links_ul_one {
        margin-right: 35px !important;
    }

    .foot_links ul li a {
        font-size: 14px;
    }

    .get_in_tuch_left img {
        width: 100%;
        height: 430px;
    }

}

@media (max-width: 1100px) {

    .foot_links_ul_one {
        margin-right: 13px !important;
    }

    .footer-social-icon a {
        font-size: 15px;
        margin-right: 5px;
    }

    .products_right_hd p {
        margin-top: 39px;
        margin-bottom: 0px;
        margin-left: 140px;
        font-size: 14px;
    }

    .products_heading h3 {
        /* color: #1f1a82; */
        font-size: 25px;
        margin: 10px 0px 0px 0px;
    }

    .products_right_hd p {
        margin-top: 45px;
        margin-bottom: 0px;
        margin-left: 78px;
        font-size: 14px;
        text-align: center;
    }

    .cords_row {
        margin-top: 90px;
    }
}

@media (max-width: 992px) {
    .get_in_tuch_left img {
        width: 100%;
        height: auto;
    }

    .products_right_hd p {
        margin-top: 5px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .cords_row {
        margin-top: 20px;
    }

    .products_heading h3 {
        color: #1f1a82;
    }

    .nav_bar_mn::before {
        display: none !important;
    }

    .nav-links li a {
        font-size: 14px !important;
        padding: 0px 5px !important;
        border-radius: 5px;
    }
}

@media (max-width: 991px) {

    /* tcehnology sec */
    .tech-video-sec {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .tech-video-sec::after {
        background: #050f27d1;
    }

    /* tech end */
    .products_sections {
        padding: 20px 0px;
    }

    .blk_icons_open {
        display: block;
    }

    .footer_secion {
        padding: 0px;
    }

    .footer_right {
        margin-top: 20px;
    }

    .visit_our_genfo {
        display: none;
    }

    .foot_left img {
        width: 98%;
    }

    .foot_left {
        display: flex;
    }

    .foot_left p {
        font-size: 14px;
        width: 470px;
    }

    .foot_links_ul_one {
        margin-right: 10px;
    }

    .foot_links ul li a {
        font-size: 13px;
    }

    .foot_left::after {
        display: none;
    }

    .foot_links::after {
        display: none;
    }

    .counter_box_fth_two::after {
        background-color: rgba(192, 192, 192, 0) !important;
        height: 0% !important;
        width: 0px !important;
    }

    .products_sections::after {
        display: none;
    }

    .products_sections::before {
        display: none;
    }

    .products_heading {
        text-align: center;
    }

    .technilogy_bxs {
        color: #fff;
        border: 1px solid #ffffff47;
        padding: 15px;
        margin-bottom: 12px;
    }

    .logo_top_nav {
        display: none;
    }

    .icons_top_nav {
        margin-left: 157px;
    }

    .marquee_top {
        border-radius: 4px;
        margin-bottom: 2px;
        margin-left: -15px;
    }

    .logo_top_nv::before {
        display: none;
    }

    .nav_bar_mn::before {
        display: none;
    }

    .logo img {
        width: 217px !important;
        display: block !important;
        border-radius: 2px;
    }

    .section_A {
        height: auto;
        padding-bottom: 0px;
    }

    .header_area {
        margin-top: 1px;
    }

    .header_area {
        background-color: #1f1a82 !important;
        margin-top: 0px !important;
    }

    .nav_bar_mn {
        background-color: #1f1a8200 !important;
    }

    .section3 {
        margin-top: 0px;
    }

    .email_bar ul {
        display: none;
    }

    .footerbottom1 h5 {
        text-align: center;
    }

    .footerbottom2 {
        float: none !important;
        text-align: center;
    }

    .footerbottom2 h4 {
        margin-top: -2px;
    }

    .footerbottom2 span a {
        color: #427ab9;
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    .foot_left img {
        width: 60%;
    }

    .video-item {
        height: 42% !important;
    }

    .video-item2 {
        height: 45% !important;
    }

    .foot_left {
        display: block;
    }

    .foot_left p {
        font-size: 14px;
        width: auto;
    }

    .innerabthed {
        bottom: -7%;
        right: -14%;
    }

    .manufacturing_sec_top h2 {
        font-size: 19px !important;
    }

    .counter_box .couterplicon i {
        font-size: 16px;
        margin: 10px 0px 0px 8px;
    }

    .abt_mh_left img {
        width: 100%;
    }

    .abt_mh_left img {
        width: 100%;
        height: auto;
    }

    .abt_mh_left::after {
        display: none;
    }

    .counter_tb::after {
        display: none !important;
    }

    .about_us_hm {
        padding: 20px 0px;
    }

    .counter_box h4 {
        font-size: 30px;
    }

    .abt_mh_right h2 {
        font-size: 26px;
    }

    .abt_mh_right h2 span {
        font-size: 28px;
    }

    .tech_icon_hd img {
        width: 45px;
    }

    .tech_icon_hd h4 {
        font-size: 20px;
    }

    .technology {
        padding: 15px 0px;
    }

    .tech_heading h3 {
        font-size: 25px;
        margin: 10px 0px 20px 0px;
    }

    .abt_mh_right p {
        margin: 0px 0px 3px 0px;
    }

    .top_email {
        display: none;
    }

    .svc h2 {
        font-size: 15px;
    }

    .svc h2 span {
        font-size: 14px;
    }

    .banner-sec {
        height: 270px;
    }

    .logo img {
        width: 150px !important;
    }

    .counter_sections {
        padding: 40px 0px;
    }
}


@media (max-width: 600px) {
    .section3 .carousel-indicators {
        display: none !important;
    }

    .services_section {
        padding: 0px 0px 10px 0px;
    }

    .slick-next {
        right: -13px !important;
    }

    .slick-prev {
        left: -13px !important;
    }

    .foot_links_ul_one {
        margin-right: 30px;
    }

    .marquee_top {
        border-radius: 4px;
        margin-bottom: 2px;
        margin-left: 0px !important;
    }

    .icons_top_nav {
        margin-left: 20px !important;
    }

    .products_sections {
        padding: 5px 0px 5px 0px !important;
    }

    .serv_left h3 {
        margin-top: 30px;
        margin-bottom: -9px;
        font-size: 24px;
    }

    .serv_sliderpic {
        height: 160px !important;
    }

}

@media (max-width: 470px) {
    /*    .icons_top_nav {*/
    /*    margin-left: 20px !important;*/
    /*}*/
}

@media (max-width: 500px) {

    .products_heading h3 {
        font-size: 18px;
    }


    .icons_top_nav {
        margin-left: 40px;
    }

    .abt_mh_right h2 {
        font-size: 18px;
    }

    .abt_mh_right h2 span {
        font-size: 22px;
    }

    .abt_mh_right h6 {
        margin: 15px 0px 0px 15px;
    }

}

@media (max-width: 600px) {
    .post-ser {
        border: 2px solid #000;
        margin: 10px 0px;
        height: auto !important;
    }

    .clear1 {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .heading_sub_quality_mgmt {
        margin-left: 0px !important;
    }
}

@media (max-width: 425px) {
    .post-ser {
        border: 2px solid #000;
        margin: 10px 0px;
        height: auto !important;
    }

    .bwm {
        margin-left: -12px;
    }

    .wrapper .nav-links {
        width: 80% !important;
    }

    .foot_links_uls {
        display: block;
    }

    .foot_links_ul_one {
        margin-right: 0px;
    }

    .icons_top_nav {
        margin-left: 10px;
    }

    .logo_top_nv a i {
        font-size: 17px;
        margin: 0px 6px;
    }

}

@media (max-width: 320px) {}

.fa-youtube {
    display: none !important;
}

/* priyanka css starts */
.inne_page_quality_mngmt .heading {
    height: 100%;
    display: flex;
    align-items: center;
}

.innerabout {
    margin-top: -40px;
    position: relative;
}

/* .innerabout {
    background-image: url(../images/banners/banner_genfo3.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 300px;
} */
.innerabout img {
    width: 100%;
    height: 350px;
}

.innerabthed {
    position: absolute;
    bottom: 15px;
    right: 4%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.innerabthed h4 {
    background-color: #ffffffcf;
    padding: 8px 16px;
    border: 1px #1f1a82 dashed;
    color: #1f1a81;
    font-size: 20px;
    border-radius: 20px 0px 0px 0px;
}

/* :root {
    --primary-font: "Lato", sans-serif;
    --secondary-font: "Playfair Display", serif;
    --body-bg: #f4f4f1;
    --selection-bg: #fffaa3;
    --grey: #6a6a6a;
    --dark-grey: #444;
    --dark: #171717;
  } */

/* * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  *::selection {
    background-color: var(--selection-bg);
  } */

/* body {
    background-color: var(--body-bg);
    color: var(--dark-grey);
    font-family: var(--primary-font);
    letter-spacing: 0.03125rem;
    margin-top: 30px;
  } */

ol {
    list-style-type: none;
}

ol li {
    display: inline-block;
}

img,
svg {
    width: 100%;
    vertical-align: top;
}

/* :: card :: */
.cards__container {
    display: grid;
    grid-template-columns: 1fr;
    margin: 1.875rem auto;
    max-width: 53.125rem;
    width: 95%;
    gap: 3.75rem;
}

.card {
    display: grid;
    grid-template-columns: 1fr;
}

.card__thumb {
    overflow: hidden;
    background-color: var(--grey);
    border-radius: 50px 0px 0px 50px;
}

.card__thumb img {
    transition: all 0.3s ease;
    height: 315px;
}

.card__thumb:hover img {
    transform: scale(1.1);
}

.card__content {
    background-color: #1f1a82;
    padding: 2.1875rem 0.9375rem 3.4375rem;
    position: relative;
    text-align: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;

}

.card__title {
    color: #fff;
    /* font-family: var(--secondary-font); */
    font-size: 2.1875rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
    font-family: Cinzel, serif;
    font-weight: 900;
}

.card__text {
    line-height: 1.7;
    color: #fff;
}

.card__btn {
    background: var(--dark-grey);
    border: none;
    bottom: -1.25rem;
    left: 50%;
    padding: 0.625rem;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.card__btn:hover,
.card__btn:focus {
    background-color: var(--grey);
}

.card__btn img {
    width: 1.25rem;
}

/* :: mediaqueries :: */
@media (min-width: 37.5rem) {
    .card {
        grid-template-columns: auto minmax(6.25rem, 25rem) auto;
        grid-template-rows: repeat(4, auto);
    }

    .card__thumb {
        width: 100%;
        max-width: 34.375rem;
        justify-self: center;
        grid-area: 1/1/-2/-1;
    }

    .card__content {
        grid-area: 3/2/-1/-2;
        padding: 2.8125rem 2.8125rem 3.4375rem;
    }
}

@media (min-width: 56.25rem) {
    .card {
        grid-template-columns: auto 4.375rem minmax(6.25rem, 25rem);
        grid-template-rows: repeat(3, auto);
    }

    .card:nth-child(even) {
        grid-template-columns: minmax(6.25rem, 25rem) 4.375rem auto;
    }

    .card__thumb {
        grid-area: 1/1/-1/3;
    }

    .card:nth-child(even) .card__thumb {
        grid-area: 1/2/-1/-1;
    }

    .card__content {
        grid-area: 2/2/-2/-1;
        text-align: left;
    }

    .card:nth-child(even) .card__content {
        text-align: left;
        grid-area: 2/1/-2/3;
    }
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: grid !important;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #000000f7 !important;
    border-radius: 50px 0px 0px 50px !important;
}

/* webinar page css starts */
.blog-item {
    /* position: relative; */
    overflow: hidden;
    background-image: linear-gradient(135deg, #122d6400 0, #0f2a6400 100%), url(../images/pngs/row-bg-nine.jpg);
    /* background-color: #1f1a81; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    /* padding: 50px 0px 50px 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1; */
}

.blog-item img {
    display: block;
}

.blog-item a {
    display: flex;
    padding: 50px;
    overflow: hidden;
    align-items: center;
    max-width: 1000px;
    margin: auto;
    color: #333 !important;
    /* font-family: 'Lato', sans-serif; */
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 50px;
    text-decoration: none !important;
    /* -webkit-transition: all .3s ease;
      transition: all .3s ease; */
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}

/* .blog-item a:hover {
      box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
  } */

.blog-item .icon {
    width: 100%;
    object-fit: cover;
    margin-right: 50px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgba(0, 0, 0, 0.4);
}

.blog-item .icon1 {
    width: 100%;
    object-fit: cover;
    /* margin-right: 50px; */
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgba(0, 0, 0, 0.4);
}


.blog-item .content {
    width: auto;
}

.blog-item .content .title {
    font-size: 21px;
    text-transform: capitalize;
    color: #1f1a82;
    font-weight: 900;
    font-family: Cinzel, serif;
}



.blog-item .content .title .blog-date {
    font-size: 12px;
    margin-left: 20px;
    color: #333;
    /* font-family: 'Lato', sans-serif; */
}

.blog-item .content .title .blog-date:before {
    content: '/';
    color: #2bb673;
    font-size: 25px;
    top: auto;
    position: relative;
    margin-right: 10px;
}

.blog-item .content .rounded {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-item .item-arrow {
    height: 20px;
    width: 15%;
    position: relative;
    text-align: center;
    font-size: 35px;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-item a:hover>.item-arrow {
    /*padding-left: 40px;*/
    color: #25aae1;
    left: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.rounded {
    width: 70px;
    display: none;
    height: 5px;
    border-radius: 6px;
    background-image: linear-gradient(to right, #25aae1, #40e495);
    /* background: #2bb769; */
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .vision-img img {
        width: 100% !important;
    }

    .weninar_ttl_sec {
        padding: 50px 0px;
        background: #f4f9fd;
    }

    .blog-item .icon {
        box-shadow: none;
    }

    .blog-item a {
        box-shadow: none;
    }

    .blog-item .icon1 {
        box-shadow: none;
    }

    .blog-item {
        padding: 0px 0px 0px !important;
    }

    .blog-item a {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 768px) {
    .wtch-video-btn-sec {
        margin: 0 auto;
    }

    .video-thum-sec {
        display: none;
    }

    .video-heading-sec {
        width: 100%;
        text-align: center;

    }

    .clear {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    /*      .vision-img img {*/
    /*    width: 100% !important;*/
    /*}*/

    .blog-item .content {
        width: 100%;
        margin-top: 35px;
    }

    .blog-item .content .title {
        font-size: 18px;
    }

    .blog-item .item-arrow {
        margin: auto;
    }

    .blog-item .icon {
        width: 100%;
    }

    .blog-item .icon img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .blog-item {
        padding: 0px 0px 0px;
    }

    .blog-item {
        width: 100%;
        margin: auto;
    }

    .blog-item a {
        display: block;
        padding: 0px 15px;
    }

}


@media screen and (max-width: 600px) {
    .wtch-video-btn-sec {
        margin-top: 20px;

    }

    .video-main-sec {
        height: 195px;
    }

    .video-heading-sec h2 {
        text-transform: capitalize;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        text-align: center;
    }

    .video-heading-sec {
        height: 100%;
        margin-left: 0px;
    }
}

.blog-item {
    padding: 40px 0px 0px;
}

/* webinar page css ends */

/* careers page css starts */

.careers {
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(104deg, #ffffffeb, #fffffff7), url(../images/careers_pic.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
}


.careers h1 {
    font-size: 33px;
    margin: 0px;
    color: #1f1a82;
    font-weight: 900;
    font-family: Cinzel, serif;
    padding-top: 20px;
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.box {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

.careers-cnt {
    text-align: right;
    /* padding-right: 200px; */
    padding-top: 50px;
}

.careers-cnt p {
    text-align: start;
    margin: 8px 0px;
    font-size: 15px;


}

.careers-cnt #date {
    width: 100%;
}

.careers-cnt #number {
    width: 100%;
}

.careers-cnt #Picture {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #9895c4;
    border-radius: 5px;
}

.careers-cnt #resume {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #000;
    border: 1px solid #9895c4;
    border-radius: 5px;

}

.careers img {
    /* height: 550px;
    float: left;
    padding-left: 130px; */
    padding-top: 50px;
    width: 100%;
}

input[type="text"],
input[type="email"],
select,
textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #1e197e75;
    border-radius: 5px;
    outline: none;
}


input[type="submit"] {
    /* background-image: linear-gradient(to right, rebeccapurple, turquoise); */
    font-size: 13px;
    background-color: #0d4179;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 21px;
    border: 1px solid #ffff;
    transition: 0.5s ease;
}

input[type="submit"]:hover {
    /* background-image: linear-gradient(to right, rgb(179, 28, 179), rgb(25, 173, 161) ); */
    background-color: #fff;
    color: #0d4179;
    text-decoration: none;
    border: 1px solid #0d4179;
}

/* careers page css starts */

/* manufacturing css start here */
.manufacturing-sec {
    padding: 0px 0px 60px 0px;
    position: relative;
    background-image: linear-gradient(104deg, #110d5efa, #1a2b70d9), url(../images/demo_pics/demo_pic7.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 100px 0px 80px;
}

.manufacturing_sec_top {
    padding: 55px 0px 10px 0px;
}

.manufacturing_sec_top h2 {
    font-family: Cinzel, serif;
    font-weight: 900;
}

.manufacturing_sec_top h2 span {
    display: flex;
    font-family: Cinzel, serif;
    font-weight: 900;
}



.manufacturing_sec_pic {
    position: relative;
    margin-top: -47px;
}

.manufacturing_sec_pic img {
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 15% 100%, 13% 73%);
    position: relative;
    z-index: 99;
}

.manufacturing_sec_pic::after {
    position: absolute;
    top: 5px;
    content: '';
    background-color: #fb8c00;
    left: -5px;
    width: 100%;
    height: 364px;
    z-index: 0;
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 15% 100%, 13% 73%);
}


.manufacturing_sec_text {
    padding-top: 50px;
    font-size: 15px;
}

.manufacturing_sec_text p {
    color: #fff;
}

.manufacturing_sec_text ul {}

.manufacturing_sec_text ul li {
    color: #fff;
    display: flex;
    list-style-type: none;
}

.manufacturing_sec_text ul li i {
    font-size: 13px;
    margin-right: 6px;
    margin-top: 7px;
    font-weight: 400;
}

.manufacturing_sec_text .manu_pic img {
    margin: 0 auto;
    width: 75%;
    display: flex;
}

.manufacturing_boxs_pg {}

.manufacturing_box {
    margin-bottom: 70px;
}

.manufacturing_box h4 {
    color: #00305b;
    font-size: 22px;
    font-weight: 900;
    font-family: Cinzel, serif;
    margin: 30px 0px;
    padding: 65px;
    border: 1px solid #00305b4d;
    background: #eff3f7;
    text-align: center;
}

@media (max-width:2560px) {
    .products_page_in1::after {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 405px;
    }

    .products_page_in2::after {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 410px;
    }

}

@media (max-width:1200px) {
    .manufacturing_sec_pic::after {
        height: 300px;
    }
}

@media (max-width:1100px) {
    .footer-social-icon a {
        margin-right: 6px;
    }
}

@media (max-width:992px) {
    .manufacturing_box_row {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width:991px) {
    .manufacturing_sec_pic img {
        clip-path: none;
    }

    .manufacturing_sec_pic {
        margin-top: 20px;
    }

    .manufacturing_sec_pic::after {
        display: none;
    }

    .manufacturing_sec_top h2 {
        font-size: 25px;
    }

    .manufacturing-sec {
        padding: 10px 0px 10px 0px;
        margin: 0px 0px 0px
    }

    .manufacturing_sec_top {
        padding: 23px 0px 5px 0px;
    }

    .manufacturing_box {
        margin-bottom: 30px;
    }
}

@media (max-width:768px) {
    .manufacturing_box {
        margin-bottom: 0px;
    }

    .manufacturing_box h4 {
        margin: 25px 0px 0px 0px;
    }

    .manufacturing_boxs_pg {
        margin-bottom: 30px;
    }
}

/* manufacturing css end here */


/* enquiry page css starts */
.form-wrapper {
    padding: 30px 0px 50px;
}

.form-wrapper .form-control-lg,
.form-wrapper .btn-lg {
    border-radius: .9rem;
}

.form-wrapper h1 {
    font-size: 33px;
    color: rgb(31, 26, 130);
    font-weight: 900;
    font-family: Cinzel, serif;
    margin: 0px;
}

/* .form-wrapper .form-page-center 
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
} */

@media (min-width: 768px) {
    .form-wrapper form .form-group.w-md-25 {
        width: 20%;
    }
}

.form-control:focus {
    /* color: #495057; */
    background-color: #fff;
    border-color: #000 !important;
    outline: 0;
    box-shadow: none !important;
}

/* enquiry page css starts */

/* quality management page css starts */
.inne_page_quality_mngmt {
    padding: 40px 0px;
}

.about-2 {
    overflow: visible;
}

.pb-50 {
    padding-bottom: 0px !important;
}

section {
    padding-top: 50px;
    padding-bottom: 70px;
    overflow: hidden;
}

.about-2 .heading .heading--subtitle {
    margin-bottom: 16px;
    font-size: 14px;
    color: #00a64d;
    font-weight: 600;
    margin: 15px 0px 5px 0px;
}

.heading_sub_quality_mgmt {
    margin-left: 15px;
}

.btn-success_svc {
    font-size: 13px;
    background-color: #0d4179;
    color: #fff;
    text-decoration: none;
    padding: 4px 15px;
    border-radius: 21px;
    border: 1px solid #ffff;
    transition: 0.5s ease;
    cursor: pointer;
}

.btn-success_svc:hover {
    background-color: #fff;
    color: #0d4179;
    border: 1px solid #0d4179;
}



.btn--gradient {
    background-image: -webkit-linear-gradient(#f8a137 0%, #fbac47 64%, #feb756 100%);
    background-image: -moz-linear-gradient(#f8a137 0%, #fbac47 64%, #feb756 100%);
    background-image: -ms-linear-gradient(#f8a137 0%, #fbac47 64%, #feb756 100%);
    background-image: -o-linear-gradient(#f8a137 0%, #fbac47 64%, #feb756 100%);
    background-image: linear-gradient(#f8a137 0%, #fbac47 64%, #feb756 100%);
    color: #ffffff;
    border: none;
    line-height: 50px;
}

.btn--rounded {
    border-radius: 50px;
}

.btn {
    /* font-family: 'Roboto', sans-serif; */
    position: relative;
    z-index: 2;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: capitalize;
    text-align: center;
    border-radius: 20px !important;
    padding: 10px 28px !important;
    /* line-height: 40px; */
    /* width: 170px; */
    /* height: 50px; */
    letter-spacing: 0.26px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about-2 .about--img {
    position: relative;
}

.about-2 .about--img:before {
    position: absolute;
    right: -20px;
    top: -20px;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: -moz-linear-gradient(180deg, #f8a137 0%, #fbac47 64%, #feb756 100%);
    background-image: -webkit-linear-gradient(180deg, #f8a137 0%, #fbac47 64%, #feb756 100%);
    background-image: -ms-linear-gradient(180deg, #f8a137 0%, #fbac47 64%, #feb756 100%);
    background-image: linear-gradient(180deg, #1f1a82 0%, #36297c 64%, #271f80 100%);
}

.about-2 .about--img img {
    max-width: 100%;
    height: auto;
    position: relative;
}

/* quality management page css ends */

/* founder message page css starts */
.ttm-row {
    padding: 50px 0px 80px !important;
}

.spacing-13 {
    margin-top: -6% !important;
    margin-left: 0px !important;
}

/* @media (max-width:1400px) {
.spacing-13 {
    margin-top: -29%;
    margin-left: 115px;
}
} */
/* @media (max-width:1400px){
    .ttm-bg {
        position: initial !important;
    }
    .spacing-13 {
        margin-top: 75%;
        margin-left: 0px;
    }

.col-bg-img-fifteen.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-position: center;
}

} */
@media (max-width:991px) {
    .col-bg-img-fifteen.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
        background-image: url(../images/founder_pic.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .spacing-13 {
        margin-top: 75% !important;
        margin-left: 0px !important;
    }

    .ttm-bg {
        position: initial !important;
    }

    .section-title {
        margin-top: 20px;
    }
}

@media (max-width:768px) {
    .ttm-row {
        padding: 30px 0px 0px !important;
    }
}

.ttm-col-bgimage-yes {
    z-index: 1;
}

.ttm-bg {
    position: relative;
}

.bg-layer-equal-height .ttm-col-bgimage-yes,
.bg-layer-equal-height .ttm-col-bgcolor-yes,
.bg-layer-equal-height .layer-content {
    height: 100%;
}

.col-bg-img-fifteen.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/founder_pic.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

/* @media only screen and (max-width: 1600px) and (min-width: 1401px){
.ttm-left-span .ttm-col-wrapper-bg-layer {
    margin-left: -300px !important;
}
} */
.ttm-left-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: 0px;
    right: 0;
}

@media (max-width:1400px) {
    .ttm-left-span .ttm-col-wrapper-bg-layer {
        width: auto;
        margin-left: 0px;
        right: 0;
    }
}




.ttm-bg-layer,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,
.ttm-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.layer-content {
    position: relative;
    z-index: 1;
}

.spacing-14 {
    padding: 0px 0 40px 20px;
}

.ttm-bg {
    position: relative;
}

.section-title {
    position: relative;
    margin-bottom: 26px;
}

.section-title .title-header {
    position: relative;
    margin-bottom: 17px;
}

.section-title h3 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 25px;
    /* font-family: Poppins, sans-serif; */
    color: #0a984d;
    font-family: Cinzel, serif;
    font-weight: 900;
}

.section-title h2.title {
    font-weight: 800;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 0;
    color: #1f1a82;
    font-family: Cinzel, serif;
    font-weight: 900;
}

.section-title h2 span {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.ttm-textcolor-skincolor {
    color: #0a984d;
    font-family: Cinzel, serif;
    font-weight: 900;
}

.section-title h2 span:before {
    content: "";
    position: absolute;
    background-color: #dfe5ea;
    right: 0px;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 14px;
    z-index: -1;
}

.featured-icon-box.style8 {
    position: relative;
    margin-left: -225px;
    margin-right: 35px;
    margin-top: 10px;
}

.ttm-bgcolor-darkgrey {
    background-color: #07395c;
}

.featured-icon-box.style8 .featured-icon {
    position: absolute;
    right: -80px;
    bottom: 0;
}

.featured-icon-box.icon-align-before-content .featured-icon {
    display: table-cell;
    vertical-align: middle;
}

.featured-icon-box.style8 .featured-title h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: Cinzel, serif;
    font-weight: 900;
    color: #fff;
}

.ttm-bgcolor-darkgrey h3 {
    color: #fff;
}

.ttm-list.ttm-list-style-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.ttm-list.ttm-list-style-icon li {
    position: relative;
    padding-bottom: 11px;
}

.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: auto;
    top: 5px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 800;
    color: #0a984d;
}

.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 20px;
    font-weight: 400;
    color: #fff;
}

.ttm-btn.btn-inline {
    text-transform: capitalize;
    padding: 0;
    font-weight: 500;
    border: 1px solid transparent;
    background-color: transparent;
}

.mt-20 {
    margin-top: 20px !important;
}

.ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid #eaeff5;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    text-transform: capitalize;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.ttm-btn.ttm-btn-shape-round {
    border-radius: 2em;
}

.ttm-btn.ttm-btn-size-sm {
    font-size: 14px;
    padding: 10px 24px 10px 24px;
}

.ttm-btn:not(.btn-inline):after {
    content: "";
    width: 160%;
    height: 150px;
    border-radius: 60%;
    position: absolute;
    bottom: 100%;
    left: -40px;
    z-index: -1;
    transition: all 0.4s ease 0s;
}

.featured-icon-box.style8 .featured-content {
    padding: 40px 45px 35px 45px;
}

/* founder message page css ends */

/* evaluation page css starts */
.about-area {
    padding: 80px 0px 0px !important;
}

.about-area1 {
    padding: 0px 0px 0px !important;
}

.creasoft-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.line_wrap {
    top: 0;
    left: 50%;
    bottom: 0;
    width: 80%;
    z-index: -1;
    display: block;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 1px solid rgba(23, 22, 26, .06)
}


@media(max-width:991px) {
    .featured-icon-box.style8 {
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 5px;
    }
}

@media(max-width:767px) {
    .line_wrap {
        border-left: 1px solid rgba(0, 0, 0, .03)
    }
}

.line_wrap.layout2 {
    border-left: 1px solid rgba(246, 246, 246, .02)
}

.line_wrap.layout2 .line_item {
    border-right: 1px solid rgba(246, 246, 246, .02)
}

.line_wrap:before {
    width: 1px;
    left: -1px;
    content: "";
    height: 100px;
    position: absolute;
    -webkit-animation: scroll1 15s ease-out infinite;
    animation: scroll1 15s ease-out infinite;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
    background-image: linear-gradient(0deg, #000000, transparent)
}

.line_item {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
    display: inline-block;
    border-right: 1px solid rgba(23, 22, 26, .06)
}

@media(max-width:767px) {
    .line_item {
        border-right: 1px solid rgba(0, 0, 0, .03)
    }
}

.line_item:before {
    width: 1px;
    right: -1px;
    content: "";
    height: 100px;
    position: absolute
}

.line_item:nth-child(odd):before {
    -webkit-animation: scroll2 15s ease-out infinite;
    animation: scroll2 15s ease-out infinite;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000000));
    background-image: linear-gradient(0deg, transparent, #000000)
}

.line_item:nth-child(even):before {
    -webkit-animation: scroll1 15s ease-out infinite;
    animation: scroll1 15s ease-out infinite;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
    background-image: linear-gradient(0deg, #000000, transparent)
}

@-webkit-keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: .5
    }
}

@keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: .5
    }
}

@-webkit-keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: .5
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: .5
    }
}

.out-story {
    margin-bottom: 120px;
}

@media (max-width: 1000px) {
    .out-story {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .evaluation_mdl_row {
        flex-direction: column-reverse;
    }

    .story-right p {
        margin-bottom: 10px !important;
    }

    .story-right {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .title.black h2 {
        font-size: 23px;
    }

    .about-area {
        padding: 35px 0px 0px !important;
    }
}

@media (max-width: 768px) {
    .innerabthed {
        position: absolute;
        transform: inherit;
    }

}


.office-group-img {
    position: relative;
}

.office-group-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #111;
    opacity: .4;
    border-radius: 10px;
}

.office-group-img img {
    width: 100%;
    border-radius: 10px;
}

.cto-message-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 370px;
    margin-left: auto;
    right: inherit;
}

.cto-message {
    background: #fff;
    box-shadow: 0 40px 80px rgb(23 42 65 / 6%);
    padding: 25px 20px;
    text-align: left;
    border-radius: 0 20px 0 5px;
}

.cto-message p {
    font-size: 16px;
    text-transform: capitalize;
    color: #272727;
}

.cto-message h4 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #111;
}

.cto-message h4 span {
    font-weight: 400;
    font-size: 17px;
    text-transform: capitalize;
    color: #111;
    opacity: .5;
}

.cto-message img {
    margin: 0 auto;
    display: block;
    width: auto;
}

.title span {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    color: #1f1a82;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.title span:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #09a052;
}

.title.black h2 {
    color: #1f1a82;
    font-weight: 900;
    font-family: Cinzel, serif;
}

.title h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.story-right p {
    font-weight: 400;
    font-size: 16px;
    color: #272727;
    margin-bottom: 30px;
}

/* evaluation page css ends */

/* overview page css starts */
.kode-overview-holder {
    background-image: linear-gradient(45deg, #fff, #fff), url(../images/dot-circle.png);
    -moz-background-image: linear-gradient(45deg, #fff, #fff), url(../images/dot-circle.png);
    -ms-background-image: linear-gradient(45deg, #fff, #fff), url(../images/dot-circle.png);
    -webkit-background-image: linear-gradient(45deg, #fff, #fff), url(../images/dot-circle.png);
    background-repeat: repeat;
    animation: hide-open 3s linear infinite alternate-reverse;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    color: #666;
    float: none;
    width: 100%;
}

@keyframes hide-open {
    0% {
        background-image: linear-gradient(45deg, #ffffffe5, #ffffffee), url(../images/dot-circle.png);
        -moz-background-image: linear-gradient(45deg, #ffffffe5, #ffffffee), url(../images/dot-circle.png);
        -ms-background-image: linear-gradient(45deg, #ffffffe5, #ffffffee), url(../images/dot-circle.png);
        -webkit-background-image: linear-gradient(45deg, #ffffffe5, #ffffffee), url(../images/dot-circle.png);
    }

    50% {
        background-image: linear-gradient(90deg, #ffffffef, #fff), url(../images/dot-circle.png);
        -moz-background-image: linear-gradient(90deg, #ffffffef, #fff), url(../images/dot-circle.png);
        -ms-background-image: linear-gradient(90deg, #ffffffef, #fff), url(../images/dot-circle.png);
        -webkit-background-image: linear-gradient(90deg, #ffffffef, #fff), url(../images/dot-circle.png);
    }

    75% {
        background-image: linear-gradient(180deg, #fff, #ffffffef), url(../images/dot-circle.png);
        -moz-background-image: linear-gradient(90deg, #ffffffef, #fff), url(../images/dot-circle.png);
        -ms-background-image: linear-gradient(90deg, #ffffffef, #fff), url(../images/dot-circle.png);
        -webkit-background-image: linear-gradient(90deg, #ffffffef, #fff), url(../images/dot-circle.png);
    }

    100% {
        background-image: linear-gradient(180deg, #fff, #ffffffef), url(../images/dot-circle.png);
        -moz-background-image: linear-gradient(90deg, #ffffffef, #fff), url(../images/dot-circle.png);
        -ms-background-image: linear-gradient(90deg, #ffffffef, #fff), url(../images/dot-circle.png);
        -webkit-background-image: linear-gradient(90deg, #ffffffef, #fff), url(../images/dot-circle.png);
    }
}

.kode-overview-holder:before {
    position: absolute;
    content: '';
    background: url(extra-images/img02.png) no-repeat;
    width: 340px;
    height: 315px;
    left: -120px;
    bottom: 270px;
    opacity: 0.2;
}

.kf_heading_1,
.kf_heading_2,
.kf_heading_3 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 10px;
}

.content .kf_heading_3 h2,
.content .kf_heading_2 h3,
.content .kf_heading_4 h3 {
    margin-top: -5px;
}

.kf_heading_2 h3,
.kf_heading_4 h3 {
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1f1a82;
    font-family: Cinzel, serif;
    font-weight: 900;
}

.content .kf_heading_2 span {
    padding: 2px 0 30px;
}

.content .kf_heading_1 span,
.content .kf_heading_2 span {
    line-height: 16px;
    padding: 5px 0 26px;
}

.kf_heading_1 span,
.kf_heading_2 span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    /* font-style: italic; */
    padding: 0px 0px 10px;
}

.kf_heading_1 span:before,
.kf_heading_2 span:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30px;
    height: 3px;
    background-color: #149a58;
}

.kf_heading_1 span:after,
.kf_heading_2 span:after,
.kf_heading_3 span:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: -100%;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}

.kode-overview-holder p {
    margin: 0 0 20px;
}

.first-letter {
    float: left;
    color: #fff;
    padding: 12px 20px;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #00a4ef;
}

.event-slider-box {
    position: relative;
    border: 2px solid #585858;
    padding: 60px;
    height: 440px;
    width: 440px;
}

.event-borders {
    background: #585858;
    content: "";
    height: 705px;
    left: 57%;
    position: absolute;
    top: -104px;
    transform: rotate(-45deg);
    width: 2px;
}

.event-borders:before {
    background: #585858;
    content: "";
    height: 705px;
    left: 0;
    position: absolute;
    top: 3px;
    transform: rotate(90deg);
    width: 2px;
}

.event-boxslider {
    position: absolute;
    z-index: 99;
    left: 30px;
    top: 30px;
    width: 440px;
    height: 440px;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.event-boxslider ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 100;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.bx-wrapper img {
    width: 100%;
    display: block;
}

.event-slider-box:after {
    display: block;
    clear: both;
    content: '';
    width: 440px;
    height: 440px;
    border: 2px solid #585858;
    left: 0;
    top: 0;
    padding: 30px;
}

.kode-overview-holder .container {
    position: relative;
    z-index: 10;
}

/* overview page css ends */

/* video pages css starts */
.gallery {
    padding: 20px 0px !important;
}

.vidss iframe {
    height: 250px;
}

/* video pages css ends */
/* media page css starts */
#gallery {
    padding-top: 40px;
}

/* @media screen and (min-width: 991px) {
    #gallery {
      padding: 60px 30px 0 30px;
    }
  } */

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

.img-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }

}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

/* media page css ends */

/* priyanka css ends */


/* manasa css start here */

/* blog css start here */
.services {
    padding: 40px 0px 60px;
}

.post-ser {
    border: 2px solid #000;
    margin: 10px 0px;
    height: 650px;
}

.post-cnt {
    padding: 20px;
}

.post-cnt h1 {
    font-family: Cinzel, serif;
    font-size: 30px;
    color: #1f1a82;
    font-weight: 900;
}

.post-cnt h3 {
    font-size: 20px;
    margin: 0;
}

.post-cnt p {
    margin: 0px 0px 5px;
}

.post img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/*Our Pregress CSS*/
.section_title__block.text-center h2::after {
    background: #00305B none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -22.5px;
    position: absolute;
    width: 45px;
}

.section_title__block.text-center h2 {
    display: inline-block;
    position: relative;
    font-weight: 900;
}

.single_progress__block {

    border: solid 1px #002e5b;

    padding: 15px;

    text-align: center;
}

.single_progress__block>span {
    color: #feb20d;
    /* font-family: times new roman; */
    font-size: 28px;
    font-weight: bold;
    background: rgba(0, 123, 255, 0.04);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    line-height: 70px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.single_progress__block>span:before {
    content: '';
    background: rgba(0, 123, 255, 0);
    border-radius: 49%;
    width: 72px;
    height: 81px;
    display: block;
    line-height: 70px;
    text-align: center;
    position: absolute;
    top: -6px;
    left: -1px;
}

.single_progress__block>h4 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #0c1f38;
}

.single_progress__block>p {
    color: #222222;
}

@media (max-width: 767px) {

    .single_progress__block {
        border: 1px solid #dddddd;
        margin-bottom: 0;
        overflow: hidden;
        padding: 15px;
        text-align: center;
    }

    .single_progress__block>span {
        display: block;
        /* height: 45px; */
        margin-top: 30px;
        text-align: center;
        /* font-size: 74px; */
        margin-left: auto;
        margin-right: auto;
    }

}

/* blog css end here */


/*gallery page start here*/
#gallery_sec {
    padding-top: 50px;
    padding-bottom: 60px;
}

#gallery_sec .portfolio {
    padding-top: 20px;
    padding-bottom: 0px;
}

#gallery_sec .portfolio-title {
    padding: 100px 60px 30px;
}

#gallery_sec .portfolio-title span {
    display: block;
}

#gallery_sec .portfolio-item {
    border: 3px solid #1f1a82 !important;
    padding: 0px;
    margin: 2px;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 0;
    position: relative;
}

#gallery_sec .portfolio-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    -webkit-transition: transform 0.35s;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#gallery_sec .portfolio-item .portfolio-overlay {
    width: 100%;
    background: #ee9906e8;
    padding: 10px 0px;
    position: absolute;
    bottom: -80px;
    display: block;
    margin-top: 0;
    float: left;
    z-index: 9;
    text-align: left;
    padding-left: 30px;
    left: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#gallery_sec .portfolio-item .portfolio-overlay h4 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 17px;
}

#gallery_sec .portfolio-item .portfolio-overlay a {
    color: #fff;
    text-decoration: none;
}

#gallery_sec .portfolio-item .portfolio-overlay a:hover {
    color: #fff;
}

#gallery_sec .portfolio-item .portfolio-overlay span {
    font-weight: 400;
    font-size: 14px;
}

#gallery_sec .portfolio-item .portfolio-overlay span a {
    color: #fff;
}

#gallery_sec .portfolio-item .portfolio-overlay span a:hover {
    color: #323232;
}

#gallery_sec .portfolio-item a.popup {
    position: absolute;
    right: 20px;
    top: -20px;
    color: #fff;
    z-index: 9;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #004a6f;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 0px;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#gallery_sec .portfolio-item a.popup:hover {
    background: #004a6f;
    color: #fff;
}

#gallery_sec .portfolio-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#gallery_sec .portfolio-item:hover a.popup {
    opacity: 1;
    top: 20px;
}

#gallery_sec .portfolio-item:hover .portfolio-overlay {
    bottom: 0;
}

#gallery_sec .portfolio-item:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 115%;
    -webkit-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
    transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#gallery_sec .portfolio-item.only-popup {
    width: 100%;
    text-align: center;
}

#gallery_sec .portfolio-item.only-popup a.popup {
    display: inline-block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

#gallery_sec .evnts {
    padding: 0;
}

/*gallery page end here*/


/* outteam start here */


.vision-img {
    text-align: center;
}

.vision-img img {
    width: 50%;
}









.ourteam-sec {
    margin: 40px 0;
}

.our-team {
    padding: 30px 0 40px;
    overflow: hidden;
    position: relative;
    background: #1f1a8214;
    text-align: center;
}

.our-team .pic {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.our-team .pic:before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background: #1f1a82;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.2;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team:hover .pic:before {
    height: 100%;
}

.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #1f1a82;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team .team-content {
    margin-bottom: 30px;
}

.our-team .title {
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #1f1a82;
    font-weight: 900;
    font-family: Cinzel, serif;
}

.our-team .post {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
}

.our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #1f1a82;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social {
    bottom: 0;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
    color: #0f296c;
    text-decoration: none;
    background: #f7f5ec;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

/* our team end here */


/* vision css start here */
.vision-sec {
    padding: 50px 0px 60px;
}

.vision-ct {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    border-radius: 5px;
    padding: 10px 10px;
    position: relative;
    
}

.vision-ct::after {
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: #1f1a82;
    height: 16px;
    width: 16px;
    content: '';
    z-index: 1;
    border-radius: 5px 0px;
}

.vision-ct::before {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #1f1a82;
    height: 16px;
    width: 16px;
    content: '';
    border-radius: 5px 0px;
}

.vision-ct h3 {
    color: #1e197f;
    font-family: Cinzel, serif;
    font-weight: 900;
    font-size: 28px;
    margin-top: 5px;
}

.vision_we_box_mdl {
    height: 30px;
}

@media (max-width:768px) {
    .vision_we_box_mdl {
        height: 30px;
    }

    .vision-ct h3 {
        font-size: 24px;
    }
}

/* vision css end here */
/* manasa css ends */



/* / product page saterd / */
.product_page_ttl_dv {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;

}

.heading--title {
    font-size: 33px;
    margin: 0px;
    color: #1f1a82;
    font-weight: 900;
    font-family: Cinzel, serif;
}

.product_inner_row2 {
    position: inherit !important;
}

@media (min-width:1441px) {
    .product_page_ttl_dv {
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;
    }

    .products_page_in1::before {
        display: none;
    }

    .products_page_in2::before {
        display: none;
    }
}

@media (max-width:1441px) {

    .products_page_in1::before {
        display: block;
    }

    .products_page_in2::before {
        display: block;
    }
}

.products_page {
    padding: 60px 0px;
}

.products_page_in2 {
    position: relative;
}

.product_inner_row2 {
    overflow: hidden;
    overflow: hidden;


}

.product_inner_row2::after {
    position: absolute;
    top: 0px;
    right: -50px;
    width: 450px;
    height: 403px;

    content: '';
    /* background-color: #002e5b; */
    border-radius: 0px;

    background: rgba(238, 238, 238, 0.073);
    background-image: linear-gradient(#002e5b53, #002e5b), url(../images/pngs/abt_bg_img.png);
    background-size: contain;
    background-attachment: fixed;
    background-color: #002e5b;
}

.products_page_in2::before {
    position: absolute;
    bottom: -40px;
    right: 35%;
    width: 25px;
    height: 70px;
    display: none;
    content: '';
    background-color: #002e5b;
    z-index: 99;
    transform: rotate(45deg);

    background: rgba(238, 238, 238, 0.073);
    background-image: linear-gradient(#002e5b53, #002e5b), url(../images/pngs/abt_bg_img.png);
    background-size: contain;
    background-attachment: fixed;
    background-color: #002e5b;
}


.products_page_in1 {
    overflow: hidden;

    padding: 40px 0px;
    background: rgba(238, 238, 238, 0.073);
    /* overflow: hidden; */
    background-image: linear-gradient(#002e5b53, #002e5b), url(../images/pngs/abt_bg_img.png);
    background-size: contain;
    background-attachment: fixed;
    position: relative;
    background-color: #002e5b;

}

.product_inner_row {
    position: relative;
}

.product_inner_row::after {
    position: absolute;
    top: -41px;
    right: -50px;
    width: 450px;
    height: 450px;
    content: '';
    background-color: #ffffff;

}

.product_inner_row2::before {
    position: absolute;
    display: none;
    bottom: -33px;
    right: 35%;
    width: 25px;
    height: 70px;
    content: '';
    background-color: #002e5b;
    z-index: 1;
    transform: rotate(317deg);
    background: rgba(238, 238, 238, 0.073);
    background-image: linear-gradient(#002e5b53, #002e5b), url(../images/pngs/abt_bg_img.png);
    background-size: contain;
    background-attachment: fixed;
    background-color: #002e5b;
}



.pro_left_img {
    position: relative;
}

.pro_left_img img {
    position: absolute;
    width: 200px;
    left: -76px;
    display: none;
    top: 197px;
}

.products_page_in2 {
    padding: 40px 0px;
    background: rgba(2, 144, 239, 0.057);
    width: 100%;
    overflow: hidden;
}

.product_pg_left {
    padding-right: 20px;
}

.product_pg_left_pic {
    position: relative;
}

.product_pg_left_pic::after {
    /* position: absolute;
    top: -19px;
    right: -46px;
    width: 420px;
    height: 360px;
    content: '';
    background-color: #002e5b;
    border-radius: 55px 0px 0px 47px;
    background-attachment: fixed; */
}

.products_page_in1 .product_pg_left h3 {
    color: #fff;
}

.products_page_in1 .product_pg_left ul li {
    color: #fff;

}

.products_page_in1 .product_pg_left p {
    color: #fff;

}


.product_pg_left h3 {
    font-size: 33px;
    margin: 0px;
    color: #1f1a82;
    font-weight: 900;
    font-family: Cinzel, serif;
}

.product_pg_left p {
    color: #737373;
    font-size: 15px;
}

.product_pg_left ul {}

.product_pg_left ul li {
    list-style-type: none;
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 300;
}

.product_pg_left ul li i {
    margin-right: 4px;
    font-size: 18px;
    color: #0297da;
}

.product_pg_left img {
    width: 100%;
    z-index: 9;
    position: relative;
    /* border-radius: 50px 0px 0px 50px;     */

}






/* / product page saterd end / */



/* / contact us / */
.contact {
    margin-top: 115px;
}

.contact_page_form {
    padding: 50px 0px;
    background-color: #EFF1FF;
}

.heading_cntpg h3 {
    font-size: 19px;
    color: #00a64d;
    font-weight: 600;
    margin: 15px 0px 5px 0px;
}

.heading_cntpg h2 {
    font-size: 20px;
    margin: 0px;
    color: #1f1a82;
    font-weight: 900;
    font-family: Cinzel, serif;
}

.heading_cntpg h2 span {
    color: #1f1a82;
    display: flex;
    font-weight: 900;
    font-family: Cinzel, serif;
}

.contact form input,
.contact form textarea {
    width: 100%;
    padding: 5px 15px;
    margin: 5px;
    background: transparent;
    border: 1px solid #261f1f;
    border-radius: 20px;
    outline: none;
    color: rgb(0, 0, 0);
    font-size: 18px;
    margin-bottom: 18px;
}

.contact form .sub {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.contact form textarea {
    width: 100%;
    padding: 5px 15px;
    margin: 5px;
    background: transparent;
    border: 1px solid #261f1f;
    border-radius: 20px;
    outline: none;
    font-size: 18px;
    margin-bottom: 18px;
}

.contact_page_address_left {
    margin: 20px 0px;
}


.cnt_box_add {
    display: flex;
    margin-bottom: 25px;
}

.cnt_box_add_lft {}

.cnt_box_add_lft i {
    width: 60px;
    height: 60px;
    font-size: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: rgb(31 26 130);
    border-radius: 50px;
    color: #fff;
    justify-content: center;
}

.cnt_box_add_right {
    margin-left: 30px;
}

.cnt_box_add_right h4 {
    font-size: 25px;
    color: #000;
    font-weight: 800;
}


.cnt_box_add_right h5 {
    font-size: 20px;
    font-weight: 300;
    color: #000;
}

.contact_page_btn {
    font-size: 13px;
    background-color: #0d4179;
    color: #fff;
    text-decoration: none;
    padding: 4px 15px;
    border-radius: 21px;
    border: 1px solid #0d4179;
    transition: 0.5s ease;
}

.contact_page_btn:hover {
    background-color: #fff;
    color: #0d4179;
    border: 1px solid #0d4179;
}

.map_of_contactpg {
    width: 100%;
    height: 300px;
}

.map_of_contactpg iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .contact {
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .heading_cntpg h2 {
        font-size: 20px;
    }

    .contact_page_form {
        padding: 10px 0px;
    }

    .cnt_box_add {
        display: block;
        margin-bottom: 25px;
        justify-content: center;
    }

    .contact_page_left {
        text-align: center;
        justify-content: center;
    }

    .heading_cntpg h2 span {
        justify-content: center;
    }

    .cnt_box_add_lft i {
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin: 1px auto 10px auto;
    }

    .cnt_box_add_right h4 {
        font-size: 18px;
        font-weight: 500;
    }

    .cnt_box_add_right h5 {
        font-size: 16px;
    }

    .cnt_box_add_right {
        margin-left: 0px;
    }

}

/*webinars_inner_page*/
.webinars_inner_page {
    padding: 20px 0px 100px 0px;
}

.webinars-cnt {}

.webinars-cnt h3 {
    font-size: 30px;
    position: relative;
    margin: 0px;
    color: #1f1a82;
    font-weight: 900;
    font-family: Cinzel, serif;
    padding-bottom: 0px;
}


/* financial inner pages startd */
.financial_inner {
    padding: 50px 0px;
}

.financial_inner_left {
    position: relative;
    text-align: center;
}

/*.financial_inner_left::after{*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: -10px;*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*    height: 245px;*/
/*    content: '';*/
/*    border-radius: 0px 19px;*/
/*    background-color: #002e5b;*/
/*}*/

.financial_inner_left img {
    width: 100%;
    z-index: 999;
    border-radius: 0px 0px 0px 20px;
}

.growth_financials2 {
    width: 100% !important;
    padding: 10px;
    border: 2px solid #1f1a82;
    padding: 50px 20px;
}

@media (max-width:1200px) {
    .growth_financials2 {
        padding: 75px 20px;
    }
}

@media (max-width: 991px) {
    .growth_financials2 {
        padding: 106px 20px;
    }

}

@media (max-width: 768px) {
    .growth_financials2 {
        padding: 10px 10px;
    }
}


.financial_inner_right {}

.financial_inner_right img {
    width: 100%;
    height: 350px;
    border: 2px solid #1f1a82;
}

.financial_inner_right h3 {
    color: #1e197f;
    font-family: Cinzel, serif;
    font-weight: 900;
    margin-top: 12px;
}

.financial_inner_right p {}

.financial_inner_right ul {
    margin: 0px;
    margin-bottom: 15px;
}

.financial_inner_right ul li {
    margin: 0px;
    list-style-type: none;

}

.fini_row {
    padding: 0px !important;
    margin: 0px !important;
}

.financial_inner_bottom {
    margin-bottom: 60px;
}

.financial_inner_bottom_left {
    background-color: #00a64d;
    padding: 12px;
}

.financial_inner_bottom_left h3 {
    color: #fff;
    font-size: 20px;
    color: #ffffff;
    font-family: Cinzel, serif;
    font-weight: 900;
    margin-top: 12px;
}

.financial_inner_bottom_right {
    background-color: #002e5b;
    padding: 14px;
}

.financial_inner_bottom_right p {
    color: #fff;
}

/* financial completed */

/* whe we page  started*/
.who_we_page {
    padding: 60px 0px;
    position: relative;
    background: #d7ddefc2;
    background-image: linear-gradient(104deg, #ffffff00, #ffffff00), url(../images/pngs/who_we_are.png);
    /* background-attachment: fixed; */
    background-position: inherit;
    background-repeat: no-repeat;
    margin-top: 0;
}

/* background-image: linear-gradient(45deg, #fff, #fff), url(../images/dot-circle.png);
    -moz-background-image: linear-gradient(45deg, #fff, #fff), url(../images/dot-circle.png);
    -ms-background-image: linear-gradient(45deg, #fff, #fff), url(../images/dot-circle.png);
    -webkit-background-image: linear-gradient(45deg, #fff, #fff), url(../images/dot-circle.png);
    background-repeat: repeat;
    animation: hide-open 3s linear infinite alternate-reverse; */


.who_we_page_left {
    position: relative;
}

.who_we_page_left::before {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 400px;
    height: 300px;
    background-color: rgba(2, 144, 239, 0.057);
    z-index: -1;
    content: '';
}


.who_we_page img {
    width: 84%;
    z-index: 22;
    position: relative;
}

.who_we_page h3 {
    font-size: 33px;
    margin: 0px;
    color: #1f1a82;
    font-weight: 900;
    font-family: Cinzel, serif;
}

.who_we_page h4 {
    position: absolute;
    right: 60px;
    bottom: -22px;
    margin: 0px;
    color: #ffffff;
    font-weight: 900;
    font-family: Cinzel, serif;
    width: 170px;
    height: 170px;
    background: #1f1a8200;
    z-index: 0;
    border: 5px solid #1f1a82;
}


/*  */
.who_we_page_right {
    margin-top: 15%;
}

.who_we_page_right h2 {
    font-size: 22px;
    font-family: Cinzel, serif;
    color: #1f1a82;
    font-weight: 900;
}

.who_we_page_right p {
    display: flex;
}

.who_we_page_right p i {
    color: #00a4ef;
    margin: 4px 5px 0px 0px;
}

/* .................... */
.who_we_box2_text {}

.who_we_box2_text ul li {
    list-style-type: none;
    display: flex;
    margin: 8px 0px;
}

.who_we_box2_text ul li i {
    margin-top: 5px;
    margin-right: 4px;
    color: #00a3ed;
}

.who_we_box2 h4 {
    position: absolute;
    left: 100px;
    top: -26px;
    margin: 0px;
    width: 170px;
    height: 170px;
    background: #1f1a8200;
    z-index: 0;
    border: 5px solid #1f1a82;
}

.who_we_box_mdl {
    height: 100px;
}

.who_we_box2 img {
    width: 80%;
    text-align: end;
    margin-left: 20%;
}









@media (max-width:1200px) {
    .heading--title {
        font-size: 20px;
    }

    .financial_inner_left::after {
        /*height: 201px;*/
    }

    .products_page_in1::before {
        display: none;
    }

    .products_page_in2::before {
        display: none;
    }

    .products_page_in2::after {
        width: 425px;
    }

    .products_page_in1::after {
        width: 425px;
    }
}

@media (max-width:1100px) {
    .products_page_in1::after {
        display: none;
    }

    .products_page_in2::after {
        display: none;
    }

    .product_pg_left {
        padding-right: 0px !important;
    }

    .post-ser {
        border: 2px solid #000;
        margin: 10px 0px;
        height: 750px;
    }

}

@media (max-width:991px) {
    .careers h1 {
        width: auto !important;
    }

    .card__content {
        padding: 15px;
    }

    .card__thumb {
        overflow: hidden;
        background-color: var(--grey);
        border-radius: 0px;
    }

    .card {
        border: none !important;
    }

    .card__thumb img {
        transition: all 0.3s ease;
        height: 300px;
        object-fit: cover;
    }

    .about-2 .about--img:before {
        position: absolute;
        right: -10px;
        top: -10px;
    }

    .inne_page_quality_mngmt {
        padding: 0px 0px;
    }

    .clearfix2 {
        flex-direction: column-reverse;
    }

    .spacing-14 {
        padding: 0px 0 20px 0px;
    }

    .who_we_box2 img {
        width: 60%;
        text-align: end;
        margin: 0 auto;
        display: flex;
        margin-bottom: 12px;
    }

    .who_we_box2_text {
        margin-top: 30px;
    }

    .who_we_page img {
        width: 60%;
        text-align: end;
        margin: 0 auto;
        display: flex;
        margin-top: 15px;
    }

    .who_we_page_right {
        margin-top: 8%;
    }

    .who_we_box_mdl {
        height: 20px;
    }

    .who_secrow {
        display: flex;
        flex-direction: column-reverse;
    }

    .who_we_page h4 {
        position: absolute;
        right: 120px;
        bottom: -16px;
        margin: 0px;
    }

    .who_we_box2 h4 {
        left: 134px;
        top: -4px;
    }

    /* --------- */
    .product_pg_left_pic {
        position: relative;
        height: 308px;
        display: flex;
        align-items: center;
    }

    .financial_inner_left {
        justify-content: space-between;
        display: flex;
        margin-bottom: 5%;
        text-align: center;
    }

    .financial_inner_bottom_left,
    .financial_inner_bottom_right {
        text-align: center;
    }

    .financial_inner_left img {
        width: 29%;
        z-index: 999;
        border-radius: 0px 0px 0px 0px;
    }

    /*.financial_inner_left::after{*/
    /*        position: absolute;*/
    /*        top: -3px;*/
    /*        left: -5px;*/
    /*        width: 100%;*/
    /*        z-index: -1;*/
    /*        height: 190px;*/
    /*        content: '';*/
    /*        border-radius: 5px;*/
    /*        background-color: #002e5b;*/
    /*}*/
    .financial_inner_right img {
        height: 300px;
    }
}

@media (max-width:768px) {
    .post-cnt {
        padding: 10px;
    }

    .careers h1 {
        font-size: 22px;
    }

    .card__title {
        font-size: 25px;
    }

    .heading--title {
        font-size: 18px;
    }

    .section-title h2.title {
        font-size: 23px;
        line-height: inherit;
        margin-bottom: 0px;
        color: rgb(31, 26, 130);
        font-family: Cinzel, serif;
        font-weight: 900;
    }

    .section-title .title-header {
        position: relative;
        margin-bottom: -8px;
    }

    .featured-icon-box.style8 .featured-content {
        padding: 15px;
    }

    .plan-content-box h3 {
        font-size: 25px;
        padding: 0px;
    }

    .kf_heading_2 h3,
    .kf_heading_4 h3 {
        margin: 0 0 0px;
        font-size: 18px;
        line-height: inherit;
    }

    .kode-overview-holder {
        padding: 20px 0px;
    }

    .who_we_page h4 {
        display: none;
    }

    .who_we_page img {
        width: 100%;
    }

    .who_we_page_right h2 {
        font-size: 17px;
    }

    .who_we_box2_text {
        margin-top: 15px;
    }

    .who_we_page_right p {
        display: flex;
        font-size: 14px;
    }

    .who_we_box2_text ul li {
        margin: 5px 0px;
        font-size: 14px;
    }

    .product_pg_left ul li i {
        float: left;
    }

    .products_page_in1 .product_pg_left ul li {
        color: #fff;
        margin-bottom: 8px;
    }

    .product_pg_left_pic {
        position: relative;
        height: auto;
        display: block;
        align-items: center;
    }

    .financial_inner_left {
        display: none;
    }

    .financial_inner_right img {
        height: auto;
    }

    .innerabout img {
        height: 220px;
    }

    .careers {
        padding: 15px 0px;
    }

    .careers img {
        padding-top: 20px;
    }

    .manufacturing_sec_text {
        padding-top: 20px;
    }



}

@media (max-width:767px) {
    .careers-cnt {
        padding-top: 0px;
    }
    .genfo_sub_products_heading h3 span {
      font-size: 22px;
    }
}


@media (max-width:600px) {
    .plan-content-box h3 {
        font-size: 22px;
    }

    .plaing_wrap__block h2 {
        font-size: 30px;
        margin-bottom: 9px;
    }

    .who_we_page {
        padding: 30px 0px;
    }

    .who_we_page h3 {
        font-size: 24px;
    }
}


@media (max-width: 1440px) {
    .product_inner_row::after {
        top: -41px;
        right: -155px;
        width: 549px;
    }

    .product_inner_row2::after {
        top: -41px;
        right: -160px;
        width: 552px;
        height: 445px;
    }

    .product_inner_row2 {
        position: relative !important;
        overflow: inherit;
    }

}

@media (max-width: 1200px) {
    .product_inner_row::after {
        position: absolute;
        top: -41px;
        right: -140px;
        width: 400px;
        right: -75px;
    }

    .product_inner_row2::after {
        right: -75px;
        width: 400px;
    }
}

@media (max-width: 991px) {
    .product_inner_row2::after {
        display: none;
    }

    .product_inner_row::after {
        display: none;
    }

}

@media (max-width: 768px) {
    .manufacturing-sec {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px;
    }

}

@media (max-width: 990px) {
    .financial_inner_left img {
        width: 100%;
        z-index: 999;
        border-radius: 0px 0px 0px 0px;
    }

    .financial_inner_left {
        justify-content: space-between;
        display: block;
        margin-bottom: 5%;
        text-align: center;
    }

    .icons_top_nav {
        margin-left: 225px;
    }
}

.cards__container {
    padding: 0px 0px 40px !important;
}

@media (max-width: 500px) {
    .innerabout img {
        height: 175px;
    }
}

.inner_vdo_pg {
    padding: 30px 0px;
}

.inner_vdo_pg video {
    border: 2px solid #1f1a82;
    width: 100%;
}






.founder_message_inner img {
    width: 115%;
    margin-left: -40px;
}

.founder_message_inner {
    position: relative;
}

.founder_message_inner::after {
    position: absolute;
    content: '';
    top: 12px;
    left: 114px;
    height: 100%;
    width: 55%;
    background-color: #1f1a82;
    z-index: -1;
}

.founder_message_inner::before {
    position: absolute;
    content: '';
    top: -7px;
    right: 117px;
    height: 20%;
    width: 15%;
    background-color: #1f1a82;
    z-index: -1;
}

.founder_none {
    display: none;
}

.webinars1 {
    padding-bottom: 40px;
}

.weninar_glry {
    padding-top: 45px !important;
    padding-bottom: 15px !important;
}



@media (max-width:1200px) {
    .founder_message_inner::after {
        position: absolute;
        content: '';
        top: 13px;
        left: 90px;
        height: 99%;
        width: 55%;
    }

    .founder_message_inner::before {
        right: 104px;
    }
}

@media (max-width: 991px) {
    .founder_message_inner::after {
        position: absolute;
        content: '';
        top: 13px;
        left: 155px;
        height: 100%;
        width: 55%;
    }

    .founder_message_inner::before {
        right: 137px;
    }

    .founder_message_inner {
        margin-bottom: 20px;
    }

}

@media (max-width:768px) {
    .webinars-cnt h3 {
        font-size: 21px;
    }

    .weninar_glry {
        padding-bottom: 20px !important;
        padding-top: 10px !important;
    }

    .founder_message_inner::after {
        left: 107px;
        height: 99%;
    }

    .founder_message_inner::before {
        display: none;
    }

    .founder_message_inner::after {
        display: none;
    }

}

@media (max-width:600px) {
    .founder_message_inner::after {
        display: none;
    }

    .founder_message_inner img {
        width: 100%;
        margin-left: 0px;
    }

    .founder_bloc {
        display: none;
    }

    .founder_none {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width:500px) {
    .founder_none {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
        .innerabout img {
        height: 175px;
    }
    
    .innerabout {
      margin-top: 0px;
    }
    .innerabout {
    margin-top: 0px!important; 
    }

}

@media (max-width: 450px) {
    .innerabout img {
        height: 150px !important; 
    }
    .innerabout {
         margin-top: 0px!important; 
    }
}


@media (max-width: 350px){
.innerabout img {
    height: 130px !important;
    
}
.careers h1 {
    font-size: 22px;
    padding: 0px 10px;
}
}

/* lines--------------------------------------- */



.genfo_sub_products_lines::after{
    position: absolute;
    top: 225px;
    right: 366px;
    background-color: #d8d8d8d1;
    content: '';
    width: 1px;
    height: 40%;
}


.genfo_sub_products_lines::before{
    position: absolute;
    top: 225px;
    left: 381px;
    background-color: #d8d8d8d1;
    content: '';
    width: 1px;
    height: 40%;
}

/* //////////////////////////////gynaecology */
.genfo_sub_products_lines_gyny{
    position: relative;
}
.genfo_sub_products_lines_gyny::before{
    position: absolute;
    top: 180px;
    left: 381px;
    background-color: #d8d8d8d1;
    content: '';
    width: 1px;
    height: 75%;
}

.genfo_sub_products_lines_gyny::after{
    position: absolute;
    top: 180px;
    right: 366px;
    background-color: #d8d8d8d1;
    content: '';
    width: 1px;
    height: 75%;
}



/* //////////////////////////////gynaecology */


/* ///////////////////////////////////////// */

.genfo_sub_products_lines_inferty{
    position: relative;
}
.genfo_sub_products_lines_inferty::before{
    position: absolute;
    top: 180px;
    left: 381px;
    background-color: #d8d8d8d1;
    content: '';
    width: 1px;
    height: 68%;
}

.genfo_sub_products_lines_inferty::after{
    position: absolute;
    top: 180px;
    right: 366px;
    background-color: #d8d8d8d1;
    content: '';
    width: 1px;
    height: 68%;
}


/* painseg */
.genfo_sub_products_lines_pain{
    position: relative;
}


.genfo_sub_products_lines_pain::before{
    position: absolute;
    top: 180px;
    left: 381px;
    background-color: #d8d8d8d1;
    content: '';
    width: 1px;
    height: 68%;
}


.genfo_sub_products_lines_pain::after{
    position: absolute;
    top: 180px;
    right: 366px;
    background-color: #d8d8d8d1;
    content: '';
    width: 1px;
    height: 68%;
}



/* genfo_sub_products_lines_ppi ppi  */

.genfo_sub_products_lines_ppi{
    position: relative;
}


.genfo_sub_products_lines_ppi::before{
    position: absolute;
    top: 180px;
    left: 381px;
    background-color: #d8d8d8d1;
    content: '';
    width: 1px;
    height: 68%;
}


.genfo_sub_products_lines_ppi::after{
    position: absolute;
    top: 180px;
    right: 366px;
    background-color: #d8d8d8d1;
    content: '';
    width: 1px;
    height: 68%;
}


/* genfo_sub_products_lines_supprt */
.genfo_sub_products_lines_supprt{
    position: relative;
}
.genfo_sub_products_lines_supprt::after{
    position: absolute;
    top: 200px;
    right: 366px;
    background-color: #d8d8d8d1;
    content: '';
    width: 1px;
    height: 50%;
}
.genfo_sub_products_lines_supprt::before{
    position: absolute;
    top: 200px;
    left: 381px;
    background-color: #d8d8d8d1;
    content: '';
    width: 1px;
    height: 50%;
}



@media (max-width: 1200px){
    .genfo_sub_products_lines::before {
        left: 320px;
    }
    .genfo_sub_products_lines::after {
        right: 320px;
    }
    .genfo_sub_products_lines_inferty::before,
    .genfo_sub_products_lines_pain::before,
    .genfo_sub_products_lines_supprt::before,
    .genfo_sub_products_lines_ppi::before,
    .genfo_sub_products_lines_gyny::before {
        left: 320px;
    }
    .genfo_sub_products_lines_inferty::after,
    .genfo_sub_products_lines_pain::after,
    .genfo_sub_products_lines_supprt::after,
    .genfo_sub_products_lines_ppi::after,
    .genfo_sub_products_lines_gyny::after{
        right: 320px;
    }
    
}

@media (max-width: 991px){
    .genfo_sub_products_lines_inferty::before,
    .genfo_sub_products_lines_pain::before,
    .genfo_sub_products_lines_supprt::before,
    .genfo_sub_products_lines_ppi::before,
    .genfo_sub_products_lines::before {
       display: none;
    }
    .genfo_sub_products_lines_inferty::after,
    .genfo_sub_products_lines_pain::after,
    .genfo_sub_products_lines_supprt::after,
    .genfo_sub_products_lines_ppi::after,
    .genfo_sub_products_lines::after {
        display: none;
    }
    .products_thrd_line{
        display: none;
    }  
    .genfo_sub_products_lines_inferty::before,
    .genfo_sub_products_lines_gyny::before {
        display: none;
    }
    .genfo_sub_products_lines_inferty::after,
    .genfo_sub_products_lines_gyny::after{
        display: none;
    }
    .products_thrd_line_cl_12{
        display: none;
    }
}

