Fimg{
  width: 100%;
  height: auto;
  display: block;
}

body, html {
  overflow-x: hidden;
  position:relative;
}

h1, h2, h3, h4, h5{
  font-family: niveau-grotesk, sans-serif;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0px;
  color: black;
}

p, span, a, label, li{
  font-family: niveau-grotesk, sans-serif;
  line-height: 1.7em;
  letter-spacing: 0.5px;
  font-size: 16px;
}


.container-fluid{
  padding:0;
}

.section{
  padding: 5%;
}

.wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

ul{
  padding-left: 20px;
}




/* ANIMATION */


/*animation element*/

.animation-element {
  opacity: 0;
  position: relative;
}


/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-down {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(0px, -75px, 0px);
  -webkit-transform: translate3d(0px, -75px, 0px);
  -o-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate3d(0px, -75px, 0px);
}

.animation-element.slide-down.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-up {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(0px, 75px, 0px);
  -webkit-transform: translate3d(0px, 75px, 0px);
  -o-transform: translate(0px, 75px);
  -ms-transform: translate(0px, 75px);
  transform: translate3d(0px, 75px, 0px);
}

.animation-element.slide-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.fade-in {
  opacity: 0;
  transition:1s;
}

.animation-element.fade-in.in-view {
  opacity: 1;
  transition:1s;
}

/*bounce up animation for the subject*/

.animation-element.bounce-up {
  opacity: 0;
  -moz-transition: all 600ms ease-out;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animation-element.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}



/* HEADER */

.navbar{
  margin:0;
}

header .navbar .navbar-nav li a.nav-link{
  font-family: niveau-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: black;
  padding: 0;
  border-bottom: 2px solid transparent;
  transition: 0.3s all;
  margin: 0px 15px;
}

.dropdown-item{
  transition: 0.3s all;
}

.dropdown-item:hover{
  background: black;
  color: white;
}

.dropdown-item.active{
  background: black;
  color: white;
}

header .navbar .navbar-nav li a.nav-link.active{
  border-bottom: 2px solid black;
}

header .navbar .navbar-nav li a.nav-link:hover{
  border-bottom: 2px solid black;
  background: none;
}

header.header{
  box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
  z-index: 500;
  position: relative;
  padding: 10px 20px;
}

.navbar-expand-lg .navbar-collapse{
  flex-grow: 0;
}

.navbar img{
  width: 150px;
}

.navbar-toggler{
  padding: 7px 10px;
  background: black;
}

.navbar-toggler i{
  color: white;
}

.navbar-toggler:focus{
  outline: none !important;
  box-shadow: none;
}

.navbar-nav .dropdown-menu{
  padding: 0;
  border-radius: 0;
}

.logo-wrap{
  width: 30%;
}

