* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.carousel-cell .col_content .for_in i {
    margin-top: 25px!important;
}
body {
    background: white;
}



/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
.lock-scroll {
    overflow: hidden;
}

.home {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-size: cover;
    background-position: center center;
  }texta
  
  
  /* ====================================
  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;*/
 /* }*/
  
  
  #mobmobmob {
      display:none;
  }
  nav,
  nav ul {
    width: 100%;
    height: 100vh;
    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
  }
  
  .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: 1030;
  }
  
  
  /* ====================================
  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 3px 6px 5px!important;
    z-index: 1040;
  }
  
    .open-overlay span {
        height: 3px;
        width: 95%;
    }

  .open-overlay span.active {
    background-color: black;
}
  
  .open-overlay span {
    display: block;
    height: 2px;
    background-color: #fff;
    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!important;
    }
    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: white;
      width: 13%;
      padding: 3px 5px 10px 5px!important;
    }
    .open-overlay span {
        height: 3px;
        width: 95%;
    }
    
    nav li a:before {
      width: 25px;
    }
  }

















/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */





::placeholder {
    color: gray!important;
}

.col_content .for_in i {
    opacity: 1!important;
    color: white;
}
.col_content .for_indesk i {
    color: white;
    opacity: 1!important;
}
.overlay-video {
    z-index: 1000;
    position: absolute;
    background-color:#1d3344d8;
    width: 100%;
    height: 100%;
}



.modal-body {
    padding: 0 0;
}
.close {
    display: block;
    color: white;
}
.ikea {
    width: 100%!important;
    margin-top: 48px!important;
}


p {
    margin-bottom: 0rem;
}

h2.case_studies {
    text-align: center;
    font-size: 40px;
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 4px;
    display: inline-block;
    position: relative;
    color: #323232;
} 

.item.case {
    top: 15px;
    width: 96%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    position: absolute;
    left: 2%;
    z-index: -10;
}

.wrapper {
    overflow: hidden;
}
.main-wrapper {
    width: 100%;
    overflow: hidden;
}
.dn_dn_dn {
    display: block;
}
.dn_dn {
    display: none;
}
.case_studies {
    margin-bottom: 40px;
}
.for_back_top {
    display: none;
}

.mobile {
    display: none;
}



header a {
    color: white;
    font-family: Mulish;
}

header i {
    margin: 0 10px;
    font-family: Mulish;

}

nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    font-family: Mulish;
}


.contact_button {
    transform: rotate(-90deg);
    position: absolute;
    right: 5%;
    font-size: 16px;
    color: black;
    top: 192px;
    font-family: Mulish;
}

.nav-link {
    color: black;
    font-size: 16px;
    padding: 0.6rem 1rem;
    font-family: Mulish;
}

.row img {
    max-width: 100%;
    width: 100%;
    height: 100% !important;

    height: auto;
}

header .row {
    padding: 20px 0px;
}

.w5 {
    width: 100%;
}
.row div {
    position: relative;
}

.col_content {
    position: absolute !important;
    bottom: 45px;
    left: 50px;
    color: white;
}
.col_content p {
    color: white;
    font-family: 'Mulish';
    font-weight: bold;
}

.col_content a {
    text-decoration: none;
    color: white;
    font-family: Mulish;
}

.social {
    text-align: right;
    font-family: Mulish;
}

.block_anime {
    position: relative;
    width: 56%;
    height: 28px;
    background: #DCC048;
    top: -82px;
    left: -5%;
    z-index: -5;

}

#logo {
    top: 50px;
    position: fixed;
    left:3%;
    z-index: 1000;
    height: 32px;
}
#logo img {
   max-height: 33px;
}

header .nav {
    top:100px;
    z-index: 1000;
}

.content {
    margin-top: 15px;
    font-family: Mulish;
    overflow: hidden;
}

.row{
    margin-top: 0px;
}

.companies .row {
    margin-top: 0;
}


.thinking h1 {
    font-size: 38px;
    font-family: 'Mulish', sans-serif;
}

.thinking p {
    font-size: 18px;
    margin-top: 24px;
}


/* main page  */

header {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    color: white;
}

header .container {
    color: white;
    z-index: 100;
    height: 100%;
    font-family: Mulish;
}

#iframe1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 120%;
    
    height: 100vh;
}

.btn_1:hover {
    color: #0f385a;
    box-shadow:0px 0px 3px 3px #0f385a85;
 }
 
 
.video_mobile {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}



.nav.flex-column.desctop {
    position: fixed;
    z-index: 1000;
    left: 5%;
    top: 85px;
    color: rgb(12, 8, 8);
   
}

.nav-link , .pos_menu a  , .social.left_icons a {
    -webkit-transition:color .5s ease;
    -moz-transition:color .5s ease;
    -o-transition:color .5s ease;
    transition:color .5s ease;
}


.nav-link {
    color: white;
    font-family: 'Mulish';
    padding-left: 0!important;
    font-weight: 600;
}


.desc .nav-link:hover {
    font-weight: 900;
    color: white;
}
footer .nav-link:hover {
    font-weight: 900;
    color:black;
}

h1 {
    color: #DCC048;
    padding: 30px;
}

.we_know {
    border: 1px solid #DCC048;
   position: absolute;
    padding: 20px 40px;
    font-family: 'Mulish' , sans-serif;
    z-index: 1500;
    top: 55%;
    transform: translate(0,-45%);
    margin-left: 180px;
}

.pos_menu {
    position: fixed;
    z-index: 1500;
    right: -9%;
    top: 400px;
    transform: rotate(-90deg);
    font-family: 'Mulish';
    color: hsl(0, 0%, 100%);
    font-weight: bold;
    display: none;
}

