@charset "UTF-8";
/*------------------------------------------------------------------
 * Theme Name: Hostino Responsive Template
 * Theme URI: http://www.brandio.io/envato/hostino
 * Author: Brandio
 * Author URI: http://www.brandio.io/
 * Description: A Bootstrap Responsive HTML5 Template
 * Version: 1.0
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2017 Brandio.
 -------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. General Styles.
2. Header Section Styles.
3. Top Content Section Styles.
4. Info Section Styles
5. Features Section Styles.
6. Pricing Section Styles.
7. Apps Section Styles.
8. Testimonials Section Styles.
9. More Features Section Styles.
10. Get Started Section Styles.
11. Footer Section Styles.
12. Inner Pages Styles.
13. Responsive Styles.
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url("../fonts/hostino.css");
/*------------------------------------------------------------------
	1. General Styles
-------------------------------------------------------------------*/
html,body{
    height: 100%;
}
*,body{
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
*, input, button {
    outline:none;
}
.rtl-cols div[class^="col-"] {
    float: right;
}

.slick-slide{
    outline: 0;
}
.slick-dots{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    text-indent: -9999px;
    white-space: nowrap; 
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    opacity: 0.5;
    margin-left: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.slick-dots li.slick-active{
    opacity: 1;
}

input[type="text"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* ------- Login & Register pages -------- */
body.fullpage{
    background-color: #f9fbff;
}
#form-section > .row{
    position: relative;
}
.website-logo{
    position: absolute;
    z-index: 1000;
    top: 26px;
    left: 32px;
}
.website-logo img{
    width: 97px;
    margin-top: 0;
}
#form-section .info-slider-holder{
    padding: 0px;
}
#form-section.signup .info-slider-holder{
    background-color: #00d85f;
}
.info-slider-holder{
    display: inline-block;
    min-height: 700px;
    height: 100%;
    padding: 100px 60px 60px;
    overflow: hidden;
    background-color: #756de7;
    text-align: center;
    z-index: 999;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.info-slider-holder .info-holder{
    /*
    position: relative;
    top: 40%;
    
    margin-top: 40%;
    transform: translateY(-50%);
    */
}
@media (min-height: 700px) {
   .info-slider-holder{
        position: fixed;
    }
    .website-logo{
        position: fixed;
    }
}
#form-section .menu-holder{
    text-align: right;
    padding: 22px 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
}
#form-section .menu-holder ul.main-links{
    list-style: none;
    padding: 0;
    margin: 0;
}
#form-section .menu-holder ul.main-links li{
    display: inline-block;
}
#form-section .menu-holder ul.main-links li a{
    display: inline-block;
}
#form-section .menu-holder ul.main-links li a.normal-link{
    color: #81cbff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#form-section .menu-holder ul.main-links li a.normal-link:hover,
#form-section .menu-holder ul.main-links li a.normal-link:focus{
    color: #92d0fc;
}
#form-section.signup .menu-holder ul.main-links li a.normal-link{
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#form-section.signup .menu-holder ul.main-links li a.normal-link:hover,
#form-section.signup .menu-holder ul.main-links li a.normal-link:focus{
    color: #ffffff;
    opacity: 0.7;
}
#form-section .menu-holder ul.main-links li a.sign-button{
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #008ef2;
    text-decoration: none;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#form-section .menu-holder ul.main-links li a.sign-button .hno{
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle;
    margin-top: 1px;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#form-section .menu-holder ul.main-links li a.sign-button:hover,
#form-section .menu-holder ul.main-links li a.sign-button:focus{
    padding-right: 15px;
    background-color: #0080d9;
}
#form-section .menu-holder ul.main-links li a.sign-button:hover .hno,
#form-section .menu-holder ul.main-links li a.sign-button:focus .hno{
    margin-left: 10px;
}
#form-section.signup .menu-holder ul.main-links li a.sign-button{
    color: #929292;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #ffffff;
    text-decoration: none;
    margin-left: 10px;
    -webkit-box-shadow: 0 12px 32px 0 rgba(6, 154, 71, 0.43);
    -moz-box-shadow: 0 12px 32px 0 rgba(6, 154, 71, 0.43);
    box-shadow: 0 12px 32px 0 rgba(6, 154, 71, 0.43);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#form-section.signup .menu-holder ul.main-links li a.sign-button .hno{
    color: #929292;
    font-size: 20px;
    vertical-align: middle;
    margin-top: 1px;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#form-section.signup .menu-holder ul.main-links li a.sign-button:hover,
#form-section.signup .menu-holder ul.main-links li a.sign-button:focus{
    padding-right: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 14px 42px 0 rgba(6, 154, 71, 0.43);
    -moz-box-shadow: 0 14px 42px 0 rgba(6, 154, 71, 0.43);
    box-shadow: 0 14px 42px 0 rgba(6, 154, 71, 0.43);
}
#form-section.signup .menu-holder ul.main-links li a.sign-button:hover .hno,
#form-section.signup .menu-holder ul.main-links li a.sign-button:focus .hno{
    margin-left: 10px;
}

.form-holder{
    padding: 50px 50px 50px 50px;
}

.signin-signup-form ::-webkit-input-placeholder {color: #49c0d2;}
.signin-signup-form :-moz-placeholder {color: #49c0d2;}
.signin-signup-form ::-moz-placeholder {color: #49c0d2;}
.signin-signup-form :-ms-input-placeholder {color: #49c0d2;}


.signin-signup-form .form-items{
    display: inline-block;
    width: 100%;
    max-width: 392px;
    text-align: left;
}

.signin-signup-form .form-title{
    color: #4a5761;
    font-size: 19px;
    margin-bottom: 50px;
}

.signin-signup-form{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.signin-signup-form .row{
    margin-right: -10px;
    margin-left: -10px;
}
.signin-signup-form .row div[class^="col-"]{
    padding-right: 10px;
    padding-left: 10px;
}
.signin-signup-form .form-text{
    margin-bottom: 20px;
}
.signin-signup-form .form-text input,
.signin-signup-form .form-text .dropdown-toggle.btn-default{
    width: 100%;
    padding: 15px 30px;
    border-radius: 100px;
    text-align: left;
    background-color: #ffffff;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    color: #49c0d2;
    outline: 0;
    -webkit-box-shadow: 0 6px 12px 0 rgba(18, 113, 179, 0.14);
    -moz-box-shadow: 0 6px 12px 0 rgba(18, 113, 179, 0.14);
    box-shadow: 0 6px 12px 0 rgba(18, 113, 179, 0.14);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.signin-signup-form .form-text input:hover,
.signin-signup-form .form-text input:focus,
.signin-signup-form .form-text .dropdown-toggle.btn-default:hover,
.signin-signup-form .form-text .dropdown-toggle.btn-default:focus{
    -webkit-box-shadow: 0 10px 22px 0 rgba(18, 113, 179, 0.14);
    -moz-box-shadow: 0 10px 22px 0 rgba(18, 113, 179, 0.14);
    box-shadow: 0 10px 22px 0 rgba(18, 113, 179, 0.14);
}
.signin-signup-form .form-text textarea{
    width: 100%;
    padding: 15px 30px;
    border-radius: 25px;
    text-align: left;
    background-color: #ffffff;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    color: #49c0d2;
    outline: none;
    -webkit-box-shadow: 0 6px 12px 0 rgba(18, 113, 179, 0.14);
    -moz-box-shadow: 0 6px 12px 0 rgba(18, 113, 179, 0.14);
    box-shadow: 0 6px 12px 0 rgba(18, 113, 179, 0.14);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.signin-signup-form .form-text textarea:hover,
.signin-signup-form .form-text textarea:focus{
    -webkit-box-shadow: 0 10px 22px 0 rgba(18, 113, 179, 0.14);
    -moz-box-shadow: 0 10px 22px 0 rgba(18, 113, 179, 0.14);
    box-shadow: 0 10px 22px 0 rgba(18, 113, 179, 0.14);
}
.signin-signup-form .form-text.text-holder{
    margin-top: 30px;
}
.signin-signup-form .form-text .text-only{
    color: #abb4bc;
    font-size: 14px;
    font-weight: 600;
}
.signin-signup-form .form-text input[type="checkbox"],
.signin-signup-form .form-text input[type="radio"]{
    width: auto;
}
.signin-signup-form .form-text input[type="checkbox"]:not(:checked), 
.signin-signup-form .form-text input[type="checkbox"]:checked,
.signin-signup-form .form-text input[type="radio"]:not(:checked), 
.signin-signup-form .form-text input[type="radio"]:checked{
    position: absolute;
    left: -9999px;
}
.signin-signup-form .form-text input[type="checkbox"]:not(:checked) + label, 
.signin-signup-form .form-text input[type="checkbox"]:checked + label,
.signin-signup-form .form-text input[type="radio"]:not(:checked) + label, 
.signin-signup-form .form-text input[type="radio"]:checked + label{
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    display: inline;
    color: #abb4bc;
    font-size: 15px;
    margin-left: 10px;
}
.signin-signup-form .form-text input[type="checkbox"]:not(:checked) + label:before,
.signin-signup-form .form-text input[type="radio"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 50px;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(3, 151, 255, 0.48);
    -moz-box-shadow: 0px 3px 11px 0px rgba(3, 151, 255, 0.48);
    box-shadow: 0px 3px 11px 0px rgba(3, 151, 255, 0.48);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.signin-signup-form .form-text input[type="checkbox"]:checked + label:before,
.signin-signup-form .form-text input[type="radio"]:checked + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #49c0d2;
    border-radius: 50px;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(3, 151, 255, 0.48);
    -moz-box-shadow: 0px 3px 11px 0px rgba(3, 151, 255, 0.48);
    box-shadow: 0px 3px 11px 0px rgba(3, 151, 255, 0.48);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.signin-signup-form .form-text input[type="checkbox"]:not(:checked) + label:after,
.signin-signup-form .form-text input[type="radio"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.signin-signup-form .form-text input[type="checkbox"]:not(:checked) + label:after, 
.signin-signup-form .form-text input[type="checkbox"]:checked + label:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 2px;
    left: 3px;
    font-size: 10px;
    color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.signin-signup-form .form-text input[type="radio"]:not(:checked) + label:after, 
.signin-signup-form .form-text input[type="radio"]:checked + label:after {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 8px;
    color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.signin-signup-form .form-button{
    margin-top: 40px;
    margin-bottom: 25px;
}
.signin-signup-form .form-button button{
    text-align: center;
    border: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #49c0d2;
    -webkit-box-shadow: 0 12px 32px 0 rgba(72, 179, 255, 0.43);
    -moz-box-shadow: 0 12px 32px 0 rgba(72, 179, 255, 0.43);
    box-shadow: 0 12px 32px 0 rgba(72, 179, 255, 0.43);
    outline: none;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.signin-signup-form .form-button button:hover,
.signin-signup-form .form-button button:focus{
    background-color: #0080d9;
}

.signin-signup-form .form-button button .hno{
    font-size: 20px;
    vertical-align: middle;
    margin-top: 1px;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.signin-signup-form .form-button button:hover .hno,
.signin-signup-form .form-button button:focus .hno{
    margin-left: 10px;
}
#form-section .info-slider-holder .img-text-slider .slick-slide{
    text-align: center;
}
#form-section .info-slider-holder .img-text-slider .slick-slide img{
    width: 100%;
    max-width: 348px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
#form-section.signup .info-slider-holder .img-text-slider .slick-slide img{
    max-width: 438px;
}
#form-section .info-slider-holder .img-text-slider .slick-slide p{
    color: #ffffff;
    font-size: 19px;
}
#form-section .info-slider-holder .img-text-slider .slick-dots{
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#form-section .info-slider-holder .img-text-slider .slick-dots li{
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    white-space: nowrap; 
    border: 0;
    width: 100px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    -moz-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
}
#form-section .info-slider-holder .img-text-slider .slick-dots li:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 8px;
    background-color: #49c0d2;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#form-section.signup .info-slider-holder .img-text-slider .slick-dots li:after{
    background-color: #05ad4f;
}
#form-section .info-slider-holder .img-text-slider .slick-dots li.slick-active:after{
    background-color: #ffffff;
    -webkit-box-shadow: 0 0px 9px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0px 9px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0px 9px 0 rgba(255, 255, 255, 1);
}
/*------------------------------------------------------------------
	2. Header Section Styles
-------------------------------------------------------------------*/

#nav{
    background-color: #ffffff;
}
.navbar{
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #7f888f;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 38px 16px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #49c0d2;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
    color: #49c0d2;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a.signin-button{
    color: #49c0d2;
}
.navbar-default .navbar-nav>li>a.signin-button:hover,
.navbar-default .navbar-nav>li>a.login-button:focus {
    color: #1584d3;
}
.navbar-default .navbar-nav>li>a.portal-button{
    padding: 6px 12px;
    background-color: #49c0d2;
    border-radius: 6px;
    color: #ffffff;
    opacity: 1;
    margin-top: 31px;
    margin-bottom: 13px;
    margin-left: 15px;
    font-weight: bold;
    font-size: 13px;
    -webkit-box-shadow: 0 5px 7px 0 rgba(112, 212, 226, 0.38);
    -moz-box-shadow: 0 5px 7px 0 rgba(112, 212, 226, 0.38);
    box-shadow: 0 5px 7px 0 rgba(112, 212, 226, 0.38);
}
.navbar-default .navbar-nav>li>a.proposal-button{
    padding: 6px 12px;
    background-color: #47cf8b;
    border-radius: 6px;
    color: #ffffff;
    opacity: 1;
    margin-top: 31px;
    margin-bottom: 13px;
    margin-left: 15px;
    font-weight: bold;
    font-size: 13px;
    -webkit-box-shadow: 0 5px 7px 0 rgba(109, 223, 165, 0.38);
    -moz-box-shadow: 0 5px 7px 0 rgba(109, 223, 165, 0.38);
    box-shadow: 0 5px 7px 0 rgba(109, 223, 165, 0.38);
}

.navbar-default .navbar-nav>li>a.chat-button:hover,
.navbar-default .navbar-nav>li>a.chat-button:focus{
    background-color: #03dc62;
    -webkit-box-shadow: 0 3px 5px 0 rgba(109, 223, 165, 0.38);
    -moz-box-shadow: 0 3px 5px 0 rgba(109, 223, 165, 0.38);
    box-shadow: 0 3px 5px 0 rgba(109, 223, 165, 0.38);
    margin-top: 33px;
}
@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.navbar-brand {
    height: 65px;
    padding: 20px 15px;
}

.navbar-default .navbar-toggle{
    border: 0px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #49c0d2;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
    background-color: transparent;
    opacity: 0.7;
}

.navbar-toggle{
    margin-top: 17px;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

#nav .dropdown {
    position: relative;
    display: inline-block;
}

#nav .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    border: 0;
    top: 70px;
    padding: 12px 11px;
    border-radius: 12px;
    -webkit-box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23);
    -moz-box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23);
    box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23);
}
#nav .dropdown-menu > li > a{
    color: #7f888f;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 3px 11px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#nav .dropdown-menu > li > a:focus, 
#nav .dropdown-menu > li > a:hover{
    color: #6c84af;
    background-color: #f9fbff;
    /*text-shadow: 0px 0px 2px #6c84af;*/
}
#nav .dropdown:hover .dropdown-menu ,
#nav .dropdown:focus .dropdown-menu {
    display: block;
}
.fullpage .dropdown-menu {
    background-color: #ffffff;
    height: 200px;
    border: 0;
    padding: 12px 11px;
    border-radius: 12px;
    -webkit-box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23);
    -moz-box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23);
    box-shadow: 0 5px 35px 0 rgba(70, 187, 255, 0.23);
}
.fullpage .dropdown-menu > li > a{
    color: #7f888f;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 3px 11px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.fullpage .dropdown-menu > li > a:focus, 
.fullpage .dropdown-menu > li > a:hover{
    color: #6c84af;
    background-color: #f9fbff;
}
/*------------------------------------------------------------------
	3. Top Content Section Styles
-------------------------------------------------------------------*/
#top-content{
    background-color: #f9fbff;
    border-bottom: 1px solid #eee;
}
.slide{
    perspective: 1000px;
}
.slide > div:nth-child(2),.slide > div:nth-child(3){
    opacity: 0;
}
.animated{
    -webkit-animation-name: animation;
    animation-name: animation;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
.animation-delay1{
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.animation-delay2{
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
@-webkit-keyframes animation {
    0% {transform: scale(1);}
    30% {transform: scale(1.05);}
    100% {transform: scale(1);}
}
@keyframes animation {
    0% {transform: scale(0.95) rotateX(-20deg) translateY(-30px);opacity: 0;}
    100% {transform: scale(1) rotateX(0deg) translateY(0px);opacity: 1;}
}

#main-slider .slide{
    
}
#main-slider .domainsearch-slide{
    padding-top: 180px;
    padding-bottom: 40px;
    position: relative;
}
#main-slider .domainsearch-slide .image-holder{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 100px;
    z-index: -1;
}
#main-slider .domainsearch-slide .image-holder img{
    width: 100%;
    max-width: 827px;
}
#main-slider .info-slide1{
    padding-top: 35px;
    padding-bottom: 100px;
}
#main-slider .info-slide2{
    padding-top: 35px;
    padding-bottom: 100px;
}
#main-slider .slick-dots{
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#main-slider .slick-dots li{
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    white-space: nowrap; 
    border: 0;
    width: 144px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    -moz-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
}

