@charset "UTF-8";

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/
Changes : Steve Beeston 29/3/24

Copyright © All rights Reserved 

*/


/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/

body {
    font-family: Helvetica, '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;
}

blockquote {
    opacity: 0.8;
    color: #111;
    background: linear-gradient(lightcyan, lightgray);
    padding: 5px;
}

p {
    color: #959094;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

/* Limit the height of the tweet widget */
/*#twitter-widget-0 {height:290px !important;}*/

.smaller-font{
    font-size: 11px;
}

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.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: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #faf6fb;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

.text-black {
    color: #000;
}

/* Steve Beeston 29/3/24 */
button a {
   color: #633991;
}

/* Steve Beeston 29/3/24 */
button a:hover {
   text-decoration: none;
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(74, 13, 143);
    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%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

.margin-top-1 {
    margin-top: 1%;
}


.margin-top-3 {
    margin-top: 3%;
}

.margin-top-5 {
    margin-top: 5%;
}


.margin-btm-5 {
    margin-bottom: 5%;
}

.margin-top-10 {
    margin-top: 10%;
}

.walkman-size{
    height: 35%;
    width: 35%;
}

.company-logo-size{
    height: 20%;
    width: 20%;
}

.footer-logo-size{
    height: 150px;
    width: 100%;
    padding: 15px;
}

.client-logo-size{
    height: 8%;
    width: 100px;
}

.walkingMan-logo-size{
    height: 12%;
    width: 12%;
}

.radio-logo-size{
    height: 80px;
    width: 80px;
}

.margin-top-btm-3 {
    margin-top: 3%;
    margin-bottom: 3%;
}

.margin-top-btm-1 {
    margin-top: 1%;
    margin-bottom: 1%;
}

.margin-right-0{
    margin-right: 0px;
}

.padding-btm-10 {
    padding-bottom: 10%;
}

.padding-top-10 {
    padding-top: 10%;
}

@media screen and (min-width:768px) and (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;
    }
    .body{
        width: 100%;
    }

    .footer-logo-size{
        height: 70%;
        width: 80%;
    }

}

@media screen and (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
    .body{
        width: 100%;
    }

    .footer-logo-size{
        height: 70%;
        width: 100%;
        padding: 15px;
    }
}



/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    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%);
    width: 100%;
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 800px;
    margin: 0 auto;
}

.tagline-black {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (min-width: 1400px) {
    .smaller-font {
        font-size: 18px;
    }
    .small {
        font-size: 16px;
    }
    .twitterbox {
        width:300px;
        margin-left:25%;
    }

    .carousel-inner .carousel-item p {
        width: 60%;
        text-align: center;
        margin: 0 auto 0 auto;
    }

    .carousel-control-prev-icon {
        margin-left: -50px;
    }
    .carousel-control-next-icon {
        margin-right: -50px;
    }

    .captcha_code {
        margin-left: -180px;
    }

    .margin-left-40 {
        margin-left: 40%;
    }
}

@media (max-width:1300px) {
    .img-holder {
        padding-bottom: 50%;
    }

    .twitterbox {
        width:290px;
        margin-left:11%;
    }

    .captcha_code {
        margin-left: -180px;
    }

    .margin-left-40 {
        margin-left: 40%;
    }
}

@media (max-width:767px) {
    .walkingMan-logo-size{
        display: none;
    }
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }

    .company-logo-size{
        height: 65%;
        width: 65%;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        display: none;
    }
    .twitterbox {
        width:300px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .contactUs {
        margin-top: 10px;
    }

    .footer-logo-size {
        height: 40%;
        width:60%;
    }

    .captcha_code {
        margin-left: -30%;
    }
    #captcha_code {
        border: solid 1px;
    }

    .margin-left-40 {
        margin-left: 0;
    }
    #mobile-hidden {
        display: none;
    }
}


/* 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;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.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;
}

.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: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }

}

.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 li {
    padding: 15px 0;
}

.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;
    }

}


/*  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-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.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.8);
    transition: all 0.3s ease-in;
    overflow-x: hidden;
}
.img-gallery .owl-item.center {
    transform: scale(1);
}




/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }

}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.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: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel
    {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
    .walkingMan-logo-size{
        display: none;
    }
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }

}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: right;
}

.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;
    }
}

/*------------------
    Image Modal
--------------------*
//* Style the Image Used to Trigger the Modal */
/* Gallery: General */

