/* ****Color Classes**** */
.lock-position {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

/* ****Color Classes**** */
.red {
	color: #F60034 !important;
}
.blue {
	color: #333 !important;
}
.white {
	color: #fff;
}
.lightBlue {
	color: #00A0D7;
}
.bg-white {
	background: #fff;
}
.bg-black {
	background: #000;
}
.bg-blue {
    background: #fff;
    border: 2px solid #333;
}
.bg-blue p,
.bg-blue h3 {
    color: #333 !important;
}
.bg-lighterBlue {
    background: #99DBDA;
}
.bg-gray {
	background: #202020;
}
.bg-offRed {
	background: #C23937;
}
.bg-offWhite {
	background: #F9F9EF;
}

/* ****Font-Style Classes**** */
*{
    font-family: GeosansLight;
}

.font-light {
	font-weight: 100;
	font-family: GeosansLight;
}
.font-normal {
	font-weight: bold;
	font-family: GeosansLight;
}
.title {
    text-transform: uppercase;
}
.title .font-light {
	font-size: 38px;
}
.subtitle {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 12px;
}
.title-small {
	font-size: 25px;
}
.bold {
	font-weight: bold;
}

/* ****Padding**** */
.p-30 {
	padding: 30px 0;
}
.p-40 {
	padding: 40px 0;
}
.p-60 {
	padding: 60px 0;
}
.p-80 {
	padding: 80px 0;
}
.p-100 {
	padding: 100px 0;
}
.pt-40{
    padding-top: 40px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-100 {
	padding-bottom: 100px;
}
.no-padding {
	padding: 0;
}

/* ****Margin**** */
.m-30 {
	margin: 30px 0;
}
.m-100 {
	margin: 100px 0;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-md-35{
    margin-top: 35px;
}
.center {
    margin: auto;
}

/* ****Width**** */
.w-30 {
	width: 30%;
	padding: 30px 15px;
}
.w-100 {
	width: 100%;
	left: 0;
	right: 0;
}

/* ****Vertical Line**** */
.vl {
	/* padding: 30px 0;
	border-left: 2px solid #ED232A; */
	position: relative;
}
.vl::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #fff;
	left: -35px;
	opacity: .5;
}

/* ****Vertical Middle**** */
.v-middle-wrapper {
	display: table;
    width: 100%;
	height: 100%;
	margin-top: -134px;
}
.v-middle-wrapper .v-top {
	vertical-align: top;
	display: table-cell;
}
.v-middle-wrapper .v-middle {
	vertical-align: middle;
	display: table-cell;
}

/* ****Icons**** */
.icon {
	width: 64px;
	height: 80px;
	padding: 0;
    margin: auto;
    margin-bottom: 20px;
}
.icon img {
	width: 64px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.icon:hover img {
	width: 64px;
}
.icon-before::before {
    font-family: fontawesome;
    margin-right: 5px;
}
.icon-before img {
    position: absolute;
    margin-left: -70px;
    top: -25px;
}

/* ****FontAwesome Icons**** */
.font-icons .icon {
	position: absolute;
	display: inline-block;
	width: 35px;
	height: 35px;
    border: 1px solid #333;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}
.font-icons .icon:last-of-type {
	margin-right: 0;
}
.font-icons .icon:before {
	font-family: fontawesome;
	border-radius: 50px;
	line-height: 1.7;
	color: #333;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.font-icons .icon:hover {
    color: #000;
}
.map:before {
	content: "\f041";
}
.message::before {
	content: "\f2b6";
}
.facebook:before {
	content: "\f09a";
}
.g-plus::before {
    content: "\f0d5";
}
.twitter:before {
	content: "\f099";
}
.linkedin:before {
	content: "\f0e1";
}
.email:before {
	content: "\f1fa";
}
/* .phone:before {
	content: "\f095";
} */
.font-icons .icon:hover:before {
	opacity: .75;
	/* color: #000; */
}
.font-icons.no-bg .icon::before {
	background: transparent;
	color: #F60034;
	font-weight: 100;
	font-size: 25px;
}

/* ****Text Style**** */
.text.icon {
	width: 100%;
	height: auto;
}
.italic {
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}
.text p, .text a {
    color: #444;
    font-weight: bold;
	font-family: GeosansLight;
}
.content-block .text p{
    text-align: justify;
}

/* ****Quote**** */
.quote {
	padding-left: 30px;
	position: relative;
	padding: 100px 50px;
}
.quote:before {
	content: "";
	background-image: url("../images/quote_before.png");
	background-size: 100%;
	width: 120px;
	height: 100px;
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: -25px;
}
.quote:after {
	content: "";
	background-image: url("../images/quote_after.png");
	background-size: 100%;
	width: 120px;
	height: 100px;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: -60px;
	position: absolute;
	right: 50px;
	bottom: 0;
}

/* ****Form Message**** */
.error_msg {
	color: #F60034;
}
.success_msg {
	color: #000;
}

/* ****Button Style**** */
.btn {
	display: inline-block;
	margin: auto;
	text-transform: uppercase;
	padding: 8px 30px;
	margin-top: 5px;
	color: #F60034;
	cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    width: auto;
	background-color: rgba(255,255,255,1);
	/* backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: auto !important;
	font-weight: bold; */
}
.btn-border {
    background: transparent;
    border: 1px solid #828282;
    color: #828282;
}
.btn-border:hover {
    background: #828282;
    color: #fff;
}
.btn-red {
	background: #F60034;
	color: #fff;
}
.btn-red:hover {
	background: #fff !important;
	color: #F60034 !important;
}
.btn-blue {
	background:#181919;
	color: #fff;
}
.btn-blue:hover {
	opacity: .9;
}
.btn-green {
	background: #00B55A;
	color: #fff;
}
.btn-green:hover {
	opacity: .75;
}
/* .btn:hover, .btn:focus,
.btn:active {
	background: #F60034;
	color: #fff;
} */

/* ****Video**** */
.video {
	height: 230px;
}

.logo {
    max-width: 160px;
    height: auto;
    width: 94%;
} 		
.logo-img {
	width: 71%;
}

/* ****Background Image**** */
.bg-img {
	height: 100%;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.bg-img img {
	width: 100%;
}
.bg-img.circle {
    width: 130px;
    height: 130px;
    margin: auto;
    background: #fff;
    border: 2px solid #333;
    border-radius: 50%;
    overflow: hidden;
    /* -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3); */
}

/* ****Overlay**** */
.overlay {
	position: relative;
}
section.overlay:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
    right: 0;
	bottom: 0;
    left: 0;
	z-index: 0;
    background: transparent;
    opacity: .7;
}

/* ****Container**** */

/* ****Hidden**** */
.hide {
	display: none;
}
.active .hide {
	display: block;
}

/****** Slick Slider *****/
.slider .slick-track {
	display: flex;
}
.slider .slide {
	margin: 15px;
	align-self: center;
}
.slider .slide img {
	width: 100%;
}
.slick-dots li button::before {
    font-size: 12px;
}
.btn-bottom .slick-arrow {
	background: #C23937;
	font-size: 30px;
	color: #fff;
	width: 40px;
	text-align: center;
	font-weight: 100;
	line-height: 1.4;
	position: absolute;
	bottom: 0;
	cursor: pointer;
	z-index: 1;
}
.btn-bottom .slick-arrow.fa-angle-right {
	right: calc(50% - 52px);
}
.btn-bottom .slick-arrow.fa-angle-left {
	left: calc(50% - 52px);
}
.btn-bottom .slick-list {
	margin-bottom: 40px;
}

/****** Slick Slider *****/
.dots a::after {
    content: "";
	position: absolute;
    width: 4px;
    height: 4px;
	border-radius: 50%;
    background: #00B55A;
    top: 13px;
	right: -12px;
}
.lines a::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 80%;
	background: red;
	border-radius: 50%;
	bottom: 0;
	left: 10px;
}

.list li {
    position: relative;
    padding-left: 15px;
}
.list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: red;
    border-radius: 50%;
    background: #00B55A;
}
.h-100 {
    height: 100vh !important;
}
.limit-height {
    height: 67px;
    overflow: hidden;
}

/****** Content *****/
.content-absolute {
	position: absolute;
	top: 145px;
	width: 100%;
	height: 100%;
}

.content-absolute1 {
	position: absolute;
	top: 20px;
	width: 100%;
	height: 100%;
}

.up-right .left {
    /* height: 100%; */
    z-index: 1;
    position: relative;
}
.up-right .right {
    position: relative;
    margin-top: -10%;
    margin-left: -15%;
    height: 100%;
}
.down-right .left {
    height: 100%;
    position: relative;
    z-index: 1;
}
.down-right .right {
    position: relative;
    margin-top: 10%;
    margin-left: -15%;
    height: 100%;

}
.down-left .left {
    position: relative;
    margin-top: 10%;
    margin-right: -15%;
    /* z-index: -1; */
}
.down-left .left {
    height: 100%;
}
.center-right .left {
    margin-right: -15%;
    height: 100%;
}
.center-right .right {
    height: 80%;
    overflow: hidden;
    top: 10%;
    position: relative;
}
.center-left .left {
    height: 80%;
    overflow: hidden;
    top: 10%;
    position: relative;
    z-index: 1;
}
.center-left .right {
    margin-left: -15%;
    height: 100%;
}
figcaption{
	 
	font-size: 14px;
		color: black;
		font-family: times new roman;

}


#section2 {
	height: 480px;
  }

  .sec-2-img{
	width: 100%;
	height: 100%;
  }