body{
    font-size: 16px;
    font-family: 'comfortaaregular';
    padding: 15px;
    padding-top: 0px;
}
h2{
    font-size: 33px;
}
.primarylight {
    font-family: 'comfortaabold';
    color: #ff9fff;
}
h3{
    font-size: 28px;
}
P{
    font-size: 18px;
    font-family: 'comfortaaregular';
    color: rgb(99, 99, 99);
    line-height: 1.667;
}

section{
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.sub {
    padding-top: 40px!important;
}
.sub>.section-heading {
    padding-bottom: 24px;
}
.regular-content{
    font-family: 'comfortaaregular';
}
header{
    text-transform: uppercase;
    color: #3f1344;
}
.carouselheader {
    margin-bottom:20px;
}
.featured-image-container {
    padding: 50px 35px;
}
.inline-button {
    display:inline-block;
}
.detailList {
    font-size: 16px;
    font-family: 'comfortaaregular'
}
.pageHeaderMobileImage {
    float:right;
    max-width: 300px;
}
.flowerTrough {
    width:100%;
    height:80px;
}
.flowerRow {
    background-repeat:round repeat-x;
    height:80px;
    background-image: url(../images/rp-flowerSmall.png);
}
/******************************* NAVBAR ************************************/
.navbar-default{
    margin-bottom:20px;
}
.navbar-fixed-top {
    top: 0px;
    border-width: 0 0 1px;
    left: 15px;
    right: 15px;
    border-top: 10px solid #fff;
}
.navbar-right {
    margin-right: 0px;
}
.navbar-brand{
    padding: 0;
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'comfortaaregular';
}
.navbar-brand .text--bold{
    font-weight: 700;
    color: #3f1344;
}
.navbar-brand .text--light{
    font-weight: 400;
    color: #3f1344;
}
.navbar-brand>img{
    height: 50px;
    padding-bottom:5px;
    display: inline-block;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #3f1344;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #3f1344;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #333333;
    font-family: 'comfortaaregular';
    text-transform: uppercase;
    font-weight: 700;
}

  #rp-menu-list li:nth-child(1) a::before {
    background: #38ffff;
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
  }
  #rp-menu-list li:nth-child(2) a::before {
    background: #38ff38;
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
  }
  #rp-menu-list li:nth-child(3) a::before {
    background: #ffff38;
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
  }
  #rp-menu-list li:nth-child(4) a::before {
    background: #ff38ff;
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
  }
  #rp-menu-list li:nth-child(5) a::before {
    background: #3838ff;
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
  }
  #rp-menu-list li:nth-child(6) a::before {
    background: #38ffff;
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
  }
  #rp-menu-list li:nth-child(7) a::before {
    background: #38ff38;
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
  }

  #rp-menu-list li a.active::before,
  #rp-menu-list li a:hover::before {
    visibility: visible;
    opacity: 1;
  }

/******************************* JUMBOTRON *********************************/
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: .3rem;
}
.jumbotron-section{
    width: 100%;
    margin-top: 60px;
}

.jumbotron-section h2{
    font-family: 'comfortaabold';
    font-size: 45px;
    color: #3f1344;
    line-height: 1.222;
}
.jumbotron p{
    margin-top: 30px;
    margin-bottom: 35px;
}

/******************************* FEATURED **********************************/
.about{
    background-color: #f4f4f4;
}
/******************************* HEADING ***********************************/

.section-heading{
    text-transform: uppercase;
    font-family: 'comfortaaregular';
    color: #3f1344;
    padding-bottom: 75px;
}
.section-heading h3{
    font-size: 24px;
    margin-top:15px;
}
.section-heading h4{
    text-transform: uppercase;
    font-family: 'comfortaaregular';
    color: #3f1344;
    font-size: 18px;
}
.section-sebheading h5{
    font-size: 21px;
    color: #3f1344;
    font-family: 'comfortaaregular';
    padding-top: 15px;
    padding-bottom: 30px;
}
.pageHeader {
    margin-top: 80px;
}
/******************************* ROW STYLE ***********************************/
.contentBlock {
    padding-top:20px;
}
.serviceDetail > div > div.row.top-margin {
    padding-top:60px;
}
section#serviceDetail {
    margin-top:-40px;
}
section.stats {
    background-color: #ff9fff;
    padding-top:60px;
    padding-bottom:60px;
}
/******************************************* WORKFLOW **************************/
.absolute-image-container {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
}

