@charset "UTF-8";
/* *****************************************************************

[Table of Contents]

1. Base
2. Preloader
3. Navigation
4. Home Section
5. Overview Section
6. Features Section
7. Describe Section
8. Faq Section
9. Screen Section     
10. Pricing Section
11. Team Section
12. Testimonials Section
13. Count Section
14. Location Section
15. Download Section
16. Footer
17. 404 Page

***************************************************************** */






/* *****************************************************************
 * 1. Base
 * ************************************************************** */

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #777;
    overflow-x: hidden;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0px;
    /*color: #444;*/
}
a {
    text-decoration: none;
}
p {
    margin: 0px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #777;
}
a:hover, a:focus, button:focus {
    text-decoration: none;
    outline: none;
}
.sec-padded-1x {
    padding: 90px 0;
}
.sec-padded-2x {
    padding: 80px 0 0;
}
.sec-padded-3x {
    padding: 50px 0;
}
.sec-padded-4x {
    padding: 50px 0 0;
}
.btm-mrgn-0 {
    margin-bottom: 0 !important;
}
.center-block {
    margin: 0 auto !important;
}
section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}
.center-heading {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.center-heading h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 40px;
}
.center-line {
    width:100px;
    height: 2px;
    display: inline-block;
    margin: 13px auto;
}
.center-heading p {
    font-size: 18px;
    color: #777;
    font-weight: 300;
    line-height: 30px;
    margin-top: 5px;
}
.overlay-shade {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.overlay-blue-shade {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 108, 179, 0.9);
    z-index: 0;
}
.overlay-orange-shade {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(204, 102, 0, 0.8);
    z-index: 0;
}
.trans-effect {
    -webkik-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 35px;
    width: 35px;
    display: none;
    text-align: center;
    border-radius: 50%;
    z-index: 50;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}
.scroll-to-top a {
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    padding-top: 8px;
    display: inline-block;
}
.scroll-to-top:hover {
    background-color: #F44336;
}
#sidenav-overlay {
    z-index: 5 !important;
}
@media only screen and ( max-width:767px ) {
    .center-heading h3 {
        font-size: 33px;
    }
    .center-heading p {
        font-size: 16px;
    }
    .center-heading {
        margin-bottom: 40px;
    }
}






/* *****************************************************************
 * 2. Preloader
 * ************************************************************** */

@-webkit-keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
@-moz-keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
@-ms-keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
@-o-keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
@keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
.preloader {
    position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #fff;
	z-index: 9999;
}
.loader-content {
    background-color: #b71c1c;
    color:#aaa;
    border-radius:10px;
    padding:50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.preloader img {
    width: 80px;
    display: block;
    margin: 0 auto;
}
.preloader .progress {
    width: 100px;
    height: 2px;
    margin: 13px 0 10px;
    background-color: #bbdefb;
}
.preloader .progress .indeterminate {
    background-color: #03a9f4;
}
.preloader h5 {
    text-transform: uppercase;
    color:#fff;
    font-size: 11px;
    margin: 5px;
    letter-spacing: .5px;
    font-weight: 600;
    -webkit-animation: blink-text 1.3s infinite;
    -moz-animation: blink-text 1.3s infinite;
    -ms-animation: blink-text 1.3s infinite;
    -o-animation: blink-text 1.3s infinite;
    animation: blink-text 1.3s infinite;
}






/* *****************************************************************
 * 3. Navigation
 * ************************************************************** */

#navigation {
    position: fixed;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 70px;
    line-height: 70px;
}
#navigation nav {
    height: 70px;
    line-height: 70px;
    background-color: #b71c1c;
}
#navigation nav a {
    color: #aaa;
}
#navigation nav .main-nav li a {
    height: 70px;
    margin-top: -3px;
}
#navigation nav .brand-logo {
    position: relative;
    top:9px !important;
    display: inline-block;
    height: 45px;
}
#navigation nav .brand-logo img {
    width: 160px;
}
#navigation nav .button-collapse {
    float: right;
}
#navigation nav .button-collapse i {
    height: 70px;
    line-height: 70px;
}
#navigation .social-icons {
    display: inline-block;
    margin-left: 20px;
}
#navigation .social-icons ul li a {
    margin: 0 5px;
    background: none;
    box-shadow: none;
}
#navigation .social-icons ul li a i {
    position: relative;
    top: -12px;
    font-size: 20px;
}
#navigation .social-icons .icon-google i {
    color: #fff;    
}
#navigation .social-icons .icon-facebook i {
    color: #1283ff;   
}
#navigation .social-icons .icon-twitter i {
    color: #55acee;
}
#navigation ul li .nav-btn-download {
    padding: 0 10px;
    height: auto !important;
    text-transform: none;
}
#navigation ul li .nav-btn-download i {
    height: auto;
    line-height: initial;
    padding-top: 7px;
    margin-right: 8px;
}
.dropdown-content li>a {
    line-height: 50px;
}
.side-nav li {
    padding: 0
}
.side-nav li a {
    padding: 0 25px;
}
.side-nav li a.nav-btn-download {
    margin: 10px;
    padding: 10px !important;
    line-height: 28px;
}
.side-nav li a.nav-btn-download i {
    padding-top: 3px !important;
    margin-left: 45px !important;
    margin-right: -45px !important;
}
.side-nav a {
    height: 55px;
    line-height: 55px;
}

