@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.call_em {
    width: 700px;
    font-family: 'Poppins', sans-serif;
    float: left;
}

.call {
    width:320px;
    font-family: 'Poppins', sans-serif;
    float: left;
    color: #fff;
    margin: 1%;
}

.email {
    width: 280px;
    font-family: 'Poppins', sans-serif;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.img {
    width: 100%;
    display: block;
}

.img-ftr {
    width: 80%;
    display: block;
}

.img-bdr {
    border: 1px solid #ccc;
}

.top_right {
    width: 300px;
    float: right;
}

.v_a_img {
    vertical-align: middle;
}

.shdw {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}


/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}


/* for mobile */

@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 80px;
        right: 10px;
        font-size: 22px;
    }
}


/*-----------------------------welcome start---------------------------*/

.welcome_txt p {
    font-family: 'Poppins', sans-serif;
    line-height: 150%;
    text-align: justify;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    margin: 0 auto;
}

.welcome_txt h1 {
    font-family: 'Poppins', sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #e80025;
    font-size: 32px;
    font-weight: 600;
    margin: 0 auto;
}

.welcome_txt1 h1 {
    font-family: 'Poppins', sans-serif;
    line-height: 140%;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    padding: 1%;
}

.welcome_txt h1 span {
    font-family: 'Poppins', sans-serif;
    line-height: 140%;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.bg_clr8 {
    background-color: rgb(255, 255, 255, 0.7);
}

.bg_clr1 {
    background-color: #f2f2f2;
    /*#e6e6e6*/
}

.brd {
    border: 4px solid #fff;
}

.vision h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    color: #000;
    text-align: center;
    min-height: 52px;
    background-color: #fff;
    padding: 3px;
    text-decoration: none;
}

.vision p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 170%;
    text-align: center;
    margin: 2% 2%;
    padding: 0% 4%;
}

.welcome-bg1 {
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 20px 0px;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.top_main {
    width: 100%;
    margin: 0 auto;
    z-index: 999999;
    position: absolute;
}

.top {
    width: 95%;
    margin: 0 auto;
    max-width: 1500px;
}

.top2 {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}

.fix {
    position: sticky;
    top: 0;
}

.logo {
    width: 450px;
    float: left;
    margin-top: 0.6%;
    margin-right: 1%;
    margin-bottom: 0.5%;
    margin-left: 0%;
}

.logo img {
    width: 100%;
    display: block;
}

.navbar {
    width: 440px;
    float: right;
    margin: 2% 1% 1%;
}


/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/

.banner {
    width: 100%;
    position: relative;
}

.banner2 {
    width: 100%;
    position: relative;
}


/*------------------------------------------------------
footer2
-------------------------------------------------------*/

.ftr_col_sm2 {
    width: 98%;
    margin: 1%;
    float: left;
}

.ftr_txt1 p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 130%;
}

.ftr_txt1 p span {
    color: #e4e4e4;
    font-size: 15px;
    font-weight: 600;
}

.ftr_txt2 {
    text-align: right;
}


/*----------------------------------------------
Regular Content
-----------------------------------------------*/

.contener {
    width: 95%;
    margin: 0 auto;
    max-width: 1440px;
}

.col_sm1 {
    width: 100%;
    margin: 0 auto;
}

.col_sm11 {
    width: 98%;
    margin: 0 auto;
}

.col_sm2 {
    width: 48%;
    margin: 1%;
    float: left;
}

.col_sm3 {
    width: 31%;
    margin: 1%;
    float: left;
}

.col_sm4 {
    width: 23%;
    float: left;
    margin: 1%;
}

.col_sm5 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm6 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm9 {
    width: 65%;
    float: left;
    margin: 1%;
}

.col_sm99 {
    width: 30%;
    float: left;
    margin: 1%;
}

.col_sm10 {
    width: 50%;
    float: left;
}

.col_sm100 {
    width: 45%;
    float: right;
}


/*---------------------------------------------
vinly
----------------------------------------------*/

.brdd {
    border-top: 1px solid #dcdcdc;
}

.brdd2 {
    border-top: 1.5px dashed #dcdcdc;
}

.main_hed h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 150%;
    margin: 0% 1%;
    color: #0068ae;
    border-left: 5px solid #e80025;
    padding-left: 1%;
}

.vinnly h1 {
    font-family: 'Poppins', sans-serif;
    line-height: 140%;
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 1% 2%;
    margin: 1% 0%;
    background-color: #ffcb05;
}

.vinnly h2 {
    font-family: 'Poppins', sans-serif;
    line-height: 140%;
    text-align: left;
    color: #e80025;
    font-size: 20px;
    font-weight: 600;
    margin: 1%;
}

.vinnly p {
    font-family: 'Poppins', sans-serif;
    line-height: 150%;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 1% 1%;
    margin: 0% 0%;
}

.vinnly p span {
    font-family: 'Poppins', sans-serif;
    line-height: 150%;
    text-align: left;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin: 0% 0%;
}


/*---------------------------------------------
link
----------------------------------------------*/

a.link:link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 15px;
}

a.link:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a.link:hover {
    color: #fff;
    text-decoration: none;
}