#main-slider .slick-dots li:before{
    position: absolute;
    display: inline-block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#main-slider .slick-dots li.slick-active:before{
}
#main-slider .slick-dots li:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 8px;
    background-color: #d3ddf0;
    -webkit-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    -moz-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#main-slider .slick-dots li.slick-active:after{
    background-color: #34a8ff;
    -webkit-box-shadow: 0 4px 16px 0 rgba(82, 156, 219, 0.68);
    -moz-box-shadow: 0 4px 16px 0 rgba(82, 156, 219, 0.68);
    box-shadow: 0 4px 16px 0 rgba(82, 156, 219, 0.68);
}

#main-slider .slick-dots li button{
    display: block;
    width: 100%;
    height: 40px;
    border: 0;
    background-color: transparent;
    font-size: 16px;
    color: #d3ddf0;
    font-weight: 600;
    text-align: center;
    outline: none;
}
#main-slider .slick-dots li.slick-active button{
    color: #34a8ff;
}
#top-content .b-title{
    color: #6c84af;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 38px;
}
.domain-search-holder{
    margin-top: 40px;
    position: relative;
}
.domain-search-holder #domain-search{
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 55%;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.domain-search-holder #domain-search:hover,
.domain-search-holder #domain-search:focus{
    max-width: 58%;
}
.domain-search-holder input[type="text"]{
    border-radius: 200px;
    width: 100%;
    border: 0;
    padding: 25px 45px;
    font-size: 17px;
    font-weight: 700;
    color: #6c84af;
    outline: 0;
    -webkit-box-shadow: 0 13px 38px 0 rgba(18, 113, 179, 0.19);
    -moz-box-shadow: 0 13px 38px 0 rgba(18, 113, 179, 0.19);
    box-shadow: 0 13px 38px 0 rgba(18, 113, 179, 0.19);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.domain-search-holder #domain-search:hover input[type="text"],
.domain-search-holder #domain-search:focus input[type="text"]{
    -webkit-box-shadow: 0 16px 48px 0 rgba(18, 113, 179, 0.19);
    -moz-box-shadow: 0 16px 48px 0 rgba(18, 113, 179, 0.19);
    box-shadow: 0 16px 48px 0 rgba(18, 113, 179, 0.19);
}
.domain-search-holder input[type="submit"]{
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    border-radius: 200px;
    padding: 15px 40px;
    color: #ffffff;
    background-color: #49c0d2;
    font-size: 17px;
    font-weight: 700;
    outline: 0;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.domain-search-holder input[type="submit"]:hover,
.domain-search-holder input[type="submit"]:focus{
    background-color: #038ced;
}

.domain-search-holder ::-webkit-input-placeholder {color: #d6dae4;}
.domain-search-holder :-moz-placeholder {color: #d6dae4;}
.domain-search-holder ::-moz-placeholder {color: #d6dae4;}
.domain-search-holder :-ms-input-placeholder {color: #d6dae4;}

#main-slider .info-slide1{
    text-align: center;
}
#main-slider .slide .image-holder{
    text-align: center;
    margin-bottom: 20px;
}
#main-slider .slide .image-holder img{
    margin-left: auto;
    margin-right: auto;
}
#main-slider .info-slide1 .image-holder img{
    width: 100%;
    max-width: 417px;
}
#main-slider .info-slide2 .image-holder img{
    width: 100%;
    max-width: 612px;
}
#main-slider .slide .text-holder{
    color: #6c84af;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 38px;
    margin-bottom: 25px;
}
.button-holder a.blue-button{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    background-color: #49c0d2;
    padding: 13px 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 7px rgba(21, 131, 195, 0.38);
    -moz-box-shadow: 0 5px 7px rgba(21, 131, 195, 0.38);
    box-shadow: 0 5px 7px rgba(21, 131, 195, 0.38);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.button-holder a.blue-button:hover,
.button-holder a.blue-button:focus{
    background-color: #038ced;
    -webkit-box-shadow: 0 4px 5px rgba(21, 131, 195, 0.38);
    -moz-box-shadow: 0 4px 5px rgba(21, 131, 195, 0.38);
    box-shadow: 0 4px 5px rgba(21, 131, 195, 0.38);
}
.button-holder a.green-button{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    background-color: #47cf8b;
    padding: 13px 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 7px rgba(109, 223, 165, 0.38);
    -moz-box-shadow: 0 5px 7px rgba(109, 223, 165, 0.38);
    box-shadow: 0 5px 7px rgba(109, 223, 165, 0.38);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.button-holder a.green-button:hover,
.button-holder a.green-button:focus{
    background-color: #02AF57;
    -webkit-box-shadow: 0 4px 5px rgba(109, 223, 165, 0.38);
    -moz-box-shadow: 0 4px 5px rgba(109, 223, 165, 0.38);
    box-shadow: 0 4px 5px rgba(109, 223, 165, 0.38);
}



/*------------------------------------------------------------------
	4. Info Section Styles
-------------------------------------------------------------------*/
#info{
    background-color: #47cf8b;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}
#info #infobg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.05;
}
#info .row-title{
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}
#info .info-text{
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 24px;
    color: #ffffff;
}
a.white-green-shadow-button{
    display: inline-block;
    color: #6c84af;
    font-size: 14px;
    font-weight: 700;
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    -webkit-box-shadow: 0 12px 32px 0 rgba(10, 131, 63, 0.46);
    -moz-box-shadow: 0 12px 32px 0 rgba(10, 131, 63, 0.46);
    box-shadow: 0 12px 32px 0 rgba(10, 131, 63, 0.46);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
a.white-green-shadow-button:hover,
a.white-green-shadow-button:focus{
    -webkit-box-shadow: 0 6px 22px 0 rgba(10, 131, 63, 0.46);
    -moz-box-shadow: 0 6px 22px 0 rgba(10, 131, 63, 0.46);
    box-shadow: 0 6px 22px 0 rgba(10, 131, 63, 0.46);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}

/*------------------------------------------------------------------
	5. Features Section Styles
-------------------------------------------------------------------*/
#features{
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
#features .row-title {
    color: #6c84af;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 60px;
}
#features .mfeature-box{
    border-radius: 10px;
    padding: 35px 20px;
    margin-left: 20px;
    margin-right: 20px;
    
}
#features .mfeature-box.active{
    background-color: #f9fbff;
    -webkit-box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
    -moz-box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
    box-shadow: 0 0 11px rgba(3, 151, 255, 0.19);
}
#features .mfeature-box .mfeature-icon{
    margin-bottom: 60px;
    position: relative;
}
#features .mfeature-box .mfeature-icon [class*="fa"]{
    color: #bdc8de;
    font-size:56px;
    position: relative;
    margin-top: 30px;
}
#features .mfeature-box .mfeature-icon .hno{
    color: #bdc8de;
    font-size:56px;
    position: relative;
    margin-top: 30px;
}
#features .mfeature-box.active .mfeature-icon [class*="fa"]{
    color: #49c0d2;
}
#features .mfeature-box.active .mfeature-icon .hno{
    color: #49c0d2;
}
#features .mfeature-box .mfeature-icon .icon-bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
}
#features .mfeature-box .mfeature-icon .icon-bg img{
    max-width: 223px;
    width: 100%;
}
#features .mfeature-box .mfeature-title {
    font-size: 17px;
    color: #34a8ff;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}
