@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Special+Elite&family=Stack+Sans+Notch:wght@200..700&display=swap');

* {
	box-sizing: border-box;
}

@font-face {
	font-family: 'VTF Justina GEO';
	src: url('fonts/VTFJustinaGEO-Bold.woff2') format('woff2'),
		url('fonts/VTFJustinaGEO-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'VTF Justina GEO Ultra';
	src: url('fonts/VTFJustinaGEO-UltraBold.woff2') format('woff2'),
		url('fonts/VTFJustinaGEO-UltraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'VTF Justina GEO';
	src: url('fonts/VTFJustinaGEO-Regular.woff2') format('woff2'),
		url('fonts/VTFJustinaGEO-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'VTF Justina GEO Semi';
	src: url('fonts/VTFJustinaGEO-SemiBold.woff2') format('woff2'),
		url('fonts/VTFJustinaGEO-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}



/* root colors */
/* element-class: var(--value-value); */
:root {
	--bg-color: #ffffff;
	--primary-color: #292929;
	--c2-color: #292928;
	--c3-color: #292929;
	--accent: #b6410f;
	--bg: linear-gradient(to right, var(--accent3), var(--accent4));
	--card-height: 300px;
	--card-width: calc(var(--card-height) / 1.5);
	--loader: #fcfdfc;

	/* Fonts Root */
	--f1-font: "Arial", sans-serif;
	--f2-font: "Formula1", sans-serif;
	--f3-font: "Sprintura Demo", sans-serif;
	--f4-font: "Myriad Pro", sans-serif;
	--f5-font: "socialico", sans-serif;
	--f6-font: "VTF Justina GEO", sans-serif;
	--f7-font: "VTF Justina GEO", sans-serif;
	--f8-font: "VTF Justina GEO", sans-serif;
	--f9-font: "VTF Justina GEO", sans-serif;

}

/* Themes */
.dark-theme {
	--bg-color: #f0fffd;
	--bg2-color: #e0e0e0;
	--text-color: #060606;
}

.suspension-contain {
	max-height: 980px;
	overflow: hidden;
	position: relative;
}

html.suspended {
	background: rgba(0, 0, 0, 0.6);
}

body {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Lato', sans-serif
}

/* images Style */
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	font-style: italic;
	background-repeat: no-repeat;
	background-size: cover;
}

a {
	color: inherit;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
	padding: 0;
	margin: 0;
	line-height: 1;
}

.row {
	/* max-width: 1200px; */
	margin: 0 auto
}

/*floats*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*typography*/
.text-primary {
	color: #B11414;
}

.text-bold {
	font-weight: 700;
}

.text-uppercase {
	text-transform: uppercase
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left;
}

/*button*/
.button {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	display: inline-block;
	padding: 10px 30px;
	background: #fff;
	border: 1px solid transparent;
	transition: all 0.5s ease;
}

.button:hover {
	background: #ddd;
	border-color: #ddd;
	color: #ddd;
	color: #fff;
}

/* downdown css */
/* .dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	min-width: 290px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;

	background: #000;
	color: #000 !important;
	text-align: left;
}

.dropdown.show .dropdown-content {
    display: block;
}

.dropdown-toggle {
    cursor: pointer;
} */

/*clearings*/
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block !important;
	transform: none !important;
	bottom: 0 !important;
	left: 20px !important;
}

/*call to action*/
.cta {
	display: none;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

form .loading {
	display: none;
}

form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

form [type="submit"] {
	margin: 20px auto
}

/*contact form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.ctc-form ::placeholder {
	font-family: var(--f1-font);
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}

/* .ctc-form label::after {
	content: 'G';
	width: 100%;
	max-width: 22px;
	min-height: 22px;
	background-image: url(../images/content/1-1.png);
	z-index: 999;
} */

.ctc-form input[type="text"],
.ctc-form textarea {
	font-family: Arial;
	font-size: 16px;
	color: #000;
	height: 61px;
	display: block;
	width: 100%;
	background-color: #DAD9DA;
	border: none;
	border-bottom: 1px solid #67757B;
	border-radius: 1px;
	padding: 5px 39px;
	box-sizing: border-box;
	margin: 0 auto 8px
}

.ctc-form textarea {
	height: 150px;
	padding-top: 10px;

}

.ctc-form button {
	display: block;
	background: #CEB568;
	background: linear-gradient(180deg, rgba(206, 181, 104, 1) 0%, rgba(140, 105, 0, 1) 100%);
	border: none;

	padding: 16px 18px;
	border-radius: 4px;
	transition: .5s;
	cursor: pointer;
	margin: 0;

	font-family: var(--f9-font);
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
}

.ctc-form button img {
	margin-right: 20px;
}

.ctc-form .recap {
	display: inline-block;
}

.ctc-form .g-recaptcha div {
	margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
	display: none;
}

.ctc-form label {
	width: 100%;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #222222;
	line-height: 1.4;
	position: relative;
}

.ctc-form label::after {
	content: '';
	width: 19px;
	height: 19px;
	z-index: 99999;
	left: 0;
	top: 28%;
	position: absolute;
	display: inline-block;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.ctc-form .frm-name::after {
	background: url(../images/content/name-icon.png);
}

.ctc-form .frm-phone::after {
	background: url(../images/content/phone-icon.png);
}

.ctc-form .frm-mail::after {
	background: url(../images/content/mail-icon.png);
}

.ctc-form .frm-serv::after {
	background: url(../images/content/ser-icon.png);
}

.ctc-form .frm-date::after {
	background: url(../images/content/date-icon.png);
}

.ctc-form .frm-time::after {
	background: url(../images/content/time-icon.png);
}

.ctc-form .frm-mess::after {
	background: url(../images/content/mess-icon.png);
}

/*gallery*/
#content .gallery-container {
	text-align: center;
}

#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .gallery li {
	display: inline-block;
}

#content .thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: .42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
	transform: scale(1.02);
}

#content .page_navigation {
	display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
	background-color: #eceeef;
	border-color: #ddd;
	color: #014c8c;
	text-decoration: none;
}

h1 {
	font-size: 100px;
	font-weight: 100;
	color: #000;
}

/* ================ Header CSS section ================  */
#header {
	background: #171A1F;

	width: 100%;
}

