@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Archivo", sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	font-style: normal;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707071;
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1F1F25;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}

.bg-color1 {
	background: linear-gradient(to right, #b37d33 0%, #faed85 52%, #b37d33 100%);

}

.bg-color2 {
	background-color: #040304;
}

.text-color1,
.text-warning {
	/* color: #e6c666 !important; */
	background: -webkit-linear-gradient(#b37d33, #faed85);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-color2 {
	color: #040304 !important;
}

.txt-hover:hover,
.txt-hover:focus {
	color: #a9a9a9;
}

.width-30 {
	width: 30%;
}

.width-40 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-70 {
	width: 70%;
}

.width-60 {
	width: 60%;
}

.flexbox {
	display: -webkit-box;
	display: flex;
}

.flexbox .element {
	height: 100%;
}

section {
	overflow: hidden;
}

#stuck_container {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.isStuck {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background-color: rgba(31, 27, 78, 0.7);
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.isStuck .header {
	background-color: #211f46;
}

.homepage .header {
	position: absolute;
	width: 100%;
	z-index: 9;
	background-color: rgb(168 164 164 / 86%);
}

.header-bottom {
	background-color: #fff;
	padding: 20px;
	position: relative;
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09019607843137255);
}

.header-right-bar {
	padding: 2px;
	background-color: #040304;
}

.header-right-bar ul {
	text-align: center;
}

.top-contact-list li a {
	background-color: #000;
	padding: 7px 12px 7px 8px;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
}

.top-contact-list li a i {
	font-size: 15px;
	background: #fff;
	color: #000;
	padding: 5px;
	border-radius: 50px;
}

.top-contact-list li a span {
	margin-left: 5px;
}

.sociallinktop li {
	display: inline-block;
}

.sociallinktop li:last-child {
	margin-left: 20px;
}

.sociallinktop .social-icontop a {
	padding: 6px;
	background: #34589d;
}

.sociallinktop .social-icontop a.instagram-icon {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.sociallinktop .social-icontop a.instagram-icon i {
	background-color: transparent;
}

.sociallinktop .social-icontop a i {
	font-size: 16px;
	background: #34589d;
	color: #fff;
}

.logo {
	display: inline-block;
	margin: 5px auto;
}

.logo .img-fluid {
	max-width: 70%;
}

.mobile-menu {
	display: none;
}

.nav-wrapper {
	display: block;
	text-align: right;
}

.navigation>li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
	margin: 0 15px;
}

.navigation>li:last-child {
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ff8daa;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #9a9a9a;
	transition: all 500ms ease;
	display: block;
}

.navigation li.dropdown>.dropdown-menu li {
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
	text-align: left;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
	background-color: #ffffff;
	padding: 10px 15px;
	color: #000;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation>li:first-child {
	display: none;
}

.navigation a {
	/*	text-transform: uppercase;*/
	letter-spacing: 1px;
	overflow: hidden;
	position: relative;
	display: block;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	padding: 10px 0;
	transition: all 500ms ease 0s;
}

.navigation li.dropdown>a {
	padding-right: 35px;
}

.navigation>li.dropdown>a:after {
	font-family: "bootstrap-icons";
	content: "\F282";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	/*    display: block;*/
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
	color: #e6c666;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
	color: #fff;
	background-color: #000;
}

.slider-wrapper {
	position: relative;
}

.slider-wrapper .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: auto;
	left: 15%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 1.25rem;
	color: #fff;
	text-align: center;
	top: 55%;
	transform: translateY(-50%);
}

.corner-box::before,
.corner-box::after,
.corner-box span::before,
.corner-box span::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	border: 4px #e6c666;
	border-style: double;
}

.corner-box::before {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
}

.corner-box::after {
	top: 0;
	right: 0;
	border-left: none;
	border-bottom: none;
}

.corner-box span::before {
	bottom: 0;
	left: 0;
	border-right: none;
	border-top: none;
}

.corner-box span::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}

.fs-70 {
	font-size: 70px;
}

.fs-45 {
	font-size: 45px;
}

.list1 li,
.list2 li,
.areas-list li {
	padding: 0px 0 15px 26px;
	position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #040304;
}

.areas-list li:before {
	content: '\F3E7';
}

.list2 li:before {
	color: #ca4421;
}

.list3 {
	margin-left: 16px;
}

.list3 li {
	list-style-type: decimal;
	padding-bottom: 18px;
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
	position: relative;
	z-index: 1;
}

