@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
@import url('footer.css');
*{
    transition: all 0.3s;
    outline: none;
}
body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.light{
    font-weight: 300;
}
.regular{
    font-weight: 400;
}
.medium{
    font-weight: 500;
}
header{
    background:url('../images/map.png') no-repeat center bottom #232533;
    padding:0px 8px;
    background-size: 1000px;

}
.main-menu{
    padding-top:20px;
}
.menu li{
    display: inline-block;
}
.menu{
    padding: 0;
    float: right;
    margin: 0;
    /*overflow: hidden;*/
}
.menu li .link{
    padding: 25px 20px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.login-button{
    color:#5584ff;
    border-radius:50px;
    border:1px solid #324271;
    padding: 10px 35px;
    cursor: pointer;
}
.login-button:hover{
    background:#324271;
    border:1px solid #324271;
}
.menu li .link:hover{
    color: #fff;
    text-decoration: none;
}
.menu li.active .link{
    color: #fff;
    text-decoration: none;
}
.brand-logo{
    padding: 14px 0;
    margin: 0;
}
.brand-logo img{
    height: 80px;
}


.btn-yellow{
    background: #ffb400;
    color:#fff;
    border-radius:50px;
    cursor: pointer;
    font-size: 14px;
    padding:8px 30px;
}
.btn-yellow:hover{
    opacity: 0.8;
}
.btn-transparent{
    background:transparent;
}

.redbox{
    background:#f63944;
    color:#fff;
    overflow: hidden;
}

.btn-black{
    background-color: #000;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border-radius: 50px;
    padding: 7px 50px;
    font-weight: 500;
}
.btn-black:hover{
    opacity: 0.8;
    cursor: pointer;
}

.m0{
    margin:0px;
}


.mt5{
    margin-top:5px;
}

.f18{
    font-size: 18px;
}

.pr0{
    padding-right:0px;
}
.pl0{
    padding-left:0px;
}

.p0{
    padding:0px;
}
.img-center{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.pt6{
    padding-top:6px;
}
.bg-gray{
    background:#f7f7f7;
    padding:10px 5px;
}


.overlay{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    display: none;
}
body.has-menu .overlay{
    display: block;
}
.menu-trigger{
    display: none;
}

header h1{
    font-weight: 300;
    color:#fff;
}
header h3{
    color:#e9b842;
}
.slider-image{
    margin-bottom:-75px;
    box-shadow: 0px 0px 35px rgba(255,180,0, 0.1);
}
.features{
    padding-top: 200px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f7fa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f7fa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f6f7fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f7fa',GradientType=0 ); /* IE6-9 */
}
.features .feature{
    padding:30px;
}
.features .feature h4{
    font-weight: 500;
    color:#0e1a35;
    font-size:20px;
}
.features .feature p{
    color:#8492af;
    font-size:14px;
}
.features .feature img{
    height: 75px;
    margin-bottom:20px;
}
.btn-gray-outline{
    border-radius: 50px;
    font-weight: 500;
    color:#0e1a35;
    border:1px solid #dadee7;
    padding:8px 50px;
    cursor: pointer;
}
.btn-gray-outline:hover{
    border:1px solid #0e1a35;
    background:#0e1a35;
}
.features .feature:not(:last-child):after{
    content:"";
    position: absolute;
    width:125px;
    height:1px;
    background:#dadee7;
    top:75px;
    margin-right:10px;
}
.feature-2 h2{
    font-weight: 300;
    color:#0e1a35;
}
.feature-2 p{
    color:#8492af;
    font-size:14px;
}

.feature-2 ul{
    padding:0;
    margin:0;
    list-style: none;
}
.feature-2 li{
    color:#8492af;
    font-size:14px;
    padding-left: 25px;
    padding-bottom:25px;
}
.feature-2 li:before{
    content:"";
    background:url("../images/tick.png") no-repeat;
    background-size: 100% 100%;
    height: 25px;
    width: 25px;
    position: absolute;
    left:10px;
    margin-top:-3px;
}
.laptop-right{
    background: url("../images/laptop-feature-2.png") no-repeat right bottom;
    background-size:450px;
}
.clearfix{
    clear:both;
}
.pack{
    padding:150px 0px;
}
.pack h2{
    font-weight: 300;
    color:#0e1a35;
}
.pack p{
    color:#8492af;
    font-size:14px;
}
.pack-image img{
    /*height: 330px;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -80%;*/
   height: 400px;
	position: absolute;
	left: 31%;
	right: 50%;
	margin-left: -80%;
	top: -6%;
}
.feature-01{
    padding-top:90px;
    text-align: left;
    position: relative;
}
.feature-01 h4{
    padding-left:15px;
    font-weight: 500;
    color:#0e1a35;
    font-size:20px;
}
.feature-01 .line{
    position: absolute;
    height: 2px;
    width: 495px;
    background:#ffb400;
    z-index: 9;
}
.feature-01 .line:after{
    content:"";
    position: absolute;
    height: 25px;
    background:#ffb400;
    width: 25px;
    border-radius: 50px;
    border:3px solid #a77b15;
    right:-10px;
    margin-top:-11px;
}
.feature-01 p{
    padding-top:15px;
    color:#8492af;
    font-size:14px;
}


.feature-02{
    padding-top:15px;
    text-align: left;
    position: relative;
}
.feature-02 h4{
    padding-left:15px;
    font-weight: 500;
    color:#0e1a35;
    font-size:20px;
}
.feature-02 .line{
    position: absolute;
    height: 2px;
    width: 415px;
    background:#ffb400;
    z-index: 9;
}
.feature-02 .line:after{
    content:"";
    position: absolute;
    height: 25px;
    background:#ffb400;
    width: 25px;
    border-radius: 50px;
    border:3px solid #a77b15;
    right:-10px;
    margin-top:-11px;
}
.feature-02 p{
    padding-top:15px;
    color:#8492af;
    font-size:14px;
}


.feature-03{
    padding-top:15px;
    position: relative;
    text-align: right;
}
.feature-03 h4{
    padding-right:15px;
    font-weight: 500;
    color:#0e1a35;
    font-size:20px;
}
.feature-03 .line{
    position: absolute;
    height: 2px;
    width: 455px;
    background:#ffb400;
    z-index: 9;
    right:0px;
}
.feature-03 .line:before{
    content:"";
    position: absolute;
    height: 25px;
    background:#ffb400;
    width: 25px;
    border-radius: 50px;
    border:3px solid #a77b15;
    left:-10px;
    margin-top:-11px;
}
.feature-03 p{
    padding-top:15px;
    color:#8492af;
    font-size:14px;
}

.feature-04{
    padding-top:0px;
    position: relative;
    text-align: right;
}
.feature-04 h4{
    padding-right:15px;
    font-weight: 500;
    color:#0e1a35;
    font-size:20px;
}
.feature-04 .line{
    position: absolute;
    height: 2px;
    width: 410px;
    background:#ffb400;
    z-index: 9;
    right:0px;
}
.feature-04 .line:before{
    content:"";
    position: absolute;
    height: 25px;
    background:#ffb400;
    width: 25px;
    border-radius: 50px;
    border:3px solid #a77b15;
    left:-10px;
    margin-top:-11px;
}
.feature-04 p{
    padding-top:15px;
    color:#8492af;
    font-size:14px;
}

.numbers h1{
    color:#fcad0e;
    font-weight: 500;
    font-size:50px;
}
.numbers h1 span{
    font-size:30px;
    font-weight: 300;
}
.mt--50{
    margin-top:-50px;
}
.h500{
    height: 500px;
}
.pt-190{
    padding-top:190px;
}
.compare{
    background:#f7f8fa;
    padding:150px 0px;
}
.number-image{
    position: relative;
}
.number-image h1{
    text-align: center;
    font-weight: 300;
    color: #0e1a35;
    font-size: 25px;
    margin-top: -50px;
    position: absolute;
    width: 100%;
    bottom: 120px;
    margin-left: -15px;
}
.number-image h1 span{
    display: block;
    font-weight: 500;
}
.compare .title{
    font-size: 35px;
    font-weight: 300;
    color: #0e1a35;
    position: relative;
}
.compare .title span{
    font-weight: 500;
}
.compare .title:after{
    content:"";
    height:1px;
    width:25px;
    background:#ffab1f;
    position: absolute;
    z-index: 999;
    bottom:-5px;
    left:50%;
    margin-left:-12px;
}
.compare p{
    color:#8492af;
}
.compare .yellow-box{
    background: #ffb530; /* Old browsers */
    background: -moz-linear-gradient(top, #ffb530 0%, #ffbc3c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffb530 0%,#ffbc3c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffb530 0%,#ffbc3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb530', endColorstr='#ffbc3c',GradientType=0 ); /* IE6-9 */
    border-radius:5px;
    padding:45px;
}
.h75{
    height:75px;
}
.compare .yellow-box ul{
    list-style: none;
    margin-bottom:0px;
}
.compare .yellow-box ul li{
    color:#fff;
}
.compare .yellow-box ul li:before{
    content:"";
    background:url("../images/tick-white.png") no-repeat;
    background-size: 100% 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    left:40px;
    margin-top:1px;
}
.compare  a{
    color: #fff;
    margin-left: 40px;
    font-size: 12px;
}
.btn-white{
    background:#fff;
    border-radius:50px;
    
    font-weight: bold;
    color:#323232;
    padding: 10px 35px;
}
.btn-white:hover{
    background:#fff;
    border-radius:50px;
    box-shadow: 0px 0px 25px rgba(255,236,130,1);
    font-weight: bold;
    color:#323232;
    padding: 10px 35px;
    cursor:pointer;
}
.white-box{
    background:#fff;
    border-radius:5px;
    padding:25px;
    margin-top:110px;
    margin-bottom:50px;
    box-shadow: 11px 0px 15px rgba(184,184,184,0.1);
}

.compare .white-box ul{
    list-style: none;
    margin-bottom:0px;
}
.compare .white-box ul li{
    color:#8f9bb6;
    font-weight: 300;
}
.compare .white-box ul li:before{
    content:"";
    background:url("../images/tick.png") no-repeat;
    background-size: 100% 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    left:40px;
    margin-top:1px;
}
.compare .white-box h3{
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    margin-top:10px;
}
.mb--240{
    margin-bottom:-250px;
}
.map{
    padding-top:300px;
}
.map img{
    height: 400px;
}
.map .box{
    background: #fff;
    text-align: center;
    padding: 18px;
    box-shadow: 0px 0px 15px rgba(204,204,204,0.5);
    position: absolute;
    bottom: 95px;
    left: 53%;
}
.map .box h3{
    font-weight: 300;
    font-size:20px;
}
.map .box h3 span{
    font-weight: 500;
}
.map h2{
    font-weight: 300;
}
.map .box-2{
    padding:30px 40px;
}
.map .box-2 .list{
    
    padding:25px;
}
.map .box-2 .list:hover{
	cursor:pointer;
	box-shadow: 0px 0px 15px rgba(204,204,204,1);
}
.map .box-2 .list ul{
    list-style: none;
    margin-bottom:0px;
}
.map .box-2 .list ul li{
    color:#8f9bb6;
    font-weight: 300;
    margin-bottom:10px;
}
.map .box-2 .list ul li:before{
    content:"";
    background:url("../images/tick.png") no-repeat;
    background-size: 100% 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    left:60px;
    margin-top:1px;
}
.map .box-2 .list h3{
    font-size:45px;
    font-weight: 500;
    margin:40px 0px;
}
.map .box-2 .list h3 small{
    font-size:30px;
}
.map .box-2 .list h3 span{
    font-size:20px;
    font-weight: 300;
    color:#8f9bb6;
}
.before-footer{
    font-size:14px;
    color:#8f9bb6;
}
.btn-blue{
    background: #5584ff;
    color:#fff;
    border-radius:50px;
    cursor: pointer;
    font-size: 14px;
    padding:8px 30px;
}
.btn-blue:hover{
    opacity: 0.8;
}
.button-line:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 150px;
    background: #8f9bb6;
    margin-top: 18px;
    margin-left: -170px;
}
.button-line:after{
    content: "";
    position: absolute;
    height: 1px;
    width: 150px;
    background: #8f9bb6;
    margin-top: 18px;
    margin-left: 20px;
}
footer{
    background:#232533;
    color:#8f9bb6;
    padding:35px 0px;
    font-size:14px;
}
footer a{
    color:#8f9bb6;
    padding:10px;
}
footer a:hover{
    color:#fff;
}

.feature-page{
    background:#232533;
    min-height: 100vh;
}
.feature-page h1{
    margin-top:50px;
}
.feature-page-title h1{
    font-weight:300;
    color:#0e1a35;
    font-size:35px;
    position: relative;
}
.feature-page-title h1:after{
    content:"";
    position: absolute;
    height: 1px;
    width: 75px;
    left:50%;
    margin-left:-37px;
    bottom:-5px;
    background:#0e1a35;
}
.f14{
    font-size: 14px;
}
.gray{
    color:#8f9bb6;
}
/*.popup-overlay{
    position: absolute;
    width: 100vw;
    height:100vh;
    background:#25262d;
    top:0px;
}*/
#popup{

    /*background:#25262d;*/
    display:none;
    position: fixed;
    /*position: absolute;*/
    top:75px;
    z-index: 99999;
    width:100%;
   /* width:100vw;*/
    /*height:100vh;*/
    /*overflow-y: scroll;*/
}
.pop{
    background:#1a1b20;
    padding:45px;
    /*margin-top:50px;*/
   /* box-shadow: 0px 0px 25px rgba(0,0,0,1);*/
    color:#fff;
  /*  max-height: 90vh;
    overflow-y: scroll;*/
   border-radius:10px;
}
.pop:before{
    content: "";
    background: url('../images/popup-corner.png') no-repeat;
    height: 172px;
    width: 50px;
    left: -24px;
    z-index: 9999;
    position: absolute;
    top: -7px;
}
.pop .item{
    padding:60px 40px;

}
.pop .item p{
    font-size: 12px;
    text-align:center;
    margin-top:15px;
}
.pop .item.active{
    background:#1d1e23;
    box-shadow: 0px 0px 25px #000;
}

.btn-pop-yellow-button{
    background: #facf23;
    color:#1a1b20;
    border-radius:50px;
    cursor: pointer;
    font-size: 12px;
    padding:16px 35px;
    font-weight: 500;
    margin-top:20px;
    
}
.btn-pop-yellow-button:hover{
    /*opacity: 0.8;*/
    box-shadow: 0px 0px 25px rgba(250,207,35, 0.4);
}
.f12{
    font-size:12px;
}
.input-group-prepend {
    margin-right: -1px;
    margin-top:1px;
    margin-bottom:1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-right:0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.color-white{
    color:#fff;
}
.color-white:hover{
    color:#fff;
}
.btn-yellow-outline{
    border-radius: 50px;
    font-weight: 500;
    color: #ffffff;
    border:1px solid #facf23;
    padding:8px 20px;
    font-size:12px;
    margin-left:10px;
    cursor: pointer;
    /*background:transparent;*/
    background:rgba(250,207,35,0.2);
}
.btn-yellow-outline:hover{
    border:1px solid #facf23;
    color:#000;
    background:#facf23;
}
.layer-4 h3{
	font-size:21px;
}
.layer-4 h3 span{
	color:#fff;
	font-size:12px;
}
.pop .layer-4 .item.active{
	box-shadow:0px 0px 25px rgba(0,0,0,0);
}
.pop .layer-4 .item.active:hover{
	box-shadow:0px 0px 25px #000;
}
.pop .layer-4 .item{
	padding:15px 40px 60px !important;
	min-height:185px;
	cursor:pointer;
}
.layer-4 .white-outline-button{
	margin-top:25px;
	margin-bottom:-30px;
	background:transparent;
	border:1px solid #fff;
	cursor:pointer;
	color:#fff;		
}
.layer-4 .white-outline-button:hover{
	margin-top:25px;
	margin-bottom:-30px;
	background:#fff;
	color:#1a1b20;
	border:1px solid #fff;
	cursor:pointer;	
}
.card-header {
    padding: 0px;
    margin-bottom: 0px;
    background-color: #1d1e23;
    border: 0px solid rgba(0,0,0,.125);
    cursor:pointer;
}
.card-header button{
	background:transparent;
	width:100%;
	border:0px;
	padding:15px;
}
.card-header button p{
	float:left;
	margin:0px;
	margin-top:2px;
	color:#fff;
}
.card-header button p i{
	color:#facf23;
	padding-right:20px;
}
.card-header button img{
	float:right;
}
.card{
	border:0px;
	margin-bottom:15px;
	background:#1f2025;
}
.card-body{
	text-align: left;
	padding: 15px;
	font-size: 12px;	
}
.card-body-footer{
	color: #facf23;
	padding-right: 20px;
	font-size:10px;
	padding-top:15px;
}
.card-body-footer i{
	font-size:14px;
}
.btn.btn-block.collapsed i{
	color:#000 !important;
}
.payment-data p{
	font-size:10px;
	margin-bottom:0px;
}
.pagination-dots{
	position: absolute;
	left: 40px;
	top: 45%;
	z-index: 9;
}
.feature-01, .feature-02{
	z-index:9;
}
.stepHover{
	/*border:2px solid #1a1b20;*/
	padding: 40px 40px !important;
	margin-top: 25px;
	margin-bottom: 25px;
}
.stepHover:hover{
	border-color:#facf23;
	/*border:2px solid #facf23;*/
	background: #1d1e23;
	box-shadow: 0px 0px 25px #000;	
}
.quick-steps-box{
	height:100%;
}
.cpopupw{
	padding: 0 50px;
}
.popupBox{
	width: 100%;
}
.c-popup-height{
	height:80vh; 
}
.feature-x-box{
	padding-bottom: 15px;
}
.feature-x-box:hover h4{
	color: #e9b842;
}
.feature-x-box:hover .line::after, .feature-x-box:hover .line::before{
	animation: glow 0.6s infinite alternate;
}
.pb-150{
	padding-bottom:150px !important;
}

@keyframes glow {
  from {
    box-shadow: 0 0 5px -5px rgba(233, 184, 66,0.4);
  }
  to {
    box-shadow: 0 0 5px 5px rgba(233, 184, 66,0.4);
  }
}

#join-n-btn{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 10px;
}
