@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') ;
    /* font-weight: normal;
    font-style: normal; */
}
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.ttf') ;
    /* font-weight: normal;
    font-style: normal; */
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') ;
    /* font-weight: normal;
    font-style: normal; */
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body, .overflowWrap {
    overflow-x: hidden;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif !important;
    overflow: hidden;
    font-weight: normal;
}
.container-fluid.header-container-fluid {
    /* background: linear-gradient(to right, rgb(52, 43, 124) 0%, rgb(52, 43, 124) 50%, rgb(225, 42, 123) 50%, rgb(225, 42, 123) 100%); */
    /* padding: 15px; */
}

.first-header-col-md-2 {
    background:#2D257D;
    display: flex;
    align-items: center;
    padding: 15px;
}
img.first-logo {
    max-width: 70%;
    margin-left: auto;
}
.header-container-fluid{
    background:#2D257D;
}
.second-header-col-md-2 {
    background:#2D257D;
    display: flex;
    align-items: center;
    padding: 15px;
}
.second-header-col-md-22 {
    background:#E12A7B;
    display: flex;
    align-items: center;
    padding: 15px;
}
img.last-logo {
    max-width: 65%;
    /* margin: auto; */
    margin-top: 10px;
}
.third-header {
    display: flex;
    justify-content: flex-end;
}
.third-header .row{
    text-align: center;
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    max-width: 90%;
    margin-right: 25px;
}
.header-li{
    display: inline;
    font-size: 16px;
    padding: 0px 18px;
    color: #fff;
}
.header-li a{
    font-size: 16px;
    color: #fff !important;
}
.header-li img{
    width: 1%;
}
button.btn.get-info-btn{
    background-color: #fff;
    color: #fff;
    font-size: 20px !important;
    border-radius: 0px !important;
    padding: 5px 30px !important;
    font-weight: 700 !important;
}
button.btn.get-info-btn a{
    color: #000;
}
ul.header-ul {
    margin-top: 10px;
}
.banner-section{
    background-image: url(../images/university/banner.png);
    background-size: cover;
    height:740px;
    background-repeat: no-repeat; 
    margin-top: 109px;
}
/*.banner-section-first-col1{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}*/
.banner-section-row1{
    height: 718px;
    display: flex;
    align-items: flex-end;
}
.banner-section-first-col1-div1{
    width: fit-content;
    background-color: #E12A7B;
    color: #fff;
    padding: 5px 25px;
}
.banner-section-heading1{
    margin: 0px;
    font-weight: 600;
    font-family: 'Montserrat-Bold';
}