.overlap {
	position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
	background-color: rgba(41, 42, 96, 0.85);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-wrapper .overlap1:before {
	background-color: rgba(0, 0, 0, 0.5);
}

.overlap2:before {
	background-color: rgb(55 57 60 / 80%);
}

.widget-title {
	font-size: 24px;
	font-weight: 600;
	color: #018859;
	margin-bottom: 20px;
}

.widget-title a:hover {
	color: #a9a9a9;
}

.footer-menu li a {
	position: relative;
	padding: 2px 0 2px 20px;
	display: inline-block;
	color: #fff;
}

.footer-menu li a:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '\F231';
	font-family: 'bootstrap-icons';
}

.footer-links {
	display: block;
	color: #fff;
}

.footer-menu li a:hover,
.footer-links a:hover {
	color: #a9a9a9;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
	top: 0;
	left: 100%;
	padding: 15px;
}

.heading_h2,
.border-heading {
	position: relative;
	text-transform: uppercase;
}

.border-heading {
	position: relative;
	display: inline-block;
	padding: 0 60px 0 60px;
}

.border-heading:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 18px;
	width: 50px;
	height: 1px;
	border-bottom: 4px dashed #e6c666;
}

.border-heading:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 18px;
	width: 50px;
	height: 1px;
	border-bottom: 4px dashed #e6c666;
}

.feature-section {
	background-color: #e5e5e5;
	padding: 50px 0;
}

.feature-icon {
	height: 60px;
	margin-bottom: 15px;
}

.feature-title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.25em;
	color: #555;
}

.threebox-inner {
	position: relative;
	width: 94.3%;
}

.serv-boximg-one {
	border-radius: 10px;
	/* width: 95.4%; */
	margin: 0 auto;
}

.serv-boximg-one h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.serv-boximg-one p {
	color: #000000;
}

.serv-boximg-one .btn-1 {
	font-size: 13px;
	font-weight: bolder;
	letter-spacing: .03em;
	line-height: 2.4em;
	background-color: #040304;
	color: #ffffff;
	max-width: 100%;
	min-height: 2.5em;
	padding: 12px 21px;
	position: relative;
	text-align: center;
	text-decoration: none;
	border-radius: 12px;
}

.serv-contentwrap {
	/* margin-bottom: 35px; */
	/* min-height: 235px; */
}

.btn-serv a {
	text-transform: uppercase;
	margin-top: 15px;
	display: inline-block;
}

.heading-h3 {
	position: relative;
	padding: 25px;
	border-top-width: 1px;
	border-right-width: 15px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgb(212, 175, 55);
	border-right-color: rgb(212, 175, 55);
	border-bottom-color: rgb(212, 175, 55);
	border-left-color: rgb(212, 175, 55);
}

.heading-h3::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 100%;
	height: 120%;
	transform: translate(-50%, -50%);
	border: 1px solid #e6c666;
}

.heading-h3 a {
	display: inline-block;
}

.heading-h3 a:hover {
	color: #e6c666;
}

.footelogo-size img {
	height: 70px;
}

.footer-link,
.footer-link a {
	color: #000;
}

.footer-link a:hover {
	color: #252525;
}

.footphone a:hover {
	color: #666666;
}

.footercontact i {
	font-size: 40px;
}

.footercontact a:hover {
	color: #e6c666;
}

.listfooter li a {
	position: relative;
	padding: 2px 0 0 25px;
	display: inline-block;
	color: #fff;
	margin-bottom: 5px;
	letter-spacing: 0;
	font-weight: 500;
}

.listfooter li a:hover {
	color: #e6c666;
}

.listfooter .list-2 li a:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '\F134';
	font-family: 'bootstrap-icons';
	color: #e6c666;
	font-size: 16px;
}

.button-group {
	display: flex;
	gap: 10px;
	padding: 20px;
	justify-content: center;
}

.btncustom {
	padding: 10px 18px;
	border-radius: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	transition: 0.3s;
}