.pos_menu a {
    margin: 10px;
    font-family: 'Mulish';
    font-weight: 600;
    display: none;
}
.pos_menu .rf  {
    
 position: relative;
 display: none;
}
.pos_menu .rf span {
    color: white;
    margin: 0 -1.5px;
    display: none;
}

.content h1 {
    color: black;
    text-align: center;
    font-family: Mulish;
}

.social.left_icons {
    position: fixed;
    z-index: 500;
    bottom: 50px;
    font-family: 'Mulish';
    left:3%;
    z-index: 5000;
}


.social.left_icons a {
    color: white;
    font-weight: 600;
    text-decoration: none;
}
.social.left_icons a:hover {
  font-weight: 900;
}



header .social  .fa-facebook-f {
     margin-left: 0;
}


.content_block_left {
    display: flex;
    justify-content: flex-end;
}
.item_111 {
    display: none;
}
.content_block_right {
    display: flex;
}

div.content_block_left img,
div.content_block_right img {
    width: 70%;
    position: relative;
    z-index: -10;
}

.social.left_icons .linkedin {
 margin: 0 3px;
 position: relative;
 top: 2px;
 font-size: 18px;
}



.content_block_left .left_block {
    position: absolute;
    left: 13%;
    z-index: 100;
    text-align: left;
    top: 50px;
    font-weight: 900;
}


.content_block_right .left_block {
    position: absolute;
    right: 1%;
    z-index: 100;
    text-align: left;
    top: 50px;
     font-weight: 900;
}




.left_block h2 {
    text-align: left;
    font-size: 40px;
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    display: inline-block;
    position: relative;
}

.left_block p {
    margin: 20px 0;
    font-size: 18px;
    font-family: 'Mulish';
    font-weight: 600;
}

ul {
    list-style-type: none;
    font-family: 'Mulish';
}

.content>h2,
.content>p {
    text-align: center;
    font-family: 'Mulish';
}

.row .techno {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
}



.row .techno ul  {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    left: 5px;
    list-style-type: none;
    z-index: 1000;
    color: white;
    font-family:'Mulish';
    background: #102e47e1;
    margin-bottom: 0rem;
    display: flex;
    flex-direction: column;
     color: white;
     justify-content: center;
     font-size: 13px;
     opacity: 0;
     transition: 1s all;
     padding-left: 10px;
}

.row .techno ul li  {
   text-align: left;
   padding: 7px 0;
   font-weight: bold;
   text-transform: uppercase;
}

.row .techno ul:hover {
    opacity: 1;
}

.techno h2 {
    position: absolute;
    color: white;
    top: 50%;
    transform: translate(0, -50%);
}

.companies .col-10 {
    display: flex;
    justify-content: space-between;
}



.local .col-10 {
    display: flex;
    justify-content: space-between;

}

.local img,.local a {
    width: 100%;
    display: block;
    margin: auto;
}

.companies img.k {
 width: 65%!important;

}
.acbaa {
    width: 73%!important;
}
.raiff {
    width: 100%!important;
}
.cocacola {
    width: 100%!important;
}


button {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    font-family: 'Mulish';
}

button span {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Mulish';
}

button i {
    margin: 10px;
}

button#left {
    margin-left: 30px;
}

button#right {
    margin-right: 30px;
}

.for_carousel {
    text-align: left;
}

.lowertext h3 {
    font-size: 20px;
    margin-top: 50px;
    font-family: Mulish;
}


.lowertext h3+p {
    font-size: 16px;
    font-family: Mulish;
}

.txt-right h3 {
    font-size: 20px;
    margin-top: 20px;
    font-family: Mulish;
}

.txt-right p {
    font-size: 16px;
    margin-top: 15px;
    font-family: Mulish;
    line-height: 1.2;
}

.car_outer_block {
    padding-left: 5%;
    padding-right: 5%;
}

.car_outer_block h2 {
    font-size: 20px;
    font-family: Mulish sans-serif;
    font-weight: bold;
}

.car_outer_block+p {
    font-size: 16px;
    font-family: Mulish;
}

.car_outer_block span {
    display: block;
    margin-top: 15px;
}

.thinking_block .row {
    margin-top: 25px;
    font-family: 'Mulish';
}

