/*====================================================
                DEFAULT VALUES:

                Font Family                 : Roboto Condensed
                
                Greenish Blue               : #34c6d3       (Buttons, Icons, Links, Lines & Backgrounds)
                Steel Gray                  : #41464b       (Headings)
                Blue Bayoux                 : #64707b       (Paragraphs)
                White                       : #fff          (Text With Black Backgrounds)
                Black                       : #000 

======================================================*/


/* General CSS */

html,
body {
    height: 100%;
}

body {
    font-family: "Roboto Condensed", sans-serif;
}

p {
    color: #64707b;
    font-size: 16px;
    font-weight: 300;
}

h3 {
    color: #41464b;
}

.navbar-brand{
	padding: 12px 15px;
}


/*====================================================
                        HOME
======================================================*/

#home {
    height: 100%;
}

#home-cover {
    height: 100%;
    background-image: url("../img/bg-home.jpg");
}

#home-content-box {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-box-inner {
    display: table-cell;
    vertical-align: middle;
    /* text-align: center; */
}

#home-heading h3 {
    color: #fff;
    font-weight: 700;
    margin: 20px 5px;
}
#home-heading h3 .title{
	font-size: 55px;
	color: #25CBF5;
	padding-bottom: 10px;
}
#home-heading h3 .content{
	font-size: 48px;
	font-weight: 500;
}

#home-message{
    background-color: rgba(255,255,255,.1);
	max-width: 720px;
    margin: 30px auto;
    color: #ccc;
    font-size: 18px;
    font-weight: 300;
    padding: 20px;
    line-height: 1.5;
}


/*====================================================
                        PARALLAX (Generic)
======================================================*/

.bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
}


/*====================================================
                        BUTTONS (Generic)
======================================================*/

.btn-general {
    border-width: 2px;
    border-radius: 0;
    padding: 12px 26px 12px 26px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white {
    border-color: #fff;
    color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color: #41464b;
}

.btn-blue {
    border-color: #34c6d3;
    color: #34c6d3;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #34c6d3;
    color: #fff;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    border-radius: 0;
    display: none;
}


/*====================================================
                       ANIMATE
======================================================*/

#home-cover,
#home-heading,
#home-btn,
#home-message {
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
}

#home-cover {
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}

#home-heading {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}

#home-message{
	-webkit-animation-delay: .8s;
		animation-delay: .8s;
}

#home-btn {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}


/*====================================================
                       CONTENT (Generic)
======================================================*/
#samples{
	background-color: #f3f0e1;
}

.content-box {
    padding: 60px 0 0;
}

.content-title h3 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
}

.content-title-white h3 {
    color: #fff;
}

.content-title-underline {
    width: 50px;
    height: 3px;
    background-color: #34c6d3;
    margin: 0 auto 30px auto;
}

