@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&family=Old+Standard+TT&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&family=Old+Standard+TT:ital@0;1&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Old Standard TT', serif;
  color: #272829;
  
}

a {
  color: #149ddd;
  text-decoration: none;
}

a:hover {
  color: #37b3ed;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Raleway", sans-serif; */
  font-family: 'Barlow', sans-serif;
}

h2 {
  color: rgb(156, 125, 46);
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: rgb(156, 125, 46);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: rgb(156, 125, 46);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  font-family: 'Old Standard TT', serif;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background:#BFC3C7;
  overflow-y: auto;
  
}
#header a{
  
  /* text-transform: uppercase; */
  font-size: 18px;
}
#header .profile img {
  margin: 15px auto;
  display: block;
  width: 120px;
  /* border: 8px solid #2c2f3f; */
  border-radius: 50%;
}


#main {
  margin-left: 250px;
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }

  #main {
    margin-left: 0;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  padding: 30px 0 0 40px;
  /* text-align: center; */
  
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}
.nav-menu a, .nav-menu a:focus {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  color: black;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
}
.nav-menu a i, .nav-menu a:focus i {
  font-size: 24px;
  padding-right: 8px;
  color: black;
}
.nav-menu a:hover, .nav-menu .active, .nav-menu .active:focus, .nav-menu li:hover > a {
  text-decoration: none;
  color:rgb(156, 125, 46);
}
.nav-menu a:hover i, .nav-menu .active i, .nav-menu .active:focus i, .nav-menu li:hover > a i {
  color: #149ddd;
}


/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: rgb(156, 125, 46);
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active #header {
  left: 0;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
  height: 100vh;
}

.section-bg {
  background: #f5f8fd;
}

.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 100px;
  padding-left: 15px;
  margin-top: 20px;
  padding-bottom: 10px;
  position: relative;
  color:rgb(156, 125, 46);
}
/* .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #149ddd;
  bottom: 0;
  left: 0;
} */
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about  {
  background-image: url("../img/new1.png");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: right bottom;
  /* padding-left: 10%; */
  height: 100vh;
  
  
}
#woweare-more{
  text-align: justify;
}
/* #about-section{
  padding-left: 10%;
} */
#choice-for-sol{
  font-size: 2.5rem;
  padding-left: 10%;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: 'Old Standard TT', serif;
  font-style: italic;
  width: 50%;
}
.more-text{
  width: 60%;
  background-color: rgba(255, 255, 255, 0.8);
}
#singleline{
  position: absolute;
  top: 0;
  left: 0;
}
/*--------------------------------------------------------------
# About - INNERPAGE
--------------------------------------------------------------*/
#innerpage  {
  
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  text-align: justify;
  
}

#innerpage h3{
  padding-top: 60px;
}

.innerpage-section {
  /* background-color: rgba(255, 255, 255, 0.6);
  color: black; */
  padding: 30px;
  
}


#details-text{
  color: white;
  position: absolute;
  right: 6rem;
  top: 8rem;
}
.quote {
   
  /* margin-left: 30%;
  margin-top: 20%; */
  color: white;
  font-size: 2.5rem;
  width: 45%;
  position: absolute;
  bottom: 0;
  right: 6rem;
  bottom: 4rem;

}
.editedquote {
  
  font-size: 1.5rem;
  width: 35%;
  
}

.innerpage-more{
  font-size: 0.9rem;
  padding-top: 5px;
  padding-right: 15px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  height: 50vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
/* #innerpage-btns{
  width: 10%;

} */

/* WHERE WE ARE SECTION */

#whereweare {
  background-image: url("../img/whereweare-new.png");
  height: 100vh;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

#map-section{
  font-size: 15px;
  color: black;
}
#map-section h3 {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width: 676px) {
  .modal-dialog {
    max-width: 50vw; /* New width for default modal */
    height: 50%; /* = 50% of the .modal-backdrop block = %50 of the screen */
  }

  .modal-content {
    height: 50%; /* = 100% of the .modal-dialog block */
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 250px;
  z-index: 9999;
  background: #253141;
  height: 150px;

}
#footer img {
  float: left;
}

@media (max-width: 1199px) {
  #footer {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
}
#right-footer{
  height: 400px;
  background-color: #0d2742;
  color: white;
  padding-top: 120px;
  box-sizing: border-box;
  font-family: 'Barlow', sans-serif;
  background-image: url("../img/footerbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  
}
#div1{
  font-size: 2.5rem;
  border-right: 2px solid white;
  padding-top: 90px;
  padding-right: 30px;
}
#div2{
  font-size: 14px;
}
/* OUR PARTNERS */
.card{
  border: none;
}
#partners-name{
  padding-bottom: 30%;
  
  width: 70%;
  font-size: 25px;
  padding-left: 15%;
}

.relative-container{
  position: relative;
}

.floating-heading2{
  position: absolute;
  top: 50px;
  left: 160px;
  z-index:1;
}
.floating-heading1 h2{
  font-size: 100px;
  margin-left: 10px;
  margin-bottom: 5px;
  line-height: 80%;
}
.floating-heading2 h2{
  font-size: 100px;
}


.cases h2{
  font-size: 90px;
  font-weight:300;
  padding-left: 50px;
}

.cases-list{
  margin:0 10%;
  border-top: 2px solid goldenrod;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgb(105, 102, 102);
}
#cases a{
  text-decoration: none;
  color: rgb(80, 75, 75)
}

@media (max-width: 575.98px) {
  #about{
    /* background-image: url(""); */
    overflow: auto;
  }
}

@media (max-width: 768px) {

  .section-title h2 {
    font-size: 50px;

    padding-top: 20px;
    margin-bottom: 0px;

    position: relative;
    color:rgb(156, 125, 46);

  }

  .more-text{
    width: 90%;
    height:400px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #about-section{
    background-color: rgba(255, 255, 255, 0.8);
    
  }
  #reveal-text{
    background-color: rgba(255, 255, 255, 0.8);
    overflow: auto;
    height: 50vh;
  }
  
  #choice-for-sol{
    font-size: 1.5rem;

    width: 100%;
  }

  #about{
    overflow: auto;
  }

  .innerpage-section {
    background-color: rgba(255, 255, 255, 0.6);
    color: black;
    padding: 30px;
  }
  .quote {
   
    /* margin-left: 30%;
    margin-top: 20%; */
    color: white;
    font-size: 1rem;
    width: 300px;
    position: absolute;

    right: 60px;
    bottom: 20px;
  
  }

}
