@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
a{
    text-decoration: none;
}
.header,
.header.fix {
	width: 100%;
	z-index: 999
}

.menu-list-left-link>a.accordion-menu:after,
.menu-list-left>a.accordion-menu:after {
	width: 30px;
	height: 30px;
	transform: rotate(45deg) translateY(-50%);
	z-index: 199;
	transition: right .5s !important;
	content: ""
}

#smooth-wrapper,
.ata-project-card,
.ata-project-card-inner,
.big-icon,
.blog-card,
.box-info-btn,
.horizontal-section,
.image-transition-section,
.line-clamp-6,
.panel,
.project-card,
.search-wrapper,
.swiper,
.team-card,
.video-card,
.video-section {
	overflow: hidden
}

#smooth-content,
.horizontal-wrapper {
	will-change: transform
}

.offcanvas-body,
body,
html {
	overflow-x: hidden
}

html {
	scroll-behavior: smooth
}

::placeholder {
	color: #959393 !important;
	opacity: 1;
	font-size: 14px;
	font-weight: 400;
	font-family: poppins;
	line-height: 1rem
}

.dropdown-item,
.nav-link {
	font-family: Poppins;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px
}

.header.rest {
	background: #373534f2;
	padding-top: 8px;
	padding-bottom: 8px
}

.header {
	position: absolute;
	padding-top: 15px;
	padding-bottom: 15px
}

.logo img {
	height: 75px
}

.dropdown-menu {
	left: 0 !important;
	transform: translateX(0) translateY(0);
	transition: opacity .3s, transform .3s;
	opacity: 0;
	visibility: hidden;
	display: block;
	margin-top: 0;
	padding: 0;
	min-width: 250px
}

.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0) translateY(0)
}

.dropdown-menu li {
	border-bottom: 1px dashed #6666;
	transition: .3s linear
}

.dropdown-menu li a {
	background: 0 0;
	padding: 11px 14px
}

.dropdown-menu li a:hover,
.dropdown-menu li:hover {
	border-bottom: 1px dashed #6666;
	background-color: #9f2321 !important
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #9f2321 !important
}

.navbar-nav .nav-item {
	padding: 0 0 0 30px;
	position: relative
}

.nav-link {
	cursor: pointer;
	color: rgb(255 255 255) !important
}

.fix .sticky-logo {
	display: block
}

.header.fix {
	position: fixed;
	top: 0;
	transition: .3s;
	background: #9f2421;
	padding-top: 5px;
	padding-bottom: 5px
}

.fix .search-wrapper {
	background-color: #9f2421b8
}

.fix .form-search {
	background-color: #d256539e;
	color: #fff;
	font-size: 16px;
	border: 1px solid #9f2421 !important
}

.form-search {
	border-radius: 0 50px 50px 0;
	border-left: 0 !important;
	border: var(--bs-border-width) solid #373534 !important
}

.form-control {
	color: #cacaca;
	font-size: .7rem;
	padding: 12px
}

.menu-heading,
.menu-list-left ul li a {
	text-decoration: none;
	font-size: 45px;
	font-family: poppins;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 30px
}

.header-left-side {
	background: #373534;
	height: 100vh
}

.side-space {
	padding-right: 65px;
	padding-left: 65px
}

.form-control:focus {
	color: #fff;
	background-color: #373534;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%)
}

.btn-white,
.btn-white:hover {
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center
}

.font-poppins {
	font-family: poppins
}

.offcanvas-end {
	visibility: hidden;
	transform: translateX(100%);
	transition: transform .3s ease-in-out, visibility .3s
}

.header-social-link,
.slide-menu {
	transform: translate(30vw, 0);
	opacity: 0
}

.offcanvas.show {
	visibility: visible;
	transform: translateX(0)
}

.offcanvas {
	backdrop-filter: blur(8px)
}

.offcanvas-header {
	display: flex;
	align-items: center;
	z-index: 999999;
	position: relative;
	width: 100%
}

.menu-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.menu-list-left-link>a.accordion-menu:after {
	color: #9f2421;
	font-weight: 700;
	float: right;
	margin-left: 5px;
	font-size: 28px;
	position: relative;
	background: #373534;
	right: calc(-4.5vw + 20px)
}

.menu-list-left-link>a.active:after {
	right: -5vw
}

.accordion-menu .icon {
	float: right;
	transition: transform .5s;
	font-size: 24px
}

.accordion-menu.active .icon {
	transform: rotate(180deg)
}

.sideoverlay-content {
	position: relative;
	top: 10%;
	transition: .3s linear;
	left: 0
}

.menu-container {
	display: flex;
	align-items: center;
	transition: .3s linear;
	justify-content: center;
	gap: 24px;
	flex-direction: column
}

.sideoverlay-content ul li {
	line-height: 40px
}

.sideoverlay-content a {
	padding: 10px;
	text-decoration: none;
	font-size: 24px;
	color: #373534;
	display: block;
	line-height: 30px;
	text-transform: capitalize;
	font-family: poppins;
	font-weight: 400;
	letter-spacing: 1px;
	transition: opacity 1s, transform .75s cubic-bezier(.165, .84, .44, 1)
}

.sideoverlay-content a:focus,
.sideoverlay-content a:hover {
	color: #9f2421db;
	width: fit-content;
	overflow: hidden
}

.menu-list i {
	font-size: 24px
}

.clip-path {
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%)
}

.offcanvas .btn-close {
	font-size: 20px;
	transition: .5s linear;
	padding: 4px
}

.offcanvas .closebtn:hover {
	transform: rotate(90deg);
	text-decoration: none !important;
	border-bottom: none
}

.header-social-link :nth-child(2),
.sideoverlay-content a:nth-child(2) {
	transition: opacity 1.15s, transform .9s cubic-bezier(.165, .84, .44, 1)
}

.header-social-link:nth-child(3),
.sideoverlay-content a:nth-child(3) {
	transition: opacity 1.3s, transform 1.05s cubic-bezier(.165, .84, .44, 1)
}

