* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Akkurat;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000;
	margin-bottom: 10px;
}

h1,
h1 a {
	font-size: 28px;
}

h2,
h2 a {
	font-size: 24px;
	font-weight: 500;
}

h3,
h3 a {
	font-size: 20px;
	font-weight: 400;
	color: #ff6501;
}

h4,
h4 a {
	font-size: 18px;
	font-weight: 300;
}

h5,
h5 a {
	font-size: 16px;
	font-weight: 300;
}

h6,
h6 a {
	font-size: 14px;
	font-weight: 300;
}

p,
ul,
ol {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
	line-height: 22px;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a,
button {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

img {
	max-width: 100%;
	border: none;
	outline: none;
	padding: 0;
	margin: 0
}

/************************* Menu css start ************************/

a:hover {
	text-decoration: none;

}

html {
	box-sizing: border-box;
	font-size: 16px;
}

.header {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 105vh;
	padding-top: 20px;
}

/* ---------------------->NAVİGASYON<--------------------------------------- */

.nav-icon {
	position: fixed;
	top: 40px;
	left: 40px;
	padding: 5px;
	width: 40px;
	z-index: 1;
	cursor: pointer;
}

.nav-icon span {
	background: #ff6501;
	width: 30px;
	height: 1px;
	display: block;
	transition: 300ms linear all;
}

.nav-icon span:nth-child(1),
.nav-icon span:nth-child(3) {
	width: 20px;
	margin: 0 auto;
}

.nav-icon span:nth-child(2) {
	margin: 5px 0;
	width: 32px;
}

.nav-icon:hover span:nth-child(1),
.nav-icon:hover span:nth-child(3) {
	width: 30px;
}

.full-nav {
	background: #000;
	color: #fff;
	position: fixed;
	left: 0;
	top: 0px;
	height: 100%;
	width: 100%;
	padding: 3.75rem;
	z-index: 99;
	overflow-x: hidden;

	visibility: hidden;
	opacity: 0;
	transform: translateY(-100px);
	transition: all 0.4s ease-in-out;
}

.full-nav.open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: all 0.4s ease-in-out;
	z-index: 99999;
}

.full-nav .logo {
	display: flex;
	justify-content: center;
	padding: 4rem;
}

.nav2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 100%;
	width: 100%;
}

/* .nav2 ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 700px;
} */

.nav2 ul li {
	display: flex;
	flex: 50%;
	padding: 0.5rem 0px;
	transition: all 0.5s;
}

.nav2 ul li a {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	color: #fff;
}

.nav2 ul li:hover a {
	color: #ff6501;
}

.nav ul li:hover a,
.nav ul li:hover a span {
	color: #ff6501;
}

.social-icons a {
	color: #82877A;
	border: 3px solid #82877A;
	width: 50px;
	height: 50px;
	line-height: 40px;
	display: inherit;
	text-align: center;
	border-radius: 50px;
	transition: all ease 1s;
	margin-top: 40px;
	padding: 5px;
	font-size: 1.5em;
}

.social-icons a:hover i {
	color: rgb(0, 0, 0);
	margin-top: -1px;
	border-color: rgb(78, 78, 78);
}

.social-icons a:hover {
	color: rgb(21, 1, 134);
	margin-top: -1px;
	border-color: #ff6501;
}

ul.social-icons.list-inline {
	text-align: center;
	margin-top: 22px;
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.corner-circle {
	position: absolute;
	top: 15px;
	left: -15px;
	width: 120px;
	height: 120px;
	background-color: black;
	border-radius: 0 0 0 120px;
	z-index: 2;
}

.nav-close {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 30px;
	right: 30px;
}

.nav-close span {
	background: #ff6501;
	width: 30px;
	height: 1px;
	display: block;
	position: absolute;
	top: 14px;
}

.nav-close span:nth-child(1) {
	transform: rotate(45deg);
}

.nav-close span:nth-child(2) {
	transform: rotate(-45deg);
}

.logo-title {
	text-decoration: none;
	color: black;
	font-family: 'Kristi', cursive;
}

/* ////////////////////// slide css //////////////////////////////// */
ul.side-dots {
	top: calc(100% / 2 - 60px);
	position: fixed;
	height: auto;
	right: 70px;
}

ul.side-dots li {
	list-style-type: none;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 4px;
	margin: 20px 15px;
	transition: 0.3s ease;
}

ul.side-dots .active {
	list-style-type: none;
	width: 8px;
	height: 8px;
	background-color: #ff6501;
	border-radius: 4px;
	margin: 20px 15px;
	transition: 0.3s ease;
}

.section {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	/* display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */
}

#sec1 {
	background-color: #0e0e0e;
}

