@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400&family=Poppins:wght@100;300;400;500;600;700&display=swap');
html {
  overflow-x: hidden;
  height: 100%;
}

body {
  margin: 0 auto;
  color: #00629f;
  height: 100%;
  font-family: 'Nunito', Helvetica, sans-serif;
  
}

img {
  padding: 0;
  margin: 0;
}

a {
  color: #00629f;
  text-decoration: none;
}

.row {
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* header serach */
#fontAdjust {
  position: absolute;
}
#fontAdjust .card-body {
  margin: 13px;
}
.inactive1 {
  background: #3485bb;
  padding: 7px 17px;
  box-shadow: inset -2px 1px 3px 0px #00000054;
}
.active1 {
  background: #3485bb;
  padding: 7px 17px;
  box-shadow: -2px 1px 3px 0px #00000054;
}
.bTn, .bTn:hover {
  color: white;
}
.header-main-icons {
  list-style: none;
}

.header-main-icons li {
  display: inline-block;
}

.main-banner {
  min-height: 600px;
  justify-content: center;
  align-content: center;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  cursor: pointer;
}

.sec-main-head {
  font-size: 1.8em;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 14px;
  position: relative;
}

.sec-main-head span {
  font-weight: 600;
}

.sec-main-head-white {
  font-size: 1.8em;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 11px;
  color: white;
}

.sec-main-head span {
  font-weight: 600;
}

h2.sec-main-head:before {
  content: "";
  position: absolute;
  width: 6em;
  height: 3px;
  background: #73B734;
  bottom: 0;
}

section {
  color: #00629f;
}

.soltion-image-content {
  font-size: 1em;
  
  color: white;
  margin: 0;
  padding: 10px 10px 13px 10px;
  font-weight: 200;
  position: relative;
}

.solution-box img {
  width: 100%;
  min-height: 380px;
  height: 100%; 
  object-fit: cover;
}

.slide-more-btn {
  color: #ADDDFF;
}

.project-slide p {
  color: #fff;
}
.more-desc{
  padding-left: 1em;
}
.more-desc li{
  color: #fff;
  margin-bottom: 5px;
}
.soltion-image-content span {
  font-weight: 400;
}

.solution-inner a,
.fsolution-inner a {
  color: #fff;
  font-size: 1em;
}

.close-solution {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  z-index: 2;
}

.solution-inner {
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}

.fsolution-inner {
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}

.solution-inner .solution-item,
.fsolution-inner .solution-item {
  width: 100%;
  max-width: 270px;
  padding: 22px 15px;
}

.solution-results {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.solution-results:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #044468;
  opacity: 0.8;
  z-index: 1;
}

.solution-item a {
  padding: 10px 50px 8px 8px;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.solution-item a:hover {
  background: linear-gradient(90deg, rgba(225, 225, 225, 0.35) 0%, rgba(0, 0, 0, 0.01) 50%);
}

.solution-item a:hover:after {
  content: "";
  position: absolute;
  width: 5em;
  height: 3px;
  background: #73B734;
  bottom: 0;
  left: 0;
}

.solution-main::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
}

.solution-box {
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
}

.solution-box a:after{
  content: "";
  position: absolute;
  width: calc(100% - 24px);
  height: 100%;
  left: 12px;
  top: 0;
  background: #000000;
  opacity: 0.5;
}
.soltion-image-content::before {
  content: "";
  position: absolute;
  width: 6em;
  height: 3px;
  background: #73B734;
  bottom: 0;
}

/*our story slider styles */

.myslider .item {
  width: 100%;
  position: relative;
  display: flex !important;
  align-items: center;
}

.myslider .item h2 {
  color: #fff;

}

.myslider .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: auto;
  height: fit-content;
}

.myslider .slick-dots li {
  list-style: none;
  padding: 20px 0;
  display: list-item;
}

.myslider .slick-dots li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: #fff;
}

.myslider .slick-dots button {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  border: 2px solid white;
  text-indent: -9999px;
  outline: 0;
}

.myslider .slick-dots button:hover {
  background-color: #000;
}

.myslider .slick-dots button:hover {
  background-color: #fff;
  border: 2px solid white;
}

.myslider .slick-dots .slick-active button {
  background-color: white;
  border: 2px solid white;
}



/* Slider */
.myslider .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.myslider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.myslider .slick-list:focus {
  outline: none;
}

.myslider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.myslider .slick-slider .slick-track,
.myslider .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.myslider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.myslider .slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.myslider .slick-track:after {
  clear: both;
}

.myslider .slick-loading .slick-track {
  visibility: hidden;
}

.myslider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.project-slider .slick-slide {
  display: block;
  width: 300px !important;
  position: relative;
  margin: 0 20px;
}

