/*
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.
*/
/* 
    Created on : Feb 1, 2017, 2:39:49 PM
    Author     : Rajib
*/
/*
colors: 
main color - #0b2f3f
grey color - #f8f8f8 ,#989898
fonts: Open Sans,Raleway 

Table OF Contents

1. General
2. Input style
3. Global class
4. Logo
5. Navigation
6. Home
7. Services
8. About
9. Portfolio
10. Team
11. Blog
12. Call Action
13. Map
14. Contact
15. Clients
16. Footer
17. Responsive
18. Preloader
19. Back to top
*/

/*--------General--------*/

/* --- typography --- */
body {
    color: #454545;
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    line-height:24px;
    overflow-x:hidden;  
}
h1,h2,h3,h4,h5,h6 {
    color: #252525;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    margin-top:0;
}
h1 {
    font-size: 44px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 16px;
}
p {
    font-family: 'Roboto', sans-serif;
}
a {
    color: #989898;
    text-decoration:none;
}
a:hover,
a:focus{
    color: #fff ;
    outline: none;
    text-decoration: none;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
::-moz-selection {
    background-color: #a3ccff;
    color: #989898;
}

/* --- input style --- */

input[type="text"],input[type="email"],
input[type="password"],input[type="number"],
input[type="date"],input[type="url"],
input[type="tel"],textarea {
    background-color:transparent;
    transition: 0.3s border-color;
    width: 100%;
    -moz-transition: 0.3s border-color;
    -ms-transition: 0.3s border-color;
    -o-transition: 0.3s border-color;
    -webkit-transition: 0.3s border-color;
}
textarea {
    min-height:100px;
    padding:10px;
    resize: vertical;
}
input[type="text"]:focus,input[type="email"]:focus,
input[type="password"]:focus,input[type="number"]:focus,
input[type="date"]:focus,input[type="url"]:focus,
input[type="tel"]:focus,textarea:focus {
    background: rgb(255, 255, 255);
}

/* ---   global class  --- */

section {
    position:relative;
    text-align: center;
    overflow: hidden;
}
img{
    border:0;
    outline:0;
    width:100%;
}
.ellipsis{
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.t-a-l{
    text-align:left;
}
.padd-b-50{
    padding-bottom:50px;
}
.padd-b-20{
    padding-bottom:20px;
}
.padd-5-10{
    padding:5px 10px;
}
.margin-top-5{
    margin-top:5px;
}

.fl{float:left!important;}
.fr{float:right!important;}

.section-title h2{
    padding:50px 12px;
    font-size:40px;
    font-weight:300;
    text-align: center;
    color: #2c2c2c;
}
.left{
    float:left;
}
.right{
    float:right;
}
.p-absolute{
    position:absolute;
}
.p-relative{
    position:relative;
}
.hide-in-full{
    display:none;
}

/*---------button---------*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border: 3px solid #fff;
}
.section-btn {
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 30px;
    margin-top: 22px;
    text-transform: uppercase;
    color: #333;
    background-color: #eeeeee;
    border: 3px solid #eeeeee;
    border-radius:3px;
}

.section-btn:hover{
    background: #ffb900;
    border: 3px solid #ffb900;
    color: #ffffff;
}

/*--------Logo and navigation----------*/

.header{
    height: 80px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 1);
    box-shadow:0 1px 2px rgba(22, 26, 27, 0.19);
    z-index: 500;
}
.header.fixed{
    /*background:rgba(245, 245, 245, 0.98);*/
    background:#fff;
    box-shadow:0 1px 2px rgba(22, 26, 27, 0.19);
    position: fixed;
    transition:background 0.3s ease;
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    width:100%;
    z-index: 20;
}
.hover-effect::after {
    background:#ffbd0f;
    content: '';
    display: block;
    height: 2px;
    transition: width .3s;
    width: 0;
}
.hover-effect:hover::after {
    width: 100%;
}
.logo img{
    height: 59px;
    width: auto;
    margin-top: 9px;
}

/*-------------home slider--------------*/
.bg-area{
    background-position: center center;
    background-size: cover;
    height: 600px;
    text-align: center;
    width:100%;
    z-index:1;
    overflow:hidden;
}
.home-content-area-wrap{
    background-image:url("../images/banner/1.jpg");
    /*background-color: #000;*/
    height: 600px;
}

.home-content-area{
    background-size: initial;
    /*background-image:url("../images/star.png");*/
    -webkit-animation: sky 80s linear infinite;
    -moz-animation: sky 80s linear infinite;
    -ms-animation: sky 80s linear infinite;
    -o-animation: sky 80s linear infinite;
    animation: sky 80s linear infinite;
    background: rgba(0,0,0,0.40);
}
.banner_tx{
    /*    display: inline-block;
        margin-top: 8%;
        width:75%;*/

    display: inline-block;
    /* margin-top: 160px; */
    width: 75%;
    position: absolute;
    top: 38%;
    /* margin-top: -50%; */
    left: 0;
    width: 100%;
    right: 0;

}
.banner_tx h1{
    color: white;
    font-size: 45px;
    line-height: 1.2;
    /*letter-spacing: 4px;*/
    font-weight: 300;
    text-align: center;
}
.banner_tx h1 p{
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}
.banner_tx h3{
    color: white;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-top: 36px;
    text-shadow: 1px 4px 100px #000;
}
.home-content{
    margin:0 auto;
    margin-top: -150px;
    position: absolute;
    top: 50%;
    width: 100%;
    width:50%;
    margin-left:25%;

}
.home-content h4{
    color:#fff;
    font-weight:300;
    font-size: 55px;
}
.home-content p{
    color:#fff;
    font-weight:300;
    font-size: 20px;
}
.navbar-nav  li  a{
    color:#2c2c2c;
}
.navbar-nav  li  a:hover{
    color:#35c751;
}
.nav  li  a:hover, .nav  li  a:focus{
    background-color:transparent;
}
.navbar-right{
    margin:14px 0;
}
.meet-c{padding-bottom:50px;}
.meet-our-c{
    border: 6px solid #6f6f6f;
    padding: 15px 25px!important;
    display: inline-block;
    margin-top: 50px;
}
#Container_jbeeb_6{
    /*display:none!important;*/
}
#Box_jbeeb_28{
    /*background-color:#fff!important;*/
}
/*slider part*/
.gradient-bg{
    background: #5a96d6; /* Old browsers */
    background: -moz-linear-gradient(left, #063a71 0%, #4d4cbf 64%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #063a71 0%,#4d4cbf 64%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #063a71 0%,#4d4cbf 64%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a96d6', endColorstr='#6766e8',GradientType=1 ); /* IE6-9 */
}

.down-ico{  
    opacity:0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #ffb900;
    box-shadow: 0px 0px 12px #585858;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    margin-bottom: -15px;
    cursor:pointer;
    z-index:2;
}
#home:hover .down-ico,.down-ico:hover{
    opacity:1;transition: 0.3s ease-in-out;
}
.down-ico i{margin: 22px;
            color: #fff;
            font-size: 16px;}