#sec2 {
	background-color: #0e0e0e;
}

#sec3 {
	background-color: #0e0e0e;
}

#sec4 {
	background-color: #0e0e0e;
}

#sec5 {
	background-color: #0e0e0e;
}

#sec6 {
	background-color: #0e0e0e;
}

/* ////////////////////// slide css end //////////////////////////////// */
@font-face {
	font-family: Akkurat;
	src: url(fonts/Akkurat-Font/FontsFree-Net-Akkurat-Light.ttf);
}

html#home::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	height: 5px;
	background-color: transparent;
}

html#home::-webkit-scrollbar {
	width: 0px;
	background-color: #ff6501;
	height: 5px;
}

html#home::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #ff6501;
	height: 5px;
}

.container {
	max-width: 100%;
	padding-left: 150px;
	padding-right: 150px;
	margin: 0 auto;
}

.nav2 .container {
	padding-left: 6%;
	padding-right: 6%;
}

.nav1 .navbar {
	position: relative;
	padding: 0rem 0rem;
}


.nav3 .container {
	padding-left: 6%;
	padding-right: 6%;
}

.hero-banner h1 {
	color: #fff;
	padding-top: 220px;
	font-size: 50px;
}

.hero-banner h1 span {
	color: #ff6501;
}

.bc-area h5 {
	color: #ff6501;
	margin-top: 40px;
	font-size: 15px;
}

.bc-area {
	position: relative;
}

.bc-area img {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 15%;
	transition: 0.5s;
}

.sticky img {
	transform: scale(0.5);
	transition: 0.5s;
	left: -42px;
}

.bc-area h5 a {
	margin-left: 10px;
	color: #fff;
}

.hero-banner {
	background-size: cover;
	background-position: center;
}

.hero-banner h3 {
	margin-top: 50px;
	position: relative;
	padding-left: 35px;
}

.hero-banner h3 a {
	color: #ff6501;
}

.hero-banner h3 a:hover {
	color: #fff;
}

.hero-banner h3 a i {
	font-size: 30px;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: 0px;
	top: -2.5px;
}

.hero-banner h6 {
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 35vh;
}

.hero-banner h6 span {
	color: #ff6501;
}

.nav2 h3 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 50px;
}

.nav1 ul li a {
	color: #fff !important;
}

.nav1 {
	margin-bottom: 20vh;
	margin-top: -25px;
}

.nav1 .container {
	padding-left: 0%;
	padding-right: 0%;
}

.nav1 .custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	line-height: 1.5;
	color: #ff6501;
	vertical-align: middle;
	background: #000;
	background-size: 8px 10px;
	border: none;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

.nav1 #inputGroupSelect01::before {
	content: '>';
	color: aliceblue;
	display: inline-block;
	background-color: aliceblue;
	position: absolute;
	top: 0;
	left: 0;
}

.logo-new img {
	width: 4%;
	position: absolute;
	top: 25px;
	right: 0;
}

.nav1 .dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.nav1 .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0.25rem;
	background-color: #000;
}

.nav1 li.nav-item.dropdown {
	padding-left: 10px;
	margin-right: 10px;
}

.nav3 h6 {
	margin-top: 10vw;
	color: #fff;
}

.nav3 h6 span a {
	color: #ff6501;
}

.nav3 h6 span {
	color: #ff6501;
}

.home-section-two .section {
	padding-top: 150px;
	padding-bottom: 150px;
}

.home-section-two h2 {
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 50px;
	z-index: 1111;
	position: relative;
}

.home-section-two p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	z-index: 1111;
	margin-bottom: 30px;
}

.home-section-two .bolo-img {
	position: relative;
}

.home-section-two .bolo-img img {
	position: absolute;
	width: 120%;
	max-width: fit-content;
	top: -55px;
	left: -120px;
	z-index: 1;
	height: 78vh;
	object-fit: cover;
}

#owl-home-one {
	z-index: 111;
}

