@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
/* ========================================*/
 |       umar CSS Start       |

 *,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: 'Rubik', sans-serif;
}
.test{
  border: 1px solid red;
}
.Text_color{
  color: #0d6efd;
}
.main-tem {
  display: flex;
  position: relative;
}
.sidebar {
  max-width: 250px;
  width: 100%;
  position: unset;
  background: #636C79;
  top: 0;
  height: 100vh;
  overflow: auto;
  z-index: 99
}
.my-logo {
  max-width: 100px;
}
.close-icon img {
  width: 35px;
  height: 35px;
}
.right-content {
  width: calc(100% - 250px);
  height: 100vh;
  position: fixed;
  overflow: auto;
  left: 250px;
}

.side-nav span {
  color: #fff;
}

.side-nav a {
  text-decoration: none;
}

.side-nav .nav-img img {
  width: 45px;
  height: 45px;
}
.side-nav li {
  opacity: 0.5;
}

.side-nav li.active {
  opacity: 1;
}
.nav-img {
  max-width: 20px;
}
.nav_border{
  background-color: #AFB7BE;
}
.header_Color{
  color: #636C79;
}
.box_shadow{
  box-shadow: none !important;
}
/* Add remove code css */
.multiple-img .gallery img,
.multiple-img .gallery video,
.multiple-img .plus-img label,
.multiple-img .gallery .remove-btn {
  height: 150px;
  width: 150px;
  object-fit: cover;
}
.multiple-img .plus-img label{
  border: 3px dashed #666666;
}
.multiple-img .gallery .remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.text_success {
  position: absolute;
  right: 16px;
  color: #0d6efd;
  top: -4px;
}
.img_border{
  border: 2px solid #0d6efd;
  border-style: dashed;
  border-radius: 10px;
}
.img_border img{
  object-fit: cover;
  border-radius: 10px;
}
.box_border{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.Create_button{
  background-color: #0d6efd;
  color: white;
  border-style: none;
}
.save_btn{
  height: 40px;
  border-radius: 5px;
  background-color: #0d6efd;
  border-style: none;
  color: white;
}

/* tabs-page start*/
.tabs {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tab-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.tab-links li {
  margin-right: 10px;
}

.tab-links a {
  padding: 2px 20px;
  border-radius: 7px;
  display: inline-block;
  border-bottom: none;
  background-color: #5D656C;
  text-decoration: none;
  color: white;
}

.tab-links a:hover {
  background-color: #5D656C;
}

.tab-links .active a {
  background-color: white;
  border-color: white;
  color: #0d6efd;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}
.back_button{
  border-style: none;
  background-color: #0d6efd;
  border-radius: 5px;
}
.back_button a{
  text-decoration: none;
}
/* tabs-page end*/

.container2 {
  position: relative;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 10px;
}
.container2:hover .overlay2 {
  height: 60%;
}
.image2 {
  display: block;
  width: 100%;
  height: 25rem;
  border-radius: 10px;
  object-fit: cover;
}
.overlay2 {
  position: absolute;
  bottom: 0;
  background: white;
  color: #0d6efd;
  font-size: 16px;
  height: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  transition: .3s ease;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.text2 {
  color: #0d6efd;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 10px;
}
.text1_2 {
  color: #0d6efd;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.overlay2 .text3 {
  display: none;
}
.container2:hover .overlay2 .text3 {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  color: gray;
}
.client-review-item {
    box-shadow: 0 0 15px #ccc;
    padding: 25px;
    border-radius: 15px;
    margin: 15px;
}
 
.client-review-item .right-info h4 {
    display: block !important;
    padding: 0 !important;
    min-height: fit-content !important;
}

.client-review-item .item-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 15px;
}

.client-review-item .item-header p {
    margin: 0;
}
.client-review-item .item-header img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50px;
}
.client-review-item .item-content p {
    min-height: 125px;
    margin: 0;
}

.even-div {
    background-color: #f8f8f8;
}

.table-section table.table tr td {
    line-height: normal !important;
    font-size: 14px !important;
}
div#goog-gt-tt {
    display: none !important;
}

@media(max-width: 1500px){
.testimonial .row.mx-md-5.mx-2.py-4.py-md-5 {
    padding-top: 0 !important;
}
.client-review-item .item-content p {
    min-height: 195px;
    margin: 0;
}
}


@media only screen and (max-width: 768px) {
  .sidebar {
      display: none;
  }

  .right-content {
      width: calc(100% - 0px);
      left: 0;
      position: static;
  }
}
@media only screen and (min-width:769px) {
  .sidebar {
      display: block !important;
  }

  .cross-icon,
  .togg-btn {
      display: none;
  }

  .sidebar {
      max-width: 250px;
  }

  .right-content {
      width: calc(100% - 250px);
      left: 250px;
  }
  
}
  /*==========================================*/




.blog_box .overlay2 {
    position: unset;
    height: auto !important;
}

.blog_box img.image2 {
    height: 400px;
}

.blog_box .container2 .overlay2 .text3 {
    display: block;
}
.blog_box  .text1_2 {
    position: unset;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
}

.blog_box  p.text3 {
    padding: 0 !important;
}

.blog_box  .overlay2 {
    padding: 15px;
    gap: 0;
}
.blog_box .overlay2 h3 {
    position: unset;
    font-size: 24px;
    padding: 0 !important;
    text-transform: capitalize;
}

.blog_box .overlay2 a {
    text-decoration: none;
}

.blog_box p.text3 {
    color: #0000008c !important;
    min-height: 50px;
}
.shorts-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog_box .footer-images {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    width: 100% !important;
}

.blog_box .footer-images .ICONE_STYLE {
    width: fit-content;
    display: block !important;
    height: fit-content;
}
.blog_box p.text3 {
    display: block;
}
.img-content img {
    width: 100%;
}

form#contactUs input.input_form_Width {
    width: 100%;
    border-radius: 10px;
}

