:root {
    --laboix-font: "Lexend", sans-serif;
    --laboix-heading-font: "Lexend", sans-serif;
    --laboix-special-font: "Urbanist", sans-serif;
    --laboix-text: #930E0E;
    --laboix-text-rgb: 106, 106, 106;
    --laboix-text-gray: #97A5B7;
    --laboix-text-gray-rgb: 151, 165, 183;
    --laboix-base: #1F1B20;
    --laboix-base-rgb: 2, 25, 54;
    --laboix-secondary: #930E0E;
    --laboix-secondary-rgb: 14, 189, 102;
    --laboix-gray: #6A6A6A;
    --laboix-gray-rgb: 106, 106, 106;
    --laboix-white: #fff;
    --laboix-white-rgb: 255, 255, 255;
    --laboix-black: #000;
    --laboix-black-rgb: 0, 0, 0;
    --laboix-black2: #011126;
    --laboix-black2-rgb: 1, 17, 38;
    --laboix-black3: #111117;
    --laboix-black3-rgb: 17, 17, 23;
    --laboix-border-color: #DBDBDB;
    --laboix-border-color-rgb: 219, 219, 219;
    --laboix-border-color2: #F3F3F3;
    --laboix-border-color2-rgb: 243, 243, 243;
    --laboix-letter-space: 0.1em;
    --laboix-letter-space-xl: 0.2em;
   --brown: #930E0E;
  }
.who{
    background-color: var(--brown);
    height: fit-content;
    border: 2px solid black;
    padding: 1rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.who .info h2{
    color: white;
}
.who .img ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}
.who .img img{
    max-width: 180px;
}

.gobal_image{
    width: 100%;
    /* border: 2px solid black; */
}
.gobal_image img{
    width: 100%;
    /* border: 2px solid black; */
}

