@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*    font-family: "DIN 2014 Bold";
*/
body {
  font-size: 14px;
font-family: "Barlow", sans-serif;
    
  vertical-align: baseline;
  line-height: 25px;
  font-weight: 400;
  overflow-x: hidden;
      color: #222222;
    scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
}
p {
    margin: 0;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
padding: 0px
}
.single-pro span,
.accordion-body ul li,
.new-font__article ul li {
    font-size: 16px;
    line-height: 1.8;
}

.new-font__article ul {
 padding-left: 15px;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.pt-50{
    padding-top: 50px
}
.pb-50{
    padding-bottom: 50px
}
.uppercase {
  text-transform: uppercase !important;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #222222;
}
ul {
  margin: 0;
  padding: 0;
}

header .__nav__bar {
    display: flex;
    place-items: center;
    place-content: flex-start;
}
.toggle{
    display: none;
}
.menu ul {
    list-style: none;
    padding: 0px;

}

.menu ul li {
    display: inline-flex;
    margin: 0px 4px;
    position: relative;
}

.logo img {
    width: 290px;
}
.menu ul li a {
    font-family: "Barlow", sans-serif;
    color: black;
    font-size: 16px;
    font-weight: 600;
    padding: 25px 10px;
}
.mobile_menu ul li span {
    /* display: inline-block; */
    margin-right: auto;
    position: absolute;
    right: 1px;
    padding: 8px 15px;
    top: 0;
    border-left: 1px solid #ededed;
}
.mobile_menu ul li{
    position: relative;
}


.parent:hover .submenu{
     transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
}
header {
    /* padding: 15px 10px; */
    box-shadow: 0px 0px 48px rgb(0 0 0 / 33%);
    background: white;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999999999;
}
.submenu ul li {
    display: flex;
    flex-direction: column;
    margin: 0px;
}
.submenu ul li a {
    font-size: 15px;
    padding: 7px 10px;
    transition: .3s all ease-in-out;
}
.submenu ul li a:hover{
    background: #820347;
    color:white;
    letter-spacing: 1px;
        transform: scale(1.06);
}
 .swiper {
      width: 100%;
      height: 100%;
    }


.submenu {
    position: absolute;
    background: white;
    min-width: 180px;
    z-index: 9;
    border-top: 2px solid #830448;
    transition: .4s all ease-in-out;
    top: 75px;
    transform: translate(35px, 0px);
    visibility: hidden;
    opacity: 0;
}

.submenu.open {
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
}
.submenu ul li{
    display: flex;
    flex-direction: column;
}

.slide__ {
    width: 100%;
    position: relative;
    min-height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    place-content: center;
    place-items: center;
}
.caption {
/*    font-family: "Barlow", sans-serif;*/
    color: white;
    max-width: 690px;
    position: relative;
    z-index: 6
}
.head_bx p {
    color: #820347;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1;
}
.head_bx {
    border-left: 10px solid #820347;
    padding-left: 10px;
}

.btn-srg {
    background: #830448 !important;
    border-radius: 0px;
    padding: 12px 30px;
    transition: .3s all ease-in-out;
    position: relative;
    
    color: white;
}
.btn-srg .cb-btn_cta-ripple {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    transform: translateZ(0);
    border-radius: inherit;
}
.btn-srg .cb-btn_cta-ripple span {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateY(101%);
    background: #000 ;
    border-radius: 50% 50% 0 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
}
.btn-srg:hover .cb-btn_cta-ripple span {
    transform: translateY(11%) scale(1.5);
        border-radius: 0% 0% 0 0;
}
.btn-srg:hover .text{
 color:#fff;
}
.btn-srg .text {
    position: relative;
    z-index: 8;
}
.caption h1 {
    color: white;
    font-size: 53px;
    padding-bottom: 20px;
}
.slide__::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
    z-index: 0;
}
.section_title h4 {
    font-size: 50px;
    color: #830448;
}
.section_title {
    text-align: center;
    padding-bottom: 30px;
}
.section_title p {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 300;
}
.counetr_row {
        font-family: "Barlow", sans-serif;
    display: flex;
    place-content: space-around;
    place-items: center;
    margin: 40px 0px 0px 0px;
}
.counetr_row .counter-container {
    text-align: center;
    margin: 0px 20px;
}
.counter {
    color: #830448;
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-right: 4px;
}
.counter-container span {
    font-size: 18px;
    display: block;
    padding: 7px 0px;
}
.counter___ {
    display: flex;
    font-size: 32px;
    color: #820448;
}

