/*<!-- 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=Raleway:wght@100;200;300;400;500;600;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;800;900&display=swap);

/* body {
  font-family: 'Poppins', sans-serif;
}

body {
  font-family: 'Raleway', sans-serif;
} */


:root{
	--rs-primary-color:#092E64;
	--rs-main-color:#092E64;
	--rs-second-color:#f33;
	--rs-font-color:#000000;
	--rs-white-color:#fff;
	--rs-font-style: 'Poppins', sans-serif;
    --rs-font-second:'Raleway', 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);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--rs-font-second);
    color: var(--rs-primary-color);    
    font-weight: 600;
  }

/**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);
    font-weight: 500;
    /* -webkit-user-select: none; 
    -ms-user-select: none;
    user-select: none;  */
}

/* 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(0 0 0 / 50%);
            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: none !important;
    border-color: #000000;
    /* background: rgb(9 46 100 / 2%); */
}

/* 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:#092E64;
}

.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, #092E64 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    transparent linear-gradient(127deg, #092E64 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: #092E64;
}
.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: 100%;
    position: relative;
    justify-content: center;
    padding: 0 0 20px 0;
}

.menu_in {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
    padding: 0;
}

.menu_in li {
    list-style: none;
    padding: 0 20px;
}

.menu_in li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    position: relative;
}

.menu {
    width: auto;
}
.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: #092E64;
    color: #fff;
}
.btn-primary {
    background: transparent linear-gradient(127deg, #092E64 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    border-radius: 40px;
    padding: 12px 20px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border: 0;
}
.btn-primary:hover {
    background: transparent linear-gradient(127deg, #A12EA5 0%, #0253AA 49%, #092E64 100%) 0% 0% no-repeat padding-box;
}
.btn-primary:after {
    position: absolute;
    content: '';
    top: -52px;
    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: 100%;
    height: 5px;
    background: #092e64;
    border-radius: 40px;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
.menu_in li > a:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 5px;
    background: #000000;
    border-radius: 0;
    bottom: -10px;
    right: 7px;
    margin: 0 auto;
    border-left: 5px solid white;
    border-right: 5px solid white;
    opacity: 0;
}
.menu_in li > a:hover:before, .menu_in li > a:hover:after {
    /* width: 100%; */
    /* transition: all 500ms ease-in-out; */
    opacity: 1;
}
.menu_in li > a.active:before, 
.menu_in li.active > a:before ,
.menu_in li > a.active:after, 
.menu_in li.active > a:after {
    opacity: 1;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1024;
    background: #fff;
    /* position: relative; */
    box-shadow: 0px 2px 8px #00000029;
}
.wrapper {
    padding-top: 238px;
}

.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(156deg, #092E64 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    position: relative;
}
.slick-dots li button:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #d8eaf0;
    top: 2px;
    left: 2px;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    position: absolute;
    top: 2px;
    left: 2px;
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #092e64;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    width: 18px;
    height: 18px;
    background: #092e64;
}
.logo_slider {
    padding-bottom: 40px;
}
.footer {
    background: #0253AA;
    padding: 90px 0 0;
    border-radius: 49px 49px 0px 0;
    color: #fff;
    position: relative;
    z-index: 1;
}
.bg_blue {
    background: #092E64;
}
.text_o p {
    color: #fff;
    margin: 0;
}

.call_rs ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.call_rs ul li {
    list-style: none;
    padding-left: 15px;
}

.call_rs ul li a {
    color: #fff;
}

.call_rs ul li a span {
    width: 25px;
    height: 25px;
    background: white;
    display: inline-block;
    border-radius: 6px;
    text-align: center;
    margin-right: 10px;
    vertical-align: bottom;
}

.call_rs ul li a span i {
    color: #092e64;
    font-size: 12px;
}

.call_rs ul li a:hover {
    color: #8fd1f4;
}
.logo {
    display: flex;
    align-items: center;
}

.logo h2 {
    margin: 0;
    padding: 0 0 0 20px;
    color: #092E64;
    font-weight: 800;
    text-transform: uppercase;
}
#countdown{
	text-align: center;
	border-radius: 5px;
	margin: auto;
}

/* #countdown:before{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; left: -10px;
}

#countdown:after{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; right: -10px;
} */
.p-50{
    padding: 50px 0;
}
#countdown #tiles{
	position: relative;
	z-index: 1;
}

#countdown #tiles > span{
	width: 75px;
	height: 75px;
	text-align: center;
	color: #fff;
	/* background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #bbb, #eee); 
	background-image:    -moz-linear-gradient(top, #bbb, #eee);
	background-image:     -ms-linear-gradient(top, #bbb, #eee);
	background-image:      -o-linear-gradient(top, #bbb, #eee);
	border-top: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7); */
    background-image: url(../images/counter.png);
	margin: 0 7px;
	padding: 18px 0;
	display: inline-block;
	position: relative;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* #countdown #tiles > span:before{
	content:"";
	width: 100%;
	height: 13px;
	background: #111;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%; 
    left: -3px;
	z-index: -1;
}

