@charset "UTF-8";

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/

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: 'Montserrat', sans-serif;
    position: relative;
    color:#666;
    font-size: 14pt;
}

a {
    color: #214460;
}

a:hover,
a:focus {
    color: #447396; text-decoration:none;
}

h1 {
    font-weight:600;font-size: 30pt; color:#fff;
}

h2 {
    font-weight:600;font-size: 30pt;
}

h3 {
    color: #214460;
    font-weight:600;
	font-size:20pt;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #633991;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #3ab558;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.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: #fff;
    background-color: #447396;
	border-color: #447396;
}

.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;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
    background-color:#ccd0d3;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color:#ccd0d3;
    /*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;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
        font-weight:bold;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #cd99d4;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
    .navbar-dark .navbar-nav .nav-link{color:#214460;}
    .btn-outline-light{border-color: #214460;background-color: #214460;font-weight: bold !important;}
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 50px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {background:url(../images/banner.jpg) no-repeat center; height:479px; background-size:cover;}
.bg-gradient h1{font-weight:500; font-size:30pt; padding:10%; color:#214460; text-align:right;}
.bg-gradient input{font-size:11pt; border-radius:30px; border:0px; padding:14px 20px; width:40%;}
@media (max-width:1200px) {.bg-gradient h1{font-size:15pt; padding:0px;}}
.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* 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;
}

.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;
}


/*  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: #fff;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #3ab558;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

.menu{background-color:#f7f7f7; padding:10px 0px;}

.green-butt-top a{background-color:#3ab659; display: inline-block; padding: 10px 40px; border-radius: 25px; color: #fff; margin: 40px 0 0 0; text-transform:uppercase; font-weight:500;}
.green-butt-top a:hover{background-color:#427195; text-decoration:none;}

.blue-butt-top a{background-color:#427195; display: inline-block; padding: 10px 40px; border-radius: 25px; color: #fff; margin: 40px 0 0 0; text-transform:uppercase; font-weight:500;}
.blue-butt-top a:hover{background-color:#3ab659; text-decoration:none;}

.blue-dark-button a{background-color:#0d4d7c; display: inline-block; padding: 10px 40px; border-radius: 25px; color: #fff; margin:20px 0 0 0; text-transform:uppercase; font-weight:500; text-decoration:none;}
.blue-dark-button a:hover{background-color:#3ab558; text-decoration:none;}

.services-we-Offer{background-color:#214460; text-align:center; padding:30px 0px; color:#fff; font-weight:600; font-size:20pt;}

.inner-services-we-Offer{background-color:#214460; text-align:center; padding:30px 0px; color:#fff; font-weight:600; font-size:30pt; text-transform:uppercase;}

@media (min-width:991px) {.inner-services-we-Offer{margin-top: 106px;}}
@media (max-width:990px) {.inner-services-we-Offer{margin-top: 167px;}}

.intro-bg{background-color:#ccd0d3; padding:40px 0px;}
.intro-bg p{color:#333;}

.services-we-Offer-box a{color:#0d4d7c; font-size:18pt; font-weight:400;}
.services-we-Offer-box a:hover{color:#3ab659; text-decoration:none;}
.services-we-offer-border {
 border: 3px solid #3ab659;
 padding: 42px 0px;
 display: inline-block;
 border-radius: 100%;
 width: 150px;
 height: 150px;
}

.why-book-with-tasktakl-bg{background:url(../images/why-book-with-tasktakl-bg.jpg) no-repeat center; background-size:cover; height:414px; padding:60px 0px; color:#fff;}
.why-book-with-tasktakl-bg h2{font-weight:600; font-size:30pt; color:#fff;}
.why-book-with-tasktakl-bg ul li{font-weight:500; font-size:14pt; line-height:35px; list-style-image:url(../images/true-icon.png);}

.your-happiness h2{font-weight: 600;font-size: 30pt;color: #fff;}
.your-happiness p{color: #666; line-height:30px;}
.your-happiness .row, .your-happiness .col-md-6{padding:0px; margin:0px;}
.green-bg{background-color:#f7f7f7;}
.your-happiness-img{background:url(../images/your-happiness-right-img.jpg) no-repeat center; height:487px; background-size:cover;}

.foot-bg-gray{background-color:#333; padding:13px 0px; color:#fff;}
.foot-bg-gray a{ color:#fff; line-height:27px; font-size:12pt;}
.foot-bg-gray a:hover{ color:#3ab558; text-decoration:none;}

.footer-green-butt a{color:#fff; background-color: #447396; display: inline-block;padding: 10px 30px;color: #fff;margin:10px 0;text-transform: uppercase;font-weight:200;text-decoration: none; letter-spacing:1px;}
.footer-green-butt a:hover{text-decoration:none; color:#fff; background-color:#447396;}

.copyright{font-size:10pt;}
.copyright a{color:#666;}
.copyright a:hover{color:#447396; text-decoration:none;}


.driver-img{background:url(../images/drive-right-img.jpg) no-repeat center; height:550px; background-size:cover;}
.driver .row, .driver .col-md-6{padding:0px; margin:0px;}
.driver h4{color:#333; font-size:20pt; font-weight:600;}

.food-img{background:url(../images/food-right-img.jpg) no-repeat center; height:550px; background-size:cover;}
.food .row, .food .col-md-6{padding:0px; margin:0px;}
.food h4{color:#333; font-size:20pt; font-weight:600;}
.food input{font-size:11pt; border-radius:30px; border:1px solid #cbc9c9; padding:14px 20px;}

.general-banner{background:url(../images/general-banner.jpg) center no-repeat; height:307px; background-size:cover;}

.white-bg{background-color:#fff; box-shadow:0px 2px 5px #f1f1f1; margin-bottom:30px; padding:20px 20px;}
@media (min-width:991px) {.white-bg{top: -60px;position: relative;}}
.white-bg input{font-size:11pt; border-radius:30px; border:1px solid #cbc9c9; padding:14px 20px;}
@media (min-width:991px) {.white-bg input{width:40%;}}
.pick-a-job {
 border:2px solid #dedede;
 padding: 42px 0px;
 display: inline-block;
 border-radius: 100%;
 width: 150px;
 height: 150px; margin-bottom:10px;
}

.list-banner{background:url(../images/list-banner.jpg) center no-repeat; height:307px; background-size:cover;}

.grey-bg-list{background-color:#fbf9f9; padding:25px 15px; margin-bottom:20px;}
.white-bg-list{background-color:#fff; padding:25px 15px; margin-bottom:20px;}
.list h6{color: #447396; font-weight: 600; font-size:16pt;}
.pool-cleaners-cir {
	border:0px solid #dedede;
    padding: 42px 0px;
    display: inline-block;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    top: -95px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 2px 5px #f1f1f1;
}


.pick-service ul li{line-height:40px; list-style-image:url(../images/arrow-right.png);}
.pick-service ul li:hover{line-height:40px; list-style-image:url(../images/arrow-right-white.png); background-color:#3ab659;}


.pick-service-arrow a{color:#666; background:url(../images/arrow-right.png) no-repeat left; background-position:10px center; padding:10px 10px 10px 30px; display:block;}
.pick-service-arrow a:hover{color:#fff; text-decoration:none; background:#3ab659 url(../images/arrow-right-white.png) no-repeat left; background-position:10px center; padding:10px 10px 10px 30px;}

.pool-detail ul li{padding:6px 0px;}
li.user-icon{list-style-image:url(../images/user-icon.png);}
li.call-icon{list-style-image:url(../images/call-icon-contact.png);}
li.mail-icon{list-style-image:url(../images/mail-icon.png);}
li.location-icon{list-style-image:url(../images/location-icon.png);}
li.web-icon{list-style-image:url(../images/web-icon.png);}
li.time-icon{list-style-image:url(../images/time-icon.png);}

.pool-detail h5{color:#105281; font-weight:400;}
.small-title-contact{color:#105281; font-weight:400; font-size:15pt;}


	

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index:99999; /* Sit on top */
  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.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width:300px; /* Could be more or less, depending on screen size */
}
@media (max-width:450px) {.modal-content {width:90%;}}
/* The Close Button (x) */
.close {
  position: absolute;
  right:7px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

.kg-feature span{width: 100%;color: #214460;display: block;padding-bottom: 20px; font-weight:bold;}
.kg-content{display: flex;flex-direction: column;justify-content: center;}

input{border:1px solid #ccc; width:100%;}

button{color:#fff; background-color: #214460; border:0px; display: inline-block;padding: 10px 30px;color: #fff;margin:10px 0;text-transform: uppercase;font-weight:200;text-decoration: none; letter-spacing:1px; cursor:pointer; width:100%;}
button:hover{background-color: #447396;}

.kg-bull li{padding-bottom:20px; list-style-image:url(../images/arrow-right.png);}



.vertical-tabs{padding:10px;}
.vertical-tabs .nav-tabs .nav-link{background:#fff;border:1px solid transparent; border-radius:0px;}
.vertical-tabs .nav-tabs .nav-link.active{border-color:transparent !important; color:#fff; background-color:#214460; border-radius:0px;}
.vertical-tabs .nav-tabs .nav-link{background-color:#f9f9f9; color:#214460;}
.vertical-tabs .tab-content>.active{background:#fff;display:block;}
.vertical-tabs .nav.nav-tabs{border-bottom:0;border-right:1px solid #fff;display:block;float:left;margin-right:20px;padding-right:15px;}
.vertical-tabs div.tab-content{max-height:200px;}
.vertical-tabs .sv-tab-panel{background:#fff;padding-top:10px;}
.vertical-tabs div#home-v.tab-pane .sv-tab-panel{background:#fff}
.vertical-tabs div#profile-v.tab-pane .sv-tab-panel{background:#fff;}
.vertical-tabs div#messages-v.tab-pane .sv-tab-panel{background:#fff}
.vertical-tabs div#settings-v.tab-pane .sv-tab-panel{background:#fff}