/*<!-- bootstrep -->*/
@import url('../css/bootstrap.min.css');

/* <!-- fontawsome -->*/
@import url('../css/all.css');

/* <!-- iconsax -->*/
@import url('../css/iconsax.css');

/* <!-- slick css -->*/
@import url('../css/slick.css');

/* <!-- aos css -->*/
@import url('../css/aos.css');

/* <!-- datatable css -->*/
@import url('../css/dataTables.bootstrap5.min.css');


@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



:root{
	--rs-primary-color:#950b13;
	--rs-main-color:#950b13;
	--rs-second-color:#f33;
	--rs-font-color:#000000;
	--rs-white-color:#fff;
	--rs-font-style: 'Belanosima', sans-serif;
    --rs-font-second:'Open Sans', sans-serif;
}

/**user-selext-content**/
::-moz-selection { /* Code for Firefox */
  color: var(--rs-white-color);
  background: var(--rs-primary-color);
}

::selection {
  color: var(--rs-white-color);
  background: var(--rs-primary-color);
}


p {
    font-family: var(--rs-font-second);
    color:#616161;
    font-size: 16px;
  }

/**user-selext-content-end**/
body{
	/*-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;*/
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: var(--rs-font-style);
	color: var(--rs-font-color);
	/* -webkit-user-select: none;
	-ms-user-select: none;
	user-select: none; */
	min-height: 100vh;
	background-image: url(../images/home/bg_full.png);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

/* loader and scrollbar */
        #preloader {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, .9);
            z-index: 99;
        }
        #status {
            width: 100px;
            height: 100px;
            position: fixed;
            left: 50%;
            top: 50%;
            background-color: green;
            /*background-image: url('../../images/Loader.gif');*/
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transform: translate(-50%, -50%);
        }

        .loader {
            position: fixed;
            left: 0px;
            top: 0px;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background: rgb(255 255 255 / 80%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 50px;
            color: #ffffff;
        }

        /*scroll bar css**/
        ::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            background-color: #F5F5F5;
        }

        ::-webkit-scrollbar {
            width: 10px;
            height: 5px;
            background-color: #F5F5F5;
        }

        ::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px var(--rs-primary-color);
            background-color: var(--rs-primary-color);
        }

/*loader and scrollbar end*/

/* input focus */
.form-control:focus {
    box-shadow: 0 0 5px 0px rgb(0 0 32 / 50%) !important;
    border-color: var(--rs-primary-color);
}

/* select2 css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    line-height: 37px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dfe5ef;
}

.select2-container .select2-selection--single {
    height: 39px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}
.select_new span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select_new span.selection {
    width: 100%;
    display: block;
}

.select2-container--default .select2-selection--multiple {
    width: 100%;
}
.select2-selection__rendered li:nth-child(3n + 1) button, .select2-selection__rendered li:nth-child(3n + 1) {
    background: var(--rs-primary-color); !important;
    color: #fff !important;
    border-color: #fff !important;
}

.select2-selection__rendered li:nth-child(3n + 2) button, .select2-selection__rendered li:nth-child(3n + 2) {
    background: #df24c6 !important;
    color: #fff !important;
    border-color: #fff !important;
}


.select2-selection__rendered li:nth-child(3n + 3) button, .select2-selection__rendered li:nth-child(3n + 3) {
    background: #72922e !important;
    color: #fff !important;
    border-color: #fff !important;
}

span.selection {
    display: block;
    width: 100%;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dfe5ef 1px;
    height: 39px;
    line-height: 25px;
    border-radius: 8px;
    padding: 0 8px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999 !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfe5ef;
    height: 40px;
    line-height: 25px;
    padding: 0 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--rs-primary-color); 
}
/* datatable css */
.table>:not(caption)>*>* {
    padding: 7px;
}
table.dataTable>tbody>tr td:first-child {
    font-weight: 800;
}
.data_state a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.data_state a:hover {
    color:#029696;
}

