@font-face {
    font-family: "playfairdisplayBlack";
    src: url("https://s3.ap-south-1.amazonaws.com/cdn.nicmar.ac.in/site/v1/resources/fonts/playfairdisplay-black-webfont.woff2") format("woff2"),
        url("https://s3.ap-south-1.amazonaws.com/cdn.nicmar.ac.in/site/v1/resources/fonts/playfairdisplay-black-webfont.woff") format(woff);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "playfairdisplayBold";
    src: url("https://s3.ap-south-1.amazonaws.com/cdn.nicmar.ac.in/site/v1/resources/fonts/playfairdisplay-bold-webfont.woff2") format("woff2"),
        url("https://s3.ap-south-1.amazonaws.com/cdn.nicmar.ac.in/site/v1/resources/fonts/playfairdisplay-bold-webfont.woff") format(woff);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "playfairdisplayRegular";
    src: url("https://s3.ap-south-1.amazonaws.com/cdn.nicmar.ac.in/site/v1/resources/fonts/playfairdisplay-regular-webfont.woff2") format("woff2"),
        url("https://s3.ap-south-1.amazonaws.com/cdn.nicmar.ac.in/site/v1/resources/fonts/playfairdisplay-regular-webfont.woff") format(woff);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.bg-white {
    background-color: #fff;
}

.bg-light {
    background-color: #f5f5f5;
}

.logo {
    padding: 0.4rem 0;
}

.logo img {
    height: 50px;
}

.newWebBanner {
    /* background-image: url('../images/newBanner.png');
    min-height: 700px; */
    min-height: 100vh;
    position: relative;
}

.newWebBanner__Content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newWebBanner h1 {
    font-family: "playfairdisplayBold";
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 100%;
    /* or 115px */
    color: #ffffff;
}

.newWebBanner__Content h3 {
    /* margin-top: 10rem; */
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    /* identical to box height, or 24px */
    color: #ee3c40;
}

.newWebBanner p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
    width: 900px;
    margin: auto;
}

.newWebBanner .secth span,
.newWebBanner .secth span {
    position: relative;
    z-index: 1;
}

.newWebBanner .secth i.line {
    display: inline-block;
    width: 10px;
    height: 20px;
    background-color: #ee3c40;
    position: relative;
    margin-left: 15px;
    margin-bottom: -5px;
}

.newWebBanner .secth i.line:before,
.newWebBanner .secth i.line:before {
    content: "";
    display: inline-block;
    width: 205px;
    height: 20px;
    background-color: #ee3c40;
    position: absolute;
    bottom: 0;
    right: 20px;
}

/*common header bottom line*/

.headersecth span,
.headersecth span {
    position: relative;
    z-index: 1;
}

.headersecth i.headerLine {
    display: inline-block;
    width: 10px;
    height: 20px;
    background-color: #ee3c40;
    position: relative;
    position: absolute;
    bottom: 5px;
    right: -35px;
}

.headersecth i.headerLine:before,
.headersecth i.headerLine:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 20px;
    background-color: #ee3c40;
    position: absolute;
    bottom: 0;
    right: 20px;
}

.newWebImpDate {
    background: #ee3c40;
}

.newWebImpDate .impDateHeading {
    font-size: 20px;
    margin-top: 42px;
}

.newWebImpDate .dateBorder {
    background-image: url("../images/border.png");
    background-repeat: no-repeat;
    padding: 20px;
    margin: 30px 0px 0px 0px;
}

.newWebtitle1 {
    font-size: 14px;
    font-weight: 600;
    color: #f26222;
}

.newWebtitle2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: #ffffff;
}

.newWebProg {
    margin-top: 90px;
}

.progBg .rect1 {
    background-color: #ab1328;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.progBg .rect1:hover {
    background-image: url(../images/Rectangle_1.jpg);
    background-repeat: no-repeat;
    background-color: rgba(26, 0, 7, 0.61);
    background-size: cover;
}

.progBg .rect2 {
    background: #002147;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.progBg .rect2:hover {
    background-image: url(../images/Rectangle_2.jpg);
    background-repeat: no-repeat;
    background-color: rgba(26, 0, 7, 0.61);
    background-size: cover;
}

.progBg .rect3 {
    background: #002147;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.progBg .rect3:hover {
    background-image: url(../images/Rectangle_3.jpg);
    background-repeat: no-repeat;
    background-color: rgba(116, 29, 39, 0.651);
    background-size: cover;
}

.progBg .rect4 {
    background: #ab1328;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.progBg .rect4:hover {
    background-image: url(../images/Rectangle_4.jpg);
    background-repeat: no-repeat;
    background-color: rgba(116, 29, 39, 0.651);
    background-size: cover;
}

.progBg .vision {
     background: #3e1000;
}

.progBg .vision:hover {
    background-image: url(../images/vision.jpg);
    background-color: rgba(26, 0, 7, 0.61);
    background-size: cover;
}

.progBg .mission {
    background: #ab3d18;
}