#countdown #tiles > span:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #333;
	display: block;
	position: absolute;
	top: 48%; left: 0;
} */

#countdown .labels{
	width: 100%;
	height: auto;
	text-align: center;
}

#countdown .labels li{
	width: 82px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	padding: 5px 0;
}
.heading_title h2 {
    display: inline-block;
    margin: 0;
    padding: 0px 0 15px 0;
    position: relative;
}

.heading_title {
    padding-bottom: 20px;
}

.heading_title h2:before {
    position: absolute;
    content: '';
    width: calc(100% - 46px);
    height: 5px;
    background: #092e64;
    border-radius: 40px;
    left: 0;
    bottom: 0;
    right: 0;
}

.heading_title h2:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 5px;
    background: #000000;
    border-radius: 0;
    bottom: 0;
    right: 53px;
    margin: 0 auto;
    border-left: 10px solid white;
    border-right: 10px solid white;
}
.content_middle p {
    color: #626262;
}

.br_img img {
    width: 100%;
}

.br_img {
    padding: 0 30px 30px 0;
    position: relative;
    z-index: 1;
}

.president_name {
    padding: 10px 0;
    text-align: center;
}

.president_name span {
    padding: 0 0 5px;
    display: block;
    font-size: 18px;
}

.br_img:before {
    position: absolute;
    content: '';
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #092E64;
    z-index: -1;
    top: 20px;
    left: 20px;
}
.dr_profile {
    position: relative;
    z-index: 1;
}

.dr_profile:before {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 66%);
    background: #F5F5F5;
    z-index: -1;
    bottom: 0;
    left: 0;
}
.black_overlay {
    text-align: center;
    color: #fff;
    background: rgb(0 0 0 / 40%);
    padding: 80px 10px;
    position: relative;
    z-index: 1;
}/*<!-- 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=Raleway:wght@100;200;300;400;500;600;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;800;900&display=swap);

/* body {
  font-family: 'Poppins', sans-serif;
}

body {
  font-family: 'Raleway', sans-serif;
} */


:root{
	--rs-primary-color:#092E64;
	--rs-main-color:#092E64;
	--rs-second-color:#f33;
	--rs-font-color:#000000;
	--rs-white-color:#fff;
	--rs-font-style: 'Poppins', sans-serif;
    --rs-font-second:'Raleway', 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);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--rs-font-second);
    color: var(--rs-primary-color);    
    font-weight: 600;
  }

/**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; 
}

/* 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(0 0 0 / 50%);
            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:#092E64;
}

.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, #092E64 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    transparent linear-gradient(127deg, #092E64 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: #092E64;
}
.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: 100%;
    position: relative;
    justify-content: center;
    padding: 0 0 20px 0;
}

.menu_in {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
    padding: 0;
}

.menu_in li {
    list-style: none;
    padding: 10px 20px;
}

.menu_in li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    position: relative;
}

.menu {
    width: auto;
}
.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: 20px;
    transform: translateY(15px);
    overflow: hidden;
    display: none;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    z-index: 1024;
}

.sub-menu li a {
    padding: 12px 10px;
    display: block;
    transition: all 500ms ease-in-out;
    border-bottom: 1px solid #f4f4f4;
}

.sub-menu li {
    padding: 0;
}

.sub-menu li a:hover {
    background: #092E64;
    color: #fff;
}
.btn-primary {
    background: #092E64;
    border-radius: 0;
    padding: 12px 30px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border: 0;
}
.btn-primary:hover {
    background: #8fd1f4;
    color: #092e64;
}
.btn-primary:after {
    position: absolute;
    content: '';
    top: -72px;
    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: 130%;
    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: 100%;
    height: 5px;
    background: #092e64;
    border-radius: 40px;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
.menu_in li > a:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 5px;
    background: #000000;
    border-radius: 0;
    bottom: -10px;
    right: 7px;
    margin: 0 auto;
    border-left: 5px solid white;
    border-right: 5px solid white;
    opacity: 0;
}
.menu_in li > a:hover:before, .menu_in li > a:hover:after {
    /* width: 100%; */
    /* transition: all 500ms ease-in-out; */
    opacity: 1;
}
.menu_in li > a.active:before, 
.menu_in li.active > a:before ,
.menu_in li > a.active:after, 
.menu_in li.active > a:after {
    opacity: 1;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1024;
    background: #fff;
    /* position: relative; */
    box-shadow: 0px 2px 8px #00000029;
}
.wrapper {
    padding-top: 238px;
}

