@font-face{font-family:"Montserrat";src:url(fonts/Montserrat/Montserrat-Medium.ttf);}
@font-face{font-family:"MontserratRegular";src:url(fonts/Montserrat/Montserrat-Regular.ttf);}
@font-face{font-family:"SourceSansPro";src:url(fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf);}

@font-face{font-family:"FontAwesome";font-style:normal;font-weight:900;font-display:auto;src:url(fonts/fa-solid-900.ttf);}

body, html{
	font-family:Montserrat;
	color:#060606;
	font-size:14px;
}
a:hover{
	text-decoration:none;
	color:#105391;
}
a{	
	color:#060606;
}

a, span, button, input, select, .child, li, .dropdown-menu,.features .item{
	transition: 0.3s;
}
.blue-heading{
	color:#38275D;
	font-weight:600;
}
.error{
	color:red;
}
section{
	padding-top:50px;
	padding-bottom:50px;	
}

.mobile-only{
	display:none!important;	
}
.middle-align{
	display:table;
	height:100%;	
}
.middle-align .child{
	display:table-cell;	
	vertical-align: middle;
}
.btn{
	padding: 5px 25px;
    text-transform: uppercase;
	box-shadow:none!important;
	border:1px solid transparent;
	display:inline-block;
}

.btn-primary{
	background:#105391;
	border-color:#105391;
}
.btn-primary:hover{
	background:transparent;
	color:#105391;
}
.btn-primary-o{
	border-color:#105391;
	background:transparent;
	color:#105391;
}
.btn-primary-o:hover{
	background:#105391;
	color:#fff;
}
.btn-white-o{
	border-color:#fff;
	background:transparent;
	color:#fff;	
}
.btn-white-o:hover{
	background:#fff;
	color:#105391;
}


/*Header*/
.top-bar{
	background: #a23377;
	width:100%;
	padding: 5px 0px;	
}
.top-bar a{
	color:#fff;	
}
.top-bar a:nth-child(2){
	float:right;
}
.top-header{
	padding:15px 0px 13px;
	border-bottom: 1px solid #d8d6d6;
	position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}
.top-header .brand-section{
	text-align:center;	
}
.navbar-brand{
	padding: 0px;
}
.navbar-brand svg{width: 210px;}
.navbar-nav{margin-top: 2px;}

.nav-item a{
	display: inline-block;
	padding: 10px 10px 0;
	line-height: 1;
}
.nav-item a.active{color: #105391;font-weight: 700;}
.nav-item:first-child a{
	padding-left:0px;
}

.top-header .right{
	text-align:right;
	margin-top: 3px;
}



.loading{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255, 0.3);
	text-align: center;
	vertical-align: middle;
	z-index: 99999;	
}
.loading-circle {
	border: 4px rgba(54,126,176, 0.25) solid;
	border-top: 4px #367EB0 solid;
	border-radius: 50%!important;
	-webkit-animation: spCircRot .6s infinite linear;
	animation: spCircRot .6s infinite linear;
	width: 80px;
	height: 80px;
	clear: both;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
}
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.light-grey-bg{
	background-color:#FBFBFB;
}
.carousel-control-prev-icon{
    background-image: url('../images/arrow-left.png');
}
.carousel-control-next-icon{
    background-image: url('../images/arrow-right.png');
}
.carousel-control-prev{
	-ms-flex-align: left;
    -ms-flex-pack: left;
    justify-content: flex-start;
	opacity: 1;	
}
.carousel-control-next{
	-ms-flex-align: right;
    -ms-flex-pack: right;
    justify-content: flex-end;
	opacity: 1;	
}
.push-left{
	margin-left: -100px;
    margin-right: 50px;
	z-index: 9;
}
.push-right{
	margin-right: -100px;
    margin-left: 50px;
	z-index: 9;
}
p:last-child{
	margin-bottom:0px;
}
.features{
	margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
    width: 100%;
}
.features .item{
	display: table-cell;
    float: none;
    text-align: center;
    width: 100%;
}
.features .item .img{
	background-color: #a23377;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 9px;
    min-width: 50px;
	margin-right: 10px;
    display: inline-block;
	background-image:url('../images/icon-spreadsheet.png');
	background-repeat:no-repeat;
	background-size: 220px;
    background-position-y: center;
}
.features .item .img.secure{
	background-position-x:-1px;
}
.features .item .img.access-control{
	background-position-x:-44px;
}
.features .item .img.stock-report{
	background-position-x:-84px;
}
.features .item .img.referral{
	background-position-x:-128px;
}
.features .item .img.reporting{
	background-position-x:-167px;
}



