/* universal */
:focus{
	outline: 0;
}
body{
	position: relative;
}
/* Links */

a{
	color: #F82462;	
}
a:focus{
	outline: 0;
}
a:hover{
	text-decoration: none;
}
a:hover{
	color:#4799fd; 
}


/*Fonts*/

body,html{
	font-family: 'Raleway', sans-serif;	
	font-weight: 400;
}
	/* Font awesome */

	.fa{
		padding-right: 5px;
	}
	.fa.fa-quote-right{
		display: inline;
		margin-left: 5px;
	}


/* Buttons */
.btn:focus{
	outline: 0;
	color: #ffffff;
}
.btn-stores{
	border : 2px solid #F82462;
	background: none;	
	padding: 20px 20px;
	margin-top: 10px;
	font-size: 16px;
	min-width: 190px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.btn-stores:hover{
	background:#F82462;
	color: #DEE1E7; 
}
/*.btn-stores:hover a{
	text-decoration: none;
	color: #DEE1E7;
}*/

.btn-signup{
	border : 2px solid #004784;
	background: none;
	color: #333333;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	
}
.btn-signup:hover{
	background:#004784;
	color: #DEE1E7; 
}

/* scroll to top */
.scrolltoTop{
	font-size: 36px;
    color: #E66D99;
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 11;
    display: none;
}
/* fixed stores icon */
.stores{
	font-size: 36px;
    color: #f82462;
    position: fixed;
    left: 30px;
    bottom: 20px;
    z-index: 11;
    display: none;
}	


/* Title */
.double-border-title{
	text-align: center;
	padding: 15px 0px 30px;
}
.double-border-title h2{
	display: inline-block;
	border-top: 5px double #DEE1E7;
	border-bottom: 5px double #DEE1E7;
}

.double-line-title {
  line-height: 0.5;
  text-align: center;
  padding: 20px; 
}
.double-line-title span {
  display: inline-block;
  position: relative;

}
.double-line-title span:before,
.double-line-title span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #DEE1E7;
  border-top: 1px solid #DEE1E7;
  top: 5px;
  width: 250px;

}
.double-line-title span:before {
  right: 100%;
  margin-right: 15px;
}
.double-line-title span:after {
  left: 100%;
  margin-left: 15px;
}
@media(max-width: 767px){
.double-line-title span:before,
.double-line-title span:after {  
  width: 125px;

}	
}
@media(max-width: 468px){
.double-line-title span:before,
.double-line-title span:after {  
  width: 20px;

}
.double-line-title{
	line-height: 1.0;
}	
}

/* iframe,embed */
iframe,embed{
	max-width: 100%;
}

/* main body,header */
#wrapper{	
	overflow: hidden;
	position: relative;	
	visibility: hidden;
}

#header {
    display: flex;
    height: 100vh;
    align-items: center;
    text-align: center;
    background: #263143;
    color: #F82462;
    font-size: 26px; 
    position: relative;
    font-weight: 100;
}

/* Navigation */

.nav-transparent {		
	background: rgba(255,255,255,0);
	border:none;	
}

.nav-transparent .navbar-nav>li>a{
	color: #ffffff;
	font-weight: 800;
}

