* {
    box-sizing: border-box;
}
@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* Regular */
@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica-Oblique.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* Bold */
@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/*body {*/
/*    font-family: 'Helvetica', sans-serif !important;*/
/*}*/
h1,h2,h3,h4,h5,h6{
    font-family: "Satoshi", sans-serif !important;
  font-weight: 700;
}
p{
    margin-bottom: 0px !important;
    font-family: 'Helvetica', sans-serif !important;
}
ul li{
    font-family: 'Helvetica', sans-serif !important;
}
/*@media (min-width: 1200px) {*/
/*    .container, .container-lg, .container-md, .container-sm, .container-xl {*/
/*        max-width: 1200px;*/
/*    }*/
/*}*/

/*====================top header styles  starts here====================*/

.top-head{
    background: #070707;
    padding-top:50px;
    padding-bottom:30px;
}
.sm-logo{
    display: flex;
    align-items: center;
}
.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	/*padding:15px;*/
	padding:0px;
}
.header .item-left{
	flex:0 0 17%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center{
	/*display: flex;*/
 /*   flex-direction: row;*/
 /*   justify-content: center;*/
 /*   align-items: center;*/
 flex: 0 0 100%;
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.menu{
    border-top: 1px solid #676666;
    border-bottom: 1px solid #676666;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 70px;
    /*padding: 27px;*/
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header .menu > ul > li > a{
	font-size: 16px;
	font-weight: 500;
	color:#fff;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
	font-family: "Satoshi", sans-serif !important;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#070707;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
	font-family: "Satoshi", sans-serif !important;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.menu ul{
	list-style: none;
	margin:0;
	padding:0;
}
.menu a{
	text-decoration: none;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 16px;
	color:#fff;
	transition: color 0.3s ease;
	font-family: "Satoshi", sans-serif !important;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1140px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 18px;
	color:#fff;
	font-weight: 600;
	line-height: 1;
	padding:10px 0;
	    /*border-bottom: 2px solid #E4E4E7;*/
    width: max-content;
	font-family: "Satoshi", sans-serif !important;
	position: relative;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    #ED1C24 40px, 
    #676666 40px   
  );
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#ea4636;
}
/* banner section */
/*.banner-section{*/
/*  background-image: url('../img/banner.jpg');*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  height: 700px;*/
/*  width: 100%;*/
/*  display: block;*/
/*}*/
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 991px){

	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
        height: 3px;
        background-color: #fff;
        width: 30px;
        position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
	.header .mobile-menu-trigger span:before{
		top:-11px;
	}
	.header .mobile-menu-trigger span:after{
		top:11px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
		padding: 0;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		color:#000;
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		/*background: #070707;*/
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}

	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}

@media (min-width: 992px) {
    .header .menu > ul > li + li::before {
        /*content: "|";*/
        /*color: #797979;*/
        /*margin: 0 45px;*/
        /*opacity: 0.6;*/
        /*font-size: 18px;*/
        content: "";
        display: inline-block;
        width: 1px;
        height: 25px;
        background-color: #797979;
        /*margin: 0 45px;*/
        margin: 0px 52px -7px 52px;
        opacity: 0.6;
        align-items: center;
    }
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}

/*=====================header styles ends here=========================*/


/*=====================home page styles starts here====================*/

.blk-body{
    background-color: #070707;
    padding-bottom: 45px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}


.responsive-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45); /* adjust darkness here */
    pointer-events: none; /* allows clicking through */
}

@media (max-width: 768px) {
    .video-container {
        height: 400px;
    }
}
@media (max-width: 576px) {
    .video-container {
        height: 300px;
    }
}

.banner-btm-btn {
    background: #070707;
    position: relative;
    padding: 0px 0px 100px 0px;
}


.design-wrapper {
    display: flex;
    align-items: center;
    gap: 0px;
    position: relative;
}


.quote-btn {
        display: inline-flex;
    align-items: center;
    gap: 10px;               
    padding: 10px 20px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    border-radius: 0px;
    transition: 0.3s ease;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Helvetica', sans-serif !important;
}

.arrow-icon {
    width: 18px; 
    height: auto;
}

