.topbar{
	background: #a91866;
	padding: 5px 0
}
.top-contact {
    background: #7d0241;
    width: 70%;
    padding: 0 40px 8px 40px;
    border-radius: 0 0 68px 68px;
    color: #fff;
    font-size: 14px
}
.top{
	background: #006600
}
.top svg{
	color: #fff
}
.tp{
	padding: 0 0 10px 0
}
.logo{
	padding: 10px 0 0 0
}
/*.logo img{
	height: 80px;
    width: 175px;
    object-fit: contain;
}*/
.uk-offcanvas-bar .uk-nav-parent-icon>.uk-parent>a::after{
	content: "";
    width: 1.5em;
    height: 1.5em;
    float: right;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E")
}
.bt-nav {
    background: transparent !important;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
	min-height: 45px
}
.bt-menus{
	margin-top: 1px;
    padding: 10px 0 0 0;
}
.bt-menus li {
    font-weight: 600;
}
.bt-menus li a{
    color: #000;
}
.bt-menus>li.uk-active>a {
    color: #f97301;
    border-bottom:3px solid black;
    font-weight: 600;
}
.bt-menus .uk-navbar-dropdown-nav li a{
	border-bottom: 1px dotted #ED1C24;
	padding: 5px 0
}
.abt-pic img{
	width: 90%;
    float: right;
/*     margin-top: 80px; */
}
.abt-pic::before {
   transform: translate(63px,-70px);
    background-color: #870949;
    content: '';
    position: absolute;
    top: 170px;
    bottom: -65px;
    left: 55px;
    right: 76px;
    z-index: -1;
    pointer-events: none;
}

.uk-grid-divider>:not(.abtct)::before{
	border: none;
}
.home-abt h1 {
    font-weight: 500;
    color: #870949;
}
.home-std-abrt,.home-abt{
	color: #000
}
.home-std-abrt a.uk-button, .home-abt a.uk-button{
	color: #fff !important
}
.home-std-abrt h2,.home-services h2, .testimonials h2{
	font-weight: 500;
	color: #1e2559 
}
.home-services img{
	height: 50px;
    border-radius: 100px;
    background: #ED1C24;
    width: 50px;
    padding: 4px;
    color: #000
}
.home-services h3{
	color: #1e2559 !important
}
.serv{
	border: 1px solid #ccc;
}
.get-in-touch{
	background: #7d0241;
}
.get-in-touch h2{
	color: #fff;
    font-size: 25px;
    font-weight: 500;
}
.bt-buttons{
	background: #006600
}
.bt-buttons:hover{
	background: #1e2559
}
.testimonials{
	color: #000
}
.testimonials svg{
	color: #000
}
.testi{
	border: 1px solid #f0f0f0;
}
.testi-pic img {
    width: 100px;
    height: 100px;
    margin-top: 20px;
    border: double;
    border-color: #006600;
}
.testi-name{
	font-weight: 500
}
.testi-name span{
	color: #1e2559
}
.testi-name .company{
	font-style: italic;
}
.footer{
	background: url(../img/n.jpg);
	background-size: cover;
    color: #fff;
    font-size: 14px;
}
.footer h3{
    color: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 20px;
}
.first-foot img{
	height: 100px !important;
	width: 145px !important
}
.first-foot p{
	text-align: justify;
}
.layer{
	background-color: rgba(0, 0, 0, 0.7);
    padding: 70px 0 40px 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-info p {
    margin: auto;
    padding-bottom: 10px;
    font-size: 14px;
}
.social {
    border-top: 1px solid #ccc;
    width: 70px;
    margin-top: 20px;
}
.social a{
	color: #fff
}
.copyright{
	background:#7d0241;
	padding: 12px 0;
	color: #fff;
	font-size: 12px
}

.page-head {
    background: #7d0241;
}
.page-head h4{
    color: #fff;
}
.contact-head-title h4{
	color: #1e2559;
	font-weight: 500
}
.my-form{
	background: #f0f0f0;
    padding: 0px 20px;
}
.my-form input{
	border: 1px solid #ccc;
	width: 100%
}
.my-form textarea{
	border: 1px solid #ccc;
	width: 100%;
	height: 100px
}
.my-form input[type="submit"]{
	background: #ED1C24;
    color: #fff;
    padding-bottom: 10px;
}
.map .entry-content{
	margin: auto;
}
.time-drop{
	background: #7d0241;
    color: #fff;
    font-size: 13px;
}


@media (min-width: 320px) and (max-width: 768px){
	/*.logo {
	    padding: 10px;
	}*/
	.logo img {
    	height: auto;
    }
    .topbar {
	    padding: 4px 0;
	}
    .top-contact {
	    padding: 0 40px 8px 40px;
	    font-size: 12px;
	    width: 100%
	}
	.mob-menu-icon svg{
		color: #000;
    	width: 34px;
	}
	.logo-nav .uk-offcanvas-bar{
		background: #1e2559
	}
	.abt-pic img {
	    width: 95%;
	}
	.abt-pic::before{
		bottom: -85px;
    	left: 0px;
	}
	.get-in-touch h2{
		font-size: 17px;
	}
	.bt-buttons{
		margin-top: 10px
	}
	.disp{
		display: none;
	}
	.home-abt h1 {
	    font-size: 25px;
	}
}
.uk-section {
    padding-top: 18px;
    padding-bottom: 22px;
}