@font-face {
    font-family: 'KohinoorDevanagari';
    src: url('KohinoorDevanagari-Regular.eot?#iefix') format('embedded-opentype'), url('KohinoorDevanagari-Regular.woff') format('woff'), url('KohinoorDevanagari-Regular.ttf') format('truetype'), url('KohinoorDevanagari-Regular.svg#KohinoorDevanagari-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'KohinoorDevanagari';
    src: url('KohinoorDevanagari-Medium.eot?#iefix') format('embedded-opentype'), url('KohinoorDevanagari-Medium.woff') format('woff'), url('KohinoorDevanagari-Medium.ttf') format('truetype'), url('KohinoorDevanagari-Medium.svg#KohinoorDevanagari-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
} slick-arrow

@font-face {
    font-family: 'KohinoorDevanagari';
    src: url('KohinoorDevanagari-Semibold.eot?#iefix') format('embedded-opentype'), url('KohinoorDevanagari-Semibold.woff') format('woff'), url('KohinoorDevanagari-Semibold.ttf') format('truetype'), url('KohinoorDevanagari-Semibold.svg#KohinoorDevanagari-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: 'KohinoorDevanagari';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    color: #414141;
}

a {
    color: #414141 !important;
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

a,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: 0 0;
    text-decoration: none
}
   section div .ourmaketesboxss .card .card-text {
    font-size: 14px;
    min-height: 70px;
}


img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}
.sub-product-detail .LearnMoreLink{
    display: none;
}
.WabsiteHomepageSlider .slick-dots li button:before, .OurMarketsSlider .slick-dots li button:before{
    font-size: 10px;
}
.OurMarketsSlider{
    padding: 0 0 10px 0;
}
.MiniHeader {
    background-color: #F4F2F2;
}

.MiniHeader ul {
    display: flex;
    align-items: center;
    padding: 7px 0px;
    justify-content: flex-end;
    margin-bottom: 0px;f
}

.MiniHeader ul li:nth-child(1) {
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 13px;
}
   .bannerImageStatic{
        margin: 0px 0px 30px 0px;
    }
.MiniHeader ul li {
    font-size: 1rem;
}

.MiniHeader ul li a {
    font-size: 1rem;
}

.BannerBox a {
    font-size: 18px;
    margin-top: 15px;
    text-decoration: underline;
    display: block;
    color: #007cc3 !important;
    font-weight: 600;
}
.SearcInput{
    display: none;
        position: absolute;
    right: 0;
    top: 61px;
    box-shadow: 0px 2px 4px #d9d9d9;
    background: #fff;
    padding: 15px;
}

.SearcInput:after {
	content: '';
	display: block;  
	position: absolute;
	left: 0;
  right: 0;
  margin-left: auto;
  margin-right: 5px;
	bottom: 100%;
	width: 0;
	height: 0;
border-bottom: 14px solid #8f8f8f;
    border-top: 14px solid transparent;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}
.formtype{
    position: relative;
}
.formtype button{
    position: absolute;
    right: 0px;
    top: 0px;
      background: #007cc3;
    padding: 8px 16px;
}
.inputstyle{
    padding: 6px 15px;
    font-size: 18px;
    border: 1px solid #ccc;
        outline: none;
}

.formtype .ion-md-search:before{
    color: #fff;
}
.searchresults{
    margin: 25px 0px;
}
.searchresults .SeacrHeading{
    font-size: 19px;
    font-weight: 500;
    color: #007cc3 !important;
}
.searchresults .SearchDes{
   font-size: 14px;
    font-weight: 400;
    margin: 4px 0px;
}
.searchresults .SearchUrl{
    font-size: 14px;
    color: #9f9f9f !important;
}

.header {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 8px 0px;
    margin: 0 auto;
    z-index: 999;
    outline: none;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}

.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.menu{
    position: relative;
}
.header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%
}

nav .menu-section {
    margin-bottom: 0px;
    padding-left: 0px;
}

.header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81%;
    flex: 0 0 81%;
}

.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4%;
    flex: 0 0 4%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end
}

header .header-item-right a i::before {
    font-size: 25px;
}

.coursess .card{
    border-radius: 0%;
    /*border: none;*/
    margin-right: 10px;
    margin-bottom: 40px;
}
.maincurss .PageDescrp {
    margin-bottom: 35px;
}
.courescard .card-title{
    min-height: 127px;
}
.maincurss .MainHeading{
     margin-bottom: 0pc;
}
.coursess .card img {
    border-radius: 0px;
}
.nav-tabs .nav-link.active{
        background: #007cc4;
    color: #fff;
}
.menu-subs ul {
    line-height: 29px;
    margin-bottom: 25px;
}
.menu-subs.menu-column-1 ul{
    margin-bottom: 0;
}
.menu-subs .col-md-4:last-child ul{
    margin-bottom: 0px;
}
.header .menu>ul>li.menu-item-has-children .menu-subs .list-item:hover>a>.title{
     color: #007cc4 !important;
}
.nav-tabs .nav-link{
          padding: 15px 38px;
    background: #f1f1f1;
    color: #454545;
    margin-right: 7px;
    border-radius: 0px;
}
.tabmenuslala{
    padding: 25px 0px;
}
.header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #121212;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 3.125rem;
   margin-left: 25px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #007cc3 !important;
}

.header .menu>ul>li>a {
    position: relative;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}
.menu .title{
    
}

.header .menu>ul>li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
        margin-top: 12px !important;
   padding: 15px 10px;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    background: #fff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.menu-subs ul {
    padding-left: 0px;
}

.header .menu>ul>li .menu-subs>ul>li {
    line-height: 1
}

.header .menu>ul>li .menu-subs>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    padding: .75rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: inherit;
    text-rendering: optimizeLegibility;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.header .menu>ul>li .menu-subs>ul>li>a:hover, .header .menu>ul>li .menu-subs.menu-mega .megamenu a:hover{
        color: #007cc4 !important;
}
.header .menu>ul>li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem
}

.header .menu>ul>li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
    display: block;
    line-height: 1
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    padding: .5rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.header .menu>ul>li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 68rem;
    width: 100%;
    /*padding: 1.25rem 1rem*/
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 1rem
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: .75rem 0;
    border: none;
    outline: none;
    color: #007CC3;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
    text-align: center;
    color: #000;
        text-transform: none;
        margin-bottom: 0;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: .75rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,
.header .menu>ul>li .menu-subs>ul>li>a:hover {
    color: #007CC3
}

.header-item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #007CC3
}


.menu-mobile-header,
.menu-mobile-trigger {
    display: none
}



.LogoWebSite {
    width: 50px;
}

.BannerBackground-1 {
    background-color: #eaebec;
}


.timeline {
  position: relative;
}
.timeline::before {
  content: "";
     background: #b5b5b5;
  width: 5px;
  height: 96.5%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}







