@charset "UTF-8";

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}

a {
    color: #e38cb7;
}

a:hover,
a:focus {
    color: #d6619c;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #633991;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #633991;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #633991;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    
    max-width: 100%;
    
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,.15);
    border-radius: 0;
    outline: 0;
    padding: 0.5rem;
}
p {
    color: #959094;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #e38cb7 !important;
}

.bg-gradient .text-primary {
    color: #fff!important;
    opacity: 0.5;
}
.bg-gradient p a {
    color: #fff;
    opacity: 1;
}

.light-font {
    font-weight: 300;
}

.animationload {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#efefef;
    z-index:999999; 
}
.loader {
    width:200px;
    text-indent:-99999;
    height:200px;
    font-size:0;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/loading.svg); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
    letter-spacing: 0.1em;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #f7efef;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
    transition: all 0.3s ease-in-out;
}
.btn-light:hover {
    color: #111;
    background-color: #f5ecff;
    border-color: #dae0e5;
    transform: translateY(-3px);
    -moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #fdfbff;
}

.white-bg {
    background-color: #ffffff;
}

section {
    padding: 110px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    section{
        padding: 5.0rem 0;
    }
	
	.div_section {
		padding: 2.0rem 0;
	}
}


 .hero-bg {
    background: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.5)),url(../images/bg.jpg) center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

/* NAVBAR
----------------------*/

.nav-menu {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.nav-menu.affix{
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.navbar-brand img{
    max-width:  120px;
	max-height: 68.2px;
}
a.navbar-brand {
    /*position: absolute;
    top: -30px;
    left: 0;*/
    display: block;
    padding: 0 15px;
}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.affix .scroll-hide {
   display: none;
}
.affix .scroll-show {
    display: block;
}
.affix-top .scroll-show {
    display: none;
}
.scroll-show{
    height: 150px;
    width: 264px;
}
.affix .scroll{
    top:-5px;

}

.nav-link{
    letter-spacing: 0.1em;
}
.navbar{
    padding: 15px 0;
}

.nav-menu:after,
.nav-menu.menu-is-open:after {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(135deg, rgb(59, 16, 107) 0%, rgb(255, 44, 146) 100%);
    background: -webkit-linear-gradient(135deg, rgb(59, 16, 107) 0%, rgb(255, 44, 146) 100%);
    background: linear-gradient(135deg, rgb(59, 16, 107) 0%, rgb(255, 44, 146) 100%);
    z-index: -1;
}
.nav-menu.is-scrolling:after,
.nav-menu.menu-is-open:after {
    background: -moz-linear-gradient(135deg, rgb(59, 16, 107) 0%, rgb(255, 44, 146) 100%);
    background: -webkit-linear-gradient(135deg, rgb(59, 16, 107) 0%, rgb(255, 44, 146) 100%);
    background: linear-gradient(135deg, rgb(59, 16, 107) 0%, rgb(255, 44, 146) 100%);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.nav-menu.is-scrolling,
 {
    /*background-color: rgb(134, 23, 96); 
    
    background: -moz-linear-gradient(135deg, rgb(59, 16, 107) 0%, rgb(255, 44, 146) 100%);
    background: -webkit-linear-gradient(135deg, rgb(59, 16, 107) 0%, rgb(255, 44, 146) 100%);
    background: linear-gradient(135deg, rgb(59, 16, 107) 0%, rgb(255, 44, 146) 100%);*/

    /*background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);*/
    
}

/*.nav-menu.is-scrolling {
    padding: 2px 0; 
}*/

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #cd99d4;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 130px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    position: relative;
    background-image: -moz-linear-gradient( 135deg, rgba(97, 36, 136,0.8) 0%, rgba(197, 48, 124,0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(97, 36, 136,0.8) 0%, rgba(197, 48, 124,0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(97, 36, 136,0.8) 0%, rgba(197, 48, 124,0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(97, 36, 136,0.8) 0%, rgba(197, 48, 124,0.8) 100%);

    /*background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);*/
    /*    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(97, 102, 255, 0.4) 10%,rgba(206, 135, 230, 0) 40%), linear-gradient(to bottom, rgba(232, 254, 255, 0.25) 0%,rgba(101, 80, 150, 0.4) 100%), linear-gradient(135deg, rgba(171, 23, 23, 0.7) 0%,rgba(170, 14, 255, 0.7) 100%);
*/
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 80%;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 500px;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 90%;
    }
    header{
        padding: 90px 0 0;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}
.card.features .card-body{
    padding: 0.8rem 0.5rem;
}
.card.features .media-body{
    padding-left: 0.5rem;
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}
@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}
@media (max-width:767px) {
    .card.features .media-body{
        padding: 0;
    }

    .card-body .media{
        display: block;
    }
    .card.features:before{
        width: 100%; 
        height: 3px;
    }
    .card.features .card-body{
        text-align: center;
    }
}



.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
        padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*margin-bottom: 1.5rem;*/
    background-color: #FFF;
    color: #f5378e;
    font-size: 30px;
    text-align: center;
    line-height: 20px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.counter-icon {
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    font-size: 80px;
    color: #e8e8e8;
    bottom: 0;
    right: 15%;
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}
.ui-steps{
    width: 100%;
}
.ui-steps li {
    padding: 15px 0;
}

.ui-steps li p {
	margin-block-end: 0px;
}

.ui-steps li div.media-body {
	line-height: 40px;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}

#ahead .media-body p {
    font-size: 140%;
    font-weight: 300;
}

/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}
.owl-carousel .owl-stage{
    padding-bottom: 1.5rem;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.75);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}




/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    /*color: #FFF;*/

}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
     /*color: #FFF;*/
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #959094;
    opacity: 0.88;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}

