body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}
.mainwrapper {
    font-family: 'Roboto', sans-serif;
    margin: 0px 0px;
    padding: 0px 0px;
}
/* .img-responsive{
  height: 500px;
  width: 1600px;
} */
.right-mob-left {
    text-align: right;
}
.right-mob-center {
    text-align: right;
}
.left-mob-center {
    text-align: left;
}
.left-mob-right {
    text-align: left;
}
.center-mob-left {
    text-align: center;
}
.center-mob-right {
    text-align: center;
}
.right-mobtab-left {
    text-align: right;
}
.nopaddingarea {
    padding: 0px 15px;
}
.nopadding {
    padding: 0px;
}
.nopaddingarea1 {
    padding: 0px 14px;
}
.nopadding1 {
    padding: 1px;
}
.padding5pxarea {
    padding: 0px 10px;
}
.padding5px {
    padding: 0px 5px;
}
.topmargin5 {
    margin-top: 5px;
}
.topmargin10 {
    margin-top: 10px;
}
.topmargin15 {
    margin-top: 15px;
}
.topmargin20 {
    margin-top: 20px;
}
.topmargin30 {
    margin-top: 30px;
}
.topmargin40 {
    margin-top: 40px;
}
.topmargin50 {
    margin-top: 50px;
}
.rowmargindesk30 {
    margin-top: 30px;
}
.hidedesk {
    display: none;
}

/****************************************************************************************************
Topband Css Start here
****************************************************************************************************/
.topband {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0px;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.topband.active {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.logo {
    margin: 0px;
}
.logo img {
    height: 70px;
}
.menu {
    margin-top: 21px;
    float: right;
}
.toplinks {
    margin-top: 12px;
    text-align: right;
}
.toplinks ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
}
.toplinks ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 3px;
    padding: 0px 0px;
    vertical-align: top;
}
.demorequestbtn {
    display: inline-block;
    padding: 0px 20px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: solid 0px #3c4398;
    background: #c42b31;
    border-radius: 0px;
    transition: 0.4s;
    height: 35px;
}
.demorequestbtn:hover,
.demorequestbtn:focus,
.demorequestbtn.focus {
    text-decoration: none;
    background: #a61b21;
    color: #fff;
}
.dropdownbtn {
    background: #717171;
    padding: 0px 20px;
    margin: 0px;
    font-size: 13px;
    color: #fff;
    border: none;
    height: 35px;
    width: 100%;
    text-transform: uppercase;
}

/****************************************************************************************************
Collage Css Start here
****************************************************************************************************/

.collage {
    margin-top: 79px;
    padding: 0px;
}
#main-slider {
    width: 100%;
    position: relative;
    border: solid 0px #ff0004;
}
#content-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#content-slider ul {
    padding: 0;
    list-style: none;
    position: relative;
}
#content-slider ul li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#slider-overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 80;
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgba(255, 255, 255, 0)),
        color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}
.slider-heading {
    margin: 0;
    padding: 0;
}
.caption-white {
    font-size: 24px;
    color: #fff;
    line-height: 28px;
    padding: 0px 0px;
    width: 100%;
    font-weight: 300;
}
.caption-black {
    /*background: #131516;*/
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    padding: 0px 0px;
    width: 100%;
    font-weight: 300;
}
.caption-black span {
    font-weight: 700;
}

/****************************************************************************************************
Toggle css start here
****************************************************************************************************/

.slider {
    display: none;
}
.slider2 {
    display: none;
}
.collapseSlider {
    display: none;
}
.sliderExpanded .collapseSlider {
    display: block;
    clear: both;
}
.sliderExpanded .expandSlider {
    display: none;
}
.slideropen {
    display: block;
}
.slideropen2 {
    display: none;
}

/****************************************************************************************************
Others Css Start here
****************************************************************************************************/

