@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html{
  -webkit-font-smoothing: antialiased;  /* Makes fonts thinner */
  -moz-osx-font-smoothing: grayscale;   /* Improves rendering */
  scroll-behavior: smooth;
}
body {
    line-height: 1.5;
    font-family:"Manrope",sans-serif;
    font-weight: normal;
    overflow-x: hidden;
  }
  :root{
    --text-fade:#8a8a8a;
    --color-white:#ffffff;
    --color-black:#000000;
    --color-light-gray:#f8f8f8;
    --font-primery:'Manrope', sans-serif;
  }
  .error_message_holder .error{
    color: #D93744;
  }
  .common_Pad{
    padding-left: 6% !important;
    padding-right: 6% !important;
  }
  
  .padding_custom_top{
    padding-top: 72px;
  }

.common_X{
    padding-top: 200px !important;
    padding-bottom: 124px !important;
}

.sk_reviews_grid > :not(:nth-child(2)){

  display: none;
}
.sk_branding{
  display: none !important;
}

.padd_top_btm{
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.about_paroject_pad_bot{
  padding-bottom: 80px;
}
.pad_top{
  padding-top: 80px;
}
.pad_bott{
  padding-bottom: 56px;
}
.comn_btm_pad{
  padding-bottom: 100px !important;
}

  * {
    margin: 0;
    box-sizing: border-box;
  }
  :before,
  :after {
    box-sizing: border-box;
  }
  /* custom cursor */
  .project_image_wrapper a {
    cursor: none;
    width: 24px;
    height: 24px;
    transform: scale(1.3);
}

.custom-cursor {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.74);
  /* border: 2px solid #ff5733; */
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease-out, opacity 0.2s;
  /* mix-blend-mode: difference; */
  z-index: 9999;
  opacity: 0; /* Completely hidden on page load */
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-cursor svg{
  width: 28px;  /* Adjust as needed */
  height: 28px; /* Adjust as needed */
  fill: #ffffff; /* Change color if needed */
  rotate: 45deg;
}
/* home */
.slide_img_wrapper a{
  cursor: none;
  transform: scale(1.3);
}
 /* custom cursor */


  .header_container_wrapper {
    
    width: 100%;
    /* margin: auto; */
    position: relative;
    transition: all 0.5s ease-out;
   
  }
  .header_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header-v-center {
    align-items: center;
  }
  .header_main_Section ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  a {
    text-decoration: none;
  }

  .header_main_Section {
      width: 100%;
      /* height: 100px; */
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 99;
      background-color: #fff;
      display: flex;
      align-items: center;
  }

  .header_active_menu{
    color: #D93744 !important;
  }

  .header_main_Section .header_logo a {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
  }
  .header_main_Section .header_logo{
    padding: 6px;
  }
  .header_logo img{
    max-width: 80px;
    height: auto;
  }
  .header_main_Section .item-right {
    display: flex;
    justify-content: flex-end;
  }
  .header_main_Section .item-right a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: inline-block;
    /* margin-left: 10px; */
    transition: color 0.3s ease;
  }
  .header_main_Section .header_menu_container > ul > li {
    display: inline-block;
    line-height: 50px;
    margin-left: 25px;
  }
  .header_main_Section .header_menu_container > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    font-family:"Manrope",sans-serif;
    color: #000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    text-decoration: none;
  }
  .header_main_Section .header_menu_container > ul > li .header-sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
  }

  .header_responsive_logo {
    position: absolute;
    left: 5%;
    top: 0;
    width: 80px;
  }

.header_responsive_logo img{
  max-width: 100%;
  height: auto;
}

  .common_spacing_X{
    padding-left: 6% !important;
    padding-right: 6% !important;
  }

.scrolled_header{
  /* width: 80% !important; */
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.5s ease-in;
}

/* .scrolled_header .header_subWrapper{
  padding-left: 3% !important;
  padding-right: 3% !important;
} */

.remove_header_bg{
  background: none;
}

.scroll_padding{
  padding: 14px;
}

.slideLogo{
  width: 70px;
}

.slideLogo a{
  width: 100%;
}

.slideLogo a img{
  max-width: 100%;
  height: auto;
}


@keyframes slideLeft{
  from{
    transform: translateY(-100%);
  }to{
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

  @media (min-width: 992px) {
    .header_main_Section .header_menu_container > ul > li.menu-item-has-children-container:hover .header-sub-menu {
      margin-top: 0;
      visibility: visible;
      opacity: 1;
    }
  }
  .header_main_Section .header_menu_container > ul > li .header-sub-menu > ul > li {
    line-height: 1;
  }
  .header_main_Section .header_menu_container > ul > li .header-sub-menu > ul > li > a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
  }
  .header_main_Section .header_menu_container > ul > li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
    position: absolute;
    top: 65px;
  }
  .header_main_Section .header_menu_container > ul > li .header-sub-menu.header-mega-menu > .list-item-container > ul > li {
    line-height: 1;
    display: block;
  }
  .header_main_Section .header_menu_container > ul > li .header-sub-menu.header-mega-menu > .list-item-container > ul > li > a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
  }
  .header_main_Section .header_menu_container > ul > li .header-sub-menu.header-mega-menu {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .header_main_Section .header_menu_container > ul > li .header-sub-menu.header-mega-menu-column-4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 15px;
    position: absolute;
    top: 65px;
  }
  .header_main_Section .header_menu_container > ul > li .header-sub-menu.header-mega-menu-column-4 > .list-item-container {
    flex: 0 0 25%;
    padding: 0 15px;
  }
  .header_main_Section .header_menu_container > ul > li .header-sub-menu.header-mega-menu-column-4 > .list-item-container .title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    padding: 10px 0;
  }
  .header_main_Section .header_menu_container > ul > li .header-sub-menu.header-mega-menu-column-4 > .list-item-container.text-center .title {
    text-align: center;
  }
  .header_main_Section .header_menu_container > ul > li .header-sub-menu.header-mega-menu-column-4 > .list-item-container img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
  }
  .header_main_Section .header_menu_container > ul > li .header-sub-menu.header-mega-menu > .list-item-container > ul > li > a:hover,
  .header_main_Section .header_menu_container > ul > li .header-sub-menu > ul > li > a:hover,
  .header_main_Section .item-right a:hover,
  .header_main_Section .header_menu_container > ul > li:hover > a {
    color: #D93744;
  }
  .call_section_wrapper {
    display: flex;
    align-items: center;
  }

  .header-mobile-menu-head-wrapper,
  .mobile-menu-trigger {
    display: none;
  }

  .mobile_menu_Project_btn_wrapper{
    display: none !important;
  }
  
  @media (max-width: 991px) {
    .mobile_menu_Project_btn_wrapper{
      display: block !important;
    }

    .mobile_menu_Project_btn{
      margin-left: 5% !important;
      margin-top: 16px !important;
    }
    .header_main_Section .header-item-center {
      order: 3;
      flex: 0 0 100%;
    }
    .header_main_Section .header-item-left,
    .header_main_Section .item-right {
      flex: 0 0 auto;
    }
    .header-v-center {
      justify-content: space-between;
    }
    .header_main_Section .mobile-menu-trigger {
      display: flex;
      height: 30px;
      width: 30px;
      margin-left: 15px;
      cursor: pointer;
      align-items: center;
      justify-content: center;
    }
    .header_main_Section .mobile-menu-trigger span {
      display: block;
      height: 2px;
      background-color: #000;
      width: 24px;
      position: relative;
    }
    .header_main_Section .mobile-menu-trigger span:before,
    .header_main_Section .mobile-menu-trigger span:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
    }
    .header_main_Section .mobile-menu-trigger span:before {
      top: -6px;
    }
    .header_main_Section .mobile-menu-trigger span:after {
      top: 6px;
    }
    .header_main_Section .item-right {
      align-items: center;
    }
  
    .header_main_Section .header_menu_container {
      position: fixed;
      width: 80%;
      background-color: #ffffff;
      left: 0;
      top: 0;
      height: 100%;
      overflow: hidden;
      transform: translate(-100%);
      transition: all 0.5s ease;
      z-index: 1099;
    }
    .header_main_Section .header_menu_container.active {
      transform: translate(0%);
    }
    .header_main_Section .header_menu_container > ul > li {
      line-height: 1;
      margin: 0;
      display: block;
      padding: 10px 0;
    }
    .header_main_Section .header_menu_container > ul > li > a {
      line-height: 50px;
      padding: 0 50px 0 5%;
      display: block;
      color: #000000;
      font-size: 48px;
      font-weight: 500;
    }
    .header_main_Section .header_menu_container > ul > li > a i {
      position: absolute;
      height: 50px;
      width: 50px;
      top: 0;
      right: 0;
      text-align: center;
      line-height: 50px;
      transform: rotate(-90deg);
    }
    .header_main_Section .header_menu_container .header-mobile-menu-head-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 501;
      position: sticky;
      background-color: #ffffff;
      top: 0;
    }
    .header_main_Section .header_menu_container .header-mobile-menu-head-wrapper .go-back-btn {
      height: 50px;
      width: 50px;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      cursor: pointer;
      line-height: 50px;
      text-align: center;
      color: #000000;
      font-size: 16px;
      display: none;
    }
    .header_main_Section .header_menu_container .header-mobile-menu-head-wrapper.active .go-back-btn {
      display: block;
    }
    .header_main_Section .header_menu_container .header-mobile-menu-head-wrapper .header-current-menu-title {
      font-size: 15px;
      font-weight: 500;
      color: #000000;
    }
    .header_main_Section .header_menu_container .header-mobile-menu-head-wrapper .mobile-menu-close-btn {
      height: 50px;
      width: 50px;
      cursor: pointer;
      line-height: 50px;
      text-align: center;
      color: #000000;
      font-size: 40px;
    }
    .header_main_Section .header_menu_container .header-menu-main-container {
      height: auto;
      overflow-x: hidden;
      overflow-y: auto;
      padding-top: 50px;
    }
    .header_main_Section .header_menu_container > ul > li .header-sub-menu.header-mega-menu,
    .header_main_Section .header_menu_container > ul > li .header-sub-menu {
      visibility: visible;
      opacity: 1;
      position: absolute;
      box-shadow: none;
      margin: 0;
      padding: 15px;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 65px;
      max-width: none;
      min-width: auto;
      display: none;
      transform: translateX(0%);
      overflow-y: auto;
    }
    .header_main_Section .header_menu_container > ul > li .header-sub-menu.active {
      display: block;
    }
    @keyframes slideLeft {
      0% {
        opacity: 0;
        transform: translateX(100%);
      }
      100% {
        opacity: 1;
        transform: translateX(0%);
      }
    }
    @keyframes slideRight {
      0% {
        opacity: 1;
        transform: translateX(0%);
      }
      100% {
        opacity: 0;
        transform: translateX(100%);
      }
    }
    .header_main_Section .header_menu_container > ul > li .header-sub-menu.header-mega-menu-column-4 > .list-item-container img {
      margin-top: 0;
    }
    .header_main_Section
      .header_menu_container
      > ul
      > li
      .header-sub-menu.header-mega-menu-column-4
      > .list-item-container.text-center
      .title {
      margin-bottom: 20px;
    }
    .header_main_Section
      .header_menu_container
      > ul
      > li
      .header-sub-menu.header-mega-menu-column-4
      > .list-item-container.text-center:last-child
      .title {
      margin-bottom: 0px;
    }
    .header_main_Section .header_menu_container > ul > li .header-sub-menu.header-mega-menu-column-4 > .list-item-container {
      flex: 0 0 100%;
      padding: 0px;
    }
    .header_main_Section .header_menu_container > ul > li .header-sub-menu > ul > li > a,
    .header_main_Section .header_menu_container > ul > li .header-sub-menu.header-mega-menu > .list-item-container > ul > li > a {
      display: block;
    }
    .header_main_Section .header_menu_container > ul > li .header-sub-menu.header-mega-menu > .list-item-container > ul {
      margin-bottom: 15px;
    }
    .header-menu-overlay {
      position: fixed;
      background-color: rgba(0, 0, 0, 0.5);
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1098;
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s ease;
    }
    .header-menu-overlay.active {
      visibility: visible;
      opacity: 1;
    }

    .header_item_main_wrapper .page_dec_btn{
      display: none;
    }
  }

.header_main_Section .page_dec_btn a{
    text-decoration: none;
    color: #fff !important;
    font-family: "Manrope",sans-serif;
    font-size: 13px;
    font-weight: 400;
}

#load_more_button {
  font-size: 15px;
  line-height: 18px;
  background: #d93744;
  color: #fff;
  border: none;
  padding: 14px 24px 14px 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 600;
}

.modal_main_container{
  background: transparent !important;
}

.modal_main_wrapper{
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
}

.modal_main_container .modal_main_wrapper .modal-body .modal_from_wrapper{
  padding: 0px 40px;
}

.modal_main_container .modal-header{
  border-bottom: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.modal-content{
  border-radius: 0 !important;
}

.modal_from_wrapper h1,
.modal_from_wrapper h2,
.modal_from_wrapper h3,
.modal_from_wrapper h4,
.modal_from_wrapper h5,
.modal_from_wrapper h6 {
  font-family: "Manrope", sans-serif;
  font-size: 28px !important;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 !important;
  text-align: start;
  display: inline-block;
  padding: 10px 0;
}


.header_from_customar_need h1,
.header_from_customar_need h2,
.header_from_customar_need h3,
.header_from_customar_need h4,
.header_from_customar_need h5,
.header_from_customar_need h6{
  font-family: "Manrope", sans-serif;
  font-size: 28px !important;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 !important;
  text-align: start;
  display: inline-block;
  padding-bottom: 18px;
}

.header_from_customar_need_check_wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.customar_need_check {
  display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
}

.checkbox_holder{
  margin-right: 14px;
}

.customar_need_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  border: .5px solid #a8a0a0;
}

.customar_need_check:hover input ~ .checkmark {
  background-color: #ccc;
}

.customar_need_check input:checked ~ .checkmark {
  background-color: #000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.customar_need_check input:checked ~ .checkmark:after {
  display: block;
}

.customar_need_check .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.header_form_main_container .radio_button_main_conainer .form-check-input{
  width: 20px !important;
  height: 20px !important;
  border: .5px solid #a8a0a0 !important;
}

.header_form_main_container .input_main_box{
  border-radius: 0px !important;
}
input:focus {
  outline: 0px none #fff !important;
  box-shadow: none !important;
  border-color: #0000008e !important;
}

.phone_input_wrapper .iti{
  width: 100% !important;
}
.phone_input_wrapper .iti--separate-dial-code .iti__selected-flag{
  background: none;
}
.phone_input_wrapper .iti--separate-dial-code .iti__selected-dial-code{
  font-size: 14px;
}
.header_form_main_container .Budget_time_lline_wrapper .Budget_time_line_label{
  width: 50% !important;
}
.header_form_main_container .input_main_box::placeholder{
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 12px !important;
  color: #000;

}
.header_form_main_container .Budget_time_lline_wrapper h1,
.header_form_main_container .Budget_time_lline_wrapper h2,
.header_form_main_container .Budget_time_lline_wrapper h3,
.header_form_main_container .Budget_time_lline_wrapper h4,
.header_form_main_container .Budget_time_lline_wrapper h5,
.header_form_main_container .Budget_time_lline_wrapper h6{
  font-size: 18px !important;
  font-family: "Manrope",sans-serif;
  font-weight: 700;
  margin: 0 !important;
}

.header_form_main_container .header_from_customar_need h1,
.header_form_main_container .header_from_customar_need h2,
.header_form_main_container .header_from_customar_need h3,
.header_form_main_container .header_from_customar_need h4,
.header_form_main_container .header_from_customar_need h5,
.header_form_main_container .header_from_customar_need h6{
  font-size: 18px !important;
  font-family: "Manrope",sans-serif;
  font-weight: 700;
  margin: 0 !important;
}

.header_form_main_container .radio_button_main_conainer h1, 
.header_form_main_container .radio_button_main_conainer h2, 
.header_form_main_container .radio_button_main_conainer h3, 
.header_form_main_container .radio_button_main_conainer h4, 
.header_form_main_container .radio_button_main_conainer h5, 
.header_form_main_container .radio_button_main_conainer h6{
  font-size: 18px !important;
  font-family: "Manrope",sans-serif;
  font-weight: 700;
  margin: 0 !important;
  padding-bottom: 18px !important;
}

.header_form_main_container label{
  font-size: 12px !important;
  font-family: "Manrope",sans-serif;
  font-weight: 400  ;
}
 .btn-close{
  opacity: 1 !important;
  width: 60px !important;
  height: 30px !important;
}

.btn-close:focus{
  outline: 0px none #fff !important;
  box-shadow: none !important;
}

.border_bottom{
  border-bottom: 0.5px solid #CCCCCC;
}

.submit_button_wrapper .page_dec_btn{
  color: white;
  font-size: 12px;
  font-family: "Manrope",sans-serif;
}

.page_dec_btn img{
  width: 8px;
  height: 8px;
}