#header .row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	width: 100%;
	max-width: 1920px;
}

#header .top-container {
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

/* Top Content */
#header .top-container .inner-top-con {
	width: 100%;
	min-height: 33px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	background-color: #CEB568;
}

#header .top-container .inner-top-con .lcon {
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

#header .top-container .inner-top-con .lcon h4 {
	/* font-family: var(--f6-font); */
	font-family: 'VTF Justina GEO';
	font-size: 15px;
	color: #17191F;
	font-weight: 700;
}

#header .top-container .inner-top-con .rcon {
	width: 100%;
	padding: 0 33px 0 0;

	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
	gap: 62px;
}

#header .top-container .inner-top-con .rcon .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 15px;
}

#header .top-container .inner-top-con .rcon a {
	font-family: var(--f6-font);
	font-size: 16px;
	color: #17191F;
	font-weight: 700;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}

#header .top-container .inner-top-con .rcon a .span-1 {
	font-family: var(--f7-font);
	font-size: 15px;
	color: #17191F;
	font-weight: 400;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

#header .inner-bot-con {
	width: 100%;
	min-height: 104px;
	padding: 10px 30px 10px 112px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	gap: 10px;
}

#header .inner-bot-con .lcon h3 {
	font-family: var(--f8-font);
	font-size: 18px;
	color: #CDB467;
	font-weight: 400;
	letter-spacing: 3px;
}

#header .inner-bot-con .rcon .btn {
	background: #CEB568;
	background: linear-gradient(180deg, rgba(206, 181, 104, 1) 0%, rgba(140, 105, 0, 1) 100%);

	padding: 17px 20px;
	border-radius: 4px;
	transition: .5s;
	cursor: pointer;
	position: relative;
	z-index: 99;
}

#header .inner-bot-con .rcon .btn:hover {
	transform: scale(1.07);
}

#header .inner-bot-con .rcon .btn a {
	font-family: var(--f6-font);
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 22px;
}


/* dropdown */
#header .bott-container nav ul li ul.dropdown-menu {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #000;
	list-style: none;
	padding: 10px;
	margin: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	z-index: 999;
}

#header .bott-container nav ul li ul.dropdown-menu li a {
	padding: 0;
	white-space: nowrap;
	color: #fff;
	text-align: left;
}

#header .dropdown-menu li ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#header .bott-container nav ul li:hover>ul.dropdown-menu {
	display: block;
}

/* #header .bott-container nav ul li a:hover {
	color: #ffffff;
} */
/* Nav Header css */
#header .bott-container {
	width: 100%;
	max-width: 1080px;

	/* border: 1px solid #fff; */

	margin: -137px 0 0 0;

	position: relative;
	z-index: 99;
}

#header nav a#pull {
	display: none
}

#header nav ul {
	margin: 0;
	padding: 0;
}

#header nav ul li {
	display: inline-block;
	vertical-align: middle;
}

#header nav ul li a {
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: var(--f8-font);

	padding: 0px 27px 0 0;
	margin: 20px 0 0 0;
	display: inline-block;
	/* border-bottom: 5px solid #ffffff; */
}

#header nav ul li:nth-of-type(6) a {
	padding: 0;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
	color: #CEB568;
	/* border-bottom: 5px solid #fff; */
}

#header .hdRight {
	text-align: right;
}

#header .hdRight p {
	line-height: 1;
	margin: 0;
	color: #fff;
}

#header .hdRightBot {
	padding-top: 20px;
	border-top: 1px solid #222222;
	margin-top: 15px;
}

#header .hdSocial a {
	font-family: "socialico";
	font-size: 35px;
	color: #007FFF;
}

#header .hdSocial a:hover {
	color: #FFFFFF;
}

#header .hdPhone {
	font-size: 22px;
	vertical-align: top;
}

#header .hdPhone img {
	vertical-align: bottom;
}

#header .hdEmail {
	font-size: 16px;
}

#header .hdInfo,
.hdPhone {
	display: inline-block;
}

#header .hdInfo {
	border-left: 1px solid #222222;
	margin-left: 15px;
	padding-left: 15px;
	text-align: center;
}