.progBg .mission:hover {
    background-image: url(../images/mission.jpg);
    background-size: cover;
}

/*.progBg .vision:hover {
    background-image: url(../images/vision.jpg);
    background-color: rgba(26, 0, 7, 0.61);
    background-position: center;
    background-size:100%;
}
.progBg .mission:hover {
    background-image: url(../images/mission.png);
    background-color: rgba(26, 0, 7, 0.61);
    background-position: center;
    background-size:100%;
}*/

.progBg .progTitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}

.progBg .progInfo {
    font-size: 16px;
    line-height: 180%;
    font-weight: 400;
}

.progBg .progMargin {
    margin: 50px 30px 50px;
}

.newWebSch {
    padding-top: 5rem;
}

.newWebSch .btmMargin {
    margin-bottom: 5rem;
}

.newWebSch .webSchBtn {
    transform: translate(10% 10%);
    transform: translateX(63px);
    margin-top: 7px;
}

.newWebSch .webSchImg {
    float: right;
    transform: translateY(-155%);
}

/*--school slider----*/

.newWebschSlider .slider_IMAGE img {
    width: auto;
    height: 350px;
    margin-top: 1.5rem;
}

.newWebschSlider .slider_IMAGE {
    position: relative;
}

.newWebschSlider .slider_IMAGE::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.643);
    z-index: 99;
    top: 0;
    left: 0;
}

.slick-current.slick-active .slider_IMAGE::before {
    display: none;
}

.newWebschSlider .slider_thumb {
    width: 200px;
    padding: 10px;
}

.newWebschSlider .slider_thumb .caption {
    display: none;
}

.newWebschSlider .slick-current.slick-active .slider_IMAGE img {
    height: 500px;
    width: 400px;
    margin-top: 0;
}

.newWebschSlider .slick-current.slick-active .slider_thumb {
    direction: ltr;
    display: flex !important;
}

.newWebschSlider .slick-current.slick-active .slider_thumb .caption {
    display: block;
    width: 600px;
    margin-left: -110px;
    position: relative;
}

.newWebschSlider .slick-track {
    display: flex;
    align-items: center;
}

.slider_thumb {
    display: flex;
}

.feature_number {
    font-style: normal;
    font-weight: 700;
    font-size: 98px;
    line-height: 120%;
    /* or 154px */
    font-family: "playfairdisplayBold";
    color: #741d27;
    display: flex;
    flex-wrap: nowrap;
}

.caption__Title {
    display: flex;
    align-items: start;
    margin-bottom: 2rem;
}

.caption__Title h6 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #282828;
    font-family: "playfairdisplayBold";
    margin-left: 9rem;
}

.caption__DescrBox {
    background-color: #ffffff;
    width: 90%;
    padding: 74px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    transform: translateX(10%);
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    position: relative;
}

