@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=Cinzel:wght@400..900&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=Libre+Franklin:ital,wght@0,100..900;1,100..900&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=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: "Formula1";
	src: url("./fonts/Formula1/Formula1-Regular_web_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Formula1-bold";
	src: url("./fonts/Formula1-Bold/Formula1-Bold_web_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Adamiya";
	src: url("./fonts/Adamiya/Adamiya.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AntipastoPro";
	src: url("./fonts/AntipastoPro/AntipastoPro_trial.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	overflow: scroll !important;
	
}

/* 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 {
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	width: 100%;
	min-width: 1800px;
}

/* 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 ::placeholder {
	color: #888888;
	font-size: 17px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}

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

.ctc-form input[type="text"],
.ctc-form textarea {
	font-family: Arial;
	font-size: 16px;
	color: #000;
	height: 56px;
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 1px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin: 0 auto 23px;

	background: #F5F5F5;
}

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

.ctc-form button {
	display: block;

	background: #FC8815;
	background: linear-gradient(90deg, rgba(252, 136, 21, 1) 1%, rgba(248, 23, 6, 1) 100%);

	text-wrap: nowrap;
	transition: .5s;
	padding: 15px 48px;
	border-radius: 30px;
	letter-spacing: .5px;

	font-family: "Formula1-bold", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;

	border: none;
}

.ctc-form button:hover {
	transform: scale(1.07);
}

.ctc-form input.consentBox {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	color: #061217;
}

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

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

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

/*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 {
	background: transparent;
	position: relative;
	margin: 0 auto;
	width: 100%;
	z-index: 999;
}

#header .row {
	position: absolute;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: 1920px;
	padding: 0 0 0 27px;
}

/* nav-css */
#header .r-container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
	gap: 31px;

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

#header .l-container {
	width: 100%;
	max-width: 479px;
	padding: 24px 0 0 0;
}

#header .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 20px;
}

#header .info-no {
	width: 100%;
	max-width: 387px;
	min-height: 61px;

	background-image: url('../images/content/info.png');
	background-position: center center;
	background-repeat: no-repeat;

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

#header .info-no a {
	font-family: "Formula1", sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 700;
}

#header .info-no .span-1 {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 400;
	margin: 0 5px 0 0;
}

/* nav-css */

#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-family: "Formula1", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 33px 40px 8px 0px;
	margin: 0 -60px 0 0;
	text-shadow: 2px 4px 4px rgba(0, 0, 0, 1);

	width: 168px;
	display: inline-block;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
	color: #fff;
	background-image: url('../images/content/menu-a.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#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;
}

/* end */

/* banner */
#banner {
	background: url(../images/content/banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#banner .row {
	min-height: 1121px;
	padding: 305px 52px 0 0;
	text-align: right;

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

#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;
}

/* new css */
#banner h1 {
	font-family: "Formula1-bold", sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 1.4;

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

	background: #FE9516;
	background: linear-gradient(to right, #FE9516 0%, #E33D03 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(2px 3px 5px #000000);
}

#banner h2 {
	font-family: "Formula1", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8;
	color: #ffffff;

	width: 100%;
	max-width: 593px;
	filter: drop-shadow(2px 3px 5px #000000);
}

#banner .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin: 0 25px 0 0;
}

#banner .icon img {
	margin: 0 -25px 0 0;
}

#banner a {
	font-family: "Formula1-bold", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	padding: 20px 25px;
	margin-top: 20px;
	border-radius: 30px;
	transition: .5s;

	background: #FC8F16;
	background: linear-gradient(180deg, rgba(252, 143, 22, 1) 1%, rgba(247, 4, 4, 1) 100%);
	margin-right: -10px;
}

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

/* new css */

/* end */

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

	margin: -310px 0 0 0;
}

#home-1 .row {
	min-height: 1331px;
	max-width: 1648px;
	width: 100%;
	padding: 414px 10px 0 10px;
	text-align: right;

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

#home-1 .content-container {
	width: 100%;
	max-width: 650px;

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

#home-1 .content-container h1 {
	font-family: "Formula1", sans-serif;
	font-size: 25px;
	color: #000000;
	font-weight: 400;
	width: 100%;
	text-align: left;
}

#home-1 .content-container h2 {
	font-family: "Formula1-bold", sans-serif;
	font-weight: 700;
	font-size: 70px;
	line-height: 1.1;
	text-align: left;

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

	background: #FC8A15;
	background: linear-gradient(to bottom right, #FC8A15 0%, #D90000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#home-1 .content-container p {
	font-family: "Formula1", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
	color: #545454;

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

#home-1 .content-container .b-p-txt {
	border-left: 2px solid #C10001;
	padding: 0 0 0 14px;
	margin-left: 27px;
}

