@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bg-theme-color: #D9F45F;
    --bg-secondary-color: #121310;
    --bg-background-color: #090909;
    /* --bg-black-color: #000; */
    --bg-text-color: #cccccc;
    --bg-font-family: "Work Sans", sans-serif;
    --bg-font-family2: "DM Sans", sans-serif;
    --bg-font-size: 1rem;
    --bg-transition: all 500ms ease;
    --bg-line-height: 1.6;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	font-size: 1.1rem;
}

body {
	padding: 0;
	margin: 0;
	font-family: var(--bg-font-family);
	background-color: var(--bg-background-color);
	color: var(--bg-text-color);
	font-size: var(--bg-font-family);
	line-height: var(--bg-line-height);
	overflow-x: hidden;
}

a {
	text-decoration: none;
	transition: var(--bg-transition);
}

.form-control:focus,
.form-select:focus{
	border-color: inherit !important;
	outline: 0 !important;
	box-shadow: inherit !important;
}

img {
	max-width: 100%;
	display: block;
	outline: none;
	border: none;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--bg-font-family2);
	margin: 0;
	margin-bottom: 16px;
}

p {
    margin: 0;
    margin-bottom: 16px;
    font-size: var(--bg-font-family);
    line-height: var(--bg-line-height);
    font-family: var(--bg-font-family);
}

h1 {
    font-size: 76px;
    font-family: var(--bg-font-family2);
    margin-bottom: 11px;
    line-height: 1.2;
    font-weight: 700;
}

h2 {
    font-size: 50px;
    font-weight: 500;
}

h3 {
	font-size: 26px;
	font-weight: 400;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    font-weight: 700;
}


h6 {}


.bg-cover {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.gapping {
    padding: 100px 0;
}

.container-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container {
    max-width: 1400px;
}

.fs-d{
	font-size: 15px !important; 
}

.gap{
    margin-bottom: 30px;
}
/* ----------------------------------------- */

/* header start css */

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
    background: transparent;
    transition: var(--bg-transition);
    backdrop-filter: blur(22px);
    background: rgb(14 14 14 / 48%) !important;
}

.topbar {
    background: rgb(0 0 0 / 86%);
    color: var(--bg-background-color);
}

.user-and-search-icon {
    display: flex;
    gap: 12px;
}

/* .user-and-search-icon a {
    background: transparent;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: 1px solid rgb(255 255 255 / 49%);
}

.user-and-search-icon a:hover {
    background: #1c1c1c;
    border-color: #1c1c1c;
} */

/* .user-and-search-icon a img {
    width: 23px;
    filter: brightness(0.5) invert(1);
} */

.info-address ul li a span {
    color: var(--bg-theme-color);
}

section.hero-section {
    background: #000;
}

.banner-item {
    padding: 250px 0 150px;
    position: relative;
    z-index: 111;
}

.banner-item::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(0 0 0 / 94%), rgb(14 17 0 / 21%));
    left: 0;
    z-index: -111;
}
.hero-heading p {
    width: 80%;
}

.hero-heading h1 span {
    color: var(--bg-theme-color);
}

/* a.btn-comon {
    display: flex;
    align-items: center;
    gap: 0;
	transition: var(--bg-transition);
} */

a.btn-comon:hover {
    gap: 12px;
}

.hero-section .swiper-slide-active h1 {
    animation: fadeInDown 0.8s;
}

.hero-section  .swiper-slide-active p{
    animation: fadeInUp 2.9s;
} 

.hero-section  .swiper-slide-active .theme-btn{
    animation: fadeInUp 3s;
}

/* .btn-group2 a.btn-comon span:hover{
	background: var(--bg-theme-color);
	color: var(--bg-background-color);
}

a.btn-comon:hover span.arrow-btn{
	background: var(--bg-theme-color);
	color: var(--bg-background-color);
} */

