.bannerbg{
    display: block;
    width: 100%;
    margin:0 0;
    padding:200px 0 200px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: url(../images/page-title.webp) no-repeat center center;
    background-size: cover;
}
.bannerbg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.bannerbg .container{
    position: relative;
    z-index: 1;
}
.bannerbg p{
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #E20935;
    margin-bottom: .5rem;
    font-weight: 700;
    font-family: "Gothic A1", sans-serif;
}
.bannerbg h1{
    display: block;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 900;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.topsecstudy{
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0;
}
.topsecstudy span{
    color: #E20935;
}
.topsecstudy::after{
    content: '';
    display: block;
    clear: both;
}
.topcountrytostudy .maintitle{
    position: relative;
    padding-bottom: 15px;

}
.topcountrytostudy .maintitle::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 4px;
    background: #E20935;
    transform: translate(-50%,0);
}
.topcountrytostudy{
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0 60px 0;
}
.topcountrytostudy::after{
    content: '';
    display: block;
    clear: both;
}
.topcountrytostudy [class*='col']{
    margin: 1rem 0;
}
.topcountrytostudy .shrtdesc{
    margin-bottom: 2rem;
}
.studybx{
    display: block;
    width: 100%;
    margin:0;
    padding: 0;
    position: relative;
/*    box-shadow: 5px 5px #efefef;*/
border:1px solid #ddd;
border-radius: 6px;
}
.studybx::after{
    content: '';
    display: block;
    clear: both;
}
.studybx .figure{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 6px;
}
.studybx .figure img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.studybx .caption{
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.studybx .caption .title{
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #414141;
    position: relative;
    line-height: 24px;
    padding-left: 15px;
}
.studybx .caption .title::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 24px;
    background: #E20935;
    margin-right: 10px;
}
.assistsec{
    display: block;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    background: #f4f4f4;
    position: relative;
}
.assistsec::after{
    content: '';
    display: block;
    clear: both;
}
.assistsec .maintitle{
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
}
.assistsec .maintitle span{
    color: #E20935;
}
.assistsec .maintitle::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 4px;
    background: #E20935;
    transform: translate(-50%,0);
}
.assistsec .widthsmall{
    margin-bottom: 2rem;
}
.assistse [class*='col-']{
    margin:1rem 0;
}
.assistbx{
    display: block;
    width: 100%;
    margin: 0;
    padding: 30px 15px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.assistbx::after{
   content: '';
    display: block;
    clear: both; 
}
.assistbx .title{
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000;
    margin-bottom: .5rem;
    font-weight: 600;
}
.assistbx p{
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    color: #414141;
    margin-bottom: .5rem;
}
.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: #E20935;
}
.homeformbg .maintitle::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 4px;
    background: #E20935;
    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: #3d3d3d;
    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;
}
.seosec{
    display: block;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    position: relative;
}
.seosec::after{
    content: '';
    display: block;
    clear: both;
}
.seosec .maintitle{
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
}
.seosec .maintitle span{
    color: #E20935;
}
.seosec .maintitle::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 4px;
    background: #E20935;
    transform: translate(-50%,0);
}
.seosec .figure{
    display: block;
    width: 100%;
}
.seosec .figure img{
    display: block;
    width: 100%;
    height: auto;
}
.seosec .contentpart{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.seosec .contentpart .content{
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
.counsellingprocess{
    width: 100%;
    position: relative;
    display: block;
    margin: 0;
    padding: 60px 0;
}
.counsellingprocess::after{
    content: '';
    display: block;
    clear: both;
}
.counsellingprocess ul{
    margin: 0 -15px;
    display: block;
    width: 100%;
}
.counsellingprocess ul li{
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 2rem 0;
}
.counsellingprocess ul li .figure{
    display: block;
    width: 100%;
    border-radius: 5px;
}
.counsellingprocess ul li .figure img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.counsellingprocess ul li .content{
    display: block;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #414141;
    line-height: 1.6;
}
.counsellingprocess .maintitle{
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
}
.counsellingprocess .maintitle span{
    color: #E20935;
}
.counsellingprocess .maintitle::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 4px;
    background: #E20935;
    transform: translate(-50%,0);
}
.lenear{
    background: rgb(249,99,147);
    background: linear-gradient(90deg, rgba(249,99,147,1) 0%, rgba(113,113,244,1) 54%, rgba(75,105,214,1) 100%);
}
.studyoptionbg{
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 60px 0;
}
.studyoptionbg::after{
    content: '';
    display: block;
    clear: both;
}
.studyoptionbg .maintitle{
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
}
.studyoptionbg .maintitle span{
    color: #E20935;
}
.studyoptionbg .maintitle::after{
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 90px;
    height: 4px;
    background: #E20935;
    transform: translate(0%,0);
}
.studyoptionbg .studycaption{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    background: rgb(242,212,213);
    background: #d7dbf5;
    padding: 15px 10px;
    column-gap: 15px;
    border-radius: 3px;
}

.studyoptionbg [class*='col-']{
    margin: 1rem 0;
}
.studyoptionbg .studycaption .icon{
    max-width: 50px;
    flex: 0 0 50px;
}
.studyoptionbg .studycaption .icon img{
    display: block;
    width: 100%;
    height: auto;
}
.studyoptionbg .studycaption .title{
    font-weight: 500;
    font-size: 1.0rem;
    line-height: 1.2;
    color: #000;
    flex: 1;
}
.guidlinesbg{
    display: block;
}
.guidlinesbginner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    background: #E20935;
    padding: 40px 30px;
    border-radius: 8px;
}
.guidelinecap{
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
    font-weight: 500;
}
.guidecontact{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
.guidecontact .contact{
    display: inline-block;

}
.guidecontact .enquiry{
    display: inline-block;
}
.guidecontact .enquiry a{
    display: inline-block;
    padding: 0 25px;
    line-height: 45px;
    border-radius: 5px;
    border:1px solid transparent;
    font-size: 1rem;
    background: rgb(246, 151, 85);
    background: linear-gradient(90deg, rgba(246, 151, 85,1) 0%, rgba(245, 115, 88,1) 71%, rgba(245, 115, 88,1) 100%);
    color: #fff;
}

.calltoenquiry{
    display: block;
    width: 100%;
    background: #196a89 url(../images/bgbottom2.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: "Roboto Condensed",  Arial, Helvetica, sans-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: #E20935;
    color: #fff;
    padding: 0 35px;
    border-radius: 52px;
}
.blogslider{
    display: block;
    width: 100%;
    position: relative;
    background: #f4f4f4;
    padding: 60px 0;
}
.blogslider .maintitle{
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.blogslider .maintitle span{
    color: #E20935;
}
.blogslider .maintitle::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 4px;
    background: #E20935;
    transform: translate(-50%,0);
}
.gallery-carousel .owl-item {
  transition: 0.3s all;
  transform: scale(0.5);
  border-radius: 6px;
}
.gallery-carousel .owl-item img{
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.gallery-carousel .owl-item.active:not(.center) {
  transform: translateX(30%) scale(0.8);
}
.gallery-carousel .owl-item.active.center {
  z-index: 1;
}
.gallery-carousel .owl-item.active.center + .active {
  transform: translateX(-30%) scale(0.8);
}

.userallviewbg{
    display: block;
    width: 100%;
    margin:0;
    padding: 60px 0;
    position: relative;
}
.userallviewbg::after{
    content: '';
    display: block;
    clear: both;
}
.userallviewbg [class*='col-']{
    margin: 1rem 0;
}
.userbox {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 8px 24px 0 rgba(29, 140, 242, 0.16);
    border-radius: 8px;
    box-sizing: border-box;

}
.userbox .innerbox {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 30px 30px;
    width: 100%;
    box-sizing: border-box;
    transition: border 0.1s ease-in-out;
    text-align: center;
}
.userbox .innerbox .icon{
    margin: 0 auto;
    width: 70px;
}
.userbox .innerbox .icon img{
    width: 100%;
    height: auto;
}
.userbox .innerbox .caption {
    display: block;
    color: #000;
    position: relative;
    margin-top: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}
.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;
}
.whychoose{
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0;
}
.whychoose .maintitle{
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.whychoose .maintitle span{
    color: #E20935;
}
.whychoose .maintitle::after{
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 90px;
    height: 4px;
    background: #E20935;
}
.whychoose .contentpart{
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
@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;
    }
}