.bannerbg{
    display: block;
    width: 100%;
    margin:0 0;
    padding:200px 0 200px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: url(../images/dubai.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;
}
.topsection{
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0;
}
.topsection::after{
    content: '';
    display: block;
    clear: both;
}
.topsection .maintitle{
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.topsection .maintitle span{
    color: #E20935;
}
.topsection .maintitle::after{
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 90px;
    height: 4px;
    background: #E20935;
    transform: translate(0%,0);
}
.topsection .figure{
    display: block;
    width: 100%;
    border-radius: 5px;
}
.topsection .figure img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.calltoaction{
    display: block;
    width: 100%;
    margin: 0;
    padding: 80px 0;
    background: url(../images/db.webp) no-repeat top center;
    background-size: cover;
    position: relative;
    text-align: center;
}
.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: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #fff;
    position: relative;
    z-index: 1;
}
.calltoaction .title span{
    color: #E20935;
}
.calltoaction .enquirey{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.calltoaction .enquirey a{
    display: inline-block;
    font-size: 1.2rem;
    line-height: 52px;
    background: #E20935;
    color: #fff;
    padding: 0 35px;
    border-radius: 52px;
}

.keybenifitbg{
    display: block;
    width: 100%;
    margin:0;
    padding: 60px 0;
    background: #f4f4f4;
    position: relative;
}
.keybenifitbg::after{
    content: '';
    display: block;
    clear: both;
}
.keybenifitbg  .content{
    position: relative;
    height: 100%;
}
.keybenifitbg  .content .inner{
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.keybenifitbg ul{}
.keybenifitbg ul li{
    display: block;
    position: relative;
    font-size: 1rem;
    line-height: 24px;
    margin:1rem 0;
    color: #000;
    padding-left: 30px;
}
.keybenifitbg ul li::before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E20935;
    top: 7px;
    left: 0px;
}
.keybenifitbg .figure{
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.keybenifitbg .figure img{
    width: 100%;
    height: auto;
}
.keybenifitbg .cathbx{
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    background: #dddddd;
    border-radius: 3px;
    position: relative;
    height: 100%;
}
.keybenifitbg .cathbx .title{
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    margin-bottom: 0.5rem;
}
.keybenifitbg .cathbx p{
    display: block;
    font-size: 0.9rem;
    color: #000;
    line-height: 1.6;
} 
.keybenifitbg  .bgred{
    background: #E20935;
}
.keybenifitbg  .bgblue{
    background: #191358;
}
.keybenifitbg  .bgred .title{
    margin-bottom: 0;
    margin-top: 1rem;
}
.keybenifitbg  .bgred .title,
.keybenifitbg  .bgblue .title{
    color: #fff;
}
.keybenifitbg  .bgred p,
.keybenifitbg  .bgblue p{
    color: #fff;
}
.requestcall{
    display: block;
    width: 100%;
    margin: 0;
    padding: 120px 0;
    position: relative;
    background: #f3f1f1;
}
.requestcall::after{
    content: '';
    display: block;
    clear: both;
}
.requestcall::before{
    content: '';
    display: block;
    position: absolute;
    width: calc(50% - 60px);
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/call.webp) no-repeat center center;
    background-size: cover;
}
.requestcall .container{
    position: relative;
    z-index: 1;
}
.requestcall .content{
    display: block;
    position: relative;
    height: 100%;
}
.requestcall .content .inner{
    position: relative;
    min-height: 200px;
}
.requestcall .content .title{
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin-bottom: 1rem;
}
.requestcall .content .title span{
    color: #E20935;
}
.requestcall .content 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: #f3f1f1;
    z-index: 3;
}
.input-outer {
    position: relative;
}
.requestcall .content 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: #f3f1f1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.requestcall .content 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;
}
.requestcall .content input[type='submit']{
    display: inline-block;
    padding:15px 50px;
    font-size: 1rem;
    line-height: 20px;
    background: #E20935;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: none;
    border:none;
    margin-top: 2rem;
}
.calltoenquiry{
    display: block;
    width: 100%;
    background: #191358 url(../images/bgbottom1.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: #E20935;
}
.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;
}

.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: #E20935;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: none;
    border-radius: 52px;
    margin-top: 2rem;
}
.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;
}
.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: #ea1f28;
}
.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);
}

@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;
    }
}