form#contactUs textarea {
    width: 100%;
    border-radius: 10px;
}

form#contactUs .row:nth-child(4) .col-md-6 {
    width: 100%;
}

form#contactUs input[type="file"] {
    width: 105px !IMPORTANT;
    overflow: hidden;
    border-radius: 10px !IMPORTANT;
}

form#contactUs  .text-center {
    text-align: left !important;
}






form#joinUs input.input_form_Width {
    width: 100%;
    border-radius: 10px;
}

form#joinUs textarea {
    width: 100%;
    border-radius: 10px;
}

form#joinUs .row:nth-child(4) .col-md-6 {
    width: 100%;
}

form#joinUs input[type="file"] {
    width: 105px !IMPORTANT;
    overflow: hidden;
    border-radius: 10px !IMPORTANT;
}

form#joinUs  .text-center {
    text-align: left !important;
}
div#carouselExampleIndicators .w_50 {
    margin: 0 auto;
    text-align: center;
}
div#carouselExampleIndicators .w_50 h4 {
    text-align: center;
}
div#carouselExampleIndicators h2 {
    text-align: center;
}
div#carouselExampleIndicators p {
    text-align: center;
}
div#carouselExampleIndicators.carousel-fade .carousel-item {
    position: relative;
}

div#carouselExampleIndicators.carousel-fade .carousel-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007d;
}
div#carouselExampleIndicators .item-content {
    padding-top: 100px;
    padding-bottom: 200px;
    height: 100%;
    display: flex;
    align-items: center;
}
.accounting-firm {
    padding: 50px 15px;
}
section.missions {
    padding: 0 0 50px 0;
}
section.footer-section ul li {
    list-style: none;
}
body #popup-container {
    bottom: 30px !important;
}

.terms-and-conditions {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
}

.terms-and-conditions p {
    padding: 0 5px;
    margin: 0;
}

.terms-and-conditions p a {
    text-decoration: none;
}