.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: #d9d9d9;
    position: relative;
}
.slick-dots li button:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #d9d9d9;
    top: 2px;
    left: 2px;
    border-radius: 50%;
}

/* .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(156deg, #092E64 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    width: 18px;
    height: 18px;
    background: transparent linear-gradient(156deg, #092E64 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
} */

.footer {
    background: #092E64;
    padding: 50px 0 10px;
    border-radius: 0;
    color: rgb(255 255 255 / 80%);
    position: relative;
    z-index: 1;
}
.bg_blue {
    background: #092E64;
}
.text_o p {
    color: #fff;
    margin: 0;
}

.call_rs ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.call_rs ul li {
    list-style: none;
    padding-left: 15px;
}

.call_rs ul li a {
    color: #fff;
}

.call_rs ul li a span {
    width: 25px;
    height: 25px;
    background: white;
    display: inline-block;
    border-radius: 6px;
    text-align: center;
    margin-right: 10px;
    vertical-align: bottom;
}

.call_rs ul li a span i {
    color: #092e64;
    font-size: 12px;
    line-height: 25px;
}

.call_rs ul li a:hover {
    color: #8fd1f4;
}
.logo {
    display: flex;
    align-items: center;
}

.logo h2 {
    margin: 0;
    padding: 0 0 0 20px;
    color: #092E64;
    font-weight: 800;
    text-transform: uppercase;
}
#countdown{
	text-align: center;
	border-radius: 5px;
	margin: auto;
}

/* #countdown:before{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; left: -10px;
}

#countdown:after{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; right: -10px;
} */
.p-50{
    padding: 50px 0;
}
#countdown #tiles{
	position: relative;
	z-index: 1;
}

#countdown #tiles > span{
	width: 75px;
	height: 75px;
	text-align: center;
	color: #fff;
	/* background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #bbb, #eee); 
	background-image:    -moz-linear-gradient(top, #bbb, #eee);
	background-image:     -ms-linear-gradient(top, #bbb, #eee);
	background-image:      -o-linear-gradient(top, #bbb, #eee);
	border-top: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7); */
    background-image: url(../images/counter.png);
	margin: 0 7px;
	padding: 18px 0;
	display: inline-block;
	position: relative;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* #countdown #tiles > span:before{
	content:"";
	width: 100%;
	height: 13px;
	background: #111;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%; 
    left: -3px;
	z-index: -1;
}

#countdown #tiles > span:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #333;
	display: block;
	position: absolute;
	top: 48%; left: 0;
} */

#countdown .labels{
	width: 100%;
	height: auto;
	text-align: center;
}

#countdown .labels li{
	width: 82px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	padding: 5px 0;
}
.heading_title h2 {
    display: inline-block;
    margin: 0;
    padding: 0px 0 15px 0;
    position: relative;
    font-weight: 700;
}

.heading_title {
    padding-bottom: 20px;
}

.heading_title h2:before {
    position: absolute;
    content: '';
    width: calc(100% - 46px);
    height: 5px;
    background: #092e64;
    border-radius: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.heading_title h2:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 5px;
    background: #000000;
    border-radius: 0;
    bottom: 0;
    right: 53px;
    margin: 0 auto;
    border-left: 10px solid white;
    border-right: 10px solid white;
}
.content_middle p {
    color: #626262;
}

.br_img img {
    width: 100%;
}

.br_img {
    padding: 0 30px 30px 0;
    position: relative;
    z-index: 1;
}

.president_name {
    padding: 10px 0;
    text-align: center;
}

.president_name span {
    padding: 0 0 5px;
    display: block;
    font-size: 18px;
}

.br_img:before {
    position: absolute;
    content: '';
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #092E64;
    z-index: -1;
    top: 20px;
    left: 20px;
}
.dr_profile {
    position: relative;
    z-index: 1;
}

.dr_profile:before {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 66%);
    background: #F5F5F5;
    z-index: -1;
    bottom: 0;
    left: 0;
}
.black_overlay {
    text-align: center;
    color: #fff;
    background: rgb(0 0 0 / 40%);
    padding: 80px 10px;
    position: relative;
    z-index: 1;
}

.black_overlay h3, .black_overlay h4 {
    color: #fff;
    padding-bottom: 20px;
}

.black_overlay:before {
    position: absolute;
    content: '';
    border: 1px solid #FFFFFF;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    top: 25px;
    left: 25px;
    z-index: -1;
}

.black_overlay span {
    font-style: italic;
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
}
.use_ful_link h5 {
    color: #fff;
}
.member_detiles .item {
    display: flex;
    align-items: center;
    background: #F1F1F1;
    padding: 30px;
    margin-bottom: 15px;
}

.member_detiles .item .br_img {
    width: 200px;
}