.features .item:hover .img{
	background-color: #105391;
}
.features .item:hover .content{
	color: #105391;
}
.features .item:last-child{
	padding-right: 0px;
}
.features .item .content{
	line-height: 1;
    margin-top: -40px;
    vertical-align: middle;	
    display: inline-block;
}
.pricing{
	padding-top:50px;
}
.pricing > div{
	padding:0px 30px;
}
.pricing .item{
	background-color:#FAFAFA;
	padding:35px;
	box-shadow: 0px 0px 3px 0px #939191;
    border-radius: 7px;
	height: 100%;
	position:relative;
}
.pricing .item h3{
	
}
.pricing .item h5{
	width: 80%;
    margin: auto;
    min-height: 63px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.pricing .item .price{
	font-size:62px;
	font-weight:600;
	line-height:1;
	margin: 20px 0px 25px;
}
.pricing .item .price span{
	display:block;
	line-height:1;
	font-size:16px;	
	font-weight:normal;
}
.pricing .item ul{
	list-style:none;
	margin: 40px 0px;
	text-align: left;
	margin-bottom: 90px;
}
.pricing .item ul li{
	margin-bottom:20px;
}
.pricing .item ul li:before {
    background: url(../images/check.png) no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    margin-right: 15px;
    margin-bottom: -7px;
}
.pricing .item .actions{
	width: 100%;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
	text-align:center;
}
.pricing .item .btn{
	width: 85%;
    padding: 12px;
    font-weight: 600;
    font-size: 18px;
	border-radius: 8px;
}
.contact-section{
	background-image:url('../images/contact-bg.jpg');
	color:#fff;
	text-align:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.contact-section h4{
	color:#fff;
}
.fb-manager h1{
	font-size: 1.5rem;
}
.contact-section form{
	max-width:450px;
	margin:auto;
	margin-top: 20px;
	position: relative;
}
.form-control{
	background-color:#fff;
	height: 42px;
    border-radius: 5px;
	box-shadow:none!important;
	color:#060606;
	border: 0px;
}
.contact-section .form-group label.error{
	color:#fff;
	text-align:left;
	margin-top: 5px;
    margin-bottom: 0px;
    display: block;color: red
}
.contact-section .btn{
	min-width: 55%;
    padding: 5px;
}

textarea.form-control{
	min-height:90px;
}
.footer{
	background:#FCF5FC;
}
.footer svg{margin-left: -2px;width: 210px;}
.footer-bar{
	background:#105391;
	padding: 12px 0px;
}

.footer-bar h5{color:#fff;display: inline-block;margin-bottom: 0;line-height: 31px;}
.footer-bar button{display: inline-block;float: right;padding: 4px 20px;}
.social-icons{
	margin-top: 20px;
}
.social-icons a{
	height:35px;
	width:35px;
	background-image:url('../images/social-media.png');
	background-repeat:no-repeat;
	display:inline-block;
	margin-right: 7px;
}
.social-icons a.twitter{
    background-position-x: -45px;
}
.social-icons a.instagram{
    background-position-x: -89px;
}
.social-icons a.pinterest{
	background-position-x: -135px;
}
.footer ul{
	list-style:none;
	padding-left:0px;
	margin-top: 20px;
}

.footer ul li{
	margin-bottom: 15px;
}
.footer .signup{
	padding-left:30px;
}
 .signup h5{
	font-weight:600;
}
.footer .input-group.search{
	max-width: 350px;
    margin-top: 10px;
}
.footer .input-group.search label.error{
	position: absolute;
    bottom: -30px;
    left: 5px;
}
.footer .input-group.search button{
	background:#105391;
	border:0px;
	box-shadow:none;
	color:#fff;
	padding: 0px 25px;
}

 .input-group.search input{
	height:42px;
	border:0px;
	box-shadow:none!important;
}
.footer small{
	font-size:94%;
}
.footer .copyright{
	background:#fff;
	padding: 15px;
    text-align: center;
    line-height: 1;
}
.footer .copyright a{
	color:#105391;
	font-weight:600;
}
.theme-modal{
	text-align:center;
}
.theme-modal .modal-content{
	background-color:#FAECFB;
}
.modal .close{
	opacity:1;
	float: none;
	padding: 7px;
    text-align: right;
    display: block;
}
.theme-modal  .modal-header{
	display: block;
	border: 0;
	padding-bottom: 0;
}
.theme-modal  .modal-body{
	padding: 2rem;
}

.theme-modal  .modal-header h3, .theme-modal .modal-header p{
	font-weight:600;
	text-align:center;
}
.modal .close span{
	background: #EA84F1;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 1;
    border-radius: 50%;
    padding: 1px;
    text-shadow: none;
    text-align: center;
}

.navbar-collapse .close-menu{
	display: none;
}

.theme-modal .modal-body{padding: 1rem 2rem 1.2rem;}

.message{position: relative;text-align: left; border: 1px solid #000;width: 100%;border-radius: 5px;padding: 10px 10px 10px 60px;}
.message.error{background: rgba(248,69,69,0.3);border-color: #f84545;}
.message.success{background: rgba(53,183,41,0.3); border-color: #35b729;}
.message.error:before{ position: absolute;left: 10px;content: '';width: 40px;height: 40px;background: url('../images/error.png');background-size: 100% 100%;}
.message.success:before{position: absolute;left: 10px;content: '';width: 40px;height: 40px;background: url('../images/success.png');background-size: 100% 100%;}
.theme-modal .message.success{border-color: #35b729;background: #fff; color: #35b729;}
.theme-modal .message.error{border-color: #f84545;background: #fff; color: #f84545;}
.theme-modal .Messagespan{margin-bottom: 15px;}
#news-letter-form .Messagespan{width: 100%;margin-top: 10px;}
#news-letter-form .message{min-height: 60px;padding-right: 30px;}
@media (max-width:768px) {
	.features {
		display: block;
	}
	.features .item {
		padding-right: 0px;
		margin-bottom: 0px;
		width: 19%;
		display: inline-block;
	}
	.features .item .img{
		display: block;
		margin: 0 auto;
		margin-bottom: 25px;

	}
	.features .item .content {
		padding-top: 17px;
	}
	.mobile-only{
		display:inherit!important;
	}
	
	.navbar-nav {
		display: flex;
	}
	.navbar-toggler{
		display:block;
		font-size: 20px;
		border: 3px solid #fff;
		border-radius: 50%;
		line-height: 1;
		width: 40px;
		height: 40px;
		text-align: center;
		padding: 0px;
		margin-top: 0px;
		outline:none!important;	
	}
	.navbar-collapse{
		width: auto;
		background:#fff;
		position: fixed;
		left: 0;
		right: auto;
		z-index: 99;
		top: 0px;
		bottom:0px;
		box-shadow: 0.5px 1px 6px 0px #939191;
		height:100vh;
		width: 0%;
		display: block !important;
		overflow: hidden;
		transition: 500ms;
	}
	.navbar-collapse.show{
		width: 100%;
		transition: 500ms;
	}
	.nav-item:first-child a{
		padding-left: 20px;
		display: block;
	}
	.nav-item a{
		padding:20px 20px;
		display: block;
		text-align: left; 
		font-size: 20px;
		font-weight: 700;
	}
	.navbar-collapse .close-menu {
	    display: none;
	    position: absolute;
	    z-index: 999999;
	    font-size: 26px;
	    margin: 0 auto;
	    width: 40px;
	    height: 40px;
	    border: 1px solid;
	    padding: 0;
	    line-height: 36px;
	    text-align: center;
	    border-radius: 50%;
	    top: 20px;
	    right: 20px;
	}
	.navbar-collapse.show .close-menu{display: block;}
	.navbar-nav{
		position: relative;
	    margin-top: 50px;
	}
	.nav-right .nav-item a{
		color:#fff;
	}
	.nav-right li a {
		padding: 5px;
	}
	.navbar-toggler-icon{
		height: auto;
	}
	.navbar-nav li:hover a{
		color:#fff;
	}
	.navbar-nav li:hover a img{
		color:#fff;
		filter:brightness(0) invert(1);	
	}	
	.push-right {
	    margin-right: -50px;
	    margin-left: 30px;
	}
	.push-left {
	    margin-left: -50px;
	    margin-right: 30px;
	}
	.pricing .item ul{
		padding-left: 0;
	}
	.social-icons a{
		height: 32px;
    	width: 32px;
    	margin-right: 2px;
	}
	.top-header{
		position: fixed;
		width: 100%;
	}
	body{padding-top: 69px;}
	.top-header .col-2{
		position: absolute;
		right: 0;
		width: 70px;
	}
	
	.top-header .col-md-3 {
	    -ms-flex: 0 0 33%;
	    flex: 0 0 33%;
	    max-width: 33%;
	}
	.top-header .brand-section{
		text-align: left;
	}
	.navbar-expand-lg{width: 40px;float: right;}
	.top-bar{
		position: fixed;
		bottom: 0;
		z-index: 999;
		padding: 0;
	}
	.desktop-only{display: none;}
	.top-bar .container{
		max-width: 100%;margin: 0;padding: 0;display: flex;
	}
	.top-bar a{
		flex: 0 0 50%;
		text-align: center;
		font-size: 26px;
		padding: 10px 0;
	}
	.top-bar a:last-child{background: #105391;}
	.top-bar a i{margin-right: 10px;}
	.footer{
		padding-bottom: 59px;
	}
	.footer-bar{
		text-align: center;
		padding-bottom: 18px;
	}
	.nav-item a:hover, .nav-item a:focus{color: #105391 !important}
	.footer-bar button{
		float: none;
		margin-top: 10px;
	}
	.contact-section{padding-bottom: 20px;}
	.theme-modal .modal-body{padding-bottom: 15px;}
	.footer .copyright{line-height: 22px;}
}


@media (max-width:575px) {
	body{padding-top: 115px;}
	.top-header .col-md-3{
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.top-header .col-md-3 .btn{
		width: 100%;
		margin-top: 10px;
	}
	.fb-manager .col-md-6:first-child{order: 2;text-align: center;}
	section{padding-top: 30px;padding-bottom: 30px;}
	.features .item{width: 32.5%;margin-bottom: 15px;}
	.features .item:nth-child(04){width: 49%;margin-bottom: 0;}
	.features .item:last-child{width: 50%;margin-bottom: 0;}
	.push-left{margin: 0;}
	.push-right{margin: 0;order: 2;}
	.carousel .carousel-item{text-align: center;}
	.img-fluid{width: 70%;margin: 0 auto;display: block;}
	.navbar-brand .img-fluid{margin-left: 0;margin-top: 5px;}
	.carousel .carousel-item .middle-align .child{margin-top: 15px;padding: 0 30px;display: block;}
	.footer{text-align: center;}
	.footer ul{margin-top: 0;}
	.social-icons{margin-bottom: 20px;}
	.pricing{padding-top: 30px;display: block;}
	.pricing .col-md-6:first-child .item{margin-bottom: 30px;}
	.navbar-toggler{height: 30px;}
	.carousel-control-next, .carousel-control-prev{z-index: 99;}
}


#loader{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
}

.spinner {
  width: 100px;
  height: 102px;
  border-radius: 100%;
  position: absolute;
  top: 45%;
  left: calc(50% - 50px);
}

.spinner .circle {
  width: 100%;
  height: 100%;
  position: absolute;
}
.spinner .circle .inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid rgba(0, 255, 170, 0.7);
  border-right: none;
  border-top: none;
  backgroudn-clip: padding;
  box-shadow: inset 0px 0px 10px rgba(0, 255, 170, 0.15);
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner .circle:nth-of-type(0) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.spinner .circle:nth-of-type(0) .spinner .circle .inner {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}

.spinner .circle:nth-of-type(1) {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
.spinner .circle:nth-of-type(1) .spinner .circle .inner {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}

.spinner .circle:nth-of-type(2) {
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}
.spinner .circle:nth-of-type(2) .spinner .circle .inner {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}

.spinner {
  -webkit-animation: spin 5s infinite linear;
          animation: spin 5s infinite linear;
}