section.footer-section {
    padding: 50px 0 50px 0;
}

section.footer-section button {
    white-space: nowrap;
}

.footer-bottom {
    align-items: center;
    justify-content: center;
}

.footer-bottom img {
    width: 600px;
    margin: 0 auto 20px auto;
}

.footer-bottom .col-sm-12 {
    text-align: center;
}
section.footer-section h6 {
    font-size: 20px;
    margin: 0 0 15px 0 !important;
}
section.footer-section img {
    margin: 0 0 15px 0 !important;
}
.mail-bgcolor .mail {
    margin: 0 !important;
}
html {
    overflow-x: hidden;
}
   section.footer-section .youtube_hover:hover {
                border: 3px solid #3c6efd;
              }
section.footer-section .youtube_hover {
    border: 3px solid #0d6efd14;
    margin: 15px 0 0 0 !important;
}
.heading-border {
    width: fit-content;
    margin: 0 auto 15px auto !important;
    border-bottom: 5px solid;
    border-left: none !important;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
    font-weight: 600 !important;
}
div#carouselExampleIndicators p {
    font-size: 20px;
}
section.footer-section button img.rounded-circle {
    margin: 0 !important;
}
form#newsletter-form {
    width: 100%;
    display: flex;
}
.slick-prev.slick-arrow {
    z-index: 9;
}
span#form-message {
    color: #fff !important;
}
.col-lg-4 form#newsletter-form {
    display: block;
}
div#accordionParent h3 {
    padding-left: 15px;
}

section.our-members img {
    object-fit: contain !important;
    position: unset !important;
}

section.our-members .bg-img.position-relative {
    height: 100% !IMPORTANT;
}


section.our-members .bg-img.position-relative:hover button.button-d {
    position: absolute;
    bottom: 50px;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.our-members  button.button-d {
    bottom: 50px !important;
    margin: 0 auto !important;
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
}

section.our-members .bg-img.position-relative {
    display: block;
}
section.our-members .bg-img.position-relative:hover button.card-btn {
    position: absolute;
    bottom: 50px;
    opacity: 1;
}
section.our-members .bg-img.position-relative:hover {
    cursor: pointer;
}
section.our-members {
    padding: 50px 0;
}
section.our-members button.card-btn {
    width: 170px;
}

section.our-members .bg-img.position-relative {
    overflow: visible;
}
.log-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.accounting-firm .img-content img {
    height: auto !important;
}

.missions .card-missions img {
    height: 150px !important;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%) !important;
}

.modal-content div#content-side p {
    margin: 0;
}

.modal-content div#content-side .rounded-1 {
    padding: 10px;
}

.modal-content div#content-side h3 {
    text-transform: capitalize;
}
section.missions .my-5.pb-5 {
    padding-bottom: 100px !important;
}
p#news-container a {
    color: #ed3b09;
    text-decoration: none;
}
form#contactUs input.input_form_Width {
    margin: 0 0 10px 0 !important;
}

form#contactUs .row {
    margin: 0 0 15px 0;
}

form#contactUs .row span {
    color: #fff;
}
form#contactUs textarea {
    margin: 0 !IMPORTANT;
}

form#contactUs br {
    display: none;
}

form#contactUs input[type="file"] {
    margin: 10px 0;
}



form#contactUs .row .col-md-6 {
    margin: 0 0 15px 0;
}
form#joinUs input.input_form_Width {
    margin: 0 0 10px 0 !important;
}

form#joinUs .row {
    margin: 0 0 15px 0;
}

form#joinUs .row span {
    color: #fff;
}
form#joinUs textarea {
    margin: 0 !IMPORTANT;
}

form#joinUs br {
    display: none;
}

form#joinUs input[type="file"] {
    margin: 10px 0;
}
.home1 {
    height: 80vh ! IMPORTANT;
    background-position: center;
}
br {
    display: none;
}
.main_content_height .row.girl_bg_img {
    height: auto;
}

