@charset "utf-8";

/* General Settings
================================= */
body{
	font-family: 'Montserrat', sans-serif;
	color: #888;	
	}
a,a:link,a:visited, a:hover, a:active, button, select, input, option{
	outline:none !important;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	}
*::-moz-selection{
    background: #594176;
    color: #fff;
    text-shadow: none;
}
*::selection {
    background: #594176;
    color: #fff;
    text-shadow: none;
}
.btn{
	font-size:16px;
	line-height: 24px;
	padding: 12px 25px;
	border-width: 2px;
	font-weight: 400;
	letter-spacing: 0.4px;
	border-radius: 26px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.btn-xs {
	border-width: 1px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-primary, .btn-primary:focus{
	border-color: #594176;
	background-color: #594176;
	color: #FFF;
}
.btn-primary:hover{
	border-color: #a663ac;
	background-color: #a663ac;
	color: #FFF;
}
.btn-default, .btn-default:focus{
	border-color: rgba(41, 41, 98, 0.2);
	background-color: #fcfcfc;
	color: rgba(41, 41, 98, 0.3);
}
.btn-default:hover{
	border-color: rgba(41, 41, 98, 0.2);
	background-color: #f4f4f7;
	color: rgba(41, 41, 98, 0.3);
}
.custom-container{
	padding-top: 0px;
	overflow: hidden;
    width: 100%;
}
.displaynone{
	display:none;
}
.h1{
	color: #555;
	font-size: 45px;
	font-weight: 800;
	line-height: 1.3;
	padding: 0px 0px 10px 0px;
	margin:0px;
	letter-spacing: 1px;
}
.h2{
	color: #555;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.2;
	padding: 0px 0px 10px 0px;
	margin:0px;	
	letter-spacing: 1px;
}
.h3{
	color: #555;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
	padding: 0px 0px 10px 0px;
	margin:0px;	
	letter-spacing: 1px;
}
.h4{
	color: #555;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	padding: 0px 0px 10px 0px;
	margin:0px;	
	letter-spacing: 1px;
}
.form-buttons{	
	margin-bottom: 15px;
}
.form-status{
	display:none;
	line-height:44px;
	}
.form-message{	
	display: none;
}	
iframe, audio{
	background:url(../images/loader.gif) center center no-repeat;
}
.text-white{
	color: #FFF;
}
.text-black{
	color: #5b5470;
}	
.bg-grey{
	background-color: #F8F8F8;
}
.bg-gradient{
	background-color: #7236db;
    background: -moz-linear-gradient(324deg, #4262d0, #7236db);
    background: linear-gradient(324deg, #4262d0, #7236db);
}
.bg-polygon{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.bg-polygon:before{
	content: "";
	width: 750px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 9% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
	opacity: 0.1;
	background-color: #FFF;
}
.text-bold{
	font-weight: bold;
}
.opacity-09{
	opacity: 0.9;
}
.lead {
    font-size: 20px;
}
.text-primary{
	color: #7236db;
}
.mb-none{
	margin-bottom: 0px;
}
.mb-sm{
	margin-bottom: 15px;
}
.mb-md{
	margin-bottom: 20px;
}
.font-size-16{
	font-size: 16px;
}
.form-control{
	border-color: #DDD;
	min-height: 52px;
	font-size: 15px;
	box-shadow: none !important;
}
.form-control:focus {
	border-color: #7236db;
}


/* Btn-loading
================================= */
.btn-loading {
    position: relative;
    color: transparent !important;
}
.btn-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-top-color: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.6s linear infinite;
}
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.btn:focus {
    box-shadow: none !important;
}


/* Section
================================= */
.section{
	position: relative;
	padding: 110px 0px 80px 0px;
}
.section-sm{
	position: relative;
	padding: 80px 0px 50px 0px;
}

		
/* Overlay Preloader
================================= */
#overlaypreloader {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    z-index: 10000;
    background-color: #FFF;
    color: #9b9b9b;
	padding-top:180px;
	font-size:11px;
	text-transform:uppercase;
	}
#overlaypreloader img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-bottom:10px;
	}	


/* Custom-navbar
================================= */
#custom-navbar{
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
	background-color: transparent;
	}
#custom-navbar .navbar-brand{
	text-indent:-1000px;
	}
