html,body{}
html{scroll-behavior: smooth;}
body{
	font-family: "Montserrat";
	background-color: #fff;
}

a{
	color: #656565;
	text-decoration:none;
	font-size: 16px;
	transition: all 300ms ease;
}
a:hover{
	color: #ff0000;
}
p{
	font-size: 15px;
	font-weight: 300;
	color:#000000;
}
div{font-size: 16px;}
section{font-size: 16px;}
ul{font-size: 16px;}
ul>li{font-size: 16px;}


h1,h2,h3,h4,h5,h6{
	line-height: 1;
	font-weight: 300;
}

.spacer-5{display: block; height: 5px;}
.spacer-10{display: block; height: 10px;}
.spacer-20{display: block; height: 20px;}
.spacer-40{display: block; height: 40px;}
.spacer-60{display: block; height: 60px;}
.spacer-80{display: block; height: 80px;}
.spacer-100{display: block; height: 100px;}
.spacer-120{display: block; height: 120px;}


.fnt-10{font-size: 10px !important;}
.fnt-12{font-size: 12px !important;}
.fnt-13{font-size: 13px !important;}
.fnt-14{font-size: 14px !important;}
.fnt-15{font-size: 15px !important;}
.fnt-18{font-size: 18px !important;}
.fnt-20{font-size: 20px !important;}
.fnt-25{font-size: 25px !important;}
.fnt-30{font-size: 30px !important;}
.fnt-40{font-size: 40px !important;}
.fnt-50{font-size: 50px !important;}
.fnt-60{font-size: 60px !important;}
.fnt-70{font-size: 70px !important;}
.fnt-80{font-size: 80px !important;}