/* ================ Header CSS section ================  */

/* ================ Banner CSS section ================  */
#banner {
	background: url(../images/content/banner-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;

	margin: -120px 0 0 0;
	z-index: 1;
	position: relative;
}

#banner .row {
	width: 100%;
	min-height: 942px;
	padding: 0;
	text-align: right;

	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	gap: 29px;

	padding: 10px 10px 326px 10px;
}

#banner .text {
	display: inline-block;
	vertical-align: top;
	width: 462px;
	height: 462px;
	margin: 108px 0 0;
	padding: 10px;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
	background: rgb(0, 45, 78, 0.8);
	margin-right: -120px;
}

#banner .text .bnBox {
	width: 100%;
	height: 100%;
	padding: 20% 2% 0;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	box-sizing: border-box;
	border-color: rgb(255, 255, 255, 0.8);
}

#banner .text h2 {
	padding: 0 0 20px;
	font-size: 40px;
	font-weight: 900;
}

#banner .text p {
	font-size: 18px;
	line-height: 122%;
	font-weight: bold;
}

#banner .text p .button {
	margin: 10px 0 0;
}

#banner h2 {
	font-size: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: var(--f6-font);
	font-weight: 700;
	letter-spacing: 12px;
	background-image: url(../images/content/b-2.png);
	padding: 14px 21px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50px;

}

#banner h1 {
	font-size: 70px;
	color: #FFFFFF;
	font-family: var(--f8-font);
	font-weight: 400;
	text-shadow: 3px 4px 5px rgba(0, 0, 0, 1);

	width: 100%;
	max-width: 860px;

	line-height: 1.2;
	margin: 0 50px 0 0;
}

#banner h1 span {
	color: #CCB266;
}

#banner p {
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-shadow: 3px 4px 5px rgba(0, 0, 0, 1);

	width: 100%;
	text-align: center;
}

#banner p span {
	font-weight: 700;
}

#banner .btn {
	background: #CEB568;
	background: linear-gradient(180deg, rgba(206, 181, 104, 1) 0%, rgba(140, 105, 0, 1) 100%);

	padding: 19px 70px;
	border-radius: 4px;
	transition: .5s;
	cursor: pointer;
	margin-top: 10px;
}

#banner .btn:hover {
	transform: scale(1.07);
}

#banner .btn a {
	font-family: var(--f9-font);
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
}

/* ================ Banner CSS section ================  */

/* ================ Home 1 CSS section ================  */
#home-1 {
	background: url(../images/content/h1-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;

	margin: -210px 0 0 0;
}

#home-1 .row {
	width: 100%;
	min-height: 1164px;
	padding: 0;
	text-align: left;
	padding: 0 0 275px 255px;

	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	gap: 20px;
}

#home-1 .card-container {
	min-height: 611px;
	max-width: 934px;
	width: 100%;
	padding: 55px 10px 0 105px;

	background: url(../images/content/h1-box.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 35px;
}

#home-1 .card-container .t-con h1 {
	font-family: var(--f8-font);
	font-size: 53px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 12px;
}

#home-1 .card-container .t-con h2 {
	font-family: var(--f8-font);
	font-size: 26px;
	color: #C0A552;
	font-weight: 400;
}

#home-1 .card-container .m-con p {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.6;

	width: 100%;
	max-width: 753px;
}

#home-1 .card-container .b-con {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	gap: 27px;
}

#home-1 .card-container .b-con .btn {
	background: #171A1F;

	padding: 19px 43px;
	border-radius: 4px;
	transition: .5s;
	cursor: pointer;
}

#home-1 .card-container .b-con .btn:hover {
	transform: scale(1.07);
}

#home-1 .card-container .b-con .btn a {
	font-family: var(--f9-font);
	font-size: 16px;
	color: #D7C385;
	font-weight: 400;
}

#home-1 .card-container .b-con .btn-2 {
	background: #CEB568;
	background: linear-gradient(180deg, rgba(206, 181, 104, 1) 0%, rgba(140, 105, 0, 1) 100%);

	padding: 19px 18px;
	border-radius: 4px;
	transition: .5s;
	cursor: pointer;
}

#home-1 .card-container .b-con .btn-2:hover {
	transform: scale(1.07);
}

#home-1 .card-container .b-con .btn-2 a {
	font-family: var(--f9-font);
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 18px;
}

/* ================ Home 1 CSS section ================  */

/* ================ Home 2 CSS section ================  */
#home-2 {
	background: url(../images/content/h2-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;

	margin: -207px 0 0 0;
}

#home-2 .row {
	width: 100%;
	max-width: 1748px;
	min-height: 962px;
	padding: 0;
	text-align: center;
	padding: 0 10px 38px 10px;

	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	gap: 105px;
}

#home-2 h1 {
	font-family: var(--f8-font);
	font-size: 53px;
	color: #FFFFFF;
	font-weight: 400;
}

#home-2 .card-container {
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	gap: 10px;

}

#home-2 .card-container .card-inner-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	gap: 12px;
}

#home-2 .card-container img {
	margin-bottom: 82px;
}

#home-2 .card-container .card img {
	margin: 0;
}