/*.down-ico:hover i{
    margin-top:25px;
    transition: .3s ease-in-out;
}*/

/*.bottom-sc .down-ico:hover i{
    margin-top:20px;
    transition: .3s ease-in-out;
}*/


.package_calc{
    width: 300px;
    position: fixed;
    top: 50%;
    margin-top: -195px;
    right: 0;
    /*height: 340px;*/
    transition: all 0.3s ease-in-out;
    z-index:10;
    box-shadow: 2px 0px 15px #444;
    opacity:0;

}

.down-ico.new-right{
    top: 50%;
    margin-left: -30px;
    left: 0;
    opacity: 1;
    margin-top: -20px;
    z-index: 0;
    background-color: #051d29;
}
.down-ico.new-right i{margin-left:12px;}

/*.down-ico.new-right:hover i{
    margin-top:22px;
    margin-left: 15px;
    transition: .3s ease-in-out;
}*/
.off.fa-chevron-right:before{
    content: "\f054";
}
.on.fa-chevron-right:before{
    content: "\f053";
}
/*.down-ico.new-right:hover i.on{
    margin-left: 8px;
}*/
.down-ico.new-right input{
    position: absolute;
    width: 32px;
    height: 32px;
    margin-left: 0;
    margin-top: 13px;
    opacity: 0;
    cursor: pointer;
}
#packName{
    color: #ff9f00;
    text-transform: uppercase;
    font-size: 15px;
}
/*----------mobile nav----------*/