/* #owl-home-one img{
    height: 80px !important;
} */


.home-section-three .section {
	padding-top: 150px;
	padding-bottom: 150px;
}

.home-section-three .bolo-img img {
	position: absolute;
	width: 120%;
	max-width: fit-content;
	top: -55px;
	left: 0px;
	z-index: 1;
	height: 78vh;
	object-fit: cover;
}

.home-section-three h2 {
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 50px;
	z-index: 1111;
	position: relative;
}

.home-section-three p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	z-index: 1111;
	margin-bottom: 30px;
}

.home-section-three h3 {
	color: #ff6501;
	font-size: 100px;
	position: relative;
	z-index: 1111;
}

.home-section-three h4 {
	color: #ff6501;
	font-size: 20px;
	position: relative;
	z-index: 1111;
}

.home-section-three.home-section-four .bolo-img img {
	position: absolute;
	width: 120%;
	max-width: fit-content;
	top: -55px;
	left: -120px;
	z-index: 1;
	height: 78vh;
	object-fit: cover;
}

.home-section-three.home-section-six h2 {
	padding-top: 100px;
	font-size: 42px;
}

.home-section-three.home-section-six ul {
	display: flex;
	align-items: center;
}

.home-section-three.home-section-six ul li {
	padding-right: 50px;
}

.home-section-three.home-section-six ul li a {
	color: #ff6501;
	font-size: 40px;
}

.home-section-three.home-section-six ul li a:hover {
	color: #fff;
}

header {
	position: relative;
}

header nav {
	position: absolute !important;
	top: 0;
	right: 150px;
	width: 100%;
	z-index: 1111111111;
}

header .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.5rem;
	font-size: 20px;
	padding-left: 2.5rem;
	color: #fff;
}

header nav ul {
	padding-top: 20px;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #ff6501 !important;
}

footer {
	background-color: #ff6501;
}

footer ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

footer ul li a {
	color: #fff;
}

footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

footer ul li {
	padding-right: 10px;
}

footer .section {
	padding-top: 200px;
}

footer img {
	width: 12.3%;
}

footer h5 {
	margin-top: 50px;
}

footer h5 a {
	font-size: 20px;
	color: #FFFFFF;
}

footer h5 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

footer p {
	color: #d6d6d6;
}

footer p a {
	color: #fff;
}

footer p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

footer h6 {
	color: #fff;
}

footer h6 a {
	color: #fff;
}

footer h6 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.hero-banner .overlay {
	background-image: linear-gradient(rgba(0, 0, 0, 0.427) 20%, transparent 80%);
	width: 100%;
	height: 100%;
}

.nav-item.active a {
	color: #ff6501 !important;
}

.footer-inner footer {
	padding-top: 100px;
	padding-bottom: 100px;
}

.inner-banner .hero-banner {
	height: 100vh;
}

.home-section-three.home-section-four.payments-three {
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: #000;
}

.home-section-three.home-section-seven.payments-four {
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: #000;
}

.payments-one {
	background-color: #000;
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom: 0.1px solid rgb(91, 91, 91);
}

.payments-two {
	background-color: #000;
	padding-top: 100px;
	padding-bottom: 80px;
	border-bottom: 0.1px solid rgb(91, 91, 91);
}

.payments-one h2 {
	color: #fff;
	font-size: 42px;
	line-height: 60px;
	z-index: 1111;
	position: relative;
	margin-bottom: 50px;
}

.payments-one h2 span {
	color: #ff6501;
}

.payments-one p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	z-index: 1111;
	margin-bottom: 30px;
}

.payments-two h2 {
	color: #ff6501;
	font-size: 100px;
}

.payments-two h3 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 50px;
}

.payments-two p {
	color: #ff6501;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 50px;
}

.payments-five {
	background-color: #000;
	padding-top: 100px;
	padding-bottom: 100px;
	border-top: 0.1px solid rgb(91, 91, 91);
}

.payments-five h2 {
	color: #fff;
	font-size: 48px;
	line-height: 60px;
	z-index: 1111;
	position: relative;
	margin-bottom: 30px;
}

.payments-five p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	z-index: 1111;
	margin-bottom: 30px;
}

.payments-five form {
	margin-top: 150px;
}