.banner-section-first-col1-div3{
    width: fit-content;
    background-color: #E12A7B;
    color: #fff;
    padding: 5px 25px;
}
.banner-section-heading2{
    margin: 0px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.banner-section-heading3{
    margin: 0px;
    font-weight: 600;
}

.banner-section-first-col1-div2{
    width: fit-content;
    background-color: rgba(45, 37, 125, 0.7);
    color: #fff;
    padding: 5px 25px;
    margin: 10px 0px;
}
.banner-section-first-col1 h1{
    color: #fff;
    -webkit-text-stroke: 1.2px #00B2BA;
    font-size: 55px;
    margin: 0px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 25px;
    /*text-align: right;*/
}
.banner-section-mobile{
    background-image: url(../images/university/banner-mobile.png);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.forPosition {
    position: fixed;
    z-index: 99;
    margin-top: 10px;
   
    /* transition: all ease 0.6s; */
    /* display: none; */
    /* animation: namrata-reverse 0.5s forwards; */
}
/* @keyframes namrata-reverse {
    0%{
        width: 0%;
        height: 0%;
	}
    50%{
        width: 30%;
        height: 15%;
	}
    50%{
        width: 60%;
        height: 30%;
	}
} */
.form-div{
    width: 70%;
}
.form-div form{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.form-group {
    margin-bottom: 0px !important;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #8f8d8f !important;
    background: #000 !important;
    border: none !important;
    /* border-bottom: 1px solid #ccc; */
    border-radius: 0px !important;
   
}
.dashed_line{
    width: 100%;
    display: block;
}
img.arrow {
    max-width: 18px;
}
.submit-btn{
    background-color: #2D257D;
    color: #fff;
    font-size: 20px !important;
    border-radius: 0px !important;
    padding: 5px 30px !important;
    font-weight: 700 !important;
    margin-top: 10px;
    border: 1.5px solid #4EABE8 !important;
}
.form-div{
    margin-top: 30px;
}
.section2 .container-fluid{
    background-color: #00B2BA;
    padding: 30px 0px;
}
.section2 .container-fluid h1{
    color: transparent;
    -webkit-text-stroke: 1.2px #fff;
    font-size: 60px;
    margin: 15px 0px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
    /* font-family: 'Montserrat-Bold'; */
}
h2.section2-heading1 {
    color: #fff;
    margin: 0px;
    font-weight: 800;
    font-family: 'Montserrat-ExtraBold';
}

.section3firstContainer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    /* justify-content: space-around; */
    align-items: center;
}

img.owl_square_img {
    width: 6% !important;
    height: 6%;
    margin-left: 25px;
}
img.owl_square_img00 {
    width: 12% !important;
    height: 6%;
    margin-left: 25px;
}
.section3 .container-fluid h1{
    color: #34AB1E;
    font-size: 55px;
    margin: 0px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
    font-family: 'Montserrat-ExtraBold';
}
.section3secondContainer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    /* justify-content: space-around; */
    align-items: center;
    margin-top: 15px;
}
.section3secondContainer p{
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin-left: 30px;
}
.section3secondContainer h4{
    color: #342B7C;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.section3secondContainer hr{
    margin: 5px;
    border-top: 1.5px solid #000000;
}
.section3Col2{
    /* background-image: url(../images/Specialisations_back.jpg); */
    padding-left: 0px;
    padding-right: 0px;
    /* background-size: contain; */
}
.section3Col2{
    margin: 25px 0px;
}
.section3 .container-fluid{
    padding: 0px;
}
.section3thirdContainerHeading1{
    color: transparent;
    -webkit-text-stroke: 1.2px #000000;
    font-size: 60px;
    margin: 0px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
    /* font-family: 'Montserrat-ExtraBold'; */
}

.section3thirdContainerHeading1 .firstSpan{
    color: transparent;
    -webkit-text-stroke: 1.2px #000000;
    font-size: 60px;
    margin: 0px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
}
.section3thirdContainerHeading1 .secondSpan{
    color: #000;
    font-size: 60px;
    margin: 0px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
}
.section3thirdContainerHeading2{
    color: #000;
    /* -webkit-text-stroke: 1.2px #000000; */
    font-size: 60px;
    margin: 0px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
}
.section3thirdContainerDiv p{
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.section3thirdContainerDiv{
    padding: 0px !important;
}
.section3thirdContainer {
    display: flex;
    align-items: center;
}
#SpecialisationsM .owl-prev{
    position: absolute;
    top: 51%;
    left: 3%;
    background: none;
}
#SpecialisationsM .owl-next{
    position: absolute;
    top: 51%;
    right: 3%;
    background: none;
}
#SpecialisationsD .owl-prev{
    position: absolute;
    top: 45%;
    left: 3%;
    background: none;
}
#SpecialisationsD .owl-next{
    position: absolute;
    top: 45%;
    right: 3%;
    background: none;
}
#testimonials .owl-prev{
    position: absolute;
    top: 45%;
    left: 3%;
    background: none;
}
#testimonials .owl-next{
    position: absolute;
    top: 45%;
    right: 3%;
    background: none;
}
.section4 .container-fluid{
    background-color: #342B7C;
    padding: 30px 0px;
}
.section4 .container-fluid h1{
    color: transparent;
    -webkit-text-stroke: 1.2px #fff;
    font-size: 60px;
    margin: 0px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
}
h2.section4-heading1 {
    color: #342B7C;
    margin: 0px;
    font-weight: 800;
    margin: 10px 0px;
}
p.section4-para{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
}
.section3Col1, .section2{
    margin-top: 40px;
}
.section3Col3{
    margin-bottom: 40px;
}
section.section5, section.section3 {
    margin: 40px 0px;
}
.test-body {
    background-color: #342B7C;
    padding-bottom: 30px;
    padding-top: 15px;
    height: 185px;
}
.test-card{
    border: none;
    margin: 10px;
    border-radius: 0px;
}
.test-info{
    display: flex;
    justify-content: space-around;
}
.test-cardPlacedImg{
    width: 80% !important;
    margin: auto;
    background-color: #fff;
    /* padding: 5px; */
}
.test-cardPlacedImgLarge{
    width: 50% !important;
    margin: auto;
    background-color: #fff;
    /* padding: 5px; */
}
.test-cardPlacedImgLarge2{
    width: 50% !important;
    margin: auto;
    background-color: #fff;
    /* padding: 5px; */
}
.test-cardPlacedImgLarge1{
    width: 40% !important;
    margin: auto;
    background-color: #fff;
}
.test-card-title{
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top: 0px;
}
.test-card-text{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #fff;
}
.test-info p{
    color: #4EABE8;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 5px;
}
.section6 .container-fluid{
    background-color: #00B2BA;
    padding: 30px 0px;
}
.section6 .container-fluid h1{
    color: transparent;
    -webkit-text-stroke: 1.2px #fff;
    font-size: 60px;
    margin: 0px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
}
h2.section6-heading1 {
    color: #fff;
    margin: 0px;
    font-weight: 800;
    margin: 10px 0px;
    font-family: 'Montserrat-ExtraBold';
}
.prograFeatureRow1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.prograFeatureCol1{
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #00B2BA;
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.prograFeatureCol1 h2{
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat-ExtraBold';
}
.prograFeatureCol1 p{
    color: #fff;
    font-size: 18px;
    /* font-family: 'Montserrat-ExtraBold'; */
}
.prograFeatureCol2{
    height: 350px;
    padding-right: 0px !important;
    
}
img.programFeatireImg {
    margin: auto;
    height: 350px;
}
.prograFeatureRow2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.prograFeatureCol4Div1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #00B2BA;
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.prograFeatureCol4Div1 h2{
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat-ExtraBold';
}
.prograFeatureCol4Div1 p{
    color: #fff;
    font-size: 18px;
}
.prograFeatureCol3 {
    padding: 15px 15px 0px 0px !important;
}
.prograFeatureCol4{
    padding: 15px 0px 0px 0px !important;
    
}
.prograFeatureCol4Div2{
    padding: 15px 0px 0px 0px !important;
    height: 485px;
}
.prograFeatureCol3Div2 {
    height: 312px;
    background: #00B2BA;
    padding-left: 35px !important;
    padding-right: 35px !important;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prograFeatureCol3Div2 h2{
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat-ExtraBold';
}
.prograFeatureCol3Div2 p{
    color: #fff;
    font-size: 18px;
}
#prohramFeatures .owl-prev{
    position: absolute;
    top: 51%;
    left: 3%;
    background: none;
}
#prohramFeatures .owl-next{
    position: absolute;
    top: 51%;
    right: 3%;
    background: none;
}
#prohramFeatures{
    margin-top: 40px;
}
.card.programFeatureTwo-card {
    border: none;
    margin: 0px 10px;
}
.card-title.programFeatureTwo-card-title {
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 25px;
    font-family: 'Montserrat-ExtraBold';
}
.card-text.programFeatureTwo-card-text {
    text-align: center;
}
.section9 .container-fluid{
    background-color: #21678B;
    padding: 30px 0px;
}
.section9 .container-fluid h1{
    color: transparent;
    -webkit-text-stroke: 1.2px #fff;
    font-size: 60px;
    margin: 0px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
}
p.section9-para{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.client-logos {
    background: #fff;
    width: 100%;
    margin: 0px auto 0px;
    padding: 20px 0 50px;
    display: block;
}
.client-logos-inner {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /* width: 993px; */
    margin: auto;
    grid-gap: 25px 10px;
    /* max-width: 96%; */
}
.client-logos-inner2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* width: 993px; */
    margin: auto;
    grid-gap: 25px 10px;
    /* max-width: 96%; */
}
.client-logo {
    display: block;
    margin: auto;
    width: 80%;
}
.client-logo2 {
    display: block;
    margin: auto;
    width: 70%;
}
.section11 .container-fluid{
    background-color: #342B7C;
    padding: 30px 0px;
}
.section11 .container-fluid h1{
    color: transparent;
    -webkit-text-stroke: 1.2px #fff;
    font-size: 60px;
    margin: 0px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
}
h2.section11-heading1 {
    color: #fff;
    margin: 0px;
    font-weight: 800;
    margin: 10px 0px;
    font-family: 'Montserrat-ExtraBold';
}
.last_img{
    width: 100%;
}
.section12 p{
    font-size: 16px;
}
.section12{
    margin: 40px 0px;
    /* background-image: url(../images/section11Back.jpg); */
}
/* .section12 .imageBackground{
    
    background: url(../images/section11Back.jpg);
} */
.section12Para1{
    margin-bottom: 20px;
}
.section12Para2{
    margin-bottom: 40px;
}
.footer1{
    background-color: #000;
    padding: 60px 3%;
    /* margin-top: 537px; */
}


