/*********************************************************************************
common styles
***************/
body {
	color: #939393 !important;
	font-family: "Questrial", sans-serif!important;
	font-size: 16px !important;
	background: url(../img/body-back.jpg) no-repeat center bottom !important;
	background-size: 100% !important;
	background-attachment: fixed !important;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin: 0px !important;
	padding: 0px !important;
}
a {
	color: #c18f3e !important;
	cursor: pointer;
	text-decoration: none !important;
}
a:active {
	box-shadow: none !important;
}
p {
	line-height: 22px;
	margin-bottom: 10px !important;
	font-size: 16px !important;
}
h1 {
	font-size: 35px !important;
	font-weight: 700!important;
	line-height: 40px !important;
	margin-bottom:10px!important;
}
h2 {
	font-size: 28px !important;
	font-weight: 600!important;
	line-height: 35px !important;
	margin-bottom:8px!important;
}
h3 {
	font-size: 25px !important;
	font-weight: 600!important;
	line-height: 30px !important;
	margin-bottom:6px!important;
}
h5 {
	font-size: 18px!important;
	font-weight: 700!important;
	margin-bottom: 5px!important;
}
.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.no-padding-right {
	padding-right: 0px !important;
}
.no-padding-left {
	padding-left: 0px !important;
}
/*********************************************************************************
colored text and buttons
***************/
.text-orange {
	color: #ffa409
}
.btn {
	padding: 10px 25px !important;
	border-radius: 5px !important;
	font-size: 16px!important;
	text-transform: capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.btn-submit {
	background: #c18f3e;
	color: #fff!important;
}
.btn-cancel {
	background: #ff5d05;
	color: #fff!important;
}
.btn:hover {
	background: #333 !important;
	color: #fff !important;
}
.btn-reg-btm{ 
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #c18f3e;
    color: #fff!important;
    text-transform: uppercase; 
	border-top: 1px solid #fff6f6 !important;
    border-radius: 0 !important;
	display: none!important;
} 
.btn-more {
	position: relative;
	z-index: 1;
	overflow: hidden;
	line-height: 19px;
	margin-top: 15px;
	padding: 15px 30px;
	text-align: center;
	text-transform: capitalize;
	display: inline-block;
	color: #c18f3e!important;
	background: transparent;
	border:1px solid #c18f3e;
	border-radius: 50px;
}
.btn-more::before {
 content: "";
 position: absolute;
 left: 35px;
right: 35px;
top: 35px;
bottom: 35px;
 opacity: 0;
 background: #c18f3e;
 -moz-transition: all 0.2s ease-out 0s;
 -webkit-transition: all 0.2s ease-out 0s;
 -ms-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 transition: all 0.2s ease-out 0s;
 z-index: -1;
 border-radius: 50px;
}
.btn-more:hover {
	color: #000!important;
}
.btn-more:hover::before {
 left: 0;
right: 0;
top: 0;
bottom: 0;
 opacity: 1;
}
/*********************************************************************************
header styles
***************/
header {
	width: 100%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;
	z-index: 99;
	border-bottom: 1px solid #d9953024;
}
/*logo bar*/
header .logo-bar {
}
header .logo-bar .container {
	position: relative;
}
header .logo {
	display: block;
	padding: 13px 0;
}
header .logo img {
	max-width: 100%;
}
/* nav bar */
header .nav-bar {
	margin: 17px 0 18px;
}
header .nav-bar .scroll-left, header .nav-bar .scroll-right {
	width: 30px;
	padding: 32px 0;
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: none;
}
header .nav-bar .scroll-left {
	background: url(../img/icon-arrow-left.png) no-repeat center #fff;
	background-size: 10px;
	left: 0;
}
header .nav-bar .scroll-right {
	background: url(../img/icon-arrow-right.png) no-repeat center #fff;
	background-size: 10px;
	right: 0;display:none !important;
}
header .nav-bar .nav-container {
	white-space: nowrap;
	overflow-x: auto;
	margin-right: 30px;
}
/*site nav*/
header .site-nav {
	float:right
}
/*********************************************************************************
section styles
***************/
section.slider {
	position:relative;
	overflow: hidden;
}
section.slider .slider-overlay {
	background:#fff;
	opacity:0;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
}
section.slider img {
	max-width: 100%!important;
}
/**/
section.contents {
}
/*main heading*/
.main-head {
	font-size: 40px !important;
	font-weight: 400!important;
	line-height: 40px !important;
	margin-bottom: 25px!important;
	color: #c18f3e;
	text-align: center;
}
.main-head span {
	display: block;
	margin-top: 5px;
	font-size: 15px !important;
	line-height: 24px;
	color: #999;
	font-weight: 400;
	text-transform: initial;
}
.main-head span.brdr {
	width: 45px;
	height: 2px;
	margin: 15px auto !important;
	display: block;
	background: #0772ca;
	border-radius: 2px;
}
.main-head span.brdr:before {
	content: '';
	width: 15px;
	height: 2px;
	display: table;
	margin-left: -20px;
	background: #ffa409;
	border-radius: 2px;
}
.main-head span.brdr img {
	width: 32px;
	height: 41px;
	margin: auto;
	margin-top: -27px
}
.sub-head {
	font-size: 25px !important;
	font-weight: 700;
	color: #ccc;
	margin-bottom: 15px !important;
}
/*about row*/

.abt-row {
	padding: 50px 0 50px;
	position: relative;
}
.abt-row .main-head {
}
.abt-row .abt-col {
	max-width: 865px;
	margin: 40px auto 0;
	text-align: center;
}
.abt-row .abt-col p {
}
.abt-row .img-col {
	max-width: 200px;
	margin: 0 auto 15px;
}
.abt-row .img-col img {
	max-width: 100%;
}
/*venue row*/

.vnue-row {
	padding: 50px 0 50px;
	position: relative;
	text-align: center;
}
.vnue-row .vnue-col img {
	max-width: 100%;
	border-radius: 15px;
}
.vnue-row .vnue-col .nm-hotel {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: table;
	margin: 30px auto 15px!important;
	padding: 5px 0!important;
}
.vnue-row .vnue-col .nf-hotel {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.vnue-row .vnue-col .dt-evnt {
	color: #fff;
	font-size: 25px!important;
	font-weight: 300;
}
/**/
section.contents .content-bar {
	padding: 40px 0 30px;
}
/* page banner*/
.banner-bar {
	padding: 10px 0;
	background: #c18f3e28;
}
.banner-bar .banner-content {
}
.banner-bar .banner-content .banner-col {
}
.banner-bar .banner-content h1 {
	color: #fff;
	font-weight: 400!important;
	text-transform: capitalize;
	line-height: 35px;
	position: relative;
}
.banner-bar .banner-content h1 span.brdr {
	width: 45px;
	height: 1px;
	margin: 10px 0 0 !important;
	display: block;
	background: #c18f3e;
	border-radius: 2px;
}
.banner-bar .banner-content p {
	color: #fff;
	margin: 0px 0 0px !important;
}
/*location*/
.location {
	list-style: none;
}
.location li {
	color: #ffffffc7 !important;
	text-transform: capitalize;
	float: left;
	width: auto;
	margin: 0px 10px 0px 0 !important;
}
.location li:last-child {
	margin-right: 0px !important;
}
.location li a:after {
	content: '/';
	font-family: 'FontAwesome';
	margin-left: 10px;
	color: #ffffffc7;
}
.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}
.location li a {
	color: #ffffffc7 !important;
}
.location li a:hover {
	color: #c18f3e !important;
}
.location li a.active {
	color: #c18f3e !important;
}
/* core classes */

.under-cons {
	max-width: 80%;
	display: table;
	margin: 0 auto;
}
.col-bar {
}
.col-bar:after {
	content: '';
	display: table;
	clear: both;
}
.col-bar .col-head {
	width: 100%;
	padding: 0 15px;
}
.col-bar .col .txt-title {
	display: none;
}
.col-bar .cont-col {
}
.col-bar .img-col {
	position: relative;
}
.col-bar .img-col:after {
	content: '';
	position: absolute;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	background: rgba(0, 85, 175, 0.39);
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.col-bar .img-col img {
	max-width: 100%;
}
.col-bar .img-col a {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.col-bar .img-col a .fa {
	background: #fff;
	border-radius: 5px;
	color: #0195ff;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-size: 20px;
}
.col-bar .img-col:hover:after {
	opacity: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.col-bar .img-col:hover a {
	opacity: 1;
}
.col-bar .file-col {
}
.col-bar .file-col img {
	max-width: 100%;
}
.col-bar .video-col {
}
.col-bar .video-col video {
	width: 100%;
}
.cont-bar {
/*padding-top:50px;
	padding-bottom:50px;*/
}
 .cont-bar::before {
/*content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: red; */
}
/* core classes ends here*/

.pg-all .main-head {
	max-width: inherit;
	margin: 0 0 10px!important;
	text-align: left;
}
.pg-all .main-head span.brdr {
	margin: 15px 0 15px 20px !important;
}
.pg-all h3 {
	color: #fff;
	font-weight: 400!important;
	margin-bottom: 10px!important;
}
.pg-all .col-desc p {
	text-align: justify;
	margin-bottom: 18px!important;
}
.pg-all .col-row .img-col:hover:after, .pg-all .col-row .img-col:hover a {
	display: none;
}
.abt-us {
	margin-bottom: 25px;
}
.abt-us .col-row {
	margin:0 -15px;
}
.abt-us .col-row .col {
	padding: 30px 25px;
}
.abt-us .col-row:nth-child(odd) .col {
 float:right;
}
.abt-us .col-row:nth-child(even) .col {
 float:left;
}
.abt-us .col-row .col-img {
	width: 40%;
}
.abt-us .col-row .col-desc {
	width: 60%;
}
.abt-us .col-row:after {
	content: '';
	display: table;
	clear: both;
}
/**/

.why-chse-intr {
	text-align: center;
	max-width: 850px;
	display: table;
	margin: 0 auto 15px;
}
.why-chse {
	text-align: center;
}
.why-chse .col-row {
	width: calc(33.3333% - 30px);
	float: left;
	padding: 15px;
	margin: 15px 15px;
	background-color: #0000008c;
	border: 1px solid #c18f3e26;
}
.why-chse .col-row .col p {
	font-size: 15px!important;
	margin: 5px 0px 0!important;
}
.why-chse .col-row .col-img img {
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}
.why-chse .col-row .col-img .txt-title {
	display: block;
	font-weight: 600;
	color: #c18f3e;
	margin-bottom: 5px!important;
}
.why-chse .col-row .img-col:hover:after, .why-chse .col-row .img-col:hover a {
	display: none;
}
.why-chse:after {
	content: '';
	display: table;
	clear: both;
}
/* venue Page */
.venue-pg {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.venue-pg .col-row {
	padding: 0 15px;
	width: 33.3333%;
	margin-bottom:20px;
}
 /*
.venue-pg .col-row:nth-child(1) {
 order: 2;
}
.venue-pg .col-row:nth-child(3) {
 order: 3;
}
.venue-pg .col-row:nth-child(4) {
 order: 4;
}
 .venue-pg .col-row:nth-child(2) {
 width: 100%;
 order: 1;
 text-align: center;
}*/

.venue-pg .col-row:nth-child(2) .col-desc {
 max-width: 950px;
 margin: auto;
}
.venue-pg .col-row:nth-child(2) .col-desc .main-head {
 display: none;
}
.venue-pg .col-row:nth-child(2) .col-desc .nm-hotel {
 text-transform: uppercase;
 letter-spacing: 4px;
 color: #fff;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 display: table;
 margin: 15px auto 15px!important;
 padding: 5px 0!important;
}
.venue-pg .col-row:nth-child(2) .col-desc .nf-hotel {
 text-transform: uppercase;
 letter-spacing: 2px;
}
.venue-pg .col-row:nth-child(2) .col-desc .dt-evnt {
 color: #fff;
 font-size: 25px!important;
 font-weight: 300;
} 
/* models page */
.modls {
	margin: 0px -15px;
}
.modls .col-row {
	width: 80%;
	margin-bottom: 30px;
	padding: 15px;
	background: linear-gradient(124deg, #c18f3e9c 0%, #ffffff0d 90%);
	border: 1px solid #4c3819;
	border-radius: 3px;
}
.modls .col-row .col p {
	margin: 5px 0px 0!important;
	color: #ffffffd3;
}
.modls .col-row .col-desc p.txt-title {
	display: block;
	font-size: 22px!important;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px!important;
}
/* charity page */
.charity-pg {
	text-align: center;
}
.charity-pg img {
	max-width: 200px;
	margin-bottom: 15px;
}
/* Career Page */
.career-pg {
}
.career-pg img {
	max-width: 100%;
}
/* Contact Us Page */
.contact-pg {
}
.contact-pg .col-row {
}
.contact-pg .col-row:after {
	content: '';
	display: table;
	clear: both;
}
.contact-pg .cont-col {
	margin: 0 -10px;
}
.contact-blk {
	position: relative;
	float: left;
	width: calc(33.3333% - 20px);
	margin: 0 10px 15px;
	padding: 0 10px 15px;
	border-radius: 15px;
	height: 80px;
	background: linear-gradient(0deg, #f9f9f9 0%, #ffffff 50%);
}
.contact-blk .h-icon {
	width: 60px;
	height: 60px;
	padding: 8px;
	background: #0195ff;
	border-radius: 10px;
	float: left;
}
.contact-blk .h-icon .h-icon-inner img {
	max-width: 100% !important;
}
.contact-blk .cont-text {
	width: calc(100% - 60px);
	float: left;
	padding: 0 10px 0 10px;
}
.contact-blk .cont-text p {
	line-height: 24px;
}
.contact-pg .contact-form {
	max-width: 700px;
	width: 100%;
	margin: 50px auto 0;
}
/* Contact Form */
.contact-pg .enq-form {
	margin: 0 10px;
}
.contact-pg .enq-form h2 {
	font-weight: 700 !important;
}
.contact-pg .enq-form p {
	line-height: 24px;
	margin-bottom: 20px !important;
	text-align: center;
}
.contact-pg .enq-form .btn-submit {
	margin: 10px auto;
	display: table;
}
/* sponsorship form */
.sponsor-pg h3 {
	text-align: center;
	margin-bottom: 25px!important;
}
.sponsor-pg .sponsor-form {
	max-width: 750px;
	margin: 0 auto;
}
.sponsor-pg .sponsor-form .btn-submit {
	margin: 10px auto;
	display: table;
}
/* enquiry box */
.modal-dialog.frm-model {
	width: 95%;
	max-width: 500px;
}
.modal-dialog.frm-model .modal-content {
	border-radius: 0px;
	overflow: hidden;
}
.modal-dialog.frm-model .modal-content .close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../img/icon-close.png) no-repeat;
	text-shadow: none;
	padding: 0px 5px 5px;
	width: 13px;
	height: 15px;
	background-size: 100%;
	opacity: 1;
}
.modal-dialog.frm-model .frm-content {
	padding: 20px 30px 30px;
}
.modal-dialog.frm-model .frm-content h4 {
	color: #666;
	font-weight: 400;
	margin-bottom: 20px !important
}
.modal-dialog.frm-model .frm-content h4 b {
	color: #ff8d00;
	font-weight: 600;
}
.modal-dialog.frm-model .frm-content label {
	margin-bottom: 0;
}
.modal-dialog.frm-model .frm-content .form-control {
	border-color: #666;
	border-radius: 0 !important;
}
.modal-dialog.frm-model .frm-content select.form-control {
}
.modal-dialog.frm-model .frm-content label.error {
	background: #c85e53;
	color: #fff;
	padding: 0 8px;
	border-radius: 2px;
	font-size: 11px
}
.modal-dialog.frm-model .frm-content label.error:before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #c85e53;
	position: absolute;
	top: -12px;
	left: 20px;
}
.modal-dialog.frm-model .frm-content .btn-submit {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 7px !important;
}
/*after open popup*/
.modal.fade .modal-dialog.frm-model {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}
.modal.show .modal-dialog.frm-model {
	-webkit-transform: translate(-50%, -53%);
	transform: translate(-50%, -53%);
}
/*tables*/
section.contents .mytable {
}
section.contents .mytable caption {
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: 600;
}
section.contents .mytable th {
	background: #00839f;
	color: #fff;
	font-weight: 600;
	vertical-align: middle !important;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	height: 40px;
}
section.contents .mytable td {
	vertical-align: middle !important
}
section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
section.contents .mytable tbody>tr>td {
	text-align: center;
	font-size: 14px;
}

/*#content .mytable tr:nth-child(odd){ background:#c6e093}*/
section.contents .mytable tr:nth-child(odd) {
 background: #e9faf9;
}
section.contents .mytable tr:hover {
	background: #eee
}
/*********************************************************************************
list styles start
***************/
.pg-all ul {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 15px 25px !important;
}
.pg-all ul li {
	line-height: 24px;
	text-indent: -23px;
}
.pg-all ul li:before {
	content: "\f138";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #c18f3e;
}
.pg-all ul li li:before {
	content: "- ";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 16px;
	color: #c18f3e;
}
/* ********************************************************************************
default form styles start
************** */
.form-group {
	margin-bottom: 20px !important;
	position: relative;
}
.form-group label {
	font-weight: normal;
	position: relative;
}
.form-group label.error {
	background: #c3511a;
	color: #fff;
	padding: 2px 8px;
	border-radius: 2px;
	font-size: 12px;
	position: absolute;
	font-weight: normal;
	left: 0px;
}
 .form-group label.error::before {
 content: "\f0d8 ";
 font: normal normal normal 20px/1 FontAwesome;
 color: #c3511a;
 position: absolute;
 top: -14px;
 left: 20px;
}
.form-group label .str {
	font-size: 16px;
	color: #f45404;
	line-height: 0;
	position: absolute;
	bottom: 12px;
	left: calc(100% + 5px);
}
.form-group .form-control {
	border-radius: 4px !important;
	height:42px;
	font-size: 13px;
	padding: 10px 10px;
	border-color: #c18f3e7a;
	box-shadow: inherit;
	background: transparent;
	color: #939393;
}
.form-group select.form-control {
}
.form-group input[type=date] {
	text-transform: uppercase;
}
.form-group input[type=file] {
	border: 0 !important;
	padding: 10px 0;
}
.form-group textarea {
	resize: none;
}
.form-group .label-radio {
	margin-right: 15px;
}
.form-group input[type=radio] {
	margin-right: 5px;
}
.form-group input[type=checkbox] {
	margin-right: 5px;
}
.form-group .checkbox, .form-group .radio {
	margin-top: 0px;
}
.form-group .checkbox a {
	color: #e16d18 !important
}
.form-group .form-control:focus {
	box-shadow: none;
	border-color: #f4b724
}
.form-group.file-block {
}
.form-group.file-block .file-btn-block {
	position:relative;
	display: table;
}
.form-group.file-block .file-btn-block a.file-btn {
	display: block;
	border: 1px solid #f87500;
	background: #fff;
	color: #f87500 !important;
	border-radius: 3px;
	padding: 10px 15px 9px;
}
.form-group.file-block .file-btn-block a.file-del {
	color: #999 !important;
	background: #fff;
	border: 1px solid #999 !important;
	top:15px;
	right: -7px;
	position: absolute;
	cursor: pointer;
	font-size: 18px;
	z-index: 99;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
}
/*********************************************************************************
footer styles
***************/
footer {
}
.footer-row-top {
	padding: 10px 0 10px;
}
footer .logo {
	display: block;
}
footer .logo img {
	max-width: 70px;
	margin: 15px 0;
}
footer p {
}
footer p a {
}
footer h3 {
	text-align: left;
	color: #c18f3e;
	font-size: 18px!important;
	font-weight: 400!important;
	margin-bottom: 5px !important;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}
footer h3 span {
	background: #000;
	display: table;
	padding-right: 10px;
}
footer h3:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #c18f3e38;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: -1;
}
/* footer site nav*/
footer .site-nav ul {
	list-style: none;
	margin-bottom: 20px !important;
	font-weight: 300;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
footer .site-nav ul li {
	line-height: 25px;
}
footer .site-nav ul li i {
	margin-right: 8px;
	display: none;
}
footer .site-nav ul a {
	color: #939393 !important;
	text-align: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
/*social nav*/
footer .social-nav ul {
	list-style: none;
	overflow: hidden;
	margin: 15px 0 !important;
}
footer .social-nav li {
	float: left;
	margin-right: 10px !important;
}
footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important;
	color: #b9ccdf !important;
}
footer .social-nav li a .fa {
	color: #fff !important;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	padding-left: 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	background: #393939
}
footer .social-nav ul a .fa-facebook {
	background: #3b5a9a;
}
footer .social-nav ul a .fa-twitter {
	background: #1d9bf0;
}
footer .social-nav li a .fa-linkedin {
	background: #117bb8;
}
footer .social-nav ul a .fa-instagram {
	background: #813cac;
}
footer .social-nav ul a .fa-youtube {
	background: #f51e1e;
}
footer .social-nav li a:hover .fa {
	background: #fff;
	color: #19395a!important;
}
footer iframe {
	width: 100%;
	height: 200px;
	border: 0;
}
footer .footer-row-bottom {
	border-top:1px solid #c18f3e38;
}
footer .footer-row-bottom .copy {
	margin: 12px 0!important;
	text-align: center;
}
footer .footer-row-bottom .co-name {
	margin-right: 5px;
	color: #c18f3e;
}
/* top button*/ 
#goTop.open {
	bottom: 60px;
}
#goTop {
	width: 45px;
	height: 45px;
	line-height: 45px;
	position: fixed;
	bottom: 105%;
	right: 20px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #000!important;
	text-align: center;
	cursor: pointer;
	background: #c18f3e;
	transition: 1s ease;
}
#goTop:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