#home-2 .card-container .card {
	width: 100%;
	max-width: 321px;
	min-height: 608px;
	padding: 10px 10px 20px 10px;

	background-image: url(../images/content/card-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

#home-2 .card-container .card .info h2 {
	font-family: var(--f6-font);
	font-size: 22px;
	color: #C9AC5F;
	font-weight: 700;
	line-height: 1.2;
}

#home-2 .card-container .card .info h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 1.2;
}

#home-2 .card-container .card .info p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.4;

	max-width: 253px;
	width: 100%;
}

#home-2 .card-container .card:nth-of-type(2) .info p {
	padding: 0 0 20px 0;
}

#home-2 .card-container .card .info {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

#home-2 .card-container .card .info .top-info {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
}

#home-2 .card-container .bot-info {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: row;
	gap: 2px;
}

#home-2 .card-container .bot-info img {
	margin: 0px;
}

#home-2 .card-container .bot-info a {
	font-family: var(--f7-font);
	font-size: 16px;
	color: #C9AE5F;
	font-weight: 400;
	text-decoration: underline;
	line-height: 1;
}

#home-2 .card-container .bot-info h4 {
	font-family: var(--f7-font);
	font-size: 35px;
	color: #ffffff2f;
	font-weight: 400;
	line-height: 1;
}

/* ================ Home 2 CSS section ================  */

/* ================ Home 3 CSS section ================  */
#home-3 {
	background: url(../images/content/h3-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;

	z-index: 9;
	position: relative;
}

#home-3 .row {
	width: 100%;
	max-width: 1748px;
	min-height: 973px;
	padding: 0;
	text-align: center;
	padding: 0 10px 80px 10px;

	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	gap: 22px;
}

#home-3 h1 {
	font-family: var(--f8-font);
	font-size: 53px;
	color: #FFFFFF;
	font-weight: 600;
}

#home-3 .card-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 22px;
}

#home-3 .card-container .t-con {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 40px;
	width: 100%;
}

#home-3 .card-container .t-con h2 {
	font-family: var(--f8-font);
	font-size: 23px;
	font-weight: 400;
	padding: 9px 49px;
	border-radius: 8px;
}

#home-3 .card-container .t-con h2:nth-of-type(1) {
	color: #CDB467;
	background: url(../images/content/b-3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#home-3 .card-container .t-con h2:nth-of-type(2) {
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.5);
}

#home-3 .card-container .mid-con {
	width: 100%;
	margin-bottom: 28px;
}

#home-3 .card-container .mid-con .card-inner {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;
	gap: 23px;
}

#home-3 .card-container .mid-con .card-inner .card {
	width: 100%;
	max-width: 1002px;
	min-height: 499px;
	padding: 10px 10px 54px 45px;
	text-align: left;

	background: url(../images/content/c-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	gap: 23px;
}

#home-3 .card-container .mid-con .card-inner .card .top-info {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: row;
	gap: 23px;
}

#home-3 .card-container .mid-con .card-inner .card .top-info h5 {
	font-family: var(--f8-font);
	font-size: 23px;
	font-weight: 400;
	color: #CDB467;
}

#home-3 .card-container .mid-con .card-inner .card .top-info h6 {
	font-family: var(--f7-font);
	font-size: 35px;
	color: #ffffff2f;
	font-weight: 400;
}

#home-3 .card-container .mid-con .card-inner .card .bot-info p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #AAAAAA;
	font-weight: 400;
	line-height: 1.6;
	max-width: 928px;
}

#home-3 .card-container .mid-con .card-inner .info {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 31px;
	padding: 68px 0 0 0;
}

#home-3 .card-container .mid-con .card-inner .info h5 {
	font-family: var(--f8-font);
	font-size: 23px;
	font-weight: 400;
	border-radius: 8px;
}

#home-3 .card-container .mid-con .card-inner .info h5:nth-of-type(1) {
	color: #CDB467;
	background: url(../images/content/b-3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 8px 53px 8px 14px;
}

#home-3 .card-container .mid-con .card-inner .info h5:nth-of-type(2),
#home-3 .card-container .mid-con .card-inner .info h5:nth-of-type(3) {
	color: #FFFFFF;
	padding: 8px 10px 8px 14px;
}

/* bot content */
#home-3 .card-container .bot-con {
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 50px;
}

#home-3 .card-container .bot-con .info-card {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;

	width: 100%;
	max-width: 370px;
}

#home-3 .card-container .bot-con .info-card .info-img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
}

#home-3 .card-container .bot-con .info-card .info-img h5 {
	font-family: var(--f6-font);
	font-size: 23px;
	font-weight: 400;
	color: #FFFFFF;
}

#home-3 .card-container .bot-con .info-card .info-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 400px;
}

#home-3 .card-container .bot-con .info-card .info-txt p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.6;

	width: 100%;
	max-width: 335px;
	border-radius: 8px;
	padding: 14px 5px;
	min-height: 106px;
	background: url(../images/content/b-4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* ================ Home 3 CSS section ================  */

/* ================ Home 4 CSS section ================  */
#home-4 {
	background: url(../images/content/h-4-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;

	margin: -14px 0 0 0;
}

#home-4 .row {
	width: 100%;
	max-width: 1320px;
	min-height: 671px;
	text-align: center;
	padding: 58px 10px 20px 10px;

	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 22px;
}