#features .mfeature-box .mfeature-details {
    font-size: 15px;
    color: #678ea6;
    position: relative;
}

a.light-blue-button{
    display: inline-block;
    color: #0f9aee;
    font-size: 14px;
    font-weight: 700;
    background-color: #ecf8ff;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 50px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
a.light-blue-button:hover,
a.light-blue-button:focus{
    background-color: #e0f4ff;
}
/*------------------------------------------------------------------
	6. Pricing Section Styles
-------------------------------------------------------------------*/
#pricing{
    background-color: #f7f8fa;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
#pricing .row-title {
    color: #6c84af;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 60px;
}
#pricing .pricing-box{
    position: relative;
    margin-right: 30px;
    margin-left: 30px;
}
#pricing .pricing-box .pricing-title{
    color: #3da8f9;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    position: relative;
    z-index: 10;
    margin-bottom: 32px;
}
#pricing .pricing-box .pricing-title:before{
    content: "\61";
    font-family: "hostino";
    color: #3da8f9;
    font-size: 10px;
    position: absolute;
    margin-left: -16px;
    margin-top: 4px;
    z-index: 10;
}
#pricing .pricing-box .pricing-title:after{
    content: attr(title);
    position: absolute;
    left: 0;
    top: -38px;
    letter-spacing: -2px;
    color: #eff3fa;
    font-size: 63px;
    font-weight: 700;
    z-index: -1;
}
#pricing .pricing-box .pricing-box-body{
    background-color: #ffffff;
    border-radius: 14px;
    padding: 38px 38px 38px 42px;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#pricing .pricing-box:hover .pricing-box-body,
#pricing .pricing-box:focus .pricing-box-body{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}
#pricing .pricing-box .pricing-box-body:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    border-radius: 14px;
    -webkit-box-shadow: 0 0 10px 0 rgba(218, 231, 255, 0.74);
    -moz-box-shadow: 0 0 10px 0 rgba(218, 231, 255, 0.74);
    box-shadow: 0 0 10px 0 rgba(218, 231, 255, 0.74);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}
#pricing .pricing-box:hover .pricing-box-body:after,
#pricing .pricing-box:focus .pricing-box-body:after{
    -webkit-box-shadow: 0 0 50px 0 rgba(218, 231, 255, 0.74);
    -moz-box-shadow: 0 0 50px 0 rgba(218, 231, 255, 0.74);
    box-shadow: 0 0 50px 0 rgba(218, 231, 255, 0.74);
}
#pricing .pricing-box .pricing-box-body:before{
    position: absolute;
    content: "";
    border-radius: 14px;
    width: 100%;
    height: 60%;
    left: 0;
    top: -4px;
    z-index: -2;
    background-color: #a8b4c9;
    -webkit-box-shadow: 0 0 10px 0 rgba(3, 151, 255, 0.19);
    -moz-box-shadow: 0 0 10px 0 rgba(3, 151, 255, 0.19);
    box-shadow: 0 0 10px 0 rgba(3, 151, 255, 0.19);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#pricing .pricing-box:hover .pricing-box-body:before,
#pricing .pricing-box:focus .pricing-box-body:before{
    top: -1px;
    -webkit-box-shadow: 0 0 20px 0 rgba(3, 151, 255, 0.19);
    -moz-box-shadow: 0 0 20px 0 rgba(3, 151, 255, 0.19);
    box-shadow: 0 0 20px 0 rgba(3, 151, 255, 0.19);
}
#pricing .pricing-box.pr-color1 .pricing-box-body:before{
    background-color: #34a8ff;
}
#pricing .pricing-box.pr-color2 .pricing-box-body:before{
    background-color: #00d85f;
}
#pricing .pricing-box.pr-color3 .pricing-box-body:before{
    background-color: #a8b4c9;
}
#pricing .pricing-box.recommended .pricing-box-body .pricing-amount:before{
    position: absolute;
    content: "";
    left: 17px;
    top: -13px;
    width: 22px;
    height: 80px;
    border-radius: 50px;
    background-color: #00d85f;
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#pricing .pricing-box.recommended:hover .pricing-box-body .pricing-amount:before,
#pricing .pricing-box.recommended:focus .pricing-box-body .pricing-amount:before{
    height: 30px;
}
#pricing .pricing-box.recommended .pricing-box-body .pricing-amount:after{
    position: absolute;
    content: "";
    left: 17px;
    top: -3px;
    width: 11px;
    height: 80px;
    background-color: #00d85f;
    -webkit-transform: skewY(-45deg);
    -moz-transform: skewY(-45deg);
    transform: skewY(-45deg);
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#pricing .pricing-box.recommended:hover .pricing-box-body .pricing-amount:after,
#pricing .pricing-box.recommended:focus .pricing-box-body .pricing-amount:after{
    height: 30px;
}
#pricing .pricing-box.recommended .pricing-box-body .pricing-details:before{
    position: absolute;
    content: "";
    left: 28px;
    top: -3px;
    width: 11px;
    height: 80px;
    background-color: #00d85f;
    -webkit-transform: skewY(45deg);
    -moz-transform: skewY(45deg);
    transform: skewY(45deg);
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#pricing .pricing-box.recommended:hover .pricing-box-body .pricing-details:before,
#pricing .pricing-box.recommended:focus .pricing-box-body .pricing-details:before{
    height: 30px;
}
#pricing .pricing-box.recommended .pricing-box-body .pricing-details:after{
    position: absolute;
    content: "Recommended";
    left: -12px;
    top: 25px;
    width: 80px;
    height: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#pricing .pricing-box.recommended:hover .pricing-box-body .pricing-details:after,
#pricing .pricing-box.recommended:focus .pricing-box-body .pricing-details:after{
    opacity: 0;
}

#pricing .pricing-box.pr-color1.recommended .pricing-box-body .pricing-amount:before,
#pricing .pricing-box.pr-color1.recommended .pricing-box-body .pricing-amount:after,
#pricing .pricing-box.pr-color1.recommended .pricing-box-body .pricing-details:before{
    background-color: #34a8ff;
}
#pricing .pricing-box.pr-color2.recommended .pricing-box-body .pricing-amount:before,
#pricing .pricing-box.pr-color2.recommended .pricing-box-body .pricing-amount:after,
#pricing .pricing-box.pr-color2.recommended .pricing-box-body .pricing-details:before{
    background-color: #00d85f;
}
#pricing .pricing-box.pr-color3.recommended .pricing-box-body .pricing-amount:before,
#pricing .pricing-box.pr-color3.recommended .pricing-box-body .pricing-amount:after,
#pricing .pricing-box.pr-color3.recommended .pricing-box-body .pricing-details:before{
    background-color: #a8b4c9;
}
#pricing .pricing-box .pricing-box-body .pricing-amount .price{
    color: #59b9f4;
    font-size: 22px;
    font-weight: 700;
}
#pricing .pricing-box .pricing-box-body .pricing-amount .duration{
    color: #c0cadd;
    font-size: 12px;
    font-weight: 600;
}
#pricing .pricing-box .pricing-box-body .pricing-details{
    margin-top: 15px;
    margin-bottom: 30px;
}
#pricing .pricing-box .pricing-box-body .pricing-details ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
#pricing .pricing-box .pricing-box-body .pricing-details ul li{
    color: #899cbf;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}
#pricing .pricing-box .pricing-box-body .pricing-details ul li:before{
    content: "\62";
    font-family: "hostino";
    color: #61e03e;
    font-size: 12px;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#pricing .pricing-box .pricing-box-body .pricing-details ul li:hover:before,
#pricing .pricing-box .pricing-box-body .pricing-details ul li:focus:before{
    margin-right: 8px;
}
#pricing .pricing-box .pricing-box-body .pricing-details ul li.not-supported{
    color: #d1d9e8;
}
#pricing .pricing-box .pricing-box-body .pricing-details ul li.not-supported:before{
    color: #d1d9e8;
}
#pricing .pricing-box .pricing-box-body .pricing-details ul li.not-supported:hover:before,
#pricing .pricing-box .pricing-box-body .pricing-details ul li.not-supported:focus:before{
    margin-right: 10px;
}
#pricing .pricing-box .pricing-box-body a.pricing-button{
    display: inline-block;
    color: #0f9aee;
    font-size: 14px;
    font-weight: 700;
    background-color: #ecf8ff;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#pricing .pricing-box .pricing-box-body a.pricing-button:hover,
#pricing .pricing-box .pricing-box-body a.pricing-button:focus{
    background-color: #e0f4ff;
}
#pricing .link-holder{
    padding-top: 50px;
}
#pricing a.link-with-arrow{
    font-size: 16px;
    color: #3da8f9;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#pricing a.link-with-arrow:hover,
#pricing a.link-with-arrow:focus{
    color: #2b98eb;
}
#pricing a.link-with-arrow:after{
    content: "\63";
    font-family: "hostino";
    color: #b8c2d2;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#pricing a.link-with-arrow:hover:after,
#pricing a.link-with-arrow:focus:after{
    margin-left: 12px;
}

/*------------------------------------------------------------------
	7. Apps Section Styles
-------------------------------------------------------------------*/
#apps{
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}

#apps #appsbg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.02;
}
#apps .row-title {
    color: #6c84af;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}
#apps .row-title:before {
    content: attr(title);
    position: absolute;
    left: 40%;
    top: -65px;
    color: #f6f9fd;
    font-size: 70px;
    letter-spacing: -2px;
    font-weight: 700;
    z-index: -1;
}
#apps .apps-holder{
    
}
#apps .apps-holder .apps-links-holder{
    display: inline-block;
    width: 50%;
}
#apps .apps-holder .apps-details-holder{
    display: inline-block;
    width: 70%;
}
#apps .apps-holder .app-icon-holder{
    display: inline-block;
    width: 24%;
    cursor: pointer;
    margin-bottom: 9px;
}
#apps .apps-holder .app-icon-holder .app-icon{
    margin-bottom: 10px;
}
#apps .apps-holder .app-icon-holder .app-icon img{
    width: 40px;
}
#apps .apps-holder .app-icon-holder .app-title{
    color: #d3ddf0;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
#apps .apps-holder .app-icon-holder.opened .app-title{
    color: #49c0d2;
}
#apps .apps-holder .app-icon-holder .app-title:after{
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    width: 90%;
    height: 3px;
    margin-left: -45%;
    border-radius: 8px;
    background-color: transparent;
    -webkit-box-shadow: 0 4px 16px 0 rgba(82, 156, 219, 0);
    -moz-box-shadow: 0 4px 16px 0 rgba(82, 156, 219, 0);
    box-shadow: 0 4px 16px 0 rgba(82, 156, 219, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#apps .apps-holder .app-icon-holder.opened .app-title:after{
    background-color: #34a8ff;
    -webkit-box-shadow: 0 4px 16px 0 rgba(82, 156, 219, 0.68);
    -moz-box-shadow: 0 4px 16px 0 rgba(82, 156, 219, 0.68);
    box-shadow: 0 4px 16px 0 rgba(82, 156, 219, 0.68);
}

#apps .apps-holder .app-details{
    border-radius: 14px;
    -webkit-box-shadow: 0 0 10px 0 rgba(218, 231, 255, 0.74);
    -moz-box-shadow: 0 0 10px 0 rgba(218, 231, 255, 0.74);
    box-shadow: 0 0 10px 0 rgba(218, 231, 255, 0.74);
    position: relative;
    min-height: 158px;
}

