@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Barlow: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=Bebas+Neue&family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Fjalla+One&family=Great+Vibes&family=Jost:ital,wght@0,100..900;1,100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orbitron:wght@400..900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..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=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Syne:wght@400..800&family=Teko:wght@300..700&display=swap');

@font-face {
	font-family: "socialico";
	src: url("fonts/Socialico/Socialico.eot");
	src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"), url("fonts/Socialico/Socialico.woff2") format("woff2"), url("fonts/Socialico/Socialico.woff") format("woff"), url("fonts/Socialico/Socialico.ttf") format("truetype"), url("fonts/Socialico/Socialico.svg#lobster_1.4regular") format("svg");
}
@font-face {
  font-family: "Arial";
  src: url("./fonts/Arial/ARIAL.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html {
	scroll-behavior: smooth;
}

/* root colors */
/* element-class: var(--value-value); */
:root {
    --bg-color: #ffffff;
    --primary-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;
}
/* 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%;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

/* 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;
}

.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
}

form label {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}

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

.ctc-form input[type="text"],
.ctc-form textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	height: 60px;
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 1px;
	padding: 5px 22px;
	box-sizing: border-box;
	margin: 0 auto 8px;

	background-color: #F4F8EF;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3) inset;
}

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

.ctc-form button {
	display: block;

	background-color: #CB0C1F;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	padding: 20px 44px;
	margin: 0 auto;
	letter-spacing: .5px;
	border: none;
	transition: .5s;
}
.ctc-form button:hover {
	transform: scale(1.07);
}

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

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

.ctc-form .ctc-hide {
	display: none;
}
::placeholder {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #212121;
}

/*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
====================== */
#header {
	background: transparent;
	position: relative;
}
#header .row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: 1920px;
	position: absolute;
}

#header .l-container {
	width: 100%;
	max-width: 574px;
	height: 574px;

	background: url(../images/content/t.png);
	background-repeat: no-repeat;
	background-size: cover;

	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 45px 10px 10px 109px;
	z-index: 9999;
}
#header .r-container {
	background-color: #000000;
	width: 100%;
	min-height: 121px;

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

	padding: 0 50px 0 0;
	margin: 0 0 0 -121px;
	z-index: 999;
}

#header .r-container .btn {
	background-color: #CB0C1F;
	border-radius: 45px;
	transition: .5s;
	padding: 20px 31px;
	cursor: pointer;
}
#header .r-container .btn .span-1 {
	font-size: 17px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
#header .r-container .btn a {
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}
#header .r-container .btn:hover {
	transform: scale(1.07);
}

#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: 16px;
	color: #FFFFFF;
	padding: 0 28px 0 28px;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 1px;

	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

/* #header nav ul li.active-menu a, */
#header nav ul li a:hover {
	color: #CB0C1F;
}

#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
====================== */

/* end */

/* ======================
Banner CSS
====================== */
#banner {
	background: url(../images/content/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#banner .row {
	min-height: 1049px;
	padding: 165px 115px 0 10px;
	text-align: right;

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

#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 .l-container {
	width: 100%;
	max-width: 1148px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#banner .l-container h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 800;
	color: #FFFFFF;
	letter-spacing: 1px;
}
#banner .l-container h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-weight: 300;
	color: #FFFFFF;
}
#banner .l-container h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing: 1px;
}
#banner .l-container h3 span {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 800;
	color: #FFFFFF;
}
#banner .l-container .btn {
	background-color: #CB0C1F;
	border-radius: 35px;
	padding: 19px 33px;
	z-index: 999;
	transition: .5s;
	margin: 21px 0 0 0;
}
#banner .l-container .btn a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #FFFFFF;
	text-wrap: nowrap;
	letter-spacing: 1px;
}
#banner .l-container .btn:hover {
	transform: scale(1.07);
}

#banner .r-container {
	position: absolute;
    top: 49%;
    right: 18px;
    transform: rotate(-90deg) scaleX(-1);
    transform-origin: bottom right;
}
#banner .r-container .icons {
	transform: scaleX(-1);

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	gap: 81px;
}
#banner .r-container .icons img {
	transform: rotate(90deg);
}
/* ======================
Banner CSS
====================== */


