* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.lock-scroll {
    overflow: hidden;
}

/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */


.home {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-size: cover;
    background-position: center center;
  }
  
  
  /* ====================================
  Navigation 
  ==================================== */
  
  .overlay-navigation {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, 0.2);
    display: none;
    opacity: 0;
    z-index: 8000;
  }
  
  nav,
  nav ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  
  nav ul li {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    display: none;
  }
  
  nav li a {
    position: relative;
    top: 46%;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Work sans', sans-serif;
    font-weight: 300;
    letter-spacing: 4px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0;
    color: white;
  }
  nav li a:hover {
      color: white;
      text-decoration: none;
  }
  
  nav li a:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }
  
  nav li a:after {
    content: attr(data-content);
    font-size: 0.7rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
    position: absolute;
    z-index: 100;
    color: #fff;
    display: block;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    bottom: -50px;
    text-transform: none;
    font-family: 'Open sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0;
  }
  
  nav li a:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    color: white;
  }
  
  nav li a:hover:after {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 1;
    color: white;
  }
  
  nav li:nth-of-type(1) {
    background-color: #1f3648ec
  }
  
  nav li:nth-of-type(2) {
    background-color: #162735e7
  }
  
  nav li:nth-of-type(3) {
    background-color:#1f3648ec
  }
  
  nav li:nth-of-type(4) {
    background-color: #162735e7
  }
  
  nav li:nth-of-type(5) {
    background-color: #1f3648ec
  }
  
  
  /* ====================================
  Burger king
  ==================================== */
  
  .open-overlay {
    position: absolute;
    position: fixed;
    right: 4rem;
    top: 3.2rem;
    z-index: 100;
    width: 34px;
    display: block;
    cursor: pointer;
    color: white;
    width: 2.5%;
     background: #003247d5;
  padding: 0px 5px 6px 5px!important;
    z-index: 15000;
  }

  .open-overlay span.active {
    background-color: black;
}
  
  .open-overlay span {
    display: block;
    height: 2px;
    background-color: white;
    cursor: pointer;
    margin-top: 6px;
    z-index: 15000;
  }
  
  .animate-top-bar {
    -webkit-animation: animate-top-bar .6s linear 1 both;
    animation: animate-top-bar .6s linear 1 both
  }
  
  .animate-bottom-bar {
    -webkit-animation: animate-bottom-bar .6s linear 1 both;
    animation: animate-bottom-bar .6s linear 1 both
  }
  
  .animate-middle-bar {
    -webkit-animation: animate-middle-bar .6s linear 1 both;
    animation: animate-middle-bar .6s linear 1 both
  }
  
  .animate-out-top-bar {
    -webkit-animation: animate-out-top-bar .6s linear 1 both;
    animation: animate-out-top-bar .6s linear 1 both
  }
  
  .animate-out-bottom-bar {
    -webkit-animation: animate-out-bottom-bar .6s linear 1 both;
    animation: animate-out-bottom-bar .6s linear 1 both
  }
  
  .animate-out-middle-bar {
    -webkit-animation: animate-out-middle-bar .6s linear 1 both;
    animation: animate-out-middle-bar .6s linear 1 both
  }
  
  
  /* ====================================
  Animation keyframes
  ==================================== */
  
  @keyframes animate-top-bar {
    0% {
      background-color: white;
    }
    50% {
      -webkit-transform: translateY(9px);
      transform: translateY(9px)
    }
    80% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      background-color: white;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      background-color:white;
    }
  }
  
  @keyframes animate-bottom-bar {
    0% {
      background-color: white;
    }
    50% {
      -webkit-transform: translateY(-9px);
      transform: translateY(-9px)
    }
    80% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
      background-color: white;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      background-color: white;
    }
  }
  
  @keyframes animate-middle-bar {
    0% {
      background-color: white;
    }
    80% {
      background-color: white;
    }
    100% {
      background-color: white;
    }
  }
  
  @keyframes animate-out-top-bar {
    0% {
      background-color: white;
    }
    50% {
      -webkit-transform: translateY(9px);
      transform: translateY(9px)
    }
    80% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      background-color: white;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      background-color: white;
    }
  }
  
  @keyframes animate-out-bottom-bar {
    0% {
      background-color: white;
    }
    50% {
      -webkit-transform: translateY(-9px);
      transform: translateY(-9px)
    }
    80% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
      background-color: white;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      background-color: white;
    }
  }
  
  @keyframes animate-out-middle-bar {
    0% {
      background-color: white;
    }
    80% {
      background-color: white;
    }
    100% {
      background-color: white;
    }
  }
  
  .home a {
    font-family: "Work Sans", sans-serif;
    color: #222;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 50px;
    padding-bottom: 3px;
    border-bottom: 1px solid #222;
  }
  
  @media (max-width: 922px) {
    nav ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    nav ul li {
      height: 20%;
    }
    nav ul li a {
      font-size: 11px;
    }
    nav li a:after {
      font-size: 0.6rem;
      bottom: -25px;
    }
    nav li a:hover:after {
      transform: translateY(0);
    }
    .open-overlay {
      right: 1rem;
      background: #003247;
      border-radius: 5px;
      padding: 2px;
      color: black;
      width: 13%;
      padding: 3px 5px 10px 5px!important;
    }
    .open-overlay span {
        height: 3px;
        width: 95%;
        background-color: white;
    }
    
    nav li a:before {
      width: 25px;
    }
  }

















