@charset "utf-8";
/* CSS Document */
/*Designed by Muna Shrestha*/
html {
  
}
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #636363
}
hr {
  border-top: 1px solid #a7b6d3
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow Condensed', sans-serif;
}
h1 {
  font-size: 60px;
  margin: 0;
  margin-bottom: 10px;
  color: #009ce1
}
h2 {
  font-size: 45px;
  color:  #223F45;
  margin: 0;
  font-weight: 600;
}
h2 span, h3 span {
  color: #4c928d;
}
h3 {
  font-size: 30px;
  color: #FFFFFF;
  margin: 0 0 5px;
  font-weight: bold;
}
h4 {
  font-size: 25px;
  color: #000;
}
h5 {
  font-size: 20px;
  color: #000;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
}
h6 {
  font-size: 20px;
  color: #c4161c;
  margin: 0 0 10px 0;
}
p {
  line-height: 2;
  font-size: 15px;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,.8);
}
.sticky {
  z-index: 9999;
}
.clear-both {
  clear: both
}
/*start hover-effect*/
a {
  color: #009ce1;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
.more a {
  color: #4c928d;
  padding: 5px 30px;
  font-size: 15px;
  background: transparent;
  /** border: 3px solid #FF3C02; **/
  border: 3px solid #4c928d;
  border-radius: 35px;
}
.more a:hover {
  color: #fff;
}
/*end hover-effect*/
/*Scroll button**/
#button {
  display: inline-block;
  background-color: #4c928d;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 14px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/***start video**/
.start-video{ z-index: 2222;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff
 
}
#popup_video{width: 100%}
/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: transparent;
  color: #FF3C02;
  cursor: pointer;
  border: 2px solid #FF3C02;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: 600
}

#myBtn:hover {
  color: #fff;
}

/**end video**/
/****start logo / top menu****/
.logo {
  float: left;
}
.menu-wrap {
  float: right;
  position: relative;
  margin-top: 9px;
}
.top-menu {
  position: fixed;
  z-index: 22;
  width: 100%;
  padding: 10px 0;
}
#main_nav {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  background: #000;
  width: 100%;
  background-color: rgba(0,0,0,.5);
}
#main_nav ul {
  margin: 0;
  padding: 0;
  list-style: none
}
#main_nav ul li {
  width: 25%;
  float: left;
}
#main_nav ul li a {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}
#main_nav ul li a:hover {
  background: #3E585D
}
.with_nav #main_nav {
  display: block;
}
.access_aid {
  display: none;
}
#access_nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  border: 1px solid #333;
  background: #333 10px 10px / 20px 20px no-repeat;
  background-image: -webkit-repeating-linear-gradient(#fff, #fff 2px, #333 2px, #333 4px);
  background-image: repeating-linear-gradient(#fff, #fff 2px, #333 2px, #333 4px);
  z-index: 1;
}
.with_nav #access_nav {
  background-image: linear-gradient(45deg, transparent 13px, #ccc 13px, #ccc 15px, transparent 0), linear-gradient(-45deg, #333 13px, #ccc 13px, #ccc 15px, #333 0);
}
@media screen and (max-width : 760px) {
#main_nav ul li {
  width: 100%;
  float: none;
}
}
/****end top menu****/
/****start slider****/
.slider {
  background: url(../images/background.jpg) fixed center center;
  height: 550px;
  display: table;
  width: 100%
}
.hero-link {
  color: #fec603;
  text-transform: uppercase;
  bottom: 25px;
  position: absolute;
  left: 50%;
}
/* Video overlay and content */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45); /* Black with 45% opacity */
  pointer-events: none; /* Allows right click menu on the video */
}
.video-hero--content {
  position: relative;
  text-align: center;
  color: #000;
  margin: 236px 0;
}
.video-hero--content h2 {
  margin: 0 0 10px;
}
.video-hero--content p {
  font-size: 20px;
  margin: 0;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.page-width {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
#header {
  background: #2c2d33;
  padding: 2em 0;
}
#header a {
  color: #FFF;
}
.title {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.subtitle {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #959699;
}
a:hover .subtitle {
  color: #FFF;
}
#site-title {
  float: left;
  margin: 0;
}
#content {
  padding: 40px 0;
}
/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
  opacity: 1;
}
/**
 * Pause/play button
 */ 
.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}
.jquery-background-video-pauseplay span {
  display: none;
}
.jquery-background-video-pauseplay:after, .jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before, .jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}
/****end slider****/

