* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
html, body {
  overflow-x: hidden;
  background-color: #ffffff;
} 

/* Utility */
.mr_top {
    margin-top: 110px;
}
.fixed_top{
    position: fixed!important;
    top:0;
    z-index: 999;
    width: 100%;
}
.section-mt {
    margin-top: 80px;
}
img {
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
.white{
    background-color: #ffffff;
}
ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
.pb_gjepc {
    padding-bottom: 120px;
}
.top_bottom_pd{
    padding: 40px 0;
}
.display_screen{
display: block;
}
.display_mob{
display: none;
}
.tv_logo{
    width: 182px;
     padding: 30px 0 20px 0;
}
.numi_logo{
     padding: 30px 0 20px 0;
     width: 200px;
}
.artisan_logo{
     padding: 30px 0 20px 0;
     width: 260px;
}
.section_bg{
    background-color: #f4f4f4;
}
.box_border {
    border: 1px solid #dbdbdb;
}

/****************************************************** Utility End */

.topbar {
    background-color:#ffffff;
    padding: 20px 0;
}
.topbar .logo img {
    width: 150px;
    border: 0;
}
.topbar .toggler {
    text-align: right;
}
.topbar .toggler a {
   font-size: 2em;
   color: rgb(46, 46, 46);
   display: inline-block;
}
.offcanvas-body {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.offcanvas-body ul li {
    list-style: none;
    margin-bottom: 25px;
}
.offcanvas-body ul li:last-child {
    margin-bottom: 0;
}
.offcanvas-body ul li a {
    text-decoration: none;
    color: rgb(27, 27, 27);
    font-size: 1.3em;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.offcanvas-body ul li a:hover {
     color: red;
     padding-left: 5px;;
}
/***************************************** Navbar end ********************/


.middle-content {
    padding: 100px 0 0 0;
}
.middle-content h1 {
    font-size: 68px;
    font-weight: 700;
    text-align: center;
    line-height: 85px;
    color: black;
    padding-bottom: 20px;
}
.middle-content h1 span {
    color: red;
}
.curv {
    border-radius: 6px;
}
.mid_content_text h5 {
    font-size: 20px;
    line-height: 35px;
    padding-top: 40px;
    text-align: center;
}
.text_animation{
    transition: all ease-in-out 0.5s;
}
.btn-primary:hover {
    background-color: red;
    
}

/* DNA Section */
.dna {
    margin-top: 50px;
}
.dna_btn{
   font-size: 30px;
   font-weight: 500;
   color: #808080;
   position: relative;
}
.dna_btn::after {
    content: '';
    background-color: red;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom:0;
    left: 0;
}
.dna_text h1 {
    padding-right: 15px;
    color: #000000;
    transition: all .5s ease-in;
}
.dna_text p{
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
     color: #000000;
     transition: all .5s ease-in;
}
.dna_text h1:hover{
    color: #808080;
}
.dna_text p:hover{
    color: #808080;
}

/************************************************** DNA Section End *****************************/

/* Case Study */

.case_study_Wrapper, .case_study_Wrapper_02{
    position: relative;
     display: flex;
   align-items: center;
}

.logo-size {
    width: 200px;
    padding: 30px 0 20px 0;
}

.Case_study_inner {
    position: absolute;
    padding-left: 200px;
    align-items: center;
}

.Case_study_inner_02{
    position: absolute;
    right:300px;
    align-items: center;
}
.case_study_work{
   font-size: 30px;
   font-weight: 500;
   color: #ffffff;
   position: relative;
}
.case_study_work::after {
    content: '';
    background-color: red;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom:0;
    left: 0;
}
.Case_study_inner h2, .Case_study_inner_02 h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}

.case_study_btn a {
    width: 180px;
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    text-decoration: none;
   text-align: center;
    padding: 6px 0;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    transition-duration: 0.4s;
}
.case_study_btn a:hover{
    background-color: red;
    color: #ffffff;
}
/*************************************** Case Study End**********************************/

/* We Work with section */

.we_work_with_title {
    background-color: #ffffff;
    padding-bottom: 45px;
}
.we_work_with_title h1 {
    font-size: 40px;
    font-weight: 500;
}
.we_work_with_title p {
    font-size: 20px;
    font-weight: normal;
}
.we_work_with_title .line{ 
    width: 200px;
    height: 5px;
    background-color: red;
    display: inline-block;
    margin-bottom: 10px;
}
.card_1{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    background-color: transparent;
    border-radius: .25rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 60%;
}
/************************************ We Work with section End************************************/


/************************************ SERVICES PAGE section************************************/
.services {
    padding: 100px 0 0 0;
}
.services h1{
    font-size: 68px;
    font-weight: 700;
    text-align: center;
    line-height: 85px;
    color: black;
}
.services p {
     font-size: 24px;
    line-height: 35px;
    padding-top: 40px;
    text-align: center;
}
.services .line{ 
    width: 150px;
    height: 5px;
    background-color: red;
    display: inline-block;
   
}
.aria_of_experties_text{
    font-size: 40px;
    color: #000000;
    font-weight: 800;
    text-align: center;
    padding: 40px 0 70px 0;
}
.mid_box {
    width: 70%;
    background-color: #e6e6e6;
    margin: 0 auto;
   height: 100%;
    border-radius: 8px;
    margin-bottom: 80px;
}
.mid_box p {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}
.mid_box .ser_text {
    font-size: 14px;
    color: #494949;
    font-weight: 500;
    display: block;
    padding: 20px 0;
}
.section_connector{
    position: relative;
}
.section_connector::after{
    content: '';
    position: absolute;
    width: 2px;
    background-color: red;
    height: 120px;
    top: 115px;
    left: 50%;
}

.section_connector_2,.section_connector_3,.section_connector_4,.section_connector_5{
    position: relative;
}
.section_connector_2::after,.section_connector_3::after,.section_connector_4::after,.section_connector_5::after{
    content: '';
    position: absolute;
    width: 2px;
    background-color: red;
    height: 120px;
    top: 280px;
    left: 50%;
}

.section_connector_3::after{
    top: 330px;
}

.section_connector_4::after{
    top: 325px;
}

.section_connector_5::after{
    top: 325px;
}

.advertising h1 {
    color: red;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 8px;
    padding-top: 90px;
}
.consulting h1,.digital h1,.indentity h1{
     color: #ff0000;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 8px;
    padding-top: 140px;
}
.services_btn a {
    width: 180px;
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
   text-align: center;
    padding: 6px 0;
   margin: 50px 0;
    display: inline-block;
    cursor: pointer;
    transition-duration: 0.4s;
}
.services_btn a:hover{
    background-color:#ff0000;
    color: #ffffff;
}

/************************************ SERVICES PAGE section End************************************/

/*--------------------------------------------------------------
# about us Section Start
--------------------------------------------------------------*/
.about_us {
    padding: 100px 0 0 0;
}
.about_us h1{
    font-size: 68px;
    font-weight: 700;
    line-height: 85px;
    color: black;
}
.about_us p {
     font-size: 18px;
    line-height: 28px;
    padding-top: 40px;
    text-align: left;
    color: #000000;
    padding: 10px 45px;
}
.about_us .line{ 
    width: 150px;
    height: 5px;
    background-color: red;
    display: inline-block;
}
.who_we_work_text {
    font-size: 25px;
    width: 300px;
    background-color: #ffffff;
    font-weight: 500;
    padding: 15px;
    color: #000000;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-left: 30px;
    padding-top: 35px;
}
.who_we_work_text_2 {
    font-size: 25px;
    width: 400px;
    background-color: #ffffff;
    font-weight: 500;
    padding: 15px;
    color: #000000;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-left: 30px;
}

.who_we_work_box h2 {
    font-size: 25px;
    background-color: #ffffff;
    font-weight: 500;
    color: #000000;
    text-align: center;
    padding-bottom: 25px;
}
.who_we_work_main_box_wrapper{
    width: 100%;
    margin: 0 25px;
}

.who_we_work_main_box_wrapper h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000000;
    padding: 20px 0 0 20px;

}
.who_we_work_inner {
    background-color: #e6e6e6;
    height: 200px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
   border: 1px #e6e6e6 solid;
}
.who_we_work_inner img {
    width: 80px;
}
.who_we_work_inner:hover{
 border: 1px rgb(100, 100, 100) solid;
}
.about_span {
     color: red;
}
.abt_text_red{
    color: red;
    font-weight: 600;
}

.small_text {
    width: 100%;
    margin: 0 auto;
}
.about_us .small_text p {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    padding-top: 2px;
}
/*--------------------------------------------------------------
# about us Section End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# work Section Start
--------------------------------------------------------------*/
.features {
    margin-top: 60px;
}
.features .features-item {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.features .features-item+.features-item {
  margin-top: 100px;
  
}

  .features .features-item+.features-item {
    margin-top: 40px;
  }


.features .features-item h3 {
  font-weight: 700;
  font-size: 26px;
}
.features_p {
    padding: 0 20px;
}

.features .features-item img {
/* border: 6px solid  #ffffff; */
/* box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3); */
transition: transform 0.6s;
}
.features .features-item img:hover{
 transform: scale(1.03);
}

.features .features-item .features-img-bg {
  position: relative;
  min-height: 500px;
}

@media (max-width: 640px) {
  .features .features-item .features-img-bg {
    min-height: 300px;
    padding: 0 20px;
    
  }
}

.features .features-item .features-img-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
 
}


.work h1 {
    font-size: 46px;
    font-weight: bolder;
    line-height: 48px;
    color: #817a7a;
   
}
.work p {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
}
 .work a {
font-size: 25px;
     color: #817a7a;
    transition: all .5s ease-in-out;
 }
 .work a:hover{
    padding-left: 5px;
    color: #9c9b9b;
 }
.learn_more_btn{
    position: relative;
     padding-top: 20px;
}

.learn_more_btn::after {
    content: '';
    position: absolute;
    background-color: red;
    width: 140px;
    color: #817a7a;
    height: 5px;
    bottom: 0;
    left: 0;
    top:55px;
    transition: all .5s ease-in-out;
    transform: scaleX(1);
}
.learn_more_btn:hover::after {
    transform: scaleX(0.5);
}
.more_work{
    margin: 80px 10px;
}
.more_work_text{
    font-size: 30px;
    width: 210px;
    background-color: #ffffff;
    font-weight: 500;
    color: #000000;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    padding-top: 30px;
}
.more_work_line{
    position: relative;
}
.more_work_line::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: red;
    position: absolute;
    top: 54px;
    left: 0;
   
}
.card {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: transparent;
    align-items:start;
    justify-content: center;
    overflow: hidden;
    display: block;
}
.card img {
    transition: transform 0.6s;
}
.card img:hover{
transform: scale(1.05);
}
.card-body {
   padding: 15px 10px;
}
.card img {
    border-radius:6px ;
}
.card-body > h5.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #9c9b9b;
    line-height: 12px;
    padding-top: 15px;
}
.card-body p.card-text{
    font-size: 16px;
    font-weight: 400;
    color: #9c9b9b;
    padding-bottom: 6px;
}