.bg_Partenariat {
    height: fit-content !important;
    background-size: contain !important;
    background-position: top !important;
}

.main_content_height {
    height: fit-content !important; 
}


.row.blog_box .col-6:first-child {
    width: 100%;
}

.row.blog_box .col-6:first-child img.image2 {
    height: 500px;
}

.blog_box img.image2 {
    border-radius: 10px 10px 0 0 !important;
}

.row.blog_box .col-6:first-child .container2 {
    overflow: hidden;
}

.row.blog_box .col-6:first-child .text-decoration-none {
    position: absolute;
    background: transparent;
}

.row.blog_box .col-6:first-child .text-decoration-none a {
    color: #fff !important;
}

.row.blog_box .col-6:first-child .text-decoration-none a h3 {
    color: #fff;
}

.row.blog_box .col-6:first-child .text-decoration-none  .description {
    color: #fff !important;
    min-height: fit-content;
}

.row.blog_box .col-6:first-child .text-decoration-none p {
    color: #fff;
}

.autoplay_first p {
    padding: 0 !important;
}

.autoplay_first p.post-body {
    min-height: 50px;
}

.autoplay_first p.fw-bold {
    font-size: 20px !IMPORTANT;
    text-transform: inherit;
}

.autoplay_first .container.d-flex {
    padding: 0;
}


