@import url('../menu/menu.css');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Mono:ital,wght@0,100;1,100&family=Rubik:ital,wght@0,300;0,400;1,300&family=Shadows+Into+Light&family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    margin: 0px;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    line-height: 25px;
}

html {
    overflow: auto;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}





/******/







.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.nav-link {
    color: #fff;
}


/* 
.dropdown-toggle{
    display:none;
} */

.dropdown-toggle ul .dropdown-menu:hover {
    display: block;
}

.dropdown-menu:hover {
    opacity: 1;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 40px;
}

.margintop50 {
    margin-top: 50px;
}

.margintop60 {
    margin-top: 60px;
}

.margintop70 {
    margin-top: 70px;
}

.margintop80 {
    margin-top: 80px;
}

.margintop90 {
    margin-top: 90px;
}

.marginbtm20 {
    margin-bottom: 20px;
}

.marginbtm30 {
    margin-bottom: 30px;
}

.marginbtm40 {
    margin-bottom: 40px;
}

.marginbtm50 {
    margin-bottom: 50px;
}

.marginbtm60 {
    margin-bottom: 60px;
}

.marginbtm70 {
    margin-bottom: 70px;
}

.marginbtm80 {
    margin-bottom: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
}

p {
    margin: 0;
}

#preloader {
    background: #fff url(../images/DropPreloader.gif);
    width: 100%;
    height: 100vh;
    text-align: center;
    position: fixed;
    z-index: 1000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20%;
}

.collapse {
    justify-content: flex-end;
    width: 75%;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0, 0, 0);
}