.nav-wrapper container{
    padding-top:20px;
}
.brand {
    top: 6px !important;
}
@media only screen and ( max-width:1050px ) {
    #navigation nav .main-nav {
        display: none !important;
    }
    #navigation nav a.button-collapse {
        display: block !important;
    }
}
@media only screen and ( max-width:992px ) {
    #navigation nav .brand-logo {
        left: 29px;
    }
    #navigation .social-icons {
        margin-left: 10px;
    }
    #navigation nav.affix {
        opacity: .97;
    }
}
@media only screen and ( max-width:767px ) {
    #navigation nav .brand-logo {
        width: 56px;
    }
    #navigation nav .brand {
        display:none;
    }
    #navigation .social-icons ul li a i {
        top: auto;
    }
}






/* *****************************************************************
 * 4. Home Section
 * ************************************************************** */

.home-section {
    padding-top:70px;
    overflow: visible;
}
.hero-text {
    position: relative;
    padding-top: 170px !important;
}
.hero-text h1 {
    font-size: 52px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 10px;
}
.hero-text h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 20px;
}
.typed-cursor {
    position: relative;
    top: -4px;
    font-weight: 300;
}
.hero-text p {
    margin-bottom: 30px;
}
.btn-download {
    display: inline-block;
    width: 200px;
    height: 70px;
    padding: 10px;
    background: #fff url('../img/playstore.jpg') center center no-repeat;
    background-size: contain;
}
.btn-link {
    position: relative;
    opacity: .8;
    height: 50px;
    width: 50px;
    margin-left: 30px;
    animation: arrow-animation 750ms ease-in-out infinite alternate;
    -moz-animation: arrow-animation 750ms ease-in-out infinite alternate;
    -webkit-animation: arrow-animation 750ms ease-in-out infinite alternate;
    -o-animation: arrow-animation 750ms ease-in-out infinite alternate;
}
.btn-link i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 0px;
    animation-duration: 5s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.banner{
    position:relative;
    top:0;
    font-size:large;
    background-color:#fff !important;
    color: #F44336;
    padding-top:7px;
    z-index:9999;
}
@keyframes arrow-animation {
  from {
    top: -5px;
  }
  to {
    top: 5px;
  }
}
@-webkit-keyframes arrow-animation {
  from {
    top: -5px;
  }
  to {
    top: 5px;
  }
}
@-moz-keyframes arrow-animation {
  from {
    top: -5px;
  }
  to {
    top: 5px;
  }
}
@-o-keyframes arrow-animation {
  from {
    top: -5px;
  }
  to {
    top: 5px;
  }
}
.btn-link:hover,
.btn-link:focus {
    opacity: 1;
}
.btn-download:hover,
.btn-download:focus {
    background-color: #fff;
}
.android-wrapper {
    width: 336px;
    height: 552px;
    background-repeat: no-repeat;
    background-image: url(../img/android-cover.png);
    background-position: center center;
    background-size: contain;
    position: relative;
    bottom: -30px;
    margin: 60px auto 0px;
}
.android-inner {
    width: 263px;
    height: 468px;
    position: absolute;
    top: 45px;
    left: 37px;
    background-color: #00AEFF;
    overflow: hidden;
}
.android-inner .hero-slider {
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.android-inner .hero-slider img {
    width: 100%;
}
.android-inner .flex-direction-nav a {
    width:40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    background-color: #F44336;
}
.android-inner .hero-slider:hover .flex-prev {
    left: 0;
    border-radius: 0 3px 3px 0; 
}
.android-inner .hero-slider:hover .flex-next {
    right: 0;
    border-radius: 3px 0 3px; 
}
.android-inner .flex-direction-nav a:before {
    display: none;
}
.android-inner .flex-direction-nav a.flex-next:before {
    display: none;
}
@media only screen and ( max-width:1075px ) {
    .android-wrapper {
        width: 290px;
        height: 510px;
        margin-bottom: 90px;
    }
    .android-inner {
        width: 243px;
        height: 432px;
        top: 42px;
        left: 24px;
    }
}
@media only screen and ( max-width:992px ) {
    .hero-text h1 {
        font-size: 36px;
        line-height: inherit;
        margin-bottom: 0;
    }
    .hero-text h2 {
        font-size: 32px;
        line-height: inherit;
    }
    .btn-download {
        width: 170px;
        height: 60px;
    }
    .btn-link {
        height: 40px;
        width: 40px;
        margin-left: 20px;
    }
}
@media only screen and ( max-width:767px ) {
    .hero-text {
        text-align: center;
        padding-top: 150px !important;
    }
    .hero-text h1 {
        font-size: 32px;
    }
    .hero-text h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .hero-text p {
        margin-bottom: 25px;
        font-size: 15px;
    }
    .btn-link {
        display: none;
    }
    .android-wrapper {
        margin: 0px auto;
        height: 495px;
    }
    .android-inner {
        width: 236px;
        height: 419px;
        top: 41px;
        left: 28px;
    }
    .android-inner .flex-direction-nav .flex-next {
        right: 0;
    }
    .android-inner .flex-direction-nav .flex-prev {
        left: 0;
    }
}
.nav-arrows div {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(255,255,255,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows div:hover {
	border-color: rgba(255,255,255,0.9);
}

.nav-arrows div.nav-arrow-prev {
	left: 20px;
	border-right: none;
	border-top: none;
}

.nav-arrows div.nav-arrow-next {
	right: 20px;
	border-left: none;
	border-bottom: none;
}
@media screen and (min-width: 501px) {
    .carrousel-panel {
        position:absolute;
        left:50px;
        width:400px;
        height:600px;
        padding:40px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .carrousel-panel-right {
        position:absolute;
        right:50px;
        width:400px;
        height:600px;
        padding:40px;
        background-color: rgba(0, 0, 0, 0.5);
    }

}

@media screen and (max-width: 500px) {
    .carrousel-panel, .carrousel-panel-right {
        position:absolute;
        left:50px;
        right:50px;
        height:600px;
        padding:40px;
        background-color: rgba(0, 0, 0, 0.5);
    }

}

/* *****************************************************************
 * 13. Count Section
 * ************************************************************** */

.count-section::before {
    background-color: #fff;
    color:#F44336;
    height: 180%;
}
.count-section .row {
    position: relative;
}
.count-section i {
    color: #fff;
    font-size: 110px;
    line-height: 0;
}
.count-section h2 {
    display: block;
    color: #F44336;
    margin-top: -5px;
    font-weight: 300;
    font-size: 50px;
}
.count-section p {
    color: #F44336;
    font-weight: 400;
    padding-top: 3px;
}
@media only screen and ( max-width:992px ) {
    .count-section i {
        font-size: 90px;
    }
    .count-section h2 {
        font-size: 40px;
    }
}
@media only screen and ( max-width:570px ) {
    .count-section i {
        font-size: 70px;
    }
    .count-section h2 {
        font-size: 27px;
    }
}
@media only screen and ( max-width:470px ) {
    .count-section i {
        font-size: 60px;
    }
}

/* *****************************************************************
 * 7. Describe Section
 * ************************************************************** */

.describe-section::before {
    background-image: url('../img/background-contact.jpg');
}
.describe-section .center-heading {
    margin-bottom: 30px;
}
.describe-section .tabs {
    height: 60px;
    /*margin-bottom: 70px;*/
    overflow: hidden;
}
.describe-section .tabs .tab {
    height: 60px;
    line-height: 60px;
}
.describe-section .tabs .tab a {
    color: #F44336;
}
.describe-section .tabs .indicator {
    background-color: #F44336;
    border-radius: 3px;
}
.describe-section .tab-content {
    position: relative;
    z-index: 1;
}
.describe-section .tab-content h3 {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}
.describe-section .tab-content p {
    font-weight: 300;
    margin-bottom: 15px;
}
.describe-section .tab-content ul {
    padding: 0;
    list-style-type: none;
}
.describe-section .tab-content ul li {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 15px;
    padding-left: 35px;
    color: #fff;
}
.describe-section .tab-content ul li:before {
    content: "1.";
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 30px;
}
.describe-section .tab-content ul li:nth-child(2):before {
    content: "2.";
}
.describe-section .tab-content ul li:nth-child(3):before {
    content: "3.";
}
.describe-section .tab-content ul li:last-child:before {
    content: "4.";
}
.describe-section .tab-content .progress-box span {
    color: #fff;
    font-weight: 300;
}
.describe-section .tab-content .progress {
    height: 20px;
    background-color: #81d4fa;
    margin-bottom: 12px;
}
.describe-section .tab-content .progress .determinate {
    background-color: #0288d1;
}
.describe-section .tab-content .progress .feature-1 {
    width: 90%;
}
.describe-section .tab-content .progress .feature-2 {
    width: 70%;
}
.describe-section .tab-content .progress .feature-3 {
    width: 80%;
}
.describe-section .tab-content .progress .feature-4 {
    width: 60%;
}
@media only screen and ( max-width:992px ) {
    .describe-section .tab-content h3 {
        margin-bottom: 13px;
        font-size: 28px;
    }
    .describe-section .tab-content .progress {
        overflow: visible;
    }
}
@media only screen and ( max-width:767px ) {
    .describe-section .tabs {
        height: 50px;
    }
    .describe-section .tabs .tab {
        height: 50px;
        line-height: 50px;
    }
    .describe-section .tabs .tab a {
        font-size: 11px;
    }
    .describe-section .tab-content h3 {
        font-size: 26px;
    }
    .describe-section .tab-content p,
    .describe-section .tab-content ul li {
        font-size: 15px;
    }
    .describe-section .tab-content ul li {
        margin-bottom: 5px;
    }
    .describe-section .tab-content ul li:before {
        font-size: 28px;
    }
    .describe-section #tab-compare img {
        margin-top: 35px !important;
    }
    .describe-section #tab-heart img {
        margin-bottom: 25px !important;
    }
}


/* *****************************************************************
 * 14. Location Section
 * ************************************************************** */

#location .address-block {
    padding: 5% 5% 5% 7.9%;
    background-color: #FAFAFA;
}
#location .address-block .center-heading {
    margin-bottom: 25px;
}
#location .address-block .center-heading p {
    font-size: 16px;
}
#location .map-block,#location .address-block ul {
    padding: 0;
    margin-bottom: 0px;
}
#location .address-block ul li p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
}
#location .address-block ul li {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 45px;
    position: relative;
}
#map{
    width: 100%;
    height: 100%;
}
.md-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    visibility: hidden;
    background-color: rgba(0,0,0,.6);
}
.md-show {
    visibility: visible;
}
.md-content {
    background: #fff;
    position: relative;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto;
}
.md-content h3 {
    margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    background-color: #039be5;
    color: #fff;
    border-radius: 3px 3px 0 0;
}
.md-close {
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.md-content p {
    margin: 0;
    padding: 15px 15px 0;
}
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
input,
textarea {
    margin-bottom: 25px;
}
.md-content form, .error {
    padding-top:-15px;
    float: left;
    font-size: 12px;
    color: #AD0000;
}
.md-content form .input-field label {
    top: 15px;
    font-size: 13px;
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #039be5;
    box-shadow: 0 1px 0 0 #039be5;
}
.md-content form .input-field label.active {
    color: #039be5;
}
.md-content .row {
    margin-bottom: 15px
}
#m-video .md-content {
    background: transparent;
}
#m-video .md-content .md-close {
    top: -55px;
    right: 0;
    font-size: 40px;
}
#m-video iframe {
    width:100%;
    height:450px
}
@media only screen and (min-width: 993px) {
    .md-content {
        width: 45%;
    }
}
@media only screen and (max-width: 992px) {
    #location .address-block .center-heading h3 {
        font-size: 30px;
    }
    .md-content {
        width: 60%;
    }
}
@media only screen and (max-width: 767px) {
    #location .address-block {
        padding: 30px;
    }
    #location .address-block .center-heading {
        text-align: center !important;
    }
    #location .map-block {
        height: 400px !important;
    }
    #location .address-block ul li p {
        font-size: 15px
    }
    .md-content {
        width: 95%;
    }
    .md-content h3 {
        font-size: 18px;
    }
    .md-close {
        top: 5px;
        right: 15px;
        font-size: 25px;
    }
    .md-content p {
        font-size: 15px;
    }
    .md-content textarea.materialize-textarea {
        padding: 1rem 0;
    }
    .md-content .row {
        margin-bottom: 10px
    }
}

