@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

body {
	font-family: 'Outfit', sans-serif;
	font-size: 17px;
	color: #000;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.5px;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

ol li {
	padding: 0px 0 15px 26px;
	position: relative;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #e76925;
	outline: none;
	text-decoration: none;
}


strong{
    font-weight: bold!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1F1F25;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}

.bg-color1 {
	background-color: #e76925;
}

.bg-color2 {
	background-color: #ededed;
}

.text-color1 {
	color: #e76925 !important;
}

.text-color2 {
	color: #d4af37 !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%;
}

.header {
	position: relative;
}

.topbarnavbar {
	background-color: #000;
}

.topbarnav {
	text-align: right;
}

.topbarnav li {
	display: inline-block;
	position: relative;
}

.topbarnav li a {
	color: #e76925;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.topbarnav li:first-child:before {
	display: none;
}

.topbarnav li:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 50%;
	bottom: 0;
	height: 60%;
	width: 1px;
	background-color: #757575;
	transform: translateY(-50%);
}

.bgheader {
	position: absolute;
	/*	background-image: url();*/
	background: #000000 url(../images/bg-header.jpg) top left repeat scroll;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.header-top {
	border-top: 1px solid #757575;
}

.header-bottom-wrap {
	padding: 15px 0;
	border-top: 1px solid #757575;
	border-bottom: 1px solid #757575;
}

.header-bottom {
	background-color: transparent;
	position: relative;
}

.logo {
	display: inline-block;
	margin: 5px auto;
}

.logo .img-fluid {
	max-width: 160px;
}

.mobile-menu {
	display: none;
}

.nav-wrapper {
	display: block;
	text-align: center;
}

.navigation>li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
	position: relative;
}

.navigation>li:last-child {
	margin-right: 0;
}

.navigation li:nth-child(2)::before {
	display: none;
}

.navigation li::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 1px;
	background-color: #757575;
}

.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;
}

.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: 14px;
	font-weight: 400;
	color: #e76925;
	padding: 0px 20px;
	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,
.topbarnav li.active a {
	color: #fff;
}

.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: 20%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: left;
	top: 43%;
	width: 30%;
	transform: translateY(-50%);
	z-index: 1;
}

.carousel-control-next,
.carousel-control-prev {
	width: 6%;
}

.fs-70 {
	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: #e76925;
}

.areas-list li:before {
	content: '\F3E7';
}

.list2 li:before {
	color: #ca4421;
}

.list3 {
	margin-left: 16px;
}