#home-1 .content-container .b-p-txt p {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-size: 25px;
	line-height: 1.4;
	text-align: left;
	color: #171719;

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

#home-1 .content-container .info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	gap: 8px;
}

#home-1 .content-container .info .info-txt {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 0px;
}

#home-1 .content-container .info h3 {
	font-family: "Formula1-bold", sans-serif;
	font-weight: 700;
	font-size: 35px;
	text-align: left;
	color: #545454;
}

#home-1 .content-container .info a {
	font-family: "Formula1-bold", sans-serif;
	font-weight: 700;
	font-size: 35px;
	text-align: left;
	color: #000000;
	width: 100%;
}

#home-1 .content-container .btn-g {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	gap: 5px;
}

#home-1 .content-container .btn-g a:nth-of-type(1) {
	font-family: "Formula1-bold", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	padding: 22px 52px;
	margin-top: 20px;
	border-radius: 30px;
	transition: .5s;

	background: #FC8F16;
	background: linear-gradient(180deg, rgba(252, 143, 22, 1) 1%, rgba(247, 4, 4, 1) 100%);
	text-wrap: nowrap;
}

#home-1 .content-container .btn-g a:nth-of-type(2) {
	font-family: "Formula1-bold", sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #000000;
	padding: 21px 34px;
	margin-top: 20px;
	border-radius: 30px;
	transition: .5s;

	border: 1px solid #000000;

	background: transparent;
}

#home-1 .content-container .btn-g a:hover {
	transform: scale(1.07);
}

/* ===================== 
Home-1 
===================== */

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

	margin: -284px 0 0 0;
}

#home-2 .row {
	min-height: 954px;
	max-width: 1820px;
	width: 100%;
	padding: 10px 10px 55px 10px;
	text-align: right;

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

#home-2 .row .content-container {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-direction: column;
	gap: 16px;
}

#home-2 .row .content-container h1 {
	font-family: "Formula1-bold", sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.4;
	color: #FFFFFF;
	text-shadow: 4px 2px 4px rgba(0, 0, 0, 1);

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

#home-2 .row .content-container h2 {
	font-family: "Formula1", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8;
	color: #FFFFFF;
	text-shadow: 4px 2px 4px rgba(0, 0, 0, 1);

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

#home-2 .content-container .btn-g {
	background: #FC8F16;
	background: linear-gradient(180deg, rgba(252, 143, 22, 1) 1%, rgba(247, 4, 4, 1) 100%);
	text-wrap: nowrap;
	transition: .5s;
	padding: 22px 35px;
	margin-top: 20px;
	border-radius: 30px;
}

#home-2 .content-container .btn-g a {
	font-family: "Formula1-bold", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1px;
}

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

/* ===================== 
Home-2
===================== */

/* ===================== 
Home-3
===================== */
#home-3 {
	background: url(../images/content/h-3-bg.png);
	background-repeat: no-repeat;
	background-size: cover;

	margin: 0 0 0 0;
}

#home-3 .row {
	min-height: 1713px;
	max-width: 1720px;
	width: 100%;
	padding: 119px 10px 55px 10px;
	text-align: right;

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

#home-3 .t-container {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
	gap: 21px;
}

#home-3 .t-container h1 {
	font-family: "Formula1", sans-serif;
	font-size: 25px;
	color: #000000;
	font-weight: 400;
	width: 100%;
	text-align: right;
}

#home-3 .t-container h2 {
	font-family: "Formula1-bold", sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.4;
	text-align: right;
	letter-spacing: .5px;

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

	background: #FC8A15;
	background: linear-gradient(to bottom, #FC8A15 75%, #D90000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

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

#home-3 .m-container .arrow-g {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 5px;

	margin: -47px 0 0 0;
}

/* card css */
#home-3 .m-container .cards-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 17px;

	width: 100%;
}

#home-3 .m-container .card-g {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 17px;
}

#home-3 .m-container .card-g .card {
	width: 100%;
	max-width: 553px;
	min-height: 510px;

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

	background: #ffffff;
	border-radius: 14px;

	box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.75);
}

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

#home-3 .m-container .card-g .card .info h2 {
	font-family: "Poppins", sans-serif;
	font-size: 35px;
	color: #777777;
	font-weight: 200;
	text-transform: uppercase;
}

#home-3 .m-container .card-g .card .info a {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-color: #D80100;

	background: #D80100;
	background: linear-gradient(to right, #D80100 0%, #CC0000 50%, #C10001 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* button css */
#home-3 .b-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 0 0;
}

#home-3 .b-container .btn-g {
	background: #FC8F16;
	background: linear-gradient(180deg, rgba(252, 143, 22, 1) 1%, rgba(247, 4, 4, 1) 100%);
	text-wrap: nowrap;
	transition: .5s;
	padding: 22px 19px;
	margin-top: 20px;
	border-radius: 30px;
	letter-spacing: .5px;
}

