<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,700&amp;display=swap'); */
body,
html {
    margin: 0;
    padding: 0
}

h1{
    font-family: "Roboto", sans-serif;
    font-weight: 500;   
}
h2,
h3,
h4,
h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
/* .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  } */
p {
    color: #333;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    line-height: 26px;
    font-weight: 400;
}

* {
    scroll-behavior: smooth
}

body {
    letter-spacing: 0;
    font-size: 16px;
}

.form-box textarea.form-control {
    height: 100px
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none
}

:hover, img {
    transition: all 0.2s ease-in-out 0s;
}

/* FORM FIELD */
:focus {
    outline: 0 !important
}
:hover{transition: all ease-in-out 0.3s 0s;}
.form_block input.form-control::-webkit-input-placeholder, .form_block textarea.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #333;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.form_block input.form-control:-ms-input-placeholder, .form_block textarea.form-control::-webkit-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.form_block input.form-control::placeholder, .form_block textarea.form-control::-webkit-input-placeholder {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.check_text{
    color: #333;
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 13px !important;
    margin-bottom: 5px;
    text-align: left !important;
    font-style: normal !important;
}
form label{
    color: #333;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
}


.custom-select:focus {
    border-color: #b69859;
    outline: 0;
    box-shadow: none
}
/* FORM FIELD END */
.gap_block {
    padding: 70px 0
}
/* HOVER EFFECT */
.hover_shadow:hover{
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3) !important;
}
.img_roted:hover img{
    transform: rotate(360deg);
}
/* HOVER EFFECT END */
.text_truncate{
    width:100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 65px;
    line-height: 1.5;
}
.owl-carousel img{
    width: auto !important;
    margin: auto;
}
a.contact_btn {
    position: fixed;
    top: 50%;
    right: -53px;
    background-color: #F26822;
    z-index: 1020;
    color: #fff;
    padding: 8px 15px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    font-weight: 500;
    transform: rotate(-90deg);
}
/* Header CSS */
header.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 150;
    background-color: #fff;
    transition: all 0.3s ease-in-out 0s;
}
header.header.sort_hdr{
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
header.header .header-logo img {
    width: 280px;
    transition: all 0.3s ease-in-out 0s;
}
header.header.sort_hdr .header-logo img {
    width: 180px;
}
/* Banner */
div#banner_top {
    margin-top: 90px;
}
.banner-content .bnr-cont-text h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
}
.banner-content .bnr-cont-text h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
}
.banner-content .bnr-cont-text p{
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
    font-style: italic;
}
.form_block {
    max-width: 410px;
    background: #fff;
    padding: 40px;
}

.form_block .form-block {
    max-width: 334px;
    margin: auto;
}
.form_block .form-block h2.form-header {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
.top-form .form-control{border-color:#ddd;height: 40px;}
.top-form textarea.form-control{height: auto !important;}




.btn.btn_submit{background-color: #F26822;color: #fff;border-radius: 30px;height: 45px;margin-top:5px;line-height: 1.9;}

/* Testimonoals */

#slider-testimonials .card .card-body{
    padding-bottom: 0 !important;
}
#slider-testimonials .card .card-body p{
    margin-bottom: 0;
}
#slider-testimonials .item{
    max-width: 570px;
}
#slider-testimonials  .owl-nav, #slider-awards  .owl-nav, #slider-client-stories  .owl-nav{
    position: absolute;
    top: -100px;
    right: 0;
}
#slider-testimonials .nav-btn{
    
  }
  
  #slider-testimonials .owl-prev.disabled,
  #slider-testimonials .owl-next.disabled{
  pointer-events: none;
  opacity: 0.6;
  }
  
  #slider-testimonials .prev-slide,  #slider-awards .prev-slide, #slider-client-stories .prev-slide{
    background: url(../images/arrow_left.svg) no-repeat scroll 0 0;
    display: block;
    background-color: #fff;
    width: 58px;
    height: 58px;
    background-position: center;
    border-radius: 50%;
    border: 1px solid #000;
  }
  #slider-testimonials .next-slide, #slider-awards .next-slide, #slider-client-stories .next-slide{
    background: url(../images/arrow-right.svg) no-repeat scroll -24px 0px;
    display: block;
    background-color: #fff;
    width: 58px;
    height: 58px;
    background-position: center;
    border-radius: 50%;
    border: 1px solid #000;
  }
  .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
}
.testimonial{border-bottom: 1px solid rgba(0, 0, 0, 0.3); padding-top: 60px;}

