html {
    scroll-behavior: smooth;
}

body {
  font-family: Verdana, sans-serif;
}

.float > .fa-whatsapp {
  background: #25D366;
  color: white;
  font-size: 2.5em !important;
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.float > .fa-whatsapp:hover {
  opacity: 1;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	right:40px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.divider {
    height: 10px;
    /*background-color: #FFF;*/
}

.carousel-inner {
  height: 100%;
}

.carousel-inner .firstImg {
  background-image:url('../img/1.jpg');
}

.carousel-inner .secondImg {
  background-image:url('../img/2.jpg');
}

.carousel-inner .thirdImg {
  background-image:url('../img/3.jpg');
}

.carousel-inner .fourthImg {
  background-image:url('../img/4.jpg');
}

.carousel-inner .fill {
  width: auto;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-color: #D4E7FF;
}

.nworks {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  
}

.nworksTitleBg {
  background-color: #194689;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px !important;
  transform: skewY(-5deg);
  
}

.nworksTitleBg .text {
  transform: skewY(5deg);
}

.nworksTitleBg_2 {
  background-color: #002e72;
  margin-bottom: -90px !important;
  left: 20px !important;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
  transform: skewY(-5deg);
}

.nworksTitleBg_2 .text {
  color: #002e72;
}

.title {
  color: #FFF;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  /*font-family: 'Crimson Text', serif;*/
  text-transform: uppercase;
}

.aboutUs {
    background-image: url("../img/nworks-corp.png");
    
    height: 100%;
    padding: 50px;

    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*background-color: #bacce2;*/
    background-position-x: 100%;
}

.aboutUs .title {
    /*background-color: rgb(231, 124, 37); #194689*/
    width: 60%;
    text-align: center;
    
    position: relative;
}

.aboutUs .infoImg {
    width: 80%;
    display: none;
    margin: auto;
}

.aboutUs .info {
    font-size: 20px;
    padding: 25px;
    width: 60%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    text-align: justify;
    text-justify: inter-word; 
    position: relative;

    list-style: none;
}

.aboutUs .info li:before {
  content: "\2713";
  padding: 5px;
}

.aboutUs .certTitle {
  top: 50px;
}

.aboutUs .certImg {
  width: 60%;
  top: 50px;
  text-align: center;
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}

.img-thumbnail {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.img-thumbnail2 {
  width: 80%;
  height: 80%;
}


/* certificate image modal */
      * {
        box-sizing: border-box;
      }

      .certImg .row > .column {
        padding: 0 8px;
      }

      .certImg .row:after {
        content: "";
        display: table;
        clear: both;
        margin: auto;
      }

      .certImg .column {
        float: left;
        width: 25%;
      }

      /* The Modal (background) */
      .modal {
        display: none;
        position: fixed;
        z-index: 200;
        padding-top: 10px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: black;
      }

      .modal .row {
        width:60%;
        margin: auto;
      }

      /* Modal Content */
      .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
      }

      /* The Close Button */
      .close {
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
      }

      .close:hover,
      .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
      }

      .mySlides {
        display: none;
        background-color: #595959;
      }

      .mySlides img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 80vh;
      }

      .cursor {
        cursor: pointer;
      }

      /* Next & previous buttons */
      .prev,
      .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
      }

      /* Position the "next button" to the right */
      .next {
        right: 0;
        border-radius: 3px 0 0 3px;
      }

      /* On hover, add a black background color with a little bit see-through */
      .prev:hover,
      .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }

      /* Number text (1/3 etc) */
      .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
      }

      img {
        margin-bottom: -4px;
      }

      .caption-container {
        text-align: center;
        background-color: black;
        padding: 2px 16px;
        color: white;
      }

      .demo {
        opacity: 0.6;
        width: 300px;
        height: auto;
      }

      .active,
      .demo:hover {
        opacity: 1;
      }

      img.hover-shadow {
        transition: 0.3s;
      }

      .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      }
/* certificate image modal */

.unLogo {
  width: 60%;
  top: 50px;
  text-align: center;
  position: relative;
  height: 100%;
  margin-bottom: 80px;
}

.unLogo img {
  width: 100%;
}