.cont_bg {
    background-image: url('assets/interested.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 35px;
    padding: 70px;
}

.cont_bg p {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    line-height: 47px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: Mulish;
}

.btn_1 {
    display: block;
    margin: auto;
    width: 70%;
    background: transparent;
    margin-right: 20px;
    text-transform: uppercase;
    padding: 10px;
    font-family: 'Mulish';
    font-weight: 900;
    border: 2px solid #0F385A;
    color:#323232;
    font-size: 18px;
    font-family: 'Mulish';
    transition: .7s all;
}
.btn_1:hover {
   color: #0f385a;
   box-shadow:0px 0px 3px 3px #0f385a85;
}

a.btn_1 {
color: #323232;
text-decoration: none;
}


.btn_2 {
    font-family: Mulish;
    display: block;
    margin: auto;
    border: 2px solid #0F385A;
    background: #0F385A;
    width: 70%;
    color: white;
    text-transform: uppercase;
    margin-left: 20px;
    padding: 10px;
    font-family: 'Mulish';
    font-weight: 900;
    transition: .7s all;
    font-size: 18px!important;
}

.btn_2:hover {
  background-color: white;
  color: #0F385A;
}

.btn1_2 a {
    text-decoration: none;
}

.car_outer_block {
    height: 500px;
    margin-top: 200px;
}

p {
    color: black;
    font-family: Mulish;
}


header h1 {
    font-size: 50px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Mulish'  , sans-serif;
    font-weight: 900;
}

header p {
    color: white;
    font-size: 20px;
    font-family: Mulish;
    margin: 0;
    padding: 0;
    margin-left: -100px;
}

.animation {
    width: 200px;
    height: 30px;
    transform: rotate(360deg);
}

.animation.h1 {
    width: 50%;
    margin-right: auto;
    margin-top: -30px;
}


.animation {
    height: 30px;
    width: 200px;
    background-color: #DCC048;
}



.foo {
    min-height: 33vh;
    margin-bottom: 10px;
    padding: 10px;
    color: white;
    text-transform: uppercase;
}

.foo-2 {
    background-color: green;
}


.content {
    text-align: center;
}

.content .our_human {
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    font-size: 35px!important;
    padding: 25px 0 25px;
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    margin-top: 17px;
}

/* animation */
.our.item {
    top: -20px;
    width: 54%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    position: relative;
    z-index: -10;
    left: 34%;
}

.item_1 {
    top: 45px!important;
    width: 72%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    z-index: -10;
    left: 14%;
    position: absolute;
}

.item_2 {
    bottom: 33px;
    width: 87%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    z-index: -10;
    right: 6.5%;
    position: absolute;
}


.b.item {
    bottom: 7px;
    width: 99%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    position: absolute;
    z-index: -10;
    left: .5%;
}
.a.item {
    bottom: 6px;
    width: 98%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    position: absolute;
    z-index: -10;
    left: .5%;
}


.c.item {
    bottom: 7px;
    width: 99%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    position: relative;
    z-index: -10;
    position: absolute;
    left: .5%;
}

.item_1.aos-init {
    top: -15px;
}

.different_face.item {
    top: 40px;
    width: 32%;
    margin: 0 0;
    padding-top: 14px;
    left: -5%;
    background: #DCC048;
    position: relative;
    z-index: -10;
    position: absolute;
    left: 34%;
}


.different_face.item.chalenges {
    top: 76px;
    width: 34%;
    margin: 0 0;
    padding-top: 14px;
    left: -5%;
    background: #DCC048;
    position: relative;
    z-index: -10;
    position: absolute;
    left: 33%;
}

.some.item {
    top: 15px;
    width: 57%;
    left: -5%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    position: relative;
    z-index: -10;
    position: absolute;
    left: 42.5%;
}
.think.item{
    top: 15px;
    width: 99%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    position: relative;
    z-index: -10;
    position: absolute;
    left: 1%;
}
.col-offset-1 img {
    padding: 15px;
}
.contact.item {
    bottom: 27px;
    width: 96%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    position: relative;
    z-index: -10;
    position: absolute;
    left: 3%;
}
.col_content i {
    opacity: 0.5;
}
.interested.item {
    bottom: 6px;
    width: 58%;
    margin: 0 0;
    padding-top: 14px;
    background: #1e35487a;
    position: absolute;
    left: 42%;
}
.Business_dev img {
    position: relative;
    z-index: 10;
}



/* animation */

.Needfor h4 {
    font-size: 21px;
    font-weight: bold;
    font-family: Mulish;
}

.Needfor li {
    font-size: 18px;
    font-family: 'Mulish';
    font-weight: 600;
}

.buseness_face h2 {
    font-size: 40px;
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    display: inline-block;
    position: relative;
}

.buseness_face p {
    font-size: 18px;
    font-family: "Mulish";
   font-weight: 600;
}

.techno h2 {
    color: white;
    z-index: 1000;
    font-size: 25px!important;
    font-family: 'Mulish', sans-serif;
    line-height: 1.6;
    font-weight: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}
.forpdng {
     color: white;
    z-index: 1000;
    font-size: 25px!important;
    font-family: 'Mulish', sans-serif;
    line-height: 1.6;
    font-weight: 900;
    top: 50%;
    left: 44%!important;
    transform: translate(-50%, -50%);
    text-align: left;
    
}
.forpdng1 {
     color: white;
    z-index: 1000;
    font-size: 25px!important;
    font-family: 'Mulish', sans-serif;
    line-height: 1.6;
    font-weight: 900;
    top: 50%;
    left: 41%!important;
    transform: translate(-50%, -50%);
    text-align: left;
    
}
.row {
    margin-top: 35px;
}
.customers h2 {
    text-align: center;
    font-size: 40px;
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 4px;
    display: inline-block;
    position: relative;
}
.item_3 {
    top: -20px;
    width: 61%;
    margin: 0 0;
    padding-top: 18px;
    background: #DCC048;
    position: relative;
    left: 26%;
    z-index: -10;
  }

.customers p {
    font-family: 'Mulish';
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 32px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-top: 7px;
}

.companies h3 {
    font-family: 'Mulish' , sans-serif;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    margin: 30px;
}

.local h3 {
    text-align: center;
    margin: 30px 0;
}


h2 {
    font-size: 30px !important;
}

.for_carousel {
    width: 84% !important;
    margin: auto;
}


.lowertext h3 {
    text-align: left;
}

.lowertext h3+p {
    text-align: left;
    color: white;
    line-height: 1.2;
    margin-bottom: 130px;
}


.txt-right h3+p {
    text-align: left;
    color: white;
    width: 90%;
    font-size: 14px;
    margin-top: 23px;
}

.txt-right h3+p+p {
    text-align: left;
    color: white;
    width: 90%;
    font-size: 14px;
}

.spring {
    color: black;
    padding-top: 10px;
    position: relative;
    text-align: left !important;
    top: 25px;
    font-size: 14px !important;
}

.spring+p {
    margin-top: 25px;
    text-align: left !important;
    color: black;
}


.btn span {
    margin: 5px;
}

.cont_bg {
    background-image: url('../assets/interested.png');
}

footer a {
    color: #323232;
    font-weight: 600;
}

.location p {
    font-family: 'Mulish';
}

address p {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Mulish';
    color: black;
}

.location_address,
.location_email,
.location_phone {
    font-weight: 900 !important;
    font-size: 20px;
    margin-bottom: 7px;
    margin-top: 20px;
    text-transform: uppercase;
}
.location {
    text-align: center;
}
.location address {
    text-align: left;
}

.location h2 {
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    padding: 20px 0;
    padding-top: 75px;
    display: inline-block;
    position: relative;
}

.cont_bg h2 {
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    text-align: center;
    margin-bottom: 75px;
    position: relative;
    z-index: 1000;
    font-size: 30px;
} 

h1 {
    text-transform: uppercase;
}
h2 {
    text-transform: uppercase;
}

.thinking_block {
    text-align: center;
}
 .col_content {
     text-align: left;
 }
.thinking_block h2 {
    text-align: center;
    font-weight: 900;
    display: inline-block;
    position: relative;
    font-family: 'Mulish';
}

#contact_us {
    margin-top: 100px;
}
footer {
    padding-bottom: 70px;
}
footer ul .nav-link {
    color: #323232;
    margin: 20px;
  font-family: 'Mulish';
}
.nav.flex-column.desc {
    z-index: 1000;
    left: 3%;
    top: 100px;
}
/*.desc_bg1 {*/
/*    position: absolute;*/
/*    width: 240px;*/
/*    height: 100%;*/
/*    background: rgb(30, 53, 72);*/
/*    z-index: -10;*/
/*    display: block;*/
/*    left: -28px;*/
/*    top: -20px;*/
/*    opacity: 0.7;*/
/*    padding: 45px!important;*/
/*    margin-top: -35px!important;*/
/*}*/
/*.desc_bg {*/
/*    position: absolute;*/
/*    width: 240px;*/
/*    height: 250px;*/
/*    background: rgb(30, 53, 72);*/
/*    z-index: -10;*/
/*    display: block;*/
/*    left: -28px;*/
/*    opacity: 0.7;*/
/*    padding: 20px!important;*/
/*    margin-top: -15px;*/
/*}*/