.btn-group2 a.btn-comon {
    justify-content: center;
    font-weight: 500;
    background: var(--bg-theme-color);
    color: #000;
    text-transform: capitalize;
    padding: 0px 36px;
    font-size: 1rem;
    border-radius: 50px;
    display: inline-flex;
    justify-content: end;
    height: 53px;
    line-height: 53px;
    transition: var(--bg-transition);
    letter-spacing: 0;
}

.btn-group2 a.btn-comon:hover{
  background: #000;
  color: var(--bg-theme-color);
}

.theme-btn {
    margin-top: 25px;
    display: inline-block;
}

.swiper-button-prev:after {
    content: "\F284" !important;
    font-family: bootstrap-icons!important;
    color: var(--bg-background-color);
    width: 52px;
    height: 52px;
    background: transparent;
	
}

.swiper-button-next:after {
    content: "\F285" !important;
    font-family: bootstrap-icons!important;
    color: var(--bg-background-color);
    width: 52px;
    height: 52px;
    background: transparent;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,15px) !important;
    left: auto;
	visibility: hidden;
	opacity: 0;
	transition: var(--bg-transition);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,15px) !important;
    right: auto;
	visibility: hidden;
	opacity: 0;
	transition: var(--bg-transition);
}


.hero-section:hover .swiper-button-prev{
	visibility: visible;
	opacity: 1;
	left: 30px !important;
}

.hero-section:hover .swiper-button-next{
	visibility: visible;
	opacity: 1;
	right: 30px !important;
}

.why-choose-section {
    background: #151515;
    position: relative;
}

/* .why-choose-section .container {
    max-width: 1670px;
} */

.item-choose {
    position: relative;
    padding: 25px 0px;
    z-index: 11;
    color: #f1f1f1;
}

.item-choose {
    display: flex;
    align-items: center;
    gap: 11px;
}

.icon-choose {
    width: 62px;
    position: relative;
}

/* .icon-choose::before{
	width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 0;
    border-left: 1px solid var(--bg-theme-color);
    left: 0;
    border-top: 1px solid var(--bg-theme-color);
} */

.item-choose .content-choose h4 {
    font-size: 23px;
    margin-bottom: 0px;
}

.icon-choose img {
    /* filter: brightness(0.5) invert(1); */
    padding: 6px;
}

.item-choose .content-choose p {
    color: #888;
}

.img-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.img-grid img {
    height: 250px;
    width: 270px;
    object-fit: cover;
}

.sub-span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.sub-span img{
    width: 17px;
}


.sub-heading h2 {
    /* color: #0c0c0c; */
    line-height: 1.1;
}

.sub-heading h2 span {
    color: var(--bg-theme-color);
}

.grid-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border-width: 2px;
    border-top-style: solid;
    border-image: linear-gradient(to right, var(--bg-background-color), #00000024, var(--bg-background-color)) 1;
    /* margin-top: 41px; */
    padding-top: 24px;
    gap: 32px;
}

.list-about ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 9px;
}

.list-about ul li p {
    margin-bottom: 0;
    text-transform: capitalize;
}

.list-about ul li i {
    font-size: 21px;
    color: var(--bg-theme-color);
}

.call_info a i {
    background: var(--bg-theme-color);
    color: var(--bg-background-color);
    width: 42px;
    display: inline-block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-radius: 50px;
}

