﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% Free To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */

/*======================================
    GENERAL STYLES
  =======================================*/


.fadeInUp {
  animation: fadeInBottom 1s ease backwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1
  }
}

@keyframes fadeInUp {
  0% {
    transform: translate(0px, 100px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

.embedded1 {

  height: 1000px;

}

.embedded2 {

  height: 785px;

}

.embedded3 {

  height: 700px;

}

.embedded4 {

  height: 1050px;

}

.embedded5 {

  height: 1230px;

}

.embedded6 {
  height: 485px;
}


body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 35px;
}

.carousel-caption {
  top: 50px;
}

.contactnew {
  background-color: rgb(61 61 79);
}

.contactnew h1 {
  color: #fff;
}


.contactnew p {
  color: #fff;
}

section {
  padding-top: 20px;
  padding-bottom: 5px;
}

h1 {
  width: 912px;
  font-weight: 700;
  font-size: 90px;
  line-height: 0.9em;
  font-family: raleway;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 5% 0;
  left: 0;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

.banner h1 {
  margin-top: 20%;
}

.pad-btm {
  padding-bottom: 50px;
}

/*======================================
    HOME SECTION STYLES
  =======================================*/
#home-sec {
  background-color: #29CC71;
  line-height: 30px;
}

home-sec .carousel-caption {
  top: 50px;
}

.slide-h1 {
  font-size: 50px;
  font-weight: 900;
  padding-bottom: 10px;
}

.slide-h2 {
  font-size: 25px;
  font-weight: 900;
  padding-bottom: 10px;
}


#home-sec {
  background-color: rgb(61 61 79);
  /* height: 300px; */
}


/*======================================
    NAV STYLES
  =======================================*/

#nav {
  position: fixed;
  top: 40%;
  right: 10px;
}

#nav li {
  display: block;
  margin: 10px;
  width: 17px;
  height: 17px;
  overflow: hidden;
  background-color: transparent;
  border-radius: 50%;
  border: 1px white solid
}

#nav li:hover {
  background-color: #fff;
}

#nav a {
  text-indent: -999em;
  color: transparent;
}

/*#comp-ighuawmb*/
h1::before {
  width: 51px;
  height: 12px;
  color: black;
  line-height: 12px;
}

[data-mesh-id=mediaiskgjyue11inlineContent-gridContainer]>[id="comp-ighuawmb"] {
  position: relative;
  margin: 80px 0px 23px calc((100% - 980px) * 0.5);
  /*left: 21px;*/
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

/*.aVng1S*/
h1::before {
  border-top: 12px solid #4e5ac3;
  box-sizing: border-box;
  height: 0;
}

/*======================================
   ABOUT SECTION STYLES
  =======================================*/

#about-sec {
  color: #000;
  background-color: #5aabe0;
}

/*======================================
   FEATURES SECTION STYLES
  =======================================*/
#features-sec {
  background-color: #fff;
  color: #000;
  padding: 3% 0 0 0;
}

#contact-sec {
  padding: 5% 0 0 0;
}

/*======================================
   TEAM SECTION STYLES
  =======================================*/
#team-sec {
  color: #fff;
  background-color: #3a5ca5;
}

.set-img {
  border: 10px solid #29CC71;
}

/*======================================
   CONTACT SECTION STYLES
  =======================================*/

#comp-jxabh093 {
  width: 467px;
}

[data-mesh-id=comp-jxabh07tinlineContent-gridContainer]>[id="comp-jxabh093"] {
  position: relative;
  margin: 0px 0px 0px 0;
  left: 0px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id=comp-jxabh093inlineContent] {
  height: auto;
  width: 467px;
}

[data-mesh-id=comp-jxabh093inlineContent-gridContainer] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: repeat(5, min-content) 1fr;
  grid-template-columns: 100%;
}

#contact-sec {}

.cnt-img {
  border: 10px solid #FFB566;
}

/*======================================
   FOOTER SECTION STYLES
  =======================================*/
#footer-sec {
  border-top: 1px solid #fff;
  padding: 10px 50px 10px 50px;
  text-align: right;
  background-color: #fa9040;
}

/*======================================
   MEDIA QUERIES
  =======================================*/


@media (min-width: 800px) and (max-width: 1000px) {
  .carousel-caption {
    top: 20px;
  }

  .slide-h1 {
    font-size: 30px;
    padding-bottom: 5px;
  }

  .slide-h2 {
    padding-bottom: 5px;
    font-size: 20px;
  }
}


@media (min-width: 631px) and (max-width: 800px) {
  .carousel-caption {
    top: 10px;
  }

  .slide-h1 {
    font-size: 25px;
    padding-bottom: 3px;
  }

  .slide-h2 {
    padding-bottom: 3px;
    font-size: 15px;
  }
}