.header-social-link:nth-child(4),
.sideoverlay-content a:nth-child(4) {
	transition: opacity 1.45s, transform 1.2s cubic-bezier(.165, .84, .44, 1)
}

.sideoverlay-content a:nth-child(5) {
	transition: opacity 1.6s, transform 1.35s cubic-bezier(.165, .84, .44, 1)
}

.offcanvas.show .header-social-link,
.offcanvas.show .slide-menu {
	opacity: 1;
	transform: translate(0, 0)
}

.header-social-icon {
	margin-top: 30px;
	position: relative;
	left: 0
}

.header-social-icon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	gap: 20px
}

.menu-heading {
	color: #373534;
	display: block;
	transition: .3s linear
}

.big-headeing,
.small-heading {
	font-family: Poppins;
	position: relative
}

.header-social-link {
	width: 38px;
	height: 38px;
	border: 1px solid #9f2421;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	transition: opacity 1s, transform .75s cubic-bezier(.165, .84, .44, 1)
}

.header-social-link a:hover {
	border-bottom: 0
}

.footer .nav-links a:hover,
.footer .social-icons a:hover,
.header-social-link a,
.menu-list-left ul li:hover a,
.theme-color {
	color: #9f2421
}

.menu-list-left {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%
}

.offcanvas.offcanvas-end {
	top: -4px
}

.menu-list-left ul {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0
}

.accordion-menu {
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: 0;
	font-size: 15px;
	transition: .4s
}

.accordion-menu:hover {
	background-color: #ccc0
}

.accordion-header {
	border-bottom: 1px solid #dddada !important
}

.menu-list-left ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	padding: 20px 0
}

.menu-list-left ul li a {
	padding: 10px 0;
	color: #fff;
	display: block;
	transition: .3s linear
}

.menu-list-left>a.accordion-menu:after {
	position: absolute;
	top: 50%;
	right: calc(-5vw + 20px);
	background: #1292ff;
	cursor: default
}

.panel {
	display: none;
	padding: 0 18px;
	background-color: #fff;
	transition: max-height .2s ease-out
}

.video-section {
	height: 100%;
	position: relative;
	width: 100%
}

.video-section-rest {
	height: 100vh
}

.small-heading {
	top: -82px;
	font-size: 56px;
	text-transform: capitalize;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-thickness: 1px
}

.big-headeing {
	font-size: 100px;
	color: #3f3e3ec9;
	font-weight: 700;
	top: 50px
}

.video-content-custom-box,
.video-content-parent {
	text-align: center;
	z-index: 9;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	display: flex
}

.banner-text-small,
.banner-text-small a {
	font-size: 16px;
	color: #e5c4c3;
	font-family: poppins;
	letter-spacing: 1px;
	font-weight: 500
}

.video-content-custom-box {
	align-items: center;
	color: #fff;
	justify-content: center
}

.video-content-parent {
	align-items: center;
	color: #fff;
	justify-content: center
}

.ata-info p,
.big-size-para,
.haeding-sub-text {
	/*text-transform: capitalize;*/
	text-align: justify;
	hyphens: auto;
	text-decoration: none
}

.form-search,
.search-wrapper {
	height: 45px;
	background-color: #444
}

.search,
.search-wrapper.expanded {
	width: 500px
}

.suggestion-list {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    border: 1px solid #ccc;
    position: absolute;
    background-color: white;
    z-index: 999;
    width: 500px;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    overflow-y: scroll;
}
.suggestion-list li {
   padding: 10px 12px;
   cursor: pointer;
   border-bottom: 1px solid #3333331c;
}

.suggestion-list li:hover {
    background-color: #f0f0f0;
}

.search-wrapper {
	position: relative;
	width: 45px;
	transition: width .4s;
	border-radius: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px
}

/* suggestions */
.suggestions-box::-webkit-scrollbar {
  width: 6px; 
}

.suggestions-box::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 4px;
}

.suggestions-box::-webkit-scrollbar-thumb {
  background: #9f2421; 
  border-radius: 4px;
}

.suggestions-box::-webkit-scrollbar-thumb:hover {
  background: #9f2421;
}

.suggestions-box { 
    max-height: 300px; 
    overflow-y: auto; 
    margin-top: 2px;
}

.search-icon {
	position: absolute;
	left: 14px;
	top: 55%;
	transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center
}

.form-search {
	width: 100%;
	padding-left: 40px;
	padding-right: 10px;
	border: none;
	outline: 0;
	color: #fff;
	font-size: 16px
}

.py-80 {
	padding-top: 80px;
	padding-bottom: 80px
}

.g-5,
.gx-5 {
	--bs-gutter-x: 5rem
}

.pt-180 {
	padding-top: 160px
}

.pb-140 {
	padding-bottom: 130px
}

.pt-80 {
	padding-top: 80px
}

.pt-90,
.py-90 {
	padding-top: 85px
}

.pb-80 {
	padding-bottom: 80px
}

.pb-70 {
	padding-bottom: 60px
}

.pb-90,
.py-90 {
	padding-bottom: 85px
}

.ata-info p,
.haeding-sub-text {
	font-size: 18px;
	color: #666;
	line-height: 30px;
	font-family: poppins;
	font-weight: 400
}

.ata-info h1,
.ata-project-content h3,
.heading-common {
	font-size: 36px;
	font-family: poppins;
	font-weight: 500
}

.ata-info h1 {
	line-height: 44px;
	color: #333
}

.ptop-2 {
	padding-top: 1.8rem
}

.view-all {
	text-transform: capitalize;
	line-height: 24px;
	font-family: poppins
}

.heading-common {
	color: #333;
	text-transform: capitalize;
	line-height: 44px;
	text-decoration: none
}

.big-size-para {
	font-size: 24px;
	color: #333;
	line-height: 40px;
	font-family: poppins;
	font-weight: 400
}

.swiper-button-next,
.swiper-button-next1,
.swiper-button-prev,
.swiper-button-prev1 {
	color: #333;
	width: 38px !important;
	height: 38px !important;
	border-radius: 50%;
	top: -408px !important
}