.subtitle{font-size: 22px;font-weight: 500;margin-bottom: 10px;}
.position {color:#808080}
.vission_img {
    max-width: 500px;
}


/* Why Choose */
.why_chose{background-color: #F5F5F5;position: relative;z-index: 1;}
.choose_box {
    min-height: 365px;
}
.choose_box h4 {
    font-size: 20px;
    font-weight: 500;
    min-height: 48px;
}
.choose_box img {
    height: 72px;
}
.side_shape {position: absolute;
    bottom: 0;
    right: 0;z-index: -1;}

.choose_box p {
    font-size: 16px;
    line-height: 23px;
}
.gap_block.why_chose {
    padding-top: 50px;
    padding-bottom: 40px;
}
.client_block {
    border-top: 2px solid #772C17;
    text-align: center;
}
/* client_block */

/* step_block */
.step_five {
    background-color: #000;
}

ul.step_list{margin-top: 50px;}
ul.step_list &gt; li {
    width: 20%;
    min-width: 222px;
}
.step_number .step_n .number_c{
    color: #ffffff96;
    font-size: 52px;
    font-weight: 500;
    line-height: 1;
}
.step_number .step_n .number_text {
    font-weight: 500;
    font-size: 18px;
    margin-left: 8px;
    line-height: 1.2;
    position: relative;
    bottom: -3px;
}
.step_text p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    min-height: 50px;
}
.step_number {
    min-height: 66px;
}

.step_line {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.step_line span.circle {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    border: 8px solid #F26822;
}
.step_line .line_drow{
    width: 100%;
    background-color: #F26822;
    height: 1px;
}
p.position.space_text {
    font-size: 22px;
}
.space_block {
    max-width: 520px;
    margin-left: auto;
}

#accordionFaq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-plus'  viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
  }
  #accordionFaq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='16' height='16'   class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  }
  #accordionFaq .accordion-button::after {
    transition: all 0.5s;
    width: 16px;
    height: 25px;
    background-position: 1px 1px;
    position: absolute;
    left: 0;
}


#accordionFaq .accordion-button.collapsed::after{
    background-color: transparent;
}
#accordionFaq .accordion-header .accordion-button {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    padding-left: 30px;
}
#accordionFaq .accordion-header .accordion-button:not(.collapsed) {
   color:#eb6021;
}

#accordionFaq .accordion-item {
    margin-bottom: 0px;
    box-shadow: none;
    border: 0px solid #f0f0f0;
    border-radius: 0;
}


.accordion-button:focus{
    border: 0;
    box-shadow: none;
}
#accordionFaq .accordion-collapse{
    color:#6a6a6a;
    font-size:16px;
    border: 0;
}
p.para_x2 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.explore_block{
    background-image: url(../images/explore_bg.png);
}
.explore_block {
    background-image: url(../images/explore_bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
}
.map_location{border-top: 1px solid rgba(0, 0, 0, 0.3);}
.location_list li {
    width: auto;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-right: 24px;
}
#slider-awards .item p{font-weight: 500;}
#slider-awards img{max-width: 260px;margin: auto;}

#slider-awards .item .card {
    min-height: 270px;
}
.contact_block {
    text-align: center;
    margin: 20px auto;
    max-width: 360px;
}
.footer_bottom{
    border-top:1px solid rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}
.menu_list ul li a {
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
}

/* Mobile Menu Icon */
.mobile_menu {
    position: fixed;
    top: 17px;
    z-index: 2500;
    right: 40px;
    width: 50px;
    display: none;
}

#nav-icon1 {
    width: 36px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #d3531a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  #nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon1 span:nth-child(2) {
    top: 10px;
  }
  
  #nav-icon1 span:nth-child(3) {
    top: 20px;
  }
  
  #nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  #nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  .bnr-cont-text.position-relative.text-center.thank_you_box {
    width: 100%;
    max-width: 600px;
    margin: auto;
    background-color: #00000078;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}
.bnr-cont-text.position-relative.text-center.thank_you_box p{
  font-size: 18px;  
}