footer i {
   margin: 10px 5px 0 5px;
   color: #323232;
}

.fa-whatsapp {
    margin-right: 25px;
}
.dn {
    display: none;
}
.coca_cola_block_dn {
    display: none;
}

.row  img {
    width: 100%;
}



.row .intern img {
    width: 100%;
 height: auto!important;
}

.intern>.row>div {
    display: flex;
    justify-content: center;
    align-items: center;
   
}



/* 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;
    font-size: 28px!important;
}

.carousel .conclusion  {
   margin-top: 20px;
}

.carousel .chalenge  {
    margin-top: 20px;
 }


 .carousel h2 {
    font-weight: bold;
    font-family: 'Mulish';
    font-size: 39px!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;
    padding-left: 30px;
}
.carousel .col-md-5.left+div {
    padding-right: 50px;
}
.btn br {
    display: none;
}

body p:not(.carousel p){
    font-size: 18px;
}
.carousel .btn-left , .carousel .btn-right {
    font-size: 20px;
}
video {
    display: block;
}


div#contact_us h2 {
   font-family: 'Mulish';
   font-weight: 700;
}

/* carousel block  end*/
/* carousel block  end*/
/* carousel block  end*/


.row  .pfizer-block a {
    position:relative;
    left:-15px;
}

.row div .viza-block a {
    position:relative;
    left:-75px;
}

/* ========================================================MEDIA=============================================================== */

.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';
} 
.companies img {
    filter: grayscale(100%);
}
.companies img:hover {
    filter: grayscale(0%);
    cursor: pointer;
}

.br_mob {
    display: none;
}

.br_desc{
    display: block;
}

#contact_us {
    background-image: url("../assets/interested.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    text-align: center;
}

#contact_us h2 {
    font-size: 50px;
}

#contact_us h2 {
   font-size: 30px;
   font-weight: bold;
   display: inline-block;
   position: relative;
}

.thinking_block.mobile {
    display: none;
}



.nav.flex-column.position-fixed.mob  {
    display: none;
  
  }




/* media 991.98 */
/* media 991.98 */
/* media 991.98 */


.navbar.navbar-expand-lg {
    display: none!important;
}

.overlay {
   display: none;
}

.img_mob {
    display: none;
}

.img_desc {
   display: block;
}
.btn.btn-int-show  , .btn.btn-loc-show , .btn.btn-int-less  , .btn.btn-loc-less  {
    display: none;
}
.visa {
    margin-top: 60px!important;
    padding-right:16px!important;
}
/* .danon {
    margin-top: 10px!important;
} */
.danon-block {
    margin-top: 68px!important;
}
.row .intern .visa ,.row .intern .danon {
    width: 90%!important;
}
.row .intern .visa {
    margin-left: -23px;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
 }

 .sol_img_desc {
     display: block;
     height: 425px!important;
 }
 .sol_img_mob {
    display: none;
}

.modal-dialog {
    margin: 0rem;
}

.modal-body li {
    font-size: 20px;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: bold;
}
footer  .fa-linkedin-in {
    font-size: 18px;
    }

    #preloader {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -45;
        pointer-events: none;
     }





     footer .social .linkedin {
        top: 2px;
        position: relative;
        right: 5px;
    }
    
    .carousel .pos-left {
 position: absolute;
 color: black!important;
 z-index: 70;
 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: 1000;
   }
   .carousel .pos-left .bg ,  .carousel .pos-right .bg {
    position: absolute;
    z-index: 80;
    top: 0;
    bottom: 0;
    opacity: 0;
   width: 50px;
   background:#DCC048;
   }
   .carousel .pos-right span{
    transform:rotate(90deg);
    right:0px;
    white-space: nowrap;
    color:white;
    z-index: 100;
   }
   .carousel:hover .pos-left  {
    opacity: 1;
    width: 50px;
    transition: all 2s;
}
.carousel:hover .pos-left .bg  {
    opacity: 0.5;
    transition: all 2s;
}
.carousel:hover .pos-right .bg  {
    opacity: 0.5;
}
   .carousel:hover .pos-right {
    opacity: 1;
       width: 50px;
       transition: all 2s;
   }


   .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;
}