#team{
    background: #efefef;
    padding-bottom: 50px!important;
    position: relative;
}
.team-bg {
    background: url(../images/footer-bg.png) no-repeat top;
    height: 220px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.team-img{
    position: relative;
    z-index: 1;
}
@media (max-width:767px) {
    .team-img{
        width: 100%; 
    }
}
.img-40{
    width: 40%;
}

/*  FOOTER
----------------------*/

.social-icons {
    text-align: right;
}

footer.footer-cityu {
    padding: 30px 0;
    background: #4f5b5e;
    text-align: left;
    font-size: 90%;    
    
    border-bottom: 15px solid #bf2269;
    font-weight: 300;
    line-height: 1.4em;
}

footer.footer-cityu p{
    color: #f2f2f2;
}

footer.footer-cityu a {
    color: #d0d0d0;
    display: inline-block;
    padding: 0 8px;
}
footer.footer-cityu a:hover {
    color: #fff;
}


.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #f4c9e2;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #e38cb7;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}



#return-to-top {
    z-index: 1099;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    top: 0;
    font-size: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    
}
#return-to-top:hover i {
        top: -4px;
    }
    .incompatibility-message {
    z-index: 9999;
    position: absolute;
    top: 0;
    display: block;
    background: #403636;
    padding: 50px 30px;
    color: #fff;
}
@media (max-width:767px) {
    .hidden-xs{
        display: none;
    }
}


/* for cap message */
.w750 .mt-5, .my-5{
    margin-top: 0 !important;
}
.w750 .nav-menu{
    display: none;
}
@media (min-width: 576px){
    .w750 .container {
        max-width: 700px;
    }
    .w750 .col-sm-6 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

@media (max-width: 767px){
    .w750 header {
        padding: 30px 0 0;
    }
    .w750 .img-holder {
        padding-bottom: 56%;
    }
    section {
        padding: 1.2rem 0;
    }
}

.w750 #return-to-top{
    display: none!important;
}

.w750 .facts-content p{
    text-align: center;
}
.w750 .counter-area {
    text-align: center;
}
.w750 #gallery{
    display: none;
}
.w750 #ahead {
    background: #fdfbff;
    padding: 2em 0;
}
.w750 .ui-steps li {
    padding: 15px;
    width: 33%;
    float: left;
}
.w750 .mb-4,.w750 .my-4{
    margin: 0 !important;
}

@media (max-width: 992px){
    .w750 .circle-icon {
        width: 50px;
        height: 50px;
        font-size: 28px;
        line-height: 32px;
    }
}

.w750 #ahead .media-body p{
    font-size: 120%;
}

.w750 .ui-steps li:not(:last-child){
    border-bottom: none;
}

.w750 footer.footer-cityu{
    padding: 0 0 10px;
    border-bottom: none;
}

.w750 .footer-link{
    display: none;
}