.locations-sec h3:after.kvn-header {
    width: 100%;
}

.kvn-header {
    width: 100%;
}

* {
    box-sizing: border-box;
}

p,
ul li {
    font-family: "Poppins", sans-serif !important;
}

p,
.products .product-item p,
.product-list .product-wrap p {
    font-size: 1.1rem !important;
}

.footer-info-address p,
.footer-info-address p a {
    font-size: 15px !important;
}

section.product-banner-section h2 {
    font-size: 3rem;
}

.products .product-item h5 {
    font-size: 1.8rem;
}

.coming-soon {
    font-size: 16px !important;
}

label#s-error {
    display: none !important;
}

footer ul li a {
    /* font-size: 16px; */
    font-size: 13px;
}

.copyright-sec p {
    font-size: 14px !important;
}

footer li.thik a,
footer .thik {
    font-size: 15px;
}

footer .newsletterbtn input[type="submit"] {
    font-size: 13px;
}

.news-slide .nav-link {
    padding: 0.5rem 2rem;
}


/* .about-red span.icon-search svg g,
.about-red span.icon-search svg line {
    stroke: #de2b24;
} */

.slim .about-red span.icon-search svg g,
.slim .about-red span.icon-search svg line {
    stroke: #ffffff;
}

.footer-bottom .copy-right p,
.footer-bottom .term-wrpr p span a,
.footer-bottom .desgn-wrpr p,
.footer-bottom .desgn-wrpr p a {
    /* font-size: 1rem !important; */
    font-size: 12px!important;
}

li.sitmap-li {
    position: relative;
    padding-left: 20px;
    min-height: 60px;
}

li.sitmap-li:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background: #de2b24;
    left: 0;
    top: 10px;
    border-radius: 10px;
}

ul.sitemap-list h5 {
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 30px;
}

li.sitmap-li {
    font-weight: 300;
}

.kvn-english-flg a img {
    width: 20px;
    margin-right: 20px;
}

.kvn-english-flg a {
    color: #18326b;
}

.kvn-english-flg {
    padding: 60px 0 0 100px;
}

.kvn-english-flg h6 {
    font-size: 16px;
    font-family: "poppins";
    color: #18326b;
}


/*selectric css start*/


/*======================================
  Selectric v1.12.0
======================================*/

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: none;
    border-radius: 0px;
    background: transparent;
    -webkit-appearence: none;
    appearence: none;
    position: relative;
    overflow: hidden;
    width: 200px;
    font-family: "Poppins", sans-serif !important;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 1rem !important;
    line-height: 38px;
    color: #495057;
    opacity: 0.8;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: transparent;
    color: #bbb;
    text-align: center;
/*     font: 0/0 ; */
    font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #bbb;
    border-bottom: none;
}

.selectric-focus .selectric {
    border-color: #aaaaaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #c4c4c4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
    font-family: "Poppins", sans-serif !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
}

.selectric-items li.selected {
    background: #e0e0e0;
    color: #495057;
}

.selectric-items li.highlighted {
    background: #de2b24 !important;
    color: #fff !important;
}

.selectric-items li:hover {
    background: #d5d5d5;
    color: #495057;
    opacity: 0.8;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #495057;
    opacity: 0.8;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

select {
    position: absolute;
    bottom: 0;
}

.spacer {
    height: 350px;
}


/*selectric css end*/


/* #searchLocation {
  width: 95%;
} */

.visit_site_sec {
    background-image: url(../images/veiw-website.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 90px 0 120px;
}

.visit_site_sec .row {
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0 12%;
}

.visit_site_sec .col_head {
    width: 30%;
    padding: 0 15px;
}

.visit_site_sec .col_visit p {
    color: #ffffff;
    font-size: calc((2 * (1em - 13px) - -2em - 9px));
    font-weight: 400;
    line-height: 40px;
}

.visit_site_sec h2 {
    font-size: calc((9 * (1em - 13px) - -2em - 4px));
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
}

.visit_site_sec .col_visit {
    width: 57%;
    padding: 20px 15px;
    padding-left: 5%;
    margin-left: 3%;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
}

.visit_site_sec a.kvn-btn.kvn-gold-btn.gold {
    margin-top: 35px;
    min-width: 175px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    border: 2px solid #fdd892;
    background: transparent;
}

.visit_site_sec a.kvn-btn.kvn-gold-btn.gold:hover {
    background: #fdd892 !important;
    color: #0d0d3f;
}

.visit_site_sec .kvn-btn:after {
    border-color: transparent #fdd892 transparent transparent;
}

.visit_site_sec .kvn-btn:before {
    border-color: transparent transparent transparent #fdd892;
}

.kvn-header .navbar__main.js-affix-nav-bar {
    display: block !important;
    opacity: 0;
}

body.open .kvn-header .navbar__main.js-affix-nav-bar {
    transition: 1s all ease-in-out;
    opacity: 1;
}


/*.news-block.slick-slide {*/


/*    width: 100% !important;*/


/*    min-width: 410px !important;*/


/*}*/


/*section.news-wrpr .news-block-wrpr .news-block .news-img-block img {*/


/*    min-width: 410px !important;*/


/*    max-width: 410px !important;*/


/*}*/

.contact-form form .form-group.select-categry {
    width: 100%;
}

.contact-form form .form-group.select-categry .selectric {
    width: 100%;
    border: 1px solid #ccc;
}

.contact-form form .form-group.select-categry .selectric.wpcf7-not-valid {
    border-bottom: 1px solid rgb(222 43 36 / 0.5) !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form .form h5 {
    font-size: 1.9rem;
    margin-top: 0;
}

.contact-form .card .card-body h5 {
    font-size: 1.3rem;
    line-height: 1.45455;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
}

.news-block-wrpr .slick-list {
    min-width: 100%;
}

.news-block-wrpr .slick-track {
    min-width: 100%;
}

section.flag-wrpr .flag-block .flag-content h3 {
    font-size: 2.3rem;
}

.contact-banner {
    position: relative;
}

.contact-banner .container h2 {
    position: absolute;
    top: 20%;
}

.contact-banner .container h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #de2b24;
    width: 47px;
    height: 4px;
}

input.wpcf7-not-valid {
    border: 1px solid rgb(222 43 36 / 0.5) !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}


/*map hiding */

.map {
    display: none;
}

._link {
    margin-right: 15px;
}

.wpcf7-form.invalid .wpcf7-response-output {
    display: none !important;
}

input.wpcf7-form-control.wpcf7-submit.kvn-btn:focus {
    outline: none;
    box-shadow: none;
}

.about-red .navbar__main.js-affix-nav-bar span.icon-search svg g,
.about-red .navbar__main.js-affix-nav-bar span.icon-search svg line {
    stroke: #fff;
}

.slim .page-template-default span.icon-search svg g,
.slim .page-template-default span.icon-search svg line {
    stroke: #fff !important;
}

.page-template-default span.icon-search svg g,
.page-template-default span.icon-search svg line {
    stroke: #cccccc !important;
}

.page-template-default span.icon-search:hover svg g,
.page-template-default span.icon-search:hover svg line{
        stroke: #de2b24 !important;

}



.page-template-default header .kvn-header .submenu-wrpr svg g {
    stroke: #de2b24;
}

.slim .page-template-default header .kvn-header .submenu-wrpr svg g {
    stroke: #fff;
}

.career-search .search-bar .card .input-group .form-control.error {
    /*     border: none; */
    border-bottom: 1px solid #de2b24;
}

.career-search .search-bar .card .input-group label.error {
    display: none !important;
}

.contact-form form.wpcf7-form.invalid .wpcf7-response-output {
    display: none;
}

.body.open .slim .kvn-header {
    background-color: transparent;
}

#searchCareer-error {
    display: none;
}

.slim .about-red.open .kvn-header {
    background-color: transparent !important;
    box-shadow: none;
}

section.partner-wrpr .partner-block .partner-slider .partners-item img {
    height: 80px !important;
    width: 170px !important;
    max-width: 170px !important;
}

#searchform .selectric {
    width: 250px;
}

.slim .kvn-header {
    z-index: 99999;
    width: 100%;
}

.career-search .search-bar .card .input-group .form-control {
    border: none;
    border-bottom: 1px solid rgb(204 204 204 / 0.5);
    border-radius: 0;
    background: transparent;
}

span.label {
    border-bottom: 1px solid rgb(204 204 204 / 0.5);
}

.career-people .box p,
.selectric-items li,
.selectric .label {
    font-family: "Poppins", sans-serif !important;
}

.career-people .box h5 {
    font-family: "Poppins", sans-serif;
}

.career-people .box .user .user-content h5 {
    font-family: "Poppins", sans-serif;
}

.Leadership-sec h3 {
    position: relative;
    font-size: 42px;
}

.Leadership-sec p {
    font-size: 18px !important;
    color: #54678f;
    padding-top: 50px;
}

.Leadership-sec {
    padding: 50px 0;
}

.Leadership-sec h3:after {
    content: "";
    position: absolute;
    left: calc(50% - 25px);
    bottom: -15px;
    background: #de2b24;
    width: 47px;
    height: 4px;
}

.vision-mision-sec h3 {
    font-size: 40px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.vision-mision-sec h3:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: #de2b24;
    bottom: 0;
}

.bg-grey {
    background: #f3f3f3;
}

.vision-mision-sec ul li {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #54678f;
    padding-bottom: 60px;
    position: relative;
    padding-left: 20px;
    /*min-height: 150px;*/
    /*max-height: 150px;*/
}

.vision-mision-sec {
    padding: 60px 0;
}

.vision-mision-sec ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 4px;
    border-radius: 0px;
    background: #de2b24;
    top: 10px;
    left: 0;
}

.partner-block2 {
    position: absolute;
    top: 0;
}

.partner-block2 h2 {
    position: absolute;
    color: #fff;
}

.social-respnsblty-sec {
    padding: 75px 0;
}

.social-respnsblty-sec h3 {
    font-size: 35px;
    position: relative;
    padding-bottom: 10px;
}

.social-respnsblty-sec h3:after {
    position: absolute;
    content: "";
    width: 43px;
    height: 2px;
    background: #de2b24;
    left: 0;
    bottom: 0;
}

.partners-block-innr {
    padding-top: 100px;
}

.partners-block-innr .partner-item img {
    width: 100%;
    max-width: 255px;
    max-height: 60px;
}

.partner-block2 {
    padding: 130px 0;
}

.social-respnsblty-sec .know-mre-btn {
    width: 120px;
    padding: 10px 45px;
    border-radius: 5px;
    background: #de2b24;
    color: #fff;
}

.social-respnsblty-sec .content-sec {
    padding-top: 30px;
}

.social-respnsblty-sec .know-mre-btn {
    width: 120px;
    height: 43px;
    background: #de2b24;
}

