body{
    font-family: "Modern Era" !important;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    color: #333;
    font-size: 1.1rem;
}


body, button {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    line-height: 28px;
}

:focus-visible, button:focus, button:focus:not(:focus-visible),
.btn-check:focus+.btn, .btn:focus{outline: none; border:none; box-shadow: none;}

h2{font-size: 35px;}
.text-primary{color:#432874 !important}

.header {
    position: relative;
    width: 100%;
    z-index: 1000;
    height: 70px;
    top: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(255 255 255 / 100%);
    box-shadow: 0 21px 29px rgb(1 11 45 / 7%);

   
}
.header.fixed-top{ position: fixed;}
.header .navbar-brand img.logo.light{ display: none;}
/* .navbar-brand img.logo.dark{ display: none; }
.header.fixed-top .navbar-brand img.logo.dark{ display: block;}
.header.fixed-top .navbar-brand img.logo.light{ display: none;} */
.header.fixed-top .navbar-nav .nav-item .nav-link { color: #262626;}
.header.fixed-top .navbar-nav .nav-item .nav-link:hover, .header.fixed-top .navbar-nav .nav-item .nav-link.active{color: #222; opacity: 1;}

.header.fixed-top .container{ position: relative; transition: all .3s ease-out}
/* .header.fixed-top .container:before {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    left: -5000px;
    z-index: -1;
    border-radius: 0 0 28px 0;
    transition: background-color .3s linear;
} */
.header.fixed-top .container::before {
    /* background: #fff; 
    box-shadow: 0 21px 29px rgb(1 11 45 / 7%);*/
    
}
.header .navbar{
    width: 100%;
}
.navbar-nav .nav-item .nav-link{ 
    font-size: 1.15rem; 
    position: relative; 
    /* color: rgba(255,255,255,.9); */
    color: #262626;
    font-family: "Futura", sans-serif !important;
    font-weight: 500;
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active{color: #262626;}
.navbar-brand img.logo{ max-height: 60px; }

.header .navbar-nav .nav-link:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #432874;
    position: absolute;
    margin: auto;
    left: 16px;
    right: 16px;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
    transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.header .navbar-nav .nav-link:hover:before, .header .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}


main {
    height: 100%;
}

.hero-banner {
    position: relative;
    color: white;
    z-index: 0;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 70px);
    overflow: hidden;
    
}
.hero-banner .carousel-inner .carousel-item::after{
    content: "";
    display: block;
    position: absolute;
    background: rgba(0 0 0 / 25%);
    /* background: url(../../assets/img/tile4020.png) repeat; */
    width: 100%;
    height: 1200px;
    z-index: 1;
    top: 0;
    left: 0;
    transition: none;
}
.hero-banner .carousel, .hero-banner .carousel-inner, .hero-banner .carousel-item{ height: calc(100vh - 70px);}
.hero-banner  video {
    width: 100vw;
    position: absolute;
    top: 0;
}
.hero-banner .carousel-control-next, .hero-banner .carousel-control-prev{ width: 80px;}
.hero-banner .carousel-control-next-icon, .hero-banner .carousel-control-prev-icon{ width: 2.5rem; height: 2.5rem;}
.hero-banner .carousel-inner .container{ 
    position: relative;
    z-index: 2;
    height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
/*.hero-banner .ourCompanyCaro h1,  .hero-banner .ourCompanyCaro p{ color:#252831; text-shadow: none;}*/
.ourCompanies-banner h1 span{ background:linear-gradient(225deg, rgba(38,66,150,1) 25%, rgba(214,99,55,1) );  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; text-shadow: none;}
    .ourCompanies-banner.hero-banner-inner:after{ display: none;}
.hero-banner h1, .hero-banner-inner h1{ font-size: 4rem; margin-bottom: .8rem; text-shadow: 5px 5px 10px rgba(0 0 0 / 55%); font-weight: 600;}
.hero-banner-inner h1{ color:#fff; text-shadow: none;}
.hero-banner p{ font-size: 1.6rem; line-height: 35px; margin-bottom: 2.5rem; text-shadow: 5px 5px 10px rgba(0 0 0 / 55%); font-weight: 500;}

.btn{ border-radius: 0;  padding:1.2rem 2.1rem; line-height: 1; text-transform: uppercase; transition: all .4s ease-out;}
.btn.btn-link-primary{ color:#432874; background:transparent; padding:0; position: relative;}
.btn.btn-link-primary:hover{color: #2c1a4d;}
.btn.btn-outline-primary{ border-color: #432874; color: #432874;}
.btn.btn-primary{ background: #432874; color: #fff; border-color: #432874;}
.btn.btn-primary:hover{ background: #2c1a4d; border-color: #2c1a4d;}
.btn.btn-outline-primary:hover{ border-color: #2c1a4d; background: #2c1a4d; color:#fff;}
.num-subtext{ font-size: 1.15rem; font-weight: 300; display: block;  font-family: "Futura", sans-serif !important;} 
.hap-num{ display: inline-flex; flex-direction: column; padding-right: .5rem; position: relative;}
.hap-num sup{ position: absolute; top:11px; right: -10px; }

/* aboutMSRsection */

.titlewitline::after{
    content: "";
    margin: 1.2rem 0 1.5rem;
    width: 100px;
    height: .06rem;
    display: block;
    opacity: .5;
    background: #483838;
}
.about-MSRgroup{
    margin: 4rem 0;
    position: relative;
}
.abt-content{ padding: 2.5rem 2rem 2.5rem 0;}
.abt-content h2{ color: #fff;}
.abt-content p{color: #fff;}
.abt-content h2:after{background-color: #fff;}
.about-MSRgroup::before{
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #432874;
    z-index: -1;
}

.company-data img.icon-img{ padding-bottom: 1.5rem;}
.company-data h5{ font-size:1.35rem; margin-bottom: .8rem;  font-family: "Futura", sans-serif !important;
    font-weight: 500;}
.company-data h4{ font-size:2.6rem; }

.divihor, .diviver{ position: relative;}
.divihor:before{ content: ""; position: absolute; width: 100%; height: .1rem; background: linear-gradient(90deg, rgba(255,255,255,0), #C2C2C2, rgba(255,255,255,0)); display: block;}
.diviver:before{position: absolute; width: .1rem; height: 100%; background: linear-gradient(-180deg, rgba(255,255,255,0), #C2C2C2 ); content: ""; display: block; left: 0; top: 0;}
.diviver.bt:before{background: linear-gradient(0deg, rgba(255,255,255,0), #C2C2C2 );}

/*  */
.home_innnerlinks{background: #F4F4F4;}
.cardlft{ min-height: 300px; 
    background-image: url(../img/about_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cardrt{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  
}

/*  */
footer {
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 5;
    border-top: solid 2px #F4F4F4;
}
.explore{ font-size: 40px; color: #77787B; opacity: .5; }
.menu{ display: flex;}
.menu .navbar-nav .nav-item .nav-link{color:#77787B; text-transform: uppercase;}
.menu .navbar-nav .nav-item .nav-link:hover{color: #432874;}
.menu .navbar-nav .nav-item + .nav-item{ margin-left: 0;}
.menu .navbar-nav + .navbar-nav{ margin-left: 100px;}
.menu--social{ list-style-type: none;}
.menu--social li{display: inline-block;}
.menu--social li a{ color: #77787B; font-size: 30px; opacity: .5; line-height: 45px;}
.footer__row__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__row__social h6{ color:#77787B;}
.footer__logo{ margin-bottom: .5rem; display: inline-block;}
.footer__logo img{ max-height: 65px;}
footer .menu-btm {
    display: inline-block;
}
footer .navbar-nav.ftr-menu {
    display: inline-block;
    color: #77787B;
    margin-left: 20px;
}
footer .navbar-nav.ftr-menu li.nav-item {
    display: inline-block;
    font-size: 15.008px;
    font-size: .938rem;
    font-weight: 400;
    line-height: 2;
    position: relative;
}
footer .navbar-nav.ftr-menu li.nav-item:before {
    content: "|";
    padding: 0 .45rem;
    position: absolute;
    left: -20px;
    color: #5B5B5B;
    top: 50%;
    transform: translateY(-50%);
}
footer .navbar-nav.ftr-menu li.nav-item + li.nav-item{ margin-left: 25px;}
footer .navbar-nav.ftr-menu .nav-item .nav-link {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    font-size: 1rem;
    font-weight: 300;
    color: #77787B;
    position: relative;
}
footer .navbar-nav.ftr-menu .nav-item .nav-link::before{ height: 1px; left: 0; right: 0;}
footer .navbar-nav.ftr-menu .nav-item .nav-link:hover{color: #2c1a4d; }
.ftr-btm{ position: relative; padding: .5rem 0 2rem; font-size: 1rem;}
.ftr-btm:before{content: ""; position: absolute; width: 100%; height: .05rem; background: linear-gradient(90deg, rgba(255,255,255,0), #C2C2C2, rgba(255,255,255,0)); display: block; top: 0;}

/* about us page */
.hero-banner-inner{ min-height: 550px; height: 75vh; background-color: #fff; position: relative; display: flex; align-items: flex-end; background-size: cover;}
.hero-banner-inner:after{content: ""; display: block; position: absolute; width: 100%; height: 100%; background: url(../../assets/img/tile4020.png); opacity: .35; }
.hero-banner-inner .container{position: relative; z-index: 1;}
.hero-banner-inner p{ 
    font-size: 1.6rem;
    line-height: 35px;
    margin-bottom: 2.5rem;
    color: #fff;
    font-weight: 500;
    text-shadow: 5px 5px 10px rgba(0 0 0 / 55%);
}

.MSRcosmos-about{
    position: relative;   
}
.MSRcosmos-about:before{
    content: "";
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../assets/img/about_bg.gif) no-repeat; 
    background-size: cover;
    z-index: -1;
}

.brodbtm{ border-bottom:solid 5px #fff;}
.brodtop{ border-top:solid 5px #fff;}
.mosaic-reveal_mosaic {
    height: 200px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    background: no-repeat center;
    background-size: cover;
}
.mosaic-reveal_mosaic:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0 0 0 / 35%);
}
.mosaic-reveal_mosaic{
flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    height: 350px;
    background:#e2e2e2;
    background-size: cover;
    background-position: center;
    
}
.mosaic-reveal_tease {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 1;
    transition: all 1s ease;
}
.our-values .mosaic-reveal_tease{ display: block;}

.mosaic-reveal_tease-title {
    padding: 15px 50px 30px 50px;
    color:#fff;
    font-size: 1.2rem;
    font-weight: 400;
}
.mosaic-reveal_tease-title span{ text-transform: uppercase; display: block; font-size: 1.85rem;}
.mosaic-reveal_tease .mosaic-reveal_tease-title::after{
    display: none;
}
.mosaic-reveal_mosaic:hover .mosaic-reveal_tease .mosaic-reveal_tease-title{ display: none;}
.content-box{
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    height: auto;
    z-index: 2;
    padding: 1.5rem 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    visibility: hidden;
    opacity: 1;
    transition: all .500s ease;
}

.mosaic-reveal_content-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    background: linear-gradient(225deg, rgba(38,66,150,.85) 25%, rgba(214,99,55,.85) );
}
.mosaic-reveal_content > * {
    opacity: 0.0;
    transition: all 1s ease;
}
.mosaic-reveal_content-title {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    position: relative;
}
.mosaic-reveal_mosaic .mosaic-reveal_content-title, .ourpurpose_sec .card-title{ margin: 0; padding: 0;}
.mosaic-reveal_mosaic .mosaic-reveal_content-title::after{ background: #fff; margin:.8rem 0 .8rem; height: .05rem;}
.ourpurpose_sec .titlewitline::after{  margin:.8rem 0 .8rem; height: .05rem;}
.mosaic-reveal_content-body {
    margin-bottom: 0;
    /* line-height: 28px; */
}
.mosaic-reveal_mosaic .content-box {
    visibility: visible;
    opacity: 1.0;
    top: auto;
    color:#fff;
    bottom: 0;
}
/*  */
.our-values{
    background: linear-gradient(180deg, #F0F0F0, #fff);
   
}
.our-values .titlewitline::after, 
.Ouroffices .titlewitline::after
{ margin-left: 50%; transform: translateX(-50%); margin-bottom: .8rem;} 
.Ouroffices .titlewitline::after{ margin-bottom: 0;}

.our-values .mosaic-reveal_mosaic .mosaic-reveal_content-bg{ background: linear-gradient(0deg, #F7F7F7, #fff); opacity: 1;}
.our-values .mosaic-reveal_mosaic .content-box{ height: 100%; transition: all .3s ease; padding: 2.5rem 2rem; color: #262626; }
.our-values .mosaic-reveal_mosaic .content-box{ top: auto; bottom: -100%;}
.our-values .mosaic-reveal_mosaic:hover .content-box{ top: auto; bottom: 0; height: auto;}
.our-values .mosaic-reveal_mosaic .content-box  .titlewitline::after{ margin-left: 0;transform: translateX(0); background: #483838;}

.ourFounders{
    background-color: #F7F7F7; 
    /* background-image: url(../../assets/img/testimonial-bg-dots.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center; */
}
.ourFounders .quotes{ padding-left: 100px; position: relative;}
.ourFounders .quotes::before{ content: ""; display: block; width: 80px; height: 80px; background: url(../../assets/img/quote.svg) no-repeat; left:0; top:25px; position: absolute;}


.profcard_top {
    position: absolute;
    font-size: 11px;
    font-weight: 400;
    width: 200px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);
    width: 240px;
    margin: 0 auto;
}
.prof_img_link {
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    background: #d2d6e2;
}
.prof_img_link {
    -webkit-clip-path: polygon(0 0,calc(100% + 1px) 0,calc(100% + 1px) 100%,24px 100%,0 calc(100% - 24px));
    clip-path: polygon(0 0,calc(100% + 1px) 0,calc(100% + 1px) 100%,24px 100%,0 calc(100% - 24px));
}
.prof_img_link {
    height: 232px;
}
.profcard_btm {
    padding: 15px 20px 18px;
}
.profcard_btm a{ font-size: 1.15rem; color: #5B5B5B; text-decoration: none;}
.profcard_btm p{ font-size: .9rem; color: #5B5B5B; }

/* our companies */
.our-companies{ position: relative; overflow: hidden;}

.titlewitline.techtitle::after{ margin-bottom: 0; width: 50px; }
.companies-list .card{box-shadow: 1px 1px 46px 0 rgb(0 0 0 / 9%); border:none; border-radius: 8px; overflow: hidden;}
.companies-list .card .card-top{ max-height: 180px; overflow: hidden;}
.companies-list .card .card-top img{width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;}
.companies-list .card .card-body{ padding: .5rem 1.5rem 0; }
.companies-list .card .card-body p{ margin-bottom: 0;}
.companies-list .card .card-footer{ justify-content: flex-end; padding: 1.5rem 1.5rem 2rem; display: flex;}


.our-companies .nav.nav-pills{ background: #fff; box-shadow: 1px 1px 15px 0 rgba(0 0 0 / 3%); border-radius: 15px; border:solid 1px rgba(0 0 0 / 5%)}
.our-companies .nav.nav-pills li{ padding: 0 1.5rem;}
.our-companies .nav.nav-pills li button{padding: 1.5rem 2rem; font-weight: 500; color: #010b2d;  background: transparent; position: relative; transition: all .2s ease-out;}
.our-companies .nav.nav-pills li button.active, .our-companies .nav.nav-pills li button:hover{  color: #432874; }
.our-companies .nav.nav-pills li button:before, 
.ourOffiAccor .accordion-item .card .card-link:before,
.btn-link-primary::before,
.ftr-menu .nav-link::before {
    content: "";
    display: block;
    height: 3px;
    background-color: #432874;
    position: absolute;
    margin: auto;
    left: 16px;
    right: 16px;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
    transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    border-radius: 5px;
}
.our-companies .nav.nav-pills li button:hover:before, 
.our-companies .nav.nav-pills li button.active:before,
.ourOffiAccor .accordion-item .card .card-link:hover:before,
.btn-link-primary:hover:before,
.ftr-menu .nav-link:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.our-companies .card .comp-logos{  height: 50px; width: 100%; margin: .6rem 0; display: flex; line-height: 50px; }
.our-companies .card .comp-logos img{    max-height: 45px; float: left; max-width: 250px;}
.our-companies .section_bg {
    position: absolute;
    left: -5%;
    top: 50%;
    right: auto;
    bottom: 0%;
    z-index: 1;
    width: 70%;
    height: 40%;
    min-height: 450px;
    transform: translateY(-50%);
    z-index: -1;
    background: #FEEDE5;
    display: none;
}
.our-companies .section_bg::before, .our-companies .section_bg::after{
    content: "";
    display: block;
    width: 197px;
    height: 180px;
    background:url(../img/bluedots.png) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    left: 10%;
    top: 10%;
}
.our-companies .section_bg::after{
    left: auto;
    top: 55%;  
    right:-45%;
}
.our-companies .section_bg .section_bg-1 {
    position: absolute;
    left: -30px;
    top: -50px;
    right: 0px;
    width: 150%;
    height: 100px;
    background-color: #fff;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.our-companies .section_bg .section_bg-2 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -30px;
    width: 150%;
    height: 100px;
    background-color: #fff;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
/* .hero-banner-inner.contact-banner{ min-height: 300px; height: 300px;} */
.textshadow-none{ text-shadow: none !important;}
.hero-banner-inner p.underneathtxt{ font-size: 1rem; line-height: 25px; font-weight: 400;}
#accordiogetintouch .collapse:not(.show){ display: block; max-height: 80px; position: relative; overflow: hidden;}
#accordiogetintouch .collapse:not(.show)::after{ content: ""; position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; background: linear-gradient(0deg, #fff 20%, rgba(255 255 255 / 0%)); }
#accordiogetintouch .accordion-header{ border-bottom:1px solid rgba(0,0,0,.125); margin-bottom: 1rem;}
#accordiogetintouch .accordion-header h3{ margin-bottom: 0;}
#accordiogetintouch .accordion-header .accordion-button{ padding-top: .85rem; padding-bottom: .85rem; color:#5B5B5B}
#accordiogetintouch .accordion-button:not(.collapsed){ background: transparent; color: #212529;}

.contact-banner::before{ content: ""; display: block; position: absolute; width: 100%; height: 100%; background: url(../img/wrold-dots.svg) no-repeat; background-size: 60% auto; background-position: center right -30px;}

.b-icon {
    position: relative;
    font-size: 14px;
    min-height: 60px;
    padding-left: 90px;
    margin-bottom: 28px;
    display: inline-flex;
    float: right;
    align-items: center;
}
.b-icon__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    padding: 15px;
    background-color: #faf8fd;
    border-radius: 28px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-icon__icon img{ width: 45px;}
.b-icon__content{
        line-height: 22px;
}
.b-icon__content p{ font-size: .9rem; line-height: 22px; margin-bottom: 0; font-weight: 400;}
.b-icon__content p a{ font-size: 22px; color: #432874; text-decoration: none;}
.b-icon__content p a:hover{color: #010b2d;}

.Ouroffices{ 
    background:url(../img/office-map.svg) no-repeat center #F7F7F7; background-size: contain ;
}
.ourOffiAccor .accordion-header{ padding: .1rem 0 .1rem 1.5rem; border-radius: 8px; background-image:linear-gradient(85deg, #264296 5%, #D6633250 ); background-color: #fff;}
.ourOffiAccor .accordion-header .accordion-button{font-size: 1.3rem;  padding: 1rem 0; color: #fff; box-shadow: none;}
.ourOffiAccor .accordion-header .accordion-button:focus{ border: none; box-shadow: none;}

.ourOffiAccor .accordion-item, .ourOffiAccor .accordion-header .accordion-button{ background: transparent; }
.ourOffiAccor .accordion-header .accordion-button:not(.collapsed){color: #fff;}
.ourOffiAccor .accordion-item + .accordion-item{ margin-top: 1rem;}
.ourOffiAccor .accordion-item{ border-bottom: none;}
.ourOffiAccor .accordion-item  .accordion-collapse.show .accordion-body{ padding: 2rem 0 3rem;}
.ourOffiAccor .accordion-item .card{ border-radius: 10px; box-shadow: 0 10px 30px rgba(0 0 0 / 5%); border: none; height: 100%; overflow: hidden;}
.ourOffiAccor .accordion-item .card:before{content: "";
display: block;
width: 105%;
height: 120px;
background: linear-gradient(45deg, rgba(38,66,150,.85), rgba(214,99,55,.85) 60% );
position: absolute;
transform: rotate(-45deg);
right: -50%;
bottom: 10%; opacity: .025;}
.ourOffiAccor .accordion-item .card .card-title{color:#5B5B5B; font-size: 1.25rem; font-weight: 500; margin-bottom: .85rem;}
.ourOffiAccor .accordion-item .card .card-link{ text-decoration: none; color: #432874;  font-weight: 600; position: relative;}
.ourOffiAccor .accordion-item .card .headquat{color:#432874; font-size: .9rem; margin-bottom: .5rem;} 
.ourOffiAccor .accordion-item .card .card-link:before, .btn-link-primary:before{ height: 1px; left: 0; right: 0; bottom: -3px;}
.ourOffiAccor .accordion-button:after{ width: 30px; height: 30px; background-size: 30px  auto; margin-right: 30px; opacity: .65; }
.ourOffiAccor .accordion-button:not(.collapsed)::after{background-image:url(../img/arrow.svg); opacity: 1;}

/*  */
.elementor-section{ background: linear-gradient(180deg, #F0F0F0, #fff);}

.elementor-section .elementor-container .swiper-inner .slider-bg-list .slide-bg.education, 
.elementor-section .elementor-container .swiper-inner .slider-bg-list .slide-bg.innovation, 
.elementor-section .elementor-container .swiper-inner .slider-bg-list .slide-bg.builder{
    opacity: 1;
    z-index: 0;
}
.elementor-section .elementor-container .swiper-inner .slider-bg-list .slide-bg img{
    opacity:0 ;
    z-index: -1;
    position: absolute;
    top: 0;
}
.elementor-section .elementor-container .swiper-inner .slider-bg-list .slide-bg.education .edu_img, 
.elementor-section .elementor-container .swiper-inner .slider-bg-list .slide-bg.innovation .inno_img, 
.elementor-section .elementor-container .swiper-inner .slider-bg-list .slide-bg.builder .buil_img{ 
    opacity: 1;
    z-index: 0;
}
.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.elementor-section .elementor-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.elementor-section .elementor-container .swiper-inner {
    position: relative;
    width: 100%;
}
.elementor-section .elementor-container .swiper-inner .slider-bg-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
}
.elementor-section .elementor-container .swiper-inner .slider-bg-list .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
}
.elementor-section .elementor-container .swiper-inner .slider-bg-list .slide-bg:after{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background: url(../img/tile4020.png);
    width: 100%;
    height: 100%;
    top: 0;
}
.elementor-section .elementor-container .swiper-inner .slider-bg-list .slide-bg.active{
    opacity: 1;
    z-index: 0;
}
.elementor-section .elementor-container  .slide-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide {
    border-style: solid;
    border-width: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: border,background,-webkit-transform;
    transition-property: border,background,-webkit-transform;
    -o-transition-property: border,background,transform;
    transition-property: border,background,transform;
    transition-property: border,background,transform,-webkit-transform;
    overflow: hidden;
}
.swiper-wrapper .swiper-slide {
    box-sizing: border-box;
    text-align: left;
    overflow: visible;
}
.swiper-wrapper .swiper-slide {
    height: 450px;
}

.swiper-container > .swiper-wrapper > .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
}
.swiper-wrapper .slide-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.swiper-wrapper .swiper-slide:after, .swiper-wrapper .swiper-slide:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.swiper-wrapper .swiper-slide:first-child:before{ border-right: none; border-left: 1px solid rgba(255, 255, 255, 0.3); left: 0;} 
.swiper-wrapper .title.before {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 48px;
    color: #fff;
}
.swiper-wrapper .slide-content {
    width: 100%;
    position: absolute;
    background: #fff;
    padding: 68px 40px 51px;
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
    bottom: -100%;
}
.swiper-wrapper .swiper-slide:hover .slide-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
}

.hero-quote{
    /* padding-left: 100px;
    position: relative; */
}
q:before, q:after{ font-size: 2.9rem; position: relative;}
q:before {content: '\201c'; top: 12px; margin-right: 3px;}
q:after  {content: '\201d'; line-height: 0; top: 18px; margin-left: 5px;}
.hero-quote::before {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    background: url(../../assets/img/quote.svg) no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    position: absolute;
    opacity: .35;
    display: none;
}
.ul{ list-style-type: disc; margin: 0;}
.ul li + li{ margin-top: 1rem;}
.ourCompanies-banner{overflow: hidden; position: relative;}
.ourCompanies-banner::before{ content:""; position: absolute; width: 62%; height: 130%;  border-radius: 600px; background: #F5F9FA; display: block; top: 50%;    transform: translateY(-50%); right: -10%;} 
/* .hero-quote p, .ourCompanies-banner p{ margin-bottom: 1rem; font-size: 2.5rem; line-height: 1.3; font-weight: 600; text-shadow: 5px 5px 10px rgba(0 0 0 / 65%)} */
.hero-quote .writquot{ font-size: 1.1rem;}
.hero-quote p{ margin-bottom: 1rem;}

.ourpurpose_sec .card {
    box-shadow: 1px 1px 46px 0 rgb(0 0 0 / 9%);
    border: none;
    border-radius:0;
}
.ourpurpose_sec .card .card-img-top{ border-radius: 0; position: relative; left: -15px; top: -15px;  box-shadow: 4px 4px 30px 0 rgb(0 0 0 / 6%);}

.ourlogos{ position: absolute; top: 50%; transform: translateY(-50%); right: 6%; z-index: 2; max-width: 650px;}


.form-floating{ transition: all .3s ease-out;}


input[type="text"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="password"],
input,
textarea,
select,
.form-control,
.hs-input { 
    background: #fff;
    border:solid 1px #ced4da;
    height: calc(3.5rem + 2px);
    font-size: 1rem;
    border-radius: 5px;
}
textarea{ min-height: 75px;}
input:focus, select:focus{
    border-color: rgba(47,128,237,0.8);
    box-shadow: 0 0 10px rgb(99 142 216 / 20%);
}
input.invalid:focus, textarea.invalid:focus, select.invalid:focus{
box-shadow: 0 0 10px rgb(244 67 54 / 20%);
}
.input input, .input textarea, .input select{ float: left;}
input[type="text"].invalid.error,
input[type="email"].invalid.error,
input[type="tel"].invalid.error,
input[type="text"].invalid.error,
input[type="password"].invalid.error,
input.invalid.error,
textarea.invalid.error,
select.invalid.error,
.form-control.invalid.error,
.hs-input.invalid.error{
    border-color: rgba(244,67,54,0.8);
    
}
.hs-form-field > label{ display: none;}
.hs-form-field{ margin-bottom: 1.2rem; float: left; width: 100%;}
.hs-error-msgs{ margin: 0; list-style-type: none; padding: 0; float: left;}
.hs-error-msgs li{color:#F44336; font-size: 1rem; margin-top: .2rem;}
.hs_submit{text-align: right; }
.hs_submit .hs-button {
    border-radius: 0;
    padding: 1.2rem 2.1rem;
    line-height: 1;
    text-transform: uppercase;
    transition: all .4s ease-out;
    background: #432874;
    color: #fff;
    border-color: #432874;
}
.hs_submit .hs-button:hover {
    background: #2c1a4d;
    border-color: #2c1a4d;
}

.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    background-color: #fff;
  }
  
  .page-loading .sk-wrap {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    font-size: 0;
  }
  
  .page-loading .sk-wrap .sk-circle {
    margin: 0 auto;
  }
  
  .page-loading .sk-wandering-cubes .sk-cube {
    width: 16px;
    height: 16px;
  }
  
  .page-loading .sk-three-bounce {
    width: 80px;
    height: 20px;
  }
  
  .page-loading .sk-three-bounce .sk-child {
    display: block;
    float: left;
  }
  
  .page-loading .sk-three-bounce .sk-bounce2 {
    margin: 0 10px;
  }
  
  .page-loading .sk-wave > div {
    width: 7px;
    margin: 0 2px 0 2px;
  }
  
  .page-load-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  .preloader-wrap {
    display: table;
    width: 100%;
    height: 100%;
    color: #432874;

  }
  
  .preloader-wrap .wrap-2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  
  body.loaded .page-loading {
    opacity: 0;
  }
  .sk-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
   
  }
  
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
 
   
  }
  
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background: currentColor;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  }
  
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg);
  }
  
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg);
  }
  
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg);
  }
  
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg);
  }
  
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
  }
  
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
  }
  
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
  }
  
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
  }
  
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
  }
  
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
  }
  
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
  }
  
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }
  
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
  }
  
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
  }
  @-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  @keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

  .hero-banner-inner.privacyPolicy-banner{ height: auto; min-height: 200px; position: relative; background: #432874; align-items: center;}
  .privacyPolicy-banner::after{ display: none;}
  .hero-banner-inner.privacyPolicy-banner svg{position: absolute; width: 100%; height: 45px; left: 0; bottom:-45px; }
  .hero-banner-inner.privacyPolicy-banner svg path{fill:#432874}
  

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .carousel-item.next,
    .carousel-inner > .carousel-item.active.right {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .carousel-item.prev,
    .carousel-inner > .carousel-item.active.left {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
@media (min-width: 1025px){
    .ProfilePic {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .prof_card {
        flex-basis: 33.33333%;
        flex-shrink: 0;
        max-width: 33.33333%;
    
    }
    .profcard_top {
        position: absolute;

    }
    .header .container {
    padding: 5px 0 7px;
}
.navbar-nav .nav-item + .nav-item {
    margin-left: 40px;
}
}

@media (max-width: 1440px){
.ourlogos{ right:2%;}
}

@media (max-width: 1340px){
    .ourCompanies-banner::before{
        width: 66%;
    }
}

/* begin:header mobile resonsive */
@media (max-width: 991.98px) {
    .header{
        position: relative;
    }
    .navbar-brand img.logo.dark{ display: block;}
    .navbar-brand img.logo.light{ display: none;}
    .navbar-brand img.logo{ max-height: 50px;}
    .header .navbar-toggler {
        margin: 23px 0px 23px 0;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 2 / 2;
        -ms-grid-column-align: end;
        justify-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
        width: 30px;
        height: 26px;
        border: none;
        padding: 0;
        outline: none;
    }
   
    .header .navbar-toggler .hamburger {
        width: 100%;
        height: 26px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer;
        -webkit-transition: -webkit-transform 330ms ease-out;
        transition: -webkit-transform 330ms ease-out;
        transition: transform 330ms ease-out;
        transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
    }
    .header .navbar-toggler .hamburger .style_line-menu {
        background-color: #fff;
        border-radius: 5px;
        width: 100%;
        height: 4px;
        border-radius: 30px;
      }
      .header.fixed-top .navbar-nav .nav-item .nav-link,
      .header.fixed-top .navbar-nav .nav-item .nav-link:hover, 
      .header.fixed-top .navbar-nav .nav-item .nav-link.active{
          color:#fff
      }
      .header .navbar-toggler.collapsed .hamburger .style_line-menu,
      .header .navbar-toggler[aria-expanded="false"] .hamburger .style_line-menu{
          background-color: #222;
      }
      .header .navbar-nav .nav-link:before{ background-color:#fff}

      
      .header .navbar-toggler .hamburger .line-half {
        width: 50%;
      }
      .header .navbar-toggler .hamburger .menu_line--first {
        -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        -webkit-transform-origin: right;
        transform-origin: right;
      }
      .header .navbar-toggler .hamburger .menu_line--last {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
        -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        -webkit-transform-origin: left;
        transform-origin: left;
      }
      .header.fixed-top {
        height: auto;
      }

      .header .navbar-toggler[aria-expanded="true"] {
        position: relative;
        z-index: 111;
      }
      .header .navbar-toggler[aria-expanded="true"] .hamburger {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
      }
      .header .navbar-toggler[aria-expanded="true"] .hamburger .menu_line--first {
        -webkit-transform: rotate(-90deg) translateX(4px);
        transform: rotate(-90deg) translateX(4px);
        /* background-color: white; */
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
      }
      .header .navbar-toggler[aria-expanded="true"] .hamburger .menu_line--mid {
        /* background-color: white; */
      }
      .header .navbar-toggler[aria-expanded="true"] .hamburger .menu_line--last {
        -webkit-transform: rotate(-90deg) translateX(-4px);
        transform: rotate(-90deg) translateX(-4px);
        /* background-color: white; */
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
      }


      .site-header-wrapper {
        height: auto;
        background-color: white;
        -webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.06);
                box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.06);
      }
      .site-header-wrapper .navbar {
        padding: 0;
        max-width: 95%;
        margin: 0 auto;
      }
      .site-header-wrapper .navbar-left {
        position: static;
        display: -ms-grid;
        display: grid;
        height: auto;
        width: 100%;
        min-height: auto;
        -ms-grid-rows: 1fr;
            grid-template-rows: 1fr;
        -ms-grid-columns: 100%;
            grid-template-columns: 100%;
      }
      .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        visibility: hidden;
        overflow: hidden;
        height: 0;
        padding: 2.5rem 1.5rem;
        /* background-image: -webkit-gradient(linear, left bottom, left top, from(#A5B3C2), to(#E9F6FF));
        background-image: linear-gradient(0deg, #A5B3C2, #E9F6FF); */
        background: #432874;
        z-index: 11;
        -webkit-transition: all cubic-bezier(0.12, 0.45, 0.27, 0.99) 0.5s;
        transition: all cubic-bezier(0.12, 0.45, 0.27, 0.99) 0.5s;
        padding: 5.5rem 1.5rem 2.5rem 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .navbar-collapse.show {
        height: 100%;
        overflow: auto;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all cubic-bezier(0.12, 0.45, 0.27, 0.99) 0.3s;
        transition: all cubic-bezier(0.12, 0.45, 0.27, 0.99) 0.3s;
        
      }

   
      .navbar-collapse .navbar-nav {
        margin: 0;
        padding: 0;
        list-style-type: none;
        color: #fff;
        -webkit-transition: all ease .4s;
        transition: all ease .4s;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .navbar-collapse .navbar-nav .nav-item {
        margin-bottom: 1.5rem;
      }
      .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 1.5rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        letter-spacing: 0;
        color: #fff;
        padding: 0;
        font-weight: 400;
        line-height: 1.5;

      }
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
    .container, .container-md, .container-sm{ width: 100%; max-width: 95%;}
    .hero-banner, .hero-banner .carousel, 
    .hero-banner .carousel-inner, 
    .hero-banner .carousel-item,
    .hero-banner .carousel-inner .container{ height: auto;}
    .hero-banner .carousel-inner .container{ min-height: 400px;}
    .hero-banner .btn.btn-primary, .carousel-indicators{ display: none;}
    .carousel .carousel-inner > .carousel-item video{ width: 125%; right: -1.5%;}
    .hero-banner:not(.hero-banner-inner) p{ margin-bottom: 1.5rem;}



}

@media screen and (max-width: 960px) and (min-width: 767px) {
    .about-MSRgroup{ margin: 1.5rem 0; overflow: hidden;}
    .about-MSRgroup::before{ display: none;}
    .abt-content{ padding: 1.5rem 0;}
    .abt-content-col{position: relative}
    .abt-content-col:before{content: "";
    width: 120%;
    height: 100%;
    position: absolute;
    left: -10%;
    background: #432874;
    z-index: -1;}

    .hero-about{ background-image: url(../img/aboutus_hero_767.jpg) !important; }
.hero-ourPurpose{ background-image: url(../img/ourpurpose_hero_767.jpg) !important; }

    .profcard_top{ position: inherit;}

    .ourCompanies-banner::before {
        width: 100%;
        right: auto;
        left: 0;
        top: auto;
        bottom: 200px;
        transform: none;
    }
    .ourlogos {
        position: relative;
        left: auto;
        right: auto;
        transform: none;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        top: auto;
    }
    .ourCompanies-banner{ height: auto;}
}

@media (max-width:767px) {
    body, button{ font-size: 1.1rem; line-height: 24px;}
    .card-title, .abt-content h2{ font-size: 30px;}
    .company-data h5{ font-size: 1.05rem;}
    .company-data h4{ font-size: 2.25rem;}
    .num-subtext{ font-size: 1rem;}
    .company-data img.icon-img{ max-width: 40px;}
.hero-banner h1, .hero-banner-inner h1{
    font-size: 2.25rem;
}

.container{ padding-left: 1.5rem; padding-right: 1.5rem; max-width: 100%; width: 100%;}
.about-MSRgroup .container{ padding-left:-1.5rem; padding-right:-1.5rem;}
.about-MSRgroup .abt-content-col{ padding-left: 30px; padding-right: 30px;}
.btn{ padding: .8rem 1.5rem; font-size: 1rem;}

.hero-banner p{
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1rem;
}
.hero-banner .carousel-inner .container, 
.hero-banner .carousel, 
.hero-banner .carousel-inner, 
.hero-banner .carousel-item, 
/* .hero-banner{ height: 70vh;} */
.carousel .carousel-inner > .carousel-item{ min-height:auto; height: auto;}


.about-MSRgroup{ margin: 1.5rem 0; overflow: hidden;}
.about-MSRgroup::before{ display: none;}
.abt-content{ padding: 1.5rem 0;}
.abt-content-col{position: relative}
.abt-content-col:before{content: "";
width: 120%;
height: 100%;
position: absolute;
left: -10%;
background: #432874;
z-index: -1;}
.card-img-top{ min-height: 260px;}
.carousel-indicators{ display: none;}

.our-companies .nav.nav-pills li{ padding: 0 .5rem;}
.our-companies .nav.nav-pills li button{padding:1.5rem 0rem ;}
.MSRcosmos-about:before{ width: 100%;}

.profcard_top{ position: relative;}

.ProfilePic{ justify-content: center; display: block; max-width: 100%;}
.prof-2 .profcard_top{ left: 100px !important; top: 25px !important;}

.ourlogos{ position: relative; left: auto; right: auto; transform: none; width: 100%; max-width: 640px; margin: 0 auto; top: auto}
.ourCompanies-banner p{ margin-bottom: 1rem;}
.hero-banner-inner.ourCompanies-banner{ height: auto; min-height: auto;}
.ourCompanies-banner::before{ width: 100%;  right:auto; left: 0; top: auto; bottom: 140px; transform: none; }
.hero-banner .carousel-control-next, .hero-banner .carousel-control-prev{ width: 45px;}

.play_button {
    width: 50px;
    height: 50px;
        position: relative;
        margin: 0;
        display: inline-block;
}
.play_button:before {
    display: block;
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    z-index: 10;
    border-radius: 200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
}
.play_button:hover:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.4;
}
.play_button span.play {
    display: block;
    height: 100%;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
}
.play_button svg{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.play_button path {
    fill: #fff;
}
/* .carousel .carousel-inner > .carousel-item video {
    max-width: 1000%;
     margin-left: 50%; 
    margin-top: -80px;
    width: 1293.51px;
    height: 100vh;
    opacity: 1;
    transform: translateX(-50%);
}
.hero-banner .carousel-inner .carousel-item::after{ background:rgba(0 0 0 / 80%)}
.hero-banner .carousel-inner .container{ justify-content: center; align-items: center; text-align: center;} */

.play-vbtn{ margin-top: 2rem; position: relative;}
.play-vbtn::before{content: ""; display: inline-block; width: 200px; height: 1px; background:linear-gradient(90deg, rgba(255 255 255 /0%), rgba(255 255 255), rgba(255 255 255 /0%)); position: absolute; left: 50%; transform: translateX(-50%); top: -1rem; opacity: .5;}
.hero-about{ background-image: url(../img/aboutus_hero_767.jpg) !important; }
.hero-ourPurpose{ background-image: url(../img/ourpurpose_hero_767.jpg) !important; }
.hero-ourPurpose, .hero-about, .contact-banner{min-height: 250px; height: 65vh;}
.contact-banner::before{ background-size:auto 100% ; background-position: center right -100px;}
.videoModel video{ max-width: 100%;}
.videoModel .modal-content{ border-radius:0; border:none}
.btn-close{ position: absolute; top: -35px; right:15px; background: transparent; opacity: 1;}
.btn-close::before, .btn-close::after{content: ""; display: block; width: 35px; height: 2px; background: #fff; position: absolute;}
.btn-close::before{ transform: rotate(45deg);}
.btn-close::after{ transform: rotate(-45deg);}
.videoModel .modal-content{ background: transparent;}

.hero-banner .carousel-inner .container{ min-height: 225px; height: auto;}
}

@media (max-width:640px) {
    .hero-banner .btn.btn-primary{ display: none;}
    .hero-banner h1, .hero-banner-inner h1{ font-size: 2rem; margin-bottom: .5rem;}
    .hero-banner{ height: auto;}

    .carousel .carousel-inner > .carousel-item video{ width: 125%; right: -1.5%;}

    .carousel-control-prev{ left: -.5rem;}
    .carousel-control-next{ right: -.45rem;}

    .about-MSRgroup .abt-content-col{ padding-left: 15px; padding-right: 15px;}

    .hero-banner:not(.hero-banner-inner) p{ display: none;}
    .hero-banner:not(.hero-banner-inner) h1{ margin-bottom: 1.1rem; }
}

@media (max-width:480px) {
    .ourCompanies-banner::before{  bottom: 130px;  }
    .navbar-brand img.logo{ max-height: 42px;}
    .hero-banner .carousel-control-next, .hero-banner .carousel-control-prev{ width: auto;}
    .contact-banner::before{background-position: center right -150px;}
    .ourFounders .quotes::before{ width:55px; height: 55px; background-size: contain;}
    .ourFounders .quotes{ padding-left: 70px;}
    
    .prof-2 .profcard_top {left: 60px !important;}

    
}