.sidenav {
    background: #f8f8f8;
    box-shadow: 2px 0px 10px #989898;
    height: 100%;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    transition: 0.5s;
    top: 0;
    width: 0;
    z-index: 100;
}
.sidenav ul{
    padding-top:26px;
    text-align: center;
}
.sidenav ul li{
    display:block;
    width:100%;
}
.sidenav  li  a{
    text-align: right;
    padding: 20px 23px;
    background-color: #eee;
}
.nav-icon{
    color:#a498a4;
    cursor:pointer;
    font-size:25px;
    position:absolute;
    right:20px;
    top:30px;
}
.close-icon{
    left: 20px;
    color:#a498a4;
    cursor:pointer;
    font-size: 20px;
    position: absolute;
    top: 10px;
}
.mobile-social{text-align: right;padding-right:22px;}

/*-------services------------*/

.data-box{
    /* background-color: #f8f8f8; */
    /* box-shadow: 0 1px 0 rgba(22, 26, 27, 0.19); */
    /*height: 250px;*/
    margin: 0 0 30px 0;
    /* padding: 20px; */
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.data-box-icon{
    color:#0b2f3f;
    font-size: 60px;
    padding: 20px;
}
.data-box-icon img{
    width: auto;
    height: 130px;
}


#service .data-box-icon {
    color: #0b2f3f;
    font-size: 60px;
    padding: 20px;
    width: 120px;
    margin: 0 auto;
    height: 120px;
    border: 1px solid #ff9f00;
    border-radius: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

#service .data-box-icon i{
    font-size: 40px;
    padding: 18px;
    color: #ff9f00;
}

.data-box-title{
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    color: white;
}
.data-box-text{
    color: #6d6c6c;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    padding:0 25px 5px 15px;
}


.data-box-title-about{
    font-size: 42px;
    font-weight: 300;
    line-height: 1.5;
}
.data-box-title-about.white{color:#fff;font-weight: 400;}

/*-----------about us------------*/

.about{
    background-color:#fff;
}
.carousel-top{
    margin-top: 10px;
    /*margin-bottom: 50px;*/
    /*height: 300px;*/
    overflow: hidden;
}
.features-wrap{
    background-color: #eff0f4;
}
.feature-title{
    color: #454545;
}

/*--------------portfolio-----------*/

.port-box {
    background-color:#f8f8f8;
    border: 0;
    box-sizing: border-box;
    box-shadow:0 1px 0 rgba(22, 26, 27, 0.19);
    cursor:pointer;
    height:350px;
    margin:0 0 30px 0;
    position: relative;
    text-align: center;
    transition: color 0.25s;
    vertical-align: middle;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    -ms-transition: color 0.25s;
    width:100%;
}
.port-box::before, port-box::after {
    box-sizing: border-box;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
}
.port-box img {
    width: 100%;
    height: 250px;
}
.port-box-title{
    margin-top:30px;
}
.port-box::before, .port-box::after {
    border: 2px solid transparent;
    height: 0;
    width: 0;
}
.port-box::before {
    left: 0;
    top: 0;
}
.port-box::after {
    bottom: 0;
    right: 0;
}

.port-box:hover::before, .draw:hover::after {
    width: 100%;
    height: 100%;
}
.port-box:hover::before {
    border-top-color: #0b2f3f;
    border-right-color: #0b2f3f;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -moz-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -ms-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.port-box:hover::after {
    border-bottom-color: #0b2f3f;
    border-left-color: #0b2f3f;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -moz-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

/*----------team----------*/

.team{
    background-color: #fff;
    text-align: center;
}
.team-box{
    margin: 0 0 30px 0;
    border: 1px solid #eee;
    border-radius: 2px;
}
.img-single-wrapper{
    height:400px;
    margin-bottom:10px;
    overflow: hidden;
    position: relative;
    width:auto;
    background-color:#f5f5f5;
}
.img-single-wrapper img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 2px solid gray;
    margin-top: 100px;
}
.animate-bg{
    opacity:0;
    top:-300px;
    transition: top 0.2s ease;
}
.team-box:hover .animate-bg{
    background:rgba(95, 137, 221, 0.95);/*rgba(11, 47, 63,0.8);*/

    cursor:pointer;
    height:100%;
    opacity:1;
    position: absolute;
    top:0;
    width:100%;
}
.team-box .data-box-title{
    padding-bottom:0;
}
.profile-network{
    /*    margin-top:-13px;
        position: absolute;
        top:50%;
        width: 100%;*/
    margin-bottom:20px;
}
.profile-network a{
    color: #2575fc;
    background-color: #f5f5f5;
    margin: 10px 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}
.profile-network a i{font-size: 15px;
                     margin-top: 13px;}
.profile-network a:hover{
    background-color: #005fff;
    color: #fff;
}

/*------------blog------------*/
#blog{
    background-color:#f5f5f5;
}
.blog-box{
    background-color: #fff;
    margin: 0 0 30px 0;
    box-shadow: 0px 0px 15px #adabab;
}
.blog-box:hover{
    margin-top:-5px;
    transition: .3s ease-in-out;
}
.read-more{
    border-top: 1px solid #e2e2e2;
    display: block;
    font-size: 14px;
    padding: 10px;
    padding-left: 25px;
    text-align: left;
}
.blog-box img{
    height: 200px;
}
.blog-con-h{height:250px;overflow: hidden;}
/*-----------address-------------*/