.copyright{
    background-color: #000;
    padding: 2%;

}
.copyright p{
    font-size: 12px;
    font-weight: 400;
    font-size: 10.58px;
    margin-top: 1%;
}
.footer1 .address-head{
    color: #fff;
     font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
}
.footer1 .address p{
    color: #e7e7e7;
    font-weight: 700;
    font-size: 14px;
    /* margin-top: 9%; */
    font-family: 'Roboto', sans-serif;
}
.footer1 .address a{
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 4% 0px;
}
.addressPara{
    margin-top: 4%;
}
.address i{
    color: #fff;
    margin-right: 4px;
}
.footer1 .address a:hover{
   text-decoration: none;
  color: #fff;
}
.footer1 .address a:hover i{
    
   color: #fff;
 }
.footer1 label{
    color: #e7e7e7;
}
.footer1 .btn-submit{
    background-color: #342B7C ;
    color: #fff;
    margin-top: 20px;
    border: 1px solid #00B2BA;
    border-radius: 0px;
    margin-top: 26px;
    font-weight: 600;
}
.footer1 .btn-submit:hover{
    background-color: #342B7C;
    color: #fff;

}
.footer1 .container{
    position: relative;
}
.footer1 .footer-line{
    position: absolute;
    bottom: -99px;
    left: 363px;
}
.desktop-visible{
    display: block;
}
.mobile-visible{
    display: none;
}
.footer-form-control {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    -webkit-box-shadow: none !important;
    /* border: none; */
    padding-left: 0px !important;
}
.form-head2 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.footer-form-group {
    margin-bottom: 15px !important;
    height: 60px;
}
#programFeatureTwo .owl-prev{
    display: none;
}
#programFeatureTwo .owl-next{
    display: none;
}