/* ======================
Home 1 CSS
====================== */
#Home-1 {
	/* background: url(../images/content/h-1-bg.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
}

#Home-1 .row {
	min-height: 905px;
	width: 100%;
	text-align: left;

	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 0px;
}
#Home-1 .t-container {
	width: 100%;
	max-width: 1600px;
	min-height: 126px;
	margin: -71px 0 0 0;
	border-radius: 8px;
	z-index: 999;

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

	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.21);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.21);
}
#Home-1 .t-container .l-container {
	background: #FFFFFF;
	min-height: 126px;
	width: 100%;
	max-width: 1215px;
	padding: 0 0 0 60px;
	border-radius: 8px 0 0 8px;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#Home-1 .t-container .l-container h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-weight: 800;
	color: #CB0C1F;
	width: 100%;
	text-align: left;
}
#Home-1 .t-container .l-container h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #000000;
	width: 100%;
	text-align: left;
}
#Home-1 .t-container .r-container {
	background: #000000;
	border-radius: 0 8px 8px 0;
	width: 100%;
	max-width: 385px;
	min-height: 126px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	gap: 14px;
}
#Home-1 .t-container .r-container .icon {
	margin: 0 0 0 -16px;
}
#Home-1 .t-container .r-container .info {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
#Home-1 .t-container .r-container .info .span-1 {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #FF0000;
}
#Home-1 .t-container .r-container .info a:nth-of-type(1) {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}
#Home-1 .t-container .r-container .info a:nth-of-type(2) {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}

/* bottom content */
#Home-1 .main-b-container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: row;
	gap: 23px;
	width: 100%;
	margin: -55px 0 0 0;
}
#Home-1 .l-img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#Home-1 .b-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	max-width: 672px;
	padding: 229px 0 0 0;
}
#Home-1 .b-container h2 {
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #878787;
	letter-spacing: 5px;
}
#Home-1 .b-container h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 59px;
	font-weight: 800;
	color: #CB0C1F;
	line-height: 1.1;
}
#Home-1 .b-container h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #242413;
	line-height: 1;
}
#Home-1 .b-container p {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #1F1F1F;
	line-height: 1.8;

	width: 100%;
	max-width: 623px;
	padding: 41px 0 28px 0;
}
#Home-1 .b-container .btn {
	background-color: #CB0C1F;
	border-radius: 35px;
	padding: 19px 62px;
	transition: .5s;
	cursor: pointer;
}
#Home-1 .b-container .btn a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: .5px;
}
#Home-1 .b-container .btn:hover {
	transform: scale(1.07);
}
/* ======================
Home 1 CSS
====================== */

/* ======================
Home 2 CSS
====================== */
#Home-2 {
	background: url(../images/content/h-2-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#Home-2 .row {
	min-height: 939px;
	width: 100%;
	text-align: left;

	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 47px;
	padding: 67px 10px 0 10px;
}
#Home-2 .t-container {
	display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 0 0 0 800px;
}
#Home-2 .t-container h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #CB0C1F;
	line-height: 1.2;
}
#Home-2 .t-container h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #263950;
	line-height: 1.6;
	width: 100%;
	max-width: 936px;
}
#Home-2 .b-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 32px;
	width: 100%;

}
#Home-2 .b-container .card {
	max-width: 454px;
	width: 100%;
	min-height: 586px;
	padding: 0 0 105px 38px;

	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	gap: 15px;
}
#Home-2 .b-container .card:nth-of-type(1) {
	background-image: url(../images/content/2-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#Home-2 .b-container .card:nth-of-type(2) {
	background-image: url(../images/content/2-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#Home-2 .b-container .card:nth-of-type(3) {
	background-image: url(../images/content/2-3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#Home-2 .b-container .card h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 1.2;
}
#Home-2 .b-container .card p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.8;
	width: 100%;
	max-width: 383px;
}

#Home-2 .b-container .toggle-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

#Home-2 .b-container .toggle-btn img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  transition: 0.3s ease;
}
/* ======================
Home 2 CSS
====================== */

/* ======================
Home 3 CSS
====================== */
#Home-3 {
	background: url(../images/content/h-3-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#Home-3 .row {
	min-height: 820px;
	width: 100%;
	max-width: 1468px;
	text-align: left;

	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-direction: column;
	gap: 47px;
	padding: 67px 10px 0 10px;
}
#Home-3 .card-container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	gap: 61px;
	background-color: #ffffff;
	width: 100%;
	max-width: 1120px;
}
#Home-3 .card-container .info-text h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 800;
	color: #CB0C1F;
	line-height: 1.1;
	width: 100%;
	max-width: 488px;
}
#Home-3 .card-container .info-text {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 21px;
	padding: 48px 0 0 0;
}
#Home-3 .card-container .info-text .p-container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 36px;
}
#Home-3 .card-container .info-text p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #1F1F1F;
	line-height: 1.8;
	width: 100%;
	max-width: 605px;
}
/* ======================
Home 3 CSS
====================== */

/* ======================
Home 4 CSS
====================== */
#Home-4 {
	background-color: #ffffff;
}