.address-area{
    background-color:#5f89dd;
    padding:100px;
    overflow:hidden;
}
.address{
    color:#fff;
    font-size:40px;
    font-weight:500;
}
.address-t{
    color: #fff;
    margin-top: 10px;
    margin-bottom:10px;
    border: 2px solid #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 3px 20px;

}

/*------Contact---------*/

#map
{
    display:block;
    height:400px;
    margin:0;
    width:100%;
}
.contact-area{
    /* background: rgba(255, 255, 255, 0.8); */
    border-radius: 5px;
    max-width: 558px;
    min-width: 220px;
    margin: 0 auto;
    width: 100%;
}
.contact-area h3{
    background: rgb(241, 241, 241);
    border-radius: 5px 5px 0 0;
    color: rgba(51, 51, 51, 0.7);
    font-size: 1.2em;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    text-transform: uppercase;
}
.contact-area button{
    background-color: #0f52aa;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    float: right;
    line-height: 20px;
    margin: 10px;
    padding: 3px 12px;
}
.contact-area .first, .contact-area .last {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    float: left;
    height: 50px;
    margin: 0;
    padding: 0 0 0 20px;
    width: 50%;
}
.contact-area .last {
    border-left: 0;
}
.contact-area  .email,.contact-area  textarea {
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    width: 100%;
}
.contact-area  textarea {
    background: rgba(0, 0, 0, 0);
    height: 80px;
}
.contact-area .first:focus, .contact-area .last:focus,.contact-area  .email:focus,.contact-area  textarea:focus,.contact-area  textarea:focus {
    color: rgba(51, 51, 51, 0.7);
    outline: none;
    background-color:#f8f8f8;
}

/*-------------client area------------*/
.clients{
    background-color:#e4e4e4;
}
.owl-dots{
    /*display:none;*/
}
.owl-nav{
    /*display:none;*/
}
.owl-carousel {
    display: block;
    background-color: transparent;
    /*padding: 20px 50px;*/
}
.owl-carousel .owl-item img{
    height:auto!important;
    margin:0 auto;
    width:100%;
}
.owl-carousel .owl-item{
    /*width:650px!important;*/
}
.owl-carousel .item{
    /*width:600px!important;*/
}
/*------------footer start--------------*/
.footer-bg{
    background-color:#1c1c1c;
    position:relative;
    width:100%;
}
.ftop{
    height:300px;
    text-align: center;
}
.fmid{
    border-top:1px solid #333333;
    padding:10px 10px;
    background-color: #131313;
}
.footer-nav a,.footer-nav p{
    font-size:13px;
    padding:10px 0 0 0;
    text-align: center;
    color:gray
}
.footer-bg a:hover,.footer-bg a:focus{
    color:#2575fc;
}
.ftop h2{
    color:#fff;
    font-size:35px;
    font-weight:400;
    padding:100px 0 10px 0;
    text-align:center;
}
.social a{   
    display: inline-block;
    font-size: 40px;
    padding: 10px;
    transition: transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -moz-transition: -webkit-transform .8s ease-in-out;
    -o-transition: -webkit-transform .8s ease-in-out;
}
.social a:hover{ 
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
}
.data-box-title.f300{
    font-weight:300!important;
}