.carousel-inner .carousel-item p {
    background: linear-gradient(white, lightgrey);
    color: #111;
    opacity: 0.6;
}

#gen01, #gen02, #gen03,
#gen04, #gen05, #gen06,
#gen07, #gen08, #gen09,
#uni01, #uni02, #uni03, #uni04, #uni05,
#uni06, #uni07, #uni08,#uni09, #uni10,
#uni11, #uni12, #uni13,#uni14, #uni15,
#uni16, #uni17, #uni18,#uni19, #uni20,
#uni21, #uni22, #uni23,#uni24, #uni25,
#uni26, #uni27, #uni28,#uni29, #uni30,
#uni31, #uni32, #uni33, #uni34, #uni35,
#uni36, #uni37,
#ing01, #ing02, #ing03, #ing04,
#ing05, #ing06, #ing07, #ing08,
#ing09, #ing10, #ing11, #ing12,
#ing13, #ing14, #ing15, #ing16,
#ing17, #ing18, #ing19, #ing20,
#rd01, #rd02, #rd03, #rd04, #rd05, #rd06,
#rd07, #rd08, #rd09, #rd10, #rd11, #rd12,
#rd13, #rd14, #rd15, #rd16, #rd17, #rd18,
#rd19, #rd20, #rd21, #rd22, #rd23,#rd24,
#rd25, #rd26, #rd27
{
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 800px;
    height: 450px;
}

#gen01:hover, #gen02:hover, #gen03:hover,
#gen04:hover, #gen05:hover, #gen06:hover,
#gen07:hover, #gen08:hover, #gen09:hover,
#mk01:hover, #mk02:hover, #mk03:hover,
#mk04:hover, #mk05:hover,
#uni01:hover, #uni02:hover, #uni03:hover, #uni04:hover, #uni05:hover,
#uni06:hover, #uni07:hover, #uni08:hover, #uni09:hover, #uni10:hover,
#uni11:hover, #uni12:hover, #uni13:hover, #uni14:hover, #uni15:hover,
#uni16:hover, #uni17:hover, #uni18:hover, #uni19:hover, #uni20:hover,
#uni21:hover, #uni22:hover, #uni23:hover, #uni24:hover, #uni25:hover,
#uni26:hover, #uni27:hover, #uni28:hover, #uni29:hover, #uni30:hover,
#uni31:hover, #uni32:hover, #uni33:hover, #uni34:hover, #uni35:hover,
#uni36:hover, #uni37:hover,
#ing01:hover, #ing02:hover, #ing03:hover, #ing04:hover,
#ing05:hover, #ing06:hover, #ing07:hover, #ing08:hover,
#ing09:hover, #ing10:hover, #ing11:hover, #ing12:hover,
#rd01:hover, #rd02:hover, #rd03:hover, #rd04:hover, #rd05:hover,
#rd06:hover, #rd07:hover, #rd08:hover, #rd09:hover, #rd10:hover,
#rd11:hover, #rd12:hover, #rd13:hover, #rd14:hover, #rd15:hover,
#rd16:hover, #rd17:hover, #rd18:hover, #rd19:hover, #rd20:hover,
#rd21:hover, #rd22:hover, #rd23:hover, #rd24:hover, #rd25:hover,
#rd26:hover, #rd27:hover
{opacity: 0.7;}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption1, #caption2, #caption3, #caption4 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption1,
#caption2, #caption3,
#caption4 {
    animation-name: zoom;
    animation-duration: 0.6s;
}

/* The Close Button */
.close1,
.close2,
.close3,
.close4 {
    position: absolute;
    top: 85px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close1:hover, .close2:hover, .close3:hover, .close4:hover,
.close1:focus, .close2:focus, .close3:focus, .close4:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: 100px auto 0 auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
    .carousel-inner {
        width:125%;
        margin:0 -35px 10px;
    }
}

@media only screen and (min-width: 1500px){
    .offset-lg-3 {
        margin-left: 58.333333%;
    }
}