.icon-custom-google {
    background: url(https://www.clementine.fr/images/logos/google.svg) no-repeat;
    background-size: 100% 100%;
    height: 1em;
    width: 2.95em;
    display: inline-block;
    font-size: 24px;
}
.rating span span.icon-\[clarity--star-solid\] {
    --svg: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M34 16.78a2.22 2.22 0 0 0-1.29-4l-9-.34a.23.23 0 0 1-.2-.15l-3.11-8.4a2.22 2.22 0 0 0-4.17 0l-3.1 8.43a.23.23 0 0 1-.2.15l-9 .34a2.22 2.22 0 0 0-1.29 4l7.06 5.55a.23.23 0 0 1 .08.24l-2.43 8.61a2.22 2.22 0 0 0 3.38 2.45l7.46-5a.22.22 0 0 1 .25 0l7.46 5a2.2 2.2 0 0 0 2.55 0 2.2 2.2 0 0 0 .83-2.4l-2.45-8.64a.22.22 0 0 1 .08-.24Z' class='clr-i-solid clr-i-solid-path-1'/%3E%3Cpath fill='none' d='M0 0h36v36H0z'/%3E%3C/svg%3E);
}
.rating span span.icon-\[clarity--star-solid\] {
    -webkit-mask-image: url(https://delekys.xcelanceweb.com/img/star.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
.rating span span {
    display: inline-block;
    width: 36px;
    height: 36px;
}

.rounded-3.justify-content-center .col-lg-3.mb-lg-0 {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.category-name-tag {
    width: fit-content;
    margin-left: auto;
    padding: 10px 25px;
    background: #fff;
    color: #0d6efd;
    border-radius: 50px;
    position: absolute;
    right: 15px;
    top: -65px;
    font-weight: 600;
}

.blog_box .overlay2 {
    position: relative;
}

.row.blog_box .col-6:first-child span.category-name-tag {
    top: 0;
}



 
.blog_box .text1_2 {
    background: #fff;
    position: absolute;
    bottom: 0;
    margin: 0 !important;
    padding: 15px !important;
    left: 0;
}

.row.blog_box  .container2 {
    overflow: hidden;
}

.row.blog_box .container2 .overlay2.text-decoration-none {
    position: absolute;
    bottom: -10px;
}

.row.blog_box .container2:hover .overlay2.text-decoration-none {
    bottom: 35px;
}
.row.blog_box .col-6:first-child .container2:hover .overlay2.text-decoration-none {
    bottom: 60px;
}
.row.blog_box .col-6:first-child .container2 .overlay2.text-decoration-none {
    bottom: 30px;
}
.row.blog_box .col-6:first-child .container2 .text1_2 {
    background: transparent;
}

.row.blog_box .col-6:first-child .text-decoration-none .description {
    height: 0;
    overflow: hidden;
    min-height: 0;
}

.row.blog_box .col-6:first-child .container2:hover p.text3 {
    min-height: 30px;
}



.blog-breadcrumb {
    display: flex;
    margin: 25px 0;
    gap: 0;
}

.blog-breadcrumb p {
    margin: 0;
    padding: 0 40px 0 0;
    position: relative;
}

.blog-breadcrumb p:after {
    content: '>';
    position: absolute;
    color: #000;
    right: 13px;
}
 
.blog-breadcrumb p:last-child::after {
    display: none;
}

.blog-breadcrumb p.blog-active {
    color: #ed3b09;
}
.tab-bar ul#myTab {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 5px;
}

 
.testimonial .slick-slide h4 {
    min-height: 70px;
    font-family: 'maiandra-GB';
    padding: 15px;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}
.testimonial-section button.btn_color {
    background-color: #ff0000 !important;
    color: #fff !important;
}

.testimonial-section .fa-bell {
    color: red !important;
    padding-left: 10px !important;
}

.testimonial-section .slick-slide {
    box-shadow: none !important;
    background: #fff !important;
}

ul#myTab {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 5px;
}

.blog-new-dsgn h2 {
    font-size: 29px;
    font-weight: 600;
}

.blog-new-dsgn img {
    width: 100%;
}

.blog-new-dsgn p:empty {
    margin: 0 !important;
    display: none;
}

.blog-new-dsgn img {
    margin: 0 0 20px 0;
}

.testimonial .row {
    margin: 0 25px !important;
}

nav.navbar .dropdown-menu {
    margin: 0 !important;
    padding: 25px 0 !important;
    position: absolute !important;
    top: 45px;
}

nav.navbar .dropdown-menu h1 {
    margin: 0 0 10px 0 !important;
}

nav.navbar .dropdown-menu marquee {
    display: none;
}

nav.navbar .dropdown-menu .col {
    width: 50%;
    flex: 50% !important;
    max-width: 50%;
}
nav.navbar .dropdown-menu .col .container.d-flex {
    justify-content: flex-start !important;
    padding: 0 !important;
}
.paper-section {
    display: none;
}
.testimonial-section .slick-slide {
    margin: 0px 10px !important;
}
.testimonial-section .rounded-4 {
    padding: 50px 0 !important;
}

.testimonial-section .rounded-4 .slick-slider {
    padding-bottom: 0 !important;
}
section.more-tes-sec #myModal.modal.show {
    padding: 0 10px !important;
}

section.more-tes-sec #myModal.modal.show button {
    right: 15px !important;
}




section.more-tes-sec .modal-dialog iframe {
    /* position: unset; */
}

section.more-tes-sec .modal-dialog::before {
    display: none;
}

section.more-tes-sec .modal-content {
    padding: 0;
    position: relative;
}

section.more-tes-sec .modal-content button.btn-close {
    z-index: 99;
    color: #fff;
    top: -50px !important;
    opacity: 1;
    margin: 0 !important;
    right: 10px !important;
}

section.more-tes-sec .modal-content button.btn-close {
    background: none;
}

section.more-tes-sec .modal-content button.btn-close i.fas {
    font-size: 35px !important;
}

section.more-tes-sec .modal.show {
    background: rgb(0 0 0 / 9%); 
    backdrop-filter: blur(10px);   
}
section.more-tes-sec .modal-content button.btn-close {
    box-shadow: none !important;
}

section.more-tes-sec .modal-content button.btn-close i.fas.fa-times-circle {
    color: #0d6efd;
}
.discover-testimonials .row.mx-md-4.my-5.pt-4 {
    margin: 0 !important;
    padding: 50px 0 !important;
}