.social-respnsblty-sec .content-sec p {
    padding: 30px 0 40px 0;
    line-height: 32px;
}

.social-respnsblty-sec .figure img {
    width: 100%;
}

.banking-partner-sec {
    background: url("");
}


/*.partner-section .history-bg img {*/


/*    width:100%;*/


/*}*/

section.history-wrpr.partner-section span.history-bg {
    position: unset;
}

section.history-wrpr.partner-section {
    padding: 0;
    padding-top:40px;
}


/*---New---*/

.floaring-history-wrpr .history-slider .item.slick-slide.slick-current.slick-center span {
    max-width: 800px;
    width: 100% !important;
    margin: 20px auto 0;
}

#contactUsform .form-control {
    height: 54px;
}

#contactUsform .form-control,
#contactUsform .selectric-wrapper {
    background-color: #f6f7f8;
    border-radius: 3px 3px 0 0;
    border: 0;
    border-bottom: 2px solid #aaadb9;
}

.contact-form form .form-group.select-categry .selectric {
    border: 0 !important;
    height: 54px;
    display: flex;
    align-items: center;
}

#contactUsform textarea {
    min-height: 127px;
}

ul.sitemap-list h5 {
    text-transform: uppercase;
    color: #677b8c;
}

li.sitmap-li {
    padding-left: 0;
    min-height: inherit;
    padding-bottom: 10px;
}

li.sitmap-li a,
li.sitmap-li a p {
    color: #232323;
    font-size: 1rem !important;
    line-height: 24px;
}

li.sitmap-li:after {
    display: none;
}

.sitemap-section {
    padding-bottom: 80px;
}

.sitemap-list.sitemap-newsroom {
    padding-right: 65px;
}

#contactUsform .form-group {
    margin-bottom: 1.5rem;
}

.contact-form .form {
    box-shadow: 0 2px 21px rgba(0, 0, 0, 0.2);
}

.contact-form .kvn-btn {
    max-width: inherit;
    width: 100%;
    margin-top: 30px !important;
}

.contact-form form .form-group.select-categry .selectric span.label {
    border-bottom: 0;
}

.contact-form .selectric .button:after {
    top: 18px;
}

.contact-form .selected-flag {
    background-color: #f6f7f8 !important;
    border-bottom: 2px solid #aaadb9;
    max-width: 100px;
    width: 100% !important;
}

.contact-form .selected-flag:focus {
    outline: none !important;
}

.phonecountry input {
    margin-left: 110px !important;
    width: calc(100% - 110px);
    padding-left: 18px !important;
}

.contact-form .flag-container {
    max-width: 100px;
    width: 100%;
}

.hover-text p:first-child {
    position: relative;
    font-size: 20px !important;
    padding-bottom: 10px;
    font-weight: 600;
    padding-left: 15px;
}

.hover-text p:first-child:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 27px;
    background: #dc3545;
    border-radius: 5px;
    left: 0;
}

.hover-text p:last-child {
    font-size: 16px !important;
    padding-left: 15px;
}

.swap-on-hover {
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

.swap-on-hover img {
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 430px;
    width: 100%;
    height: auto;
}

.swap-on-hover .swap-on-hover__front-image {
    position: absolute;
    /*z-index: 9999;*/
    transition: opacity 0.5s linear;
    cursor: default;
}

.swap-on-hover:hover>.swap-on-hover__front-image {
    opacity: 0;
}

.tab-block-outr a {
    color: #18326b;
    font-size: 16px !important;
}

.hover-text {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    z-index: 100;
    padding-bottom: 40px;
    padding-left: 40px;
}

.hover-text p {
    color: #fff;
}

.partner-block2-outr h2:after {
    /*left: 48%;*/
    left: 50%;
    transform: translateX(-50%);
}

.partner-block2-outr {
    padding: 130px 0;
}

.partner-block2-outr h2 {
    color: #fff;
}

.hover-text span {
    color: #fff;
}

.locations-sec {
    padding: 100px 0;
}

.locations-sec h3 {
    font-size: 42px;
    position: relative;
}

.locations-sec h3:after {
    position: absolute;
    content: "";
    width: 55px;
    height: 4px;
    background: red;
    bottom: -10px;
    /*left: 48%;*/
    left: 50%;
    transform: translateX(-50%);
}

.block-figure img {
    width: 100%;
}

.tab-block-outr {
    margin: 20px 0;
}

.tab-block-outr .block-contnt ul {
    height: 130px;
}

.tab-block-outr {
    border: 1px solid rgb(24 50 107 / 0.2);
    border-radius: 5px;
}

.block-contnt {
    padding: 0px 20px 20px 20px;
}

.tab-contents h5 {
    color: #18326b;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 35px;
    padding-top: 65px;
    font-family: "poppins", serif;
}

.tab-sec-outr .nav-tabs {
    border-bottom: 0;
}

.block-contnt p:first-child {
    font-size: 20px !important;
    color: #18326b;
    padding: 20px 0 15px 0;
    font-family: "Merriweather", serif !important;
}

.tab-block-outr ul li {
    color: #18326b;
    opacity: 60%;
    font-size: 18px;
}

section.history-wrpr.partner-section {
    background: url("http://kvnimpex.webc.in/wp-content/uploads/2020/07/banking-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
}

.directors-sec .row.typ2 {
    padding-bottom: 50px;
}

.cluster-outr {
    display: flex;
    align-items: center;
}

.cluster-outr h3 {
    width: 21%;
    font-size: 42px;
}

.cluster-outr p {
    width: 70%;
    border-left: 3px solid #de2b24;
    border-radius: 1px;
    padding-left: 35px;
}

.tab-sec-outr ul.nav-tabs li a.active {
    color: #fff;
    background: #18326b;
    width: 220px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-sec-outr ul.nav-tabs li a {
    color: #18326b;
}

.tab-sec-outr ul.nav-tabs li {
    background: #f4f4f4;
    /*border:1px solid #707070;*/
    /*padding: 5px 10px;*/
    width: 220px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-head-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 90px;
}

.location-head-sec .select-sec form .form-group label {
    color: #54678f;
    font-size: 16px !important;
    font-family: "Poppins", sans-serif !important;
}

.location-head-sec .select-sec .selectric span.label {
    border: none !important;
}

.location-head-sec .select-sec .selectric {
    width: 415px;
    background: #f4f4f4;
    border-bottom: 0;
    border: none;
}

.map_div {
    position: relative;
    height: 700px;
    overflow: hidden;
    margin-top: 100px;
}

#loc-map {
    overflow: auto !important;
    position: initial !important;
    min-height: 700px;
}

.contct-sec-outr {
    background: rgb(218 222 231 / 0.35);
    padding: 65px 0;
    margin-bottom: 100px;
}

.contct-sec-innr h4:after {
    content: none;
}

.contct-sec-innr h4 {
    font-size: 40px;
    padding-bottom: 30px;
}

.contct-sec-innr p {
    font-size: 16px !important;
    opacity: 70%;
}

.contctus-btn {
    width: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #de2b24;
    height: 60px;
    margin-top: 25px;
    border-radius: 5px;
}

.contctus-btn a {
    color: #fff;
    font-weight: 600;
}

li.career {
    margin-top: 1.5rem !important;
}

.directors-sec h3 {
    padding-bottom: 17px;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    font-family: "poppins";
}

.directors-sec h3:after {
    position: absolute;
    content: "";
    width: 47px;
    height: 4px;
    background: #de2b24;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.col_visit p {
    font-size: 24px !important;
}

.contact-form .address {
    padding: 50px 25px;
}

section.contact-form .address h2 {
    font-size: 25px;
}

.contact-form .col-lg-5.address h2 {
    margin-bottom: 25px;
}

.content-sec a:hover {
    background: #0a2051;
}

section.service-wrpr .service-blk-wrpr .service-blk p.light {
    -webkit-line-clamp: unset;
}

.service-detail p.white {
    padding-top: 20px;
}

.modal-header h3 {
    position: relative;
    padding-bottom: 15px;
    font-size: 24px;
    text-align: center;
}

.news-block p.thik:not(.read-btn) {
    min-height: 55px;
    max-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-product .product-list-product ul li {
    padding-left: 0;
}

.product-wrap ul li:before {
    content: none;
}

header.affix-top .header_logo a img.lightlogo {
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

header.affix-top .header_logo a img.darklogo {
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

div#cookie-law-info-again {
    right: auto !important;
}

.service-detail p.white {
    font-size: 1.1rem !important;
}

div#cookie-law-info-again {
    right: 0 !important;
    bottom: 90px !important;
}

input#mc-embedded-subscribe {
    margin-left: 3px !important;
}

footer input#mce-EMAIL {
    height: 45px;
    border-radius: 2px;
}

input#mc-embedded-subscribe {
    height: 45px;
    border-radius: 2px;
}

.swap-on-hover img {
    height: auto;
}

.about-banner-section {
    margin-top: 85px;
}

.cust-email input.mce_inline_error {
    height: 45px !important;
}

ul.breadcramb li img {
    padding: 0 5px;
}

.floaring-history-wrpr .history-slider .item.slick-slide span {
    transition: none;
}

.key-blocks .animate-btn span {
    transition: none;
    transition: background-color 0.5s ease-in-out;
    background: tranparent;
}

.key-blocks .animate-btn span:hover {
    background: red;
}

@media screen and (max-width: 1439px) {
    .floaring-history-wrpr .history-slider .item.slick-slide.slick-current.slick-center span {
        max-width: 640px;
    }
    header .header_right .h_menu_ul>ul li.mega_menu .mega_menu_div .menu_text {
        margin-left: 0 !important;
    }
}

@media (max-width: 1440px) {
    ul.sitemap-list.sitemap-newsroom li {
        padding-bottom: 25px;
    }
    .contct-sec-outr .kvn-btn {
        font-size: 0.8rem;
    }
    header .header_right .h_menu_ul>ul li.mega_menu .mega_menu_div .menu_text {
        margin-left: 0 !important;
    }
}

@media (max-width: 1200px) {
    section.flag-wrpr .flag-block .flag-content h3 {
        font-size: 1.7rem;
    }
    .floaring-history-wrpr .history-slider .item.slick-slide.slick-current.slick-center span {
        font-size: 14px;
        max-width: 600px;
    }
    .cluster-outr h3 {
        width: 30%;
    }
    .cluster-outr h3,
    .locations-sec h3 {
        font-size: 35px;
    }
    .contct-sec-outr .kvn-btn {
        font-size: 0.75rem;
    }
    .career-people .box {
        border-right: none;
    }
}


/*responsive */