/***************************************** MEDIA *****************************/

.media, .media-body {
    overflow: hidden;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.media-left, .media-left:visited {
    color: #70227d;
    text-decoration: none;
}
.media-left:hover {
    color: #ff9fff;
    text-decoration: none;
}
.media-object {
    display: inline-block;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 21px;
    color: #3f1344;
    font-family: 'comfortaaregular';
    text-transform: capitalize;

}
.media-text p{
    font-size: 16px;
    font-family: 'comfortaaregular';
    color: #636363;
    line-height: 1.5;
}


.media-iconic {
    width: 64px;
    height: 64px;
    text-align: center;
}
.media-object i {
    font-size: 47px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

/***************************************** PRICING ***************************/
/* .pricing-subheading{
    padding-top:60px;
} */

.pricing-row{
    background-color: #ebebeb;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.pricing-table{
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    border-top: 10px solid #ebebeb;
    border-bottom: 10px solid #ebebeb;
}

.pricing-table.blueberryhover:hover{
    border-top-color: #3838ff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.pricing-table.avocadohover:hover{
    border-top-color: #38ff38;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.pricing-table.lemonhover:hover{
    border-top-color: #ffff38;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.pricing-table.icehover:hover{
    border-top-color: #38ffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.pricing-table.primarylighthover:hover{
    border-top-color: #ff9fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.pricing-table li{
    font-family: 'comfortaaregular';
    font-size: 1em;
    text-align: center;
    margin:0;
    padding: 0;
    color: #666666;
    border: 1px solid #ededed;
    margin-bottom: -1px;
    margin-right: -1px;
}
.pricing-table .header{
    font-family: 'comfortaaregular';
    color:#333333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 5px 30px 5px;
    text-align: center;
    line-height: 18px;
    height:120px;
}
.pricing-table .table-bullet {
    height: 80px;
    padding: 10px 10px 10px 10px;
    line-height: 1.8;
}

.pricing-table .price-tag{
    font-family: 'comfortaaregular';
    border-style: solid;
    border-width: 1px;
    border-color: rgb(237, 237, 237);
    background-color: #ffccff;
    text-align: center;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 15px;
}
.price-tag span {
    position: relative;
    display: block;
}
.price-tag .price{
    font-size: 45px;
    font-weight: 700;
    color: #3f1344;
    line-height: 1;
}
.price-tag .price sup{
    font-size: 24px;
    vertical-align: top;
    top: 16px;
    color: #636363;
}
.price-tag .package-duration{
    font-size: 12px;
    font-family: 'comfortaaregular';
    text-transform: uppercase;
    line-height: 2.5;
    font-size: 10px;
    font-weight: 400;
    color: #999999;
}
.pricing-feature{
    
    padding:15px 10px;
}
.pricing-feature p{
    font-size: 21px;
    font-family: 'comfortaaregular';
    color: #3f1344;
    line-height: 1.19;
}
/***************************** COMMON CSS  *********************************/

.no--padding{
    padding: 0;
}


/****************************** ELEMENT ***********************************/

.bg-gray{
    background-color: #f4f4f4;
}
.feature-with-icon{
    padding-top: 15px;
    padding-bottom: 15px;
}
.max-width-100{
    max-width: 100%;
}
.text--light{
    font-family: 'comfortaaregular';
}
.text--semi-bold{
    font-family: 'comfortaabold';
}
.padding-top-bottom-65{
    padding-top: 65px;
    padding-bottom: 65px;
}
.full-bg{
    background-repeat: no-repeat;
    background-size: cover;
}
.img-qoute {
    vertical-align: top;
    width: 24px;
    margin-right: 5px;
}
.testimonial-speech{
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'comfortaaregular';

}
.testimonial-image {
    max-width:100px;
    max-height:100px;
    border-radius: 50%;
}
.section-divider{
    margin:0 auto;
    width: 100px;
    height: 1px;
    border-top: 1px solid #fbfbfb;
    margin-top: 15px;
    margin-bottom: 50px;
}
.client-name{
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: 'comfortaaregular';
    letter-spacing: 1px;
}
.testimonial-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 15% 100%;
}
#stats {
    text-align: center;
}
#stats>.container>.row>.col-sm-12 {
    padding-top:15px;
    padding-bottom:15px;
}
.statCounter {
    font-family: 'comfortaaregular';
    font-weight:600;
    font-size:42px;
}
.statLabel {
    font-family: 'comfortaaregular';
    font-size: 24px;
}
.margin-bottom--30{
    margin-bottom: 30px;
}
.position--realtive{
    position: relative;
}
.position--absolute{
    position: absolute;
}

