
input[type="text"], textarea, input[type="submit"] {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	outline:none;
	border-radius:0px;
	outline:0;
	font-family: 'Poppins', sans-serif;
}

button {
	outline:0;
}

::-webkit-input-placeholder {}

.panel {
	float:left;
	width:100%;
	border-radius:0px;
	padding:0px;
	margin:0px;
	box-shadow:none;
	background:none;
	border:none;
}

.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

ul {
	margin:0px;
	padding:0px;
}

section {
	float:left;
	width:100%;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tableRow {
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.tableCell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif;
	color:#000;
}

p,label {
	font-family: 'Poppins', sans-serif;
}

body {
	font-family: 'Poppins', sans-serif;
	color:#000;
}

p {
	font-size: 14px;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
}

.btn-success,.btn-info,.btn-primary {
	display:inline-block;
}

.bg-light {
    background-color: transparent !important;
}

#header ul li {
    font-size: 16px;
    padding: 0px 5px;
}

#header a {
    color: white;
}

#header a:hover {
    cursor: pointer;
}

#header ul li.active a {
	color: #ff6767;
    font-weight: bold;
}

#banner {
    background: url(../image/banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-top: -140px;
    padding: 18% 0px;
}

#banner h1 {
    color: white;
    font-size: 50px;
    font-weight: bold;
}

#about-us {
    padding: 50px 0px;
    background: white;
}

#about-us h2 {
    margin-bottom: 50px;
}

#about-us h3 {
    margin-bottom: 15px;
}

img {
    max-width: 100%;
}

#why-choose {
    padding: 50px 0px;
    background: #ffe3e3;
}

#why-choose p.btspace {
    margin-bottom: 40px;
}

#why-choose h3 {
    font-size: 20px;
}

#about-us img {
    margin-bottom: 20px;
}

#about-us.red-color {
    background: #ffe3e3;
}

#wfis {
    padding: 50px 0px;
    background: #ffe3e3;
}

#wfis h3 {
    text-align: center;
    margin-bottom: 40px;
}

#footer {
    padding: 50px 0px;
}

#copy {
	background: #ff6767;
	color: #fff;
	padding: 10px 0px;
}

#copy p {
	margin-bottom: 0px;
}

#banner.inner {
	padding-top: 200px;
	padding-bottom: 70px;
}

#about-us.cards_div {
	background: #ecf5ff;
}

#about-us .card {
	display: inline-block;
	width: 100%;
	background: #fff;
	box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
	border-radius: 10px;
	height: 100%;
	margin-bottom: 25px;
	border: none;
	padding: 20px 20px;
}

#about-us .card span {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #ff6767;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 15px;
}

#about-us .card span i.fa{
	color: #fff;
	line-height: 50px;
}

#about-us .card h3{
	font-size: 18px;
}

#about-us .card p {
	font-size: 13px;
	line-height: 22px;
}

#about-us .ionner_space {
	margin: 25px 0px;
}

#about-us .card a {
	display: inline-block;
	background: #ff6767;
	color: #fff;	
	padding: 6px 20px;
	border-radius: 6px;
	font-size: 16px;
	text-decoration: none;
	transition: 1s;
}

#about-us .card a:hover {
	background: #000;
}

#about-us .card ul  {
	margin: 0px 20px;
	margin-bottom: 25px;
}

#about-us .card ul li {
	font-size: 13px;
	line-height: 22px;
}

#about.ab {
	padding: 50px 0px;
	padding-bottom: 0px;
}

/* */
ul.side_content {
	padding: 0px 0px !important;
}

ul.side_content li {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
}

ul.side_content p {
	margin-bottom: 0px;
	float: left;
	text-align: left;
	color: #000;
}

ul.side_content p a {
	color: #000;
	text-decoration: none;
}

ul.side_content p i.fa {
	float: left;
	margin-right: 15px;
	font-size: 18px;
}

ul.side_content p span {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
}

form {

}

form .form-group {
	display: inline-block;
	width: 100%;
}

form .form-group label {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

form .form-group input {
	float: left;
	width: 100%;
	border: 1px solid #000;
	border-radius: 10px;
	height: 40px;
	padding-left: 15px;
	outline: none;
}

form .form-group textarea {
	float: left;
	width: 100%;
	border: 1px solid #000;
	border-radius: 10px;
	height: 100px;
	padding-top: 10px;
	padding-left: 15px;
	outline: none;
	resize: none;
}

form button {
	display: inline-block;
	padding: 10px 25px;
	background-color: #ff6767;
	cursor: pointer;
	color: #fff;
	border: none;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 10px;
	transition: 1s;
	margin-bottom: 50px;
}

form button:hover {
	background-color: #000;
	color: #fff;
}

/*****======= Responsive Style Css ======***********/

/* Landscape phones and portrait tablets */
@media (max-width: 767px){


.row-eq-height {
	display:block;
}

.flush-right {
	padding-right:15px;	
}

.xs-center {
	text-align:center;
}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
	.breadcrumb {
		display: inline-block;
		width: 100%;
	}
	
	.col-md-9.col-md-push-3 {
		z-index: -1;
	}

}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1169px) {
}