#apps .apps-holder .app-details div[class^="app-details"]{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    padding: 30px 25%;
    /*transition: all 0.3s cubic-bezier(1, .02, 0, .99) 0.0s;*/
}
#apps .apps-holder .app-details div[class^="app-details"].show-details{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
#apps .apps-holder .app-details div[class^="app-details"] .app-title{
    font-size: 16px;
    font-weight: 700;
    color: #6c84af;
    margin-bottom: 15px;
}
#apps .apps-holder .app-details div[class^="app-details"] .app-text{
    font-size: 14px;
    font-weight: 600;
    color: #899cbf;
}

/*------------------------------------------------------------------
	8. Testimonials Section Styles
-------------------------------------------------------------------*/
#testimonials{
    background-color: #00d85f;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
    overflow: hidden;
}
#testimonials .row-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}
#testimonials .row-title:after{
    content: attr(title);
    position: absolute;
    left: 55%;
    top: 70px;
    color: #00cc5a;
    font-size: 70px;
    letter-spacing: -2px;
    font-weight: 700;
    z-index: -1;
}
#testimonials .row-title:before{
    content: "";
    background-image: url("../images/cloud.png");
    background-size: cover;
    left: 50%;
    margin-left: -340px;
    opacity: 0.22;
    width: 680px;
    height: 50px;
    position: absolute;
}
#testimonials #testimonials-slider{
    position: relative;
    z-index: 100;
}
#testimonials #testimonials-slider .slick-prev, 
#testimonials #testimonials-slider .slick-next{
    border:0;
    background: none;
    font-size: 0;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
#testimonials #testimonials-slider .slick-prev{
    left: 20px;
}
#testimonials #testimonials-slider .slick-next{
    right: 20px;
}
#testimonials #testimonials-slider .slick-prev:after{
    content: "\63";
    font-family: "Hostino";
    font-size: 44px;
    position: absolute;
    left: 0;
    top: -15px;
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}
#testimonials #testimonials-slider .slick-prev:hover:after,
#testimonials #testimonials-slider .slick-prev:focus:after{
    -webkit-transform: scale(0.9) rotate(180deg);
    -moz-transform: scale(0.9) rotate(180deg);
    transform: scale(0.9) rotate(180deg);
}
#testimonials #testimonials-slider .slick-next:after{
    content: "\63";
    font-family: "Hostino";
    font-size: 44px;
    position: absolute;
    right: 0;
    top: -15px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}
#testimonials #testimonials-slider .slick-next:hover:after,
#testimonials #testimonials-slider .slick-next:focus:after{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
}
#testimonials #testimonials-slider .slick-slide{
    padding: 40px 7%;
}
#testimonials #testimonials-slider .details-holder{
    position: relative;
    border-radius: 14px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 40px 0 rgba(50, 141, 25, 0.4);
    -moz-box-shadow: 0 0 40px 0 rgba(50, 141, 25, 0.4);
    box-shadow: 0 0 40px 0 rgba(50, 141, 25, 0.4);
    padding: 60px 80px;
}
#testimonials #testimonials-slider .details-holder img.photo{
    position: absolute;
    width: 76px;
    left: 50%;
    margin-left: -38px;
    top: -38px;
    border-radius: 100%;
}
#testimonials #testimonials-slider .details-holder h4{
    color: #454545;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0;
}
#testimonials #testimonials-slider .details-holder h5{
    color: #3f5d6f;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 60px;
    opacity: 0.7;
}
#testimonials #testimonials-slider .details-holder p{
    color: #5d6770;
    font-size: 19px;
}

/*------------------------------------------------------------------
	9. More Features Section Styles
-------------------------------------------------------------------*/
#more-features-freebank{
    background-color: #2c3847;
    padding-top: 80px;
    padding-bottom: 60px;
    overflow: hidden;
}
#more-features-freebank .row-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}
#more-features-freebank .row-title:before {
    content: attr(title);
    position: absolute;
    left: 50%;
    top: -65px;
    color: #303c4c;
    font-size: 70px;
    letter-spacing: -2px;
    font-weight: 700;
    z-index: -1;
}
#more-features-freebank .mfeature-box{
    padding: 20px 30px;
    margin-bottom: 20px;
}
#more-features-freebank .mfeature-box .mfeature-icon{
    margin-bottom: 10px;
    position: relative;
}
#more-features-freebank .mfeature-box .mfeature-icon .icon-img{
    position: relative;
}
#more-features-freebank .mfeature-box .mfeature-icon .icon-img img{
    width: 79px;
}
#more-features-freebank .mfeature-box .mfeature-icon .icon-bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
}
#more-features-freebank .mfeature-box .mfeature-icon .icon-bg img{
    max-width: 223px;
    width: 100%;
}
#more-features-freebank .mfeature-box .mfeature-title {
    font-size: 17px;
    font-weight: 700;
    color: #34a8ff;
    margin-bottom: 10px;
    position: relative;
}
#more-features-freebank .mfeature-box .mfeature-details {
    font-size: 15px;
    color: #678ea6;
    position: relative;
}


#more-features-freebank-dark{
    background-color: #49c0d2;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
    overflow: hidden;
}
#more-features-freebank-dark .row-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}
#more-features-freebank-dark .mfeature-box{
    padding: 20px 30px;
    margin-bottom: 20px;
}
#more-features-freebank-dark .mfeature-box .mfeature-icon{
    margin-bottom: 30px;
    position: relative;
}
#more-features-freebank-dark .mfeature-box .mfeature-icon .icon-img{
    position: relative;
}
#more-features-freebank-dark .mfeature-box .mfeature-icon .icon-img img{
    width: 79px;
}
#more-features-freebank-dark .mfeature-box .mfeature-icon .icon-bg{
    position: absolute;
    left:0;
    top:20px;
    width: 100%;
    height: 100%;
    padding-top: 15px;
}
#more-features-freebank-dark .mfeature-box .mfeature-icon .icon-bg img{
    max-width: 223px;
    width: 100%;
}
#more-features-freebank-dark .mfeature-box .mfeature-title {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
}
#more-features-freebank-dark .mfeature-box .mfeature-details {
    font-size: 15px;
    color: #ffffff;
    position: relative;
}

/*------------------------------------------------------------------
	10. More Features Section Styles
-------------------------------------------------------------------*/
#more-features{
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
    overflow: hidden;
}
#more-features .row-title {
    color: #6c84af;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}
#more-features .row-title:before {
    content: attr(title);
    position: absolute;
    left: 40%;
    top: -65px;
    color: #f6f9fd;
    font-size: 70px;
    letter-spacing: -2px;
    font-weight: 700;
    z-index: -1;
}
#more-features .mfeature-box{
    padding: 20px 30px;
    margin-bottom: 20px;
}
#more-features .mfeature-box .mfeature-icon{
    margin-bottom: 10px;
    position: relative;
}
#more-features .mfeature-box .mfeature-icon .icon-img{
    position: relative;
}
#more-features .mfeature-box .mfeature-icon .icon-img img{
    width: 79px;
}
#more-features .mfeature-box .mfeature-icon .icon-bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
}
#more-features .mfeature-box .mfeature-icon .icon-bg img{
    max-width: 223px;
    width: 100%;
}
#more-features .mfeature-box .mfeature-title {
    font-size: 17px;
    font-weight: 700;
    color: #34a8ff;
    margin-bottom: 10px;
    position: relative;
}
#more-features .mfeature-box .mfeature-details {
    font-size: 15px;
    color: #678ea6;
    position: relative;
}


#more-features-dark{
    background-color: #49c0d2;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
    overflow: hidden;
}
#more-features-dark .row-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}
#more-features-dark .mfeature-box{
    padding: 20px 30px;
    margin-bottom: 20px;
}
#more-features-dark .mfeature-box .mfeature-icon{
    margin-bottom: 30px;
    position: relative;
}
#more-features-dark .mfeature-box .mfeature-icon .icon-img{
    position: relative;
}
#more-features-dark .mfeature-box .mfeature-icon .icon-img img{
    width: 79px;
}
#more-features-dark .mfeature-box .mfeature-icon .icon-bg{
    position: absolute;
    left:0;
    top:20px;
    width: 100%;
    height: 100%;
    padding-top: 15px;
}
#more-features-dark .mfeature-box .mfeature-icon .icon-bg img{
    max-width: 223px;
    width: 100%;
}
#more-features-dark .mfeature-box .mfeature-title {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
}
#more-features-dark .mfeature-box .mfeature-details {
    font-size: 15px;
    color: #ffffff;
    position: relative;
}


/*------------------------------------------------------------------
	10. Get Started Section Styles
-------------------------------------------------------------------*/
#bluebg-info{
    background-color: #49c0d2;
    padding-top: 50px;
    padding-bottom: 50px;
}
#bluebg-info .text{
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    font-family: 'EXO';
}
a.white-button{
    display: inline-block;
    color: #6c84af;
    font-size: 14px;
    font-weight: 700;
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    -webkit-box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.7);
    -moz-box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.7);
    box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.7);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
a.white-button:hover,
a.white-button:focus{
    -webkit-box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.7);
    -moz-box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.7);
    box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.7);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}

#greybg-info{
    background-color: #49c0d2;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
#greybg-info .text{
    color: #49c0d2;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 40px;
}
a.white-less-shadow-button{
    display: inline-block;
    color: #6c84af;
    font-size: 14px;
    font-weight: 700;
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    -webkit-box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.22);
    -moz-box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.22);
    box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.22);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
a.white-less-shadow-button:hover,
a.white-less-shadow-button:focus{
    -webkit-box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.22);
    -moz-box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.22);
    box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.22);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}
/*------------------------------------------------------------------
	11. Footer Section Styles
-------------------------------------------------------------------*/
#footer{
    background-color: #00d85f;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center;
}
#footer .footer-menu-holder{
    display: inline-block;
    text-align: left;
    min-width: 130px;
}
#footer .address-holder{
    display: inline-block;
    text-align: left;
}
#footer h4 {
    font-size: 17px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 18px;
    font-weight: 700;
}
#footer ul.footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul.footer-menu li{
    margin-bottom: 3px;
}
#footer ul.footer-menu li a{
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#footer ul.footer-menu li a:hover,
#footer ul.footer-menu li a:focus,
#footer ul.footer-menu li.active a{
    color: #019040;
    text-decoration: none;
}
#footer p{
    color: #ffffff;
    font-size: 15px;
}
#footer .phone{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 10px;
}
#footer .phone [class*="fa"]{
    color: #ffffff;
    font-size: 16px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle;
}
#footer .phone a{
    color: #ffffff;
}
#footer .email{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 13px;
}
#footer .email [class*="fa"]{
    color: #ffffff;
    font-size: 17px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
}
#footer .address{
    margin-bottom: 30px;
}
#footer .address div{
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
}
#footer .address [class*="fa"]{
    color: #ffffff;
    font-size: 19px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: top;
}
#footer .social{
    margin-top: 40px;
}
#footer .social a{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#footer .social a [class*="fa"]{
    color: #01ac4c;
    font-size: 34px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#footer .social a:hover [class*="fa"],
#footer .social a:focus [class*="fa"]{
    color: #ffffff;
}
/*------------------------------------------------------------------
	12. Inner Pages Styles
-------------------------------------------------------------------*/
#page-head{
    background-color: #f9fbff;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
#page-head .page-title {
    color: #6c84af;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
#page-head .page-title:before {
    content: attr(title);
    position: absolute;
    left: 54%;
    top: -45px;
    color: #f6f9fd;
    font-size: 70px;
    letter-spacing: -2px;
    font-weight: 700;
    z-index: -1;
}

#about{
    background-color: #49c0d2;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
#about .text-holder{
    position: relative;
    z-index: 10;
    pointer-events: none;
}
#about .text-holder h6{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 40px;
}
#about .text-holder p{
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
}
#about .text-holder .hno{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 40px;
    color: #ffffff;
    font-size: 28px;
    margin-left: -5px;
}
#about .slider-holder{
    position: absolute;
    top: -4%;
    right: 0px;
    width: 61%;
    max-width: 743px;
    height: 138%;
}
#about .slider-holder .photo-slider .slick-slide img{
    width: 100%;
}