#home-4 h1 {
	font-family: var(--f8-font);
	font-size: 26px;
	font-weight: 400;
	color: #C0A552;
}

#home-4 h2 {
	font-family: var(--f8-font);
	font-size: 53px;
	font-weight: 400;
	color: #333333;
}

#home-4 .info-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;

	width: 100%;

	padding-top: 65px;
}

#home-4 .info-container .card {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 17px;
}

#home-4 .info-container img {
	margin: 90px -45px 0 -40px;
}

#home-4 .info-container .card .t-con {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 22px;
}

#home-4 .info-container .card .t-con h2 {
	font-family: var(--f8-font);
	font-size: 23px;
	font-weight: 400;
	color: #24272b69;
}

#home-4 .info-container .card .t-con h4 {
	font-family: var(--f7-font);
	font-size: 86px;
	font-weight: 700;
	color: #333333;
	padding: 0 29px;

	background: url(../images/content/b-8.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#home-4 .info-container .card .m-con {
	width: 100%;
}

#home-4 .info-container .card .m-con h3 {
	font-family: var(--f7-font);
	font-size: 23px;
	font-weight: 700;
	color: #17191F;
}

#home-4 .info-container .card .b-con p {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #000000;
	padding: 10px 0 0 0;
	line-height: 1.6;
}

#home-4 .info-container .card:nth-of-type(1) .b-con p {
	width: 100%;
	max-width: 281px;
}

#home-4 .info-container .card:nth-of-type(2) .b-con p {
	width: 100%;
	max-width: 240px;
}

#home-4 .info-container .card:nth-of-type(3) .b-con p {
	width: 100%;
	max-width: 254px;
}

#home-4 .info-container .card:nth-of-type(4) .b-con p {
	width: 100%;
	max-width: 265px;
}

#home-4 .m-b-con {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	gap: 30px;

	padding-top: 30px;
}

#home-4 .m-b-con .btn {
	background: #171A1F;

	padding: 19px 43px;
	border-radius: 4px;
	transition: .5s;
	cursor: pointer;
}

#home-4 .m-b-con .btn:hover {
	transform: scale(1.07);
}

#home-4 .m-b-con .btn a {
	font-family: var(--f9-font);
	font-size: 16px;
	color: #D7C385;
	font-weight: 400;
}

#home-4 .m-b-con .btn-2 {
	background: #CEB568;
	background: linear-gradient(180deg, rgba(206, 181, 104, 1) 0%, rgba(140, 105, 0, 1) 100%);

	padding: 19px 18px;
	border-radius: 4px;
	transition: .5s;
	cursor: pointer;
}

#home-4 .m-b-con .btn-2:hover {
	transform: scale(1.07);
}

#home-4 .m-b-con .btn-2 a {
	font-family: var(--f9-font);
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 18px;
}

/* ================ Home 4 CSS section ================  */

/* ================ Home 5 CSS section ================  */
#home-5 {
	background: url(../images/content/h-5-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
}

#home-5 .row {
	width: 100%;
	max-width: 1216px;
	min-height: 844px;
	text-align: center;
	padding: 42px 10px 20px 10px;

	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 22px;
}

#home-5 h1 {
	font-family: var(--f8-font);
	font-size: 53px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0 0 20px 0;
}

#home-5 .top-con {
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
}

#home-5 .top-con .txt {
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 65px;
}

#home-5 .top-con .txt h4 {
	font-family: var(--f8-font);
	font-size: 23px;
	font-weight: 400;
	color: #FFFFFF;
	border-radius: 8px;
}

#home-5 .top-con .txt h4:nth-of-type(1) {
	color: #CCB366;
	padding: 8px 14px;

	background: url(../images/content/b-6.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#home-5 .top-con .img-con {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 100%;

	padding: 40px 0 0 0;
}

#home-5 .top-con .img-con .card {
	min-height: 426px;
	width: 100%;
	max-width: 592px;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 18px 11px;
}

#home-5 .top-con .img-con .card:nth-of-type(1) {
	background: url(../images/content/4-1.png);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

#home-5 .top-con .img-con .card:nth-of-type(2) {
	background: url(../images/content/4-2.png);

	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

#home-5 .top-con .img-con .card h5 {
	font-family: var(--f8-font);
	font-size: 23px;
	font-weight: 400;
	color: #ECECEC;
	padding: 8px 14px;
	border-radius: 8px;

	background: url(../images/content/b-7.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#home-5 .top-con .img-con img {
	margin: 0 -30px 0 -30px;
	z-index: 9;
}

#home-5 .top-con .bot-con {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 20px;

	text-align: left;
}

#home-5 .top-con .bot-con .t-con {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
	gap: 4px;
	width: 100%;

	text-align: left;
}

#home-5 .top-con .bot-con .t-con h3 {
	font-family: var(--f8-font);
	font-size: 26px;
	font-weight: 400;
	color: #C0A552;
}

#home-5 .top-con .bot-con .t-con h5 {
	font-family: var(--f7-font);
	font-size: 35px;
	color: #ffffff2f;
	font-weight: 400;
}

