@charset "utf-8";
/* CSS Document */
body {
	overflow-x: hidden;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
/*global css*/
* {
	margin: 0;
	padding: 0;
	border: none;
	transition: 0.5s;
}
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
ul {
	margin: 0;
}
ul, li {
	list-style: none;
	color: #FFFFFF;
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
a {
	color: #a9a9a9;
	;
	text-decoration: none;
	outline: none;
	border: none;
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	color: #25417b;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
h6 {
	color: #ffffff;
	font-size: 14px;
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
/* close global css*/
p {
	margin-bottom: 15px;
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	color: #909090;
	font-size: 16px;
	margin-bottom: 25px;
}
section {
	padding: 25px 0;
}
.padding-top40 {
	padding-top: 40px;
}
.text-white {
	color: #ffffff;
}
.form-group {
	margin-top: 10px;
}
label {
	font-size: 14px;
	color: #676767;
}
.row.white {
	background: #fff;
}
/*close global css*/



/*top-area*/

.top-content p {
	color: #222;
	font-size: 18px;
	margin-top: 23px;
}
.top-content ul li {
	display: inline-block;
	margin: 20px 0px;
}
.top-content p a {
	color: #469ea8;
	text-decoration: none;
}
.top-content ul li i {
	display: inline-block;
	line-height: 37px;
	font-size: 16px;
	background: #58220a;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	margin-top: 0px;
}
.top-content ul li i:hover {
	background: #409491;
}
/*close-top-area*/

/*banner-area*/

.banner-area {
	background: url(../img/banner.jpg) no-repeat top center;
	width: 100%;
	background-size: cover;
}
.banner-content {
	background: #ffffffc7;
	padding: 10px;
	margin: 5em 0;
}
.banner-content img {
	padding-top: 30px;
}
.banner-content p {
	color: #222;
	font-size: 25px;
	line-height: 35px;
	margin: 10px 0px 20px 0;
}
.banner-content h2 {
	text-transform: unset;
	font-family: 'Oleo Script', cursive;
	font-size: 45px;
	letter-spacing: 3px;
	line-height: 60px;
	margin-top: 10px;
	color: #ff7c00;
}
button.btn.btn-default.contact {
	background: no-repeat;
	border: 2px #7b9200 solid;
	border-radius: 1px;
	color: #7b9200;
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
}
.btn.btn-default.contact:hover {
	border: 2px #7b9200 solid;
	background: #7b9200;
	color: #fff;
	transform: 0.8s;
}
/*close-banner-area*/

/*about-area*/
.about-pic img {
	margin: 40px 0px;
}
.about-content h2 {
	color: #ff7c00;
	font-weight: 500;
	font-size: 26px;
}
.about-content p {
	color: #677474;
	font-size: 16px;
	line-height: 26px;/*text-align: justify;*/
}
.about-content {
	margin-top: 3em;
}
/*.about-content h2:before {
    width: 4px;
    height: 35px;
    background: #007f7f;
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    margin-top: 0px;
}*/



/*close-about-area*/

/*service-area*/

.service-area {
	margin-top: 10px;
	margin-bottom: 40px;
}
.container_service {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.container_service img {
	width: 100%;
}
.row.bord {
	border-top: 1px #a2a5a5 solid;
	padding-top: 25px;
	border-bottom: 1px #a2a5a5 solid;/*padding-bottom: 25px;*/
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #58220ac4;
}
.container_service:hover .overlay {
	opacity: 1;
}
.text p {
	color: white;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
/*close-service-area*/

/*vid-area*/

.vid-content h2 {
	color: #ff7c00;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 5px 0;
}
.vid-content p span {
	color: #409491;
}
.vid-content p {
	color: #171717;
	font-size: 18px;
	font-weight: 500;
	margin-top: 0;
}
.vid-content img {
	margin-bottom: 40px;
}
.vid-area {
	margin-bottom: 40px;
}
/*close-vid-area*/

/*footer-area*/

button.btn.btn-default.more {
	background: #d95864;
	border: none;
	border-radius: 0px;
	color: #fff;
	margin-top: 15px;
	font-size: 14px;
}
.footer-area {
	background: #1f1b1b;
}
.add-area {
	margin-bottom: 40px;
}
.add-area {
	margin-top: 3em;
}
.add-area img {
	width: 250px;
	margin-top: 5px;
}
.add-area h3 {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.add-area h3:before {
	width: 3px;
	height: 23px;
	background: #fff;
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	margin-top: -3px;
}
.add-area.second h3:before {
	width: 3px;
	height: 23px;
	background: #fff;
	position: absolute;
	content: "";
	left: 20px;
	right: 0px;
	margin-top: -3px;
}
.add-area.last h3:before {
	width: 3px;
	height: 23px;
	background: #fff;
	position: absolute;
	content: "";
	left: 45px;
	right: 0px;
	margin-top: -3px;
}
.add-area.last p i {
	margin-right: 5px;
}
p.social a i {
	color: #d95864;
}
.add-area.last {
	margin-left: 45px;
}
.add-area p {
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 0px;
}
.add-area p a {
	color: #fff;
	text-decoration: none;
}
.add-area.last p {
	padding: 0px;
}
.add-area.second {
	margin-left: 20px;
}
.add-area ul li {
	display: inline-block;
	padding: 5px 0 0px 0px;
}
.add-area ul li a {
	color: #222;
	font-size: 20px;
}
.add-area ul li i {
	display: inline-block;
	line-height: 31px;
	font-size: 15px;
	background: #58220a;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	margin-top: 0;
}
.add-area ul li i:hover {
	background: #409491;
}
.add-area.second p span {
	font-weight: 600;
	margin-right: 5px;
}
/*close-footer-area*/

/*bottom-footer*/

/*.bottom-footer {
    background: #667373;
}*/
.poly-area p {
	color: #222;
	padding: 8px 0px;
	font-size: 14px;
	margin: 0px;
}
.poly-area p a {
	color: #222;
	text-decoration: none;
}
#video_placeholder1 {
	width: 100%;
	cursor: pointer;
}

/*close-bottom-footer*/


/*responsive-start*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {
.vid-content p {
	font-size: 15px;
}
.add-area p {
	font-size: 13px;
}
.poly-area p {
	font-size: 12px;
}
}
 @media screen and (min-width: 600px) and (max-width: 992px) {
.banner-content {
	margin-top: 15% !important;
}
}
 @media screen and (min-width: 320px) and (max-width: 1024px) {
.top-content {
	text-align: center;
}
.top-content ul li i {
	line-height: 30px;
	width: 30px;
	height: 30px;
}
button.btn.btn-default.contact {
	font-size: 15px;
	padding: 8px 18px 8px 18px;
	margin-bottom: 20px;
}
.top-content ul li {
	margin: 0px 0px;
}
.banner-content h2 {
	font-size: 30px;
	line-height: 40px;
}
.banner-content p {
	font-size: 20px;
	margin: 10px 0px;
}
.about-pic img {
	margin: 20px 0px;
	width: 100%;
}
.about-content {
	padding-left: 0px;
	margin-top: 1em;
}
.about-content h2 {
	font-size: 20px;
	margin-top: 1em;
	line-height: 28px;
}
.about-content p {
	font-size: 15px;
	line-height: 24px;
}
.container_service {
	margin-bottom: 20px;
}
.text p {
	font-size: 17px;
}
button.btn.btn-default.read {
	font-size: 14px;
	margin-bottom: 20px;
}
.vid-content h2 {
	font-size: 20px;
	margin-top: 0px;
	line-height: 28px;
}
.vid-content p {
	font-size: 15px;
	line-height: 24px;
	margin-top: 0px;
}
.vid-content img {
	width: 100%;
}
.add-area.last {
	margin-left: 0px;
}
.add-area.last h3::before {
	left: 0px;
}
.add-area.second {
	margin-left: 0px;
}
.add-area.second h3::before {
	left: 0px;
}
.footer-content img {
	width: 200px;
}
.footer-content h2 {
	font-size: 17px;
}
.footer-content p {
	font-size: 15px;
}
.poly-area p {
	font-size: 12px;
	line-height: 18px;
}
.poly-area {
	text-align: left;
}
#video_placeholder1 {
	width: 100%;
}
}
 @media screen and (min-width: 320px) and (max-width: 991px) {
.top-content p {
	font-size: 15px;
	margin: 10px 0;
}
}
 @media screen and (min-width: 992px) and (max-width: 1024px) {
.top-content p {
	font-size: 15px;
}
}


/* @media only screen and (max-width: 768px) {


 @media only screen and (max-width: 480px) {
    
}*/
/*jssor slider loading skin spin css*/
