/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/ 
/* 
    Theme Name: Meteor    
    Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Ropa+Sans');


/* Global */
a{
    text-decoration: none !important;    
}
a:focus{
    outline: none;
}
button:focus{
    outline: none;
}
a:hover{
    color: inherit;   
}
#to-top {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 10px 15px;
    background: #212121;
    float: right;
    position: fixed;
    bottom: 40px;
    right: 2%;
    color: #fff;
    border: 1px solid #C1E8FB;
    transition: all .35s;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: initial;
    transition-delay: initial;    
}
.custom-visible {
    display: inherit !important;
}
#to-top:hover {
    background: transparent;
    border: 1px solid #C1E8FB;
    color: #C1E8FB !important;
}
.font-21{
    font-size: 21px;
}
.big-para{
    font-size: 19px;
    word-spacing: 11px;
    line-height: 30px;
}
.i-no a{
    color:#333333;
}
/* Global Css End */
/* Common */
@media(max-width:767px){ 
    .text-center-xs{
        text-align: center;
    }
}
.bg-sky{
    background-color:#C1E8FB; 
}
.bg-white{
    background-color:#fff;
}
.color-sky{
    color: #C1E8FB;
}
.color-blk{
    color: #333;
}
.color-grey{
    color: #6F6F6E;
}
.color-white{
    color: #ffffff;
}
.margin-botoom-20{
    margin-bottom: 20px;
}
.padding-top-10{
    padding-top:10px;
}
.btn-transparent{
    border:1px solid #ffffff;
    padding:11px 50px;
    background:transparent;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    transition: all .35s;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: initial;
    transition-delay: initial;    
}
.btn-transparent:hover{
    color:#000;
    background: #C1E8FB;
}
.meteor-contact-form input[type="submit"]{
    text-transform: uppercase;
    cursor: pointer;
    border:1px solid #525151;
    padding:11px 70px;
    background:transparent;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    color: #525151;
    font-size: 18px;   
    margin-left: auto !important;
    margin-right: auto !important;
    display: inherit;
    transition: all .35s;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: initial;
    transition-delay: initial;    
}
.meteor-contact-form input[type="submit"]:hover{
    background: #333333;
    color: #ffffff;
}
.page-title{
    padding: 200px 0; 
}
.page-title strong{
    font-size: 60px;
    text-transform: uppercase;
    color:#ffffff;
}
.paralex {
    background-attachment: fixed !important;
    background-position: center center;
}
/* Common CSS End */
/* Bootstrap Css Overwrite Start */
body{
    font-family: 'Ropa Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
}
.font-ropa {
    font-family: 'Ropa Sans', sans-serif !important;
}
h1,h2,h3{
    margin-top: 20px;
    margin-bottom: 20px;
}
/* Bootstrap Css Overwrite End */
/*SLD Start*/
.hesperiden.tparrows{
    background: rgba(193,232,251,0.5) !important;
}
.hesperiden.tparrows:hover{
    background: rgba(193,232,251,1) !important;
}
.tp-caption{
    text-align:center;
}
/*SLD End*/
/* Navbar */
.top-nav{
    padding:5px 0;        
}
.menu-item{
    text-transform: uppercase;
    /*    font-weight: 600;*/
}
/* Top Nav End */
.navbar{
    box-shadow: 0 6px 12px rgba(0,0,0,.175);    
    background-color: #ffffff;
    margin-bottom: 0;
    border-radius: 0;
    border-top:1px solid #C1E8FB;
}
@media (min-width: 768px){ 
    .navbar-nav>li>a {
        padding-top: 40px;
        padding-bottom: 40px;   
        margin-left: 3px;
        margin-right: 3px;        
        width: 105px;
        text-align: center;
    }
    .navbar-nav{
        float: right;
    }    
    .navbar-brand{
        height: 100px;
        padding: 18px 15px;
    }
    #primary-nav > li > a::after {
        content: "|";
        position: absolute;
        right: -7px;
        color:#333;
    }
    #primary-nav > li:last-child >  a::after {
        content: ""; 
        color:#333333;
    }
}
@media(max-width:767px){
    .navbar-brand img{
        width: 85px;       
    }
    .nav{
        border-top:1px solid #C1E8FB;
    }    
}
.navbar a, .dropdown-menu>li>a{
    color: #6F6F6E;   
}
.nav>li>a:focus, .nav>li>a:hover,.nav>li>a:active, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .current-menu-item > a{
    text-decoration: none;
    background-color: transparent;
    color: #C1E8FB; 
} 
.dropdown-menu{
    border: 1px solid rgba(193,232,251,.15);
}
.navbar-toggle{
    border: 1px solid #C1E8FB;
}
.navbar-toggle .icon-bar {
    background: #C1E8FB;
}
/* Navbar End */
/* Home Start */
.about{
    background-color: #000000;
    /*    background: url(http://beta.activebusinessgroup.co.uk/wp-content/uploads/2016/09/about-bg.png) 50% 50% / cover no-repeat scroll;   */
    padding:60px 0;
    position: relative;
}
.about-bg{
    position: relative;
}
.about > img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.client-logos{
    padding-top: 50px;
    padding-bottom: 50px;
}
.client-logos .client-logo{
    margin-bottom: 20px;
}