/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */









.acba {
    width: 70%!important;
    margin-top: 10px;
}
.k {
    width: 80%!important;
    margin-top: 10px;
}
.artfood {
    width: 80%!important;
}
.logo {
    position: fixed;
    left: 3%;
    z-index: 1000;
    top: 50px;
    height: 32px;
} 
.logo img {
    max-height: 33px;
}
.wrapper {
    overflow: hidden;
}

.fa-linkedin-in {
    font-size: 22px;
    }

h2.case_studies {
    text-align: center;
    font-size: 30px;
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 4px;
    display: inline-block;
    position: relative;
    margin-bottom: -25px;
}

.item.case {
    top: -20px;
    width: 97%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    position: relative;
    left: 2%;
    z-index: -10;
}

.container_lg  {
    text-align: center;
}
.nav.flex-column {
    position: fixed;
    z-index: 1000;
    left: 3%;
    top: 85px;
    color: rgb(12, 8, 8);
}

.nav.flex-column a {
    padding-left: 0;
    font-family: 'Mulish';
    font-weight: 600;
}

.nav-link {
    color: black;
    font-size: 16px;
    padding: 0.6rem 1rem;
    font-weight: 900;
}

.nav-link:hover {
    font-weight: 900!important;
    color:black!important;
}


.item1 {
    top: 15px;
    width: 98%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    position: absolute;
    left: 1%;
    z-index: -10;
}

  .item_6 {
        top: -20px;
        width: 22%;
        margin: 0 0;
        padding-top: 18px;
        background: #DCC048;
        position: relative;
        left: 39%;
        z-index: -10;
      }

.container.main {
    padding-top: 100px;
}

div .col-md-2.last{
    width: 110%!important;
}

h1.mrg_top {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Mulish';
    font-weight: 900;
}

p.mrg_p {
   text-align: center;
   font-size: 18px;
}

.flex-column {
    position: fixed;
}
.flex-column.position-fixed {
    position: fixed;
}


.for_contactus {
    position: fixed;
    right: .5%;
    top: 150px;
    transform: rotate(-90deg);
   
}
.for_contactus a {
    font-family: 'Mulish' ;
    font-weight: 600;
    color: #323232;
}

footer {
    padding-top: 80px;
    padding-bottom: 70px;
}
footer i {
    margin: 10px 5px 0 5px;
    color: #323232;
}
footer ul .nav-link {
    color: #323232;
    margin: 20px;
    font-family: 'Mulish';
    font-weight: 600;
    padding-left: 0;
    display: block;
}

.nav-link {
    color: black;
    font-size: 16px;
    padding: 0.6rem 1rem;
    font-weight: 900;
}

.portfolio , .local , .international {
    text-align: center;
    font-family: 'Mulish';
    font-weight: 900;
}
.portfolio {
    text-transform: uppercase;
    font-size: 30px;
}

.local , .international {
    margin: 25px 0;
    text-transform: uppercase;
    font-size: 30px;
}

