@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 400 16px/20px 'Roboto', sans-serif;
	color: #000;
	transition: all .3s ease-in-out;
	word-break: break-word;
	overflow-x: hidden;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.flex-s {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-m {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.equal-height {
	align-items: initial!important;
}
.flex-re {
	flex-direction: row-reverse
}
.row.flex-re [class*="col-"] {
	margin-right: 2.5641%;
	margin-left: 0;
}
.row.flex-re [class*="col-"]:first-child {
	margin-right: 0;
}
a {
	text-decoration: none;
	color: #3344a3;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 400 60px/60px 'Playfair Display', serif;
	color: #000;
	font-style: italic;
}
h2 {
	font: 800 55px/60px 'Playfair Display', serif;
	color: #00aaee;
	font-style: italic;
}
h3 {
	font: 800 35px/40px 'Playfair Display', serif;
	color: #000;
	font-style: italic;
}
h4 {
	font: 400 30px/35px 'Playfair Display', serif;
	color: #000;
}
h5 {
	font: 800 25px/30px 'Playfair Display', serif;
	color: #000;
}
h6 {
	font: 800 20px/25px 'Playfair Display', serif;
	color: #000;
}
p {
	font: 400 16px/21px 'Roboto', sans-serif;
	color: #7d7c7c;
	padding: 15px 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #f7941e;
	font: 400 14px/55px 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0 38px;
	margin: 15px 2.5px 0;
	display: inline-block;
	border: 1px solid #f7941e;
	border-radius: 0 15px 0 0;
	position: relative;
}
.btn:hover {
	transition: all .3s ease-in-out;
}
.btn-white {
	background: #fff;
	color: #1071c6;
}
.btn-black {
	background: #000;
	color: #fff;
}
.btn-blue {
	background: #00aaee;
	color: #fff;
	border: 1px solid #00aaee;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.bld-text {
	font-weight: 900;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
/*--header start--*/
header {
}
.header_top {
	background: #ff7f00;
	padding: 10px 0;
}
.top_left {
	text-align: center;
}
.top_left ul {
	display: table;
}
.top_left ul li {
	display: inline-block;
	font: 500 14px/19px 'Roboto', sans-serif;
	color: #fff;
	padding: 0 15px;
}
.top_left ul li:last-child {
	border-left: 1px solid #fff;
}
.top_left ul li a {
	font: 500 14px/19px 'Roboto', sans-serif;
	color: #fff;
}
.top_left ul li a:hover {
	color: #000;
}
.header_bot {
	background: #fff;
	padding: 0 0 15px 0;
}
.logo {
	float: left;
}
.logo img {
}
.after-logo {
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
}
/*---navigation---*/
#navbtn {
	display: none;
}
.nav-menu {
	display: table;
}
.nav-menu li {
	position: relative;
	float: left;
	padding: 25px 14px 12px;
	margin: 0 5px;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 400 16px/57px 'Roboto', sans-serif;
	color: #000;
	white-space: nowrap;
	display: block;
	text-transform: capitalize;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
	background: #00aaee;
	border-radius: 0 0 35px 35px;
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	/*text-shadow: 1px 1px 1px #000;*/
	color: #fff;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #2e8b57;
	min-width: 220px;
	/*box-shadow: 0 0 5px #e1c31f;*/
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
	/*border-bottom: 1px solid #e3e3e3;*/
	padding: 0;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active, .nav-menu .sub-menu li.current_page_item {
	background: rgba(0,0,0,0.5);
	border-radius: 0;
}
.nav-menu .sub-menu li:hover a, .nav-menu .sub-menu li.active a, .nav-menu .sub-menu li.current_page_item a {
	color: #fff;/*text-shadow: 1px 1px 1px #000;*/
}
.nav-menu .sub-menu a {
	font: 600 15px/57px 'Roboto', sans-serif;
	color: #fff;
	padding: 0px 10px;
	white-space: normal;
	margin: 0;
	text-transform: capitalize;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #c3aae6;
	border-radius: 0;
}
#navigation {
	float: left;
}
 @media only screen and (max-width: 1198px) {
#navigation {
}
.nav-menu li > a {
	margin: 0 0px;
}
}
@media only screen and (max-width: 990px) {
#navigation {
	width: auto;
	position: relative;
	float: left;
	background: #fff;
	border: 1px solid #fff;
	margin: 0 0 0 25px;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 38px;
	text-align: left;
	height: 38px;
	font-size: 0px;
	text-transform: uppercase;
	line-height: 38px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #000;
	width: 100%;
	z-index: 999;
	width: 260px;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #000;
}
.nav-menu li > a {
	font: 600 15px/57px 'Roboto', sans-serif;
	color: #000;
	padding: 0 10px;
	margin: 0;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 4px;
	width: 30px;
	height: 30px;
	z-index: 99;
	background: url(../images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(../images/nav-arrow.png) no-repeat 50% 50% #fff;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
#navigation ul.nav-menu, .top-menu ul {
	display: none;
}
}
 @media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (min-width: 1025px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (max-width: 450px) {
}
.nav-box {
	display: block;
	background: url(../images/close-nav.png) no-repeat 50% 50%;
	width: 40px;
	text-align: left;
	height: 40px;
	font-size: 0px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	left: 5px;
	top: 16px;
}
#left-slider {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 90%;
	background: #000;
	right: 0;
	z-index: 999;
	display: none;
	padding: 80px 0 0;
	overflow: scroll;
}
#left-slider.active {
	left: 0;
}
#afterleft-slider {
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 300ms ease-out 0s;
	opacity: 0;
	display: none;
	z-index: 998;
}
#afterleft-slider.active {
	opacity: 1;
	display: block;
}
#left-slider ul li {
	font: 600 21px/55px 'Roboto', sans-serif;
	color: #fff;
	text-align: right;
}
#left-slider ul li+li {
	border-top: 1px solid #333;
}
#left-slider ul li a {
	font: 600 21px/55px 'Roboto', sans-serif;
	color: #fff;
	display: block;
	padding: 0 20px;
}
#left-slider ul li:hover, #left-slider ul li.active, #left-slider ul li.current_page_item {
}
#left-slider ul li:hover a, #left-slider ul li.active a, #left-slider ul li.current_page_item a {
	color: #f7941e;
}
#left-slider ul li ul.sub-menu {
	margin: 0 15px 15px;
	border: 1px dashed #222;
}
#left-slider ul li ul.sub-menu li {
}
#left-slider ul li ul.sub-menu li a {
	font-size: 17px;
	line-height: 34px;
	color: #fff;
	text-transform: capitalize;
}
#left-slider ul li:hover ul li:hover, #left-slider ul li.active ul li.active, #left-slider ul li.current_page_item ul li.current_page_item {
}
#left-slider ul li:hover ul li:hover a, #left-slider ul li.active ul li.active a, #left-slider ul li.current_page_item ul li.current_page_item a {
	color: #e30303;
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.banner_wrap {
	position: relative;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.banner_wrap .txt .ban_txt {
	width: 40%;
	text-align: center;
	background: url(../images/ban-bg.png) no-repeat right top;
	padding: 70px 0 0 0;
}
.banner_wrap .txt h1 {
	font: 800 74.18px/80px 'Playfair Display', serif;
	color: #00aaee;
	text-transform: capitalize;
	font-style: italic;
}
.banner_wrap .txt h2 {
	font: 800 49.46px/55px 'Playfair Display', serif;
	color: #000;
	text-transform: capitalize;
	font-style: italic;
	background: url(../images/bb.png) no-repeat 50% 100%;
	padding: 0px 0 35px;
}
.banner_wrap .txt h5 {
	font: 800 22px/27px 'Playfair Display', serif;
	color: #000;
	font-style: italic;
	text-align: left;
}
.banner_wrap .txt p {
}
.banner_wrap .txt_as {
	top: 35%;
}
.banner_wrap .txt_as .ban_txt {
	width: 37.5%;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.content_wrapper {
	padding: 80px 0;
}
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.align-center.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 100%;
	padding: 0px 0 30px;
}
.align-center.brdr-btm-white {
	background: url(../images/border-bottom-white.png) no-repeat 50% 100%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 100% 100%;
	padding: 0px 0 30px;
}
.img_full {
}
.img_full img {
	width: 100%;
	height: auto;
	float: left;
}
.shadow {
	padding: 1%;
	box-shadow: 0 0 9px #999;
}
.about_wrap {
	background: #f7f7f7;
}
.bb {
	text-align: center;
}
.bb h5 {
	display: inline-block;
	padding: 0 230px;
	background: url(../images/bl.png) no-repeat left bottom, url(../images/bl.png) no-repeat right bottom;
	font-size: 22px;
	line-height: 1.0;
	font-style: italic;
}
.ser_box {
	margin: 15px 0;
	text-align: center;
	padding: 0 15px;
}
.ser_box img {
	width: auto;
}
.gal_box {
	margin: 15px 0;
	position: relative;
}
.gal_box img {
	width: 100%;
}
.gal_box .gal_txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0,209,254,0.6);
}
.gal_box:hover .gal_txt {
	opacity: 1;
}
.gal_box .gal_txt h4 {
	color: white;
	font: 600 30px/35px 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 96%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.gal_box .gal_txt h4 img {
	width: auto;
}
.mv_box {
	margin: 15px 0;
	position: relative;
	text-align: center;
}
.mv_box img {
	width: 100%;
}
.mv_box .mv_txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
	width: 85%;
}
.mv_box .mv_txt h5, .mv_box .mv_txt p {
	color: #fff;
}
.value_wrap {
	background: #ff7f00;
	padding: 0;
}
.value_txt {
}
.value_txt h5 {
	color: #fff;
}
.value_txt ul {
	width: 100%;
}
.value_txt ul li {
	width: 100%;
	font: 400 16px/21px 'Roboto', sans-serif;
	color: #fff;
	padding: 5px 0 5px 15px;
	background: url(../images/vi.png) no-repeat left 9px;
}
.testi_box {
	background: #00aaee;
	border-radius: 12px;
	margin: 75px 15px 15px;
	text-align: center;
	padding: 55px 31px;
}
.testi_box_1 {
	margin: 75px 0 15px;
}
.testi_box .testi_img {
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.testi_box .testi_img img {
	width: 118px;
	border-radius: 50%;
}
.testi_box p {
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-size: 15px;
}
.testi_box h5 {
	color: #fff;
	font-weight: 800;
	margin: 15px 0 0 0;
}
.team_box {
	margin: 15px 0;
	text-align: center;
	padding: 100px 25px 31px;
	background: url(../images/team_bg.png) no-repeat top center;
	box-shadow: 0 0 12px #ccc;
}
.team_box .team_img {
}
.team_box .team_img img {
	width: 148px;
	border-radius: 50%;
}
.team_box h3 {
	margin: 15px 0 0 0;
}
.team_box .team_social {
	margin: 15px 0 0 0;
	display:none;
}
.team_social ul {
	display: table;
}
.team_social ul li {
	display: inline-block;
	width: 52px;
	height: 52px;
	text-align: center;
	background: #fff;
	border: 1px solid #b7b8b8;
	border-radius: 50px;
	margin: 0 5px;
}
.team_social ul li:hover {
	background: #b7b8b8;
	border: 1px solid #ddd;
}
.team_social ul li a {
	font: 700 25px/52px 'Roboto', sans-serif;
	color: #000;
	display: block;
}
.team_social ul li:hover a {
	color: #fff;
}
#owl-one .item, #owl-two .item {
}
#owl-one .item img, #owl-two .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-], #owl-two .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 39px;
	height: 50px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next, #owl-two .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/right.png) no-repeat !important;
}
#owl-one .owl-nav button.owl-prev, #owl-two .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left.png) no-repeat !important;
}
#owl-one .owl-nav [class*=owl-], #owl-two .owl-nav [class*=owl-] {
	display: block;
}
#owl-one .owl-dots, #owl-two .owl-dots {
	display: none;
}
.eq_wrap {
	background: url(../images/eq-bg.jpg) no-repeat center;
	background-size: cover;
}
.mail_form {
	text-align: center;
}
.mail_form h2 {
	margin: 0 0 36px;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 56px;
	border: 1px solid #fff;
	border-radius: 0;
	margin: 5px 0;
	padding: 0 15px;
	text-indent: 0px;
	font: 400 15.61px/56px 'Playfair Display', serif;
	color: #fff;
	background: transparent;
	display: inline-block;
	font-style:italic;
}
.mail_form textarea {
	height: 120px;
	line-height: 25px;
	padding: 5px 15px;
}
.mail_form label {
	margin: 8px 0;
	line-height: 27px;
	color: #000;
}
.mail_form input[type="checkbox"], .mail_form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 27px;
	height: 27px;
	float: left;
	margin: 0 11px 0 0;
}
.mail_form select {
	background: transparent url(../images/select_1.png) no-repeat 96% center;
}
.mail_form select option {
	display: none;
	background: #0f3787;
}
.mail_form select option+option {
	display: block;
	padding: 5px 0;
}
.mail_form input[type="submit"] {
	background: #f7941e;
	font: 400 14px/55px 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0 72px;
	margin: 15px 2.5px 0;
	display: inline-block;
	border: 1px solid #f7941e;
	border-radius: 0 15px 0 0;
	position: relative;
}
.mail_form input[type="submit"]:hover {
	background: #fff;
	color: #f7941e;
	border: 1px solid #fff;
	border-radius: 0 15px;
	transition: all .3s ease-in-out;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 400 15.61px/56px 'Playfair Display', serif;
 color: #fff !important;
 font-style:italic;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
 font: 400 15.61px/20px 'Playfair Display', serif;
 color: #fff !important;
 font-style:italic;
 opacity:1;
}
/*--footer_wrap start--*/
footer {
	background: #00aaee;
	padding: 46px 0 30px;
}
.footer_logo {
}
.footer_links {
}
.footer_links h2 {
	font: 600 25px/30px 'Roboto', sans-serif;
	color: #000;
	margin: 0 0 15px 0;
}
.footer_links ul {
	display: table;
}
.footer_links ul li {
	display: inline-block;
	padding: 0 25px;
	font: 400 16px/16px 'Roboto', sans-serif;
	color: #fff;
	border-right: 1px solid #fff;
}
.footer_links ul li:last-child {
	border: none;
	padding-right: 0;
}
.footer_links ul li a {
	font: 400 16px/16px 'Roboto', sans-serif;
	color: #fff;
	text-transform: capitalize;
}
.footer_links ul li a:hover {
	color: #000;
}
.footer_links ul li:hover a, .footer_links ul li.active a, .footer_links ul li.current_page_item a {
	color: #000;
	text-decoration: none;
}
.footer_social {
	margin: 25px 0 0 0;
}
.footer_social ul {
	display: table;
}
.footer_social ul li {
	display: inline-block;
	width: 52px;
	height: 52px;
	text-align: center;
	background: #fff;
	border: 1px solid #b7b8b8;
	border-radius: 50px;
	margin: 0 5px;
}
.footer_social ul li:hover {
	background: #fff;
	border: 1px solid #dddddd;
}
.footer_social ul li a {
	font: 700 25px/52px 'Roboto', sans-serif;
	color: #000;
	display: block;
}
.footer_social ul li:hover a {
	color: #f7941e;
}
.copyright_wrap {
	padding: 15px 0 0;
	text-align: center;
}
.copyright_wrap p {
	font: 400 14px/20px 'Roboto', sans-serif;
	color: #fff;
	padding: 0;
}
.copyright_wrap a {
	color: #fff;
	text-decoration: none;
}
.copyright_wrap a:hover {
	color: #000;
}
/*--footer_wrap end--*/
.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorgray {
	color: #929292;
}
.colorblack {
	color: #000;
}
.bg-gray {
	background: #929292;
}
.bg-black {
	background: #000;
}
.bg-blue {
	background: #00aaee;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 5.5s;
	-moz-transition: all 5.5s;
	-o-transition: all 5.5s;
	transition: all 5.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 0 15px 0 0;
}
.btn:hover {
	color: #fff;
	border: 1px solid #000;
}
.btn:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.bdr-top {
	border-top: 3px solid #e5e5e5;
}
.services_box {
	border-radius: 12px;
	box-shadow: 0 0 12px #ccc;
	padding: 19px 19px 47px;
	text-align: center;
	margin: 15px 0;
}
.services_box h5 {
	margin: 25px 0 0 0;
}
.career_txt {
	font-style: italic;
	text-align: center;
}
.career_txt h4 {
	font-style: italic;
}
.career_txt h2 {
	margin: 25px 0;
}
.career_txt ul {
	margin: 25px auto 0;
	display: table;
	width: 75%;
}
.career_txt ul li {
	width: 100%;
	float:left;
	padding: 9px 0;
	border-bottom: 1px solid #ccc;
	font: 400 20px/25px 'Playfair Display', serif;
	color: #585858;
	font-style: italic;
}
.career_txt h6 {
	margin: 25px 0 0;
	color: #585858;
	font-style: italic;
	font-weight:400;
}
