/**
	* Template Name: Youmi Application Landing
	* Version: 1.0
	* Template CSS
	* Author: Youme Techworld
	* Author URI: http://www.youmetechworld.com/
**/

/* 	CSS INDEX
================================
  	1. SECTION FULL WIDTH SLIDER
  	2. SECTION ABOUT
	3. SECTION FEATURES
	4. SECTION SCREENSHOT
	5. SECTION PRICING
	6. SECTION REVIEW
    7. SECTION DOWNLOAD
  	8. SECTION CONTACT
	9. COMMON STYLES
================================
*/

abbr,acronym,address,applet,area,article,aside,audio,b,base,basefont,bdo,big,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup,datalist,dd,del,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,frame,frameset,head,header,h1,h2,h3,h4,h5,h6,hr,html,i,iframe,img,input,ins,kbd,label,legend,li,link,main,map,mark,meta,meter,nav,noscript,object,ol,optgroup,option,p,param,pre,progress,q,s,samp,script,section,select,small,source,span,strike,strong,style,sub,sup,table,tbody,td,textarea,tfoot,th,thead,time,title,tr,u,ul,var,video,wbr{
	font-family: 'Poppins', sans-serif;
}

a :hover , a:focus ,
* :hover , *:focus {
    outline: none;
    text-decoration: none;
}

html,
body {
    height: 100%;
}
body{
	margin:0px auto;
	padding:0px;
	font-size:14px;
	outline:none;
	font-family: 'Poppins', sans-serif;
	position: relative;
}
/* === Loading Animation === */
#layout-loading{
    background:#f4f3fd;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.loader-effect{
    width: 60px;
    height: 60px;
    left: 50%;
	position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.loader-effect::before,
.loader-effect::after {
    animation: 1.6s linear 0s normal none infinite running preloader-wave;
    background: #0d4cbd none repeat scroll 0 0;
    border-radius: 100px;
    content: "";
    height: 60px;
    position: absolute;
    width: 60px;
}
.loader-effect::after {
    animation-delay: -0.8s;
}
@keyframes preloader-wave {
    0% {
        opacity: 1;
        transform: scale(0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(1, 1);
    }
}


/*-----------------------------
	MAIN WRAP
-------------------------------*/
#wrap{
	width:100%;
	margin:0px auto;
	padding:0px;
	outline:none;
	height:100%;
	position:relative;
}

/*------------------------------------
	MAIN HEADER SECTION
--------------------------------------*/
#header{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    float: left;
}