#home-3 .b-container .btn-g a {
	font-family: "Formula1-bold", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
}

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

/* ===================== 
Home-3
===================== */

/* ===================== 
Home-4
===================== */
#home-4 {
	background: url(../images/content/h-4-bg.png);
	background-repeat: no-repeat;
	background-size: cover;

	margin: -282px 0 0 0;
}

#home-4 .row {
	min-height: 946px;
	max-width: 1842px;
	width: 100%;
	padding: 50px 10px 32px 10px;
	text-align: right;

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

#home-4 .content-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;

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

#home-4 .content-container h1 {
	font-family: "Adamiya", sans-serif;
	font-size: 100px;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	width: 100%;
	text-align: left;
	padding: 0 0 0 112px;
}

#home-4 .content-container h2 {
	font-family: "Formula1-bold", sans-serif;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: .5px;
	color: #ffffff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	width: 100%;
	text-align: left;
}

#home-4 .content-container .review {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;
	gap: 24px;

	padding: 27px 0 0 10px;
}

#home-4 .content-container .l-img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	border-right: 1px solid #fff;
	padding: 20px 17px 91px 0;
}

#home-4 .content-container .review .txt-con {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 20px;
	padding: 35px 0 0 0;
}

#home-4 .content-container .review .txt-con h2 {
	font-family: "Poppins", sans-serif;
	font-size: 25px;
	font-weight: 300;
	color: #ffffff;
	line-height: 1.6;
	text-align: left;
	width: 100%;
	max-width: 374px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

#home-4 .content-container .review .txt-con .info-name {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 10px;
}

#home-4 .content-container .review .txt-con .info-name h3 {
	font-family: "Formula1-bold", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	width: 100%;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

#home-4 .content-container .review .txt-con .info-name p {
	font-family: "AntipastoPro", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	width: 100%;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

/* ===================== 
Home-4
===================== */

/* ===================== 
Home-5
===================== */
#home-5 {
	background: url(../images/content/h-5-bg.png);
	background-repeat: no-repeat;
	background-size: cover;

	margin: 0 0 0 0;
}

#home-5 .row {
	min-height: 1824px;
	max-width: 1778px;
	width: 100%;
	padding: 141px 10px 32px 10px;
	text-align: right;

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

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

#home-5 .t-container .info-txt h1 {
	font-family: "Formula1-bold", sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .5px;
	width: 100%;
	text-align: left;

	background: #FB6911;
	background: linear-gradient(to bottom, #FB6911 62%, #F82208 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

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

#home-5 .m-container .g-img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 20px;
}

#home-5 .m-container .g-img img {
	transition: 0.5s;
}

#home-5 .m-container .g-img img:hover {
	transform: rotate(-2deg);
	scale: 104%;
}

#home-5 .b-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 31px;

	padding: 0 0 0 0;
}

#home-5 .b-container h2 {
	font-family: "Formula1", sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #000000;
	letter-spacing: .5px;
	line-height: 1.4;
	width: 100%;
	max-width: 1260px;
	text-align: center;
}

#home-5 .b-container .info-number {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
}

#home-5 .b-container .info-number h3 {
	font-family: "Poppins", sans-serif;
	font-size: 35px;
	font-weight: 300;
	color: #000000;
	width: 100%;
	text-align: center;
}

#home-5 .b-container .info-number a {
	font-family: "Formula1", sans-serif;
	font-size: 35px;
	font-weight: 400;
	color: #000000;
	letter-spacing: .5px;
	width: 100%;
	text-align: center;
	line-height: 1;
}

/* btn css */
#home-5 .b-container .info-number .b-container .btn-g {
	background: #FC8F16;
	background: linear-gradient(180deg, rgba(252, 143, 22, 1) 1%, rgba(247, 4, 4, 1) 100%);
	text-wrap: nowrap;
	transition: .5s;
	padding: 22px 21px;
	border-radius: 30px;
	letter-spacing: .5px;
}

#home-5 .b-container .info-number .b-container .btn-g a {
	font-family: "Formula1-bold", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
}

#home-5 .b-container .info-number .b-container .btn-g:hover {
	transform: scale(1.07);
}

/* ===================== 
Home-5
===================== */

/* ===================== 
footer CSS
===================== */
#footer {
	width: 100%;
}

#footer .row {
	width: 100%;
}

#footer .top-footer {
	min-height: 725px;
	width: 100%;
	background: url(../images/content/footer-bg.png);
	background-repeat: no-repeat;
	background-size: cover;

	margin: 0 0 0 0;
	padding: 0 10px;

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