section.testimonials-sldier-sec {
    background: #0d6efd;
}

section.more-tes-sec .row.mx-md-4 {
    margin: 0 !important;
}

section.dis-customer .row.mx-md-4.mt-lg-5 {
    margin: 0 !important;
}

section.dis-customer .card.rounded-4 {
    height: fit-content !important;
}

section.dis-customer .card.rounded-4 p.card-text {
    min-height: 90px;
}

section.dis-customer img.card-img-top {
    object-fit: contain;
}





.testimonials-sldier-sec .col-sm-12 {
    margin: 0 auto;
    text-align: center;
    max-width: 700px;
}

.testimonials-sldier-sec .col-sm-12 p {
    margin: 0;
}

.testimonials-sldier-sec  .slider-nav {
    margin: 20px 0;
}

.header-quote {
    text-align: center;
    margin: 0 0 30px 0;
    position: relative;
}

.testimonials-sldier-sec  .row.py-5 {
    padding: 0 !important;
}

section.testimonials-sldier-sec {
    padding: 80px 0;
}

section.testimonials-sldier-sec i.fa.fa-quote-left {
    font-size: 60px;
    color: #fff;
    background: #0d6efd;
    z-index: 99;
    position: relative;
    padding: 0 30px;
}

.header-quote:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 0;
    background: #fff;
}
.translate-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.translate-container span#translate-label {
    width: fit-content;
    height: fit-content;
    margin: 0;
}

.translate-container .goog-te-gadget-simple {
    margin: 0;
    background: none;
    border: 1px solid #fff;
    text-align: left;
    padding: 3px;
}

.goog-te-gadget-simple span {
    margin: 0 !important;
}

.translate-container .goog-te-gadget-simple span {
    color: #fff !important;
}

.fixed-top .blue {
    height: fit-content !important;
    padding: 5px 15px;
}
iframe#\:2\.container {
    display: none;
}

.translate-container .goog-te-gadget-simple {
    width: 180px;
    padding: 10px 15px;
}

.translate-container .goog-te-gadget-simple span:nth-child(3) {
    inline;
    display: none;
}

.goog-te-gadget-simple a {
    width: 100%;
    display: flex;
    margin: 0;
    justify-content: space-between;
    height: fit-content;
    line-height: normal;
    gap: 15px;
}
.translate-container .goog-te-gadget-simple span {
    width: fit-content;
    font-size: 14px;
}
.marquee p span span {
    margin: 0 !important;
    padding: 0 !important;
}
.marquee p span span span {
    margin: 0 !important;
    padding: 0 !important;
}
.testimonial .slick-slide h4 {
    display: none;
}
.container .container {
    padding: 0;
}

.shorts-sec .row.mx-5 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.testimonial-section {
    margin: 25px 0 0 0 !important;
}
h1.contact-heading.text-center.my-5 {
    margin-top: 200px !important;
}

.hide-content {
    display: none;
}
.business_creation {
    margin: 200px 0 0 0 !important;
}
.creation-steps {
    margin: 50px 0 100px 0;
}
.creation-steps {
    margin: 50px 0 100px 0;
}

.table-section table.table {
    border: 1px solid #cccccc54;
    margin: 25px 0;
    padding: 0;
}

.table-section {
    margin: 50px 0;
}

.table-section table.table tr {
    background-color: transparent !important;
    border-bottom: 1px solid #f8f8f8 !important;
}

.table-section table.table tr th {
    box-shadow: none !important;
    border-bottom: 1px solid #cccccc4f;
    background-color: #f8f8f8 !important;
    padding: 20px;
}

.table>:not(caption)>*>* {
    box-shadow: none !important;
    border: none;
}

.table-section table.table tr td {
    border-bottom: 1px solid #cccccc78;
    padding: 20px 20px 15px 20px;
    line-height: 16px;
    font-size: 16px;
}
.ask-question {
    padding: 50px 0;
}

.ask-question .container {
    height: fit-content !important;
}