.hero_head {
    display: flex;
    position: relative;
    background-image: url(../images/mainBanner1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    /* padding: 200px 0; */
    justify-content: flex-start;
    align-items: center;
}

.about_head {
    background-image: url(../images/aboutusbanner.png);
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 300px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.about_head .inner-banner-content {
    position: relative;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #17a2b8
}

.jrmob {
    display: none;
}

.jrdesk {
    display: block;
}

.inner-banner .inner-banner-content p {
    margin-top: 10px;
}

header {
    position: relative;
    transition: all 0.6s ease;
}

header.sticky {
    background: #efefef;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.6s ease;
}

.img_content ul li i {
    color: #1cdbdd;
}

.navbar-brand {
    z-index: 0;
    display: inline-block;
    width: 23%;
}

.navbar-brand img {
    width: 75%;
}

.header_content {
    margin-top: 80px;
}

.header_content h1 {
    font-family: 'FontAwesome';
    color: rgb(255, 255, 255);
    font-size: 60px;
    /* border: 1px solid; */
    /* display: inline-block; */
    line-height: 40px;
}


/* .header_content h1::after {
    content: "";
    background-color: #000;
    width: 15%;
    height: 5px;
    position: absolute;
    display: inline-block;
    margin-top: 35px;
}

.header_content h1::before {
    content: "";
    background-color: #000;
    width: 15%;
    height: 5px;
    position: absolute;
    display: inline-block;
    margin-top: 35px;
} */

.header_content h2 {
    color: rgb(0, 0, 0);
    line-height: 55px;
}

.header_content h5 {
    color: #000;
}

.founer_img img {
    width: 100%;
}

.founer_img {
    text-align: center;
}

.founder-message {
    margin: 75px 0 auto;
    line-height: 30px;
    background-color: #ffffff38;
    width: 100%;
    height: auto;
    padding: 50px;
    border-radius: 30px 0px 30px 0;
}

.message_sec {
    background: rgba(0, 0, 0, 0.26) url(../images/ceobg.png);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 0 0 0;
}

.message_sec h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.founder-message h4 {
    font-family: cursive;
}

.message_sec span {
    border-bottom: 3px solid #000;
}

.what_bg {
    background-color: #ebe9eb;
    padding: 30px 0;
}

.what_we_do {
    color: #8ea1b2;
    line-height: 25px;
}

.business-part a {
    border: 1px solid #00000085;
    padding: 6px;
    position: relative;
    display: inline-block;
    margin: 6px;
    color: #2793bc;
    font-size: 15px;
}

.business-two-sec {
    background-color: #efefef;
    padding: 40px 0;
}

.Non_business_one {
    margin: 0px auto 40px;
    line-height: 30px;
}

.slider1 {
    background-image: url(../images/s1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 460px;
    display: inline-block;
    mix-blend-mode: luminosity;
}

.slider2 {
    background-image: url(../images/slider2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 460px;
    display: inline-block;
    mix-blend-mode: luminosity;
}

.slider3 {
    background-image: url(../images/slider3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 460px;
    display: inline-block;
    mix-blend-mode: luminosity;
}

.slider4 {
    background-image: url(../images/slider4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 460px;
    display: inline-block;
    mix-blend-mode: luminosity;
}



/******/





.slider5 {
    background-image: url(../images/slider5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 460px;
    display: inline-block;
    mix-blend-mode: luminosity;
}

.slider6 {
    background-image: url(../images/slider6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 460px;
    display: inline-block;
    mix-blend-mode: luminosity;
}

.slider7 {
    background-image: url(../images/slider7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 460px;
    padding: 20px;
    mix-blend-mode: luminosity;
}

.Non_business_one h2 {
    color: #000;
    margin-bottom: 30px;
}

.heade_bess h2 {
    color: #000;
}

.team_sec h2 {
    color: #000;
    margin-bottom: 20px;
}

.message_sec h4 {
    color: rgb(255, 255, 255);
}

.prr_footer_content h5 {
    color: #000;
}

.heade_bess {
    margin: 60px 0;
}
.heade_bess  p {text-align: justify;}
.business-part {
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0px;
}

.business-part img {
    width: 70%;
    position: relative;
    margin-bottom: 20px;
}

.logo-area a {
    color: #fff;
}

.bg_3d9ff2 {
    background-color: #3d9ff2;
}

.bg_4f7aee {
    background-color: #4f7aee;
}

.bg_5637d7 {
    background-color: #4923e2;
}

.bg_20009f {
    background-color: #20009f;
}

.bg_3300ff {
    background-color: #0060ff;
}

.bg_001487 {
    background-color: #001487;
}

.slick-prev {
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 10000000000;
    color: #fff;
    opacity: 0;
    border-radius: 0px 10px 10px 0px;
    background-color: transparent;
    border: none;
    padding: 5px;
    height: auto;
    width: 10%;
}

.slick-prev i {
    font-size: 25px;
}

.slick-next i {
    font-size: 25px;
}

.slick-next {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 10000000000;
    color: #fff;
    opacity: 0;
    border-radius: 0px 10px 10px 0px;
    background-color: transparent;
    border: none;
    padding: 5px;
    height: auto;
    width: 10%;
}

.logo-area .slick-prev:hover {
    border: none;
    opacity: 0.2;
    transition: 2s;
}

.logo-area .slick-next:hover {
    border: none;
    opacity: 0.2;
    transition: 2s;
}

.Non_business_two {
    width: 100%;
    height: auto;
}

.what_we {
    text-align: center;
    margin: 40px 0 auto;
    padding: 0px 80px;
}

.what_we h5 {
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#hat-img {
    width: 100%;
    margin-top: 65px;
}

.what_we i {
    position: absolute;
    z-index: 0;
    font-size: 50px;
    opacity: 0.5;
    margin-top: -30px;
    margin-left: -30px;
}

#quote-right {
    margin-top: 0px;
    margin-left: 0px;
}

.Non_business_one {
    margin: 0px auto 40px;
    line-height: 30px;
}

.business-two-sec .non-color {
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 0;
    right: 10%;
    padding: 20px;
    z-index: 0;
    display: inline-block;
    background-color: #fff;
}

.business-two-sec .non-color:hover {
    transition: 2s ease;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.425);
}


/* .business-two-sec .non-color:hover{
    background-color: rgba(255, 255, 255, 0.308);
    color: #fff;
    
    
    transition: all 500ms ease;
} */

.business-two-sec .non-color .non-details-sec a {
    border: 1px solid #000;
    padding: 10px;
    position: relative;
    display: inline-block;
}

.business-two-sec .non-color .non-details-sec a:hover {
    color: #fff;
}

.team_sec {
    margin: 60px 0;
}

.Non_business {
    margin: 50px 0;
}

.img_content ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}

.img_content {
    position: absolute;
    width: 90%;
    height: auto;
    background-color: #dee2e6;
    padding: 20px;
    bottom: 38px;
    z-index: 0;
    opacity: 0;
}

.img_content:hover {
    opacity: 1;
    transition: 2s;
}

.Team_meneber h6 {
    margin-top: 20px;
    color: #000;
}

.team_sec p {
    margin-bottom: 20px;
    padding: 0 80px;
}

.Team_meneber img {
    width: 100%;
}

.prr_footer_content i {
    /* width: 100%; */
    font-size: 40px;
    display: inline-block;
    /* background-color: #20009f; */
    border: 1px solid;
    border-radius: 50%;
    color: #1cdbdd;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 7px;
    margin-bottom: 20px;
}

.pre_footer p {
    color: #000;
    margin-bottom: 30px;
}

footer {
    background-color: #1e1d22;
    margin-top: 100px;
}

.footer-border {
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
}

.footer-style ul {
    text-align: center;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-style ul li {
    margin: 20px;
    position: relative;
}

.pre_footer h4 {
    margin-bottom: 40px;
}


/* .founder-message p::before{
    content: '\e922';
    font-family: fontello!important;
    position: relative;
    display: inline-block;
    font-size: 20px;
} */

.founder-message i {
    position: absolute;
    font-size: 54px;
    opacity: .5;
    margin-top: -25px;
    color: #02b2dc;
}

.founder-message p {
    color: #fff;
}

.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'fontawesome';
    content: "\f054";
    /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

.panel-title {
    border: 1px solid #00000026;
    padding: 20px;
    color: #000;
    margin: 20px 0;
    width: 100%;
    position: relative;
    background-color: #e9ecef12;
    box-shadow: 0px 1px 1px 0px;
}

.panel-title a {
    color: #96a1ab;
}

.scroll_up {
    position: fixed;
    right: 2%;
    bottom: 10%;
}

.scroll_up i {
    font-size: 50px;
    color: #0060ff;
}

.hidden {
    display: none;
}


/* ----inner-pages------ */

.inner-sec-business {
    margin-top: 40px;
    position: relative;
}

.inner-sec-business .inner-points {
    margin-top: 30px;
    line-height: 25px;
}

.inner-sec-business .inner-points p {
    margin-bottom: 15px;
}

.inner-sec-business .link-sec {
    margin-bottom: 100px;
}

.inner-banner {
    background-image: url(../images/inside-banner/fabric.png);
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 300px;
    padding: 20px;
    display: flex;
    align-items: flex-end;
}

.rocket {
    background-image: url(../images/inside-banner/rocketcomers.png);
}

.value {
    background-image: url(../images/inside-banner/valuecart.png);
}

.kala {
    background-image: url(../images/inside-banner/kalandricap.png);
}

.madeu {
    background-image: url(../images/inside-banner/madeforu.png);
}

.jennfer {
    background-image: url(../images/inside-banner/jennifer.png);
}

.west {
    background-image: url(../images/inside-banner/west.png);
}
.NewsEvents {
    background-image: url(../images/inside-banner/NewsEvents.png);
}

.rkcom {
    background-image: url(../images/inside-banner/rkinfocom.png);
}

.rktrust {
    background-image: url(../images/inside-banner/rktrust.png);
}

.kfcom {
    background-image: url(../images/inside-banner/kalandrifoundation.png);
}

.jain {
    background-image: url(../images/inside-banner/jainfoundation.png);
}

.cancer {
    background-image: url(../images/inside-banner/cancerve.png);
}

.gerner {
    background-image: url(../images/inside-banner/gerner.png);
}

.lets {
    background-image: url(../images/inside-banner/letsmask.png);
}

.pjain {
    background-image: url(../images/inside-banner/pkistanjain.png);
}

.rkfabric {
    background-image: url(../images/inside-banner/rkfabric.png);
}

.milestone {
    background-image: url(../images/inside-banner/milestone.png);
}
.wery{
     background-image: url(../images/inside-banner/wishery.png);
}

.inner-banner .inner-banner-content {
    position: relative;
    color: #fff;
}

.inner-banner .inner-banner-content p {
    margin-top: 10px;
}


/* aboutus css */

.about-sec .about-text {
    line-height: 30px;
}

.about-sec .about-text h2 {
    margin-bottom: 20px;
    color: #000;
}

.about-sec .about-text h6 {
    margin-bottom: 20px;
}

.about-sec .about-text p {
    margin-bottom: 20px;
}

.about-sec .about-why h3 {
    margin-bottom: 20px;
    color: #000;
}

.about-sec .about-why p {
    margin-bottom: 20px;
}

.about-sec .tearms .terams-items img {
    width: 65px;
}

.about-sec .tearms .terams-items {
    text-align: center;
    margin: 20px 0;
    border: 1px solid rgb(211 211 211);
    display: inline-block;
    border-radius: 10px;
    padding: 20px;
}

.about-sec .tearms .terams-items h5 {
    margin-bottom: 20px;
    color: #000;
}

.vision {
    background-image: url(../images/visionbg.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}

.vision .vision-text {
    float: right;
    position: relative;
    width: 50%;
    /* padding: 118px 0 0; */
    top: 127px;
}

.vision .vision-text h2 {
    color: #000;
}

.career-benifits {
    margin: 40px 0;
    background-color: #efefef;
    padding: 40px;
}

.border1 {
    border-bottom: 1px solid #02b2dc;
    border-right: 1px solid #02b2dc;
}

.border2 {
    border-right: 1px solid #02b2dc;
}

.border3 {
    border-bottom: 1px solid #02b2dc;
}

.career-benifits .career-benifits-items {
    padding: 30px;
}

.career-benifits .career-benifits-items h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}

.career-benifits h1 {
    margin-bottom: 20px;
}

.our-hiring {
    margin: 40px 0;
}

.our-hiring .our-hiring-sec h1 {
    margin-bottom: 30px;
}

.our-hiring .our-hiring-sec p {
    margin-bottom: 10px;
}

.our-hiring .our-hiring-sec ul {
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 30px;
}

.our-hiring .our-hiring-sec ul span {
    color: #000;
    text-decoration: underline;
}

.contact-sec .cont-form-sec input {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
}

.contact-sec .cont-form-sec textarea {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
}

.contact-sec .location-sec .addres {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-sec .location-sec .numbe {
    display: flex;
    align-items: center;
}

.contact-sec .location-sec .glob {
    display: flex;
    align-items: center;
}

.contact-sec .location-sec .mail {
    display: flex;
    align-items: center;
}

.contact-sec .location-sec i {
    margin: 20px;
    color: #02b2dc;
    font-size: 25px;
}

.contact-sec {
    margin: 50px 0;
}

.contact-sec .location-sec {
    margin-top: 50px;
}

.main-text p {
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0 auto;
}

.team-member .member-img img {
    width: 100%;
}

.team-member .member-contetn {
    background-color: #efefef;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    height: auto;
}

.team-member .member-contetn p {
    color: #2793bc;
}

.nopad {
    margin: 0;
    padding: 0;
}

.team-member {
    text-align: center;
    width: 100%;
    position: relative;
    padding: 30px;
}

.team-member .member-img {
    overflow: hidden;
}

.team-member .member-img img {
    overflow: hidden;
    width: 100%;
    transition: transform .5s, filter 1.5s ease-in-out;
}

.team-member:hover .member-img img {
    transform: scale(1.1);
}

.team-member .member-contetn img {
    width: 75px;
}

.team-member .member-contetn p {
    margin-bottom: 15px;
}

.team-member .member-contetn ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    margin: 0;
}

.team-member .member-contetn ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#img-width90 {
    width: 90px;
}

#img-width100 {
    width: 100px;
}

.journey-table {
    overflow-x: scroll;
    position: relative;
    text-align: center;
    margin: 50px 0;
}


/* .journey-table ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.journey-table img {
    width: 150px;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    padding: 10px;
}

.journey-table ul li {
    border: 1px solid #0000003b;
    display: inline-block;
    margin: 10px 0;
    padding: 0;
}

.journey-table th {
    background: #17a2b8;
    color: #fff;
}

.journey-table td {
    width: 35%;
}

.journey-table tr {
    border-bottom: 1px solid #000;
}

.journey-table tr:first-child {
    border: none;
}

#mob {
    display: none;
}

#desk {
    display: block;
}

.terams-items p {
    text-align: justify;
}

.border-mile {
    border: 1px solid #2079a9;
    padding: 50px;
    border-radius: 50px;
}

@media (max-width: 991px) {
    .border-mile {
        padding: 10px !important;
    }
}


/* about css ends */

@media (max-width: 991px) {
    .inner-sec-business .link-sec {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .jrmob {
        display: block;
        width: 100%;
    }
    .jrdesk {
        display: none;
    }
    .vision .vision-text {
        float: unset;
        position: relative;
        width: 100%;
        /* padding: 118px 0 0; */
        top: 50px;
    }
    .border1 {
        border: 1px solid #02b2dc;
        margin-bottom: 10px;
    }
    .border2 {
        border: 1px solid #02b2dc;
        margin-bottom: 10px;
    }
    .border3 {
        border: 1px solid #02b2dc;
        margin-bottom: 10px;
    }
    .inner-banner .inner-banner-content {
        padding: 50px 0;
    }
    .header_content {
        padding: 0px;
        margin: 0px;
    }
    .navbar-collapse {
        position: absolute;
        right: 0;
        top: 100%;
        width: 70%;
        background: #efefef;
        padding: 20px;
        z-index: 1;
    }
    .about_head {
        height: auto;
    }
    .heade_bess p {
        text-align: justify;
    }
    .founder-message {
        border-radius: 0;
    }
    .main-text p {
        text-align: justify !important;
    }
    #mob {
        display: block;
    }
    #desk {
        display: none;
    }
    .experience-slide-one {
        padding: 0px 0px!important;
    }
    .about-why p {
        text-align: justify !important;
    }
    .inner-sec-business .inner-points {
        text-align: justify !important;
    }
}

@media (max-width: 350px) {
    .navbar-collapse {
        position: absolute;
        right: 0;
        top: 100%;
        width: 80%;
        background: #efefef;
        padding: 20px;
        z-index: 1;
    }
}

@media (max-width: 660px) {
    .carousel-indicators {
        display: none!important;
    }
    .time-sec {
        padding: 0rem 0 !important;
        margin-bottom: 0px!important;
    }
}

@media (max-width: 1199px) {
    .team_sec .team-member .team-content {
        height: 240px;
    }
    .journey-table {
        overflow: scroll;
    }
    body {
        overflow-x: hidden!important;
    }
    .navbar-brand {
        width: 25% !important;
    }
    .navbar-brand img {
        width: 100% !important;
    }
    .collapse {
        width: 80%!important;
    }
}


/* latter */

.top-bar {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 1rem 0;
    background: linear-gradient(176deg, white, #ffffff00);
}
/*SHIVA*/
.newsBox {
border: 1px solid #dfdfdf;
padding: 15px;
margin: 20px 0px;
border-radius: 8px;
}