@media (max-width: 1024px) {
    .Leadership-sec {
        padding: 0px 0 50px 0;
    }
    .vision-mision-sec {
        padding: 40px 0 10px 0;
    }
    .social-respnsblty-sec .content-sec {
        padding-top: 0px;
    }
    .tab-block-outr ul li {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .banner-section .slider-content .container .slider-head-wrpr .slider-no-block{
        min-height:260px;
    }
    #mc_embed_signup .clear.newsletterbtn {
    margin-left: -20px !important;
}
    
    section.service-wrpr .service-blk-wrpr .service-blk:nth-child(3){
        margin-right:20px;
    }

    .visit_site_sec .col_visit {
        width: 100%;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
    .visit_site_sec .col_head {
        width: 100%;
        padding: 0;
    }
    .visit_site_sec .col_visit p {
        font-size: 20px;
    }
    .visit_site_sec h2 {
        font-size: 35px;
    }
    .visit_site_sec {
        padding: 60px 0 50px;
    }
    .contact-location {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .testimony-ftr .name-block p {
        font-size: 0.8rem !important;
        line-height: 18px;
    }
    #search-form {
        width: 90%;
    }
    section.flag-wrpr .flag-block .flag-content h3 {
        font-size: 1.5rem;
    }
    .Leadership-sec h3,
    .vision-mision-sec h3 {
        font-size: 35px;
    }
    .vision-mision-sec ul li {
        font-size: 16px;
    }
    .Leadership-sec p {
        font-size: 16px !important;
    }
    .social-respnsblty-sec .content-sec p {
        line-height: 32px;
    }
    .contct-sec-innr h4 {
        font-size: 35px;
        padding-bottom: 15px;
    }
    .tab-contents h5 {
        padding-top: 0;
    }
    .location-head-sec {
        display: block;
    }
    .tab-sec-outr {
        padding-top: 30px;
    }
    .contct-sec-outr {
        margin-bottom: 50px;
    }
    .locations-sec {
        padding: 50px 0;
    }
    .location-head-sec {
        padding-top: 70px;
    }
    .tab-block-outr .block-contnt ul {
        height: 150px;
    }
    .cluster-outr {
        display: block;
    }
    .cluster-outr h3 {
        width: auto;
        text-align: center;
        position: relative;
        padding-bottom: 10px;
    }
    .cluster-outr p {
        width: auto;
        padding-left: 0px;
        text-align: center;
        border-left: none;
    }
    .cluster-outr h3:after {
        position: absolute;
        content: "";
        width: 55px;
        height: 4px;
        background: red;
        bottom: 0;
        /*left: 48%;*/
        left: 50%;
        transform: translateX(-50%);
    }
    .cluster-outr p {
        padding-top: 25px;
    }
    .map_div {
        margin-top: 50px;
    }
    .tab-block-outr a {
        font-size: 14px !important;
    }
    .tab-block-outr ul li {
        font-size: 15px;
    }
    .cust-footer .cust-ftr-block {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 767px) {
    p,
    .products .product-item p,
    .product-list .product-wrap p {
        font-size: 1rem !important;
    }
    section.flag-wrpr .flag-block .flag-content h3 {
        font-size: 1.3rem;
        /*text-align:center;*/
    }
    section.partner-wrpr .partner-block h2:after {
        bottom: -70px;
    }
    .vision-mision-sec ul li {
        padding-bottom: 30px;
    }
    .social-respnsblty-sec h3 {
        padding-top: 30px;
    }
    .social-respnsblty-sec figure {
        display: block;
    }
    .partner-block2-outr {
        padding: 50px 0;
    }
    .partners-block-innr .partner-item img {
        max-width: 230px;
        max-height: 75px;
        padding-bottom: 20px;
    }
    .partners-block-innr {
        padding-top: 60px;
    }
    .partner-block2-outr {
        padding: 64px 0;
    }
    .floaring-history-wrpr .history-slider .item.slick-slide.slick-current.slick-center span {
        max-width: 500px;
    }
    .Leadership-sec h3,
    .vision-mision-sec h3,
    .social-respnsblty-sec h3 {
        font-size: 30px;
    }
    .tab-block-outr .block-contnt ul {
        height: auto;
    }
    .cust-footer .cust-ftr-block ul li.contact.share {
        display: block;
    }
    .product-wrap {
        padding-top: 30px;
    }
    .vision-mision-sec ul li {
        min-height: auto;
        max-height: none;
    }
    .career-people .box {
        padding: 0 0.5rem;
    }
}

@media (max-width: 640px) {
    li.sitmap-li {
        min-height: 40px;
    }
    .contct-sec-innr h4 {
        font-size: 30px;
    }
    #loc-map {
        min-height: 350px;
    }
    .map_div {
        height: 350px;
    }
    .col_visit p {
        font-size: 20px !important;
    }
    .floaring-history-wrpr .history-slider .item.slick-slide.slick-current.slick-center span {
        max-width: 500px;
    }
}

@media (max-width: 575px) {
    .join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block>p {
        /*font-size: 0.875rem;*/
        width: 100%;
        font-size: 14px !important;
    }
    section.flag-wrpr .flag-block .flag-content {
        margin-left: 0px;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 20px;
        padding-left: 10px;
        margin: 0 auto;
    }
    a.menulogo {
        width: 250px !important;
    }
    .page-id-13 .banner-section .slider-content .container .slider-head-wrpr {
        margin-top: 10px !important;
    }
    .tab-sec-outr ul.nav-tabs li a.active,
    .tab-sec-outr ul.nav-tabs li {
        width: 150px;
        height: 40px;
        font-size: 14px;
    }
    .location-head-sec .select-sec .selectric {
        width: 300px;
    }
    .location-head-sec .select-sec form .form-group label {
        font-size: 13px !important;
    }
    .contctus-btn {
        width: 160px;
        height: 45px;
    }
    /* .vision-mision-sec ul li {
    min-height: 130px;
    max-height: 130px;
  } */
    .floaring-history-wrpr .history-slider .item.slick-slide.slick-current.slick-center span {
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .floaring-history-wrpr .history-slider .item.slick-slide.slick-current.slick-center span {
        max-width: 300px;
    }
    /*.swap-on-hover img {*/
    /*  max-width: 340px;*/
    /*}*/
}

@media (max-width: 360px) {
    section.partner-wrpr .partner-block h2:after {
        bottom: -90px;
    }
    .swap-on-hover img {
        max-width: 290px;
    }
}


/* Edited by Shameem */

.has-submenu:not(:hover) ul.sub-menu {
    pointer-events: none;
}

section.history-wrpr .history-block>p {
    max-width: 935px;
    width: auto;
}

.join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block>p {
    width: auto;
    max-width: 566px;
    line-height: 1.25;
    font-style: italic;
    font-size: 1.25rem !important;
}

.join-wrpr .join-main-wrpr .testimonial-wrpr .slick-dots {
    bottom: -30px;
}

.join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block .testimony-ftr .name-block p.name {
    font-family: "Hind Madurai", sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 600;
}

.join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block .testimony-ftr .name-block p.thik {
    font-weight: 400;
    line-height: 1.25;
    font-size: 1.2rem !important;
}

.who-we-wre-img h6 {
    margin-top: 30px;
    font-weight: 600;
    color: #18326b;
    font-size: 1.5rem;
    text-align: center;
    font-family: "Merriweather", serif;
}

.who-we-are-wrpr .container .who-are-wrpr-content .our-strngth-block .strgth-blk .counter-wrpr span {
    font-family: "Poppins", sans-serif;
}

.productview-banner-section .container h2::after,
.contact-banner .container h2:after {
    display: block;
}

.contact-form .address {
    height: auto;
}

.contact-form {
    margin-top: 40px;
}

.contact-form .contact-bread+.row {
    padding: 50px 15px 0;
}

.contact-banner .container h2 {
    top: 50%;
    margin-top: -28px;
}

.contact-form .form h2 {
    font-size: 25px;
    margin-bottom: 40px;
}

.contact-form .form h2::after {
    top: auto;
}

section.contact-form .address h2 {
    color: #fff;
    margin-bottom: 25px;
}

.career-banner-section .container h2::after {
    display: block;
}

.visit_site_sec h2 {
    font-weight: 700;
    font-family: "Poppins";
}

.visit_site_sec .col_head,
.visit_site_sec .col_visit {
    font-size: 15px;
}

.floaring-history-wrpr .history-slider .item.slick-slide {
    height: 75px;
    border-radius: 25px;
    font-size: 30px;
} 

.kvn-header {
    z-index: 10000;
}

.tab-block-outr .block-contnt ul {
    overflow: auto;
    margin-bottom: 10px;
}

#cookie-law-info-bar {
    z-index: 9 !important;
}

.banner-section {
    height: auto;
    min-height: 100vh;
    overflow: hidden;
}

.kvn-bnner-slider {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.banner-section .slider-content {
    z-index: 5;
    height: auto;
    min-height: 100vh;
    position: relative;
}

.banner-section .slider-content .container {
    height: auto;
}

.banner-section .kvn-slick-slider {
    height: 100% !important;
}

.banner-section .kvn-slick-slider .slider-item .slider-video-wrpr,
.banner-section .kvn-slick-slider .slick-track,
.banner-section .kvn-slick-slider .slick-list,
.banner-section .kvn-slick-slider .slider-item {
    height: 100%;
}

.cust-ftr-block {
    flex: 0 0 33.333%;
}

body.open {
    overflow: hidden;
}

body.open .overlay {
    z-index: 100;
}

#scrollbutton {
    z-index: 99;
}

footer {
    border-top: 4px solid #fff;
}

section.news-wrpr .news-block-wrpr.newsblock-slider2 .news-block {
    max-width: auto;
    flex: 0 0 auto;
}

.partners-block-innr .partner-item img {
    width: auto;
    max-height: 80px;
    padding-bottom: 20px;
}

.career-search .search-bar .card .input-group {
    padding-right: 20px;
}

.career-search .search-bar .card .input-group select {
    flex-grow: 1;
    padding: 6px 0px;
    width: auto !important;
    max-width: calc(100% - 42px);
    border-bottom: 1px solid rgb(204 204 204 / 0.5) !important;
}

.form-control {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.modal-backdrop {
    z-index: 100000;
}

.modal {
    z-index: 100001 !important;
}

.career-people .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.blog-page .news-wrpr .news-block .news-content {
    height: auto;
}

.breadcramb .container ul li:last-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner-section .slider-content .container .slider-head-wrpr .slider-no-block p {
    height: 115px;
    width: 75%;
}

.banner-section .slider-content .container .slider-head-wrpr .slider-no-block {
    padding-bottom: 40px;
}

.banner-section .slider-content .container .slider-head-wrpr .slider-no-block.slick-slide:after,
.banner-section .slider-content .container .slider-head-wrpr .slider-no-block.slick-slide:before {
    bottom: 40px;
}

section.our-strength-wrpr {
    background-size: cover;
    background-repeat: no-repeat;
}

section.partner-wrpr .partner-block .partner-slider .slick-dots {
    bottom: 0;
}

.career-latest .card .card-body h5,
.career-latest .card .card-body .days {
    float: none;
}

.blog-inner h3 {
    margin-bottom: 10px;
}

.blog-inner ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.blog-inner ul li {
    color: #18326b;
    list-style: disc;
    font-size: 1.1rem;
}

.career-contact .social a:nth-child(2) span:before {
    margin-top: 10px;
    margin-left: 11px;
}

.has-submenu ul.sub-menu {
    top: -10px;
}

input.mce_inline_error {
    height: 55px !important;
}

.page-template-default .policy-conditions-nav,
.page-id-327 .policy-conditions-nav {
    margin-top: 0;
}

.policy-conditions-breadcrumb {
    margin-top: 100px;
    margin-bottom: 0;
}

#cookie-law-info-again span {
    font-family: "Poppins", sans-serif;
}

.copyright-sec p {
    color: rgba(255, 255, 255, 0.62);
}

section.service-wrpr .service-blk-wrpr .service-blk {
    box-sizing: content-box;
}

.kvn-header .kvn-header-right {
    margin-left: auto;
}

body.open .kvn-submenu {
    overflow: visible;
}

.blog-inner-banner .container .row,
.who-we-are-wrpr .container .row {
    flex-grow: 1;
    max-width: calc(100% + 30px);
}

.blog-inner-banner {
    height: 400px;
}

.about-page .contact-banner,
.about-page .about-banner-section,
.about-page .product-banner-section {
    overflow: hidden;
    position: relative;
}

.about-page .contact-banner video,
.about-page .about-banner-section video,
.about-page .product-banner-section video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.about-page .contact-banner h2,
.about-page .about-banner-section h2,
.about-page .product-banner-section h2 {
    position: relative;
}

.contact-banner .container {
    height: 100%;
}

.contact-banner .container h2 {
    top: 0;
    margin-top: 0;
}

.cli-modal .cli-tab-container h4,
.cli-modal .cli-tab-container h1 {
    font-family: "Merriweather", serif;
}

.cli-modal .wt-cli-sr-only,
.cli-modal .cli-tab-container p,
.cli-modal .cli-privacy-readmore,
.cli-modal .cli-necessary-caption,
.cli-modal .cli-privacy-content-text,
.cli-modal .cli-switch .cli-slider:after,
.cli-modal .cli-tab-header a.cli-nav-link {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.cli-modal .cli-privacy-content-text {
    padding-top: 15px !important;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
    z-index: 9990000099999;
}

section.partner-wrpr .partner-block .partner-slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}

section.news-wrpr .news-block-wrpr:not(.slick-initialized) {
    overflow: hidden;
}

section.news-wrpr .news-block-wrpr:not(.slick-initialized) .news-block {
    padding: 0 15px;
}

.partner-slider .slick-arrow,
.testimony-slider .slick-arrow {
    top: auto;
    bottom: -10%;
    box-shadow: none;
    transform: translate(0, 0);
    transition: all 0.5s ease-in-out;
}

.partner-slider .slick-arrow {
    top: 50%;
    bottom: auto;
    margin-top: -50px;
}

.partner-slider .slick-arrow::before,
.testimony-slider .slick-arrow:before {
    content: "";
    width: 28px;
    height: 13px;
    position: absolute;
    top: 50%;
    transition: all 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0.5;
    background-size: cover;
}

.partner-slider .slick-arrow:hover::before,
.testimony-slider .slick-arrow:hover:before {
    width: 45px;
    opacity: 1;
}

.partner-slider .slick-next {
    right: -50px;
}

.testimony-slider .slick-next {
    right: 0;
}

.partner-slider .slick-next::before,
.testimony-slider .slick-next:before {
    background: url(../images/arrow-career.svg);
    background-position: right;
}

.partner-slider .slick-prev {
    left: -50px;
}

.testimony-slider .slick-prev {
    right: 70px;
    left: auto;
}

.partner-slider .slick-prev::before,
.testimony-slider .slick-prev:before {
    background: url(../images/arrow-prev.svg);
    background-position: left;
}

section.who-wrpr {
    height: auto;
    max-height: none;
}

.swap-on-hover {
    height: 360px;
    max-width: 430px;
    background-color: #141d2c;
}

.swap-on-hover .swap-on-hover__front-image {
    height: 100%;
    object-fit: cover;
}

.contact-bread li {
    color: #18326B;
}

#mc_embed_signup input[type="email"] {
    outline: none;
    border: none;
    height: 45px !important;
    width: 225px;
    padding-left: 20px;
    font-family: 'Poppins';
    font-size: 14px;
    border-radius: 2px;
    max-width:105%;
}