#about .slider-holder .photo-slider .slick-dots{
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#about .slider-holder .photo-slider .slick-dots li{
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    white-space: nowrap; 
    border: 0;
    width: 144px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    -moz-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
}
#about .slider-holder .photo-slider .slick-dots li:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 8px;
    background-color: #d3ddf0;
    -webkit-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    -moz-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#about .slider-holder .photo-slider .slick-dots li.slick-active:after{
    background-color: #2c3847;
    -webkit-box-shadow: 0 4px 16px 0 rgba(82, 156, 219, 0.68);
    -moz-box-shadow: 0 4px 16px 0 rgba(82, 156, 219, 0.68);
    box-shadow: 0 4px 16px 0 rgba(82, 156, 219, 0.68);
}

#more-info{
    background-color: #f9fbff;
    padding-top: 120px;
    padding-bottom: 60px;
    text-align: center;
}
#more-info .row-title {
    color: #6c84af;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

#more-info .info-box{
    padding: 40px 30px;
    margin-bottom: 20px;
    margin-top: 40px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#more-info .info-box:hover,
#more-info .info-box:focus{
    -webkit-box-shadow: 0 5px 30px 0 rgba(47, 169, 255, 0.42);
    -moz-box-shadow: 0 5px 30px 0 rgba(47, 169, 255, 0.42);
    box-shadow: 0 5px 30px 0 rgba(47, 169, 255, 0.42);
}
#more-info .info-box .info-icon{
    margin-top: 40px;
    margin-bottom: 45px;
    position: relative;
}
#more-info .info-box .info-icon .icon-img{
    position: relative;
}
#more-info .info-box .info-icon .icon-img img{
    width: 37px;
}
#more-info .info-box .info-icon .icon-bg{
    position: absolute;
    left:0;
    top:-30px;
    width: 100%;
    height: 100%;
}
#more-info .info-box .info-icon .icon-bg img{
    max-width: 223px;
    width: 100%;
}
#more-info .info-box .info-title {
    font-size: 16px;
    font-weight: 700;
    color: #34a8ff;
    margin-bottom: 10px;
    position: relative;
}
#more-info .info-box .info-details {
    font-size: 15px;
    color: #678ea6;
    position: relative;
}

#goals{
    background-color: #2c3847;
    padding-top: 85px;
    padding-bottom: 150px;
    text-align: center;
}
#goals #text-slider p{
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    padding: 0 22%;
}
#goals #text-slider .slick-dots{
    position: absolute;
    left: 0;
    bottom: -190px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#goals #text-slider .slick-dots li{
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    white-space: inherit; 
    border: 0;
    width: 160px;
    height: 160px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    -moz-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
    opacity: 1;
    z-index: 1000;
}
#goals #text-slider .slick-dots li:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #47cf8b;
    border-radius: 500px;
    opacity: 0;
    z-index: -1;
    -webkit-box-shadow: 0 5px 30px 0 rgba(109, 223, 165, 0.42);
    -moz-box-shadow: 0 5px 30px 0 rgba(109, 223, 165, 0.42);
    box-shadow: 0 5px 30px 0 rgba(109, 223, 165, 0.42);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0.8) rotateX(-45deg);
    -moz-transform: scale(0.8) rotateX(-45deg);
    transform: scale(0.8) rotateX(-45deg);
}
#goals #text-slider .slick-dots li.slick-active:after{
    opacity: 1;
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
}
#goals #text-slider .slick-dots li button{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    outline: none;
    padding: 32px;
}
#goals #text-slider .slick-dots li.slick-active button{
    font-size: 20px;
}

#team{
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
    overflow: hidden;
}
#team .row-title {
    color: #6c84af;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}
#team .row-title:before {
    content: attr(title);
    position: absolute;
    left: 50%;
    top: -55px;
    color: #f6f9fd;
    font-size: 70px;
    letter-spacing: -2px;
    font-weight: 700;
    z-index: -1;
}
#team .person-box{
    padding: 25px;
    border-radius: 14px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#team .person-box:hover,
#team .person-box:focus{
    -webkit-box-shadow: 0 0 23px 0 rgba(3, 151, 255, 0.17);
    -moz-box-shadow: 0 0 23px 0 rgba(3, 151, 255, 0.17);
    box-shadow: 0 0 23px 0 rgba(3, 151, 255, 0.17);
}
#team .person-box .person-icon .person-img{
    margin-bottom: 30px;
}
#team .person-box .person-icon .person-img img{
    width: 86px;
    border-radius: 100px;
}
#team .person-box .person-name{
    color: #454545;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
}
#team .person-box .person-title{
    color: #3f5d6f;
    font-size: 15px;
    opacity: 0.7;
    margin-bottom: 15px;
}
#team .person-box .person-social a [class*="fa"]{
    color: #97a7b2;
    font-size: 20px;
    opacity: 0;
    margin-left: 4px;
    margin-right: 4px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#team .person-box .person-social a:hover [class*="fa"],
#team .person-box .person-social a:focus [class*="fa"]{
    color: #84939d;
}
#team .person-box:hover .person-social a [class*="fa"],
#team .person-box:focus .person-social a [class*="fa"]{
    opacity: 1;
}

#recent-article{
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#recent-article .custom-bg{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 55%;
    height: 75%;
    background-color: #048ff1;
}
#recent-article .img-holder{
    padding-top: 20px;
    padding-left: 20px;
}
#recent-article .img-holder img{
    width: 100%;
    max-width: 536px;
}

#recent-article .article-summary{
    text-align: left;
    color: #ffffff;
}
#recent-article .article-summary .article-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
#recent-article .article-summary .article-title a{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}
#recent-article .article-summary .article-title:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 #ffffff;
    -moz-box-shadow: 0 0 7px 0 #ffffff;
    box-shadow: 0 0 7px 0 #ffffff;
}
#recent-article .article-summary .article-date{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
}
#recent-article .article-summary .article-text{
    color: #cae9ff;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 60px;
}

#recent-article .article-summary .article-links div[class^="col-"]{
    padding: 0;
    
}
#recent-article .article-summary .article-links .readmore-holder a.readmore-button{
    display: inline-block;
    color: #6c84af;
    font-size: 14px;
    font-weight: 700;
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    -webkit-box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.22);
    -moz-box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.22);
    box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.22);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#recent-article .article-summary .article-links .readmore-holder a.readmore-button:hover,
#recent-article .article-summary .article-links .readmore-holder a.readmore-button:focus{
    -webkit-box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.22);
    -moz-box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.22);
    box-shadow: 0 6px 22px 0 rgba(18, 113, 179, 0.22);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}
#recent-article .article-summary .article-links .socialshare-holder{
    text-align: right;
}
#recent-article .article-summary .article-links .socialshare-holder a{
    display: inline-block;
    padding: 10px 8px;
}
#recent-article .article-summary .article-links .socialshare-holder a [class*="fa"]{
    color: #c3c9cd;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#recent-article .article-summary .article-links .socialshare-holder a:hover [class*="fa"],
#recent-article .article-summary .article-links .socialshare-holder a:focus [class*="fa"]{
    color: #aab2b7;
}

#articles{
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
#articles .row-title {
    color: #6c84af;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}
#articles .article-summary{
    margin: 40px 20px;
}
#articles .article-summary .article-img{
    margin-bottom: 18px;
}
#articles .article-summary .article-img img{
    width: 100%;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#articles .article-summary .article-img img:hover,
#articles .article-summary .article-img img:focus{
    filter: brightness(120%);
}

#articles .article-summary .article-title{
    padding-bottom: 13px;
    margin-bottom: 13px;
    text-align: left;
    position: relative;
}
#articles .article-summary .article-title a{
    color: #34a8ff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
#articles .article-summary .article-title:after{
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -17px;
    bottom: 0;
    width: 34px;
    height: 2px;
    background-color: #34a8ff;
    -webkit-box-shadow: 0 5px 16px 0 rgba(82, 156, 219, 0.68);
    -moz-box-shadow: 0 5px 16px 0 rgba(82, 156, 219, 0.68);
    box-shadow: 0 5px 16px 0 rgba(82, 156, 219, 0.68);
}
#articles .article-summary .article-date{
    color: #d5deed;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}
#articles .article-summary .article-text{
    color: #828e98;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}

#articles .article-summary .article-links div[class^="col-"]{
    padding: 0;
    
}
#articles .article-summary .article-links .readmore-holder{
    text-align: right;
}
#articles .article-summary .article-links .readmore-holder a.readmore-button{
    display: inline-block;
    color: #0f9aee;
    font-size: 13px;
    font-weight: 700;
    background-color: #f5fbfe;
    padding: 8px 15px;
    border-radius: 6px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#articles .article-summary .article-links .readmore-holder a.readmore-button:hover,
#articles .article-summary .article-links .readmore-holder a.readmore-button:focus{
    background-color: #ebf7fd;
}
#articles .article-summary .article-links .socialshare-holder{
    text-align: left;
}
#articles .article-summary .article-links .socialshare-holder a{
    display: inline-block;
    padding: 10px 8px;
}
#articles .article-summary .article-links .socialshare-holder a [class*="fa"]{
    color: #c3c9cd;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#articles .article-summary .article-links .socialshare-holder a:hover [class*="fa"],
#articles .article-summary .article-links .socialshare-holder a:focus [class*="fa"]{
    color: #aab2b7;
}
#articles .pagination{
    padding-top: 30px;
}
#articles .pagination .page-number{
    border-radius: 50px;
    padding: 5px 10px;
    color: #49c0d2;
    text-decoration: none;
    font-weight: 600;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(3, 151, 255, 0.38);
    -moz-box-shadow: 0px 3px 11px 0px rgba(3, 151, 255, 0.38);
    box-shadow: 0px 3px 11px 0px rgba(3, 151, 255, 0.38);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#articles .pagination a.page-number:hover,
#articles .pagination a.page-number:focus{
    background-color: #49c0d2;
    color: #ffffff;
}
#articles .pagination .page-number.current{
    color: #bfbfbf;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(191, 191, 191, 0.78);
    -moz-box-shadow: 0px 2px 3px 0px rgba(191, 191, 191, 0.78);
    box-shadow: 0px 2px 3px 0px rgba(191, 191, 191, 0.78);
}
#info-text{
    background-color: #ffffff;
    padding-top: 45px;
    padding-bottom: 88px;
    border-bottom: 1px solid #bedaf1;
}
#info-text .text{
    color: #34a8ff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    position: relative;
}
#info-text .text:after{
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -17px;
    bottom: -20px;
    width: 34px;
    height: 2px;
    background-color: #34a8ff;
    -webkit-box-shadow: 0 5px 16px 0 rgba(82, 156, 219, 0.68);
    -moz-box-shadow: 0 5px 16px 0 rgba(82, 156, 219, 0.68);
    box-shadow: 0 5px 16px 0 rgba(82, 156, 219, 0.68);
}

#contact-info{
    background-color: #2c3847;
}
#contact-info .info-box{
    padding: 50px 40px;
    text-align: left;
    position: relative;
    z-index: 1000;
}
#contact-info div[class^="col-"]:nth-child(2) .info-box{
    border-left: 1px solid #445468;
    border-right: 1px solid #445468;
}
#contact-info .info-box:after{
    position: absolute;
    content: "";
    width: 110%;
    height: 120%;
    left: 0;
    top: 6px;
    margin-left: -5%;
    margin-top: -10%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 7px 0 rgba(42, 149, 224, 0.34);
    -moz-box-shadow: 0 4px 7px 0 rgba(42, 149, 224, 0.34);
    box-shadow: 0 4px 7px 0 rgba(42, 149, 224, 0.34);
    -webkit-transform: scale(0.9) rotateX(-90deg);
    -moz-transform: scale(0.9) rotateX(-90deg);
    transform: scale(0.9) rotateX(-90deg);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#contact-info .info-box:hover:after,
