/*
  Template Name: MyPortfolio
  Template URL: https://bootstrapmade.com/myportfolio-bootstrap-portfolio-website-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Raleway", sans-serif;
  color: #0d1e2d;
    font-size: 15px;
}

a {
  color: #CC6666;
    font-weight: bold;
      text-decoration: none;

}

a:hover {
  color:  #862d2d;
text-decoration: none;

}


h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
/*font-family: 'Noto Serif JP', serif;*/
font-family: 'Calistoga', cursive;
    color:#003366;

}

h2 {
  font-size: 23px;
}

.site-section {
  padding: 7rem 0;
}

.filters a {
  color:   #005266;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
    background-color:  #e6faff;
  border-radius: 8px;
border: 0.5px solid;
    border-color:  #ccf5ff;
margin-bottom: 2%;
    margin-top: 2%; 
    }

.filters a:hover
/*.filters a:focus,
.filters a:active*/{
    text-decoration: none;
    color: #e6faff;
    background-color:  #00b8e6;
    border-color:  #00b8e6;
}

/* Hide the text by default on larger screens */
.mobile-text {
  display: none;
}

/* Show the text on mobile devices (max-width: 768px) */
@media (max-width: 768px) {
  .mobile-text {
    display: block;
    color:#003366;
      font-weight: bold;
      padding-bottom: 12px;
        text-decoration: none;

    
  }
}

/*.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
}

.filters a.active {
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
}
*/
.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease-in-out;
}

.item .item-wrap img {
  transition: .3s transform ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*this is for the text inside the box*/
.item .item-wrap > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: .3s all ease;
}

.item .item-wrap > .work-info h3 {
  font-size: 18px;
  margin-bottom: 0;

}

.item .item-wrap > .work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2rem;
}
/*this is for the text inside the box*/

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}


/*index page boxes*//*index page boxes*//*index page boxes*/
.item .item-wrap_indexpage {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap_indexpage:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  transition: .3s all ease-in-out;
}


.item .item-wrap_indexpage > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  -webkit-transform: translateY(-50%); /*makes the text show in middle of box*/
  transform: translateY(-50%);
  color: #fff;
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
  transition: .3s all ease;
}

.item .item-wrap_indexpage:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.3);
    transition: .3s all ease-in-out;
}


/*INDEX PAGE .workinfo is for the index page text inside the box*/
.item .item-wrap_indexpage > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  margin-top: 20px;
  transition: .3s all ease;
}
.indexpage-colorwhite {
    color: white;
}
.item .item-wrap_indexpage > .work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
letter-spacing: .1rem;


    }

.item .item-wrap_indexpage > .work-info span {
  font-size: 14px;
  letter-spacing: .2rem;
    
}
.item .item-wrap_indexpage > :hover {
    color: #00b8e6;
}

/*end index page boxes*//*end index page boxes*//*end index page boxes*/

#different_navbarcolor {
    background-color:  #99ebff;
    color:  #005266;
}

.emailHighlight {
    color:#00b8e6;
}
.testimonial-wrap {
  padding: 50px 50px 80px 50px;
  background: #eceff2;
}

.testimonial-wrap .testimonial {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;

}

.testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 120px;
  margin: 0 auto 30px auto;

}

.testimonial-wrap .testimonial blockquote p {
  font-size: 20px;
}


.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 25px;
}

.readmore {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  transition: .2s all ease;
  font-weight: 700;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.testimonial-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.testimonial-carousel .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #cbd3da;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active > span {
  background: #0d1e2d;
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active,
.form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}

/* Contact Form */

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* Custom Navmenu */

.custom-navmenu {
  background: #0d1e2d;
}

.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-navmenu .custom-menu li {
  margin-bottom: 0;
  font-size: 20px;
}

.custom-navmenu .custom-menu li a {
  color: #fff;
  padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
      text-decoration: none;

}


.custom-navmenu h3 {
  font-size: 20px;
  color: #fff;
}

.custom-navmenu p {
  color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
  color: #862d2d;
}

/* Custom Navbar */

.custom-navbar {
  padding-top: 50px;
  width: 100%;
}

.custom-navbar .navbar-brand {
  font-size: 1.7rem;
     font-family: "Raleway", sans-serif;
   /* font-family: 'Calistoga', cursive;*/
  color:   #CC6666;
      letter-spacing: .1rem;
    text-transform: uppercase;
     /* color: #005266;*/

}

.custom-navbar .navbar-brand a:hover {
  color: #862d2d;


}

/* Burger */

.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */

.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */

.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

.footer {
  padding: 0 0 4rem 0;
}

.footer a {
  color: #000;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #000;
}