.unLogo .smallLogo {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.unLogo p {
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 30px;
  padding: 15px 0;
}

.projects {
    text-align: center;
    margin: 0 auto;
    height: 100%;
    padding: 50px;
    position: relative;
}

.projects .title {
    width:60%;
    margin: 0 auto;
}

.partners {
  text-align: center;
  margin: 0 auto;
  height: 100%;
  padding: 50px;
  position: relative;
}

.partners .title {
    width:80%;
    position: relative;
    top: 25%;
    margin: auto;
}

.partners .titleBlock {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 25%;
}

.partners .clientLogo {
    margin: 15px;
    /*background-color: rgb(207, 207, 207, 0.5);*/
    /*width: 180px;
    height: 180px;*/
    text-align: center;
    display : inline-flex;
    /*position: relative;*/
}

/*.partners .clientLogo img {
    width: 100%;
    height: 100%;
    display: block;
}*/

.partners .clientLogo .custCircle {
  width: 180px;
  height: 180px;
}


.clientTesti {
  margin: 30px auto;
}

.clientTesti .title {
  width: 80%;
  margin: 0 auto;
  
  color: #444;
}

.clientTesti .wrapper-carousel-fix {
  width: 75%;
  margin: 0 auto;
}

.clientTesti .testimonial {
  background-color: #DFDFDF;
  box-shadow: 5px 10px 18px #888888;
  width: 80%;
  margin: 5px auto 20px auto;
  padding: 10px;
}

.clientTesti .carousel-control-next-icon,
.clientTesti .carousel-control-prev-icon {
  filter: invert(1);
}

.carousel  .carousel-control-next-icon,
.carousel  .carousel-control-prev-icon {
  filter: invert(100%);
}


.clientLogo img {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;

  height: 100px;
  width: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.clientLogo img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.umland {
  background-color: #e94c42;
}

.iskandarmy {
  background-color: #f58d2a;
}

.aia {
  background-color: #d31145;
}

.tokiomarine {
  background-color: #0087c0;
}

.legranduer {
  background-color: #174789;
}

.iskandarian {
  background-color: #999;
}

.imsha {
  background-color: #f9f0c7;
}

.imsha .text {
  color: #000 !important;
}

.southampton {
  background-color: #005c84;
}

.reading {
  background-color: #e73429;
}

.pdrm {
  background-color: #2e2a57;
}

.hrdf {
  background-color: #333b96;
}

.nuri {
  background-color: #ffd800;
}

.nuri .text {
  color: #000 !important;
}

.fls {
  background-color: #7ac142;
}

.arah {
  background-color: #999;
}

.clientLogo .dasoft {
  background-color: #afd765;
}


.partners .clientLogo .overlay {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }

  .clientLogo:hover .overlay {
    height: 100%;
  }

  .clientLogo .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

.contact {
    /*background-image: url("../img/bg-3.jpg");
    height: 100%;
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/

    padding: 20px;
}

.contact .content {
  margin: 0 auto;
  padding: 30px;
  width: 60%;
  font-size: 18px;
  background-color: rgb(255, 255, 255, 0.5);
}

.contact .text {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  text-align: justify;
}

.contact .contactBorder {
  border-left: 2px dotted #000;
}

.contact a {
  text-decoration: none;
  color: #000;
}

.nworks4u {
  text-align: center;
}

.nworks4u img {
  width: 250px;
  height: auto;
}

.footer {
    background-color: rgb(61, 61, 61);
    height: 60px;
    color:#FFF;
    font-size: 12px;
}

.footer img {
    width: 40px;
}

.footer a {
    color:#FFF;
    text-decoration: none;
}

.footer .dasoft {
  margin-left: 50px;
}

.footer .copyright {
  margin-right: 50px;
  text-align: right;
}


/*
  Social Media Icons
*/
.fa {
  padding: 10px;
  font-size: 18px;    
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;  
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}


/*
  Menu  
*/
.menuBar {
    z-index: 100;
    position: fixed;
}

/* Style the links inside the sidenav */
#mySidenav a {
    position: absolute; /* Position them relative to the browser window */
    left: -120px; /* Position them outside of the screen */
    transition: 0.3s; /* Add transition on hover */
    padding: 15px 5px 15px 0; /* 15px padding */
    width: 160px; /* Set a specific width */
    text-decoration: none; /* Remove underline */
    font-size: 16px; /* Increase font size */
    color: white; /* White text color */
    border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
    text-align: right;
  }
  
  #mySidenav a:hover {
    left: 0; /* On mouse-over, make the elements appear as they should */
  }

  #mySidenav span {
    padding: 0 10px;
    font-size: 18px;
  }
  
  /* The about link: 20px from the top with a green background */
  #menuHome {
    top: 140px;
    background-color: #4CAF50;
  }
  
  #menuAboutus {
    top: 200px;
    background-color: #2196F3; /* Blue */
  }
  
  #menuProject {
    top: 260px;
    background-color: #f44336; /* Red */
  }
  
  #menuPartner {
    top: 320px;
    background-color: #555 /* Light Black */
  }

  #menuContact {
    top: 380px;
    background-color: rgb(155, 35, 129) /* Light Black */
  }

  .testimonial-carousel {
    height: 100%;
    /*min-height: 100vh;*/
  }