.newWebschSlider .slick-prev.slick-arrow {
    bottom: 0px;
    top: auto !important;
    left: 140px;
    /*background-color: ;
    */
    right: auto !important;
    background-image: url(images/thin_big_left.svg);
    background-color: transparent;
    width: 36px;
    height: 16px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.newWebschSlider .slick-next.slick-arrow {
    bottom: 0px;
    top: auto !important;
    left: 100px;
    right: auto !important;
    /*background-color: transparent;
    */
    background-image: url(images/thin_big_left.svg);
    background-color: transparent;
    width: 36px;
    height: 16px;
    transform: rotate(180deg) scale(0.8);
    -webkit-transform: rotate(180deg) scale(0.8);
    -moz-transform: rotate(180deg) scale(0.8);
    -ms-transform: rotate(180deg) scale(0.8);
    -o-transform: rotate(180deg) scale(0.8);
}

.newWebschSlider .slick-next.slick-arrow:hover {
    transform: rotate(180deg) scale(1);
    -webkit-transform: rotate(180deg) scale(1);
    -moz-transform: rotate(180deg) scale(1);
    -ms-transform: rotate(180deg) scale(1);
    -o-transform: rotate(180deg) scale(1);
}

.newWebschSlider .slick-prev.slick-arrow:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.newWebschSlider .slick-arrow:before {
    content: "" !important;
}

/*-------mobile slider-----*/
@media (max-width: 767px) {
    .slider_thumb {
        display: flex;
        flex-direction: column;
    }

    .caption__Title {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

    .caption__DescrBox {
        width: 100%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    .newWebschSlider .slick-current.slick-active .slider_thumb .caption {
        margin-left: 3rem;
        max-width: 300px;
    }

    .newWebSch .webSchBtn {
        transform: translate(10% 10%);
        transform: translateX(94px);
        margin-top: 0px;
    }
}

.newWebcampus {
    display: flex;
    align-items: flex-end;
}

.newWebcampusHeading {
    padding: 40px;
}

.newWebcampusHeading h1 {
    font-family: "playfairdisplayBold";
    font-size: 40px;
    line-height: 160%;
    font-weight: 700;
}

.newWebcampusHeading p {
    font-size: 16px;
    line-height: 180%;
    margin-top: 2rem;
}

.newWebcampusHeading span {
    color: #e05322;
}

.newWebcampusHeading .expnow {
    display: flex;
    margin-top: 3rem;
}

.newWebcampusHeading .expnow a {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #e05322;
    align-items: center;

    padding-left: 15px;
}

.newWebcampusHeading .expnow a span {
    border-bottom: 1px solid #e05322;
}

/*---Upcoming Events----*/
.newWebEvents {
    background: #0e0e0e;
}

.newWebEvents .evntInfo {
    border-left: 3px solid #a03c48;
    padding: 1rem 0;
}

.newWebEvents .evntInfo p {
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    margin-left: 60px;
}

.newWebEvents .evtsec1 {
    background-image: url("../images/newWebImg1.png");
    background-repeat: no-repeat;
    min-height: 631px;
    padding-top: 22rem;
}

.newWebEvents .evtsec1 .evtDateTime {
    width: 413px;
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 13px;
   
}

.newWebEvents .evtsec2 .container {
    position: relative;
}

.newWebEvents .evtsec2 .top-left {
    position: absolute;
    width: 45px;
    height: 48px;
    background: #741d27;
    font-family: "playfairdisplayBold";
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    top: 0px;
    padding-top: 8px;
    color: white;
}

/* .evtSlider .slick-slide{
    padding-left: 2.4rem;
}*/
.evtSlider__Thumb {
    position: relative;
    margin-right: 2.5rem;
}

.evtSlider_Thumb__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    /* background-color: rgba(6, 29, 65, 0.487); */
}

.evtSlider_Thumb__overlay p {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.evtSlider__Thumb:hover .evtSlider_Thumb__overlay p {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.evtSlider__Thumb:hover .evtLink.whcor span {
    color: #a03c48 !important;
    border-bottom: 1px solid #a03c48 !important;
}

.evtSlider__Thumb:hover .evtLink.whcor svg path {
    fill: #a03c48 !important;
}

.evtSlider_Thumb__overlay .evtLink.whcor a {
    padding-left: 0 !important;
}

.evtSlider__Thumb:hover .evtSlider_Thumb__overlay {
    background-color: rgba(6, 29, 65, 0.487);
}

.evtSlider .slick-slide {
    margin-right: 2.5rem;
}

.newWebEvents .evtsec2 .bottom-left {
    position: absolute;
    bottom: 25px;
    font-family: "playfairdisplayBold";
    font-size: 24px;
    padding: 2rem;
}

.newWebEvents .evtsec2 .bottom-left p {
    font-size: 16px;
    line-height: 180%;
    font-family: "Montserrat";
    color: #ffffff;
    margin-top: 2rem;
}

.newWebEvents .evtsec2 .evtLink {
    display: flex;
    font-family: "Montserrat";
    font-size: 16px;
    margin-top: 2rem;
}

.newWebEvents .evtsec2 .evtLink a {
    padding-left: 15px;
}

.newWebEvents .evtsec2 .evtLink span {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.evtSlider {
    margin-top: 3rem;
}

.evtsec2 .slick-dots li.slick-active button:before {
    color: #fff;
}

.evtsec2 .slick-dots li button:before {
    color: #fff;
}

.evtsec2 .slick-dots {
    margin: -18px !important;
}

/* News Section */
.newsSec1 {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 542px;
}

.newsSec1 .bg-logo {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    background-image: url("../images/bg-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.newsSec1 .bg-logo h6 {
    font-family: "playfairdisplayBold";
    line-height: 130%;
    color: #282828;
    font-weight: 600;
}
.newsSec1 .bg-logo h4 {
    line-height: 160%;
}
.newsSec1 .bg-logo p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #1e1e1e;
}

.newsSec1 .newsLink {
    display: flex;
    font-family: "Montserrat";
    font-size: 16px;
    margin-top: 2rem;
}

.newsSec1 .newsLink a {
    padding-left: 15px;
}

.newsSec1 .newsLink span {
    color: #741d27;
    border-bottom: 1px solid #741d27;
}

.newsSec1 .newsLeftImg {
    position: relative;
    text-align: center;
    color: white;
}

.newsSec1 .newsLeftText {
    position: absolute;
    bottom: 8px;
    left: 34px;
}

.newsLeftText .newsDate {
    position: absolute;
    width: 45px;
    height: 48px;
    background: #741d27;
    font-family: "playfairdisplayBold";
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    bottom: 9rem;
    padding-top: 8px;
    color: white;
}

.newsLeftText h2 {
    font-family: "playfairdisplayBold";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #ffffff;
    text-align: left;
}

.newsLeftText p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
    text-align: left;
}

/*logo section*/
.nicLogoSec {
    background: #0e0e0e;
    height: 762px;
}

.nicLogoSec .logoImg {
    position: relative;
    text-align: center;
    color: white;
}

.nicLogoSec .logoImg img {
    margin-top: -99px;
    margin-left: -71px;
}

.nicLogoSec .logoText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-family: "playfairdisplayRegular";
}

.nicLogoSec .logoImg h2 {
    line-height: 180%;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 180%;
    /* or 86px */
    text-align: center;
    color: #ffffff;
    font-family: "Playfair Display", serif;
}

.nicLogoSec .btLine {
    margin-top: -38px;
}

/* feedback section */
.flagSection {
    margin-top: 7rem;
}

.flagCardContainer {
    position: relative;
}

.flag {
    position: absolute;
}

.flagCircle {
    z-index: 1;
    top: 47px;
}

.flagCard {
    top: 30px;
    left: 30px;
    z-index: 2;
}

.flagCard .card {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    width: 382px;
    min-height: 256px;
    top: 0;
    left: 5rem;
    border: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.flagCard .cardText {
    margin: 45px 0px 0px 57px;
}

.flagCard .cardText h4 {
    margin-left: 110px;
}

.flagCard .cardText p {
    font-size: 16px;
    text-align: center;
    color: #1e1e1e;
    margin-top: 12px;
    margin-left: 27px;
}

.flagCard .cardText img {
    display: inline;
    align-items: center;
    margin-left: 8rem;
    margin-top: 10px;
}

.flagCard .cardText span {
    font-size: 14px;
    text-align: center;
    color: #979797;

}

.flagCard .cardText .leftspace1 {
    margin-left: 10rem;
}

.flagCard .cardText .leftspace2 {
    margin-left: 166px;
    margin-top: 10px;
}

.flagCard .cardText .stud6LeftMargin {
    margin-left: 10rem;
}

.flagCard .studLogo2 {
    margin-left: 5rem;
}

.flagCard .studLogo6 {
    margin-left: 10rem;
}

.flagImg {
    top: 67px;
    left: 18px;
    z-index: 3;
}

.flagSlickHeight {
    height: 700px;
    margin-top: 2rem;
}

.flagRowMarginTop {
    margin-top: 25rem;
}

/*glace section*/
.glanceSec .glanceLeft {
    border: 2px solid #c6a6a9;
    text-align: right;
}

.glanceSec {
    padding-bottom: 14rem;
}

.glanceSec .glanceLeft h1 {
    transform: translate(18rem, -3rem);
    width: 119px;
    height: 56px;
    background-color: #f5f5f5;
    font-family: "playfairdisplayBold";
    font-size: 48px;
    color: #741d27;
    margin-bottom: -24px;
}

.glanceSec .glanceLeft p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #1e1e1e;
    padding-right: 30px;
}

.glanceSec .glanceRight {
    border: 2px solid #c6a6a9;
    text-align: left;
}

.glanceSec .glanceRight h1 {
    transform: translate(3rem, -3rem);
    width: 119px;
    height: 56px;
    background-color: #f5f5f5;
    font-family: "playfairdisplayBold";
    font-size: 48px;
    color: #741d27;
    margin-bottom: -24px;
}

.glanceSec .glanceRight p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #1e1e1e;
    padding-left: 30px;
}

.glanceSec .glanceMarginTop {
    margin-top: 7rem;
}
.glanceSec .mobMargin{
    margin-left:0rem;
    margin-left: -6rem;
}

/*Life at nicmar section*/
.lifeSec {
    background: #0e0e0e;
    /* margin-top: 12rem; */
    text-align: center;
    background-image: url("../images/circleLogo.png");
    background-repeat: no-repeat;
    background-position: center;
}

.lifeSec .container {
    transform: translateY(-10%);
}

.lifeSec .lifeSecImg1 {
    transform: translateX(35%);
}

.lifeSec .lifeSecImg2 {
    transform: translateX(-35%);
}

.lifeSec .lifeText {
    position: relative;
}

.lifeSec .mtop {
    margin-top: 5rem;
}

.lifeText-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 40%);
    white-space: nowrap;
}