#mc_embed_signup .mc-field-group.cust-email {
    width: 225px;
    display: inline-block;
}

#mc_embed_signup .clear.newsletterbtn {
    display: inline-block;
}

#mc_embed_signup input[type="submit"] {
    background-color: #fd0000;
    color: #fff;
    height: 45px;
    border-radius: 2px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
}

.icon-twitter:before {
    content: "\e932";
    color: white;
}

.single-product.postid-406 .productview-banner-section .container h2 {
    color: rgba(13, 13, 63, 1);
}

@media (max-width: 1360px) {
    section.news-wrpr {
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .testimony-block .testi-image img {
        height: auto;
        max-width: 150px;
        width: auto !important;
    }
}

@media (max-width: 1200px) {
    .career-contact .social a:nth-child(2) span:before {
        margin-top: 7px;
        margin-left: 8px;
    }
}

@media (max-width: 1199px) {
    .banner-section .slider-content .container .slider-head-wrpr .slider-no-block p {
    height: 115px;
    width: 75%;
}
    .blog-inner h3 {
        font-size: 1.75rem;
    }
    .copyright-sec p {
        max-width: 100%;
    }
    .testimony-block .testi-image img {
        height: auto;
        max-width: 81px;
        width: auto !important;
    }
    .swap-on-hover .swap-on-hover__front-image {
        opacity: 0;
    }
    section.history-wrpr .history-block .animate-history {
        display: none;
    }
    section.history-wrpr .history-block .no-animate-history {
        display: block;
    }
    section.history-wrpr .history-block .no-animate-history .animate-block {
        display: flex;
        flex-wrap: wrap;
    }
    section.history-wrpr .history-block .no-animate-history .animate-block .animate-element {
        max-width: 25%;
        flex: 0 0 25%;
        margin-bottom: 20px;
    }
    section.history-wrpr .history-block .no-animate-history .animate-block .animate-element .service-blkg2 {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        background: #de2b24;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-bottom: 10px;
    }
}

section.history-wrpr .history-block .animate-history .animate-block .service-blk.active .service-detail {
    display: block;
}

@media screen and (min-width: 993px) {
    nav.kvn-submenu:before {
        left: -100%;
    }
}

@media screen and (max-width: 992px) {
    .kvn-english-flg {
        padding-top: 0;
        padding-bottom: 60px;
    }
    body.open .kvn-submenu ul {
        height: auto;
        overflow: visible;
        padding-left: 40px;
    }
    .kvn-english-flg {
        padding-left: 40px;
    }
    .wp-custom-logo.open .kvn-submenu {
        overflow: hidden auto;
    }
    .kvn-header .kvn-submenu {
        max-width: 350px;
    }
    nav.kvn-submenu:before {
        height: 100%;
    }
    a.menulogo {
        margin: 0 auto;
    }
    .has-submenu.custom-light-menu::after {
        top: 6px;
    }
    .news-wrpr .slick-dots {
        bottom: -30px;
    }
}

@media (max-width: 1199px) and (min-width: 576px) {
    .floaring-history-wrpr .history-slider .item.slick-slide {
        margin-bottom: 107px;
    }
}

@media (min-width: 768px) {
    .service-detail p.white {
        font-weight: 500;
        /*font-size: 1.5rem !important;*/
    }
    .join-wrpr .join-main-wrpr .testimonial-wrpr {
        flex: 0 0 54%;
        max-width: 54%;
        margin-left: 0;
    }
    .join-wrpr .join-main-wrpr .join-block {
        max-width: 46%;
        flex: 0 0 46%;
        padding-right: 1%;
    }
}

@media (min-width: 768px) and (max-width: 1440px) {
    .service-detail p.white {
        /*font-size: 1.25rem !important;*/
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .cust-footer {
        margin: 0 -15px;
    }
    .cust-footer .cust-ftr-block:nth-last-child(1),
    .cust-footer .cust-ftr-block {
        max-width: 33.333%;
        flex: 0 0 33.333%;
        padding: 0 15px;
    }
    .cust-footer .cust-ftr-block .cust-email {
        max-width: calc(100% - 90px);
    }
    .cust-footer .cust-ftr-block input#mce-EMAIL {
        max-width: 100%;
        padding-left: 10px;
        font-size: 16px;
        padding-right: 10px;
    }
    .cust-footer .cust-ftr-block .footer-contact-col .footer-contact-col-body {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .slider-content {
        padding-bottom: 40px;
    }
    .join-wrpr .join-main-wrpr .testimonial-wrpr {
        padding-bottom: 60px;
    }
    section.who-wrpr .who-content {
        justify-content: flex-start;
    }
    .sitemap-list.sitemap-newsroom {
        padding-right: 0;
    }
    ul.sitemap-list h5 {
        margin: 0 0 15px;
    }
    .policy-conditions-nav ul li {
        margin-left: 20px;
    }
    section.news-wrpr .news-block-wrpr .slick-slide {
        margin: 0 10px;
    }
    section.news-wrpr .news-block-wrpr .slick-list {
        margin: 0 -10px;
    }
    section.news-wrpr .news-block-wrpr.newsblock-slider2 .news-block {
        max-width: none;
        flex: 0 0 auto;
    }
    .swap-on-hover img {
        height: auto;
    }
    .blog-page .news-wrpr {
        padding: 0px 0 70px;
    }
    .blog-inner-banner h3 {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 15px;
    }
    .join-wrpr .join-main-wrpr .testimonial-wrpr {
        padding-bottom: 60px;
    }
    .kvn-english-flg {
        padding-bottom: 40px;
    }
    #mc_embed_signup {
        height: 80px;
    }
    .logo-wrpr img {
        max-width: 350px;
    }
    .breadcramb {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .tab-block-outr {
        margin: 10px 0;
    }
    .contact-form {
        margin-top: 20px;
    }
    .contact-form .contact-bread+.row {
        padding-top: 10px;
    }
    .career-people .box {
        border-right: none;
    }
    .news-slide .nav,
    .single .blog-inner-banner {
        margin-bottom: 0;
    }
    .banner-section .slider-content .container .slider-head-wrpr .slider-no-block p {
        width: 100%;
        height: auto;
    }
    .blog-inner h3 {
        font-size: 1.5rem;
    }
    .blog-inner ul li {
        font-size: 1rem;
    }
    .career-latest .no-result h3 {
        font-size: 1.5rem;
    }
    .contact-form .kvn-btn {
        margin-top: 0px !important;
    }
    .contact-form .form {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .contact-form .address {
        padding: 25px 15px;
    }
    .contact-form .card .card-body {
        padding: 15px 0;
    }
    .contact-form .card .card-body h5 {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .who-we-are-wrpr {
        padding-top: 30px;
    }
    .floaring-history-wrpr {
        padding: 30px 0 30px 0;
    }
    .key-wrpr-main {
        padding: 30px 0 30px 0;
    }
    .key-wrpr-main h2 {
        margin-bottom: 25px;
    }
    .key-wrpr-main .key-blocks .key-block {
        padding: 15px !important;
    }
    .visit_site_sec {
        padding: 30px 0 20px;
    }
    .visit_site_sec .row {
        padding: 0;
    }
    .Leadership-sec p {
        padding-top: 40px;
    }
    .Leadership-sec {
        padding: 0px 0 30px 0;
    }
    .directors-sec .row.typ2 {
        padding-bottom: 15px;
    }
    .vision-mision-sec {
        padding-top: 30px;
    }
    .vision-mision-sec+.vision-mision-sec {
        padding-top: 0;
    }
    .social-respnsblty-sec {
        padding: 35px 0;
    }
    .social-respnsblty-sec .content-sec p {
        padding: 15px 0 20px 0;
    }
    .products .product-item {
        padding: 15px 0px;
    }
    .products .product-item h5 {
        margin-top: 20px;
    }
    #OtherProducts {
        padding-top: 30px;
    }
    .categoty-type h2,
    .products-upcoming h2 {
        margin-bottom: 25px;
    }
    .product-list .list-group {
        margin-bottom: 10px !important;
    }
    .map_div {
        margin-top: 40px;
    }
    .locations-sec {
        padding: 30px 0;
    }
    .location-head-sec {
        padding-top: 50px;
    }
    .tab-contents h5 {
        padding-bottom: 10px;
    }
    .contct-sec-outr {
        padding: 40px 0;
    }
    .career-latest {
        padding-top: 20px;
    }
    .career-people {
        padding: 40px 0px 30px;
    }
    .career-people .box h5 {
        margin-bottom: 15px;
    }
    .career-people .box .user {
        margin-top: 15px;
    }
    .partner-slider .slick-arrow,
    .testimony-slider .slick-arrow {
        bottom: -50px;
    }
    .policy-conditions-breadcrumb {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .page-template-default .policy-conditions-nav,
    .page-id-327 .policy-conditions-nav {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 600px) {
    .floaring-history-wrpr .history-slider .item.slick-slide {
        margin-bottom: 75px;
    }
    .partner-slider .slick-prev {
        left: -15px;
    }
    .partner-slider .slick-next {
        right: -15px;
    }
}

@media (min-width: 576px) {
    .floaring-history-wrpr .history-slider .item.slick-slide.slick-current.slick-center span {
        bottom: auto;
        font-size: 1.25rem;
        top: 90px;
    }
    .floaring-history-wrpr .history-slider .item.slick-slide {
        margin-bottom: 80px;
    }
}

@media (max-width: 575px) {
    a.menulogo {
        padding-left: 0px;
    }
    .news-slide .nav-link {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
    .partner-slider .slick-prev,
    .partner-slider .slick-next {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block .testimony-ftr {
        align-items: flex-end;
    }
    section.news-wrpr {
        padding-bottom: 70px;
    }
}

.breadcramb .container ul li img {
    padding: 0 5px;
}


/*section.our-strength-wrpr:before, section.our-strength-wrpr:after {*/


/*    display: none;*/


/*}*/

@media (max-width: 991px) {
    section.history-wrpr .history-block .no-animate-history .animate-block .animate-element {
        max-width: 50% !important;
        flex: 0 0 50% !important;
        margin-bottom: 20px;
    }
}

section.service-wrpr .service-blk-wrpr .service-blk.animate-btn {
    transition: background-color 0.5s ease-in-out;
}

section.service-wrpr .service-blk-wrpr .service-blk.animate-btn:hover {
    background-color: #DE2B24;
}

section.service-wrpr .service-blk-wrpr .service-blk p {
    transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

section.service-wrpr .service-blk-wrpr .service-blk span {
    display: none;
}

section.key-wrpr-main .key-blocks .key-block.animate-btn {
    transition: background-color 0.5s ease-in-out;
}

section.key-wrpr-main .key-blocks .key-block.animate-btn:hover {
    background-color: #DE2B24;
}

section.key-wrpr-main .key-blocks .key-block p {
    transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

section.key-wrpr-main .key-blocks .key-block span {
    display: none;
}

@media (max-width: 1199.98px) {
    /*.kvn-english-flg {*/
    /*    padding: 0px 0 0 100px;*/
    /*}*/
    /*.kvn-english-flg h6 {*/
    /*    margin-top: 0px;*/
    /*}*/
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
    .kvn-english-flg {
        padding: 0px 0 0 100px;
    }
    .kvn-english-flg h6 {
        margin-top: 0px;
    }
}

footer form.wpcf7-form {
    display: flex;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .cust-footer .cust-ftr-block .cust-email {
        max-width: calc(100% - 50px);
    }
}

.banner-section .kvn-slick-slider .slider-item img {
    height: 100% !important;
}

#search-form input[type="search"] {
    padding-left: 0px;
}

.coming-soon {
    white-space: nowrap;
}

.product-banner-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.productview-banner-section {
    background-position: center;
}

@media (max-width: 991px) {
    .swap-on-hover img {
        height: 100%;
        object-fit: cover;
    }
}

.career-people .box {
    padding-right: 0.5%;
    padding-left: .5%;
}

.floaring-history-wrpr .history-slider .item.slick-slide span {
    top: 72px;
}

@media screen and (max-width: 600px) {
    .floaring-history-wrpr .history-slider .item.slick-slide {
        margin-bottom: 90px;
    }
}

input.wpcf7-form-control.wpcf7-submit:focus {
    outline: none;
}

.error404 .submenu-wrpr svg g {
    stroke: #DE2B24;
}

@media (max-width: 575.9px) {
    .blog-inner-banner {
        height: 270px;
    }
}

@media screen and (max-width: 992px) {
    .has-submenu:hover ul.sub-menu {
        padding-top: 15px;
    }
}

form.invalid .selectric-form-control {
    border-bottom: none !important;
}


/*.selectric-wrapper {*/


/*    flex: 1;*/


/*}*/


/*#searchform .selectric {*/


/*    width: 100% !important;*/


/*}*/

.line-center:after {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.career-contact .social a {
    opacity: 0.7;
}

.career-contact .social a:hover {
    opacity: 1;
}

.blog-page .news-block {
    background-color: #fff;
}

.join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block>p {
    max-width: 100% !important;
}

.join-wrpr .join-main-wrpr .join-block p {
    margin-bottom: 30px !important;
}

.banner-section .slider-content .container .slider-head-wrpr .slider-no-block p {
    min-height: 20px;
}

.banner-section .slider-content .scroll-wrpr p:after {
    left: 50% !important;
    transform: translateX(-50%);
}

.about-page .contact-banner h2:after,
.about-page .about-banner-section h2:after,
.about-page .product-banner-section h2:after {
    left: 50% !important;
    transform: translateX(-50%);
}

#contactUsform .form-control,
#contactUsform .selectric-wrapper {
    background-color: transparent !important
}

.breadcramb a {
    color: #2553d6;
    text-decoration: underline;
}

.breadcramb a:hover {
    color: #DE2B24;
}

.tab-block-outr a:hover {
    color: #DE2B24;
}

.news-card .news-card-footer {
    padding: 0px 40px 40px;
}


/*sty;e---3-4-2021*/

.news-block p.thik:not(.read-btn) {
    min-height: initial !important;
    max-height: initial !important;
    margin-bottom: 10px !important;
}

#careermodal .modal-content .modal-body .custom-file-upload1 {
    height: 55px;
}

.news-wrpr .read-btn a {
    position: relative;
    padding-left: 15px;
    transition: 0.3s all;
    color: #18326B;
}

.news-wrpr .read-btn a:hover {
    padding-left: 20px;
}

.news-wrpr .read-btn a:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 10px;
    background: #de2b24;
    top: 50%;
    border-radius: 40px;
    transform: translateY(-50%);
    left: 0px;
    transition: 0.3s all;
}

.news-wrpr .read-btn a:hover:before {
    width: 13px;
}

.partner-item {
    text-align: center;
}

.kvn-submenu .kvn-english-flg {
    padding: 0px 0 35px 100px;
}

.kvn-header .kvn-submenu ul {
    padding: 34px 0 0 100px;
}

.slim .kvn-header {
    z-index: 99000000999;
}

@media (max-width: 767.98px) {
    .who-we-are-wrpr .container .who-are-wrpr-content .our-strngth-block .strgth-blk {
        margin: 2px 0;
    }
}


/*20.03.2021 */

.selectric-hide-select {
    display: none;
}

section.service-wrpr .service-blk-wrpr .service-blk {
    cursor: auto;
}

.cust-ftr-block form.invalid .form-control {
    border-bottom: 1px solid rgb(222 43 36 / 0.5) !important;
}

footer ul#menu-company-info li.current-menu-item a {
    color: #de2b24;
    font-weight: 600;
}

body.page-template-archive-product.page-template-archive-product-php .footer #nav_menu-4>ul li a {
    color: #de2b24;
}

.career-people .box {
    min-height: 400px;
    max-height: 400px;
}

input#SearchSubmit {
    cursor: pointer;
}

.vision-mision-sec ul li {
    max-height: 100px;
}

li.sitmap-li:hover a,
li.sitmap-li:hover a p {
    color: #de2b24;
    font-weight: 600;
}

.kvn-header .has-submenu ul.sub-menu li a {
    opacity: 0.6;
}

.kvn-header .has-submenu ul.sub-menu li:hover a {
    opacity: 1;
}

section.news-wrpr .news-block-wrpr .news-block p.thik {
    min-height: 60px !important;
}

section.news-wrpr .news-block-wrpr .news-block p.light {
    min-height: 125px;
}

#contactUsform .form-group input.wpcf7-not-valid {
    border: none !important;
    border-bottom: 1px solid rgb(222 43 36/0.5) !important;
}

.navbar__main__bottom .navbar__main__bottom__social li a span:hover {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

footer form.wpcf7-form.sent .wpcf7-response-output {
    bottom: -45px;
    border: none;
    padding-left: 0;
    left: 0;
    position: absolute;
    margin-left: 0;
}

.history-slider .slick-next,
.slick-prev {
    top: calc(50% - 40px);
}

section.news-wrpr .news-block-wrpr .news-block .news-img-block img {
    min-height: 230px;
}

button#searchsubmit:hover {
    transform: scale(1.1);
}

.who-we-are-wrpr {
    padding-bottom: 20px;
}

.kvn-header .kvn-submenu>span {
    right: 0;
}

.hover-text {
    padding-bottom: 10px;
}

body.modal-open {
    position: fixed;
    left: 0;
    right: 0;
    overflow: hidden;
}

#cookie-law-info-bar {
    z-index: 9999 !important;
}

body.home.intro {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
}

.footer-logo {
    pointer-events: none;
}

.selectric .button:after {
    content: none;
}

.card-2 .card-body p a {
    opacity: 0.7;
}

.card-3 .card-body p a {
    opacity: 0.6;
}

.card-3 .card-body p a:hover {
    opacity: 1;
}

.card-2 .card-body p a:hover {
    opacity: 1;
}

@media (max-width:1440px) {
    .career-people .box {
        border-right: none;
    }
}

@media (max-width:1199px) {
    .vision-mision-sec ul li {
        max-height: 120px;
    }
    .career-people .box {
        min-height: 450px;
        max-height: 450px;
    }
}

@media (max-width:991px) {
    .vision-mision-sec ul li {
        max-height: 140px;
    }
    .who-we-wre-img {
        margin: 0 auto;
    }
    footer form.wpcf7-form.sent .wpcf7-response-output {
        bottom: -70px;
    }
    .policy-conditions-breadcrumb {
        margin-top: 50px;
    }
    .page-template-default .policy-conditions-nav,
    .page-id-327 .policy-conditions-nav {
        padding-bottom: 50px !important;
    }
    .career-search .search-bar .card {
        display: block;
    }
    .career-search .search-bar .card .input-group {
        padding-right: 0;
        padding-bottom: 20px;
    }
    li.has-submenu:hover :before {
        content: none;
    }
    /*menu*/
    .kvn-header .kvn-submenu ul li.sub-main {
        position: relative;
    }
    span.mega_menu_span:after {
        content: '';
        position: absolute;
        border: solid #18326B;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        top: 25px;
        right: 10%;
        transform: rotate( 45deg);
    }
    .custom-light-menu span.mega_menu_span:after {
        content: '';
        position: absolute;
        border: solid #18326B;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        top: 10px;
        right: 10%;
        transform: rotate( 45deg);
    }
    li.has-submenu.custom-light-menu {
        position: relative;
    }
    .has-submenu::after {
        content: none;
    }
}

@media (max-width:768px) {
    .vision-mision-sec ul li {
        padding-bottom: 10px;
    }
    .who-we-are-wrpr .container .who-are-wrpr-content .our-strngth-block {
        display: inline-flex;
    }
    .who-we-wre-img {
        margin-left: inherit;
        text-align: left;
    }
    footer form.wpcf7-form.sent .wpcf7-response-output {
        bottom: -15px;
    }
    .blog-page .blog-slider {
        padding-bottom: 15px;
    }
    .side-sec .news-card1 {
        margin-bottom: 15px !important;
    }
    .stroy-content .col-lg-4 img {
        padding-bottom: 25px;
    }
    #counter .strgth-blk {
        margin-left: 0;
    }
    .who-we-are-wrpr .container .who-are-wrpr-content .our-strngth-block .strgth-blk .counter-wrpr {
        margin-bottom: 0px;
    }
    .search-bar .input-group {
        display: flex;
        flex-wrap: inherit;
    }
}