/*---------------Preloader-----------*/
.preloader-bg{
    background-color:#fff;
    position: fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1001;
}
.preloader {
    animation: spin 2s linear infinite;
    border: 9px solid #f3f3f3; /* Light grey */
    border-top: 9px solid #ffbd0f; /* Blue */
    border-radius: 50%;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 1;
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.tac{text-align: center;}
/*--------Back to top-----------*/
.scroll-to-top{
    bottom:50px;
    color:#222222;
    cursor:pointer;
    display:none;
    font-size:12px;
    height:40px;
    line-height:38px;
    position:fixed;
    right:15px;
    text-align:center;
    width:40px;
    z-index:100;
}

.scroll-to-top .down-ico{
    opacity:1;
}
.owl-prev,.owl-next{
    position: absolute;
    font-size: 15px;
}
.owl-prev{
    left: 0;
    top: 40%;
}
.owl-next{
    right: 0;
    top: 40%;
}
.data-box-text.car-text{
    padding-left:15px;
}
.team-txt{
    display:table;
    height:100%;
}
.team-txt p{
    display:table-cell;vertical-align: middle;color:#fff;
}
.address-area .la {
    left: -20vw;
    top: -20vw;
    bottom: 0;
    width: 40vw;
    height: 40vw;
}

.address-area .ra {
    right: -20vw;
    top: 0;
    bottom: -20vw;
    width: 40vw;
    height: 40vw;
}
.address-area .la,.address-area .ra {
    position: absolute;
    margin: auto;
    background: url(../images/small_an.png) center/contain no-repeat;
    animation: spin 80s linear infinite;
    pointer-events: none;
}





/*new listing table design*/

.pure-table {
    empty-cells: show;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
    margin-bottom:0!important;
}
.package_calc .pure-table{
    background-color: #f5f5f5;
}
.pure-table, table {
    border-collapse: collapse;
    border-spacing: 0;
}
.pure-table thead {
    /*background-color: #b9b9b9;*/
    background-color: #051d29;
    color: #fff;
    text-align: left;
    vertical-align: bottom;
}
.pure-table td:first-child, .pure-table th:first-child {
    border-left-width: 0;
}

.pure-table th, .pure-table td {
    padding: 0.5em 1em;
}
.pure-table td{
    font-size: 15px!important;
    padding: 12px 10px!important;
    vertical-align: text-top;
}



.pure-table td, .pure-table th {
    border-left: 1px solid #f5f5f5;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
}

.pure-table td:first-child, .pure-table th:first-child {
    border-left-width: 0;
}


.pure-table th, .pure-table td {
    padding: 0.5em 1em;
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb;
}

.pure-table td {
    background-color: transparent;
}

.pure-table td, .pure-table th {
    border-left: 1px solid #f5f5f5;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
}
.pure-table-bordered td {
    border-top: 1px solid #f5f5f5;
}

.pure-table th {
    padding: 12px 1em;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.pure-table tr:nth-child(even) td{
    background-color:#eff0f4;
}
table.justtext tr th{text-align: left;font-size: 15px;font-weight: 500;}
table.justtext tr td{text-align: left;font-size: 14px;padding: 5px 15px;}



/*Packages*/
.calculation thead{background-color:#051d29;}
.calculation tr th, .calculation tr td{    
    border: 0;
    font-size: 18px;
    text-align: left;
}
.cal-value{text-align: left;padding: 10px 0;}
.cal-value p{
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.packbox{
    border: 1px solid #eee;
    margin-bottom:20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.price {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color:#fff;
    max-width: 400px;
    border-radius:3px;
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer;
}
.price.active{
    background-color:#f8f8f9;
    position: relative;
}
.price.active:before{
    /*   content: "\f00c";
        position: absolute;
        margin: 15px 10px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px;
        color: #fff;
        display:block;*/
    content: "\f00c";
    position: absolute;
    /* margin-top: -20px; */
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    color: #ffffff;
    display: block;
    top: 14px;
    right: 14px;
}
.packbox:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.05)
}

.price .header-priceing {
    background-color: #ff9f00;
    color: white;
    font-size: 16px;
}

.price li {
    font-size: 14px;
    padding: 13px 15px;
    text-align: center;
}
.price li b{
    font-weight:500;
}

.price .grey {
    border-top: 1px solid #eee;
    font-size: 50px;
    padding:50px 0 10px 0;
    color:#35c751;
}

.gr-bg {
    background-image: url('../images/how-works-bg.png');
    width: 100%;
    height: 564px;
    background-size: cover;
}

.button {
    background-color: #ff9f00;
    border: none;
    color: white;
    padding: 10px 25px 7px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius:5px;
    margin-bottom: 15px;
    display: inline-block;
    line-height:1;
}
.button:hover{
    background-color: #35c751;
    color:#fff;
}
/*#how-it-works *{
    color:#fff;
}*/

#how-it-works .data-box-title {
    font-weight: 300;
}
#how-it-works .data-box-icon{
    padding: 80px 0 50px 0;
}




/*new footer*/



.footer-distributed{
    background-color: #1c1c1c;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 0;
}
.footer-distributed .container{
    padding:50px 0;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}



.footer-distributed h3{
    color:  #ffffff;
    margin: 0;
}

.footer-distributed h3 span{
    color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a,.footer-distributed .footer-links li{
    display:block;
    line-height: 1.8;
    text-decoration: none;
    color:  inherit;
    color: #bbb;
    font-size: 14px;
}
.footer-distributed .footer-links a:hover{
    color:#fff;
}

.footer-distributed .footer-company-name{
    color:  #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.addr *{display:inline-block;color:#bbb;    font-size: 14px;}
/* Footer Center */






/* Footer Right */


.footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #bbb;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span{
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.footer-distributed .footer-icons{
    margin-top: 25px;
}

.footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}
.ratio{
    margin-top:30px;
}
.ratio .data-box-title{
    padding:0;
}
.ratio .data-box{
    /*background-color: #6dad79;*/
    background-color: #3d6f94;
    color:#fff;
    padding:20px;
    border-radius: 6px;
}

.cal-value input:focus,.cal-value textarea:focus,.cal-value select:focus{outline:0;}
.cal-value input,.cal-value select{border:1px solid #ddd;background-color:#fff;padding:5px;box-sizing:border-box;height:30px;border-radius:5px;}
.cal-value select{background-color:#eee;}
.cal-value .has1{width:calc(100% - 80px);display:inline-block;float:left;border-top-right-radius:0;border-bottom-right-radius:0;}
.cal-value .has2{width:80px;display:inline-block;float:left;border-top-left-radius:0;border-bottom-left-radius:0;}

.data-box.negetive{
    background-color: #ea3939;
}
.pure-table.negetive tr td{color:#ea3939;}


.calculation-report .col-lg-8{
    border: 1px solid #d2d2d2;
    padding: 0;
}

.newswrapper{margin-top:50px;}
.newswrapper .data-box-title,.newswrapper .data-box-text{padding:0;font-size:14px;text-align: left;}
.newswrapper .price li{
    font-size: 14px;
    padding: 5px 15px;
    border-bottom: 1px solid #eee;
}
.newswrapper .price li.header-priceing{
    background-color: #051d29;
}
.cal-value{width: 23.5%;
           float: left;
           margin-right: 5px;
           margin-left: 5px;}

.package_calc .cal-value{
    width:97%;
}
.smsg{
    text-align: left;
    font-size: 12px;
    color: #6b6b6b;
    display: block;
    font-style: italic;
}
/*-------------media css-------------*/

.graph .header-div a:last-child[rel="nofollow"]{
    display:none!important;
}
.blog .data-box-title {
    color: #5a5a5a;
}
.blog_bg{
    background-color: #f8f8f9;
}
.header-div{
    border-bottom:0!important;
}

.pack{
    text-align: center;
}
.pack p span{
    background-color: #fff;
    padding: 1px 10px 0 10px;
    width: 50%;
    min-width: 50%;
    display: inline-block;
    border: 1px solid #ddd;
}
.pack p:nth-child(3){
    margin-top:-1px;
}
.pack p span:last-child{border-left:0;}
.ccc-tab-content-USD,.ccc-tab-content-EUR,.ccc-tab-content-CNY,.ccc-tab-content-GBP{background-color:#fff!important;}
.ccc-tab-header-USD,.ccc-tab-header-EUR,.ccc-tab-header-CNY,.ccc-tab-header-GBP{line-height: 48px!important;}


i.off{
    background-image: url("../images/off.png");width:10px;height:16px;display:inline-block;  
}

i.off.on{
    background-image: url("../images/on.png");width:10px;height:16px;display:inline-block;  
}
#package .carousel-top{overflow: visible;}
#package .owl-next{right:-40px;}
#package .owl-prev{left:-40px;}
#package .owl-next i,#package .owl-prev i{color:gray;}
#package .owl-next:hover i,#package .owl-prev:hover i{color:#ff9f00;}
.owl-next.disabled,.owl-prev.disabled{opacity:0!important;}



/*.left-nav-fixed{
    position:fixed;left:0;top:50%;margin-top:-300px;height:600px;background-color:#eee;z-index:3;
}*/

/*faq start*/


.acc-container {
    overflow: hidden;
    max-width: 1170px;
    margin: 200px auto;
    box-sizing: border-box;
    min-height:500px;
}
.acc-btn { 
    width: 100%;
    margin: 0 auto;
    padding: 12px 15px 0px 15px;
    cursor: pointer;
    background: #5e5e5e;
    border-bottom: 1px solid #fff;
    line-height: 1;
    border-radius: 3px;
    margin-bottom: 5px;
}
.acc-content {
    height:0px;
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.acc-content-inner {
    padding: 10px 15px 15px 15px;
    /*background-color: #eee;*/
}
.acc-container .open {
    height: auto;
}
.acc-container h1 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.acc-container p { 
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    margin: 0;
}
.acc-container .selected {
    color:#fff;
}



@media screen and (max-width: 1200px){
    .hide-in-small{display:none;}
    .hide-in-full{display:block;}
    .home-content h4{font-size:30px;}
    .mobile-box{
        margin-left:auto!important;
        margin-right:auto!important;
        width: 400px;
        min-width:250px;
        max-width: 100%;
    }
}

@media screen and (max-width: 800px){
    .data-box-text{font-size:12px;line-height: 18px;}
    .home-content {margin: 0 auto; margin-top: -100px; width: 90%;margin-left: 5%;margin-right: 5%;}
    .banner_tx h1{font-size:20px;}
    .banner_tx p{font-size:15px;}
    .hide360{display:none;}
    .about{padding:10px 0;}
    .mobile-shade{background: rgba(255, 255, 255, 0.9);}
    .about .col-lg-4{width:100%!important;padding:10px;}
    .owl-carousel{padding:0px 0;}
    .address-area{padding:0;}
    .address-area .col-lg-6{width: 96%!important;margin: 0 auto;}
    .profile-network a {width: 30px;height: 30px;}
    .profile-network a  i{margin-top:9px;}
    .width_adjust_mobile{width:100%;overflow:hidden;}
    .calculation-report .col-lg-4{
        margin-top:20px;
    }
    .cal-value{width:97%;}
    .pure-table td,.pure-table th {
        font-size: 11px!important;
        padding: 11px 3px!important;
        vertical-align: text-top;
    }
    .calculation tr th, .calculation tr td {
        font-size: 18px!important;
        padding-left:7px!important;
    }
    .gr-bg{
        height:100%;
    }
    .banner_tx{
        top: 46%;
    }
    .home-content-area-wrap{
        height:300px; 
    }
    .bg-area{
        height:300px;
    }
}

/*
@keyframes "sky" {
    50% {
        background-position: 318px 212px;
    }
    100% {
        background-position: 635px 423px;
    }

}

@-moz-keyframes sky {
    50% {
        background-position: 318px 212px;
    }
    100% {
        background-position: 635px 423px;
    }

}

@-webkit-keyframes "sky" {
    50% {
        background-position: 318px 212px;
    }
    100% {
        background-position: 635px 423px;
    }

}

@-ms-keyframes "sky" {
    50% {
        background-position: 318px 212px;
    }
    100% {
        background-position: 635px 423px;
    }

}*/


@media screen and (max-width: 1680px) {
    /*    .bg-area {
            height: 500px;
        }*/
}
@media screen and (max-width: 1500px) {
    /*    .gr-bg {
            height: 470px;
        }
        .data-box-icon img {
            height: 110px;
        }
        #how-it-works .data-box-icon {
            padding: 70px 0 22px 0;
        }*/
}
@media screen and (max-width: 1440px) {
    /*    .bg-area {
            height: 450px;
        }
        .banner_tx {
            margin-top: 130px;
        }
        .banner_tx h1 {
            font-size: 34px;
        }
        .banner_tx h3 {
            font-size: 14px;
            margin-top: 24px;
            margin-left: 16px;
        }*/
}