.TabMargin {
    margin-left: 0rem;
}

.mtop1 {
    margin-top: -4rem;
}

.l-desktop {
    display: block;
}

.l-mobile {
    display: none;
}

.caption .mobileBtn {
    display: none;
}

.marginMob {
    margin: 0px;

}

.newWebInfraslide {
    margin-left: -70px;
}

.newWebQuote h3 {
    font-family: "playfairdisplayBold";
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #000000;


}

.newWebQuote .quote_desc {
    margin-left: 7rem;
}

.newWebQuote .quote_desc h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #000000;

}

.newWebQuote .quote_desc p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    opacity: 0.6;

}

.newWebQuote {
    margin-bottom: 7rem;
}

.newWebQuote .quote_img {
    text-align: right;
}
.glanceSec .mobMargin {
    margin-left: 0rem;
    /* margin-left: -6rem; */
}
.newWebEvents .evtsec2{
    margin-left:0px;
}


/*------Mobile-----*/
@media only screen and (max-width: 480px) {
    .newWebBanner {
        background-image: url("../images/newBanner.png");
        min-height: 500px;
    }

    .newWebcampus {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }

    .newWebBanner h1 {
        font-family: "playfairdisplayBold";
        font-size: 34px;
        line-height: 100%;
    }

    .newWebBanner p {
        font-size: 16px;
    }

    .newWebImpDate .dateBorder {
        background-image: url("../images/border.png");
        background-repeat: no-repeat;
        padding: 20px;
        margin: 20px 23px;
    }

    .newWebEvents .evntInfo p {
        font-size: 11px;
        font-weight: 500;
        line-height: 180%;
        margin: 20px;
        padding: 0;
    }

    .newWebEvents .evtsec1 .evtDateTime {
        width: 360px;
        height: 50px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        padding: 13px;
    }
    .newWebEvents .evtsec2{
        margin-left:23px;
    }
    .newWebEvents .evtsec2 .bottom-left {
        position: absolute;
        bottom: 0;
        font-family: "playfairdisplayBold";
        font-size: 24px;
        padding: 2rem;
    }

    .newWebEvents .evtsec2 .bottom-left p {
        font-size: 12px;
        line-height: 180%;
        font-family: "Montserrat";
        color: #ffffff;
        margin-top: 0rem;
    }

    .newWebEvents .evtsec2 .evtLink {
        display: flex;
        font-family: "Montserrat";
        font-size: 12px;
        margin-top: 0rem;
    }

    .newsLeftText h2 {
        font-family: "playfairdisplayBold";
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 140%;
        color: #ffffff;
        text-align: left;
    }

    .newsLeftText p {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #ffffff;
        text-align: left;
    }

    .newWebEvents .evntInfo {
        border-left: 3px solid #a03c48;
        padding: 0;
    }

    .newsSec1 .bg-logo {
        /* background-image: url('../images/bg-logo.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; */
        /* margin-top: 2rem; */
        margin: 25px;
    }

    .nicLogoSec {
        background: #0e0e0e;
        height: 373px;
    }


    .flagCard .card {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
        width: 250px;
        min-height: 256px;
        top: 0;
        left: 5rem;
    }

    .flagImg {
        width: 150px;
        top: 80px;
        left: 18px;
        z-index: 3;
    }

    .flagCircle {
        width: 193px;
        z-index: 1;
        top: 59px;
    }

    .imbPlacements p {
        font-size: 16px;
        line-height: 180%;
        text-align: center;
        text-justify: inter-word;
        padding-bottom: 2rem;
    }

    .flagCard .cardText {
        margin: 40px 0px 0px 57px;
    }

    .flagCard .cardText p {
        font-size: 12px;
        text-align: center;
        color: #1e1e1e;
        margin-top: 8px;
    }

    .flagCard .cardText img {
        display: inline;
        align-items: center;
        margin-left: 2rem;
    }

    .flagCard .cardText .leftspace1 {
        margin-left: 3rem;
    }

    .flagCard .cardText .leftspace2 {
        margin-left: 80px;
        margin-top: 10px;
    }

    .flagCard .cardText h4 {
        margin-left: 25px;
    }

    .l-desktop {
        display: none;
    }

    .l-mobile {
        display: block;
        padding-top: 5rem;
    }

    .newWebcampusHeading {
        padding: 10px;
    }

    .newWebcampusHeading h1 {
        font-family: "playfairdisplayBold";
        font-size: 20px;
        line-height: 160%;
    }

    .newWebcampusHeading p {
        line-height: 180%;
        margin-top: 2rem;
    }

    .newWebcampusHeading .expnow {
        display: flex;
        margin-top: 0rem;
    }

    .newWebcampusHeading .expnow a {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        color: #a03c48;
        align-items: center;

        padding-left: 15px;
    }

    .caption__Title h6 {

        margin-left: 5rem;
    }

    .flagCard .cardText .studLogo2 {
        margin-left: 0rem;
    }

    .flagCard .cardText .studLogo6 {
        margin-left: 5rem;
    }

    .glanceMobile {
        margin: 3rem;
    }

    .glanceMobile img {
        display: none;

    }

    .newWebSch .btmMargin {
        margin-bottom: 0rem;
    }

    .progBg .progMargin {
        margin: 30px 15px 60px;
    }

    .newsSec1 .bg-logo h4 {
        font-size: 17px;
    }

    .newsSec1 .bg-logo p {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 180%;
        color: #1e1e1e;
    }

    .bepost h4 {
        font-size: 17px;
    }

    .newWebProg {
        margin-top: 40px;
    }

    .marginMob {
        margin: 15px;

    }

    .newWebSch {
        padding-top: 2rem;
    }

    .newWebschSlider .slick-current.slick-active .slider_IMAGE img {
        height: 100%;
        width: 400px;
        margin-top: 0;
    }

    .caption__DescrBox {
        margin-left: 3rem;
        padding: 50px;
    }

    .caption__DescrBox .webSchBtn {
        display: none;
    }

    .caption .mobileBtn {
        display: block;
        margin: 2rem 1rem;
    }

    .newWebBanner .secth i.line:before,
    .newWebBanner .secth i.line:before {
        content: "";
        display: inline-block;
        width: 100px;
        height: 10px;
        background-color: #e05322;
        position: absolute;
        bottom: 0;
        right: 20px;
    }

    .newWebBanner .secth i.line {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #e05322;
        position: relative;
        margin-left: 15px;
        margin-bottom: -5px;
    }

    .headersecth i.headerLine {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #e05322;
        position: relative;
        position: absolute;
        bottom: 5px;
        right: -35px;
    }

    .headersecth i.headerLine:before,
    .headersecth i.headerLine:before {
        content: "";
        display: inline-block;
        width: 100px;
        height: 10px;
        background-color: #e05322;
        position: absolute;
        bottom: 0;
        right: 20px;
    }

    .nicLogoSec .logoImg img {
        margin-top: -77px;
        margin-left: -35px;
        width: 59%;
    }

    .newWebQuote .quote_desc {
        margin-left: 2rem;
    }

    .newWebQuote h3 {
        font-family: "playfairdisplayBold";
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        color: #000000;


    }

    .newWebQuote .quote_desc h6 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 100%;
        color: #000000;

    }

    .newWebQuote .quote_desc p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 100%;
        color: #000000;
        opacity: 0.6;

    }

    .newWebQuote .quote_img {
        text-align: center;
    }

    .nicLogoSec .nicLogoImg1 img {
        width: 2px;
        padding-bottom: 22px;
    }

    .nicLogoSec .nicLogoImg2 img {
        width: 2px;
        padding-top: 12px;
    }
    .glanceSec .mobMargin {
        margin-left: 0rem;
        /* margin-left: -6rem; */
    }
    .newWebEvents .evtsec1 .evtDateTime {
        width: 413px;
        height: 50px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        padding: 13px;
        padding: 14px 5px 0px 5px;
    }


}