a.link:active {
    color: #FFFFFF;
    text-decoration: none;
}

a.link2:link {
    color: #000;
    text-decoration: none;
}

a.link2:visited {
    color: #000;
    text-decoration: none;
}

a.link2:hover {
    color: #ef3964;
    text-decoration: none;
}

a.link2:active {
    color: #000;
    text-decoration: none;
}

.decoration {
    text-decoration: none;
}

a.link3:link {
    color: #02aacf;
    text-decoration: none;
}

a.link3:visited {
    color: #fff;
    text-decoration: none;
}

a.link3:hover {
    color: #fff;
    text-decoration: none;
}

a.link3:active {
    color: #fff;
    text-decoration: none;
}

a.link4:link {
    color: #ffcd01;
    text-decoration: none;
}

a.link4:visited {
    color: #032C0B;
    text-decoration: none;
}

a.link4:hover {
    color: #032C0B;
    text-decoration: none;
}

a.link4:active {
    color: #032C0B;
    text-decoration: none;
}


/*-----------------------------------------------
Bullet
------------------------------------------------*/

.bullet ul {
    list-style-image: url(../images/bullet2.png);
    margin: 1% 1% 1% 8%;
}

.bullet ul li {
    margin: 0% 2% 0.1% 0%;
    padding: 1% 0.8% 0.1% 0.8%;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 17px;
    text-align: justify;
    font-weight: 500;
    line-height: 160%;
}

.bullet ul li span {
    font-size: 15px;
    font-weight: 500;
}

.bullet2 ul {
    list-style-image: url(../images/bullet2.png);
    margin: 0% 1% 1% 2%;
}

.bullet2 ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 140%;
    color: #000;
    margin: 0% 0% 0.5% 2%;
    padding: 1% 0% 0% 0.8%;
    text-decoration: none;
    font-weight: 400;
    text-align: justify;
}


/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/

.table_hedd {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: left;
    padding: 1%;
}

.tbl_css p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding: 1%;
}

.tbl_css p span {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 1% auto;
    float: none;
    border: 1px solid #afafaf;
    background-color: #FFFFFF;
}

th,
td {
    border: solid 1px #cfcfcf !important;
    text-align: left !important;
    padding: 8px !important;
}

tr:nth-child(even) {
    background-color: #f3f3f3;
}

.bodytext_bold2 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #e80025;
    padding: 0.5% 0% 0.5% 1%;
    text-align: center;
}

.bodytext_bold1 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #e80025;
    padding: 0.5% 0% 0.5% 1%;
    text-align: center;
}

.td_txt {
    padding: 0.5% 0% 0.5% 1%;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 160%;
}

.td_txt span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.col_sm16 {
    width: 99%;
}

.tbl_link {
    color: #000;
    text-decoration: none;
}


/*-----------------------------------------------------
Button
------------------------------------------------------*/

.view_mr {
    width: 120px;
    float: left;
    margin: 1%;
}

.btn {
    width: 100%;
    padding: 8% 4%;
    font-size: 15px;
    border: 0px solid;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    background-color: #cb4500;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    margin: 16% 0%;
    border-radius: 5px;
}

.btn:hover {
    background-color: #cb4500;
    color: #fff;
}


/*-------------------------------------
contact page
-------------------------------------*/


.inner_heading h1 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    padding: 2% 1% 1%;
}

.cnt_col_sm3 {
    border: 1px solid #e9e9e9;
    background-color: #f3f3f3;
    min-height:255px;
}

.bg_clr66 {
    background-color: #ffc841;
    padding: 1%;
}

.m_btmm{
    margin-bottom: 2%;
}

.main_heading h1 {
    font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-size: 28px;
    padding: 1% 1%;
    font-weight: 600;
}

.cont_txt h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 500;
    padding: 1% 1% 1%;
    color: #2a67a8;
}

.cont_txt p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
    padding: 2% 1% 0%;
}

.cont_txt h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 2% 1% 0%;
    color: #2a67a8;
}

.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
}

.cont_col_sm3 {
    width: 48%;
    margin: 1%;
    float: left;
    min-height: 280px;
}

.div-overlap {
    margin: -2% 1% 1% 1%;
    position: absolute;
}

.cont_pdg_sm3 {
    padding: 1% 1.5%;
}

.con_heading h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    margin: 1%;
    text-align: justify;
}

.con_heading h1 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 2% 1% 3%;
}

.cont_icn {
    width: 2%;
    float: left;
    margin: 1.5% 4% 0% 1%;
}

.cont_icn i {
    font-size: 20px;
}

.cont_txt_main {
    width: 90%;
    float: left;
}

.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 155%;
    margin: 1%;
    text-align: justify;
}

.txt {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 2% 2%;
}

.link22 {
    color: #000;
    text-decoration: none;
}

.career_f {
    font-family: 'Poppins', sans-serif;
    color: #032C0B;
    font-size: 22px;
    padding: 1%;
    font-weight: 600;
    line-height: 150%;
    text-align: left;
}

.col_sm122 {
    width: 31%;
    margin: 0 auto;
}


/*---------------------------------------------------
Extra
---------------------------------------------------*/

