* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 14px;
	color: #58595b;
}
img {
    border: 0;
    max-width: 100%;
}
a, a:hover, a:focus, a:visited{
    text-decoration: none;
    outline: none;
}
input:focus,select:focus,textarea:focus,.form-control:focus  {
    outline: none;
    box-shadow: none;
}
input:focus::-webkit-contacts-auto-fill-button{
    opacity: 0;
}
ul, ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.m-t-50 {
    margin-top: 50px;
}
.m-t-40 {
    margin-top: 40px;
}
.paddingLR {
    padding: 0px;    
}
.paddingL-none {
    padding-left: 0px;
}
.paddingR-none {
    padding-right: 0px;
}
.fullwidth{
    width: 100%;
    float: left;
}
.button-common {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    border-radius: 25px;
    padding: 10px 35px;
    background: #dc2d2f;
    /*margin-top: 20px;*/
    display: inline-block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.button-common:hover {
    text-decoration: none;
    background: #3f3185;
    color: #fff;
}

/*header*/

header {
    min-height: 110px;
    padding: 15px 15px;
}
.head-middle {
	margin: 20px 0;
}
.head-middle ul li {
	display: inline-block;
	margin: 0 15px;
}
.head-middle ul li a {
	color: #58595b;
	font-weight: bold;
	font-size: 18px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.head-middle ul li a:hover {
    color: #3f3185;
}
.head-right {
	width: 50%;
    float: left;
    margin: 12px 0;
}
.head-right .form-group {
    margin-bottom: 0px;
    float: left;
    width: 240px;    
    margin-right: 12px;
}
.head-right .form-group input {
	border: 2px solid #acacac;
    border-radius: 10px;
    color: #acacac;
    padding: 8px 12px;
    height: 35px;
    font-size: 14px;
}
.head-right .checkbox {
	margin-bottom: 0px;
}
.head-right .checkbox input {
    height: auto!important;
}
.head-right .checkbox input[type=radio], 
.head-right .checkbox input[type=checkbox] {
    margin: 2px 0 0 -20px;    
}
.btn-div {
    float: right;
}
.login-btn {
	background: #dc2d2f;
	border: 0px;
	border-radius: 10px;
	height: 35px;
	line-height: 35px;
	padding: 0 12px;
    width: 118px;
    margin-right: 8px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.login-btn2 {width:auto;}
.login-btn:hover {
    color: #fff;
    background-color: #3f3185;
    border-color: #3f3185;
}
.login-btn img {
	border-right: 2px solid #fff;
	padding-right: 5px;
	margin-right: 5px;
}
.forgot-link {
	color: #dc2d2f;
	margin-top: 10px;
    display: inline-block;
}
.forgot-link:hover {
    color: #dc2d2f;
    text-decoration: underline;
}
.heading {
	text-align: center;
	margin-bottom: 25px;
}
.heading p {
padding:15px 15px;    
text-align:justify;
}

.heading h2 {
	color: #3f3185;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	position: relative;
}
.heading h2:after {
	content: '';
	border-bottom: 4px solid #dc2d2f;
	width: 93%;
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin: 0 auto;
    transform: translateX(-50%);
}
.about-sec {
	width: 100%;
	float: left;
	text-align: center;
	margin: 15px 0 20px;
	padding:0 15px;
}
.about-sec p {
	padding-top: 10px;
	font-size: 18px;
	text-align:justify;
}
.today_sec p {
    text-align:justify;
}
.bg-color {
	background: #c9cacb;
	padding: 20px 0;
}
.footer-sec {
	text-align: center;
}
.footer-menu ul li {
	display: inline-block;
	color: #231f20;
    padding: 0 20px;
    border-right: 1px solid #231f20;
}
.footer-menu ul li:last-child {
    border-right: 0px;
}
.footer-menu ul li a {
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.footer-menu ul li a:hover {
    color: #3f3185;
    text-decoration: underline;
}
.social-area {
    margin-top: 25px;
}
.social-area li {
    display: inline-block;
    margin: 0 10px;
}
.social-area li a {
    color: #231f20;
    border: 2px solid #231f20;
    border-radius: 100%;
    display: inline-block;
    width: 35px;
    line-height: 35px;
    height: 35px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.social-area li a:hover {
    background: #231f20;
}
.social-area li a:hover i {
    color: #fff;
}
.social-area li a i {    
    font-size: 19px;   
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; 
}
.copy-right p {
    color: #231f20;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 10px;
    margin-bottom: 0px;
}
.copy-right p a {
    color: #231f20;
}
.copy-right p a:hover {
    text-decoration: underline;
}
.content-sec {
    margin-bottom: 40px;
}
.inner-page {
    margin-top: 20px;
}
.inner-header {
    width: 100%;
    float: left;
}
.inner-header h2 {
    color: #fff;
    font-weight: normal;
    font-size: 23px;
    text-transform: uppercase;
    background: #707070;
    border-radius: 10px;
    padding: 15px 0;
    text-align: center;
    margin:0 0px 30px 0px;
}
.left-txt p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 28px;
}
.grey-color {
    
    text-align: left;
    color: #fff;
    /*height: 420px;*/
    padding: 20px 50px;
    position: relative;
    margin-bottom: 20px;   
}
.grey-color.red-color {
    background: #e94155;
}
.grey-color.value-div p {
    margin-bottom: 0px;
    padding: 2px 0;
    font-weight: 400;
}
.inner-div {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    width: 100%;
    /*padding: 20px 50px;*/
}
.inner-div h4 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 15px 0;
}
.inner-div p {
    font-size: 18px;
    padding-top: 10px;
}
.value {
    margin: 70px 0 60px 0;
    color: #231f20;
}
.value p {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
}
.value p:before {
    content: '';
    width: 20%;
    height: 1px;
    background: #231f20;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.value p:last-child:before {
    background: transparent;
}
.value h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
.right-img img {
    float: right;
    position: relative;
}
.btm-img {
    position: absolute;
    left: 15px;
    bottom: -129px;
}
.about-content {
    margin-top: 50px;
    margin-bottom: 25px;
}
.about-section {
    margin-top: 65px;
}
.contact-form .form-group input, .contact-form .form-group textarea {
    background: #d7d7d7;
    border: 2px solid #959595;
    border-radius: 10px;
    color: #58595b;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
}
.contact-form .form-group textarea {
    height: 100px;
}
.contact-form .form-group input::placeholder, .contact-form .form-group textarea::placeholder {
    color: #58595b;
    opacity: 1; /* Firefox */
}
.contact-form .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #58595b;
}
.contact-form .form-group input::-ms-input-placeholder { /* Microsoft Edge */
    color: #58595b;
}
.contact-sec {
    margin-bottom: 30px;
}
.add-sec {
    text-align: left;
}
.add-sec .inner-div {
    padding: 15px 30px;
    width: 100%;
    float: left;
    /*position: absolute;*/
    /*transform: translateY(-50%);*/
    /*top: 50%;*/
    /*left: 0px;*/
    background: #6d6e71;
}
.add-sec p {
    width: 100%;
    float: left;
    margin: 10px 0;
}
.add-sec p img {
    float: left;
    margin-right: 15px;
}
.add-sec p span {
    float: left;
    padding-top: 5px;
}
.add-sec p a {
    color: #fff;
}
.member {
    color: #231f20;
}
.member .left-txt ul {
    padding-left: 18px;
}
.member .left-txt ul li {
    list-style: disc;
    font-size: 16px;
    padding: 5px;
}
.txt-right {
    float: right;
}
.member .content-sec {
    margin-bottom: 20px;
}
.note p {
    font-size: 16px;
    color: #231f20;
    margin: 50px 0; 
}

.faq-sec .panel-heading .accordion-toggle:after {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f0d7";   
    float: right;       
    color: #fff;         
}
.faq-sec .panel-heading .accordion-toggle.collapsed:after {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f0da";    
}
.faq-sec .panel-heading {
    padding: 0px;
}
.faq-sec .panel-default>.panel-heading a.collapsed {
    background-color: #939598;
}
.faq-sec .panel-default>.panel-heading a {
    color: #fff;
    border-radius: 10px;
    background-color: #ed1c24;
    display: block;
    padding: 15px 15px;
    font-weight: 100;
}
.faq-sec .panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid transparent; 
}
.panel-body p {
    color: #231f20;
    font-size: 16px;
    font-weight:400;
}
.registration-form .details {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.registration-form .form-group {
    position: relative;
}
.registration-form .form-group .img-icon {
    position: absolute;
    right: 26px;
    top: 12px;
    width: 40px;
}
.registration-form .form-group input, .registration-form .form-group select, .registration-form .form-group textarea {
    background: transparent;
    border: 1px solid #808080;
    border-radius: 10px;
    color: #58595b;
    font-weight: 500;
    font-size: 16px;
    height: 50px;
    width: 100%;
}
.registration-form .form-group select:after {
      content: '\25BC';
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 1em;
      background: #34495e;
      cursor: pointer;
      pointer-events: none;
      -webkit-transition: .25s all ease;
      -o-transition: .25s all ease;
      transition: .25s all ease;
}
.registration-form .form-group input::placeholder, .registration-form .form-group select {
    color: #231f20;
    opacity: 1; /* Firefox */
}
.registration-form .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #231f20;
}
.registration-form .form-group input::-ms-input-placeholder { /* Microsoft Edge */
    color: #231f20 ;
}

.registration-form .attach-file {
    width: 100%;
    float: left;
    padding-right: 0;
}
.registration-form .attach-file  input {
    /*display: none;*/
}
.registration-form .attach-file label {
    width: calc(100% - 120px);
    background: #7d7d7d;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #ffff;
    padding: 0 12px;
    margin-bottom: 0px;
    float: left;
}
.upload-doc .attach-file label {
    width: 100%;
}
.registration-form .inner-header h2, .view-detail .inner-header h2 {
    margin-bottom: 15px;
    background: #b7b7b7;
    border: 1px solid #808080;
    color: #000;
}
.attach-file label i {
    font-size: 30px;
    float: left;
    margin-right: 15px;
    margin-top: 11px;
}

.attach-file p {
    float: left;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-left: 6px;
    font-weight: bold;
    font-size: 13px;
}

.registration-form [type="checkbox"]:checked,
.registration-form [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.registration-form [type="checkbox"]:checked + label,
.registration-form [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 43px;
    cursor: pointer;
    line-height: 27px;
    display: inline-block;
}
.registration-form [type="checkbox"]:checked + label:before,
.registration-form [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 27px;
    border-radius: 8px;
    border: 1px solid #636363;
    background: #fff;
}
.registration-form [type="checkbox"]:checked + label:after,
.registration-form [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 36px;
    height: 27px;
    background: #636363;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.registration-form [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.registration-form [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkBox {
    margin-bottom: 8px;
}
.checkBox a {
    color: #dc2d2f;
}
.checkBox label span {
    display: inline-block;
    padding-left: 22px;
    line-height: 24px;
}
.checkBox-sec p {
    font-weight: 700;
    padding: 10px 0;
}
.registration-form .submit_sec {
    float: none;
}
.registration-form .submit_sec a {
    padding: 10px 50px;
}
.styled-select select {
    width: 50px;
    height: 30px;
}


.submit_sec {float: right;}
.submit_sec a {background: #fe0000; color: #fff; padding:10px 15px; border-radius: 10px; font-size: 14px; display: inline-block; margin-bottom: 7px; transition: 0.3s;}
.submit_sec a:hover {background: #2d3192;}
.inside_section {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.inside_section .inner-header h2 {
    border-radius: 0px;
    margin-bottom: 3px;
}
.inside_section .view-btn {
    float: right;
    width: 100%;
    margin-top: 10px;
}
.inside_section .view-btn a {
    float: right;
    color: #707070;
}
.inside_section .view-btn a:hover {
    color: #2d3192;
}

.slider-nav-thumbnails {
    margin-top: 10px;
}
.slider-nav-thumbnails .slick-slide {
    margin-right: 10px;
}
.slider-nav-thumbnails .slick-slide img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.slider-nav-thumbnails .slick-slide:last-child {
    margin-right: 0;
}
.slick-slide img {
    display: block;
    border-radius: 10px;
    border: 1px solid #707070;
    outline: none;
}
.faq-sec .panel-title {
    clear: both;
}
.faq-sec .panel-group .panel {
    overflow: inherit;
}
.prev-next-btn {
    float: right;
    clear: both;
    margin-top: 12px;
}
.prev-next-btn a {
    background: #58595b;
    border-radius: 10px;
    border: 1px solid transparent;
    width: 85px;
    display: inline-block;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    transition: all 0.5s;
    margin-left: 2px;
}
.prev-next-btn a:hover {
    background: transparent;
    border: 1px solid #58595b;
    color: #58595b;
}
.top-search {
    margin: 0 auto 40px;
    display: block;
    width: auto;
    text-align: center;
}
.top-search .dropdown-menu {
    margin: 0px;
}
.top-search .dropdown-toggle::after {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}
.top-search .dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 12px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: left;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.top-search .dropdown {
    display: inline-block;
}
.top-search .btn-primary:hover, 
.top-search .btn-primary:focus, 
.top-search.btn-primary:active, 
.top-search .btn-primary.active, 
.top-search .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2e3192;
    border-color: #acacac;
    border-radius: 10px;
    padding: 10px 15px;
    outline: none;
}
.top-search .search-div {
    display: inline-block;
    position: relative; 
    margin-left: 15px;
}
.top-search .search-div input {
    border: 2px solid #acacac;
    border-radius: 10px;
    padding: 10px 15px;
    position: relative;
    width: 350px;
    height: 42px;
}
.top-search .search-div span.icon {
    position: absolute;
    right: 0;
    top: 0;
    background: #16508f;
    color: #fff;
    border-radius: 0 10px 10px 0;
    line-height: 42px;
    padding: 0 10px;
}

.view-btn.status {
    margin-top: 0px;
    margin-bottom: 10px;
}

.select-drop{
  display: inline-block;
  /*border: 1px solid #2e3192;*/
  border-color: #acacac;
  border-radius: 10px;
  color: #fff;
  margin:0;
  background: #2e3192;
  position: relative;  
}
.top-search .select-drop::after {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    position: absolute;
    right: 11px;
    top: 18px;
}
.selt-title{
    padding: 10px 15px; 
    display:block; 
    text-align: left;
}
.styled {
    float: left;
    height: 42px;
    margin: -40px 0 0;
    opacity: 0;
    width: 100%;
    filter: alpha(opacity=0);
}
.slider-right {
    float: right;
}

.download-btn {
    background: #7d7d7d; 
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
}
.download-btn:hover {
    color: #fff;
}

.imgRgt {
    max-width: 100%;
    height: auto;
    padding-left: 2.5%;
    padding-bottom: 1%;
    float: right
}
.heading h4 {
    background: #ff0000;
    border-radius: 10px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    max-width: 200px;
    /*width: 150px;*/
    margin: 0 auto;
}
.solution-page .left-txt p {
    font-size: 16px;
    line-height: 24px;
}
.listing-inner {
    text-align: center;
    padding: 15px 10px;
}
.listing-inner p {
    text-align: justify;
    padding-top: 15px;
}
.listing-sec {
    font-size: 16px;
    margin-top: 40px;
    text-align: center;
}
.heading h4.width-auto {
    max-width: none!important;
    display: inline-block;
    margin-top: 30px;
}
.grey-bg {
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
}
.grey-bg .sec {
    width: 100%;
    float: left;
    padding: 17px 0 10px 0;
    border-bottom: 2px solid #fff;
}

.grey-bg .sec p{
   color:#58595b;
   text-align: justify;
}
.grey-bg .sec:last-child {
    border-bottom: none;
}
.grey-bg .sec span {
    float: left;
    /*padding-right: 20px;*/
}
/*.grey-bg .sec p {
    float: left;
}*/
.text {
    width: calc(100% - 20px);
    float: right;
    padding-left: 5px;
}
.advantage {
    padding: 10px 0;
    font-size: 16px;
    position: relative;
}
.adv p {
    padding-top:15px;
}
.adv-right {
    position: absolute;
    right: 0px;
    top: 80px;
    padding: 0px;
}



/*thead {
    width: calc( 100% - 1em )
}*/
.mCSB_inside>.mCSB_container {
    margin-right: 0px!important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #959595!important;
}

.submit_sec input {
    background: #fe0000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 7px;
    transition: 0.3s;
}
#organisation_type-error {
    color:red;
}

.res_match {
    margin-bottom:25px;
}

.res_match label {
    font-size: 16px;
    padding-bottom: 2px;
}

.privacy_policy h3 {
    text-transform:uppercase;
    text-align:center;
    font-size:26px;
}

.privacy_policy h4 {
    font-weight:700;
    font-size:20px;
    padding:10px 0px;
}

.privacy_policy p {
    text-align:justify;
    font-size:16px;
}
.privacy_policy ul {
    padding-left:20px;   
}

.privacy_policy ul li {
   text-align:justify;
    font-size:16px;
    padding-bottom:10px;
    list-style:disc;
}
.head-left {
    width:25%;
    float:left;
}
.head-middle {
    width:25%;
    float:left;
}
#loginForm {
    width:auto;
    float:right;
}

.today_sec {
    padding:0 15px;
}

.faq-sec {
    padding:0 15px;
}
.my_account_menu {
    float:right;
    padding-right:15px;
}
.my_account_menu ul li {
    padding-bottom:15px;
}
.my_account_menu ul li a {
    font-size:16px;
    font-weight:700;
}

.my_account_menu .dropdown-menu {
    left: -227px;
    top: auto;
    bottom: 0;
}

.abou_sec_bold {
        padding-left: 20px;
}

.abou_sec_bold li {
    text-align: justify;
    font-size: 16px;
    padding-bottom: 10px;
    list-style: disc;
}

.contact-form {
    margin-bottom:40px;
}



.privacy_policy {
    padding-bottom:20px;
}

.about_us_sec h4 {
    padding:10px 0;
    font-weight:700;
}

.ok_button {
    padding: 7px 10px;
    background: #ccc;
    color: #000;
    width: 70px;
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 10px 0 0 20px;
    text-decoration:none;
}
.test_username {
    text-align:center;
    font-size:16px;
}
.introdrop {
    display:block;
}

.sorting_1 input {
    width:18px;
    height:18px;
}
.checkBox_per input {
        width: 15px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.checkBox_per label {
        width: 98%;
        display:inline-block;
}

.my_account_menu .user_profile_display {
    left: -227px;
    top: 0;
    bottom: auto;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td img {width:30px;}
.bid_now_rr {display: none;}
table.dataTable thead .sorting:after {display: none!important;}
select {
    overflow:hidden;
    width: 120%;
}