.call_info a {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

a.btn-comon.bg-color span {
    background: var(--bg-theme-color);
    color: var(--bg-background-color);
    padding: 0px 43px;
}

a.btn-comon.bg-color span:hover{
	background: #121212;
	color: var(--bg-background-color);
}

.info-about-list {
    gap: 23px;
    display: flex;
    flex-direction: column;
    justify-items: end;
    align-items: center;
}

.theme-bg {
    background-color: #121310;
    position: relative;
    z-index: 11;
}

.theme-bg::before {
    position: absolute;
    top: 0;
    background: url(../images/services_left_shape.png) no-repeat center;
    width: 360px;
    height: 100%;
    background-size: 100%;
    content: "";
    background-position: center top !important;
    background-repeat: no-repeat !important;
    left: 0;
    z-index: -11;
}

.theme-bg::after {
    position: absolute;
    bottom: 0;
    background: url(../images/services_right_shape.png) no-repeat center;
    width: 360px;
    height: 100%;
    background-size: 100%;
    content: "";
	right: 0;
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
    z-index: -11;
}

.service-item {
    background: url(../images/round-icon.png);
    background-position: 20px 30px;
    transition: var(--bg-transition);
    background-repeat: no-repeat;
    background-size: 82px auto;
    padding: 41px 30px;
    position: relative;
    border: 1px solid #d9f45f;
}

.service-item:hover{
    background: url(../images/round-icon.png);
        background-position: center center;
    background-repeat: no-repeat;
    background-size: 200% auto;
    transition: var(--bg-transition);
    color: #000;
}

.service-item::before{
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--bg-theme-color);
    transition: var(--bg-transition);
    content: "";
    left: 0;
}

.service-item:hover::before{
    width: 100%;
    left: 0;
}

.service-item:hover a.read-link{
    color: #000;
}

.service-item:hover .srvc-hd-item p {
    color: #1c1c1c;
}

/* .service-item:hover */

/* .icon-servc {
    background: url(../images/round-icon.png);
    background-position: 0px 0px;
    transition: var(--bg-transition);
    background-repeat: no-repeat;
    background-size: 82px auto;
    padding: 11px;
} */

.icon-servc img {
    width: 58px;
    margin-bottom: 44px;
}

.srvc-hd-item h3 {
    font-size: 24px;
    font-weight: 500;
}

.srvc-hd-item p {
    font-size: 17px;
    color: #999;
    margin-bottom: 32px;
}

/* a.read-link {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 2px solid #ffffff;
} */

.post-meta i {
    color: var(--bg-theme-color);
}
.post-meta {
    display: flex;
    gap: 12px;
    font-size: 15px;
    margin-bottom: 11px;
    color: #fff;
}

.area-list-icon {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
    margin-top: 41px;
    margin-bottom: 46px;
}

a.area-btn {
    padding: 12px 11px;
    display: block;
    color: #e7e7e7;
    border: 1px solid #ede7e7;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    transition: var(--bg-transition);
    border-radius: 12px;
}

a.area-btn:hover{
    background: var(--bg-theme-color);
    color: var(--bg-background-color);
    border-color: var(--bg-theme-color);
}

a.area-btn:hover i{
    color: var(--bg-background-color);
}

/* a.area-btn:hover::before{
    width: 35px;    
    height: 35px;
    border-color: var(--bg-background-color);
} */

/* a.area-btn::before {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 4px;
    border-left: 1px solid var(--bg-theme-color);
    left: 3px;
    border-top: 1px solid var(--bg-theme-color);
    transition: var(--bg-transition);
} */

a.area-btn i {
    color: var(--bg-theme-color);
    transition: var(--bg-transition);
}

.outline-btn a.btn-comon span {
    border: 1px solid #c1c1c1;
}

.box-review {
    background: var(--bg-background-color);
    box-shadow: 0px 0px 30px rgb(231 214 214 / 45%);
    padding: 30px 29px;
    flex-direction: column;
    width: 380px;
    justify-content: end !important;
    display: flex !important;
    border-radius: 15px;
}

.title-review-heading h5 {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 3px;
}


.logo-review img {
    width: 95px;
}

.star-icon i {
    color: #f56c08;
}

.title-review-heading p {
    margin-bottom: 11px;
}

.logo-section {
    background: linear-gradient(to top, rgb(202 13 18 / 8%) 20%, rgb(255 255 255));
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 1.5rem;
}

.marquee_group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1.5rem;
  min-width: 100%;
  animation: scroll-x 60s linear infinite;
  align-items: center;
}

.marquee-reverse .marquee_group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 2rem));
  }
}

