@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

p, h1,h2,h3,h4,h5,h6,body,table
{
    margin: 0 !important;
}
p
{
    font-family: "Open Sans", sans-serif;
}
.width24
{
    width: 24%;
}
.width76
{
    width: 76%;
}
.width40
{
    
    width: 22%;
    /* margin-top: -67px; */
}
.width60
{
    width: 70%;
}

.headerImg
{
    height: 37px;
    margin-top: -34px;
}
.headerImg1, .headerImg2
{}
.mainBackground
{
    background-image: url("img/Banner - Copy.jpg");
    
    background-repeat: no-repeat;
   
    
    padding-top: 170px;
    object-fit: contain;
    
}
.mainContainer
{
    padding-left:75px; 
    padding-right: 75px;
}
.mainSubContainer
{
    padding-top:40px; 
    padding-bottom: 40px;
}
h2.heading
{
    font-family: "Merriweather", serif;
    color: #164964;
    font-size: 65px;
    font-weight: 600;
}
h2.heading span
{
    color: #f8c15c;
}



.topBanner
{
   
    padding-left:120px; 
    padding-right: 120px;
   
}
.topBanner h1
{
    font-family: "Merriweather", serif;
    color: #ffffff;
    font-size: 24px !important;
    font-weight: 600;
    margin-top: -56px !important;

    /* margin-left: -51px !important; */
    
    
}
.topBanner h1 span
{
    color: #f8c15c;
}
.topDesc
{
    color: #ffffff;
    font-size: 20px;
    /* margin-left: -51px !important; */
    
}
.topBannerSpace
{
    height: 270px;
}

.whyTech .heading{
    font-size: 36px;
    margin-bottom: 7px !important;
}
.whyTechDesc
{
    color: #333333;
    font-size: 22px;
    text-align: justify;
    font-family: sans-serif;
    margin-left: 10px !important;
}


.programFeatures{}
.programFeatures h3
{
    font-family: "Merriweather", serif;
    color: #164964;
    font-size: 32px;
    font-weight: 400;
}

.bgSet1
{
    background-color: #015079;
}
.bgSet2
{
    background-color: #00a1b5;
}
.bgSet3
{
    background-color: #004646;
}
.bgSet4
{
    background-color: #007877;
}
.bgSet5
{
    background-color: #2a795a;
}
.bgSet6
{
    background-color: #78c58d;
}
.programFeaturesCard
{
    padding: 25px;
    border-radius: 25px;
    min-width: 306px;
    min-height: 296px;
    
   
    height: calc(100% - 20px);
    /* aspect-ratio: 1 / 1; */
    margin-bottom: 25px;
    overflow: hidden;
    margin-right: 30px !important;
}
.programFeaturesCardImage
{
    padding: 0;
}
.pfCardImage
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.pfCardTop
{
    display: flex;
    align-items: center;
}
.pfCardImg
{
    height: 100px;
}
.pfCardHeading
{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}
.pfCardDesc
{
    color: #ffffff;
    font-size: 15px;
}

.tlfStudents .heading{
    font-size: 35px;
}
.tlfStudentsDesc
{
    color: #333333;
    font-size: 26px;
    text-align: center;
    font-family: sans-serif;
   
}

.studentTestimonial .heading{
    font-size: 35px;
}

.studentTestimonialDesc
{
    color: #333333;
    font-size: 19px;
    text-align: justify;
    font-family: sans-serif !important;
    margin-left: 20px !important;
    margin-bottom: 51px !important;
}
.stCotes
{
    font-size: 72px;
    color: #fac158;
    height: 50px;
    line-height: 60px;
    font-family: sans-serif !important;
    margin-left: 20px !important;
}
.stCotes.stCotesEnd
{
    position: absolute;
}
.studentTestimonialImage
{
    background: linear-gradient(180deg, rgba(0,158,179,1) 0%, rgba(2,79,121,1) 100%);
    margin-left: 25%;
    margin-top: 40px;
    border-radius: 0 50% 0 0;
}
.studentTestimonialImg
{
    width: auto;
    margin-top: -150px;
   
    height: 350px;
}
.studentName
{
    color: #164964;
    font-size: 30px;
    font-weight: 600;
    margin-left: 20px !important;
}
.studentBatch
{
    color: #333333;
    font-size: 20px !important;
    font-weight: 700;
    margin-left: 20px !important;
}
.studentDesc
{
    color: #333333;
    font-size: 20px;
    margin-left: 20px !important;
}