.footer-widget p {
    color: white;
    padding-top: 20px;
    font-size: 16px;
    text-align: justify;
}
.pe_5{
  padding-right: 30px;  
}
.core {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 6px solid #aa5482;
}
.col_2{
    column-count: 2;
    padding: 60px 0px;
    column-gap: 100px;
}

.core .image img {
   height: 520px;
    object-fit: cover;
}
.row.no-gutters .col-12 {
    padding: 5px;
}
.content h5 {
    font-family: "Barlow", sans-serif;
    font-size: 30px;
    padding-bottom: 10px;
}
.top-link-ab {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
}
.partnership {
/*    background-attachment: fixed !important;*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 280px;
}

.d-grid-5 {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    column-gap: 2px;
    row-gap: 2px;
}
.client-img img {
    padding: 10px;
    background: white;
}
.content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent;
    padding: 20px;
    color: white;
    height: 100%;
    background: linear-gradient(1deg, rgb(0 0 0 / 72%), transparent);
    display: flex;
    place-content: end;
    place-items: flex-start;
    flex-direction: column;
}

.bg-offwhite{
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
}
.bg-offwhite::after {
    position: absolute;
    content: '';
    width: 110px;
    height: 140px;
    background: white;
    top: -90px;
    transform: rotate(45deg);
    left: -60px;
}
.product_card {
    font-family: "Barlow", sans-serif;
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 30px;
}
.pro_detail p {
    padding: 18px 0px;
}
.pro_detail {
    padding-top: 20px;
}
.swiper-pagination.static {
    position: relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.static {
    position: relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin-top: 20px;
}
marquee img {
    width: 180px;
}
marquee img {
    width: 180px;
    background: white;
    padding: 20px;
}
.cta {
    padding: 70px 0px;
}
.cta h3 {
    font-size: 50px;
    padding-bottom: 40px;
    color: #ffffff;
}
.cut_bg {
    background: #aa5482;
    color: white;
    position: relative;
}

.cut_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 100px solid transparent;
    border-right: 100px solid #aa5482;
    background: url(..//img/1652865683734474.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: 100%;
}
.content___text h4 {
    color: #00205f;
    padding-bottom: 10px;
    font-weight: 600;
}
footer {
    width: 100%;
    float: left;
    padding: 50px 0px 0px 0px;
    background: #000;
     font-family: "Barlow", sans-serif;
    position: relative;
/*    margin-top: 30px;*/
}
footer::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #aa5482;
    border-right: 100px solid transparent;
}
.footer-widget h4 {
    font-size: 19px;
    padding-bottom: 10px;
    font-weight: 600;
    color: white;
}
.footer-widget ul {
    list-style: none;
}
.footer-widget ul li a {
    color: #cfcfcf;
    font-size: 15px;
}
.inner-footer {
    background: #000000;
    padding: 30px 0px;
    margin-top: 30px;
    border-top: 1px solid #aa5482;
}

.footer-logo img {
    width: 69px;
}
.copy {
    text-align: left;
    font-size: 15px;
    color: white;
}
.footer-social {
    text-align: right;
}
.copy p a {
    color: white;
    padding: 10px 10px;
}
.footer-social a {
    color: #c5d6e7;
/*    background: #01040c;*/
    width: 30px;
    height: 30px;
    display: inline-flex;
    place-content: center;
    place-items: center;
    font-size: 23px;
    border-radius: 50%;
}
.footer-widget ul li {
    padding-bottom: 10px;
}
.mobile_menu{
    display: none
}