.nav-wrap{
  width: 70%;
  display: flex;
  justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav{
  justify-content: flex-end;
    width: 100%;
}

/* HEADER END */

/* FOOTER */

.footer{
  background:black;
}

.footer .footer-section{
  display:flex;
  flex-wrap:wrap;
  padding:60px 20px;
}

.footer .footer-section .footer-logo-wrap{
  width: 30%;
}

.footer .footer-section .footer-logo-wrap img{
  width:150px;
}

.footer .footer-section .footer-location-wrap{
  width: 70%;
}

.magnate-footer{
  padding-bottom: 20px;
}

.magnate-footer h4{
   color: white;
   margin: 0;
   font-size: 16px;
}

.magnate-footer .grey-text h4{
  color: #aeaeae;
}

.magnate-footer .wrap{
  display: inline-flex;
}

.magnate-footer .location{
  width: 60%;
}

.magnate-footer .info{
  width: 40%;
  text-align: right;
}

.magnate-footer .vertical-line{
  height: 20px;
  background: #aeaeae;
  display: inline-block;
  margin: 0px 15px;
}

.footer .footer-copyright-section {
  padding:15px 0px;
  border-top: 1px solid #333;
}

.footer .footer-copyright-section p{
  color:#666;
  text-align:center;
  margin: 0;
  font-size: 12px;
}

.social-left{
  width: 60%;
}

.social-right{
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}


.social-right a{
  padding: 5px;
  border-radius: 5px;
  background: #333;
  color: white;
  display: inline-block;
  margin-right: 5px;
  transition: 0.3s all;
}

.social-right i{
  width: 27px;
  display: inline-block;
  margin: auto;
  text-align: center;
}

.social-right a:hover{
  background: white;
  color: black;
}


/* FOOTER END */

.mobile-show{
  display: none !important;
}

.banner-wrap{
  posiiton: relative;
}

.banner-wrap .banner-box{
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 60px;
  position: relative;
}

.banner-wrap .banner-image-wrap{
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.banner-wrap .banner-image-wrap img {
  width: auto;
  min-height: 100vh;
  animation: move 40s ease infinite;
  /* Add infinite to loop. */
  
  -ms-animation: move 40s ease;
  -webkit-animation: move 40s ease;
  -0-animation: move 40s ease;
  -moz-animation: move 40s ease;
  position: absolute;
}

@keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

.banner-wrap .banner-box .banner-content-left-box{
  width: 50%;
  padding-right: 15%;
  color: white;
}

.banner-wrap .banner-box .banner-content-left-box h1{
  font-size: 42px;
  font-family: niveau-grotesk, sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 3px;
  color: white;
  margin: 0;
}

.banner-wrap .banner-box .banner-content-left-box p{
  color: #aeaeae;
  font-size: 16px;
  letter-spacing: 1px;
  width: 80%;
  margin-bottom: 30px;
}

.banner-wrap .banner-box .banner-image-right-box{
  width: 50%;
}

.banner-wrap .banner-box .banner-image-right-box img{
  width: auto;
  max-height: 85vh;
  margin: 0 0 0 auto;
}

a.magnate-white-btn{
  background: white;
  padding: 10px 20px;
  color: black;
  font-family: niveau-grotesk, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s all;
  display: inline-flex;
}

a.magnate-white-btn:hover{
  background: black;
  color: white;
}

a.magnate-black-btn{
  background: black;
  padding: 10px 25px 10px 20px;
  color: white;
  font-family: niveau-grotesk, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s all;
  display: inline-flex;
  align-items: center;
  transform-origin: left;
}

a.magnate-black-btn .horizontal-line{
  height: 1px;
  width: 15px;
  background: white;
  margin-right: 10px;
  transition: 0.3s all;
  transform-origin: left;
}

a.magnate-black-btn:hover .horizontal-line{
  transform: scaleX(1.5);
}

a.magnate-black-btn span{
  transition: 0.3s all;
}

a.magnate-black-btn:hover span{
  transform: translateX(7px);
}

.align-center{
  text-align: center;
}

.creation-section p{
  font-size: 16px;
  letter-spacing: 1px;
}

.creation-section h5{
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 1px;
}

.creation-section .creation-wrap{
  column-gap: 2%;
  margin: 40px 0;
}

.vertical-line{
  width: 1px;
  height: 50px;
  background: black;
  margin: 0px auto;
}

.creation-section .creation-wrap .creation-box{
  width: 32%;
  transform: translateY(0px);
  transition: 0.3s all;
      padding-top: 20px;
}

.creation-section .creation-wrap .creation-box h3{
  font-size: 21px;
  letter-spacing: 1px;
  margin-top: 15px;
}

.creation-section .creation-wrap .creation-box img{
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
  filter: grayscale(100%);
  width: 100%;
}

.creation-section .creation-wrap .creation-box:hover{
  transform: translateY(-15px);
}

.creation-section .creation-wrap .creation-box:hover img{
  filter: grayscale(0);
}

.banner-wrap .banner-box .banner-image-right-box img{
  filter: grayscale(100%);
  transition: 0.3s all;
}

.banner-wrap .banner-box .banner-image-right-box img:hover{
  filter: grayscale(0%);
}

.about-us-section{
  background-color: rgba(0, 0, 0, 0.03);
}

.about-us-wrap .about-us-content{
  width: 50%;
  padding-right: 7%;
}

.about-us-wrap .about-us-content p{
  font-size: 16px;
}

.about-us-wrap .about-us-image{
  width: 50%;
}

.career-image-box img{
    width: 100%;
}

.about-us-wrap .about-us-image img{
  filter: brightness( 100% ) contrast( 116% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  transition: 0.3s all;
  width: 100%;
}

.about-us-wrap .about-us-image:hover img{
  filter: brightness( 100% ) contrast( 96% ) saturate( 102% ) blur( 0px ) hue-rotate(0deg);
}

.clientele{
  padding: 10% 0% 3% 0;
}

.clientele h2{
  text-align: center;
}

.clientele p{
  font-size: 16px;
  text-align: center;
  width: 50%;
  margin: auto;
}

.nextarrow{
  position: absolute;
  top: 50%;
  right: -25px;
  cursor: pointer;
}

.prevarrow{
  position: absolute;
  top: 50%;
  left: -25px;
  cursor: pointer;
}

.capability-image{
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  column-gap: 6%;
}

.capability-image img{
  width: 47%;
  filter: grayscale(100%);
  transition: 0.3s all;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.capability-image img:first-child{
  margin-bottom: 60px;
}

.capability-image img:nth-child(2){
  margin-top: 60px;
}

.capability-section .capability-image img:hover{
  filter: grayscale(0%);
}

.capability-content{
  width: 50%;
  padding-left: 10%;
}

.capability-content ul{
  padding: 0;
  margin-bottom: 40px;
}

.capability-content li{
  list-style-type: none;
}

.capability-content li:before{
  content: "\f054";
  font-family: "FontAwesome";
  left: 0;
  margin-right: 5px;
}

.capability-content li a{
  color: black;
  text-decoration: none;
  font-size: 18px;
}

.page-title-box{
  text-align: center;
}

.about-magnate-section{
  background: black;
  text-align: center;
}

.about-magnate-box{
  max-width: 500px;
  margin: auto;
}

.about-magnate-box p{
  color: white;
}

.your-expectation-box{
  text-align: center;
  max-width: 500px;
  margin: auto;
}

.career-section{
  background: rgba(0,0,0,0.03);
}

.career-wrap{
  column-gap: 4%;
}

.career-image-box{
  width: 48%;
}

.career-image-box img{
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 50%);
}

.career-content-box{
  width: 48%;
}

.open-positions h2{
  text-align: center;
  margin-bottom: 40px;
}

.open-positions-wrap{
  column-gap: 2%;
  align-items: flex-start;
}

.open-positions-wrap .open-positions-box{
  width: 32%;
}

.open-positions-box h3{
  text-align: center;
}

.open-positions-box li{
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 1px;
}

.open-positions-box a{
  display: block;
  padding: 10px 25px;
  border-bottom: 1px solid #cecece;
  color: black;
  text-decoration: none;
  margin-top: 40px;
  transition: 0.3s all;
}

.open-positions-box a:hover i{
  transform: translateX(5px);
}

.open-positions-box a i{
  margin-right: 10px;
  transition: 0.3s all;
}

.capability-wrap{
  column-gap: 4%;
  align-items: flex-start;
}

.capability-box{
  width:22%;
}

.card{
  border: none;
}

.card .card-header{
  padding: 0;
  background: none;
  border: none;
}

.card .card-header button.collapsed{
  text-align: left;
  padding: 10px 20px;
  font-weight: bold;
  font-family: niveau-grotesk, sans-serif;
  color: black;
  background: white;
  text-decoration: none;
  position: relative;
}

.card .card-header button{
  text-align: left;
  padding: 10px 20px;
  font-weight: bold;
  font-family: niveau-grotesk, sans-serif;
  font-size: 24px;
  color: white;
  background: black;
  text-decoration: none;
  position: relative;
  transition: 0.3s all;
  width: 100%;
  display: block;
  border-radius: 0;
}

.card .card-header button:hover{
  background: black;
  color: white;
}

.card .card-header button:focus{
  outline: none;
  box-shadow: none;
}

.card .card-header button i{
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)

}

.card .card-body li{
  margin: 10px 0;
    font-family: niveau-grotesk, sans-serif;
    line-height: 1.7em;
    letter-spacing: 0.5px;
    font-size: 16px;
}


.photos.wrap{
  column-gap: 2%;
}

.photos .item{
  width: 32%;
  margin-bottom: 20px;
}

.work-featured-img-box img{
  height: 60vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.digital-section.section{
  padding: 2% 0% 5% 0%;
}

.contact-us-box{
  width: 50%;
}

.visit-us-box{
  background: #f5f5f5;
  padding: 3%;
  width: 100%;
}

.contact-us-box{
  padding: 3%;
}

.contact-us-box h1, .visit-us-box h2{
  font-size: 32px;
  margin: 0;
}

.visit-location-info{
  width: 50%;
}

.visit-contact-info{
  width: 50%;
}

.visit-contact-info i{
  font-size: 21px;
  margin-right: 10px;
}

.contact-wrap, .my-visit, .aus-visit{
  align-items: flex-start;
}

.visit-us-box hr{
  border-top-color: rgba(0, 0, 0, 0.25);
}

.form-field-half-wrap{
  column-gap: 2%;
}

.form-field-half{
  width: 49%;
}

form.magnate-form label{
  display: block;
  margin-top: 20px;
}

form.magnate-form input[type="text"]{
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  padding: 5px;
}

form.magnate-form input[type="text"]:focus{
  outline: none;
}

form.magnate-form textarea{
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  padding: 5px;
}

form.magnate-form textarea:focus{
  outline: none;
}

form.magnate-form input[type="submit"]{
  display: block;
  width: 100%;
  border-radius: 0;
  border: none;
  margin-top: 15px;
  background: black;
  padding: 12px;
  color: white;
}

.accordion{
  align-items: flex-start;
}

.accordion .accordion-box{
  width: 50%;
}

.info-box{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.map-box{
  width: 50%;
}

.map-box iframe{
  width: 100%;
  height: 400px;
  padding-right:5%
}

.info-box .visit-location-info{
  padding-right: 5%;
}

.accordion .accordion-item{
  border: none;
  border-bottom: 1px solid #cecece;
  margin-bottom: 40px;
}

.accordion h3.accordion-header button{
  display: block;
    padding: 10px 25px;
    border: none;
    box-shadow: none;
    color: black;
    text-decoration: none;
    transition: 0.3s all;
    font-family: niveau-grotesk, sans-serif;
    line-height: 1.7em;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.accordion h3.accordion-header .accordion-button:not(.collapsed){
  background: none;
}

.accordion h3.accordion-header .accordion-button:not(.collapsed) i{
  transform: translateX(5px);
}

.accordion h3.accordion-header .accordion-button i{
  margin-right: 10px;
  transition: 0.3s all;
}



@media only screen and (max-width: 768px) {

  .banner-wrap .banner-box{
    padding: 0px 30px;
  }

  .banner-wrap .banner-box .banner-content-left-box{
    width: 50%;
    padding: 20px;
  }

  .banner-wrap .banner-box .banner-image-right-box{
    width: 50%;
  }

  .banner-wrap .banner-box .banner-content-left-box h1{
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 10px;
  }

  .creation-section .creation-wrap .creation-box{
    width: 49%;
  }

  .banner-wrap .banner-box .banner-content-left-box p{
    margin-bottom: 15px;
    width: 100%;
  }

  .open-positions-wrap .open-positions-box{
    width: 49%;
  }

  .open-positions-wrap{
    align-items: flex-start;
  }

  .visit-location-info, .visit-contact-info{
    width: 100%;
  }

  .work-featured-img-box img{
    height: 50vh;
  }

  header .navbar .navbar-nav li a.nav-link{
    color: black;
    padding: 0;
    background: transparent;
    transition: 0.3s all;
    margin: 0px;
    padding: 5px;
    text-align: center;
  }

  header .navbar .navbar-nav li a.nav-link.active{
    border: none;
    background: black;
    color: white;
  }

  header .navbar .navbar-nav li a.nav-link:hover{
    background: black;
    color: white;
  }

  .navbar-nav .dropdown-menu{
    border: none;
    text-align: center;
    background: rgba(0,0,0,0.05);
    border-radius: 0;
  }

.navbar-expand-lg .navbar-nav{
  justify-content: flex-end;
    width: 100%;
}

  .accordion .accordion-box{
    width: 100%;
  }

  .map-box iframe{
    height: 250px;
  }

  .capability-wrap{
    column-gap: 2%;
  }

  .capability-box{
    width:49%;
  }

}

@media screen and (max-width: 980px) {

  .navbar-expand-lg .navbar-collapse{
    position: absolute;
    width: 30vw;
    background: rgb(255, 255, 255);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    top: 60px;
  }

}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media only screen and (max-width: 480px) {

  .about-us-content{
    margin-top: 20px;
  }

  .clientele p{
    width: 100%;
  }

  .section{
    padding: 5% 10px;
  }

  h5{
    font-size: 18px;
  }

  .mobile-hide{
    display: none !important;
  }

  .mobile-show{
    display: block !important;
  }

  .banner-wrap .banner-box{
    padding: 60px 0;
  }

  .banner-wrap .banner-box .banner-content-left-box{
    width: 100%;
    padding: 40px 0px 20px 0px;
  }

  .banner-wrap .banner-box .banner-image-right-box{
    width: 100%;
    padding: 20px 0px 40px 0px;
  }

  .header-section .logo-wrap{
    width:50%;
  }

  .header-section .menu-wrap{
    display: none;
  }

  .header-section .shopping-wrap{
    width: 50%;
  }

  .header-section .menu-wrap .navbar-nav{
    display:none;
  }

  .footer .footer-section .footer-menu-wrap .footer-menu{
    display:none;
  }

  .footer .footer-section .footer-logo-wrap{
    width:100%;
  }

  .footer .footer-section .footer-logo-wrap img{
    margin: auto;
    margin-bottom: 20px;
  }

  .footer .footer-section .footer-location-wrap, .footer-social-wrap div{
    width:100%;
    justify-content: center;
  }

  .magnate-footer .location, .magnate-footer .info{
    width: 100%;
  }

  .footer .footer-copyright-section{
    padding:15px 0;
  }

  .footer .footer-copyright-section p{
    margin:0;
    text-align:center;
  }

  .footer .footer-section{
    padding: 30px 20px;
  }

  .photos .item{
    width: 100%;
    margin-bottom: 10px;
  }

  .banner-wrap .banner-box{
    padding: 0px 20px;
  }

  .banner-wrap .banner-box .banner-content-left-box{
    padding-right: 0;
  }

  .banner-wrap .banner-box .banner-image-right-box img{
    width: 100%;
  }

  .creation-section h5{
    font-size: 18px;
  }

  .creation-section .creation-wrap .creation-box{
    width: 100%;
    margin-bottom: 30px;
  }

  .creation-section .creation-wrap .creation-box h3{
    margin: 5px 0px 0px 0px;
  }

  .capability-image, .capability-content, .about-us-wrap .about-us-image, .about-us-wrap .about-us-content{
    width: 100%;
    padding-right: 0;
  }

  .about-us-wrap{
    flex-direction: column-reverse;
  }

  .capability-section{
    padding: 40px 10px;
  }

  .about-us-content{
    text-align: center;
  }

  .card .card-header button{
    font-size: 16px;
  }

  .career-image-box{
    width: 100%;
  }

  .career-content-box{
    width: 100%;
  }

  .open-positions-wrap .open-positions-box{
    width: 100%;
  }

  .contact-us-box, .visit-us-box{
    width: 100%;
  }

  .work-featured-img-box img{
    height: 30vh;
  }

  .map-box{
    width: 100%;
  }

  .map-box iframe{
    padding-right: 0;
  }

  .info-box{
    width: 100%;
  }

  .capability-box{
    width:100%;
  }

  .logo-wrap{
    width: 50%;
  }

  .nav-wrap{
    width: 50%;
  }

  .navbar img{
    width: 100%;
  }

  .magnate-footer .info{
    width: 40%;
    text-align: left;
  }
  
  .navbar-expand-lg .navbar-collapse{
    position: absolute;
    width: 100vw;
    background: rgb(255, 255, 255);
    left: -32px;
    top: 96px;
  }

}