.globalFaculty .heading
{
    font-size: 35px;
}
.globalFacultyBox
{
    margin-top: 40px !important;
    background: linear-gradient(90deg, rgba(8,158,175,1) 0%, rgba(0,82,128,1) 100%);
    padding: 40px;
    border-radius: 30px;
    display: flex;

}
.gfBoxImage
{
    margin: auto;
}
.gfBoxImg
{
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: #fff;
    height: 250px !important;
    width: 230px !important;
    margin: auto !important;
}
.gfBoxDesc
{
    color: #fff;
    
    font-size:  18px !important;
}
.gfCotes
{
    font-size: 50px;
    color: #ffffff;
    height: 50px;
    line-height: 60px;
}
.gfCotes.gfCotesEnd
{
    position: absolute;
    font-size: 50px;
    margin-left: 40px;
}
.gfBoxCenter
{
    margin: 0 20px;
}
.gfBoxLast
{
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}


.sSlider
{}


.sSliderItem
{
    display: flex;
    align-items: flex-start;
}
.sSliderImage
{
    height: auto;
    width: 100px !important;
}
.sSliderText
{
    margin-left: 40px;
}
.sSliderHeading
{
    color: #164964;
    font-size: 32px;
    font-weight: 600;
}
.sSliderSubHeading
{
    color: #333333;
    font-size: 26px;
    font-weight: 300;
}
.sSliderSubHeading span
{
    font-weight: 400;
}
.sSliderDesc
{
    color: #164964;
    font-size: 26px;
    font-weight: 500;
    font-style: italic;
}

.tlfClassImg
{
    width: 100%;
    height: auto;
}
.tlfClassHeading
{
    padding: 10px;
    color: #fff;
    background-color: #015079;
    text-align: center;
    font-family: "Merriweather", serif;
    font-size: 24px;
}

.clCardImage
{}
.clCardImg
{
    width: 100%;
}
.clCardHeading
{
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(0,82,128,1) 100%);
    margin-top: -200px;;
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.clCardHeading p
{
    color: #ffffff;
    text-align: center;
    font-size: 39px;
}
.campusLife .campusLifeCard
{
    margin-bottom: 100px;
}

.campusLife .heading{
    font-size: 35px !important;
}

.fFooter
{
    background-color: #015079;
    height: 60px;
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
    
   
    
}

.form-new{
    z-index: 2;
}
.fFooter .mainContainer 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 105px;
    padding: 8px !important;

    
}
h2.footerHading
{
    font-family: "Merriweather", serif;
    color: #ffffff;
    font-size: 15px !important;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4px !important;
}
.fFooterLink {
    background-color: #00a1b5;
    border-radius: 50px;
    color: #fff;
    padding: 2px 23px;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px !important;
    text-align: center;
    height: 21px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 114px !important;
    margin-bottom: 20px !important;
}

/* 
@media (max-width: 200px) {
   
    .studentTestimonialImage{
        scale: 20% !important;
    }
  } */