@media (max-width:480px) {
    section.partner-wrpr .partner-block .partner-slider .slick-dots {
        padding: 0;
    }
    section.partner-wrpr .partner-block .partner-slider .slick-dots li button {
        background: rgba(170, 185, 209, 0.7);
        height: 6px;
        width: 6px;
    }
    section.partner-wrpr .partner-block .partner-slider .slick-dots li {
        margin: 0 3px;
    }
    .floaring-history-wrpr .history-slider .item.slick-slide {
        height: 60px;
        font-size: 30px;
    }
    .floaring-history-wrpr .history-slider .item.slick-slide span {
        top: 50px;
    }
    .career-people .box {
        min-height: auto;
    }
}

@media (max-width:413px) {
    footer form.wpcf7-form.sent .wpcf7-response-output {
        bottom: -30px;
    }
}


/*---New---*/

.breadcramb a {
    text-decoration: none;
}

p,
.products .product-item p,
.product-list .product-wrap p {
    font-size: 1rem !important;
}

.career-search .selectric-wrapper {
    width: 93%;
}

.career-search .selectric {
    width: 100% !important;
}

.navbar__main .search-submit {
    transition: all 0.5s;
}

.navbar__main .search-submit:hover {
    transform: scale(1.1);
}

body.open .kvn-submenu {
    background: #fff;
    /* overflow-y: auto;
    overflow-x: hidden; */
}

