.abouttopsec{
    width: 100%;
    margin:0;
    padding:200px 0;
    overflow: hidden;
    background:#000 url(../images/uni.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}
.abouttopsec::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}
.abouttopsec .container{
  position: relative;
  z-index: 1;
}
.abouttopsec h1{
  color: #fff;
  font-weight: 700;
}
.abouttopsec .shrtdesc p{
  color: #fff;
}
.sectiontop{
    display: block;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    position: relative;
}
.sectiontop span{
    color: #ea1f28;
}
.sectiontop::after{
    content: '';
    display: block;
    clear: both;
}
.sectiontop .content .maintitle{
    position: relative;
    padding-bottom: 15px;
    font-weight: 500;
}
.sectiontop .content .maintitle span{
    color: #B3192A;
}
.sectiontop .content .maintitle::after{
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 90px;
    height: 4px;
    background: #B3192A;
    transform: translate(0%,0);
}
.sectiontop .content .maintitle span{
    color: #ea1f28;

}
.sectiontop .content{
    display: block;
    width: 100%;
    margin: 0;
    padding: 60px 0 0;
}
.sectiontop .content {
    display: block;
}
.sectiontop .content ul{
   
}
.sectiontop .content ul li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    margin: 1rem 0;
}
.sectiontop .content ul li .figure{
    max-width: 200px;
    flex:0 0 200px;
    display: block;
    border-radius: 6px;
}
.sectiontop .content ul li .figure img{
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.sectiontop .content ul li .caption{
    flex: 1;
}
.sectiontop .content ul li .caption .title{
    display: block;
    font-weight: 500;
    color: #D92439;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
.sectiontop .content ul li .caption p{
    display: block;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #414141;
}
.homeformbg{
    display: block;
    width: 100%;
    margin:0;
    padding: 60px 0;
    position: relative;
/*    background: url(../images/pattern-1.png) no-repeat center center;*/
background: #fff;
}
.homeformbg::after{
    content: '';
    display: block;
    clear: both;
}
.homeformbg .maintitle{
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.homeformbg .maintitle span{
    color: #ea1f28;
}
.homeformbg .maintitle::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 4px;
    background: #ea1f28;
    transform: translate(-50%,0);
}
.homeformbg .widthsmall{
    margin-bottom: 2rem;
}
.homeformbg .figpic{
    width: 100%;
    height: 100%;
    position: relative;
}
.homeformbg .figpic img{
    display: block;
    width: 100%;
    height: 100%;
}
.innercolumn{
    display: block;
    width: 100%;
    border-top: 5px solid #e20935;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(22, 23, 26, .1);
}
.homeformbg .shrttitle{
    color: #e20935;
}
.homeformbg label{
    position: relative;
    bottom: -16px;
    color: #727272;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    margin-left: 20px;
    padding-right: 12px;
    padding-left: 10px;
    background-color: #fff;
    z-index: 3;
}
.input-outer {
    position: relative;
}
.homeformbg input[type='text']{
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 31px;
    margin-bottom: 0;
    border-radius: 5px;
    color: #414141;
    border: 1px solid rgba(22, 23, 26, .1);
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.homeformbg select{
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    line-height: 32px;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 31px;
    margin-bottom: 0;
    border-radius: 5px;
    color: #414141;
    border: 1px solid rgba(22, 23, 26, .1);
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.homeformbg textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 31px;
    margin-bottom: 0;
    border-radius: 5px;
    color: #414141;
    border: 1px solid rgba(22, 23, 26, .1);
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.homeformbg input[type='submit']{
    display: inline-block;
    padding:15px 50px;
    font-size: 1rem;
    line-height: 20px;
    background: #D92439;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: none;
    border-radius: 52px;
    margin-top: 2rem;
}
.formtitle {
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}
.formtitle span {
    color: #D92439;
}
.calltoaction{
    display: block;
    width: 100%;
    background: #BB2525;
    padding: 80px 0;
    position: relative;
}
.calltoaction::after{
    content: '';
    display: block;
    clear: both;
}
/*.calltoaction::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(32, 47, 65, 0.85);
}*/
.calltoaction .title{
    display: block;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 800;
}
.calltoaction  p{
    display: block;
    font-size: 1.0rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #fff;
    position: relative;
    z-index: 1;
}
.calltoaction .title span{
    color: #D92439;
}
.calltoaction .enquirey{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.calltoaction .enquirey a{
    display: inline-block;
    font-size: 1.2rem;
    line-height: 52px;
    background: #191358;
    color: #fff;
    padding: 0 35px;
    border-radius: 52px;
}
.luxsection{
    display: block;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #f4f4f4;
}
.luxsection::after{
    content: '';
    display: block;
    clear: both;
}
.luxsection .content{
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    display: block;
}
.luxsection .content .title{
    display: block;
    font-weight: 600;
    color: #414141;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    font-family: "DM Serif Display", serif;
}
.luxsection .content .title span{
    color: #BB2525;
}
.luxsection .content ul{}
.luxsection .content ul li{
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    margin:0.2rem 0;
    color: #414141;
    position: relative;
}
.luxsection .content ul li::before{
    content: "\f00c";
    display: inline-block;
    position: relative;
    line-height: 1.6;
    color: #BB2525;
    font-size: 1rem;
    font-family: 'FontAwesome';
    -text-stroke:1px #f4f4f4;
    -webkit-text-stroke: 1px #f4f4f4;
    margin-right:1rem;
}
.luxsection .enquirey{
    display: inline-block;
    margin-top: 1rem;
}
.luxsection .enquirey a{
    display: inline-block;
    font-size: 1.0rem;
    line-height: 46px;
    background: #BB2525;
    color: #fff;
    padding: 0 30px;
    border-radius: 52px;
}
.calltoenquiry{
    display: block;
    width: 100%;
    background: #196a89 url(../images/bgbottom.webp) no-repeat center center;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    margin-bottom: 80px;
}
.calltoenquiry::after{
    content: '';
    display: block;
    clear: both;
}

.calltoenquiry .title{
    display: block;
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #191358;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-family: "DM Serif Display", serif;
}
.calltoenquiry  p{
    display: block;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 0rem;
    color: #191358;
    position: relative;
    z-index: 1;
}
.calltoenquiry .title span{
    color: #D92439;
}
.calltoenquiry .enquirey{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.calltoenquiry .enquirey a{
    display: inline-block;
    font-size: 1.2rem;
    line-height: 52px;
    background: #BB2525;
    color: #fff;
    padding: 0 35px;
    border-radius: 52px;
}
.contentpart{
    display: block;
    width: 100%;
}
.contentpart ul{
   
}
.contentpart ul li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    margin: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #ddd;
}
.contentpart ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.contentpart ul li .figure{
    max-width: 200px;
    flex:0 0 200px;
    display: block;
    border-radius: 6px;
}
.contentpart ul li .figure img{
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.contentpart ul li .caption{
    flex: 1;
}
.contentpart ul li .caption .title{
    display: block;
    font-weight: 600;
    color: #414141;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    position: relative;
    font-family: "Roboto Condensed",  Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.contentpart ul li .caption p{
    display: block;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #414141;
}

@media screen and (max-width: 767px){
    .contentpart ul li{
        display: block;
    }
    .contentpart ul li .figure{
        max-width: 100%;
        flex: none;
    }
    .contentpart ul li .caption .title{
        text-align: center;
        padding-top: 15px;
        font-size: 1.4rem;
    }
    .innercolumn{
        padding: 30px 15px;
    }
    .innercolumn .maintitle{
        font-size: 1.4rem;
        text-align: center;
    }
}