@media (min-width: 501px) and (max-width: 630px) {
  .carousel-caption {
    top: 5px;
  }

  .slide-h1 {
    font-size: 25px;
    padding-bottom: 3px;
  }

  .slide-h2 {
    display: none;
  }
}

@media (min-width: 100px) and (max-width: 499px) {

  .slide-h1 {
    display: none;
  }

  .slide-h2 {
    display: none;
  }
}

a,
li,
button,
i,
.button {
  text-decoration: none;
  outline: none !important;
  list-style: none;
  transition: 0.5s;
}

@media (max-width:920px) {
  .title {
    font-size: 1.3em;
  }

  .sub-title {
    font-size: 1em;
  }

  .btn1 {
    padding: 15px 30px;
  }
}

/*TOP NAVIGATION*/
header {
  display: flex;
  width: 100%;
  z-index: 99999;
  transition: 0.5s;
}

.topnav {
  overflow: hidden;
  background-color: rgb(61 61 79);
  width: 100%;
  margin: auto;
  box-shadow: 0px 6px 16px -6px rgba(1, 1, 1, 34%);
  transition: 0.5s;
  display: flex;
  justify-content: center;
  padding: 1% 0;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 24px 16px;
  margin: auto 1rem;
  text-decoration: none;
  font-size: 17px;
  position: relative;
}

.logo {
  width: 40px;
  position: absolute;
  top: 1rem;
  background-color: #fff;
  border-radius: 5px;
}

#icon {
  float: right;
}

#active {
  display: flex;
  font-weight: bold;
  font-family: 'Titillium Web', sans-serif;
}

#active:hover {
  color: #fff;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 24px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: auto 1rem;
}

.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;
  border-top: 2px solid #cd2027;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 8px 16px;
  margin: auto 0rem;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  color: #cd2027;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 1120px) {
  .logo {
    width: 20px;
    position: static;
  }

  .dropdown .dropbtn {
    padding: 14px 16px;
  }

  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  #active {
    display: flex;
  }
}

@media screen and (max-width: 1120px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    padding: 14px 16px;
  }

  .topnav.responsive .dropdown {
    float: none;
  }

  .topnav.responsive .dropdown-content {
    position: relative;
  }

  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.bannerwho {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  background: linear-gradient(rgb(255 255 255 / 81%), rgb(255 255 255 / 87%)), url(../../images/WHOWEARE-1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: right;
  padding: 6% 0 0 0;
}

/* .logoimg {
    width: 10%;
    height: 65px;
    margin: 11px 0 0 0;
} */

.logo1 img {
  width: 100%;
}

/*BANNER*/
.banner {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  background: linear-gradient(rgb(1 1 1 / 0%), rgb(1 1 1 / 0%)), url(../../images/main-banner.jpg);
  /* background-attachment: fixed; */
  /* background-position: right; */
  background-position: center;
}

.banner .content {
  height: 100%;
  position: relative;
  background-color: transparent;
  background-image: linear-gradient(260deg, var(--darkred) 44%, var(--darkred) 38%);
  transform: skew(20deg);
  position: absolute;
  left: -10%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}

.banner .content section {
  padding: 0 10rem;
  transform: skew(-20deg);
  width: 100%;
  color: var(--white);
  letter-spacing: 0.08em;
  z-index: 11111111;
}

@media (max-width:1120px) {
  .banner .content section {
    padding: 0 8rem;
  }
}

@media (max-width:920px) {
  .banner {
    background-attachment: local;
  }

  .banner .content {
    position: static;
    left: 0%;
    background-image: none;
  }

  .banner .content section {
    padding: 0rem;
    padding: 2rem;
  }
}

/* Style inputs */
input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #000000;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4d7dd0;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #afafaf;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-image: url('forrest.jpg');
  background-size: cover;
  background-position: center;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
  border: 1px grey;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {

  .column,
  input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.gallery {
  --anim-time--hi: 266ms;
  --anim-time--med: 400ms;
  --anim-time--lo: 600ms;

  display: flex;
  place-content: center;
  /*max-width: clamp(30rem, 95%, 50rem);*/
  width: 100%;
  margin-inline: auto;
  /*padding: clamp(0px, (30rem  - 100vw) * 9999, 1rem);*/

}

.gallery__content--flow {
  display: flex;
  flex-wrap: wrap;
  /*gap: 1rem;*/
}

.gallery__content--flow>* {
  flex-grow: 1;
  flex-basis: calc((30rem - 100% - 1rem) * 999);
}


.linegreyh1 {
  color: #858185;
  font-weight: bolder;
  font-size: 100px;
  padding: 0;
  margin: 0 0 1% 0%;
}

.linegrey {
  color: #858185;
  font-weight: bolder;
  font-size: 75px;
  padding: 0;
  margin: 0 0 2% 0%;
}


figure {
  display: flex;
  min-width: 20rem;
  max-height: 30rem;
  position: relative;
  border-radius: .35rem;
  box-shadow:
    rgb(40, 40, 40, 0.1) 0px 2px 3px,
    rgb(20, 20, 20, 0.2) 0px 5px 8px,
    rgb(0, 0, 0, 0.25) 0px 10px 12px;
  overflow: hidden;
  transition: transform var(--anim-time--med) ease;
}

figure::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      hsla(0, 0%, 0%, 0.8) 0%,
      hsla(0, 0%, 0%, 0.7) 12%,
      hsla(0, 0%, 0%, 0.2) 41.6%,
      hsla(0, 0%, 0%, 0.125) 50%,
      hsla(0, 0%, 0%, 0.01) 59.9%,
      hsla(0, 0%, 0%, 0) 100%);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: var(--anim-time--med), var(--anim-time--med);
  transition-timing-function: ease, ease;
  z-index: 4;
}