.payments-five .form-control {
	display: block;
	width: 100%;
	padding: 10px 1.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #ffffff;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid #d1d1d1;
	border-radius: 0rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.payments-five .form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
	padding-top: 15px;
	padding-bottom: 30px;
}

.payments-five input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0px;
	transform: scale(1.7);
	margin-left: -17px;
}

.payments-five .form-check-label {
	margin-bottom: 0;
	color: #999;
	padding-left: 10px;
}

.payments-five .form-check-label a {
	color: #999;
	text-decoration: underline;
}

.payments-five .form-check-label a:hover {
	color: #fff;
}

.payments-five input::placeholder {
	color: #999;
}

.submit-btn button {
	background-color: #ff6501;
	padding: 10px 30px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	outline: none;
	border: none;
}
.list-unstyled li{
    color: #ff6501;
	padding-top: 5px;
	margin-bottom: 0px;
}
.payments-one.contact-one {
	border-bottom: none;
	padding-bottom: 0px;
}

.payments-two.contact-two h3 {
	color: #ff6501;
	font-size: 16px;
	margin-bottom: 10px;
}

.payments-two.contact-two h4 {
	color: #fff;
	line-height: 35px;
	font-size: 20px;
}

.payments-two.contact-two .box {
	margin-bottom: 75px;
}

.payments-two.contact-two .box ul li:first-child {
	margin-bottom: 30px;
}

.payments-two.contact-two .box ul li:first-child a {
	color: #ff6501;
	font-size: 18px;
	text-decoration: underline;
}
.payments-two.contact-two .box ul li:first-child a:hover{
   color: #fff;
}
.payments-two.contact-two .box ul li:last-child a:hover{
	color: #fff;
 }

.payments-two.contact-two .box ul li:last-child a {
	color: #ff6501;
	font-size: 18px;
	text-decoration: underline;
}

.payments-two.contact-two .box ul li:last-child {
	margin-top: 10px;
}

.payments-two.contact-two .box ul li a {
	color: #fff;
	font-size: 18px;
}

.inner-banner .hero-banner h1 {
	padding-top: 300px;
}

.contact-last {
	background-color: #000;
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact-last h2{
	color: #fff;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-last h4{
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 30px;
}

.contact-last ul li{
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
}

.contact-last ul li a{
	color: #ff6501;
}


.contact-last ul li a:hover{
	text-decoration: underline;
	color: #fff;
}
.map-sec{
	background-color: #000;
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom: 0.1px solid rgb(91, 91, 91);
}

.map-sec h2{
	color: #fff;
	font-size: 48px;
	margin-bottom: 40px;
}

.map-sec ul{
	margin-top: -200px;
}

.map-sec ul li a{
	color: #ff6501;
	font-size: 18px;
	font-weight: 600;
}
.map-sec ul li a:hover{
	color: #fff;
}


.map-sec ul li{
	margin-bottom: 10px;
}

.st0 {
	fill: #222222;
}

.st1 {
	display: none;
	opacity: 0.4;
}

.st2 {
	display: inline;
}

.st3 {
	fill: #F903ED;
}

.st4 {
	display: none;
	opacity: 0.6;
}

.st5 {
	fill: #2A78BC;
}

.st6 {
	display: none;
}

.st7 {
	fill: #FC00D8;
}

.st8 {
	display: inline;
	fill: #FC00D8;
}

.st9 {
	fill: #1d8676;
	stroke: #1d8676;
	stroke-width: 0.35;
	stroke-miterlimit: 10;
}

/**************** Privacy policy *****************/
.privacy-policy{
	background-color: #000;
	padding-top: 200px;
	padding-bottom: 100px;
 }
 
 .privacy-policy h2 {
	 color: #fff;
	 font-size: 42px;
	 line-height: 60px;
	 margin-bottom: 50px;
 }
 
 .privacy-policy h3 {
	 color: #ff6501;
	 font-size: 32px;
	 line-height: 60px;
	 margin-bottom: 10px;
 }
 
 .privacy-policy p {
	 color: #fff;
	 font-size: 18px;
	 line-height: 30px;
	 margin-bottom: 30px;
 }
 
 .privacy-policy p a{
	 color: #ff6501;
 }
 
 .privacy-policy p span{
	 color: #ff6501;
 }
 
 .privacy-ul-one{
	margin-bottom: 20px;
 }
 
 .privacy-ul-one li {
	 color: #fff;
	 font-size: 18px;
	 line-height: 30px;
	 margin-bottom: 10px;
	 position: relative;
	 padding-left: 20px;
 }
 
 .privacy-ul-one li::before{
	 content: '';
	 width: 10px;
	 height: 2px;
	 background-color: #fff;
	 display: inline-block;
	 position: absolute;
	 top: 13px;
	 left: 0;
 }
 
 .privacy-ul-one li span{
	 color: #ff6501;
 }
 
 .privacy-ul-one li a{
	 color: #ff6501;
 }

 /************** 26.12.2024 ************/
  div#lmsgSubmit {
    margin-left: 0px;
    text-align: left !important;
    font-size: 20px;
    margin-top: 20px;
    color: #ff6501;
}