.fnt-black{color: #000;}
.fnt-white{color: #fff}

.fnt-allCaps{text-transform: uppercase;}
.fnt-extraBold{font-weight: bolder;}
.fnt-bold{font-weight: 300;}

.remMar{margin: 0px !important;}
.remPad{padding: 0px !important}
.allCaps{text-transform: uppercase;}


.fa-mar-right{margin-right: 5px;}
.fa-mar-left{margin-left: 5px;}
.fa-mar-right-20{margin-right: 20px;}
.fa-mar-left-20{margin-left: 20px;}

.hideThis{display: none !important;}

.vh-100{height: 100vh;}
.vh-50{height: 50vh;}
.vh-25{height: 25vh;}

.posRel{position: relative;}
.posAbs{position: absolute;}

.bg-black{background-color: #000;}

footer{
	background: #3B3B3C;
}

.social-footer a{
	color: #fff;
	transition: all 300ms ease;
}
.social-footer a:hover{
	color: #ff0000;
	transition: all 300ms ease;
}

#banner{}

.banner-top{
    z-index: -1;
    position: relative;
}
.banner-bottom{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-footer span{
	margin: 0 5px;
}

.menu-footer span{
	margin: 0 5px;
}

.menu-footer a{
	color: #fff;
	transition: all 300ms ease;
}
.menu-footer a:hover{
	color: #ff0000;
	transition: all 300ms ease;
}

.copyright, .menu-footer a{
	font-size: 12px;
	font-weight: 200;
}

.gotop{
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	transition: all 300ms ease;
}

.gotop:hover{
	color: #ff0000;
}

.preAnimate{
	opacity: 0;
	position: relative;
	top:100px;
	transition: all 1000ms ease;
}

.animateThis{
	opacity: 1;
	position: relative;
	top:0px;
	transition: all all 1000ms ease;
}

.vertical-title{
	writing-mode: vertical-rl;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	overflow: hidden;
}

.vertical-title h3{
	padding-top: 25px;
	font-size: 20px;
}

.vertical-hr{
	border-color: #ff0000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);

}

.about-marker a{
	position: absolute;
	font-family: "Montserrat";
	color: #ff0000;
	font-size: 15px;
	transition: all 300ms ease;
}
.about-marker a:hover{
	font-size: 20px;
}

.marker-tooltip{
	font-family: "Montserrat";
	font-size: 12px;
}

.marker-jed{
    top: 63%;
    left: 25%;
    transform: translate(10%, 50%);
}
.marker-ruh{
	top: 45%;
	right: 53%;
    transform: translate(35%, 50%);
}
.marker-dbx{
	top: 43%;
	right: 11%;
    transform: translate(10%, 70%);
}

.teamGallery .owl-dots{
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin: 0;
    position: absolute;
    bottom: 1rem;
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    opacity: 0.5;
    padding: 0 2rem;
    display: flex;
}
.teamGallery .owl-dots button{
	list-style: none;
    padding: 0 5px;
    background-color: #fff;
    height: 0.4rem;
    display: block;
    width: 100%;
    border-radius: orem;
    margin: 0 3px;   
    transition: all 300ms ease;
}

.teamGallery .owl-dots button:hover,
.teamGallery .owl-dots button.active{
    background-color: #ff0000;
}

/*.teamDots{
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin: 0;
    position: absolute;
    bottom: 1rem;
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    opacity: 0.5;
    padding: 0 2rem;
}
.teamDots > li{
	list-style: none;
    padding: 0 5px;
    background-color: #fff;
    height: 1rem;
    display: block;
    width: 100%;
    border-radius: 3rem;
    margin: 0 3px;   
    transition: all 300ms ease;
}

.teamDots li:hover,
.teamDots li.active{
    background-color: #ff0000;
}

*/
/* owl carousel fade effect */ 
.animated  {
	-webkit-animation-duration:1000ms;
	animation-duration : 1000ms ;
	-webkit-animation-fill-mode:both ;
	animation-fill-mode : both ;
}  

.owl-animated-out {z-index : 1;}

.owl-animated-in {z-index : 0;}

.fadeOut  {
  -webkit-animation-name:fadeOut;
  animation-name:fadeOut;
}  

@-webkit-keyframes fadeOut{
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

@keyframes fadeOut{
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

.services-item{
    max-height: 330px;
    overflow: hidden;
    margin-bottom: 80px;
}

.project-tabs{
	padding: 0;
    border: 0px;
}
.project-tabs > li{
	list-style: none;
	margin: 0 1rem;
}

.project-tabs button {
    border: none;
    background-color: transparent;
    font-size: 20px;
    transition: all 300ms ease;
    font-weight: 400;
}

.tab-pane .project-tabs button{
    font-size: 16px;
}

.project-tabs button:hover,
.project-tabs button.active{
	color: #ff0000;
	font-weight: bold;
}

.projects-items{
	height: 100%;
}

.contact-menu .nav-pills .nav-link, .contact-menu .nav-pills .nav-link {
    background-color: #fff;
    color: #323232;
    border-radius: 0px;
        border: 1px solid #b1aaaa;
    transition: all 300ms ease;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
}

.contact-menu .nav-fill .nav-item, 
.contact-menu .nav-fill>.nav-link{
	margin: 0px 3px;
}
.contact-menu .nav-pills .nav-link.active, .contact-menu .nav-pills .show>.nav-link, .contact-menu .nav-pills .nav-link:hover {
    background-color: #323232;
    color: #fff;
       border: 1px solid #b1aaaa;
    font-size: 20px;
    font-weight: 400;
}

.contact-tabs .form-control{
	border: none;
	border-bottom: 1px solid #b1aaaa;
	border-radius: 0px;
}

.contact-tabs .form-control:disabled{
	background-color: transparent;
}

.btn-contact {
    background-color: #fff;
    color: #323232;
    border-radius: 0px;
      border: 1px solid #b1aaaa;
    transition: all 300ms ease;
    font-size: 16px;
    font-weight: 600;
}

.btn-contact:hover{
	color: #ff0000 ;
	background-color: #fff;
	

}

.btn-upload{
	color:#000;
	background-color: #fff;
	border: 1px solid transparent;
	border-bottom: 1px solid #000;
	border-radius: 0px;
	transition: all 300ms ease;
}
.btn-upload:hover{
	color:#fff;
	background-color: #000;
	border: 2px solid #000;
}

.projects-items .all{
	opacity: 1;
	position: relative;
	transition: all 500ms ease;
}

.projects-items .all.hide{
	opacity: 0;
	position: absolute;
	transition: all 500ms ease;
}

.history-top {
    position: absolute;
    top: -18%;
}

#history-counter{
    width: 100%;
    font-weight: 300;
    font-size: 10rem;
    text-align: center;
    display: block;
}

.history-bottom{
	position: relative;
}

#our-history{
	max-height: 475px;
	overflow: hidden;
}

.history-bottom .owl-nav{
	display: none !important;
}

.img-href{
    background-color: #323232;
    height: 100%;
    display: block;
}

.img-href img{
	opacity: 0.7;
	transition: all 300ms ease;
}

.img-href img:hover{
	opacity: 1;
	transition: all 300ms ease;
}

.sec-title{
	overflow: hidden;
	white-space: nowrap;
}
.explore-btn{
	position: absolute;
	bottom: 0px;
}

.title-line{
	border: 0;
	clear: both;
	display: list-item;
	width: 1px;
	background-color: #ff0000;
	height: 100%;
	-webkit-transform: rotate(0deg);
	opacity: 1;
	border-top: 2px solid;
	margin: 0;
}

.forceNumber{
	direction: ltr !important;
    display: block;
}
.form-control{
	font-size: 16px;
}
.top-title{
	font-weight:500;
	font-size:20px;
}
.read_more{
	font-weight:600;
	font-size:14px;
}
.fontW_500{
	font-weight:500;
}

.fontW_600 {
    font-weight: 600 !important;
}

.fontW_400{
	font-weight:400;
}

.exprole_more{
	font-weight:600;
	font-size:12px;
	color:#000000;
}
.srvce p {
    font-size: 16px;
/*     margin-bottom: 1.5rem; */
}

.subtitle_sec {
    margin-left: 1.3rem;
    gap: 30px;
    margin-top: 10px;
}

.subtitle_sec p {
 font-size:16px;
margin-bottom:0px;
}

.spacer-20 {
    display: block;
    height: 20px;
}

.projects-items p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0.5rem;
    padding-top: 10px;
}

.news-list h4 {
    font-weight: 500;
    font-size: 16px;
    color: black;
}
.news-list p {
    font-size: 12px;
    color: black;
}

.contactus p{
	font-size:20px;
	font-style:italic;
	font-weight:400;
}

.contact-info a {
    font-size: 20px;
    font-weight: 300;
    color: black;
}


@media only screen and (min-width: 992px) {
.contact_formthin{
	padding:0px 100px;
}
}


/* style css  */
/* about animation */
.wrapper.web_page {
    background: black;
  
}

:root {
    --white: #fff;
    --black: #000000;
    --grey: #848484;
    --blue: #27ABE2;
    --yellow: #F8EE1F;
    --green: #1ee9b6;
    --red: #DA1D5D;
}


html.has-scroll-smooth {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: var(--black);
}

#title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: var(--white);
    text-align: center;
    font-family: "lato", sans-serif;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: 10px;
    margin-top: -60px;
    padding-left: 10px;
}

#title span {
    background: -webkit-linear-gradient(white, #38495a);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-2000px);
    }
}


/* style css */

    /* rameez css*/
    .sectionPinned {
	height: 100vh;
	overflow: hidden;
}
.sectionPinned video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: inherit;
    object-fit: cover;
    opacity: 0;
}
.sectionPinned video img{
	opacity: 0;
}
.storiesSwiper .swiper-slide{
	background: transparent;
	display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 0 15vw 5vw;
    align-items: end;
}
.storiesSwiper .swiper-wrapper{
	z-index: 10;
}
.storiesSwiper .stories-images {
	z-index: 1;
}
.storiesSwiper .swiper-slide .img {
	width: 50%;
}
.storiesSwiper .swiper-slide .img img {
	width: 100%;
	height: auto;
}
.storiesSwiper .swiper-slide:nth-child(2n) {
	flex-direction: row-reverse;
}
.storiesSwiper.swiper-3d .swiper-slide-shadow {
    background: transparent;
}
.panel {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
/*.panel svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
#clip {
	/*  x = 1 / 1440, y = 1 / 720  */
	transform: scale(0.000694444, 0.001699988);
}
#wave-2 {
	visibility: hidden;
}
.panel.purple.is-active{
	clip-path: none !important;
}
.panel.is-active{
	clip-path: url(#clip);
	object-fit: cover;
}
.panel.map1 {
	background:red;
}
.panel.map2 {
	background:grey;
}
.panel.map3 {
	background:blue;
}
.panel.map4 {
	background:pink;
}


.panel .img {
    max-width: 400px;
}

.panel  img {
    width: 100%;
}
.panel + .panel {
	transform: scale(.7);
}
.panel + .panel .infos .right,
.panel + .panel .page-sub{
	opacity: 0;
}
.panel .page-sub {
    text-align: center;
    position: relative;
    padding: 5vw 0 4vw;
    font-size: 70px;
    font-family: 'DIN Condensed';
    line-height: 1;
    color: #fff;
}
.panel .page-sub:before {
	content: '';
	position: absolute;
	width: 1px;
	background: #707070;
	height: 5vw;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.panel .infos {
    display: flex;
    align-items: center;
    padding: 0 15vw;
} 
.panel .infos > div {
    width: 50%;
    color: #fff;
}
.panel:nth-child(2n) .infos {
	flex-direction: row-reverse;
}
.panel .infos > div img {
	width: 100%;
}
.panel .infos > div.right h4 {
    font-size: 4vw;
    line-height: 1;
    font-family: 'DIN Condensed';
    margin: 0 0 2vw;
    text-transform: uppercase;
    position: relative;
    left: -3.5vw;
}

.panel .infos .right > p {
    text-align: left;
    padding: 0 0 0 5vw;
    margin: 0 0 2vw;
    font-size: 24px;
    line-height: 1;
}


.stories-images {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15vw 2vw;
	width: 100%;
	height: 100%;
}
.stories-images .img {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 0 15vw 3vw;
	align-items: flex-end;
	ransition: all .5s ease-in-out;
}
.stories-images .img img{
	width: 50%;
	height: auto;
	transition: all .5s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.stories-images .img.active {
	z-index: 1;
}
.stories-images .img + .img img{
	opacity: 0;
	transform: scale(0);
}
.stories-images .img.prev-div img {
    /* transform: scale(5); */
    /* opacity: 1; */
    /* transform: translate(-150%, -20%); */
}
.stories-images .img:nth-child(odd).prev-div img {
    opacity: 1;
    transform: translate(-150%, -20%);
}

.stories-images .img:nth-child(even).prev-div img {
    opacity: 1;
    transform: translate(150%, 20%);
    /*visibility: visible;*/
}

.stories-images .img:nth-child(even).next-div img {
    transform: scale(.4);
}
.stories-images .img:nth-child(even).active img {
    transform: scale(.6);
}
.stories-images .img.scale img {
    opacity: .2;
    visibility: visible;
    transform: scale(.5);
}
.stories-images .img.active img{
	opacity: 1;
	transform: scale(.9);
	visibility: visible;
}
.stories-images .img.next-div img {
    opacity: .2;
    transform: scale(.5);
    visibility: visible;
}
.stories-images .img:nth-child(2n) {
	flex-direction: row-reverse;
}
.stories-images .img {
	transition: all 1s ease-in-out;
}
.headingYear {
    position: absolute;
    top: 15%;
    /* left: 50%; */
    /* transform: translateX(-81%); */
    height: auto;
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
}
.headingYear .page-sub {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	/* top: 0; */
	/* left: 0; */
	text-align: center;
	padding: 4vw 0 4vw;
	font-size: 100px;
	font-family: 'DIN Condensed';
	line-height: 1;
	color: #fff;
	opacity: 0;
}
.headingYear .page-sub.active {
	opacity: 1;
	visibility: visible;
}
.headingYear .page-sub:before {
	content: '';
	position: absolute;
	width: 1px;
	background: #707070;
	height: 4vw;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.listyears {
    position: absolute;
    top: 0;
    right: 4vw;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.listyears .lists {
	position: relative;
}
.listyears .bar {
	width: 1px;
	height: 93%;
	position: absolute;
	top: 0;
	right: 0;
	background:#7B7B7B;
} 
.listyears .bar .inner{
	background: #00A886;
	width: 4px;
	margin: 0 0 0 -2px;
	transition: all .5s ease-in-out;
}
.listyears .bar .circle {
	position: absolute;
	top: 0;
	left: -10px;
	width: 20px;
	height: 20px;
	background: #000;
	border: 4px solid #00A886;
	border-radius: 50%;
	transition: all .5s ease-in-out;
}
.listyears ul {
	display: flex;
	flex-direction: column;
	height: 55vh;
}
.listyears ul li {
	flex:1;
	color: #fff;
	padding: 0 30px 0 0;
	display: flex;
	line-height: 20px;
	position: relative;
	transition: all .5s ease-in-out;
}
.listyears ul li.active:before{
	opacity: 0;
	visibility: hidden;
}
.listyears ul li.active {
    flex: 1.5;
    color: #00A886;
}
.listyears ul li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 2px;
	top: 10px;
	right: -12px;
	background:#7B7B7B;
	transition: all .5s ease-in-out;
}
.timeline_detail {
    position: absolute;
    left: 0;
    top: 47%;
    z-index: 2;
    width: 100%;
    height: 300px;
    /* transform: translate(-50%, -50%); */
    display: flex;
    justify-content: center;
}

.timeline_detail .timeline {
    position: absolute;
    width: 32%;
    left: 45%;
    opacity: 0;
}

.timeline_detail .timeline h2 {
    font-size: 70px;
    font-family: 'DIN Condensed';
    line-height: 1;
    color: var(--white);
    margin-bottom: 2vw;
    text-transform: uppercase;
}

.timeline_detail .timeline p {
    font-size: 25px;
    color: var(--white);
    font-family: 'DIN Condensed';
    line-height: 1.4;
    padding-left: 10vw;
}

.timeline_detail .timeline:nth-child(even) {
    left: 34%;
}

.timeline_detail .timeline:nth-child(even) p {
    padding-right: 5vw;
}
.timeline_detail .timeline.active{
	opacity: 1;
}


.closeIcon {
    position: absolute;
	top: 11.5vw;
    right: 1.5vw;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .7);
    z-index: 2;
    border: none;
    border-radius: 50%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease-in-out;
    padding: 3px 0 1px;
}
.closeIcon img{
    width: 20px !important;
}

.video-section.video-show .closeIcon{
	visibility: visible;
    opacity: 1;
    z-index: 1;
}
.partners-main .wrapper ul.tabs.tabs2 li.tab-link::before {
    background: var(--black);
}

.spin {
    opacity: .5;
  -webkit-animation: spin 15s infinite linear;
  -moz-animation: spin 15s infinite linear;
  -o-animation: spin 15s infinite linear;
  animation: spin 15s infinite linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ceo_img{
	min-height:280px;
	height:280px;
	object-fit:cover;
}

.projectinner {
    padding-top: 10px;
}

/* rameez css*/
 /* time line responsive */
@media only screen and (max-width: 992px) {

 .ceo_img{
width:100%;
	 
}

}



/* 
#our-history {
    max-height: 1000px;
    overflow: hidden;
	background:black;
} */
    /* time line responsive */
/*   about animation */






