/* *****************************************************************
 * 16. Footer
 * ************************************************************** */

.footer-main{
    padding-top: 80px;
    padding-bottom: 30px;
    background-color: #263238;
}
.footer-main a img {
    width: 70px;
}
.footer-social{
    margin: 30px 0;
    padding: 0;
}
.footer-social li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}
.footer-social li:before {
    content: "";
    display: block;
    width: 4em;
    height: 4em;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #A8B4C4;
    border-radius: 1000px;
    opacity: 0;
    z-index: 0;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.footer-social li:hover:before {
    -webkit-animation: circle-pulse 1s ease-out infinite;
    -moz-animation: circle-pulse 1s ease-out infinite;
    -o-animation: circle-pulse 1s ease-out infinite;
    animation: circle-pulse 1s ease-out infinite;
}
@-webkit-keyframes circle-pulse {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) scale3d(.5, .5, 1);
        transform: translateX(-50%) translateY(-50%) scale3d(.5, .5, 1);
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) scale3d(1, 1, 1);
        transform: translateX(-50%) translateY(-50%) scale3d(1, 1, 1);
        opacity: 0
    }
}
@-moz-keyframes circle-pulse {
    0% {
        -moz-transform: translateX(-50%) translateY(-50%) scale3d(.5, .5, 1);
        transform: translateX(-50%) translateY(-50%) scale3d(.5, .5, 1);
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        -moz-transform: translateX(-50%) translateY(-50%) scale3d(1, 1, 1);
        transform: translateX(-50%) translateY(-50%) scale3d(.5, .5, 1);
        opacity: 0
    }
}
@-ms-keyframes circle-pulse {
    0% {
        -ms-transform: translateX(-50%) translateY(-50%) scale3d(.5, .5, 1);
        transform: translateX(-50%) translateY(-50%) scale3d(.5, .5, 1);
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        -ms-transform: translateX(-50%) translateY(-50%) scale3d(1, 1, 1);
        transform: translateX(-50%) translateY(-50%) scale3d(.5, .5, 1);
        opacity: 0
    }
}
@-o-keyframes circle-pulse {
    0% {
        -o-transform: translateX(-50%) translateY(-50%) scale3d(.5, .5, 1);
        transform: translateX(-50%) translateY(-50%) scale3d(.5, .5, 1);
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        -o-transform: translateX(-50%) translateY(-50%) scale3d(1, 1, 1);
        transform: translateX(-50%) translateY(-50%) scale3d(.5, .5, 1);
        opacity: 0
    }
}
@keyframes circle-pulse {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) scale3d(.5, .5, 1);
        transform: translateX(-50%) translateY(-50%) scale3d(.5, .5, 1);
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) scale3d(1, 1, 1);
        transform: translateX(-50%) translateY(-50%) scale3d(1, 1, 1);
        opacity: 0
    }
}
.footer-social li a i{
    display: block;
    width:40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #37474f;
    color:#bdbdbd;
    font-size: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    position: relative;
    z-index: 1;
}
.footer-social li a i:hover{
    background-color: #F44336;
    color:#fff;
}
.copyrights{
    display: block;
    color: #bdbdbd;
    font-weight: 300;
}
@media only screen and (max-width: 767px) {
    .footer-main {
        padding-top: 60px;
    }
}






