@charset "utf-8";

/*
Copyright (c) 2017
[Master Stylesheet]
Theme Name : App Presentation-Multipurpose Landing Page-UiSumo
Version    : 1.0
Author     : UiSuMo Team
Author URI : https://uisumo.com
Support    : uisumo@gmail.com
*/


/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------*/


/*
## GENERAL STYLES 
## TYPOGRAPHY 
## BUTTONS AND LINKS SECTION 
## PAGE PRELOADER SECTION 
## NAVIGATION BAR SECTION 
## HERO HEADER SECTION 
## OWL CAROUSEL SLIDER 
## FOOTER SECTION 
## BACK TO TOP 
## COLOR THEAME SECTION

font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

*/


/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------*/

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden !important;
}


/* ----------------------------------
     BUTTONS AND LINKS SECTION
---------------------------------- */

.ap-btn-outline {
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    background-color: #1abc9c;
    border-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 10px 25px;
    margin-right: 15px;
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0px rgba(26, 188, 156, 0) !important;
}

.ap-btn-outline:hover,
.btn-info:hover {
    background-image: -webkit-linear-gradient(right, #333333, #1abc9c);
    background-image: -ms-linear-gradient(right, #333333, #1abc9c);
    background-image: -moz-linear-gradient(right, #333333, #1abc9c);
    background-image: -o-linear-gradient(right, #333333, #1abc9c);
    background-image: linear-gradient(to left, #333333, #1abc9c);
    color: #fff;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.ap-info-btn:not([disabled]):not(.disabled).active,
.ap-info-btn:not([disabled]):not(.disabled):active,
.show>.ap-info-btn.dropdown-toggle {
    color: #fff;
    background-image: -webkit-linear-gradient(right, #333333, #1abc9c);
    background-image: -ms-linear-gradient(right, #333333, #1abc9c);
    background-image: -moz-linear-gradient(right, #333333, #1abc9c);
    background-image: -o-linear-gradient(right, #333333, #1abc9c);
    background-image: linear-gradient(to left, #333333, #1abc9c);
    border-color: #FFFFFF;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}

.btn-primary:hover {
    color: #fff;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}

.ap-info .ap-info-btn {
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    background-color: #1abc9c;
    padding: 12px 30px 12px;
    text-transform: capitalize;
    border-radius: 5px;
}

.btn-info {
    background-color: #1cbc9c;
    border-color: #1cbc9c;
}

.btn{
    cursor:pointer;
}

/*MEDIA QUERIES SECTION*/

@media(max-width:767px) {
    .navbar-light .navbar-toggler {
        background-color: #FFFFFF;
    }
}


/* ----------------------------------
        Buttons & Links SECTION
---------------------------------- */


/* ----------------------------------
        PAGE PRELOADER SECTION
---------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F6F6F6;
    z-index: 99999;
}

#preloader > img {
    margin: 400px auto;
    display: block;
}

@media(min-width:768px) and (max-width:1023px) {
    #preloader > img {
        margin: 200px auto;
        display: block;
    }
}

@media(min-width:576px) and (max-width:767px) {
    #preloader > img {
        margin: 300px auto;
        display: block;
    }
}

@media(min-width:300px) and (max-width:575px) {
    #preloader > img {
        margin: 200px auto;
        display: block;
    }
}


/* ----------------------------------
        PAGE PRELOADER SECTION
---------------------------------- */


/* ----------------------------------
        NAVIGATION BAR SECTION
---------------------------------- */

.navbar-expand-md .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-left:30px;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link.active {
    font-family: Montserrat;
    color: #000000;
    font-size: 15px;
    font-weight:500;
    line-height: 24px;
    text-align: left;
}

.navbar-nav{
    margin-bottom: 20px !important;
}

.owl-theme .owl-dots .owl-dot span:hover{
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    display: block;
}

/*DROPDOWN MENU SECION*/

.dropdown:hover>.dropdown-menu {
    display:block;
    border-radius:0px;
    background-color:transparent;
    border-top:1px solid #FFFFFF;    
}

.dropdown > .dropdown-menu > a{
    color:#FFF;
    transition:all 1s ease;
    text-align:left;
}

.dropdown > .dropdown-menu > a:hover{
    color:#FFF;
    transform:scale(1.1);
    background-color:transparent;
    color:#000000;
}

.dropdown-item {
  padding:0.5rem 1rem;
}

.dropdown-menu {
  border:1px solid rgba(0, 0, 0, 0);
}

.ap-dropdown-menu {
  margin:0px;
  padding:0px;
}

/*MEDIA QUERIES SECTION*/

@media(max-width:991px) {
    .nav-custom .nav-inner .nav-link {
        padding-right:1rem;
        padding-left:.5rem;
    }
    
 .navbar-expand-md .navbar-nav .nav-link {
    font-size: 11px;
 }
    
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link.active {
    font-family: Montserrat;
    color: #000000;
    font-size: 11px;
    font-weight:500;
    line-height: 24px;
    text-align: left;
}
}

@media(max-width:767px) {
    .navbar-nav li{
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    
    .nav-inner > .nav-item > a {
        color:#FFFFFF;
        padding:0.5rem 1rem;
        font-weight:400;
        transition:all 0.5s ease;
        font-family:'Montserrat', sans-serif;
    }
    .nav-inner > .nav-item > a:hover {
        color:#000000;
    }
    .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
 }
    .navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link.active {
    font-family: Montserrat;
    color: #000000;
    font-size: 14px;
    font-weight:500;
    line-height: 24px;
    text-align: left;
}
    .navbar-toggler {
        padding:3px;
        font-size:13px;
    }
    
    .navbar-expand-md .navbar-nav .nav-link{
        margin-left:0px;
    }
    
    .ap-toggl i{
        color:#FFFFFF;
        font-size:36px;
        outline:none;
   }
    
    button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

}


/* ----------------------------------
       NAVIGATION BAR SECTION
---------------------------------- */


/* ----------------------------------
       HERO HEADER SECTION
---------------------------------- */

.ap-header {
    background-color: #1abc9c;
    padding: 150px 0px 150px;
}

.ap-wrapper h1 {
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    padding-right: 5px;
    text-transform: uppercase;
}

.ap-header p {
    font-family: 'Source Sans Pro';
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-bottom: 37px;
    margin-right: -48px;
}


/*MEDIA QUERIES SECTION*/

@media(max-width:1530px) {
    .ap-header {
        padding: 50px 0px 50px;
    }
    .ap-wrapper h1 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }
    .ap-header p {
        font-size: 16px;
        margin-right: 0px;
        text-align: center;
        padding: 0px 20px;
    }
    .ap-btn-outline {
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        padding: 5px 20px;
        margin-right: 15px;
        margin-bottom: 50px;
    }
    .ap-responsives {
        text-align: center;
        margin: 0px auto;
    }
}

@media(max-width:1365px) {
    .ap-header {
        padding: 50px 0px 50px;
    }
    .ap-wrapper h1 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }
    .ap-header p {
        font-size: 16px;
        margin-right: 0px;
        text-align: center;
        padding: 0px 20px;
    }
    .ap-btn-outline {
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        padding: 5px 20px;
        margin-right: 15px;
        margin-bottom: 50px;
    }
    .ap-responsives {
        text-align: center;
        margin: 0px auto;
    }
}

@media(max-width:1199px) {
    .ap-header {
        padding: 50px 0px 50px;
    }
    .ap-wrapper h1 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }
    .ap-header p {
        font-size: 16px;
        margin-right: 0px;
        text-align: center;
        padding: 0px 120px;
    }
    .ap-btn-outline {
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        padding: 5px 20px;
        margin-right: 15px;
        margin-bottom: 50px;
    }
    .ap-responsives {
        text-align: center;
        margin: 0px auto;
    }
}

@media(max-width:991px) {
    .ap-header {
        padding: 50px 0px 50px;
    }
    .ap-wrapper h1 {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .ap-header p {
        font-size: 16px;
        margin-right: 0px;
        text-align: center;
        padding: 0px
    }
    .ap-btn-outline {
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        padding: 5px 20px;
        margin-right: 15px;
        margin-bottom: 50px;
    }
    .ap-responsives {
        text-align: center;
        margin: 0px auto;
    }
    .ap-wrapper h1{
        font-size: 18px;
    }
    .ap-strap h3 {
        font-size: 18px;
    }
    .ap-unique h3 {
    font-size: 18px;
    }
}

@media(max-width:767px) {
    .ap-header {
        padding: 50px 0px 25px;
    }
    .ap-wrapper h1 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }
    .ap-header p {
        font-size: 16px;
        margin-right: 0px;
        text-align: center;
        padding: 0px
    }
    .ap-btn-outline {
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        padding: 5px 20px;
        margin-right: 15px;
        margin-bottom: 50px;
    }
    .ap-responsives {
        text-align: center;
        margin: 0px auto;
    }
    .ap-wrapper h1{
        font-size: 16px;
    }
}


/*---------------------------------
       HERO HEADER SECTION
----------------------------------*/


/* ----------------------------------
       FEATURES SECTION
---------------------------------- */

.ap-feature {
    padding: 138px 0px 108px;
}

.ap-benifit h2 {
    font-family: 'Montserrat', sans-serif;
    color: #1abc9c;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
}

.ap-benifit label {
    font-family: 'Source Sans Pro', sans-serif;
    color: #555555;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
}

.ap-benifit p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0px;
}

.ap-benifit p label {
    font-family: 'Source Sans Pro', sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.75px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0px;
}

.ap-benifit p i {
    color: #1abc9c;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.ap-benifit span {
    font-family: 'Source Sans Pro', sans-serif;
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 24px;
    text-align: left;
}

.ap-points {
    padding: 24px 25px 40px;
}

.btn-spacer {
    margin: 0px 10px 0px 15px;
}


/*popup image gallery*/

.bottom-text {
    margin-top: 40px;
}

.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
}

.ap-error {
    display: inline-block;
}


/* MEDIA QUERIES SECTION */

@media(max-width:1530px) {
    .ap-feature {
        padding: 80px 0px 30px;
    }
    .ap-benifit h2 {
        font-size: 22px;
        line-height: 36px;
    }
    .ap-bottom img {
        margin-bottom: 25px;
    }
    .ap-benifit label {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 25px;
    }
    .ap-points {
        padding: 10px 0px 30px;
        text-align: left;
    }
    .ap-benifit p {
        font-size: 15px;
        text-align: justify;
    }
    .ap-benifit p label {
        font-size: 12px;
    }
    .btn-spacer {
        margin: 0px 5px 0px 0px;
    }
    .ap-benifit span {
        font-size: 14px;
    }
}

@media(max-width:1365px) {
    .ap-feature {
        padding: 80px 0px 30px;
    }
    .ap-benifit h2 {
        font-size: 22px;
        line-height: 36px;
    }
    .ap-bottom img {
        margin-bottom: 25px;
    }
    .ap-benifit label {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 25px;
    }
    .ap-points {
        padding: 10px 0px 30px;
        text-align: left;
    }
    .ap-benifit p {
        font-size: 15px;
        text-align: justify;
    }
    .ap-benifit p label {
        font-size: 12px;
    }
    .btn-spacer {
        margin: 0px 5px 0px 0px;
    }
    .ap-benifit span {
        font-size: 14px;
    }
}

@media(max-width:1199px) {
    .ap-feature {
        padding: 80px 0px 30px;
    }
    .ap-benifit h2 {
        font-size: 22px;
        line-height: 36px;
    }
    .ap-bottom img {
        margin-bottom: 25px;
    }
    .ap-benifit label {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 25px;
    }
    .ap-points {
        padding: 10px 0px 30px;
        text-align: left;
    }
    .ap-benifit p {
        font-size: 15px;
        text-align: justify;
    }
    .ap-benifit p label {
        font-size: 12px;
    }
    .btn-spacer {
        margin: 0px 5px 0px 0px;
    }
    .ap-benifit span {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .ap-feature {
        padding: 60px 0px 50px;
    }
    .ap-benifit h2 {
        font-size: 22px;
        line-height: 36px;
        text-align: center;
    }
    .ap-bottom img {
        margin-bottom: 25px;
    }
    .ap-benifit label {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 25px;
    }
    .ap-points {
        padding: 10px 0px 30px;
        text-align: left;
    }
    .ap-benifit p {
        font-size: 15px;
        text-align: justify;
    }
    .ap-benifit p label {
        font-size: 12px;
    }
    .ap-info .ap-info-btn {
        font-size: 16px;
        padding: 5px 30px 5px;
    }
    .btn-spacer {
        margin: 0px 5px 0px 0px;
    }
    .ap-benifit span {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .ap-feature {
        padding: 30px 0px 40px;
    }
    .ap-benifit h2 {
        font-size: 22px;
        line-height: 36px;
        text-align: left;
    }
    .ap-bottom img {
        margin-bottom: 25px;
    }
    .ap-benifit label {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 25px;
    }
    .ap-points {
        padding: 10px 0px 30px;
        text-align: left;
    }
    .ap-benifit p {
        font-size: 15px;
        text-align: justify;
    }
    .ap-benifit p label {
        font-size: 12px;
    }
    .ap-info .ap-info-btn {
        font-size: 16px;
        padding: 5px 30px 5px;
    }
    .btn-spacer {
        margin: 0px 5px 0px 0px;
    }
    .ap-benifit span {
        font-size: 14px;
    }
    
    .ap-bottom img{
        display:block;
        margin:0px auto;
    }
    .ap-benifit h2{
        text-align: left;
        font-size: 16px;
        line-height: 26px;
        padding-top: 15px;
    }
    
}


/* ----------------------------------
       FEATURES SECTION
---------------------------------- */


/* ----------------------------------
       UI LAYOUT SECTION
---------------------------------- */

.ap-layout {
    padding: 150px 0px 128px;
    background-color: #f5f5f5;
}

.ap-latestui h3 {
    font-family: 'Montserrat', sans-serif;
    color: #1abc9c;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
}

.ap-latestui label {
    font-family: 'Source Sans Pro', sans-serif;
    color: #555555;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
}

.ap-latestui p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 24px;
    text-align: left;
}

.ap-tabview img{
    object-fit: contain;
}

/*MEDIA QUERIES SECTION*/

@media(max-width:1530px) {
    .ap-layout {
        padding: 60px 0px 50px;
    }
    .ap-latestui h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .ap-latestui label {
        font-size: 18px;
        text-align: center;
    }
    .ap-latestui p {
        font-size: 15px;
        text-align: justify;
    }
    .ap-responsive {
        display: block;
        margin: 0px auto;
    }
}

@media(max-width:1365px) {
    .ap-layout {
        padding: 60px 0px 50px;
    }
    .ap-latestui h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .ap-latestui label {
        font-size: 18px;
        text-align: center;
    }
    .ap-latestui p {
        font-size: 15px;
        text-align: justify;
    }
    .ap-responsive {
        display: block;
        margin: 0px auto;
    }
}

@media(max-width:1199px) {
    .ap-layout {
        padding: 60px 0px 50px;
    }
    .ap-latestui h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .ap-latestui label {
        font-size: 18px;
        text-align: center;
    }
    .ap-latestui p {
        font-size: 15px;
        text-align: justify;
    }
    .ap-responsive {
        display: block;
        margin: 0px auto;
    }
}

@media(max-width:991px) {
    .ap-layout {
        padding: 60px 0px 50px;
    }
    .ap-latestui h3 {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .ap-latestui label {
        font-size: 18px;
        text-align: center;
    }
    .ap-latestui p {
        font-size: 15px;
        text-align: justify;
    }
    .ap-responsive {
        display: block;
        margin: 0px auto;
    }
    .ap-tabview {
        margin-top: 100px;
    }
}

@media(max-width:767px) {
    .ap-layout {
        padding: 30px 0px 30px;
    }
    .ap-latestui h3 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }
    .ap-latestui label {
        font-size: 18px;
        text-align: center;
        display: block;
    }
    .ap-tabview {
        margin-top: 0px;
    }
    .ap-latestui p {
        font-size: 15px;
        text-align: center;
        padding-bottom: 20px;
    }
    .ap-responsive {
        display: block;
        margin: 0px auto;
    }
}


/* ----------------------------------
        UI LAYOUT SECTION
---------------------------------- */


/* ----------------------------------
       STATISTICS SECTION
---------------------------------- */

.ap-statistics {
    padding: 150px 0px 62px;
    background-color: #1abc9c;
}

.ap-category i {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 60px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 14px;
}

.ap-category h4 {
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
}

.ap-category p {
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 24px;
    padding: 0px 35px 66px;
}

.ap-flow h3 {
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: -12px;
}

.ap-flow label {
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    text-align: left;
    margin-bottom: 26px;
}

.ap-flow p {
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 24px;
    text-align: left;
}


/*MEDIA QUERIES SECTION*/

@media(max-width:1530px) {
    .ap-statistics {
        padding: 60px 0px 0px;
    }
    .ap-flow h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .ap-flow label {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .ap-flow p {
        font-size: 15px;
        line-height: 26px;
        text-align: justify;
    }
    .ap-category p {
        padding: 0px 10px 30px;
    }
}

@media(max-width:1365px) {
    .ap-statistics {
        padding: 60px 0px 0px;
    }
    .ap-flow h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .ap-flow label {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .ap-flow p {
        font-size: 15px;
        line-height: 26px;
        text-align: justify;
    }
    .ap-category p {
        padding: 0px 10px 30px;
    }
}

@media(max-width:1199px) {
    .ap-statistics {
        padding: 60px 0px 0px;
    }
    .ap-flow h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .ap-flow label {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }
    .ap-flow p {
        font-size: 15px;
        line-height: 26px;
        text-align: justify;
    }
    .ap-category p {
        padding: 0px 10px 30px;
    }
     .ap-category i{
        font-size:30px;
    }
    
    .ap-category h4 {
    font-size: 20px;
    line-height: 26px;
   }
}

@media(max-width:991px) {
    .ap-statistics {
        padding: 60px 0px 0px;
    }
    .ap-flow h3 {
        font-size: 20px;
        line-height: 36px;
    }
    .ap-flow label {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .ap-flow p {
        font-size: 15px;
        line-height: 26px;
        text-align: justify;
    }
    .ap-category p {
        padding: 0px 10px 30px;
    }
    
    .ap-flow p{
        padding-bottom: 30px;
    }
    
    .ap-category i{
        font-size:30px;
    }
    
    .ap-category h4 {
    font-size: 24px;
    line-height: 26px;
   }
}

@media(max-width:767px) {
    .ap-statistics {
        padding: 50px 0px 0px;
    }
    .ap-latestui h3 {
    font-size: 16px;
    }
    .ap-flow h3 {
        font-size: 16px;
        line-height: 36px;
        text-align: center;
    }
    .ap-flow label {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        display: block;
    }
    .ap-flow p {
        font-size: 15px;
        line-height: 26px;
        text-align: center;
    }
    .ap-category p {
        padding: 0px 10px 30px;
    }
    .ap-flow p{
        padding-bottom: 50px;
    }
    
    .ap-category i{
        font-size:30px;
    }
    
    .ap-category h4 {
   
    font-size: 24px;
    line-height: 26px;
   }
}


/* ----------------------------------
       STATISTICS SECTION
---------------------------------- */


/* ----------------------------------
      UNIQUE TOOL SECTION
---------------------------------- */

.ap-tool {
    padding-top: 100px;
    background-color: #f5f5f5;
}

.ap-unique {
    margin-top: 95px;
}

.ap-unique h3 {
    font-family: 'Montserrat', sans-serif;
    color: #1abc9c;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ap-unique label {
    font-family: 'Source Sans Pro', sans-serif;
    color: #555555;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    text-align: left;
    margin-bottom: 35px;
}

.ap-unique p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 30px;
}


/*MEDIA QUERIES SECTION*/

@media(max-width:1530px) {
    .ap-tool {
        padding-top: 60px;
    }
    .ap-unique {
        margin-top: 120px;
    }
    .ap-unique h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .ap-unique label {
        font-size: 18px;
        text-align: center;
    }
    .ap-unique p {
        font-size: 14px;
        text-align: justify;
    }
    .ap-unique .ap-info .ap-responsive {
        margin: 0;
        text-align: left;
    }
}

@media(max-width:1365px) {
    .ap-tool {
        padding-top: 60px;
    }
    .ap-unique {
        margin-top: 120px;
    }
    .ap-unique h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .ap-unique label {
        font-size: 18px;
        text-align: center;
    }
    .ap-unique p {
        font-size: 14px;
        text-align: justify;
    }
    .ap-unique .ap-info .ap-responsive {
        margin: 0;
        text-align: left;
    }
}

@media(max-width:1199px) {
    .ap-tool {
        padding-top: 60px;
    }
    .ap-unique {
        margin-top: 120px;
    }
    .ap-unique h3 {
        font-size: 18px;
        line-height: 36px;
    }
    .ap-unique label {
        font-size: 18px;
        text-align: center;
    }
    .ap-unique p {
        font-size: 14px;
        text-align: justify;
    }
}

@media(max-width:991px) {
    .ap-tool {
        padding-top: 60px;
    }
    .ap-unique {
        margin-top: 60px;
    }
    .ap-unique h3 {
        font-size: 18px;
        line-height: 36px;
        text-align: center;
    }
    .ap-unique label {
        font-size: 18px;
        text-align: center;
    }
    .ap-unique p {
        font-size: 14px;
        text-align: justify;
    }
    .ap-unique h3 {
    font-size: 18px;
    }
}

@media(max-width:767px) {
    .ap-tool {
        padding-top: 30px;
    }
    .ap-unique {
        margin-top: 15px;
    }
    .ap-unique h3 {
        font-size: 18px;
        line-height: 36px;
        text-align: center;
    }
    .ap-unique label {
        font-size: 18px;
        text-align: center;
    }
    .ap-unique p {
        font-size: 14px;
        text-align: center;
    }
    .ap-unique label {
        margin-bottom: 15px;
        display: block;
        text-align: center;
    }
    .ap-unique h3 {
    font-size: 18px;
    }
    .ap-cneter-btn{
        display: block !important;
        margin: 0px auto !important;
    }
}

@media(max-width:575px) {
    .ap-zero {
        margin: 25px 25px 0px !important;
        padding: 0px;
    }
    .ap-tool {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ap-unique {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .ap-unique {
        margin-top: 30px;
    }
    .ap-unique h3 {
    font-size: 16px;
    }
    .ap-cneter-btn{
        display: block !important;
        margin: 0px auto !important;
    }
}


/* ----------------------------------
       UNIQUE TOOL SECTION
---------------------------------- */


/* ----------------------------------
       STRAPPED SECTION
---------------------------------- */

.app-strapped {
    padding: 100px 0px 0px;
    background-color: #1abc9c;
}

.ap-strap {
    margin-top: 62px;
}

.ap-strap h3 {
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ap-strap label {
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    text-align: left;
    margin-bottom: 35px;
}

.ap-strap p {
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 24px;
    text-align: left;
    padding-right: 280px;
    margin-bottom: 33px;
}


/*MEDIA QUERIES SECTION*/

@media(max-width:1530px) {
    .app-strapped {
        padding: 60px 0px 0px;
    }
    .ap-strap h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .ap-strap label {
        font-size: 18px;
        text-align: center;
    }
    .ap-strap p {
        font-size: 15px;
        text-align: justify;
        padding-right: 0px;
    }
    .ap-strap .ap-responsive {
        text-align: left;
        margin: 0px;
    }
}

@media(max-width:1365px) {
    .app-strapped {
        padding: 60px 0px 0px;
    }
    .ap-strap h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .ap-strap label {
        font-size: 18px;
        text-align: center;
    }
    .ap-strap p {
        font-size: 15px;
        text-align: justify;
        padding-right: 0px;
    }
}

@media(max-width:1199px) {
    .app-strapped {
        padding: 60px 0px 0px;
    }
    .ap-strap h3 {
        font-size:18px;
        line-height: 36px;
    }
    .ap-strap label {
        font-size: 18px;
        text-align: center;
    }
    .ap-strap p {
        font-size: 15px;
        text-align: justify;
        padding-right: 0px;
    }
}

@media(max-width:991px) {
    .app-strapped {
        padding: 30px 0px 0px;
    }
    .ap-strap h3 {
        font-size: 18px;
        line-height: 36px;
        text-align: center;
    }
    .ap-strap label {
        font-size: 18px;
        text-align: center;
    }
    .ap-strap p {
        font-size: 15px;
        text-align: justify;
        padding-right: 0px;
    }
}

@media(max-width:767px) {
    .app-strapped {
        padding: 0px 0px 0px;
    }
    .ap-strap h3 {
        font-size: 18px;
        line-height: 36px;
        text-align: center;
    }
    .ap-strap label {
        font-size: 18px;
        text-align: center;
        display: block;
    }
    .ap-strap p {
        font-size: 15px;
        text-align: center;
        padding-right: 0px;
    }
}


/* ----------------------------------
       STRAPPED SECTION
---------------------------------- */


/* ----------------------------------
       MAKEIT APP SECTION
---------------------------------- */

.ap-makeitapp {
    padding-top: 110px;
    background-color: #f5f5f5;
}

.ap-makeapp h3 {
    font-family: 'Montserrat', sans-serif;
    color: #1abc9c;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    padding-top: 90px;
    text-transform: uppercase;
}

.ap-makeapp label {
    font-family: 'Source Sans Pro', sans-serif;
    color: #555555;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    text-align: left;
    padding-bottom: 28px;
}

.ap-makeapp p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 24px;
    text-align: left;
    padding-right: 90px;
    margin-bottom: 34px;
}

.ap-zero {
    margin: 0px;
    padding: 0px;
}


/*MEDIA QUERIES SECTION*/

@media(max-width:1530px) {
    .ap-makeitapp {
        padding-top: 60px;
        padding-bottom: 0px;
    }
    .ap-makeapp h3 {
        font-size: 24px;
        line-height: 36px;
        padding-top: 120px;
    }
    .ap-makeapp label {
        font-size: 18px;
        text-align: center;
    }
    .ap-makeapp p {
        font-size: 15px;
        text-align: justify;
        padding-right: 0px;
    }
    .ap-makeapp .ap-info .ap-responsive {
        text-align: left;
        margin: 0px;
    }
}

@media(max-width:1365px) {
    .ap-makeitapp {
        padding-top: 60px;
        padding-bottom: 0px;
    }
    .ap-makeapp h3 {
        font-size: 24px;
        line-height: 36px;
        padding-top: 120px;
    }
    .ap-makeapp label {
        font-size: 18px;
        text-align: center;
    }
    .ap-makeapp p {
        font-size: 15px;
        text-align: justify;
        padding-right: 0px;
    }
    .ap-makeapp .ap-info .ap-responsive {
        text-align: left;
        margin: 0px;
    }
}

@media(max-width:1199px) {
    .ap-makeitapp {
        padding-top: 60px;
        padding-bottom: 0px;
    }
    .ap-makeapp h3 {
        font-size: 18px;
        line-height: 36px;
        padding-top: 120px;
    }
    .ap-makeapp label {
        font-size: 18px;
        text-align: center;
    }
    .ap-makeapp p {
        font-size: 15px;
        text-align: justify;
        padding-right: 0px;
    }
}

@media(max-width:991px) {
    .ap-makeitapp {
        padding-top: 60px;
        padding-bottom: 0px;
    }
    .ap-makeapp h3 {
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        padding-top: 120px;
    }
    .ap-makeapp label {
        font-size: 18px;
        text-align: center;
    }
    .ap-makeapp p {
        font-size: 15px;
        text-align: center;
        padding-right: 0px;
    }
}

@media(max-width:767px) {
    .ap-makeitapp {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .ap-makeapp h3 {
        font-size: 16px;
        line-height: 36px;
        text-align: center;
        padding-top: 20px;
    }
    .ap-makeapp label {
        font-size: 18px;
        text-align: center;
        display: block;
    }
    .ap-makeapp p {
        font-size: 15px;
        text-align: center;
        padding-right: 0px;
    }
}


/* ----------------------------------
       MAKEIT APP SECTION
---------------------------------- */


/* ----------------------------------
       SCREEN SHOT SECTION
---------------------------------- */

.app-screenshot {
    padding: 135px 0px 110px;
}

.ap-screen h3 {
    font-family: 'Montserrat', sans-serif;
    color: #1abc9c;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 8px;
}

.ap-screen p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #555555;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    text-align: center;
    margin-bottom: 77px;
}


/*MEDIA QUERIES SECTION*/

@media(max-width:1530px) {
    .app-screenshot {
        padding: 60px 0px 60px;
    }
    .app-screenshot h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .app-screenshot p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 40px;
    }
    .ap-dot-response .owl-dots .owl-dot span {
        background-color: #1abc9c;
    }
    .ap-dot-response .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        border: 2px solid #1abc9c;
        border-radius: 50%;
    }
}

@media(max-width:1365px) {
    .app-screenshot {
        padding: 60px 0px 60px;
    }
    .app-screenshot h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .app-screenshot p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 40px;
    }
    .ap-dot-response .owl-dots .owl-dot span {
        background-color: #1abc9c;
    }
    .ap-dot-response .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        border: 2px solid #1abc9c;
        border-radius: 50%;
    }
}

@media(max-width:1199px) {
    .app-screenshot {
        padding: 60px 0px 60px;
    }
    .app-screenshot h3 {
        font-size: 18px;
        line-height: 36px;
    }
    .app-screenshot p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 40px;
    }
    .ap-dot-response .owl-dots .owl-dot span {
        background-color: #1abc9c;
    }
    .ap-dot-response .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        border: 2px solid #1abc9c;
        border-radius: 50%;
    }
}

@media(max-width:991px) {
    .app-screenshot {
        padding: 60px 0px 60px;
    }
    .app-screenshot h3 {
        font-size: 18px;
        line-height: 36px;
        text-align: center;
    }
    .app-screenshot p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 40px;
    }
    .ap-dot-response .owl-dots .owl-dot span {
        background-color: #1abc9c;
    }
    .ap-dot-response .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        border: 2px solid #1abc9c;
        border-radius: 50%;
    }
}

@media(max-width:767px) {
    .app-screenshot {
        padding: 30px 0px 30px;
    }
    .app-screenshot h3 {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .app-screenshot p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 40px;
    }
    .ap-dot-response .owl-dots .owl-dot span {
        background-color: #1abc9c;
    }
    .ap-dot-response .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        border: 2px solid #1abc9c;
        border-radius: 50%;
    }
}


/* ----------------------------------
       SCREEN SHOT SECTION
---------------------------------- */


/* ----------------------------------
       CLIENTS SECTION 
---------------------------------- */

.ap-client {
    padding: 150px 0px 115px;
    background-color: #1abc9c;
}

.rating {
    margin: 0 auto 1em;
    font-size: 12px;
    overflow: hidden;
}

.rating input {
    float: right;
    opacity: 0;
    position: absolute;
}

.rating a,
.rating label {
    float: right;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

.rating label:hover ~ label,
.rating input:focus ~ label,
.rating label:hover,
.rating a:hover,
.rating a:hover ~ a,
.rating a:focus,
.rating a:focus ~ a {
    color: #FFFFFF;
    cursor: pointer;
}

.rating2 {
    direction: rtl;
}

.rating2 a {
    float: none;
    color: #fed11f;
    font-size: 16px;
}

.ap-wrap p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    text-align: left;
    padding: 7px 0px 0px 5px;
}

.ap-media-body h5 {
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
}

.ap-media-body {
    padding: 15px 0px 0px;
}


/*MEDIA QUERIES SECTION*/

@media(max-width:1530px) {
    .ap-client {
        padding: 60px 0px 50px;
        background-color: #1abc9c;
    }
}

@media(max-width:1365px) {
    .ap-client {
        padding: 60px 0px 50px;
        background-color: #1abc9c;
    }
    .owl-item{
        padding:0px 15px;
    }
}

@media(max-width:1199px) {
    .ap-client {
        padding: 60px 0px 50px;
        background-color: #1abc9c;
    }
    .owl-item{
        padding:0px 15px;
    }
}

@media(max-width:991px) {
    .ap-client {
        padding: 60px 0px 50px;
        background-color: #1abc9c;
    }
    .owl-item{
        padding:0px 15px;
    }
}

@media(max-width:767px) {
    .ap-client {
        padding: 50px 0px 45px;
        background-color: #1abc9c;
    }
    
    .owl-item{
        padding:0px 15px;
    }
}


/* ----------------------------------
       CLIENTS SECTION
---------------------------------- */


/* ----------------------------------
       SUBSCRIBE SECTION
---------------------------------- */

.ap-subscribe {
    padding: 150px 0px 150px;
}

.ap-field {
    padding-right:10px;
}

.ap-subscriber h4 {
    font-family: 'Montserrat', sans-serif;
    color:#1abc9c;
    font-size:34px;
    font-weight:700;
    line-height:50px;
    margin-bottom:0;
    padding-bottom:8px;
    text-transform:uppercase;
}

.ap-subscriber p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #555555;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    padding-bottom: 93px;
    margin-bottom: 0;
}

.ap-field .form-control {
    border:1px solid #eaeaea;
    height:57px;
    padding-left:20px;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: 0px 0px 0px 1px rgba(234, 234, 234, 1);
}

.form-control {
    font-family: 'Source Sans Pro', sans-serif;
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}

.ap-info {
    margin: 0px;
    padding: 0px;
}


/*MEDIA QUERIES SECTION*/

@media(max-width:1530px) {
    .ap-subscribe {
        padding: 60px 0px 70px;
    }
    .ap-subscriber p {
        font-size: 18px;
        padding-bottom: 30px;
    }
}

@media(max-width:1365px) {
    .ap-subscribe {
        padding: 60px 0px 70px;
    }
    .ap-subscriber p {
        font-size: 18px;
        padding-bottom: 30px;
    }
}

@media(max-width:1199px) {
    .ap-subscribe {
        padding: 60px 0px 70px;
    }
    .ap-subscriber p {
        font-size: 18px;
        padding-bottom: 30px;
    }
}

@media(max-width:991px) {
    .ap-subscribe {
        padding: 60px 0px 70px;
    }
    .ap-subscriber p {
        font-size: 18px;
        padding-bottom: 30px;
    }
    .ap-responsive2 {
        position: absolute;
        top: -50px;
        right: 20px;
    }
     .ap-subscriber h4{
        font-size: 18px;
    }
}

@media(max-width:767px) {
    .ap-subscribe {
        padding: 30px 0px 50px;
    }
    .ap-subscriber p {
        font-size: 18px;
        padding-bottom: 30px;
    }
    .ap-responsive2 {
        position: absolute;
        top: -50px;
        right: 20px;
    }
    
    .ap-subscriber h4{
        font-size: 18px;
    }
}


/* ----------------------------------
       SUBSCRIBE SECTION
---------------------------------- */


/* ----------------------------------
       FOOTER SECTION
---------------------------------- */

.ap-footer {
    padding: 120px 0px 85px;
    background-color: #333333;
}

.ap-rights p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.ap-rights p a {
    color: #1abc9c;
}

.ap-rights p a:hover {
    text-decoration: none;
}

.ap-logos .ap-footer-logo {
    display: block;
    margin: 0px auto;
    text-align: center
}

.ap-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.ap-list li a i {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background-color: #1abc9c;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    padding: 15px;
    transition: all 1s ease;
}

.ap-list li a i:hover,
.ap-list li a i:focus {
    background-color: #FFFFFF;
    color: #333333;
    transform: scale(1.1);
}

.ap-social-media {
    padding: 50px 0px 55px;
}


/*MEDIA QUEREIS SECTION*/

@media(max-width:1530px) {
    .ap-footer {
        padding: 50px 0px 40px;
        background-color: #333333;
    }
}

@media(max-width:1365px) {
    .ap-footer {
        padding: 50px 0px 40px;
        background-color: #333333;
    }
}

@media(max-width:1199px) {
    .ap-footer {
        padding: 50px 0px 40px;
        background-color: #333333;
    }
}

@media(max-width:991px) {
    .ap-footer {
        padding: 50px 0px 40px;
        background-color: #333333;
    }
}

@media(max-width:767px) {
    .ap-footer {
        padding: 50px 0px 40px;
        background-color: #333333;
    }
}


/* ----------------------------------
       FOOTER SECTION
---------------------------------- */


/* --------------------------------------------------
       BACK TO TOP
-------------------------------------------------- */

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 3.4rem;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #ffffff;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top.show:hover {
    box-shadow: 0 0 4px rgba(255, 174, 17, 0.54), 0 4px 8px rgba(40, 57, 94, 0.40);
}

@media(max-width:768px) {
    .copyright {
        text-align: center;
    }
}


/* --------------------------------------------------
    BACK TO TOP
-------------------------------------------------- */


/* --------------------------------------------------
    COLOR THEAME SECTION
-------------------------------------------------- */

#switcher {
    position: fixed;
    bottom: 25%;
    left: -220px;
    width: 220px;
    z-index: 9999;
    font-size: 15px;
    padding-bottom: 20px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 130px;
    background: #ffffff;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

#switcher.active {
    left: 0px;
}

#switcher p {
    color: #fff;
    bottom: -6px;
    position: absolute;
    left: 21px;
    font-size: 13px;
}