.carousel  {
    margin-top: 50px;
}
.carousel * {
    text-align: left;
    color: white;
}
 .carousel .carousel-caption {
    top: 30px;
  right: 30px;
  bottom: 40px;
   left: 7%;
   text-align: left;

}

.carousel-item {
    height: 670px;

}

.row img {
    width: 100%;
}



 .carousel h2 {
    font-weight: bold;
    font-family: 'Mulish';
    font-size: 43px!important;
}
.carousel h2+p {
margin-top: -8px;
}

.carousel .conclusion+p{
    width: 70%;
}

.carousel-control-prev , .carousel-control-next {
    display: none!important;
}

.carousel .row {
    margin-top: 0;
}

.carousel img {
   width: 100%;
   height: 100%;
}

.carousel .col-md-5.left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}
.carousel .col-md-5.left+div {
    padding-right: 50px;
}

.btn br {
    display: none;
}

body p:not(.carousel p){
    font-size: 18px;
    font-family: 'Mulish';
}
.carousel .btn-left , .carousel .btn-right {
    font-size: 20px;
}



/* carousel block  end*/
/* carousel block  end*/
/* carousel block  end*/





.modal.fade {
    z-index: 1000;
}

.carousel .show_hide {
  display: none;
  padding: 10px 10px 10px 0;
  border: none;
  background-color: transparent;
  outline: none;
  margin-top: -15px;
}


.btn {
    font-weight: 900!important;
    padding: .375rem 0rem!important;
}
.carousel .btn-left , .carousel .btn.btn-right {
    padding: 5px;
    margin: 5px;
    font-family: 'Mulish';
} 

.container.main img {
    width: 150px;
   display: block;
   margin: auto;
}

.container-lg.main {
    margin-top: 55px;
}


/* carousel block  start*/
/* carousel block  start*/
/* carousel block  start*/

.carousel  {
    margin-top: 50px;
}


.carousel * {
    text-align: left;
    color: white;
}
 .carousel .carousel-caption {
    top: 30px;
  right: 30px;
  bottom: 40px;
   left: 7%;
   text-align: left;
}

.carousel-item {
    height: 670px;

}
.carousel h3 {
    font-weight: bold;
}


 .carousel h2 {
    font-weight: bold;
    font-family: 'Mulish';
    font-size: 43px!important;
}
.carousel h2+p {
margin-top: -8px;
}

.carousel .conclusion+p{
    width: 70%;
}

.carousel-control-prev , .carousel-control-next {
    display: none!important;
}

.carousel .row {
    margin-top: 0;
}

.carousel img {
   width: 100%;
   height: 100%;
}

.carousel .col-md-5.left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 
.btn br {
    display: none;
}

body p:not(.carousel p){
    font-size: 18px;
    font-family: 'Mulish';
}
.carousel .btn-left , .carousel .btn-right {
    font-size: 20px;
}
video {
    display: none;
}


/* carousel block  end*/
/* carousel block  end*/
/* carousel block  end*/ 

.carousel  {
    margin-top: 50px;
}
.carousel * {
    text-align: left;
    color: white;
}
 .carousel .carousel-caption {
    top: 30px;
  right: 30px;
  bottom: 40px;
   left: 7%;
   text-align: left;

}

.carousel-item {
    height: 670px;

}

.row img {
    width: 100%;
}



 .carousel h2 {
    font-weight: bold;
    font-family: 'Mulish';
    font-size: 43px!important;
}
.carousel h2+p {
margin-top: -8px;
}

.carousel .conclusion+p{
    width: 70%;
}

.carousel-control-prev , .carousel-control-next {
    display: none!important;
}

.carousel .row {
    margin-top: 0;
}

.carousel img {
   width: 100%;
   height: 100%;
}

.carousel .col-md-5.left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 
.btn br {
    display: none;
}

.carousel .btn-left , .carousel .btn-right {
    font-size: 20px;
}



/* carousel block  end*/
/* carousel block  end*/
/* carousel block  end*/


.carousel .show_hide {
  display: none;
  padding: 10px 10px 10px 0;
  border: none;
  background-color: transparent;
  outline: none;
  margin-top: -15px;
}
button {
    margin-top: 20px;

}

.btn {
    font-weight: 900!important;
    padding: .375rem 0rem!important;
}
.carousel .btn-left , .carousel .btn.btn-right {
    padding: 5px;
    margin: 5px;
    font-family: 'Mulish';
} 