select, input[type=date], input[type=email],input[type=file], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea, select {
    margin: 0;
    width: 100%;
    height: 51px;
    color: #000;
    font-size: 14px;
    border-radius: 0px;
    background-color: transparent;
    padding: 10px 20px !important;
    border: none !important;
    transition: all .4s;
    border: 1px solid #e1e1e1 !important;
}
.form-main-field label {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.form-main-field {
    margin-bottom: 12px;
}
.contact_detail ul {
    list-style: none;
    padding: 0px;
    border-right: 1px solid #e9e9e9;
       font-family: "Barlow", sans-serif;
}
.contact_detail ul li {
    padding: 20px 0px;
    border-bottom: 1px solid #efefef;
}
.detail_bx h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.detail_bx p {
    margin: 0px;
    padding: 5px 0px;
    color: gray;
}
.detail_bx a {
    color: #830649;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}


.page_header_content h4 {
    color: white;
    font-size: 50px;
}
.page_header {
    padding: 310px 0px 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-attachment: fixed;*/
}

    .filter-drop-downs--old {
        border-bottom: 1px solid hsla(0, 0%, 59%, .5);
        padding: 0 0 20px;
    }
    .filter-drop-downs--old .select-wrapper {
        display: inline-block;
        margin: 0 6px 0 0 !important;
        width: 200px;
    }
.filter-drop-downs--old .select-wrapper select {
        padding: 12px 14px;
    }

.filter-drop-downs--old h2 {
    font-size: 20px;
    padding-bottom: 10px;
}

   .border-cut-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 40px solid #ffffff;
    border-right: 40px solid transparent;
}
                    
.border-cut-box {
    position: relative;
    background: #f1f1f1;
    padding: 30px;
    margin-bottom: 30px;
}
                .job-listing-ul {
    width: 100%;
}
                    .job-listing-ul > li {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px 0;
}
                    .job-details {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
                    .job-details .job-location {
    width: 100%;
    height: auto;
    display: flex;
    column-gap: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 30px 0;
}
.logo {
    margin-right: 30px;
}
.menu{
    margin-left: auto;
    
}
.post-short h5,
.single-post-header h4,
.blog-txt .wp-block-heading,
.sgr-single-widget .widget-title,
.prodes h5,
.single-pro h4,
.pro_detail h4,
.form-main-form h4{
     color: #830448;
}
     .job-details a {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #830448;
}
                    .job-details .job-area {
    width: 100%;
    display: inline-block;
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 12px;
    color: #606060;
    margin: 0 0 20px 0;
}
  .job-details h2 {
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #830448;
    margin: 0 0 20px 0;
}

.content___text{
           font-family: "Barlow", sans-serif;
}
.page_form {
     font-family: "Barlow", sans-serif;
    color: black;
    background: white;
    padding: 30px;
}
._page h4 {
    font-size: 67px;
    padding-bottom: 10px;
    color: #fff;
}
.accordion-body ul {
    padding-left: 22px;
    line-height: 30px;
}
.prodes .accordion-body {
    
    padding: 20px;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #aa5482;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
._page{
     font-family: "Barlow", sans-serif;
}
.other_details._page p {
    font-size: 17px;
    line-height: 28px;
    padding-right: 40px;
    color: #fff;
}
.cut_bg_enquiry::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #ffffff;
    border-right: 100px solid transparent;
    background: #aa5482;
}


.more a {
    font-family: "Barlow", sans-serif;
    display: flex;
    place-items: center;
    color: black;
    border: 1px solid #cfcfcf;
    padding: 10px 30px;
    position: relative;
    font-size: 18px;
}
.more a::after{
/*
content: "";
    position: absolute;
    margin: -10px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99;
    border-right: 1.5px solid #cfcfcf;
*/
}

span.cat {
    background: #032161;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 30px;
    color: white;
    border-radius: 4px;
}
.prodes h5 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}
.prodes p {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    line-height: 29px;
}
.single-pro{
     font-family: "Barlow", sans-serif;
}

.single-pro h4 {
    font-size: 40px;
    padding-bottom: 10px;
}
.more {
    margin-top: 20px;
    display: flex;
    place-content: space-between;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding: 18px 0px;
    margin-bottom: 20px;
}
.hightlight {
    display: flex;
    align-items: center;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 0px;
}
.hightlight h6 {
    padding-left: 15px;
    font-weight: 600;
}
.accordion-body {
       font-family: "Barlow", sans-serif;
    padding: 0px;
}
.table>:not(caption)>*>* {
    padding: .9rem 1.4rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.prodes {
    margin-top: 20px;
}

.products-slide {
    position: sticky;
    top: 80px;
}
.products-slide img {
    width: 100%;
}
.prodes .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    font-size: 22px;
    color: #000000;
    text-align: left;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*
.prodes .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    font-size: 22px;
    color: #ffffff;
    text-align: left;
    background-color: #aa5482;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
*/
.prodes .accordion {
    margin: 20px 0px;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 22px;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: #efefef;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0px 0px 0px black !important;
}
.thumb {
    margin-bottom: 15px;
}
.post-short h5 {
    font-size: 23px;
    margin-bottom: 10px;
}
.post-short p {
    margin-bottom: 15px;
}
.post {
    border: 1px solid #e1e1e1;
    padding: 15px;
    font-family: "Barlow", sans-serif;
    margin-bottom: 25px;
}
.Montserrat{
     font-family: "Barlow", sans-serif;
}
.single-post-header h4 {
    font-size: 30px;
    padding-bottom: 10px;
}
.blog-txt h2 {
    font-size: 26px;
    padding-bottom: 10px;
}
.blog-txt {
    padding: 20px 0px;
}
.blog-txt .wp-block-heading {
    font-size: 26px;
    padding-bottom: 10px;
    margin-top: 20px;
}
.blog-txt ul{
    padding-left: 20px;
}




.sgr-single-widget {
    background: #FBFBFD;
    padding: 30px;
}

.sgr-single-widget .widget-title {
    border-bottom: 1px solid #ced0d4;
    padding-bottom: 7px;
    margin-bottom: 20px;
    text-align: left;
}
.sgr-single-widget ul {
    list-style: square;
    margin-bottom: 30px;
    padding-left: 20px;
}
.sgr-single-widget ul li {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
}
.sgr-single-widget .tagcloud {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}
.sgr-single-widget .tagcloud a {
    border: 1px solid #CED0D4;
    font-size: 14px;
    color: #65676b;
    height: 40px;
    padding: 0 20px;
    margin: 5px;
    display: inline-block;
    line-height: 39px;
    border-radius: 500px;
}
.content-block.post-medium {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.content-block.post-medium .post-content .title {
    margin-bottom: 10px;
}
.post-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.post-meta-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px;
}
ul.post-meta-list li {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    margin: 8px;
    position: relative;
}
h6.title a {
    color: black;
}
.post-content {
    padding-bottom: 20px;
}
.sgr-single-widget ul li a {
    color: black;
    font-size: 14px;
}

.sgr-single-widget.widget_search .sgr-search.form-group {
    display: block;
}

.sgr-search.form-group {
    position: relative;
    margin-bottom: 0;
    text-align: right;
    display: inline-block;
}



.review {
    border: 1px solid #cdcaca;
    padding: 20px;
}
.project-stacked-quotes--item {
    margin: 0px 0;
}
.project-stacked-quotes--item blockquote {
    color: #140b01;
}
.project-stacked-quotes--item blockquote p {
    font-size: 18px;
    line-height: normal;
}
.project-stacked-quotes--item blockquote [class*=byline] {
    margin: 15px 0 0;
    border-top: 1px solid #c5c5c5;
    padding-top: 15px;
}
.project-stacked-quotes--item blockquote [class*=byline] a, .project-stacked-quotes--item blockquote [class*=byline] em {
    color: #d31245;
}













@media(max-width:999px){
    header .__nav__bar {
    display: flex;
    place-items: center;
    place-content: space-between;
}
    .mobile_menu {
        display: block;
        position: fixed;
        z-index: 99999999999;
        background: white;
        min-width: 220px;
        right: 0;
        top: 0;
        height: 100%;
        transition: .3s all ease-in-out;
        transform: translateX(120%);
        box-shadow: 0px 0px 8px rgb(0 0 0 / 9%);
    }
        .mobile_menu.open {
        transform: translateX(0%);
    }
    .mobile_menu ul {
        list-style: none;
    }
    .mobile_menu ul li{
        
    }
       .mobile_menu ul li a {
        display: block;
        color: black;
        padding: 8px 15px;
        border-bottom: 1px solid whitesmoke;
    }
    
    .menu_header.d-flex {
    place-content: space-between;
    padding: 24px 20px;
    place-items: center;
    border-bottom: 1px solid #e1e1e1;
}
  .mobile_menu ul li ul {
        width: 100%;
    }
     .mobile_menu ul li ul li a{
        
    }
    
    .copy {
    text-align: left;
    font-size: 15px;
    padding: 10px 0px;
}
.counetr_row {
        flex-direction: column;
        display: grid !important;
        grid-template-columns: auto auto !important;
    }
.menu {
    display: none;
}
    
    
    
.counetr_row .counter-container {
        text-align: center;
        margin: 20px 20px;
        min-width: 180px;
    }
    .counter___ {
    display: flex;
    font-size: 32px;
    color: #01205f;
    place-content: center;
}
    .footer-social {
        text-align: right;
    }
    .core .image img {
    height: 370px;
    width: 100%;
    object-fit: cover;
}

    .toggle {
    display: block;
    font-size: 32px;
}
    header {
    padding: 10px 0px;
    }

    .__submenu {
    display: none;
    padding-left: 20px;
}
       .__submenu.open {
        display: flex;
        width: 100%;
    }
}


@media(max-width:1024px){
    .counter___,
    .counter {
    color: #830448;
    font-size: 24px;
}
}


@media(max-width:768px){
    .container__ h2 {
    font-size: 38px !important;
}
    .partnership {
    padding-top: 200px;
}
    .d-grid-5 {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 2px;
    row-gap: 2px;
}
    ._page {
    font-family: "Barlow", sans-serif;
    padding-bottom: 30px;
}
    ._page h4 {
    font-size: 37px;
    padding-bottom: 10px;
}
    .cut_bg_enquiry::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #ffffff;
    border-right: 60px solid transparent;
}
    .content___text {
    font-family: "Barlow", sans-serif;
    margin-bottom: 30px;
}
}

@media(max-width:767px){
        .counetr_row {
        flex-direction: column;
        display: grid !important;
        grid-template-columns: auto !important;
    }
    .cut_bg::after{
        display: none !important;
    }
    .content___text {
    font-family: "Barlow", sans-serif;
    margin-bottom: 30px;
}
    footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0px solid white;
    border-right: 50px solid transparent;
}
    .slide__ {
    width: 100%;
    position: relative;
    min-height: 250px;
        
    }
    .caption h1 {
    color: white;
    font-size: 28px;
    padding-bottom: 20px;
}
    .footer-widget {
    margin-bottom: 20px;
}
    .footer-social {
    text-align: left;
}
    .section_title h4 {
    font-size: 36px;
}
    .cta h3 {
    font-size: 30px;
    padding-bottom: 10px;
}
    .content h5 {
    font-size: 22px;
}
       .counetr_row {
        grid-template-columns: auto  ;
    }
    .filter-drop-downs--old .select-wrapper {
    display: inline-block;
    margin: 0 6px 10px 0 !important;
    width: 100%;
}
}