*{
    font-family: Roboto,sans-serif;
    line-height: 28px;
    font-weight: 300;
}
@font-face {
  font-family: essayfont;
  src: url(PRISTINA.woff);
}
.mb-0{margin-bottom:0;}
.img-responsive {
    width: 100%;
}
.menubar {
    display: -ms-flexbox!important;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
nav.navbar {
    padding: .5rem 0rem;
}
.home-sec1{
	background:#0f80de;
}
.form-home {
	border-radius:5px;
	background:#fff;
}
.form-home-title {
    background: #344754;
    padding: 15px;
}
.form-home h2 {
    font-family: 'essayfont',sans-serif;
	color:#fff;
	text-align:center;
	margin-bottom:0px;
}
.form-inline-home {
    padding: 30px;
}
.form-inline-home .form-group label {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
	color:#333333;
}
.form-inline-home .form-group input{width:70%;}
.form-inline-home .form-group select{width:70%;}
.form-inline-home .form-group{margin-bottom:15px;display: flex;}
.btn-form-home {
    border: none;
    padding: 12px 10px 7px 10px;
	width: 100%;
    border-radius: 50px;
	background:#344754;
	color:#fff;
	font-family: poppins,sans-serif;
	font-size:18px;
}
.btn-form-home:focus {
    outline: none;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #333333;
}
.navbar-dark .navbar-nav .nav-link {
    color: #333333;
	font-weight:300;
	text-transform:uppercase;
}
.home-heading-title h1 {
    font-weight: 700;
    font-size: 55px;
    color: #fff;
    text-transform: uppercase;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
.border-line {
    height: 1px;
    color: #fff;
    width: 100px;
    background: #fff;
    padding: 2px;
    display: block;
    border-radius: 50px;
    margin-bottom: 15px;
}
.home-heading-title {
    color: #fff;
}
.home-heading-title p {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
}
.btn-get-started {
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 40px 6px 40px;
    border-radius: 50px;
    background: #fff;
}
.btn-get-started a {
    color: #333;
    text-decoration: none;
    font-family: poppins,sans-serif;
    font-size: 24px;
}
.home-inner-bg{
	background:url(../images/bg-pattern.png);
	padding:60px 0;
}
.home-sec2{
	background:#344754;
}
.box-home2-img {
    width: 90px;
    height: 90px;
    background: url(../images/sprites-icons.png);
    background-size: 612%;
}
.box-home2-img.box-home2-img1 {
    background-position: -12px -10px;
}
.boxes-home2 {
    display: flex;
    padding: 15px 0;
}
.box-home2-cont {
    padding: 17px 0;
}
.box-home2-cont p {
    margin: 0;
    color: #fff;
    margin-left: 10px;
}
.box-home2-cont p:first-child {
    font-size: 24px;
}
.box-home2-cont p:last-child {
    font-size: 15px;
    font-weight: 400;
}
.home-sec3{padding:60px 0;}
.title-head {
    font-family: poppins,sans-serif;
	position:relative;
	margin-bottom: 50px;
}
.title-head:after {
    content: '';
    position: absolute;
	bottom: -25px;
    width: 100px;
    border: 1px solid #000;
    left: 50%;
    display: block;
    transform: translate(-50%);
	background:#000;
}
.home-sec4 {
    background: #344754;
    color: #fff;
	padding:60px 0;
}
.boxes-home4 {
    background: #fff;
    color: #333;
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 30px;
	min-height: 332px;
}
.boxes-home4 h3{
    font-family:poppins,sans-serif;
	    font-size: 20px;
}
.title-head-white {
    font-family: poppins,sans-serif;
	position:relative;
	margin-bottom: 50px;
}
.title-head-white:after {
    content: '';
    position: absolute;
	bottom: -15px;
    width: 100px;
    border: 1px solid #fff;
    left: 50%;
    display: block;
    transform: translate(-50%);
}
.boxes-right-h4 {
    background: #fff;
    padding: 30px;
    color: #333;
}
.features-border{
	height: 1px;
    color: #fff;
    width: 100%;
    background: #333;
    padding: 2px;
    display: block;
    border-radius: 50px;
    margin-bottom: 15px;
}
.boxes-right-h4 ul {
    list-style-type: none;
    padding: 0;
}
.btn-get-help {
    background: #344754;
    padding: 15px;
    text-align: center;
}
.btn-get-help a{
    font-size:24px;
	color:#fff;
}
.boxes-right-h4 ul li {
    margin-bottom: 9px;
}
.boxes-right-h4 h3 {
    font-family: poppins,sans-serif;
}
.home-sec5 {
    padding: 60px 0;
}
.owl-testimonial {
    width: 700px;
    margin: 0 auto;
}
.owl-carousel .owl-stage-outer {
    background: #0f80de;
	color:#fff;
	border-radius:10px;
	margin-bottom: 40px;
}
.owl-carousel .owl-item {
    padding: 30px 30px 10px;
}
.owl-carousel:after {
	content: '';
    border-bottom: 30px solid #e4b81200;
    border-left: 30px solid #0f80de;
    border-right: 0 solid #5a5a5a;
    border-top: 20px solid #0f80de00;
    position: absolute;
    right: 60px;
    background: 0 0;
    bottom: 40px;
}
.testimonial-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.testimonial-name img {
    width: 45px !important;
    height: 45px;
    border-radius: 50px;
	margin-right:10px;
}
.cust-feed{font-size:20px;font-weight:300;}
.cust-feed i{font-size:20px;color:#fdc800;padding:2px;}
.home-sec6{
	padding:60px 0;
	background:#f0f0f0;
}
.home-sec6 .box-home6{
	margin-bottom:30px;
}
.home-sec6 .box-home6 h3{
	font-family:poppins,sans-serif;
}
.home-sec7{padding:60px 0;}
.title-head-left {
    font-family: poppins,sans-serif;
	position:relative;
	margin-bottom: 50px;
}
.title-head-left:after {
    content: '';
    position: absolute;
	bottom: -25px;
    width: 100px;
    border: 1px solid #333;
    left: 0;
    display: block;
}
.footer-top {
    background: #0f80de;
    padding: 30px;
}
.foot-top-order {
    display: flex;
	justify-content:center;
	align-items:center;
}
.foot-top-order p {
    font-family: 'essayfont',sans-serif;
    font-size: 35px;
	margin: 0;
	color:#fff;
}
.foot-top-order a {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    font-family: poppins,sans-serif;
    font-size: 20px;
    margin-left: 30px;
	border-radius:10px;
}
.footer-center {
    background: #344754;
    padding: 60px 0 30px;
    color: #fff;
}
.footer-center ul{list-style-type:none;padding: 0;}
.footer-center ul li a{
    color: #fff;
	text-decoration:none;
}
.footer-center h4 {
    font-family: poppins,sans-serif;
    font-size: 30px;
	position:relative;
	margin-bottom: 30px;
}
.footer-center h4:after {
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    border: 1px solid #fff;
    width: 60px;
    display: block;
}
.mail-support {
    color: #fff;
}
.footer-bottom {
    background: #213442;
	padding: 15px;
}
.footer-bottom a{color:#fff;}
.footer-bottom p{
    margin-bottom:0;
	color:#fff;
}
.home-sec8 h3 {
    font-family: poppins,sans-serif;
	font-size: 20px;
}
.home-inner8{
    background: #f0f0f0;
    padding: 60px;
}
.home-sec9 {
    padding: 60px 0;
}
.boxes-home8 {
    margin-bottom: 30px;
}

.mobile-menu{display:none;}
.navbar-dark .navbar-brand {
    padding: 0;
}
#accordion4 .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}
#accordion4 .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}
#accordion4 .panel-heading:after,
#accordion4 .panel-heading:before {
    content: "";
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 15px;
    left: 10px;
    transform: rotate(-3deg);
    z-index: -1;
}
#accordion4 .panel-heading:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}
h4.panel-title {
    margin: 10px 0 !important;
}
#accordion4 .panel-title a {
    display: block;
    padding: 15px 70px 15px 70px;
    margin: 0;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #444444;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
	text-decoration:none;
}
#accordion4 .panel-title a.collapsed:before,
#accordion4 .panel-title a:before {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border-left: 2px solid #344754;
    position: absolute;
    top: 0;
    right: 0;
}
#accordion4 .panel-title a.collapsed:before {
    content: "\f107";
}
#accordion4 .panel-title a .icon {
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 2px solid #344754;
    font-size: 20px;
    color: #464646;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
	font-style: inherit;
}
#accordion4 .panel-body {
    padding: 10px 15px;
    margin: 0 0 20px;
    border-bottom: 3px solid #0c5adb;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 27px;
}
@media (max-width:991px){
	#accordion li {
		width: 100%;
		padding-right: 0px;
	}
	.navbar-expand-sm .navbar-toggler {
		display: block;
	}
	.mobile-menu{
		background: #0f80de;
		border: none;
		padding: 8px;
		font-size: 22px;
		border-radius: 5px;
		display: flex;
		justify-content: left;
	}
	.menubar{display:none;}
	.menubar .navbar-nav {
		display: inline-block;
		position: absolute;
		left: 0;
		z-index: 99;
		box-shadow: 1px 17px 20px #d8d8d8;
	}
	.menubar ul {
		background: #fff;
		width: 100%;
		position: relative;
		top: 65px;
		padding: 20px 10px;
	}
	.menubar .navbar-nav li {
		border-bottom: 1px solid #dedede;
	}
	.dropdown-nav {
		position: relative;
		top: 0 !important;
		padding: 0 !important;
	}
}
@media only screen and (max-width:767px){
	.owl-testimonial {
		width: 100%;
		margin: 0 auto;
	}
	.form-home {
		margin-top: 30px;
	}
	.form-inline-home .form-group {
		display: block;
	}
	.form-inline-home .form-group label {
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.form-inline-home .form-group input {
		width: 100%;
	}
	.form-inline-home .form-group select {
		width: 100%;
	}
	.btn-form-home {
		width: 100%;
		margin-left: 0;
	}
	.home-heading-title h1 {
		font-size: 35px;
	}
	.home-inner8 {
		padding: 60px 20px;
	}
	.foot-top-order {
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}
	.foot-top-order p {
		font-size: 35px;
		margin-bottom: 40px;
		line-height: 50px;
	}
	.boxes-home4 {
		min-height: auto;
	}
	.accordion .link {
		padding: 15px 35px 15px 0px;
	}
}
@media only screen and (max-width:380px){
	.navbar-dark .navbar-brand {
		padding: 0;
		width: 65%;
	}
	.navbar-dark .navbar-brand img {
		width: 100%;
	}
}