@media (max-width: 800px) {
.custom-navbar > .container {
    padding-right: 0;
    padding-left: 0;
    margin-top: 10%;
        line-height: 2.0em;

    }
}

@media (max-width: 640px) {
.custom-navbar > .container {
    padding-right: 0;
    padding-left: 0%;
    margin-top: 10%;
    line-height: 2.0em;

    }
}

@media (max-width: 600px) {
.custom-navbar > .container {
    padding-right: 0;
    padding-left: 0;
    margin-top: 10%;
        line-height: 2.0em;

    }
}

@media (max-width: 450px) {
.custom-navbar > .container {
    padding-right: 0;
    padding-left: 0;
    margin-top: 15%;
    line-height: 3.0em;
    }
}

.text-center {
  text-align: center;
}
@media (max-width: 800px) {
     .logo {
         margin-left: 33%;
        left: 0;
         margin-top: -10%;      
      }
    }

@media (max-width: 770px) {
     .logo {
         margin-left: 33%;
        left: 0;
         margin-top: -10%;      
      }
    }

@media (max-width: 640px) {
     .logo {
         margin-left: 29%;
        left: 0;
         margin-top: -10%;      
      }
    }

@media (max-width: 450px) {
     .logo {
          margin-left: 15%;
      }
    }
@media (max-width: 415px) {
     .logo {
          margin-left: 20%;
      }
    }

@media (max-width: 370px) {
     .logo {
          margin-left: 17%;
      }
    }

@media (max-width: 320px) {
     .logo {
          margin-left: 12%;
      }
    }
.workinfo_singlepage_description_underimage{
    margin-top: 5%;
}

.h3_workinfo_singlepage {
    margin-top: 5%;
      font-size: 20px;
}

.buttoncontact{
  color:   #005266;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
    background-color:  #e6faff;
  border-radius: 8px;
border: 0.5px solid;
    border-color:  #ccf5ff;
margin-bottom: 2%;
    margin-top: 2%; 
}

.buttoncontact:hover{
    text-decoration: none;
    color: #e6faff;
    background-color:  #00b8e6;
    border-color:  #00b8e6;
}
/*homepage image styling*/
.hero {
    /* Sizing */
    width: 100vw;
    height: 100vh;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* Text styles */
    text-align: center;
    color: white;
    
    /* Background styles */
    background-image: linear-gradient(rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.6)), url('../img/piecesofthepuzzle.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 8%;
}

.hero h1 {
      font-family: "Raleway", sans-serif;
    /* Text styles */
    font-size: 2.2em;
      letter-spacing: .1rem;
  font-weight: bold;
    /* Margins */
    margin-top: 0;
    margin-bottom: 0.5em;
    text-transform: uppercase;
color: #b3f0ff;
}

.hero h2 {
      font-family: "Raleway", sans-serif;
    /* Text styles */
    /* Margins */
    margin-top: 0;
    margin-bottom: 0.5em;
    color: rgba(245 , 245 , 245 , 0.5);
        font-size: 1.25em;
    margin-top: 3%;
      line-height: 1.6;

}



.hero .btn {
    /* Positioning and sizing */
    display: block;
    width: 200px;
    
    /* Padding and margins */
    padding: 1em;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    /*float: left;*/
    text-align: center;
    justify-content: center;
    align-items: center;
    
    /* Text styles */
    color: white;
    text-decoration: none;
    text-transform: uppercase;

    /* Border styles */
  /*  border: 3px solid #00b8e6;*/
    border-radius: 20px;
    
    /* Background styles */
    background-color: rgba(0, 122, 153, 0.7);
}

/*homepage bootstrap styling*/

@media (max-width: 374px) {
.hero h1 {
      font-family: "Raleway", sans-serif;
    /* Text styles */
    font-size: 25px;
      letter-spacing: .1rem;
  font-weight: bold;
    /* Margins */
    margin-top: 0;
    margin-bottom: 0.5em;
    text-transform: uppercase;
color: #b3f0ff;
    }

.hero h2 {
      font-family: "Raleway", sans-serif;
    /* Text styles */
    /* Margins */
    margin-top: 0;
    color: rgba(245 , 245 , 245 , 0.5);
        font-size: 14px;
    margin-top: 3%;
      line-height: 1.6;
    }
    
.hero .btn {
    /* Positioning and sizing */
    display: block;
    width: 50%;
    
    /* Padding and margins */
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    /*float: left;*/
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    /* Text styles */
    color: white;
    text-decoration: none;
    text-transform: uppercase;

    /* Border styles */
  /*  border: 3px solid #00b8e6;*/
    
    /* Background styles */
    background-color: rgba(0, 122, 153, 0.7);
}


}
/*homepage image styling*/