.bg_clr {
    background-color: #FFFFFF;
}

.bg_top {
    background-color: #0068ae;
}

.bg_clr3 {
    background: rgba(255, 255, 255, 0.8);
}

.bg_clr5 {
    background-color: #0068ae;
}

.bg_clr6 {
    background-color: #ffc841;
}

.fa {
    text-align: right;
    padding-top: 0.4%;
    padding-right: 1%;
    font-size: 100% !important;
}


/*----------------------------------------------------
top_arrow
-----------------------------------------------------*/

.top_arrow {
    width: 25px;
    height: 33px;
    position: fixed;
    right: 2%;
    bottom: 4%;
    display: none;
    transition-duration: 1s;
    background-image: url('../images/top-b.png');
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 9999999999;
}

.top_arrow:hover {
    width: 25px;
    height: 33px;
    position: fixed;
    right: 2%;
    transition-duration: 1s;
    bottom: 4%;
    cursor: pointer;
    background-image: url('../images/top-b.png');
    display: none;
}

@media only screen and (max-width:1140px) {
    .top {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1100px) {
    .contener {
        width: 98%;
        margin: 0 auto;
        max-width: 1100px;
    }
}

@media only screen and (max-width:1075px) {
    .ftr_col_sm2 {
        width: 98%;
        margin: 1%;
        float: left;
    }
    .ftr_txt2 {
        text-align: left;
    }
}

@media only screen and (max-width:950px) {
    .col_sm4 {
        width: 31%;
    }
}

@media only screen and (max-width:940px) {
    .call_em {
        width: 100%;
    }
    .logo {
        float: none;
        margin: 0% auto;
        padding: 0.5%;
    }
    .navbar {
        width: 100%;
        float: none;
        margin: 0 auto;
        background-color: #ffcb05;
    }
    .col_sm8 {
        width: 98%;
        float: left;
        margin: 1%;
    }
    .col_sm88 {
        width: 98%;
        float: left;
        margin: 1%;
    }
    .col_sm2 {
        width: 98%;
        margin: 1%;
        float: left;
    }
}

@media only screen and (max-width:800px) {
    .col_sm4 {
        width: 48%;
    }
    .top_main {
        z-index: none;
        position: static;
    }
    .col_sm9 {
        width: 98%;
        float: none;
        margin: 1% auto;
    }
    .col_sm99 {
        width: 98%;
        float: none;
        margin: 1% auto;
    }
    .col_sm3 {
        width: 48%;
    }
}

@media only screen and (max-width:750px) {
    .col_sm4 {
        width: 98%;
    }
    .col_sm3 {
        width: 98%;
    }
}

@media only screen and (max-width:550px) {
    .bullet ul {
        margin: 1% 1% 1% 8%;
    }
}

@media only screen and (max-width:500px) {}

@media only screen and (max-width:450px) {
    .logo {
        width: 97%;
        padding: 2% 0%;
    }
}

@media only screen and (max-width:410px) {
    .wel_col_sm1 p {
        padding: 1% 2%;
    }
}

@media only screen and (max-width:390px) {
    .ftr_logo2 {
        width: 85%;
    }
}

.about_txt p {
    font-family: 'Poppins', sans-serif;
    line-height: 150%;
    text-align: justify;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    /*    margin-top: 12px;*/
    margin: 0 auto;
}

.about_txt h1 {
    font-family: 'Poppins', sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #e80025;
    font-size:28px;
    font-weight: 600;
    margin: 0 auto;
}

.about_txt ul li {
    font-family: 'Poppins', sans-serif;
    line-height: 180%;
    text-align: justify;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    /* margin-top: 12px; */
    margin: 10px 0px 0px 20px;
    list-style-type: square;
}

.about_txt span {
    font-family: 'Poppins', sans-serif;
    line-height: 170%;
    text-align: justify;
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

.about_txt1 h1 {
    font-family: 'Poppins', sans-serif;
    line-height: 140%;
    text-align: center;
    color: #e80025;
    font-size: 34px;
    font-weight: 600;
    margin: 0 auto;
}

.about_txt1 h4 {
    font-family: 'Poppins', sans-serif;
    line-height: 140%;
    text-align: center;
    color: #e80025;
    font-size: 23px;
    font-weight: 600;
    margin: 0 auto;
}

.about_txt1 p {
    font-family: 'Poppins', sans-serif;
    line-height: 150%;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
}

.about_txt1 span {
    font-family: 'Poppins', sans-serif;
    line-height: 170%;
    text-align: center;
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

.about_comm {
    background-color: #fff;
    height: 250px;
    padding: 1% 1%
}

.about_comm p {
    font-family: 'Poppins', sans-serif;
    line-height: 150%;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
}

.about_comm h4 {
    font-family: 'Poppins', sans-serif;
    line-height: 140%;
    text-align: center;
    color: #e80025;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
}

.about_icon {
    margin: 1% auto;
    height: 60px;
    width: 60px;
}

.pagination a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    left: 50% !important;
    position: relative;
    margin: 0;
}

.pagination a.active {
    background-color: #e80025;
    /*  position: relative;*/
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}