.member_detiles .item .member_name {
    width: calc(100% - 200px);
    padding-left: 20px;
}
.table th {
    background: #F5F6F9;
    color: #005596;
}

.table td, .table th {
    padding: 20px;
    border: 1px solid #00559626;
    text-align: center;
}

.table td i {
    color: #005596;
}
.blue_bg_title h3 {
    margin: 0;
    background: #092E64;
    color: #fff;
    position: relative;
    padding: 15px 40px;
    z-index: 1;
}

.blue_bg_title h3:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: #ffffff;
    border-radius: 0;
    left: 7px;
    bottom: 0;
}

.blue_bg_title h3:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 44%;
    background: #ffffff;
    border-radius: 0;
    left: 7px;
    bottom: 5px;
    border-top: 5px solid #092e64;
    border-bottom: 5px solid #092e64;
}

.form-control {
    border: 1px solid #092E64;
    padding: 10px 15px;
    border-radius: 0;
    color: #092E64;
}
.feture_title ul {
    margin: 0;
    padding: 15px 0 0 0;
}

.feture_title ul li {
    padding-bottom: 10px;
    list-style: none;
    color: #092E64;
}
.meeting_dr {
    background: #F8F8F8;
    padding: 50px 0;
}

.feture_title {
    border-right: 1px solid #092E64;
}
.bg_blue_hauf {
    background: #092e64;
    padding: 110px 50px;
    color: #fff;
    position: relative;
}

.bg_blue_hauf li, .bg_blue_hauf h3 {
    color: #fff !important;
}

.patten_view {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.patten_view:before {
    width: 200px;
    height: 210%;
    background: #092e64;
    position: absolute;
    content: '';
    right: -130px;
    transform: rotateZ(-13deg);
    top: -50px;
}

.patten_view:after {
    width: 50px;
    height: 210%;
    background: #092e64;
    position: absolute;
    content: '';
    right: 100px;
    transform: rotateZ(-14deg);
    top: -50px;
}
.contact_section {
    background: #F9F9F9;
}

.dr_mail_id {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #092E64;
    padding: 40px 0;
}

.dr_mail_id .item {
    width: 33.33%;
    text-align: center;
    padding: 20px 10px;
    border-right: 1px solid #092E64;
}

.dr_mail_id .item i {
    width: 60px;
    height: 60px;
    display: flex;
    margin: 0 auto 20px;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    font-size: 24px;
}

.dr_mail_id .item  a {
    color: #6D7278;
    text-decoration: none;
    display: table;
    margin: 0 auto 10px;
}

.dr_mail_id .item h2 {
    font-size: 22px;
    font-weight: 700;
}

.dr_mail_id .item:last-child {
    border: 0;
}
.event_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.event_content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
}

.event_content h2 span {
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
}

.event_content ul {
    padding: 0;
    margin: 0 0 20px;
}

.event_content ul li {
    color: #fff;
    list-style: none;
    padding: 5px 0;
}

.host_by {
    display: flex;
}

.host_by .item {
    padding-right: 15px;
}

.host_by .item h2 {
    font-size: 18px;
}

.host_by .item h2::before, .host_by .item h2::after {background: white;}

.host_by .item h2::after {border-left: 5px solid #135fa9;border-right: 5px solid #1362a8;width: 22px;}

.sub-menu li.active a {
    background: #092e64;
    color: #fff !important;
}
.menu_in li > a.active {
    color: #092e64;
}

.parent a.no-menu.active:before, .parent a.no-menu.active:after {
    opacity: 0;
}

a.child-triggerm:after {
    opacity: 0;
    display: none;
}

.parent a.no-menu.active {
    color: black;
}

.parent.active a.no-menu.active:before, .parent.active a.no-menu.active:after {
    opacity: 1;
}

.parent.active a.no-menu.active {
    color: #092e64;
}

/* 
a.no-menu.active:after, a.no-menu.active:before {
    opacity: 0 !important;
}
.sub-menu li.active a:before, .sub-menu li.active a:after {
    opacity: 0 !important;
}


a.no-menu.active + a:after , a.no-menu.active + a:after {
    opacity: 0 !important;
} */





.black_overlay h3, .black_overlay h4 {
    color: #fff;
    padding-bottom: 20px;
}

.black_overlay:before {
    position: absolute;
    content: '';
    border: 1px solid #FFFFFF;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    top: 25px;
    left: 25px;
    z-index: -1;
}

.black_overlay span {
    font-style: italic;
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
}
.footer_link li {
    list-style: none;
    padding: 0 0 5px;
}

ul.footer_link {
    padding: 0;
    margin: 0;
}

.footer_link li a {
    color: rgb(255 255 255 / 80%);
    text-decoration: none;
}

.footer_link li a:hover {
    color: #8fd1f4;
}

.newsletter {
    display: flex;
    border: 1px solid #FFFFFF;
}

.newsletter .btn-primary {
    border-radius: 0;
    background: #223d61;
    padding: 12px 30px;
    min-width: 140px;
}
.newsletter .btn-primary:hover {
    color: #fff;
}
.blue_bg_title {
    padding-bottom: 20px;
}

.newsletter input {
    border-radius: 0;
    background: #355480;
    color: #fff;
    border: 0;
    border-right: 1px solid #fff !important;
}
.newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
  }
  .newsletter input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
  }
  .newsletter input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
  }
  .newsletter input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
  }
  .newsletter input:focus {
    background: #4c4c4c;
    box-shadow: none;
    outline: none;
    color: #fff;
}
.coppy_ul p {
    text-align: center;
    margin: 0;
}
.header_inner .logo {
    width: calc(100% - 360px);
}
.center_mode {
    text-align: center;
}

