/** Shopify CDN: Minification failed

Line 45:7 Unexpected "#"

**/
#What_we_do_section{
  position:relative;
}
.flex_we_do {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
    z-index: 1;
    /* margin-bottom: 68px; */
}
.first_div h2 {
    font-size: 40px;
    font-family: Roboto;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 900;
}

.first_div ul li {
    font-size: 18px;
    font-family: 'Roboto';
    letter-spacing: 1.3px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.second_div p {
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 0.8;
    font-family: 'Roboto';
}

section##What_we_do_section  {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

section#What_we_do_section  .arrow {
    text-align: left;
}

.box.item .box_first {
    width: 63px !important;
    height: 55px;
}

.box.item {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 14px;
    opacity: 1;
    padding: 25px 18px;
}

.box.item h2 {
    text-align: start;
}

.box.item p {
    text-align: start;
}

.first_div {
    width: 33%;
}

.second_div {
    width: 33%;
}


.box.item h2 {
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: bold;
    letter-spacing: 0px;
    color: #272727;
    text-transform: uppercase;
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.box.item p {
    font-size: 15px;
    font-family: 'Roboto';
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    opacity: 0.47;
}
#What_we_do_section .overlay-div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #272727;
   
}
#What_we_do_section .owl-nav {
    position: absolute;
    top: -32%;
    right: 0.5%;
    gap: 7px;
    display: flex;
    z-index:4;
}
#What_we_do_section button.owl-prev {
    width: 40px;
    height: 40px;
    white-space: !important;
    background-color: #7a7777 !important;
    border: 2px solid #959595 !important;
    color: white !important;
    border-radius: 50%;
}

#What_we_do_section #testimonial_box a {
    text-decoration: none;
}

#What_we_do_section button.owl-next{
   width: 40px;
    height: 40px;
    white-space: !important;
    background-color: #7a7777 !important;
    border: 2px solid #959595 !important;
    color: white !important;
    border-radius: 50%;
}
div#testimonial_box {
    padding-top: 68px;
}

section#What_we_do_section .arrow {
    text-align: left;
    width: 25px;
    height: 12px;
}

@media screen and (max-width: 1024px) {
.first_div h2 {
    font-size: 37px;
}

}

@media screen and (max-width: 768px) {
.first_div h2 {
    font-size: 26px;
}
.second_div p {
    font-size: 11px;
}
  #What_we_do_section button.owl-prev, #What_we_do_section button.owl-next {
    width: 35px;
    height: 33px;
}
 #testimonial_box .owl-nav {
    top: -23%;
}
}


@media screen and (max-width: 430px) {
.first_div ul li {
    font-size: 16px;
}
.second_div {
    width: 70%;
}
  .first_div{
    width: 100%;
}
  .first_div h2 {
    font-size: 22px;
}
.flex_we_do {
    display: block;
}
#testimonial_box .owl-nav {
    top: -40%;
}
  .box.item {
    margin: 0px 20px;
}
}