#contact-info .info-box:focus:after{
    -webkit-box-shadow: 0 6px 20px 0 rgba(42, 149, 224, 0.34);
    -moz-box-shadow: 0 6px 20px 0 rgba(42, 149, 224, 0.34);
    box-shadow: 0 6px 20px 0 rgba(42, 149, 224, 0.34);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    opacity: 1;
}
#contact-info .info-box .info-title{
    color: #49c0d2;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 20px;
}
#contact-info .info-box .info-title:before{
    display: inline-block;
    color: #ffffff;
    font-family: "hostino";
    text-align: center;
    font-size: 23px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 18px;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    background-color: #49c0d2;
    -webkit-box-shadow: 0 12px 32px 0 rgba(3, 151, 255, 0.22);
    -moz-box-shadow: 0 12px 32px 0 rgba(3, 151, 255, 0.22);
    box-shadow: 0 12px 32px 0 rgba(3, 151, 255, 0.22);
}
#contact-info .info-box.green-title .info-title{
    color: #00d85f;
}
#contact-info .info-box.green-title .info-title:before{
    background-color: #00d85f;
    -webkit-box-shadow: 0 12px 32px 0 rgba(0, 216, 95, 0.22);
    -moz-box-shadow: 0 12px 32px 0 rgba(0, 216, 95, 0.22);
    box-shadow: 0 12px 32px 0 rgba(0, 216, 95, 0.22);
}
#contact-info .info-box.green-title .info-title.phone-icon:before{
    padding-top: 8px;
    content: "\68";
}
#contact-info .info-box.blue-title .info-title{
    color: #49c0d2;
}
#contact-info .info-box.blue-title .info-title:before{
    background-color: #49c0d2;
    -webkit-box-shadow: 0 12px 32px 0 rgba(3, 151, 255, 0.22);
    -moz-box-shadow: 0 12px 32px 0 rgba(3, 151, 255, 0.22);
    box-shadow: 0 12px 32px 0 rgba(3, 151, 255, 0.22);
}
#contact-info .info-box.blue-title .info-title.chat-icon:before{
    padding-top: 8px;
    content: "\65";
}
#contact-info .info-box.grey-title .info-title{
    color: #a9c7df;
}
#contact-info .info-box.grey-title .info-title:before{
    background-color: #a9c7df;
    -webkit-box-shadow: 0 12px 32px 0 rgba(109, 159, 200, 0.22);
    -moz-box-shadow: 0 12px 32px 0 rgba(109, 159, 200, 0.22);
    box-shadow: 0 12px 32px 0 rgba(109, 159, 200, 0.22);
}
#contact-info .info-box.grey-title .info-title.location-icon:before{
    padding-top: 9px;
    content: "\67";
}

#contact-info .info-box .info-details{
    font-size: 15px;
    color: #678ea6;
}
#contact-info .info-box .info-details a{
    font-size: 15px;
    color: #49c0d2;
    text-decoration: none;
}
#contact-info .info-box .info-details p{
    margin-bottom: 18px;
    opacity: 0.7;
}
#contact-info .info-box .info-details p:last-child{
    margin-bottom: 0;
}

#domainsearch{
    background-color: #f9fbff;
    text-align: center;
}
#domainsearch .domainsearch{
    background-image: url("../images/bg1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    padding-top: 190px;
    padding-bottom: 220px;
}

#domainsearch .b-title{
    color: #6c84af;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 38px;
}

#domain-pricing{
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background-color: #49c0d2;
}
#domain-pricing .row-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 60px;
}
#domain-pricing .domain-lists-holder{
    padding-bottom: 50px;
}
#domain-pricing ul.domain-list{
    list-style: none;
    padding: 0;
    margin: 30px 40px;
}
#domain-pricing ul.domain-list li{
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    padding: 5px 25px;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 12px 12px 0 rgba(18, 113, 179, 0.0);
    -moz-box-shadow: 0 12px 12px 0 rgba(18, 113, 179, 0.0);
    box-shadow: 0 12px 12px 0 rgba(18, 113, 179, 0.0);
    border-radius: 100px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#domain-pricing ul.domain-list li:hover,
#domain-pricing ul.domain-list li:focus{
    color: #83a4bb;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.64);
    -moz-box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.64);
    box-shadow: 0 12px 32px 0 rgba(18, 113, 179, 0.64);
}

#domain-pricing ul.domain-list li div[class^="col-"]{
    padding: 0;
    display: inline-block;
    width: 49%;
    float: inherit;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}

#domain-pricing ul.domain-list li:hover div[class^="col-"],
#domain-pricing ul.domain-list li:focus div[class^="col-"]{
    color: #83a4bb;
}

#domain-pricing ul.domain-list li div[class^="col-"]:first-child{
    text-align: left;
}
#domain-pricing ul.domain-list li div[class^="col-"]:last-child{
    text-align: right;
}

#info-whitebg{
    background-color: #ffffff;
    background-image: url("../images/clouds-bg.png");
    background-size: 55%;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
}
#info-whitebg .info-text{
    color: #999;
    font-size: 19px;
    margin-bottom: 30px;
}
#post-content{
    padding-top: 70px;
    padding-bottom: 70px;
}
#post-content .post .post-thumbnail img{
    width: 100%;
}
#post-content .post .post-entry{
    padding: 30px 20px;
}
#post-content .post .post-entry .date-published{
    font-weight: 300;
    font-size: 15px;
    color: #cccccc;
}
#post-content .post .post-entry a{
    text-decoration: none;
}
#post-content .post .post-entry a .post-title{
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
    color: #5f6576;
    margin-bottom: 60px;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#post-content .post .post-entry a:hover .post-title,
#post-content .post .post-entry a:focus .post-title{
    color: #49c0d2;
}
#post-content .post .meta .view{
    margin-right: 20px;
    color: #696969;
}
#post-content .post .meta .view:before{
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    color: #49c0d2;
    margin-right: 10px;
}
#post-content .post .meta .like{
    margin-right: 20px;
    color: #696969;
}
#post-content .post .meta .like:before{
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    color: #49c0d2;
    margin-right: 10px;
}
#post-content .post .meta .like a{
    color: #696969;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#post-content .post .meta .like a:hover,
#post-content .post .meta .like a:focus{
    color: #49c0d2;
}
#post-content .post .meta .comment{
    margin-right: 20px;
    color: #696969;
}
#post-content .post .meta .comment:before{
    content: "\f27a";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    color: #49c0d2;
    margin-right: 10px;
}
#post-content #post-body .post .post-title{
    font-weight: 700;
    font-size: 24px;
    color: #5f6576;
    margin-bottom: 20px;
    margin-top: 30px;
}
#post-content #post-body .post .meta{
    margin-bottom: 30px;
}
#post-content #post-body .post p{
    line-height: 26px;
}
#post-content #post-body .post-author img{
    border-radius: 200px;
    width: 100px;
}
#post-content #post-body .post-author .name{
    font-size: 20px;
    margin-bottom: 4px;
    margin-top: 18px;
}
#post-content #sidebar .widget{
    margin-bottom: 50px;
}
#post-content #sidebar .widget-title{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    color: #5f6576;
}
#post-content #sidebar #categories.widget .item{
    position: relative;
    margin-bottom: 8px;
    margin-top: 8px;
}
#post-content #sidebar #categories.widget .item a{
    color: #696969;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#post-content #sidebar #categories.widget .item a span{
    position: absolute;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 3px;
    text-align: center;
    border: 0px solid #49c0d2;
    color: #3c99ef;
    padding-top: 3px;
    font-size: 12px;
    font-weight: 600;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(3, 151, 255, 0.38);
    -moz-box-shadow: 0px 3px 11px 0px rgba(3, 151, 255, 0.38);
    box-shadow: 0px 3px 11px 0px rgba(3, 151, 255, 0.38);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#post-content #sidebar #categories.widget .item a:hover,
#post-content #sidebar #categories.widget .item a:focus{
    color: #49c0d2;
}
#post-content #sidebar #categories.widget .item a:hover span,
#post-content #sidebar #categories.widget .item a:focus span{
    background-color: #49c0d2;
    color: #ffffff;
}
#post-content #sidebar #popular-posts.widget .item{
    margin: 0;
    margin-bottom: 20px;
}
#post-content #sidebar #popular-posts.widget .item .thumb{
    padding: 0;
    overflow: hidden;
}
#post-content #sidebar #popular-posts.widget .item .thumb img{
    width: 135%;
}
#post-content #sidebar #popular-posts.widget .item .info .date{
    font-size: 13px;
    color: #b7b7b7;
    display: block;
}
#post-content #sidebar #popular-posts.widget .item .info .title a{
    font-weight: 700;
    font-size: 14px;
    color: #5f6576;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#post-content #sidebar #popular-posts.widget .item .info .title a:hover,
#post-content #sidebar #popular-posts.widget .item .info .title a:focus{
    color: #49c0d2;
}

#post-content #sidebar #tags.widget a.tag-link{
    padding: 8px 15px;
    background: #f6f7f7;
    border: 1px solid #f6f7f7;
    border-radius: 6px;
    font-size: 14px;
    display: inline-block;
    color: #ababab;
    margin-right: 5px;
    margin-bottom: 7px;
    line-height: 1;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
#post-content #sidebar #tags.widget a.tag-link:hover,
#post-content #sidebar #tags.widget a.tag-link:focus{
    background-color: #49c0d2;
    color: #ffffff;
}

#page-content{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}
#page-content .content-holder{

}
#page-content ul,#page-content ol{
    padding: 0;
    padding-left: 14px;
    margin-bottom: 20px;
}
#page-content ul li,#page-content ol li{
    color: #678ea6;
    font-size: 15px;
}
#page-content h4{
    font-size: 17px;
    color: #34a8ff;
    font-weight: 700;
}
#page-content p{
    font-size: 15px;
    color: #678ea6;
    margin-bottom: 20px;
}
/*------------------------------------------------------------------
	13. Responsive Styles
-------------------------------------------------------------------*/