.center_mode h4 {
    font-size: 20px;
    margin: 0 0 2px;
}

.center_mode span {
    font-size: 14px;
    color: #092e64;
    font-weight: 500;
}

.committees_detiles .item {
    margin-bottom: 20px;
}
.committees_detiles {
    padding-bottom: 25px;
}
.date_view {
    border: 1px solid #092E64;
    padding: 45px 20px 20px 20px;
    position: relative;
    z-index: 1;
    margin: 30px 0;
}

.date_view span {
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    text-align: center;
    border: 1px solid #092E64;
    color: #092E64;
    font-size: 20px;
    padding: 10px 40px;
    background: #fff;
    font-weight: 500;
}

.bx_grey {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #F5F6F9;
    padding: 15px;
    margin-bottom: 15px;
}

.bx_grey .left {
    width: 110px;
    background: #092E64;
    color: #fff;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.bx_grey .right {
    width: calc(100% - 110px);
    padding-left: 20px;
}

.bx_grey .right p {
    margin: 0;
    color: #092E64;
    font-weight: 500;
}

.bx_grey .left:before, .bx_grey .left b:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: #ffffff;
    border-radius: 0;
    left: 7px;
    bottom: 0;
    opacity: 0.2;
}

.bx_grey .left:after, .bx_grey .left b:after { 
    position: absolute;
    content: '';
    width: 5px;
    height: 44%;
    background: rgb(255 255 255 / 20%);
    border-radius: 0;
    left: 7px;
    bottom: 5px;
    border-top: 5px solid #092e64;
    border-bottom: 5px solid #092e64;
}

.bx_grey .left b {
    display: block;
    padding: 10px 20px;
    position: relative;
}
.bx_grey .left b {position: relative;padding: 10px 20px;display: inline-block;}

.bx_grey .left b:before {
    right: 7px;
    left: inherit;
}

.bx_grey .left b:after {
    left: inherit;
    right: 7px;
}
.bx_grey .left i {
    display: block;
    font-style: normal;
}

.bg_change_title .bx_grey {
    background: #fff;
    padding: 0;
    text-align: center;
    display: block;
    color: #092e64;
    font-weight: 500;
}

.bg_change_title span {
    background: #F5F6F9;
}
.check_rs {
    margin: 0;
    padding: 0;
}

.check_rs li {
    padding-bottom: 15px;
    list-style: none;
    color: #2C3C4D;
    font-weight: 500;
    display: flex;
    align-items: start;
}

.check_rs i {
    color: #045796;
    line-height: 24px;
}
.about_banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.midd_content {
    background: rgb(28 28 28 / 56%);
    color: #fff;
    text-align: center;
    padding: 80px;
}

.midd_content h2 {
    color: #fff;
    padding: 0 0 20px;
}
.air_rs {
    text-align: center;
    background: #F7F7F7;
    height: 100%;
    padding: 30px;
}

.air_rs h3 {
    margin: 0;
    padding: 15px 0;
}

.air_rs p {
    color: #707070;
}

.air_rs img {
    height: 45px;
}
.content_middle b {
    color: #092E64;
    font-weight: 600;
}

.blockqute {
    text-align: right;
    font-style: italic;
    max-width: 720px;
    width: 100%;
}

.blockqute p {
    color: #092e64;
    font-weight: 600;
}

.dr_welcome_message:before {
    opacity: 0;
}
.new_look_view .bx_grey {
    background: transparent;
    text-align: center;
    justify-content: center;
}

.new_look_view .bx_grey p {
    text-align: center;
    margin: 0 0 20px;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #092e64;
    background: #F5F5F5;
    position: relative;
}
.new_look_view .bx_grey p:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: #092e64;
    border-radius: 0;
    left: 7px;
    bottom: 0;
}

