* {
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	height: 100%;
}

body {
    position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    font-weight: 300;
	line-height: 24px;
    overflow-y: scroll;
}

.feather-10{
    width: 10px;
    height: 10px;
}

.feather-24{
    width: 24px;
    height: 24px;
}

.feather-48{
    width: 48px;
    height: 48px;
}

.preloader {
	position: fixed;
	background: url("../images/loader.gif") #fefefe no-repeat center center;
	width: 100%;
	height: 100%;
	z-index: 1000000000;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,.btn {
	text-transform: capitalize;
}

.btn {
    border: none;
}

.btn-success {
    background: #e8028d;
    box-shadow: 0 0 0 0 transparent;
    outline: transparent;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background: #2352a4
}

.close {
    cursor: pointer;
}

.go-top {
	position: fixed;
	bottom: 45px;
	right: 40px;
	text-decoration: none;
	background-color: rgba(232, 2, 141, 0.9);
	font-size: 20px;
	padding: 5px 10px;
	display: none;
	z-index: 14;
	color: #f3f3f3;
}

.go-top:hover {
	background-color: rgba(232, 2, 141, 0.5);
	color: #f3f3f3;
}

.parsley-errors-list {
    font-size: 14px;
    list-style: none;
    color: orangered;
}

.form-group {
	margin-bottom: 10px
}

.border_red {
	border: solid red 1px;
}

.overlay {
	position: absolute;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	z-index: 12;
}

.top_contact {
    font-size: 14px;
    color: #fff;
}

.top_contact p {
    margin: 0;
    padding: 0;
}

.navbar {
/*    background-color: rgba(250,250,250,.2);*/
	padding: 15px 0;
}

.top_contact {
    background: #2352a4;
}

.top_contact .col-sm-6:last-of-type {
    text-align: right;
}

.logo img {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    height: 100px;
    width: auto;
    margin: 0 auto;
}

.navbar-light {
    background: #2352a4;
}

.navbar-light .navbar-nav .nav-link {
	text-transform: capitalize;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}

.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus {
	color: #e8028d;
}

.navbar-light .navbar-toggler {
    border-color: #fff;
}

.navbar-toggler i {
    color: #fff;
}

.page_title {
	background: url("../images/banner_pic1.jpg") no-repeat center #ddd;
    background-size: cover;
    height: 400px;
	position: relative;
	color: #e8028d;
}

.page_title .container {
	position: relative;
	z-index: 15
}

.page_title .row {
	align-items: flex-end;
}

.page_title .col-sm-6 {
    flex-direction: column;
}

.page_title .breadcrumb {
	background: none;
	padding: 0;
	align-items: center;
}

.page_title .breadcrumb a {
	text-decoration: none;
	color: #f3f3f3;
}

.page_title .breadcrumb li.active {
	color: #ddd;
}

.breadcrumb-item+.breadcrumb-item::before {
	font-family: 'bootstrap-icons';
	font-size: 10px;
	content: '\F280';
	color: #f3f3f3;
}

.banner {
	position: relative;
	width: 100%;
    color: #fff;
}

.banner .overlay {
	background: url("../images/banner_shape.png") no-repeat rgba(0,0,0,.5);
    background-size: cover;
    z-index: 13;
    display: flex;
    text-transform: capitalize;
}

.banner .row {
    height: 100%;
    align-items: center;
}

.banner .col-sm-7 {
    padding-top: 150px;
}

.banner p {
    display: table;
    border-bottom: 2px solid #e8028d;
    border-bottom-right-radius: 10px;
    padding: 5px;
    font-size: 18px;
}

.welcome {
    background: url("../images/dots.png") no-repeat top right;
}

.welcome .card {
    transition-property: all;
    transition-duration: .5s
}

.card {
    border: none;
    border-radius: 0;
    box-shadow: 0 1px 3px 1px rgba(50,50,50,.1);
}

.why_us .card:hover {
    box-shadow: 0 1px 15px 5px rgba(50,50,50,.1);
}

#contact_us .card .bi,
.services .card .bi,
.welcome .card .bi {
    background: #e8028d;
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
}

.about {
    background: url("../images/g_icon.png") no-repeat bottom left;
    padding: 60px 0;
}

.about .card-header {
    background: #e8028d;
    font-size: 16px;
    color: #fff;
}

.services {
    position: relative;
    background: url("../images/services_bg.jpg") no-repeat center;
    background-size: cover;
}

.services .container {
    position: relative;
    z-index: 14
}

.services p:first-of-type,
.why_us p:first-of-type {
    margin-bottom: 5px;
    font-weight: 500;
}

.services .col-sm-4 {
    display: flex;
}

.services .col-12 {
    color: #fff;
}

.sl-wrapper {
    background: rgba(0,0,0,.9);
    color: #fff
}

.sl-wrapper button {
    color: #fff !important;
}

#map {
	height: 350px;
}

.footer {
	background: #333;
	color: #f3f3f3;
}

.footer p:first-of-type {
	font-size: 16px;
	font-weight: 600;
}

.footer a,
.credits a {
	color: #fff;
}

.footer .bi {
	background: #e8028d;
	border-radius: 15%;
	margin: 5px;
    padding: 8px 10px;
}

.footer .col-sm-3 .bi:first-of-type {
	margin-left: 0;
}

.footer,
.credits {
	text-transform: capitalize;
	font-size: 13px;
}

.footer .col-sm-6 p:last-of-type {
	text-transform: none;
}

.credits {
	background: #555;
}

.credits p {
	padding: 0;
	margin: 0;
}


@media(max-width: 767px) {
	
	.navbar {
		padding: 20px 10px;
	}
    
    .navbar img {
        height: 50px;
    }
	
    .page_title {
        height: 200px;
    }
    
    .welcome .col-sm-4 {
        margin-bottom: 15px;
    }
	
    .banner .col-sm-7 {
        padding-top: 20px;
    }
    
    .banner h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .banner p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px
    }
    
    .banner .btn {
        font-size: 14px;
    }
	
}