/* carousel block  start*/
/* carousel block  start*/
/* carousel block  start*/

.carousel  {
    margin-top: 20px;
}


.carousel * {
    text-align: left;
    color: white;
}
 .carousel .carousel-caption {
    top: 30px;
  right: 30px;
  bottom: 40px;
   left: 7%;
   text-align: left;
}

.carousel-item {
    height: 635px;

}
.carousel h3 {
    font-weight: 600;
}


 .carousel h2 {
    font-weight: bold;
    font-family: 'Mulish';
    font-size: 43px!important;
}
.carousel h2+p {
margin-top: -8px;
}

.carousel .conclusion+p{
    width: 85%;
}

.carousel-control-prev , .carousel-control-next {
    display: none!important;
}

.carousel .row {
    margin-top: 0;
}

.carousel img {
   width: 100%;
   height: 100%;
}

.carousel .col-md-5.left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.carousel .btn-left , .carousel .btn-right {
    font-size: 20px;
}

.carousel .pos-left {
    position: absolute;
    color: black!important;
    z-index: 50;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
   cursor: pointer;
   text-align: center;
   }
   .carousel .pos-right {
    position: absolute;
    color: black!important;
    z-index: 70;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
    text-align: center;
      }
      .carousel .pos-right br , .carousel .pos-left br {
          display: none;
      }
   .carousel .pos-left span{
       transform:rotate(-90deg);
       left:0px;
       white-space: nowrap;
       color:white;
       z-index: 100;
      }
      .carousel .pos-right span{
       transform:rotate(90deg);
       right:0px;
       white-space: nowrap;
       color:white;
       z-index:100;
      }
      .carousel:hover .pos-left {
       width: 50px;
       transition: all 2s;
   }
      .carousel:hover .pos-right {
          width: 50px;
          transition: all 2s;
   }


   .carousel .pos-left .bg, .carousel .pos-right .bg {
    position: absolute;
    z-index: 80;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 50px;
    background: #DCC048;
}
.carousel:hover .pos-left , .carousel:hover .pos-right {
    opacity: 1;
}
.carousel:hover .pos-left .bg  {
    opacity: 0.5;
}
.carousel:hover .pos-right .bg  {
    opacity: 0.5;
}
   
   .carousel:hover  .fa-arrow-left ,  .carousel:hover  .fa-arrow-right {
    opacity: 1;
  }
.fa-arrow-left {
   position: absolute;
   bottom:30px;
   left:18px;
   z-index: 50000;
   opacity:0;
}

.fa-arrow-right {
   position: absolute;
   bottom:30px;
   right:18px;
   z-index: 50000;
   opacity:0;
}



.overlay {
    overflow: hidden;
}

.overlay {
    display: none;
}

.car_mob_img {
    display: none;
}


.car_desc_img {
    display: block;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
 }
 button i {
    margin: 10px;
}

.btn.btn-int-show, .btn.btn-loc-show, .btn.btn-int-less, .btn.btn-loc-less {
    display: none;
}

h1.portfolio {
    display: inline-block;
    position: relative;
}

.main {
    text-align: center;
}

footer  .fa-linkedin-in {
    font-size: 18px;
    }

    .carousel .conclusion {
        margin-top: 20px;
    }
    .carousel .chalenge {
        margin-top: 20px;
    }

    footer .social .linkedin {
        top: 2px;
        position: relative;
        right: 5px;
    }

    .btn.btn-left , .btn.btn-right {
        position: relative;
    }
   
    .fa-arrow-left , .fa-arrow-right {
     position: absolute;
     z-index: 99999;
     color:white;
     font-weight:bold;
     opacity: 0;
    }
    .dynamic_bts:hover .fa-arrow-left ,.dynamic_bts:hover .fa-arrow-right {
        opacity: 1;
    }
    .kerb {
        width: 65%!important;
        margin-left: 50px;
    }
    
    
    
    @media(min-width:1024px) and (max-width:1375px){
        .open-overlay {
            width: 4.5%;
        }
    }
    
    