.marquee_group .logo-brand img {
	width: 80px;
	filter: brightness(0.9) invert(1);
	height: 50px;
}

.logo-brand {
    background: var(--bg-background-color);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 24px 12px 62px;
    height: 83%;
    object-fit: contain;
}

.img-sector .heading-sector-srvc {
    position: absolute;
    bottom: 0;
    z-index: 999;
    background: var(--bg-theme-color);
    color: #000000;
    transition: all 500ms ease-in;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 70px;
    padding: 22px;
    margin: 22px;
    border-radius: 12px 0px 0px 12px;
}

.img-sector .heading-sector-srvc h3 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 0px;
    position: relative;
}

.img-sector .heading-sector-srvc p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
}

span.arrow-sector {
    position: absolute;
    bottom: 20px;
    right: 40px;
    background: var(--bg-background-color);
    color: #000;
    width: 32px;
    text-align: center;
    font-size: 19px;
    line-height: 32px;
    transition: var(--bg-transition);
}

/* .img-sector::before {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 4px;
    border-left: 1px solid var(--bg-background-color);
    left: 3px;
    border-top: 1px solid var(--bg-background-color);
    transition: var(--bg-transition);
    z-index: 99;
} */

/* .img-sector::after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    bottom: 4px;
    border-right: 1px solid var(--bg-background-color)fff;
    right: 3px;
    border-bottom: 1px solid var(--bg-background-color)fff;
    transition: var(--bg-transition);
} */

.security-imgsrvc {
    overflow: hidden;
    border-radius: 9px;
}
.security-imgsrvc img {
    transition: all 500ms ease-in-out;
}

.img-sector:hover .security-imgsrvc img,
.active-sector .security-imgsrvc img{
    transform: scale(1.2);
    filter: grayscale(50);
}

.img-sector:hover::before, 
.img-sector:hover::after {
    width: 98.3%;
    height: 98.3%;
    border-color: var(--bg-background-color);
}

.img-sector:hover .heading-sector-srvc{
    background: var(--bg-text-color);
    backdrop-filter: blur(0);
    color: #000;
}

.img-sector:hover .heading-sector-srvc span.arrow-sector{
    background: #000;
    color: var(--bg-background-color);
}

.active-sector::before ,
.active-sector::after{
    width: 98.3%;
    height: 98.3%;
    border-color: var(--bg-background-color);
}

/* .active-sector:hover .heading-sector-srvc{
    background: #000;
    color: var(--bg-background-color);
} */

.active-sector .heading-sector-srvc span.arrow-sector{
    background: #000;
    color: var(--bg-background-color);
}

.active-sector .heading-sector-srvc{
    background: var(--bg-background-color);
    backdrop-filter: blur(0);
    color: #000;
}

/*search-popup
*/
.search-popup {
    position: fixed;
    z-index: 99999999999999999;
    width: 100%;
    left: 0;
    background: var(--bg-background-color);
    top: 0;
    transform: translate(0px, -150%);
    transition: var(--bg-transition);
    visibility: hidden;
    opacity: 0;
    padding: 22px 50px;
    height: 120px;
}

.search-popup.active{
    opacity: 1;
    visibility: visible;
    transform: translate(0,0);
}

.search-popup form {
    width: 100%;
    position: relative;
}

.search-popup input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ebe6e6;
    padding: 18px 0;
    outline: none;
    font-size: 22px;
}

.search-popup button {
    position: absolute;
    right: 0;
    width: 26px;
    top: 15px;
    outline: none;
    border: none;
    background: transparent;
}

div#cancel {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    color: var(--bg-background-color);
    width: 32px;
    text-align: center;
    cursor: pointer;
}

.img-user img {
    width: 60px;
    border: 3px solid var(--bg-theme-color);
    border-radius: 100px;
}

.heading-user h5 {
    margin-bottom: 5px;
    font-size: 20px;
    color: var(--bg-theme-color);
}