/* Other screens styles modifications */
@media (max-width: 1200px) {
    .domain-search-holder #domain-search {
        max-width: 65%;
    }
    .domain-search-holder #domain-search:hover ,
    .domain-search-holder #domain-search:focus {
        max-width: 75%;
    }
    #pricing .pricing-box {
        margin-right: 10px;
        margin-left: 10px;
    }
    #pricing .pricing-box .pricing-box-body {
        padding: 38px 34px 38px 34px;
    }
    #pricing .pricing-box .pricing-box-body .pricing-details ul li {
        font-size: 13px;
    }
    #pricing .pricing-box .pricing-title:after {
        top: -34px;
        font-size: 57px;
    }
    #about .slider-holder{
        width: 76%;
    }
    #goals #text-slider p{
        padding: 0 16%;
    }
    #recent-article .custom-bg{
        height: 80%;
    }
    #domain-pricing ul.domain-list {
        margin: 30px 10px;
    }
    .info-slider-holder {
        width: 550px;
    }
    .form-holder {
        margin-right: 550px;
    }
}
@media (max-width: 992px) {
    .domain-search-holder #domain-search {
        max-width: 85%;
    }
    .domain-search-holder #domain-search:hover,
    .domain-search-holder #domain-search:focus {
        max-width: 95%;
    }
    #pricing .pricing-box {
        margin-top: 40px;
    }
    #features .mfeature-box {
        padding: 35px 15px;
        margin-left: 5px;
        margin-right: 5px;
    }
    #about .slider-holder{
        width: 78%;
    }
    #goals #text-slider p{
        padding: 0 5%;
    }
    #team .row-title:before {
        display: none;
    }
    #recent-article .custom-bg{
        width: 100%;
        height: 100%;
    }
    #recent-article .img-holder {
        margin-bottom: 25px;
    }
    #recent-article .article-summary .article-links .socialshare-holder a [class*="fa"]{
        color: #ffffff;
    }
    #recent-article .article-summary .article-links .socialshare-holder a:hover [class*="fa"],
    #recent-article .article-summary .article-links .socialshare-holder a:focus [class*="fa"]{
        color: #ffffff;
        opacity: 0.7;
    }
    #contact-info .info-box {
        padding: 30px 5px;
    }
    #contact-info .info-box:after{
        display: none;
    }
    #contact-info div[class^="col-"]:nth-child(2) .info-box{
        border-left: 0px solid #445468;
        border-right: 0px solid #445468;
    }
    .info-slider-holder{
        display: none;
    }
    .form-holder{
        margin-right: 0;
    }
    .form-holder .menu-holder ul.main-links li a.normal-link {
        font-size: 13px;
    }
    .form-holder .menu-holder ul.main-links li a.sign-button {
        font-size: 12px;
    }
    #form-section .menu-holder ul.main-links li a.normal-link,
    #form-section.signup .menu-holder ul.main-links li a.normal-link{
        color: #4a5761;
        font-size: 13px;
    }
    #form-section .menu-holder ul.main-links li a.normal-link:hover, 
    #form-section .menu-holder ul.main-links li a.normal-link:focus,
    #form-section.signup .menu-holder ul.main-links li a.normal-link:hover, 
    #form-section.signup .menu-holder ul.main-links li a.normal-link:focus {
        color: #63717b;
    }
    #form-section .menu-holder ul.main-links li a.sign-button,
    #form-section.signup .menu-holder ul.main-links li a.sign-button{
        color: #ffffff;
        font-size: 13px;
        padding: 6px 10px;
        background-color: #008ef2;
        margin-left: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #form-section .menu-holder ul.main-links li a.sign-button:hover, 
    #form-section .menu-holder ul.main-links li a.sign-button:focus,
    #form-section.signup .menu-holder ul.main-links li a.sign-button:hover, 
    #form-section.signup .menu-holder ul.main-links li a.sign-button:focus{
        padding-right: 10px;
        background-color: #0080d9;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #form-section .menu-holder ul.main-links li a.sign-button .hno,
    #form-section.signup .menu-holder ul.main-links li a.sign-button .hno{
        font-size: 16px;
        margin-top: 0px;
        margin-left: 0px;
        color: #ffffff;
    }
    #form-section .menu-holder ul.main-links li a.sign-button:hover .hno, 
    #form-section .menu-holder ul.main-links li a.sign-button:focus .hno,
    #form-section.signup .menu-holder ul.main-links li a.sign-button:hover .hno, 
    #form-section.signup .menu-holder ul.main-links li a.sign-button:focus .hno{
        margin-left: 1px;
    }
    .website-logo img{
        width: 86px;
    }
}
@media (max-width: 900px) {
    #about .slider-holder{
        width: 70%;
    }
    #about .slider-holder .photo-slider .slick-dots li{
        width: 100px;
    }
    #about .slider-holder .photo-slider .slick-dots li:after{
        background-color: rgba(255, 255, 255, 0.5);
    }
    #about .slider-holder .photo-slider .slick-dots li.slick-active:after{
        background-color: #ffffff;
    }
}
@media (max-width: 768px) {
    .logo {
        margin-top: 6px;
    }
    .website-logo .logo{
        margin-top: 0;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 16px;
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a.chat-button {
        margin-top: 15px;
        margin-right: 15px;
    }
    
    #nav .dropdown-menu {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        top: 0;
        border-radius: 0;
    }
    #nav .dropdown {
        width: 100%;
    }
    .domain-search-holder input[type="text"] {
        padding: 18px 42px;
    }
    .domain-search-holder input[type="submit"] {
        position: relative;
        right: 0;
        top: 20px;
    }
    .domain-search-holder #domain-search {
        padding-left: 20px;
        padding-right: 20px;
    }
    .domain-search-holder #domain-search {
        max-width: 100%;
    }
    .domain-search-holder #domain-search:hover,
    .domain-search-holder #domain-search:focus {
        max-width: 100%;
    }
    #main-slider .slick-dots li{
        width: 100px;
    }
    #info .info-text {
        padding-left: 5%;
        padding-right: 5%;
    }
    #pricing .pricing-box {
        margin-top: 40px;
    }
    #apps .row-title:before{
        display: none;
    }
    #apps .apps-holder .apps-links-holder{
        width: 100%;
    }
    #apps .apps-holder .app-icon-holder .app-title{
        font-size: 13px;
    }
    
    #apps .apps-holder .app-icon-holder .app-icon {
        margin-bottom: 5px;
    }
    #apps .apps-holder .apps-details-holder {
        width: 100%;
    }
    #apps .apps-holder .app-details div[class^="app-details"] {
        padding: 30px 5%;
    }
    #testimonials .row-title:after{
        display: none;
    }
    #testimonials #testimonials-slider .slick-slide {
        padding: 40px 1%;
    }
    #testimonials #testimonials-slider .details-holder {
        -webkit-box-shadow: 0 0 40px 0 rgba(50, 141, 25, 0.0);
        -moz-box-shadow: 0 0 40px 0 rgba(50, 141, 25, 0.0);
        box-shadow: 0 0 40px 0 rgba(50, 141, 25, 0.0);
        padding: 45px 45px 20px;
    }
    #testimonials #testimonials-slider .details-holder h5 {
        margin-bottom: 22px;
    }    
    #testimonials #testimonials-slider .details-holder p {
        font-size: 16px;
    }
    #testimonials #testimonials-slider .slick-prev:after {
        font-size: 25px;
        left: -10px;
        top: 0px;
        color: #00d85f;
    }
    #testimonials #testimonials-slider .slick-next:after {
        font-size: 25px;
        right: -10px;
        top: 0px;
        color: #00d85f;
    }
    #footer .footer-menu-holder {
        display: block;
        margin-bottom: 30px;
    }
    #footer .address-holder {
        display: block;
    }
    #footer ul.footer-menu li a {
        font-size: 14px;
    }
    #footer .email{
        font-size: 14px;
    }
    #footer .address div {
        font-size: 14px;
    }
    #footer .phone{
        font-size: 14px;
    }
    #about .slider-holder .photo-slider .slick-dots{
        opacity: 0;
        pointer-events: none;
    }
    #goals #text-slider .slick-dots li {
        width: 130px;
        height: 130px;
    }
    #goals #text-slider .slick-dots li.slick-active button {
        font-size: 16px;
    }
    #goals #text-slider .slick-dots li button {
        font-size: 12px;
    }
    #goals #text-slider p {
        font-size: 23px;
    }
}
@media (max-width: 480px) {
    #main-slider .slide{
        padding-top: 130px;
        padding-bottom: 160px;
    }
    #main-slider .slide .text-holder {
        font-size: 20px;
        line-height: 28px;
    }
    #main-slider .slick-dots li{
        width: 80px;
    }
    #main-slider .slick-dots li button{
        font-size: 13px;
    }
    #pricing .pricing-box {
        margin-right: 0px;
        margin-left: 0px;
    }
    #pricing .pricing-box .pricing-box-body .pricing-details ul li {
        font-size: 13px;
    }
    #pricing .pricing-box .pricing-box-body {
        padding: 30px;
    }
    #pricing .pricing-box {
        margin-top: 40px;
    }
    #apps .row-title:before{
        display: none;
    }
    #apps .apps-holder .apps-links-holder{
        width: 100%;
    }
    #apps .apps-holder .app-icon-holder .app-title{
        font-size: 11px;
    }
    #apps .apps-holder .app-icon-holder .app-icon {
        margin-bottom: 5px;
    }
    #apps .apps-holder .apps-details-holder {
        width: 100%;
    }
    #apps .apps-holder .app-details div[class^="app-details"] {
        padding: 20px 5%;
    }
    #testimonials .row-title:after{
        display: none;
    }
    #testimonials #testimonials-slider .slick-slide {
        padding: 40px 1%;
    }
    #testimonials #testimonials-slider .details-holder {
        -webkit-box-shadow: 0 0 40px 0 rgba(50, 141, 25, 0.0);
        -moz-box-shadow: 0 0 40px 0 rgba(50, 141, 25, 0.0);
        box-shadow: 0 0 40px 0 rgba(50, 141, 25, 0.0);
        padding: 45px 45px 20px;
    }
    #testimonials #testimonials-slider .details-holder h5 {
        margin-bottom: 22px;
    }    
    #testimonials #testimonials-slider .details-holder p {
        font-size: 16px;
    }
    #testimonials #testimonials-slider .slick-prev:after {
        font-size: 25px;
        left: -10px;
        top: 0px;
        color: #00d85f;
    }
    #testimonials #testimonials-slider .slick-next:after {
        font-size: 25px;
        right: -10px;
        top: 0px;
        color: #00d85f;
    }
    #footer .footer-menu-holder {
        display: block;
        margin-bottom: 30px;
    }
    #footer .address-holder {
        display: block;
    }
    #footer ul.footer-menu li a {
        font-size: 13px;
    }
    #footer .email{
        font-size: 12px;
    }
    #footer .address div {
        font-size: 12px;
    }
    #footer .phone{
        font-size: 12px;
    }
    #footer .social a [class*="fa"] {
        font-size: 32px;
    }
    #goals #text-slider .slick-dots {
        bottom: -178px;
    }
    #goals #text-slider .slick-dots li {
        width: 100px;
        height: 100px;
    }
    #goals #text-slider .slick-dots li.slick-active button {
        font-size: 12px;
    }
    #domain-search .domainsearch{
        padding-top: 130px;
        padding-bottom: 160px;
    }
    #articles .article-summary {
        margin: 40px 0px;
    }
    #recent-article .img-holder{
        padding-top: 0px;
        padding-left: 0px;
    }
}
@media (max-width: 320px) {
    .domain-search-holder input[type="submit"]{
        padding: 12px 30px;
    }
    #main-slider .slick-dots li {
        width: 70px;
    }
    #main-slider .slick-dots li button {
        font-size: 12px;
        padding: 0
    }
    #apps .apps-holder .app-icon-holder{
        width: 23%;
    }
    #apps .apps-holder .app-icon-holder .app-icon img {
        width: 30px;
    }
    #apps .apps-holder .app-icon-holder .app-title {
        font-size: 10px;
    }
    #footer .social a [class*="fa"] {
        font-size: 28px;
    }
    #form-section .info-slider-holder .img-text-slider .slick-dots{
        bottom: -60px;
    }
    #form-section .info-slider-holder .img-text-slider .slick-dots li{
        width: 60px;
    }
    #goals{
        padding-bottom: 90px;
    }
    #goals #text-slider p{
        font-size: 18px;
    }
    #goals #text-slider .slick-dots li{
        width: 70px;
        height: 70px;
    }
    #goals #text-slider .slick-dots li button{
        padding: 12px;
        font-size: 11px;
    }
    #goals #text-slider .slick-dots{
        bottom: -100px;
    }
    
    #footer .address [class*="fa"]{
        display: none;
    }
    
    #footer .email [class*="fa"]{
        font-size: 13px;
        width: 14px;
        margin-right: 0px;
    }
    #footer .phone [class*="fa"]{
        font-size: 16px;
        width: 14px;
        margin-right: 0px;
    }
    #info-whitebg .info-text{
        font-size: 17px;
        padding-left: 15%;
        padding-right: 15%;
    }
    #domain-pricing ul.domain-list li{
        padding: 5px 0px;
    }
    #recent-article .article-summary .article-links .readmore-holder a.readmore-button{
        font-size: 12px;
    }
}




/********************************************/
/* NOVO STYLE /*
/********************************************/


/********************** PADDINGS **********************/

.padding-0{
    padding: 0px !important;
}

/********************** HOME **********************/

ul{
    list-style: none !important;
}

.clean{
    clear: both;
}

.text-center{
    text-align: center !important;
}

.div-maquininha img{
    width: 70%;
    float: right;
}

.content-info-maquininha{
    font-family: 'EXO';
    text-align: left;
}

    .content-info-maquininha span{
        font-size: 36px !important;
        font-weight: 600;
        color: #49c0d2;
        font-family: 'EXO';
    }

        .content-info-maquininha p{
            font-size: 20px;
            color: #2c3847;
        }



.detail-maquininha{
    padding: 0px;
    margin-top: 35px !important;
}

    .detail-maquininha img{
        width: 30px;
        float: left;
    }

        .detail-maquininha p{
            font-size: 14px;
            line-height: 30px;
        }

            .detail-maquininha li{
                margin-bottom: 15px !important;
            }

.info-maquininha{
    float: left;
}

    .info-maquininha span{
        font-size: 28px !important;
        color: #2c3847 !important;
        font-weight: 600 !important;
    }

        .p-amount{
            font-size: 45px !important;
            font-weight: 600;
            margin-top: 5px;
            font-family: 'EXO';
        }

            .info-maquininha p small{
                font-size: 30px;
            }

.small-from{
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 0px;
    font-weight: 100;
    color: #999;
}

.store-apps img{
    width: 70%;
    margin-top: 13px;
}