/* Home End */
/* About Start */
.contact-strip{
    padding: 24px 0;
    overflow: hidden; 
}
.round-icon{
    width: 50px;
    height: 50px;
    margin-right: 20px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    transition: all .35s;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: initial;
    transition-delay: initial;    
}
.round-icon:hover{
    background: #333333;
    color:#ffffff;
}
.contact-strip i{
    margin-top:14px;
}
/* About End */
/* Footer Start */
.footer{
    background:#ffffff;
    padding:10px 0; 
}
.footer-menus{
    list-style-type: none;
    padding:0;
}
.footer-menus > li{
    display: inline-block;
    padding:15px 5px;
}
/* Footer End */
/* Media Start */
/*@media(min-width:1400px){
    .page-title{
        padding: 500px 0; 
    }
}*/

@media(max-width:480px){
    .get-touch-form input{
        max-width:220px;
    }   
}
@media(min-width:681px) and (max-width:992px){   
    .hero-type1, .hero-type2, .hero-type3,.responsive-font-size{
        font-size: 26px !important;
    }
}
@media(max-width:680px){   
    .hero-type1, .hero-type2, .hero-type3,.responsive-font-size{
        font-size: 20px !important;
    }
}
@media(min-width:992px){
    .fixed{
        position: fixed;
        overflow: hidden;
        width: 100%;
        z-index: 1000;
    }
    .fixed.navbar{
        margin-top: 6px;
    }
    .about-boxes .container .row > .about-box:nth-child(2):before{
        border-left: 1px solid #6F6F6E;
        content : "";
        position: absolute;
        left    : 0;
        bottom  : -12px;
        height  : 103px;   
        top:35%;
    }
    .about-boxes .container .row > .about-box:nth-child(2):after{
        border-left: 1px solid #6F6F6E;
        content : "";
        position: absolute;
        right    : 0;
        bottom  : -12px;
        height  : 103px;      
        top:35%;    
    }
}
/* Media End */
.meteor-contact-form input[type="text"],.meteor-contact-form input[type="email"], .meteor-contact-form textarea{
    width: 100%;
    padding: 10px 20px; 
    margin-bottom: 20px;
    background: #ebf8fd;
    outline: none;
    border:none;
}

/* Animation CSS */
@-webkit-keyframes opacitychange {
    0%   { opacity: 0; }
    25%    { opacity: 0.1; }
    50%    { opacity: 025; }
    100%  { opacity: 1; }
}
@-ms-keyframes opacitychange {
    0%   { opacity: 0; }
    25%    { opacity: 0.1; }
    50%    { opacity: 0.25; }
    100%  { opacity: 1; }
}
@-o-keyframes opacitychange {
    0%   { opacity: 0; }
    25%    { opacity: 0.1; }
    50%    { opacity: 0.25; }
    100%  { opacity: 1; }
}

@-moz-keyframes opacitychange {
    0%   { opacity: 0; }
    25%    { opacity: 0.1; }
    50%    { opacity: 0.25; }
    100%  { opacity: 1; }
}

.hero-type-1, .hero-type-2, .hero-type-3{
    display:none;   
}

.hero-type-group .hero-type1{   
    opacity: 1;
    -webkit-animation: opacitychange 5s;
    -moz-animation:    opacitychange 5s;
    -ms-animation:     opacitychange 5s;
    -o-animation:      opacitychange 5s;
}
.hero-type-group .hero-type2{   
    opacity: 1;
    -webkit-animation: opacitychange 10s;
    -moz-animation:    opacitychange 10s;
    -ms-animation:     opacitychange 10s;
    -o-animation:      opacitychange 10s;
}
.hero-type-group .hero-type3{   
    opacity: 1;
    -webkit-animation: opacitychange 15s;
    -moz-animation:    opacitychange 15s;
    -ms-animation:     opacitychange 15s;
    -o-animation:      opacitychange 15s;
}

.hero-type-group .custom-para > .col-md-4 p{
    font-size: 17px !important;
}

.service-icon{
transition: 0.4s ease;
}

.anim-icon{
transform: scale(1.25);
transition: 0.4s ease;
}
#animation .heading, .tellus{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
font-weight:200 !important;
}
#animation .heading{
    font-size: 31px;
}

.tp-caption {
text-align:center !important;
}
.wpcf7-spam-blocked{
  display:none !important;
}

.grecaptcha-badge{
    display:none !important;
}


