/* For text */
@font-face {
  font-family: GothamBook;
  src: url('./fonts/Gotham-Book.otf') format("opentype");
}

/* For called */
@font-face {
  font-family: GothamBold;
  src: url('./fonts/gotham-bold.otf') format("opentype");
}

/* For featured texts */
@font-face {
  font-family: GothamMedium;
  src: url('./fonts/Gotham-Medium.otf') format("opentype");
}

#our-work {
  background-image: url('./imgs/our-work-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  width: 100%;
  height: 790px;
}

#our-work header{
  padding: 100px 0 70px 0;
}

#our-work header h2{
  color: #fff;
  margin: 0 0 0 50px;
  letter-spacing: 1px;
  font-weight: 800;
  font-family: GothamBold;
}

#our-work header h2 span{
  background: #416EBF;
  padding: 0px 10px;
}

#our-work section{
  height: 528px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 200px;
  margin: 0 50px;
}

#our-work section div {
  display: flex;
}

#our-work section div h3 {
  color: #fff;
  margin-right: 10px;
  font-size: 60pt;
  font-family: 'Rubik', sans-serif;
}

#our-work section div p {
  color: #fff;
  letter-spacing: 1.5px;
  margin-top: 12px;
  font-size: large;
  line-height: 1.6;
  font-family: GothamBook, sans-serif;
}

/* depositions */
#depositions {
  background-image: url('./imgs/depositions-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  width: 100%;
  height: 650px;
}

#depositions header{
  padding: 100px 0 70px 0;
}

#depositions header h2{
  text-align: center;
  color: #416ebf;
  letter-spacing: 1px;
  font-family: GothamMedium;
}

#depositions header h2 strong{
  font-family: GothamBold;
}

#depositions #depositions-imgs{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

#depositions #depositions-imgs img{
  width: 95%;
}

#contact-us-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: flex-start;
  padding: 70px;
  padding-bottom: 30px !important;
  background: #fbfbfb;
}

#contact-us{
  justify-self: end;
  margin-right: 40px;
}

#contact-us-container > div > div {
  margin: 0 0 20px 0;
}

#contact-us h3{
  color: #416ebf;
  margin-top: 10px;
  font-family: GothamMedium;
}

#contact-us h3 span{
  background: #eeb232;
  padding: 4px 4px;
}

#contact-us-container > div > div{
  display: flex;
  align-items: center;
}

#contact-us-container > div > div > img{
  width: 75px;
  margin-right: 15px;
}

#contact-us-container > div > div > p{
  color: #416ebf;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: GothamBook;
}

#contact-us-container > div > div > a{
  display: flex;
  align-items: center;
}

#contact-us-container > div > div > a > img{
  width: 75px;
  margin-right: 15px;
}

#contact-us-container > div > div > a > p{
  color: #416ebf;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: GothamBook;
}

/* media === 1250 */
@media (max-width: 1250px){
  #our-work {
    height: 754px;
  }
}
/* media === 1330 */
@media (max-width: 1330px){
  #our-work {
    height: 790px;
  }
}

@media (max-width: 880px){
  #our-work {
    background-image: url('./imgs/our-work-background-mb.png');
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  #our-work section {
    display: flex;
    width: 333px;
    flex-direction: column;
    justify-content: initial;
    height: 683px;
  }

  #our-work header {
    padding: 40px 0 70px 0;
    align-self: flex-start;
  }

  #our-work header h2 {
    letter-spacing: 0px;
    font-size: 1.3rem;
  }

  #our-work section div p {
    letter-spacing: 0;
    margin-top: 8px;
    line-height: 1.3;
  }

  #contact-us-container{
    padding: 0;
  }
}

@media (max-width: 440px) {
  #our-work header {
    padding: 26px 0 0px 0;
  }

  #our-work {
    background-size: cover;
    height: 510px;
  }
  #our-work section div {
    margin: 33px 0 0px 100px;
  }

  #our-work section div h3 {
    font-size: 35pt;
  }
  #our-work section div p {
    letter-spacing: 1px;
    margin: 2px 0px;
    line-height: 1;
    font-size: small;
    font-weight: 600;
  }
  #our-work section{
    margin: 14px 0px;
  }

  #our-work-text{
    margin-right: 0px;
  }
  #depositions #depositions-imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #depositions #depositions-imgs img {
    width: 80%;
  }
  #depositions header h2 {
    font-size: 1.2rem;
  }
  #depositions header {
    padding: 35px 0 35px 0;
  }
  #contact-us-container {
    padding: 0;
  }
  #contact-us-container div > div > img {
    width: 20px;
    margin-right: 10px;
  }
  #contact-us-container div > div > a > img {
    width: 20px;
    margin-right: 10px;
  }
  #depositions {
    background-image: url('./imgs/depositions-background-mb.png');
  }
  #contact-us-container div > div > p {
    letter-spacing: 0px;
  }
  #contact-us-container div > div > a > p {
    letter-spacing: 0px;
  }
  #contact-us-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #contact-us {
    margin: 0;
  }
  #contact-us-container {
    padding-bottom: 20px;
  }
  #depositions {
    height: 520px;
  }
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 10px;
}

.carousel-caption {
  bottom: 40px;
}

.btn-carousel-custom{
  border-radius: 30px;
}

@media (max-width: 320px){
  #our-work section div {
      margin: 20px 0 0px 138px;
  }
}

#register-mb-fixed {
  display: none;
}


@media(max-width: 420px) {
  #register-mb-fixed {
    position: fixed;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #eeb232;
    z-index: 1;
  }

  #register-mb-fixed > a{ 
    border-color: #ab2e1b;
    background-color: #ab2e1b;
    color: #FFFFFF;
    font-weight: bold;
  }
}