.new_look_view .bx_grey p:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 44%;
    background: #092e64;
    border-radius: 0;
    left: 7px;
    bottom: 5px;
    border-top: 5px solid #f5f5f5;
    border-bottom: 5px solid #f5f5f5;
}
.new_look_view .bx_grey p i {
    padding: 15px;
    display: block;
    font-style: normal;
}
.new_look_view .bx_grey p i:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: #092e64;
    border-radius: 0;
    right: 7px;
    bottom: 0;
}

.new_look_view .bx_grey p i:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 44%;
    background: #092e64;
    border-radius: 0;
    right: 7px;
    bottom: 5px;
    border-top: 5px solid #f5f5f5;
    border-bottom: 5px solid #f5f5f5;
}
.high_text {
    margin: 0;
    padding: 50px 0 !important;
    font-size: 50px;
}
.venue_meeting_row .row {
    background: #F1F1F1;
    margin-left: 0;
    margin-right: 0;
}

.map_detiles li a {
    color: #2C3C4D;
    text-decoration: none;
    font-size: 20px;
}

.map_detiles li {
    list-style: none;
    padding-bottom: 15px;
    display: flex;
    align-items: self-start;
}

.map_detiles li i {
    line-height: 30px;
    color: #092e64;
    font-size: 20px;
}

.map_detiles {
    padding: 0;
    max-width: 450px;
    margin: 0 auto;
}

.map_detiles li a:hover {
    color: #092e64;
}
img {
    max-width: 100%;
}

.gallery_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.gallery_img .col-lg-4.col-md-4.col-sm-4.col-12, .gallery_img .col-lg-8.col-md-8.col-sm-8.col-12 {
    padding: 5px;
}

.gallery_img .row {
    margin: 0 -5px;
}

.gallery_img {
    overflow: hidden;
}
.map_view iframe {
    width: 100%;
}
.sub-menu li a::after {
    display: none;
}
.coppy_ul {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}


.coppy_ul ul {
    margin: 0;
    padding: 0;
    /* width: 320px; */
}

.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: #fff;
    text-decoration: none;
}

.coppy_ul p {
    text-align: center;
    margin: 0;
}

.coppy_ul ul li a:hover,
.use_ful_link ul li a:hover {
    color: #8fd1f4;
}
.logo_slider .item img {
    height: 100px;
    display: table;
    margin: 0 auto;
}
.event_banner {
    position: relative;
}

.aquila_logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 210px;
}
.dr_mail_id .item a:hover {
    color: #092e64;
}
.dr_mail_id.call_map .item {
    width: 50%;
}
/*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;
    }
    .bg_blue + .container {
        position: relative;
    }
    
 }
@media (max-width: 1199.98px) { 
   
    .header_top {
        justify-content: center;
    }
 }

/*max-devices-media-query*/

@media (max-width: 1399.98px) { 
    .no_backgorund .middle_ct img {
        width: 150px;    margin-top: 0;
    }
    .no_backgorund .middle_ct:before {
        width: 240px;
        height: 240px;
    }
    .supplier .su_left .middle_ct, .supplier .no_backgorund .middle_ct {
        padding: 30px 24px;
    }
    .supplier .su_left, .supplier .no_backgorund {
        width: 100%;
    }
    
    .supplier .no_backgorund {
        /* padding: 100px 0 130px; */
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }
    .supplier .no_backgorund1 {
        padding: 70px 0 !important;
        width: 100%;
    }
    .no_backgorund .middle_ct {
        padding: 0 !important;
    }
    .supplier .no_backgorund:before, .supplier .no_backgorund:after {
        width: 40px;
        height: 20px;
        top: 15px;
        right: -30px;
        margin: 0 auto;
        transform: rotate(90deg);
    }
    
    .supplier .no_backgorund:after {right: 0;bottom: 15px;top: inherit;left: 0;}
    .left_inside .proven_bx {
        width: 340px;
        height: 340px;
    }
    
    .why_choose .left_inside {
        max-width: 500px;   
    }
    
    .gre_bx {
        width: 200px;
        height: 200px;
    }
    .right_arrow_fixed img,
    .arrow_show .right_arrow_fixed img {
        opacity: 0;
    }
}

@media (max-width: 1299.98px) { 
    .menu_in li {
        padding: 0 10px;
    }
    .child-triggerm span:before {
        left: 3px;
    }
 }
@media (max-width: 1199.98px) {
    
    .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;
    }
    .toggle_btn {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
    .bg_blue + .container {
        position: relative;
    }
    
    .header_inner {
        justify-content: flex-start;
    }
    
}
@media (max-width: 1024.98px) { 

    
 }