/* *****************************************************************
 * 17. 404 Page
 * ************************************************************** */

.error-section {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    height: 100vh;
    background-color: #FAFAFA;
}
.error-block .number h1 {
    font-size: 150px;
    font-weight: 300;
    color: #03a9f4;
}
.error-block .details h3 {
    font-size: 32px;
    font-weight: 300;
    padding-bottom: 8px;
}
.error-block .details p {
    padding-bottom: 12px;
    font-weight: 300;
}
@media only screen and (max-width: 767px) {
    .error-block .number h1 {
        font-size: 95px; 
    }
    .error-block .details h3 {
        font-size: 28px;
    }
}

.bg-img-1 {
	background-size: cover;
	background-position: center center;
    background-image: url(../img/presentations/scene1.jpg);
}
.bg-img-1-mobile {
	background-size: contain;
	background-position: center center;
    background-image: url(../img/presentations/scene1.jpg);
}
.bg-img-2 {
	background-size: cover;
	background-position: center center;
    background-image: url(../img/presentations/scene2.jpg);
}
.bg-img-3 {
	background-size: cover;
	background-position: center center;
    background-image: url(../img/presentations/scene3.jpg);
}
.bg-img-4 {
	background-size: cover;
	background-position: center center;
    background-image: url(../img/presentations/scene4.jpg);
}
.sub-section {
    background-color: #ffffff;
}
.sub-section img {
    width:100%
}
.sub-section h2 {
    font-size: 24px;
    font-weight: 300;
    color: #F44336;
}
.sub-section p{
    font-size: 16px;
}
.sub-section .row{
    margin-bottom:0px;
    padding-bottom:20px;
    padding-top:20px;
}
.answer {
    color:#008000;
}