.videosectionarea {
    padding-bottom: 60px;
    margin-top: -60px;
    position: relative;
    z-index: 9999;
}
.graycontarea {
    background: #f4f4f4;
    padding: 60px 0px;
}
.verificationbox {
    background: #fff;
    border: solid 1px #e6e6e6;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    padding: 30px 20px;
    text-align: center;
    min-height: 262px;
    transition: 0.4s;
}
.verificationbox:hover {
    border: solid 1px #c3262e;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.2);
}
.verificationbox a {
    display: block;
    text-decoration: none;
}
.verificationbox a:hover {
    text-decoration: none;
}
.verificationbox h3 {
    font-size: 26px;
    color: #252826;
    line-height: 26px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 20px;
}
.verificationbox h3 span {
    color: #c3262e;
    font-weight: 500;
}
.verificationboxicon {
    margin-bottom: 20px;
}
.verificationboxcont {
    font-size: 15px;
    color: #505050;
    line-height: 20px;
    font-weight: 300;
}
.whitecontarea {
    background: #fff;
    padding: 60px 0px;
}
.mainheading {
    font-size: 26px;
    color: #252826;
    line-height: 26px;
    font-weight: 300;
}
.mainheading h2 {
    font-size: 26px;
    color: #252826;
    line-height: 26px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
}
.mainheading h2 span {
    color: #c42b31;
}
.mainheading h3 {
    font-size: 22px;
    color: #c12128;
    line-height: 26px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
}
.mainheading h4 {
    font-size: 19px;
    color: #c12128;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
}
.realtimeredbox {
    background: #c3262e;
    padding: 30px 30px;
    min-height: 370px;
}
.realtimeredbox h3 {
    font-size: 19px;
    color: #fff;
    line-height: 22px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
}
.realtimeredbox ul {
    margin: 0px 0px;
    padding: 0px 0px;
}
.realtimeredbox ul li {
    background: url(../img/delete.png) no-repeat left top;
    background-position: 0px 8px;
    list-style-type: none;
    margin: 0px 0px;
    padding: 4px 0px 4px 20px;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    font-weight: 300;
}
.realtimegraybox {
    background: #e6e6e6;
    padding: 30px 30px;
    min-height: 370px;
}
.realtimegraybox h3 {
    font-size: 19px;
    color: #252826;
    line-height: 22px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
}
.realtimegraybox ul {
    margin: 0px 0px;
    padding: 0px 0px;
}
.realtimegraybox ul li {
    background: url(../img/check.png) no-repeat left top;
    background-position: 0px 8px;
    list-style-type: none;
    margin: 0px 0px;
    padding: 4px 0px 4px 20px;
    font-size: 14px;
    color: #252826;
    line-height: 18px;
    font-weight: 300;
}
.blogbox {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
}
.blogboximg {
    background: url(../img/noimage.png) no-repeat center center #ccc;
    width: 100%;
    height: 210px;
    position: relative;
}
.blogboximg img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: 50% 50%;
}
.blogboxcontarea {
    background: #fff;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-bottom: solid 2px #c3262e;
    padding: 20px 20px;
}
.blogboxcontarea h3 {
    font-size: 19px;
    color: #c3262e;
    line-height: 22px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
}
.blogboxtext {
    font-size: 14px;
    color: #252826;
    line-height: 16px;
    font-weight: 300;
}
.blogboxtext a {
    color: #c3262e;
    text-decoration: underline;
}
.blogboxtext a:hover {
    color: #252826;
    text-decoration: underline;
}
.footer {
    background: #252826;
}
.footercontarea {
    padding: 30px 0px;
}
.footercontarea h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
}
.footertext {
    font-size: 14px;
    color: #e5e5e5;
    line-height: 18px;
    font-weight: 300;
}
.footertext a {
    color: #e5e5e5;
    text-decoration: none;
}
.footertext a:hover {
    color: #fff;
    text-decoration: none;
}
.footertext ul {
    margin: 0px;
    padding: 0px;
}
.footertext ul li {
    list-style-type: none;
    margin: 0px;
    padding-bottom: 5px;
}
.social_icons {
    font-size: 25px;
    color: #e5e5e5;
    line-height: 25px;
}
.social_icons a {
    padding: 0px 5px;
    color: #e5e5e5;
    text-decoration: none;
}
.social_icons a:hover {
    color: #fff;
    text-decoration: none;
}
.copyrightarea {
    border-top: solid 1px #505250;
    padding: 15px 0px;
    font-size: 14px;
    color: #e5e5e5;
    font-weight: 300;
}

/****************************************************************************************************
Inner pages css start here
****************************************************************************************************/