#contactusmodal .modal-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}
#contactusmodal .form-block .form-control::-webkit-input-placeholder {color: #333633; font-size: 13px;}
#contactusmodal .form-block .form-control::-moz-placeholder {color: #333633; font-size: 13px;}
#contactusmodal .form-block .form-control::-ms-input-placeholder {color: #333633; font-size: 13px;}
#contactusmodal .form-block .form-control::placeholder {color: #333633; font-size: 13px;}

/* Officespace Information */

.information_form_container{
    padding: 30px;
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
}
.information_form_container form h2{
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
    text-align: center;
}

/* work 02/01/2025 */

.countersec {
    background-color:#fff;
    padding: 60px 0 60px 0;
    text-align: center;
  }

  .stats-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .stats-section p {
    font-size: 16px;
    margin-bottom: 40px;
    font-style: italic;
  }

  .stats-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }

  .stat {
    text-align: center;
  }

  .stat .number {
    font-size: 36px;
    font-weight: bold;
  }

  .stat .label {
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
  }



.fairdeal_scetion{
    background-color:#F5F5F5;
    padding: 50px 20px;
    text-align: center;
}

.choose_box2 {
    min-height: 280px;
    padding: 15px !important;
  }

  .ceotext{
    font-size: 30px !important;
  }




  .success-container {
    text-align: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .success-title {
    color: #00A5A3;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
  }

  .success-subtitle {
    color: #FF7043;
    font-size: 16px;
    margin: 5px 0;
  }

  .google-reviews {
    margin: 20px 0;
  }

  .google-logo {
    font-size: 36px;
    font-weight: bold;
    color: #4285F4;
  }

 

  .reviews-text {
    font-size: 18px;
    color: #757575;
    margin: 5px 0;
    font-weight: 700;
  }

  .rat_star{display: flex;align-items: center;
    justify-content: center;}
  .rating {
    font-size: 24px;
    font-weight: bold;
    color: #FFB400;
  }

  .stars {
    color: #FFB400;
    font-size: 24px;
    margin-left: 5px;
  }

  .custom-row {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .custom-col {
    width: 30%;
  }

.custom-col h4{font-size: 18px;min-height: 40px;}
.custom-col p{font-size: 15px;line-height: 23px;}

.industries_serve{background: #fafafa; padding: 60px 0;}
.is_btn{text-align: right;}
.btn-industries_serve_cta {
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    background-color: #F26822;
    color: #fff;
    border-radius: 30px;
    /* height: 45px;
    margin-top: 5px; */
    line-height: 1.5;
}

.btn-industries_serve_cta:hover{background-color: #F26822; color: #fff;}

.industries-list{ padding: 0; margin: 0; text-align: left;}

.industries-list li {
    list-style-type: none;
    display: inline-flex;
    vertical-align: top;
    margin: 4px 1px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #ccc;
    border-radius: 2px;
}



.expandable-container {
    width: 100%;
    margin: 0px 0;
  }
  
  .content {
    margin-bottom: 10px;
  }
  
  .toggle-button {
    padding: 5px 5px;
    border: none;
    background: none;
    color: #f26822;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
  }
  
  .toggle-button:hover {
    color: #000;
  }
  


.enterprise-clients-inn{ text-align: center;}

.clogo_item {
    display: inline-flex;
        /* width: 18%; */
        align-items: center;
        justify-content: center;
        border: 1px solid #ccc;
        text-align: center;
        margin: 10px 6px;
        border-radius: 5px;
}

#OurClients{padding-top: 30px;}

/* .difference-list{} */

.difference-list ul{ padding: 0 0 0 6px; margin: 0;}
.difference-list ul li{ list-style-type: none; display: block; padding: 0 0 12px 31px; font-size: 20px; color: #fff; background: url(../images/bullet_point_icon.png) no-repeat left 7px;}


.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/down_arrow_icon.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding: 8px 15px 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.footer {
    padding-top: 80px;
  }


.right_roperty{background-color: #F5F5F5; padding-top: 50px;}


#accordionTwo .accordion-header .accordion-button {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    padding-left: 30px;
}
#accordionTwo .accordion-header .accordion-button:not(.collapsed) {
    color: #eb6021;
}

#accordionTwo .accordion-button.collapsed::after {
    background-color: transparent;
}

#accordionTwo .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-plus'  viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
  }
  #accordionTwo .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='16' height='16'   class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  }
  #accordionTwo .accordion-button::after {
    transition: all 0.5s;
    width: 16px;
    height: 25px;
    background-position: 1px 1px;
    position: absolute;
    left: 0;
}

#accordionTwo .accordion-item {
    margin-bottom: 0px;
    box-shadow: none;
    border: 0px solid #f0f0f0;
    border-radius: 0;
}