/*------Tablet -----*/
@media screen and (max-width: 990px) and (min-width: 480px) {
    .newsSec1 .newsLeftImg {
        position: relative;
        text-align: left;
        color: white;
    }

    .newsSec1 .bg-logo {
        margin-top: 2rem;
    }

    .flagImg {
        width: 150px;
        top: 80px;
        left: 18px;
        z-index: 3;
    }

    .flagCard .card {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
        width: 240px;
        min-height: 256px;
        top: 0;
        left: 5rem;
    }

    .flagCircle {
        width: 190px;
        z-index: 1;
        top: 61px;
    }

    .TabMargin {
        margin-left: 11rem;
    }

    .flagCard .cardText img {
        display: inline;
        align-items: center;
        margin-left: 2rem;
    }

    .flagCard .cardText span {
        font-size: 14px;
        text-align: center;
        color: #979797;
        margin-left: 4rem;
    }

    .flagCard .cardText h4 {
        margin-left: 14px;
    }

    .l-desktop {
        display: none;
    }

    .l-mobile {
        display: block;
    }

    .newWebQuote h3 {
        font-family: "playfairdisplayBold";
        font-weight: 700;
        font-size: 28px;
        line-height: 120%;
        color: #000000;
    }
    .newWebBanner h1 {
        font-family: "playfairdisplayBold";
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 100%;
        color: #ffffff;
    }
    .progBg .rect1:hover {
        background-image: url(../images/Rectangle_1.jpg);
        background-color: rgba(26, 0, 7, 0.61);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        
    }
    .progBg .rect2:hover {
        background-image: url(../images/Rectangle_2.jpg);
        background-repeat: no-repeat;
        background-color: rgba(26, 0, 7, 0.61);
        background-position: center;
        background-size: auto;
    }
    
    .progBg .rect3:hover {
        background-image: url(../images/Rectangle_3.jpg);
        background-repeat: no-repeat;
        background-color: rgba(116, 29, 39, 0.651);
        background-position: center;
        background-size: auto;
    }

    .progBg .rect4:hover {
        background-image: url(../images/Rectangle_4.jpg);
        background-repeat: no-repeat;
        background-color: rgba(116, 29, 39, 0.651);
        background-position: center;
        background-size: auto;
    }


    .newWebcampusHeading {
        padding: 10px;
    }
    .newWebcampusHeading h1 {
        font-family: "playfairdisplayBold";
        font-size: 32px;
        line-height: 100%;
    }
    .newWebcampusHeading p {
        font-size: 14px;
        line-height: 140%;
        margin-top: 0rem;
    }
    .nicLogoSec .logoImg h2 {
        line-height: 180%;
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 180%;
        /* or 86px */
        text-align: center;
        color: #ffffff;
        font-family: "Playfair Display", serif;
    }
    .newWebEvents .evntInfo {
        border-left: 3px solid #a03c48;
        padding:0;
        margin-top: 3rem;
    }
    .newWebEvents .evntInfo p {
        font-size: 16px;
        font-weight: 500;
        line-height: 180%;
        margin-left: 24px;
    }
    .flagCard .cardText .leftspace1 {
        margin-left: 4rem;
    }
    .glanceSec .mobMargin{
        margin-left: -6rem;
        margin-top: 3rem;
    }
    .glanceSec .glanceMobile{
        display:none;
    }
    .newWebEvents .evtsec2{
        margin-left:0px;
    }
    
  
}