#switcher .theme-click {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2;
    background-color: #000000;
}

#switcher .theme-color {
    width: 30px;
    height: 30px;
    margin: 10px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

#switcher .theme-active {
    background: #1abc9c;
}

#switcher .theme-color-two {
    background: #e84e40;
    left: 40px;
}

#switcher .theme-color-three {
    background: #0798bc;
    left: 80px;
}

#switcher .theme-color-four {
    background: #069a97;
    left: 120px;
}

#switcher .theme-color-five {
    background: #58c433;
    left: 160px;
    top: 0px;
}

#switcher .theme-color-six {
    background: #7e57c2;
    left: 0px;
    top: 40px;
}

#switcher .theme-color-seven {
    background: #009688;
    left: 40px;
    top: 40px;
}

#switcher .theme-color-eight {
    background: #ec407a;
    left: 80px;
    top: 40px;
}

#switcher .theme-color-nine {
    background: #8bc34a;
    left: 120px;
    top: 40px;
}

#switcher .theme-color-ten {
    background: #5c6bc0;
    left: 160px;
    top: 40px;
}

#switcher .theme-color-eleven {
    background: #ff9800;
    left: 0px;
    top: 80px;
}

#switcher .theme-color-twelve {
    background: #ce0c21;
    left: 40px;
    top: 80px;
}

#switcher .theme-color-thirteen {
    background: #7aa93c;
    left: 80px;
    top: 80px;
}

#switcher .theme-color-fourteen {
    background: #3065b5;
    left: 120px;
    top: 80px;
}

#switcher .theme-color-fifteen {
    background: #ffae11;
    left: 160px;
    top: 80px;
}