.section12ContainerFluid{
    padding: 0px !important;
}
.imageBackground{
    padding: 0px !important;
}
.section12Col{
    padding: 0px !important; 
}
.owl_square_img2{
    width: 12%;
}
.owl_square_img3{
    width: 12%;
}
img.programFeatireMobileImg {
    margin: auto;
    height: auto;
}
.prograFeatureMobileCol1{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #00B2BA;
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.prograFeatureMobileCol1 h2{
    font-weight: 700;
    color: #fff;
    font-size: 24px;
}
.prograFeatureMobileCol1 p{
    color: #fff;
    font-size: 16px;
}
.prograFeatureMobileCol2{
    height: auto;
    padding: 0px !important;
}
section.section77 {
    margin-top: 40px;
}
#prohramFeaturesMobile .owl-next{
    position: absolute;
    top: 35%;
    right: -5%;
    background: none;
}
#prohramFeaturesMobile .owl-prev{
    position: absolute;
    top: 35%;
    left: -5%;
    background: none;
}
.header-fixed-desk{
    position: fixed;
    z-index: 99;
    width: 100%;
}
.sectionsthreediv{
    position: relative;
}
section.section8A {
    background-color: #342B7C;
    height: 300px;
    position: absolute;
    top: 60%;
    width: 100%;
}
section.section8 {
    margin-top: 50px;
    margin-bottom: 40px;
}
.section9Col5{
    display: flex;
    align-items: center;

}
#myBtn-dw {
    display: none;
    position: fixed;
    bottom: 355px;
    right: -64px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #E12A7C;
    color: #fff;
    cursor: pointer;
    padding: 7px;
    /* border-radius: 4px; */
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    width: 170px;
    height: 41px;
  }
  
  #myBtn-dw:hover {
    /* background-color: #E12A7C ; */
    color: #fff;
  }