.div-features{
    background: #fff;
    border-radius: 5px;
    margin-top: 25px;
}

    .div-features .first img{
        width: 45%;
        float: left;
        margin-top: -115px;
    }

.div-features .info-features-maquininha{
    float: left;
    margin-left: 35px;
    margin-top: 50px;
}

    .div-features .info-features-maquininha h3{
        font-family: 'EXO';
        font-weight: 600;
        color: #2c3847;
        font-size: 50px;
    }

        .div-features .info-features-maquininha p{
            color: #49c0d2;
            width: 120px;
        }

.detail-features-maquininha{
    background: #49c0d2;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px 15px 0px 15px;
}

.ul-features-maquininha{
    padding: 0px;
    margin: 0px !important; 
}

    .ul-features-maquininha img{
        width: 20px;
        float: left;
    }

        .ul-features-maquininha p{
            float: left;
            width: calc(100% - 30px);
            margin-left: 10px;
            color: #fff;
        }

            .ul-features-maquininha li{
                margin-bottom: 15px;
            }

                .ul-features-maquininha span{
                    font-size: 18px;
                    font-weight: 600;
                }

.div-features-boletos{
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}

    .div-features-boletos .first img{
        width: 55%;
        float: right;
    }

        .div-features-boletos .info-features-maquininha{
            float: left;
            margin-left: 10px;
        }
        
            .div-features-boletos .info-features-maquininha h3{
                font-family: 'EXO';
                font-weight: 600;
                color: #2c3847;
                font-size: 50px;
            }
        
                .div-features-boletos .info-features-maquininha p{
                    color: #49c0d2;
                    width: 120px;
                }

.detail-features-boletos{
    background: #49c0d2;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px 15px 0px 15px;
}

/********************** FLAGS **********************/

.info-card-flags img{
    width: 80px;
}

.app-details1{
    width: 100%;
    padding: 15px;
    margin-top: 20px;
}

.app-details2{
    width: 100%;
    padding: 15px;
    margin-top: 20px;
}

.app-details3{
    width: 100%;
    padding: 15px;
    margin-top: 20px;
}

/********************** MARGINS **********************/

.mt-25{
    margin-top: 25px !important;
}

.mt-30{
    margin-top: 30px !important;
}

.mt-65{
    margin-top: 65px !important;
}

.mb-0{
    margin-bottom: 0px !important;
}


/********************** FOOTER **********************/

.content-whats{
    width: 200px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 5px;
    overflow: hidden;
}

    .content-whats ul{
        padding: 0px !important;
        margin: 0px !important;
    }

        .content-whats .first{
            float: left;
            width: 30%;
            text-align: center;
            padding: 10px;
            height: 46px;
        }

            .content-whats .first img{
                width: 25px;
            }


                .content-whats .last{
                    float: left;
                    width: 70%;
                    height: 46px;
                    padding: 10px;
                    color: #fff;
                    line-height: 26px;
                }

                    .content-whats:hover{
                        opacity: 0.8;
                    }


/********************** BOLETO **********************/

.info-boleto-price small{
    margin-right: 10px;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 400;
}

    .info-boleto-price span{
        margin-right: 5px;
        margin-top: 18px;
        font-size: 20px;
    }

        .info-boleto-price p{
            color: #47cf8b;
            font-size: 45px;
            font-weight: 600;
            font-family: 'EXO';
        }

.head-boletos{
    background: #49c0d2 !important;
}

    .head-boletos .page-title{
        color: #fff !important;
    }

.price-boletos{
    float: none;
    margin: 0 auto;
}

    .price-boletos .pricing-amount{
        text-align: left;
    }

.description-info-boleto{
    float: none;
    margin: 0 auto;
    margin-top: 150px;
}

/********************** CHAT **********************/

.jivo-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-transform: none;
    cursor: pointer;
    background-image: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0px;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    }
    .jivo-btn:hover {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
    }
    .jivo-btn.jivo-btn-light:hover{
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
    }
    .jivo-btn.jivo-btn-light{
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
    }
    .jivo-btn:active,
    .jivo-btn.jivo-btn-light:active{
    box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
    cursor: pointer;
    }
    .jivo-btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }
    .jivo-btn-gradient {
    background-image: url(//static.jivosite.com/button/white_grad_light.png);
    background-repeat: repeat-x;
    }
    .jivo-btn-light.jivo-btn-gradient {
    background-image: url(//static.jivosite.com/button/white_grad.png);
    }
    .jivo-btn-icon {
    width:17px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -5px;
    }
    .jivo-btn-light {
    color: #fff;
    }
    .jivo-btn-dark {
    color: #222;
    }
    .jivo-btn, .jivo-btn-icon  {
        display: inline;
    }


    .info-maquininha-price img{
        width: 100%;
    }

    .description-info-maquinha{
        margin-top: 170px;
    }

    .price-maquininha{
        float: none;
        margin: 0 auto;
    }
    
        .price-maquininha .pricing-amount{
            text-align: left;
        }

/********************** MODAL **********************/

.modal-content{
	border: 0px;
    border-radius: 4px;
}



/*************************LOADER*********************/

#progress{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.2);
	z-index: 9999;
	display: none;
}

.progress-status{
	width: 200px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -10px;
    z-index: 9999;
}

#loader{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.2);
    z-index: 9999;
    display: none;
}

.loading {
    border: 7px solid #f3f3f3;
    border-top: 7px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 9999;
}

.div-simulator input{
    height: 45px;
    margin-top: 15px;
}

    .div-simulator select{
        height: 45px;
        margin-top: 15px;
    }

.result-simulator{
    margin-top: -15px;
    font-family: 'EXO';
}

    .result-simulator h5{
        font-size: 16px;
        color: #fff;
        font-weight: 600;
    }

        .result-simulator ul{
            padding-left: 0px;
        }

            .result-simulator ul li p{
                color: #2c3847;
                margin-bottom: 0px !important;
            }

                .result-simulator ul li small{
                    font-weight: 600;
                    font-size: 18px;
                    color: #fff;
                }

.div-button-simulator{
    margin-top: 15px;
}

    .div-button-simulator a{
        height: 45px;
        line-height: 31px;
    }

.ul-result-freebank{
    border: 1px solid #ddd;
    padding-left: 0px;
    font-family: 'EXO';
    margin-top: 25px;
}

    .ul-result-freebank .first{
        background: #233645;
        text-align: center;
        height: 125px;
    }

        .ul-result-freebank .first img{
            margin-top: 30px;
        }   

            .ul-result-freebank .last{
                padding-top: 35px;
                padding-left: 40px;
            }

.p-amout-freebank{
    font-size: 35px;
    font-weight: 600;
    display: inline-block;
    float: left;
    color: #49c0d2;
    margin-top: -7px;
}

.p-carencia-freebank{
    color: #999;
    display: inline-block;
    margin-top: 4px;
    margin-left: 10px;
    float: left;
}

.antecipado .p-info-freebank{
    display: inline-block;
    float: left;
    margin-left: -106px;
    margin-top: 20px;
    font-weight: 600;
    color: #49c0d2;
}

.parcelado .p-info-freebank{
    display: inline-block;
    float: left;
    margin-left: -89px;
    margin-top: 20px;
    font-weight: 600;
    color: #49c0d2;
}

.subtitle-info{
    font-size: 12px;
    margin-bottom: 0px;
    color: #999;
}

.ul-result-competitor{
    padding-left: 0px;
    margin-top: 20px;
}

    .ul-result-competitor li{
        border: 1px solid #ddd;
        padding: 15px;
    }

        .ul-result-competitor .first{
            padding-left: 0px;
        }

            .ul-result-competitor .last{
                padding-right: 0px;
            }

.content-competitor{
    margin-top: 20px;
}

    .content-competitor span{
        font-size: 14px;
        color: #999;
    }

        .content-competitor small{
            font-size: 20px;
            font-weight: 600;
            color: #49c0d2;
        }

.title-compar{
    margin-top: 25px;
}

    .title-compar h3{
        color: #999;
    }

.color-concorrente1{
    color: #795cd7;
}

.color-concorrente2{
    color: #79db00;
}

.color-concorrente3{
    color: #f9b238;
}

.color-concorrente4{
    color: #0c9ad2;
}

.header-competitor img{
    width: 25px;
    float: left;
}

 .header-competitor h4{
    float: left;
    margin-left: 5px;
    margin-top: 15px;
 }

 .selector-up{
    text-align: center;
    margin-top: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
 }

    .selector-up img{
        width: 30px;
    }

.btn-primary-freebank{
    background: #233645;
    color: #fff;
    border-color: #233645;
}

    .btn-primary-freebank:hover{
        color: #fff;
    }

        .btn-primary-freebank:visited{
            color: #fff !important;
        }

            .btn-primary-freebank:active{
                color: #fff !important;
            }

                .btn-primary-freebank:link{
                    color: #fff !important;
                }

.button-simulator{
    height: 45px;
    line-height: 31px;
}


.parcelado-freebank{
    color: #233645 !important;
}

.parcelado{
    color: #233645 !important;
}

#result-simulator{
    display: none;
    cursor: pointer;
}

.div-simulator{
    padding-left: 0px;
    padding-right: 0px;
}

.button-simulator{
    width: 100%;
}

.ajs-header{
    background-color: #49c0d2!important;
      color: #fff !important;
  }
  
  .ajs-ok{
    background: #49c0d2 !important;
    border: 0px;
    color: #fff;
  }

  
.alertify .ajs-dialog{
    border: 0px;
}

.container-register .info-slider-holder{
    background: url(../images/bg-register.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 657px;
    height: 100%;
}

.container-login .info-slider-holder{
    background: url(../images/bg-login.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 657px;
    height: 100%;
}

.container-register .div-proposal{
    background-image: url('../images/bg-proposal.png');
    left: 0;
    bottom: 45px;
    position: absolute;
    width: 80%;
    height: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.container-register .signin-signup-form input:read-only::-webkit-input-placeholder {color: #ccc;}
.container-register .signin-signup-form input:read-only:-moz-placeholder{color: #ccc;}
.container-register .signin-signup-form input:read-only::-moz-placeholder{color: #ccc;}
.container-register .signin-signup-form input:read-only:-ms-input-placeholder{color: #ccc;}

.container-register .signin-signup-form input:read-only {color: #ccc;}
.container-register .signin-signup-form select:disabled {color: #ccc;}

.container-register .form-items{
    max-width: 100%;
}

.div-button-proposal{
    float: right;
    margin-top: 18px;
    margin-right: 65px;
}

.button-freebank-blue{
    text-align: center;
    border: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #49c0d2;
    -webkit-box-shadow: 0 12px 32px 0 rgba(72, 179, 255, 0.43);
    -moz-box-shadow: 0 12px 32px 0 rgba(72, 179, 255, 0.43);
    box-shadow: 0 12px 32px 0 rgba(72, 179, 255, 0.43);
    outline: none;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}

.button-freebank-green{
    text-align: center;
    border: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #47cf8b;
    -webkit-box-shadow: 0 12px 32px 0 rgba(72, 179, 255, 0.43);
    -moz-box-shadow: 0 12px 32px 0 rgba(72, 179, 255, 0.43);
    box-shadow: 0 12px 32px 0 rgba(72, 179, 255, 0.43);
    outline: none;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}

.form-text select{
    width: 100%;
    padding: 15px 30px;
    border-radius: 100px;
    text-align: left;
    background-color: #ffffff;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    color: #49c0d2;
    outline: 0;
    -webkit-box-shadow: 0 6px 12px 0 rgba(18, 113, 179, 0.14);
    -moz-box-shadow: 0 6px 12px 0 rgba(18, 113, 179, 0.14);
    box-shadow: 0 6px 12px 0 rgba(18, 113, 179, 0.14);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}

.subtitle-form{
    font-size: 14px;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-right: 15px;
    margin-left: 15px;
    color: #49c0d2 !important;
    margin-top: 25px;
    margin-bottom: 15px;
}

.div-button-register{
    margin-top: 25px;
    padding-left: 10px;
}

.register-info {
    padding: 15px;
}

    .register-info p{
        font-family: 'EXO';
        font-size: 16px;
        color: #999;
        margin-bottom: 35px;
    }

.form-holder-login{
    margin-top: 10%;
}