/* .carousel-inner::after {
    position: absolute;
    content:'';
    height: 100%;
    width: 50px;
    background:#DCC048;
    z-index: 10000;
    opacity: 0;
    left: 0;
}
.carousel-inner::before {
    position: absolute;
    content:'';
    height: 100%;
    width: 50px;
    background:#DCC048;
    z-index: 10000;
    opacity: 0;
    right: 0;
} */
/* .carousel-inner:hover  .btn.btn-left , .carousel-inner:hover  .btn.btn-left  {
    opacity: 1;
}
.carousel-inner:hover::after {
    opacity: 1;
}
.carousel-inner:hover::before {
    opacity: 1;
} */
/* survay form */
/* survay form */
/* survay form */
/* survay form */
.modal-dialog {
    max-width: 70%!important;
    margin:auto!important;
       margin-top: 100px!important;
    margin-bottom: 100px!important;
}
.modal-content {

    background-color: #0f385ace;
}
.modal.show {
 padding-right: 0!important;
}
.for-width {
    width: 48%;
}
.for-float {
    width: 48%;
    float: right;
    margin-top: -68px;
}





h1 {
    margin-bottom: 0rem;
}

p.check {
    font-weight: bold;
    color: red;
    font-size: 12px;
    text-align: left;
}

.for_h1 {
    font-family: 'Mulish' , sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    margin: 0px 20px 0px -29px;
    color: white;
}


.container {
    text-align: center;
}


 button {
  outline: none!important;
  width: 100%;
  padding: 10px 0px;
background-color: transparent;
border: 1px solid white;
color: white;
font-size: 12px;
font-weight: bold;
white-space: nowrap;
}
#phone {
    margin: 15px 0;
}


.submit {
 width: 45%;
 margin: 15px 0;
 margin-left: auto;
 text-align: center;
 float: right;
 background-color: #DCC048;
 color: black;
padding: 10px 0;
vertical-align: middle;
font-weight: bold;
border-radius: 0px;
    border-color: #DCC048;
}
.submit:hover {
    background-color: #DCC048;
   }
.go-back {
    float: left;
    font-size: 18px;
    vertical-align: middle;
    margin: 15px 0;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin-top: 30px;
}
.textarea {
    width: 100%;
    height: 20vh;
    margin-top: -20px;
    outline:none;
    color:#495057;
    padding: 11px;
}
.textarea.form-control {
    height:20vh;
}

.col-12 {
    margin-top: 10px;
}

::placeholder {
    color: rgb(0, 0, 0);
}
form {
    width: 101%;
}



.form-control {
    border:none;
  margin: 15px 0;
  border-radius: 0px!important;
}
.mob_br {
    display: none;
}
  
.go-back_desc {
    position: relative;
    display: block;
    color: white;
    right: -71%;
    top: -36px;
}
.go-back_desc:hover {
    color: white;
}


.cat.active {
    background-color: #DCC048;
    color:black;
}

.cat {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
    border: none !important;
 }
.for_button  {
    padding-left: 5px;
    padding-right: 5px;
}
.for_button.left  {
    padding-left: 15px;
    padding-left: 15px;
}


 .modal-content .row {
     margin-top: 0;
 }
 .modal-content .col-12 {
    margin: 0;
}
 .modal-content  .for_h1 {
     padding: 40px 30px;
 }

.kerb {
    margin-top: -50px!important;
}

  