.swiper-button-next1:after,
.swiper-button-next:after,
.swiper-button-prev1:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: 15px !important;
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	border-radius: 50%;
	width: 36px !important;
	height: 36px !important;
	padding: 4px;
	font-weight: 300;
	border: 1px solid #fff
}

.swiper-button-next,
.swiper-button-next1,
.swiper-rtl .swiper-button-prev,
.swiper-rtl .swiper-button-prev1 {
	right: 0 !important;
	left: 0 !important;
	margin-left: 65px
}

.swiper-button-prev,
.swiper-button-prev1,
.swiper-rtl .swiper-button-next,
.swiper-rtl .swiper-button-next1 {
	right: 0 !important;
	left: 0 !important;
	margin-top: 30px;
	margin-left: 65px
}

.call-h {
	transform: rotate(135deg)
}

.play-icon,
.video-overlay {
	transform: translate(-50%, -50%)
}

.play-icon {
	position: absolute;
	top: 87%;
	left: 50%;
	font-size: 1.5rem;
	color: #9f2321 !important;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center
}

.play-icon i {
	z-index: 20;
	transition: transform .3s
}

.play-icon-video:hover i,
.play-icon:hover i,
.watch-card:hover .play-icon {
	transform: scale(1.2)
}

.wave-animation {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(255, 255, 255, .5);
	animation: 2s infinite wave;
	z-index: 5
}

.ata-project-card,
.ata-project-img,
.testinmial-img,
.video-player {
	position: relative
}

@keyframes wave {
	0% {
		transform: scale(.5);
		opacity: 1
	}

	100% {
		transform: scale(2);
		opacity: 0
	}
}

.video-player {
	top: 0;
	left: 0;
	width: 100%;
	height: auto
}

.accordion-button::after,
.video-player.d-none {
	display: none
}

.ms-65 {
	margin-left: 55px
}

.me-65 {
	margin-right: 55px
}

.ata-project-card {
	transition: .5s linear;
	cursor: pointer
}

.ata-project-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover
}

.ata-project-img::after,
.work-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	transition: background-color .3s ease-in-out
}

.ata-project-card:hover .ata-project-img::after {
	background-color: rgba(0, 0, 0, 0)
}

.ata-project-content h3 {
	line-height: 40px;
	color: #fff
}

.ata-project-content p,
.project-card-body p , .project-card-body a{
	font-size: 16px;
	text-align: justify;
	hyphens: auto
}

.ata-project-content p,
.date {
	font-weight: 400;
	font-family: poppins
}

.ata-project-content p {
	line-height: 28px;
	color: #fff
}

.ata-project-content {
	padding: 0 65px;
	position: absolute;
	bottom: 5%;
	z-index: 9;
	width: 100%
}

.ata-project-card a {
	color: #000;
	text-decoration: none
}

.date,
.project-card-body p {
	color: #666;
	margin: 0;
	line-height: 24px
}

@keyframes slideSideways {

	0%,
	100% {
		transform: translateX(0)
	}

	50% {
		transform: translateX(15px)
	}
}

.icon-bg {
	display: inline-block;
	transition: transform .4s;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%
}

.icon-bg svg {
	width: 18px
}

.ata-project-card:hover .icon-bg {
	animation: 3s ease-in-out infinite slideSideways;
	background: #101010
}

@keyframes bounceRight {
	0% {
		transform: translateX(0)
	}

	100%,
	50% {
		transform: translateX(20px)
	}

	70% {
		transform: translateX(15px)
	}
}

.project-card {
	border: 1px solid #fff;
	border-radius: 0 0 8px 8px;
	transition: transform .3s ease-in-out, box-shadow .3s ease-in-out
}

.card:hover,
.project-card:hover,
.watch-card:hover {
	transform: scale(1.01)
}

.project-card img {
	width: 100%;
	height: auto
}

.project-card-body {
	padding: 20px 0
}

.date {
	font-size: 14px !important
}

.project-card-body p {
	font-weight: 300;
	font-family: poppins
}

.card-title,
.custom-info h5 {
	font-weight: 500;
	font-family: poppins
}

.card-title , .card-title a {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	margin: 15px 0
}

.card-text,
.custom-info p {
	color: #666;
	line-height: 26px
}

.card-text , .card-text a {
	font-size: 16px;
	font-weight: 300;
	font-family: poppins;
	margin: 0;
	text-align: justify;
	hyphens: auto
}

.line-clamp-6 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
overflow: hidden;
}

.line-clamp-3 p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
overflow: hidden;
}

.contact-1 {
	padding: 15px;
	background: #ddd;
	border-radius: 4px;
	transition: .3s linear
}

.contact-1:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .15)
}

.contact-grid,
.work-grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px
}

.designdot-link,
.designdot-link:hover {
	width: 72px;
	height: 17px;
	display: inline-block
}

.custom-info {
	text-align: center;
	padding: 60px 0 20px
}

.custom-info h5 {
	font-size: 24px;
	line-height: 26px
}

.custom-info p {
	font-size: 16px;
	font-family: Poppins;
	font-weight: 300;
	margin-bottom: 0;
	height: 65px
}

.custom-info .btn-contact {
	background-color: #676767;
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: 8px 30px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 300;
	transition: .5s linear;
	text-decoration: none
}

.custom-info .btn-contact:hover {
	background-color: #9f2321
}

.designed-by {
	text-align: right
}

.designdot-link {
	background: url(../images/designdot.png) left top no-repeat;
	float: none;
	margin-left: 5px;
	line-height: 0;
	transition: .3s;
	margin-top: 0;
	margin-right: 5px;
	vertical-align: middle
}

.btn-common,
.card,
.play-icon,
.watch-card {
	transition: .3s linear
}

.designdot-link:hover {
	background: url(../images/designdot.png) left bottom no-repeat
}

.designed-by p,
.footer-text {
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	font-weight: 400;
	font-family: poppins;
	margin: 0
}

img.footerimg {
	width: 20px
}

.social-icons i {
	font-size: 1.3rem
}