.ask-question .container .row.my-5 {
    margin: 0 !important;
}

.ask-question  img {
    width: 100% !important;
    object-fit: cover;
    object-position: top;
    height: 400px !important;
}

.why-us {
    padding: 50px 0;
}

.why-us h1 {
    margin: 0 0 35px 0;
}
.why-us .container:nth-child(2) {
    padding-top: 50px;
}
.newsletter-here {
    padding: 0 0 50px 0;
}

.newsletter-here button {
    margin: 0 !important;
}

 
.slider-gal-sction .col-sm-8.mx-auto.mt-5 {
    margin: 25px auto 15px auto !important;
}

.slider-gal-sction .inf_main_height {
    height: 450px;
}
 
.slider-gal-sction {
    margin: 0 0 30px 0;
}
.client-review {
    padding: 150px 0 0 0;
}
.client-review .row.px-md-5.px-3.my-5.py-5 {
    padding: 0 !important;
    margin: 0 0 150px 0 !important;
    gap: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.client-review .col-md-4 {
    padding: 0;
    margin: 0;
    width: 32%;
}

.client-review .col-md-4 img {
    object-fit: cover;
}

.client-review .row.px-md-5.mx-md-0.mx-2 {
    padding: 0 !important;
}
.asked .accordion-button {
    color: #000 !important;
    font-size: 20px;
}

.asked .container.py-md-5 {
    padding-bottom: 0 !important;
}
.Subscribe-us h1 {
    margin-bottom: 25px !important;
}
section.online_accountant .row:last-child {
    margin-bottom: 0 !important;
}

section.online_accountant {
    padding: 100px 0;
}
section.online_accountant .container:first-child .row {
    margin-top: 0 !important;
}

section.online_accountant .container:first-child .row h1 {
    margin-top: 0 !important;
}
.asked-qsn {
    padding-top: 0 !important;
}



.business-section {
    margin: 220px 0 50px 0;
}

.ratings-section  .rounded-3 {
    padding: 20px 0 10px 0;
    align-items: center;
}

.accounting-steps {
    text-align: center;
}
.testimonial .autoplay_first p.fw-bold {
    font-weight: normal !important;
    font-size: 16px !important;
}
.summary-sec {
    margin: 50px 0;
}

.content-areas .row.mx-lg-5.mx-2 {
    margin: 0 !important;
}

.content-areas .row.m-lg-5.m-2.pb-md-5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.content-areas .col-lg-6.px-lg-4.px-2.my-auto {
    padding: 0 10px !important;
}
.advisor-sec .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.advisor-sec {
    padding-bottom: 50px;
}

.expert-sec .row.mx-lg-5.mx-2 {
    margin: 0 !important;
}

.expert-sec h2 {
    margin: 0 0 15px 0 !important;
}

.expert-sec {
    padding: 50px 0;
}
.rating-sec .rounded-3 {
    margin: 50px 0 !important;
}
.content-areas .row.m-lg-5.m-2.pb-5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.creation-sec {
    margin-top: 200px;
}.summary-sec .container.pt-md-5.my-5 {
    margin-top: 0 !IMPORTANT;
    padding-top: 0 !important;
}

.business-section span.custon_blue.fw-bold {
    display: none;
}

form#quoteForm .col.d-flex.mb-4 {
    display: block !important;
}

form#quoteForm span.error-message {
    display: block;
    color: red;
}

.table-section .test_1.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 9999 !important;
}
.test_1 {
  transition: all 0.5s ease;
}
.fixed .d-flex.gap-4.mt-5.mb-3.justify-content-between {
    margin: 0 auto;
    max-width: 1320px;
}

.table-section .test_1 {
    z-index: 0 !important;
}
div#myModal {
    z-index: 99999;
}



.testimonial img {
    width: 100%;
}

.testimonial-section .modal {
    background: rgb(0 0 0 / 9%);
    backdrop-filter: blur(10px);
    z-index: 9999;
}