/* //////////////////////////// Responsive ///////////////////////*/

@media (max-width: 1024px) {
	.container {
		max-width: 100%;
		padding-left: 100px;
		padding-right: 100px;
		margin: 0 auto;
	}

	.hero-banner h1 {
		font-size: 42px;
	}

	.hero-banner h3 a {
		font-size: 18px;
	}

	.hero-banner h3 a i {
		font-size: 25px;
		margin-right: 0px;
		position: absolute;
		top: 0;
		left: 0px;
		top: 0px;
	}

	header .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 18px;
	}

	.sticky img {
		transform: scale(0.5);
		transition: 0.5s;
		left: -30px;
		top: 5px;
	}

	.home-section-two h2 {
		font-size: 42px;
		line-height: 50px;
		margin-bottom: 25px;
	}

	.home-section-two p {
		font-size: 18px;
		line-height: 28px;
	}

	.home-section-three h2 {
		font-size: 42px;
		line-height: 50px;
		margin-bottom: 25px;
	}

	.home-section-three p {
		font-size: 18px;
		line-height: 28px;
	}

	.home-section-three h3 {
		font-size: 60px;
	}

	.home-section-three.home-section-six h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.home-section-three.home-section-six ul li a {
		color: #ff6501;
		font-size: 25px;
	}

	header nav {
		right: 100px;
	}

	ul.side-dots {
		right: 20px;
	}

	.payments-one h2 {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 25px;
	}

	.payments-two h2 {
		color: #ff6501;
		font-size: 60px;
	}

	.payments-five h2 {
		font-size: 36px;
		line-height: 45px;
		margin-bottom: 25px;
	}



}