.nav-transparent .navbar-nav>li>a:hover, .nav>li.active{
	background: #263143;
	color: #ffffff;
}
.navbar-nav>li>a:focus{
	background:none;
}
.nav>li.active a{
	color: #DEE1E7;	
}
nav.navbar.shrink {
  min-height: 35px;
  background-color: #f82462;
  width: 100%;
}
nav.navbar{ 
   
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.navbar-toggle{
	border: none;
}
.navbar-toggle .icon-bar{
	background: #E66D99;
}
.navbar-collapse.in{
	background: #f82462;
}
.fa.menu-icon{
	color: #ffffff;
	font-size: 20px;
}
@media(max-width: 767px){
	.navbar{
		padding:0;
	}
}
.navbar-brand>img{
	max-height: 50px;	
	margin-top:-15px;
}

/* App Description Section */

#app-desc{
	background:  #232323;
	color: #ffffff;
	position: relative;
	padding-top: 30px;
	padding-bottom: 40px;
}
.apple-bg{	
    background: url('../img/apple.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto auto;
    max-width: 282px;
    min-height: 574px;
    height: 100%;
    width: 100%;    
}

.desc{
	padding: 10px 10px;
	letter-spacing: 2px;
}
.desc:hover{
	cursor: pointer;
}
.desc i{
	font-size: 45px;
}
.desc p::first-letter{
	font-size: 200%;
	font-weight: 500;
}
.desc h5{
	color: #ffffff;
}
.desc h5:hover{
	color: #f82462;
}
.right-align{
	text-align: right;
}

.highlight{	
	color: #f82462;
	font-weight: 800;
}
.img-slider{
	max-width: 212px !important;
	margin:auto auto;
	height: auto !important;
	margin-top: 100px;
}
.img-slider:hover{
	cursor: move;
}


/*Service Section Style */
#service{
	background:  #232323;
	padding-top: 8vw;
	padding-bottom: 8vw;
	color: #ffffff;
	position: relative;
}

.serviceBox{
    text-align: center;
}
.serviceBox .service-icon{
    width: 84px;
    height: 84px;
    line-height: 84px;
    margin: 0 auto 30px;
    font-size: 34px;
    color: #f82462;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon{
    color: rgb(35, 35, 35);
}
.serviceBox .service-icon:before{
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #f82462;
    border-radius: 0 30px 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon:before{
    border-radius: 0 40px 40px 40px;
    background: #f82462;
    transform: rotate(45deg);
}
.serviceBox .title{
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .title{
    color: #f82462;
}
.serviceBox .description{
    font-size: 13px;
    color: #828484;
    line-height: 27px;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}


/*Service Section End */



/* Screenshot Section */
#sec-screenshots{
	padding-top: 8vw;
    padding-bottom: 8vw;
	background: #263143;
	color: #4799fd;
}

/* Screenshots carousel */
.screenshots-carousel{
	margin-top: 10px;
}
.screenshots-carousel .slick-slide img{
	padding-right: 20px;
}
@media(min-width: 769px){
.screenshots-carousel .slick-center{
	-webkit-transform: scale(.8);
	transform: scale(.8);
	}
}
/* Customize the Slick Slider navigation */
#sec-screenshots .slick-prev:before {
    content: "\f21e";
    font-family: 'FontAwesome';
    font-size: 30px;
    margin-left: -60px;
    color: #f82462;
}
#sec-screenshots .slick-next:before {
    content: "\f21e";
    font-family: 'FontAwesome';
    font-size: 30px;
    margin-right: -60px;
    color: #f82462;
}

/* Screencast section */
#screencast{
	background:  #232323;
	color: #ffffff;
	position: relative;
	padding-top: 30px;
	padding-bottom: 40px;
}
/*#screencast .double-border-title{
	padding-bottom: 20px;
}*/
.video-popup{
    padding: 0;
    position: relative;
}
.video-popup img {
    margin: auto auto;
}
.video-overlay{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	top: 0;
	background: -webkit-linear-gradient(
                    rgba(20,20,20, .5), 
                    rgba(20,20,20, .5));
	background: linear-gradient(
                    rgba(20,20,20, .5), 
                    rgba(20,20,20, .5));
}
.video-popup a{
	position: absolute;
    font-size: 70px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
    z-index: 9;
}
.texts{
	padding-left: 30px;
	padding-right: 30px;
	text-align: right;
}
.texts-left{
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}
.texts p span{
	color: #d389f9;
    font-size: 20px;

}
/* Counter section */