#loadMore {
    padding-top: 40px;
    display: inline-block;
    padding: 10px 30px;
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
#loadMore:hover {
background-color: red;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
.grid-filter-menu {
    padding-top: 1rem;
    padding-bottom: 0;
    text-align: center;
}
/*--------------------------------------------------------------
# work Section End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Contact us Section
--------------------------------------------------------------*/
.contact_us {
    padding: 100px 0 0 0;
}
.contact_us h1{
    font-size: 68px;
    font-weight: 700;
    text-align: center;
    line-height: 85px;
    color: black;
}
.contact_us p {
     font-size: 26px;
    line-height: 35px;
    padding-top: 40px;
    text-align: center;
    color: #817a7a;
    padding: 15px 250px;
}
.contact_link a {
    font-size: 26px;
    line-height: 35px;
    padding-top: 40px;
    text-align: center;
    color: red;
    padding: 25px 0px;
    transition: all .5s ease-in-out;
}
.contact_link a:hover{
     color: #474646;
}
.contact_us .line{ 
    width: 150px;
    height: 5px;
    background-color: red;
    display: inline-block;
}
 .map {
    padding: 40px 0 50px 0;
}
.map_title {
    margin: 30px 0 60px 0;
}
.map_title h1 {
font-size: 24px;
font-weight: bold;
color: #000000;
}
.map_title h3 {
font-size: 20px;
font-weight: 400;
color: #000000;
}
/*--------------------------------------------------------------
# Contact_us End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# study_section
--------------------------------------------------------------*/
/* .tv */