#home-5 .top-con .bot-con p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #AAAAAA;
	line-height: 1.6;
}

/* ================ Home 5 CSS section ================  */

/* ================ Home 6 CSS section ================  */
#home-6 {
	background: url(../images/content/h-6-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
}

#home-6 .row {
	width: 100%;
	max-width: 1203px;
	min-height: 1540px;
	text-align: center;
	padding: 57px 10px 20px 10px;

	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 22px;
}

#home-6 h1 {
	font-family: var(--f7-font);
	font-size: 53px;
	font-weight: 700;
	color: #17191F;
}

#home-6 .card-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 35px;
}

#home-6 .card-container .card {
	width: 100%;
	max-width: 373px;
	min-height: 390px;
	border-radius: 8px;

	background-color: #FFFFFF;

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	gap: 23px;
}

#home-6 .card-container .card .t-con {
	min-height: 61px;
	width: 100%;
	background: #171A1F;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	border-radius: 8px 8px 0 0;
}

#home-6 .card-container .card .mid-con {
	min-height: 205px;
}

#home-6 .card-container .card .mid-con p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 1.6;
	width: 100%;
	max-width: 324px;
	text-align: left;
}

#home-6 .card-container .card .bot-con {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	max-width: 321px;
	border-top: 1px solid #999999;

	padding: 14px 0 20px 0;
}

#home-6 .card-container .card .bot-con h4 {
	font-family: var(--f7-font);
	font-size: 21px;
	color: #000000;
	font-weight: 700;
}

#home-6 .btn-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	gap: 5px;
	width: 100%;

	padding: 10px 0;
}

#home-6 .btn-container .btn {
	transition: 0.5s;
}

#home-6 .btn-container .btn a {
	font-family: var(--f7-font);
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
}

#home-6 .btn-container .btn:hover {
	transform: scale(1.07);
}

#home-6 .btn-container .btn:nth-of-type(1),
#home-6 .btn-container .btn:nth-of-type(3) {
	background-color: #060A07;
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	padding: 17px 76px;
}

#home-6 .btn-container .btn:nth-of-type(2) {
	background: #C3A957;
	background: linear-gradient(180deg, rgba(195, 169, 87, 1) 0%, rgba(148, 115, 13, 1) 100%);
	border-radius: 4px;
	padding: 19px 97px;
}

#home-6 .arrow-con {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

#home-6 .info-bot {
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 18px;
	padding: 90px 0 0 0;
}

#home-6 .info-bot h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #FFFFFF;
}

#home-6 .info-bot h2 {
	font-family: var(--f7-font);
	font-size: 53px;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 1);
}

#home-6 .info-bot p,
#home-6 .info-bot h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
}

/* ================ Home 6 CSS section ================  */

/* ================ Footer CSS section ================  */
#footer {
	width: 100%;
	background-image: url(../images/content/footer-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 100%;

	background-color: #CEB568;
}

#footer .row {
	width: 100%;
	max-width: 1674px;
	min-height: 638px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

#footer .top-container {
	width: 100%;
	background-color: #DAD9DA;
	padding: 58px 120px;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	margin: -415px 0 0 10px;
}

#footer .top-container .flex-f {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
}

#footer .top-container .flex-f-2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	gap: 10px;

	text-align: left;
}

#footer .top-container h1 {
	font-family: var(--f7-font);
	font-size: 53px;
	font-weight: 700;
	color: #333333;
}

#footer .top-container p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: 1.6;
	width: 100%;
	max-width: 778px;
}

#footer .mid-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	gap: 10px;
	text-align: left;
	padding: 20px 0 0 0;

	width: 100%;
}

#footer .mid-container .card-info {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;
	gap: 29px;
}

#footer .mid-container .card-info .info {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
}

#footer .mid-container .card-info h2 {
	font-family: var(--f7-font);
	font-size: 15px;
	font-weight: 700;
	color: #333333;
	width: 100%;
	text-align: left;
	padding: 0 0 10px 0;
}

#footer .mid-container .card-info:nth-of-type(2) h2 {
	color: #ffffff;
}

#footer .mid-container .card-info a,
#footer .mid-container .card-info p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	width: 100%;
	text-align: left;
}

#footer .mid-container .card-info:nth-of-type(2) a {
	font-family: var(--f7-font);
	font-size: 25px;
	font-weight: 700;
	color: #CCB366;
}

#footer .bottom-con {
	width: 100%;
	max-width: 1135px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	gap: 10px;
}

#footer .bottom-con .r-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	gap: 20px;
}

#footer .bottom-con .nav-fot nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 39px;
}

#footer .bottom-con .nav-fot nav ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

#footer .bottom-con .nav-fot nav ul li a {
	font-family: var(--f8-font);
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
}

#footer .bottom-con .nav-fot nav ul li.active-menu a {
	color: #CEB568;
}

/* dropdown */
#footer .bottom-con nav ul li ul.dropdown-menu {
	display: none;
	position: absolute;
	top: -40px;
	left: 0px;
	background: #000;
	list-style: none;
	padding: 10px;
	margin: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	z-index: 999;
}