@media only screen and (max-width: 766px)
{

    /* .studentTestimonialImage{
        scale: 30% !important;
    } */

    /* .width40{
        scale: 30%;
    } */

    .form-new{
        margin-bottom: 100px;
        /* z-index: 101; */
       
    }

    .fFooter{
        z-index: 102;
    }

     
    .m-mar-b-50
    {
        margin-bottom: 50px;
    }
    .topBanner h1 {
        font-size: 18px !important;
        margin-top: 10px !important;
    }
    .pfCardImg {
    height: 60px;
    }
    .pfCardHeading {
        font-size: 16px;
    }
    .pfCardDesc {
        font-size: 16px;
    }
    h2.heading {
        font-size: 40px;
    }
    .whyTechDesc {
        font-size: 18px;
    }
    .topBannerSpace {
        height: 364px;
    }
    .tlfStudentsDesc {
        font-size: 20px;
    }
    .studentName {
        font-size: 24px;
    }
    .studentBatch {
        font-size: 20px;
    }
    .studentDesc {
        font-size: 16px;
    }
    .globalFacultyBox {
        flex-direction: column;
    }
    .gfBoxImg {
        width: auto;
    }
    .mainBackground {
        display: flex;
        flex-direction: column;
    }
    .headerImg {
        height: 43px;
        margin-left: -52px;
        margin-right: -50px;
    }
    .topBanner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .width76, .width24, .width60, .width40 {
        width: 100%;
    }
    /* .width76{
        height: 100px !important;
    } */
    .mainSubContainer
    {
        padding-bottom: 0;
    }
    .mob-flex-dir-Col
    {
        flex-direction: column;
    }
    .studentTestimonialImage {
        margin-left: 0;
        margin-top: 50px;
        scale: 60%;
    }
    .sSliderItem {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    h2.footerHading {
        font-size: 40px;
    }
    .fFooterLink {
        font-size: 24px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1007px){

    .form-new{
        width: 100% !important;
    }

}



/* @media only screen and (min-width: 600px) and (max-width: 1023px){

    .width24{
       
        
        position: relative;
        margin-top: -200px !important;
      left: 25%;
     
    }

} */


@media only screen and (min-width: 767px) and (max-width: 1023px)
{

    .mainBackground{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
       
        
    }

   

    .programFeatures.mainContainer.mainSubContainer {

        
        
        width: 100% !important;
        /* background-color: #333333; */
        margin: auto;
        
        
      }


    .form-new{
        
        width: 600px !important;
        margin-left: -88px;
       
        
        
    }

    .fFooter{
        z-index: 102;
    }

    .width24{
       
        
        position: relative;
        margin-top: -100px !important;
      left: 25%;
     
    }

    
    .pfCardImg {
        height: 60px;
        
    }
    .pfCardHeading {
        font-size: 16px;
    }
    .pfCardDesc {
        font-size: 16px;
    }
    h2.heading {
        font-size: 48px;
    }
    .whyTechDesc {
        font-size: 20px;
    }
    .topBanner h1 {
        font-size: 62px;
    }
    .topBannerSpace {
        height: 325px;
    }
    .tlfStudentsDesc {
        font-size: 22px;
    }
    .studentTestimonialImg {
        margin-top: -40px;
        
    }
    .studentName {
        font-size: 30px;
    }
    .studentBatch {
        font-size: 20px;
    }
    .studentDesc {
        font-size: 16px;
    }
    .gfBoxImg {
        height: 200px;
        width: 200px;
    }
    
}



/* @media only screen and (min-width: 766px) and (max-width: 1007px){

    

} */


.form-new{
    height: 700px !important;
}


@media only screen and (min-width: 965px) and (max-width: 1640px)
{
    .pfCardImg {
        height: 60px;
    }


    .form-new{
        height: 500px !important;
    }

    

    
    .pfCardHeading {
        font-size: 18px;
    }
    .pfCardDesc {
        font-size: 15px;
    }
    h2.heading {
        font-size: 54px;
    }
    .whyTechDesc {
        font-size: 18px;
    }
    .topBanner h1 {
        font-size: 62px;
    }
    .topBannerSpace {
        height: 251px !important;
    }
    .tlfStudentsDesc {
        font-size: 22px;
    }
    .studentTestimonialImg {
        margin-top: -40px;
    }
    .studentName {
        font-size: 26px;
    }
    .studentBatch {
        font-size: 22px;
    }
    .studentDesc {
        font-size: 18px;
    }
    .gfBoxImg {
        height: 250px;
        width: 250px;
    }
    
}


@media only screen and (min-width: 1441px)
{

    .programFeatures.mainContainer.mainSubContainer {
        display: flex !important;
        flex-wrap: wrap !important;
        
        
      }
      
      .programFeatures .row {
        width: 100%;
      }
      

      

}


.gfBoxImg{
    object-fit: contain ;
}