.data_state td {
    vertical-align: middle;
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc {
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
div.dataTables_scrollBody>table {
    border: 1px solid #ddd6d6;
    border-top: 0;
    margin: 0 !important;
}
.table .even {
    background: #f1f1f1;
}

table.dataTable thead {
    background: transparent linear-gradient(127deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    transparent linear-gradient(127deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat background: padding-box;
}
.active>.page-link, .page-link.active, .page-link:hover{
    background: var(--rs-primary-color); 
    border-color: var(--rs-primary-color); 
    color: var(--rs-white-color);
}
.page-link{
    color: var(--rs-font-color);
}

div.dataTables_wrapper div.dataTables_filter input {
    min-height: 20px !important;
    height: 40px !important;
}
/*.slick-active.slick-slide{
    background: yellow;
    color: #000;
}*/

/***slick arrow***/
.slick-arrow {position: absolute;top: 50%;transform: translateY(-50%);font-size: 0;margin: 0;padding: 0;background: transparent;height: auto;line-height: normal;border: 0;}
.slick-prev {left: 15px;z-index: 2;}
.slick-next {right: 15px;z-index: 2;}
/* .slick-prev:after {content: '\f104';display: block;color: #000;font-family: FontAwesome;font-size: 40px;}
.slick-next:after {content: '\f105';display: block;color: #000;font-family: FontAwesome;font-size: 40px;} */
.slick-prev:after {
    content: '';
    display: block;
    background-image: url(../images/left_arrow.png);
    width: 30px;
    height: 30px;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.slick-next:after{
    content: '';
    display: block;
    background-image: url(../images/right_arrow.png);
    width: 30px;
    height: 30px;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/***end***/

.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0;
}

.header_top a {
    color: #000;
    text-decoration: none;
}

.header_top  span {
    padding: 0 5px;
}

.header_top i {
    font-size: 20px;
    vertical-align: middle;
}

.header_top div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header_top a:hover {
    color: #029696;
}
.toggle_btn {
    display: none;
}
.header_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
    justify-content: space-between;
}

.menu_header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 200px);
    padding-left: 20px;
    position: relative;
    justify-content: space-between;
}

.menu_in {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
}

.menu_in li {
    list-style: none;
    padding: 0 10px;
}

.menu_in li a {
    text-decoration: none;
    color: #000;
    position: relative;
}

.menu {
    width: calc(100% - 160px);
}
.child-triggerm:before {
    display: none;
}
.child-triggerm span:before {
    position: absolute;
    content: '\f107';
    font-size: 14px;
    color: #000;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 3px;
    left: 3px;
}

.sub-menu {
    padding: 0;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 11px #ececec;
    border-radius: 5px;
    position: absolute;
    /* top: 100%; */
    top: 20px;
    transform: translateY(15px);
    overflow: hidden;
    display: none;
}

.sub-menu li a {
    padding: 6px 10px;
    display: block;
    transition: all 500ms ease-in-out;
}

.sub-menu li {
    padding: 0;
}

.sub-menu li a:hover {
    background: #029696;
    color: #fff;
}
.btn-primary {
    background: transparent linear-gradient(115deg, #950B13 0%, #C8090E 100%) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    padding: 12px 20px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border: 0;
}
.btn-primary:hover {
    background: transparent linear-gradient(115deg, #C8090E 0%, #950b13 100%) 0% 0% no-repeat padding-box;
}
.btn-primary:after {
    position: absolute;
    content: '';
    top: -62px;
    left: 0;
    width: 10px;
    height: 230%;
    background: #fff;
    display: block;
    transform: rotate(45deg);
    transition: all 500ms ease-in-out;
    opacity: 0.2;
}

.btn-primary:hover:after {
    left: 110%;
    height: 360%;
}

/* .btn-primary:before {
    z-index: -1;
    background: #0253aa;
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    transition: all 500ms ease-in-out;
    display: block;
    height: 100%;
}

.btn-primary:hover:before {
    width: 100%;
    left: 0;
    right: 0;
} */



.menu_in li .sub-menu  a:before {
    display: none;
}


.menu_in li > a:before {
    position: absolute;
    content: '';
    width: 19px;
    height: 5px;
    background: transparent linear-gradient(115deg, #C8090E 0%, #950b13 100%) 0% 0% no-repeat padding-box;
    border-radius: 40px;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
.menu_in li > a:hover:before {
    width: 100%;
    transition: all 500ms ease-in-out;
    opacity: 1;
}
.menu_in li > a.active:before, .menu_in li.active > a:before {
    opacity: 1;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1024;
    background: #fff;
    box-shadow: 0px 4px 24px #0000000F;
    /* position: relative; */
}
.wrapper {
    padding-top: 78px;
}
.btn-outline-primary {
    border-radius: 12px;
    padding: 12px 20px;
    border: 1px solid #950B13;
    color: #950B15;
}

.btn-outline-primary:hover {
    background: #950B13;
    color: #fff;
    border-color: #950B13;
}

img{
    max-width: 100%;
}
.fixed_report {
    position: fixed;
    right: 0;
    z-index: 1024;
    bottom: 10%;
}

.fixed_report .btn-primary {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #FFFFFF;
    border-right: 0;
}
.why_choose_us {
    background-image: url(../images/why_choose.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* .polygon_section {
    background-image: url(../images/polygon.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.valued-clients {
    background-image: url(../images/valued-clients.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimoniyal {
    background-image: url(../images/tes.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
} */

.testimoniyal {
    position: relative;
}
.the_in_one_bg {
    background-image: url(../images/home/roi.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimoniyal:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent linear-gradient(1deg, #029696E0 0%, #0253AA87 49%, #A12EA500 100%) 0% 0% no-repeat padding-box;
    opacity: 0.23;
}
.title {
    padding-bottom: 30px;
    text-align: center;
}

.title h2 {
    font-size: 48px;
    font-weight: 500;
}
.choose_box {
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    /* box-shadow: 0px 8px 24px #2424241A; */
    border-radius: 16px;
    text-align: center;
    color: #fff;
}
.choose_box a{    
    color: #fff;
}
.choose_c h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
    color: #000000;
}
.img_c {
    border-radius: 20px;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #ffff;
}
/* .purple{
    background: #9672FF 0% 0% no-repeat padding-box;
}
.sky{
    background: #4DDFFD 0% 0% no-repeat padding-box;
}
.pink{
    background: #F2B8EC 0% 0% no-repeat padding-box;
}
.yellow{
    background: #FFD240 0% 0% no-repeat padding-box;
} */
.header.sticky {
    backdrop-filter: blur(5px);
    box-shadow: 0 0 9px 0px #dadada;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    /* transition-delay: 1s; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1024;
    width: 100%;
}
.p-100{
    padding: 70px 0;
}
.logo_slider,
.logo_slider_second {
    padding: 20px 0;
}
.logo_slider .item, .logo_slider_second .item {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 100px; */
}

.logo_slider .item img,
.logo_slider_second .item img{
    width: 100%;
    /* max-width: 150px; */
    margin: 0 auto;
}
.logo_slider_second {
    direction: rtl;
}
.rs_banner {
    padding: 30px 0;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 78px);
    position: relative;
    overflow: hidden;
    background-image: url(../images/home/hero_arrow.png);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: -3% 54px;
}

.rs_text h2 {
    font-size: 72px;
    font-weight: 500;
}

.rs_text p {
    color: rgb(0 0 0 / 50%);
    font-weight: 500;
}
.client_img {
    width: 164px;
    height: 164px;
    margin: 10px auto;
}

.client_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.testimoniyal_slider .item h5 {
    color: #0253AA;
    font-size: 26px;
    font-weight: 600;
    padding: 10px 0 5px;
    margin: 0;
}
.qute_img {
    padding-bottom: 0;
    text-align: center;
    display: table;
    margin: 0 auto;
    background: #F6F6F6;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.qute_img img {
    max-width: 30px;
}

.slider_width {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slider_width .left {
    width: 250px;
    text-align: center;
}

/* .slider_width .right {
    width: calc(100% - 250px);
    padding-left: 30px;
} */
.slider_width .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
}

.testimoniyal_slider .item p {
    font-size: 16px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    color: #3E4581;
}

.testimoniyal_slider {
    color: #1E1E1E;
    padding-bottom: 50px;
}
.testimoniyal_slider .item .slider_width {
    max-width: 730px;
    margin: 0 auto;
    width: 100%;
    padding: 40px 70px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 24px #00000014;
    border-radius: 20px;
    text-align: center;
}
.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    width: 100%;
    line-height: 0;
    padding: 0;
    left: 0;
    z-index: 1;
}

.slick-dots li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}

.slick-dots li button {
    border: 0;
    color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: transparent linear-gradient(115deg, #950B13 0%, #C8090E 100%) 0% 0% no-repeat padding-box;
    position: relative;
}
.slick-dots li button:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #ffe6e7;
    top: 2px;
    left: 2px;
    border-radius: 50%;
}
.supplier .no_backgorund img {
    width: 130px;
    margin-top: -60px;
}
.slick-dots li.slick-active button:before {
    position: absolute;
    top: 2px;
    left: 2px;
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: transparent linear-gradient(115deg, #950B13 0%, #C8090E 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    width: 18px;
    height: 18px;
    background: transparent linear-gradient(115deg, #950B13 0%, #C8090E 100%) 0% 0% no-repeat padding-box;
}
.white {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 65px;
    box-shadow: 0px 2px 6px #9672FF04;
    border-radius: 50%;
}

.global_work{
    background-image: url(../images/home/global_work.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.use_cases{
    background-image: url(../images/home/case_user.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimoniyal_slider .slick-list {padding: 10px 0;15px: 0;}

.testimoniyal_slider .item span {
    color: #3E4581;
}
.white img {
    width: 40px;
}
.contact_detiles h2 {
    font-weight: 900;
    color: #0253AA;
    font-size: 48px;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.contact_detiles p {
    color: #fff;
}

.offoce_add {
    padding: 25px 0 0;
}

.offoce_add h4 {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.offoce_add ul li {
    padding: 4px 0;
    list-style: none;
}

.offoce_add ul {
    margin: 0;
    padding: 0;
}

.offoce_add ul li a {color: #fff;text-decoration: none;display: flex;align-items: baseline;}

.offoce_add ul li a:hover {
    color: #000;
}
.form-control {
    background: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    border: 1px solid #E8E8E8;
    color: #000000;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #79948F;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #79948F;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #79948F;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #79948F;
  }
textarea.form-control {
    border-radius: 24px;
}
.form-control:focus {
    background: #fff;
    box-shadow: none !important;
    outline: none !important;
    border-color: #000;
}
/* .gredient_text {
    background: rgb(35,219,164);
    background: linear-gradient(108deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.gredient_text_c {
    background: rgb(35,219,164);
    background: linear-gradient(108deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.services_bx {
    text-align: center;
}
.services_bx {
    box-shadow: 0px 10px 15px -3px rgb(159 159 159 / 10%);
    overflow: hidden;
    margin: 0 auto;
    background: white;
    box-shadow: 0px 1px 5px #0000000E;
    border-radius: 10px;
    padding: 30px;
}
.services_bx .choose_c {
    padding: 15px 0 0;
    text-align: left;
}
.ser_img img {
    width: 36px;
}
.in_number {
    background-image: url(../images/counter.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.br_white {
    background: linear-gradient(to left, #02839c, #0852aa, #8135a6);;
    text-align: center;
    width: 262px;
    height: 262px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 100%;
    position: relative;
    background-clip: padding-box;
}
/* .counter {
    background: #fff;
    width: 222px;
    height: 222px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
} */

.br_white:before {
    position: absolute;
    content: '';
    border: 15px solid #fff;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border-radius: 50%;
}
.counter span {
    font-size: 32px;
    font-weight: 900;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    color: #029696;
    margin: 5px 0;
}
.counter span:after {
    position: absolute;
    content: '\2b';
    font-size: 30px;
    display: inline-block;
    top: 2px;
    right: 0;
    color: #029696;
}
/* .counter:before {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #02839c, #0852aa, #8135a6);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.counter:before {
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background: linear-gradient(to bottom right, #22c1c3, #fdbb2d);
    z-index: -1;
    border-radius: 50px;
} */
.footer {
}
.footer:before {
    position: absolute;
    background-image: url(../images/footer_bg.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
.follow_link i {
    color: #fff;
}

.follow_link i:hover {color: #000;}
.follow_link ul {
    padding: 0;
    margin: 0;
}

.follow_link ul li a {
    color: #fff;
    font-size: 26px;
}

.follow_link ul li {
    list-style: none;
}

.follow_link h6 {
    font-weight: 600;
}
.use_ful_link h5 {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    padding-bottom: 15px;
}

.use_ful_link ul {
    padding: 0;
    margin: 0;
}

.use_ful_link ul li {
    list-style: none;
    padding: 8px 0;
}

.use_ful_link ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    position: relative;
    cursor: pointer;
}

.footer_link li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / 50%);
    transition: all 500ms ease-in-out;
}

.footer_link li a:hover:before {
    width: 100%;
}

.footer_social p {
    font-weight: 200;
}

.footer_map ul {
    padding-bottom: 5px;
}

.br_left {
    padding-left: 30px;
    border-left: 1px solid rgb(255 255 255 / 20%);
}

.copyright {
    margin: 0;
    border-top: 1px solid rgb(184 184 184);
}
.coppy_ul {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    flex-wrap: wrap;
}


.coppy_ul ul {
    margin: 0;
    padding: 0;
    width: auto;
}

.coppy_ul ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
.counter p {
    padding: 0 15px;
    color: #0C0C0C;
    font-weight: 600;
}
.coppy_ul ul li:not(:first-child):before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    left: 0;
}

.coppy_ul ul li a {
    color: #000000;
    text-decoration: none;
}

.coppy_ul p {
    width: calc(100% - 250px);
    text-align: left;
    margin: 0;
    color: #000000;
}

.coppy_ul ul li a:hover, .use_ful_link ul li a:hover {
    color: #a10a12;
}
.fa-linkedin {
    color: #0A66C2;
}

.fa-linkedin:hover {
    color: #7e36a6;
}
.btn-white {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 10px 25px;
}

.btn-white:hover {
    background: transparent linear-gradient(127deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}
.main_title_line {
    color: #000000;
    position: relative;
    margin: 0;
    margin-bottom: 15px;
    display: inline-block;
    z-index: 1;
}

.main_title_line:before {
    position: absolute;
    content: '';
    background: transparent linear-gradient(95deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 0.44;
    width: calc(100% - 30px);
    height: 11px;
    left: 0;
    bottom: 13px;
    right: 0;
    z-index: -1;
    margin: 0 auto;
    opacity: 0;
}

.rs_btn a {
    display: inline-block;
    min-width: 150px;
}

.services_sec {
    background: #FBF2F2;
}
.polygon_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.polygon_row .item {
    width: calc(20% - 10px);
    text-align: center;
    margin: 0 5px;
    position: relative;
    z-index: 1;
    padding: 30px 10px;
}
.polygon_row .item img {
    height: 40px;
}
.polygon_row .item:before {
    background: transparent linear-gradient(180deg, #FFFFFFE0 0%, #FFFFFF87 49%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.brand_logo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.brand_logo .item_l {
    width: calc(20% - 10px);
    height: 160px;
    margin: 0 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.brand_logo .item_l:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    z-index: -1;
    opacity: 0.3;
    background: #fff;
}
.contact {
    background: transparent linear-gradient(139deg, rgb(2 150 150 / 72%) 0%, rgb(2 83 170 / 72%) 49%, rgb(161 46 165 / 72%) 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding-top: 200px ;
}
.from_contact {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 24px #2424241A;
    border-radius: 24px;
    padding: 50px 30px;
}
.supplier {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.supplier .su_left, .supplier .no_backgorund1 {
    width: calc(33.33% - 40px);
    text-align: center;
    padding: 35px;
    margin: 0 30px;
    position: relative;
    z-index: 1;
}

.supplier .su_left h5, .supplier .su_left p, .supplier .no_backgorund h5, .supplier .no_backgorund p {
    margin: 0;
    padding: 5px 0;
    color: #fff;
}

.supplier .su_left img, .supplier .no_backgorund img {
    margin-bottom: 10px;
}

.supplier .su_left .middle_ct,
.supplier .no_backgorund .middle_ct{
    padding: 30px;
    position: relative;
    z-index: 1;
}

.supplier .su_left .middle_ct:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    z-index: -1;
    opacity: 0.2;
    background: white;
    border-radius: 16px;
}
.supplier .su_left:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 7px solid rgb(255 255 255 / 59%);
    height: 54%;
    content: '';
    border-radius: 16px 16px 0 0;
    z-index: -1;
    border-bottom: 0;
}

.supplier .su_left:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 7px dashed rgb(255 255 255 / 59%);
    height: 44%;
    content: '';
    border-radius: 0 0 16px 16px;
    z-index: -1;
    border-top: 0;
}
.no_backgorund .middle_ct {position: relative;}
.no_backgorund1 {
    padding: 0 !important;
    margin: 0 auto !important;
}

.no_backgorund {
    padding: 10px 0;
    margin: 0 30px;
}
/* .no_backgorund .middle_ct:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 225px;
    border: 4px solid #B0BFD9;
    content: '';
    transform: rotate(45deg);
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    z-index: -1;
    filter: blur(2px);
    opacity: 1;
    border-radius: 12px;
} */
.no_backgorund .middle_ct h5, .no_backgorund .middle_ct p {
    color: #fff;
}

.no_backgorund .middle_ct {
    padding: 0 50px 50px 40px !important;
}

.no_backgorund .middle_ct h5 {
    font-size: 18px;
}

.no_backgorund .middle_ct p {
    padding: 0 5px;
}

.supplier .su_left p, .supplier .no_backgorund p {
    font-size: 14px;
}
.no_backgorund .middle_ct video {
    width: 80px;
}
.supplier .no_backgorund:before, .supplier .no_backgorund:after {
    position: absolute;
    content: '';
    left: -30px;
    top: calc(50% - -3px);
    background-image: url(../images/rs_arrow.png);
    background-repeat: no-repeat;
    width: 43px;
    height: 20px;
    background-size: 43px;
    opacity: 0;
}
.supplier .no_backgorund:before{
    transition-delay: 5s, 1s;
}
 .supplier .no_backgorund:after{
    transition-delay: 5.5s, 1s;
 }
 .right_arrow_fixed img {
    transition-delay: 6s, 1s;
 }
.right_arrow_fixed img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    transform: translateY(-50%);
   
    opacity: 0;
}
.arrow_show .supplier .no_backgorund:before, .arrow_show .supplier .no_backgorund:after, .arrow_show .right_arrow_fixed img {
    opacity: 1;
}
.supplier .no_backgorund:after {
    left: 0;
    right: 0;
    bottom: 100px;
    margin: 0 auto;
    transform: rotate(90deg);
    top: inherit;
}
.no_backgorund1 p {
    color: rgb(255, 255, 255);
    max-width: 300px;
    width: 100%;
    position: relative;
    font-weight: 600;
    margin: 20px auto 0px;
    padding: 10px;
    border-width: 2px;
    border-style: dashed;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 20px;
    background: linear-gradient(127deg, rgb(2, 150, 150) 0%, rgb(2, 83, 170) 49%, rgb(161, 46, 165) 100%) 0% 0% no-repeat padding-box padding-box transparent;
}
/* .no_backgorund1 p:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    z-index: -1;
    opacity: 0.2;
    background: white;
    border-radius: 16px;
} */
.about_banner {
    background-image: url(../images/about-bannr.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    color: #fff;
    padding: 100px 0;
}
.main_banner:before {
    position: absolute;
    content: '';
    background: transparent linear-gradient(129deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    opacity: 0.72;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about_content p {
    margin: 0;
    padding: 10px 0;
}

.about_content li {
    padding: 10px 0;
}
.our_vision {
    background-image: url(../images/our_vision.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    color: #fff;
}
.icon_about {
    width: 64px;
    margin: 0 auto 20px;
}

.icon_about img {
    width: 100%;
}
.icon_about {
    width: 64px;
    margin: 0 auto 20px;
}

.icon_about img {
    width: 100%;
}

.our_vision .title {
    padding: 0 0 0;
}

.our_vision p {
    line-height: 2;
}
.our_team {
    background-image: url(../images/our_team.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}
.our_strength {
    background-image: url(../images/our_strength.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}
.company_overview_content {
    text-align: center;
}

.company_overview_content p {
    color: #515151;
}

.over_img {
    padding: 0 0 5px 0;
}

.our_vision p {
    text-align: justify;
}
.item_white {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 24px #2424241A;
    border-radius: 16px;
    text-align: center;
    padding: 30px 20px;
    min-height: 200px;
    margin-bottom: 30px;
}

.strength_bx {
    padding: 20px 0 0;
}

.gr_img {
    position: relative;
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.strength_bx .item {
    padding: 0 15px;
}

.gr_img:after {
    position: absolute;
    content: '';
    width: 144px;
    height: 1px;
    background: transparent linear-gradient(91deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.item_white h5 {
    color: #333333;
}
.choose_us .title {
    text-align: left;
}

.plan_content ul li {
    padding: 5px 0 5px 30px;
    list-style: none;
    position: relative;
}

.plan_content ul {
    padding: 0;
}

.plan_content ul li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: transparent linear-gradient(156deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    top: 13px;
    left: 5px;
}
.sub-menu li a.active {
    background: #0d50aa;
    color: #fff;
}
.services_content a {
    text-decoration: none;
    color: #028b99;
    font-weight: 600;
}

.services_content a:hover {
    color: #9431a5;
}
.services_content li {
    list-style: none;
    padding: 8px 15px;
    background: whitesmoke;
    margin-bottom: 10px;
    border-left: 2px solid #7d36a6;
    width: fit-content;
    border-radius: 0px 6px 6px 0px;
}

.services_content ul, .services_content ol {
    padding: 0;
}
.inside_img img {
    width: 100%;
    border-radius: 24px;
}
.inside_padding img {
    border-radius: 0;
    margin: 0px 0 30px;
}
.inside_padding {
    padding: 30px 0 0;
}
.why_choose {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.why_choose .left {
    width: 40%;
}

.why_choose .middle {
    width: calc(100% - 80%);
    height: 250px;
    background: #e7eaec;
    color: #474747;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 15px;
    text-align: center;
}

.why_choose .middle h3 {
    margin: 0;
    padding: 5px 0;
}
.why_choose .item span {background: transparent linear-gradient(127deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 26px;border-radius: 50%;}

.why_choose .left .item {
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
    padding: 20px;
}

.why_choose .left .item p {
    margin: 0;
    padding: 0 15px;
    width: calc(100% - 80px);
    color: #474747;
}

.why_choose .left.left_rs .item {
    flex-direction: row-reverse;
    text-align: right;
}


.why_choose .left.left_rs .item:first-child, .why_choose .left.left_rs .item:last-child {
    position: relative;
    left: 80px;
}

.why_choose .left.right_rs .item:first-child, .why_choose .left.right_rs .item:last-child {
    left: 80px;
}

.why_choose .left.right_rs .item:first-child, .why_choose .left.right_rs .item:last-child {
    left: -80px;
    position: relative;
}
.why_choose .item span img {
    width: 35px;
}

.why_choose .left_rs .item:first-child span img {
    width: 50px;
}
.mission_bx {
    width: 450px;
    height: 450px;
    background: transparent linear-gradient(127deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.mission_bx:after {
    position: absolute;
    content: '';
    width: 105%;
    top: -44px;
    left: -10px;
    background-image: url(../images/top_round.png);
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.mission_bx.bottom_rs:after {
    background-image: url(../images/btm_round.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -40px;
    position: absolute;
    content: '';
    width: 105%;
    right: -10px;
    top: inherit;
    left: inherit;
}
.mission_bx h2 {
    font-size: 22px;
    margin: 0;
}

.mission_bx:before {
    position: absolute;
    content: '';
    width: calc(100%  - 15px);
    height: calc(100%  - 15px);
    background: #fff;
    z-index: -1;
    border-radius: 100%;
}
.table {
    font-size: 14px;
}
/* .su_left,
.no_backgorund1,
.su_right{
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.scroll-to-fixed-fixed .su_left{
    transform: scale(1);
    -webkit-transition: all 900ms ease-in-out;
    transition-delay: 1s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.scroll-to-fixed-fixed .no_backgorund1{
    transform: scale(1);
    -webkit-transition: all 900ms ease-in-out;
    transition-delay: 2s;
}
.scroll-to-fixed-fixed .su_right{
    transform: scale(1);
    -webkit-transition: all 900ms ease-in-out;
    transition-delay: 3s;
} */

.why_choose_us .title h2 {
    font-size: 40px;
}
.company_overview_content p, .plan_content p, .services_content p {
    text-align: justify;
}
.pl_left {
    padding-right: 30px;
}
.left_inside .proven_bx {
    border: 1px solid #0275A0;
    margin: 0;
    background: #E7EAEC;
    width: 450px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding: 60px;
    border-radius: 50%;
    margin-left: auto;
}
.proven_bx img {
    width: 100%;
}
.left_inside .proven_bx p {
    margin: 0;
}

.why_choose .left_inside {
    width: 50%;
}

.why_choose .right_inside {
    width: 50%;
}
.gre_bx {
    background: transparent linear-gradient(127deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.why_choose .left_inside {
    position: relative;
    max-width: 600px;
    margin-right: auto;
}
.img_icon {
    background: transparent linear-gradient(127deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
}

.img_icon img {
    width: 45px;
}

.pharmaceutical_auditing .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.pharmaceutical_auditing .item h6 {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.gre_bx h4 {
    margin: 0;
}
.pharmaceutical_auditing .item:nth-child(1), .pharmaceutical_auditing .item:nth-child(7) {
    margin-left: -160px;
}

.pharmaceutical_auditing .item:nth-child(2), .pharmaceutical_auditing .item:nth-child(6) {
    margin-left: -80px;
}

.pharmaceutical_auditing .item:nth-child(3), .pharmaceutical_auditing .item:nth-child(5) {margin-left: -30px;}
.right_arrow_fixed {
    position: relative;
}
.heapBox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.heapBox .holder {
    background: rgb(2 83 170 / 6%);
    padding: 18px 20px;
    position: relative;
    display: block;
    border-radius: 50px;
}

.heapBox a {
    text-decoration: none;
    font-size: 16px;
    color: #7d8287;
}
.holder[rel="General enquiry"],
.holder[rel="Request a new audit"],
.holder[rel="Include in mailing list"] {
    color: #040404;
}
.heap {
    position: absolute;
    width: 100%;
    background: transparent linear-gradient(127deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    top: 100%;
    border-radius: 8px;
    left: 0;
    margin-top: 10px;
}

.heap a {
    color: #fff;
    display: block;
    padding: 10px 15px;
}

ul.heapOptions li {list-style: none;margin: 0;padding: 0;}

ul.heapOptions {
    padding: 0;
    margin: 0;
}

.heap a:hover {
    background: #8634a6;
    color: #fff;
}

.heapBox:after {
    right: 20px;
    position: absolute;
    content: '\f107';
    top: 50%;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #abaeb2;
    font-size: 17px;
    transform: translateY(-50%);
}
.inside_img img, .plan_logo img {
    border-radius: 20px;
}
/* ul.preparation {
    display: flex;
    flex-wrap: wrap;
}

ul.preparation li {
    margin-right: 15px;
} */
/* ul.preparation li {
    background: transparent;
    padding: 0 0 0 30px;
    border: 0;
    position: relative;
    list-style: decimal-leading-zero;
}
ul.preparation {
    display: block;
} */
/* ul.preparation li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: transparent linear-gradient(127deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    left: 0;
    top: 6px;
    border-radius: 50%;
} */
.item_auditing_services {
    padding: 30px 10px;
    text-align: center;
    background: transparent linear-gradient(127deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 0 20px #f4f4f4;
    border-radius: 8px;
    margin-bottom: 19px;
    border: 1px solid #8434a5;
    height: calc(100% - 30px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.item_auditing_services p {
    text-align: center;
    padding: 30px 0 0;
    font-size: 18px;
    color: #fff;
}

.item_auditing_services .rank span {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
}

.item_auditing_services .rank {
    position: relative;
    z-index: 1;
    width: 100%;
}

.item_auditing_services .rank b {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 70px;
    top: 0;
    z-index: -1;
    color: transparent;
    text-shadow: 0px 0 0px #fcfcfc;
    opacity: 0.1;
    line-height: 45px;
}
.dataTables_length {
    display: flex;
    width: 100%;
}

div.dataTables_wrapper div.dataTables_length label {
    display: inline-flex;
    width: 100px;
    align-items: center;
}

.dataTables_length .heapBox {
    min-width: 80px;
    display: block;
    margin: 0 5px;
    z-index: 9;
}
.plan__img{
    background-position: center;
    background-size: cover;
    border-radius: 16px;
}
.audit_report .modal-dialog .modal-content {
    background: transparent linear-gradient(127deg, #029696 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.audit_report .btn-close {
    opacity: 1;
    background-image: initial;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 14px;
}
.normal_li li {
    background: transparent;
    border: 0;
    padding: 0 0 0 0;
    list-style: disc;
}

.normal_li {
    padding-left: 25px !important;
}
.quality_auditing img {
    width: 100%;
}
.quality_auditing {
    padding: 20px 0;
}
.quality_auditing .mob {
    display: none;
}
.rs_banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 66%;
    background: #FCFCFC;
    bottom: -190px;
    z-index: -1;
    transform: skewY(-11deg);
}
.ser_img {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAF5F5;
    border-radius: 50%;
}
.services_bx .choose_c p {
    color: #616161;
}

.services_bx {
    height: calc(100% - 10px);
}

.social_work_rs .rs_work {
    width: 57%;
    display: flex;
        justify-content: space-between;
}

.social_work_rs .rs_work:nth-child(odd) {
    margin-left: auto;
}
.social_work_rs .rs_work:nth-child(odd) {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.social_work_rs .rs_work .icon_meta {
    width: 120px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_work_rs .rs_work .meta_text {
    width: calc(100% - 150px);
    max-width: 220px;
}
.social_work_rs .rs_work .meta_text h3 {
    font-size: 40px;
}

.social_work_rs .rs_work .icon_meta img {
    width: 40px;
}
.social_work_rs {
    position: relative;
    z-index: 1;
}
.social_work_rs:before {
    background-image: url(../images/home/shape_social.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 110%;
    position: absolute;
    top: -22px;
    z-index: -1;
}
.who_for .title {
    text-align: left;
}
.rs_red_bx {
    padding: 70px 40px;
    background: #fbf5f5;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.rs_red_bx .rs_img {
    max-width: 300px;
    margin: 0 auto 30px;
}

.up_img_arrow img {
    max-width: 220px;
    width: 100%;
}
.fea_img {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAF5F5;
    border-radius: 50%;
    margin: 0 auto;
}

.rs_fea_box {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 50px;
}

.rs_fea_box h3 {
    padding: 15px 0;
    margin: 0;
}

.fea_img img {
    width: 36px;
}

.rs_fea_box p {
    font-weight: 500;
}
.rs_cases {
    padding: 40px 0;
}

.rs_cases_img img {
    border-radius: 50px;
    width: 100%;
}

.rs_cases_ct ul {
    margin: 0;
    padding: 0;
}

.rs_cases_ct ul li, .rs_cases_ct p {
    list-style: none;
    color: #202020;
    padding: 5px 0;
    margin: 0;
    font-weight: 500;
    font-family: var(--rs-font-second);
}

.rs_cases_ct ul li i {
    color: #B10910;
}
.pricing_rs {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 24px #00000014;
    border-radius: 24px;
    padding: 30px;
    text-align: center;
}

.pricing_rs li {
    text-align: left;
}

.pricing_rs ul {
    margin: 15px 0;
}

.pricing_rs.pricing_red {
    background: transparent linear-gradient(151deg, #950B13 0%, #C8090E 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.pricing_rs.pricing_red p, .pricing_rs.pricing_red li, .pricing_rs.pricing_red li i {
    color: #fff;
}

.pricing_rs.pricing_red .btn-primary {
    background: #fff;
    color: #B6090F;
}

.pricing_rs span {
    display: block;
    height: 22px;
}
.slider_width .right ul {
    margin: 0;
    padding: 10px 0 0;
    color: #FBB040;
    display: flex;
    justify-content: center;
}

.slider_width .right ul li {
    list-style: none;
    padding: 0 2px;
}
.rs_touch {
    background: #FBF2F2 0% 0% no-repeat padding-box;
    border-radius: 32px;
    padding: 70px 40px;
}

.rs_touch a {
    display: table;
    margin: 0 0 15px;
    color: #111111;
    text-decoration: none;
    font-size: 18px;
}

.rs_touch a:last-child {
    margin: 0;
    color: #fff;
}

.rs_touch h3 {
    font-size: 50px;
}
.btn-close {
    background-image: none;
}
select.form-select.form-control {
    appearance: auto;
}
.privacy_policy p {
    padding: 5px 0;
    margin: 0;
    line-height: 28px;
}

.pl {
	display: block;
	width: 85px;
	height: 85px;
}
.pl__ring, .pl__ball {
	animation: ring 2s ease-out infinite;
}
.pl__ball {
	animation-name: ball;
}



/* Animation */
@keyframes ring {
	from {
		stroke-dasharray: 0 257 0 0 1 0 0 258;
	}
	25% {
		stroke-dasharray: 0 0 0 0 257 0 258 0;
	}
	50%, to {
		stroke-dasharray: 0 0 0 0 0 515 0 0;
	}
}
@keyframes ball {
	from, 50% {
		animation-timing-function: ease-in;
		stroke-dashoffset: 1;
	}
	64% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -109;
	}
	78% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -145;
	}
	92% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -157;
	}
	57%, 71%, 85%, 99%, to {
		animation-timing-function: ease-out;
		stroke-dashoffset: -163;
	}
}
.mobile_reg {
    display: flex;
}



.ct_state {width: 90px;margin-right: 10px;}
.rs_dash img {
    border: 1px solid #eaeaea;
    border-radius: 8px;
}
/*min-devices-media-query*/

@media (min-width: 575.98px) { ... }
@media (min-width: 767.98px) { ... }
@media (min-width: 991.98px) { ... }
@media (min-width: 1024.98px) { 


    
 }
@media (min-width: 1199.98px) { 

    /* a.child-triggerm {
        display: none;
    } */

    .menu_in li:hover .sub-menu {
        display: block;
        visibility: visible;
    }
    a.child-triggerm {
        pointer-events: none;
    }
 }
@media (min-width: 1199.98px) { 
    
    
 }

/*max-devices-media-query*/

@media (max-width: 1399.98px) { 
    .social_work_rs .rs_work .icon_meta {
        width: 100px;
    }
}

@media (max-width: 1299.98px) { 
    .menu_in li {
        padding: 0 10px;
    }
    .child-triggerm span:before {
        left: 3px;
    }
 }
@media (max-width: 1199.98px) {
    .toggle_btn {
        display: block;
        text-align: right;
    }
    
    .menu_in {
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9;
        background: transparent linear-gradient(115deg, #950B13 0%, #C8090E 100%) 0% 0% no-repeat padding-box;
        display: none;
    }
    
    .menu_header {
        position: inherit;
    }
    
    .menu_in li {
        display: block;
        width: 100%;
        padding: 0;
        position: relative;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
    }
    
    .menu_in li a {padding: 10px;display: block;color: #fff;}
    
    .menu_in li > a.active:before,  .menu_in li > a:before, .menu_in li > a:hover:before {
        opacity: 0;
    }
    
    a.child-triggerm {
        position: absolute !important;
        top: 14px;
        right: 14px;
    }
    
    .child-triggerm span:before {
        color: #fff;
    }
    .toggle_btn i {
        border: 1px solid #000;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        border-radius: 6px;
    }
    .toggle_btn.active i::before {
        content: "\f00d";
        font-size: 20px;
    }
    .sub-menu {
        position: relative;
        width: 100%;
        transform: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0 0;
        top:0;
    }
    
    .sub-menu li a {
        color: #000;
    }
    .ser_img {
        width: 70px;
        height: 70px;
    }
    
    .br_white {
        width: 220px;
        height: 220px;
    }
    
    .brand_logo .item_l img {
        width: 100%;
        max-width: 140px;
    }
    
    .main_title_line:before {
        opacity: 0;
    }
    
    .polygon_row .item {
        width: 30%;
    }
    .title h2, .why_choose_us .title h2 {
        font-size: 30px;
    }
    .why_choose .left {
        width: 100%;
    }
    
    .why_choose .left.left_rs .item {
        left: 0;
        flex-direction: inherit;
        text-align: left;
        position: relative;
    }
    
    .why_choose .left.left_rs .item:first-child, .why_choose .left.left_rs .item:last-child {
        left: 0;
    }
    
    .why_choose .left.left_rs .item {
        padding: 0 0 10px;
    }
    
    .why_choose .middle {
        width: 100%;
        height: auto;
        border-radius: 50px;
        order: 1;
        margin-bottom: 15px;
    }
    
    .left.left_rs {
        order: 2;
    }
    
    .left.right_rs {
        order: 3;
    }
    
    .why_choose .left.right_rs .item:first-child, .why_choose .left.right_rs .item:last-child {
        left: 0;
    }
    
    .why_choose .left .item {
        padding: 5px 0;
    }
    .mission_bx .title {
        padding: 10px 0;
    }
    .mission_bx {
        width: 450px;
        height: 450px;
    }
    .why_choose .left_inside {
        max-width: 430px;
    }
    
    .gre_bx {
        width: 150px;
        height: 150px;
        text-align: center;
    }
    .rs_text h2 {
    font-size: 50px;
}

.services_bx {
    padding: 15px;
}

.social_work_rs .rs_work .icon_meta {
    width: 80px;
    height: 138px;
}
.p-100 {
    padding: 40px 0;
}
    
}
@media (max-width: 1024.98px) { 

    
 }
@media (max-width: 991.98px) { 
    .choose_box {
        margin-bottom: 25px;
    }
    .btn-primary, .btn-outline-primary {
        padding: 8px 20px;
        font-size: 14px;
    }
    .p-100 {
        padding: 30px 0;
    }
    .choose_c h2 {
        font-size: 16px;
    }
    .contact_detiles h2 {
        font-size: 28px;
    }
    
    .offoce_add h4 {
        font-size: 18px;
    }
    
    .title h2, .why_choose_us .title h2 {
        font-size: 36px;
    }
    .ser_img {/* width: auto; *//* height: auto; */}
    .br_white {
        margin: 0 auto 15px;
    }
    .footer_social {
        text-align: center;
        padding-bottom: 30px;
    }
    .brand_logo .item_l {
        width: 33.33%;
        margin: 0 auto;
        border: 1px solid rgb(255 255 255 / 10%);
    }
    
    .slider_width .right {
        padding: 25px 10px;
        width: 100%;
        text-align: center;
    }
    
    .slider_width .left {margin: 0 auto;}
    
    .qute_img {
        text-align: center;
        margin: 0 auto;
    }
    .mission_bx {
        margin: 0 auto 15px;
    }
    .why_choose .left_inside {
        max-width: 100%;
        width: 100%;
    }
    
    .why_choose .right_inside {width: 100%;}
    
    .left_inside .proven_bx {
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 0;
        border: 0;
        background: transparent;
    }
    .proven_bx img {
        max-width: 350px;
        width:100%;
        margin: 0 auto;
    }
    .gre_bx {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 10px;
        padding: 15px 10px;
        top: 0;
        transform: none;
        margin-bottom: 20px;
        background: transparent;
        color: #000;
    }
    
    .pharmaceutical_auditing .item {
        margin: 0 !important;
    }
    
    .pharmaceutical_auditing {
        padding: 15px 0 0;
    }
    .social_work_rs .rs_work .meta_text {
    width: calc(100% - 70px);
    max-width: 100%;
}


.social_work_rs .rs_work:nth-child(even) .meta_text {
    text-align: right;
}

.rs_cases_img img {
    border-radius: 14px;
}

.rs_cases {
    padding: 15px 0;
}
.rs_touch {
    padding: 30px;
    border-radius: 16px;
}

.rs_touch h3 {
    font-size: 36px;
}
    

 }
@media (max-width: 767.98px) { 
    .from_contact {
        padding: 30px 15px;
        margin: 15px 0 0;
    }
    .container, .container-sm {
    max-width: calc(100% - 30px);
    padding: 0;
}
    .video_in_content h2 {
        font-size: 40px;
    }
    
    .video_in_content span, .video_in_content p {
        font-size: 18px;
    }
    .header_top {
        display: none;
    }
    .services_bx {
        padding-bottom: 20px;
    }
    .polygon_row .item {
        width: 50%;
        padding: 27px 30px;
    }
    
    .title h2, .why_choose_us .title h2 {
        font-size: 26px;
    }
    .coppy_ul p, .coppy_ul ul {
        width: 100%;
        text-align: center;
    }
    .br_left {
        padding-left: 15px;
        border: 0;
    }
    .pl_left {
        padding-right: 15px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        flex-wrap: wrap;
    }
    .wrapper {
        padding-top: 70px;
    }
    .plan__img {
        min-height: 300px;
        margin-bottom: 15px;
    }
    .inside_padding .pe-5 {
        padding: 0 15px !important;
    }
    .inside_padding {
        padding: 0 0 0;
    }
    .social_work_rs .rs_work {
    width: 100%;
}

.rs_red_bx {
    padding: 30px 30px;
    margin-bottom: 15px;
}

.rs_red_bx .rs_img {
    max-width: 170px;
}
.rs_fea_box {
    margin-bottom: 10px;
}

.title {
    padding-bottom: 10px;
}

.rs_cases_ct {
    padding: 20px 10px;
    margin-bottom: 15px;
}
.slick-initialized .slick-slide {
    padding: 0 15px;
}


 }
@media (max-width: 575.98px) { 
    .header {
        padding: 0;
    }
    .testimoniyal_slider .item .slider_width {
        padding: 0;
    }
    
    .slick-arrow {
        bottom: 0;
        top: inherit;
        transform: none;
    }
    
    .slick-next:after, .slick-prev:after {
        width: 18px;
        height: 20px;
    }
    .menu_header {
        width: 100%;
        flex-direction: row-reverse;
        padding: 0;
        justify-content: end;
    }
    
    .header_inner {
        padding: 15px;
        flex-wrap: nowrap;
    }
    .br_left {
        padding-left: 15px;
        border: 0;
    }
    
    .use_ful_link {
        text-align: center;
    }
    
    .use_ful_link h5 {
        padding: 15px 0;
    }
    
    .coppy_ul p {
        width: 100%;
        padding-bottom: 15px;
    }
    
    .copyright {
        margin: 20px 0 0;
    }
    .brand_logo .item_l {
        width: 50%;
        height: auto;
        padding: 25px 0;
    }
    
    .polygon_row .item {width: 100%;max-width: 280px;}
    .wrapper {
        padding-top: 70px;
    }
    .quality_auditing .mob {
        display: block;
        max-width: 320px;
        margin: 0 auto;
    }
    .quality_auditing .des {
        display: none;
    }
    .rs_text h2 {
    font-size: 30px;
}

.rs_text {
    padding-bottom: 15px;
}

.rs_banner {
    min-height: auto;
}
.menu {
    width: auto;
    margin-left: 10px;
}

.pl {
	display: block;
	width: 65px;
	height: 65px;
}
 }