.timeline-item {
  width: 100%;
  margin-bottom: 70px;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -14px;
    border-width: 15px 15px 15px 0;
    border-color: transparent #b5b5b5 transparent transparent;
}
.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.timeline-content::after {
content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    right: -17px;
    border-width: 15px 0 15px 18px;
    border-color: transparent transparent transparent #b5b5b5;
}

.timeline-img {
  width: 30px;
  height: 30px;
      background: #007cc3;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}

.timeline a {
  background: #3F51B5;
  color: #FFFFFF;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
.timeline a:hover, .timeline a:active,.timeline a:focus {
  background: #32408f;
  color: #FFFFFF;
  text-decoration: none;
}

.timeline-card {
  padding: 0 !important;
}
.nameregionalhead{
    font-size: 20px;
    font-weight: 600;
    color: #007cc4;
}
.MargintopDue{
    margin-top: 30px;
}
.nameregionalSector{
    font-size: 16px;
    margin-bottom: 8px;
}
.BlueBandPage{
        font-size: 19px;
    background: #007cc3;
    color: #fff;
    padding: 10px 9px;
    margin-bottom: 30px;
}

.addressLocation {
            
            margin-top: 20px;
    padding: 0px 0px;
        }
.timeline-card p {
  padding: 20px 20px;
  margin-bottom:0px;
}
.timeline-card a {
  margin-left: 20px;
}

.timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/1000/800/?random") center center no-repeat;
  background-size: cover;
}

.timeline-img-header {
  height: 250px;
  position: relative;
}
.timeline-img-header h2 {
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 20px;
}

.timeline blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3F51B5;
  padding: 0 20px;
}

.date {
  background: #FF4081;
  display: inline-block;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.BannerHeading {
    font-size: 45px;
}

.BannerDesc {
    font-size: 20px;
}

.MainBannerBox {
    display: grid;
}

.BannerBox {
    justify-self: center;
    align-self: center;
    width: 80%;
}

.WhiteBgLeftTextBox {
    background: #fff;
    padding: 70px 0px;
}

.WhyChooseUs {
    background: #fff;
    padding: 100px 0px;
}

.GrayBgTopTextBox {
    background: #EFF1F2;
    padding: 60px 0px;
}

.GrayBgRightTextBox {
    background: #EFF1F2;
    padding: 100px 0px;
}

.MainHeading {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 10px;
    color: #414141;
}

.MainDescription {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
}

.LearnMoreLink {
    color: #007cc3 !important;
    text-decoration: underline;
    font-size: 18px;
}

.TextBoxVerticalStatup {
    display: grid;
}

.TextBoxAlginVerticaly {
    display: grid;
    align-self: center;
}

.OurMarketsSlider .card {
    border-radius: 0%;
    border: none;
    margin: 0 10px;
}
.OurMaketsBoxes .card .card-text {
    font-size: 14px;
      min-height: 180px;
}

.OurMaketsBoxes .card img {
    border-radius: 0px;
}

.OurMaketsBoxes .card {
    border-radius: 0%;
    /*margin-right: 10px;*/
}
.GroupBoard{
    margin-bottom: 50px;
}
.OurMarketsSlider .card .card-text {
    font-size: 14px;
    min-height: 60px;
}

.OurMarketsSlider .card img {
    border-radius: 0px;
}

.LatestBlog .card {
    border-radius: 0%;
    border: none;
}

.LatestBlog .card .card-text {
    font-size: 14px;
    min-height: 60px;
}

.LatestBlog .card img {
    border-radius: 0px;
}

.LatestBlog .card .card-title {
    min-height: 44px;
}

.header .menu>ul>li:first-child{
    margin-left: 0px ;
}

footer {
    background-color: #EFF1F2;
    padding: 65px 0px;
}
footer ul{
    margin-bottom: 0;
}
footer ul li{
        font-size: 0.938rem;
        line-height: 18px;
    padding: 0 0 10px 0;
}
footer ul li:last-child{
    padding: 0;
}
footer ul li:hover a{
    color: #007cc3 !important;
}
.SmallFooter {
    font-size: 15px;
    padding: 13px 0px;
}

.SocialMediaFooter {
    display: flex;
    padding-left: 0px;
}

.SocialMediaFooter li {
    margin-right: 12px;
}

.SocialMediaFooter li a i::before {
    font-size: 29px;
}

.SmallTaxtFooter {
    margin: 20px 0px 6px 0px;
}

.PageDetailBox {
    background-color: #F4F2F2;
    padding: 35px 0px;
}

.PageDetailBreadcrumb {
    background-color: #F4F2F2;
    padding: 20px 0px;
}

.PageDetailBreadcrumb ol {
    margin-bottom: 0px;
}

.OurMaketsBoxes .BoxesMb {
    margin-bottom: 33px;
}

.PageHeading {
    font-size: 30px;
}

.PageDescrp {}

.GetInTouch {
    background-color: #E6E6E6;
    color: #007CC3 !important;
    font-size: 18px;
    padding: 10px 0px;
    display: block;
    text-align: center;
    font-weight: 500;
    margin: 15px 0px;
}

.ProductDetailsPage {
    margin: 50px 0px;
}
.ProductDetailsPage .OurMaketsBoxes .BoxesMb .card .card-body p{
    min-height: 72px;
}
.ProductDetailsPage .OurMaketsBoxes .NewBoxMbDesign .card .card-body p{
    min-height: 52px;
}
.PageHeadingMain {
    font-size: 30px;
    margin-bottom: 15px;
}

.PageDescrpMain p{
    color: #555;
    font-family: KohinoorDevanagari;
    font-size: 18px;
    line-height: 27px;
    display: block;
}
.selectWraper{
    position: relative;
}
.OurMaketsBoxes .NewBoxMbDesign .card .card-text {
    font-size: 14px;
    min-height: 72px;
}

.OurMaketsBoxes .card .card-title{
        font-size: 17px;
}
.selectWraper::after {
    content: '';
    position: absolute;
    left: auto;
    top: 12px;
    width: 23px;
    height: 23px;
    background-position: center;
    margin-right: 0px;
    background: url(../images/left-chevron.png) no-repeat;
    background-size: contain;
    opacity: 0.7;
    cursor: pointer;
    rotate: 270deg;
    right: 10px;
}


.CardTestTime{
    padding: 15px;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 6px #e4e4e4;
    margin-top: 30px;
}
.CardTestTime h6{
    color:#007cc3;
}
.CardTestTime table tr td{
       border: 1px solid #cac7c7;
    padding: 6px 15px;
}


.BannnerHome .BannerHeading {
    font-size: 43px;
    line-height: 51px;
    font-weight: 600;
}
.BannnerHome a{
    display: none;
}

.CardTestTime table{
    width: 100%;
}
.CardTestTime table tr:first-child td{
      background: #cce2ef;
}

.PageDescrpMain ul li {
    list-style: circle;
}

.CLiclableMenu {
    padding-left: 0;
}

.CLiclableMenu li {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 11px;
}

.CLiclableMenu li a {
    text-decoration: underline;
    font-weight: 500;
}

.WhyTitle {
    font-weight: 500;
    margin: 25px 0px 10px 0px;
    font-size: 18px;
}
.TextBoxVerticalStatup ul{
    margin-top: 10px;
}
.TextBoxVerticalStatup ul li{
    list-style: disc;
}
.WhyIconImage {
    margin: 0px auto;
}

.WhyDesc {
    width: 85%;
    margin: 0px auto;
    font-size: 15px;
}

.TableDownload {
    margin-top: 15px;
    border-top: 1px solid #dee2e6;
}

.LocationBtn {
    background-color: #E6E6E6;
    color: #007CC3 !important;
    font-size: 18px;
    padding: 10px 0px;
    display: block;
    text-align: center;
    font-weight: 500;
    margin: 15px 0px;
}

.OfficeType {
    color: #007CC3;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.OfficeName {
    color: #414141;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}

.OfficeRow {
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
}


.input-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 55px;
  margin: 0 50px;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.input-box.open {
  max-width: 350px;
}
.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
}
.input-box.open input {
  padding: 0 15px 0 65px;
}

.input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.input-box.open .search {
  border-radius: 6px 0 0 6px;
}
.search .search-icon {
  font-size: 30px;
  color: #1c1c1c;
}
.input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 30px;
  color: #1c1c1c;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}



.accordion-item {
    margin-bottom: 20px;
    border-top: 1px solid #dee2e6 !important;
}

.accordion-button:not(.collapsed) {
    background-color: #F4F2F2;
    font-weight: 500;
}

.LatestBlogs .card-title {
    min-height: 50px;
}

.LatestCerificate .card-title {
    min-height: 115px;
}

.CLientDetails {
    margin: 13px 0px 20px 0px
}

.CLientDetails .name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.CLientDetails .des {
    font-size: 16px;
    color: #979797;
}

.OfficerDes {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 19px;
}

.GroupBoard ul .nav-item {
    background-color: #E3E3E3;
    margin: 0px 15px;
}

.GroupBoard ul .nav-item button {
    color: #414141;
}

.GroupBoard ul .active {
    background-color: #007CC3 !important;
    border-radius: 0px;
}

.GroupBoard ul .active button {
    color: #fff !important;
    border-radius: 0px;
}

.GroupBoard .nav {
    justify-content: center;
    margin: 50px 0px 34px 0px !important;
}

.TimelinebOX ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.TimelinebOX ul::after {
    content: "";
    display: block;
    clear: both;
}

.TimelinebOX ul.timeline {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 30px 20px 30px;
}

.TimelinebOX ul.timeline>li {
    width: calc( 100% / 4);
}

.TimelinebOX ul .year {
    color: #383838;
    background: none;
    display: block;
    position: relative;
    padding-left: 4px;
    line-height: 24px;
    font-weight: bold;
    font-size: 18px;
    height: 22px;
}

.TimelinebOX ul .year::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    left: -20px;
    top: calc( (28 - 24) / 2 * -1px);
    border: 1px solid #ccc;
}