.navigation{
	margin: 0 auto;
	padding:20px 0px;
	float:left;
	width:100%;
	transition: all 0.5s ease 0s;
	z-index:999;
}
.navigation .navbar{
	padding: 0px;
}
.brand-logo {
	padding:2px 0px;
}
.brand-logo p{
	text-decoration:none;
	color:#fff;
	float:left;
	font-size:30px;
	padding:0px;
	margin:0px;
	font-family: 'Poppins', sans-serif;
	font-weight:bold;
}
.nav-fixed .brand-logo p {
	color:#000000;
}
.top-nav{
	margin:0px auto;
	box-shadow:none;
	font-family: 'Poppins', sans-serif;
}
.top-nav ul{
	padding:0px;
}
.top-nav ul li{
	list-style-type:none;
}
.top-nav ul li a{
	text-decoration:none;
	color:#ffffff;
	font-size:18px;
	text-shadow:none;
	padding:10px 16px;
	display:block;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
.top-nav ul li a:focus, .top-nav ul li a:hover{
	color:#ffcc01;
}
.top-nav ul li a.active{
	color:#ffff00;
}
.navigation.nav-fixed{
	background:black;
	padding:14px 0px;
	box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -webkit-transition: box-shadow 0.35s ease-out, background-color 0.35s ease-out;
    transition: box-shadow 0.35s ease-out, background-color 0.35s ease-out;
	transition: all 0.5s ease 0s;
	position:fixed;
	z-index:999;
}
.nav-fixed .top-nav ul li a {
	color:#ffffff;
}
.nav-fixed .top-nav ul li a.active {
    color: #ffcc01 !important;
}
.nav-fixed .top-nav ul li a:focus, .nav-fixed .top-nav ul li a:hover{
	color:#ffcc01 !important;
}
#hero-gradient{
	background:linear-gradient(50deg, #221d84 0%, #0d4cbd 45%, #0ee0d8 100%);
	background: -webkit-linear-gradient(50deg, #221d84 0%, #0d4cbd 45%, #0ee0d8 100%);
	height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
#hero-gradient:after{
	position:absolute;
	background:url("../images/shape_default.png");
	content:"";
	width:100%;
	max-height:151px;
	height:100%;
	left:0px;
	right: 0px;
	bottom: 0px;
}
#hero-img{
	background:url('../images/overlay-image.jpg') center;
	height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
	position:relative;
}
#hero-img:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
   
    content: '';
}
#hero-img:after{
	position:absolute;
	background:url("../images/shape_default.png");
	content:"";
	width:100%;
	max-height:151px;
	height:100%;
	left:0px;
	right: 0px;
	bottom: 0px;
}
#hero-wave-bubble{
    background:#edeff7 url("../images/bg-layout-2.png") center;
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
}
#hero-wave-tiger{
    background:#edeff7 url("../images/bg-layout-3.png") center;
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
}
#hero-strip{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background: #edeff7;
}
#hero-strip:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transform: skewY(-11deg);
    transform: skewY(-11deg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    background: linear-gradient(50deg, #221d84 0%, #0d4cbd 45%, #0ee0d8 100%);
    background: -webkit-linear-gradient(50deg, #221d84 0%, #0d4cbd 45%, #0ee0d8 100%);
}
.hero-info{
	width: 100%;
}
.hero-info h1{
	font-size:60px;
	font-weight:800;
	margin-bottom:40px;
	color:#ffffff;
	font-family: 'Poppins', sans-serif;
	text-shadow:0px 1px 8px rgba(123, 141, 230, 0.40);
}
.hero-info p{
	font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8em;
}
.hero-image{
	max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    padding: 0px 0px 0px;
}
.hero-image img{
	width: 100%;
	height: auto;
}


@-webkit-keyframes action {
	0% { transform: translateY(0); }
	100% { transform: translateY(-10px); }
}
@keyframes action {
	0% { transform: translateY(0); }
	100% { transform: translateY(-10px); }
}
.hero-download-bottom{
	max-width:1200px;
	position:absolute;
	bottom:40px;
	right:0px;
	left:0px;
	text-align:center;
	margin:0px auto;
	z-index: 1;
}
.hero-download-bottom ul{
	margin:0px auto;
	padding:0px;
}
.hero-download-bottom ul li{
	list-style-type:none;
}
.hero-download-bottom ul li a{
    border-radius: 100px;
    color: #ffffff;
    font-size: 20px;
    padding:12px 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    transition: transform .2s linear,box-shadow .2s linear;

    background: linear-gradient(50deg, #221d84 0%, #0d4cbd 45%, #0ee0d8 100%);
    background: -webkit-linear-gradient(50deg, #221d84 0%, #0d4cbd 45%, #0ee0d8 100%);

}
.hero-download-bottom ul li a:hover,
.hero-download-bottom ul li a:focus{
	text-decoration:none;
	color: #ffffff;
   	background: #183bc6;
   	box-shadow: 0px 5px 9px #b5bac7;
   	-webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.hero-download{
	max-width:1200px;
	z-index: 1;
    margin-top: 40px;
}
.hero-download ul{
	margin:0px auto;
	padding:0px;
}
.hero-download ul li{
	list-style-type:none;
}
.hero-download ul li a{
    border-radius: 100px;
    color: #ffffff;
    font-size: 20px;
    padding:12px 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    transition: transform .2s linear,box-shadow .2s linear;
	border:2px solid #ffffff;
}
.hero-download ul li a:hover,
.hero-download ul li a:focus{
	text-decoration:none;
	color: #000000;
   	background: #ffffff;
   	-webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

/*------------------------------------
	MAIN CONTENT SECTION
--------------------------------------*/
#content{
	width:100%;
	margin:0px auto;
	padding:0px;
	float:left;
}
/*------------------------------------
	SECTION ABOUT
--------------------------------------*/
#about{
	margin:0px auto;
	width:100%;
	float:left;
	height:100%;
	background:#edeff7;
}
.about-info{
	text-align:left;
	margin-top:40px;
}
.about-info h2{
	font-weight:700;
    font-size: 48px;
    margin-bottom: 20px;
    color: #02143a;
}
.about-info p {
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 1.8em;
}
.about-screen {
	position: relative;
	width: 100%;
	max-width: 380px;
	overflow: hidden;
	z-index: 100;
	margin:0px auto;
}
.about-screen  img{
	width:100%;
	height:100%;
}
.about-screen:before{
	position: absolute;
    content: '';
    background: #f5f5f9;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    z-index: -1;
    box-shadow: 4px 5px 20px 1px #e8ecfd;
}
/*.download-btn ul{
	margin-top:30px;
	padding:0px;
}
.download-btn ul li{
	list-style-type:none;
}
.download-btn ul li a{
	border-radius: 100px;
    color: #ffffff;
    font-size: 20px;
    padding: 12px 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    transition: transform .2s linear,box-shadow .2s linear;
}
.download-btn ul li a:hover,
.download-btn ul li a:focus{
    text-decoration: none;
    color: #ffffff;
    background: #221d84;
    box-shadow: 0px 5px 9px #b5bac7;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}*/
.about-btn ul{
	margin-top:30px;
	padding:0px;
}
.about-btn ul li{
	list-style-type:none;
}
.about-btn ul li a{
    font-size: 20px;
    padding: 12px 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    transition: transform .2s linear,box-shadow .2s linear;
	border-radius:100px;
}
.about-btn ul li a:hover,
.about-btn ul li a:focus{
    text-decoration: none;
    color: #ffffff;
    background: #183bc6;
    box-shadow: 0px 5px 9px #b5bac7;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.btn-border ul li a{
	border:2px solid #183bc6;
	color:#183bc6;
}
.btn-gradient ul li a{
	background: linear-gradient(50deg, #221d84 0%, #0d4cbd 45%, #0ee0d8 100%);
    background: -webkit-linear-gradient(50deg, #221d84 0%, #0d4cbd 45%, #0ee0d8 100%);
	color:#ffffff;
}
/*------------------------------------
	END SECTION ABOUT
--------------------------------------*/

/*------------------------------------
	SECTION FEATURES
--------------------------------------*/
#features{
	margin:0px auto;
	width:100%;
	float:left;
	background:#f5f7fb;
	position:relative;
}
.feature-item{
	margin-top:75px;
}
.feature-list{
	padding:10px 20px;
	margin-bottom:20px;
	border-radius:8px;
    transition: transform .2s linear,box-shadow .2s linear;
	background:rgba(255, 255, 255, 0.95);
	box-shadow: 5px 7px 12px rgba(164, 180, 197, 0.15);
}
.feature-list:hover{
	transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    box-shadow:0px 17px 25px rgba(142, 150, 189, 0.15);
	background: #ffffff;
}
.feature-icon{
	width: 90px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.feature-icon span{
	color: #0d4cbd;
    font-size: 28px;
}
.feature-detail{
	margin:0px auto;
	text-align:left;
}
.feature-detail h3{
    font-size: 22px;
    color: #0d4cbd;
    font-weight: 600;
}
.feature-detail p{
	color:#333333;
	font-size:18px;
}
.feature-img{
	position: relative;
	width: 100%;
	max-width: 380px;
	overflow: hidden;
	z-index: 100;
	margin:0px auto;
}
.feature-img img{
	width:100%;
}
.feature-img:before {
	position: absolute;
    content: '';
    background:#ffffff;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    z-index: -1;
    top: 50px;
}
/*------------------------------------
	END SECTION FEATURES
--------------------------------------*/

/*------------------------------------
	SECTION SCREENSHOT
--------------------------------------*/
#screenshot{
    margin: 0px auto;
    width: 100%;
    float: left;
    height: 100%;
    background: #edeff7;
}
.snap-item{
	position:relative;
	width:100%;
	margin-top:20px;
}
.snap-item:before{
   	left: 50%;
    position: absolute;
    background: #f4f6fb;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: '';
    width: 450px;
    height: 450px;
	border-radius: 460px;
    box-shadow: 0px 0px 50px #b3b4ce;
}
.snap-item .owl-item .item img{
    opacity: 0.1;
    -webkit-transform: scale(0.80);
    transform: scale(0.80);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
	border-radius: 10px;
    box-shadow: 0px 0px 50px #b0aec3;
}
.snap-item .owl-item.active.center img {
    opacity: 1;
    transition: 0.2s all;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(129, 127, 195, 0.2);
    box-shadow: 0px 10px 40px 0px rgba(129, 127, 195, 0.2);
}
.snap-item   .owl-nav .owl-prev {
	background: #ffffff;
    border-radius: 100px;
    margin: 0px;
    opacity: 0.9;
    line-height: 55px;
    position: absolute;
    left: 12px;
    width: 55px;
    height: 55px;
    top: 45%;
    box-shadow:0px 3px 60px rgba(62, 63, 95, 0.2);
}
.snap-item  .owl-nav  .owl-next {
    background: #ffffff;
    border-radius: 100px;
    margin: 0px;
    opacity: 0.9;
    line-height: 55px;
    position: absolute;
    right: 12px;
    width: 55px;
    height: 55px;
    top: 45%;
    box-shadow:0px 3px 60px rgba(62, 63, 95, 0.2);
}
.snap-item .owl-nav .owl-prev:before{
	color: #000000;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 24px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    font-weight: bold;
}
.snap-item .owl-nav .owl-next:before{
	color: #000000;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 24px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    font-weight: bold;
}
.snap-item  .owl-nav .owl-prev:hover,
.snap-item  .owl-nav  .owl-next:hover{
	background: linear-gradient(50deg, #221d84 0%, #0d4cbd 45%, #0ee0d8 100%);
    background: -webkit-linear-gradient(50deg, #221d84 0%, #0d4cbd 45%, #0ee0d8 100%);
	color:#ffffff;
}
.snap-item .owl-nav .owl-next:hover::before,
.snap-item .owl-nav .owl-prev:hover::before{
	color:#ffffff;
}
/*------------------------------------
	END SCREENSHOT FEATURES
--------------------------------------*/

/*------------------------------------
	SECTION PRICING DONE
--------------------------------------*/
#pricing{
	background:#f5f7fb;
	width:100%;
	margin:0px auto;
    border-color: #ecf0f7;
	float:left;
}
.pricing-item{
	display: block;
	padding:30px 50px;
	background: #ffffff;
	position: relative;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin-top:35px;
	z-index:9;
}
.pricing-item:before{
	position: absolute;
    content: '';
    background: #feffff;
    max-width: 341px;
    max-height: 480px;
    border-radius: 100% 10% 0px 100%;
    z-index: -1;
    top: -30px;
    width: 100%;
    height: 100%;
    box-shadow: -19px -22px 47px #eef0f7;
}
.pricing-inner{
	padding-left:80px;
}
.pricing-item h3 {
	margin-bottom: 14px;
    color: #0d4cbd;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}
.pricing-item h4 {
	color: #0d4cbd;
	font-weight:bold;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	margin-bottom:22px;
}
.pricing-item ul {
	display: block;
	margin:0px auto;
	padding:0px;
}
.pricing-item ul li {
	margin-bottom: 10px;
	list-style: none;
	font-size:18px;
    color: #131212;
    font-weight: 400;
}
.price-btn ul{
	margin:20px 0px 0px 0px;
	padding:0px;
}
.price-btn ul li{
	list-style-type:none;
}
.price-btn ul li a{
	padding:10px 40px;
	border-radius:100px;
	display: inline-block;
    transition: transform .3s linear,box-shadow .3s linear;
	font-size:18px;
	font-weight:700;
	text-transform: uppercase;
}
.price-btn ul li a:hover, .price-btn ul li a:focus{
	-webkit-transform: translateY(-6px);
    transform: translateY(-6px);
	background:#183bc6;
	color:#ffffff;
}
/*------------------------------------
	SECTION PRICING DONE
--------------------------------------*/
/*------------------------------------
	SECTION REVIEW
--------------------------------------*/
#reviews{
	position:relative;
	width:100%;
	height:100%;
	float:left;
	background:#edeff7;
}
#parent-section{
    padding: 30px 0px;
    margin: 0px auto;
    width: 100%;
    z-index: 10;
    position: relative;
}
.feedback{
	margin:0px auto;
	max-width:800px;
	background: #ffffff;
	border-radius: 10px;
	padding:20px 15px;
	border: 1px solid #f0f4f7;
	-webkit-box-shadow:6px 7px 28px #e6e9f1;
    box-shadow:6px 7px 28px #e6e9f1;
}
.feedback .user-image{
	border-radius: 100px;
  	font-size: 24px;
  	height: 100px;
  	line-height: 100px;
  	margin: 0px auto auto;
  	overflow: hidden;
  	width:100px;
}
.feedback .user-image img {
  	vertical-align: top;
    width: 100%;
		height: 100%;
    border: 1px solid #e6e8ea;
	background:#e6e8ea;
    border-radius: 100px;
}
.feedback .user-message {
  	font-size: 16px;
    text-align: left;
    color: #000000;
    position:relative;
}
.feedback .user-message p{
	margin:0px auto;
	text-align:center;
}
.feedback .user-name {
  	font-weight:600;
  	margin-top:15px;
	text-align:center;
    color: #052765;
    font-size: 18px;
}
.feedback .company-info {
  	font-size: 14px;
	text-align:center;
	font-weight:500;
	color:#000000;
}
.feedback  .rating{
	text-align:center;
	margin: 12px 0px;
}
.feedback  .rating ul{
	margin:0px auto;
	padding:0px;
}
.feedback  .rating ul li{
	list-style-type:none;
	display:inline-block;
}
.feedback  .rating ul li span{
	font-size:16px;
	padding:0px 1px;
	color:#ffa500;
}
.snap-review   .owl-nav .owl-prev {
    background: #f5f7fb;
    border-radius: 100px;
    margin: 0px;
    opacity: 0.9;
    line-height: 55px;
    position: absolute;
    left: 12px;
    width: 55px;
    height: 55px;
    top: 40%;
    box-shadow:0px 3px 60px rgba(62, 63, 95, 0.2);
}
.snap-review  .owl-nav  .owl-next {
    background: #f5f7fb;
    border-radius: 100px;
    margin: 0px;
    opacity: 0.9;
    line-height: 55px;
    position: absolute;
    right: 12px;
    width: 55px;
    height: 55px;
    top: 40%;
	box-shadow:0px 3px 60px rgba(62, 63, 95, 0.2);
}
.snap-review .owl-nav .owl-prev:before{
	color: #052467;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 24px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    font-weight: bold;
}
.snap-review .owl-nav .owl-next:before{
	color: #052467;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 24px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    font-weight: bold;
}
.snap-review .owl-item{
	padding: 15px;
}
.snap-review .owl-item.active{
	opacity:0.6;
    -webkit-transform: scale(0.90);
    transform: scale(0.90);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.snap-review .owl-item.center{
	opacity:1;
	transition: 0.2s all;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.snap-review  .owl-nav .owl-prev:hover,
.snap-review   .owl-nav  .owl-next:hover{
	background: linear-gradient(50deg, #221d84 0%, #0d4cbd 45%, #0ee0d8 100%);
    background: -webkit-linear-gradient(50deg, #221d84 0%, #0d4cbd 45%, #0ee0d8 100%);
	color:#ffffff;
}
.snap-review  .owl-nav .owl-next:hover:before,
.snap-review  .owl-nav .owl-prev:hover:before{
	color:#ffffff;
}
/*------------------------------------
	END SECTION REVIEW
--------------------------------------*/

/*------------------------------------
	SECTION DOWNLOAD
--------------------------------------*/
#download{
	background:#f5f7fb;
	margin:0px auto;
	width:100%;
	margin:0px auto;
	position:relative;
}
.addon-download{
	margin:0px auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
.addon-download ul{
	margin:0px auto;
	padding: 0px;
}
.addon-download ul li{
	list-style-type: none;
	display: inline-block;
}
.addon-download ul li a{
    color: #ffffff;
    max-width: 260px;
    width: 100%;
	font-size: 20px;
    border-radius: 100px;
    margin: 8px 18px;
    display: inline-block;
    box-shadow: 0px 3px 20px rgba(181, 186, 197, 0.50);
    transition: transform .3s linear,box-shadow .3s linear;
    padding: 10px 22px;
}
.addon-bg ul li a{
	border:2px solid #183bc6;
	color:#183bc6;
	box-shadow:none;
}
.addon-download ul li a span{
	font-size:16px;
}
.download-icon {
	float: left;
	width: 50px;
	height: 50px;
	margin-right:15px;
}
.download-icon > i{
    font-size: 30px;
    line-height: 50px;
    height: 50px;
}
.download-text{
	float:left;
	text-align:left;
	line-height:1.1em;
}
.download-text p{
	font-weight:bold;
	font-size:16px;
	margin:0px auto;
	text-transform:uppercase;
}
.addon-download ul li a:hover{
	background:#183bc6;
	color:#ffffff;
	-webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
/*------------------------------------
	END SECTION DOWNLOAD
--------------------------------------*/

/*------------------------------------
	SECTION CONTACT
--------------------------------------*/
#contact{
	/*background:#001231;*/
	background:#e6e8ef;
	width:100%;
	margin:0px;
	height:100%;
	position:relative;
}
.address-bar{
	padding:0px;
	width:100%;
	float:left;
}
.address-inner{
	width: 100%;
    margin-bottom: 20px;
    float: left;
    min-height: 265px;
    padding: 0px 30px;
    border-radius: 4px;
}
.address-inner h3{
	color:#000000;
	font-size:24px;
	margin:0px 0px 30px 0px;
    font-weight: 600;
}
/*.address-inner h3:after{
	border-bottom: 3px solid;
    content: "";
    display: block;
    width: 20px;
    margin: 0px 0px 14px;
    padding-top: 14px;
}*/
.address-inner a{
	color:#454545;
}
.address-inner a:hover, .address-inner a:focus{
	text-decoration:none;
}
.address-inner p{
	font-size:18px;
	margin-bottom:22px;
	color:#454545;
}
.form-input{
	background-color: transparent;
	box-shadow: none !important;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    border-color:#f6f5f9;
    color: #000000;
    height: auto;
    padding: 14px 20px;
    background: #f6f5f9;
    font-size: 18px;
    border-radius: 4px;
}
.form-input:focus{
	border-color:#ffffff;
  	border-width:1px;
	box-shadow:0 0 15px 1px rgba(0, 0, 0, 0.80);
	background-color:#ffffff;
	color: #000000;
}
.btn-contact{
    background: linear-gradient(50deg, #221d84 0%, #0d4cbd 45%, #0ee0d8 100%);
    background: -webkit-linear-gradient(50deg, #221d84 0%, #0d4cbd 45%, #0ee0d8 100%);
    border: none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 18px;
	font-weight:600;
    padding: 15px 40px;
    margin-bottom: 15px;
    opacity: 1 !important;
}
.btn-contact:hover, .btn-contact:focus{
	background:#183bc6;
	color: #ffffff;
	box-shadow:none;
}
.btn-contact-bg{
    border:2px solid #183bc6;
    border-radius: 100px;
    color: #183bc6;
    font-size: 18px;
    padding: 15px 40px;
    margin-bottom: 15px;
	font-weight:600;
    opacity: 1 !important;
}
.btn-contact-bg:hover, .btn-contact-bg:focus{
	background:#183bc6;
	color: #ffffff;
	box-shadow:none;
}
.social-icons{
	text-align:left;
	line-height:40px;
}
.social-icons ul{
	margin:0px auto;
	padding:0px;
}
.social-icons ul li {
	list-style-type: none;
	display: inline-block;
}
.social-icons ul li a{
	border-radius: 100px;
	color: #454545;
	display: block;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	width: 35px;
	text-align:center;
	background:#e0e0e0;
}
.social-icons .facebook:hover{
	background:#3b5998;
	color:#ffffff;
}
.social-icons .twitter:hover{
	background:#00aced;
	color:#ffffff;
}
.social-icons .google-plus:hover{
	background:#dd4b39;
	color:#ffffff;
}
.social-icons .linkedin:hover{
	background:#007bb6;
	color:#ffffff;
}
.social-icons .youtube:hover{
	background:#cb2027;
	color:#ffffff;
}
.social-icons .skype:hover{
	background:#00acec;
	color:#ffffff;
}
/*------------------------------------
	END SECTION CONTACT
--------------------------------------*/

/*------------------------------------
	SECTION FOOTER
--------------------------------------*/
#footer{
	margin: 0px auto;
    width: 100%;
    padding: 10px 0px;
    background:#e6e8ef;
    float: left;
	border-top: 1px solid #d5d7de;
}
.footer-logo{
	text-align:left;
	 float: left;
}
.footer-logo p{
	font-weight: bold;
    color: #454545;
    font-size: 28px;
    margin: 0px;
	padding:6px 0px;
}
.footer-logo a:hover,
.footer-logo a:focus{
	text-decoration:none;
}
.copyright{
	text-align:right;
	padding:12px 0px;
	font-family: 'Poppins', sans-serif;
}
.copyright p{
    margin: 0px auto;
    padding: 0px;
    color: #454545;
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 500;
}
/*------------------------------------
	END SECTION FOOTER
--------------------------------------*/

/*-----------------------------
	COMMON CSS
-------------------------------*/
#about, #features, #screenshot, #download, #pricing, #reviews, #faq, #contact{
	padding:75px 0px;
	margin:0px auto;
	width:100%;
	float:left;
}
.container-auto{
	max-width:1260px;
	width:100%;
	margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page-title{
	width:100%;
	margin-bottom:40px;
	padding:0px;
	display:block;
}
.page-title h2{
	padding-bottom:10px;
	text-align:center;
	font-weight:700;
	position:relative;
	font-size: 48px;
}
.page-tagline p{
	text-align: center;
    font-size: 20px;
    letter-spacing: 0.3px;
    color: #02143a;
    font-weight: 500;
}
.white{
	color:#ffffff;
}
.white p{
	color:#ffffff;
}
.blue{
	color:#02143a;
}
.blue h2{
	color:#02143a;
}
/*-----------------------------
	BOOTSTRAP CSS
-------------------------------*/