section.history-wrpr .history-block .animate-history .animate-block .animate-element {
    cursor: inherit;
}

.home .partner-wrpr {
    position: relative;
    z-index: 100000;
}

.open .front-page {
    position: relative;
    z-index: 1;
}

body.open .kvn-submenu {
    z-index: 100;
}

.kvn-header .kvn-header-right .submenu-wrpr {
    z-index: 100;
}

.kvn-header .logo-wrpr {
    z-index: 1;
}

.iti-mobile .intl-tel-input.iti-container {
    z-index: 1000000;
}

section.news-wrpr .news-block-wrpr .news-block p.light {
    min-height: inherit !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.product-wrap.polymer p {
    margin-top: -6px;
}

.breadcramb a {
    color: #18326B !important;
}

body.intro {
    max-height: 100vh;
}

.join-wrpr:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.breadcramb .container ul li:last-child {
    white-space: inherit;
    text-overflow: inherit;
}

body.open {
    max-height: auto;
}

section.news-wrpr .news-block-wrpr .news-block p.light {
    min-height: 104px !important;
}

section.news-wrpr .news-block-wrpr .news-block .date .light {
    min-height: inherit !important;
}

#mc_embed_signup .clear.newsletterbtn input[type="submit"]:hover {
    background: black;
    color: white;
}

.policy-conditions-breadcrumb {
    margin-top: 50px;
}

.slim .kvn-header {
    background-color: #000a3c !important;
}

footer {
    background-color: #000a3c !important;
}


/* .products .product-item p {
    font-size: 1.125rem !important;
} */

.breadcramb a:hover {
    color: #DE2B24!important;
}

.breadcramb .container ul {
    align-items: flex-start;
}

.search-inner-page #searchsubmit .icon-search {
    height: 23px;
    width: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.865' height='22.939' viewBox='0 0 21.865 22.939'%3e%3cg id='Group_3271' data-name='Group 3271' transform='translate(-4205 -5774)'%3e%3cg id='Ellipse_231' data-name='Ellipse 231' transform='translate(4205 5774)' fill='none' stroke='%23ccc' stroke-width='2'%3e%3ccircle cx='10' cy='10' r='10' stroke='none'%3e%3c/circle%3e%3ccircle cx='10' cy='10' r='9' fill='none'%3e%3c/circle%3e%3c/g%3e%3cline id='Line_477' data-name='Line 477' x2='4.943' y2='5.148' transform='translate(4221.201 5791.099)' fill='none' stroke='%23ccc' stroke-width='2'%3e%3c/line%3e%3c/g%3e%3c/svg%3e");
}

.search-inner-page #in_search {
    display: flex;
}

.search-inner-page #in_search #searchsubmit {
    padding-top: 16px;
    /* left: -27px; */
    position: relative;
}

.search-results p.result-text {
    padding: 0 15px;
}

html {
    font-size: 16px;
}

.kvn-header .navbar__main .navbar__main__bottom {
    width: 42px!important;
    height: auto!important;
}

#career_form .ajax-loader,
#contactUsform .ajax-loader {
    left: calc(50% - 12px);
    margin: 0px;
    top: 3px;
}

.vision-mision-sec.type2 {
    padding: 0 0 60px;
}

.vision-mision-sec {
    padding: 60px 0 30px;
}

.kvn-submenu span.mega_menu_span:before {
    display: none;
}

.menu-scroll {
    max-height: 80vh;
    overflow-y: auto;
    background-color: transparent;
    width: 100%;
    padding-left: 40%;
    overflow-x: hidden;
}


/*--Hmaburger menu---*/

body.open .kvn-submenu {
    background: transparent;
    width: 38%;
    right: 0;
}

nav.kvn-submenu:before {
    position: fixed;
    left: auto;
    right: -55%;
    pointer-events: none;
}

a.menulogo {
    margin-left: 40%;
}

.has-submenu:hover ul.sub-menu {
    position: absolute;
    top: 28px;
}

@media (max-height: 600px) {
    /* .menu-scroll {
        max-height: 70vh;
        overflow-y: auto;
    } */
    .kvn-english-flg {
        margin-bottom: 30px;
    }
}

@media (max-height: 1366px) {
    .banner-section .slider-content,
    .banner-section {
        min-height: inherit;
    }
}


/* @media (min-width: 768px) {
    .mega_menu_span {
        display: block !important;
    }
    .kvn-submenu span.mega_menu_span:after {
        content: '';
        position: absolute;
        border: solid #18326B;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        top: 25px;
        right: 10%;
        transform: rotate( 45deg);
    }
} */


/* 
section.news-wrpr .news-block-wrpr .news-block .news-img-block:after {
    background-color: inherit !important;
} */

@media (max-width:1600px) {
    body.open .kvn-submenu {
        width: 50%;
    }
    nav.kvn-submenu:before {
        right: -37%;
    }
    .has-submenu:hover ul.sub-menu {
        padding-right: 35px;
    }
}

@media (max-width:1199px) {
    #contactUsform {}
    .career-search .selectric-wrapper {
        width: 91%;
    }
    .products .product-item {
        padding: 25px 0px;
    }
    section.news-wrpr .news-block-wrpr .news-block p.thik {
        min-height: 80px !important;
    }
}

@media screen and (max-width: 992px) {
    .wp-custom-logo.open .kvn-submenu {
        overflow: hidden !important;
    }
}