#counter{
	background: #263143;
    color: #ffffff;     
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;    
}
#counter .row{
	text-align: center;
}
.txt-center{
	text-align: center;
}
.pack{
	position: relative;
	display: inline-block;
	text-align: center;
}
.pack i {
	font-size: 55px;   
    
}
.pack p{
	font-size: 25px;
}
@media(min-width: 992px){
	#counter .row{
		display: flex;
	    min-height: 250px;
	    padding-bottom: 35px;
	    align-items: center;
	    margin: auto auto;
	    text-align: start;
	}
	.rotated{
		-ms-transform: rotate(-90deg); 
	    -webkit-transform: rotate(-90deg); 
	    transform: rotate(-90deg); 
	}
}

/* pricing section */
#price{
	background: #ffffff;
    color: #004784;
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
}


/* price table */
.pricingTable{
    border: 1px solid #DEE1E7;
    text-align: center;
    color: #ffffff;
	font-weight: 800;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #44f1f1 0%, #1b6bd4 100%) repeat scroll 0 0;
    padding: 50px 0px 25px;
    margin-top: 50px;
    position: relative;
}
.pricingTable .pricing-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #4799fd;
    border: 1px solid #DEE1E7;
    position: absolute;
    top: -40px;
    left: 50%;
    padding: 10px;
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricing-icon{
    border: 1px solid #004784;
    background: #4799fd;
}
.pricingTable .pricing-icon i{
    width: 100%;
    height: 100%;
    line-height: 58px;
    border-radius: 50%;
    background: #004784;
    font-size: 30px;
    color: #DEE1E7;
    -webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricing-icon i{
    color: #004784;
    background: #DEE1E7;
}
.pricingTable .price-Value{
    display: inline-block;
    font-size: 60px;
    color: #DEE1E7;
    position: relative;
}
.pricingTable .currency{
    font-size: 25px;
    position: absolute;
    top: 18px;
    left: -18px;
}
.pricingTable .month{
    display: block;
    font-size: 17px;
    text-transform: capitalize;
}
.pricingTable .pricingHeader{
    position: relative;
    z-index: 1;
}
.pricingTable .pricingHeader:after{
    content: "";
    width: 100%;
    height: 1px;
    background: #DEE1E7;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.pricingTable .title{
    width: 50%;
    background: #004784;
    margin: 10px auto;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #DEE1E7;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.pricingTable .pricing-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 40px;
    margin-bottom: 25px;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #DEE1E7;
    background: #004784;
    border: 2px solid #4799fd;
    padding: 5px 20px;
    -webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    background: #DEE1E7;
    color: #004784;
}
@media only screen and (max-width:990px){
    .pricingTable{ margin-bottom: 20px; }
}
@media only screen and (max-width:767px){
    .pricingTable{ margin-bottom: 60px; }
}

/* Testimonial section */
#testimonial{
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #dfffff 22%, rgba(24, 121, 253, 0.04) 100%) repeat scroll 0 0;
    color: #004784;
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
}
.testimonial{
	text-align: center;
    background: rgba(0, 77, 171, 0.1);
    padding: 20px 20px;
    margin-right: 20px;
    margin-left: 20px;
    font-weight: 600;	
}
.testimonial img{
	max-width: 75px;
	max-height: 75px;
	margin-bottom: 15px;
	border-radius:50%;
	display: inline-block;
}
.testimonial-quote{
	text-align: justify;	
}
.testimonial-by{
	text-align: right;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
}

/* Team Section/ Sepaker Section */


#speakers {
	padding: 7vw;
    background: #232323;
    color: #F82462;
	text-align: center;	
}

#speakers p {
	padding: 20px 0 60px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	letter-spacing: 0.2px;
}

#speakers a:hover {
    color: #ffffff;
}

#speakers h3 {
	padding: 0 0 15px;
	font-size: 36px;
	text-transform: uppercase;
}

#speakers h4  {
	margin-top: -20px;
	font-size: 32px;
	font-weight: 700;
}

#speakers h4 span {
	display: block;
	position: relative;
	left: -40px;
	top: 10px;
	font-size: 20px;
	background: none;
	padding: 0;
}