@media (max-width: 991.98px) { 
    .choose_box {
        margin-bottom: 25px;
    }
    .btn-primary {
        padding: 8px 20px;
        font-size: 14px;
    }
    .p-100 {
        padding: 60px 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: 100%;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: 15px 0 0 0;
        width: 100%;
        text-align: center;
    }
    
    .slider_width .left {margin: 0 auto;}
    
    .qute_img {
        text-align: center;
        margin: 0 auto;
        display: table;
    }
    .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;
    }
    .header_top div {
        justify-content: center;
        width: 100%;
    }
    
    .logo h2 {
        font-size: 0;
    }
    #countdown #tiles span {
        width: 40px;
        height: 40px;
        line-height: 5px;
    }
    
    #countdown .labels li {
        width: 50px;
        font-size: 10px;
    }
    
    .logo img {
        width: 60px;
    }
    
    .header_inner .logo {
        width: auto;
    }
    .toggle_btn {
        display: block;
        text-align: right;
    }
    
    .menu_in {
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9;
        background: #092E64;
        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: 250px;
        height: 250px;
    }
    .bg_blue + .container {
        position: relative;
        padding: 0 15px;
        max-width: 100%;
    }
    .wrapper {
        padding-top: 176px;
    }
    .p-50 {
        padding: 25px 0;
    }
    
    .dr_mail_id {
        padding: 20px 0;
    }
    
    .dr_mail_id .item h2 {
        font-size: 18px;
    }
    
    .dr_mail_id .item a {
        font-size: 14px;
    }
    
    .footer {
        padding: 30px 0;
    }
  
    

 }
@media (max-width: 767.98px) { 
    .event_banner {
        min-height: auto;
        padding: 30px 0 110px;
    }
    
    .host_by .item {
        width: 100%;
    }
    .member_detiles .item {
        padding: 15px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        padding-bottom: 10px;
    }
    
    .member_detiles .item .member_name {
        width: 100%;
        padding: 0;
    }
    
    .host_by {
        flex-wrap: wrap;
    }
    .from_contact {
        padding: 30px 15px;
        margin: 15px 0 0;
    }
    
    .video_in_content h2 {
        font-size: 40px;
    }
    
    .video_in_content span, .video_in_content p {
        font-size: 18px;
    }
    .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;
    }
    .plan__img {
        min-height: 300px;
        margin-bottom: 15px;
    }
    .inside_padding .pe-5 {
        padding: 0 15px !important;
    }
    .inside_padding {
        padding: 0 0 0;
    }
    .midd_content {
        padding: 25px;
    }
    
    .air_rs {
        padding: 15px;
        height: auto;
        margin-bottom: 15px;
    }
    .dr_mail_id .item {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #092E64;
    }
    
    .dr_mail_id {
        flex-wrap: wrap;
        padding: 0;
    }
    .black_overlay:before {
        position: absolute;
        content: '';
        border: 1px solid #FFFFFF;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        top: 5px;
        left: 5px;
        z-index: -1;
    }
    .dr_mail_id.call_map .item {
    width: 100%;
}


 }
@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: 10px 0 0;
    }
    
    .header_inner {
        padding: 15px;
    }
    .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;}
   
    .quality_auditing .mob {
        display: block;
        max-width: 320px;
        margin: 0 auto;
    }
    .quality_auditing .des {
        display: none;
    }
 }
/*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) { 
    /* .header {
        position: fixed;
        background: transparent;
    }
    
    .header.sticky {
        background: #fff;
    }
    .video_banner {
        position: relative;
        height: 100vh;
    }
    .menu_in li a, .header_top a, .header_top, .header_top i, .child-triggerm span:before {
        color: #fff;
    }
    .sticky .menu_in li a, .sticky .header_top a, .sticky .header_top, .sticky .header_top i, .sticky .child-triggerm span:before {
        color: #000;
    }
    .menu_in li .sub-menu a {
        color: #000;
    }
    .menu_in li .sub-menu a:hover, .menu_in li .sub-menu a.active {
        color: #fff;
    } */
    
 }

/*max-devices-media-query*/

@media (max-width: 1399.98px) { 
    .no_backgorund .middle_ct img {
        width: 150px;    margin-top: 0;
    }
    .no_backgorund .middle_ct:before {
        width: 240px;
        height: 240px;
    }
    .supplier .su_left .middle_ct, .supplier .no_backgorund .middle_ct {
        padding: 30px 24px;
    }
    .supplier .su_left, .supplier .no_backgorund {
        width: 100%;
    }
    
    .supplier .no_backgorund {
        /* padding: 100px 0 130px; */
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }
    .supplier .no_backgorund1 {
        padding: 70px 0 !important;
        width: 100%;
    }
    .no_backgorund .middle_ct {
        padding: 0 !important;
    }
    .supplier .no_backgorund:before, .supplier .no_backgorund:after {
        width: 40px;
        height: 20px;
        top: 15px;
        right: -30px;
        margin: 0 auto;
        transform: rotate(90deg);
    }
    
    .supplier .no_backgorund:after {right: 0;bottom: 15px;top: inherit;left: 0;}
    .left_inside .proven_bx {
        width: 340px;
        height: 340px;
    }
    
    .why_choose .left_inside {
        max-width: 500px;   
    }
    
    .gre_bx {
        width: 200px;
        height: 200px;
    }
    .right_arrow_fixed img,
    .arrow_show .right_arrow_fixed img {
        opacity: 0;
    }
}