#Home-4 .row {
	min-height: 987px;
	width: 100%;
	text-align: left;

	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: row;
	gap: 47px;
	padding: 0;
}
#Home-4 .r-container {
	width: 100%;
	max-width: 915px;
	padding: 145px 0 0 0;
    margin: 0 -215px 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	flex-direction: column;
}
#Home-4 .r-container h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 46px;
	font-weight: 800;
	color: #CB0C1F;
	line-height: 1.1;
	width: 100%;
}
#Home-4 .r-container p {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 400;
	color: #1F1F1F;
	line-height: 1.4;
	width: 100%;
	max-width: 706px;
}
#Home-4 .r-container .btn {
	background-color: #CB0C1F;
	padding: 19px 31px;
	border-radius: 35px;
	transition: .5s;
	width: 100%;
	max-width: 396px;
	text-align: center;
	cursor: pointer;
}
#Home-4 .r-container .btn:hover {
	transform: scale(1.07);
}
#Home-4 .r-container .btn .span-1 {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
}
#Home-4 .r-container .btn a {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}

#Home-4 .accordion-main-container {
	width: 100%;
	padding: 43px 0 39px 0;
}
#Home-4 .accordion-main-container .accordion_container {
    width: 100%;
	max-width: 693px;
}
#Home-4 .accordion-main-container .accordion_head {
    background-color: transparent;
    color: #CB0C1F;
    cursor: pointer;
    font-family: arial;
    font-size: 30px;
    margin: 0 0 1px 0;
    padding: 16px 22px 15px 2px;
    font-weight: 400;
	font-family: 'Poppins', sans-serif;

	border-top: 1px solid #BBBBBB;
}
#Home-4 .accordion-main-container .accordion_head.active {
	font-weight: 600 !important;
	padding: 16px 22px 5px 2px;
}
#Home-4 .accordion-main-container .accordion_body {
    background: transparent;
}
#Home-4 .accordion-main-container .accordion_body p {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #1F1F1F;
	line-height: 1.8;
    padding: 0 0 15px 5px;
    margin: 0px;
}
#Home-4 .accordion-main-container .plusminus {
    float:right;
}
#Home-4 .accordion-main-container .accordion_head.active .plusminus {
    color: #1F2634 !important;
}
/* ======================
Home 4 CSS
====================== */

/* ======================
Home 5 CSS
====================== */
#Home-5 {
	background-color: #ffffff;
	margin: -100px 0 0 0;
}

#Home-5 .row {
	min-height: 702px;
	width: 100%;
	text-align: left;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 43px;
	padding: 0 0 15px 0;
}
#Home-5 .img-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 9px;
}

#Home-5 h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 800;
	color: #CB0C1F;
	line-height: 1.1;
	width: 100%;
	text-align: center;
}
/* ======================
Home 5 CSS
====================== */



/* ======================
Home 6 CSS
====================== */
#Home-6 {
	background: url(../images/content/h-5-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#Home-6 .row {
	min-height: 1294px;
	width: 100%;
	text-align: center;

	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 15px;
	padding: 99px 0 0 0;
}
#Home-6 h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.1;
	letter-spacing: 5px;
	width: 100%;
	text-align: center;
}
#Home-6 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 1.1;
	width: 100%;
	text-align: center;
}
#Home-6 .card-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 26px;
	width: 100%;
	padding: 50px 0 0 0;
}
#Home-6 .card-content .card-2 {
	width: 100%;
	max-width: 459px;
	min-height: 466px;
	background-color: #ffffff;
	border-radius: 18px;
	padding: 46px 10px 62px 10px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
#Home-6 .card-content .info-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}
#Home-6 .card-content .card-2 h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	border-radius: 50%;
}
#Home-6 .card-content .card-2 .info-txt img {
	padding: 7px 0 0 0;
}
#Home-6 .card-content .card-2:nth-of-type(1) h3 {
	background-color: #00B2B2;
	padding: 10px 30px;
}
#Home-6 .card-content .card-2:nth-of-type(2) h3 {
	background-color: #FF5C26;
	padding: 10px 35px;
}
#Home-6 .card-content .card-2:nth-of-type(3) h3 {
	background-color: #4D7AFF;
	padding: 10px 35px;
}
#Home-6 .card-content .card-2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #444444;
	line-height: 1.8;
	width: 100%;
	text-align: center;
}
#Home-6 .card-content .card-2:nth-of-type(1) p {
	max-width: 354px;
}
#Home-6 .card-content .card-2:nth-of-type(2) p {
	max-width: 381px;
}
#Home-6 .card-content .card-2:nth-of-type(3) p {
	max-width: 354px;
}

#Home-6 .card-content .card-2 h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #CB0C1F;
	width: 100%;
	text-align: center;
}
/* ======================
Home 6 CSS
====================== */

