.bannerbg{
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    
}
.bannerbg img{
    display: block;
    width: 100%;
    height: auto;
}
.topimgbx{}
.topimgbx [class*='col-']{
    margin:1rem 0;
}
.sectiontop{
    display: block;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    position: relative;
}
.sectiontop .figure{
    display: block;
    position: relative;
    padding: 0 135px 0 60px;
    box-sizing: border-box;
    width: 100%;
/*    background: url(../images/icon-dots.png) no-repeat top right;*/
}
.sectiontop .figure img{
    display: block;
    width: 100%;
    height: auto;
}
.sectiontop .figure::before{
    content: '';
    width: 70%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    border:3px solid #E20935;
}
.sectiontop .figure .pictright{
    display: inline-block;
    width: 254px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.sectiontop .figure .pictright img{
    display: block;
    width: 100%;
    height: auto;
}
.sectiontop ul{
    maargin:1rem 0;
}
.sectiontop ul li{
    display: block;
    position: relative;
    font-size: 1rem;
    line-height: 28px;
    margin-bottom: .5rem;
    color: #3d3d3d;
}
.sectiontop ul li:last-child{
    margin-bottom: 0;
}
.sectiontop ul li::before{
    content: '\f138';
    position: relative;
    top: 0;
    left: 1px;
    font-size: 20px;
    line-height: 28px;
    color: #E20935;
    font-family: 'FontAwesome';
    margin-right: 10px;
    -webkit-text-stroke: 1px #E20935;
}
.secinfo{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 2rem;
}
.topinfobx{
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    display: block;
    width: 145px;
    float: left;
}
.topinfobx img{
    display: block;
    width: 100%;
    height: auto;
}
.topinfocontent{
    display: block;
    width: calc(100% - 145px);
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
}
.topinfocontent .ttitle{
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
}
.trustedsec{
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0;
    background: #191358;
    position: relative;
}
.trustedsec::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icon-dots-9.png) no-repeat ;
    width: 511px;
    height: 528px;
    opacity: .5;
}
.trustedsec::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/icon-dots-10.png) no-repeat ;
    width: 542px;
    height: 493px;
    opacity: .5;
    clear: both;
}
.trustedsec .maintitle,
.trustedsec .shrtdesc p{
    color: #fff;
}