@media (max-width: 992px) {

	html {
		overflow-x: hidden !important;
		width: 100% !important;
		margin: 0 auto !important;
	}

	body {
		overflow-x: hidden !important;
		width: 100% !important;
		margin: 0 auto !important;
	}

	.sticky img {
		transform: scale(0.5);
		transition: 0.5s;
		left: -10px;
		top: 5px;
	}

	.navbar-toggler {
		padding: 0rem 0.1rem;
		font-size: 1.25rem;
		line-height: 1;
		border: 2px solid #ff6501;
		border-radius: 0.25rem;
	}

	header nav {
		right: 0px;
		top: 10px;
	}

	.navbar-collapse {
		background-color: #ff6501;
		text-align: center;
		padding: 10px 0px 25px 0px;
		margin-top: 15px;
	}

	.navbar-toggler-icon {
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		content: url(images/hamburger-menu-icon-png-white-10.jpg);
		background: no-repeat center center;
		background-size: 100% 100%;
	}

	.home-section-two .bolo-img img {
		position: relative;
		width: 100%;
		max-width: fit-content;
		top: 40px;
		left: 0px;
		z-index: 1;
		height: auto;
		object-fit: cover;
	}

	.home-section-three .bolo-img img {
		position: relative;
		width: 100%;
		max-width: fit-content;
		top: 0px;
		left: 0px;
		z-index: 1;
		height: auto;
		object-fit: cover;
	}

	.home-section-three.home-section-four .bolo-img img {
		position: relative;
		width: 100%;
		max-width: fit-content;
		top: 20px;
		left: 0px;
		z-index: 1;
		height: auto;
		object-fit: cover;
	}

	.home-section-two .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	header .navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0rem;
		font-size: 20px;
		padding-left: 0rem;
		color: #fff !important;
	}

	.home-section-three .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.home-section-three h2 {
		margin-top: 35px;
	}

	.inner-banner .hero-banner {
		height: 60vh;
	}

	.mob-order-1 {
		order: 1;
	}

	.mob-order-2 {
		order: 2;
	}

	.home-section-three.home-section-four.payments-three {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.home-section-three.home-section-seven.payments-four {
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.payments-five form {
		margin-top: 50px;
	}

	.map-sec ul {
		margin-top: -130px;
	}

	.payments-two.contact-two{
		border-top: none;
	}

	.map-sec h2 {
		color: #fff;
		font-size: 32px;
		margin-bottom: 0px;
	}

	.contact-last h2 {
		font-size: 42px;
	}



}

@media screen and (max-width: 767px) {

footer img {
    width: 30%;
}

}


@media (max-width: 568px) {

	.container {
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 auto;
	}

	.hero-banner h1 {
		color: #fff;
		padding-top: 200px;
		font-size: 30px;
	}

	.hero-banner h6 {
		color: #FFFFFF;
		font-size: 14px;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.navbar-toggler-icon {
		width: 1em;
		height: 1em;
	}

	header .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 17px;
	}

	ul.side-dots {
		right: 20px;
		display: none;
	}

	.home-section-two h2 {
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 25px;
	}

	.home-section-three h2 {
		font-size: 32px;
		line-height: 35px;
	}

	.home-section-two p {
		font-size: 16px;
		line-height: 25px;
	}

	.home-section-three p {
		font-size: 16px;
		line-height: 25px;
	}

	.bc-area img {
		position: fixed;
		top: 20px;
		left: 20px;
		width: 35%;
		transition: 0.5s;
	}

	header nav {
		right: 0px;
		top: 15px;
	}

	.section {
		width: 100%;
		height: fit-content;
		display: -webkit-box;
		display: -ms-flexbox;
	}

	.logo.sticky a img {
		display: none;
	}

	.home-section-three.home-section-six h2 {
		font-size: 22px;
		line-height: 32px;
		padding-top: 0px;
	}

	.home-section-three.home-section-six ul {
		display: block;
		align-items: center;
	}

	.home-section-three.home-section-six ul li a {
		color: #ff6501;
		font-size: 18px;
	}

	.home-section-three.home-section-six ul li {
		padding-right: 0px;
		margin-bottom: 10px;
	}

	footer .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	footer img {
		width: 30%;
	}

	footer ul {
		display: block;
	}

	.home-section-two .bolo-img img {
		position: relative;
		width: 100%;
		max-width: fit-content;
		top: -25px;
		left: 0px;
		z-index: 1;
		height: auto;
		object-fit: cover;
	}

	.home-section-three .section {
		padding-top: 0px;
		padding-bottom: 50px;
	}

	.home-section-three h2 {
		margin-top: 50px;
	}

	footer ul li {
		padding-right: 10px;
		padding-bottom: 15px;
	}

	.inner-banner .hero-banner {
		height: 65vh;
	}

	.inner-banner .hero-banner h1 {
		padding-top: 200px;
	}

	.payments-one h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 25px;
	}



	.payments-five h2 {
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 25px;
	}

	.payments-one p {
		font-size: 16px;
		line-height: 25px;
	}

	.payments-five p {
		font-size: 16px;
		line-height: 25px;
	}

	.payments-one {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.payments-two {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.payments-two h2 {
		color: #ff6501;
		font-size: 42px;
	}

	.footer-inner footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.home-section-three h3 {
		font-size: 42px;
	}

	.payments-two h3 {
		font-size: 20px;
	}

	.map-sec {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.map-sec h2 {
		color: #fff;
		font-size: 28px;
		margin-bottom: -150px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.contact-last h2 {
		font-size: 28px;
	}

	.contact-last {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.payments-two.contact-two{
		padding-bottom: 0px;
	}




}





/*////////////// 1920 ////////////////*/

@media (min-width: 1920px) {
	.container {
		max-width: 100%;
		padding-left: 200px;
		padding-right: 200px;
		margin: 0 auto;
	}

	.hero-banner h1 {
		padding-top: 420px;
		font-size: 50px;
	}

	.home-section-two h2 {
		padding-top: 150px;
	}

	.home-section-three h2 {
		padding-top: 150px;
	}
     




}