.timelinetest {
    content: "";
    border-bottom: 1px solid #ccc;
    width: 100%;
    position: absolute;
    top: 11px;
    left: 9px;
}
.MaketBand{
    background-color: #007cc3;
}
.MaketBand ol li{
    color: #ffffff !important;
}
.MaketBand ol li a{
    color: #ffffff !important;
}
.headerBannnerHero{
   background-size: cover;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
}
.MaketBand .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff !important;
}
.GraySectionBackground {
    background: #eee;
    margin: 0px;
    padding: 50px 0px;
}
.MarketGetInTouch{
        width: 160px;
    margin-top: 30px;
}
.BlueBtnGetIn{
        background-color: #007CC3 !important;
    color: #ffffff !important;
    font-weight: 400;
}

.topyear {
    background: #eff1f2;
    position: relative;
    z-index: 999;
    left: 9px;
}

.FormTitle {
    color: #007CC3;
    margin: 28px 0px 18px 0px;
}

.VerificationBox {
    width: 500px;
    margin: 0px auto;
}

.VerificationBox .form-group {
    margin: 15px 0px 21px 0px;
}

.CertificateNumbercheckClass {
    color: #e10c0c !important;
}

.OTPbox .form-group {
    margin: 15px 0px;
}

.OTPbox input {
    border: 1px solid #a5a5a5;
    border-radius: 0px;
    padding: 6px 8px;
    margin: 10px 0px 3px 0px;
    font-size: 25px;
    box-shadow: 0px 0px 3px #cfcfcf;
    appearance: none;
    font-weight: 600;
    letter-spacing: 18px;
}

.YMPLButton {
    background: #007CC3;
    color: #fff !important;
    padding: 13px 8px;
    text-align: center;
    width: 100%;
    display: block;
}

.CustomerMobileCl {
    display: flex;
    justify-content: space-between;
}