.trustedsec .shrttitle{
    color: #fff;
     margin-top: 2rem;
}
.trustedsec .tpic{
    display: block;
    width: 100%;
    margin-top: 2rem;
}
.trustedsec .tpic img{
    display: block;
    width: 100%;
    clear: both;
}
.trustedsec .figure{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
}
.trustedsec .figure img{
    display: block;
    width: 100%;
    height: auto;
}
.homeformbg{
    display: block;
    width: 100%;
    margin:0;
    padding: 100px 0;
    position: relative;
    background: url(../images/pattern-1.png) no-repeat center center;
}
.homeformbg::after{
    content: '';
    display: block;
    clear: both;
}
.homeformbg ul{
    maargin:1rem 0;
}
.homeformbg ul li{
    display: block;
    position: relative;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: .5rem;
    font-weight: 500;
    color: #000;
}
.homeformbg ul li:last-child{
    margin-bottom: 0;
}
.homeformbg ul li::before{
    content: '\f138';
    position: relative;
    top: 0;
    left: 1px;
    font-size: 20px;
    line-height: 24px;
    color: #E20935;
    font-family: 'FontAwesome';
    margin-right: 10px;
    -webkit-text-stroke: 1px #E20935;
}
.innercolumn{
    display: block;
    width: 100%;
    border-top: 5px solid #E20935;
    background: #fff url(../images/icon-dots-5.png) no-repeat top right;
    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: 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 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;
}
.tobedelet{
    display: block;
    width: 100%;
}
.tobedelet img{
    display: block;
    width: 100%;
    height: auto;
}
.testimonialbg{
    display: block;
    width: 100%;
    position: relative;
    padding: 80px 0;
    margin:0;
    background: #fff url(../images/pattern-6.html) no-repeat center center;
}
.testimonialbg::after{
    content: '';
    display: block;
    clear: both;
}
.testimonialbg .innercolumn{
    display: block;
    position: relative;
    width: 100%;
    padding-top: 22px;
}
.testimonialbg .innercolumn::after{
    content: '';
    display: block;
    clear: both;
}
.testimonialbg .inner-box{
    position: relative;
    padding: 0 32px;
    margin-top: 50px;
    background: #faf8f7 url(../images/pattern-5.html) no-repeat;
    background-position: center bottom;
    border-radius: 5px;
}
.testimonialbg .inner-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 100px;
    height: 143px;
    opacity: 0;
    border-radius: 100px;
    background-color: #E20935;
    transition: all 300ms ease;
}
.author-box {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    padding-left: 127px;
}
.author-box .image-box {
    position: absolute;
    top: -50px;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 10px 38px;
    overflow: hidden;
    border-radius: 100px;
    background-color: #E20935;
}
.author-box .image-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    border-radius: 100px;
    background-color: #E20935;
    transition: all 300ms ease;
}
.author-box .image-box .author-image {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.author-box .image-box .icon-quote-2 {
    position: relative;
    z-index: 3;
    width: 53px;
    height: 41px;
    background-image: url(../images/icon-quote-2.png);
}
.author-box .author-info{}
.author-box .author-info .name {
    position: relative;
    color: #16171a;
    font-weight: 700;
    letter-spacing: -.36px;
    margin-bottom: 0;
    transition: all 300ms ease;
}
 .author-box .author-info .designation {
    position: relative;
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    transition: all 300ms ease;
}
.author-box .author-info .rating {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 300ms ease;
}
.author-box .author-info .rating li {
    position: relative;
    font-size: 14px;
    margin-right: 10px;
    color: #E20935;
    transition: all 300ms ease;
}
.inner-box .content {
    position: relative;
    padding: 70px 0 40px 10px;
}
.inner-box .text {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 35px;
    transition: all 300ms ease;
}
.inner-box .text::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -16px;
    width: 16px;
    height: 12px;
    background-image: url(../images/icon-quote-4.html);
    transition: all 300ms ease;
}
.inner-box .text::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -8px;
    width: 16px;
    height: 12px;
    background-image: url(../images/icon-quote-4.html);
    transition: all 300ms ease;
}
.carousel-outer {
    position: relative;
    margin-right: -366px;
}
.carousel-outer .owl-dots {
    position: absolute;
    left: -365px;
    bottom: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    display: none;
}
.carousel-outer .owl-dots:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -16px;
    left: -8px;
    padding: 18px 65px;
    border-radius: 100px;
    border: 2px dashed #fff;
}
.owl-dots .owl-dot {
    position: relative;
    height: 10px;
    width: 10px;
    margin: 0 7px;
    border-radius: 50%;
    border: 2px solid #E20935;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.owl-dots .owl-dot.active {
    border-radius: 50%;
    border-color: #E20935;
    background-color: #E20935;
}
.callstrip{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 2rem;
    padding: 40px 0;
    background: #E20935;
}
.callstrip .captions{
    display: block;
    font-size: 1.4rem;
    line-height: 52px;
    color: #fff;
}
.callstrip .callbutton{
    display: inline-block;
}
.callstrip .callbutton a{
   display: inline-block;
    padding: 20px 60px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff; 
    background: #191358;
    border-radius: 52px;
}
.aboutverticle{width: 100%;margin: 0;padding: 60px 0 ;text-align: center; overflow: hidden;background: #fff;background-size: cover;position: relative;}
.aboutverticle::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.aboutverticle .container{position: relative;z-index: 1;}
.aboutverticle .veticletitle{display: inline-block;padding: 0 40px;margin-bottom: 15px;padding-bottom: 20px;border-bottom: 1px solid #191358;font-size: 40px;line-height: 46px;font-weight: 800;text-transform: uppercase;color: #414141;font-family: "Roboto Condensed",  Arial, Helvetica, sans-serif;}
.aboutverticle .veticletitle span{
    color: #E20935;
}
.aboutverticle ul{width: 100%;}
.aboutverticle ul li{display: inline-block;float: left;width: 20%;box-sizing: border-box;padding: 0 15px;margin: 15px 0;}
.aboutverticle ul li .icon{width: 70px;margin: 0 auto;}
.aboutverticle ul li .title{display: block;font-size: 28px;line-height: 32px;margin: 10px 0;color: #191358;font-weight: 800;text-transform: uppercase;font-family: 'Oswald',sans-serif;}
.aboutverticle ul li p{display: block;font-size: 22px;line-height: 22px;color: #191358;text-transform: uppercase;font-weight: 500;font-family: 'Oswald',sans-serif;}
.uprcase{
    text-transform: uppercase;
}
.maintitle span{
    color: #E20935;
}
@media screen and (max-width: 767px){
    .topinfocontent{
        width: 100%;
    }
    .callstrip{
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
        text-align: center;
    }
    .callstrip .captions{
        line-height: 1.6;
    }
    .homeformbg{
        padding: 60px 0;
    }
    .innercolumn{
        padding: 30px 15px;
    }
    .aboutverticle ul li{
        width: 100%;
    }
    .trustedsec .tpic{
        display: none;
    }
    .sectiontop .figure{
        padding:0;
    }
    .sectiontop .figure .pictright,
    .sectiontop .figure::before{
        display:none; 
    }
}