* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none !important;
	list-style: none !important;
	outline: none !important;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	color: #FFFFFF;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	height: 100%;
	overflow-x: hidden;
}
td {
	padding: 5px;
}
a {
	text-decoration: none !important;
}
a:hover {
	color: #C30 !important;
	font-size: 16px;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
span, a {
	display: inline-block;
	color: inherit;
}
h1, h2, h3, h4, h5, h6 {
	color: #151515;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	margin: 0;
	line-height: 20px;
}
p {
	line-height: 1.6;
	font-weight: 400;
	margin: 0;
	color: #333333;
	font-size: 16px;
	font-family: "Open Sans";
	text-align: left;
}
h1 {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #FF00FF;
	font-size: 20px;
}
h2 {
	line-height: 1.6;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6c7d8f;
}
h3 {
	font-size: 16px;
	text-align: center;
	color: #495868;
	font-family: "Open sans", Gadget, sans-serif;
	line-height: 22px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	text-align: center;
	color: #115062;
	font-family: "Open sans", Gadget, sans-serif;
	line-height: 22px;
	font-weight: bold;
}
h40 {
	font-size: 17px;
	text-align: center;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	letter-spacing: 0pt;
	line-height: 28px;
	text-transform: uppercase;
}

h4b {
	font-weight: normal;
	color: #6c7d8f;
	font-size: 17px;
	text-align: center;
}
h5 {
	font-size: 15px;
	text-align: center;
	color: #495868;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	letter-spacing: 0pt;
	line-height: 20px;
	text-transform: uppercase;
}

h5b {
	font-size: 17px;
	color: #666666;
	text-align: center;
	font-family: "Open Sans";
	line-height: 35px;
}
h6 {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	line-height: 10px;
}

.banner {
	background:url(images/1fond01.jpg) no-repeat 0% 0% / 100% 100%;
	color:#ffffff;
	text-align: center;
	width: 100%;
}

.banner-overlay {
	padding:120px 0px 170px;
}
.banner h1 {
	color:#ffffff;
}
.banner p {
	margin:15px auto 15px;
	max-width: 670px
}

.section-padding {
	padding: 100px 0px;
}
.section-title {
	padding-bottom: 80px;
}
.section-title h3 {
	color: #ab2f52;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 22px;
}
.section-title p {
	width: 60%;
	margin: 15px auto 20px;
	color: #6e919d;
	font-size: 18px;
}
.section-title-line {
	background: #ececec;
	content: "";
	height: 1px;
	position: absolute;
	left: calc(50% - 87px);
	width: 175px;
}
.section-title-line:after {
	background: #ab2f52;
	bottom: -1px;
	content: "";
	height: 2px;
	left: calc(50% - 22px);
	position: absolute;
	width: 45px;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-100 {
	margin-bottom: 100px !important;
}
.pd-lt-10 {
	padding-left:10px;
}
.no-padding {
	padding: 0px !important;
}

.bg-grey {
	background-color: #fafafa;
}
.bg-white {
	background: #ffffff;
}
.service-box {
	padding: 24px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}
.service-box .icon {
}
.service-box .icon i {
	font-size: 40px;
	color: #ffaf53;
}
.icon-text {
}

.icon-text p {
	line-height: 25px;
	font-weight: 300;
	color: #313944;
	font-family: "Open Sans";
	font-size: 16px;
}


.bttn {
	position: relative;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #ab2f52;
	padding: 12px 45px;
	font-size: 15px;
	border-radius: 30px;
	margin-top: 30px;
	border: none;
	background-color: #6e919d;
}


@media all and (max-width:768px) {

.banner h1 {
	font-size: 30px;
}
.section-title p {
	width: 100%;
}
.section-title h3 {
	margin-bottom: 12px;
	font-size: 25px;
}
.section-padding {
	padding: 60px 0px;
}
.section-title {
	padding-bottom: 40px;
}

.banner-overlay {
	padding: 150px 0px 100px;
}
}


/* services section start */

.services_section {
	width: 100%;
	float: left;
	background-image: url(images/services-bg.png);
	height: auto;
	padding-bottom: 30px;
	background-attachment: fixed;
	padding-top: 30px;
	background-position: center top;
}

.services_section2 {
	width: 100%;
	float: left;
	background-image: url(images/1fond02.jpg);
	height: auto;
	padding-bottom: 30px;
	background-attachment: fixed;
	padding-top: 30px;
	background-position: center top;
}

.services_taital {
	width: 100%;
	float: left;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-family: "Open Sans";
	letter-spacing: 7px;
	text-transform: capitalize;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
}

.house_icon {
    width: 200px;
    height: auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.house_icon img {
    width: 45px;
    min-height: 50px;
}



.services_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}



.retrait {
text-indent:20px;
}

/* services section end */