#footer .top-footer .inner-row {
	width: 100%;
	max-width: 1465px;
	padding: 0 10px;
	margin: 0 auto;
}

/* Footer Contact form css */
#footer .top-form {
	width: 100%;
}

#footer .top-form .inner-form {
	background: #FFFFFF;
	border-radius: 14px;
	width: 100%;
	padding: 67px 99px 10px 99px;
	margin: -315px 0 0 0;

	box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.2);
}

#footer .top-form .inner-form h1 {
	font-family: "Poppins", sans-serif;
	font-size: 67px;
	font-weight: 700;
	line-height: 1.2;

	background: #FB6811;
	background: linear-gradient(to right, #FB6811 0%, #F81E07 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#footer .top-form .inner-form h2 {
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	color: #061217;

	padding: 0 0 40px 0;
}

#footer .top-form .inner-form .flex-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	gap: 23px;
}

#footer .top-form .inner-form label {
	width: 100%;
}

/* Info content CSS */
#footer .contact-info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	gap: 5px;

	padding: 46px 0 0 0;
}

#footer .mid-info,
#footer .r-info {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 15px;

	padding: 37px 0 0 0;
}

#footer .r-info .icon {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	gap: 15px;

	padding: 22px 0 0 25px;
}

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

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

#footer .info-card .info-txt h3 {
	font-family: "Teko", sans-serif;
	font-weight: 700;
	font-size: 16px;
	width: 100%;
	text-align: left;
	line-height: 1;

	background: #FE9518;
	background: linear-gradient(to top, #FE9518 0%, #D80000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#footer .info-card .info-txt a,
#footer .info-card .info-txt p {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	width: 100%;
	max-width: 301px;
	text-align: left;
	line-height: 1.2;
	color: #FFFFFF;
}

/* Footer Navigation CSS */
#footer .footer-nav {
	padding: 0 0 14px 0;
}

#footer .footer-nav nav ul {
	margin: 0;
	padding: 0;
}

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

#footer .footer-nav nav ul li a {
	font-family: "Formula1", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.5px;
	color: #FFFFFF;
	text-shadow: 2px 4px 4px rgba(0, 0, 0, 1);
	display: inline-block;
	margin: 0 60px 0 0;
}

#footer .footer-nav nav ul li:nth-last-child(1) a {
	margin: 0 0 0 0;
}

/* copy right year css */
#footer .copy-year-bottom {
	background: #000000;
	padding: 17px 10px;

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

#footer .copy-year-bottom p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
}

/* ===================== 
footer CSS
===================== */

/* ===================== 
inner Page CSS
===================== */
.inner img.img-responsive {
	width: 100%;
	max-width: 350px;
	object-fit: contain;
}

.inner #header {
	background: url(../images/content/banner-inner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.inner #header .row {
	position: static;
}

.inner #footer .top-footer {
	padding: 15px 10px 0 10px;
}

.inner #footer .top-form .inner-form {
	margin: 0px 0 0 0;
}

.inner #footer .top-footer {
	min-height: 100px;
}

.inner #footer .contact-info {
	width: 100%;
	max-width: 1465px;
}

.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: "Formula1-bold", sans-serif;
	font-weight: 700;
	font-size: 55px;
	line-height: 1.1;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	padding: 0 0 20px 0;

	background: #FC8A15;
	background: linear-gradient(to bottom right, #FC8A15 0%, #D90000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.inner #content h2 {
	font-family: "Formula1", sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.1;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	color: #000000;
}

.inner #content p {
	font-family: "Formula1", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	color: #545454;
	width: 100%;
}

/* about inner page css */
.about-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

/* about inner page css */

/* services inner page css */
.services-content .cards-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

.services-content .cards-container .card-g {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;
	gap: 17px;
}

.services-content .cards-container .card-g .card {
	width: 100%;
	max-width: 553px;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 20px;
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.75);
}

.services-content .cards-container .card-g .card .info {
	padding: 10px;
}

/* services inner page css */

/* contact inner page css */
.contact-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 40px;
	padding: 0 0 20px 0;
}

.contact-content .lcontainer {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	max-width: 700px;
}

.contact-content .lcontainer img {
	width: 100%;
	max-width: 400px;
}

.contact-content .lcontainer h2,
.contact-content .lcontainer p {
	text-align: left !important;
	width: 100%;
}

.contact-content .lcontainer a {
	font-family: "Formula1", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	color: #545454;
	width: 100%;
}

/* contact inner page css */

/* review inner page css */
.review-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

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

.review-content .review-box .card-review {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;

	padding: 25px 10px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

/* review inner page css */

/* ===================== 
inner Page CSS
===================== */



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

.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: 425px) {
	body {
		zoom: 90% !important;
		overflow-x: hidden;
	}
}