.review-item {
    background: #121310;
    padding: 66px 29px;
    color: #000;
    border-radius: 11px;
    margin: 0px 0px 0px;
    border: 1px solid var(--bg-theme-color);
    height: 100%;
    min-height: 337px;
}

.social-link ul li a {
    color: #a5a4a4 !important;
}

.rating {
    /* border: 1px solid #b7b6b6; */
    /* padding: 2px 8px; */
    /* font-size: 13px; */
    /* border-radius: 11px; */
    /* color: #484848; */
    margin-top: 18px;
    margin-bottom: 29px;
}

.rating i {
    color: #e38e0a;
}

.review-item p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.news-section {
    position: relative;
  }
  
  .news-block-one .inner-box {
    position: relative;
    display: block;
  }
  
.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 17px;
    background: #dadada;
}
  
  .news-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 0px;
    transition: all 500ms ease;
  }
  
  
.news-block-one .inner-box .lower-content h3 a {
    color: #fff;
    font-size: 23px;
    display: inline-block;
    line-height: 30px;
    font-weight: 600;
}
  
.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 8px 3px;
}
  
  .news-block-one .inner-box .lower-content .post-info {
    position: relative;
    display: block;
    padding-left: 40px;
    margin-bottom: 9px;
  }
  
  
.news-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
    /* opacity: 0.3; */
    filter: brightness(0.5);
}
  
  a.admin {
    background: #464646;
    color: var(--body-background-color);
    padding: 12px 15px;
    display: inline-block;
    line-height: initial;
    text-transform: capitalize;
    font-family: var(--body-font-family);
    font-size: 15px;
    margin-top: 19px;
    border-radius: 0px 19px 0px 0px;
  }
  
  a.admin span {
    color: var(--body-theme-color);
  }
  
li.date {
    background: var(--bg-theme-color);
    display: block;
    text-align: center;
    color: var(--bg-background-color);
    padding: 10px 14px 8px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 0px;
    line-height: 24px;
}
  
li.date span {
    display: flex;
    color: var(--body-black-color);
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 17px;
}
  
  a.arrow-link span i {
    transform: rotate(-45deg);
}
  
a.arrow-link span {
    background: var(--body-theme-color);
    color: var(--body-black-color);
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 42px;
    border-radius: 100%;
    margin: 0 9px 0 0;
}
  
  a.arrow-link {
    color: #464646;
    font-family: "Epilogue", sans-serif;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    margin-top: 8px;
    display: inline-block;
  }
  
a.read-link {
    text-transform: uppercase;
    color: var(--bg-theme-color);
    font-weight: 600;
    font-size: 15px;
}


/* //footer */

.footer-bottom {
  position: relative;
  z-index: 3;
}
.footer-bottom .inner-container {
  border-top: 1px solid #333F4D;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 534.98px) {
  .footer-bottom .inner-container {
    display: block;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: var(--theme-color-white);
}
@media (max-width: 534.98px) {
  .footer-bottom .copyright-text {
    text-align: center;
  }
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: #ffffff;
}
.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 30px;
}
.footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}
.footer-bottom .footer-nav li a {
  color: inherit;
}
.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color-light);
}