/* ======================
Footer CSS
====================== */
#footer {
	background: #ffffff;
}
#footer .row {
	width: 100%;
	max-width: 1366px;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 24px;
}
#footer  .form-home {
	width: 100%;
}
#footer  .form-home .inner-form {
	margin: -380px 0 0 0;
	width: 100%;
	background-color: #ffffff;
	padding: 56px 70px 57px 70px;

	box-shadow: 0px 8px 14px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 8px 14px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 14px 0px rgba(0,0,0,0.2);
}

#footer  .form-home .inner-form .form-info-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	padding: 0 0 26px 0;
}
#footer  .form-home .inner-form .form-info-txt h2 {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #333333;
	letter-spacing: 5px;
}
#footer  .form-home .inner-form .form-info-txt h1 {
	font-size: 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	color: #CB0C1F;
	line-height: 1.2;
}
#footer  .form-home .inner-form .form-info-txt h3 {
	font-size: 15px;
	font-family: "Arial", sans-serif;
	font-weight: 400;
	color: #333333;
	max-width: 647px;
	width: 100%;
	line-height: 1.6;
}
#footer  .form-home .inner-form .flex-form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
}
#footer  .form-home .inner-form .flex-form-2 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 10px;
	width: 100%;
	padding: 18px 0 0 0;
}
#footer  .form-home .inner-form .flex-form-2 .inner-check {
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    text-align: left;
	line-height: 1;
}
#footer .info-cotent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
	padding: 0 43px 0 99px;
}
#footer .info-cotent .l-content,
#footer .info-cotent .r-content  {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 27px;
}
#footer .info-cotent .l-content {
	width: 100%;
	max-width: 285px;
	text-align: left;
}
#footer .info-cotent .info-card {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	gap: 19px;
	width: 100%;
}
#footer .info-cotent .info-card .info-txt a {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #212121;
	line-height: 1.4;
	text-decoration: none;
}
#footer .info-cotent .r-content .icon{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	gap: 15px;
}
#footer .copy-year-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	gap: 15px;
	padding: 16px 0 5px 0;
	border-top: 1px solid #DDDDDD;
}
#footer .copy-year-bottom .footer-nav nav ul li {
    display: inline-block;
    vertical-align: middle;
}
#footer .copy-year-bottom .footer-nav nav ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #555555;
	text-transform: uppercase;
    margin: 0 44px 0 0;
}
#footer .copy-year-bottom .footer-nav nav ul li a:hover{
	color: #CB0C1F;
}
#footer .copy-year-bottom .footer-nav nav ul li:nth-last-child(1) a {
    margin: 0 0 0 0;
}
#footer .copy-year-bottom .text-copy {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
}
#footer .copy-year-bottom .text-copy p {
	font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #525252;
}
/* ======================
Footer CSS
====================== */


/* ======================
Inner Page CSS
====================== */
.inner img.img-responsive {
    width: 100%;
    max-width: 350px;
	height: 250px;
    object-fit: contain;
}
.inner #footer {
	border-top: 1px solid #dddddd;
}
.inner #footer .form-home .inner-form {
    margin: 40px 0 0 0;
}
.inner .ctc-form button {
    margin: 15px auto;
}
.inner #content {
	min-height: 500px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 50px 10px;
}
.inner #content .row {
	max-width: 1400px;
	width: 100%;
}
.inner #content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 55px;
    font-weight: 700;
    color: #CB0C1F;
	text-transform: uppercase;
    line-height: 1.1;
	padding: 0 0 20px 0;
	width: 100%;
	text-align: center;
}
.inner #content p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
	width: 100%;
	text-align: center;
}

/* contact us page */
.inner .inner-content-contact {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	gap: 30px;
}
.inner .inner-content-contact .l-content-map,
.inner .inner-content-contact .r-content-form {
	width: 100%;
}
/* contact us page */

/* Review page  */
.inner-content-review {
	width: 100%;
}
.inner-content-review .review-box-container {
	width: 100%;

	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;
	gap: 20px;
	padding: 20px 0 0 0;
}
.inner-content-review .review-box-container .review-box {
	width: 50%;
	min-height: 300px;
	padding: 15px 10px;

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

	background: rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(6.2px);
	-webkit-backdrop-filter: blur(6.2px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.inner-content-review .review-box-container .review-box h2 {
	font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #1F1F1F;
    width: 100%;
}
.inner-content-review .review-box-container .review-box p {
	font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 1.8;
    width: 100%;
}
/* Review page  */

/* ======================
Inner Page CSS
====================== */

/* end */

/* 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: 1820px){
	body {
		width: 100%;
		max-width: 1920px;
		min-width: 1800px;
	}
}

/* @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;}
} */

@media screen and (max-width: 500px){
	body {
		zoom: 80%;
		overflow-x: hidden;
	}
}