/*
Theme Name: BlankSlate
Theme URI: 
Author: 
Author URI: 
*/
body {
	background-color:#fff;
font-family: 'Inter', sans-serif;

}
.stripp {
	width:100%;
	background-color:#2e63af;
	height: 5px;
}




header .contact-shape {
    -webkit-clip-path: polygon(20% 0,100% 0,100% 100%,30% 100%,25% 50%);
    clip-path: polygon(20% 0,100% 0,100% 100%,30% 100%,25% 50%);
    background-color: #2e63af;
    float: right;
    width: 50%;
    text-align: right;
    z-index: 1;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
}
header .contact-strip {
    padding: 3px 0 0 0;
    width: 100%;
    z-index: 10;
    position: relative;
}
header .nav-strip {
    background-color: #fff;
}
header .contact-strip ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
header .contact-strip ul li {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
    display: inline-block;
}
				
.col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
}
.ls0 {
	letter-spacing: 0.3px;
}
.ls1 {
	letter-spacing: 0.9px;
}

.fs-5 {
    font-size: .9rem!important;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
		margin-top: 30px;
	}
}
@media (min-width: 1400px) {
	.hcf {
		padding:30px;
		right: 12%;
	}
}