.header__caption {
  z-index: 10;
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  align-self: flex-end;
  width: 100%;
  gap: 0.5rem;
  padding: 1rem;
  justify-content: center;
  text-align: center;
  transform: translateY(100%);
  transition: transform var(--anim-time--hi) linear,
    opacity var(--anim-time--hi) linear;
}

figure:hover::before {
  opacity: 0.8;
}

figure:hover .header__caption {
  transform: translateY(0);
  opacity: 1;
}

figure:hover img {
  transform: scale(1);
}

.title {
  color: #fff;

}

.title--primary {
  font-size: 1.25rem;
  font-weight: bold;
}

.title--secondary {
  text-transform: uppercase;
  font-weight: bold;
}

.gallery img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  transform: scale(1.15);
  aspect-ratio: 16 / 13;
  transition: 400ms ease-in-out;
}

.title {
  text-align: center;
  color: white;
}

.conainer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}

.overlay-container {
  width: 33.32%;
  height: 350px;
  position: relative;
  overflow: hidden;
  /* display: inline-block; */
  float: left;
  margin: 0 0 0% 0%;
  padding: 0;
}

.image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.text {
  color: #fff;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  font-size: 20px;
  transition: translate(-50%, -50%);
}

/*Initial overlay setup*/
.overlay {
  position: absolute;
  transition: all .3s ease;
  opacity: 0;
  background: rgba(0, 177, 186, .6);
}

/*All overlay fade-in*/
.overlay-container:hover .overlay {
  opacity: 1;
}

.overlay-left {
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
}

.overlay-right {
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
}

.overlay-top {
  height: 0;
  width: 100%;
  top: 0;
  right: 0;
}

.overlay-bottom {
  height: 0;
  width: 100%;
  bottom: 0;
  right: 0;
}

.overlay-fade {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

.overlay-cross {
  height: 0;
  width: 0;
  top: 0;
  left: 0;
}


/*Hover states for each of the overlays*/
.overlay-container:hover .overlay-left,
.overlay-container:hover .overlay-right {
  width: 100%;
}

.overlay-container:hover .overlay-top,
.overlay-container:hover .overlay-bottom {
  height: 100%;
}

.overlay-container:hover .overlay-cross {
  width: 100%;
  height: 100%;
}



@media only screen and (max-width: 767px) {

  h1 {
    width: 100%;
    font-size: 35px;
    text-align: left;
    margin: auto;
    left: 0
  }

  .banner {
    height: 300px;
    margin-top: 0;
    background-size: cover;
  }

  .topnav {
    display: unset !important;
    background-color: rgb(53, 53, 53) !important;
  }

}



@media (max-width: 767px) {

  .overlay-container {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    display: inline-block;

    margin: 0 0 0% 0%;
    padding: 0;
  }
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100% !important;
    height: 55vh !important;
    left: 0 !important;
    top: 10% !important;
    padding: 0 8px;
    box-sizing: border-box;
}
  embed {
    margin: -107px 0 0 0;
  }

  .embedded4 {
    height: 2407px !important;
  }


  .embedded5 {
    height: 4000px !important;
  }

  .embedded1 {

    height: 10px;

  }

  .embedded6 {
    height: 312px;
  }

  .embedded2 {
    height: 1196px;
  }

  .linegrey {
    color: #858185;
    font-weight: bolder;
    font-size: 75px;
    padding: 0;
    margin: 0 0 2% 0%;
  }

  button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
    margin: -46% 0 0 92% !important;
    right: 0;
  }

  button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
    margin: -46% 0 0 0% !important;
    right: 0;
  }

  figure {
    display: flex;
    min-width: 350px !important;
    max-height: 650px;
    position: relative;
    border-radius: 0.35rem;
    box-shadow: rgb(40, 40, 40, 0.1) 0px 2px 3px, rgb(20, 20, 20, 0.2) 0px 5px 8px, rgb(0, 0, 0, 0.25) 0px 10px 12px;
    overflow: hidden;
    transition: transform var(--anim-time--med) ease;
    z-index: 9999;
  }


}