.innercollage {
    position: relative;
}
.innercollageheading {
    position: absolute;
    background: rgba(192, 32, 39, 0.9);
    bottom: 0px;
    width: 100%;
    padding: 10px 0px;
}
.innercollageheading h1 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}
.aboutconttext {
    font-size: 14px;
    color: #252826;
    line-height: 24px;
    font-weight: 300;
}
/* .missionvisionbox {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    border-radius: 7px;
} */
.missionvisionboximg {
    /* background: url(../img/noimage.png) no-repeat center center #ccc; */
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 7px 7px 0px 0px;
    display: flex;
    justify-content: center;
}
.missionvisionboximg img {
    width: 97%;
    height: 385px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 8px;
}
.missionvisionboxcontarea {
    background: #fff;
    /* border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6; */
    padding: 20px 20px;
    /* border-radius: 0px 0px 7px 7px; */
    text-align: center;
    align-items: start;
    min-height: 165px;
}
.missionvisionboxcontarea h3 {
    color: #b32528;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 15px;
}
.missionvisionboxtext {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    text-align: start;
}
.textblack16med {
    font-size: 16px;
    color: #252826;
    line-height: 22px;
    font-weight: 500;
}
.productbox {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    border-radius: 7px;
}
.productboximg {
    background: url(../img/noimage.png) no-repeat center center #ccc;
    width: 100%;
    height: 165px;
    position: relative;
    border-radius: 0px 0px 7px 7px;
}
.productboximg img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 0px 0px 7px 7px;
}
.productboxcontarea {
    background: #fff;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-top: solid 1px #e6e6e6;
    padding: 20px 20px;
    border-radius: 7px 7px 0px 0px;
    text-align: center;
    min-height: 165px;
}
.productboxcontarea h3 {
    font-size: 26px;
    color: #252826;
    line-height: 26px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 20px;
}
.productboxcontarea h3 span {
    color: #c3262e;
    font-weight: 500;
}
.productboxtext {
    font-size: 15px;
    color: #505050;
    line-height: 20px;
    font-weight: 300;
}
.productfeaturesbox {
    background: #dfdfdf;
    padding: 20px 20px;
    min-height: 370px;
}
.productfeaturesbox1 {
    background: #dfdfdf;
    padding: 20px 20px;
    min-height: 210px;
}
.productfeaturescont {
    font-size: 15px;
    color: #252826;
    line-height: 20px;
    font-weight: 300;
}
.productfeaturescont h4 {
    font-size: 19px;
    color: #c3262e;
    line-height: 19px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
}
.productfeaturescont ul {
    margin: 0px 0px 0px 14px;
    padding: 0px 0px;
}
.productfeaturescont ul li {
    list-style-type: disc;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px;
    line-height: 16px;
}
.redtext {
    font-size: 14px;
    color: #c12128;
}
.careercontarea {
    margin-top: 50px;
}
.textblack14cont {
    font-size: 14px;
    color: #252826;
    line-height: 24px;
    font-weight: 400;
}
.textblack15med {
    font-size: 15px;
    color: #252826;
    line-height: 24px;
    font-weight: 500;
}
.textblack15med a {
    color: #c12128;
    text-decoration: none;
}
.textblack15med a:hover {
    color: #252826;
    text-decoration: underline;
}
.careerbox {
    background: #fff;
    border: solid 1px #f2f2f2;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
}
.careerbox h3 {
    font-size: 19px;
    color: #252826;
    line-height: 22px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 15px;
    border-bottom: solid 1px #e6e6e6;
}
.careerbox ul {
    margin: 0px 0px;
    padding: 5px 0px 15px 0px;
}
.careerbox ul li {
    list-style-type: none;
    margin: 0px 0px;
    padding: 12px 15px;
    border-bottom: dotted 1px #b8b7b7;
    font-size: 15px;
    color: #505050;
    line-height: 20px;
    font-weight: 300;
}
.upcomingmodulebox {
    background: #fff;
    border: solid 1px #e6e6e6;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
    padding: 20px 15px;
    text-align: center;
    min-height: 270px;
    transition: 0.4s;
}