.footer-style-one {
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .footer-style-one {
    padding: 15px;
  }
}
.footer-style-one .anim-icons {
  pointer-events: none;
}
.footer-style-one .anim-icons .image-1 {
  position: absolute;
  top: -100px;
  right: -90px;
}
.footer-style-one .anim-icons .image-2 {
  position: absolute;
  left: -115px;
  bottom: 0;
}
.footer-style-one .footer-top .inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0 0;
}
@media (max-width: 991.98px) {
  .footer-style-one .footer-top .inner-top {
    display: block;
  }
}
.footer-style-one .footer-top .inner-top .info-cutomer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .footer-style-one .footer-top .inner-top .info-cutomer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
}
@media (max-width: 374.98px) {
  .footer-style-one .footer-top .inner-top .info-cutomer {
    display: block;
  }
}
.footer-style-one .footer-top .inner-top .info-cutomer .text {
  color: var(--theme-color-white);
  line-height: 26px;
  margin-right: 40px;
}
@media (max-width: 574.98px) {
  .footer-style-one .footer-top .inner-top .info-cutomer .text {
    font-size: 14px;
    margin-right: 20px;
  }
}
@media (max-width: 374.98px) {
  .footer-style-one .footer-top .inner-top .info-cutomer .text {
    margin-bottom: 30px;
  }
}
.footer-style-one .footer-column {
  margin-bottom: 40px;
}
.footer-style-one .widgets-section {
  background-color: var(--bg-background-color);
  border-radius: 30px;
  padding: 120px 30px 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .footer-style-one .widgets-section {
    padding: 15px;
    padding-top: 50px;
  }
}
.footer-style-one .about-widget {
  padding-right: 60px;
}
@media (max-width: 1439.98px) {
  .footer-style-one .about-widget {
    padding-right: 0px;
  }
}
.footer-style-one .about-widget .title {
  font-size: clamp(40px, 6.5vw, 90px);
  line-height: 1.25;
}
.footer-style-one .about-widget .title,
.footer-style-one .about-widget .text {
  color: var(--bg-background-color);
}
.footer-style-one .about-widget .text {
  font-size: 16px;
  margin-bottom: 25px;
}
.footer-style-one .widget-title {
  color: var(--bg-background-color);
}
.footer-style-one .links-widget {
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .footer-style-one .links-widget {
    margin-top: 0;
  }
}
.footer-style-one .links-widget .widget-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-style-one .links-widget .widget-content .user-links {
  padding-right: 83px;
}
.footer-style-one .links-widget .widget-content .user-links:last-child {
  padding-right: 0;
}
.footer-style-one .links-widget .widget-content .user-links li a {
  color: var(--bg-background-color);
}
.footer-style-one .links-widget .widget-content .user-links li a:hover {
  color: var(--theme-color2);
}
.footer-style-one .links-widget .widget-content .user-links li i {
  position: absolute;
  left: -27px;
}
.footer-style-one .subscribe-widget {
  padding-right: 60px;
}
@media (max-width: 1439.98px) {
  .footer-style-one .subscribe-widget {
    padding-right: 0px;
  }
}
.footer-style-one .subscribe-widget .text {
  color: var(--bg-background-color);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}
.footer-style-one .widget-content .text {
  color: var(--bg-background-color);
  font-size: 16px;
}
.footer-style-one .info-widget .widget-content .recent-post .inner .post-info.two {
  margin-bottom: 0;
}
.footer-style-one .footer-middle {
  margin-bottom: 80px;
}
.footer-style-one .inner-container {
    border-top: 1px solid #b2c55d;
    padding: 20px 0;
    margin-top: 37px;
}
.footer-style-one .inner-container .copyright-text {
  color: var(--bg-background-color);
}
.footer-style-one .social-icon-list1 li a {
  background-color: #0B0B0A;
}
.footer-style-one .social-icon-list1 li a:hover {
  color: var(--bg-background-color);
}
.footer-style-one .social-icon-list1 li a:hover:before {
  background-color: var(--bg-background-color);
}
.footer-style-one .widgets-section {
    background-color: var(--bg-theme-color);
    border-radius: 30px;
    padding: 70px 30px 0;
    position: relative;
    margin: 80px 0 50px;
    overflow: hidden;
}

.subscribe-form-one {
    margin-bottom: 43px;
}

.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
}
/* .bounce-x {@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
} */
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* @-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
} */
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}