#speakers img {
	width: 100%;
	max-width: 240px;
	border-radius: 50%; 
	border: 15px solid transparent; 
	box-shadow: 2px 2px 0px rgba(0,0,0, 0.18);
	transition: all 0.1s ease-in;
}
	
#speakers img:hover {
	border: 15px solid #3980C9;
	position: relative;
	z-index: 10;
	transition: all 0.1s ease-in;	
}

#speakers span {
	padding: 8px 20px;
	position: relative;
	top: -64px;
	left: -42px;
	display: inline-block;
	background: #232323;
	border-radius: 0 16px 16px 0;
	font-size: 16px;
}

/* Speaker/member Image Hover Effect */
.hover_img {
  display: none
}

.member-profile:hover .unhover_img{
  display: none;
}

.member-profile:hover .hover_img {
  display: block;
}

/* Social Networks Meta */
#speakers li {
	display: inline-block;
	padding: 0 6px; font-size: 18px;
}

#speakers li a {
	color: #ffffff; 
	transition: all 0.1s ease-in;
}

#speakers li a:hover {
	color: #F82462;
}

/* Rows fixing */
.row2 {
	display: none;
}

.row1 .col-md-3, .row2 .col-md-3 {
	padding-bottom: 40px;
}

/* Mobile Devices Optimization */
@media (min-width: 568px) and (max-width: 992px) {

	.row1 .col-md-3, .row2 .col-md-3 {
		display: inline-block;
		max-width: 50%;
	}

	#speakers img {max-width: 300px;}

}



/* FAQ section */
#faq{
	position: relative;
	background:#ffffff;
	color: #004784;
	padding-top: 30px;
	padding-bottom: 30px; 
}
#image-scrolls,#image-scrolls3{
	position: relative;
    background: #263143;
    color: #ffffff;
    padding-top: 8vw;
    padding-bottom: 8vw;
}
#image-scrolls2{
	position: relative;
	background: #232323;
    color: #ffffff;
	padding-top: 8vw;
    padding-bottom: 8vw;
}
.panel-group{
	margin-top: 30px;
}
.panel-heading:hover{
	cursor: pointer;
}
.panel-title{
	font-size: 20px;
	font-weight: 500;
}
.panel-title .fa{
	float: right;
}
.panel-default>.panel-heading, .panel-default{    
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ebf6ff 22%, #1879fd 100%) repeat scroll 0 0;
    color: #004784;
    border-color: #DEE1E7;
}
/* Newsletter section */
#newsletter{
    color: #004784;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
}
#mc_embed_signup{
	margin-top: 15px;
}
#mc_embed_signup_scroll{
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.mc-field-group{
	max-width: 300px;
	margin: auto auto;
}
.form-control:focus {
    border-color: #E66D99;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(230,109,153,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(230,109,153,.6);
}
#mce-EMAIL{
	margin-bottom: 5px;
}
.response{
    display: none;
}
.newsletter_submit{
    position: absolute; 
    left: -5000px;
}

/*Contact Form Section */

		
#contact {
    background-color: #263143;
    color: #ffffff;
    background-image: url("../img/map.png");
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
}
#contact h2{
	padding-bottom: 2vw;
}
#contact .form-group {
    margin-bottom: 25px;
}
#contact .form-group input,
#contact .form-group textarea {
    padding: 20px;
}
#contact .form-group input.form-control {
    height: auto;
}
#contact .form-group textarea.form-control {
    height: 236px;
}
#contact .form-control {
   	background-color: #263143;
   	color: #ffffff;
}
#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
#contact ::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
.gellary_bg_none img{
	width: 100%;
	height: 250px;
}
#contact :-moz-placeholder {
    /* Firefox 18- */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
#contact ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
#contact :-ms-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
#contact .text-danger {
    color: #e74c3c;
}

/* footer */
#footer{
	background: #232323;
    color: #004784;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 18px;
}

#footer a{
	color: #f82462;
}