@media (max-width: 991.98px){
    .carousel.slide::after {
        content:'swipe';
        position: absolute;
        z-index: 1000;
        right: -10px;
        display: block;
        top: 50%;
        transform:translate(0,-50%) rotate(90deg);
        font-size: 16px;
        color:rgb(184, 180, 180);
      }

.kerb {
    margin-top: 32px;
}

  .nav.flex-column {
        display: none!important;
          } 
    .carousel .col-md-5.left {
        padding-left: 15px;
    }
    .container-lg.main {
        margin-top: 150px;
    }
    .carousel .pos-left , .fa-arrow-left , .fa-arrow-right , .carousel .pos-right {
        display: none;
         }
  

    .item1 {
        top: 11px;
    }
    

    footer  .fa-linkedin-in {
        font-size: 22px;
        }
    

    .overlay-content>div {
        display: inline-block;
        text-align: left;
    }
    
    h2.case_studies {
        font-size: 26px;
    }

 

    .btn.btn-int-show, .btn.btn-loc-show, .btn.btn-int-less, .btn.btn-loc-less {
        color: #323232;
        width: 140px;
        text-align: center;
        font-size: 18px;
        margin: auto;
        position: relative;
        z-index: 1000;
    }
   
    .btn.btn-int-show, .btn.btn-loc-show {
        display: block;
    }

    .img_desc_logo_int ,  .img_desc_logo_loc{
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: 1s all;
    }
    
  

    .car_mob_img {
        display: block;
    }
    
    .car_desc_img {
        display: none;
    }

    .carousel .show_hide {
        display: block;
        margin-top: 10px;
        padding: 10px 10px 10px 0;
        border: none;
        background-color: transparent;
        outline: none;
        margin-top: 10px;
        font-size: 18px;
        font-weight: bold;
    }

.container_lg  {
    padding-left: 0;
    padding-right: 0;
}
 
.portfolio {
    font-size: 26px;
}

.local, .international {
  font-size: 26px;
}

    h1,h2 {
        font-size: 26px;
    }

    .logo {
    
        top: 50px;
       left: 4%;
    }
    .logo img {
        width: 165px;
    }

    .for_mob_nav {
        display: none;
    }


  .social-mob {
        right: 9%;
    }
    
   .social-mob {
        position: absolute;
        top: 100px;
        z-index: 1000;
        display: flex;
        bottom: 0;
        justify-content: flex-end;
        right: 9%;
    }
      .social-mob * {
        display: block;
        margin: 13px 0;
        font-size: 20px;
        color:black;
    }

  

    .fa-bars {
        top: 43px;
        position: fixed;
        font-size: 25px;
        transform: scale(1.4,1);
        color:#0F3E51;
        right: 7%;
        padding: 5px;
        z-index: 5000;
        background-color: white;
    }


    /* navigation menu start*/
/* navigation menu start */
/* navigation menu start*/
/* navigation menu start */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
   background-color: #1E3548;
    overflow-y: hidden;
    transition: 0.5s;
    z-index: 7000;
    text-transform: uppercase;
    font-weight: bold;
    opacity:0.9;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 4px;
    right: 14px;
    font-size: 60px;
  }
/* navigation menu end*/
/* navigation menu end */
/* navigation menu end*/
/* navigation menu end*/


/* footer block start 998 */
/* footer block start 998 */


footer {
    padding-top: 50px;
    padding-bottom: 40px;
}
footer .row img {
    width: 165px;
    display: block;
    position: relative;
}


footer .social {
    position: absolute;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .social a {
    margin: 0 0 0 0;
    color: #323232;
    font-size: 20px;
    text-align: left;
}
footer .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .social a {
    padding: 0 5px;
    color: #323232;
    font-size: 20px;
    text-align: left;
}

footer i {
    margin: 0;
    color: #323232;
}

/* footer block  end 998 */
/* footer block end 998 */ 



.carousel-item {
    height: 725px;
}
.carousel .hide {
 display: none;
}

.carousel .show_hide {
display: block;
}
.carousel .conclusion+p {
width: 100%;
}
.carousel .conclusion {
margin-top: -20px;
}

.container.carousel {
    padding-left: 0;
    padding-right: 0;
}


}


@media (min-width: 415px) and (max-width: 768px) {
    
    .open-overlay {
        width: 6%;
        right: 3rem;
        z-index: 10;
    }
    .row img {
    width: 85%;
}
}