/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  /*.aboutUs {
    background-position-x: 130%;
  }*/

  .float > .fa-whatsapp {
    background: #25D366;
    color: white;
    font-size: 2em !important;
    margin: 0;
    padding: 6px;
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .float{
    position:fixed;
    width:45px;
    height:45px;
    bottom:40px;
    right:20px;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
  }

  .aboutUs .title {
    font-size: 32px;
    width: 55%;
  }

  .aboutUs .info {
      font-size: 20px;
      padding: 20px;
      width: 55%;
  }

  .contact .content {
    width: 95%;
  }

  .projects .title {
      width:100%;
      margin: 0 auto;
  }

  .partners .title {
      width:100%;
      position: relative;
      top: 0;
      margin: auto;
  }

  .partners .titleBlock {
    position: relative;
    top: 0;
  }

  .clientTesti .wrapper-carousel-fix {
    width: 80%;
  }

  .certImg .column {
    width: 20%;
  }

  .unLogo {
    width: 80%;
    top: 0;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .unLogo p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-inner .fill {
    height: 35vh;
    width: auto;
  }

  .nworksTitleBg_2 {
    margin-bottom: -40px !important;
    left: 10px !important;
  }

  .title {
    font-size: 25px;
  }

  .scrollImg img {
    height: 250px;
  }

  .nworks {
    width: 60px;
    height: 60px;
  }
  
  .aboutUs {
    background-image: none;
    padding: 10px;
  }

  .aboutUs .title {
    width: 80%;
    padding: 10px 0;
    margin: auto;
    top: 50px;
    font-size: 20px;
  }

  .aboutUs .infoImg { 
    display: block;
  }

  .aboutUs .info {
    padding: 25px;
    width: 100%;
    font-size: 18px;
  }

  .certImg {
    width: 90% !important;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
  }

  .img1 {
    width: 100% !important;
  }

  .img2 {
    width: 100% !important;
  }

  /* certificate image modal */
          .modal-content {
            width: 80%;
          }

          .modal .row {
            width:100%;
          }

          .certImg .column {
            width: 25%;
          }

          .certImg .column .demo {
            max-width: 100%;
          }

          .close {
            right: 10px;
          }
  /* certificate image modal */

  .projects {
    padding: 20px;
  }

  .projects .title {
    width: 90%;
    margin: auto;
    top: 30px;
    
  }

  .partners .title {
    width: 100%;
  }

  .partners .nworksTitleBg_2 {
    margin-bottom: -80px !important;
  }

  /*.partners .clientLogo {
    margin: 10px;
    width: 150px;
    height: 150px;
  }*/

  .partners .clientLogo .custCircle {
    width: 150px;
    height: 150px;
  }

  .clientLogo .text {
    font-size: 18px;
    position: absolute;
  }

  .clientLogo img {
    height: 60px;
    width: auto;
    max-width: 100%;
  }

  .clientTesti .wrapper-carousel-fix {
    width: 90%;
    margin: 0 auto;
  }

  .clientTesti .testimonial {
    font-size: 0.8em;
  }

  .contact .content {
    padding: 15px;
    width: 95%;
    font-size: 18px;
  }
  
  .contact .text {
    font-size: 18px;
  }

  .contact .contactBorder {
    border-left: 0;
  }

  .contact .contactBorder .row {
    margin: 0 auto;
  }

  .contact .contactDetails {
    
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .contact .contactDetails .col {
    padding: 0;
    margin: 0;
  }

  .contactLink {
    font-size: 15px;
  }

  .contact .socialCol {
    text-align: center;
  }

  .nworks4u img {
    width: 200px;
  }

  .fa {
    padding: 8px;
    font-size: 15px;    
    margin: 3px 1px;
    border-radius: 50%;
  }

  .footer {
    height: 40px;
    font-size: 10px;
  }

  .footer .dasoft {
    margin-left: 8px;
  }
  
  .footer .copyright {
    margin-right: 8px;
  }

  #mySidenav a {
    left: -100px; /* Position them outside of the screen */
    padding: 10px 0px 10px 0; /* 15px padding */
    width: 130px; /* Set a specific width */
    font-size: 0px; /* Increase font size */
  }

  #mySidenav a {
    color: transparent; 
  }

  #mySidenav a span {
    color: white; /* White text color */
    font-size: 18px; /* Increase font size */
  }
  
  #mySidenav a:hover {
    left: -100px; /* Position them outside of the screen */
  }

  #menuAboutus {
    top: 180px;
  }
  
  #menuProject {
    top: 220px;
  }
  
  #menuPartner {
    top: 260px;
  }

  #menuContact {
    top: 300px;
  }



}