.contact-info p,
.para-text,
.para-text p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
	font-family: poppins
}

.contact-info p {
	color: #333;
	font-weight: 400
}

.para-text,
.para-text p {
	color: #666;
	font-weight: 300
}

.footer .contact-info p,
.footer-strip p {
	font-size: 14px !important
}

.small-heading-text {
	font-size: 13px;
	color: #666;
	line-height: 25px;
	margin-bottom: 0;
	font-weight: 400
}

.footer .footer-logo img {
	width: 100px
}

.footer .contact-info p {
	line-height: 1.5
}

.footer .nav-links a {
	display: block;
	color: #666;
	text-decoration: none;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	font-family: Poppins
}

.footer .social-icons a {
	color: #828282;
	font-size: 16px;
	margin-right: 10px;
	text-decoration: none
}

.footer-strip {
	padding-top: .8rem;
	padding-bottom: .8rem
}

.btn-outline,
.btn-outline:hover {
	border: 1px solid #979797;
	padding: 8px 12px;
	background: #fff;
	width: 300px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	font-weight: 500
}

.btn-common,
.small-text,
.team-overlay,
.testi-text {
	text-align: center
}

.custom-drodown {
	width: 300px
}

.get-in-touch {
	background: linear-gradient(to right, #373534, #232526);
	padding: 20px;
	border-radius: 0 8px 8px 0;
	height: 100%
}

.contact-info-side h3,
.get-in-touch h3 {
	font-family: poppins;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px
}

.contact-info-side h3 {
	color: #333
}

#contactForm label {
	color: #c7c7c7
}

#contactForm input,
#contactForm textarea {
	background: #59595933;
	border-radius: 0;
	border-width: 2px;
	border-color: #e5c4c34a;
	font-size: 14px
}

.input-group-text {
	background-color: #e5c4c3;
	border: var(--bs-border-width) solid #373534;
	border-radius: 0;
	border-right: 0 !important;
	font-size: 14px;
	height: 100%;
	font-weight: 700;
	font-family: Poppins
}

.btn-common {
	background: #e5c4c3;
	padding: 9px 40px;
	margin: 0 auto;
	font-weight: 600;
	font-family: poppins
}

.btn-common:hover,
.call,
.map {
	background: #9f2321;
	color: #fff
}

#contactForm .form-control:focus {
	border-color: #9f2321
}

.call {
	padding: 7px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 2px solid #fff
}

.contact-info-side {
	background: #dddddd8c;
	padding: 20px;
	border-radius: 8px 0 0 8px;
	height: 100%
}

.mail,
.map {
	color: #fff;
	background: #9f2421;
	padding: 7px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px
}

.play-icon,
.video-overlay {
	display: flex;
	justify-content: center
}

.video-card {
	position: relative;
	width: 100%;
	/*height: 350px;*/
	border: 1px solid #ddd;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	border-radius: 0
}

.play-icon,
.play-icon-video {
	border-radius: 50%;
	cursor: pointer
}

.thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.video-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5)
}

.play-icon {
	width: 64px;
	height: 64px;
	background: #fff;
	align-items: center
}

.video-container,
.video-container iframe {
	width: 100%;
	height: 100%
}

.video-container {
	display: none;
	position: absolute;
	top: 0;
	left: 0
}

.play-icon-video {
	width: 64px;
	height: 64px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1b1b1b;
	transition: transform .3s
}

.grid-2,
.grid-3,
.grid-4 {
	display: grid;
	gap: 40px
}

.body-title,
.work-title {
	font-weight: 600;
	text-transform: capitalize;
	color: #333;
	font-family: Poppins;
	letter-spacing: .025em
}

.work-title {
	margin-bottom: .5rem;
	font-size: 16px
}

.body-title {
	font-size: 18px;
	border-bottom: 1px solid #66666636;
	padding-bottom: 1rem
}

.back-btn,
.blinking-bg,
.blog-card__tag,
.box-info-btn,
.read-more-btn,
.view-all {
	text-transform: uppercase
}

.work-content {
	font-weight: 300;
	font-family: Poppins;
	font-size: 16px;
	letter-spacing: .025em;
	color: #666;
	line-height: 24px
}

.border-bottom-light {
	border-bottom: 1px solid #eee
}

.work-description {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 40px;
	font-family: poppins
}

.grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-2 {
	grid-template-columns: repeat(2, minmax(0, 32rem));
	max-width: 400px
}

.body-width-constrain,
.body-width-constrain-80,
.body-width-constrain-img {
	width: 100%
}

.big-para p:first-child {
    font-size: 24px !important;
    line-height: 33px !important;
}

.slider-img{
  height:100vh !important;  
}

@media (min-width:1440px) {
	.body-width-constrain {
		width: 50%
	}

	.body-width-constrain-img {
		width: 65%
	}

	.body-width-constrain-80 {
		width: 80%
	}
}

@media (min-width:1024px) {
	.body-width-constrain {
		width: 60%
	}

	.body-width-constrain-img {
		width: 75%
	}
}

.back-btn,
.view-all {
	position: relative;
	display: inline-block;
	color: #333;
	transition: color .3s;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500
}

.back-btn:hover,
.view-all:hover {
	color: #9f2321;
	text-decoration: none
}

.view-all:hover path#primary {
	stroke: #9f2321 !important
}

.back-btn:hover::after {
	opacity: 1;
	left: -20px
}

.back-btn::after {
	content: "\f060";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	opacity: 0;
	left: -10px;
	transition: left .3s, opacity .3s;
	top: 1px
}

.sideoverlay-content.content-box-1 {
	padding-right: 85px
}

.horizontal-section {
	height: 100vh !important;
	width: 100% !important;
	position: relative
}

.horizontal-wrapper {
	display: flex;
	height: 100%
}

.ata-project-card {
	flex: 0 0 70%;
	padding-right: 40px
}

.ata-project-card-inner {
	background: #fff;
	border-radius: 0;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
	transition: transform .3s;
	position: relative
}

.work-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px
}

.border-bottom-1 {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 1rem
}

