/*

Theme Name: Diamond Innovations;
Description: Our 2022 Diamond Project theme;


*/

/*-------------------------------------------------------------------
    1.body
-------------------------------------------------------------------*/

body {
    font-size: 14px;
    line-height: 26px;
    background-color: #f9fcfc;
}

body {
    overflow-x: hidden;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrapper {
  
  padding: 20px;
  width: 70%;
  
  justify-content: center;
  flex-direction: column;
  
}

.header {
    overflow: hidden;
    background-color: #000;
    padding: 8px 10px;
  }
  
  .header a {
    float: left;
    color: white;
    text-align: center;
    padding: 19px;
    text-decoration: none;
    font-size: 16px;
    line-height: 0px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
  }

  .header-right {
    margin-top: 40px;
    margin-right: 50px;
    float: right;
  }

  .logo {
    margin-left: 50px;  
   }

   .logofoot {
    margin-left: 5px;  
   }

  /* top.logo */
  @media screen and (max-width: 500px) {
    
    .logo {
        width: 100%;
        height: auto;
        max-width: 400px;
    }

    .logofoot {
      width: 100%;
      height: auto;
      max-width: 400px;
  }

    .header-right {
      float: none;
      width: 100%;
      max-width: 400px;
    }
  }

 /* top.nav */

.topnav {
    padding-left: 86px;
    padding-right: 10px;
}
.topnav {
  overflow: hidden;
  background-color: #fff;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.active {
  background-color: #01657c;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: black;
  padding: 20px 16px;
  background-color: inherit;
  text-transform: uppercase;
 
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(156, 161, 165);
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav {
    overflow: hidden;
    background-color: #01657c;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


/* Slider */
.slider {
    width: 100%;
    height: auto;
  }
  hr.hr-13 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8c8c inset;
  }

/* About */

.aboutus {
    margin-top: 60px;
}

.aboutus{
    max-width: 100%;
    height: auto; 
}

.about {
    font-size: 2.1rem;
    color: #252323;
    font-weight: 300;
    line-height: 55px;
    width: auto;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.about :first-letter{
    color: #01657c;
    font-size: 95px;
    font-weight: 600;
    padding-left: 80px;
}

/* The video */
video {
    max-width: 100%;
    height: auto;
  }
  
  *,
  *::after,
  *::before {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      text-decoration: none;
      list-style: none;
  }
  
  .card {
      font-size: 1rem;
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 600px;
      margin: 0em auto;
      padding-top: px;
      border-radius: 0.3em;
  }
  
  .vid {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
  }
  .description {
      font-size: 1em;
      padding: 1em 0.6em;
      font-family: 'Poppins', sans-serif;
      font-weight: 200;
  }
  .description h1 {
      font-size: 1.5em;
      font-family: 'Poppins', sans-serif;
      padding-bottom: 0.4em;
  }
  .description .location {
      color: rgba(0, 0, 0, 0.6);
      display: inline-block;
      font-size: 1em;
      padding-bottom: 0em;
  }
  .description > p {
      font-size: 1em;
      margin-bottom: 0.6em;
      line-height: 1.3;
  }
  .description > a button {
      display: inline-block;
      font-size: 0.9em;
      font-weight: 200;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      color: #fff;
      background-color: #01657c;
      border-color: #01657c;
      cursor: pointer;
      border: transparent;
      border-radius: 0.5em;
      padding-inline: 0.9em;
      padding-block: 0.6em;
      transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      margin-top: 0.8em;
  }
  
  .description > button:hover {
      color: #fff;
      background-color: #01657c;
      border-color: #01657c;
  }
  @media (min-width: 780px) {
      .card {
          flex-direction: row;
          max-width: 90%;
      }
      .description {
          padding-left: 3em;
      }
       .vid {
        width: 190%;
        height: auto;
  }
}


/* services */

:root {
  --darkgray: #212329;
  --brightred: #F9423D;
  --white: #000;
  --lightred: #f9433dcc;
  --lightblue: #337AF1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

.services {
  font-weight: 300;
  line-height: 65px;
  width: auto;
  padding-left: 200px;
  position: relative;
  
}

.headingserv :first-letter{
  color: #01657c;
  font-size: 95px;
  font-weight: 600;
  padding-left: 80px;
}

.headingserv {
  font-size: 2.1rem;
  color: #252323;
  font-weight: 300;
  line-height: 65px;
  width: auto;
  padding-left: 200px;
  position: relative;
  font-family: 'Poppins', sans-serif;
 
}



/*-------------------------------------------------------------------
  services
-------------------------------------------------------------------*/

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  max-width: 1000px;
  transition: all 150ms linear;
  padding: 10%;
  margin: 0 auto;
  transition: all 150ms linear;
  
  
}

.gallery input[type="radio"] {
  display: none;
}

.gallery label {
  position: relative;
  display: block;
  padding-bottom: 60%;
  margin: 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.gallery label:before {
  border: 1px solid #e3e3e3;
  content: '';
  position: absolute;
 
  right: 0px;
  bottom: -5px;
  top: -5px;
}

.gallery img {
  display: none;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  width: 100%;
  transition: all 150ms linear;
}

.gallery input[name="select"]:checked + label + img {
  display: block;
}

.gallery input[name="select"]:checked + label:before {
  border: 1px solid #000;
}

/*-------------------------------------------------------------------
  End services
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
  Footr
-------------------------------------------------------------------*/
.footer {
  background-color: #1f1e1e;
  width: 100%;
  text-align: left;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 50px;
  margin-top: 50px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
  display: inline-block;
  vertical-align: top;
}


h1 {
  font-weight: normal;
  font-family: 'Crete Round', georgia, serif;
  margin-bottom: 40px;
  text-transform: capitalize;
}

input {
  font: 19px "Open Sans", Helvetica, Arial, Sans-serif;
  border-radius: 3px;
  box-shadow: 0 2px 2px #000;
}

.Newsletter {
  width: 400px;
  margin: 55px auto 0;
}

form input,
form input:focus {
  padding: 10px 13px;
  border: 0;
  outline: 0;
}

form input[type="email"] {
  margin-right: 15px;
  width: 300px;
  color: #ecebeb;
}

form input[type="submit"] {
  padding: 10px 15px;
  color: #c0d6db;
  background: #427b89;
  text-shadow: 0 2px 2px #333;
  box-shadow: inset 0 0 0 transparent;
  background: #508f9f;
  background: linear-gradient(to bottom, #508f9f 0%,#346976 100%);
  transition: all .3s ease-in-out;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
  box-shadow: inset 0 0 50px rgba(255,255,255, 0.3),
                    0 0 10px rgba(255,255,255, 0.1);
  color: white;
  margin-left: 0px;
}



/* footer left*/

.footer .footer-left {
  width: 33%;
  padding-right: 15px;
}

.footer .about {
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer .about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer .icons {
  margin-top: 25px;
}

.footer .icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}


/* footer center*/

.footer .footer-center {
  width: 30%;
}

.footer .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

/* footer right*/

.footer .footer-right {
  width: 35%;
}

.footer h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}

.footer h2 span {
  color: #01657c;
}

.footer .menu {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer .menu a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer .menu a:hover {
  color: #01657c;
}

.footer .name {
  color: #01657c;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 767px) {
  .footer {
    font-size: 14px;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer .footer-center i {
    margin-left: 0;
  }
}

/*-------------------------------------------------------------------
  End Footr
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
  Contact us
-------------------------------------------------------------------*/



.prtgrid {
  padding: 0px 50px;
}

.Contact-us {
  font-size: 2.1rem;
  color: #252323;
  font-weight: 200;
  line-height: 55px;
  width: auto;
  margin-right: 80px;
  font-family: 'Poppins', sans-serif;
  margin-top: 50px;
  padding: 12px;
}

.Contact-us :first-letter{
  color: #01657c;
  font-size: 95px;
  font-weight: 600;
  padding-left: 80px;
}

.contact-parent{
  display:flex;
  margin:10px 0;
}

.table-headline{
  text-transform:uppercase;
  width:60%;
  padding-left:35%;
}
.contact-child{
  display:flex;
  flex:1;
  box-shadow:0px 0px 10px -2px rgba(0,0,0,0.75);
}

.child1{
  background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("img/diamond1.jpg");
  background-size:cover;
  display:flex;
  flex-direction:column;
  justify-content:space-around;
  color:#d3d7da;
  padding:100px 0;
  font-size:25px;
}

.child1 p{
  padding-left:20%;
  font-size:20px;
  text-shadow:0px 0px 2px #000;
}

.child1 p span{
  font-size:16px;
  color:#9df2fd;
}

.child2{
  flex-direction:column;
  justify-content:space-around;
  align-items:center;
}

.inside-contact{
  width:50%;
  margin:0 auto;
}

.inside-contact h2{
  text-transform:uppercase;
  text-align:center;
  margin-top:50px;
}

.inside-contact h3{
  text-align:center;
  font-size:16px;
  color:#0085e2;
}

.inside-contact input, .inside-contact textarea{
  width:100%;
  background-color:#eee;
  border:1px solid rgba(0,0,0,0.48);
  padding:5px 10px;
  margin-bottom:20px;
}

.inside-contact input[type=submit]{
  background-color:#01657c;
  color:#fff;
  transition:0.2s;
  border:2px solid #000;
  margin:30px 0;
}

.inside-contact input[type=submit]:hover{
  background-color:#fff;
  color:#000;
  transition:0.2s;
}

@media screen and (max-width:991px){
  .contact-parent{
      display:block;
      width:100%;
  }

  .child1{
      display:none;
  }

  .child2{
      background-image:linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7)), url("img/slider2.jpg");
      background-size:cover;
  }

  .inside-contact input, .inside-contact textarea{
      background-color:#fff;
  }
}

/*-------------------------------------------------------------------
  End contactus
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
  Team
-------------------------------------------------------------------*/
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 50px;
  align-items: stretch;
  padding: 60px 100px;
}

.grid > article {
  text-align: center;
}

.grid > article img {
  border-radius: 50px;
  max-width: 80%;
}

.grid > article i {
  font-size: 30px;
  line-height: 60px;
  height: 65px;
  width: 65px;
  border: 6px solid white;
  border-radius: 50%;
  background-color: #01657c;
  text-align: center;
  color: white;
  margin-top: -36px;
}

.grid .text {
  padding: 16px 20px 30px;
}

.grid .btn {
  margin-top: 20px;
  background-color: #01657c;
  color:#fff;
  transition:0.2s;
  margin:30px 0;
}

.Profilebtn{
  border-radius: 25px;
  cursor:hand;
  color:#fff;
  font-size: 1em;
  font-weight:500;
  border:0 !important;
  padding: 0em 0em;
  margin:1em auto;
  background: #01657c;
  display:block;
  width: 100px;
  height:25px;
}

/*-------------------------------------------------------------------
  End Team
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
  Partner
-------------------------------------------------------------------*/
.wrap {
  padding: 4rem;
  position:relative;
  width: 100%;
  margin-bottom: 0px;
  margin-top: -20px;
}

.section-title h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 6px;
  color: #000;
  letter-spacing: 0.3px;
  padding: 0;
}

.section-title::after {
  content: "";
  height: 3px;
  background: #01657c;
  width: 110px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.clients {
    align-items: center;
    -webkit-box-align: center;
    display: grid;
    gap: 3em 1rem;
    grid-template-columns: auto auto;
    justify-items: center;
    margin: 4rem auto;
    max-width: 1024px;
    padding: 0em 0em; 
  
  }

.clients li {
  list-style: none;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.clients img {
  height: 3.2rem;

}
.clients:hover li {
filter: blur(0px);
-webkit-filter: blur(0px);
}
.clients:hover li:not(:hover)  {
filter: blur(2px);
-webkit-filter: blur(2px);
}
.clients li:hover {
-webkit-transform: translateY(-0.3rem);
transform: translateY(-0.3rem); 
}

@media (min-width: 1024px) {
.clients {
    grid-template-columns: auto auto auto auto; }
    
.clients img {
  height: 4rem; }}

/* --- Images (gray logo) --- */
.clients img {
  -webkit-filter: grayscale(100%) brightness(10%) contrast(10%);
          filter: grayscale(100%) brightness(10%) contrast(10%); }

.clients img:hover {
  background: none;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

/*-------------------------------------------------------------------
  End Partner
-------------------------------------------------------------------*/