.m-0 {
    margin: 0!important;
  }
  .contact-section .sec-title {
    margin-bottom: 40px;
  }
  .sec-title.light h2 {
    color: #fff;
  }
  .sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 0px;
    letter-spacing: -0.5px;
  }
  .contact-details-section-two {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  
  .contact-details-section-two .sec-title .text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    color: inherit;
  }
  
  .contact-details-section-two .sec-title h2 {
    padding-bottom: 0px;
  }
  
  .contact-section .author-box {
    position: relative;
    padding-left: 90px;
    min-height: 60px;
    margin-bottom: 40px;
    padding-top: 5px;
  }
  
  .contact-section .author-box .image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }
  
  .contact-section .author-box h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: 0px;
    text-transform: uppercase;
  }
  
  .contact-section .author-box h4{
    color: #fd4a36;
  }
  
  .contact-section.style-five .author-box .phone-numer {
    color: #fff;
  }
  .contact-section .author-box .phone-numer {
    font-size: 30px;
    font-weight: 600;
    color: #202020;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  
  .contact-details-section-two .bottom-text {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  
  .contact-details-section-two .bottom-text a {
    position: relative;
    font-weight: 600;
  }
  
  .contact-details-section-two .bottom-text a i {
    margin-left: 5px;
    font-weight: normal;
    font-size: 16px;
  }
  
  .contact-info-block {
    position: relative;
  }
  
  .contact-info-block-two {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
  }
  
  .contact-info-block-two .inner-box {
    position: relative;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    text-align: center;
  }
  
  .contact-info-block-two:nth-child(1) .inner-box, .contact-info-block-two:nth-child(4) .inner-box{
    border-top-left-radius: 30px;
  }
  
  .contact-info-block-two:nth-child(3) .inner-box, .contact-info-block-two:nth-child(6) .inner-box{
    border-top-right-radius: 30px;
  }
  
  .contact-info-block-two:nth-child(1) .inner-box:before, 
  .contact-info-block-two:nth-child(4) .inner-box:before{
    border-top-left-radius: 30px;
  }
  
  .contact-info-block-two:nth-child(3) .inner-box:before, 
  .contact-info-block-two:nth-child(6) .inner-box:before{
    border-top-right-radius: 30px;
  }
  
  .contact-info-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #930e0e;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-top: 3px solid;
    border-color: #1f1b20;
  }
  
  .contact-info-block-two .inner-box:hover:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  
  .contact-info-block-two .icon {
    position: relative;
    margin-bottom: 10px;
  }
  
  .contact-info-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  
  .contact-info-block-two .inner-box:hover h4 {
    color: #fff;
  }
  
  .contact-info-block-two ul li {
    font-size: 18px;
    font-weight: 500;
    /* margin-bottom: 5px; */
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    color: black;
    list-style: none;
  }
  
  .contact-info-block-two .inner-box:hover ul li {
    color: #fff;
  }
  
  .contact-info-block-two ul li a {
    color: black;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  
  .contact-info-block-two .inner-box:hover ul li a {
    color: #ffff;
  }
  
  /* Contact Section Style Five */
  
  .contact-section.style-five {
    background-color: #f1f5f8;
    padding: 0;
  }
  
  .contact-section.style-five .auto-container {
    max-width: 100%;
    padding: 0;
  }
  
  .contact-section.style-five .inner-container {
    max-width: 585px;
  }
  
  .contact-section.style-five .left-column .inner-container {
    margin: 0 auto;
    margin-right: 0;
  }
  
  .contact-section.style-five .right-column,
  .contact-section.style-five .left-column {
    position: relative;
    padding: 40px 0px 0px;
    background-size: cover;
  }
  
  @media only screen and (max-width: 991px){
    .contact-section.style-five .right-column, .contact-section.style-five .left-column {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 40px;
    }
  }
  
  .contact-section.style-five .contact-form {
    margin-bottom: 0;
  }
  
  .contact-section.style-five .contact-form .row {
    margin: 0 -10px;
  }
  
  .contact-section.style-five .contact-form .form-group {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  
  .contact-section.style-five .theme-btn {
    width: 100%;
    cursor: pointer;
  }
  
  .contact-section.style-five .read-more-link {
    text-transform: uppercase;
    padding-left: 0;
    color: #fff;
  }
  
  .contact-section.style-five .read-more-link i {
    position: relative;
    margin-left: 5px;
    font-weight: normal;
  }
  
  .contact-section.style-five .read-more-link:before {
    display: none;
  }
  
  .contact-section.style-five .read-more-link:hover {
    text-decoration: none;
  }
  
  .contact-section.style-five .list li {
    color: #d7cfe3;
  }
  
  .contact-section.style-five .contact-section .author-box .phone-numer {
    color: inherit;
  }
  
  .contact-section.style-five .contact-form .bootstrap-select>.dropdown-toggle,
  .contact-section.style-five .contact-form .form-group input[type="text"],
  .contact-section.style-five .contact-form .form-group input[type="email"],
  .contact-section.style-five .contact-form .form-group textarea,
  .contact-section.style-five .contact-form .form-group select {
    border: 1px solid #e3e3e3;
    height: 55px;
    color: #9a9b9c;
    background-color: #fff;
    position: relative;
    display: block;
  }
  
  .contact-section.style-five .contact-form .form-group input:focus,
  .contact-section.style-five .contact-form .form-group select:focus,
  .contact-section.style-five .contact-form .form-group textarea:focus,
  .contact-section.style-five .contact-form .form-group button:focus {
    outline: none;
  }
  
  .contact-form .bootstrap-select>.dropdown-toggle, .contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group textarea, .contact-form .form-group select{
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: rgb(12, 41, 87);
    line-height: 30px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 6px;
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 229, 233);
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
  }
  
  .contact-form .bootstrap-select>.dropdown-toggle, .contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group textarea, .contact-form .form-group select {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: rgb(12, 41, 87);
    line-height: 30px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 6px;
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 229, 233);
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
  }
  
  .contact-section.style-five .author-box .phone-numer {
    color: #fff;
  }
  
  .contact-section.style-five .sec-title.light .text {
    color: #d7cfe3;
  }
  
  .contact-section.style-five .contact-form-box {
    position: relative;
    padding: 50px 50px 30px;
    background: #fff;
    margin-left: -50px;
    border-radius: 6px;
    margin-bottom: 30px;
  }
  
  .contact-section.style-five .contact-form .form-group textarea {
    height: 110px;
  }
  
  .theme-btn:hover .btn-title {
    color: #ffffff;
  }
  .theme-btn .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 10px 50px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 25px;
    overflow: hidden;
  }
  
  .theme-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
    background-color: #930e0e;
    padding: 0;
  }
  
  .theme-btn .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
  }
  
  .theme-btn:hover .btn-title:before {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left;
  }
  
  .theme-btn {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
  }

  .our-work{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    margin: 0 auto;
  }
  .our-work h2{
    text-align: center;
    color: var(--brown);
  }
  .our-work h3{
    font-size: 1.2rem;
    text-align: center;
    color: var(--brown);
  }
  .our-work-1{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 0 auto;
  }
  
  .our-work .img{
    width: 400px;
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 0 auto;
  }
  .our-work img{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 0 auto;
  }
  

@media only screen and (max-width:767px){
    .who{
       
        padding: 3rem 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    .who .img ul{
        display: flex;
        justify-content: center;
        align-items: center;
        gap:  3rem 2rem;
    }
    .who .img img{
        max-width: 150px;
    }
    .our-work{
      width: 80%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 2rem;
      margin: 0 auto;
    }
    .our-work h2{
      text-align: center;
      color: var(--brown);
    }
    .our-work h3{
      font-size: 1.2rem;
      text-align: center;
      color: var(--brown);
    }
    .our-work-1{
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 2rem;
      margin: 0 auto;
    }
    
    .our-work .img{
      width: 400px;
      display: flex;
      justify-content: center;
      gap: 2rem;
      margin: 0 auto;
    }
    .our-work img{
      width: 100%;
      display: flex;
      justify-content: center;
      gap: 2rem;
      margin: 0 auto;
    }
    
 
}