#footer .bottom-con nav ul li ul.dropdown-menu li a {
	padding: 10px 0px;
	white-space: nowrap;
	color: #fff;
	text-align: left;
}

#footer .bottom-con nav ul li:hover>ul.dropdown-menu {
	display: block;
}

#footer .bottom-con nav ul li a:hover {
	color: #ffffff;
}

#footer .copy-year {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	max-width: 1210px;
	padding: 0 0 10px 0;
}

#footer .copy-year p {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #171A1F;
}

#footer .copy-year .r-con a {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #171A1F;
}

/* ================ Footer CSS section ================  */

/* ================ inner CSS section ================  */
.inner img.img-responsive {
    width: 100%;
    max-width: 250px;
	height: 250px;
    object-fit: cover;
}

.inner #content {
	min-height: 500px;
	margin-bottom: 450px;

	padding: 50px 10px;
}

.contact-page #content {
	min-height: unset;
	margin-bottom: 315px;
}

.inner #content .row {
	width: 100%;
	max-width: 1400px;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

.inner #content h1 {
	font-family: var(--f7-font);
	font-size: 55px;
	font-weight: 700;
	color: #CCB366;
	text-transform: uppercase;
	line-height: 1.2;
}

.inner #content h2 {
	font-family: var(--f7-font);
	font-size: 55px;
	font-weight: 600;
	color: #222222;
	text-transform: uppercase;
	line-height: 1.4;
}

.inner #content p {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 400;
	color: #222222;
	line-height: 1.6;
}

.inner .content-about .img-con img {
	width: 100%;
	max-width: 400px;
}

.inner .content-about .img-con {
	width: 100%;

	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;
	gap: 20px;
	padding: 20px 0;
}

/* contact us page */
.inner #content .flex-f-2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	gap: 10px;

	text-align: left;
}

body[data-page="contact"] .inner #footer {
	width: 100%;
	background-image: unset;
}

body[data-page="contact"] .inner #footer .row {
	padding: 30px 10px;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	gap: 20px;
}

/* ================ inner CSS section ================  */

/* content */
#content .row {
	padding: 0;
}

#services-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/services-wrapper.jpg);
}

#services-1 {}

#services-1 .row {
	margin: -200px auto -120px;
}

#services-1 dd {
	text-align: center;
	max-width: 280px;
	margin: 0 auto;
}

#services-1 dd p {
	font-size: 14px;
	color: #000;
}

#services-1 h3 {
	font-size: 25px;
	position: relative;
	padding-bottom: 20px;
	color: rgb(0, 0, 0);
	margin-bottom: 15px;
}

#services-1 h3:before,
#content-1 h3:before,
#gallery-section h2:before,
#footer-section h2:before {
	width: 100px;
	height: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	content: "";
	background: #2391FF;
	border-radius: 30px;
}

#services-1 dl {
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 3px);
	padding-top: 90px;
}

#services-1 dl:nth-of-type(2) {
	padding-top: 0;
}

#services-1 dt {
	margin-bottom: 20px;
}

#services-1 dt img {
	border-radius: 50%;
	box-shadow: 0 -5px 10px grey;
	border: 5px solid #fff;
}

#services-1 .button {
	margin-top: -60px;
}

#services-1 .parag p {
	padding: 20px;
}


/* content bottom */
#services-section .row {
	padding: 13px 0 13px;
}

#services-section h2 {
	font-size: 25px;
}

#services-section p {
	font-size: 15px;
	line-height: 150%;
	font-weight: 300;
	padding: 8px 0;
}

#services-section .logo {
	padding: 20px 0;
	background: url(../images/common/data-border.png) no-repeat center bottom;
}

#services-section .logo img {
	max-width: 286px;
}

#services-section .text {
	width: 462px;
	height: 462px;
	padding: 10px;
	text-align: center;
	border-radius: 50%;
	border-width: 2px;
	box-sizing: border-box;
	background: rgb(0, 45, 78, 0.8);
}

#services-section .text .bnBox {
	width: 100%;
	height: 100%;
	padding: 5% 5% 0;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	box-sizing: border-box;
	border-color: rgb(255, 255, 255, 0.8);
}

#content-1 {
	padding: 180px 0 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background: url(../images/common/cn-wrapper.jpg);
}

#content-1 h3 {
	font-size: 25px;
	font-weight: 700;
	color: #000;
	position: relative;
	padding-bottom: 20px;
}

#content-1 .parag {
	max-width: 630px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 80px;
}

#content-1 .cn1imgBox {
	position: relative;
}

#content-1 .cn1imgBox img {
	width: 100%;
}

#content-1 .cn1imgBox h4 {
	font-size: 38px;
	font-weight: 900;
	color: #2391FF;
	line-height: 1;
	margin-bottom: 0;
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: right;
}

#content-1 .cn1imgBox h4 span {
	display: block;
	color: #fff;
}

#gallery-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/gallery-wrapper.jpg);
}

#gallery-section .gal-text {
	padding-bottom: 20px;
	position: relative;
}

#gallery-section .row {
	padding: 50px 0 105px;
	color: #000;
}

#gallery-section .galBox {
	max-width: 930px;
	margin: 30px auto 0;
}

#gallery-section .galRightTop {
	margin-bottom: 8px;
}

