@charset "UTF-8";
@font-face {
  font-family: BentonSans;
  src: url(."./fonts/BentonSansRegular.otf") format("opentype");
  font-weight: normal; }

@font-face {
  font-family: BentonSansNormal;
  src: url("../fonts/BentonSansRegular.otf") format("opentype"); }

@font-face {
  font-family: BentonSans;
  src: url("../fonts/BentonSansBold.otf") format("opentype");
  font-weight: 700; }

@font-face {
  font-family: BentonSans;
  src: url("../fonts/BentonSansMedium.otf") format("opentype");
  font-weight: 500; }

@font-face {
  font-family: BentonSans;
  src:  url("../fonts/BentonSansCondBold.otf") format("opentype");
  font-weight: 600; }


body {
	font-family: "BentonSansNormal", sans-serif !important;
	font-size: 18px;
	line-height: 1.71429;
	font-weight: 400;
	color: #333;
	background-color: #fff
}
h1, h2, h3, h4, h5, h6 {
font-family: "Poppins", sans-serif;	
}
h1.webfont4{font-size: 3em;}
.relative{ position:relative;}
.floatcol {
	float: left;
	padding-left: .9375rem;
	padding-right: .9375rem;
	position: relative;
}
.table thead th,.table  th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	background: #ec2229;
	color: #FFF;
}
.features ul{
	list-style: none; margin-left:20px;
}
.features ul li::before {
	content: "\203A";
	color: #f9232a;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.d-lg-none {
    display: block !important;
}
.white-section {
	background-color: #fff !important;
}
.citybackground{
   background: url("../banner/citybackground_v2.jpg") top center no-repeat;
	color: #fff;
	position: relative;
	background-size: cover;
	background-color: #000;	
	}
.page-section {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ap-link {
	padding: 80px 40px ;
}
.ap-link .icon-box {
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
	font-size: 80px;
	line-height: 80px;
}

.section-title-5{
	position: relative;
	width: 100%;
}
.side-line {
	clear: both;
	display: inline-block;
	padding: 0 5em !important;
	position: relative;
}
.hs2 {
	font-size: 24px;
	line-height: 24px;
}
.lp5 {
	letter-spacing: 5px !important;
}
.blue-text {
	color: #333;
}
.sm-top-bottom20 {
	margin: 20px 0 !important;
}
.bigheading{
padding: 0 0em !important;
width:100%;
}

	
.grey-section p, .white-section p {
	color: #5e5a5a !important;
	font-weight: 300;
}

.missionbg {
	padding: 230px 0;
}
.mission-item {
	background-size: 100%;
	-webkit-transition: all .3s ease-in-out;
}
.mission-item:hover {
	background-size: 110%;
}
.black-section {
	background-color:transparent !important;
	color: #fff;
}

.side-line::after, .side-line::before {
	border-bottom: .1em solid #1B2B3B;
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 4em;
}
.side-line::before {
	left: 0;
}
.side-line.blue-line::after, .side-line.blue-line::before {
	border-bottom: 3px solid #e21118;
}

.services .card {
	border: 0;
	padding: 0 0px;
	margin-bottom: 0px;
	position: relative;
	background: transparent;
}
.bigheading::after, .bigheading::before {
border-bottom: .1em solid #1B2B3B;
content: "";
display: inline-block;
position: absolute;
top: 50%;
width: 3em;
}	
.bigheading::before {
left:-5px;
}
.bg-overlay-dark-alfa40::before {
	background: rgba(22,22,22,.4);
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.page-section {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.padfix {
	padding: 250px 0;
}

.curve__h-flip svg {
	transform: scaleX(-1);
}
.curve__h-flip {
	margin-bottom: -1px;
	margin-top: -110px;
}
.curve-three path {
	fill: #fff ;
}

#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #284864;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .social-links a:hover {
	background: #e20001;
	color: #fff;
	text-decoration: none;
}

.tg-btn {
	padding: 8px 35px 10px 35px;
	line-height: 22px;
	color: #fff;
	background: #e20001;
	text-decoration: none;
	border-radius: 25px;
	border: none;
	text-align: center;
	box-shadow: 0 0 5px rgba(3, 3, 3, .4);
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
}
a.tg-btn:hover {
	color: #fff !important;
	box-shadow: 0 0 5px rgba(3, 3, 3, .7);
}

.section-header {
	padding-bottom: 30px;
	position: relative;
	text-align: center;
}
.inner-section-header hr {
	font-size: 1.5rem;
	line-height: 1.375em;
	margin-bottom: 0em;
	letter-spacing: .02em;
	position: relative;
	/* display: inline-block; */
	padding-bottom: 20px;
	border: 0;
	font-size: 1.5rem;
	line-height: 1.375em;
	letter-spacing: .02em;
	width: 500px;
}

.inner-section-header hr::after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #e20001;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(254, 226, 164, 0)), color-stop(55%, #000), to(rgba(254, 226, 164, 0)));
	background: linear-gradient(to right, rgba(254, 226, 164, 0) 0%, #000 55%, rgba(254, 226, 164, 0) 100%);
}
.services {
	padding-bottom: 0px;
}

@media (max-width: 768px) {
.curve__h-flip {
	margin-bottom: 0px;
	margin-top: 0px;
}	
	
 .curve__h-flip {
	margin-bottom:0px;
	margin-top:0px;
}
.ap-link {
	padding: 20px 0px;
}
.side-line.blue-line::after, .side-line.blue-line::before {
border:none;
}
.side-line::after, .side-line::before {
	border-bottom: none;
}
.side-line {
	clear: both;
	display: inline-block;
	padding: 0 1em !important;
	position: static;
}
.services {
	padding-bottom: 10px;
}
.sm-top-bottom20 {
	margin: 20px 10px !important;
}
.sm-top-bottom20 p{ padding:0 10px;}

.section-header {
	padding-bottom: 0px;
}
section {
	padding: 0px 0;
	overflow: hidden;
}
.padfix {
	padding: 100px 0;
}
h1.webfont4 {
	font-size: 2em;
}
.inner-section-header hr {
	font-size: 1.5rem;
	line-height: 1.375em;
	margin-bottom: 2em;
	letter-spacing: .02em;
	position: relative;
	/* display: inline-block; */
	padding-bottom: 20px;
	border: 0;
	font-size: 1.5rem;
	line-height: 1.375em;
	letter-spacing: .02em;
	width: 50%;
}
.padfix {
	padding: 100px 0;
}
.curve__h-flip svg {
display: none;
}
.curve__h-flip {
	margin-bottom: 0px;
	margin-top: 20px;
}
}

@media (max-width: 420px) {
 .padfix {
	padding: 16px 0;
}
}