#myBtn-dwM {
    display: none;
    position: fixed;
    bottom: 355px;
    right: -64px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #E12A7C;
    color: #fff;
    cursor: pointer;
    padding: 7px;
    /* border-radius: 4px; */
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    width: 170px;
    height: 41px;
  }
  
  #myBtn-dwM:hover {
    /* background-color: #E12A7C ; */
    color: #fff;
  }
  .programFeatireRow{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .successStoriesRowLas{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.section2para{
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif ;
}
.imageBackground{
    position: relative;
}
.aboutIsmeBackImg{
    position: absolute;
    height: 280px;
    background-color: #00B2BA;
    width: 100%;
    top: 50%;
}
.error {
    color: red !important;
    font-size: 12px;
}
select.form-control{
    color: #8f8d8f !important;
}
.collaboration-title{
    background-color: #00B2BA;
    padding: 30px 0;
}
.collaboration-title img{
    width: 400px;
}
.collaboration-title h2{
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-size: 33px;
    line-height: 40px;
}
.collaboration-content{
    padding: 30px 0 50px;
}
.collaboration-content p{
    font-size: 24px;
    margin-bottom: 30px;
}
.collaboration-content img{
    width: 100%;
}

#programFeatureTwo .owl-next{
    position: absolute;
    top: 35%;
    right: -5%;
    background: none;
}
#programFeatureTwo .owl-prev{
    position: absolute;
    top: 35%;
    left: -5%;
    background: none;
}

.school-cont{
    padding: 30px 30px 10px;
    color: #fff;
}
.school-cont1 .school-cont-logo{
    width: 60%;
}
.school-col2  .school-cont-logo{
    width: 48%;
}
.school-img1{
    background-image: url(../images/university/school-1.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.school-img2{
    background-image: url(../images/university/school-2.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.school-img3{
    background-image: url(../images/university/school-3.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.school-col1{
    background-color: #E12A7B;
}
.school-col2{
    background-color: #4EABE8;
}
.school-col3{
    background-color: #ED1A3B;
}
.school-cont h2{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    margin-top: 30px;
    margin-bottom: 20px;
}
.school-cont ul h4{
    font-size: 20px;
    font-weight: 500;
}
.school-cont ul{
    padding-inline-start: 14px;
}

.school-cont ul li{
    margin-bottom: 20px;
}

.row-school-section{
    margin-top: 10px;
   
}
.col-p{
    padding-right: 5px !important;
    padding-left: 5px !important;

}