

html, body {
    height: 100%;
    /* font-family: 'Open Sans', sans-serif; */
}

a {
    cursor: pointer;
    color: #2a2a2a;
    text-decoration: none;
}

a:hover {
    color: #444343;
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #535353;
}

strong {
    color: #535353;
}

span {
    color: #535353;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway', sans-serif;
    color: #161616;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #535353;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn{
    font-family: 'Raleway', sans-serif;
}

/** Social media color **/
.facebook:hover {
    color: #3b589e !important;
}

.twitter:hover {
    color: #56d7fe !important;
}

.google:hover {
    color: #dc4e41 !important;
}

.rss:hover {
    color: #e78733 !important;
}

.linkedin:hover {
    color: #1c82ca !important;
}

/** Social media bg**/
.facebook-bg {
    background: #4867aa;
    color: #fff;
}

.twitter-bg {
    background: #33CCFF;
    color: #fff;
}

.google-bg {
    background: #db4437;
    color: #fff;
}

.linkedin-bg {
    background: #0177b5;
    color: #fff;
}

.rss-bg{
    background: #e78733;
    color: #fff;
}

.pinterest-bg {
    background: #bd081c;
    color: #fff;
}

.facebook-bg:hover {
    background: #3b589e;
    color: #fff;
}

.twitter-bg:hover {
    background: #56d7fe;
    color: #fff;
}

.linkedin-bg:hover {
    background: #1c82ca;
    color: #fff;
}

.google-bg:hover {
    background: #dc4e41;
    color: #fff;
}

.rss-bg:hover {
    background: #e78701;
    color: #fff;
}

.pinterest-bg:hover {
    background: #a30618;
    color: #fff;
}

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

.delay-17s {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s
}

.delay-20s {
    animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s
}

/** Btn **/
.btn-sm {
    cursor: pointer;
    padding: 7px 12px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
    border-radius: 2px;
    border: none;
    color: #fff;
}

.btn-sm:hover {
    color: #fff;
    text-decoration: none;
}

button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.btn-block i{
    color: #fff;
}

.pricing-btn {
    padding: 7px 30px 5px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bomd {
    padding: 13px 26px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
    border-radius: 2px;
}

.btn {
    border-radius: 2px;
}

.btn-sm {
    padding: 7px 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.btn-md {
    cursor: pointer;
    padding: 16px 30px 11px 30px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
}

.btn-md {
    cursor: pointer;
    padding: 14px 30px 12px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    border-radius: 3px;
}

.btn:focus, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none;
}

.btn-theme {
    color: #fff;
    text-transform: uppercase;
}

.btn-theme:hover {
    color: #FFF;
}

.btn-white-lg-outline {
    color: #FFF;
    background: transparent;
    border: solid 2px #FFF;
    font-size: 14px;
    display: inline-block;
    padding: 11px 40px 9px;
    position: relative;
    z-index: 5;
    transition: .7s ease;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif!important;
}

.btn-white-lg-outline:hover {
    color: #FFF;
}

.btn-round {
    border-radius: 30px;
}

.btns-black {
    background: #292929;
    color: #fff;
}

.btns-black:hover {
    color: #fff;
    background-color: #333;
}

.login-1 .btn-md{
    font-family: 'Raleway', sans-serif;
}



/** Counters start **/

.counters {
    padding: 80px 0 40px;
    background: url(../img/img-9.jpg);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-box {
    margin-bottom: 40px;
    text-align: center;
}

.counter-box i {
    font-size: 45px;
    color: #fff;
    line-height: inherit;
}

.counter-box h1 {
    font-weight: 700;
    color: #fff;
    margin: 10px 0 15px;
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
}

.counter-box h5 {
    margin: 0;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 500;
}

/** Coming soon start **/
.coming-soon {
    background: rgba(0, 0, 0, 0.04) url(../img/banner3.jpg) top left repeat;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: -1;

}

.coming-soon h1 {
    font-weight: 700;
    font-size: 90px;
    margin-bottom: 35px;
    color: #fff;
    text-transform: uppercase;
}

.coming-soon .typing > *{
    overflow: hidden;
    white-space: nowrap;
    animation: typingAnim 3s steps(50);
}

@keyframes typingAnim {
    from {width:0}
    to {width:100%}
}

.coming-soon h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

/* .coming-soon ul li {
    display: inline-block;
} */

.coming-soon ul li a {
    color: #fff;
    width: 35px;
    font-size: 18px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    margin: 2px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.36);
    text-align: center;
}

.coming-soon ul li a:hover{
    background: #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #fff;
    box-shadow: 0px 0px 0px 2px #fff;
}

.coming-soon-info .coming-form{
    max-width: 445px;
}

.coming-soon  .bordered-right {
    border-right: 1px solid #848484;
}

.coming-soon .form-control {
    width: 67%;
    height: 50px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    outline: 0;
    border: 1px solid #ebebeb;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.coming-soon .btn, .coming-soon-info .btn:hover, .coming-soon-info .btn:active {
    width: 33%;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    color: #fff;
}

.coming-soon img{
    margin-bottom: 10px;
    width: 155px;
}
.coming-soon-counter {
    margin-bottom: 30px;
}
.social-list li{
font-size: 16px;
  color: #fff;
}
/* .coming-soon-counter span {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 10px 10px 0;
    width: 110px;
    padding: 7px 2px 15px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.2);
    text-align: center;
} */
.option-panel{display: none;}
.coming-soon-counter div {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0 10px 10px 0;
    width: 110px;
    padding: 7px 2px 15px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.2);
    text-align: center;
}

.coming-soon-counter div:last-child {
    border: none;
}

.coming-soon-counter div span {
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

.ca .team-2 .detail {
    padding: 20px 20px 20px 25px;
    left: -0;
}

.bg-white{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}



/** Social media box **/
.social-media-box .social-list li {
    float: left;
}

.social-media-box .social-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 6px 4px 0;
    border-radius: 3px;
}

