@font-face {

	font-family: Outfit;
	src: url(/font/outfit/Outfit-Medium.ttf);

	font-family: Oswald;
	src: url(/font/Oswald/Oswald-Medium.ttf);
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

h6 {
	margin-bottom: 0px !important;
}

ul {

	margin-bottom: 0px !important;
	padding-left: 0px !important;

}

ul li {
	list-style-type: none;

}

a {
	text-decoration: none !important;
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.langing-page-anam {
	width: 100%;
	position: fixed;
	height: 100vh;
	z-index: 150;
	display: block;
}

.wrap-anam-bg {
	background: linear-gradient(0deg, #E60712, #004EA1);
	width: 100%;
	height: 100vh;
	opacity: 1;
	scale: 1;
	transition: all ease 0.4s;
}

.extended {
	overflow: hidden;
	height: 80px;
}

.drop-down-border {
	border-right: 2px solid #004EA2;
	padding-right: 10px;

}

.anam-bg {
	background: linear-gradient(0deg, #E60712, #004EA1);
	width: 100%;
	height: 100vh;
	opacity: 1;

}

.drop-down-tab{
	position: relative;
}

.drop-down-tab:hover .drop-down-drop{
opacity: 1;
}

.drop-down-drop{
	position: absolute;
	left: -58%;
	bottom: -950%;
	width: 175px;
	padding: 10px 10px;
	background-color: #F1F1F1;
	filter: drop-shadow(4px 4px 25px rgba(255, 255, 255, 0.50)) drop-shadow(-4px -4px 25px rgba(221, 221, 221, 0.25));
	border-radius: 10px;
	z-index: 9;
	opacity: 0;
	transition: all ease 0.4s;
}

.drop-li{
	transition: all ease 0.4s;
}


.drop-a{
	color: black !important;
}

.drop-li{
	padding: 10px 0px;
}

.anam-image {
	opacity: 1;
}

.logo-anam {
	height: 100vh;
}

.main {
	width: 100%;
	position: relative;
	height: auto;
}

.banner-h1-height {

	height: 80px;
}

.clipath {
	-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 89%, 83% 100%, 0px 91%);
	display: block;
	position: relative;
	clip-path: polygon(0px 0px, 100% 0px, 100% 85%, 26% 100%, 0px 85%);
	z-index: 1;

}

.banner-end-fast {
	position: absolute;
	top: -2.9%;
	left: 0%;
	rotate: -1deg;
	z-index: 102;
	opacity: 0;
}

.banner-end-fast2 {
	position: absolute;
	top: 0.6%;
	left: 17%;
	rotate: -1deg;
	z-index: 102;
	opacity: 0;
}

.banner-last3 {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 102;
}

.banner-last3 {
	position: absolute;
	top: 2.4%;
	left: 24%;
	z-index: 102;
	opacity: 0;
}

.banner-right {
	position: absolute;
	right: 0%;
	z-index: 102;
	top: -2.9%;
	opacity: 0;
}

.banner-right2 {
	position: absolute;
	top: -1.8%;
	right: 17%;
	rotate: -1deg;
	z-index: 102;
	opacity: 0;
}

.header {
	height: 100px;
}

.logo img {
	width: 150px;
}

.header-content {
	gap: 20px;

}

.header-right-border {
	padding-right: 50px;
	border-right: 1px solid #E60013;

}

.header-left-border {
	padding-left: 50px;
}

.header-icon {
	width: 41px;
	height: 41px;
	background-color: #004EA2;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
	border-radius: 50%;
	border: 1px solid #E60013;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;

}

.header-text h6 {
	color: #222;
	font-family: "Outfit";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0.8px;
}

.drop-down {
	width: 100%;
	height: 52px;
	border-top: 5px solid #004EA2;
	background: #454548;
	display: flex;
	align-items: center;
	justify-content: center;
}

.drop-down-content {
	gap: 40px;
	margin-bottom: 0px !important;
	padding-left: 0px !important;
	color: white !important;
}

.drop-down-icon i {
	color: #E60013;
}

.drop-down-content a {
	color: #FFF;
	font-family: "Outfit";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.banner {
	position: relative;
}

.banner-image {
	position: relative;
}

.banner-image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.banner-overley {
	position: absolute;
	left: 0%;
	top: 0%;
	background: linear-gradient(358deg, #004EA2 -8.61%, rgba(95, 139, 186, 0.56) 64.72%, rgba(217, 217, 217, 0.00) 123.86%);
	width: 100%;
	height: 100%;
}

.banner-text {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;

}

.banner-text h6 {
	color: #E60013;
	text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
	font-family: Outfit;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.2px;
	position: relative;
	top: 100%;
}

.banner-h1-height {
	height: 80px;
	overflow: hidden;
}

.banner-h6-heigh {
	height: 27px;
	overflow: hidden;
}

.banner-text h1 {
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
	-webkit-text-stroke: 1px rgba(230, 0, 19, 0.75);
	font-family: Oswald;
	font-size: 3.68vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 3.5px;
	position: relative;
	top: 100%;
}

.button button {
	width: 165px;
	height: 49px;
	background: #FFF;
	border: none;
	border-bottom: 3px solid #E60013;
	color: #004EA2;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.8px;
	margin-top: 40px;
	opacity: 0;
	transition: all ease 0.6s;

}

.button button:hover{
	background-color: rgba(0, 0, 0, 0.483);
	color: white;
}

.page2 {
	background-image: url(../../homeImage/homeBackgroundImage.jpg);
	width: 100%;
	object-fit: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	position: relative;
	margin-top: -70px;
}

.page2-overley {
	position: absolute;
	right: 0%;
	top: 0%;
	width: 60%;
	height: 100%;
	background-color: white;
}

.page2-image {
	width: 100%;
}

.page2-image img {
	width: 100%;
	object-fit: cover;
	height: 555px;
}

.page2-content {
	width: 100%;
	position: relative;
	z-index: 10;

}

.page2-col {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.page2-top {
	padding-top: 150px;
	position: relative;
}

.page2-relative {
	position: relative;
}

.page2-gradient {
	width: 100%;
	background: linear-gradient(270deg, #FFF 5%, #FFF 59.79%, rgba(229, 229, 229, 0.32) 66.23%, rgba(34, 34, 34, 0.00) 109.62%);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.page2-button button {
	filter: drop-shadow(4px 4px 12px rgba(95, 139, 186, 0.25)) drop-shadow(-2px -2px 12px rgba(95, 139, 186, 0.25));
	margin-top: 30px;
}

.page2-text h2 {
	color: #FFF;
	font-family: Oswald;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.7px;
	position: relative;

}

.page2-col-margin {
	margin-left: -140px;
}

.page2-row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.page2-svg {
	position: relative;
}

.page2-text {
	width: 497px;
	padding-bottom: 50px;
}

.page2-svg::after {
	content: "WELCOME TO SEEMA SUZUKI";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	font-family: Oswald;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.7px;
	width: 100%;
	text-align: center;
}

.page2-text p {
	color: #444;
	font-family: Outfit;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.9px;
}

.page2-text-p p {
	color: #444;
	font-family: Outfit;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.9px;
	width: 80%;
	opacity: 1;
}

.page3 {
	position: relative;

}

.page3-heading {
	position: relative;
	width: 235px;
}

.page3-heading::after {
	content: "EXPLORE";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	font-family: Oswald;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.7px;

}

.page3-top-heading {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

.page3-section {
	margin-top: 100px;
}

.page3-col {
	position: relative;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.page3-image {
	position: relative;
	border: 1px solid #000;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.50));
}

.page3-image-overley {
	position: absolute;
	left: 0%;
	top: 0%;
	background: linear-gradient(359deg, #e6001378 -28.82%, rgb(217 217 217 / 29%) 113.47%);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease 0.4s;
}
.page5-icon-div{
	transition: all ease 0.4s;
}
.page5-icon-div:hover{
box-shadow: 0 0 50px #033aff;

}
.page3-image-overley:hover {
	opacity: 1;
}

.page3-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.our-linear {
	width: 100%;
	height: auto;
	background: linear-gradient(359deg, rgba(95, 139, 186, 0.25) 38.15%, rgba(217, 217, 217, 0.00) 96.34%);
	margin-top: 30px;
	position: relative;
	z-index: 9;
}

.bike-overley {
	width: 100%;
	height: 50%;
	background: linear-gradient(187deg, #FFF 5.13%, rgba(255, 255, 255, 0.00) 94.91%);
	position: absolute;
	bottom: -20%;
	left: 0%;
}

.anem-text {
	position: absolute;
	left: 50%;
	top: 29%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.scooter-text {
	top: 23%;
}

.bike-con {
	position: relative;
	z-index: 5;
}

.anem-h2 h2 {
	color: #D9D9D9;
	text-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15), 2px 0px 2px rgba(0, 0, 0, 0.15);
	font-family: Oswald;
	font-size: 9.47vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 9px;
	opacity: 0.75;
	position: relative;
}

.anem-h2 h2::after {
	content: "SELCYCROTOM";
	position: absolute;
	left: -1%;
	bottom: -62%;
	color: #000;
	font-family: Oswald;
	font-size: 9.47vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 9px;
	opacity: 0.05;
	mix-blend-mode: luminosity;
	rotate: 180deg;
}

.our-width {
	width: 100%;
}

.scooter {
	padding-top: 0px;
	position: relative;
	padding-bottom: 0px;
}

.bike-con {
	padding-top: 0px;
}

.scooters-anam h2::after {
	content: "SRETOOCS";
}

.scooter-overley {
	height: 53%;
	bottom: -15%;
}

.explore {
	position: absolute;
	bottom: 15%;
	left: 4%;
}

.explore h6 {
	color: #FFF;
	font-family: Oswald;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.7px;
	position: relative;
}

.explore h6::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	background-color: white;
	bottom: -32%;
	left: 0%;
}

.page4 {
	position: relative;
	z-index: 99;
}

.section-4-overley {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #424141f0;
	backdrop-filter: blur(3px);
	top: 0%;
	left: 0%;
	z-index: 1;
}

.page4-svg {
	position: relative;
	width: 334px;
	margin-top: 80px;
}

.page4-svg svg {
	position: relative;


}

.page4-svg::after {
	content: "OUR VEHICLES";
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	font-family: Oswald;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.7px;
	text-align: center;
}

.page4-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.page4-container {
	margin-top: 70px;
	padding-bottom: 70px;
	border: 5px solid #1C6ABE;
	box-shadow: 10px 10px 50px 0px rgba(255, 255, 255, 0.25), -10px -10px 50px 0px rgba(255, 255, 255, 0.25);
	position: relative;
	z-index: 1;
	padding: 50px 70px !important;
	background-image: url(../../homeImage/clientImage.jpg);
	position: relative;
}

.page4-overley {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: rgba(0, 0, 0, 0.80);
	z-index: -1;
}

.page4-col {
	background-color: white;
	padding: 35px 35px !important;
	position: relative;
	z-index: 1;
}

.page4-col::before {
	content: url(../../homeImage/Vector\ 4.png);
	position: absolute;
	left: -0.5%;
	top: -1%;
}

.page4-col::after {
	content: url(../../homeImage/Vector\ 5.png);
	position: absolute;
	right: -1%;
	bottom: -2%;
}

.page4-overley-image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0.5;
}

.page4-p p {
	color: #444;
	text-align: justify;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 23px;
	/* 143.75% */
	letter-spacing: 0.8px;
	padding-left: 30px;

}

.page4-gap {
	padding-right: 50px;
}

.page4-icon i {
	color: #FCE340;
}

.page4-row {
	gap: 100px;
	display: flex;
}

.page4-h6 h6 {
	color: #004EA2;
	text-align: justify;
	font-family: Outfit;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	/* 104.545% */
	letter-spacing: 1.1px;
}

.page4-border-row {
	position: absolute;
	width: 1px;
	height: 315px;
	background: #D9D9D9;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.center-image {
	position: relative;
}

.page-change::after {
	content: "CLIENTS REVIEW";
}

.page5-top {
	margin-top: 140px;
}

.page5-class h2 {
	color: #FFF;
	font-family: Oswald;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.7px;
	position: relative;
	z-index: 9;
}

.page5-container {
	padding-top: 65px;
	position: relative;
	z-index: 90;
}

.page5-icon-div {
	width: 100px;
	height: 100px;
	border-radius: 20px;
	filter: drop-shadow(4px 4px 25px rgba(95, 139, 186, 0.56));
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page5-h6 h6 {
	color: #C1BBBB;
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.1px;
	padding-top: 20px;
}

.page5-top-margin {
	margin-top: 60px;
}

.page5-help {
	display: flex;
	justify-content: space-between;
}

.page5-col-row {
	width: 33%;
	display: flex;
	flex-direction: column;
	gap: 65px;

}

.page5-center {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: left !important;
}

.page5-last-h6 {
	width: 50%;
	text-align: center;
}

.page5-image img {
	width: 100%;
	border-radius: 20px;
}

.page6 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 200px;
	position: relative;
	z-index: 90;
}

.page6-bg {
	width: 60%;
	background-color: #F5F5F5;
	border: 1px dashed black;
	text-align: center;
	padding: 28px 20px;
}

.page6-h6 h6 {
	color: #E60013;
	font-family: Oswald;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.8px;
}

.page6-h4 h4 {
	color: #313030;
	font-family: Oswald;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.7px;
	padding-bottom: 60px;
	padding-top: 20px;
}

.page6-input {
	width: 33%;

}

.page6-flex {
	gap: 35px;
	margin-bottom: 40px;
}

.page6-input-innwe {
	width: 100%;
	background-color: #FBF1F1;
	padding: 10px 20px;
	border: none;
	border: 1px solid black;
	position: relative;
}

.page6-button button {
	margin-top: 0px;
	filter: drop-shadow(4px 4px 12px rgba(95, 139, 186, 0.25)) drop-shadow(-2px -2px 12px rgba(95, 139, 186, 0.25));
}



.page6-input {
	position: relative;
}

.input-image {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.input-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #E60013;
	right: 5%;
	font-size: 8px;
}

.page7 {
	position: relative;
	z-index: 90;

}

.page7-clip {
	background-color: #E60013;
	position: relative;
	z-index: 1;
	display: block;
	position: relative;
	clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 83% 105%, -60% 83%);
	z-index: 1;

}

.page7-slider-image {
	display: flex;
	justify-content: space-between;
}

.page7-clip {
	position: relative;
	z-index: 1;
}

.page7-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page7-clip-image {
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: -1;
}

.page7-slider {
	padding-top: 50px;
	padding-bottom: 80px;
	position: relative;
}

.page7-svg {
	position: relative;
	margin-bottom: 50px;
}

.page7-svg::after {
	content: "OUR GALLERY";
}

.page8-h6 {
	color: #D9D9D9;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.32px;
}

.page8-h3 {
	color: #FFF;
	font-family: Oswald;
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2.25px;
}

.page8 {
	position: relative;
	z-index: 90;
	height: 310px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.page8-h6 {
	color: #D9D9D9;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.32px;
}

.page8-h3 {
	color: #FFF;
	font-family: Oswald;
	font-size: 2.36vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2.25px;
}

.page8-input {
	width: 100%;
	background-color: white;
	padding: 10px 20px;
	border: none;
}

.page8-col {
	position: relative;
}

.page8-input-div {
	position: relative;
}

.page8-input {
	position: relative;
}

.page6-button {
	position: absolute;
	width: 30%;
	height: 44px;
	background: #E60013;
	right: 0%;
	top: 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-family: Outfit;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.9px;
}

.page8-image {
	position: absolute;
	left: 0;
	top: 0%;
	z-index: -1;
}

.footer {
	padding-top: 50px;
}

.footer-p {
	padding-top: 40px;
	padding-bottom: 30px;
}

.footer-p p {
	color: #444;
	text-align: justify;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	/* 156.25% */

}

.footer-red {
	width: 100%;
	height: auto;
	background-color: #E60013;
	padding: 10px 20px;
	color: white;
}

.footer-second-text h6 {
	color: #222;
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: underline;
	padding-bottom: 25px;
}

.footrt-li {
	padding-bottom: 10px;
}

.gooter-image-h6 {
	color: #004EA2;
	font-family: Outfit;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	/* 178.571% */
}

.footer-work h6 {
	color: #222;
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	/* 125% */
	text-decoration-line: underline;
	text-transform: capitalize;
	padding-top: 40px;
}

.footer-work2 h6 {
	color: #004EA2;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	/* 156.25% */
	letter-spacing: 0.8px;
}

.footer-icon {
	width: 30px;
	height: 30px;
	background-color: #E60013;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.footer-icon a {
	color: white !important;
}

.footer-col2 {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.footer-end {
	width: 100%;
	padding: 10px 0px;
	background-color: #004EA2;
	text-align: center;
	color: white;
}

.footer-end h6 {
	color: #FFF;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.footer-con {
	margin-bottom: 50px;
}

.page5-bg img {
	width: 100%;
	object-fit: cover;

}

.page5 {
	position: relative;
}

.page5-bg {
	position: absolute;
	width: 100%;
	height: 100%;
}

.page4-flow {
	position: relative;
	z-index: 90;
}

.slider-image img{
	width: 100%;
	object-fit: cover;
}

.menu{
	display: none;
}

.menu-responsive{
	position: fixed;
	top: -200%;
	left: 0%;
	background-color: white;
	z-index: 120;
	width: 100%;
	height: 100%;
	transition: all ease 0.6s;
}

.menu-inner-responsive{
	padding: 0px 20px;
	
}

.fast-menu{
	height: 100px;

}

.menu-image{
	width: 100px;
}

.menu-res-text{
	text-align: center;
}

.menu-res-text {
    text-align: center;
    font-size: 4vw;
    padding-bottom: 20px;
	overflow-y: auto;
}

.close{
	font-size: 20px;
}

iframe#frame {
	height: 380px;
	width: 100%;
}

.page6-image {
    padding-bottom: 20px;
}


/* slider1*/

body {
	background: #eee;
}

.section-padding {
	width: 1170px;
	margin: 0 auto;
	padding: 80px 0;
}

.owl-item .item {
	transform: translate3d(0, 0, 0);
	/* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
	transform: scale(0.9);

	transition: all .25s ease-in-out;
	margin: 50px 0;
	/* OVERWRITE PLUGIN MARGIN */
}

.screenshot_slider .owl-item .item img {
	-webkit-transition: 0.3s;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: scale(0.80);
	-ms-transform: scale(0.80);
	transform: scale(0.80);
}

.screenshot_slider .owl-item.center .item img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.screenshot_slider .owl-nav {
	text-align: center;
	margin: 40px 0;
}

.screenshot_slider .owl-nav button {
	font-size: 24px !important;
	margin: 10px;
	color: #033aff !important;
}

.screenshot_slider .owl-item .item img {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0)
}

.slider1-center {
	text-align: -webkit-center;
	margin-top: -5px;
}

.screenshot_slider .owl-nav {
	text-align: center;
	margin: 0px 0;
}

.section-padding {
    padding: 0px 0px;
	padding-top: 50px;
}

.section-padding2{
	padding: 0px 0px;
}

.section-padding {
	position: relative;
}

.slider1-prev {
	position: absolute;
	left: -3%;
	top: 36%;
	transform: translateY(-50%);
	cursor: pointer;
}

.slider-1-next {
	position: absolute;
	right: -3%;
	top: 37%;
	transform: translateY(-50%);
	cursor: pointer;
}

.owl-prev {
	position: absolute;
	left: -3%;
	top: 32%;
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
	opacity: 0;
}

.owl-next {
	position: absolute;
	right: -3%;
	top: 28%;
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
	opacity: 0;
}

/* slider1 end*/

/* slider2 */


.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	object-fit: cover;
}

.slider3-absolute {
	position: absolute;
	right: 3%;
	top: -12%;
	z-index: 99;
}

.swiper-button-prev img {
	width: 100%;
}

#slider3.swiper-button-next {
	width: 54px !important;
}

#slider3.swiper-button-next:after {
	opacity: 0;
}


#slider3.swiper-button-prev:after {
	opacity: 0;
}

#slider3.swiper-button-prev {
	width: 54px !important;
}

/* slider2 end */

/* slider3*/

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	object-fit: cover;
}

#slider4.swiper-button-next:after {
	opacity: 0;
}


#slider4.swiper-button-prev:after {
	opacity: 0;
}


#slider4.swiper-button-prev {
	width: 54px !important;
	display: block;
	left: -2%;
}

#slider4.swiper-button-next {
	width: 54px !important;
	display: block;
	right: -2%;
}

.slider3-relative {
	position: relative;
}

.page2-button button{
	opacity: 1;
}


/* slider3 end*/

/* slider4 */

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	object-fit: cover;
}

.slider5 {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%);
}

#slider5.swiper-button-next:after {
	opacity: 0;
}

#slider5.swiper-button-prev:after {
	opacity: 0;
}

.screenshot_slider .owl-nav button {
	font-size: 34px !important;
}

/* slider4 end * /