@media (max-width:991.8px){
    
    header p {

    margin-left: 0;
}
    .dubai {
        margin-top: 20px!important;
    }
   
 .desc_bg1 {
     display: none;
 }
    .content .our_human {
        display: inline-block;
        background:none;
        width: auto;
        margin-top: 0px;
    }
    .carousel .pos-left , .fa-arrow-left , .fa-arrow-right , .carousel .pos-right {
   display: none;
    }

.for_h1 {
    font-size: 26px!important;
    padding: 0 5px;
    margin: 75px 0 25px 0!important;
}  
    * {
        font-size: 14px!important;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .go-back_desc {
        display: block;
    }
  ::placeholder { 
        color: rgb(0, 0, 0)!important;
        opacity: 1!important;
        font-weight: bold;
      }
      
      .mob_br {
        display: block;
    }
      
      
      ::-ms-input-placeholder { 
        color: rgb(0, 0, 0)!important;
        font-weight: bold;
      }

    form {
        width: 100%;
    }
 input.form-control  {
     border-radius: 0px!important;
     padding: 20px 12px!important;
     text-align: center;
     margin: 18px 0;
 }

 .col-12 .submit {
  float: none;
  width: 100%;
  font-weight: 600;
  border-radius: 0px;
  padding: 14px 0;
  font-weight: 800;
  font-size: 18px;
  font-family: 'Mulish';
  background-color: #DCC048;
 color: black;
  color: white;
}

.w1 {
    width: 60%;
}
.w2 {
    width: 85%;
}

.w3 {
    width: 70%;
}
.w4 {
    width: 100%;
}
.w5 {
    width: 100%;
}
.w6 {
    width: 88%;
}
.w7 {
    width: 85%;
}
.w8 {
    width: 20%;
    text-align: center;
}

.w8 span {
    font-size: 14px;
    margin-left: -7px;
}

.row>.col-12 {
    text-align: left;
    padding:0 20px;
}

  button {
  background-color: white;
  border: .5px solid #323232;
  text-align: center;
}
.go-back {
    display: none;
}
.go-back_desc {
    font-size: 18px!important;
    font-weight: bold;
    top: -65px;
    left: 147px;
    position: relative;
}
.col-jutify {
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.for_h1 {
    margin-bottom: 15px;
}
.for-float {
    margin-top: -77px;
}


button {
    outline: none!important;
    width: 100%;
    padding: 10px 0px;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  }

.to_up {
    top: -3px!important;
    position: relative!important;
}
}


/* survay form */
/* survay form */
/* survay form */
/* survay form */
/*@media (max-width: 1024px) {*/
    
    
/*    .open-overlay {*/
/*        padding: 4px 4px 9px 6px!important;*/
/*        width: 6%;*/
/*        right: 2.5rem;*/
/*    }*/
/*}*/
.desc1024 {
    display:none;
}

@media(min-width: 1024px) and (max-width:1375px) {
      .content .container-lg .our_human{
          font-size: 32px!important;
      }
      .content .our_human .item_1 {
    top: 43px!important;
    width: 78%;
    margin: 0 0;
    padding-top: 12px;
    background: #DCC048;
    z-index: -10;
    left: 11%;
    position: absolute;
}
.content .our_human .item_2 {
    bottom: 32px;
    width: 95%;
    margin: 0 0;
    padding-top: 12px;
    background: #DCC048;
    z-index: -10;
    right: 2.5%;
    position: absolute;
}

.row .techno h2 {
    font-size:22px!important;
}
.row .col-12 .for_h_11 .different_face.item {
    left:31%;
    width:38%;
}
.row .col-12 .for_h_11 .different_face.item.chalenges {
    width: 40%;
    left: 30%;
}
.open-overlay {
    width:4.5%;
}
.video-foreground iframe {
    display:block;
}
.desc1024 {
    display:block;
}
.video-background img {
    display:block;
}
  }


@media (max-width: 991.98px) {
    .overlay-video {
        display:block;
    }
    .desc1024{
        display:block;
    }
    #vid source {
        display:none;
    }
    
    #vid img {
        display:none;
        width:100%;
        height:100vh;
    }

    .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;
    }
    .modal-dialog {
        max-width: 100%!important;
        margin-top: 0!important;
    margin-bottom: 0!important;
    }

    .nav.flex-column {
  display: none;
    }
    .carousel .col-md-5.left  {
        padding-left: 15px;
    }
    .carousel .col-md-5.left+div {
        margin-top: 15px;
    }
    .dn_dn_dn {
        display: none;
    }
    #preloader {
        display: none;
    }
    footer  .fa-linkedin-in {
        font-size: 22px;
        }
    
    .img_desc {
        display: none;
    }
    .img_mob {
        display: block;
    }

    h2.case_studies {
       font-size: 26px;
    }

    .left_block h2 {
       font-size: 26px!important;
    }

    .a.item {
        display: none;
    }
    .b.item  {
    display: none;
    }
    .c.item {
       display: none;
    }

    
.companies {
 padding: 0 15px;
}

.companies .row img {
   margin-left: auto!important;
   margin-right: auto!important;
   width: 80%!important;
 }


 .buseness_face p {
     padding: 0 20px;
}
    
 .sol_img_desc {
    display: none;
}
.sol_img_mob {
   display: block;
}

.js-player.desctop {
    display: block!important;
}

   .img_mob {
    filter: brightness(40%)!important;
}

.Needfor {
    padding: 20px 0;
}
    .first_busseness_development {
       margin-top: 0;
    }
    
    .interested.item {
        width: 99%;
        left: 1%;
    }

    .col_content {
        bottom: 40%;
        left: 15px;
        height: 35%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
.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;
}
.btn.btn-int-show  , .btn.btn-loc-show {
    display: none;
}
.intern>.row>div.img_desc_logo_int {
  height: 0;
  overflow: hidden;
  opacity: 0;
 transition: 1s all;
}

.img_desc_logo_loc {
    height: 0;
  overflow: hidden;
  opacity: 0;
 transition: 1s all;
 
}
.modal_techno .modal-content {
        background-color: #1a4670e3;
        top: 50%;
        transform:translate(0,-50%);
    }
    .modal-content ul {
        padding: 75px 12px 15px!important;
        color: white;
        font-size: 18px;
    }
 .modal-content {
        padding: 0rem 0rem;
        
    }

    .btn.close-modal {
      margin: 0 0 10px 0;
      z-index: 10000;
      color: white;
    }

    .some.item {
        top: 42px;
        width: 99%;
        left: 1%;
    }
    
    

    .row .techno ul
     {
       pointer-events: none;
    }

    .img_mob {
        display: block;
    }
 
   .img_desc {
       display: none;
   }
   .modal-backdrop.show {
    display: none;
}

    .item_1 {
        top: 37px!important;
        width: 76.5%;
        margin: 0 0;
        padding-top: 14px;
        background: #DCC048;
        z-index: -10;
        left: 23%;
        position: absolute;
    }

    .item_2 {
    bottom: 31px;
    width: 52%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    z-index: -10;
    left: 2.5%;
    position: absolute;
    }


    .overlay {
        display: block;
     }


    
    .nav.flex-column.desc {
        display: none!important;
      }


    .br_mob {
        display: block;
    }
    .br_desc {
        display: none;
    }
    

 .social-mob {
    position: absolute;
    right: 9%;
    top: 100px;
    z-index: 1000;
    display: flex;
    bottom: 0;
    justify-content: flex-end;
}

 .social-mob * {
    display: block;
    margin: 10px 0;
    text-align: left;
    color: white;
    font-size: 20px;
} 

 .social-mob .menu {
    transform: rotate(-90deg);
    position: relative;
    left: -15px;
    top: -12px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Mulish';
}
#logo {
    top: 50px;
    left: 4%;
}
#logo img{
   width: 165px!important;
}


