@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




@font-face {
  font-family: "Helvetica";
  src: url('../fonts/Helvetica/Helvetica.woff') format('woff'),
      url('../fonts/Helvetica/Helvetica.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url('../fonts/Helvetica/Helvetica.ttf') format('woff'),
      url('../fonts/Helvetica/Helvetica.ttf') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Helvetica Light";

  src: url('../fonts/Helvetica_Light/helveticalight.woff') format('woff'),
      url('../fonts/Helvetica_Light/helveticalight.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
 
p{  
   font-weight: 700px;
   font-family: "Poppins", sans-serif !important;

  letter-spacing: 1px !important;
  font-size: 15px !important;

}



/* SCROLLBAR CSS */
::-webkit-scrollbar { 
  background-color: #ffc30d;
  width: 15px;
}

::-webkit-scrollbar-thumb { 
  background-color: #005692;
  border-radius: 0px;
}


#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: black;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}


@font-face {
  font-family: 'thefont';
  src: url('../fonts/jaapokkienchance-regular-webfont.woff2') format('woff2'),
       url('../fonts/jaapokkienchance-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'thefont2';
  src: url('../fonts/fpslineicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

*  { 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* NAVBAR SECTION CSS */
.navbar_section { 
  width: 100%;
  background-color: transparent;
  position: relative;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    height: 100vh;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
  padding: 10px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-family: 'thefont';
      font-size: 36px !important;
    letter-spacing: 10px;
    margin-bottom: 7px;
    margin-top: 30px;
      text-transform: uppercase;
}



.overlay a:hover, .overlay a:focus {
    text-decoration: none !important;
    color: #ffc30d;
    letter-spacing: 3px;
 }


.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 100px;
  z-index: 9;
}

@media screen and (max-height: 600px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.logo img{ 
  width: 90%;
  padding: 0px 160px;
}

.opennav i{ 
  padding: 0px 100px;
  font-size: 30px;
  cursor: pointer;
  color: white;
}

.closebtn i{ 
  padding: 0px 100px;
  font-size: 30px;
  cursor: pointer;
  color: white;
}

.navbar span { 
  font-size: 30px;
  cursor: pointer;
  color: white;
  padding: 0 20px;
}

/* BANNER SECTION CSS */
.banner_section { 
  width: 100%;
  height: 100vh;
  padding: 10px 0;
  background: url(../images/banner-bg.webp) no-repeat center center;
  background-size: cover;
  position: relative;
}

.banner_title { 
  padding: 0 100px;
  padding-top: 200px;
  font-size: 100px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  text-transform:none;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.animated_text { 
  color: #ffc619;
  border-right: 5px solid #fff;
  height: 30px;
}
.banner_button { 
  margin-top: 20px;
  text-align: left;
  padding-left: 100px;
}

.banner_button a { 
  text-decoration: none;
  color: white;
  background-color: #044e80;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* ABOUT SECTION CSS */
.about_section { 
  width: 100%;
  padding: 55px 0 155px 0; 
  background-color: #1d1d1d;
}
.about_section .container { 
  background: #1d1d1d;
}
.about_title { 
  font-size: 100px;
  font-weight: 700;
  color: #cbcbc9;
  text-align: center;
  font-family: 'thefont';
}

.about_desc { 
  font-size: 20px;
  font-weight: 400;
  color: #cbcbc9;
  text-align: center;
}

.about_main_title { 
  padding: 20px 0;
  margin-bottom: 20px;
}

.about_images_list { 
  margin-top: -150px;
  /* column-count: 3;
   */
   columns: 300px;
   column-gap: 0px;
   padding: 0px 100px;
   margin-bottom: 50px;
}

.about_images_list img {
    width: 99%;
    margin: 0px 0px;
    border-radius: 0px;
    border: 1px solid #000;
    margin: 3px auto;
    display: flex;
    justify-content: center;
}

/* .about_images_list img:hover { 
  transform: scale(1.1);
  transition: all 0.3s ease;
  filter: grayscale(0) brightness(1);
} */


/* EFFECT SECTION CSS */
.effect_section { 
  width: 100%;
  padding: 20px 0;
  background-color: #1d1d1d;
}

.effect_title { 
  font-size: 100px;
  font-weight: 700;
  color: #cbcbc9;
  text-align: center;
  font-family: 'thefont';
}
.effect_dot { 
  font-size: 30px;
  font-weight: 500;
  color: #cbcbc9;
  text-align: center;
  margin-top: 20px;
  color: #ffc619;
  font-family: 'thefont';
}

.effect_box { 
  padding: 20px 0;
  padding-top: 35px;
  color: #cbcbc9;
  display: flex;
}

.effect_no { 
  border-right: 2px solid #cbcbc9;
  padding-right: 20px;
}

.effect_no h2{ 
  font-size: 100px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'thefont';
} 

.effect_desc { 
  padding-left: 20px;
}

.effect_desc h2{ 
  font-size: 20px;
  color: white; 
   font-family: "Poppins", sans-serif !important;

}

.effect_desc p{ 
  font-size: 15px;
  color: #cbcbc9;
      text-align: justify;
}


/* SERVICE SECTION CSS */
.service_section { 
  width: 100%;
  height: 100%;
  padding: 60px 0px 40px 0px;
  background-color: #f5f5f5;
}

.service_title h2 { 
  font-size: 100px;
  font-weight: 700;
  color: black;
  text-align: center;
  font-family: 'thefont';
}

.service_desc p{ 
  font-size: 15px;
  font-weight: 400;
  color: #3f3f3f;
  text-align: center;
}

.service_dot { 
  font-size: 40px;
  font-weight: 700;
  color: #ffc619;
  text-align: center;
  font-family: 'thefont';
}

.service_box { 
  padding: 20px;
  padding-top: 0px;
  color: black;
  height: 300px;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 2px;
   font-family: "Poppins", sans-serif !important;

}


.banner_title h2{
     font-family: "Poppins", sans-serif !important;

}


.service_info h3{ 
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif !important;
}


.service_info p{ 
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  color: #3f3f3f;
}

.service_button a{ 
  text-decoration: none;
  color: #62819f;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.service_no img{ 
  color: #1d1d1d;
  width: 35px;
  margin-bottom: 20px;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
}

/* SPACE SECTION CSS */
.space_section { 
  width: 100%;
  height: 100vh;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #000000b0;
}

.back-video { 
  filter: grayscale(0) brightness(0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -999;
  object-fit: cover;
}



@media (min-aspect-ratio: 16/9) {
  .back-video { 
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .back-video { 
    width: auto;
    height: 100%;
  }
}



.space_title h2{ 
  font-size: 100px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'thefont';
  transition: all 0.3s ease;
}

.space_title h2:hover {
  -webkit-text-stroke: 2px white;
  color: transparent;
}

.space_dot { 
  font-size: 35px;
  font-weight: 400;
  color: #ffc619;
  text-align: center;
  font-family: 'thefont';
  margin: 12px 0px 15px 0px;
}

.space_info p{ 
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}



.clients_section { 
  width: 100%;
  /* height: 80vh; */
  padding: 20px 0;
  background-color: #f5f5f5;
}

.clients_title h1{ 
  font-size: 100px;
  font-weight: 700;
  color: black;
  text-align: center;
  font-family: 'thefont';
}
.clients_title h2{ 
  font-size: 100px;
  font-weight: 700;
  color: black;
  text-align: center;
  font-family: 'thefont';
}

.clients_desc p{ 
  font-size: 15px;
  font-weight: 400;
  color: #8a8a8a;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.aboutinnerpg_secleft  p{
  color: #3f3f3f !important;
}

.clients_dot { 
  font-size: 30px;
  font-weight: 400;
  color: #ffc619;
  text-align: center;
  font-family: 'thefont';
}

.clients_slider { 
  width: 100%;
  height: var(--height);
  overflow: hidden; 

}

.clients_slider .clients_list { 
  display: flex;
  width: 100%;
  min-width: calc(var(--quantity) * var(--width));
  position: relative;
  /* gap: 20px; */
  /* animation: scroll 20s linear infinite; */
}

/* @keyframes scroll {
    0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
} */

 .clients_list .item { 
    margin-top: 20px;
    width: var(--width);
    height: var(--height);
    /* position: absolute; */
    left: 100%;
 }
.responsiveslider img{
  height: 150px; 
}

.slick-prev{
  display: none  !important;
}

.slick-next{
  display: none  !important;
}

.mentions_sectionbox img{
  height: 180px;
  width: auto !important;
  margin: 0px 10px;
  margin: 0 auto;
}

/* @keyframes autoRun {
  from{
    left: 100%;
  }
  to {
    left: calc(var(--width) * -1);
  }
} */
/* 
.clients_slider:hover .item { 
  animation-play-state: paused;
  filter: grayscale(1) brightness(1);
}

.clients_slider .item:hover { 
  filter: grayscale(0) brightness(1); 
} */
  
.clients_slider .clients_list .item img { 
   object-fit: contain;
    margin: 20px 0px 20px 0px;
    height: 190px;
    display: flex;
    align-items: center;
    text-align: center;
  } 

  /* MENTIONS SECTION CSS */

  .mentions_section { 
    width: 100%;
    height: 40vh;
    padding: 20px 0;
    background-color: #fff;
  }

  .mentions_slider { 
    width: 100%;
    height: var(--height);
    overflow: hidden; 
  
  }
  
  .mentions_slider .mentions_list { 
    display: flex;
    width: 100%;
     position: relative;
    gap: 20px;
    animation: scroll123 50s linear infinite;
    width: 100%;
    min-width: calc(var(--quantity) * var(--width));
    }

.sliderlogos{
  position: relative;
}

  
  @keyframes scroll123 {
    0% {
        transform: translateX(0);
    }
    
    100% {
        transform: translateX(-100%);
    }
  }
  
  .mentions_slider .mentions_list .item { 
    margin-top: 20px;
    /* width: var(--width); */
    /* height: var(--height); */
    /* position: absolute; */
    /* left: 100%; */
    /* animation: autoRun 15s linear infinite; */
    /* animation-delay: calc((15s / var(--quantity)) * (var(--delay) - 1) ); */
  } 
  
  /* @keyframes autoRun {
    from{
      left: 100%;
    }
    to {
      left: calc(var(--width) * -1);
    }
  }
   */
  /* .mentions_slider:hover .item { 
    animation-play-state: paused;
    filter: grayscale(1) brightness(1);
  }
  
  .mentions_slider .item:hover { 
    filter: grayscale(0) brightness(1); 
  } */
    
  /* .mentions_slider .mentions_list .item img { 
      width: 160px;
      height: 100%;
      object-fit: contain;
    } 
   */

/* FOOTER SECTION CSS */



.footer_section { 
  width: 100%;
   padding: 20px 0;
  background-color: #1d1d1d;
   font-family: 'thefont';
}
.footer_section h2{font-family: 'thefont';}
/* add animation on scroll above footer section */

/* .footer_section { 
  animation: scrollUp 1s ease-in-out;
  animation-timeline: view();
}

@keyframes scrollUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
} */

.footer_logo { 
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer_desc { 
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: -1px;
  color: white;
  font-family: 'thefont';
}

.vector_line { 
  width: 100%;
  height: 1px;
  background-color: #8a8a8a6b;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer_copyright { 
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
}

.footer_social { 
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 0px;
}

.footer_social ul { 
  list-style: none;
  display: inline-flex;
}

.footer_social ul li { 
  margin-right: 7px;
}

.footer_social ul li a { 
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
}

.footer_social ul li a { 
  font-size: 30px;
}

.fa-facebook { 
  color: #1877f2;
}

.fa-instagram { 
  color: #e1306c;
}

.fa-twitter { 
  color: #1da1f2;
}

.fa-linkedin { 
  color: #0077b5;
}


.footer_social ul li a:hover { 
  color: #ffc619;
}

.footer_contact { 
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
    margin-bottom: 5px;
}

.footer_contact ul { 
  list-style: none;
  display: inline-flex;
}

.footer_contact ul li { 
  margin-right: 20px;
}

.footer_contact ul li a { 
  float: left;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #999;
     font-family: "Poppins", sans-serif !important;
}

/* showcase.html css */

/* BANNER SECTION CSS */
.banner_section_showcase { 
  width: 100%;
  height: 100vh;
  padding: 20px 0;
  background: url(../images/banner_gif.gif) no-repeat center center;
  background-size: cover 100%;
  background-color: #73d6ff;
  background-attachment: fixed;
  position: relative;
}

.banner_title_showcase h1{ 
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'thefont';
  padding: 120px 0;
  animation: scrolldown 5s;
  animation-timeline: scroll();
  animation-fill-mode: forwards;
}

@keyframes scrolldown { 
  from { 
    transform: translateY(0px);
  }
  to {
    transform: translateY(300px);
  }
}

.scroll_option { 
    width: 18px;
    height: 54px;
    border-radius: 20px;
    background-color: transparent;
    border: 3px solid #fff;
    padding: 12px 10px;
    margin: 0 auto;
    margin-top: -12px;
    position: relative;
    cursor: pointer;
    display: none !important;
}

.scroll_option::before { 
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 26%;
  border-radius: 100px;
  animation: scrollDown 1s linear infinite;
}

@keyframes scrollDown {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(25px);
  }
}

/* careers page section */
.careerspg_section{
  padding: 50px 0px;
}

.careerspg_section h2{
  font-size: 100px;
    font-weight: 700;
    color: black;
    text-align: center;
    font-family: 'thefont';
}

.careersheding p{
  font-size: 33px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  color: #555;
}

/* services.html css */

.banner_section_services { 
  width: 100%;
  height: 400px;
  padding: 20px 0;
  background: url(../images/what_we_do.gif) no-repeat center center;
  background-size: cover 100%;
  background-color: #70b2ff;
  background-attachment: fixed;
  position: relative;
}

.banner_title_services h1{ 
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'thefont';
  padding: 20px 0;
  animation: scrolldown 5s;
  animation-timeline: scroll();
  animation-fill-mode: forwards;
}

.banner_section_services .scroll_option {
  width: 18px;
  height: 54px;
  border-radius: 20px;
  background-color: transparent;
  border: 3px solid #fff;
  padding: 12px 10px;
  margin: 0 auto;
  margin-top: -12px;
  position: relative;
  cursor: pointer;
}

/* contact.html css */

.banner_section_contact { 
  width: 100%;
  height: 100vh;
  padding: 20px 0;
  background: url(../images/what_we_do.gif) no-repeat center center;
  background-size: cover 100%;
  background-color: #70b2ff;
  background-attachment: fixed;
  position: relative;
  height: 460px;
}

/* carees */
.banner_section_carees{
  background: url(../images/hero2.gif) center no-repeat #45d1c6 !important;
    background-attachment: fixed !important;
    height: 500px !important;
}

.banner_title_contact h1{ 
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'thefont';
  padding: 40px 0;
  animation: scrolldown 5s;
  animation-timeline: scroll();
  animation-fill-mode: forwards;
}



.banner_section_contact .scroll_option {
  width: 18px;
  height: 54px;
  border-radius: 20px;
  background-color: transparent;
  border: 3px solid #fff;
  padding: 12px 10px;
  margin: 0 auto;
  margin-top: -12px;
  position: relative;
  cursor: pointer;
}


.contact_section { 
  width: 100%;
  height: 50vh;
  background-color: #fff;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_section h5 { 
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-align: left;
    font-family: 'Poppins';
    margin-bottom: 20px;
}



.contact_section h5::after { 
  content: '';
  width: 20%;
  height: 1px;
  background-color: #ee3643;
  display: block;
  margin-top: 10px;
  position: absolute;
}

.contact_section p { 
  font-size: 14px !important;
  font-weight: 300;
  color: #3f3f3f;
  text-align: left;
  font-family: sans-serif ; 
  padding: 10px 0;
  margin: 0px !important;
}

.contact_section p span { 
  font-size: 15px;
  font-weight: 700;
  color: #3f3f3f;
  text-align: left;
  font-family: sans-serif ; 
  margin: 0px;
}

.contact_map { 
  width: 100%;
  height: 90vh;
  background-color: #fff;
  padding: 20px 0;
}

.contact_form_section { 
  width: 100%;
   background-color: #fff;
  padding: 0px 0;
}

.contact_form_title { 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact_form_title h2 { 
  font-size: 70px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: 'thefont';
}

.contact_form_title p {  
  font-size: 15px;
  font-weight: 400;
  color: #8a8a8a;
  text-align: center;
  font-family: sans-serif;
}

.contact_form_dot { 
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_form_dot h2 { 
  font-size: 45px;
  font-weight: 700;
  color: #ffc619;
  line-height: 0px;
  font-family: 'thefont';
}

.contact_form { 
  width: 100%;
   background-color: #fff;
  padding: 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
.contact_form form{
  width: 50%;
}


.address{
  text-align: end;
}

.contactcolnm h5{
  text-align: end !important;
}


.contactcolnm p{
  text-align: end !important;
}

.contactcolnm h5::after{
  content: '';
  width: 20%;
  height: 1px;
  background-color: #ee3643;
  display: block;
  margin-top: 11px;
  position: absolute;
  right: 0px !important;
}


.contact_number  p{
  font-weight: 700 !important;
  padding: 0px !important;
}
.contact_number  p span{
    font-weight: 200 !important;
}

.emailincontact  p{
  font-weight: 700 !important;
  padding: 0px !important;
}
.emailincontact  p span{
    font-weight: 200 !important;
}



.form_group input { 
  border: 1px solid #000;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 30px 0;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
}

.form_group textarea { 
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 0px 0 30px 0;
  width: 100%;
  height: 100px;
}

.form_group button { 
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 200px;
  height: 50px;
  background-color: #001ab3;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}


.form_group input:focus { 
  outline: none;
}

.form_group textarea:focus { 
  outline: none;
}

.form_group button:hover { 
  background-color: #0026ff;
  color: #fff;
}

/* digital_stratergy.html css */

.mentions_section {
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
  margin: 0px 0px;
  position: relative;
  height: auto;
}

.mentions_title h2 { 
  font-size: 100px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: 'thefont';
}

.mentions_dot { 
  font-size: 40px;
  font-weight: 700;
  color: #ffc619;
  text-align: center;
  font-family: 'thefont';
  padding: 20px 0;
}

.service_sub_section { 
  width: 100%;
  height: 200vh;
  padding: 20px 0;
  background-color: #f5f5f5;
}

.service_sub_title h2{ 
  padding: 40px 0;
  font-size: 87px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: 'thefont';
}

.service_sub_dot { 
  padding: 20px 0;
  font-size: 40px;
  font-weight: 700;
  color: #ffc619;
  text-align: center;
  font-family: 'thefont';
}

.service_sub_desc { 
  padding: 0px 0px;
  font-size: 20px;
  font-weight: normal;
  color: #626262;
  text-align: left;
   font-family: "Poppins", sans-serif !important;
  margin-bottom: 25px;
}

.service_sub_desc  p{
  text-align: justify;
}


.service_sub_button a { 
  text-decoration: none;
  color: #000;
  font-size: 20px;
      font-weight: 300;

     font-family: "Poppins", sans-serif !important;

  background-color: #ffcb00;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
}

#social_media_marketing { 
  height: 220vh;
}

#social_media_marketing .service_sub_desc a{
  color: #000;
  font-weight: 700;
    font-family: "Poppins", sans-serif !important;

  text-decoration: none;
  transition: all 0.3s ease;
}

#social_media_marketing .service_sub_desc a:hover{
  color: #ffcb00;
}

#digital_consultation { 
  height: 150vh;
}

#social_listening { 
  height: 180vh;
}

#content_marketing { 
  height: 180vh;
}

#search_engine_marketing { 
  height: 200vh;
}

#website_design_development { 
  height: 200vh;
}

#online_media_buying { 
  height: 180vh;
}

#social_media_marketing { 
  height: 170vh;
}

#search_engine_optimization { 
  height: 250vh;
}

#social_media_marketing { 
  height: 220vh;
}


.footer_copyright p{
float: left;
    font-size: 12px !important;
    font-weight: 600;
    color: #999;
}

.effect_sectionservices{
    padding: 20px 29px !important;
}


.effect_sectionservices .col-lg-3{
  padding: 0px !important;
}

.effect_sectionservices .effect_desc {
  padding-left: 10px;
}
.effect_sectionservices .effect_desc p {
  font-size: 14px;
  color: #666;
  text-align: justify;
  margin-right: 14px;
}

.effect_sectionservices .effect_no {
  border-right: 1px dotted #666;
  padding-right: 10px;
  height: 155px;
}

.effect_sectionservices h5 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 10px;
  line-height: 30px;
  opacity: 0.6;
  color: #8a8a8a;
  text-align: center;
  margin-bottom: -10px;
}













/* Style the tab */
.tab {
  overflow: hidden;
  
  background-color: transparent;
  width: 30%;
}


/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  width: 100%;
  transition: 0.3s;
   border-color: #4868cf;
    background-color: #5472D2;
    color: #fff;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;

}

.tab button i{
  font-size: 15px;
  margin-right: 12px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
  color: #666;
}

/* Create an active/current tablink class */
.tab button.active {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
  color: #666;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}


.tabsec3 {
  display: flex;
  width: 100%;
}

.tabrightcareers{
  width: 70% !important;
  padding-left: 30px;
}

#more {display: none;}

.careers_buttontab button{
  background-color: #ffc40e;
  line-height: 0px !important;
  color: #000;
  font-size: 17px;
  font-family: jaapokki;
   padding: 21px 21px;
  border-radius: 4px;
  border: none !important;
  font-family: 'thefont';
  margin-bottom: 30px;
}


.tabsectioncareerspage{
  padding-bottom: 50px;
}

.tabrightcareers{

}

.tabrightcareers h3{
   font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.tabrightcareers h4{
  color: #555;
  font-size: 18px;

  line-height: 24px;
    font-size: 16px;
    opacity: 0.6;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: justify;
}

.tabrightcareers h4 span{
  font-size: 14px;
  margin-right: 5px;
}

.tabrightcareers h5{
  font-size: 24px;
}

.tabrightcareers p{
  color: #555;
}


.tabrightcareers ul li{
  color: #555;
}


.careerfminput{
  height: 35px;
  margin: 10px 0px 20px 0px;
  width: 100%;
  border: 1px solid #000;
}

.blogspg_section{
  padding: 50px 0px;
}

.blogspg_bx {
  border: 1px solid #cfcfcf;
  height: 115vh;
  margin-bottom: 36px;
}

.blogspg_bx img{
  width: 100%;
  margin-bottom: 20px;
}

.rt-detail{
  padding: 0px 12px;
}

.rt-detail h4 a{
  color: #0a0a0a;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none !important;
}

.blgsbtn {
  text-align: center;
  padding: 25px 0px 35px 0px;
}


.blgsbtn a{
  border: 1px solid #666;
  color: #666;
  text-decoration: none;
  padding: 5px 16px 8px 16px;
  margin: 0 auto;
  text-align: center;
}

.rt-detail .date{
  color: #646464;
  padding-bottom: 12px;
}

.post-meta-user {
  margin-bottom: 3px;
}

.blogspgsub_pageleft img{
  width: 100%;
  margin-bottom: 20px;
}

.blogspgsub_page{
  padding: 50px 0px;
}

/* ============= */

.blog-sidebar div#recent-posts-2 {
  background: #005691;
  padding: 15px;
  border-radius: 15px;
}

.blog-sidebar div#text-2 {
  background: #005691;
  padding: 15px;
  border-radius: 15px;
  margin-top: 20px;
}

.blog-sidebar ul {
  padding-left: 15px;
    margin-left: 0px;
}
.blog-sidebar ul li {
  margin-bottom: 5px;
}

.blog-sidebar ul li a{
  color: #fff !important;
  text-decoration: none !important;
}

aside.blog-sidebar ul li::marker {
  color: #ffc313;
}
.blog-sidebar  h2.widget_title {
  color: #ffc313;
  border-bottom: #fff solid 2px;
  padding-bottom: 15px;
}

.blog-sidebar label {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}

.blog-sidebar input[type="text"], input[type="url"], select {
  width: 100%;
  height: 40px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0 15px;
}

.blog-sidebar input[type="email"], input[type="url"] {
  width: 100%;
  height: 40px;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0 15px;
}


.blog-sidebar input[type="tel"] {
  width: 100%;
  height: 40px;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0 15px;
}

button[type="submit"], input[type=submit] {
  height: 40px;
  display: inline-block;
  background: #ffc40e;
  color: #fff;
  font-family: jaapokki;
  border: none;
  padding: 0 20px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 0px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 12px;
    margin-bottom: 30px;
    align-items: center;
}

.blogspgsub_pageleft h3{
  font-size: 29px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0;
    font-family: 'smoolthan', serif;
}

.about_subhead {
  text-transform: lowercase;
  padding-left: 70px;
  padding-right: 70px;
  font-weight: 500;
  text-align: center;
  font-size: 30px !important;
     font-family: "Poppins", sans-serif !important;

}

.aboutinnerpg_secright img{
  width: 100%;
}

.aboutinnerpg_secleft h1{
  color: #000;
}



.aboutinnerpg_secleft h2{
  font-family: jaapokki;
    margin: 0;
}

.aboutinnerpg_secbc{
  padding: 50px 0px;
}

.ouroffice_sec_left img{
  width: 100%;
  height: 530px;
  object-fit: cover;
}


.ouroffice_sec{
  padding: 50px 0px;
}

.ouroffice_sec_rightcol{

}
.ouroffice_sec_rightcol{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #1d1d1d;
}

.ouroffice_sec_right h2{
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  font-family: 'thefont';
  height: auto;
  line-height: 35px;
   margin-bottom: 50px;
}

.ouroffice_sec_right{
  padding: 0px 50px;
}

.ouroffice_sec_right h3{
  color: #fff;
  border: none;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 40px;
  padding: 0 0%;
     font-family: "Poppins", sans-serif !important;
  font-size: 29px;
  /* font-style: italic; */
}

.ourteam_out p{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px;
  line-height: 24px;
   color: #3f3f3f;
  width: 97%;
  text-align: center;
  margin: 0 auto;
}

.ourteam_out{
  padding-bottom: 40px;
}
.pading{
  padding: 50px 0px;
}


.banner_bestmarketing{
    background: url(../images/hyperlocal-banner1.webp) center no-repeat #45d1c500 !important;
    width: 100%;
    height: 447px;
    background-position: right !important;
    background-size: cover !important;
    background-size: cover;
}

.bestdigitalmrkpgbox h3{
      font-family: 'thefont2';
}


.bestdigitalmrkpg h1{
     text-align: center;
    font-family: 'thefont';
    margin: 50px 0px 75px 0px;

}

.bestdigitalmrkpgbox h2{   
    font-family: 'thefont';
    text-align: center;
}

.bestdigitalmrkpgbox h3{
     font-family: 'thefont';
     text-align: center;
}

.bestdigitalmrkpgbox input{
    margin-bottom: 15px;
}

.bestdigitalmrkpgwhychoosubox h2{
    font-family: 'thefont';
    font-size: 33px;
    text-align: center;
    margin-bottom: 20px;
}
.bestdigitalmrkpgwhychoosubox p{
  position: relative;
   margin-left: 30px;
}
.bestdigitalmrkpgwhychoosus{
  margin: 40px 0px;
}
.bestdigitalmrkpgwhychoosubox p::after{
  position: absolute;
    top: 9px;
    left: -13px;
    background-color: #000;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
}

.bestdigitalmrkpgwhychoosubox p span{
      font-weight: 700;
}
.modal-title {
     margin: auto 0 auto auto;
}
.alicenter{
  align-items: center;
    display: flex;
}

.bestdigitalaboutlocation h2{
      font-family: 'thefont';
    font-size: 33px;
    text-align: center;
    margin-bottom: 20px;
}

.bestdigitalaboutlocation h3{
      font-size: 20px;
    font-weight: 500;
       font-family: "Poppins", sans-serif !important;
}

.bestdigitalaboutlocation{
  margin-top: 20px;
}

.logo {
  position: relative;
  z-index: 9;
}


.banner_section_contactpage{
    width: 100%;
    height: 100vh;
    padding: 20px 0;
    background: url(../images/get_in_touch.gif) no-repeat center center;
    background-size: cover 100%;
    background-color: #69af9a;
    background-attachment: fixed;
    position: relative;
    height: 460px;
}


.thank_section{
    background: url(../images/tahnk_banner.webp) no-repeat center center;
    background-size: cover 100%;
    background-color: #69af9a;
    background-attachment: fixed;
    height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
}
.thank_sectionbox{
  margin-left: 50px;
}

.thank_sectionbox img a{
    width: 200px;
    margin-bottom: 20px;
}

.thank_sectionbox h1{
  margin-top: 20px;
  color: #fff;
}
@media (max-width:1900px){
  .blogspg_bx {
     height: 100vh;
  }
}


@media (max-width:1300px){
  .blogspg_bx {
     height: 115vh;
  }
}



@media (max-width:768px) {
  .bestdigitalmrkpgwhychoosus{
    margin: 20px 0px;
  }
  
 
    .blogspg_bx {
     height: auto !important;
  }
    .thank_sectionbox {
    margin-left: 0px;
    text-align: center;
    margin-top: -205px;
}
  .blogspg_bx {
        height: auto;
  }
     .about_subhead {
      text-transform: lowercase;
      padding-left: 0px;
      padding-right: 0px;
      font-weight: 500;
      text-align: center;
      font-size: 22px !important;
  }
  .aboutinnerpg_secbc {
      padding: 10px 0px 20px 0px;
  }
  .ouroffice_sec_left img {
    width: 100%;
    height: auto;
  }
  .ouroffice_sec_right h2 {
    font-size: 40px;
    font-family: 'thefont';
    height: auto;
    line-height: 20px;
    margin-bottom: 11px;
    margin-top: 52px;
    letter-spacing: 2px;
}

.ourteam_out {
  padding-bottom: 15px;
}
.ouroffice_sec {
  padding: 50px 0px 20px 0px;
}
.bestdigitalmrkpg h1 {
     margin: 39px 0px 34px 0px;
}
.bestdigitalmrkpgwhychoosubox p {
    position: relative;
    margin-left: 10px;
}
.mentions_sectionbox img {
    height: 95px;
    width: auto !important;
    margin: 0px 10px;
    margin: 0 auto;
}
s
.responsiveslider img {
    height: 109px;
    margin: 0 auto;
    display: flex;
}
.service_sub_button {
  margin-bottom: 15px;
}
/* .slick-prev{
  display: block !important;
     left: 13px  !important;
    bottom: -15px !important;
    top: inherit !important;
}

.slick-next{
  display: block  !important;
     right: 13px !important;
    bottom: -15px !important;
    top: inherit !important;
} */

}



a{
     font-family: "Poppins", sans-serif !important;
}

.overlay a {
    font-family: 'thefont' !important;
}


label {
    display: inline-block;
    width: 100%;
}

.servibxmgrow{
  margin-top: 30px;
}

.footer_copyright p a{
        color: #8e8e8e;
    margin-left: 12px;

}


@media (max-width:768px) {
 
      .careerspg_section h2 {
        font-size: 50px !important; 
        margin-bottom: 16px;
      }
          
        .footer_contact ul {
            list-style: none;
            display: block !important;
            padding: 0px !important;
        }
     
         
         .footer_copyright {
            display: grid  !important;
            width:100% !important;
            justify-content: center !important;
              text-align:center !important;
         }
         
         .footer_copyright p{
             margin: 5px auto;
             width:60%;
             text-align:center;
         }
         
      
}