/* .aname_cn strong{margin-right: 10px;} */


.Partnerships_serve {
    background: #fafafa;
    padding: 60px 0;
}
.Partnerships_serve .clogo_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    /* margin: 10px 6px; */
}


.Partnerships_serve .card-body {
    border: 1px solid #ccc;
    margin: 10px 0;
    background: #fff;
    border-radius: 5px;
}
.Partnerships_serve .card {background: transparent;}





.enterprise-clients .card-body {
    border: 1px solid #ccc;
    margin: 0px 4px 17px;
    background: #fff;
    border-radius: 0px;
    display: inline-flex;
    /* width: 100%; */
    padding: 12px;
    background: #fff;
  }

  .enterprise-clients .clogo_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    margin: 0 !important;
}


.enterprise-clients2 .card-body {
    border: 1px solid #ccc;
    margin: 0px 4px 17px;
    background: #fff;
    border-radius: 0px;
    display: inline-flex;
    /* width: 18%; */
    padding: 12px;
    background: #fff;
  }

  .enterprise-clients2 .clogo_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    margin: 0 !important;
}

.enterprise-clients4 .card-body {
    border: 1px solid #ccc;
    margin: 0px 4px 17px;
    background: #fff;
    border-radius: 0px;
    display: inline-flex;
    width: 23%;
    padding: 12px;
    background: #fff;
  }

  .enterprise-clients4 .clogo_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    margin: 0 !important;
}



.resp-tabs-list li:after {
    content: "âžœ"; /* Arrow symbol */
    display: inline-block;
    margin-left: 5px;
    animation: moveRight 0.6s infinite alternate;
}

@keyframes moveRight {
    0% { transform: translateX(0); opacity: 1; }
    100% { transform: translateX(5px); opacity: 0.6; }
}

.resp-tabs-list li.resp-tab-active:after {
    animation: none;
    opacity: 1;
    transform: translateX(0);
}











@media  screen and (min-width: 1300px) and (max-width: 1400px) {
    .headline_block h2 {
        font-size: 38px;
    }
    .choose_box {
		min-height: 390px;
	}
    .banner-content .bnr-cont-text h1 {
        font-size: 52px;
        line-height: 54px;
    }
    .banner-content .bnr-cont-text p {
        font-size: 22px;
    }
  }
  @media screen and (max-width: 1200px) {
    .banner-content .bnr-cont-text h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .banner-content .bnr-cont-text p {
        font-size: 18px;
    }
    .form_block{
        padding: 25px;
    }
    .banner-content .bnr-cont-text h3{
        font-size: 25px;
        line-height: 35px;
      }
  }

  .headline_block h2{
    font-size: 42px;
  }


@media screen and (max-width: 992px) {
    .menu_list.active {
        right: 0;
    }
    .menu_list ul li a:hover{background-color: #772C17;}
    .menu_list ul li a {
        font-size: 20px;
        font-weight: 500;
        margin-left: 15px;
        color: #fff;
        text-align: left;
        display: block;
        padding: 15px;
    }
    .menu_list ul {
        flex-direction: column;
    }
    .menu_list {
        padding: 30px 0 0 0;
    }
    .menu_list ul li {
        margin:10px;
    }
    .menu_list ul {
        flex-direction: column;
    }
    .menu_list {
        position: fixed;
        width: 320px;
        height: 100%;
        top: 0;
        right: -320px;
        background: #480707;
        transition: all 0.3s ease-in-out 0s;
    }
  header.header &gt;  .container,  header.header &gt; .container-sm{width: 100%;max-width: none;}
    .mobile_menu{display: block;}
    .banner-content .bnr-cont-text h1, .banner-content .bnr-cont-text p {
        text-align: center;
    }
    /* .banner-content.position-absolute {
        position: relative !important;
        padding: 30px 0;
    } */

    .form_block {
        padding: 20px;
        margin: 0 auto;
    }
    .banner-content .bnr-cont-text h1 {
        font-size: 27px;
        line-height: 32px;
    }
    .banner-content .bnr-cont-text h3{
        font-size: 20px;
        line-height: 25px;
        text-align: center;
      }
    .headline_block h2 {
        font-size: 30px;
        text-align: center;
    }
    .gap_block {
        padding: 40px 0;
    }
    .gap_block.why_chose{
        padding-top: 40px;
    }
    .headline_block.vission_text {
        margin-top: 30px;
        text-align: center;
    }
    .why_chose .row.mt-5{
        margin-top: 15px !important;
    }
    .explore_block.gap_block {
        background-image: none;
    }
.office_space .headline_block h2{text-align: left;}
.space_block {
    max-width: 520px;
    margin-left: 0;
    margin-top: 30px;
}
div#banner_top {
    margin-top: 0px;
}
.form_block .form-block h2.form-header{
    text-align: center;
}
}