.img-zoom {
    overflow: hidden;
}
.img-zoom img {
    object-fit: cover;
    transition: transform 0.6s;
}
.img-zoom:hover img{
transform: scale(1.05);
}
.study_header {
    margin: 50px 0;
}
.study_header h1 {
    font-size: 28px;
    font-weight: 600;
    color: #817a7a;
}
.study_header p {
    font-size: 45px;
   line-height: 60px;
    font-weight: 500;
    color: #000000;
}

.study_header .line_2{
    width: 100px;
    height: 5px;
    background-color: red;
    display: inline-block;
    margin-bottom: 15px;
}
.text_box {
    width: 68%;
    margin: 0 auto;
}
.study_text {
     font-size: 18px;
    color: #000000;
    line-height: 30px;
    text-align: center;
}
.result{
    margin: 50px 0;
}
.result_top_text {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.result_box {
    color: #000000;
    padding: 22px;
    background-color: #a7a7a7;
    transition: all .5s ease-in-out;
}
.result_box h1 {
 font-size: 35px;
 font-weight: bold;
}
.result_box h1 span {
     font-size: 18px;
}
.result_box h3 {
 font-size: 20px;
 font-weight: 500;
}
.result_box_1:hover {
    background-color: #f4fa58;
}
.result_box_2:hover {
    background-color:#64fdfa;
}
.result_box_3:hover {
    background-color: #32ef4d;
}
.result_box_4:hover {
    background-color: #f81cb1;
}
.result_box_5:hover {
    background-color: #3e48dd;
}

/* shemaroo page */
.shemaroo_result {
    margin: 50px 0;
}
.shemaroo_result .result_box {
    padding: 18px;
}
.shemaroo_result .result_box h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    color: #ffffff;
}
.shemaroo_result .result_box_1:hover {
    background-color: #ee552b;
}
.shemaroo_result .result_box_2:hover {
    background-color:#8dc44c;
}
.shemaroo_result .result_box_3:hover {
    background-color: #0b97d5;
}
.shemaroo_bootom {
    margin: 50px 0;
}
/* shemaroo page */