/*for the arrow*/
span.scroll-mouse-arrow {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 25px;
  height: 40px;
  margin-left: -10px;
  border: 2px solid #4c928d;
  border-radius: 50px;
}
span.scroll-mouse-arrow::after {
  position: absolute;
  top: -1px;
  left: 50%;
  content: '';
  width: 3px;
  height: 25%;
  margin-left: -1.5px;
  background-color: #4c928d;
  border: 1px solid #4c928d;
  opacity: 0.8;
}
span.scroll-mouse-arrow::before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background-color: #FF3C02;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
 0% {
 -webkit-transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 -webkit-transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
 @keyframes sdb10 {
 0% {
 transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
/***start Services***/
.services {
  padding: 40px 10px;
  background: #181A1C;
  z-index: 2
}
.services p, .services h2, .contact-form-wrap h2 {
  color: #ddd
}
.service-wrap {
  text-align: center;
  margin: 20px 0
}
.service-icon-wrap {
  margin: 30px 0
}
.service-wrap .service-icon-wrap span {
  border: 2px solid #4c928d;
  border-radius: 50%;
  font-size: 40px;
  padding: 17px 3px;
  background: #4c928d;
  /** background: #FFCC00; **/
  color: #fff;
  width: 95px;
  height: 95px;
  display: block;
  margin: auto;
}
.service-wrap:hover .service-icon-wrap span {
  background: transparent;
  border: 2px solid #FF3C02;
  /** border: 2px solid #FFCC00; **/
  color: #FF3C02
}
.service-title {
  margin: 10px 0
}
.service-title a {
  color: #eee;
  font-weight: 600;
  font-size: 20px;
}
.service-title a:hover {
  color: #fff;
}
.separator {
  border: 2px solid #FF3C02;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  position: relative;
  width: 16px;
  z-index: 1;
}
.separator span.inner {
  background: #FF3C02 none repeat scroll 0 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  display: block;
  height: 6px;
  margin: 3px auto auto;
  width: 6px;
}
.separator:before, .separator:after {
  background: #333 none repeat scroll 0 0;
  content: "";
  height: 2px;
  position: absolute;
  top: 5px;
  width: 50px;
  z-index: -1;
}
.separator:after {
  right: 14px;
}
.separator:before {
  left: 14px;
}
.modal-header h4{color: #FF3C02}
.modal-body p{color: #333; text-align: justify;}
.modal-body div img{border: 2px solid #ddd;
    padding: 6px;
    margin-bottom: 25px;}
/***end services**/
/**start work**/
.works {
  padding: 40px 0 0;
  z-index: 2;
  background: #fff
}
.work-wrap {
  margin-top: 30px
}
figcaption {
  text-align: center;
}
figcaption div {
  width: 100px;
  margin: 10px auto 30px
}
figcaption span {
  display: block;
  float: left;
  font-size: 16px;
  border: 1px solid #fff;
  background: #fff;
  margin-right: 10px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  height: 30px;
  padding-top: 3px;
}
figcaption span a {
  color: #333
}
figcaption span a:hover {
  color: #FFCC00
}
/**end work**/
/***start client***/
.client-wrap {
  text-align: center;
  padding: 40px 10px 20px;
  background: #fff;
  z-index: 2;
}
.clients-wrap {
  text-align: center;
}
.involvement_item{text-align: center}
.involvement_item img {
  border: 2px solid #ddd;
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
}
.involvement_item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.owl-carousel{margin-top: 20px;}
.owl-nav{display: none}

/***end client***/
/**start footer**/
.contact-form-wrap {
  padding: 40px 10px;
  background: #181A1C;
  position: relative;
  z-index: 2;
  margin-bottom: 299px;
}
form.contact-form input, form.contact-form textarea {
  width: 100%;
  background: #2b343c;
  border: 1px solid #2b343c;
  padding: 8px;
  margin: 8px 0 2px;
  font-style: italic;
}
form.contact-form textarea {
  height: 100px;
  resize: none
}
form.contact-form .submit {
  background: #009ce1;
  color: #fff;
  width: 100%;
  padding: 8px 0;
  font-style: inherit;
  text-transform: uppercase;
  border: 2px solid #009ce1;
}
form.contact-form .submit:hover {
  background: #252e36;
  color: #fff;
}
footer {
  position: fixed;
  bottom: 0;
  padding: 40px 10px;
  z-index: -1;
  background: #272a2d;
  width: 100%;
  color: #999
}
.address-wrap h4 {
  color: #eee
}
.address-wrap span {
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: block;
  padding-top: 8px;
}
.address-wrap span i {
  color: #fff
}
@media screen and (max-width : 760px) {
  .contact-form-wrap {
  margin-bottom: 573px;
}
}
/**end footer**/
/**start innerpage**/
.innerpage-wrap{
  background: url(../images/about-img.jpg) fixed top center;
  padding: 80px 0 40px
}
.innerpage-wrap h2{color: #fff;}
.breadcrumbs {color: #fff}
.breadcrumbs a{position: relative; color:#ddd}
.breadcrumbs a:before{content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 15px;
    height: 1px;
    background: #fff;
    transition: all .4s ease-in-out;}
.breadcrumbs a:hover{color:#fff;}
.breadcrumbs a:hover:before{width:100%}
.content-part-wrap{background: #fff; padding: 40px 10px}
.content-part-wrap p{text-align: justify;}
.content-part-wrap ul{margin: 0; padding: 0}
.content-part-wrap ul li {
  line-height: 2;
      background: url(../images/list-img.png) no-repeat left 5px;
    list-style: none;
    padding: 0 0 0 25px;
    margin: 0;
}
.work-part-wrap{z-index: 2;background: #fff}
.work-part-wrap .work-wrap{margin:0;}
.work-img{border: 10px solid #ccc; border-radius: 5px;}
/**end innerpage**/


/** for logo change while scroll down **/
/* Default logo */
.top-menu .logo img {
  height: 60px; /* Default logo height */
  transition: height 0.7s ease, opacity 0.3s ease;
}

/* Scrolled logo */
.top-menu.scrolled .logo img {
  height: 40px; /* Adjust height for scrolled logo */
  opacity: 0.8; /* Optional: make the logo slightly transparent */
}


/* Typing effect */
@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink {
  50% { border-color: transparent; }
}

.h1change {
  display: flex;
  align-items: center;
  font-family: Poppins;

}

.fixed-text {
  margin-right: 8px; /* Space between "Build" and changing text */
}

.changing-text {
  /** display: inline-block; **/
  border-right: 2px solid;
  font-family: Poppins;
  white-space: nowrap;
  overflow: hidden;
  animation: blink 0.7s step-end infinite;
}

@keyframes blink {
  50% { border-color: transparent; }
}