@media screen and (max-width: 768px) {
    #accordionFaq .accordion-header .accordion-button {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .headline_block h2 {
        font-size: 26px;
    }
    p.para_x2 {
        font-size: 20px;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }
    .explore_block.gap_block .space_block{
        text-align: center;
        margin-top: 0;
    }
  .social_link  ul li {
        margin: 0 10px;
    }
    ul.step_list &gt; li {
        width: 50%;
        min-width: 222px;
    }
    .choose_box {
        text-align: center;
    }
    #slider-client   .card-body.p-4.img_roted {
            padding: 0 !important;
        }
    .form_block {
        margin: 0 auto !important;
    }
    .choose_box {
        min-height: auto;
    }



.countersec {padding: 30px 20px 20px;}
.stat {text-align: center;margin-bottom: 20px;}
.stat .number {font-size: 24px;font-weight: bold;}
.choose_box2 {
    min-height: auto;
    margin-bottom: 20px !important;
  }
  .client_block {
    padding-top: 620px !important;
  }

  #OurClients {
    padding-top: 0px;
  }

  .enterprise-clients.resp-tab-content.hor_1.resp-tab-content-active {
    padding: 20px;
}
.enterprise-clients2.resp-tab-content.hor_1.resp-tab-content-active {
    padding: 20px;
}
.enterprise-clients4.resp-tab-content.hor_1.resp-tab-content-active {
    padding: 20px;
}

.enterprise-clients4 .card-body {
    width: 45%;
}



}

@media screen and (max-width: 575px) {
    #banner_top .form_block {
        position: absolute;
        bottom: -571px;
        left: 0;
        right: 0;
    }
    .testimonial{
        padding-top: 30px;
    }

    .custom-row {
        display: block;
        justify-content: center;
        gap: 10px;
      }
      .custom-col {
        width: 100%;
      }
      .industries-list {
        text-align: center;
      }
      .industries-list li {
        display: inline-block;
        width: 48%;
        min-height: 80px;
    padding: 18px 12px;
    border: 1px solid #cccccc82;
      }

      .toggle-button {
        padding: 5px 5px;
        font-weight: 600;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        text-transform: uppercase;
      }

      .industries_serve p{text-align: center;}

    .clogo_item {
        width: 100%;
        margin: 10px 0px;
    }
    #banner_top .form_block {
        max-width: 392px;
      }
.office_space{padding-top: 0px;}


.footer {
    padding-top: 120px;
  }

  .fbnr-cont-text {
    padding-top: 136px;
  }
  .difference-list ul {
    text-align: left;
    padding: 0 0 15px 6px;
  }
  .difference-list ul li {
    padding: 0 0 9px 36px;
    font-size: 16px;
  }

  .ceotext {
    font-size: 24px !important;
  }

  .headline_block h2 {
    font-size: 24px;
  }

}
@media screen and (max-width: 480px) {
#banner_top picture img{
    min-height: 750px;
}
#banner_top .form_block{
    max-width: 380px;
}
#footer_top picture img{
    min-height: 680px;
}
ul.step_list &gt; li {
    width: 100%;
    padding-left: 50px;
}
.information_form_container{width: 100%;}
}</pre></body></html>