.social-widget .social-icon-list1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-widget .social-icon-list1 li {
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-widget .social-icon-list1 li:first-child {
  margin-left: 0;
}
.social-widget .social-icon-list1 li:last-child {
  margin-right: 0;
}
.social-widget .social-icon-list1 li a {
  background-color: var(--bg-background-color);
  border: 1px solid var(--bg-background-color);
  border-radius: 50%;
  color: var(--bg-text-color);
  font-size: 16px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  position: relative;
  text-align: center;
  width: 45px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-widget .social-icon-list1 li a i {
  position: relative;
}
.social-widget .social-icon-list1 li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: var(--bg-background-color);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px;
}
.social-widget .social-icon-list1 li a:hover {
  background-color: var(--bg-background-color);
  border-color: var(--bg-background-color);
  color: var(--theme-color-black);
}
.social-widget .social-icon-list1 li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.subscribe-widget .subscribe-form-one .wpcf7-form {
	position: relative;
}

.subscribe-widget .subscribe-form-one input[type=email] {
    background: #fff;
    border: 1px solid var(--theme-color-white);
    border-radius: 40px;
    color: var(--theme-color-black);
    display: block;
    font-size: 14px;
    height: 65px;
    line-height: 30px;
    padding: 20px 65px 20px 35px;
    position: relative;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-widget .subscribe-form-one .wpcf7-submit {
    background: url("../images/submit_icon.png") var(--bg-background-color) no-repeat center;
	background-size: 22px;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    height: 58px;
    line-height: 62px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 4px;
    width: 58px;
    margin-top: 0;
}
/* inner-banner */

.inner-banner {
    padding: 240px 0px 190px;
    z-index: 1;
}

.inner-banner::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to top, rgb(202 13 18 / 38%) 20%, rgb(0 0 0));
    z-index: -1;
}

.heading-inner .item-heading-inner span {
    color: #fff;
    font-size: 118px;
    text-transform: capitalize;
    line-height: initial;
    margin-bottom: 14px;
    display: block;
}

.heading-inner h1 {
    color: #fff;
    font-size: 111px;
    text-transform: capitalize;
    line-height: initial;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--bg-background-color);
    font-weight: 500;
    margin-bottom: 0;
}

.text-main-inner img {
    height: 130px;
    border-radius: 90px;
    border: 1px solid #fff;
    padding: 2px;
    background: #fff;
}

.text-main-inner img {
    height: 130px;
    border-radius: 90px;
}

.img-about {
    margin-top: 30px;
    padding-left: 40px;
}

.inner-about-section .img-about img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}

.img-rounded {
    animation: rotating 12s linear infinite;
    position: absolute;
    bottom: -60px;
    left: -90px;
}

.img-rounded img{
    box-shadow: inherit !important;
    width: 90% !important;
    height: inherit;
}

.inner-about-section .img-about img {
    border-radius: 12px;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 20%);
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.inner-about-section .img-rounded img {
    height: auto;
}


@keyframes rotating{

    0% {
        transform: rotate(-360deg);
    }

    100% {
            transform: rotate(0deg);
    }

}

.grid-why-choose {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin-top: 51px;
}

.item-grid-choose {
    background: #060606;
    color: #e5e5e5;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 29px;
    padding: 22px 23px;
    border-radius: 22px;
    position: relative;
}

.item-grid-choose h3 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 300;
}

.portfolio-section .swiper-slide-active + .swiper-slide ~ .swiper-slide {
  opacity: .35;
}

.portfolio-section .swiper-slide .portfolio-item {
    max-width: 100%;
    transition: all .25s ease-out;
    transform: scale(.85);
    transform-origin: center;
    opacity: 0.6;
    border: 2px solid #1e1e1e;
}

.portfolio-section .swiper-slide-active .portfolio-item {
  transform: scale(1);
   opacity: 1;
   border-color: var(--bg-theme-color);
}

.item-grid-choose img {
    width: 60px;
    filter: brightness(0.5) invert(1);
}

.item-grid-choose p {
    color: #999;
    width: 450px;
    margin: 0 auto;
}

.item-grid-choose:last-child{
    border-bottom: 0px;
}

.item-grid-choose span {
    font-size: 40px;
    opacity: 0.5;
    background: #101010;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
}

.portfolio-item {
    background: #090909;
    border-radius: 10px;
}