/* Changes 4 Feb */
.secthspan {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    /* identical to box height, or 24px */
    color: #e05322;
}

.headersecth {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 130%;
    /* identical to box height, or 64px */
    color: #282828;
    position: relative;
    display: inline;
}

.descr__para {
    margin-top: 1.5rem;
}

.descr__para p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    /* identical to box height, or 29px */
    color: #1e1e1e;
}

.caption__DescrBox .webSchBtn {
    position: absolute;
    left: 30%;
    bottom: 0;
    z-index: 9;
    padding: 27px 40px;
    border-radius: 100px;
    transform: translateY(35px);
}

.caption__DescrBox .webSchImg {
    position: absolute;
    top: -20px;
    right: 30px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.headersecth.whcor i.headerLine {
    z-index: -1;
}

.whcor-sec {
    color: #ffffff !important;
}

.campus2img {
    position: relative;
    cursor: pointer;
}

.infrawrap .slick-center .campus2img:before {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
}

.infrawrap .slick-center .campus2img:hover::before {
    opacity: 1;
    visibility: visible;
}

.life_At__Nic_1 {
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.life_At__Nic_1:hover img {
    transform: scale(1.2);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

@media (max-width: 767px) {
    .nicLogoSec .logoImg h2 {
        font-size: 18px;
    }

    .headersecth {
        font-size: 36px !important;
    }

    .newWebSch {
        display: none;
    }

    .descr__para p {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 180%;
        /* identical to box height, or 29px */
        color: #1e1e1e;
    }


}

/*---media query for oue school slider---*/
.schResponsive {
    display: none;
}

.mobLogo {
    display: none;
}

@media (max-width:768px) {
    .schResponsive {
        display: block;
    }

    .newWebSch {
        display: none;
    }

    .schMobSlider img {
        margin: auto;
    }

    .schMobSlider .schCard {
        width: 230px;
        height: auto;
        margin: auto;
        transform: translateY(-50%);
    }

    .schMobSlider h1 {
        font-size: 14px;
        padding: 2rem;
        line-height: 150%;
        padding-bottom: 0rem;
    }

    .schMobSlider p {
        padding: 2rem;
    }

    .schMobSlider .schMobBtn {
        /* width: 140px; */
        font-size: 10px;
        margin: auto;
        transform: translateY(40%);
    }

    .schMobSlider .schMobQuote {
        margin-left: 11rem;
        width: 40px;
        transform: translateY(-45%);
    }

    .deskLogo {
        display: none;
    }

    .mobLogo {
        display: block;
    }

    .mobLogoSlider img {
        display: inline-block;
    }

    .mobLogoSlider .slick-prev {
        top: 20px;
    }

    .mobLogoSlider .slick-next {
        top: 20px;
    }
}

.infrawrap .campus-slider .slick-disabled {
    display: none; 
    pointer-events:none;
}
/* .infrawrap .campus-slider button.slick-prev.slick-arrow.slick-disabled:before{
    content: '→';
}
.slick-disabled.slick-prev:before {
    content: '←';
} */
.infrawrap .campus-slider button.slick-arrow.slick-disabled
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width:30px;
    height:30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background:#bb3000;
}

.infrawrap .campus-slider button.slick-next.slick-arrow.slick-disabled:after {
    content: '→';
    font-size: 20px;
    color: #fff;
    line-height: 1;
    opacity: .75;
}
.infrawrap .campus-slider button.slick-prev.slick-arrow.slick-disabled:after {
    content:'←';
    font-size: 20px;
    color: #fff;
    line-height: 1;
    opacity: .75;
}

@media (min-width: 600px){
    .social-nav li{
        width: 20% !important;
    }
}

 h4{font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 18px; margin-bottom: 22px}

.bepostwarp .bepost {margin: 0;}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #e05322;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ecd5c5;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;

}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #3fbbc0;
}