.upcomingmodulebox:hover {
    border: solid 1px #c3262e;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.2);
}
.upcomingmodulebox h3 {
    font-size: 18px;
    color: #c3262e;
    line-height: 22px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 20px;
}
.upcomingmodulebox h3 span {
    font-size: 23px;
    color: #c3262e;
    font-weight: 500;
}
.recognitionband {
    background: #c3262e;
    padding: 10px 15px;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
}
.recognitionband a {
    color: #fff;
    text-decoration: none;
}
.whitecontarea .col-md-4 {
    padding: 15px;
}
.whychooseus {
    margin-top: 50px;
}
.new-hr {
    margin: 0;
}
.vision-mission-div {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
    margin-bottom: 64px;
    width: 100%;
    height: auto;
}

.vision-div {
    height: 385px;
    width: 100%;
    display: flex;
    align-items: start;
    gap: 42px;
}

.vision-div img,
.mission-div img {
    width: 571px;
    height: 385px;
    border: none;
}

.vision-mission-txt-div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 16px;
}

.vision-mission-txt-1 {
    color: #b32528;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.vision-txt-2,
.mission-txt-2 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}

.vision-txt-2 {
    width: 570px;
}

.mission-txt-2 {
    width: 545px;
}
.mission-div {
    height: 385px;
    width: 100%;
    display: flex;
    align-items: start;
    gap: 16px;
}
#missionvisionbox {
    flex-direction: row-reverse;
}
.bio-data-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 64px;
}

.bio-data-header p {
    color: #b32528;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.bio-data-details {
    height: auto;
    width: 100%;
    padding: 16px 21px 16px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    color: #000;
    border-radius: 8px;
    transition: background 0.2s ease-in-out;
}

.bio-data-details:hover {
    border: 1px solid #b32528;
    transform: scale(1);
}

.bio-data-details:hover .linkdinbtn {
    display: flex;
}

.bio-data-img-div {
    background-color: #d9d9d9;
    width: 20.5%;
    height: 219px;
    border-radius: 100%;
}

.bio-data-img-div img {
    border-radius: 100%;
    height: 100%;
    width: 100%;
}