.swiper {
	width: 100%;
	height: 100%
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.custom-next,
.custom-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 40px;
	height: 40px;
	background-color: rgb(0 0 0 / 1%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #353535;
	font-size: 18px;
	border: 1px solid #7f7f7f;
	transition: .3s linear
}

.custom-next1:hover,
.custom-next:hover,
.custom-prev1:hover,
.custom-prev:hover {
	background: #333;
	color: #fff
}

.custom-next {
	right: 10px
}

.custom-prev {
	left: 10px
}

.custom-next1,
.custom-prev1 {
	line-height: 1;
	color: #000;
	border-radius: 50px;
	width: 40px !important;
	height: 40px !important;
	padding: 2px;
	font-weight: 300;
	border: 1px solid #dbdbdb;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	transition: .3s linear
}

.blog-card {
	position: relative;
	width: 100%;
	/*height: 345px;*/
	border: 1px solid #ddd;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	border-radius: 0
}

.blog-card__tag {
	background: #9f2321;
	border-radius: 24px;
	font-family: poppins;
	font-size: 12px;
	left: 12px;
	letter-spacing: .0375rem;
	padding: 6px 12px;
	position: absolute;
	top: 12px;
	z-index: 1;
	color: #fff;
	font-weight: 600
}

.play-blog,
.small-text,
.testi-text {
	font-family: Poppins
}

.play-blog,
.text-gary {
	color: #666
}

.play-blog {
	font-weight: 300;
	font-size: 16px
}

.box-info-btn {
	position: relative;
	display: inline-block;
	padding: 10px 46px;
	color: #fff;
	background-color: #9f2321;
	text-decoration: none;
	transition: background-color .4s;
	border-radius: 40px;
	font-size: 14px;
	font-weight: 500
}

.box-info-btn::before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	height: 100%;
	background-color: #373534;
	transition: right .4s;
	z-index: 0
}

.box-info-btn:hover::before {
	right: 0
}

.box-info-btn span {
	position: relative;
	z-index: 1
}

.box-info-btn i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity .4s, right .4s;
	z-index: 1
}

.box-info-btn:hover i {
	opacity: 1;
	right: 20px
}

.box-info-btn:hover {
	color: #fff
}

.testi-card {
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 2
}

.big-icon,
.testi-icon {
	display: flex;
	position: absolute
}

.testinmial-img img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	margin: 0 auto
}

.content-info h3,
.content-info h4 {
	text-transform: capitalize;
	font-family: poppins;
	margin-bottom: 15px;
	text-decoration: none
}

.testi-icon i {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 36px;
	color: #9f2421ab
}

.testi-icon {
	z-index: 999;
	justify-content: center;
	left: 35%;
	top: 100px
}

.testi-text {
	color: #666;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px
}

.content-info h3,
.content-info h4,
.small-text {
	color: #333;
	font-weight: 500
}

.small-text {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0
}

.big-icon {
	justify-content: center;
	align-items: center;
	font-size: 450px;
	left: 50%;
	z-index: -1;
	color: #3333330a;
	top: -50px;
	transform: translateX(-50%)
}

.contact-header {
	font-weight: 600;
	font-size: 2.5rem
}

.btn-black {
	background-color: #373534;
	color: #fff;
	font-weight: 600;
	border-radius: 40px;
	transition: .3s linear
}

.accordion-title,
.grid-list-3 li a {
	font-family: Poppins;
	font-weight: 400
}

.btn-black:hover {
	background-color: #666;
	color: #fff
}

.text-dark {
	color: #333 !important
}

.contact-box {
	box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
	border-radius: 6px;
	padding: 1rem;
	background-color: #fafafa
}

.map-box iframe {
	width: 100%;
	height: 400px;
	border: 0;
	border-radius: 6px
}

.arrow-icon {
	font-size: 1rem;
	transition: transform .3s
}

.arrow-icon:hover {
	transform: translateX(5px)
}

.content-info h3 {
	font-size: 36px;
	line-height: 40px
}

.content-info h4 {
	font-size: 24px;
	line-height: 30px
}

.content-info p {
	font-size: 16px;
	font-weight: 300;
	color: #666;
	line-height: 26px;
	font-family: poppins;
	text-align: justify;
	hyphens: auto
}

.modal-header h4,
.modal-header h6 {
	line-height: 24px;
	font-family: poppins
}

.accordion-item {
	border: 0 !important
}

.accordion-button {
	padding-left: 0
}

.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: none
}

.accordion-button:not(.collapsed) {
	color: #333 !important;
	background-color: #cfe2ff00 !important;
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.grid-list-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .125rem;
	font-size: .8rem;
	line-height: 2;
	list-style: none;
	color: #666;
	padding-left: .7rem
}

.grid-list-3 li a {
	font-size: 14px;
	letter-spacing: .025em;
	color: #666;
	text-decoration: none
}

.accordion-title {
	font-size: 14px;
	color: #333
}

.team-card {
	position: relative;
	border: none
}

.team-card img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0
}

.team-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(159 36 33 / 81%);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity .4s;
	padding: 20px;
	backdrop-filter: blur(10px)
}

.team-card:hover .team-overlay {
	opacity: 1
}

.team-overlay h5 {
	margin-bottom: 10px;
	font-size: 1.25rem
}

.team-overlay p,
.value-content h3 {
	margin-bottom: 15px
}

.read-more-btn {
	background-color: #fff;
	color: #373534;
	border: none;
	padding: 8px 30px;
	font-weight: 600;
	transition: .3s;
	border-radius: 40px;
	font-size: 14px;
	font-family: poppins
}

.read-more-btn:hover {
	background-color: #373534;
	color: #fff
}

.social-icons a {
	font-size: 1.25rem;
	transition: transform .3s, color .3s;
	display: inline-block
}

.social-icons a:hover {
	transform: scale(1.2);
	color: #e0e0e0
}

.card-inner {
	border: 1px solid #ffffff66;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.modal-header h4 {
	color: #333;
	font-size: 18px
}

