@import url('https://fonts.googleapis.com/css2?family=Amita:wght@400;700&family=Maven+Pro:wght@400;500;600;700;800;900&family=Merienda+One&family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');
.f-regular {
    font-weight: 400;
}
.f-semibold {
    font-weight: 600;
}
.f-bold {
    font-family: 'Poppins-Bold', sans-serif;
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
.nowrap {
    white-space: nowrap;
}
body a:hover {
    text-decoration: none;
    color: #373123;
}
body li {
    list-style: none;
}
p {
    line-height: 29.7px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
header {
    left: 0;
    width: 100%;
    z-index: 99;
    padding-top: 25px;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out;
}
header.shrink {
    box-shadow: 0px 13px 43px 0px rgb(0 0 0 / 8%);
}
.navbar {
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
.navbar-nav {
    flex-direction: row;
    align-items: center;
    font-family: 'Encode Sans';
}
.navbar-nav .nav-item {
    text-transform: capitalize;
    font-size: 15px;
    padding: 0 8px;
}
.navbar-nav .nav-item a {
    color: #fff !important;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 0.5rem 6px 1rem !important;
    transition: padding 0.5s ease-in-out;
    border-bottom: 2px solid transparent;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-bottom: 27px !important;
}
/*.navbar-nav .nav-item a:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #f4b100;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}*/
.navbar-nav .nav-item a:hover::before,
.navbar-nav .nav-item a.active::before {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}
.navbar-brand {
    margin: 0;
    padding: 0;
    width: 27%;
}
.navbar-brand img {
    height: auto;
    width: 70%;
    position: relative;
    top: -13px;
}
.top-contact-details {
    display: flex;
    line-height: 1.2;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.top-contact-details a {
    color: #fff;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
}
.top-contact-details a:hover {
    color: #fff;
}
.top-contact-details a i {

    padding: 4px 3px 0px;
}
.top-contact-details .black-icon {
    display: none;
}
header.shrink .top-contact-details .black-icon {
    display: inline-block;
}
header.shrink .top-contact-details .white-icon {
    display: none;
}
.navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px !important;
}
.navbar-nav .nav-item:last-child {
    padding-right: 0px !important;
}
header.shrink {
    background-color: #fff;
}
header.shrink .top-contact-details a {
    color: #000;
}
header.shrink .navbar-nav .nav-item a {
    color: #000 !important;
}
header.shrink .white-logo {
    display: none;
}
header.shrink .shirnk-logo {
    display: block;
    width: 60%;
}
header .shirnk-logo {
    display: none;
}
/*about page*/

footer {
    background: #f13f3f;
    padding: 20px 0px;
    
}
footer .container {
    padding: 0px;
}
footer ul li a {
font-family: 'Poppins', sans-serif;
font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 0px 7px;
}
footer ul {
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
}
footer ul span {
    font-size: 16px;
    color: #fff;
}
.social {
    float: right;
    color: #fff;
    display: flex;
    font-size: 16px;
    align-items: center;
}
.social span {
    margin: 0px 4px;
    width: 35px;
    height: 35px;
    background: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
}
.social span:nth-child(2) {
    background: linear-gradient(#3e68dd 0%, #3e68dd 2.61%, #3c5a99 98.67%, #3c5a99 100%);
}
.social span:nth-child(3) {
    background: linear-gradient(#ff3b78 0%, #ff3b78 27.46%, #f00 99.71%, #f00 100%);
}
.social span:nth-child(4) {
    background: linear-gradient(#8bbdfb 0%, #4480ef 51.85%, #0046e5 100%);
}
.social span a{
     color: #fff;
}
.text-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0px;
}
footer p {
    color: #fff;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 7px;
    padding-left: 7px;
}
footer ul li a:hover {
    color: #fff;
}
header .container {
    max-width: 1280px;
}
footer ul li a:nth-child(3) {
    padding-right: 0;
}
.footer-pages li:last-child a {
    padding-right: 0;
}
footer .row {
    align-items: center;
}
footer .inverse-row {
    margin-top: 13px;
}

.common-btn {
    padding: 19px 40px;
    background-image: linear-gradient(to left, #1027a3, #2d4ae0);
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
    position: relative;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    border: 0;
    border-radius: 5px;
    font-weight: 600;
}
.common-btn:hover {
    color: #fff;
}
.common-btn span {
    position: relative;
}

/*dropndown*/
.navbar-mob .nav-item.dropdown {
    position: relative;
}
.navbar-mob .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
}
.navbar-mob .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 8px 10px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #fff;
}
.navbar-mob .dropdown-menu {
    position: absolute;
    padding: 0;
    border-top: 4px solid rgba(5, 121, 168, 0.7215686274509804);
    border-radius: 0;
    top: 89%;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    border-radius: 0px;
    border: 0px;
    /*  box-shadow: 0px 2px 10px #00000059;*/
    transition: all 0.3s ease-in-out;
    background-color: transparent;
       width: 18rem;
   /* width: max-content;*/
}
.dropdown-submenu .nav-link.dropdown-link {
    color: #000 !important;
    font-size: 15px;
    padding: 19px 20px !important;
    background: #fff2f1;
    font-weight: 500;
    text-transform: capitalize;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-submenu .nav-link.dropdown-link i {
    padding-left: 6px;
    float: right;
    position: absolute;
    right: 17px;
    font-size: 27px;
}
.dropdown-submenu .nav-link.dropdown-link:hover {
   background: linear-gradient(90deg, rgba(205, 45, 96, 1) 0%, rgba(154, 51, 83, 1) 53%);
    color: #fff !important;
}
.dropdown-submenu .nav-link.dropdown-link::before {
    display: none;
}
.navbar-mob .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #000;
}
.dropdown-submenu {
    position: relative;
    margin: 4px 0px;
    left: -85px;
}
.dropdown-menu-inner {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    margin: 0;
    border: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: -0.187px -0.173px 0px 0px rgba(44, 45, 47, 0.2);
    border-radius: 0;
}
.dropdown-submenu a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(268deg);
    display: none;
}
.dropdown-submenu>.dropdown-menu-inner a:after {
    display: none;
}
.dropdown-submenu>.dropdown-menu-inner {
    top: 0;
    left: 291px;
    margin-right: 0px;
    width:27rem;
    background-color: transparent;
}
.dropdown-menu-inner li{
  position: relative;
    margin: 4px 0px;
}
.dropdown-menu-inner li:nth-child(1) {
    margin: 0;
}
.dropdown-submenu .dropdown-menu-inner .dropdown-item {
    color: #000 !important;
    font-size: 15px;
    padding: 19px 10px !important;
    background: #fff2f1;
    text-transform: capitalize;
}
.dropdown-submenu .dropdown-menu-inner .dropdown-item:hover {
    background-color: #9a2143;
    color: #fff !important;
}
.dropdown-submenu .dropdown-menu-inner .dropdown-item::before {
    display: none;
}
.dropdown-submenu:hover .dropdown-menu-inner {
    display: block;
}
.dropdown-submenu.synthetic-resins>.dropdown-menu-inner {
    right: -220px;
}
.dropdown-submenu.lubricant>.dropdown-menu-inner {
    right: -222px;
}

/*home page css start*/
.MainBanner{background-image: url("../images/Banner.png"); background-position: center; background-size: cover; background-repeat: no-repeat; height: 720px; position: relative;}
.bannerText{font-size: 55px; line-height: 65px; text-transform: uppercase; color: #fff;     margin-bottom: 33px; position: relative;
    text-align: center;}
.caption-heading{ position: absolute; bottom: 31%;}
.subhead{display: flex; align-items: center;  margin-bottom: 10px;}
.subhead h1{ font-family: 'Poppins-SemiBold', sans-serif; font-weight: 700; font-size: 45px; color: #232f4b;}
.subhead p{height: 5px;
    width: 51px;
    margin-bottom: initial;
    margin-left: 10px;
    background-color: #f13f3f;}
.overviewSection{padding: 5rem 0rem;}
.overviewSection .row{align-items: center;}
.offerSection{background-color: #f3f2fa; padding: 3rem 0 13rem 0;}
.offerSection .owl-carousel .owl-item img{width: initial;}
.OfferBox{background-color: #fff;padding: 30px 25px 1px 25px;
    border-radius: 8px; height: 492px;}
h3{font-family: 'Poppins-SemiBold', sans-serif;
    font-weight: 700; font-size: 24px; color: #232f4b;}
.OfferBox p{font-size: 15px;}
.OfferBox img{padding-bottom: 20px;}
.boxdivider{background-color: #f13f3f; width: 75px;
    height: 3px;}
.owl-theme .owl-nav [class*=owl-]:hover{background: initial;}
.owl-theme .owl-nav [class*=owl-]{background: initial;}
/*.owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}*/
.offerInfo .owl-prev {
    position: absolute;
    top: 45%;
    left: -7%;
}
.offerInfo .owl-next {
    position: absolute;
    top: 45%;
    right: -7%;
}
.Why-Choose-Us .container{background-color: #f13f3f; color: #fff; padding: 50px; margin-top: -160px; border-radius: 15px; max-width: 1280px;} 
.Why-Choose-Us .subhead h1{color: #fff;}
.Why-Choose-Us .subhead p{background-color: #fff;}
.Insights{background-color: #f3f2fa; padding: 3rem 0;}
.Insights .insightBox{background-color: #fff; border-radius: 8px; height: 360px; position: relative;}
.insightBox h3{font-family: 'Poppins-SemiBold', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #232f4b;}
.insightBox .boxIntro{padding: 25px 20px 25px 20px;}
.knowMore{font-family: 'Poppins-SemiBold', sans-serif;
    font-weight: 700; font-size: 17px; color: #142cab; position: absolute; bottom: 5px;}
.imgBox{position: relative;}
.imgBox figure{
    position: absolute;
    background-color: #f13f3f;
    bottom: 0px;
    right: 0;
    border-radius: 7px 0px 0px 7px;
    font-size: 16px;
    padding: 3px 12px;
    color:  #fff;
}
.Mobilemap{display: none;}
.CareerSection{padding: 5rem 0rem;}
.CareerSection .row{align-items: center;}
.TestimonialsSection{background-image: url("../images/testi-bg.png"); background-position: center; background-size: cover; background-repeat: no-repeat; height: 670px; padding: 1.5rem 0;}
.PresenceSection{padding: 3rem 0;}
.PresenceSection .subhead{padding-bottom: 30px;}
.ContactSection{padding: 3rem 0; background-color: #f3f2fa;}
.get-in h2 {
    font-size: 62px;
    color: #E4B027;
    text-align: center;
}

.get-in .form-div .form-control {
    border-radius: 7px;
    border: 0;
/*    border: 1px solid #E0E0E0;
*/    height: 61px;
    padding-left: 20px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000 !important;
}
.get-in select.form-control:not([size]):not([multiple]) {
    height: 61px;
    color: #000;
}

.get-in select {
    background: url(../images/contact-drop-arrow.svg) #fff no-repeat !important;
    background-position: center !important;
    -webkit-appearance: none !important;
    background-position-x: 92% !important;
}



.get-in .form-group {
    margin-bottom: 39px;
    position: relative;
}

.get-in .form-group img {
    position: absolute;
    right: 4px;
    top: 12px;
    width: 42%;
}

.get-in .form-div {
    margin-top: 32px;
        margin-bottom: 25px;
}
.get-in {
    padding-bottom: 55px;
}

#msg-error {
    font-size: 14px;
    color: #CD3E6B;
    font-weight: 500;
}

.get-in .form-div .col-lg-4 {
    padding-right: 19px;
    padding-left: 19px;
}
#captcha {
    font-size: 30px;
    letter-spacing: 3px;
    position: absolute;
    right: 0;
   /* top: 1px;*/
    font-style: italic;
    background: #f6f6f6;
    color: #232f4b;
    padding: 8px 17px;
}
#captcha input {
    display: none;
}
.ClientSection{padding: 3rem 0;}
.table1 .logo img{padding: 20px 33px 40px 33px;;}
.table1{border-bottom: 1px solid #ccc;}
.table1 tr{align-items: center;}
.table2{border-bottom: 1px solid #ccc;}
.table3{border-bottom: initial;}
.table2 .logo img{padding: 25px 30px;}
.table3 .logo img{padding: 25px 30px;}
.ClientSection tr .logo{
    text-align: center;
    align-items: center;}
.ClientSection tr{align-items: center; position: relative; border-bottom: 1px solid #ccc;}
.ClientSection tr:last-child{border-bottom: initial;}

.ClientSection tr td:after{content: ""; background-color: #ccc;     height: 104px;
    position: absolute;
    width: 2px;
    bottom: 20px;
}
.ClientSection tr td:last-child:after{content: ""; height: initial; width: initial;}
.Location{position: relative; margin-bottom: 40px;}
.Location h5{font-weight: 700;}
.Location h5:before{
    content: '';
    background: url("../images/location.png");
    position:absolute;
    top:0px;
    left: -31px;
    width: 22px;
    height: 27px;
}
.LocationInfo{    margin: 35px 30px 0px 58px; display: none;}

.testislider .owl-item{
  opacity: 0.4;
  transition: .4s ease all;
  margin: 0 20px;
  transform: scale(.8);
}
.testislider .owl-item p{opacity: 0;}
.testislider .owl-item.active p{opacity: 1;}
.testislider .owl-item{margin:0; transform:scale(.9)}
.testislider{position: relative;}

.testislider .owl-item.active{
  opacity: 1;
  transform: scale(1);
} 
  
.testislider .owl-item.center img{border-radius: 50%; border: 8px solid #fff; position: relative;}

.testislider .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.testislider .inner{text-align:center; margin-top: 10px; padding: 15px 100px;}
.testislider .owl-item img{
    display: block;
    text-align: center;
    margin: 20px auto;
    width: initial;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color: #ed3c3d;}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}
div.owl-item.active.center>.item>div.cy-testi-lock::after {
    content: url("../images/testi-mark.png");
    width: 67px;
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 2;
}
div.owl-item.active.center>.item>div.cy-testi-lock {
    position: relative;
    width: 20%;
    margin: 0 auto;
}
.testislider .owl-carousel .owl-nav.disabled{display: initial!important;}
.testislider .owl-prev {
    position: absolute;
    top: 28%;
    left: -7%;
}
.testislider .owl-next {
    position: absolute;
    top: 28%;
    right: -7%;
}
.inner h5{font-weight: 600;}


.desktopview{display: flex;}
.mobileview{display: none;}

/*-----------why lean sigma ------------*/
.why-lean-pageBanner{background-image: url("../images/why-lean-banner.png"); position: relative; background-position: center; background-size: cover; background-repeat: no-repeat; height: 360px;}
.Engagement-pageBanner{background-image: url("../images/emp-eng-banner.png"); position: relative; background-position: center; background-size: cover; background-repeat: no-repeat; height: 360px;}
.Casestudy-pageBanner{background-image: url("../images/case-study-banner.png"); position: relative; background-position: center; background-size: cover; background-repeat: no-repeat; height: 360px;}
.bloglist-pageBanner{background-image: url("../images/blog-listing-banner.png"); position: relative; background-position: center; background-size: cover; background-repeat: no-repeat; height: 360px;}
.Insight2-pageBanner{background-image: url("../images/Insights-banner.jpg"); position: relative; background-position: center; background-size: cover; background-repeat: no-repeat; height: 360px;}
.insidepage .caption-heading {
    position: absolute;
    bottom: 30%;
    width: 100%;
    left: 0;
}
.introSection{padding: 4rem 0 3rem 0; text-align: center;}
.benefitsSection{
        padding: 3rem 0 4rem 0;
    background-color: #f3f2fa;
}
.BenefitBox{    background-color: #fff;
    border-radius: 5px;     margin: 0px 8px;}
.BenefitBox img{max-width: 100%;}
.BeneIntro{padding: 20px 10px 5px 20px;} 
.OrgBeneSection{ padding: 3rem 0 4rem 0;}  
/*.OfferBox{box-shadow: 0 0 20px rgb(0 0 0 / 10%);}  
*/.OrgBeneSection .OfferBox{height: 325px;}  
.OrgBeneSection .row:first-child {
  margin-bottom: 40px;
}
.emp-freame .owl-carousel .owl-item img{width: initial;}
.mobileslider{display: none!important;}
.Lean-Six-Sigma-can-p {
  margin: 50px 0 25px;
  font-family: Poppins;
  line-height: 1.76;
  text-align: center;
}
.insidepage .subhead{margin-bottom: 30px;}
/*.emp-freame .owl-carousel .owl-stage-outer{overflow: visible;}
*/.Frameslider .owl-prev {
    position: absolute;
    top: 45%;
    left: -7%;
}
.different{font-size: 19px;}
.whatsapp-icon{
    position: fixed;
    right: 2%;
    bottom: 0%;
    z-index: 1;
}

footer .row:first-child {
  display: none;
}
.get-in .form-div textarea {
    border-radius: 7px!important;
    border: 0!important;
    border: 1px solid #E0E0E0;
    height: 135px!important;
    padding: 18px!important;
}
.mobilemsg{display: none;}
/*
textarea:focus { 
    outline: none !important;
    border-color: #719ECE;
    color: transparent;
}
input:focus {
  outline: none !important;
    border-color: #719ECE;
    color: transparent;
}
textarea:focus{
  color: transparent;
}*/
.CaseText{padding-left: 40px;}
.CaseintroSection p{font-size: 16px;}
.CaseText{font-size: 15px;}
.CaseText ul, li{
    list-style: none;
}
.CaseText li{padding-bottom:10px; padding-left:22px;position:relative; font-size: 15px; line-height: 28px;}

.CaseText ul li:before {content:""; position:absolute; left:0px; top:3px; width:14px; height:17px; background: url("../images/listing-arrow.png") no-repeat;}
.CaseIntro{padding-bottom: 2rem;}
.recommendationSection{background-image: url("../images/recommendation.png"); background-position: center; background-size: cover; background-repeat: no-repeat; height: 663px; position: relative; padding: 1rem 0; color: #fff;}
.recommendationSection .subhead h1{color: #fff;}
.recommendationSection .text-center{padding: 0 120px; margin-bottom: 0;}
.Frameslider .owl-prev {
    position: absolute;
    top: 45%;
    left: -7%;
}
.Frameslider .owl-next {
    position: absolute;
    top: 45%;
    right: -7%;
}
.circle{
    border: 6px solid #fff;
    width: 230px;
    border-radius: 50%;
    text-align: center;
    height: 230px;
    padding: 0px 22px;
    align-items: center;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    text-align: center;
        margin: 12px 12px;
}
.circle p{margin-bottom: initial!important;}
.Firstline{float: right;}
.Secondline{float: left;}
.Casestudylisting-pageBanner{background-image: url("../images/case-listing-banner.png"); background-position: center; background-size: cover; background-repeat: no-repeat; height: 360px; position: relative;}
.Insight-pageBanner{background-image: url("../images/case-listing-banner.png"); background-position: center; background-size: cover; background-repeat: no-repeat; height: 360px; position: relative;}
.casestudy-tab .card-header{background-color: initial; border-bottom: initial;}
.casestudy-tab .nav-tabs{border-bottom: initial;}
.casestudy-tab .nav-tabs .nav-link{border: initial; color: #848484;font-size: 15px;}
.casestudy-tab .card{border: initial;}
.casestudy-tab .nav-tabs .nav-link.active{color: #142cab; border-color: transparent; border-bottom: 3px solid #f13f3f;}
.casestudy-tab .nav-link {
    padding: 0.5rem 0.4rem;
}
.casestudy-tab{padding: 3rem 0;}
.casestudy-tab .nav-tabs .nav-item:after {
    top: 12px;
    content: "";
    width: 2px;
    position: absolute;
    height: 14px;
    right: -1px;
    background-image: url("../images/case-study-devider.png");
}
.casestudy-tab .nav-tabs .nav-item:last-child:after{height: 0px; width: 0px;}
.casestudy-tab .nav-tabs .nav-item{position: relative;}
.tabinsightBox{height: 460px; margin: 0px 20px; width: 100%;}
.tabinsightBox2{height: 460px; margin: 0px 20px;}
.tabboxIntro{padding: 35px 0px;}
.casestudy-tab .card-header{margin-bottom: 10px;}
.bloglist h3{font-size: 19px;
    line-height: 28px; }
/*.bloglist p{font-size: 15px; font-family: 'Poppins-Regular', sans-serif;}*/
.bloglist .knowMore{font-size: 15px!important;}
.bloglist{padding: 4rem 0 5rem 0;}
.bloglist .tabinsightBox{
    height: 492px;}

.bloglist .tabinsightBox2{
    height: 492px;}
.blogboxIntro{color: #909090!important;}
.insightblog .subhead h1{font-size: 40px;}
.insightblog{padding: 3rem 0 2rem 0;}
.date{font-size: 12px!important; font-family: 'Poppins-SemiBold', sans-serif!important; margin-bottom: initial!important; font-weight: 600;}
.bloglist .tabboxIntro{
    padding: 3px 0 35px 0;
}
.InsideblogText h3{font-size: 26px; font-family: 'Poppins-SemiBold', sans-serif; line-height: 36px;}
.InsideblogText p{font-size: 14px; font-family: 'Poppins-Regular', sans-serif; color: #2f3a53;}
.Insideblog{margin-bottom: 20px;}
.Insideblog img{width: 100%; border-radius: 5px 5px 0px 0px;}
.InsideblogText{padding: 20px 20px 1px 20px;}
.Insideblog{background-color: #fff; border-radius: 5px;}
.italic{font-size: 13px; font-family: 'Poppins-Italic', sans-serif; font-weight: 600; color: #2f3a53;}
.relatedBlogsWrap h3{font-size: 34px; font-family: 'Poppins-SemiBold', sans-serif; color: #232f4b;}
.InsideRealated h3{font-size: 20px; font-family: 'Poppins-SemiBold', sans-serif; color: #232f4b; line-height: 30px;}
.InsideRealated{background-color: #fff; padding: 25px 25px 15px 25px; margin-bottom: 20px; border-radius: 5px;}
.tab-content h3{font-size: 20px; font-family: 'Poppins-SemiBold', sans-serif; color: #232f4b; line-height: 30px;}
.tab-content .tabboxIntro p{font-size: 15px; font-family: 'Poppins-Regular', sans-serif; color: #232f4b;}
.tabboxIntro .knowMore{color: #142cab!important; bottom: initial!important;}
.ComSoon{font-size: 55px;
    font-weight: 600;padding: 3rem 0;}
.careerdescri{font-size: 15px;}
.caseSecond{padding: 2rem 0;}
.caseMargin{padding: 3rem 0 5rem 0;}
.downarrow{position: absolute; bottom: 0; left: 50%;}
input[type='tel']::placeholder{padding-left: 52px; color: #ccc!important;}