@media (max-width: 1299.98px) { 
    .menu_in li {
        padding: 0 15px;
    }
    .child-triggerm span:before {
        left: 3px;
    }
 }
@media (max-width: 1199.98px) {
    
    
    .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;
    }
    .blue_bg_title h3 {
        padding: 10px 30px;
        font-size: 18px;
    }
    
    .heading_title h2 {
        font-size: 26px;
    }
    .br_img:before {
        position: absolute;
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        border: 2px solid #092E64;
        z-index: -1;
        top: 10px;
        left: 10px;
    }
}
@media (max-width: 1024.98px) { 

    
 }
@media (max-width: 991.98px) { 
    .choose_box {
        margin-bottom: 25px;
    }
    .btn-primary {
        padding: 8px 20px;
        font-size: 14px;
    }
    .p-100 {
        padding: 60px 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: 100%;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: 15px 0 0 0;
        width: 100%;
        text-align: center;
    }
    
    .slider_width .left {margin: 0 auto;}
    
    .qute_img {
        text-align: center;
        margin: 0 auto;
        display: table;
    }
    .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;
    }
    .toggle_btn {
        display: block;
        text-align: right;
    }
    
    .menu_in {
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9;
        background: #092E64;
        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: 250px;
        height: 250px;
    }
    .menu_header{
        padding: 0;
    }
    .menu_in li > a.active {
        color: #ffffff;
    }

.menu_in li > a.active:before, .menu_in li.active > a:before, .menu_in li > a.active:after, .menu_in li.active > a:after {
    display: none;
}
.parent.active a.no-menu.active {
    color: #ffffff;
}
.parent a.no-menu.active {
    color: white;
}

 }
@media (max-width: 767.98px) { 
    .from_contact {
        padding: 30px 15px;
        margin: 15px 0 0;
    }
    
    .video_in_content h2 {
        font-size: 40px;
    }
    
    .video_in_content span, .video_in_content p {
        font-size: 18px;
    }
    .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;
    }
    .plan__img {
        min-height: 300px;
        margin-bottom: 15px;
    }
    .inside_padding .pe-5 {
        padding: 0 15px !important;
    }
    .inside_padding {
        padding: 0 0 0;
    }
    body{
        
        font-size: 14px;
    }

 }
@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: 10px 0 0;
    }
    
    .header_inner {
        padding: 15px;
    }
    .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;}
    
    .quality_auditing .mob {
        display: block;
        max-width: 320px;
        margin: 0 auto;
    }
    .quality_auditing .des {
        display: none;
    }
    .call_rs ul li {
        width: 100%;
    }
    
    .call_rs ul {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    
    .call_rs ul li a span i {
        line-height: 26px;
    }
    
    .text_o p {
        text-align: center;
        padding-bottom: 5px;
    }
    
    .header_top {
        padding: 5px 0;
    }
    .event_content h2 {
        font-size: 24px;
    }
 }

 @media (max-width: 475.98px) { 
    .timer {
        width: calc(100% - 80px);
    }
    .header_inner .logo {
        width: initial;
    }
    #countdown #tiles span {
        width: 30px;
        height: 30px;
        background-size: contain;
        font-size: 15px;
        padding: 0;
        line-height: 2;
        margin: 0 2px;
    }
    .header_inner .logo img {
        width: 50px;
    }
    .header_inner {
        padding: 5px 5px;
    }
    .menu_header {
        padding: 0;
    }
    #countdown .labels li {
        width: auto;
    }
    .header_inner .logo img {
        width: 50px;
    }
    
    .menu_header {
        padding: 0;
    }
    
    .text_o p {
        font-size: 12px;
    }
    
    .call_rs ul li a {
        font-size: 12px;
    }
    
    .call_rs ul li a span {width: 20px;height: 20px;padding: 0;}
    
    .call_rs ul li a span i {
        line-height: 22px;
        font-size: 11px;
    }
    #countdown .labels li {
        padding-bottom: 0;
    }
    .wrapper {
        padding-top: 154px;
    }
    div#countdown {
        position: absolute;
        top: 7px;
        right: 60px;
    }
 }


 label.error {
    color: red;
    display: block;
    width: 100%;
    padding-top: 2px;
}