.form-check-input:checked{
  background-color: #000 !important;
}

  .page_desCription_main_container{
    margin-top: 124px;
    padding-top: 60px;
    
  }



  .page_desCription_main_container .page_dec_all_conatent_wrapper h1,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h2,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h3,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h4,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h5,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h6{
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    word-wrap: break-word;
    word-break: keep-all;
    color: #000;
    margin: 0;
  }
  .page_desCription_main_container .page_dec_all_conatent_wrapper p{
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px ;
    word-wrap: break-word;
    word-break: keep-all;
  }

  .page_dec_btn{
    width: fit-content;
    border: none;
    background-color: #000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    cursor: pointer;
    transition: .5s all ease;
  }
  
  .page_desCription_main_container .page_dec_btn a{
    font-family: "Manrope",sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
  }

  .page_desCription_main_container .page_dec_btn img{
    width: 10px;
    height: 10px;
  } 

  .page_dec_btn_white {
    width: 100px;
    height: 26px;
    border: 1px solid #000;
    background-color: #FFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .5s all ease;
    
  }

  .banner_hero_section .page_dec_btn_white a{
    color: #000;
    text-decoration: none;
    font-family: "Manrope",sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .banner_hero_section .banner_section_wrapper p{
    font-family: "Manrope",sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;

  }

  /*  */
  .new_banner_section .new_banner_wrapper .new_banner_card02{
    position: relative;
    margin-bottom: 56px;
  }

  .new_banner_section .new_banner_wrapper .new_banner_card02:last-child{

  }

  .new_banner_section .new_banner_wrapper .new_banner_card02 .hover_switch02 img,
  .new_banner_section .new_banner_wrapper .new_banner_card02 .hover_switch02 video{
    width: 100%;
    height: auto;
    padding: 0 0.5rem;
  }
 
  .new_banner_section .new_banner_wrapper .new_banner_card02 .hover_switch02 > img:last-of-type{
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
  }
  .new_banner_section .new_banner_wrapper .new_banner_card02 .hover_switch02:hover > img:last-of-type{
    opacity: 0;
  }
  .new_banner_section .new_banner_wrapper .new_banner_card02 .hover_switch02:hover{
    cursor: none;
  }
 .new_banner_card02 .new_banner_details_wrapper{
    padding: 0 .5rem;
  }

  .new_banner_card02 .new_banner_details_wrapper{
    margin-top: 14px;
  }
  .new_banner_card02 .new_banner_details_wrapper a{
    text-decoration: none;
    color: #000;
    font-family: "Manrope",sans-serif;
    cursor: none;
  }

  .new_banner_card02 .new_banner_details_wrapper .new_banner_project_name a{
    font-size: 16px;
    font-weight: 700;
  }
  .new_banner_card02 .new_banner_details_wrapper .new_banner_project_name a:hover{
    text-decoration: underline;
    cursor: pointer !important;
  }
  .new_banner_card02 .new_banner_details_wrapper .new_banner_project_desc a{
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
  }
  .new_banner_card02 .new_banner_details_wrapper .new_banner_project_desc a:hover{
    text-decoration: underline;
    cursor: pointer;
  }
  /*  */

  .new_banner_section .new_banner_wrapper .new_banner_card{
    position: relative;
    width: 100%;
    margin-bottom: 56px;
  }

  .new_banner_section .new_banner_wrapper .new_banner_card:last-child{
    margin-bottom: 0;
  }

  .new_banner_section .new_banner_wrapper .hover_switch img,
  .new_banner_section .new_banner_wrapper .hover_switch video{
    width: 100%;
    height: auto;
  }

  .new_banner_section .new_banner_wrapper .hover_switch{
    cursor: none;
  }

  .new_banner_section .new_banner_wrapper .hover_switch > img:last-of-type {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
  }
  .new_banner_section .new_banner_wrapper .hover_switch:hover > img:last-of-type {
    opacity: 0;
  }

  




  .slider_main_container{
    position: relative;
  }
  .slide_img_wrapper{
        width: 100%;
  }
  .homeSlider .slide_img_wrapper img{
   width: 100%;
    height: auto;
  }

  .slider_main_container .swiper-pagination{
    position: absolute;
    text-align: right;
    z-index: -1;
    top: 0;
  }

  .slide_title_wrapper h1,
  .slide_title_wrapper h2,
  .slide_title_wrapper h3,
  .slide_title_wrapper h4,
  .slide_title_wrapper h5,
  .slide_title_wrapper h6,
  .slide_title_wrapper a
  {
    font-family: "Manrope",sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
  }

  .slide_title_wrapper p{
    font-family: "Manrope",sans-serif;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
    line-break: auto;
  }

  .slider_main_container .slide_title_wrapper{
    display: block;
    width: 80%;
    margin: 0 !important;
  }

  .custom_pagination{
    width: 20%;
    text-align: end;
  }

  .custom_pagination p{
   margin: 0 !important;
   font-family: "Manrope",sans-serif;
   font-size: 14px;
  }

  .home_accordian_main_container .accordian_wrapper .home_accordian_sub_content ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 !important;

  }

  .home_accordian_section_container .common_X{
    padding-top: 40px !important ;
  }

  .home_accordian_main_container .accordian_wrapper .home_accordian_sub_content ul li {
    padding: 4px 12px;
    border: .75px solid #999393;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    font-family: "Manrope",sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

.accordian_content_wrapper p{
    font-family: "Manrope",sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 !important;
}

.accordian_content_wrapper h1,
.accordian_content_wrapper h2,
.accordian_content_wrapper h3,
.accordian_content_wrapper h4,
.accordian_content_wrapper h5,
.accordian_content_wrapper h6 {
    font-family: "Manrope",sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    word-wrap: break-word;
    word-break: keep-all;
    margin-bottom: 0;
    width: 60%;
}

.accordion-button::after{
    content: "" !important;
    background-image : url(../images/svg/Group_43.svg) !important;
}

.accordion-button:not(.collapsed){
    background-color: #fff !important;
}
.accordion-button:focus{
    box-shadow : none !important;
}

.accordion-flush>.accordion-item:last-child{
    border-bottom: 1px solid #dee2e6 !important;
}

.btn_font{
    font-family: "Manrope",sans-serif;
    font-size: 16px !important;
    font-weight: 600;

}
/* new changes */
.client_exp_container .heading_wrapper_designation .new_heading_desc_block h1,
.client_exp_container .heading_wrapper_designation .new_heading_desc_block h2,
.client_exp_container .heading_wrapper_designation .new_heading_desc_block h3,
.client_exp_container .heading_wrapper_designation .new_heading_desc_block h4,
.client_exp_container .heading_wrapper_designation .new_heading_desc_block h5,
.client_exp_container .heading_wrapper_designation .new_heading_desc_block h6{
  font-weight: 600;
  font-family: "Manrope",sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 40px;
  color: #000;
}
.client_exp_container .heading_wrapper_designation .new_heading_desc_block p{
    margin-bottom: 0;
    font-size: 22px !important;
    font-family: "Manrope",sans-serif !important;
    line-height: 30px;
    padding-bottom: 16px !important;
}
/* new changes */

.client_exp_container{}

.client_exp_container .page_dec_btn{
    margin-top: 2px;
    padding: 10px 24px;
}
.client_exp_container .page_dec_btn a{
    font-family: "Manrope",sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.client_exp_container .page_dec_btn img{
    width: 10px;
    height: 10px;
}

.client_exp_container .reating_wrapper_main_container h1,
.client_exp_container .reating_wrapper_main_container h2,
.client_exp_container .reating_wrapper_main_container h3,
.client_exp_container .reating_wrapper_main_container h4,
.client_exp_container .reating_wrapper_main_container h5,
.client_exp_container .reating_wrapper_main_container h6 {
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 800;
  word-wrap: break-word;
  word-break: keep-all;
  width: 50%;
  line-height: 48px;
  text-transform: capitalize;
}

.clint_logo{
    width: 144px;
    padding-top: 48px;
}


.feedback_wrapper_container p:first-child,
.feedback_wrapper_container h1:first-child,
.feedback_wrapper_container h2:first-child,
.feedback_wrapper_container h3:first-child,
.feedback_wrapper_container h4:first-child,
.feedback_wrapper_container h5:first-child,
.feedback_wrapper_container h6:first-child {
    font-family: "Manrope",sans-serif;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    padding: 0;
    text-transform: uppercase;
}

.feedback_wrapper_container p{
    font-family: "Manrope",sans-serif;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    margin: 0 !important;
    padding-top: 24px;
    width: 80%;
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 26px;
}

.feedback_wrapper_container p:last-child,
.feedback_wrapper_container h1:last-child,
.feedback_wrapper_container h2:last-child,
.feedback_wrapper_container h3:last-child,
.feedback_wrapper_container h4:last-child,
.feedback_wrapper_container h5:last-child,
.feedback_wrapper_container h6:last-child {
    font-family: "Manrope",sans-serif;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    margin: 0 !important;
    padding-top: 0px;
}

.feedback_wrapper_container .clint_logo img{
    max-width: 100%;
    height: auto;
}

.client_exp_wrapper{
    padding-bottom: 100px;
}

 .google_image_holder{
  display: flex;
  justify-content: flex-start;
  gap: 16px;
 }

 .google_image_holder p{
  text-decoration: none;
  font-family: "Manrope",sans-serif;
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: bold;
 }
.review_counter h2{
  font-size: 16px !important;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  width: 100% !important;
  margin: 0 !important;
  line-height: 36px !important;
  color: #00000094;
   
}

 .google_image_wrapper{
  width: 85px;
  height: auto;
 }
 .google_image_wrapper img{
  max-width: 100%;
  height: auto;
 }
 .review_container{
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  
 }
 .reating_star{
  display: flex  ;
  gap: 4px;
 }
 .reating_star img{
  width: 20px !important;
  height: 20px !important;
 }

 .reating_star_wrapper{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding-top: 8px;
 }
 .review_container .reating_star_wrapper h2{
  width: fit-content ;
  font-family: "Manrope",sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 24px;
  font-weight: bold;
  color: #00000094;
 }

 .footer_main_container{
  /* background-color: #D93744; */
  background-color: #000000;
  color: #ffffff;
  margin-top: 80px;
 }

  .footer_main_container .footer_wrapper .footer_contact_wrapper h1,
  .footer_main_container .footer_wrapper .footer_contact_wrapper h2,
  .footer_main_container .footer_wrapper .footer_contact_wrapper h3{
    font-family: "Manrope",sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .footer_main_container .common_X{
    padding-top: 80px !important;
  }


   .Social_Footer{
    display: flex;
    justify-content: flex-end;
  }
.address_footer{
    text-align: start;
    padding-top: 36px;
}

.footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h1:nth-child(2n),
.footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h2:nth-child(2n),
.footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h3:nth-child(2n){
   padding-top: 24px;
}
.footer_contact_details{
    display: flex;
    flex-direction: column;
}
.footer_main_container .footer_wrapper:first-child .footer_contact_wrapper .footer_contact_details a{
    text-decoration: none;
    color: #ffffff;
    font-family: "Manrope",sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.address_footer p{
    font-family: "Manrope",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 !important;
    width: 60%;
    text-align: start;
}

.contact_address_main_container{
  display: flex;
  justify-content: center;
}

.social_icons_wrapper{
    display: flex;
    gap: 20px;

}

.footer_main_container .Social_Footer .social_icons_wrapper a img{
    width: 20px;
    height: 20px;
}

.social_footer_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.footer_main_container .footer_wrapper .social_footer_container p{
    font-family: "Manrope",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 !important;
}


.footer_tearms_wrapper a{
  color: #fff;
  text-decoration: underline;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}

.social_footer_container .footer_tearms_wrapper .footer_tearms_and_privecy_block{
  display: flex;
 
}
.footer_tearms_and_privecy_block a{
  padding-left: 8px;
}
.footer_tearms_and_privecy_block a:first-child{
  padding-right: 8px;
  padding-left: 0;
  position: relative;
}
.footer_tearms_and_privecy_block a:first-child::after{
  content: " ";
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: #fff;
  right: 0;
  top: 8px;
}


 .project_list_description .page_title_wrapper p{
  font-family: "Manrope",sans-serif ;
    font-size: 18px;
    font-weight: 600;
    margin: 0 !important;
    color: #000;
    text-transform: uppercase;
 }


 .project_list_description .page_title_wrapper h1,
 .project_list_description .page_title_wrapper h2,
 .project_list_description .page_title_wrapper h3,
 .project_list_description .page_title_wrapper h4,
 .project_list_description .page_title_wrapper h5,
 .project_list_description .page_title_wrapper h6
 {
    font-family: "Manrope",sans-serif ;
    font-size: 18px;
    font-weight: 600;
    margin: 0 !important;
    color: #000;
 }

 .page_menu_container .common_X{
  padding-top: 40px !important;
 }

 .page_menu_container .page_menu_wrapper ul{
    list-style: none;
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 24px;
 }

 .page_menu_container .page_menu_wrapper ul li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: "Manrope","sans-serif";
 }
  .page_menu_container .page_menu_wrapper ul li a.active{ font-weight: 500; }
  .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_content_wrapper a p,
  .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_content_wrapper a,
  .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_content_wrapper p{
    font-family: "Manrope",sans-serif ;
    font-weight: 600;
    font-size: 16px;
    margin: 0 !important;
    text-decoration: none;
    color: black;
 }

 .project_list_main_container .project_list_wrapper_container  .project_list_wrapper .project_content_wrapper{
  gap: 8px !important;
 }

 .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_title_detail h1,
 .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_title_detail h2,
 .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_title_detail h3,
 .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_title_detail h4,
 .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_title_detail h5,
 .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_title_detail h6{
    font-family: "Manrope",sans-serif ;
    margin: 0 !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
 }
 .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_title_detail p{
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
    word-break: keep-all;
    line-height: 20px;
 }

 .project_list_main_container .project_list_wrapper_container .project_image_wrapper{
    width: 100%;
    height: auto;
    padding-top: 24px;
 }

 .project_list_main_container .project_list_wrapper_container .project_image_wrapper img{
    width: 100% ;
    height: auto;
 }



 .address_derails_block{
  padding-top: 60px;
  padding-bottom: 100px;
 }

 .address_derails_main_container .address_derails_wrapper h1,
 .address_derails_main_container .address_derails_wrapper h2,
 .address_derails_main_container .address_derails_wrapper h3,
 .address_derails_main_container .address_derails_wrapper h4,
 .address_derails_main_container .address_derails_wrapper h5,
 .address_derails_main_container .address_derails_wrapper h6{
  font-family: "Manrope",sans-serif ;
  font-size: 16px;
  font-weight: 600;
  margin: 0 !important;
  padding-bottom: 4px;
  color: #000;
 }

 .address_derails_main_container .address_derails_wrapper a{
  font-family: "Manrope",sans-serif ;
  font-size: 16px;
  font-weight: 400;
  margin: 0 !important;
  text-decoration: none;
  color: #000;
  width: 80%;
 }

 .address_derails_main_container .address_derails_wrapper p{
  font-family: "Manrope",sans-serif ;
  font-size: 16px;
  font-weight: 400;
  margin: 0 !important;
  color: #000;
  width: 80%;
 }

  
 .contact_accordian_main_container .page_title_wrapper p{
  font-family: "Manrope",sans-serif ;
  font-size: 18px;
  font-weight: 600;
  margin: 0 !important;
  color: #000;
  text-transform: uppercase;
 }

 .accordion-button:not(.collapsed){
  color: #000 !important;
 }
 .accordion-button:not(.collapsed)::after{
  background-image: url("../images/cross.svg") !important;
 }

 .contact_accordian_main_container .page_dec_all_conatent_wrapper h1,
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h2,
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h3,
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h4,
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h5,
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h6{
  font-family: "Manrope",sans-serif ;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  margin: 0 !important;
  color: #000;
  word-wrap: break-word;
  word-break: keep-all;
  width: 50%;
 }

 .contact_accordian_main_container .accordian_wrapper .btn_font p{
  margin: 0;
 }

 .contact_accordian_main_container .contact_accordian_body_text p{
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
 }

 .page_desCription_main_container .padd_top_btm{
  padding-top: 0 !important;
 }
 .about_accordian_text_wrapper{
  padding-top: 24px ;
 }

 .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h1,
 .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h2,
 .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h3,
 .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h4,
 .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h5,
 .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h6
 {
    font-family: "Manrope",sans-serif ;
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    margin: 0 !important;
    color: #000;
    padding-bottom: 6px;
 }

 .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container p
 {
    font-family: "Manrope",sans-serif ;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    width: 90%;
    color: #000;
    word-wrap: break-word;
    word-break: keep-all;
    margin: 0;
 }

 .about_service_description .padd_top_btm{
  padding-top: 0 !important;
 }


 .about_service_description .page_dec_all_conatent_wrapper h1,
 .about_service_description .page_dec_all_conatent_wrapper h2,
 .about_service_description .page_dec_all_conatent_wrapper h3,
 .about_service_description .page_dec_all_conatent_wrapper h4,
 .about_service_description .page_dec_all_conatent_wrapper h5,
 .about_service_description .page_dec_all_conatent_wrapper h6{
   font-family: "Manrope", sans-serif;
   font-size: 36px;
   font-weight: 400;
   line-height: 48px;
   word-wrap: break-word;
   word-break: keep-all;
   color: #000;
 }

 .about_service_description .page_title_wrapper p{
  font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 !important;
    color: #000;
 }

 .about_service_description .page_dec_all_conatent_wrapper .page_title_wrapper p{
  font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 !important;
    color: #000;
 }

  .big_heading h1,
  .big_heading h2,
  .big_heading h3,
  .big_heading h4,
  .big_heading h5,
  .big_heading h6{
  font-family: "Manrope",sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #000;
  margin: 0 !important;
  text-transform: uppercase;
 }

 .about_brand_identity_wrapper .accordian_content_wrapper h1,
 .about_brand_identity_wrapper .accordian_content_wrapper h2,
 .about_brand_identity_wrapper .accordian_content_wrapper h3,
 .about_brand_identity_wrapper .accordian_content_wrapper h4,
 .about_brand_identity_wrapper .accordian_content_wrapper h5,
 .about_brand_identity_wrapper .accordian_content_wrapper h6 {
  width: 50%;
 }

 .about_brand_identity_container .padd_top_btm{
  padding-bottom: 0 !important;
 }


 .Projrct_Details_banner_container .Projrct_Details_banner_image_wrapper {
  width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .Projrct_Details_banner_container .Projrct_Details_banner_image_wrapper img,
 .Projrct_Details_banner_container .Projrct_Details_banner_image_wrapper video {
  width: 100%;
  height: auto;
 }



.Project_details_heading_main_Container .Project_details_heading_wrapper p{
  font-family: "Manrope",sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 4px;
}

.Project_details_heading_main_Container .client_exp_new_desc_wrapper,
.Project_details_heading_main_Container .client_exp_new_desc_wrapper p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Manrope",sans-serif;
  word-break: keep-all;
  margin-bottom: 0;
}

.Project_details_heading_main_Container .Project_details_heading_wrapper h1,
.Project_details_heading_main_Container .Project_details_heading_wrapper h2,
.Project_details_heading_main_Container .Project_details_heading_wrapper h3,
.Project_details_heading_main_Container .Project_details_heading_wrapper h4,
.Project_details_heading_main_Container .Project_details_heading_wrapper h5,
.Project_details_heading_main_Container .Project_details_heading_wrapper h6{
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  word-wrap: break-word;
  word-break: keep-all;
  color: #000;
  margin-bottom: 0;
  width: 60%;
}

.client_exp_container .heading_wrapper_designation .new_desipline_wrapper p:first-child{
  font-family: "Manrope",sans-serif;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  padding-bottom: 1px;
  color: #000000;
}

.client_exp_container .heading_wrapper_designation .new_desipline_wrapper p:nth-child(2){
  font-family: "Manrope",sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 4px;
  color: #555555;
  line-height: 18px;
}

.client_exp_container_01 .heading_wrapper_designation:first-child p:first-child{
  font-family: "Manrope",sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 4px;
}

.client_exp_container_01 .heading_wrapper_designation:first-child p:nth-child(2){
  font-family: "Manrope",sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 40%;
  margin: 0;
  padding-bottom: 6px;

}

.client_exp_container_01 .heading_wrapper_designation:first-child p:nth-child(3){
  font-family: "Manrope",sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 4px;

}


.all_project_view_main_container .Project_details_view_wrapper .image_wrapper{
  width: 100%;
  height: 100%;
}

.all_project_view_main_container .Project_details_view_wrapper .image_wrapper img{
  width: 100%;
  height: auto;
}

.project_padd {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* new design implement of work details */
.Project_details_view_wrapper .Project_details_view_block .project_detail_image_wrapper{
  max-width: 100%;
  height: auto;

}
.Project_details_view_wrapper .Project_details_view_block .project_detail_image_wrapper img,
.Project_details_view_wrapper .Project_details_view_block .project_detail_image_wrapper video {
  width: 100%;
  height: auto;
}


.all_project_view_main_container .Project_details_view_wrapper .Project_details_view_block{
margin-bottom: 56px;
}
.Project_details_view_block .Project_details_image_block{
  padding-top: 56px;
}
/* new design implement of work details */

/* releted projects new desine  */

.projectDetails_related_container .projectDetails_related_wrapper .releted_projects_link_wrapper {
  margin-bottom: 24px;
}

.projectDetails_related_container .projectDetails_related_wrapper .releted_projects_link_wrapper a{
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.projectDetails_related_wrapper .image_wrapper {
  width: 100%;
  height: 100%;
}

.projectDetails_related_wrapper .image_wrapper img{
  max-width: 100%;
  height: auto;
}

.projectDetails_related_wrapper{
  position: relative;
}

.projectDetails_related_wrapper a{
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: "Manrope",sans-serif;
  font-weight: 400;
}

.projectDetails_related_container{
  position: relative;
}

.related_project_link_wrapper{
  margin-top: 8px;
  line-height: 22px;
}

.related_project_link_wrapper a {
    text-decoration: none;
    color: #000;
    font-family: "Manrope",sans-serif;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
    word-break: keep-all;
}


.projectDetails_related_container .projectDetails_related_heading_wrapper{
  padding-bottom: 8px;
}
.projectDetails_related_container .projectDetails_related_heading_wrapper a{
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}


.Project_details_view_wrapper_heading h1,
.Project_details_view_wrapper_heading h2,
.Project_details_view_wrapper_heading h3,
.Project_details_view_wrapper_heading h4,
.Project_details_view_wrapper_heading h5,
.Project_details_view_wrapper_heading h6{
  font-family: "Manrope",sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0 !important;
}

.Project_details_project_Count p,
.Project_details_project_Count a{
  font-family: "Manrope",sans-serif;
  font-size: 12px;
  margin: 0 !important;
  font-weight: 400;
}

.Project_details_view_wrapper_desc p{
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0 !important;
  padding-bottom: 16px;
}

.project_details_slider{
  width: 100%;
}

.slider_image_slide_container{
  width: 100% !important;
}


.project_details_slider .slider_content_container .slider_image_wrapper{
  width: 100%;
  height: auto;
}

.project_details_slider .slider_content_container .slider_image_wrapper img,
.project_details_slider .slider_content_container .slider_image_wrapper video
{
  width: 100%;
  height: auto;
}

.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h1,
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h2,
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h3,
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h4,
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h5,
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h6
{
  font-family: "Manrope",sans-serif;
  font-size: 50px;
  font-weight: 800;
  margin: 0 !important;
  line-height: 64px;
}

.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count p,
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count a{
  font-family: "Manrope",sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 !important;
  line-height: 32px;
}

 .success-page-main-container{
  width: 100%;
  height: 90vh;
  position: relative;
 }

 .success_page_massege_container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
    flex-direction: column;
    align-items: center;
 }

 .success_page_massege_container .success-message-wrapper h1,
 .success_page_massege_container .success-message-wrapper h2,
 .success_page_massege_container .success-message-wrapper h3,
 .success_page_massege_container .success-message-wrapper h4,
 .success_page_massege_container .success-message-wrapper h5,
 .success_page_massege_container .success-message-wrapper h6 {
  text-align: center;
  margin: 0;
  font-family: "Manrope",sans-serif;
  font-weight: 800;
  font-size: 64px;
  padding-bottom: 40px;
  
 }

 .success_page_massege_container .success-message-wrapper p{
  text-align: center;
  margin: 0;
  font-family: "Manrope",sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 1.5rem;
  line-height: 32px;
 }

 .success_page_massege_container p{
  text-align: center;
  margin: 0;
  font-family: "Manrope",sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 1.5rem;
 }

 .home_instafeed_container .common_X{
  padding-top: 72px !important;
 }
.instafeed_account_detail_container{
  display: flex;
  justify-content: center;
}
.instafeed_account_detail_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
}
.instafeed_account_profile_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.instafeed_profile_image_wrapper{
  width: 60px;
  height: 60px;
  border: double 2px transparent;
  border-radius: 80px;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00,#3020ff);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.instafeed_profile_image_wrapper img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 2px;
}

.instafeed_profile_detaile_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.instafeed_profile_detaile_wrapper h1{
  margin: 0;
  font-size: 16px;
  font-weight: bolder;
  font-family: 'Manrope', sans-serif;
  color: #000;
}
.instafeed_profile_detaile_wrapper p{
  margin: 0;
  font-size: 12px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  color: #8a8a8a;
}

.instafeed_profile_detaile_wrapper .post_count_wrapper,
.instafeed_profile_detaile_wrapper .followers_count_wrappper,
.instafeed_profile_detaile_wrapper .following_count_wrapper{
  text-align: center;
}

.instafeed_follow_btn_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
}

.instafeed_follow_btn_wrapper a{
  padding: 4px 18px;
  background-color: #D93643;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-family:'Manrope', sans-serif; 
  font-weight: 400;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3 ease-in-out; 
}

.instafeed_follow_btn_wrapper a:hover{
  background-color: #D93744;
  transition: all 0.3 ease-in-out; 
}


.instafeed_profile_name_wrapper{
  display: flex;
  flex-direction: column;
  text-align: center;
}

.instafeed_profile_name_wrapper .instafeed_profile_name{
  text-decoration: none;
  color: #000;
  font-family: 'Manrope', sans-serif;
  font-size:18px;
  font-weight: 700;
}

.instafeed_profile_name_wrapper .instafeed_profile_id{
  text-decoration: none;
  font-size: 12px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  color: #8a8a8a;
}
.instagram_post_main_container{
  margin-top: 32px;
}
.insta_feed_post_img_wrapper{
  width: 100%;
  height: auto;
}
.insta_feed_post_img_wrapper img{
  max-width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.insta_feed_post_img_wrapper video{
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.insta_feed_block .insta_feed_block_card{
  padding: 2px 2px !important;
}

.insta_feed_swiper .swiper-button-next,
.insta_feed_swiper .swiper-button-prev{
  margin-top: 0 !important;
  top: 0 !important;
  height : 100% !important;
  width: 40px;
}

.insta_feed_swiper .swiper-button-prev{
  left: 0;
}
.insta_feed_swiper .swiper-button-next{
  right: 0;
}

.insta_feed_swiper .swiper-button-next::after,
.insta_feed_swiper .swiper-button-prev::after{
  content: "";
}

.insta_feed_btn_wrapper{ 
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    width: 150px;
    height: 75px;
    border-top-left-radius: 510px;
    border-bottom-left-radius: 510px;
    background: #222222f0;
}

.insta_feed_btn_wrapper_prev{ 
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  width: 150px;
  height: 75px;
  border-top-right-radius: 510px;
  border-bottom-right-radius: 510px;
  background: #222222f0;
}

.instafeed_post_container {
  position: relative;
  overflow: hidden;
}

.instafeed_caption_wrapper{
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  text-decoration: none;
  cursor: pointer;

}

 .instafeed_caption_wrapper_icon{
  position: absolute;
  bottom:8px;
  right:8px;
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.1s;
}
.instafeed_caption_wrapper_icon img{
  width: 32px;
  height:32px;
}

.instafeed_post_container:hover .instafeed_caption_wrapper{
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.instafeed_post_container:hover .instafeed_caption_wrapper_icon{
  visibility: visible;
  transform: translateY(0);

}

.instafeed_caption_holder p{
  color:#fff
}

.card_image_wrapper{
  width: 100%;
  height: auto;
}
.card_image_wrapper a{
  text-decoration: none;
  width: 100%;
}

.card_image_wrapper img{
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}

.blog_card_main_container .blog_card_wrapper .card_description{
  text-decoration: none;
  color: #000;
  margin-top: 24px;

}

.blog_card_main_container .blog_card_wrapper .card_description h1,
.blog_card_main_container .blog_card_wrapper .card_description h2,
.blog_card_main_container .blog_card_wrapper .card_description h3,
.blog_card_main_container .blog_card_wrapper .card_description h4,
.blog_card_main_container .blog_card_wrapper .card_description h5,
.blog_card_main_container .blog_card_wrapper .card_description h6{
  font-size: 20px;
  margin-top: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Manrope",sans-serif;
  width: 94%;
  word-break: keep-all;
}

.blog_card_main_container .blog_card_wrapper .card_container{
  margin-bottom: 56px;
}

.banner_detail_wrapper{
  width: 100%;
  padding-top: 124px;
}

.banner_details_wrapper_container{
  padding-left: 6%;
}

.banner_detail_wrapper_block{
  display: flex;
  flex-direction: column;
  position: relative;
}

.banner_image_block{
  padding-left: 31.5%;
}

.banner_details_wrapper_container .banner_detail_wrapper_block .banner_image_block .banner_image_wrapper{
  width: 100%;
  height: auto;
  display: flex;
}

.corner_radius_top{
  width: 24px;
  height:24px;
  fill: currentColor;

}


.banner_detail_wrapper_block .banner_image_block .banner_image_wrapper img{
  width: 100%;
  height:auto;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.banner_heading_block{
  background-color: #ffffff;
  position: absolute;
  padding: 52px 52px 52px 0;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 42%;
  top:16%;
}

.banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h1,
.banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h2,
.banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h3,
.banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h4,
.banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h5,
.banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h6{
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-align: start;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 52px;
  word-break: keep-all;
}










.blog_detail_description_container_section{
position: relative;
}

.blog_detail_description_container_section.from-awareness-to-advocacy-the-journey-of-a-story-driven-brand ul {
    list-style-type: none;
}


.blog_detail_description_container_wrapper{
  padding: 80px 0 ;
}

.blog_details_update_time_wrapper{
  width: fit-content;
  padding: 4px 16px;
  background-color: #F5F5F5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left:35%
}

.blog_details_update_time_wrapper p{
  margin: 0;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  line-height: 28px;
  
}

.blog_details_description_content_block{
  padding-top: 32px;
}

.blog_details_description_main_container{
  padding-top: 32px;
}
.blog_details_description_content_wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  border-bottom: 0.5px solid #EEEEEE;
}

.blog_detail_description_container_section 
.blog_details_description_main_container 
.blog_details_description_content_wrapper p{
  margin: 0;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
    font-weight: 400;
    line-height: 28px;
    padding-top: 32px;
}

.blog_detail_description_container_section 
.blog_details_description_main_container 
.blog_details_description_content_wrapper p{
  margin: 0;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
    font-weight: 400;
    line-height: 28px;
    padding-top: 32px;
}

.blog_detail_description_container_section 
.blog_details_description_main_container 
.blog_details_description_content_wrapper p a{
  color: #000;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper p a:hover{
  color:#D93744;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h1,
.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h2,
.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h3,
.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h4,
.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h5,
.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h6{
  font-size: 32px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  line-height: 40px;
  text-transform: capitalize;
  word-wrap: break-word;
  margin: 0;
}

.blog_detail_description_container_section 
.blog_details_description_main_container 
.blog_details_description_content_wrapper h1,
 .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h2,
 .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h3,
 .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h4,
 .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h5,
 .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h6{
  margin: 0;
  padding-top: 42px;
  font-size: 32px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h2{
  margin: 0;
    padding-top: 42px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    line-height: 38px;
    font-size: 24px;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper ul{
  margin: 0;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper ul li{
  font-size: 16px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    line-height: 28px;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper ol{
  margin: 0;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
} 

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper ol li{
  font-size: 16px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    line-height: 28px;
}

.blog_detail_description_container_section .blog_details_description_main_container  .blog_details_description_content_wrapper img{
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  margin-top: 42px;
  margin-bottom: 16px;
}


.blog_details_related_carausal_main_container .releted_blog_left_pad{
  padding-left: 6%;
}



.blog_details_related_carausal_main_container .padding_left{
  padding-left: 6%;
}

.blog_details_related_carausal_heading_wrapper{
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog_details_related_carausal_heading_wrapper h1,
.blog_details_related_carausal_heading_wrapper h2,
.blog_details_related_carausal_heading_wrapper h3,
.blog_details_related_carausal_heading_wrapper h4,
.blog_details_related_carausal_heading_wrapper h5,
.blog_details_related_carausal_heading_wrapper h6{
  margin: 0;
  font-size: 36px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  line-height: 48px;
}

.blog_details_related_swiper{
  padding-bottom: 80px !important;
}



.blog_details_related_swiper .swiper-button-next::after,
.blog_details_related_swiper .swiper-button-prev::after{
  content: "";
}

.blog_details_related_swiper .swiper-button-next{
  position: absolute;
  top: auto;
  bottom: 0 !important;
  background: #000;
  left: 80px;
  right: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;

}

.blog_details_related_swiper .swiper-button-prev{
  position: absolute;
  top: auto;
  bottom: 0 !important;
  background: #000;
  left: 0;
  right: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog_details_related_blog_img_wrapper img{
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}
.related_blog_description_wrapper{
  text-decoration: none;
  color:#000
}
.related_blog_description_wrapper h1,
.related_blog_description_wrapper h2,
.related_blog_description_wrapper h3,
.related_blog_description_wrapper h4,
.related_blog_description_wrapper h5,
.related_blog_description_wrapper h6
{
  font-size: 18px;
  margin: 0;
  margin-top: 16px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Manrope",sans-serif;
}

.new_client_exp_main_container .new_client_exp_heading_wrapper p{
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.new_client_exp_main_container .new_client_exp_heading_wrapper{
  padding-bottom: 24px;
}

.new_client_exp_main_container .client_logo_wrapper{
  width: 100%;
  height: auto;
}
.new_client_exp_main_container .client_logo_wrapper img{
  max-width: 100%;
  height: auto;
  filter: rgb(0, 0, 0);
  -webkit-filter: grayscale(1);
  -webkit-transition: all .3s ease-in-out;
}

.client_logo_wrapper .client_logo_hov:hover{
  cursor: default;
  filter: none;
      -webkit-filter: grayscale(0);
}
.new_client_exp_carausal_block .client_logo_slider_wrapper{
  margin-bottom: 16px;
}



.client_logo_slider_wrapper_rev{
  position: relative;
  /* height: 100%; */
  direction: rtl;
  overflow: hidden;
}

.new_client_exp_carausal_block .client_logo_slider_wrapper .client_logo_slider .swiper-wrapper,
.new_client_exp_carausal_block .client_logo_slider_wrapper_rev .client_logo_slider_rev .swiper-wrapper{
  transition-timing-function: linear !important;
}

.whatts_app_floting_icon .float_whattsapp,
.chatbot_floting_icon .float_chatbot{
  position: fixed;
  width: 42px;
  height: 42px;
  bottom: 72px;
  right: 20px;
  /* background-color: #D93744; */
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatts_app_floting_icon .float_whattsapp svg,
.chatbot_floting_icon .float_chatbot svg{
  width: 24px;
  height: 24px;
}

.chatbot_floting_icon .float_chatbot{
  bottom: 20px;
}

/* new client grid system */
.client_grid .clinet_grid_wrapper .clinet_grid_wrapper_logo_wrapper {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.client_grid .clinet_grid_wrapper .clinet_grid_wrapper_logo_wrapper img{
  max-width: 100%;
  object-fit: contain;
  height: auto;
  filter: rgb(0, 0, 0);
  -webkit-filter: grayscale(1);
  -webkit-transition: all .3s ease-in-out;
}
.client_grid .clinet_grid_wrapper .clinet_grid_wrapper_logo_wrapper:hover img{
    cursor: default;
  filter: none;
      -webkit-filter: grayscale(0);
}

.client_grid .clinet_grid_wrapper{
  row-gap: 32px;
}
/* new client grid system */

/* industries section  */
.industries_section .industries_section_heading h1,
.industries_section .industries_section_heading h2,
.industries_section .industries_section_heading h3,
.industries_section .industries_section_heading h4,
.industries_section .industries_section_heading h5,
.industries_section .industries_section_heading h6{
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    word-wrap: break-word;
    word-break: keep-all;
    width: 60%;
    margin-bottom: 0;
}
.industries_section .industries_section_heading p{
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.industries_section_carousal {
   width: 100%;
   overflow: hidden;
   margin-top: 40px;
}
.industries_section_carousal .industries_section_carousal_card {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: scrollLeft 20s linear infinite; 
  white-space: nowrap;
}

.industries_section_carousal .industries_section_carousal_card_right{
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: scrollRight 25s linear infinite; 
  white-space: nowrap;
  margin-top: 8px;
}

.industries_section_carousal .industries_section_carousal_card h1,
.industries_section_carousal .industries_section_carousal_card h2,
.industries_section_carousal .industries_section_carousal_card h3,
.industries_section_carousal .industries_section_carousal_card h4,
.industries_section_carousal .industries_section_carousal_card h5,
.industries_section_carousal .industries_section_carousal_card h6{
  font-family: 'Manrope', sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 56px;
  margin-right: 24px;
  display: flex;
  align-items: center;
}

.industries_section_carousal .industries_section_carousal_card_right h1,
.industries_section_carousal .industries_section_carousal_card_right h2,
.industries_section_carousal .industries_section_carousal_card_right h3,
.industries_section_carousal .industries_section_carousal_card_right h4,
.industries_section_carousal .industries_section_carousal_card_right h5,
.industries_section_carousal .industries_section_carousal_card_right h6{
  font-family: 'Manrope', sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 56px;
  margin-right: 24px;
  display: flex;
  align-items: center;
}

 /* .industries_section_carousal_card span{
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 24px;
  display: inline-block; 
  flex-shrink: 0;
} */

.industries_section_carousal_card span svg{
  width: 40px;
  height: 40px;
  margin-right: 24px;
  animation: rotate360 5s linear infinite;
}
.industries_section_carousal_card_right span svg{
  width: 40px;
  height: 40px;
  margin-right: 24px;
  animation: rotateReverce 5s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateReverce {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}



/* Keyframes for scrolling effect */

@keyframes scrollLeft {
  0% {
    transform: translateX(-50%); /* start off-screen right */
  }
  100% {
    transform: translateX(0%); /* end off-screen left */
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(0); /* start off-screen right */
  }
  100% {
    transform: translateX(-50%); /* end off-screen left */
  }
}
/* industries section  */

/* testimonial section */

.testimonial_carousal_wrapper .testimonial_swiper .swiper-slide{
  cursor: grab !important;
}
  .testimonial_swiper_card{
    width: 100%;
    min-height: 26em;
    background-color: var(--color-light-gray);
    padding: 32px;
    border-radius: 16px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    row-gap: 80px;
  }
  .testimonial_swiper_card_heading {
    width: 100%;
    padding-left: 24px;
    border-left: 2px solid var(--color-black) ;
    display: flex;
    gap: 8px;
  }
  .testimonial_swiper_card_heading_quots_wrapper{
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
  } 
  .testimonial_swiper_card_heading_quots_wrapper svg{
    width: 12px;
    height: 12px;
  }

  .testimonial_swiper_card_heading h1,
  .testimonial_swiper_card_heading h2,
  .testimonial_swiper_card_heading h3,
  .testimonial_swiper_card_heading h4,
  .testimonial_swiper_card_heading h5,
  .testimonial_swiper_card_heading h6,
  .testimonial_swiper_card_heading p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-family: var(--font-primery);
    margin-bottom: 0;
  }
  .testimonial_card_client_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .testimonial_card_client_block .testimonial_card_client_block_info{
      display: flex;
      align-items: center;
      gap: 16px;
    }
  .testimonial_card_client_block .testimonial_card_client_block_info img{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
  }

  .testimonial_card_client_block .testimonial_card_client_block_info h1,
  .testimonial_card_client_block .testimonial_card_client_block_info h2,
  .testimonial_card_client_block .testimonial_card_client_block_info h3,
  .testimonial_card_client_block .testimonial_card_client_block_info h4,
  .testimonial_card_client_block .testimonial_card_client_block_info h5,
  .testimonial_card_client_block .testimonial_card_client_block_info h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--font-primery);
    margin-bottom: 0;
  }
  .testimonial_card_client_block .testimonial_card_client_block_info  p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-family: var(--font-primery);
    margin-bottom: 0;
  }

  .testimonial_card_client_block_logo_wrapper{
    width: 140px;
    height: auto;
  }
  .testimonial_card_client_block_logo_wrapper img{
    max-width: 100%;
    height: auto;
  }
/* testimonial section */



/* terms and policy page */
.common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title h1,
.common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title h2,
.common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title h3,
.common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title h4,
.common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title h5,
.common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title h6,
.common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title p,
.common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title{
 font-family: 'Manrope', sans-serif;
 line-height: 36px;
 font-size: 26px;
 font-weight: 550;
 margin: 0;
}
.common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title{
  margin-bottom: 24px;
}

.common_policyes_main_container .common_policyes_wrapper h2,
.common_policyes_main_container .common_policyes_wrapper h3,
.common_policyes_main_container .common_policyes_wrapper h4,
.common_policyes_main_container .common_policyes_wrapper h5,
.common_policyes_main_container .common_policyes_wrapper h6 {
  margin-bottom: 0px;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.common_policyes_main_container .common_policyes_wrapper p{
  margin-bottom: 14px;
  font-family: 'Manrope'sans-serif !important;
  color: rgb(108 106 105);
  font-size: 16px;
  line-height: 24px;
}
.common_policyes_main_container .common_policyes_wrapper p strong{
  color: #000;
  font-weight: 600;
}


.common_policyes_main_container .common_policyes_wrapper ul{
  list-style: disc;
  color: rgb(108 106 105);
  margin-bottom: 20px;
}
.common_policyes_main_container .common_policyes_wrapper ul li {
  font-family: 'Manrope'sans-serif ;
  font-size: 16px;
  line-height: 24px;
  /* padding-bottom: 8px; */
}
.common_policyes_main_container .common_policyes_wrapper ul li strong{
  color: #000;
}
.common_policyes_main_container .common_policyes_wrapper ul li p{
  margin: 0;
}
/* terms and policy page */

/* nofification modal */
.modal-open{
  overflow: visible !important;
  padding-right: 0 !important;
}
.news_letter_notification .modal-dialog{
  max-width: 600px !important;
}
.news_letter_notification .news_notification_block{
  border-radius: 24px !important;
  border: none !important;
}
.news_notification_block .modal-body .btn-close{
  position: absolute;
  top: 15px;
  right: 16px;
  width: 24px !important;
  height: 24px !important;
  font-size: 12px;
}
.news_notification_wrapper{
  margin: 0 6%;
}
.news_notification_wrapper .new_from_wrapper {
  position: relative;
}

.news_notification_wrapper .new_from_wrapper .news_from_heading{
  padding-top: 64px;
}
.news_notification_wrapper .new_from_wrapper .news_from_heading h1,
.news_notification_wrapper .new_from_wrapper .news_from_heading h2,
.news_notification_wrapper .new_from_wrapper .news_from_heading h3,
.news_notification_wrapper .new_from_wrapper .news_from_heading h4,
.news_notification_wrapper .new_from_wrapper .news_from_heading h5,
.news_notification_wrapper .new_from_wrapper .news_from_heading h6 {
  font-size: 32px;
  font-weight: 750;
  font-family: "Manrope", sans-serif;
  margin-bottom: 0;
  line-height: 40px;
  text-align: center;
}

.news_notification_wrapper .new_from_wrapper .news_from_heading p{
  font-family: "Manrope",sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  margin-top: 14px;
  margin-bottom: 0;
  text-align: center;
}
.notification_connect_from{
  margin: 40px 0;
  padding: 0 12px;
}

.notification_connect_from .input-group .form-control{
  border-radius: 0;
  border: 1px solid #000;
  border-right: none;
}
.notification_connect_from .input-group .form-control::placeholder{
  font-size: 14px;
  font-weight: 450;
  font-family: "Manrope",sans-serif;
  color: var(--text-fade);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.notification_connect_from .input-group button{
  color: #ffffff;
  font-family: "Manrope",sans-serif;
  font-size: 14px;
  font-weight: 550;
  background-color: #000000;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 24px;
  border: 1px solid #000;
}

.notification_connect_from .notification_footer_text p{
  font-size: 14px;
  font-weight: 400;
  font-family: "Manrope",sans-serif;
  color: #3b3b3b;
  text-align: center;
}
.notification_connect_from .notification_footer_text p a {
  text-decoration: underline;
  color: #3b3b3b;
}
.notification_connect_from .error_message_holder{
  font-size: 12px;
  font-weight: 400;
  font-family: "Manrope",sans-serif;
  line-height: 16px;
  margin-bottom: 4px;
}
.success_message p{
  margin-bottom: 0px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 550;
  font-family: "Manrope",sans-serif;
  padding: 8px 0;
}

.success_message h2,
.success_message h3,
.success_message h4,
.success_message h5,
.success_message h6{
  font-size: 18px;
  font-weight: 550;
  font-family: "Manrope",sans-serif;
  line-height: 30px;
  margin-bottom: 8px;
  text-align: center;
  color: #000;
}

.news_notification_container{
  display: none;
}

.new_sucess_modal .modal-dialog{
  max-width: 500px;
}
 
.new_sucess_modal .modal-content{
  border: none;
}
/* nofification modal */


 @media (min-width: 1640px) {
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h1,
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h2,
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h3,
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h4,
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h5,
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h6{
  width: 40%;
 }
  .contact_gmap_wrapper{
    height: 600px;
   }

 .about_brand_identity_wrapper .accordian_content_wrapper h1,
 .about_brand_identity_wrapper .accordian_content_wrapper h2,
 .about_brand_identity_wrapper .accordian_content_wrapper h3,
 .about_brand_identity_wrapper .accordian_content_wrapper h4,
 .about_brand_identity_wrapper .accordian_content_wrapper h5,
 .about_brand_identity_wrapper .accordian_content_wrapper h6{
  /* width: 35%; */
 }
 

}

@media only screen and (max-width: 1639px){
  .contact_gmap_wrapper{
    height: 500px;
  }
}

@media (max-width: 1499px) {

 .about_brand_identity_wrapper .accordian_content_wrapper h1,
 .about_brand_identity_wrapper .accordian_content_wrapper h2,
 .about_brand_identity_wrapper .accordian_content_wrapper h3,
 .about_brand_identity_wrapper .accordian_content_wrapper h4,
 .about_brand_identity_wrapper .accordian_content_wrapper h5,
 .about_brand_identity_wrapper .accordian_content_wrapper h6{
  width: 55%;
 }
 

}

@media (max-width: 1355px) {

  .about_brand_identity_wrapper .accordian_content_wrapper h1,
  .about_brand_identity_wrapper .accordian_content_wrapper h2,
  .about_brand_identity_wrapper .accordian_content_wrapper h3,
  .about_brand_identity_wrapper .accordian_content_wrapper h4,
  .about_brand_identity_wrapper .accordian_content_wrapper h5,
  .about_brand_identity_wrapper .accordian_content_wrapper h6{
   width: 55%;
  }

 }

 
@media (max-width: 1300px){
   .Project_details_heading_main_Container .Project_details_heading_wrapper h1, .Project_details_heading_main_Container .Project_details_heading_wrapper h2, .Project_details_heading_main_Container .Project_details_heading_wrapper h3, .Project_details_heading_main_Container .Project_details_heading_wrapper h4, .Project_details_heading_main_Container .Project_details_heading_wrapper h5, .Project_details_heading_main_Container .Project_details_heading_wrapper h6{
    width: 80%;
   }

 
}

@media only screen and (max-width: 1290px){
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h1, 
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h2, 
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h3, 
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h4, 
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h5, 
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h6{
    width: 60%;
  }


  .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h1,
   .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h2,
  .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h3,
  .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h4,
  .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h5,
  .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h6{
    font-size: 32px;
    line-height: 42px
  }

  .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h1,
.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h2,
.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h3,
.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h4,
.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h5,
.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h6{
  font-size: 28px;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h1, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h2, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h3, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h4, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h5, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h6{
  font-size: 32px;
  line-height: 42px
}
.blog_details_related_carausal_heading_wrapper h1, .blog_details_related_carausal_heading_wrapper h2, .blog_details_related_carausal_heading_wrapper h3, .blog_details_related_carausal_heading_wrapper h4, .blog_details_related_carausal_heading_wrapper h5, .blog_details_related_carausal_heading_wrapper h6{
  font-size: 32px;
  line-height: 42px
}
.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h2{
  margin: 0;
    padding-top: 42px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    line-height: 38px;
    font-size: 24px;
}

}

@media (max-width: 1280px){
  .accordian_content_wrapper h1, .accordian_content_wrapper h2, .accordian_content_wrapper h3, .accordian_content_wrapper h4, .accordian_content_wrapper h5, .accordian_content_wrapper h6{
    width: 70%;
  }

  /* Home page industries */
  .industries_section .industries_section_heading h1, .industries_section .industries_section_heading h2, .industries_section .industries_section_heading h3, .industries_section .industries_section_heading h4, .industries_section .industries_section_heading h5, .industries_section .industries_section_heading h6{
    width: 70%;
  }
  /* Home page industries */
}
@media (max-width: 1200px){
   
   .contact_gmap_wrapper{
      height: 400px;
   }

   .page_desCription_main_container .page_dec_all_conatent_wrapper h1,
   .page_desCription_main_container .page_dec_all_conatent_wrapper h2,
   .page_desCription_main_container .page_dec_all_conatent_wrapper h3,
   .page_desCription_main_container .page_dec_all_conatent_wrapper h4,
   .page_desCription_main_container .page_dec_all_conatent_wrapper h5,
   .page_desCription_main_container .page_dec_all_conatent_wrapper h6{
    font-size: 28px;
    line-height: 40px;
   }
 
}

 @media (max-width: 1140px) {

  .Project_details_heading_main_Container .Project_details_heading_wrapper h1, .Project_details_heading_main_Container .Project_details_heading_wrapper h2, .Project_details_heading_main_Container .Project_details_heading_wrapper h3, .Project_details_heading_main_Container .Project_details_heading_wrapper h4, .Project_details_heading_main_Container .Project_details_heading_wrapper h5, .Project_details_heading_main_Container .Project_details_heading_wrapper h6{
    width: 90%;
  }

.insta_feed_btn_wrapper img{
  width: 18px;
  height: 18px;
}
.insta_feed_btn_wrapper_prev img{
  width: 18px;
  height: 18px;
}
.insta_feed_btn_wrapper{
  width: 40px;
  height: 60px;
}
.insta_feed_btn_wrapper_prev{
  width: 40px;
  height: 60px;
}
.insta_feed_swiper .swiper-button-next, 
.insta_feed_swiper .swiper-button-prev {
  width:30px;
}

  .about_brand_identity_wrapper .accordian_content_wrapper h1,
  .about_brand_identity_wrapper .accordian_content_wrapper h2,
  .about_brand_identity_wrapper .accordian_content_wrapper h3,
  .about_brand_identity_wrapper .accordian_content_wrapper h4,
  .about_brand_identity_wrapper .accordian_content_wrapper h5,
  .about_brand_identity_wrapper .accordian_content_wrapper h6{
   width: 65%;
  }

   .address_footer p{
    width: 65%;
   }

   .banner_heading_block{
    padding: 48px 48px 48px 0;
   }
 }

 @media only screen and (max-width: 1100px){
  .accordian_content_wrapper h1, .accordian_content_wrapper h2, .accordian_content_wrapper h3, .accordian_content_wrapper h4, .accordian_content_wrapper h5, .accordian_content_wrapper h6{
    width: 80%;
  }

    /* Home page industries */
  .industries_section .industries_section_heading h1, .industries_section .industries_section_heading h2, .industries_section .industries_section_heading h3, .industries_section .industries_section_heading h4, .industries_section .industries_section_heading h5, .industries_section .industries_section_heading h6{
    width: 80%;
  }
  /* Home page industries */
 }

 @media only screen and (max-width: 1084px){
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h1, 
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h2, 
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h3, 
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h4, 
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h5, 
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h6{
    width: 70%;
  }


  
 }

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


   .address_footer p{
    width: 70%;
   }
  
   .contact_gmap_wrapper{
    height: 320px;
   }
 
   .client_exp_container_01 .heading_wrapper_designation:first-child p:nth-child(2){
    width: 60%;
   }
   
  }

   @media only screen and (max-width: 996px){
    .projectDetails_related_container .projectDetails_related_wrapper .releted_projects_link_wrapper a{
      font-size: 16px;
    }
   }
   
   @media only screen and (max-width: 996px){
     .page_desCription_main_container .page_dec_all_conatent_wrapper p{
      font-size: 16px;
      line-height: 22px;
     }
     .accordian_content_wrapper p{
      font-size: 16px;
     }

     .accordian_content_wrapper h1,
.accordian_content_wrapper h2,
.accordian_content_wrapper h3,
.accordian_content_wrapper h4,
.accordian_content_wrapper h5,
.accordian_content_wrapper h6 {
  font-size: 32px;
  line-height: 40px;
}

.client_exp_container .reating_wrapper_main_container h1,
.client_exp_container .reating_wrapper_main_container h2,
.client_exp_container .reating_wrapper_main_container h3,
.client_exp_container .reating_wrapper_main_container h4,
.client_exp_container .reating_wrapper_main_container h5,
.client_exp_container .reating_wrapper_main_container h6{
  font-size: 32px;
      line-height: 40px;
}
.review_container .reating_star_wrapper h1,
.review_container .reating_star_wrapper h2,
.review_container .reating_star_wrapper h3,
.review_container .reating_star_wrapper h4,
.review_container .reating_star_wrapper h5,
.review_container .reating_star_wrapper h6{
  width: fit-content ;
  font-family: "Manrope",sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 24px;
  font-weight: bold;
}

     
     .address_footer p {
      width: 75%;
     }
   
     .contact_accordian_main_container .page_title_wrapper p{
      font-size: 16px;
     }
     .contact_accordian_main_container .page_dec_all_conatent_wrapper h1, 
     .contact_accordian_main_container .page_dec_all_conatent_wrapper h2, 
     .contact_accordian_main_container .page_dec_all_conatent_wrapper h3, 
     .contact_accordian_main_container .page_dec_all_conatent_wrapper h4, 
     .contact_accordian_main_container .page_dec_all_conatent_wrapper h5, 
     .contact_accordian_main_container .page_dec_all_conatent_wrapper h6{
      font-size: 32px;
      line-height: 40px;
     }

    .address_derails_main_container .address_derails_wrapper h1,
    .address_derails_main_container .address_derails_wrapper h2,
    .address_derails_main_container .address_derails_wrapper h3,
    .address_derails_main_container .address_derails_wrapper h4,
    .address_derails_main_container .address_derails_wrapper h5,
    .address_derails_main_container .address_derails_wrapper h6
    
    {
      font-size: 14px;
     }
     .address_derails_main_container .address_derails_wrapper a{
      font-size: 14px;
     }
     .address_derails_main_container .address_derails_wrapper p{
      font-size: 14px;
     }

     .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h1, 
     .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h2, 
     .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h3, 
     .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h4, 
     .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h5, 
     .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h6{
      font-size: 20px;
      line-height: 24px;
     }
     .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container p{
      font-size: 16px;
      line-height: 22px;
     }
     .about_service_description .page_title_wrapper p{
      font-size: 16px;
     }
     .about_service_description .page_dec_all_conatent_wrapper h1, 
     .about_service_description .page_dec_all_conatent_wrapper h2, 
     .about_service_description .page_dec_all_conatent_wrapper h3, 
     .about_service_description .page_dec_all_conatent_wrapper h4, 
     .about_service_description .page_dec_all_conatent_wrapper h5, 
     .about_service_description .page_dec_all_conatent_wrapper h6{
      font-size: 32px;
      line-height: 40px;
     }
     .big_heading h1, 
     .big_heading h2, 
     .big_heading h3, 
     .big_heading h4, 
     .big_heading h5, 
     .big_heading h6{
      font-size: 52px;
     }
    
     .success_page_massege_container .success-message-wrapper h1,
     .success_page_massege_container .success-message-wrapper h2,
     .success_page_massege_container .success-message-wrapper h3,
     .success_page_massege_container .success-message-wrapper h4,
     .success_page_massege_container .success-message-wrapper h5,
     .success_page_massege_container .success-message-wrapper h6
     {
      font-size: 52px;
     }
     .success_page_massege_container .success-message-wrapper p{
      font-size: 20px;
      line-height: 28px;
     }
     .success_page_massege_container p{
      font-size: 16px;
     }
     
     .Project_details_heading_main_Container .Project_details_heading_wrapper p{
      font-size: 16px;
     }

     .Project_details_heading_main_Container .Project_details_heading_wrapper h1, 
     .Project_details_heading_main_Container .Project_details_heading_wrapper h2, 
     .Project_details_heading_main_Container .Project_details_heading_wrapper h3, 
     .Project_details_heading_main_Container .Project_details_heading_wrapper h4, 
     .Project_details_heading_main_Container .Project_details_heading_wrapper h5, 
     .Project_details_heading_main_Container .Project_details_heading_wrapper h6{
      font-size: 32px;
        line-height: 40px;
        width: 100%;
     }
     
    

   
     .banner_heading_block{
      padding: 32px 32px 32px 0;
      width: 48%;
      top: 14%;
     }

     .new_client_exp_main_container .new_client_exp_heading_wrapper p{
      font-size: 16px;
     }
}

@media only screen and (max-width: 996px){
  .industries_section .industries_section_heading h1, .industries_section .industries_section_heading h2, .industries_section .industries_section_heading h3, .industries_section .industries_section_heading h4, .industries_section .industries_section_heading h5, .industries_section .industries_section_heading h6{
    font-size: 32px;
    line-height: 40px;
  }
}


@media only screen and (max-width: 996px){
  .industries_section .industries_section_heading p{
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 993px){
  .modal_main_container .modal-content{
    width: 600px !important;
  }
} 

@media only screen and (max-width: 992px){
  .client_exp_container_01 .heading_wrapper_designation:first-child p:nth-child(2){
    width: 100%;
  }
}

@media only screen and (max-width: 991px){
  .news_letter_notification .modal-dialog{
    max-width: 500px !important;
  }
  .news_notification_wrapper .new_from_wrapper .news_from_heading h1, .news_notification_wrapper .new_from_wrapper .news_from_heading h2, .news_notification_wrapper .new_from_wrapper .news_from_heading h3, .news_notification_wrapper .new_from_wrapper .news_from_heading h4, .news_notification_wrapper .new_from_wrapper .news_from_heading h5, .news_notification_wrapper .new_from_wrapper .news_from_heading h6{
    font-size: 24px;
    line-height: 32px;
  }
  .news_notification_wrapper .new_from_wrapper .news_from_heading p{
    font-size: 14px;
    margin-top: 8px;
  }
  .notification_connect_from{
    margin: 32px 0;
  }
  .notification_connect_from .input-group button{
    padding: 8px 16px;
  }
  .notification_connect_from .notification_footer_text p{
    font-size: 11px;
  }
}

/* testimonial section */
@media only screen and (max-width: 991px){
  .testimonial_swiper_card_heading h1, .testimonial_swiper_card_heading h2, .testimonial_swiper_card_heading h3, .testimonial_swiper_card_heading h4, .testimonial_swiper_card_heading h5, .testimonial_swiper_card_heading h6, .testimonial_swiper_card_heading p{
    font-size: 18px;
    line-height: 26px;
  }
  .testimonial_swiper_card{
    min-height: 24em;
  }
  .testimonial_card_client_block .testimonial_card_client_block_info img{
    width: 56px;
    height: 56px;
  }
  .testimonial_card_client_block .testimonial_card_client_block_info h1, .testimonial_card_client_block .testimonial_card_client_block_info h2, .testimonial_card_client_block .testimonial_card_client_block_info h3, .testimonial_card_client_block .testimonial_card_client_block_info h4, .testimonial_card_client_block .testimonial_card_client_block_info h5, .testimonial_card_client_block .testimonial_card_client_block_info h6{
    font-size: 14px;
    line-height: 18px;
  }
  .testimonial_card_client_block .testimonial_card_client_block_info p{
    font-size: 12px;
    line-height: 16px;
  }
  .testimonial_card_client_block .testimonial_card_client_block_info{
    gap: 12px;
  }
  .testimonial_card_client_block_logo_wrapper{
    width: 112px;
  }

  .testimonial_swiper_card_heading_quots_wrapper svg{
    width: 10px;
    height: 10px;
  }
}



@media only screen and (max-width: 940px){
  .projectDetails_related_container .projectDetails_related_wrapper .releted_projects_link_wrapper a{
    font-size: 14px;
  }
}

@media only screen and (max-width: 940px){
  .header_main_Section .page_dec_btn a{
    font-size: 12px;
  }

  .page_desCription_main_container .page_dec_all_conatent_wrapper h1,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h2,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h3,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h4,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h5,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h6{
    font-size: 20px;
    line-height: 28px;
    margin: 0 !important;
  }
  .page_desCription_main_container .page_dec_all_conatent_wrapper p{
    font-size: 14px;
    line-height: 20px;
  }

  .mobile_menu_Project_btn_wrapper .page_dec_btn{
    padding: 8px 20px;
  }
  .page_dec_btn{
    padding: 6px 14px;
  }
  .banner_hero_section .banner_section_wrapper p{
    font-size: 16px;
  }
.home_accordian_main_container .accordian_wrapper .home_accordian_sub_content ul li{
  font-size: 14px;
}

.accordian_content_wrapper p{
  font-size: 14px;
}
  
.accordian_content_wrapper h1,
.accordian_content_wrapper h2,
.accordian_content_wrapper h3,
.accordian_content_wrapper h4,
.accordian_content_wrapper h5,
.accordian_content_wrapper h6{
  font-size: 26px;
  line-height: 32px;
}

.btn_font{
  font-size: 14px !important;
}

.client_exp_container .reating_wrapper_main_container h1,
.client_exp_container .reating_wrapper_main_container h2,
.client_exp_container .reating_wrapper_main_container h3,
.client_exp_container .reating_wrapper_main_container h4,
.client_exp_container .reating_wrapper_main_container h5,
.client_exp_container .reating_wrapper_main_container h6{
  font-size: 26px;
  line-height: 32px;
}

.feedback_wrapper_container p:first-child,
.feedback_wrapper_container h1:first-child,
.feedback_wrapper_container h2:first-child,
.feedback_wrapper_container h3:first-child,
.feedback_wrapper_container h4:first-child,
.feedback_wrapper_container h5:first-child,
.feedback_wrapper_container h6:first-child {
   
    line-height: 20px;
    font-size: 14px;
   
}
.feedback_wrapper_container p{
  font-size: 14px;
  line-height: 20px;
}

.feedback_wrapper_container p:last-child,
.feedback_wrapper_container h1:last-child,
.feedback_wrapper_container h2:last-child,
.feedback_wrapper_container h3:last-child,
.feedback_wrapper_container h4:last-child,
.feedback_wrapper_container h5:last-child,
.feedback_wrapper_container h6:last-child {
    line-height: 20px;
    font-size: 14px;
    padding-top: 4px;
}
.client_exp_container .page_dec_btn a{
  font-size: 10px;
}
.client_exp_container .page_dec_btn{
  padding: 8px 20px;
}
.slide_title_wrapper h1,
.slide_title_wrapper h2,
.slide_title_wrapper h3,
.slide_title_wrapper h4,
.slide_title_wrapper h5,
.slide_title_wrapper h6{
  font-size: 14px;
}
.slide_title_wrapper p{
  font-size: 12px;
}
.review_container .reating_star_wrapper h1,
.review_container .reating_star_wrapper h2,
.review_container .reating_star_wrapper h3,
.review_container .reating_star_wrapper h4,
.review_container .reating_star_wrapper h5,
.review_container .reating_star_wrapper h6{
  width: fit-content ;
  font-family: "Manrope",sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 20px;
  font-weight: bold;
}
.google_image_holder p{
  font-size: 16px;
  line-height: 18px;
}
.footer_main_container .footer_wrapper .footer_contact_wrapper h1,
.footer_main_container .footer_wrapper .footer_contact_wrapper h2,
.footer_main_container .footer_wrapper .footer_contact_wrapper h3,
.footer_main_container .footer_wrapper .footer_contact_wrapper h4,
.footer_main_container .footer_wrapper .footer_contact_wrapper h5,
.footer_main_container .footer_wrapper .footer_contact_wrapper h6{
  font-size: 14px;
}
.address_footer p{
  font-size: 12px;
  line-height: 18px;
}
.footer_main_container .footer_wrapper:first-child .footer_contact_wrapper .footer_contact_details a{
  font-size: 12px;
  line-height: 18px;
}
.footer_main_container .footer_wrapper .social_footer_container p{
  font-size: 12px;
  line-height: 18px;
}

.footer_tearms_wrapper a{
  font-size: 12px;
}

.footer_main_container .Social_Footer .social_icons_wrapper a img{
  width: 18px;
  height: 18px;
}
.contact_accordian_main_container .page_title_wrapper p{
  font-size: 14px;
  line-height: 20px;
}
.contact_accordian_main_container .page_dec_all_conatent_wrapper h1, 
.contact_accordian_main_container .page_dec_all_conatent_wrapper h2, 
.contact_accordian_main_container .page_dec_all_conatent_wrapper h3, 
.contact_accordian_main_container .page_dec_all_conatent_wrapper h4, 
.contact_accordian_main_container .page_dec_all_conatent_wrapper h5, 
.contact_accordian_main_container .page_dec_all_conatent_wrapper h6{
  font-size: 26px;
  line-height: 32px;
}
.contact_accordian_main_container .contact_accordian_body_text p{
  font-size: 14px;
  line-height: 22px;
 }
.project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_content_wrapper a p, 
.project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_content_wrapper a, 
.project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_content_wrapper p{
  font-size: 14px;
}
.project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_title_detail p{
  font-size: 12px;
}
.page_menu_container .page_menu_wrapper ul li a{
  font-size: 12px;
}
.about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h1, 
.about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h2, 
.about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h3, 
.about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h4, 
.about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h5, 
.about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h6{
  font-size: 18px;
  line-height: 20px;
}
.about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container p{
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.about_service_description .page_title_wrapper p{
  font-size: 14px;
  line-height: 20px;
}
.about_service_description .page_dec_all_conatent_wrapper h1, 
.about_service_description .page_dec_all_conatent_wrapper h2, 
.about_service_description .page_dec_all_conatent_wrapper h3, 
.about_service_description .page_dec_all_conatent_wrapper h4, 
.about_service_description .page_dec_all_conatent_wrapper h5, 
.about_service_description .page_dec_all_conatent_wrapper h6{
  font-size: 26px;
  line-height: 32px;
}

.big_heading h1, 
.big_heading h2, 
.big_heading h3, 
.big_heading h4, 
.big_heading h5, 
.big_heading h6{
  font-size: 44px;
}
.about_accordian_text_wrapper{
  padding-top: 24px;
}
.Project_details_heading_main_Container .Project_details_heading_wrapper h1, 
.Project_details_heading_main_Container .Project_details_heading_wrapper h2, 
.Project_details_heading_main_Container .Project_details_heading_wrapper h3, 
.Project_details_heading_main_Container .Project_details_heading_wrapper h4, 
.Project_details_heading_main_Container .Project_details_heading_wrapper h5, 
.Project_details_heading_main_Container .Project_details_heading_wrapper h6{
  font-size: 26px;
  line-height: 32px;
  margin: 0 !important;
}

.Project_details_heading_main_Container .Project_details_heading_wrapper p{
  font-size: 14px;
}
.client_exp_container .heading_wrapper_designation:first-child p:first-child{
  font-size: 14px;
}
.client_exp_container .heading_wrapper_designation:first-child p:nth-child(2){
  font-size: 14px;
}
.Project_details_view_wrapper_heading h1, 
.Project_details_view_wrapper_heading h2, 
.Project_details_view_wrapper_heading h3, 
.Project_details_view_wrapper_heading h4, 
.Project_details_view_wrapper_heading h5, 
.Project_details_view_wrapper_heading h6{
  font-size: 14px;
}
.Project_details_view_wrapper_desc p{
  font-size: 14px;
}
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h1, 
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h2, 
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h3, 
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h4, 
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h5, 
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h6{
  font-size: 40px;
}
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count p, 
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count a{
font-size: 14px;
}

.projectDetails_related_container .projectDetails_related_wrapper a{
  font-size: 14px;
}

.related_project_link_wrapper{
  line-height: 18px;
}


.banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h1, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h2, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h3, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h4, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h5, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h6{
  font-size: 26px;
  line-height: 32px;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h1, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h2, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h3, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h4, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h5, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h6{
  font-size: 26px;
  line-height: 32px;
}


.blog_details_related_carausal_heading_wrapper h1, .blog_details_related_carausal_heading_wrapper h2, .blog_details_related_carausal_heading_wrapper h3, .blog_details_related_carausal_heading_wrapper h4, .blog_details_related_carausal_heading_wrapper h5, .blog_details_related_carausal_heading_wrapper h6{
  font-size: 26px;
  line-height: 32px;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h2{
  font-size: 18px;
  line-height: 24px;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h1, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h2, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h3, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h4, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h5, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h6{
  font-size: 24px;
}

.new_client_exp_main_container .new_client_exp_heading_wrapper p{
  font-size: 14px;
 }

}

@media only screen and (max-width: 940px){
  .industries_section .industries_section_heading h1, .industries_section .industries_section_heading h2, .industries_section .industries_section_heading h3, .industries_section .industries_section_heading h4, .industries_section .industries_section_heading h5, .industries_section .industries_section_heading h6{
      font-size: 26px;
      line-height: 32px;
  }

  .industries_section .industries_section_heading p{
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 991px){
  .new_banner_card02 .new_banner_details_wrapper .new_banner_project_name a{
    font-size: 14px;
  }
  .new_banner_card02 .new_banner_details_wrapper .new_banner_project_desc a{
    font-size: 12px;
  }
}

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

  .blog_detail_description_container_wrapper{
    padding: 56px 0;
  }
}

@media only screen and (max-width: 767px){
  .accordian_content_wrapper h1, .accordian_content_wrapper h2, .accordian_content_wrapper h3, .accordian_content_wrapper h4, .accordian_content_wrapper h5, .accordian_content_wrapper h6{
    width: 60%;
  }
}
@media only screen and (max-width: 767px){
.accordian_content_wrapper{
padding-bottom: 16px;
}
.feedback_wrapper_container{
  padding-top: 48px;
}
.clint_logo{
  padding-top: 32px;
}
.address_footer p{
  width: 100%;
}
.contact_gmap_wrapper{
  margin-top: 3rem !important;
}

.contact_accordian_main_container .accordian_wrapper{
  padding-top: 3rem;
}
.contact_accordian_main_container .accordian_wrapper{
  padding-top: 1rem;
}
.project_list_main_container .project_list_wrapper_container .project_content_wrapper{
  flex-direction: column;
  align-items: flex-start !important;
}


.about_project_info_main_container{
  padding-bottom: 32px;
}
.about_projects_main_container .padd_top_btm{
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.about_service_description .padd_top_btm{
  padding-bottom: 112px !important;
}
.success_page_massege_container .success-message-wrapper h1,
.success_page_massege_container .success-message-wrapper h2,
.success_page_massege_container .success-message-wrapper h3,
.success_page_massege_container .success-message-wrapper h4,
.success_page_massege_container .success-message-wrapper h5,
.success_page_massege_container .success-message-wrapper h6{
  font-size: 42px;
  padding-bottom: 28px;
}

.success_page_massege_container .success-message-wrapper p{
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 1rem;
}
.success_page_massege_container p{
  font-size: 14px;
}
.projectDetails_result_content_wrapper{
  flex-direction: column !important;
  width: 100%;
}
.projectDetails_result_count {
  width: 100%;
  text-align: center;
  padding-bottom: 32px;
}


.instafeed_profile_image_wrapper{
  width: 48px;
  height: 48px;
}
.instafeed_profile_name_wrapper .instafeed_profile_name{
  font-size: 14px;
}
.instafeed_profile_name_wrapper .instafeed_profile_id{
  font-size: 10px;
}
.instafeed_follow_btn_wrapper a{
  padding: 4px 14px;
  font-size: 10px;
}

.instafeed_follow_btn_wrapper img{
  width: 16px;
  height: 16px;
}
.insta_feed_btn_wrapper,
.insta_feed_btn_wrapper_prev{
  height: 50px;
}
.insta_feed_swiper .swiper-button-next, 
.insta_feed_swiper .swiper-button-prev{
  width: 24px;
}

.insta_feed_btn_wrapper img{
  width: 16px;
  height: 16px;
}
.insta_feed_btn_wrapper_prev img{
  width: 16px;
  height: 16px;
}
.blog_details_update_time_wrapper{
  position: static;
}
.blog_details_description_content_block{
  padding-top: 0;
}

.blog_details_related_carausal_heading_wrapper{
  width: 100%;
  align-items: start;
  margin-bottom: 40px;
}

}

@media only screen and (max-width: 767px){
  .new_banner_card .new_banner_details_wrapper .new_banner_project_desc{
    text-align: start;
    margin-top: 8px;
  }

  .new_banner_section .new_banner_wrapper .new_banner_card{
    margin-bottom: 56px;
  }
  .footer_main_container{
    margin-top: 56px;
  }

}

/* new added text slide */
@media only screen and (max-width: 767px){
  .industries_section .industries_section_heading h1, .industries_section .industries_section_heading h2, .industries_section .industries_section_heading h3, .industries_section .industries_section_heading h4, .industries_section .industries_section_heading h5, .industries_section .industries_section_heading h6{
    width: 60%;
  }
  .industries_section_carousal .industries_section_carousal_card h1, .industries_section_carousal .industries_section_carousal_card h2, .industries_section_carousal .industries_section_carousal_card h3, .industries_section_carousal .industries_section_carousal_card h4, .industries_section_carousal .industries_section_carousal_card h5, .industries_section_carousal .industries_section_carousal_card h6{
    font-size: 32px;
    line-height: 48px;
  }
  .industries_section_carousal .industries_section_carousal_card_right h1,
.industries_section_carousal .industries_section_carousal_card_right h2,
.industries_section_carousal .industries_section_carousal_card_right h3,
.industries_section_carousal .industries_section_carousal_card_right h4,
.industries_section_carousal .industries_section_carousal_card_right h5,
.industries_section_carousal .industries_section_carousal_card_right h6{
  font-size: 32px;
    line-height: 48px;
}

  .industries_section_carousal_card_right span svg{
    width: 32px;
    height: 32px;
  }
  .industries_section_carousal_card span svg{
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 767px){
  /* work details page new */
  .Project_details_heading_main_Container .client_exp_new_desc_wrapper {
    margin-top: 24px;
  }
  /* work details page new */
}

@media only screen and (max-width: 767px){
  .social_footer_container .footer_tearms_wrapper .footer_tearms_and_privecy_block{
    margin-top: 8px;
    flex-direction: column;
  }
  .footer_tearms_and_privecy_block a:first-child::after{
    position: relative;
  }
  .footer_tearms_and_privecy_block a{
    padding-left: 0;
  }

  .footer_tearms_wrapper{
    margin-top: 12px;
  }
 
}

@media only screen and (max-width: 767px){
  .about_service_description .pad_top{
    padding-top: 0px;
  }
}

@media only screen and (max-width: 767px){
  .blog_card_main_container .blog_card_wrapper .card_container{
    margin-bottom:56px;
  }

  .blog_card_main_container .blog_card_wrapper .card_description h1, .blog_card_main_container .blog_card_wrapper .card_description h2, .blog_card_main_container .blog_card_wrapper .card_description h3, .blog_card_main_container .blog_card_wrapper .card_description h4, .blog_card_main_container .blog_card_wrapper .card_description h5, .blog_card_main_container .blog_card_wrapper .card_description h6{
    font-size: 16px;
    line-height: 20px;
  }
}
  

@media only screen and (max-width:575px){
  .social_footer_container .footer_tearms_wrapper .footer_tearms_and_privecy_block{
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
  }
  .footer_tearms_and_privecy_block a:first-child::after{
    position: absolute;
  }
  .footer_tearms_and_privecy_block a{
    padding-left: 8px;
  }
}
@media only screen and (max-width:575px){
  .blog_card_main_container .blog_card_wrapper .card_container{
    margin-bottom: 40px;
  }
  .blog_card_main_container .blog_card_wrapper .card_description h1, .blog_card_main_container .blog_card_wrapper .card_description h2, .blog_card_main_container .blog_card_wrapper .card_description h3, .blog_card_main_container .blog_card_wrapper .card_description h4, .blog_card_main_container .blog_card_wrapper .card_description h5, .blog_card_main_container .blog_card_wrapper .card_description h6{
    font-size: 14px;
    line-height: 18px;
    margin-top: 12px;
  }

  .new_banner_section .new_banner_wrapper .new_banner_card{
    margin-bottom: 40px;
  }
}


@media only screen and (max-width: 575px){
    .projectDetails_related_container .projectDetails_related_wrapper .releted_projects_link_wrapper a{
      font-size: 12px;
    }
}
@media only screen and (max-width: 575px){
  .client_exp_container .heading_wrapper_designation .new_heading_desc_block h1, .client_exp_container .heading_wrapper_designation .new_heading_desc_block h2, .client_exp_container .heading_wrapper_designation .new_heading_desc_block h3, .client_exp_container .heading_wrapper_designation .new_heading_desc_block h4, .client_exp_container .heading_wrapper_designation .new_heading_desc_block h5, .client_exp_container .heading_wrapper_designation .new_heading_desc_block h6{
    font-size: 24px;
    line-height: 32px;
  }
  .client_exp_container .heading_wrapper_designation .new_heading_desc_block p{
    font-size: 18px;
    line-height: 24px;
  }
}

/* new Added */
@media only screen and (max-width: 575px){
  .industries_section .industries_section_heading h1, .industries_section .industries_section_heading h2, .industries_section .industries_section_heading h3, .industries_section .industries_section_heading h4, .industries_section .industries_section_heading h5, .industries_section .industries_section_heading h6{
      font-size: 20px;
      line-height: 28px;
  }

  .industries_section .industries_section_heading p{
    font-size: 12px;
    line-height: 16px;
  }
  .industries_section_carousal .industries_section_carousal_card h1, .industries_section_carousal .industries_section_carousal_card h2, .industries_section_carousal .industries_section_carousal_card h3, .industries_section_carousal .industries_section_carousal_card h4, .industries_section_carousal .industries_section_carousal_card h5, .industries_section_carousal .industries_section_carousal_card h6{
    font-size: 24px;
    line-height: 32px;
  }
  .industries_section_carousal .industries_section_carousal_card_right h1, .industries_section_carousal .industries_section_carousal_card_right h2, .industries_section_carousal .industries_section_carousal_card_right h3, .industries_section_carousal .industries_section_carousal_card_right h4, .industries_section_carousal .industries_section_carousal_card_right h5, .industries_section_carousal .industries_section_carousal_card_right h6{
    font-size: 24px;
    line-height: 32px;
  }

  .industries_section_carousal_card_right span svg{
    width: 24px;
    height: 24px;
  }
  .industries_section_carousal_card span svg{
    width: 24px;
    height: 24px;
  }
  .industries_section_carousal{
    margin-top: 24px;
  }
}
@media only screen and (max-width: 575px){
  .padd_top_btm{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .new_banner_section .new_banner_wrapper .new_banner_card02{
    margin-bottom:40px;
  }
  .all_project_view_main_container .Project_details_view_wrapper .Project_details_view_block{
    margin-bottom: 40px
  }

  .about_paroject_pad_bot{
    padding-bottom:40px;
  }
  .pad_top{
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px){
  .new_banner_card02 .new_banner_details_wrapper{
    margin-top: 8px;
  }
  .new_banner_card02 .new_banner_details_wrapper .new_banner_project_name a{
    font-weight: 550;
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px){
  .footer_contact_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .address_footer{
    align-items: center;
  }

  .social_footer_container{
    align-items: center;
    padding-top: 36px;
    gap: 12px;
  }
  .footer_contact_details{
    align-items: center;
  }
  .address_footer p{
    text-align: center;
    width: 60%;
  }
  .footer_main_container .footer_wrapper .footer_contact_wrapper h1,
  .footer_main_container .footer_wrapper .footer_contact_wrapper h2,
  .footer_main_container .footer_wrapper .footer_contact_wrapper h3,
  .footer_main_container .footer_wrapper .footer_contact_wrapper h4,
  .footer_main_container .footer_wrapper .footer_contact_wrapper h5,
  .footer_main_container .footer_wrapper .footer_contact_wrapper h6
  {
    font-size: 12px;
  }

  .scroll_padding{
    padding: 8px;
  }
  .slideLogo{
    width: 60px;
  }
  .page_desCription_main_container{
    margin-top: 108px;
  }
  .header_logo img{
    max-width: 65px;
  }
  .header_main_Section {
    height: 80px;
  }

  .mobile_menu_Project_btn_wrapper .mobile_menu_Project_btn .mobile_menu_Project_btn_text{
    font-size: 12px;
  }

  .header_main_Section .page_dec_btn a{
    font-size: 10px;
  }
  .header_main_Section .page_dec_btn img{
    width: 7px;
    height: 7px;
  }

  .page_desCription_main_container .page_dec_all_conatent_wrapper h1,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h2,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h3,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h4,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h5,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h6{
   font-size: 18px;
   line-height: 24px;
  }

  .page_desCription_main_container .page_dec_all_conatent_wrapper p{
    font-size: 12px;
    line-height: 18px;
  }
  .page_desCription_main_container .page_dec_btn a{
    font-size: 10px;
  }
  .page_desCription_main_container .page_dec_btn img{
    width: 7px;
    height: 7px;
  }
  .banner_hero_section .banner_section_wrapper p{
    font-size: 14px;
    margin: 0;
  }
  .banner_hero_section .page_dec_btn_white a{
    font-size: 10px;
  }
  .page_dec_btn_white{
    width: 84px;
    height: 22px;
    
  }
  .banner_hero_section .banner_section_wrapper{
    align-items: center;
    padding-bottom: 8px !important;
    padding-top: 16px !important;
  } 

  .slide_title_wrapper h1,
.slide_title_wrapper h2,
.slide_title_wrapper h3,
.slide_title_wrapper h4,
.slide_title_wrapper h5,
.slide_title_wrapper h6{
  font-size: 12px;
}
.slide_title_wrapper p{
  font-size: 10px;
  margin: 0;
}

.home_accordian_section_container .common_X{
  padding-top: 40px !important;
  padding-bottom :80px !important
}
.accordian_content_wrapper p{
  font-size: 12px;
}
.home_accordian_main_container .accordian_wrapper .home_accordian_sub_content ul li{
  font-size: 12px;
}
.home_accordian_sub_content{
  padding: 6px 0 !important;
}
.accordian_content_wrapper h1,
.accordian_content_wrapper h2,
.accordian_content_wrapper h3,
.accordian_content_wrapper h4,
.accordian_content_wrapper h5,
.accordian_content_wrapper h6 {
  font-size: 20px;
  line-height: 28px;
}
.btn_font {
  font-size: 12px !important;
}

.client_exp_container .reating_wrapper_main_container h1,
.client_exp_container .reating_wrapper_main_container h2,
.client_exp_container .reating_wrapper_main_container h3,
.client_exp_container .reating_wrapper_main_container h4,
.client_exp_container .reating_wrapper_main_container h5,
.client_exp_container .reating_wrapper_main_container h6 {
  font-size: 20px;
  line-height: 28px;

}
.client_exp_container .page_dec_btn img{
  width: 7px;
  height: 7px;
}

.feedback_wrapper_container{
  padding-top: 80px;
}

.feedback_wrapper_container p:first-child,
.feedback_wrapper_container h1:first-child,
.feedback_wrapper_container h2:first-child,
.feedback_wrapper_container h3:first-child,
.feedback_wrapper_container h4:first-child,
.feedback_wrapper_container h5:first-child, 
.feedback_wrapper_container h6:first-child{
  font-size: 12px;
}
.clint_logo{
  width: 124px;
  padding-top: 16px;
}
.feedback_wrapper_container p{
  font-size: 12px;
  line-height: 16px;
}

.feedback_wrapper_container p:last-child,
.feedback_wrapper_container h1:last-child,
.feedback_wrapper_container h2:last-child,
.feedback_wrapper_container h3:last-child,
.feedback_wrapper_container h4:last-child,
.feedback_wrapper_container h5:last-child,
.feedback_wrapper_container h6:last-child{
  font-size: 12px;
  line-height: 16px;
  padding-top: 6px;
}

.client_exp_wrapper{
  padding-bottom: 20px;
}

.contact_gmap_wrapper{
  height: 260px;
}
.review_container .reating_star_wrapper h1,
.review_container .reating_star_wrapper h2,
.review_container .reating_star_wrapper h3,
.review_container .reating_star_wrapper h4,
.review_container .reating_star_wrapper h5,
.review_container .reating_star_wrapper h6
{
  font-size: 10px;
  line-height: 18px;
}
.google_image_holder p{
  font-size: 14px;
  line-height: 16px;
}
.google_image_wrapper {
  width: 52px;
}
.reating_star img{
  width: 16px !important;
  height: 16px !important;
}

.google_image_holder {
  gap: 8px;
}
.reating_star_wrapper{
  gap: 8px;
  padding-top: 4px;
}
.reating_star{
gap: 2px;
}
.review_container{
  padding-top: 20px;
}

.contact_accordian_main_container .page_title_wrapper p{
  font-size: 12px;
  line-height: 18px;
}

.contact_accordian_main_container .page_dec_all_conatent_wrapper h1, 
.contact_accordian_main_container .page_dec_all_conatent_wrapper h2, 
.contact_accordian_main_container .page_dec_all_conatent_wrapper h3, 
.contact_accordian_main_container .page_dec_all_conatent_wrapper h4, 
.contact_accordian_main_container .page_dec_all_conatent_wrapper h5, 
.contact_accordian_main_container .page_dec_all_conatent_wrapper h6{
  font-size: 20px;
  line-height: 28px;
}
.contact_accordian_main_container .contact_accordian_body_text p{
  font-size: 12px;
  line-height: 18px;
 }
.address_derails_wrapper{
  padding-top: 16px;
}

.address_derails_main_container .address_derails_wrapper h1,
.address_derails_main_container .address_derails_wrapper h2,
.address_derails_main_container .address_derails_wrapper h3,
.address_derails_main_container .address_derails_wrapper h4,
.address_derails_main_container .address_derails_wrapper h5,
.address_derails_main_container .address_derails_wrapper h6{
  font-size: 12px;
}
.address_derails_main_container .address_derails_wrapper a{
  font-size: 12px;
}

.address_derails_main_container .address_derails_wrapper p{
  font-size: 12px;
}

.address_derails_main_container .padd_top_btm{
  padding-top: 24px !important;
  padding-bottom: 80px !important;
}

.address_derails_block{
  padding-bottom: 40px;
}
.contact_gmap_wrapper{
  margin-top: 2rem !important;
}
.page_menu_container .page_menu_wrapper ul li a{
  font-size: 11px;
}

.page_menu_container .page_menu_wrapper ul{
  gap: 16px;
  overflow-y: scroll;
  justify-content: center;
  align-items: flex-start;
  
}

.page_menu_container .page_menu_wrapper ul li{
  line-height: 15px;
  text-align: center;
}
.project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_content_wrapper a p, 
.project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_content_wrapper a, 
.project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_content_wrapper p{
  font-size: 13px;
}
.project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_title_detail p{
  font-size: 11px;
  line-height: 16px;
  padding-top: 4px;
}
.project_list_main_container .project_list_wrapper_container .project_image_wrapper{
  padding-top: 12px;
}


.wrapper_Scroll{
  max-width: 400px;
  margin: 0 auto;
}

.scroll-container{
  overflow-y: hidden;
  overflow-x: auto;
  background-color: rgba(255,255,255,0.5);
}

.list-container{  
  display:inline-flex;             
  justify-content: space-between;  
  align-items: stretch;            
  flex-wrap: no-wrap;         
}

.list-container > *:last-child{
  margin-right: 0;
}

.project_list_main_container{
  padding-bottom: 0 !important;
}


.page_desCription_main_container .padd_top_btm{
  padding-bottom: 40px !important;
}
.about_service_description .page_title_wrapper p{
  font-size: 12px;
  line-height: 18px;
}
.about_service_description .page_dec_all_conatent_wrapper h1, 
.about_service_description .page_dec_all_conatent_wrapper h2, 
.about_service_description .page_dec_all_conatent_wrapper h3, 
.about_service_description .page_dec_all_conatent_wrapper h4, 
.about_service_description .page_dec_all_conatent_wrapper h5, 
.about_service_description .page_dec_all_conatent_wrapper h6{
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.about_brand_identity_wrapper .accordian_content_wrapper h1,
.about_brand_identity_wrapper .accordian_content_wrapper h2,
.about_brand_identity_wrapper .accordian_content_wrapper h3,
.about_brand_identity_wrapper .accordian_content_wrapper h4,
.about_brand_identity_wrapper .accordian_content_wrapper h5,
.about_brand_identity_wrapper .accordian_content_wrapper h6{
  margin: 0;
}

.about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h1, 
.about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h2, 
.about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h3, 
.about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h4, 
.about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h5, 
.about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h6{
  font-size: 16px;
  line-height: 18px;
}
.about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container p{
  font-size: 12px;
  line-height: 16px;
}
.big_heading h1, 
.big_heading h2, 
.big_heading h3, 
.big_heading h4, 
.big_heading h5, 
.big_heading h6{
  font-size: 32px;
}
.about_accordian_text_wrapper{
  padding-top: 16px;
}
.accordian_content_wrapper{
  padding-bottom: 4px;
}

.success_page_massege_container .success-message-wrapper h1,
.success_page_massege_container .success-message-wrapper h2,
.success_page_massege_container .success-message-wrapper h3,
.success_page_massege_container .success-message-wrapper h4,
.success_page_massege_container .success-message-wrapper h5,
.success_page_massege_container .success-message-wrapper h6{
  font-size: 32px;
  padding-bottom: 18px;
}

.success_page_massege_container .success-message-wrapper p{
  font-size: 16px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  word-break: keep-all;
}

.success_page_massege_container{
  width: 100%;
}
.Project_details_heading_main_Container .Project_details_heading_wrapper p{
  font-size: 12px;
}

.Project_details_heading_main_Container .Project_details_heading_wrapper h1, 
.Project_details_heading_main_Container .Project_details_heading_wrapper h2, 
.Project_details_heading_main_Container .Project_details_heading_wrapper h3, 
.Project_details_heading_main_Container .Project_details_heading_wrapper h4, 
.Project_details_heading_main_Container .Project_details_heading_wrapper h5, 
.Project_details_heading_main_Container .Project_details_heading_wrapper h6{
  font-size: 20px;
  line-height: 28px;
}
.client_exp_container .heading_wrapper_designation:first-child p:first-child{
  font-size: 12px;
}
.client_exp_container .heading_wrapper_designation:first-child p:nth-child(2){
  font-size: 12px;
}
.Project_details_project_Count p, .Project_details_project_Count a{
  font-size: 9px;
}
.Project_details_view_wrapper_heading h1, 
.Project_details_view_wrapper_heading h2, 
.Project_details_view_wrapper_heading h3, 
.Project_details_view_wrapper_heading h4, 
.Project_details_view_wrapper_heading h5, 
.Project_details_view_wrapper_heading h6{
  font-size: 12px;
}
.Project_details_view_wrapper_desc p{
  font-size: 12px;
}

.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h1, 
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h2, 
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h3, 
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h4, 
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h5, 
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h6{
  font-size: 32px;
  line-height: 28px;
  padding-bottom: 4px;
}

.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count p, 
.project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count a{
  font-size: 12px;
  line-height: 18px;
}

.projectDetails_related_container .projectDetails_related_wrapper a{
  font-size: 12px;
}
.related_project_link_wrapper{
  line-height: 14px;
  margin-top: 4px;
}


.modal_from_wrapper h1,
.modal_from_wrapper h2,
.modal_from_wrapper h3,
.modal_from_wrapper h4,
.modal_from_wrapper h5,
.modal_from_wrapper h6 {
  font-size: 20px !important;
  padding: 4px 0;
}

.header_form_main_container .Budget_time_lline_wrapper h1,
.header_form_main_container .Budget_time_lline_wrapper h2, 
.header_form_main_container .Budget_time_lline_wrapper h3, 
.header_form_main_container .Budget_time_lline_wrapper h4, 
.header_form_main_container .Budget_time_lline_wrapper h5, 
.header_form_main_container .Budget_time_lline_wrapper h6{
  font-size: 14px !important;
} 
.header_form_main_container .header_from_customar_need h1, 
.header_form_main_container .header_from_customar_need h2, 
.header_form_main_container .header_from_customar_need h3, 
.header_form_main_container .header_from_customar_need h4, 
.header_form_main_container .header_from_customar_need h5, 
.header_form_main_container .header_from_customar_need h6{
  font-size: 14px !important;
  padding-bottom: 16px;
}

.header_form_main_container .radio_button_main_conainer h1, 
.header_form_main_container .radio_button_main_conainer h2, 
.header_form_main_container .radio_button_main_conainer h3, 
.header_form_main_container .radio_button_main_conainer h4, 
.header_form_main_container .radio_button_main_conainer h5, 
.header_form_main_container .radio_button_main_conainer h6{
  font-size: 14px !important;
  padding-bottom: 16px !important;
}

.header_form_main_container .input_main_box::placeholder{
  font-family: "Manrope",sans-serif;
  font-weight: 400;
  font-size: 10px !important;
  color: #000;

}
.header_form_main_container label{
  font-size: 10px !important;
}

.modal_submit_btn_wrapper .modal_submit_btn{
  font-size: 12px !important;
}

.submit_button_wrapper .page_dec_btn{
  font-size: 10px;
}

.submit_button_wrapper img{
  width: 8px;
  height: 8px;
}

.btn-close{
  width: 10px !important;
    height: 8px !important;
}

.home_instafeed_container .common_X{
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}
.insta_feed_swiper .swiper-button-next, 
.insta_feed_swiper .swiper-button-prev{
width: 16px;
}
.insta_feed_btn_wrapper,
.insta_feed_btn_wrapper_prev{
  height: 40px;
}

.insta_feed_btn_wrapper img{
  width: 12px;
  height: 12px;
}
.insta_feed_btn_wrapper_prev img{
  width: 12px;
  height: 12px;
}

.banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h1, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h2, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h3, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h4, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h5, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h6{
  font-size: 20px;
  line-height: 28px;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h1, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h2, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h3, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h4, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h5, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_block h6{
  font-size: 18px;
}

.blog_details_update_time_wrapper p{
  font-size: 12px;
  line-height: 24px;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper p{
  line-height: 24px;
  padding-top: 18px;
  font-size: 14px;
}
.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h2{
  font-size: 16px;
  line-height: 20px;
  padding-top: 32px;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper ul{
  padding-top: 24px;
  gap: 12px;
}
.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper ul li{
  font-size: 14px;
  line-height: 24px;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper ol li{
  font-size: 14px;
  line-height: 24px;
}
.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper ol{
  padding-top: 24px;
  gap: 12px;
}

.blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h1, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h2, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h3, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h4, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h5, .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper h6{
  font-size: 20px;
  line-height: 28px;
}
.blog_details_related_carausal_heading_wrapper h1, .blog_details_related_carausal_heading_wrapper h2, .blog_details_related_carausal_heading_wrapper h3, .blog_details_related_carausal_heading_wrapper h4, .blog_details_related_carausal_heading_wrapper h5, .blog_details_related_carausal_heading_wrapper h6{
  font-size: 20px;
  line-height: 28px;
}
.related_blog_description_wrapper h1, .related_blog_description_wrapper h2, .related_blog_description_wrapper h3, .related_blog_description_wrapper h4, .related_blog_description_wrapper h5, .related_blog_description_wrapper h6{
  font-size: 16px;
  line-height: 20px;
}

.related_blog__btn_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.related_blog__btn_wrapper img{
  width: 16px;
  height: 16px;
}
.blog_details_related_swiper .swiper-button-next{
  width:28px;
  height:28px;
  left: 56px
}

.blog_details_related_swiper .swiper-button-prev{
  width:28px;
  height:28px;
}
.related_blog__btn_wrapper_prev{
  display: flex;
  justify-content: center;
  align-items: center;
}
.related_blog__btn_wrapper_prev img{
  width: 16px;
  height: 16px; 
}
.blog_details_related_swiper{
  padding-bottom: 64px !important;
}

.new_client_exp_main_container .new_client_exp_heading_wrapper p{
  font-size: 12px;
 }

 .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_content_wrapper{
  gap: 0 !important;
 }
}

/* testimonial sestion */
@media only screen and (max-width: 575px){
  .testimonial_swiper_card{
    min-height: 18em;
  }
  .testimonial_swiper_card_heading h1, .testimonial_swiper_card_heading h2, .testimonial_swiper_card_heading h3, .testimonial_swiper_card_heading h4, .testimonial_swiper_card_heading h5, .testimonial_swiper_card_heading h6, .testimonial_swiper_card_heading p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .testimonial_swiper_card_heading_quots_wrapper{
    margin-top: 4px;
  }
  .testimonial_swiper_card_heading{
    padding-left: 16px;
    border-left: 1px solid var(--color-black);
  }
  .testimonial_card_client_block .testimonial_card_client_block_info img{
    width: 40px;
    height: 40px;
  }
  .testimonial_card_client_block .testimonial_card_client_block_info{
    gap: 10px;
  }
  .testimonial_card_client_block .testimonial_card_client_block_info h1, .testimonial_card_client_block .testimonial_card_client_block_info h2, .testimonial_card_client_block .testimonial_card_client_block_info h3, .testimonial_card_client_block .testimonial_card_client_block_info h4, .testimonial_card_client_block .testimonial_card_client_block_info h5, .testimonial_card_client_block .testimonial_card_client_block_info h6{
    font-size: 12px;
    line-height: 16px;
  }
  .testimonial_card_client_block .testimonial_card_client_block_info p{
    font-size: 11px;
    line-height: 15px;
  }
  .testimonial_card_client_block_logo_wrapper{
    width: 98px;
  }
}
/* testimonial sestion */

@media only screen and (max-width: 575px){
  .phone_input_wrapper .iti--separate-dial-code .iti__selected-dial-code{
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px){
  .new_banner_card .new_banner_details_wrapper .new_banner_project_name a{
    font-size: 14px;
  }
  .new_banner_card .new_banner_details_wrapper .new_banner_project_desc a{
    font-size: 12px;
  }
  .new_banner_card .new_banner_details_wrapper .new_banner_project_desc{
    margin-top: 4px;
  }

  
}

@media only screen and (max-width: 575px){
  .whatts_app_floting_icon .float_whattsapp{
    width: 40px;
    height: 40px;
  }
  .whatts_app_floting_icon .float_whattsapp svg{
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 575px){
  .comn_btm_pad {
    padding-bottom:80px !important;
  }

  .pad_bott{
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575px){
  /* .custom-cursor{
    display: none;
  }
  .new_banner_section .new_banner_wrapper .hover_switch{
    cursor: default;
  } */
}
@media only screen and (max-width: 575px){
  #load_more_button{
    font-size: 14px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 575px){
  .common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title h1, .common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title h2, .common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title h3, .common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title h4, .common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title h5, .common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title h6, .common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title p, .common_policyes_main_container .common_policyes_wrapper .common_policyes_page_title{
    font-size: 22px;
  }

  .common_policyes_main_container .common_policyes_wrapper h2, .common_policyes_main_container .common_policyes_wrapper h3, .common_policyes_main_container .common_policyes_wrapper h4, .common_policyes_main_container .common_policyes_wrapper h5, .common_policyes_main_container .common_policyes_wrapper h6{
    font-size: 16px;
    font-weight: 500;
  }
  .common_policyes_main_container .common_policyes_wrapper p{
    font-size: 15px;
    line-height: 22px;
  }
  .common_policyes_main_container .common_policyes_wrapper ul li{
    font-size: 15px;
    line-height: 22px;
    
  }
}

@media only screen and (max-width: 575px){
  .new_sucess_modal .modal-dialog{
    margin: auto;
    max-width: 380px;
  }
}
/* cookies */
@media only screen and (max-width: 575px){
  #cookies-policy.cookies{
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 575px){
  .news_letter_notification .modal-dialog{
    max-width: 390px !important;
    margin: auto;
  }
  .news_notification_wrapper .new_from_wrapper .news_from_heading h1, .news_notification_wrapper .new_from_wrapper .news_from_heading h2, .news_notification_wrapper .new_from_wrapper .news_from_heading h3, .news_notification_wrapper .new_from_wrapper .news_from_heading h4, .news_notification_wrapper .new_from_wrapper .news_from_heading h5, .news_notification_wrapper .new_from_wrapper .news_from_heading h6{
    font-size: 16px;
    line-height: 22px;
    font-weight: 650;
  }
  .news_notification_wrapper .new_from_wrapper .news_from_heading{
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news_notification_block .modal-body .btn-close{
    top: 12px;
    right: 15px;
    width: 14px !important;
    height: 14px !important;
    font-size: 10px;
  }
  .news_notification_wrapper .new_from_wrapper .news_from_heading p{
    font-size: 12px;
    margin-top: 6px;
    width: 70%;
    line-height: 15px;
  }
  .success_message h2, .success_message h3, .success_message h4, .success_message h5, .success_message h6{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .notification_connect_from{
    margin: 24px 0;
    padding: 0 0;
  }
  .notification_connect_from .input-group button{
    font-size: 10px;
    padding: 6px 12px;
  }
  .notification_connect_from .input-group .form-control::placeholder{
    font-size: 12px;
  }

  .success_message p{
    font-size: 12px;
    line-height: 16px;
  }

  .news_letter_notification .modal{
    padding-right: 0 !important;
  }

  .news_letter_notification .news_notification_block{
    border-radius: 16px !important;
  }
}

@media only screen and (max-width: 464px){
  .contact_gmap_wrapper {
    height: 220px;
  }

  .instafeed_account_detail_wrapper{
    gap: 24px;
  }
  .instafeed_account_profile_wrapper{
    gap: 6px;
  }

}

@media only screen and (max-width: 430px){
  .modal-dialog-scrollable .modal-content{
    width: 320px !important;
  }

  .modal_main_container .modal_main_wrapper .modal-body .modal_from_wrapper{
    padding: 0px 16px;
  }
}



@media only screen and (max-width: 390px){
  .padd_top_btm {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media only screen and (max-width: 390px){
  .blog_detail_description_container_wrapper{
    padding: 40px 0;
  }
  .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h1, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h2, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h3, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h4, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h5, .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h6{
    font-size: 18px;
      line-height: 24px;
  }
  .blog_details_description_main_container{
    padding-top: 4px;
  }
  .blog_detail_description_container_section .blog_details_description_main_container .blog_details_description_content_wrapper img{
    margin-top: 24px;
  }
  .blog_details_description_content_wrapper{
    padding-bottom: 24px;
  }
  .related_blog_description_wrapper h1, .related_blog_description_wrapper h2, .related_blog_description_wrapper h3, .related_blog_description_wrapper h4, .related_blog_description_wrapper h5, .related_blog_description_wrapper h6{
    font-size: 15px;
  }
}
@media only screen and (max-width: 390px){

  .home_instafeed_container .common_X{
    padding-top: 80px !important;
    padding-bottom: 64px !important;
  }
  .instafeed_profile_image_wrapper{
    width: 38px;
    height: 38px;
    border: double 1px transparent;
  }
  .instafeed_profile_name_wrapper .instafeed_profile_name{
    font-size: 12px;
  }
  .instafeed_account_profile_wrapper{
    gap: 4px;
  }
  .instafeed_account_detail_wrapper{
    gap: 18px;
  }
  .instafeed_follow_btn_wrapper a{
    gap: 4px;
    padding: 2px 10px;
  }
  
  .header_logo img{
    max-width: 55px;
  }
  .page_dec_btn{
    padding: 4px 10px;
  }
  .header_main_Section .page_dec_btn a{
    font-size: 8px;
  }
  .header_main_Section .page_dec_btn img {
    width: 6px;
    height: 6px;
}

.modal_submit_btn_wrapper .modal_submit_btn{
  padding: 6px 14px !important;
}


  .page_desCription_main_container .page_dec_all_conatent_wrapper h1,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h2,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h3,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h4,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h5,
  .page_desCription_main_container .page_dec_all_conatent_wrapper h6{
    font-size: 16px;
    line-height: 22px;
  }
  .page_desCription_main_container .page_dec_all_conatent_wrapper p{
    font-size: 10px;
    line-height: 16px;
  }

  .page_desCription_main_container .page_dec_btn a{
    font-size: 8px;
  }
  .page_desCription_main_container .page_dec_btn img {
    width: 6px;
    height: 6px;
}
.banner_hero_section .banner_section_wrapper p{
  font-size: 12px;
}
.banner_hero_section .page_dec_btn_white a{
  font-size: 9px;
}
.page_dec_btn_white{
  width: 70px;
  height: 20px;
}

.slide_title_wrapper h1, 
.slide_title_wrapper h2, 
.slide_title_wrapper h3,
.slide_title_wrapper h4, 
.slide_title_wrapper h5,
.slide_title_wrapper h6{
  font-size: 10px;
  
}
.slide_title_wrapper p{
  font-size: 9px;
}


.slider_main_container{
  padding-bottom: 16px !important;
}
.home_accordian_section_container .common_X{
padding-top: 1rem !important;
}
.accordian_content_wrapper p{
  font-size: 10px;
}
.accordian_content_wrapper h1, 
.accordian_content_wrapper h2, 
.accordian_content_wrapper h3, 
.accordian_content_wrapper h4,
 .accordian_content_wrapper h5, 
 .accordian_content_wrapper h6{
  font-size: 16px;
  line-height: 18px;
 }

 .industries_section .industries_section_heading h1, .industries_section .industries_section_heading h2, .industries_section .industries_section_heading h3, .industries_section .industries_section_heading h4, .industries_section .industries_section_heading h5, .industries_section .industries_section_heading h6{
   font-size: 16px;
   line-height: 18px;
 }

 .industries_section .industries_section_heading p{
  font-size: 10px;
  line-height: 14px;
 }

 .home_accordian_main_container .accordian_wrapper .home_accordian_sub_content ul li{
  font-size: 10px;
  padding: 2px 8px;
 }

 .btn_font{
  font-size: 10px !important;
  padding: 10px 0 !important;
 }

 .client_exp_container .reating_wrapper_main_container h1{
  font-size: 10px;
  line-height: 18px;
 }
 .client_exp_container .page_dec_btn a{
  font-size: 8px;
 }
 .client_exp_container .page_dec_btn img{
  width: 6px;
  height: 6px;
 }

 .feedback_wrapper_container p:first-child, 
 .feedback_wrapper_container h1:first-child, 
 .feedback_wrapper_container h2:first-child, 
 .feedback_wrapper_container h3:first-child, 
 .feedback_wrapper_container h4:first-child, 
 .feedback_wrapper_container h5:first-child, 
 .feedback_wrapper_container h6:first-child{
  font-size: 10px;
 }
 .clint_logo{
  width: 90px;
  padding-top: 10px;
 }
 .feedback_wrapper_container p{
  font-size: 10px;
  line-height: 14px;
  padding-top: 10px;
 }

 .feedback_wrapper_container p:last-child, 
 .feedback_wrapper_container h1:last-child, 
 .feedback_wrapper_container h2:last-child, 
 .feedback_wrapper_container h3:last-child, 
 .feedback_wrapper_container h4:last-child, 
 .feedback_wrapper_container h5:last-child, 
 .feedback_wrapper_container h6:last-child{
  font-size: 10px;
  line-height: 14px;
 }

 .feedback_wrapper_container p{
  width: 95%;
 }
 .feedback_wrapper_container{
  padding-top: 56px;
 }
 .google_image_holder p{
  font-size: 12px;
 }
 .client_exp_container .reating_wrapper_main_container h1,
 .client_exp_container .reating_wrapper_main_container h2,
 .client_exp_container .reating_wrapper_main_container h3,
 .client_exp_container .reating_wrapper_main_container h4,
 .client_exp_container .reating_wrapper_main_container h5,
 .client_exp_container .reating_wrapper_main_container h6{
  font-size: 10px;
 }
 .reating_star img {
  width: 14px !important;
  height: 14px !important;
}

.google_image_wrapper{
  width: 48px;
}
 .footer_main_container .common_X{
  padding-top: 40px !important;
 }

 .footer_main_container .footer_wrapper .footer_contact_wrapper h1,
 .footer_main_container .footer_wrapper .footer_contact_wrapper h2,
 .footer_main_container .footer_wrapper .footer_contact_wrapper h3,
 .footer_main_container .footer_wrapper .footer_contact_wrapper h4,
 .footer_main_container .footer_wrapper .footer_contact_wrapper h5,
 .footer_main_container .footer_wrapper .footer_contact_wrapper h6{
  font-size: 10px;
 }
 .footer_main_container .footer_wrapper:first-child .footer_contact_wrapper .footer_contact_details a{
  font-size: 10px;
  line-height: 14px;
 }
 .address_footer p{
  font-size: 10px;
  line-height: 14px;
 }

 .footer_main_container .footer_wrapper .social_footer_container p{
  font-size: 10px;
  line-height: 14px;
 }

 .footer_tearms_wrapper a{
  font-size: 10px;
  line-height: 14px;
 }

 .footer_main_container .Social_Footer .social_icons_wrapper a img{
  width: 16px;
  height: 16px;
    
 }
 .contact_gmap_wrapper {
  height: 200px;
 }

 .contact_accordian_main_container .page_title_wrapper p{
  font-size: 10px;
  line-height: 16px;
 }

 .contact_accordian_main_container .page_dec_all_conatent_wrapper h1, 
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h2, 
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h3, 
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h4, 
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h5, 
 .contact_accordian_main_container .page_dec_all_conatent_wrapper h6{
  font-size: 16px;
  line-height: 22px;
 }

 .address_derails_main_container .address_derails_wrapper h1,
 .address_derails_main_container .address_derails_wrapper h2,
 .address_derails_main_container .address_derails_wrapper h3,
 .address_derails_main_container .address_derails_wrapper h4,
 .address_derails_main_container .address_derails_wrapper h5,
 .address_derails_main_container .address_derails_wrapper h6{
  font-size: 10px;
  line-height: 16px;
 }

 .address_derails_main_container .address_derails_wrapper a{
  font-size: 10px;
  line-height: 16px;
 }

 .address_derails_main_container .address_derails_wrapper p{
  font-size: 10px;
  line-height: 16px;
 }
 .contact_accordian_main_container .contact_accordian_body_text{
  padding: 10px 0 !important;
 }

 .contact_accordian_main_container .contact_accordian_body_text p{
  font-size: 10px;
  line-height: 16px;
 }
 .page_menu_container .common_X{
  padding-top: 40px !important;
  padding-bottom: 0 !important;
 }



 .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_content_wrapper a p, 
 .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_content_wrapper a, 
 .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_content_wrapper p{
  font-size: 13px;
 }
 .project_list_main_container .project_list_wrapper_container .project_list_wrapper .project_title_detail p{
  font-size: 11px;
  line-height: 14px;
 }

 .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h1, 
 .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h2, 
 .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h3, 
 .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h4, 
 .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h5, 
 .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container h6{
  font-size: 14px;
  line-height: 14px;
 }
 .about_projects_main_container .about_projects_wrapper_container .about_project_info_main_container p {
  font-size: 10px;
  line-height: 14px;
}

.about_service_description .page_title_wrapper p{
  font-size: 10px;
  line-height: 16px;
}

.about_service_description .page_dec_all_conatent_wrapper h1, 
.about_service_description .page_dec_all_conatent_wrapper h2, 
.about_service_description .page_dec_all_conatent_wrapper h3, 
.about_service_description .page_dec_all_conatent_wrapper h4, 
.about_service_description .page_dec_all_conatent_wrapper h5, 
.about_service_description .page_dec_all_conatent_wrapper h6{
  font-size: 16px;
  line-height: 22px;
}

.big_heading h1, 
.big_heading h2,
.big_heading h3, 
.big_heading h4, 
.big_heading h5, 
.big_heading h6{
  font-size: 24px;
  font-weight: 600;
}

.about_projects_main_container .padd_top_btm{
  padding-top: 2rem !important;
  padding-bottom: 40px !important;
}
.about_service_description .padd_top_btm{
  padding-bottom: 80px !important;
}

.about_brand_identity_container .about_brand_identity_wrapper .comn_btm_pad{
  padding-bottom: 80px !important;
}



 .success_page_massege_container .success-message-wrapper h1,
 .success_page_massege_container .success-message-wrapper h2,
 .success_page_massege_container .success-message-wrapper h3,
 .success_page_massege_container .success-message-wrapper h4,
 .success_page_massege_container .success-message-wrapper h5,
 .success_page_massege_container .success-message-wrapper h6{
  font-size: 28px;
 }
 .success_page_massege_container .success-message-wrapper p{
  font-size: 14px;
  padding-bottom: 8px;
 }

 .success_page_massege_container p{
  font-size: 12px;
 }
 .Project_details_heading_main_Container .Project_details_heading_wrapper p{
  font-size: 10px;
  line-height: 16px;
 }

 .Project_details_heading_main_Container .Project_details_heading_wrapper h1, 
 .Project_details_heading_main_Container .Project_details_heading_wrapper h2, 
 .Project_details_heading_main_Container .Project_details_heading_wrapper h3, 
 .Project_details_heading_main_Container .Project_details_heading_wrapper h4, 
 .Project_details_heading_main_Container .Project_details_heading_wrapper h5, 
 .Project_details_heading_main_Container .Project_details_heading_wrapper h6{
  font-size: 16px;
  line-height: 22px;

 }

 .client_exp_container .heading_wrapper_designation:first-child p:first-child{
  font-size: 10px;
  line-height: 16px;
 }

 .client_exp_container .heading_wrapper_designation:first-child p:nth-child(2){
  font-size: 10px;
  line-height: 16px;
 }
 .Project_details_project_Count p, .Project_details_project_Count a{
  font-size: 8px;
 }

 .Project_details_view_wrapper_heading h1, 
 .Project_details_view_wrapper_heading h2, 
 .Project_details_view_wrapper_heading h3, 
 .Project_details_view_wrapper_heading h4, 
 .Project_details_view_wrapper_heading h5, 
 .Project_details_view_wrapper_heading h6{
font-size: 10px;
 }

 .Project_details_view_wrapper_desc p{
  font-size: 10px;
 }

 .project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h1,
  .project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h2, 
  .project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h3, 
  .project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h4, 
  .project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h5, 
  .project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count h6{
    font-size: 24px;
    line-height: 20px;
 }

 .project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count p, 
 .project_details_feedback_container .projectDetails_result_wrapper .projectDetails_result_count a{
  font-size: 10px;
  line-height: 16px;
 }

 .projectDetails_related_container .projectDetails_related_wrapper a{
  font-size: 10px;
 }

 .banner_heading_block{
  padding: 16px 16px 16px 0px;
  width: 50%;
 }
}

@media only screen and (max-width: 390px){
  .new_sucess_modal .modal-dialog{
    max-width: 290px;
  }
  .new_sucess_modal .modal-dialog-centered{
    align-items: flex-start;
  }
  .new_sucess_modal .modal-content{
    top: 106px;
  }
}
@media only screen and (max-width: 390px){
  .common_policyes_main_container .common_policyes_wrapper ul{
    padding-left: 16px;
  }

  .new_banner_section .new_banner_wrapper .new_banner_card{
    margin-bottom: 40px;
  }


  .pad_bott{
    padding-bottom: 32px;
  }

  .footer_main_container{
    margin-top: 40px;
  }
}

@media only screen and (max-width: 390px){
  /* new work details page */
  .client_exp_container .heading_wrapper_designation .new_heading_desc_block h1, .client_exp_container .heading_wrapper_designation .new_heading_desc_block h2, .client_exp_container .heading_wrapper_designation .new_heading_desc_block h3, .client_exp_container .heading_wrapper_designation .new_heading_desc_block h4, .client_exp_container .heading_wrapper_designation .new_heading_desc_block h5, .client_exp_container .heading_wrapper_designation .new_heading_desc_block h6{
    font-size: 18px;
    line-height: 28px;
  }
  .client_exp_container .heading_wrapper_designation .new_heading_desc_block p{
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .Project_details_heading_main_Container .client_exp_new_desc_wrapper, .Project_details_heading_main_Container .client_exp_new_desc_wrapper p{
    font-size: 14px;
    line-height: 20px;
  }
  /* new work details page */

  /* testimonial home page */
  .testimonial_swiper_card{
    row-gap: 48px;
    min-height: 14em;
  }
  .testimonial_swiper_card_heading h1, .testimonial_swiper_card_heading h2, .testimonial_swiper_card_heading h3, .testimonial_swiper_card_heading h4, .testimonial_swiper_card_heading h5, .testimonial_swiper_card_heading h6, .testimonial_swiper_card_heading p{
      font-size: 14px;
      line-height: 18px;

  }

  .testimonial_swiper_card_heading_quots_wrapper{
    margin-top: 2px;
  }
  .testimonial_swiper_card_heading_quots_wrapper svg{
    height: 9px;
    width: 9px;
  }
  .testimonial_swiper_card_heading{
    gap: 4px;
  }
  /* testimonial home page */
}

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

  .Project_details_view_block .Project_details_image_block{
    padding-top: 40px;
  }
}

@media only screen and (max-width:390px){
  .pad_top{
    padding-top: 40px;
  }
  .page_desCription_main_container .padd_top_btm{
    padding-bottom: 0 !important;
  }

  .about_paroject_pad_bot{
    padding-bottom: 40px;
  }
  .address_derails_main_container .padd_top_btm{
    padding-bottom: 40px !important;
  }
}

@media only screen and (max-width : 390px){
  .about_brand_identity_wrapper{
    padding-bottom: 40px !important;
  }
  .about_brand_identity_wrapper:last-child.pad_bott{
    padding-bottom: 32px !important;
  }
}
@media only screen and (max-width : 390px){
  #load_more_button{
    font-size: 12px;
    padding: 8px 18px 8px 18px;
    margin-top: 18px;
  }

}
@media only screen and (max-width : 390px){
  .news_letter_notification .modal-dialog{
    max-width: 324px !important;
  }
  .news_notification_block .modal-body .btn-close{
    top: 8px;
    right: 8px;
    width: 12px !important;
    height: 12px !important;
    font-size: 8px;
  }
  .news_letter_notification .news_notification_block{
    border-radius: 8px !important;
  }
  .news_notification_wrapper .new_from_wrapper .news_from_heading{
    padding-top: 24px;
  }

  .notification_connect_from{
    margin: 16px 0;
  }
}

@media only screen and (max-width : 390px){
  .blog_card_main_container .blog_card_wrapper .card_container:last-child{
    margin-bottom: 0;
  }
}


@media only screen and (max-width: 340px){
  .news_letter_notification .modal-body{
    padding: 0 !important;
  }
}
@media only screen and (max-width: 340px){

  .big_heading h1, 
  .big_heading h2, 
  .big_heading h3, 
  .big_heading h4, 
  .big_heading h5, 
  .big_heading h6{
    font-size: 18px;
  }
  .about_accordian_text_wrapper{
    padding-top: 8px;
  }

  .modal-dialog-scrollable .modal-content{
    width: 260px !important;
  }

  .modal_main_container .modal_main_wrapper .modal-body .modal_from_wrapper{
    padding: 0px 8px;
  }
}


@media only screen and (max-width: 320px){
  .slide_title_wrapper h1, 
  .slide_title_wrapper h2, 
  .slide_title_wrapper h3, 
  .slide_title_wrapper h4, 
  .slide_title_wrapper h5, 
  .slide_title_wrapper h6{
    margin: 0;
    padding-bottom: 4px;
  }

  .contact_gmap_wrapper {
    height: 180px;
   }

}


@media only screen and (max-width: 290px){
  .contact_gmap_wrapper{
    height: 140px;
  }
}

@media only screen and (max-width: 280px){
  
   .header_main_Section .header_menu_container{
    width: 100%;
   }
  
}