/*.contact .php-email-form input {
  padding: 10px 15px;
}*/

.contact .php-email-form textarea {
  padding: 12px 15px;
}

/*.contact .php-email-form button[type=submit] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #65c9cd;
}*/

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}




/*====================================================
--< Techno Blog Area Css -->
======================================================*/
.single_blog {
    border: 1px solid #ebebeb;
    overflow: hidden;
    transition:.5s;
}
.single_blog_content{
    background: #fff;
}
.single_blog:hover {
    border-color: transparent;
    box-shadow:0 5px 30px rgba(0,0,0,0.2);
}
.blog_page_title h3 {
    font-size: 16px;
    transition: .5s;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    font-weight: 700;
}
.blog_page_title a {
    font-weight: 700;
}
.single_blog_thumb img {
    width: 100%;
}
.blog_page_button a {
    font-size: 15px;
    transition: .5s;
    color: #616161;
}
.blog_page_button.style_two a {
    font-size: 15px;
    transition: .5s;
    color: #0c5adb;
    border: 1px solid #0c5adb;
    display: inline-block;
  padding: 8px;
    border-radius: 30px;
    
}
.blog_page_button a i {
    margin-left: 6px;
}
.blog_page_button a:hover {
    color:#163873;
}
.blog_page_title a:hover {
    color:#163873;
}
.techno_blog_meta{margin-bottom: 10px;}
.techno_blog_meta a {
    color: #616161;
    transition:.3s;
    position:relative;
}
/*.techno_blog_meta a:before {
    position: absolute;
    right: -6px;
    height: 14px;
    width: 1px;
    background: #666;
    content: "";
    top: 5px;
}*/
.techno_blog_meta a:hover{
    color:#163873;
}