header .container {
    position: relative;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    font-weight: bold;
    transform: scale(1.25);
}
.video-foreground {
    display: flex;
}

.video-background video {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-foreground + .container {
    z-index: 2000;
}

header h1 {
    width: 100%;
    padding-left: 0;
    font-size: 26px;
}
header p {
    width: 100%;
    padding-left: 0;
    font-size: 15px;
}
.we_know {
   left: 4%;
   position: absolute;
   margin-left: 0;
   border: none;
   padding: 0;
}

.pos_menu {
    display: none;
}


.content_block_left img , .content_block_right img{
    width: 100%;
    height: 500px!important;
}
.content .our_human {

    font-size: 26px!important;
}

.Business_dev * {
    color: white;
}

.content_block_left .left_block  {
    left: 8%;
}

.content_block_right .left_block  {
    left: 8%;
}


.left_block p {
    font-size: 14px;
    padding: 0;
    padding: 10px 0;
    margin-top: -5px;
}

.content_block_left img, .content_block_right img {
    width: 100%;
    height: 900px!important;
}
.Needfor h4 {
    font-size: 26px;
}

.Needfor li {
    font-size: 15px;
}

.buseness_face h2 {
 color: #323232;
 display: inline-block!important;
 background:none;
 padding: 0 0 0 0!important;
 width: auto!important;
 margin-left: 15px!important;
}

.techno h2 {
    font-size: 26px!important;
    padding: 50px;
}

.row .techno {
  margin-top: 25px;
  height: 70%;
}

.customers h2 {
   color: #323232;
}
.customers p {
    color: #323232;
    margin-top: 10px;
 }
 
 .local h3 , .companies h3  {
    color: #323232;
    font-size: 25px!important;
}
.local h3 {
    margin-top: 60px!important;
}
.carousel.carousel-flexity{
    display: block;
}
.intern .row {
    margin-top: -20px!important;
}
.companies .row .kerb {
    margin-top:5px!important;
    width: 70%!important;
}
.flickity-page-dots {
    display: none;
}

.flickity-prev-next-button.previous {
    display: none;
}
.flickity-prev-next-button.next {
    display: none;
}

.dynamic_bts {
    display: none!important;
}
.container-lgcont_bg {
    text-align: center;
}





.carousel-cell {
    width: 70%;
    height:500px;
    margin-right: 10px;
    border-radius: 5px;

  }

  .carousel-cell img {
    width: 100%;
    height: 100%;
  }


 .carousel-cell:before {
    width: 100%;
  }
   
.thinking_block.desctop {
    display: none;
}

.thinking_block.mobile {
    display:block;
    margin-top: 50px;
}

.location iframe {
    width: 100%;
}
address {
    padding: 50px;
}
.location_address, .location_email, .location_phone {
   font-size: 26px;
}
.location p {
    font-size: 42px;
}




/* footer 992 */

footer {
    padding-top: 50px;
    padding-bottom: 40px;
}
footer .nav {
    display: none;
}

footer .col-12 {
    display: flex;
    justify-content: center;
}

footer .social a {
    font-size: 25px;
}

footer .social {
  position: absolute;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer i {
    margin: 0;
    color: #323232;
}

.social {
    text-align: left;
} 

.col-lg-6.map {
    padding-right: 0px; 
   padding-left: 0px; 
}

footer .social a {
    padding: 0 5px;
    color: #323232;
    font-size: 20px;
 text-align: left;
}

footer .row .col-12 {
   align-items: center;
   position: relative;
 
 }

footer .row img{
 width: 165px;
   display: block;
   position: relative;

}
footer .row {
    justify-content: center;
    align-items: center;
 }
/* footer 992 */

.fa-bars {
    top: 43px;
    position: fixed;
    font-size: 25px!important;
    transform: scale(1.4,1);
    color: white;
    right: 7%;
    z-index: 800;
    border-radius: 3px;
    padding: 5px;
    background-color: #335B6B;
}

.nav.flex-column.position-fixed.mob {
    height: 0vh;
    
}

.nav.flex-column.position-fixed.mob .nav-item {
  text-align: right;

}


.nav.flex-column.position-fixed.mob.show {
    display: flex;
    top: 0;
    right: 0;
    height: 100vh;
    left: 0;
    opacity: 1;
    transition: .7s all;
    z-index: 10000;
    position: absolute;
    justify-content: center;
    align-items: center;
    background: #06064b9e;

}
.nav-link {
   font-size: 35px;
}


div.content_block_left img, div.content_block_right img {
    width: 100%;
} 

.row .techno ul {
    height: 0px;
}


div#contact_us h2 {
    font-size: 28px!important;
}
.btn_1, .btn_2 {
    width: 90%;
    margin: auto;
    margin-top: 20px;
    font-size: 18px!important;
    text-align: center;
}
.location h2 {
    font-size: 28px!important;
    overflow: hidden;
}
.location p {
    font-size: 17px!important;
}
address {
    padding: 0 20px;
}



/* 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-content>div {
      display: inline-block;
      text-align: left;
  }
   

  
  .overlay a {
    padding: 8px!important;
    text-decoration: none;
    font-size: 20px!important;
    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!important;
  }
/* navigation menu end*/
/* navigation menu end */
/* navigation menu end*/
/* navigation menu end*/



.carousel-item.active {
    transition: 1s all;
}

.carousel-item {
    height: 725px;
}
.carousel .hide {
 display: none;
}

.carousel .show_hide {
display: block;
margin-top: 10px;
}
.carousel .conclusion+p {
width: 100%;
}


}