/* seniority Page */
.seniority .result{
    margin: 50px 0;
}
.seniority_result {
    margin: 30px 0;
}
.seniority .result_top_text {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.seniority .result_box {
    color: #000000;
    padding: 22px;
    background-color: #a7a7a7;
    transition: all .5s ease-in-out;
}
.result_box {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    display: flex;
   
}
 .inside_result_box h1 {
 font-size: 24px;
 font-weight: bold;
}

.inside_result_box h3 {
 font-size: 15px;
 font-weight: 500;
}
.seniority_result .result_box_1:hover {
    background-color: #669bf9;
}
.seniority_result  .result_box_2:hover {
    background-color:#f81cb1;
}
.seniority_result  .result_box_3:hover {
    background-color: #64fdfa;
}
.seniority_result  .result_box_4:hover {
    background-color: #fd641e;
}
.seniority_result  .result_box_5:hover {
    background-color: #fdfc40;
}
.seniority_result  .result_box_6:hover {
    background-color: #32ef4d;
}
/* seniority Page end */

/* artisan */

.artisan_card {
    margin: 40px 0;
}
.artisan_case_study .study_header {
    margin: 75px 0;
}
.artisan_case_study .study_text{
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    padding: 28px 0;
}
.artisan_case_study .study_header p {
    font-size: 26px;
    line-height: 40px;
    font-weight: 500;
    color: #000000;
}
/* artisan end */

/* numi page */
.numi_case_study .study_header {
    margin: 75px 0;
    padding: 0 276px;
}
/* numi page end */
/*--------------------------------------------------------------
# study_section End
--------------------------------------------------------------*/

/*Why Imagine section*/
.why-imagine {
    margin-top: 50px;
}
.why-imagine h1 {
    font-size: 36px;
    font-weight: 400;
    color: #3d3d3d;
}
.why-imagine h2 {
    font-size: 50px;
    font-weight: 800;
    color: #000000;
}
.why-imagine h1 span {
     font-size: 36px;
    font-weight: 700;
}
.why-imagine p {
    font-size: 20px;
}
.why-imagine_text_box{
    width: 55%;
    margin: 0 auto;
}
.why-imagine  h2{
     font-size: 50px;
    font-weight: 800;
    color: #000000;
}
.start-here{
    padding: 50px 0;
}
.start-here a {
    color: red;
}
/*--------------------------------------------------------------
# Why Imagine section end
--------------------------------------------------------------*/


/* Footer Section css */
.footer {
    background-color: #000000;
    padding: 10px 0;
}
.footer_link  {
    display: flex;
    justify-content: end;
    align-items: center;
}
.footer_link a {
    color: #ffffff;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 200;
     transition: all .5s ease-in-out;
}
.footer_link a:hover{
    color: #6e6e6e;
}

.footer .copywrite {
    font-size: 12px;
    padding-top: 10px;

}
.footer_icon i {
    font-size: 20px;
    padding: 10px 5px 0;
}
.footer_icon a{
     color: #ffffff;
      transition: all .5s ease-in-out;
}
.footer_icon a:hover {
     color: #6e6e6e;
}


/*  */

/*  */
/*--------------------------------------------------------------
# footer Section End
--------------------------------------------------------------*/
/* One Click Scrool Top Button*/
.scroll-top {
  width: 30px;
  height: 30px;
  line-height: 45px;
  background: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000000 !important;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 5px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: var(--dark-1);
}