.testimonial-section button.btn-close {
    z-index: 99;
    color: #fff;
    top: -50px !important;
    opacity: 1;
    margin: 0 !important;
    right: 10px !important;
}

.testimonial-section button.btn-close {
    background: none;
    box-shadow: none !important;
}

.testimonial-section button.btn-close i.fas.fa-times-circle {
    color: #0d6efd;
    font-size: 35px !important;
}













/*....media...*/
@media(max-width: 400px){
  .bg_Partenariat h1 {
    font-size: 18px;
}
}

@media(max-width: 767px){
.discover-testimonials .py-4 {
    padding: 10px 0 25px  0 !important;
}

section.more-tes-sec h1 {
    margin: 0 !IMPORTANT;
}

section.more-tes-sec .col-lg-4.col-sm-6.mb-3 {
    margin: 15px 0;
}

section.more-tes-sec {
    padding: 50px 0;
}

section.dis-customer h1.fw-bold.my-5 {
    margin: 0 !important;
}

.discover-testimonials .py-4 button.btn_color.px-4 {
    margin: 0 0 15px 0;
}
.bor-rad {
    width: 60px !important;
    height: 60px !important;
}
.slick-current img.bor-rad{
     width: 100px !important;
    height: 100px !important;
}
.row.blog_box .col-6:first-child span.category-name-tag {
    top: -50px;
}

.most-viewed hr:last-child {
    display: none;
}

.newsletter-count {
    margin: 20px 0 0;
}
.the-most-recent .row.mx-lg-5.mx-2 .col {
    display: block;
    text-align: center;
}

.the-most-recent .row.mx-lg-5.mx-2 .col-lg-4.col-md-6 {
    margin: 0;
}

.contect_one_bg {
    margin: 50px 15px;
}
.blog_box .col-6 {
    padding: 0;
}

.blog_box .col-lg-6 {
    padding: 0;
}

section .col-lg-4 {
    margin: 50px 0 0 0;
}

.shorts-sec .col {
    width: 100%;
    flex: 100% !important;
    max-width: 100%;
}

.shorts-sec .row.mx-5 {
    margin: 0 !important;
}

.testimonial .row {
    margin: 0 10px !important;
} 
section.missions .text-center {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
form#contactUs .row .col-md-6 {
    margin: 0 0 15px 0;
}
form#contactUs .row{
  margin:0 !IMPORTANT;
}
form#joinUs .row{
    margin: 0 !important;
}
form#joinUs .row .col-md-6 {
    margin: 0 0 15px 0;
}
div#carouselExampleIndicators .w_50 h4 {
    margin-top: 0 !important;
}
section.our-members .col {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
body .slider-height {
    position: relative !important;
}

body .slider-height .position-absolute {
  position: unset !important;
  width: 100%;
}

body .slider-height {
    flex-wrap: wrap;
    height: fit-content !important;
}

div#carouselExampleIndicators.carousel-fade .carousel-item {
    height: 600px !important;
    padding: 0;
}

div#carouselExampleIndicators .item-content {
    padding: 0 15px;
}

body .slider-height .position-absolute .media-home-button {
    margin: 15px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

body .slider-height .position-absolute div {
    width: 100%;
}

body .slider-height .position-absolute div .my-auto {
    width: fit-content;
}
body .slider-height .position-absolute button {
    margin-right: 0 !important;
}
section.footer-section .col {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    display: block;
}

section.footer-section .row {
    flex-wrap: wrap;
}

section.footer-section .youtube_hover {
    margin: 15px 0 40px 0 !important;
}
.blog_box .col-6 {
    width: 100%;
}
.blog_bg {
    padding: 50px 15px;
}
.blog_bg .c_blog {
    font-size: 36px;
}

.fixed-top .blue {
    display: flex;
    justify-content: flex-start !important;
}

.fixed-top .blue .dropdown {
    margin-left: 0 !important;
}
}