.subscribe_content_title h2 {
    font-size: 32px;
    font-weight: 700;
}
.subscribe_form input {
    font-size: 14px;
    height: 65px;
    padding: 5px 25px;
    position: relative;
    width: 100%;
    background: #F6F6FC;
    border: 0;
    border-radius: 0;
    margin-bottom: 14px;
    margin: auto;
    border: 0;
    border-radius: 15px;
}
.subscribe_form_send button {
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 15px;
    background: #0c5adb;
    display: block;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
    padding: 15px 43px;
    position: absolute;
    right: 20px;
    top: 74%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.subscribe_form_send button:hover{
    color: #fff;
}
/* Style Two*/
.style_two .row.sbc_bg_box {
    background: #0c5adb;
    border-radius: 15px;
    padding: 25px 0 55px;
    position: relative;
    margin-bottom: -140px;
    z-index: 1;
}
.style_two.tp-mg .row.sbc_bg_box {
    margin-bottom: 0;
    margin-top: -145px;
}
.style_two .subscribe_bg_box form {
    background: #fff;
    padding: 30px 40px 25px;
    border-radius: 80px;
}
.style_two .subscribe_form input {
    font-size: 14px;
    height: 65px;
    padding: 5px 25px;
    position: relative;
    width: 75%;
    background: #F6F6FC;
    border: 0;
    border-radius: 0;
    margin-bottom: 14px;
    margin: 0;
    border: 0;
    border-radius: 40px;
}
.style_two .subscribe_form_send button {
    border-radius: 40px;
    background: #0c5adb;
    font-weight: 600;
    margin: auto;
    padding: 17px 55px;
    right: 55px;
    top: 68%;
    color:#fff;
}
.style_two .subscribe_form_send button:hover{
    color:#fff;
}
/* Style Blog All */
.techno_blog_meta.shado_bg {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.11);
    padding: 10px 12px;
    position: relative;
    margin-top: -26px;
    background: #fff;
    border-radius: 5px;
}
.single_blog_thumb.el_thumb {
    overflow: hidden;
}
.single_blog_thumb.el_thumb img{
    transition:.5s;
    overflow:hidden;
}
.single_blog:hover .single_blog_thumb.el_thumb img{
    transform: scale(1.2);
}
.single_blog_date {
    position: absolute;
    right: 0;
    top: 0;
}
.single_blog_date_inner {
    background: #0c5adb;
    display: inline-block;
    padding: 2px 15px 10px;
}
.color2 .single_blog_date_inner {
    background: #fd8424;
}
.color3 .single_blog_date_inner {
    background: #d83030;
}
.single_blog_date_inner h3 {
    color: #fff;
}
.single_blog_date_inner span {
    display: block;
    color: #fff;
}

.gray_bg_color {
    background-color: #f3f4f4;
}

.botList i{color: #4c4c4c; font-size: 20px; padding-right: 10px;}
.careersDetails .form-control {border-radius: 0.25rem;}
.careersDetails .form-select {border-radius: 0.25rem;}

.list-style-type ul, .list-style-type li{list-style-type: disc !important;}

.Apply-For-Job{    
    background: #fff;
    padding: 15px 20px;
    border-radius: 30px;
text-decoration: none;}

.Apply-For-Job:hover{    
    background: #ffebe1;
     }

.h3 h3{font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 22px;}

.h3 h3 span{color: #e05322}
.botHeadeng a{color:#000 !important; 
    font-size: 24px;
    font-weight: 700; 
    font-family: "Montserrat", sans-serif; 
    margin-bottom: 20px;}

.modal-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
}

.homeBanner {width: 100%; 
        height: 100vh; 
        background: url(../images/bg-banner.jpg) top center; 
        background-size: cover; 
        position: relative; 
        padding: 0;}


@media all and (max-width: 600px) {
    .lead-nr{
        width:100% !important;
    }
    .frmethumb h3{font-size: 20px !important;}
    .php-email-form{margin-top:20px;}

    .homeBanner {height: 70vh; background-position: right !important;}
    .newWebBanner { min-height: 100vh; }
    .h3 h3 {font-size: 20px;}

}


 
.progUL li{list-style-image: url('../images/rightArrow.png'); padding: 0px;margin: 0;}
 