.modal-header h6 {
	font-size: 15px;
	font-weight: 400 !important;
	color: #666
}

.btn-close1 {
	background: #9f2421;
	border: #fff;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	color: #fff;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center
}

.btn-close2 {
    background: #ffffff;
    border: #fff;
    width: 45px;
    height: 45px;
    border-radius: 20px;
    color: #5f5c5c;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close2 i {
 font-size:18px;
}

.value-img {
	width: 100%;
	height: 100%;
	border-radius: 0
}

.value-content {
	padding: 20px
}

.value-content h3 {
	font-size: 1.75rem;
	font-weight: 600
}

.value-content p {
	font-size: 1.05rem;
	line-height: 1.7
}

.img-rounded {
	border-radius: 12px
}

.spacer {
	height: 100vh;
	background: #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem
}

.image-transition-section {
	position: relative;
	height: 100vh
}

.image-container {
	position: relative;
	width: 100%;
	height: 100%
}

.image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0
}

.img2 {
	z-index: 2;
	transform: translateY(100%);
	box-shadow: 0 0 0 transparent;
	mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.15) 2%, rgba(255, 255, 255, 0.3) 3%, rgba(255, 255, 255, 0.5) 4%, #ffffff 15%, #ffffff 100%);
	-webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.15) 2%, rgba(255, 255, 255, 0.3) 3%, rgba(255, 255, 255, 0.5) 4%, #ffffff 15%, #ffffff 100%);
	mask-repeat: no-repeat;
	mask-size: cover;
	will-change: transform, box-shadow
}

.step-section {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 60px;
	gap: 40px;
	margin-inline: auto;
	justify-content: space-between
}

.number {
	font-size: 60px;
	font-weight: 700;
	color: #333;
	flex: 0 0 auto;
	line-height: 60px
}

.content {
	flex: 1;
	max-width: 1000px
}

.image-block img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 0
}

.blinking-bg {
	display: inline-block;
	padding: 5px 10px;
	background-color: #ffde59;
	animation: 1s infinite blinkBackground;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	font-family: Poppins
}

.timeline-marker,
.timeline-marker-box {
	display: flex;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	font-family: poppins
}

@keyframes blinkBackground {

	0%,
	100% {
		background-color: #ef5937
	}

	50% {
		background-color: #c52c29c7
	}
}

.timeline {
	padding-left: 3rem;
	border-left: 3px solid #d9d9d9;
	margin: auto
}

.timeline-item {
	position: relative;
	margin-bottom: 40px
}

.timeline-marker-box {
	position: absolute;
	left: -75px;
	top: 0;
	background: #fff;
	border-radius: 0;
	align-items: center;
	justify-content: center
}

.timeline-marker {
	width: 50px;
	height: 50px;
	background: #373534;
	border-radius: 50%;
	border: 3px solid #d9d9d9;
	align-items: center;
	justify-content: center
}

.line-clamp-1,
.line-clamp-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.timeline-card {
	margin-left: 20px;
	position: relative;
	top: 0px
}

.line-clamp-1 {
	-webkit-line-clamp: 1
}

.line-clamp-2 {
	-webkit-line-clamp: 2
}

.navbar-toggler {
	background: #fcfcfc !important;
	width: 40px;
	height: 40px;
	border-radius: 4px
}

.bi-list {
	font-size: 30px
}