.content-holder{
	color: #666;
	line-height: 24px;
	padding: 10px 10px;
}
.row-gap{
	padding-bottom: 40px;
}
.icon-holder{
	display: inline-block;
}
.ace-button {
  display: inline-block;
  color: #FFF !important;
  background-image: none !important;
  border: 5px solid #FFF;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-transition: all ease .15s;
  -o-transition: all ease .15s;
  transition: all ease .15s;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  padding: 4px 8px;
  position: relative;
  text-decoration: none;
  min-width: 100px;
}
.btn-green, 
.btn-green:focus {
    background-color: #0c9245 !important;
    border-color: #0c9245;
}
.btn-green:hover,
.btn-green:active,
.open .btn-green.dropdown-toggle {
  background-color: #0a7739 !important;
  border-color: #0c9245;
}
.btn-orange,
.btn-orange:focus {
  background-color: #e9a415 !important;
  border-color: #e9a415;
}
.btn-orange:hover,
.btn-orange:active,
.open .btn-orange.dropdown-toggle {
  background-color: #d09211 !important;
  border-color: #e9a415;
  text-decoration: none !important;
}
.btn-rounded {
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 20px;
}
#subscription{
	background-color: #e1f5fe;
}
.service-content-box{
	font-size: 18px;
	color: #666;
	line-height: 28px;
	max-width: 570px;
    margin: auto;
	padding: 10px 40px 60px;
}
.ace-form-group {
    display: inline-flex;
    margin-bottom: 10px;
    padding-top: 10px;
}
.ace-form-group select,
.ace-form-group textarea,
.ace-form-group input[type="text"],
.ace-form-group input[type="password"],
.ace-form-group input[type="datetime"],
.ace-form-group input[type="datetime-local"],
.ace-form-group input[type="date"],
.ace-form-group input[type="month"],
.ace-form-group input[type="time"],
.ace-form-group input[type="week"],
.ace-form-group input[type="number"],
.ace-form-group input[type="email"],
.ace-form-group input[type="url"],
.ace-form-group input[type="search"],
.ace-form-group input[type="tel"],
.ace-form-group input[type="color"] {
	border-radius: 0 !important;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	padding: 5px 4px 6px;
	font-size: 16px; /*new font size*/
	font-family: inherit;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.ace-form-group select:hover,
.ace-form-group textarea:hover,
.ace-form-group input[type="text"]:hover,
.ace-form-group input[type="password"]:hover,
.ace-form-group input[type="datetime"]:hover,
.ace-form-group input[type="datetime-local"]:hover,
.ace-form-group input[type="date"]:hover,
.ace-form-group input[type="month"]:hover,
.ace-form-group input[type="time"]:hover,
.ace-form-group input[type="week"]:hover,
.ace-form-group input[type="number"]:hover,
.ace-form-group input[type="email"]:hover,
.ace-form-group input[type="url"]:hover,
.ace-form-group input[type="search"]:hover,
.ace-form-group input[type="tel"]:hover,
.ace-form-group input[type="color"]:hover {
	border-color: #72c02c;
}
.ace-form-group select:focus,
.ace-form-group textarea:focus,
.ace-form-group input[type="text"]:focus,
.ace-form-group input[type="password"]:focus,
.ace-form-group input[type="datetime"]:focus,
.ace-form-group input[type="datetime-local"]:focus,
.ace-form-group input[type="date"]:focus,
.ace-form-group input[type="month"]:focus,
.ace-form-group input[type="time"]:focus,
.ace-form-group input[type="week"]:focus,
.ace-form-group input[type="number"]:focus,
.ace-form-group input[type="email"]:focus,
.ace-form-group input[type="url"]:focus,
.ace-form-group input[type="search"]:focus,
.ace-form-group input[type="tel"]:focus,
.ace-form-group input[type="color"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000000;
	border-color: #72c02c;
	background-color: #ffffff;
	outline: none;
}

/*====================================================
                       SERVICES
======================================================*/

.service-item {
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    /*cursor: pointer;*/
}

.service-item-icon i {
    color: #34c6d3;
    float: left;
    padding: 15px;
    margin-right: 25px;
    width: 75px;
    height: 75px;
    text-align: center;
}

.service-item:hover .service-item-icon i {
    color: #fff;
    background-color: #34c6d3;
}

.service-item-title h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
	text-align: center;
}

.service-item-desc p {
    margin: 0;
    padding-left: 85px;
}

#coming-soon{
    text-align: center;
	margin-top: 40px;
}
#coming-soon h1{
	font-size: 54px;
	font-weight: 100;
	color: #c51515;
}
#coming-soon p{
	font-size: 24px;
	color: #666;
	padding: 0 10px;
}
#coming-soon hr{
	width: 100px;
}

/* CountDown Timer
---------------------------------------------------------------------------*/
/* Wrapper
---------------------------------------------------------------------------*/
#countdown_dashboard {
    max-width: 900px;
    overflow: hidden;
    margin: 60px auto 0;
    text-align: center;
}
/* Digit
---------------------------------------------------------------------------*/
.digit {
    height: 65px;
    color: #666;
    font-size: 60px;
    font-weight: 400;
    line-height: 65px;
    text-align: center;
    position: relative;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}
/* Title
---------------------------------------------------------------------------*/
.dash_title {
    color: #999;
    display: block;
    font-size: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}
/* Separator
---------------------------------------------------------------------------*/
.days_dash,
.hours_dash,
.minutes_dash {
    position: relative;
    margin-bottom: 30px;
}
.days_dash:after,
.hours_dash:after,
.minutes_dash:after {
    position: absolute;
    top: 0;
    width: 1px;
    right: -15px;
    height: 100%;
    content: '';
    background-color: #ccc;
}

/*====================================================
                       ABOUT
======================================================*/

#about-bg-diagonal {
    width: 60%;
    height: 700px;
    float: right;
    background-image: url(../img/bg-about.jpg);
    border-left: 200px solid #fff;
    border-top: 700px solid transparent;
}

#about-content-box {
    float: left;
    height: 700px;
}

#about-content-box-outer {
    width: 100%;
    height: 100%;
    display: table;
}

#about-content-box-inner {
    display: table-cell;
    vertical-align: middle;
}

#about .content-title h3 {
    text-align: left;
}

#about .content-title-underline {
    margin: 0 0 30px 0;
}

#about-desc p {
    margin-bottom: 30px;
}


/*====================================================
                       WORK
======================================================*/