@media (max-width:991px) {
    .career-search .search-bar .card .input-group .search-bar-icon img {
        margin-left: 0;
    }
    .career-search .selectric-wrapper {
        width: 97%;
    }
    .career-search .selectric .label {
        margin: 0 0 0 10px;
    }
    .governance-page .directors-sec {
        padding: 0 15px;
    }
    .governance-page .swap-on-hover img {
        max-width: inherit;
    }
    #mc_embed_signup input[type="email"] {
        padding-left: 10px;
    }
    #mc_embed_signup input[type="email"]::-webkit-input-placeholder {
        /* Edge */
        font-size: 13px !important;
    }
    #mc_embed_signup input[type="email"]:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 13px !important;
    }
    #mc_embed_signup input[type="email"]::placeholder {
        font-size: 13px !important;
    }
    .policy-conditions-breadcrumb {
        margin-top: 25px;
    }
    .mega_menu_span {
        display: block !important;
    }
    .menu-scroll {
        max-height: 80vh;
        overflow-y: auto;
    }
    nav.kvn-submenu:before {
        position: inherit;
    }
    .has-submenu:hover ul.sub-menu {
        transform: none !important;
        position: relative !important;
        left: 0 !important;
    }
    .menu-scroll {
        padding-left: 10%;
    }
    a.menulogo {
        margin-left: 10%;
    }
    nav.kvn-submenu:before {
        right: -45%;
    }
    body.open .kvn-submenu {
        background: #fff;
    }
    .has-submenu:hover ul.sub-menu {
        top: inherit;
    }
}

@media (min-width: 768px) {
    .has-submenu .sub-menu {
        max-height: 0px;
        overflow: hidden;
    }
    .has-submenu:hover .sub-menu {
        position: relative;
        max-height: 600px;
        /* transform: translate(0)!important; */
        transform: translate(-80px, -28px) !important;
        /* left: 0px;
        top: 0px; */
    }
    .has-submenu a {
        position: relative;
    }
    li.has-submenu:hover a:before {
        left: -24px!important;
    }
    .mega_menu_span {
        display: none;
    }
    .has-submenu.custom-light-menu:hover .sub-menu {
        padding-left: 0!important;
        margin: 15px 0;
    }
    .logo-wrpr img {
        max-width: 235px;
    }
    .has-submenu.custom-light-menu:hover .sub-menu {
        margin: 0;
    }
}

@media (max-width:767px) {
    .who-we-are-wrpr .who-we-wre-img {
        margin: 0;
    }
    .who-we-are-wrpr .container .who-are-wrpr-content .our-strngth-block .strgth-blk {
        height: inherit !important;
    }
    section.news-wrpr .news-block-wrpr .news-block p.thik {
        min-height: 80px !important;
    }
    body.open .navbar__main.js-affix-nav-bar {
        display: none!important;
    }
    .logo-wrpr img {
        max-width: 200px;
    }
}

@media (max-width:575px) {
    .logo-wrpr img {
        max-width: 175px;
    }
    /* .page-id-327 #mk-fullscreen-search-wrapper,
    .page-id-327 .submenu-wrpr,
    .search-results #mk-fullscreen-search-wrapper,
    .search-results .submenu-wrpr,
    .page-id-325 #mk-fullscreen-search-wrapper,
    .page-id-325 .submenu-wrpr,
    .page-id-656 #mk-fullscreen-search-wrapper,
    .page-id-656 .submenu-wrpr,
    .page-id-747 #mk-fullscreen-search-wrapper,
    .page-id-747 .submenu-wrpr {
        top: -120px;
    } */
    .products-upcoming .product-item .coming-soon {
        display: block;
        bottom: -2px;
        left: 0;
        max-width: 140px;
        text-align: center;
    }
    section.service-wrpr .service-blk-wrpr .service-blk p.light {
        margin-bottom: 0;
    }
    .floaring-history-wrpr .history-slider .item.slick-slide {
        height: 45px !important;
        font-size: 20px !important;
    }
    .floaring-history-wrpr .history-slider .item.slick-slide {
        margin-bottom: 110px;
    }
    .kvn-header .logo-wrpr {
        max-width: 200px;
    }
    section.news-wrpr .news-block-wrpr .news-block p.thik {
        min-height: inherit !important;
    }
    .history-slider .slick-list {
        margin-bottom: 55px!important;
    }
    .history-slider .slick-prev.slick-arrow {
        left: calc(50vw - 70px)!important;
        bottom: -70px;
        top: auto;
    }
    .history-slider .slick-next.slick-arrow {
        right: calc(50vw - 70px)!important;
        bottom: -70px;
        top: auto;
    }
    .history-slider .slick-next.slick-arrow:before,
    .history-slider .slick-prev.slick-arrow:before {
        font-size: 30px!important;
    }
    .tab-sec-outr ul.nav-tabs li a {
        width: 150px;
        height: 40px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    a.menulogo {
        max-width: 210px !important;
    }
}

@media (max-width: 400px) {
    .directors-sec.position-relative .swap-on-hover {
        height: 435px;
        padding-bottom: 75px;
        background-color: white;
    }
    .directors-sec.position-relative .swap-on-hover .hover-text {
        padding-left: 0px;
        padding-bottom: 0;
    }
    .directors-sec.position-relative .swap-on-hover .hover-text p {
        color: #18326B;
    }
    .blog-page .news-slide .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 0.8rem;
    }
}

footer .your-email input[type="email"]::placeholder {
    text-transform: capitalize;
}

.disabled {
    pointer-events: none!important;
    opacity: 0.7!important;
}


/* edits 31may 2021 */

.banner-section h1{
    font-size: 3.25rem;
    line-height: 3.75rem;
  }
  .banner-section p{
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 300;
  }
  .banner-section p.thik{
      font-weight: 600;
  }

  .banner-section .slider-head-wrpr p:not(.thik){
    line-height: 2.3rem!important;
  }


  .banner-section .kvn-btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/* governance page */
.social-respnsblty-sec .content-sec{
    padding-top: 0px!important;
}



.Leadership-sec h3,
.partner-block2-outr h2,
.social-respnsblty-sec h3,
.vision-mision-sec h3,
.Leadership-sec h3,
.about-page .about-banner-section h2{
    line-height: 110%;
}

.social-respnsblty-sec .content-sec p,
.vision-mision-sec ul li,
.Leadership-sec p{
    line-height: 180%!important;
    font-weight: 300;
}

.directors-sec h3{
    line-height: 180%;
    font-weight: 500;
}
.hover-text p:first-child{
}

 .cust-footer .cust-ftr-block ul li.contact.share p,
 footer ul li.thik a,
.cust-footer .cust-ftr-block .thik,
.global-footer .subscription-detail .form-content label{
    
    line-height: 2rem;
}
 .copyright-sec p{
    line-height: 1.5rem;
    font-weight: 300;
}
 .footer-bottom .term-wrpr p span a,
 .global-footer .app-description {
    line-height: 1.25rem!important;
    font-weight: 300!important;
}
.join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block>p{
    font-weight: 300;
}


@media (min-width: 1200px){
    

.Leadership-sec h3,
.partner-block2-outr h2,
.social-respnsblty-sec h3,
.vision-mision-sec h3,
 .Leadership-sec h3,
 .about-page .about-banner-section h2{
    font-size: 30px;
    line-height: 42px;
}

 .social-respnsblty-sec .content-sec p,
 .vision-mision-sec ul li,
 .Leadership-sec p{
    font-size: 1rem!important;
    line-height: 2rem!important;
    font-weight: 300;
}

 .directors-sec h3{
    font-size: 21px;
    line-height: 1.75rem;
    font-weight: 500;
}
 .hover-text p:first-child{
    font-size: 21px;
    line-height: 1.75rem;
}
 footer ul li:not(.thik) a{
    font-size: 12px;
}
 .cust-footer .cust-ftr-block ul li.contact.share p,
 footer ul li.thik a,
 .cust-footer .cust-ftr-block .thik,
 .global-footer .subscription-detail .form-content label{
    font-size: 16px;
    line-height: 2rem;
}
.copyright-sec p{
    font-size: 14px!important;
    line-height: 1.5rem;
    font-weight: 300;
}
.footer-bottom .term-wrpr p span a,
 .global-footer .app-description {
    font-size: 13px!important;
    line-height: 1.25rem!important;
    font-weight: 300!important;
}





.story-wrpr h2,
section.flag-wrpr .flag-block .flag-content h3{
    font-size: 1.5rem!important;
    line-height: 198%;
}
.company-video .embed-container{
    padding-bottom: 36.25%;
}
.company-video .embed-container iframe{
    max-width: 750px;
    height: 400px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 10%);
}
.after-center:after{
    left: 0;
    right: 0;
    margin: auto;
}
.h2,

.products-upcoming.products h2,
.categoty-type h2,
.visit_site_sec h2,
.key-wrpr-main h2,
.floaring-history-wrpr h2,
.who-we-are-wrpr .container .who-are-wrpr-content h2,
.join-wrpr .join-main-wrpr .join-block h2,
section.news-wrpr h2,
section.partner-wrpr .partner-block h2,
section.history-wrpr .history-block h2,
section.service-wrpr .service-blk-wrpr .service-blk.content-blk h2,
section.our-strength-wrpr h2,
section.who-wrpr .who-content h4{
    font-size: 2rem;
}


.join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block>p{
    font-weight: 300;
    font-size: 17px!important;
    line-height: 165%;
}

.join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block .testimony-ftr .name-block p.name{
    font-size: 18px!important;
    margin-bottom: 5px;
}
.floaring-history-wrpr .history-slider .item.slick-slide span,
.join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block .testimony-ftr .name-block p.thik{
    font-size: 16px!important;
}
.join-wrpr .join-main-wrpr .testimonial-wrpr h3 {
    font-size: 1.6rem;
    margin-bottom: 22px;
}
.career-banner-section .container h2,
.about-page .contact-banner h2, .about-page .about-banner-section h2, .about-page .product-banner-section h2{
    font-size: 2.5rem;
}
.product-list .product-wrap h5{
    font-size: 1.3rem;
}
.products .product-item h5{
    font-size: 1.6rem;
}

.career-latest h2,
.cluster-outr h3{
    font-size: 2.25rem;
}
.career-latest  h3 {
    font-size: 2rem;
}
.blog-inner h3,
.career-people h2,
.career-contact h2,
.locations-sec h3{
    font-size: 2rem;
}
.contct-sec-innr h4{
    font-size: 2.2rem;
}
.tab-block-outr ul li{
    font-size: 1rem;
    line-height: 1.8rem;
}


#search-form .search-field{
    font-size: 18px!important;
}
#search-form .search-field::placeholder{
    font-size: 18px!important;
}
html{
    font-size: 14px;
}

.kvn-english-flg h6 {
    font-size: 12px;
}
.has-submenu:hover ul.sub-menu{
    width: 100%;
}






}