#custom-navbar .navbar-header{
	position:relative;
	}
#custom-navbar .logo{
	position:absolute;
	left:0px;
	top:23px;
	z-index:2;
	}
#custom-navbar .navbar-nav > li > a {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.14px;
	color: #FFF;
	opacity: 0.8;
}
#custom-navbar .navbar-nav > li > a:hover{
	opacity: 1 !important;
}
#custom-navbar .navbar-nav > li.active > a{
	color: #FFF !important;
	opacity: 1 !important;
}
#custom-navbar .navbar-toggle {
    background-color: #FFF !important;
    color: #FFF !important;
    padding: 6px 11px;
    border-radius: 18px;
    color: #555 !important; 
}
#custom-navbar .btn-navbar{
	line-height: 36px;
    padding: 0px 20px;
    margin: 17px 8px 17px 8px;
    border-radius: 18px;
	color: #333 !important;
	background-color: #FFF;
	opacity: 1 !important;
}


/* Slider
================================= */
.slider{
	background: -webkit-linear-gradient(135deg, #1f3c59,#41729b,#364d7b,#594176,#a663ac);
	background: linear-gradient(135deg, #1f3c59,#41729b,#364d7b,#594176,#a663ac);
	text-align: center;
	padding-top: 150px;
	padding-bottom: 100px;
	color: #FFF;
}
.slider img{
	width: 70px;
	opacity: 0.7;
	margin-bottom: 15px;
}
.slider .title{
	font-size: 100px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 20px;
}
.slider .description{
	font-size: 16px;
	opacity: 0.7;
	margin-bottom: 30px;
}
.slider .btn{
	text-transform: uppercase;
	color: #333;
	background-color: #FFF;
	font-weight: 500;
	font-size: 16px;
	padding: 12px 35px;
	border-radius: 26px;
}


/* service
================================= */
.service{
	position: relative;
	text-align: center;
	background-color: #FFF;
	padding: 80px 30px 40px 30px;
	border-radius: 15px;
	margin: 60px 0px 40px 0px;
	box-shadow: 0 0 10px 1px rgb(71 85 95 / 8%);
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	min-height: 315px;
}
.service i{
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -40px;
	height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px rgb(71 85 95 / 8%);	
    font-size: 30px;
    color: #FFF;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
   	background: #594176;
}
.service .title{
	margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
    color: #555;
}
.service .description{
	font-size: 16px;
	margin-bottom: 25px;
}
.service:hover i{
    transform: rotateY(360deg);
}



/* animatedLabel
================================= */
.animatedLabel {
    position: relative;
}
.animatedLabel label {
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    padding: 14px 4px;
    margin: 0px 8px;
    top: 0px;
    left: 0px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
    margin-bottom: 0px;
    pointer-events: none;
}
.animatedLabel .form-control:focus + label,
.animatedLabel .form-control:not(:placeholder-shown) + label {
    transform: translateY(-50%);
    padding-top:0px;
    padding-bottom: 0px;
    font-size: 12px;
    color: #999;
    background-color: #FFF;
    border-radius: 4px;
}
.animatedLabel .form-control:focus + label{
 	color: #7236db;
}
.animatedLabel .form-control:focus {
    outline: none;
}
.animatedLabel .form-control::-webkit-input-placeholder {
    opacity: 0 !important;
}
.animatedLabel .form-control:-ms-input-placeholder {
    opacity: 0 !important;
}
.animatedLabel .form-control::-moz-placeholder {
	opacity: 0 !important;
}
.animatedLabel .form-control::placeholder {
    opacity: 0 !important;
}
.animatedLabel .form-control:focus::-webkit-input-placeholder,
.animatedLabel .form-control:focus:-ms-input-placeholder,
.animatedLabel .form-control:focus::-moz-placeholder,
.animatedLabel .form-control:focus::placeholder {
    opacity: 1 !important;
}
.animatedLabel .form-control:focus::-webkit-input-placeholder {
    opacity: 1 !important;
}
.animatedLabel .form-control:focus:-ms-input-placeholder {
    opacity: 1 !important;
}
.animatedLabel .form-control:focus::-moz-placeholder {
	opacity: 1 !important;
}
.animatedLabel .form-control:focus::placeholder {
    opacity: 1 !important;
}

		
/* Footer
================================= */
#footer{
	background: -webkit-linear-gradient(135deg, #1f3c59,#594176);
	background: linear-gradient(135deg, #1f3c59,#594176);
	color: #DDD;
	padding-top: 90px;
	padding-bottom: 5px;
}
#footer .logofooter{
	max-width: 100%;
	width: 120px;
	opacity: 0.95;
	margin-top: 20px;
	margin-bottom: 30px;
}
#footer .title{
	position: relative;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
#footer .title:before{
	content: "";
    top: -10px;
    display: block;
    left: 0px;
    height: 2px;
    width: 40px;
    background-color: #FFF;
    position: relative;
}
#footer .information{
	margin:0;
	padding: 0px;
	list-style: none;
}
#footer .information li{
	margin: 0px;
	color: #DDD;
	padding: 3px 0px;
}
#footer .information li i{
	color: #FFF;
	margin-right: 10px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;	
}
#footer .links-footer{
	margin:0;
	padding: 0px;
	list-style: none;
}
#footer .links-footer li{
	margin: 0px;
	padding: 0px;
}
#footer .links-footer li a{
	display: block;
	text-decoration: none;
	color: #DDD;
	padding: 3px 0px;
}
#footer .links-footer li a i{
	color: #FFF;
	margin-right: 10px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;	
}
#footer .links-footer li a:hover{
	color: #FFF;
}
#footer .links-footer li a:hover i{
	margin-right: 15px;
}