/* Hover Effect */
.quote-btn:hover {
    background: #ED1C24;
    border: 1px solid #ED1C24;
    color: #fff;
}

.quote-btn:hover .arrow-icon {
    filter: invert(0); 
}


.design-line {
    /*flex-grow: 1;*/
    width: 48%;
    height: 2px;
    background: #fff;
    opacity: 0.6;
    transform: scaleX(0);
    transform-origin: left;
    animation: lineGrow 1.2s ease forwards;
}

@keyframes lineGrow {
    to {
        transform: scaleX(1);
    }
}

.design-boxes {
    position: absolute;
    right: 0;
    top: 0px;
    display: flex;
    flex-direction: column;
    /*gap: 0px;*/
    overflow-x: hidden;
}

.box-top {
    width: 120px;
    height: 85px;
    background: #ED1C24;
    transform: translateX(50px);
    opacity: 0;
    animation: slideIn 0.8s ease forwards 0.4s;
}


.box-bottom {
    height: 85px;
    width: 40vw;         
    max-width: 100%;
    background: #ED1C24;
    transform: translateX(80px);
    position: relative;
    left: 120px;
    opacity: 0;
    animation: slideIn 0.8s ease forwards 0.6s;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.h2-section{
    background: #070707;
}
.h2-section h2{
    color: white;
    font-size: 42px;
    text-align: center;
    padding: 70px 0 50px 0;
    width: 90%;
    margin: 0 auto;
}
.h2-section span{
    color: #ED1C24;
}
.centr-line{
    background: #070707;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 244px;
}
.sq-lin{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-line{
    position: absolute;
    width: 1px;
    height: 245px;
    background: #d0d0d0;
}
.c-square {
    width: 40px;
    height: 40px;
    background: #ED1C24;
    position: relative;
    z-index: 2;
}
.c-square:hover {
transform: rotate(45deg);
}

.indust-section{
    background: #070707;
    padding-top: 50px;
    /*margin-bottom: 100px;*/
}
.indust-section h1{
    font-size: 70px;
    text-align: center;
    color: white;
    margin-bottom:40px;
}
.img-industry {
    position: relative;
    display: block;
}

.img-industry .bg-img {
    width: 100%;
    height: auto;
    display: block;
}

.img-industry .overlay-img {
    position: absolute;
    bottom: 0px;
    left: 15%;
    height: auto;
}
.box-grids{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding: 0px 0px;
}

.cardgrid{
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgb(255 255 255 / 44%);
    border-right: 1px solid rgb(255 255 255 / 44%);
}

.box-industry{
    padding: 65px 0px 85px 190px;
}

.tech-titl{
        color: #F7F7F7;
    font-size: 105px;
    font-weight: 700;
    line-height: 130px;
    font-family: "Satoshi", sans-serif !important;
}

.tech-tex{
    color: #F7F7F7;
    font-size: 18px;
    line-height: 26px;
    width: 75%;
    padding-bottom: 35px;
}

.indus-btn{
    border: 1px solid #fff;
    padding: 15px 25px;
    text-align: center;
    width: max-content;
}

.indus-btn:hover{
    border: 1px solid #ED1C24;
    background: #ED1C24;
}

.cardgrid {
    position: relative;
}

.card-overlay {
    position: absolute;
    inset: 0;
    background: #000;
    z-index: 10;

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 100px;

    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;

    transition: opacity 0.4s ease, transform 0.4s ease;
}

.card-overlay h2 {
    color: #ED1C24;
    font-size: 105px;
    font-weight: 700;
    line-height: 130px;
    margin-bottom: 25px;
}

.card-overlay p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    max-width: 70%;
    padding-bottom: 20px;
}

/*.cardgrid:has(.box-industry:hover) .card-overlay {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
/*.cardgrid:hover .card-overlay {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*    pointer-events: auto;*/
/*}*/
.box-industry:hover ~ .card-overlay,
.card-overlay:hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.box-industry  {
    cursor: pointer;
}
p .tech-titl  {
    cursor: pointer;
}

.overlay-icon
 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: auto;
}
.new-insigh{
    background: #f7f7f7;
    padding-top: 50px;
}
.new-insigh h1{
    font-size: 56px;
    margin-bottom: 0px;
}
.slid-sec{
     background: #f7f7f7;
    /* padding-left: 0px !important;*/
    /*padding-right: 0px !important;*/
    /*overflow-x: hidden;*/
    padding-bottom: 60px;
    padding-top: 20px;
}
.slid-sec-new{
    background: #f7f7f7;
    padding-bottom: 80px;
    padding-top: 20px;
}
.ai-bannr{
    
    background-size: cover !important;
    background-position: center !important !important;
    background-repeat: no-repeat !important;
    text-align: center;
    min-height: 650px;
    
     display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center;
}    
.ai-b-sec{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ai-bannr h2{
    font-size: 120px;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 106px;
    margin-bottom: 60px;
}
.ai-bannr h2 span{
    color: #ED1C24;
}
.impact-sec{
     background: #f7f7f7;;
     padding-bottom: 20px;
}
.impact-fle{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    position: relative;
    top: -40px;
}
.re-box{
    background: #ED1C24;
    width: 250px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
}
.re-box h3{
    font-size: 40px;
    color: white;
}
.impa-cnt p{
    width: 70%;
    color: #000;
    font-size: 18px;
}

.lng-run{
    background: #f7f7f7;
    padding-top: 60px;
}
.midl-run{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 70px;
}
.midl-run h3{
    font-size: 80px;
    color: #000;
    font-weight: 500;
    padding-bottom: 30px;
    letter-spacing: -2px;
    text-align: center;
}
.midl-run p{
    font-size: 20px;
    line-height: 32px;
    width: 60%;
    text-align: center;
    padding-bottom: 20px;
    color: #000;
}
.quote-btn-new{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border: 1px solid #070707;
    background: transparent;
    color: #070707 !important;
    text-decoration: none;
    font-size: 20px;
    border-radius: 0px;
    transition: 0.3s ease;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Helvetica', sans-serif !important;
}
.quote-btn-new:hover {
    background: #ED1C24;
    border: 1px solid #ED1C24;
    color: #fff;
}
.quote-btn-new:hover .arrow-icon {
  filter: invert(100%) sepia(0%) saturate(0%) brightness(100%) contrast(100%);
}
/*====================home page styles ends here====================*/



/*==================footer styles starts here=======================*/

.footer-part{
    background: #070707;
    padding-top: 80px;
}
.footer-part ul{
    padding-left:0px !important;
    margin: 0 0 0em 0em;
}
.footer-part p{
    padding: 0px 0px !important;
    color: #ED1C24;
    margin-bottom: 20px !important;
}
.footer-part ul li{
    color: white;
    list-style: none;
    line-height: 40px;
}
.footer-part ul li:hover{
    color: #ED1C24;
}
.footer-part ul li a{
    color: white;
    list-style: none;
    line-height: 40px;
    text-decoration: none;
}
.footer-part ul li a:hover{
    color: #ED1C24;
}
.im-sec{
    margin-top: 50px;
}
.foot-sec{
    padding-bottom: 70px;
}
.botm-ftr p{
    color: #A2A2A2;
    font-size: 16px;
}
.botm-ftr{
    padding-bottom: 30px;
}
.mail-sec{
    display: none;
}
/*==================footer styles ends here=======================*/


/*=====================About styles start here==========================*/

.about-sec{
    background: #070707;
    padding-top: 50px;
    padding-bottom: 60px;
}
.about-sec h2{
    color: white;
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 50px;
}
.about-sec p{
    color: white;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.counter_wrapper{
    width:100%;
    background:#070707;
    padding-top:20px;
    padding-bottom:0px;
        display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    
}
.counter_wrapper .count_box{
    padding:50px 20px;
    text-align:center;
    
}
.counter_wrapper .count_box h3{
    font-size:136px;
    font-weight:700;
    color:#222;
    -webkit-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;transition:all .5s
    
}
.counter_wrapper .count_box h4{
    font-size:20px;
    font-weight:500;
    color:#fff;
    padding-top:0px;
    -webkit-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;transition:all .5s
    
}
.counter_wrapper .box_center{
    background-color:#ED1C24;
    
}
.counter_wrapper .box_center h3,.counter_wrapper .box_center h4{
    color:#fff;
    -webkit-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;transition:all .5s
    
}
@media(max-width:768px){
    .counter_wrapper .col-md-3{
    margin-bottom:15px
    
}
}

.img-wrp img {
    width: 100%;
    height: auto;
    display: block;
}
.founder-not{
    background: #070707;
    padding-top: 120px;
    padding-bottom: 80px;
}
.founder-not h3{
    color: white;
    font-size: 56px;
    font-weight: 500;
}
.founder-not h6{
        font-size: 28px;
    color: white;
    font-weight: 600;
    padding-bottom: 30px;
}
.founder-not p{
    font-size: 18px;
    color: white;
    line-height: 32px;
    width: 100%;
    padding-bottom: 20px;
}

/*=====================About styles ends here==========================*/


/*=====================stries styles starts here==========================*/
.impact-bg{
    background: url(https://site.binalyto.com/wp-content/uploads/2026/02/Rectangle-2-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    /*position: relative;*/
    margin-top: 0px;
}
.impct-sty{
    background: #070707;
    padding-top: 80px;
    padding-bottom: 120px;
}
.impct-sty h2{
    font-weight: 600;
    color: white;
    font-size: 60px;
    margin-bottom: 30px;
}
.impct-sty p{
    font-size: 18px;
    line-height: 32px;
    color: white;
}

.top-sry {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.top-sry img {
    width: auto;
    display: block;
}

.detail-z {
    position: absolute;
    bottom: 30px; /* padding from bottom of image */
    left: 30px;
    right: 30px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.detail-z h3 {
    font-size: 30px;
    font-weight: 600;
    width: 60%;
}
.top-sry:hover img, .top-sry.hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.top-sry .quote-btn{
    background: #070707;
    border: 0px;
}
.top-sry .quote-btn:hover{
background: #ED1C24;
}
.imp-list{
    background: #f7f7f7;
    padding-top: 120px;
    padding-bottom: 100px;
}

.detail-flx{
    margin-left: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    padding: 20px 0px;
}
.count-stry{
    width: 50%;
}
.count-stry h3{
    font-size: 80px;
    color: #a1a1a1;
    font-weight: 500;
}
.stry-detail{
    display: flex;
    flex-direction: column;
}
.stry-detail h4{
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}
.stry-detail p{
    font-size: 18px;
    color: #000;
    width: 100%;
    line-height: 32px;
}
.stry-detail .quote-btn{
    background: #070707;
    border: none;
    width: fit-content;
    margin: 10px 0px 0px 0px;
}
.stry-detail .quote-btn:hover{
    background: #ED1C24;
}
.re-pic{
    display: flex;
    align-items: center;
}
.re-pic img{
    width: 100%;
}
.list-top:hover img, .list-top.hover img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    }
.list-top:hover h3, .list-top.hover h3{
    color: #ED1C24;
    }
.list-top {
    margin-top: 20px;
}  

.blog-pagination-sec {
    padding: 2em 0;
    text-align: center;
    margin-top: 40px;
}
.blog-pagination-sec ul li {
    list-style: none;
    display: inline;
    margin: 0 10px;
    color: #000;
    text-decoration: none;
}
.blog-pagination-sec ul li a{
    color: #070707;
    text-decoration: none;
}
.blog-pagination-sec ul li:nth-child(1) a , .blog-pagination-sec ul li:nth-child(2) a , .blog-pagination-sec ul li:last-child a{
    color: #ED1C24;
}
.page-numbers{
   color: #fff ;
   padding:10px 20px;
   text-decoration: none;
   font-size: 20px;
    background: #000;
    
}
.page-numbers:hover{
   color: #ED1C24 ;
}
 .current{
    background: #ED1C24 !important;
}    
 .current:hover{
    color: #000 !important;
}  
.inner-stry{
    background: #070707;
    padding-top: 30px;
    padding-bottom: 60px;
}
.inner-stry h3{
    margin-top: 40px;
    color: white;
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 30px;
}
.inner-stry p{
    color: white;
    line-height: 32px;
    font-size: 18px;
    width: 60%;
}
.cont-secn{
    background: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 70px;
}
.cont-secn p{
    font-size: 18px;
    color: black;
    line-height: 32px;
    text-align: justify;
}
.cont-secn h1,h2,h3,h4,h5,h6{
    padding-bottom: 0px;
}
.cont-secn img{
    padding-top: 20px;
    padding-bottom: 20px;
}
/*=====================stories styles ends here==========================*/


/*==================contact page styles starts here======================*/

.con-titl{
    background: #070707;
    padding-top: 90px;
    padding-bottom: 120px;
}
.con-titl h1{
    color: white;
    font-weight: bold;
    font-size: 100px;
    margin-bottom: 80px;
    line-height: 90px;
}
.con-titl p{
    color: white;
    font-size: 20px;
}
.lin{
    height: 1px;
    background: white;
    width: 100%;
    opacity: .6;
}
.lin-bt{
    display: flex;
    align-items: flex-end;
}
.con-frm{
        padding-top: 150px;
}
.con-frm h2{
    color: white;
    font-size: 40px;
    font-weight: bold;
}
.con-frm p{
    width: 80%;
}


.form-group input{
  width: 100%;
  background: #D9D9D9;
    height: 60px;
    border-radius: 0px;
    margin-bottom: 20px;
}
.form-group label{
    color: white;
    font-size: 18px;
    padding-bottom: 10px;
}
.form-group textarea{
  width: 100%;
  background: #D9D9D9;
    height: 240px;
    border-radius: 0px;
    margin-bottom: 30px;
}
.top-form{
    margin-top: 60px;
}
.acdion{
    background: #f7f7f7;
    padding-top: 120px;
    padding-bottom: 120px;
}
.cnt-imbnr img{
    width: 100%;
}

.acdion .accordion {
    margin: 0 auto;
}
.acdion .accordion-button::after {
    background-image: url('../img/pls.png');
}
.acdion .accordion-button:not(.collapsed)::after {
    background-image: url('../img/min.png');
    transform: rotate(0deg);
}
.acdion .accordion-button {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
    font-size: 30px;
}
.acdion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    font-weight: 700;
}
.acdion .accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #00000073;
}

.acdion .accordion-button {
    background-color: transparent;
}
.acdion .accordion-body {
    padding: 0 0 30px;
}
.acdion .accordion-body p {
    line-height: 30px;
    color: #000;
    font-size: 18px;
    width: 85%;
}
.acdion .accordion-button:focus {
    box-shadow: none;
}
.acdion .accordion .accordion-item:last-child {
    border-radius: 0;
}

.ind-img{
    position: relative;
    display: block;
    padding: 0;
}
.in-img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 50px;
}
.in-ovr-img{
    position: absolute;
    top: 0px;
    left: 0%;
    height: auto;
}
.ser-top{
    background: #070707;
    padding-top: 80px;
    padding-bottom: 50px;
}
.ser-top h1{
    color: white;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 50px;
}
.ser-top p{
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    padding: 0;
}
.data-content{
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 30px;
}
.data-content img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.cont-secn h1,h2,h3,h4,h5,h6{
    /*padding: 40px 0px 15px;*/
    font-weight: 600;
}
.data-content p{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

.quote-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    color: white !important;
}

.spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: none;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
.cont-secn ul{
    padding: 15px 0px 0px 30px;
}
.cont-secn ul li{
    font-size: 18px;
    line-height: 35px;
    color: black;
}
/*==================contact page styles ends here======================*/
.chek{
   display: flex;
    align-items: center; 
}
.mv-cls{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f7f7f7;
}
.mv-cls h3{
    font-size: 56px;
    padding-bottom: 20px;
}
.mv-cls p{
    font-size: 18px;
    line-height: 32px;
}
.box-gr{
    background: #E6E6E6;
    padding: 30px 40px 60px 30px;
    margin-bottom: 20px;
}
.data-content h2{
    font-size: 60px;
    margin-bottom: 30px;
}


/*news events page*/
.n-events{
    background: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 100px;
}