@media (max-width: 1199px){
    

.Leadership-sec h3,
.partner-block2-outr h2,
.social-respnsblty-sec h3,
.vision-mision-sec h3,
 .Leadership-sec h3,
 .about-page .about-banner-section h2{
    font-size: 25px;
    line-height: 35px;
}

 .social-respnsblty-sec .content-sec p,
 .vision-mision-sec ul li,
 .Leadership-sec p{
    font-size: 15px!important;
    line-height: 1.7rem!important;
    font-weight: 300;
}

 .directors-sec h3{
    font-size: 18px;
    line-height: 1.5rem;
    font-weight: 500;
}
 .hover-text p:first-child{
    font-size: 18px;
    line-height: 1.5rem;
}
 footer ul li:not(.thik) a{
    font-size: 12px;
}
 .cust-footer .cust-ftr-block ul li.contact.share p,
 footer ul li.thik a,
 .cust-footer .cust-ftr-block .thik,
 .global-footer .subscription-detail .form-content label{
    font-size: 15px;
    line-height: 2rem;
}
.copyright-sec p{
    font-size: 14px!important;
    line-height: 1.5rem;
    font-weight: 300;
}
.footer-bottom .term-wrpr p span a,
 .global-footer .app-description {
    font-size: 13px!important;
    line-height: 1.25rem!important;
    font-weight: 300!important;
}





.story-wrpr h2,
section.flag-wrpr .flag-block .flag-content h3{
    font-size: 1.4rem!important;
    line-height: 198%;
}
.company-video .embed-container{
    padding-bottom: 36.25%;
}
.company-video .embed-container iframe{
    max-width: 750px;
    height: 400px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 10%);
}
.after-center:after{
    left: 0;
    right: 0;
    margin: auto;
}
.h2,

.products-upcoming.products h2,
.categoty-type h2,
.visit_site_sec h2,
.key-wrpr-main h2,
.floaring-history-wrpr h2,
.who-we-are-wrpr .container .who-are-wrpr-content h2,
.join-wrpr .join-main-wrpr .join-block h2,
section.news-wrpr h2,
section.partner-wrpr .partner-block h2,
section.history-wrpr .history-block h2,
section.service-wrpr .service-blk-wrpr .service-blk.content-blk h2,
section.our-strength-wrpr h2,
section.who-wrpr .who-content h4{
    font-size: 1.8rem;
}


.join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block>p{
    font-weight: 300;
    font-size: 16px!important;
    line-height: 165%;
}

.join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block .testimony-ftr .name-block p.name{
    font-size: 17px!important;
    margin-bottom: 5px;
}
.floaring-history-wrpr .history-slider .item.slick-slide span,
.join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block .testimony-ftr .name-block p.thik{
    font-size: 15px!important;
}
.join-wrpr .join-main-wrpr .testimonial-wrpr h3 {
    font-size: 1.5rem;
    margin-bottom: 22px;
}
.career-banner-section .container h2,
.about-page .contact-banner h2, .about-page .about-banner-section h2, .about-page .product-banner-section h2{
    font-size: 2.3rem;
}
.product-list .product-wrap h5{
    font-size: 1.2rem;
}
.products .product-item h5{
    font-size: 1.4rem;
}

.career-latest h2,
.cluster-outr h3{
    font-size: 2.3rem;
}
.blog-inner h3,
.career-people h2,
.career-contact h2,
.locations-sec h3{
    font-size: 1.7rem;
}
.contct-sec-innr h4{
    font-size: 2rem;
}
.tab-block-outr ul li{
    font-size: 0.9rem;
    line-height: 1.8rem;
}


#search-form .search-field{
    font-size: 17px!important;
}
#search-form .search-field::placeholder{
    font-size: 17px!important;
}
html{
    font-size: 14px;
}

.kvn-english-flg h6 {
    font-size: 12px;
}
.has-submenu:hover ul.sub-menu{
    width: 100%;
}






}








.kvn-header .kvn-submenu ul li.sub-main a,
.has-submenu:not(.custom-light-menu) a {
    font-size: 1.2rem !important;
    font-weight: 700!important;
}

.kvn-header{
    z-index: 1030!important;
}



@media (max-width: 575px){
    

.Leadership-sec h3,
.partner-block2-outr h2,
.social-respnsblty-sec h3,
.vision-mision-sec h3,
 .Leadership-sec h3,
 .about-page .about-banner-section h2{
    font-size: 23px;
    line-height: 30px;
}

 .social-respnsblty-sec .content-sec p,
 .vision-mision-sec ul li,
 .Leadership-sec p{
    font-size: 14px!important;
    line-height: 1.5rem!important;
    font-weight: 300;
}

 .directors-sec h3{
    font-size: 17px;
    line-height: 1.5rem;
    font-weight: 500;
}
 .hover-text p:first-child{
    font-size: 17px;
    line-height: 1.5rem;
}
 footer ul li:not(.thik) a{
    font-size: 12px;
}
 .cust-footer .cust-ftr-block ul li.contact.share p,
 footer ul li.thik a,
 .cust-footer .cust-ftr-block .thik,
 .global-footer .subscription-detail .form-content label{
    font-size: 14px;
    line-height: 2rem;
}
.copyright-sec p{
    font-size: 14px!important;
    line-height: 1.5rem;
    font-weight: 300;
}
.footer-bottom .term-wrpr p span a,
 .global-footer .app-description {
    font-size: 13px!important;
    line-height: 1.25rem!important;
    font-weight: 300!important;
}





.story-wrpr h2,
section.flag-wrpr .flag-block .flag-content h3{
    font-size: 1.2rem!important;
    line-height: 198%;
}
.company-video .embed-container{
    padding-bottom: 36.25%;
}
.company-video .embed-container iframe{
    max-width: 750px;
    height: 400px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 10%);
}
.after-center:after{
    left: 0;
    right: 0;
    margin: auto;
}
.h2,

.products-upcoming.products h2,
.categoty-type h2,
.visit_site_sec h2,
.key-wrpr-main h2,
.floaring-history-wrpr h2,
.who-we-are-wrpr .container .who-are-wrpr-content h2,
.join-wrpr .join-main-wrpr .join-block h2,
section.news-wrpr h2,
section.partner-wrpr .partner-block h2,
section.history-wrpr .history-block h2,
section.service-wrpr .service-blk-wrpr .service-blk.content-blk h2,
section.our-strength-wrpr h2,
section.who-wrpr .who-content h4{
    font-size: 1.5rem;
}


.join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block>p{
    font-weight: 300;
    font-size: 15px!important;
    line-height: 165%;
}

.join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block .testimony-ftr .name-block p.name{
    font-size: 16px!important;
    margin-bottom: 5px;
}
.floaring-history-wrpr .history-slider .item.slick-slide span,
.join-wrpr .join-main-wrpr .testimonial-wrpr .testimony-slider .testimony-block .testimony-ftr .name-block p.thik{
    font-size: 14px!important;
}
.join-wrpr .join-main-wrpr .testimonial-wrpr h3 {
    font-size: 1.3rem;
    margin-bottom: 22px;
}
.career-banner-section .container h2,
.about-page .contact-banner h2, .about-page .about-banner-section h2, .about-page .product-banner-section h2{
    font-size: 2.1rem;
}
.product-list .product-wrap h5{
    font-size: 1.1rem;
}
.products .product-item h5{
    font-size: 1.2rem;
}

.career-latest h2,
.cluster-outr h3{
    font-size: 2rem;
}
.blog-inner h3,
.career-people h2,
.career-contact h2,
.locations-sec h3{
    font-size: 1.5rem;
}
.contct-sec-innr h4{
    font-size: 1.7rem;
}
.tab-block-outr ul li{
    font-size: 0.9rem;
    line-height: 1.8rem;
}


#search-form .search-field{
    font-size: 16px!important;
}
#search-form .search-field::placeholder{
    font-size: 16px!important;
}
html{
    font-size: 14px;
}

.kvn-english-flg h6 {
    font-size: 12px;
}
.has-submenu:hover ul.sub-menu{
    width: 100%;
}






}

body.cli-modal-open .cli-modal.cli-blowup {
    z-index: 9000000999!important;
    transform: scale(1);
    background-color: rgba(0,0,0,0.5);
}
/* .slider-no-block.slick-slide:before{
    width: 0px!important;
    transition: all 5s ease-in-out!important;
}
.slider-no-block.slick-slide:not(.slick-active):before{
    width: 0px!important;
    transition: all 5s ease-in-out!important;
} */
/* .slider-no-block.slick-slide.slick-current.slick-active:before{
    width: 145px!important;
    transition: all 5s ease-in-out!important;
} */


@media (min-width: 992px) {
    .kvn-btn {
        height: 45px;
    }
    a.menulogo {
        width: 240px !important;
    }
}

.mk-fullscreen-search-overlay {
    transition: initial !important;
}

a, button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body.cli-modal-open .cli-modal.cli-blowup {
    background-color: rgb(0 0 0 / 84%);
}

.cli-bar-message {
    font-size: 13px;
}

.navbar__main__bottom .navbar__main__bottom__social li a span {
    font-size: 1rem;
}

.icon-search svg{
height: 16px;
}

@media (min-width: 992px) {
.product-list {
    padding: 30px 0px 100px;
}

section.service-wrpr {
    padding: 90px 0 !important;
}

section.history-wrpr {
    padding: 100px 0 !important;
}

.products .product-item .img-wrap img {
    width: 90%;
}
.products .product-item {
    padding: 70px 0px;
}

.join-wrpr .join-main-wrpr .testimonial-wrpr {
    padding: 52px 43px;
}
.footer-info-address p, .footer-info-address p a {
    font-size: 12px !important;
}
.copyright-sec p {
    font-size: 12px!important;
}
}

@media screen and (max-width: 1499.98px) and (min-width: 992px) {
.banner-section .slider-content .container {
    min-height: 600px;
}
}

@media screen and (max-width: 1599.98px) and (min-width: 1500px) {
.banner-section .slider-content .container {
    height: 100vh;
    min-height: 700px;
}}

@media (max-width: 575px) {
.company-video .embed-container {
    padding-bottom: 65%;
}
.company-video .embed-container iframe {
    height: 200px;
}
}

.company-video .embed-container {
    text-align: center;
    margin-bottom: 70px;
    padding-bottom: initial;
}

.company-video .embed-container iframe {
   position: static;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    font-size: 12px !important;
    padding: 13px 20px !important;
}

.kvn-header .navbar__main.js-affix-nav-bar {
    left: -100%;
    transition: 0.3s all;
}
body.open .kvn-header .navbar__main.js-affix-nav-bar {
    left: 0;
}


.history-wrpr.partner-section .partner-block2-outr {
    padding: 0px 0;
}
@media (max-width: 768px){
span.mega_menu_span:after {
    top: 17px !important;
}
}

.banner-section .slider-content .container .slider-head-wrpr .slider-no-block:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 4px;
    background-color: #DE2B24;
    opacity: 1;
    bottom: -10px;
    left: 0;
    z-index: 1;
    transition: width 8s ease-in;
    -o-transition: width 8s ease-in;
    -webkit-transition: width 8s ease-in;
    opacity: 0;
}
.banner-section .slider-content .container .slider-head-wrpr .slider-no-block.active:before  {
    width: 145px;
    opacity: 1;
}