/* Back-to-top
================================= */
.back-to-top, .back-to-top:focus {
	position: fixed;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
    bottom: 15px;
    left: 15px;
    text-decoration: none;
    color: #FFF;
    background-color: #444;
    display: none;
    border-radius: 4px;
    z-index: 11;
	}
.back-to-top:hover{    
    background-color:#444;
	color:#FFF;
	}

	
/* Media Queries
================================= */
@media screen and (max-width: 1200px) {
	.slider .title{
		font-size: 80px;
	}
	.service{
		min-height: 380px;
	}
}
@media screen and (max-width: 992px) {
	.slider .title{
		font-size: 50px;
	}
	
}

@media screen and (max-width: 767px) {
	#custom-navbar .logo{
		left:15px;
	}
	.service{
		min-height: inherit;
		margin-bottom: 90px;
	}
	/* Dropdown Menu */
	#custom-navbar .navbar-collapse{
		margin-left: 0px;
		margin-right: 0px;
		border-radius: 4px;
		text-align: center;
	}
	.navbar-nav > li > .dropdown-menu {
	   -moz-animation:none;
	    -webkit-animation:none;
	    animation:none;
	}
	#custom-navbar .navbar-nav li a{
		color: #262525;
		}
	.navbar-default .navbar-collapse{
		background-color: #FFF;
	}
	.navbar-default .navbar-collapse::after {
	    position: absolute;
	    content: '';
	    display: block;
	    width: 0;
	    height: 0;
	    border-left: 8px solid transparent;
	    border-right: 8px solid transparent;
	    border-bottom: 8px solid #FFF;
	    right: 25px;
	    top: 67px;
	}
	#custom-navbar .btn-navbar{
		color: #FFF !important;
		background-color: #594176;
	}

}
@media screen and (max-width: 480px) {

}