.flex-1 {
	flex: 1
}

    .header-info {
      background: #fff;
      padding: 2rem 1rem;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .logo-text span {
      font-size: 2rem;
      font-weight: bold;
    }
    .logo-text .lab { color: #74b33f; }
    .logo-text .express { color: #007dc6; }
    .tagline {
      color: #af1c1c;
      font-weight: bold;
    }
    .info-strip {
      background-color: #007dc6;
      color: white;
      padding: 1rem;
      font-weight: 500;
    }
    .section-title {
      font-size: 1.75rem;
      font-weight: bold;
      text-align: center;
      margin: 2rem 0 1rem;
      color: #003b6f;
    }
    .check-list i {
      color: #007dc6;
      margin-right: 8px;
    }
    .check-list li {
      margin-bottom: 0.5rem;
    }
    .contact-section {
      background-color: #fff;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
    }
    .footer-info {
      text-align: center;
      margin-top: 1rem;
      font-size: 0.9rem;
    }

@media only screen and (min-width:1720px) {
	.menu-list-left-link>a.active:after {
		right: -4.5vw
	}
}

@media only screen and (max-width:1500px) {
	.menu-list-left-link>a.active:after {
		right: -5.8vw
	}

	.content-parent img {
		max-width: 75%;
		margin: 0 auto
	}
}

@media only screen and (max-width:1444px) {
	.nav-link {
		font-size: 14px
	}

	.side-space {
		padding-right: 50px;
		padding-left: 50px
	}
}

@media only screen and (max-width:1350px) {
	.search-wrapper.expanded {
		width: 400px
	}

	.navbar-nav .nav-item {
		padding: 0 0 0 25px
	}

	.content-parent img {
		max-width: 68%
	}
}

@media only screen and (max-width:1300px) {
	.grid-4 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.work-grid-3 {
		grid-template-columns: 1fr 1fr
	}

	.ata-project-img {
		position: relative;
		height: 600px
	}

	.blog-card {
		/*height: 280px*/
	}
}

@media only screen and (max-width:1220px) {
	.heading-common {
		font-size: 30px;
		line-height: 40px
	}

	.search-wrapper.expanded {
		width: 360px
	}
	
	.suggestion-list {
     font-size: 14px;
    }

	.navbar-nav .nav-item {
		padding: 0 0 0 20px
	}

	.content-parent img {
		max-width: 55%
	}

	.swiper-button-next,
	.swiper-button-prev {
		top: -355px !important
	}

	.content-info h4 {
		font-size: 18px;
		line-height: 26px
	}

	.content-info p {
		font-size: 14px;
		line-height: 24px
	}

	.work-grid-3 {
		grid-template-columns: 1fr 1fr;
		gap: 30px
	}
	
	 .modal-fullscreen {
    width: 98vw;
    max-width: none;
     height: auto; 
    margin: 0;
    margin: 0 auto;
}

.btn-close2 {
    width: 35px;
    height: 35px;
}
}

@media only screen and (max-width:1185px) {
	.grid-4 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.side-space {
		padding-right: 40px;
		padding-left: 40px
	}

	.swiper-button-next,
	.swiper-button-prev {
		top: -300px !important
	}

	.right-content {
		flex: 0 0 70%
	}

	.haeding-sub-text {
		font-size: 16px;
		line-height: 28px
	}

	.ata-project-content h3 {
		font-size: 28px;
		line-height: 36px
	}

	.ata-project-card {
		flex: 0 0 80%
	}

	.work-banner img {
		height: 100vh;
		object-fit: cover
	}
}

@media (max-width:1200px) {

	.contact-info-side,
	.get-in-touch {
		border-radius: 0
	}

	.get-in-touch {
		margin-top: 24px
	}
	

}

@media (min-width:1200px) {
	.ps-xl-6 {
		padding-left: 4.5rem !important
	}

	.pe-xl-6 {
		padding-right: 4.5rem !important
	}
}

@media only screen and (max-width:1050px) {
	.ata-project-img {
		position: relative;
		height: 600px
	}

	.contact-info p,
	.content-info p,
	.custom-info p,
	.para-text,
	.para-text p,
	.testi-text,
	.work-content {
		font-size: 14px;
		line-height: 24px
	}

	.big-size-para {
		font-size: 18px;
		line-height: 30px
	}
	.big-para p:first-child {
        font-size: 18px !important;
        line-height: 30px !important;
    }

	.ata-info h1 {
		font-size: 30px;
		line-height: 40px
	}

	.body-title {
		font-size: 16px
	}

	.grid-3 {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px
	}

	.testi-card {
		width: 100%
	}

	.big-icon {
		font-size: 320px;
		top: -5px
	}

	.nav-link {
		font-size: 13px
	}

	.search-wrapper.expanded, .suggestion-list {
		width: 280px
	}

	.content-parent img {
		max-width: 45%
	}

	.play-icon {
		width: 55px;
		height: 55px
	}

	.play-icon i {
		font-size: 18px
	}

	.pt-80,
	.pt-90 {
		padding-top: 60px
	}

	.pb-80,
	.pb-90 {
		padding-bottom: 60px
	}

	.pb-140 {
		padding-bottom: 100px
	}

	.pt-180 {
		padding-top: 145px
	}

	.py-80,
	.py-90 {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.ata-project-content {
		padding: 0 35px
	}

	.small-text {
		font-size: 16px;
		line-height: 24px
	}

	.ata-info p {
		font-size: 16px;
		line-height: 26px
	}

	.custom-info {
		text-align: center;
		padding: 60px 0 00px
	}

	.footer .nav-links a {
		font-size: 14px
	}

	.content-info h3 {
		font-size: 30px
	}

	.heading-common {
		font-size: 28px;
		line-height: 40px
	}
}

@media (min-width:992.5px) {
	.navbar-toggler {
		display: none
	}
}

@media (max-width:992px) {

	.card-text,
	.play-blog {
		font-size: 14px
	}

	.card-text {
		line-height: 24px
	}

	.ata-project-card {
		flex: 0 0 90%;
		padding-right: 20px
	}

	.contact-grid {
		gap: 20px
	}

	.blog-card,
	.video-card {
		/*height: 250px*/
	}

	.timeline-marker-box {
		left: -45px
	}

	.timeline {
		padding-left: 1rem
	}

	.work-grid-2 {
		gap: 15px
	}

	.ata-project-content h3 {
		font-size: 24px;
		line-height: 35px
	}

	.ata-project-content p {
		font-size: 14px;
		line-height: 24px;
		text-align: left
	}

	.info-box {
		border: 1px solid #9f23212b;
		margin-bottom: 1.5rem;
		padding: 20px
	}

	.pb-140 {
		padding-bottom: 70px
	}

	.ata-project-content {
		padding: 0 25px
	}

	.ata-info {
		margin-top: 25px
	}

	.navbar-nav .nav-item {
		padding: 0
	}

	.search-wrapper {
		margin-top: 0
	}

	.offcanvas.hiding,
	.offcanvas.show,
	.offcanvas.showing {
		visibility: visible
	}

	.navbar-nav .nav-link {
		padding: 10px 0
	}

	.navbar-nav .nav-link::after {
		bottom: -52px;
		height: 1px;
		background-color: #ff683980;
		display: none
	}

	.offcanvas-body .nav-item {
		border-bottom: 1px dashed #d3cece
	}

	.offcanvas-header {
		background: #eee
	}

	.nav-link {
		color: #333 !important;
		font-size: 14px
	}

	.swiper-button-next,
	.swiper-button-prev {
		top: -265px !important
	}

	.content-parent img {
		max-width: 45%
	}
	
		.custom-next.top-value
     {
        right: 5px;
     }
  
  .custom-prev.top-value {
        left: 5px;
  }
  
	.custom-next.top-value,
  .custom-prev.top-value {
	   top: 18% !important;
	}
}

@media (max-width:840px) {

	.swiper-button-next,
	.swiper-button-prev {
		top: -220px !important
	}

	.content-parent img {
		max-width: 35%
	}

	.work-banner img {
		object-fit: cover
	}
}

@media (max-width:770px) {
    	.custom-next.top-value
     {
        right: 5px;
     }
  
  .custom-prev.top-value {
        left: 5px;
  }
  
	.custom-next.top-value,
  .custom-prev.top-value {
	   top: 18% !important;
	}
	.grid-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.timeline-marker-box {
		left: -35px
	}
	
	.slider-img {
    height: 70vh!important;
    }

	.timeline-marker {
		width: 40px;
		height: 40px
	}

	.content-info h3 {
		font-size: 24px;
		line-height: 36px;
		font-family: poppins;
		font-weight: 500;
		text-decoration: none;
		margin-bottom: 15px
	}

	.work-banner img {
		object-fit: cover;
		height: 415px
	}

	.work-grid-2 {
		grid-template-columns: 1fr
	}

	.side-space {
		padding-right: 25px;
		padding-left: 25px
	}

	.overlay_video img {
		height: 500px
	}

	.video-player {
		height: 500px;
		object-fit: cover
	}

	.play-icon {
		top: 80%
	}

	.search-wrapper {
		margin-top: -4px
	}

	.pb-140 {
		padding-bottom: 60px
	}
	


	.custom-next,
	.custom-prev {
		top: 40%;
		width: 32px;
		height: 32px;
		font-size: 16px
	}

	.video-section-rest {
		height: 415px
	}
}

@media (max-width:767.98px) {
	.value-content {
		padding-top: 20px;
		text-align: center
	}

	.heading-common {
		font-size: 28px;
		line-height: 38px
	}

	.work-grid-3 {
		grid-template-columns: 1fr;
		gap: 30px
	}

	.blog-card,
	.video-card {
		/*height: 350px*/
	}
}

@media (max-width:768px) {

	.pb-80,
	.py-80 {
		padding-bottom: 40px
	}

	.pt-80,
	.py-80 {
		padding-top: 40px
	}

	.designed-by,
	.step-section {
		text-align: center
	}

	.custom-info p {
		height: 100%
	}

	.step-section {
		flex-direction: column
	}

	.number {
		font-size: 48px
	}

	.content h2 {
		font-size: 26px
	}
}

@media (max-width:750px) {
	.contact-grid {
		grid-template-columns: 1fr 1fr;
		gap: 20px
	}

	.ata-info h1,
	.heading-common {
		font-size: 24px;
		line-height: 36px
	}

	.swiper-button-next,
	.swiper-button-prev {
		top: -175px !important
	}

	.content-parent img {
		max-width: 28%
	}

	.swiper-button-next,
	.swiper-button-prev,
	.swiper-rtl .swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		margin-left: 15px
	}

	.testi-icon {
		left: 29%;
		top: 105px
	}

	.grid-3 {
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 0
	}

	.big-size-para {
		font-size: 16px;
		line-height: 28px
	}
	.big-para p:first-child {
    font-size: 16px !important;
    line-height: 28px !important;
}
}

@media (max-width:600px) {
	.ata-info h1 {
		line-height: 34px
	}

	.timeline {
		margin-left: 20px;
		padding-left: 20px
	}

	.big-icon {
		font-size: 234px;
		top: -35px
	}

	.timeline-marker {
		left: -35px
	}

	.content-parent img {
		max-width: 40%
	}

	.swiper-button-next,
	.swiper-button-prev {
		top: -210px !important
	}

	.custom-info h5 {
		font-size: 20px;
		line-height: 24px
	}

	.project-card-body {
		padding: 20px 0 0
	}

	.testi-icon {
		left: 25%;
		top: 105px
	}
}

@media (max-width:576px) {
	.footer .footer-logo img {
		margin-bottom: 1rem
	}

	.grid-4 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 30px
	}

	.blog-card,
	.video-card {
		/*height: 260px*/
	}

	.contact-grid {
		grid-template-columns: 1fr;
		gap: 20px
	}

	.navbar-toggler {
		width: 35px;
		height: 35px
	}
}

@media (max-width:500px) {
	.ata-project-card {
		flex: 0 0 95%;
		padding-right: 10px
	}

	.logo img {
		height: 55px
	}

	.pt-180 {
		padding-top: 110px
	}

	.timeline-item {
		position: relative;
		margin-bottom: 20px
	}

	.timeline-marker {
		width: 42px;
		height: 42px;
		font-size: 14px
	}

	.timeline-marker-box {
		left: -42px
	}

	.timeline-card {
		top: 0;
		margin-left: 10px
	}

	.right-content {
		flex: 0 0 80%
	}

	.icon-bg svg {
		width: 20px !important
	}

	.icon-bg {
		width: 35px;
		height: 35px
	}

	.ata-project-img img {
		height: inherit;
		object-fit: cover
	}

	.ata-project-content {
		padding: 0 15px
	}

	.pt-90,
	.py-80,
	.py-90 {
		padding-top: 40px
	}

	.pb-90,
	.py-80,
	.py-90 {
		padding-bottom: 40px
	}

	.search-wrapper {
		margin-top: 0;
		width: 40px;
		height: 40px
	}

	.testi-icon i {
		width: 70px;
		height: 70px;
		font-size: 26px
	}

	.nav-link {
		font-size: 13px
	}

	.side-space {
		padding-right: 15px;
		padding-left: 15px
	}

	.content-parent img {
		max-width: 42%
	}

	.search-wrapper.expanded ,.suggestion-list{
		width: 200px
	}

	.search-icon {
		left: 12px;
		font-size: 14px
	}

	.fix .sticky-logo img {
		display: block
	}

	.fix .search-wrapper {
		display: none
	}

	.pb-140 {
		padding-bottom: 45px
	}

	.big-icon {
		font-size: 205px;
		top: -1px;
		color: #33333317
	}

	.footer .footer-logo img {
		width: 85px
	}
}

@media (max-width:450px) {
	.testi-icon {
		left: 20%;
		top: 105px
	}
	
	.slider-img {
    height: 67vh!important;
    }
}

@media (max-width:400px) {
	.search-wrapper.expanded , .suggestion-list{
		width: 180px
	}

	.search-wrapper {
		width: 35px;
		height: 35px
	}

	.testi-icon {
		left: 15%;
		top: 105px
	}

	.testi-icon i {
		width: 60px;
		height: 60px;
		font-size: 26px
	}

	/*.video-card {*/
	/*	height: 200px*/
	/*}*/

	.blog-card {
		/*height: 250px*/
	}
}

@media (max-width:350px) {
	.testi-icon {
		left: 14%;
		top: 105px
	}
}



@media (max-width: 320px) and (max-height: 568px) {
    .slider-img {
        height: 85vh !important;
    }
    
    .play-icon {
        top: 83%
    }
}