.button-container{
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.button-container .btn-wraper{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.top-0{
    top: 0;
} 
.left-0{
    left: 0;
}
.full-width{
    width: 100%;
}
.full-height{
    height: 100%;
}
.bg--position-center{
    background-position: center;
}
.no-repeat{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-transparent{
    background-color: transparent;
}
.lead{
    font-size: 21px;
    font-family: 'comfortaaregular';
    color: #19073b;
    line-height: 1.429;
}
.btn-icon-container{
    display: table;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #3f1344;
}
.btn-icon-container-lg{
    display: table;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid #3f1344;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box
}
.btn-icon-container-lg i{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #3f1344;
    font-size: 28px;
    margin-left: 3px;
}
.line-height-btn-lg{
    line-height: 100px;
}
.btn-icon-container i{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #3f1344;
    font-size: 18px;
}
.nav>li>.btn{
    padding: 0;
}
.btn{
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'comfortaaregular';
    padding: 18px 54px;
}
.btn-theme{
    background-color: #3f1344;
    color: #fff;
    border-color: transparent;
    border:0px;
}
.btn-rounded-corner{
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.btn.avocado:hover, .icehover>.btn:hover  {
    background-color: #38ff38!important;
    color: #3f1344!important;
}
.btn.ice:hover, .icehover>.btn:hover {
    background-color: #38ffff!important;
    color:#3f1344!important;
}
.btn.lemon:hover, .lemonhover>.btn:hover {
    background-color: #ffff38!important;
    color:#3f1344!important;
}
.btn.blueberry:hover, .blueberryhover>.btn:hover {
    background-color: #3838ff!important;
    color:#ffffff!important;
}
.btn.primarylight:hover, .primarylighthover>.btn:hover {
    background-color: #ff38ff!important;
    color:#3f1344!important;
}
.white-space-top-10{
    height: 10px;
    background-color: #fff!important;
}
.padding-15{
    padding: 15px;
}
.align-center{
    margin: 0 auto;
}
.md-float-right{
    float: right;
    margin: 0;
}
.md-float-left{
    float: left;
    margin: 0;
}
.author-name-sign{
    font-size:14px;
    font-family: 'comfortaaregular';
}
.client-section{
    background-position-x: 20%;
}
.category-name{
    font-size: 10px;
    font-family: "comfortaaregular";
    color: #3f1344;
    text-transform: uppercase;
    background-color: #fff;
    padding: 5px 10px;
}
.section-news{
    background-color: #f4f4f4;
}
.news-card{
    position: relative;
}
.news-content{
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding-bottom: 15px;
    background-color: rgba(0,0,0,0.2);
    width:100%;
}
.news-title{
    line-height: 1.2;
    color: #fff;
    font-family: 'comfortaabold';
}
.news-date{
    font-size: 10px;
    font-family: 'comfortaabold';
    line-height: 2;
    color:#fff;
}
.header{
    margin-bottom: 65px;
}
.subscribe-addons {
    padding: 6px 20px;
    background-color: #ff9fff;
    color: #3f1344;
    text-transform: uppercase;
    border-color: #ff9fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    cursor: pointer;
    font-family: 'comfortaaregular';
}
.form-group{
    max-width: 400px;
    margin: 0 auto;
}
.subscription-form .form-control{
    height: 38px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #ebebeb;
    color: #636363;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.subscription-form .input-group{
    margin-top: 35px;
}
.subscribe-card{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}
.footer-list-group .list-group-item{
    font-family: 'comfortaaregular';
    text-transform: uppercase;
    font-size: 14px;
    color: #626262;
    line-height: 2.619;
    border:0px;
    border-color: transparent;
    padding:0;
    background-color: transparent;
    padding-left: 5px;
    padding-right: 5px;
}

.footer-list-group .list-group-item.active, .footer-list-group .list-group-item.active:focus, .footer-list-group .list-group-item.active:hover {
    z-index: 2;
    color: #3f1344;
    background-color: transparent;
}

.footer-list-group a.list-group-item:focus, .footer-list-group a.list-group-item:hover, .footer-list-group button.list-group-item:focus, .footer-list-group button.list-group-item:hover {
    color: #3f1344;
    text-decoration: none;
    background-color: transparent;
}
.list-item-header {
    font-family: 'comfortaaregular';
    color: #3f1344;
    font-size: 21px;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    line-height: 2;
    margin-bottom: 15px;
}
.list-item-header:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 5px;
    height: 1px;
    width: 20%;
    background-color: #3f1344;
}
.contact-media-left{
    min-width: 100px;
}

.contact-details .media{
    margin-top: 10px;
}
.contact-details p{
    font-size: 14px;
    font-family: 'comfortaaregular';
    color: #666666;
    line-height: 1.5;
}
.contact-media-left p{
    color:#70227d;
}
.language-list{
    color: #666666;
    font-size: 12px;
    padding: 5px;
    padding-left: 20px;
}

.pagination>li{

    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 5px;
    color: #70227d;
    border-color: #70227d;
    background-color: #e6ebf0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>li>a, .pagination>li>span{
    margin-right: 5px;
    color: #38ff38;
    border-color: #38ff38;
    background-color: #e6ebf0;
}
.pagination{
    margin: 10px 0;
}

footer{
    background-color: #f4f4f4;
}

.footer-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu li{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.copyright{
    color: #b6b6b6;
    font-size: 14px;
    font-family: 'comfortaaregular';
    line-height: 1.2;
    text-transform: lowercase;
}
.footer-menu li a {
    display: block;
    color: #b6b6b6;
    font-size: 14px;
    font-family: 'comfortaaregular';
    padding: 0 15px;
    border-right: 1px solid #b6b6b6;
    line-height: 1.2;
}
.footer-menu li:last-child a{
    border-right: 0px;
}
.back-top-btn{
    font-family: 'comfortaaregular';
    font-size: 10px;
    text-transform: uppercase;
    color: #3f1344;
}
.btn-icon{
    margin-left: 5px;
}
.btn-icon i{
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
.back-top-btn:hover{
    cursor: pointer;
    text-decoration: none;
}

.footer-divider{
    border-top: 1px solid;
    border-color: #efefef;
    width: 100%;
    height:1px;
}
.footer-top{
    padding-top: 75px;
    padding-bottom: 0px;
}
.footer-bottom{
    padding-bottom: 20px;
}
.display--table{
    display: table;
}
.width-whole{
    width: 100%;
}
.height-whole{
    height: 100%;
}
.display--table-cell{
    display: table-cell;
}
.vertical-align--middle{
    vertical-align: middle;
}
.max-height-60{
    max-height: 60px;
}
.align--center{
    margin: 0 auto;
}
.btn-icon-text-container{
    float: left;
}
.btn-icon-text{
    line-height: 40px;
}
.btn, .btn-sm{
    transition: all .3s ease-in;
}
.btn-icon-text-lg{
    line-height: 106px;
}


/******************************* RESPONSIVE ********************************/
@media only screen and (min-width: 769px) {
    .md-display-table{
        display: table;
    }
    .md-display-table-cell{
        display: table-cell;
    }
    .md-vertical-middle{
        vertical-align: middle;
    }
    .jumbotron-section{
        min-height: 100vh;
    }
    .show-desktop {
        display:block;
    }
    .hide-desktop {
        display:none;
    }
}

@media only screen and (min-width: 770px) and (max-width: 991px) {
    .navbar-brand>img {
        height: 48px;
    }
}
@media only screen and (max-width:991px) {
    .aboutServices>.col-md-6:nth-child(2) {
        padding-top: 10px;
    }
}
@media only screen and (max-width:805px) {
    .navbar-brand>img {
        height: 48px;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 768px)/* , (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 3) */
{
    p, li, ul, label, .formcarry-container textarea {
        font-size: 18px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .jumbotron-section h2{
        font-size: 30px;
        font-weight: 700;
    }
    .jumbotron {
        padding-top: 60px;
        padding-bottom: 20px;
        background-color: rgba(255,255,255,0.3);
        margin-bottom: -20px;
        border-radius: 0px;
    }
    .jumbotron-section{
        text-align: center;
        margin-top: 40px;
        padding-bottom: 0px;
    }
    .absolute-image-container .hide-mobile{
        display: none;
    }
    .pageHeaderMobileImage {
        float:right;
        max-width: 150px;
    }
    .nav.navbar-nav {
        text-align: center;
    }
    .navbar-default .navbar-collapse.collapse.in , .navbar-default .collapsing, .navbar-header {
        border-color: transparent;
        border: 0px;
    }
    section {
        padding-top: 10px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .headSection {
        padding-top:60px;
    }
    .section-heading {
        padding-bottom: 30px;
    }
    .pricing-row {
        padding-left:5px;
        padding-right:5px;
    }
    .pricing-table {
        border-top: 5px solid #ebebeb;
        border-bottom: 5px solid #ebebeb;
    }
    .pricing-table>.header {
        font-size: 2rem;
        line-height: 4rem;
        padding: 5px 5px 10px 10px;
        height: 6rem;
    }
    .pricing-table>.price-tag {
        font-size: 3rem;
        line-height: 6rem;
        padding: 5px 5px 10px 10px;
        height: 8rem;
    }
    .pricing-subheading {
        padding-top: 20px;
    }
    .pricing-table .table-bullet {
        height: 3rem;
        line-height: 1rem;
    }
    .pricing-table>.footer>.margin-top-bottom-50 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .formcarry-container, .contentBlock {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hide-mobile {
        display:none;
    }
    .about-mobile {
        background-image:linear-gradient(to bottom,rgb(244 244 244 / 40%),rgb(244 244 244 / 40%)), url(../images/ca-collab.png);
        background-size: cover;
    }
    .about-mobile>.regular-content>p,.about-mobile>.media>.media-body>.media-text>p {
        color: #3f1344;
    }
    .sub {
        padding-top: 20px!important;
        padding-bottom: 40px;
    }
    .highlighter {
        background-color: #ff9fff;
    }
}
@media (max-width:480px) {
    .pricing-table>.header {
        font-size: 1.7rem;
        line-height: 2rem;
        padding: 5px 5px 10px 10px;
        height: 6rem;
    }
}
@media (max-width: 414px)
{
    .subscribe-card{
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer-menu{
        margin-left: -15px;
        margin-right: -15px;
    }

    .news-title{
        font-size: 16px;
    }
    .subscribe-card h3{
        font-size: 18px;
    }
    .navbar-brand{
        font-size: 14px;
    }
    .navbar-brand>img{
        margin-left: 15px;
        font-size: 24px;
    }
}


/****************************************Preloader Css***********************/

@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);
.preloader-body{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;

}
.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
}
.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
}
.cube-folding span::before {
  content: '';
  background-color: #3f1344;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-animation: folding 2.5s infinite linear both;
  -webkit-animation: folding 2.5s infinite linear both;
  animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
  -moz-transform: rotateZ(90deg) scale(1.1);
  -ms-transform: rotateZ(90deg) scale(1.1);
  -webkit-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #34a4ff;
}
.cube-folding .leaf3 {
  -moz-transform: rotateZ(270deg) scale(1.1);
  -ms-transform: rotateZ(270deg) scale(1.1);
  -webkit-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: #83c7ff;
}
.cube-folding .leaf4 {
  -moz-transform: rotateZ(180deg) scale(1.1);
  -ms-transform: rotateZ(180deg) scale(1.1);
  -webkit-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: #5cb6ff;
}

@-moz-keyframes folding {
  0%, 10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes folding {
  0%, 10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}
.cube-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
  -moz-animation: shadow 0.5s ease infinite alternate;
  -webkit-animation: shadow 0.5s ease infinite alternate;
  animation: shadow 0.5s ease infinite alternate;
}
.cube-wrapper .loading {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  color: #3f1344;
  position: relative;
  top: 25px;
  z-index: 2;
  -moz-animation: text 0.5s ease infinite alternate;
  -webkit-animation: text 0.5s ease infinite alternate;
  animation: text 0.5s ease infinite alternate;
}

@-moz-keyframes text {
  100% {
    top: 35px;
  }
}
@-webkit-keyframes text {
  100% {
    top: 35px;
  }
}
@keyframes text {
  100% {
    top: 35px;
  }
}
@-moz-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}


@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  16.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 1;
  }
  16.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  16.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.btn-default:hover{
    background-color: #70227d;
    color: #fff;
}
.bg-white{
    background-color: #fff;
}
.border-white{
    border-color: #fff;
}
.border-white-opacity{
    border-color: rgba(255,255,255,0.2);
}
.text-white{
    color: #fff;
}
.margin-left-10{
    margin-left: 10px;
}
.btn-icon-container-lg i{
    font-size: 24px;
}
.text-theme{
    color: #3f1344;
}

.innter-shadow-black {
   -webkit-box-shadow: inset 0 8px 6px -6px black;
       -moz-box-shadow: inset 0 8px 6px -6px black;
            box-shadow: inset 0 8px 6px -6px black;
}

#blog-carousel .owl-pagination{
    margin-top: 50px;
}
#blog-carousel .owl-theme .owl-controls .owl-page span{
    background-color: transparent;
    border-color: #3f1344;
}

.testimonial-sliders .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
}
.testimonial-sliders .owl-controls .owl-prev{
    float: left;
}
.testimonial-sliders .owl-controls .owl-next{
    float: right;
}
.testimonial-sliders .owl-controls .owl-buttons div{
    background: transparent !important;
}
.margin-top-bottom-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.btn-o{
    background-color: transparent;
    color: #3f1344;
    border-color: #3f1344;
    border:1px solid;
}
.btn-sm {
    padding: 12px 24px!important;
}

.btn-sm:hover{
    background-color: #70227d;
    color: #fff;
}
/********************************** CONTACT FORM *****************************/

.formcarry-container {
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    font-family: 'comfortaaregular';
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
  
    width: 400px;
  
    /* NORMAL */
    --fc-border-color: #3f1344;
    --fc-normal-text-color: #000000;
    --fc-normal-placeholder-color: #aa9aaa;
  
    /* PRIMARY COLOR | HSL FORMAT*/
    --fc-primary-color-hue: 291;
    --fc-error-color-hue: 356;
    --fc-primary-hsl: var(--fc-primary-color-hue), 56%, 31%;
    --fc-error-hsl: var(--fc-error-color-hue), 100%, 54%;
  
    /* HOVER */
    --fc-field-hover-bg-color: #Ffccff;
    --fc-border-hover-color: #70227d;
    --fc-field-hover-text-color: #19073b;
  
    --fc-border-active-color: #1463FF;
  }
  
  .formcarry-container * {
    box-sizing: border-box;
  }
  
  .formcarry-container label {
    display: block;
    cursor: pointer;
  }
  
  .formcarry-container .formcarry-block:not(:first-child) {
    margin-top: 16px;
  }
  
  /*=============================================
  =            Fields           =
  =============================================*/
  
  .formcarry-container input,
  .formcarry-container textarea,
  .formcarry-container select {
    margin-top: 4px;
    width: 100%;
    height: 42px;
    border: 1px solid var(--fc-border-color);
    box-shadow: 0 1px 2px var(--fc-border-color);
    color: var(--fc-normal-text-color);
    border-radius: 10px;
    padding: 8px 12px;
  
    font-family: 'comfortaaregular';
    font-size: 14px;
    transition: 125ms background, 125ms color, 125ms box-shadow;
  }
  
  .formcarry-container textarea {
    min-height: 188px;
    max-width: 100%;
    padding-top: 12px;
  }
  
  .formcarry-container input::placeholder,
  .formcarry-container textarea::placeholder,
  .formcarry-container select::placeholder {
    color: var(--fc-normal-placeholder-color);
  }
  
  .formcarry-container input:hover,
  .formcarry-container textarea:hover,
  .formcarry-container select:hover {
    border-color: var(--fc-border-hover-color);
    background-color: var(--fc-field-hover-bg-color);
  }
  
  .formcarry-container input:hover::placeholder,
  .formcarry-container textarea:hover::placeholder,
  .formcarry-container select:hover::placeholder {
    color: var(--fc-field-hover-text-color);
  }
  
  .formcarry-container input:focus,
  .formcarry-container textarea:focus,
  .formcarry-container select:focus {
    background-color: #fff;
    border: 2px solid hsl(var(--fc-primary-hsl));
    box-shadow: hsla(var(--fc-primary-hsl), 8%) 0px 0px 0px 3px;
    outline: none;
  }
  
  .formcarry-container input:focus,
  .formcarry-container select:focus {
    padding: 8px 11px;
  }
  
  .formcarry-container textarea:focus {
    padding: 11px;
  }
  
  .formcarry-container select {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9997 14.5001L8.46387 10.9642L9.64303 9.78589L11.9997 12.1434L14.3564 9.78589L15.5355 10.9642L11.9997 14.5001Z' fill='%236C6F93'/%3E%3C/svg%3E%0A");
    /* background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px); */
    background-size: 24px 24px;
    background-position: 98%;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
  }
  
  .formcarry-container button {
    font-family: 'comfortaaregular';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    height: 40px;
    line-height: 24px;
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: hsla(var(--fc-primary-hsl));
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 0 transparent;
  
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 125ms all;
  }
  
  .formcarry-container button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), hsla(var(--fc-primary-hsl));
    color: #aa9aaa;
  }
  
  .formcarry-container button:focus {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), hsla(var(--fc-primary-hsl));
    border-inline: 1px solid inline rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px 3px rgba(var(--fc-primary-hsl), 12%);
  }
  
  .formcarry-container button:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), hsla(var(--fc-primary-hsl));
  }
  
  .formcarry-container button:disabled {
    background-color: hsla(var(--fc-primary-hsl), 40%);
    cursor: not-allowed;
  }
  
  .formcarry-container input:focus:required:invalid,
  .formcarry-container input:focus:invalid,
  .formcarry-container select:focus:required:invalid,
  .formcarry-container select:focus:invalid,
  .formcarry-container textarea:focus:invalid,
  .formcarry-container textarea:focus:required:invalid,
  .formcarry-container .fc-field-error {
    color: hsl(var(--fc-error-hsl));
    border-color: hsl(var(--fc-error-hsl));
    box-shadow: 0px 0px 0px 3px hsla(var(--fc-error-hsl), 12%);
  }
  
  /*=====  End of Fields  ======*/
  
  .formcarry-message-block {
    display: none;
  
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.00) 100%), #070B12;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 12px 40px 12px 16px;
  
    gap: 8px;
    align-items: center;
  
    position: relative;
    color: #fff;
  }
  
  .formcarry-message-block.active {
    display: grid;
    grid-template-columns: 24px 1fr 24px;
  }
  
  .formcarry-message-block .fc-message-icon {
    display: block;
    width: 24px;
    height: 24px;
  }
  
  .formcarry-message-block.fc-error .fc-message-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 18H7.94101C7.64391 16.7274 6.30412 15.6857 5.75395 14.9992C4.65645 13.6297 4 11.8915 4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10C20 11.8925 19.3428 13.6315 18.2443 15.0014C17.6944 15.687 16.3558 16.7276 16.059 18H13V13H11V18ZM16 20V21C16 22.1046 15.1046 23 14 23H10C8.89543 23 8 22.1046 8 21V20H16Z' fill='%23F8FAFF'%3E%3C/path%3E%3C/svg%3E");
    fill: #fff;
    background-size: cover;
  }
  
  .formcarry-message-block.fc-success .fc-message-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F8FAFF' d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM11.0026 16L18.0737 8.92893L16.6595 7.51472L11.0026 13.1716L8.17421 10.3431L6.75999 11.7574L11.0026 16Z'%3E%3C/path%3E%3C/svg%3E");
    fill: #fff;
    background-size: cover;
  }
  
  .fc-message-close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 10.5858L9.17157 7.75736L7.75736 9.17157L10.5858 12L7.75736 14.8284L9.17157 16.2426L12 13.4142L14.8284 16.2426L16.2426 14.8284L13.4142 12L16.2426 9.17157L14.8284 7.75736L12 10.5858Z' fill='rgba(255,255,255,1)'%3E%3C/path%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
  
    position: absolute;
    top: calc(50% - 12px);
    right: 14px;
    cursor: pointer;
  }
  
  .fc-field-error-message {
    padding: 2px 0 0 0;
    color: hsl(var(--fc-error-hsl));
  }