.bio-data-txt-div {
    height: auto;
    width: 84%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bio-data-txt-div-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bio-data-txt-div-sub-sec {
    width: 100%;
}

.bio-data-txt-1 {
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.bio-data-txt-1 span {
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bio-data-txt-2 {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin: 0;
}

.linkdinbtn-div {
    width: 100%;
    height: auto;
    display: none;
    justify-content: end;
    align-items: center;
}

.linkdinbtn,
.linkdinbtn-m {
    height: 32px;
    border-radius: 4px;
    background: #b32528;
    width: 102px;
    cursor: pointer;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 7px 8px 6px 8px;
    text-decoration: none;
    border: none;
}

.linkdinbtn:hover {
    text-decoration: none;
}

.linkdinbtn-m:hover {
    text-decoration: none;
}

.linkdinbtn img,
.linkdinbtn-m img {
    width: 24px;
    height: 24px;
}

.linkdinbtn p,
.linkdinbtn-m p {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (max-width: 1024px) {
    .demorequestbtn {
        padding: 0px 10px;
    }
    .dropdownbtn {
        padding: 0px 10px;
    }
    .verificationbox {
        min-height: 308px;
    }
    .missionvisionboxcontarea {
        min-height: 182px;
    }
    .productboxcontarea {
        min-height: 290px;
    }
    .productfeaturesbox {
        min-height: 400px;
    }
    .productfeaturesbox1 {
        min-height: 240px;
    }
    .upcomingmodulebox {
        min-height: 280px;
    }
    .bio-data-img-div {
        height: 184px;
    }
}

@media screen and (max-width: 900px) {
    .rowmargintabmob30 {
        margin-top: 30px;
    }
    .rowmargintabmob20 {
        margin-top: 20px;
    }
    .rowmargintabmob10 {
        margin-top: 10px;
    }
    .rowmargindesk30 {
        margin-top: 0px;
    }
    .menu {
        margin-top: 15px;
    }
    .demorequestbtn {
        padding: 0px 20px;
    }
    .dropdownbtn {
        padding: 0px 20px;
    }
    .caption-white {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .caption-black {
        font-size: 30px !important;
        line-height: 30px !important;
    }
    .videosectionarea {
        padding-bottom: 40px;
        margin-top: 0px;
    }
    .graycontarea {
        padding: 40px 0px;
    }
    .verificationbox {
        min-height: 348px;
    }
    .whitecontarea {
        padding: 40px 0px;
    }
    .realtimeredbox {
        min-height: 481px;
    }
    .realtimegraybox {
        min-height: 481px;
    }
    .missionvisionboxcontarea {
        min-height: 222px;
    }
    .productboxcontarea {
        min-height: 330px;
    }
    .productfeaturesbox {
        min-height: 520px;
    }
    .productfeaturesbox1 {
        min-height: 270px;
    }
    .upcomingmodulebox {
        min-height: 270px;
    }
    .bio-data-img-div {
        height: 134px;
    }
}

@media screen and (max-width: 767px) {
    .bio-data-details {
        flex-direction: column;
    }
    .bio-data-img-div {
        width: 128px;
        height: 128px;
    }
    .bio-data-header p {
        font-size: 24px;
    }
    .bio-data-txt-div {
        text-align: center;
    }
    .bio-data-txt-1 {
        font-size: 16px;
    }
    .bio-data-txt-1 span {
        font-size: 16px;
    }
    .bio-data-txt-2 {
        font-size: 14px;
    }
    .bio-data-details {
        padding: 5px;
    }
    #mision-vison-div {
        display: flex;
        flex-direction: column;
    }
    .missionvisionbox {
        flex-direction: column;
        gap: 0;
    }
    #missionvisionbox {
        flex-direction: column;
    }
    .missionvisionboxcontarea {
        align-items: center;
    }
    .missionvisionboxcontarea h3 {
        font-size: 26px;
        color: #c3262e;
        line-height: 26px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .missionvisionboxtext {
        font-size: 15px;
        color: #505050;
        line-height: 20px;
        font-weight: 300;
        text-align: center;
    }
    .missionvisionbox {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
        -moz-box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
        border-radius: 7px;
    }
    .missionvisionboximg {
        background: url(../img/noimage.png) no-repeat center center #ccc;
        width: 100%;
        height: 175px;
        position: relative;
        border-radius: 7px 7px 0px 0px;
    }
    .missionvisionboximg img {
        width: 100%;
        height: 175px;
        object-fit: cover;
        object-position: 50% 50%;
        border-radius: 7px 7px 0px 0px;
    }
    .rowmargin30 {
        margin-top: 30px;
    }
    .rowmargin20 {
        margin-top: 20px;
    }
    .rowmargin10 {
        margin-top: 10px;
    }
    .rowmarginbotm20 {
        margin-bottom: 20px;
    }
    .right-mob-left {
        text-align: left;
    }
    .right-mob-center {
        text-align: center;
    }
    .left-mob-center {
        text-align: center;
    }
    .left-mob-right {
        text-align: right;
    }
    .center-mob-left {
        text-align: left;
    }
    .center-mob-right {
        text-align: right;
    }
    .toplinks {
        margin-top: 10px;
        text-align: left;
    }
    .menu {
        margin-top: 21px;
    }
    .collage {
        margin-top: 125px;
    }
    .caption-white {
        font-size: 13px !important;
        line-height: 16px !important;
        top: 45px !important;
    }
    .caption-black {
        font-size: 20px !important;
        line-height: 22px !important;
        top: 20px !important;
    }
    .verificationbox {
        min-height: auto;
    }
    .realtimeredbox {
        min-height: auto;
    }
    .realtimegraybox {
        min-height: auto;
    }
    .missionvisionboxcontarea {
        min-height: auto;
    }
    .productboxcontarea {
        min-height: auto;
    }
    .productfeaturesbox {
        min-height: auto;
    }
    .productfeaturesbox1 {
        min-height: auto;
    }
    .careercontarea {
        margin-top: 0px;
    }
    .upcomingmodulebox {
        min-height: auto;
    }
    .hidedesk {
        display: block;
    }
    .bio-data-txt-div-sub {
        flex-direction: column;
        gap: 4px;
    }
    .bio-data-details:hover {
        border: none;
        transform: scale(1);
    }
    .bio-data-details:hover .linkdinbtn {
        display: none;
    }
    .linkdinbtn-div {
        display: flex;
        justify-content: center;
    }
    .linkdinbtn-m {
        display: flex;
    }
    .bio-data-div {
        box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.1);
        border-radius: 7px;
        gap: 24px;
    }
}

@media screen and (max-width: 480px) {
    .innercollageheading h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 375px) {
    .bio-data-header p {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}