.OTPExpiry {
    text-align: right;
    color: red;
}
.ResendOTP {
    margin: 23px 0px 10px 0px !important;
    text-align: center;
}
.ResendOTP p {
    text-align: center;
    margin-bottom: 5px;
}
.ResendOTP button {
    color: #007CC3;
    font-weight: 800;
}
.VerificationBox input,select,textarea {
    border: 1px solid #a5a5a5 !important;
    border-radius: 0px !important;
    padding: 11px 8px !important;
    margin: 10px 0px 3px 0px;
    font-size: 16px !important;
    box-shadow: 0px 0px 3px #cfcfcf;
}
.SerachInput {
    border: 1px solid #a5a5a5 !important;
    border-radius: 0px !important;
    padding: 11px 8px !important;
    margin: 10px 0px 3px 0px;
    font-size: 16px !important;
    box-shadow: 0px 0px 3px #cfcfcf;
    width: 100%;
}
.YMPLButton2 {
    margin: 10px 0px 3px 0px;
}
.CareerHeading {
    font-size: 32px;
    font-weight: 300;
    color: #007cc3;
}
.TimelinebOX ul .year.new {
    border-radius: 0 24px 24px 0;
}
.TimelinebOX ul .year.new::after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border: 20px solid #3f444c;
    box-sizing: border-box;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    right: -30px;
    top: -9.5px;
}
.TimelinebOX ul .content {
    border-left: 1px solid #d5d5d5;
    margin-left: -6px;
    padding: 15px 0;
    padding-right: 24px;
}
.TimelinebOX ul .content>li {
    padding-left: 19px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 11px;
    position: relative;
    margin-left: 0px;
}
.TimelinebOX ul .content>li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.TimelinebOX ul .content>li::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #eef4f7;
    left: 2px;
    top: 8px;
}
.JobListCard {
    background-color: #F8F8F8;
    padding: 20px;
    margin-bottom: 20px;
    display: block;
}
.form-check .form-check-input {
    
}
.form-check {
   display: block;
    min-height: 1.5rem;
    padding-right: 0px;
    padding-left: 25px;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -26px;
}
.JobName {
    font-size: 29px;
}
.JobDetailsBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 3px 0px 19px 0px;
}
.JobDes {
    font-size: 14px;
}
.JobStatus {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E0E0E0;
    padding: 9px 0px 0px 0px;
    margin-top: 30px;
}
.accordion-button:not(.collapsed){
    color: #000;
}
.JobLocation,
.JobExp,
.JobPack {
    margin-right: 15px;
}
.countrypicker {
    padding: 2px 8px !important;
    font-size: 14px !important;
    margin: 0px 0px;
    background: none;
    box-shadow: none;
}
.JobListCard2 {
    background-color: #ffffff;
    padding: 0px;
    margin-bottom: 18px;
    display: block;
}
.JobDetailsPage li {
    list-style: disc;
}
.JobDesHeading {
    margin-top: 35px;
}
.JobDetailsPage {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}
.JobDetailsPage .RelatedJobs {
    list-style: none;
    padding-left: 0px;
}
.JobDetailsPage .recentjobs ul {
    padding-left: 0px;
}
.JobLink {
    display: block;
    font-size: 15px;
    padding: 8px 0px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 7px;
}
.JobName2 {
    font-size: 15px;
}
.downloadCert {
    padding: 60px 0px;
}
.SuccHeading {
    font-size: 26px;
    text-align: center;
    margin-bottom: 6px;
}
.VerificationBox2 .form-group {
    margin: 5px 0px 17px 0px;
}
.SuccImg {
    width: 100px;
    margin: 0px auto 15px auto;
}
.SuccDes {
    text-align: center;
}
.SuccDes a {
    text-decoration: underline;
}
.ImportantNote {
    background: #FEECEC;
    padding: 14px;
    border-radius: 10px;
    text-align: center;
}
.certdetailbox {
    display: flex;
    justify-content: space-between;
    margin: 28px 0px;
}
.certbox {
    width: 690px;
    margin: 0px auto;
}
.UserDetail li {
    margin: 15px 0px;
}
.UserDetail li span {
    margin-right: 20px;
}
.custominput{
        border: 1px solid #a5a5a5 !important;
    border-radius: 0px !important;
    padding: 11px 8px !important;
    margin: 10px 0px 3px 0px;
    font-size: 16px !important;
    box-shadow: 0px 0px 3px #cfcfcf;
}
.modal-dialog .VerificationBox2{
    width: auto;
}
.RelatedBlogs {
    list-style: none !important;
}
.BlogNameMain {
    font-size: 36px;
    line-height: 44px;
    font-weight: 900;
    margin-bottom: 15px;
}
.JobListCard3 {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    display: block;
    border: 1px solid #ccc;
}
.MainHeading4{
    margin-bottom: 25px!important;
}
.seeallvanc{
    margin-bottom: 40px;
}
.card-min-h{
    min-height: 160px !important;
}
.faqssection{
    padding: 80px 0px;
}
.LatestBlog .card .card-title {
    font-size: 18px;
}
.lifeatyadav .OurMaketsBoxes .card .card-text {
    min-height: 110px;
}
.lifeatyadav .JobName {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 7px 0;
}
.lifeatyadav .JobDetailsBox{
    font-size: 14px;
    line-height: 18px;
}
.lifeatyadav .JobDes {
    min-height: 63px;
}
.lifeatyadav .JobStatus{
    font-size: 14px;
    line-height: 18px;
}
.work-with-us .OurMaketsBoxes .card .card-text{
    min-height: 105px !important;
}
.work-with-us .WhiteBgLeftTextBox {
    padding: 50px 0px 20px 0;
}
.currentopening .WhiteBgLeftTextBox{
    padding: 50px 0 40px 0;
}
#filteroption{
        display: block;
}
body.no-scroll {
    overflow: hidden;
}
#filteroption .JobFilter .JobFilterclose, #filterbutton{
    display: none;
}
.newsandevents .WhiteBgLeftTextBox, .main-faq-page .WhiteBgLeftTextBox, .contact-us .WhiteBgLeftTextBox, .location-contact .WhiteBgLeftTextBox, .feedback-page .WhiteBgLeftTextBox{
    padding: 50px 0;
}
.newsandevents .LatestBlogs .card-title {
    min-height: 40px;
}
.newsandevents .OurMaketsBoxes .card .card-text{
    min-height: 45px;
}
.accred-and-recogn .LatestCerificate .card-title{
    min-height: 45px;
}
.accred-and-recogn .tabmenuslala {
    padding: 25px 0px 0;
}
.location-contact #city-select{
    width: 100%;
}
.our-services .OurMaketsBoxes .card .card-text{
    min-height: 45px;
}
.our-services .OurMaketsBoxes .card img{
    height: 275px;
}
.no-found-page .nofound-btn{
    background: #007cc3;
}
.no-found-page .main-heading{
    font-size: 110px;
    line-height: 125px;
    color: #007cc3;
}
.termncondition .titlehead, .privacy-policy .titlehead{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
.leader-box .OurMaketsBoxes .card .card-body .linkedinicon:before {
    color: #0177B8;
    font-size: 30px;
}
.leader-box .OurMaketsBoxes .card .card-body .facebookicon:before {
    color: #3a5693;
    font-size: 30px;
}
.leader-box .OurMaketsBoxes .card .card-text{
        height: 170px;
        overflow: auto;
        min-height: auto;
            padding: 0 5px 0 0;
}
/* width */
.leader-box .OurMaketsBoxes .card .card-text::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.leader-box .OurMaketsBoxes .card .card-text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.leader-box .OurMaketsBoxes .card .card-text::-webkit-scrollbar-thumb {
  background: #444; 
  border-radius: 10px;
}

/* Handle on hover */
.leader-box .OurMaketsBoxes .card .card-text::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
@media screen and (max-width: 1366px){
    .WabsiteHomepageSlider .slick-arrow{
        display: none !important;
    }
    .ProductDetailsPage .OurMaketsBoxes .NewBoxMbDesign .card .card-body p {
    min-height: 62px;
}
    .accred-and-recogn .LatestCerificate .card-title {
        min-height: 62px;
    }
    .our-services .OurMaketsBoxes .card .card-text{
        min-height: 63px;
    }
    .our-services .OurMaketsBoxes .card img {
        height: 185px;
    }
    .headerBannnerHero{
        height: 400px;
    }
    /*.leader-box .OurMaketsBoxes .card .card-text{*/
    /*    min-height: 210px;*/
    /*}*/
    .lifeatyadav .MainDescription {
        font-size: 15px;
        line-height: 22px;
    }
    .lifeatyadav .WhiteBgLeftTextBox {
        padding: 70px 0px 20px;
    }
    .lifeatyadav .OurMaketsBoxes .card .card-text {
        min-height: 126px;
    }
    .work-with-us .MainDescription {
        font-size: 16px;
        line-height: 22px;
    }
    .work-with-us .OurMaketsBoxes .card .card-text {
        min-height: 126px !important;
    }
    .work-with-us .faqssection {
        padding: 40px 0px 30px;
    }
}
@media only screen and (min-width:993px) {
    .header .menu>ul>li.menu-item-has-children:hover .menu-subs {
        margin-top: .5rem;
        opacity: 1;
        visibility: visible
    }
}
@media only screen and (max-width:992px) {
    .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .header-item-left,
    .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        background: 0 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out
    }
    .header .menu-mobile-trigger span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: .25rem;
        background: #121212;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }
    .header .menu-mobile-trigger span:nth-child(1) {
        top: 0
    }
    .header .menu-mobile-trigger span:nth-child(2),
    .header .menu-mobile-trigger span:nth-child(3) {
        top: .5rem
    }
    .header .menu-mobile-trigger span:nth-child(4) {
        top: 1rem
    }
    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 20rem;
        height: 100%;
        z-index: 1099;
        overflow: hidden;
        background: #fafafa;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .header .menu.active {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%)
    }
    .header .menu>ul>li {
        display: block;
        line-height: 1;
        margin: 0
    }
    .header .menu>ul>li>a {
        display: block;
        line-height: 3.125rem;
        height: 3.125rem;
        padding: 0 3.125rem 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .header .menu>ul>li>a i.ion {
        position: absolute;
        font-size: 1.25rem;
        line-height: 3.125rem;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    .header .menu .menu-mobile-header {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 3.125rem;
        z-index: 501;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        background: #fafafa
    }
 
    .header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 1.25rem;
        line-height: 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
        cursor: pointer;
        border-right: 1px solid rgba(0, 0, 0, .1);
        color: #121212;
        text-align: center
    }
    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block
    }

    .header .menu .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: inherit;
        color: #121212;
        text-transform: capitalize;
        text-rendering: optimizeLegibility
    }
    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 2.25rem;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        border-left: 1px solid rgba(0, 0, 0, .1);
        color: #121212;
        text-align: center
    }
    .header .menu .menu-section {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }
    .header .menu>ul>li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .header .menu>ul>li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .header .menu>ul>li .menu-subs.active {
        display: block
    }
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0
    }
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
        margin-top: 0
    }
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
        margin-bottom: 1.25rem
    }
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0
    }
    .header .menu>ul>li .menu-subs>ul>li>a {
        display: block
    }
    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
        margin-bottom: 1rem
    }
    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
        display: block
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, .55);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .overlay.active {
        opacity: 1;
        visibility: visible
    }
}
@media screen and (max-width: 1140px) {
    .TimelinebOX ul.timeline>li {
        width: calc( 100% / 4);
    }
}
@media screen and (max-width: 991px) {
    .TimelinebOX ul.timeline>li {
        width: calc( 100% / 2);
    }
}
@media screen and (max-width:1024px){
    .termncondition .WhiteBgLeftTextBox, .privacy-policy .WhiteBgLeftTextBox{
        padding: 40px 0;
    }
    .accred-and-recogn .WhiteBgLeftTextBox{
        padding: 50px 0;
    }
    .location-contact .WhiteBgLeftTextBox, .feedback-page .WhiteBgLeftTextBox {
        padding: 30px 0;
    }
    .location-contact .officelocationlist .OfficeRow{
        margin-bottom: 25px;
    }
    .location-contact .officelocationlist .OfficeRow .OfficeType {
        margin-bottom: 3px;
        line-height: 22px;
    }
    .location-contact .officelocationlist .OfficeRow .OfficeName {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 22px;
    }
    .location-contact .officelocationlist .OfficeRow .OfficeAddress, .location-contact .officelocationlist .OfficeRow .location-info a{
        font-size: 15px;
        line-height: 20px;
    }
    .location-contact .officelocationlist .OfficeRow .LocationBtn{
        padding: 8px 15px;
        display: inline-block;
    }
    .location-contact .PageHeading {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .location-contact .nameregionalhead {
        font-size: 18px;
        line-height: 22px;
    }
    .location-contact  .nameregionalSector, .location-contact .Contactregionalhead, .location-contact .Emailregionalhead{
        font-size: 15px;
        line-height: 18px;
    }
    .downloads .WhiteBgLeftTextBox{
        padding: 40px 0;
    }
    .newsandevents .LatestBlogs .card-title {
        min-height: 62px;
    }
    .newsandevents .LatestBlogs img{
        height: auto;
    }
    .newsandevents .LatestBlogs .card-title {
        min-height: 38px;
    }
    .newsandevents .OurMaketsBoxes .card .card-text {
        min-height: 63px;
    }
    .currentopening .CareerHeading {
        font-size: 26px;
        line-height: 28px;
    }
    .currentopening .JobName {
        font-size: 24px;
        line-height: 26px;
    }
    .currentopening .JobFilter .form-check label{
        font-size: 15px;
        line-height: 20px;
    }
    .work-with-us .WhiteBgLeftTextBox {
        padding: 30px 0px 20px 0;
    }
    .work-with-us .OurMaketsBoxes .card .card-text {
        min-height: 147px !important;
    }
    .work-with-us .MainDescription{
        margin-bottom: 15px;
    }
    .lifeatyadav .OurMaketsBoxes .card .card-text {
        min-height: 147px;
    }
    .lifeatyadav .JobListCard3{
        padding: 15px;
    }
    .lifeatyadav .JobDes {
        min-height: 84px;
    }
    .lifeatyadav .WhiteBgLeftTextBox {
        padding: 50px 0px 20px;
    }
    .GroupBoard .nav {
        margin: 30px 0px 15px 0px !important;
    }
    /*.leader-box .OurMaketsBoxes .card .card-text {*/
    /*    min-height: 252px;*/
    /*}*/
    .leader-box .OurMaketsBoxes .card .OfficerName {
        font-size: 18px;
        line-height: 22px;
    }
    .leader-box .OurMaketsBoxes .card .OfficerDes {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 16px;
    }
    .leaderbox, .testimonialbox, .lifeatyadav .PageDetailBox, .work-with-us .PageDetailBox, .currentopening .PageDetailBox, .newsandevents .PageDetailBox, .downloads .PageDetailBox, .accred-and-recogn .PageDetailBox, .contact-us .PageDetailBox, .location-contact .PageDetailBox, .main-faq-page .PageDetailBox, .feedback-page .PageDetailBox, .our-services .PageDetailBox, .no-found-page .PageDetailBox, .termncondition .PageDetailBox, .privacy-policy .PageDetailBox{
        padding: 15px 0px;
    }
    .leaderbox .PageHeading, .testimonialbox .PageHeading, .lifeatyadav .PageDetailBox .PageHeading, .work-with-us .PageDetailBox .PageHeading, .currentopening .PageDetailBox .PageHeading, .newsandevents .PageDetailBox .PageHeading, .downloads .PageDetailBox .PageHeading, .accred-and-recogn .PageDetailBox .PageHeading, .contact-us .PageDetailBox .PageHeading, .location-contact .PageDetailBox .PageHeading, .main-faq-page .PageDetailBox .PageHeading, .feedback-page .PageDetailBox .PageHeading, .our-services .PageDetailBox .PageHeading, .no-found-page .PageDetailBox .PageHeading, .termncondition .PageDetailBox .PageHeading, .privacy-policy .PageDetailBox .PageHeading{
        font-size: 26px;
        line-height: 30px;
    }
    .leaderbox .PageDescrp, .testimonialbox .PageDescrp, .lifeatyadav .PageDetailBox .PageDescrp, .work-with-us .PageDetailBox .PageDescrp, .currentopening .PageDetailBox .PageDescrp, .newsandevents .PageDetailBox .PageDescrp, .downloads .PageDetailBox .PageDescrp, .accred-and-recogn .PageDetailBox .PageDescrp, .contact-us .PageDetailBox .PageDescrp, .location-contact .PageDetailBox .PageDescrp, .main-faq-page .PageDetailBox .PageDescrp, .feedback-page .PageDetailBox .PageDescrp, .our-services .PageDetailBox .PageDescrp, .no-found-page .PageDetailBox .PageDescrp{
        font-size: 15px;
        line-height: 22px;
    }
    .testimonail-main{
        padding: 40px 0px;
    }
    .testimonail-main img{
        height: auto;
    }
    .PageDetailBreadcrumb {
        padding: 15px 0px;
    }
    .header .wrapper{
        justify-content: space-between;
    }
    .header-item-center{
        flex: 0 0 85%;
    }
    .header-item-left{
        flex: 0 0 8%;
    }
    .header .menu>ul>li{
        margin-left: 20px;
    }
    nav .menu-section li:last-child .menu-subs{
        width: auto;
    }
    nav .menu-section li:last-child .menu-column-1{
        min-width: 10rem;
    }
    
    .BannerHeading {
        font-size: 44px;
    }
    .LatestBlog .card .card-title {
        min-height: 65px;
    }
    .ProductDetailsPage .OurMaketsBoxes .BoxesMb .card .card-body p {
        min-height: 96px;
    }
    .ProductDetailsPage .OurMaketsBoxes .NewBoxMbDesign .card .card-body p {
        min-height: 63px;
    }
    .OurMaketsBoxes .NewBoxMbDesign .card .card-title{
        min-height: 40px;
    }
    .aboutgraybox{
        padding: 50px 0;
    }
    .aboutpage .MainDescription {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .main-faq-page .WhiteBgLeftTextBox{
        padding: 30px 0;
    }
    .our-services .WhiteBgLeftTextBox {
        padding: 40px 0px;
    }
    .location-contact .officelocationlist .OfficeRow{
        padding: 0 0 15px 0;
    }
    .location-contact .officelocationlist .OfficeRow .LocationBtn {
        padding: 8px 5px;
        font-size: 15px;
        line-height: 20px;
    }
    .contact-us .WhiteBgLeftTextBox, .feedback-page .WhiteBgLeftTextBox{
        padding: 20px 0;
    }
    .accred-and-recogn .nav-tabs .nav-link {
        padding: 10px 30px;
    }
    #filteroption{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none; /* Hidden by default */
        z-index: 1000;
    }
    #overlay-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark background */
    }
    #filteroption .JobFilter{
        position: absolute;
        top: 0;
        right: -60%; /* Start hidden off-screen */
        width: 60%;
        height: 100%;
        background-color: white;
        transition: right 0.3s ease; /* Slide-in animation */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 1001; /* Above the background */
        overflow: auto;
        padding: 60px 15px 50px;
    }
    #filteroption .JobFilter #close-btn {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 40px;
        line-height: 30px;
        cursor: pointer;
    }
    #filteroption .JobFilter .JobFilterclose{
        display: block;
        border-bottom: 1px solid #d8d8d8;
        margin: 0 0 20px 0;
    }
     #filteroption .JobFilter .JobFilterclose label{
        position: absolute;
        top: 20px;
        font-size: 20px;
        line-height: 24px;
        color: #007cc3;
    }
    #filterbutton{
        display: block;
    }
    .lifeatyadav .TextBoxVerticalStatup img{
        height: 200px;
    }
    .work-with-us .OurMaketsBoxes .card .card-text {
         min-height: 126px !important; 
    }
    .work-with-us .GrayBgTopTextBox {
        padding: 40px 0px;
    }
    .work-with-us .GrayBgTopTextBox .MainHeading {
        font-size: 23px;
        line-height: 28px;
    }
    .lifeatyadav .OurMaketsBoxes .card .card-text {
        min-height: 126px;
    }
    .lifeatyadav .JobListCard3 {
        padding: 10px;
    }
    .lifeatyadav .JobDetailsBox{
        font-size: 13px;
        min-height: 36px;
        align-items: flex-start;
    }
    .lifeatyadav .JobDetailsBox svg{
        width: 13px;
    }
    .lifeatyadav .JobDes {
        min-height: 105px;
    }
    .lifeatyadav .JobDetailsBox .JobPack{
        margin-right: 0;
    }
    .lifeatyadav .JobLocation, .lifeatyadav .JobExp{
        margin-right: 5px;
    }
    .testimonail-main img{
        height: auto !important;
    }
    /*.leader-box .OurMaketsBoxes .card .card-text {*/
    /*    min-height: 232px;*/
    /*}*/
    .GroupBoard {
        margin-bottom: 30px;
    }
    .tabmenuslala {
        padding: 25px 0px 0;
    }
    .OurMaketsBoxes .BoxesMb {
        margin-bottom: 25px;
    }
    .tabmenuslala .BoxesMb:last-child{
        margin-bottom: 0;
    }
    .our-history-box{
        padding: 15px 0px;
    }
    .our-history-main, .our-sector-section{
        padding: 40px 0px;
    }
    .our-history-main .timeline-item:last-child{
        margin: 0;
    }
    .PageDetailBreadcrumb {
        padding: 10px 0px;
    }
    .ProductDetailsPage .OurMaketsBoxes .BoxesMb .card .card-body p {
        min-height: 110px;
        font-size: 15px;
        line-height: 22px;
    }
    .OurMaketsBoxes .card .card-title {
        font-size: 16px;
    }
    .ourmaketesboxss .card .card-title{
        min-height: 39px;
    }
    section div .ourmaketesboxss .card .card-text {
        min-height: 105px;
    }
    .WhiteBgLeftTextBox .ourmaketesboxss img{
        height: auto;
    }
    .ProductDetailsPage {
        margin: 30px 0px;
    }
    .ProductDetailsPage.GraySectionBackground{
        margin: 0;
        padding: 30px 0px;
    }
    .PageHeadingMain {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .PageDescrpMain p{
        font-size: 16px;
        line-height: 22px;
    }
    .headerBannnerHero {
        height: 300px;
    }
    .timeline::before {
        left: 50px;
    }
    .timeline .timeline-img {
        left: 50px;
    }
    .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 70px;
    }
    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }
    .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #f5f5f5 transparent transparent;
    }
    a,button {
        cursor: default !important;
        border: none;
        outline: none
    }
    .header .menu>ul>li{
        margin-left: 0;
    }
    nav .menu-section li:last-child .menu-subs {
        width: 100%;
    }
    .BannerHeading {
       font-size: 34px;
        line-height: 40px;
    }
    .sliderimg{
        overflow: hidden;
    }
    .sliderimg img{
        height: 400px;
    }
    .BannerDesc {
        font-size: 18px;
        line-height: 20px;
        margin: 5px 0 0 0;
    }
    .MainHeading {
        font-size: 28px;
        line-height: 36px;
    }
    .MainDescription {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .WhiteBgLeftTextBox img{
        height: 330px;
    }
    .OurMarketsSlider .card-title {
        min-height: 44px;
        font-size: 1.125rem;
        line-height: 22px;
    }
    .LatestBlog{
        padding: 0;
    }
    .LatestBlog .card .card-title {
        min-height: 76px;
        font-size: 16px;
    }
    .LearnMoreLink {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .lifeatyadav .PageDetailBox .PageHeading, .work-with-us .PageDetailBox .PageHeading, .currentopening .PageDetailBox .PageHeading, .newsandevents .PageDetailBox .PageHeading, .downloads .PageDetailBox .PageHeading, .accred-and-recogn .PageDetailBox .PageHeading, .contact-us .PageDetailBox .PageHeading, .location-contact .PageDetailBox .PageHeading, .main-faq-page .PageDetailBox .PageHeading, .feedback-page .PageDetailBox .PageHeading, .our-services .PageDetailBox .PageHeading, .no-found-page .PageDetailBox .PageHeading, .termncondition .PageDetailBox .PageHeading, .privacy-policy .PageDetailBox .PageHeading{
        font-size: 22px;
        line-height: 26px;
    }
        .termncondition .WhiteBgLeftTextBox, .privacy-policy .WhiteBgLeftTextBox{
        padding: 20px 0;
    }
    .termncondition .titlehead, .privacy-policy .titlehead {
    font-size: 18px;
    line-height: 22px;
    }
    .termncondition .descrb-content, .privacy-policy .descrb-content{
            font-size: 14px;
    line-height: 22px;
    }
    .no-found-page .main-heading {
        font-size: 80px;
        line-height: 95px;
    }
    .our-services .WhiteBgLeftTextBox {
        padding: 30px 0px;
    }
    .our-services .OurMaketsBoxes .card img {
        height: auto;
        margin: 0;
    }
        .our-services .OurMaketsBoxes .card .card-text {
        min-height: auto;
    }
    .main-faq-page .accordion-button{
        font-size: 15px;
        line-height: 20px;
        padding: 10px 15px;
    }
    .main-faq-page .accordion-body{
        padding: 10px 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .location-contact .PageDetailBox .PageHeading{
        margin-bottom: 0;
    }
    .location-contact .WhiteBgLeftTextBox {
        padding: 20px 0;
    }
    .location-contact .officelocationlist .OfficeRow .OfficeType {
        font-size: 18px;
        line-height: 20px;
    }
    .location-contact .officelocationlist .OfficeRow .OfficeName {
        font-size: 15px;
        line-height: 20px;
    }
    .location-contact .officelocationlist .OfficeRow{
        margin-bottom: 15px;
        padding: 0 0 10px 0;
    }
    .location-contact .officelocationlist .OfficeRow .OfficeAddress {
        margin: 0 0 10px 0;
    }
    .location-contact .officelocationlist .OfficeRow .location-info a {
        font-size: 13px;
        line-height: 18px;
    }
    .location-contact .officelocationlist .OfficeRow .LocationBtn{
        margin: 15px 0 0 0;
        padding: 8px 15px;
    }
    .location-contact .PageHeading {
        font-size: 18px;
        line-height: 20px;
    }
    .location-contact .addressLocation{
        padding: 0;
    }
    .contact-us .VerificationBox, .feedback-page .VerificationBox{
        width: 100%;
    }
    .contact-us .VerificationBox .form-group, .feedb.coursess .cardack-page .VerificationBox .form-group{
        margin: 10px 0px 15px 0px;
    }
    .contact-us .VerificationBox .form-group label,  .feedback-page .VerificationBox .form-group label{
        font-size: 15px;
        line-height: 18px;
    }
    .contact-us .VerificationBox input, .contact-us .VerificationBox select, .contact-us .VerificationBox textarea, .feedback-page .VerificationBox input, .feedback-page .VerificationBox select, .feedback-page .VerificationBox textarea{
        padding: 10px 8px !important;
        margin: 5px 0px 3px 0px;
    }
    .contact-us .contact-form-check, .feedback-page .feedback-form-check{
        padding: 0;
    }
    .contact-us .contact-form-check .form-check-label, .feedback-page .feedback-form-check .form-check-label{
        display: flex;
        padding: 0 0 0 5px;
        font-size: 14px;
    }
    .accred-and-recogn .WhiteBgLeftTextBox , .downloads .WhiteBgLeftTextBox {
        padding: 30px 0;
    }
    .accred-and-recogn .LatestCerificate .nav-tabs .nav-link{
        margin-right: 6px;
        padding: 8px 4px;
        font-size: 12px;
    }
    .accred-and-recogn .WhiteBgLeftTextBox img{
        margin: 0 auto;
        width: 70%;
    }
    .accred-and-recogn .LatestCerificate .card-title{
                font-size: 15px;
        min-height: auto;
    }
    .downloads .custominput, .downloads #downloadCat{
        padding: 8px 8px !important;
        margin: 0px 0px 3px 0px;
    }
    .downloads .downlaodtable{
        padding: 0 15px;
    }
    .downloads .downlaodtable table tbody tr td, .downloads .downlaodtable table thead tr th{
        font-size: 14px;
        line-height: 18px;
    }
    .newsandevents .WhiteBgLeftTextBox {
        padding: 30px 0 0;
    }
    .newsandevents .LatestBlogs img {
        margin: 0;
    }
    .newsandevents .LatestBlogs .card-title {
        font-size: 15px;
        line-height: 18px;
        min-height: auto;
    }
    .newsandevents .OurMaketsBoxes .card .card-text{
        min-height: auto;
    }
    .currentopening .WhiteBgLeftTextBox {
        padding: 30px 0 20px 0;
    }
    .currentopening .CareerHeading {
        font-size: 22px;
        line-height: 26px;
    }
    .currentopening .SerachInput{
        padding: 6px 8px !important;
    }
    .currentopening .YMPLButton {
        padding: 10px 8px;
    }
    .currentopening .JobDetailsBox{
        font-size: 14px;
    line-height: 18px;
    flex-wrap: wrap;
    }
    .currentopening .JobLocation, .currentopening .JobExp {
        margin-right: 0;
        margin-bottom: 5px;
        width: 100%;
    }
    .currentopening .JobPack{
        width: 100%;
    }
    .currentopening .JobName {
        font-size: 20px;
        line-height: 24px;
    }
    .currentopening .JobStatus{
     font-size: 14px;
    }
    #filteroption .JobFilter{
        width: 85%;
        right: -85%;
    }
    .work-with-us .MainDescription {
        font-size: 14px;
        line-height: 20px;
    }
    .work-with-us .OurMaketsBoxes .card .card-text {
        min-height: auto !important;
    }
    .work-with-us .GrayBgTopTextBox .MainHeading {
        font-size: 20px;
        line-height: 24px;
    }
    .work-with-us .TextBoxAlginVerticaly{
        margin-bottom: 15px;
    }
    .work-with-us .seeallvanc {
        margin-bottom: 0;
    }
    .work-with-us .GrayBgTopTextBox {
        padding: 25px 0px;
    }
    .lifeatyadav .WhiteBgLeftTextBox {
        padding: 10px 0px 20px;
    }
    .lifeatyadav .TextBoxVerticalStatup img {
        height: 140px;
        margin: 10px 0 10px;
    }
    .lifeatyadav .MainDescription {
        font-size: 14px;
        line-height: 20px;
    }
    .lifeatyadav .OurMaketsBoxes .card .card-text {
        min-height: auto;
    }
    .lifeatyadav .JobDetailsBox{
        flex-wrap: wrap;
    }
    .lifeatyadav .JobLocation, .lifeatyadav .JobExp {
        margin-right: 0;
        margin-bottom: 5px;
        width: 100%;
    }
    .lifeatyadav .JobPack{
        width: 100%;
    }
    .lifeatyadav .JobDes {
        min-height: auto;
    }
    .testimonail-main img {
        height: 30px !important;
        margin: 0px 0 0 0;
    }
    .testimonail-main .OfficeRow{
        margin-bottom: 0;
    }
    .testimonail-main .OfficeName {
        font-size: 18px;
        line-height: 22px;
        margin-top: 5px;
    }
    .testimonail-main .OfficeAddress2{
        font-size: 15px;
        line-height: 22px;
    }
    .testimonail-main .CLientDetails .name{
        font-size: 14px;
        line-height: 16px;
    }
    .leaderbox .PageHeading {
        font-size: 24px;
        line-height: 26px;
    }
    .leaderbox .PageDescrp {
        font-size: 14px;
    }
    .GroupBoard {
        margin-bottom: 20px;
    }
    .GroupBoard .nav {
        margin: 15px 0px 10px 0px !important;
    }
    .LatestCerificate .nav{
        justify-content: flex-start;
    }
    .LatestCerificate .nav-tabs .nav-link{
        padding: 10px 5px;
        font-size: 13px;
        line-height: 16px;
        margin-right: 8px;
    }
    .tabmenuslala {
        padding: 0;
    }
    .leader-box .OurMaketsBoxes .card .card-text {
        height: auto;
        padding: 0;
    }
    .LatestCerificate .nav-tabs .nav-link:last-child{
        margin-right: 0;
    }
    .our-history-box .PageHeading {
        font-size: 24px;
        line-height: 28px;
    }
    .our-history-box .PageDescrp {
        font-size: 14px;
        line-height: 16px;
    }
    .oursectorbox{
        padding: 20px 0px;
    }
    .WhiteBgLeftTextBox.our-sector-section .ourmaketesboxss img{
        margin: 0;
    }
    .WhiteBgLeftTextBox.our-sector-section .ourmaketesboxss .card .card-title, .OurMaketsBoxes .NewBoxMbDesign .card .card-title, section div .ourmaketesboxss .card .card-text{
        min-height: auto;
    }
    .PageDetailBreadcrumb{
        padding: 8px 0;
    }
    .PageDetailBreadcrumb .breadcrumb .breadcrumb-item{
        font-size: 14px;
        line-height: 18px;
    }
    .ProductDetailsPage .OurMaketsBoxes .BoxesMb .card .card-body p {
        min-height: auto;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .PageHeadingMain {
        font-size: 24px;
        line-height: 28px;
    }
    .PageDescrpMain p {
        font-size: 15px;
    }
    .MarketGetInTouch {
        width: 100%;
        margin-top: 20px;
    }
    .GetInTouch {
        margin: 10px 0px;
    }
    .timeline::before {
        left: 20px;
        width: 2px;
    }
    .timeline-item {
        margin-bottom: 50px;
    }
    .timeline .timeline-img {
        left: 25px;
        width: 20px;
        height: 20px;
    }
    .timeline .timeline-content {
        margin-left: 40px;
    }
    .timeline-img-header {
        height: 150px;
    }
    .timeline-card p {
        padding: 15px 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .timeline .timeline-item:nth-child(odd) .timeline-content::after{
        top: 25px;
    }
    .timeline-item:nth-child(even) .timeline-content::after{
        top: 20px;
        z-index: -1;
    }
    .TimelinebOX ul.timeline {
        display: block;
    }
    .TimelinebOX ul.timeline>li {
        width: 100%;
    }
    .TimelinebOX ul.timeline>li:nth-of-type(odd) .content {
        transform: none;
    }
    .sliderimg img {
        height: 100%;
    }
    .MainBannerBox {
        display: block;
        padding: 30px 25px;
    }
    .BannerBox{
        width: 100%;
    }
    .BannerHeading {
        font-size: 24px;
        line-height: 30px;
    }
    .BannerDesc {
        font-size: 16px;
        line-height: 18px;
        min-height: 72px;
    }
    .MainHeading {
        font-size: 23px;
        line-height: 30px;
    }
    .MainDescription {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .WhiteBgLeftTextBox{
        padding: 40px 0;
    }
    .WhiteBgLeftTextBox img {
        height: auto;
        margin: 20px 0 0 0;
    }
    .GrayBgTopTextBox {
        padding: 30px 0px;
    }
    .OurMarketsSlider .slick-arrow{
        display: none !important;
    }
    .OurMarketsSlider .card{
        margin: 0;
    }
    .OurMarketsSlider .card-title {
        min-height: auto;
    }
    .trainingbox img{
        margin: 0 0 20px 0;
    }
    .LatestBlog .card {
        margin: 0 0 20px 0;
    }
    .LatestBlog .col-md-4:last-child .card{
        margin: 0 ;
    }
    .LatestBlog .card .card-title {
        min-height: auto;
    }
    footer{
        padding: 35px 0;
    }
    footer ul{
        padding: 0;
        margin: 0 0 20px 0;
    }
    footer .col-md-3:last-child ul{
        margin: 0 ;
    }
    footer ul h5{
        font-size: 1.125rem;
    }
    .SmallFooter {
        font-size: 12px;
        padding: 7px 0px;
    }
    .SearcInput {
        right: 30px;
        top: 53px;
    }
    .headerBannnerHero {
        height: 180px;
    }
    .blog-detail .JobDetailsPage {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .blog-detail .BlogNameMain {
        font-size: 26px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .blog-detail .JobDetailsBox{
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 20px;
    }
    #homeSlider .carousel-item {
        height: 450px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #homeSlider .carousel-item img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            object-fit: contain;
        }
}