.project-slider .slick-track {
  display: flex;
  justify-content: center;
}

.project-slider .project-slide {
  height: 293px;
}
.project-slider .project-slide.active {
    overflow: auto;
  }

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.myslider .slick-slide {
  min-height: 457px !important;
}

.myslider .item {
  padding: 50px;
}

.myslider .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #030d14;
  opacity: 0.8;
  z-index: 1;
}

.myslider .item .container {
  position: relative;
  z-index: 3;
}



.project-slider .slick-dots li:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  
  left: 0;
  top: 50%;
}

.project-slider .slick-list {
  padding-bottom: 40px;
}

.our-story-des {

  color: white;
}

/* .item {
  padding-left: 0px !important;
} */

.search-wrap input {
  border: none;
  border-radius: 12px;
  box-shadow: inset 0px 0px 8px #00000052;
  padding: 6px 30px;
  font-size: 0.9em;
}

.search-wrap input:focus {
  outline: none;
}

.search-wrap {
  margin-right: 1.2em !important;
}

.header-search {
  border: none !important;
  background: none !important;
}

.main-menu-ul a:hover {
  background: linear-gradient(3deg, #ffffff00, #fcfcfc47, #ffffff00);
}

.unjaz-white,
.main-logo {
  cursor: pointer;
}

.marvel_logo img {
  padding: 20px;
}

.main-footer {
  background: url(images/footer/background.png) no-repeat;
  background-size: cover;
  padding: 30px 0 30px 0;
  color: white;
  position: relative;
  z-index: 98;
}

.main-footer ul {
  list-style: none;
}

.main-footer ul li {
  margin-bottom: 1em;
}
.contact-list li {
  position: relative;
  padding-left: 40px;
}
.contact-list li img {
  position: absolute;
  left: 0;
}
.copyright-social {
  text-align: right;
}

.copyright-social li:hover {
  transform: translatey(-5px);
}

.copyright-social ul li {
  display: inline-block;
  background: #73b734;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  line-height: 2.3rem;
  transition: all 0.3s ease-in-out;
}

.copyright-social ul li a {
  color: white;
  border-radius: 50px;
  width: 100%;
  font-size: 1.1em;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.inner-pages-hero {
  min-height: 209px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.inner-pages-hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #07507B;
  opacity: 0.9;
  top: 0;
  left: 0;
  z-index: 1;
}

.inner-pages-hero h1 {
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 3;
}

.inner-pages-hero h1 span {
  font-size: 2.375em;
}

.hero-leftvector {
  position: absolute;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.hero-rightvector {
  position: absolute;
  right: -165px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.lg-bluebtn {
  background-color: #0068AA;
  padding: 12px 10px;
  color: #fff;
  border-radius: 10px;
  font-size: 1.875em;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.lg-bluebtn:hover {
  color: #fff;
  transform: scale(1.1, 1.1);
}

.grad-heading {
  background: -webkit-linear-gradient(#044366, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 2.79em;
  line-height: 3rem;
}

.page-title h1 span {
  font-size: 4rem;
  line-height: 4.3rem;
}

.page-title h1 {
  font-weight: 400;
  background: -webkit-linear-gradient(#044366, #0F76BD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.inner-pages-slider .our-story-des {
  max-width: 600px;
  margin: 0 auto;
}

.inner-pages-slider {
  min-height: 403px;
}

.inner-pages-slider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(#107BC6, #044162);
  opacity: 0.9;
  z-index: 1;
}

.inner-pages-slider .container {
  position: relative;
  z-index: 5;
}

.slider-logo {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: -60px;
}

.inner-pages-slider .slick-vertical .slick-slide {
  width: 100% !important;
}

.inner-pages-slider {
  margin-top: 190px;
  margin-bottom: 200px;
}

.wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100%;
  position: relative;
}

.wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.65;
  z-index: 1;
}

.feature-page,
.contactus-page {
  overflow: auto;
}

.solution-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #044468 0%, #000 90%);
  opacity: 0.8;
  z-index: 1;
}

.contact-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100%;
  position: relative;
}

.solution-header .container {
  z-index: 3;
}

.feature-content {
  z-index: 3;
}

.feature-content p {
  color: #fff;
  font-size: 1.375em;
  font-family: 'Nunito', Helvetica, sans-serif;
  text-align: justify;
}

.contact-heading {
  color: #064B73;
}

.feature-heading {
  font-size: 3rem;
  line-height: 3.8rem;
  color: #fff;
  font-style: inherit;
}

.feature-heading span {
  padding-left: 70px;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.feature-list {
  padding-left: 0;
  text-align: center;
}

.feature-list li {
  list-style: none;
  padding-bottom: 4px;
}

.feature-list li a {
  font-size: 2.8125em;
  color: #fff;
  padding: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.feature-list li a:hover {
  background: linear-gradient(90deg, #044468 0%, rgba(0, 0, 0, 0.01) 45%);
}

.contact-form {
  max-width: 460px;
  margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  border: 1px solid #022944;
  margin: 10px 0;
  padding: 8px;
  color: #00659F;
}

.contact-form input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.contact-form textarea {
  border-radius: 8px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  box-shadow: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #00659F;
  font-weight: 700;
}

.contact-form input[type="submit"] {
  color: #00659F;
  background: #fff;
  border-radius: 8px;
  width: 92px;
  transition: all 0.3s ease-in-out;
  border: 0;
}

.contact-form input[type="submit"]:hover {
  transform: scale(1.1, 1.1);
}

.heading-vector {
  position: absolute;
  top: -285px;
  right: 0;
  z-index: 0;
}

.solution-main {
  min-height: 430px;
}

.sol-page-results {
  border-left: 2px solid;
  border-image: linear-gradient(to bottom, white, rgba(0, 0, 0, 0)) 1 100%;
  background: linear-gradient(90deg, #044468e8 20%, #00000000 100%);
  z-index: 5;
  display: flex;
  align-items: center;
}

.project-slide::after {
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 2;
}
  .project-slide.active::after {
    height: 260%;
  }
.project-slide .slide-content,
.project-slide.active .soltion-image-content {
  display: none;
}

.project-slide.active .slide-content {
  display: block;
  position: relative;
  z-index: 5;
}

.soltion-image-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 5;
}

.slide-heading {
  position: relative;
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 10px 10px 13px 10px;
  font-weight: 200;
}

.slide-heading::before {
  content: "";
  position: absolute;
  width: 6em;
  height: 3px;
  background: #73B734;
  bottom: 0;
}

.slide-heading span {
  font-weight: 400;
}

.vector {
  position: absolute;
  z-index: -1;
}

.our-solution-wrap .vector {
  bottom: -50px;
  left: -160px;
}

.latest-projects .vector {
  top:  0;
  left: 0;
}

.scroll-down {
  animation: MoveUpDown 2s linear infinite;
}

@keyframes MoveUpDown {

  0%,
  100% {
    bottom: 20px;
  }

  50% {
    bottom: 40px;
  }
}

.inner-page-slider {
  padding-bottom: 140px
}

.solution-main .soltion-image-content {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 5;
}

.main-menu-ul .mobile-search{
  display: none;
}
.Sultan-image{
  height: 153px;
}
.social{
  width: 10px;
  height: 10px;
}
#Form1{
  height: 100%;
}
.dsc{
    height: 280px;
    max-width: 400px;
    width: 109%;
    object-fit: cover;
}
.roadfont{
  font-size:x-small;
    
}
.main-footer ul li a{
  color:white
}
.ourstory p{
	color: #000;
    font-size: 24px;
    max-width: 1000px;
    margin: 0 auto;
	text-align: justify;
}
.ourstory{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 88%);
    z-index: 99;
    display: none;
    /* justify-content: center; */
    /* align-items: flex-end; */
    /* flex-direction: column; */
    padding: 20px;
    /* overflow: scroll;*/
}
.ourstorytext{
	        margin-bottom: 30px;
    display: flex;
    justify-content: end;
}
.close img{
	        width: 42px;
    /* height: 100px; */
    /* text-align: right; */
    cursor: pointer;
}
.ownerimg2 {
    top: 0px;
    left: 0px;
    max-width: 300px;
    width: 100%;
    z-index: 0;
}
.ownerimg1 {
    right: 0px;
    max-width: 300px;
    width: 100%;
    top: 0px;
    z-index: 0;
}
.text-black {
    font-weight: bold;
    color: rgb(0, 0, 0) !important;
}
.owners {
    padding: 107px 0px;
}
.ownercon1 {
    z-index: 2;
    position: relative;
    max-width: 800px;
}
.whiteourstory{
	background: white;
    overflow-y: scroll;
    max-width: 1000px;
    height: 800px;
    margin: auto;
    padding: 25px;
    border-radius: 6px;
}
.readmore{
	color: white;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
}
.inner-wrap{
	    min-height: 500px !important;
    width: 100% ;
    background-size: cover;

}
.resource-wrap .slick-dots li{
    border: 1px solid #000;
    border-radius: 50%;
    background: #00629f;
}
.resource-wrap .slick-dots {
    bottom: 14px;
}
.resource-wrap .slick-dots li.slick-active{
    background: transparent;
}