.read-more {
	background: linear-gradient(to right, #b37d33 0%, #faed85 52%, #b37d33 100%);

	color: #000;
	border: 2px solid #e6c666;
	font-weight: bold;
}

.call-us {
	border: 2px solid #e6c666;
	color: #e6c666;
	background-color: transparent;
	font-weight: bold;
}

.call-us i {
	margin-right: 8px;
	font-size: 16px;
}

.read-more:hover,
.read-more:focus,
.read-more:active {
	background: transparent;
	color: #e6c666;
}

.call-us:hover,
.call-us:focus,
.call-us:active {
	background: linear-gradient(to right, #b37d33 0%, #faed85 52%, #b37d33 100%);
	color: #000;
}

.top-contact-icon {
	color: #fff;
}

.contact-box {
	border-radius: 10px;
	overflow: hidden;
	margin: 40px auto;
	max-width: 1000px;
}

.left-panel {
	background: linear-gradient(to right, #b37d33 0%, #faed85 52%, #b37d33 100%);

	color: #000;
	padding: 30px;
}

.formwrap {
	padding: 30px;
}

.left-panel h5 {
	font-weight: bold;
	margin-bottom: 20px;
}

.cotnentwrap .footercontact a:hover {
	color: #000;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}

.contact-item i {
	font-size: 1.5rem;
	margin-right: 15px;
}

.right-panel {
	background-color: #000;
	color: white;
	padding: 30px;
}

.form-control,
.form-select {
	background-color: #333;
	border: none;
	color: white;
	border-radius: 20px;
	padding: 10px 20px;
}

#floatingTextarea2 {
	min-height: 80px;
}

.form-control::placeholder {
	color: #ccc;
}

.submit-btn {
	background: linear-gradient(to right, #b37d33 0%, #faed85 52%, #b37d33 100%);

	border: none;
	padding: 10px 25px;
	color: #000;
	font-weight: bold;
	border-radius: 50px;
	transition: background 0.3s;
}

.submit-btn:hover {
	background-color: #a68430;
}

iframe {
	border: none;
	width: 100%;
	height: 220px;
	border-radius: 10px;
	margin-top: 20px;
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.submit-icon {
	display: none;
}

.submit-icon.rotating-show {
	display: inline-block;
	vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.three-box {
	width: 100%;
	padding: 30px;
	text-align: center;
	border: 3px solid #e6c666;
	border-radius: 6px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.three-box .icon img {
	width: 25%;
	margin-bottom: 20px;
	background: #000;
	padding: 15px;
	border: 2px dashed #e6c666;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.three-box:after {
	position: absolute;
	left: 18px;
	top: -8px;
	width: 90%;
	height: 6px;
	content: "";
	background-color: #e6c666;
	border-radius: 8px 8px 0 0;
}

.three-box .content-box h3 {
	font-size: 22px;
}

.bg-color4 {
	background-color: rgb(212 175 55 / 13%);
}

.five-box-sec {
	padding: 80px 0 50px 0;
}

.five-box {
	width: 100%;
	background: #d1d1d1;
	padding: 20px;
	text-align: center;
	border-radius: 15px 15px;
	transition: all 300ms;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.five-box:hover {
	background: linear-gradient(to right, #b37d33 0%, #faed85 52%, #b37d33 100%);

}

.five-box .box-content h3 {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 400;
}

.five-box:hover .box-content h3 {
	color: #fff;
}

.five-box .icon-box {
	margin-top: -76px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right, #b37d33 0%, #faed85 52%, #b37d33 100%);

	border: 7px solid #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: 50px;
	/*color: var(--garlon-base, #209D2F);*/
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	transition: all 500ms ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.five-box .icon-box img {
	width: 60%;
}

.five-box .icon-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease-in-out;
	background: #000;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
	transform: scale(0.1);
	visibility: hidden;
	opacity: 0;
}

.five-box:hover .icon-box::after {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.inner-box {
	padding: 30px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	width: 100%;
}

.single-service-item {
	margin: 20px 0;
}

.box-style1 {
	padding: 20px;
	background-color: #f8f8f8;
	min-height: 300px;
}

.single-service-item .img-holder {
	overflow: hidden;
	position: relative;
}

.single-service-item .img-holder .img-responsive {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
	background-color: rgba(0, 0, 0, .60);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 45px;
	line-height: 48px;
	transition: all 500ms ease 0s;
	width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
	background: #9a9a9a;
}

.single-service-item .text-holder h3 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 20px 0 6px;
	text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
	color: #fff;
}


.site-map-list li {
	border-left: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
	position: relative;
}

.site-map-list li:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}

.site-map-list li>ul.child-menu {
	margin: 10px 0 10px 20px;
}

.contact-container {
	text-align: center;
}

.contact-icon {
	float: none;
	margin: auto;
	position: relative;
	z-index: 1;
	border: 5px solid #ffffff;
	background: linear-gradient(to right, #b37d33 0%, #faed85 52%, #b37d33 100%);
	box-sizing: border-box;
	color: #000;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 70px;
	font-size: 1.6em;
}

.contact-detail {
	background-color: #eee;
	padding: 60px 20px 20px;
	margin-top: -40px;
	height: 190px;
}


/* col-xxl */
@media (min-width: 1401px) and (max-width:1600px) {
	.slider-wrapper .carousel-caption {
		top: 58%;
	}
}

/* col-xl */
@media (min-width: 1201px) and (max-width:1400px) {
	.slider-wrapper .carousel-caption {
		top: 63%;
	}

	.serv-contentwrap {
		/* min-height: 260px; */
	}

	.carousel-control-next,
	.carousel-control-prev {
		top: 25%;
	}
}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
	.fs-45 {
		font-size: 25px;
	}

	.slider-wrapper .carousel-caption {
		top: 60%;
	}
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {
	.homepage .header {
		position: relative;
		background-color: #fff;
	}

	.top-header {
		position: relative;
		margin-bottom: 0;
		padding: 10px 0;
	}

	.mobile-menu {
		display: block;
		font-size: 30px;
		background: transparent;
		padding: 0;
		color: #fff;
		cursor: pointer;
		margin: 0 auto;
		text-align: left;
	}

	.mobile-menu i {
		float: right;
	}

	.header-right-bar {
		background-color: #e6c666;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		padding: 0;
	}

	.top-contact-list {
		text-align: center;
	}

	.navigation {
		text-align: left;
	}

	.nav-wrapper.open {
		right: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
	}

	.navigation>li:first-child {
		display: block;
	}

	.navigation>li:before {
		display: none;
	}

	.navigation li a.close-menu {
		text-align: left;
	}

	.navigation li a {
		padding: 10px 20px;
		color: #fff;
		text-align: left;
		text-transform: none;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #e6c666;
		color: #ffffff;
	}

	.navigation>li.dropdown>a:after {
		right: 20px;
	}

	.navigation li.dropdown>.dropdown-menu,
	.navigation li.dropdown:hover>.dropdown-menu {
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}

	.navigation li.dropdown>.dropdown-menu li a {
		padding: 10px 10px 10px 30px;
	}

	.fixed-top {
		position: static;
	}

	.serv-contentwrap {
		min-height: auto;
	}

	.footelogo-size img {
		height: 50px;
	}

	.footercontact i {
		font-size: 35px;
	}

	.heading-h3::before {
		height: 112%;
	}

	.three-box {
		margin-bottom: 30px;
	}

	.five-box {
		margin-bottom: 88px;
	}

	.five-box-sec {
		padding: 80px 10px 20px 10px;
	}

}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {
	.fs-45 {
		font-size: 25px;
	}

	.logo .img-fluid {
		max-width: 100%;
	}

	.slider-wrapper .carousel-caption {
		top: 50%;
	}

	.sociallinktop .social-icontop {
		display: none;
	}

	.five-box.last-box,
	.five-box.last-box1 {
		margin-bottom: 20px;
	}
}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {
	.carousel-caption .fs-45 {
		font-size: 18px;
	}

	.btncustom {
		padding: 5px 10px;
		font-size: 12px;
		margin-bottom: 6px;
	}

	.corner-box::before,
	.corner-box::after,
	.corner-box span::before,
	.corner-box span::after {
		display: none;
	}

	.slider-wrapper .carousel-caption {
		padding: 10px;
	}

	.carousel-caption.corner-box p {
		font-size: 12px;
		line-height: 18px;
	}

	.slider-wrapper .carousel-caption {
		top: 50%;
	}

	.border-heading:before {
		top: 14px;
	}

	.border-heading:after {
		top: 14px;
	}

	.five-box {
		margin-bottom: 88px;
	}

	.five-box-sec {
		padding: 80px 10px 20px 10px;
	}

	.five-box.last-box {
		margin-bottom: 0;
	}
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
	.logo .img-fluid {
		max-width: 100%;
	}

	.carousel-caption.corner-box p {
		display: none;
	}

	.carousel-caption .fs-45 {
		font-size: 15px;
	}

	.button-group {
		display: block;
		padding: 5px 0;
	}

	.btncustom {
		padding: 5px 10px;
		font-size: 12px;
		margin-bottom: 6px;
	}

	.corner-box::before,
	.corner-box::after,
	.corner-box span::before,
	.corner-box span::after {
		display: none;
	}

	.slider-wrapper .carousel-caption {
		padding: 10px;
	}

	.slider-wrapper img {
		height: 240px;
	}

	.heading-h3 {
		padding: 15px;
	}

	.heading-h3::before {
		display: none;
	}

	.smallemail i {
		display: none;
	}

	.smallemail .text-break a {
		font-size: 13px;
	}

	.left-panel {
		padding: 10px;
	}

	.border-heading {
		padding: 0;
	}

	.border-heading:before,
	.border-heading:after {
		display: none;
	}

	.three-box .icon img {
		width: 40%;
	}

	.five-box {
		margin-bottom: 88px;
	}

	.five-box-sec {
		padding: 80px 10px 20px 10px;
	}

	.five-box.last-box {
		margin-bottom: 0;
	}

	.contact-detail {
		background-color: #eee;
		padding: 60px 10px 20px;
		margin-top: -40px;
		height: auto;
	}

	.sm-t{
		font-size: 14px;
	}
}