#gallery-section .galRightTop img:first-of-type {
	margin-right: 8px;
}

#feeds-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/feeds-wrapper.png);
}

#feeds-section .row {
	padding: 0;
}

#feeds-section .text {
	display: inline-block;
	vertical-align: top;
	width: 580px;
	min-height: 396px;
	padding: 10px 4% 0;
	box-sizing: border-box;
	background: rgb(28, 62, 147, 0.8);
}

#feeds-section p {
	font-size: 20px;
	line-height: 125%;
	font-weight: lighter;
	max-width: 458px;
	margin: auto;
}

#feeds-section .rates {
	font-size: 60px;
	line-height: 120%;
	color: #FF7F00;
}

#feeds-section .user {
	padding: 20px 0 0;
	font-size: 35px;
	line-height: 120%;
}

#feeds-section .user small {
	display: block;
	padding: 0 0 5px;
	line-height: 0;
}

#feeds-section .user small img {
	width: 100%;
	max-width: 100px;
	border-radius: 50%;
}

/* end */

/* footer */
#footer-section h2 {
	font-size: 51px;
	font-weight: 100;
	padding: 50px 0 20px;
	position: relative;
}

#footer-section .final {
	padding-top: 10px;
	float: right;
}

#footer-section .final p {
	max-width: 280px;
	margin: 30px auto;
	text-align: center;
	line-height: 180%;
}

#footer-section .final span {
	color: #007FFF;
	font-size: 14px;
	font-weight: normal;
	display: block;
}

#footer-section .final strong {
	font-size: 15px;
	font-weight: normal;
}

#footer-section .final small {
	font-size: 25px;
	font-weight: bold;
}

#footer-section .copy-right p {
	font-size: 13px;
	font-weight: lighter;
	max-width: 739px;
	margin: auto;
	word-spacing: 2px;
	letter-spacing: 2px;
}

#footer-section .sub {
	text-align: left;
}

#footer-section .social-media a {
	max-width: 162px;
}

#footer-section .ctc-form .MesBox {
	height: 82px
}

#footer-section .MesBox input[type="text"] {
	padding: 10px 130px 70px 10px;
}

#footer-section .fot-logo img {
	position: absolute;
	top: 230px;
	left: 390px;
}

#footer-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/ft-wrapper.jpg);
	height: 638px;
}

#footer-section .row {
	min-height: 549px;
}

#footer-section nav {
	padding: 32px 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	margin-top: 40px;
}

#footer-section nav ul li {
	border-left: 1px solid #FFF;
	padding: 0 10px;
	letter-spacing: 2px;
	font-size: 15px;
}

#footer-section nav ul li:nth-child(1) {
	border: none;
}

#About,
#Services,
#Gallery,
#Testimonials,
#Contact {
	color: #000000;
}

/* end */
.silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px;
}

.media a,
.social-media a {
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center top;
	transition: all 0.3s ease-in-out 0s;
}

.social-media a {
	font-size: 35px;
	line-height: 120%;
	font-family: "socialico";
}

.social-media a:hover {
	color: #007FFF;
}

.media a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.media a:nth-of-type(1) {
	background-image: url(../images/common/facebook.jpg);
}

.media a:nth-of-type(2) {
	background-image: url(../images/common/twitter.jpg);
}

.media a:nth-of-type(3) {
	background-image: url(../images/common/youtube.jpg);
}

.media a:nth-of-type(4) {
	background-image: url(../images/common/rss.jpg);
}

.media a:hover {
	background-position: center -40px;
}



/** Responsive
-------------------------------------------------------*/

@media screen and (max-width: 1440px) {
	body {
		min-width: 320px;
		zoom: 80%;
	}
}

@media screen and (max-width: 1300px) {
	body {
		zoom: 75% !important;
	}
}

@media screen and (max-width: 1200px) {
	body {
		zoom: 70% !important;
	}
}

@media screen and (max-width: 1024px) {
	body {
		zoom: 60% !important;
	}
}

@media screen and (max-width: 768px) {
	body {
		zoom: 45% !important;
	}
}

@media screen and (max-width: 425px) {
	body {
		zoom: 23% !important;
	}
}

@media screen and (max-width: 375px) {
	body {
		zoom: 20% !important;
	}
}



/* @media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
}

@media screen and (max-width: 956px){
	#header {padding: 0; margin: 0}
	#header .row {width: 100%; max-width: 956px;}
	#header nav {
		display:block; 
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99999;
		background: rgba( 0, 0, 0, 0.7 );
		backdrop-filter: blur( 15.5px );
		-webkit-backdrop-filter: blur( 15.5px );
		border-radius: 10px;
		border: 1px solid rgba( 255, 255, 255, 0.18 );
	}
  	#header nav ul { width: 100%; display: none; height: auto; padding: 0 15px;}
  	#header nav ul li { width: 100%;position: relative; }
	#header nav ul li:not(:last-child) { border-bottom:5px solid #A2C046; }
  	#header nav ul li a { display: block; float:none; padding: 10px 0;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #A2C046; background-color: #000; height: 30px;padding: 10px 0; width: 100%; position: relative; font-size: 20px;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
	
	.cta{background: #035B96  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
} */