/* media 991.98 */
/* media 991.98 */
/* media 991.98 */




.car_desc_img {
    display: block;
}

.car_mob_img {
    display: none;
}
.thinking_block_3 img {
    height: 100%!important;
}

.for_h_11 {
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block!important;
    padding: 25px 0;
}
.img_desc {
    display: block;
}
.img_mob {
    display: none;
}





@media (max-width: 991.98px) { 

.location_number {
    color: black!important;
    -webkit-text-fill-color:black!important;
}

    .block-a , .block-b, .block-c {
        height: 550px;
        position: relative;
    }
    .block-a:after , .block-b:after, .block-c:after {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       z-index: 100;
       background-color: #32323279;
    }
.block-a {
background-image: url('../assets/buseness3.png');
background-size: cover;
background-repeat: no-repeat;
}

.content_block_left .left_block , .content_block_right .left_block  {
    z-index: 200;
}

.block-b {
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../assets/buseness2.png');
}
.block-c {
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../assets/buseness1.png');
}



    .img_desc {
        display: none!important;
    }
    .img_mob {
        display: block;
    }
    .different_face.item {
        top: 42px;
        width: 70.8%;
        left: 14.7%;
        display: block;
    }

    .different_face.item.chalenges {
        top: 71px;
        width: 52.5%;
        left: -5%;
        left: 46.2%;
        display: block!important;
    }   
    
.for_techno h2 {
    text-align: left;
}

 .flickity-viewport {
     height: 320px!important;
 }
   

  
    .carousel-cell img {
        width: 100%;
        height: 306px;
    }
    .car_desc_img {
        display: none;
    }
    
    .car_mob_img {
        display: block;
        widows: 100%;
     
    }
    .modal-lg {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
    }


  
}







@media (min-width: 415px) and (max-width: 768px) {
        * {
            font-size: 18px!important;
        }
        .open-overlay {
            width: 6%;
        }
        
        .different_face.item {
            top: 16px;
            width: 94.8%;
            left: 0.7%;
            display: block;
        }

        .different_face.item.chalenges {
            top: 52px;
            width: 97.5%;
            left: -5%;
            left: 1.2%;
            display: block!important;
        }
        .buseness_face {
            text-align: center!important;
        }
        .some.item {
    top: 52px;
    width: 99%;
    left: 1%;
}

.companies .row img {
    width: 60%!important;
}
.carousel-cell img {
    height: 420px;
}





    }
    
    
   








@media (max-width: 400px) {
    
 .open-overlay {
     padding: 3px 5px 10px 5px!important;
 }
    
    header .social-mob * {
        display: block;
        margin: 13px 0;
        font-size: 20px;
    }
    header h1 {
        font-size: 30px!important;
    }
    header p {
        font-size: 17px!important;
    }
 
    .content .our_human {
        font-size: 26px!important;
    }
    .left_block h2 {
        font-size: 26px!important;
    }
    .left_block p {
        font-size: 16px!important;
        padding: 0;
        padding: 10px 0;
        margin-top: -5px;
    }
    .Needfor h4 {
        font-size: 25px;
    }
    .Needfor li {
        font-size: 16px!important;
        padding: 7px 0;
    }

    .content_block_left img, .content_block_right img {
        width: 100%;
        height: 590px!important;
    }
    .Needfor {
        padding: 15px 0;
        top: -32px;
    }
    .buseness_face h2 {
        font-size: 26px!important;
    }
    .techno h2 {
        font-size: 26px!important;
        padding-left: 20px;
    }
    .buseness_face p {
      color: #323232;
      font-size: 18px!important;
    }
    .customers h2 {
        font-size: 26px!important;
    }
    .local h3, .companies h3 {
        font-size: 26px;
    }
    .customers p {
       font-size: 17px;
    }
    .btn-loc-show {
        display: none!important;
    }

  .content .container-lg {
      padding-left: 0;
      padding-right: 0;
  }

  .location_address, .location_email, .location_phone {
    font-size:17px;
}
 .col-lg-3.techno {
     height: 300px;
     margin-top: 20px;
 }

 .col-lg-3.techno img{
    height: 300px!important;
    width: 100%;
}



.different_face.item {
    top: 15px;
    width: 49.5%;
    margin: 0 0;
    padding-top: 14px;
    left: -5%;
    background: #DCC048;
    position: relative;
    z-index: -10;
    position: absolute;
    left: 47.2%;
}
.different_face.item.chalenges {
    top: 45px;
    width: 52%;
    margin: 0 0;
    padding-top: 14px;
    left: -5%;
    background: #DCC048;
    position: relative;
    z-index: -10;
    position: absolute;
    left: 47.2%;
}




.col_content h3 {
font-size: 20px!important;
}
.col_content p {
    font-size: 16px!important;
}
.col_content a {
    position: relative;
}

.carousel-cell {
    width: 80%;
    margin-right: 10px;
    border-radius: 5px;
}

}

@media (max-width: 320px) {
        .different_face.item {
    top: 14px;
    width: 46.5%;
    margin: 0 0;
    padding-top: 11px;
    left: -5%;
    background: #DCC048;
    position: relative;
    z-index: -10;
    position: absolute;
    left: 0.2%;
}

.different_face.item.chalenges {
    top: 45px;
    width: 55%;
    margin: 0 0;
    padding-top: 11px;
    left: -5%;
    background: #DCC048;
    position: relative;
    z-index: -10;
    position: absolute;
    left: 0.2%;
}

.interested.item {
    width: 55%;
    left: 23%;
}
        
    }






