@charset "UTF-8";

section#contact {
  background-color: #212529;
  background-image: url("../assets/img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}
section#contact .section-heading {
  color: #fff;
}
section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
}
section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
  padding: 1.25rem;
}
section#contact form#contactForm .form-group input.form-control {
  height: auto;
}
section#contact form#contactForm .form-group-textarea {
  height: 100%;
}
section#contact form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
}
section#contact form#contactForm p.help-block {
  margin: 0;
}
section#contact form#contactForm .form-control:focus {
  border-color:  var(--accent-color);
  box-shadow: none;
}
section#contact form#contactForm ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}

.footer {
  text-align: center;
  font-size: 0.7rem;
}


#videoreel-section {
  position: relative;
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
}

#videoreel-img {
  position: relative;
  width: 100%;
  height: 400px;
  object-fit: cover;
}


#videoreel-info-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -200px);
}
#videoreel {
  position: relative;
  width: 100%;
  height: 1000px;
  object-fit: cover;
}

.languagesection {
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: transparent;
}
.languagesection-text {
  
}
.languagesection-text a {
  color: #fff;
  display: contents;
}

@media (max-width: 1980px) {
  #videoreel-img {
    position: relative;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  #videoreel-info-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -225px);
  }
  #videoreel {
    position: relative;
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
}

@media (max-width: 600px) {
  #videoreel-img {
    position: relative;
    width: 100%;
    object-fit: cover;
    transform: translateY(-75 px);
  }
  #videoreel-info-container {
    position: relative;
    width: 100%;
    height:auto;
    max-width: none;
    text-align: left;
    transform: translate(-50%, -200px);
  }

  #videoreel {
    position: relative;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  
}

#videoreel-info-div {
  float: left;
}

#videoreel-info-text{
  text-align: center;
  align-items: center;
  padding: 10px;
}

.service-row {
  align-items: stretch !important;
}

.service-box{
  overflow: visible;
  min-height: 150px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.service{
  background-color: white;
  position: relative;
  padding-bottom: 25px;
  height: 100%;
}

.service-img{
  width: 100%;
  max-height: 375px;
  margin-bottom: 25px;
  object-fit: cover;
}

.service-text{
  text-align: left;
  padding: 0px 25px 25px 25px;
  font-size: 15px;
}

.service-arrow {
  right: 10px;
  bottom: 10px;
  position: absolute;
  display: flex;
  align-items: center;
}

.service-arrow p {
  height: 100%;
  margin: 0px;
  padding-bottom: 5px;
  font-weight: 600;
}

.full-width-line{
  color:  var(--accent-color);
  background-color:  var(--accent-color);
  height: 6px;
  border-width:0;
  width: 100%;
  position: relative;
}

.client-grid{
  max-width: 3000px;
}

.client-grid a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-grid img {
  height: fit-content;
  width: 100%;
}

.slick-slide {
  text-align:center;
  margin-right:15px;
  margin-left:15px;
}

#narative-story {
  text-align: center;
  color: #fff;
  position: relative;
  padding: 0px;
  overflow: hidden;
}

#narative-story-background{
  bottom: 0px;
  position: relative;
  overflow: hidden;
  height: 450px;
  width: 100%;
}

#narative-story-background img{
  transform: translateY(-25%);
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

#narative-story-div{
  padding: 50px;
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: visible;
  background-color: rgba(255, 255, 255, 1);
  color: black;
  text-align: left;
  z-index: 1;
}

#narative-story-div *{
  max-width: 1000px;
  margin: 0px auto;
}

#narative-story-info-div {
  padding: 25px 50px;
  left:0px;
  bottom: 0px;
  max-width: 1200px;
  width: 45%;
  height:150px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}

#narative-story-info-div p{
  float: left;
  text-align: left;
  padding-right: 50px;
  max-width: 450px;
  font-size:32px;
  height: 100%;
}

#narative-story-info-div a{
  float: left;
}

@media only screen and (max-width: 1000px) {
  #narative-story-info-div {
    width: 100%;
    max-width: none;
  }

  #narative-story-info-div p{
    font-size:20px;
  }
}

#service-title{
  position: absolute;
  left: 25px;
  bottom: 25px;
}


.TopMainTitleBar
{
  margin:0px; 
  padding:0px; 
  background-color: transparent; 
  margin-bottom: 5em;
}

.TopMainTitleLogo
{
  max-width: 40%;
}

.TopMainTitleText
{
  font-size: 24pt; 
  margin-top: 1.5em; 
  margin-bottom: 0.15em;
}

.TopMainTitleSubText
{
  font-size: 12pt; 
}
.ProjectPaddingBottom
{
  padding-bottom: 60px;
}
.ProjectTitleText
{
  font-size: 32pt;
}
.ProjectSubTitleText
{
  font-size: 12pt; 
  text-align: center;
}
.ProjectDetailText
{
  font-size: 10pt; 
  max-width: 90%;
  padding-left: 10%;
  text-align: center;
}

.ContactLogo
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  margin-bottom: 1.5rem;
}
.ContactAddress
{
  text-align: center; 
  font-size: 14pt;
}
.ContactEmail
{
  text-align: center; 
  font-size: 12pt;
}
.ContactEmail a {
  font-weight: bold;
  color:  var(--accent-color);
}
.ContactAction
{
  font-weight: bold;
  text-align: left; 
  font-size: 36pt; 
  line-height: 120%
}

.footer-textalign
{
  text-align:left;
}

.contact-button-custom {
  padding: 15px 25px;
  background-color: var(--accent-color);
  vertical-align: middle;
  text-align: center;
  font-size:95%;
  font-weight: 600;
  color: #fff;
  width:200px;
}


@media (max-width: 600px) {
  .ContactAction
  {
    padding-top: 30px;
    font-weight: bold;
    text-align: center; 
    font-size: 18pt; 
    line-height: 120%
  }

  .contact-container-button
  {
    position: relative; 
    padding: 0px;  
    left: 22.5%;  
    width: 50%;
  }
  .footer-textalign
  {
    text-align:center;
  }
}




#twitterreel-section {
  position: relative;
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
}

#twitterreel-img {
  position: relative;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

#twitterreel-info-container {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -125px);
}

#twitterreel {
  position: relative;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#twitterreel-icons {
  width: 150px;
}

#twitterreel-TopText{
  font-size: 20pt; 
}

#twitterreel-BottomText{
  font-size: 30pt; 
  color: #55ADEE;
}

#twitterreel-TwitterIcon{
  width: 100px;
  height: 100px;
}
@media (max-width: 1980px) {
  #twitterreel-img {
    position: relative;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  #twitterreel-info-container {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -125px);
  }
  #twitterreel {
    position: relative;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  #twitterreel-icons {
    width: 150px;
  }
}

@media (max-width: 800px) {
  #twitterreel-img {
    position: relative;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  #twitterreel-info-container {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -135px);
  }
  #twitterreel {
    position: relative;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  #twitterreel-icons {
    width: 100px;
  }
  #twitterreel-TopText{
    font-size: 12pt; 
  }
  
  #twitterreel-BottomText{
    font-size: 20pt; 
    color: #55ADEE;
  }
}

#twitterreel-info-div {
  float: left;
  width: 100%;
}

#twitterreel-info-text{
  text-align: center;
  align-items: center;
  padding: 10px;
  width: 100%;
}