.row.no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.img-wrapper {
    overflow: hidden;
	border: 5px solid #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

.img-wrapper img {
    /*-webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;*/
}

.img-wrapper img:hover {
    /*-webkit-transform: scale(1.5);
            transform: scale(1.5);
    cursor: zoom-in;*/
}


/*====================================================
                       TEAM
======================================================*/

.team-member {
    margin: 0 15px;
}

.team-member-info {
    padding: 10px 0 30px 0;
}

h4.team-member-name {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 2px;
}

h4.team-member-designation {
    color: #34c6d3;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 5px;
}


/*====================================================
                       SOCIAL
======================================================*/

.social-list {
    padding-left: 0;
}

.social-list li {
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    margin-top: 10px;
}

.social-icon i {
    font-size: 17px;
}

.icon-gray i {
    color: #64707b;
}

.icon-white i {
    color: #fff;
}

.social-icon i:hover {
    color: #34c6d3;
}


/*====================================================
                       TESTIMONIALS
======================================================*/

#testimonials-cover {
    background-image: url("../img/bg-testimonials.jpg");
}

#testimonials .content-box {
    background-color: rgba(0, 0, 0, 0.1);
}

#customers-testimonials {
    padding: 50px 0;
}

.testimonial img {
    max-width: 120px;
    margin: 0 auto 0 auto;
}

.testimonial blockquote {
    border: 0;
    font-family: Georgia, sans-serif;
    font-style: italic;
    color: #fff;
    padding: 6px 150px;
    position: relative;
}

.testimonial blockquote p {
    color: #fff;
}

.testimonial blockquote::before,
.testimonial blockquote::after {
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    width: 30px;
    height: 30px;
    position: absolute;
}

.testimonial blockquote::before {
    content: "\201C";
    top: 0;
    left: 100px;
}

.testimonial blockquote::after {
    content: "\201D";
    bottom: 0;
    right: 100px;
}

.testimonial-author p {
    color: #fff;
    font-size: 17px;
}

.testimonial-author p strong {
    display: block;
}


/*====================================================
                       PRICING
======================================================*/

.pricing-box {
    border: 3px solid #34c6d3;
    padding: 50px 0;
    margin: 40px 0;
}

h4.pricing-title {
    background-color: #34c6d3;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

h3.pricing-value {
    font-size: 60px;
    font-weight: 700;
}

h3.pricing-value sup {
    font-size: 28px;
    font-weight: normal;
    vertical-align: super;
}

ul.pricing-spec {
    list-style: none;
    padding-left: 0;
    margin: 20px 0 60px 0;
}

ul.pricing-spec li p {
    font-weight: 400;
    text-transform: uppercase;
}

.pricing-box-lg {
    padding: 90px 0;
    margin: 0;
    background-color: #34c6d3;
}

.pricing-box-lg h4.pricing-title {
    color: #34c6d3;
    background-color: #fff;
}

.pricing-box-lg ul.pricing-spec li p {
    color: #fff;
}


/*====================================================
                       STATS
======================================================*/

#stats-cover {
    background-image: url("../img/bg-stats.jpg");
}

#stats .content-box {
    background-color: rgba(0, 0, 0, .8);
}

.stats-item {
    padding: 100px 0;
}

.stats-item i {
    color: #34c6d3;
}

.stats-item h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 1px;
}

.stats-item p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
}


/*====================================================
                       CLIENTS
======================================================*/

.client {
    padding: 40px 0;
}


/*====================================================
                       CONTACT
======================================================*/

footer {
    background-color: #41464b;
    /*padding-top: 30px;*/
    border-top: 5px solid rgba(0, 0, 0, 0.1);
}

#contact-right{
	max-width: 750px;
	margin: auto;
}

#contact-left h3,
#contact-right h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
	padding-bottom: 10px;
}

#contact-left p {
    color: #fff;
    margin-bottom: 30px;
}

#contact-info {
    background-image: url("../img/world-map.png");
    background-repeat: no-repeat;
    background-size: contain;
}

address {
    color: #fff;
}
address strong { font-size: 16px; }
address strong,
#phone-fax-email strong {
    letter-spacing: 1px;
}

form .form-control {
    background: transparent;
    border-radius: 0;
    border-color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 8px 16px;
    margin-bottom: 20px;
    color: #fff;
}


/*====================================================
                       FOOTER
======================================================*/

#footer-bottom {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    /*margin-top: 60px;*/
	text-align: center;
}

#footer-copyrights p {
    margin: 0;
    color: #fff;
}

#footer-menu {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu ul li {
    display: inline-block;
}

#footer-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #34c6d3;
}


/*====================================================
                       NAVIGATION
======================================================*/

.navbar {
    padding: 20px 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.mathvrisfun-top-nav {
    background: rgba(0, 0, 0, 0.7);
    padding: 7px 0;
}

.mathvrisfun-nav-wrapper {
    padding: 0 85px;
}

.navbar-nav {
    float: right;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.navbar-nav>li>a:hover{
    background: none;
    color: #34c6d3;
}
.navbar-nav>li>a:focus{
	background: none;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-collapse {
    max-height: none !important;
}

/*.mathvrisfun-top-nav ul.navbar-nav>li.active>a {*/
ul.navbar-nav>li.active>a {
    color: #34c6d3;
}