.list3 li {
	list-style-type: decimal;
	list-style-position:outside;
	padding-left: 0;
	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,
.imgoverlap {
	position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before,
.imgoverlap:before {
	background-color: rgba(41, 42, 96, 0.85);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.imgoverlap:before {
	background-color: rgb(0 0 0 / 61%);
}

.slider-wrapper .overlap1:before {
	background: linear-gradient(90deg, rgb(2 0 36 / 0%) 0%, rgb(0 0 0 / 81%) 18%, rgb(9 9 121 / 0%) 63%);
}

.overlap1:before {
	background-color: rgb(0 0 0 / 43%);
}

.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;
}

.footer-bottom .footer-links a:hover,
.footer-bottom .footer-links a:focus,
.footer-bottom .footer-links a:active {
	color: #000;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
	top: 0;
	left: 100%;
	padding: 15px;
}

.owlcaroseul-testi .owl-carousel .owl-nav button.owl-next,
.owlcaroseul-testi .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
	color: #aaa;
	font-size: 70px;
	width: 60px;
	height: 60px;
	line-height: 35px;
}

.owlcaroseul-testi .owl-carousel .owl-nav button.owl-next {
	right: -90px;
}

.owlcaroseul-testi .owl-carousel .owl-nav button.owl-prev {
	left: -90px;
}

.owlcaroseul-testi .owl-carousel .owl-nav button:hover {
	background-color: transparent;
}

.btn-1 {
	color: #ffffff;
	background-color: #e76925;
	border-color: #c54703;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 15px 16px;
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
	font-weight: bold;
}

.btn-1:hover {
	color: #fff;
}

.btn-3 {
	color: #ffffff;
	background-color: #e76925;
	border-color: #c54703;
	border-radius: 3px;
	font-size: 17px;
	text-transform: uppercase;
	padding: 15px 30px;
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
	font-weight: 300;
}

.btn-3:hover {
	color: #fff;
}

.logolist {
	position: relative;
	display: flex;
	justify-content: space-around;
}

.logolist li {
	display: inline-block;
}

.imglogo img {
	width: 180px;
}

.h1heading {
	text-transform: uppercase;
}

.h2heading {
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: 300;
}

.p-lg-7 {
	padding: 60px 20px;
}

.p-lg-8 {
	padding: 120px 20px;
}

.btn-2 {
	color: #fff;
	border: 3px solid #fff;
	background: transparent;
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
	border-radius: 3px;
}

.btn-2:hover,
.btn-2:focus,
.btn-2:active {
	color: #e4dfdf;
	border: 3px solid #9d9999;
}

.img-overlay-content {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	margin: 0 auto;
	text-align: center;
	transform: translateY(-50%);
}

.featured-icon-box.style4 {
	padding: 30px 20px;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background: #000;
	width: 90%;
	margin: 20px auto;
	min-height: 270px;
}

.box-shadow {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.featured-icon-box.style4:before,
.featured-icon-box.style4:after {
	content: "";
	position: absolute;
	height: 70px;
	top: 0;
	opacity: 1;
	width: 5px;
	right: 0;
	left: auto;
	transition: all 500ms ease;
	background-color: #ffad6c30;
}

.featured-icon-box.style4:after {
	height: 70px;
	left: 0;
	width: 5px;
	background-color: #ffad6c30;
	bottom: 0;
	top: auto;
}

.featured-title h5 {
	color: #e76925;
}

.featured-title a:hover,
.featured-title a:focus,
.featured-title a:active {
	color: #fff;
}

.featured-desc p {
	color: #fff;
}

.featured-icon-box.style4 .featured-icon {
	text-align: center;
	padding-left: 0;
	margin-bottom: 15px;
	line-height: 50px;
	display: inline-block;
	position: relative;
	transition: all 0.5s ease-in-out 0s;
}

.featured-icon-box.style4 .featured-icon .cmt-icon {
	width: 60px;
	height: 60px;
	background: #e76925;
	margin-bottom: 0;
	line-height: 80px;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	padding: 10px 5px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border: 1px solid transparent;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	box-sizing: content-box;
	position: relative;
}

.cmt-icon i {
	color: #fff;
	font-size: 55px;
	line-height: 60px;
}

.cmt-btn.btn-inline {
	padding: 0;
	border: 0;
	background-color: transparent;
}

.featured-content {
	position: relative;
	z-index: 1;
}

.featured-icon-box.style4:hover .featured-icon {
	transform: rotateY(360deg);
}

.featured-icon-box.style4:hover:before {
	height: 100px;
	opacity: 1;
}

.featured-icon-box.style4:hover:after {
	height: 100px;
}

.homeform {
	position: relative;
}

.homeform .form-control,
.homeform .form-control:focus {
	background-color: #ffffff;
	border-radius: 0;
	color: #000000;
	max-width: 100%;
	border-width: 1px;
	margin: 10px 0 0 0;
	width: 100%;
	display: block;
	-webkit-appearance: none;
	border: 1px solid #e1e1e1;
	padding: 8px 10px;
	box-shadow: none;
}

.homeform label {
	font-weight: 500;
	font-size: 15px;
}

.homeform .form-outline {
	margin-bottom: 25px;
}

.box-shadow2 {
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.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;
}

.homeform .btn-1:hover,
.homeform .btn-1:focus,
.homeform .btn-1:active {
	color: #e76925;
	background-color: transparent;
	border-color: #c54703;
}

.blog-title {
	color: #e76925;
	font-size: 18px;
	font-weight: 500;
}

.blog-title:hover {
	color: #e76925;
}

.btnreadmore {
	position: relative;
	margin-top: 10px;
}

.btn-4 {
	padding: 0 0 2px;
	position: relative;
	border: 0;
	letter-spacing: 0;
	background-color: transparent;
}

.btn-4 span {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
}

.btn-4 .btn-text {
	margin-left: -13px;
	position: relative;
	z-index: 3;
	transition: transform .6s 125ms cubic-bezier(.1, .75, .25, 1);
}

.btn-4 .btn-icon {
	margin-left: 6px;
	position: relative;
	transition: opacity .4s .25s, transform .6s .25s;
	transition-timing-function: cubic-bezier(.1, .75, .25, 1);
	line-height: 0;
	z-index: 3;
}

.btn-4 .btn-icon+.btn-icon {
	order: -2;
	opacity: 0;
	transition-delay: 0s;
	margin-left: 0;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.btn-4 .btn-icon i {
	margin: 0;
	line-height: 0;
}

.btn-link i {
	top: 0px;
}

.btn-4:hover .btn-text {
	transition-delay: .1s;
	transform: translateX(23px);
	color: #000;
}

.btn-4:hover .btn-icon {
	transition-delay: 0s;
	transform: translateX(10px);
	opacity: 0;
	color: #000;
}

.btn-4:hover .btn-icon+.btn-icon {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 225ms;
	color: #000;
}

.blogimg,
.blgowrap {
	position: relative;
}

.blgowrap {
	width: 100%;
	margin: 0;
}

.blogimg:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgb(247 247 247 / 74%);
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.overlay-content .circlewrap {
	color: #fff;
	width: 70px;
	height: 70px;
	background-color: #e76925;
	border-radius: 50%;
	text-align: center;
	transform: scale(0.8);
	opacity: 0;
	transition: .5s all;
}

.overlay-content {
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	left: 50%;
	opacity: 0;
}

.overlay-content i {
	color: #fff;
	font-size: 50px;
	line-height: 70px;
}

.blogimg:hover:before {
	opacity: 1;
}

.blogimg:hover .overlay-content {
	opacity: 1;
	background-color: transparent;
}

.blogimg:hover .overlay-content .circlewrap {
	transform: scale(1.1);
	opacity: 1;
}

.footerheading {
	font-size: 19px;
	text-transform: uppercase;
	color: #fff;
}

.footer-social li {
	display: inline-block;
}

.footer-social .icon {
	position: relative;
	background-color: #ffffff;
	border-radius: 50%;
	margin: 0 10px 0 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 22px;
	display: inline-block;
	text-align: center;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	color: #333;
	text-decoration: none;
}

.footer-social .icon i {
	color: #e76925;
}

.fourth-section,
.third-section {
	position: relative;
}

.height-550 {
	min-height: 450px;
}

.third-section .about-bg {
	position: absolute;
	left: 0;
	width: 45%;
	height: 80%;
	border-radius: 0px 40px 40px 0px;
	border: 15px solid #e76925;
	border-left: 0;
}

.fourth-section .about-bg {
	position: absolute;
	right: 0;
	width: 45%;
	height: 85%;
	border-radius: 40px 0 0 40px;
	border: 15px solid #e76925;
	border-right: 0;
}

.about-two_content-box {
	display: table;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.table-para-center {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.footerlink li a {
	color: #fff;
	text-transform: inherit;
}

.footerlink.list1 li:before {
	font-size: 16px;
}

.imglogo {
	margin: 0 auto 20px auto;
	text-align: center;
	background: #100f0f;
}

.blog-innerbox {
	padding: 30px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.blog-innerbox1 {
	padding: 20px;
	box-shadow: 0 5px 25px -5px rgba(0, 0, 0, .2), 0 5px 10px -5px rgba(0, 0, 0, .04);
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	height: 100%
}

.blog-innerbox1 a:hover {
	color: #e76925;
}

.blog-btn {
	padding: 15px 25px;
	background-color: #e76925;
	margin-top: 10px;
	display: inline-block;
	color: #fff;
}

.blog-btn:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 15px rgba(255, 255, 255, 0.2);
}

.blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-content {
	margin-top: 30px;
}


.half-sec {
	position: relative;
	background-color: #212529;
}

.half-sec-img img, .half-sec-img1 img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	content: "";
	object-fit: cover;
}

.half-sec-img1 img{
	left:0;
}

.border-lf {
	border-left: 3px solid #e76925;
	padding-left: 20px;
}

.breaker-section2::before, .breaker-section3::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 60%;
	background:#e76925;
}

.breaker-section3::before {
	clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 75% 100%, 0% 100%);
}
.img-box1 img {
	border-radius: 5px;
	border: 10px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.border-sec{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.breaker-section::before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 60%;
	background:#e76925;
}

.feature-block-two {
	position: relative;
	margin-bottom: 30px;
}

.feature-block-two .inner-box {
	position: relative;
	padding: 30px 30px 30px;
	background: #000;
	text-align: center;
	-webkit-box-shadow: 0 14px 43px rgba(0, 0, 0, 0.08);
	box-shadow: 0 14px 43px rgba(0, 0, 0, 0.08);
	z-index: 1;
	height:100%;

}

.feature-block-two .inner-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 15px rgba(255, 255, 255, 0.2);
	outline: solid 1px #ccc;
    outline-offset: 5px;
}
 .card {
    background: #e1e3e2;
    display: block;
    border-radius: 20px;
    border: none;
    margin: 15px;
	height: 100%;
	outline: solid 1px #ccc;
    outline-offset: 5px;
	box-shadow: 0 14px 43px rgba(0, 0, 0, 0.08);
}
 .card-body {
	padding: 20px;
    padding-left: 30px;
}
.card-body p{
	color:#000
}
 .card:hover {
    background: #f0d4c5;
    outline: solid 1px #e76925;
    outline-offset: 5px;
}
 .card:hover .card-icon {
    padding: 0;
}



 .card h3 {
    position: relative;
    color: #e76925;
    padding-left: 1rem;
    margin-bottom: 20px;
}
 .card h3:before {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #e76925;
}

 .card-icon {
    padding: 35px 35px 0;
    transition: .3s linear;
}
 .card-icon > div {
    background: #be8769;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    padding: 6px;
    transition: .3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .card-icon > div > img:nth-child(2) {
    display: none;
    transition: .3s linear;
}

 .card:hover .card-icon > div > img:nth-child(1) {
    display: none;
    transition: .3s linear;
}
 .card:hover .card-icon div {
    background: #e76925;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 90px;
    height: 90px;
    transition: .3s linear;
}
 .card:hover .card-icon div > img:nth-child(2) {
    display: block;
    transition: .3s linear;
}
 .card span {
    text-align: right;
    display: block;
    color: #e76925;
    margin-top: 0px;
    margin-bottom: -10px;
    visibility: hidden;
}
 .card span {
    font-weight: 600;
    transition: .3s linear;
}
 .card:hover span {
    visibility: visible;
    transition: .3s linear;
}

.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;
}

.areas-list li {
	padding: 0 0 10px 25px;
	position: relative;
	color: #000;
  }
.areas-list li:before {
    position: absolute;
    top: 0;
    left: 0;
	content: '\F3E7';
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: #000;
  }

  .border-sec1 label, .border-sec1 p{
	color:#fff
  }

  .border-sec1{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	border-radius: 10px;
  }

/* col-xxl */
@media (min-width:1400px) {
	.featured-icon-box.style4 {
		min-height: 295px;
	}
}

/* col-xl */
@media (min-width: 1200px) and (max-width:1400px) {
	.slider-wrapper .carousel-caption {
		width: 40%;
		left: 13%;
		padding-top: 3.25rem;
	}
}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
	.navigation a {
		padding: 0px 14px;
	}

	.slider-wrapper .carousel-caption {
		width: 48%;
		left: 5%;
		top: 47%;
	}

	.fs-70 {
		font-size: 35px;
	}

	.featured-icon-box.style4 {
		min-height: 316px;
	}
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {
	.mobile-menu {
		display: block;
		font-size: 20px;
		background: #fff;
		padding: 8px 20px;
		color: #292a60;
		cursor: pointer;
		margin: 0 auto;
		text-align: left;
	}

	.mobile-menu i {
		float: right;
	}

	.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;
	}

	.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 {
		padding: 10px 20px;
		color: #fff;
		text-transform: none;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #e76925;
		color: #fff!important;
	}

	.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;
	}

	.owlcaroseul-testi .owl-carousel .owl-nav button.owl-prev,
	.owlcaroseul-testi .owl-carousel .owl-nav button.owl-next {
		right: 0;
		left: 0;
		position: relative;
	}

	.p-lg-7 {
		padding: 30px 20px;
	}

	.flexbox {
		display: block;
	}

	.width-50 {
		width: 100%;
	}

	.p-lg-8 {
		padding: 50px 20px;
	}

	.featured-icon-box.style4 {
		min-height: 275px;
	}

	.fourth-section {
		background-color: #ededed;
	}

	.third-section .about-bg,
	.fourth-section .about-bg {
		position: relative;
		left: 0;
		width: 100%;
		height: 500px;
		border-radius: 0;
		border: 0;
		border-left: 0;
	}

	.height-550 {
		min-height: auto;
	}

	.about-two_content-box {
		display: block;
	}

	.slider-wrapper .carousel-caption {
		width: 80%;
		left: 0;
		right: 0;
		top: 48%;
		margin: 0 auto;
	}

	.blgowrap {
		margin-bottom: 35px;
		background-color: #ddd;
	}

	.btnreadmore {
		margin-top: 10px;
	}

	.bloginner-content {
		padding-left: 15px;
		padding-bottom: 15px;
	}

	.border-lf{
		border: none;
		padding:0;
	}
	.half-sec-img img, .half-sec-img1 img{
		position: relative;
		width: 100%;
	}

	.breaker-section2::before, .breaker-section::before, .breaker-section3::before{
		width:100%
	}
	.breaker-section3::before{
		clip-path: none;
	}
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {
	.topbarnav {
		text-align: center;
	}

	.footerwidget {
		margin-top: 20px;
	}

	.featured-icon-box.style4 {
		min-height: auto;
	}

	.fs-70 {
		font-size: 20px;
	}

}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
	ol li {
		padding: 0 0 10px 10px;
	}

	.fs-70 {
		font-size: 18px;
		text-align: center;
	}

	.slider-wrapper .btn-1 {
		padding: 10px 12px;
		margin-top: 0;
		font-size: 9px;
	}

	.slider-wrapper .btnwrap,
	.slider-wrapper .carousel-caption p {
		text-align: center;
	}

	.third-section .about-bg,
	.fourth-section .about-bg {
		height: 200px;
	}

	.h2heading {
		font-size: 25px;
	}
}

@media (min-width: 220px) and (max-width:405px) {
	.slider-wrapper .carousel-caption .fs-70 {
		margin-bottom: 7px;
	}

	.slider-wrapper .carousel-caption p {
		font-size: 11px;
		line-height: 16px;
	}

	.slider-wrapper .btn-1 {
		padding: 4px 12px;
		margin-top: 0;
		font-size: 9px;
	}

}