.top-header-area {
    background-color: #c7584a;
}
.footer-area {
    background-color: #c7584a;
}
.single-post-area p {
    font-size: 13px;
    text-align: justify;
}
.single-footer-widget span,.copywrite-text p,.copywrite-text p a,.copywrite-content .social-info a{
	color: #fff;
}
.copywrite-content {
    border-top: 1px solid #76160a;
}
.single-footer-widget span .fa{
	margin-right: 10px;
	font-size: 20px;
}
.single-footer-widget .footer-boxes{
	margin-top: 15px;
}
.header-area {
    border-bottom: 1px solid #76160a;
}
.icons{
	text-align: center;
	margin-bottom: 10px;
}
.icons img{
	width: 50px;
}
.icons p{
	font-size: 13px;
    margin: 0px;
    margin-top: 5px;
}
.custom-form .form-control,.custom-form .nice-select{
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    font-size: 13px;
	margin-bottom: 13px;
}
.custom-form .form-control:active,.custom-form .form-control:focus{
    border: 1px solid #999;
    box-shadow: none;
}
.btn-custom{
	background-color: #76160a;
    border: 1px solid #76160a;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 8px;
    cursor: pointer;
    letter-spacing: 2px;
}
.btn-custom:hover{
	background-color: #c7584a;
	border: 1px solid #c7584a;
}

.classy-nav-container .classy-navbar .classynav ul li a{
	padding: 0px 15px;
}
.modal-title {
    font-size: 17px;
}

#scrollUp{
	z-index: 1 !important;
	margin-bottom: 15px;
}
.nav-tabs .nav-link {
    background-color: #c7584a;
    color: #fff;
    margin-right: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #76160a;
}
.nav-tabs {
    border-bottom: 0px;
}
.top-header-area .top-header-content > a:hover, .top-header-area .top-header-content > a:focus {
    color: #76160a;
}


.chatbox {
	position: fixed;
    bottom: 0;
    right: 30px;
    width: 300px;
    height: 380px;
    background-color: #fff;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 999;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.chatbox--tray {
    bottom: -335px;
}
.chatbox--closed {
    bottom: -400px;
}
.chatbox .form-control:focus {
    border-color: #1f2836;
}
.chatbox__title,.chatbox__body {
    border-bottom: none;
}
.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: #1f2836cc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 15px;
}
.chatbox__title h5 a {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chatbox__title h5:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: #4CAF50;
    border-radius: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chatbox__title__tray,.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}
.chatbox__title__tray:hover,.chatbox__title__close:hover {
    opacity: 1;
}
.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
}
.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}
.chatbox__body,.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color:#DCDCDC;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.chatbox__credentials{
    display: none;
}
.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.chatbox__body {
    overflow-y: auto;
}
.chatbox__body__message {
    position: relative;
}
.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}
.chatbox__body__message img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 15px;
}
.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;padding-top: 25px;
}
.chatbox__body__message--left img {
    left: -5px;
}
.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
}
.chatbox__body__message--right img {
    right: -5px;
}
.chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}
.chatbox--empty {
    height: 262px;
}
.chatbox--empty.chatbox--tray {
    bottom: -212px;
}
.chatbox--empty.chatbox--closed {
    bottom: -262px;
}
.chatbox--empty .chatbox__body,.chatbox--empty .chatbox__message {
    display: none;
}
.chatbox--empty .chatbox__credentials {
    display: block;
}
.chatbox_timing {
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 2px;
}
.chatbox_timing ul{
	padding:0;
	margin:0;
}
.chatbox_timing ul li {
    list-style: none;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
.chatbox_timing ul li a{
	display:block;color:#747474;
}
.ul_msg{
    padding: 10px !important;
}
.chatbox__body__message--right .ul_section_full{
	margin-right: 15px;
	padding-right: 30px;
	text-align: right;
	border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top:15px;
}
.chatbox__body__message--left .ul_section_full {
    margin-left: 15px;
    padding-left: 15px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);

}
.ul_msg{padding:0;margin:0px}
.ul_msg li{list-style:none;display:block}
.ul_msg2{padding:0;margin:0px;text-align: right;}
.ul_msg2 li{list-style:none;display:inline-block;margin-right: 15px;}
.chatbox__body__message--right .chatbox_timing  {
    position: absolute;
    left: 10px;
    font-size: 12px;
    top: 2px;
}
.chatbox__body__message--right .ul_msg2{text-align:left}
.chatbox__body__message--right .ul_msg2 li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;margin-right:0px
}
.chat_set_height {
    height: 40px;
    margin-top: 1px;
}
.chatbox22 .form-control:focus {
    border-color: #DCDCDC;
}
.width50{
	width:50%;
	float:left;
	background:#ECECEC;
}

.single-project-slide{
	height: 450px;
}
.single-project-slide .hover-effects .text {
    height: 350px;
}

.table-rate tr th, .table-rate tr td{
	padding: 8px 10px;
}

/*********** padding ***********/
.p-t-0{
	padding-top: 0px !important;
}
.p-t-10{
	padding-top: 10px !important;
}
.p-t-25{
	padding-top: 25px !important;
}
.p-t-50{
	padding-top: 50px !important;
}
.p-b-0{
	padding-bottom: 0px !important;
}
.p-b-10{
	padding-bottom: 10px !important;
}
.p-b-25{
	padding-bottom: 25px !important;
}
.p-b-50{
	padding-bottom: 50px !important;
}
/*********** margin ***********/
.m-t-0{
	margin-top: 0px !important;
}
.m-t-10{
	margin-top: 10px !important;
}
.m-t-25{
	margin-top: 25px !important;
}
.m-t-50{
	margin-top: 50px !important;
}
.m-b-0{
	margin-bottom: 0px !important;
}
.m-b-10{
	margin-bottom: 10px !important;
}
.m-b-25{
	margin-bottom: 25px !important;
}
.m-b-50{
	margin-bottom: 50px !important;
}

/*Datatable CSS*/

/* Make DataTable more professional */
#example_wrapper .dataTables_length,
#example_wrapper .dataTables_filter {
    margin-bottom: 15px;
}

#example_wrapper .dataTables_filter input {
    width: 200px;
    display: inline-block;
    border-radius: 4px;
}

#example_wrapper .dataTables_length select {
    width: 80px;
    display: inline-block;
    border-radius: 4px;
}

table.dataTable td {
    vertical-align: middle !important;
    padding: 12px 10px !important;
    font-size: 15px;
}

table.dataTable th {
    background: #f8f8f8;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    padding: 10px !important;
}

@media (max-width: 767px) {
    #example_wrapper .dataTables_filter {
        text-align: left !important;
    }
    #example_wrapper .dataTables_filter input {
        width: 100% !important;
        margin-top: 10px;
    }
}

#example_wrapper .dt-length label,
#example_wrapper .dt-length select {
    font-size: 16px !important;
}

#example_wrapper .dt-search label,
#example_wrapper .dt-search input {
    font-size: 16px !important;
  
}
#example_wrapper .dt_filter label,
#example_wrapper .dataTables_filter input {
    font-size: 16px !important;
}

#example_wrapper .dt-info {
    font-size: 16px !important;
}

#example_wrapper .dt-paging .dt-paging-button {
    font-size: 14px !important;
    padding: 2px 6px !important;
}

/* 1. Left align all TH text */
/* 1) Left align all table headers and cells */
table.dataTable thead th,
table.dataTable tbody td {
    text-align: left !important;
}

/* 2) Override DataTables’ “numeric/date = right aligned” rule */
table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left !important;
}

/* 3) Push sorting arrows to the far right of the TH */
table.dataTable thead > tr > th {
    position: relative;               /* so the icon can be absolutely positioned */
    background-color: #eec344;
}

table.dataTable thead > tr > th span.dt-column-order {
    position: absolute !important;
    right: 4px;                       /* distance from right border */
    top: 50%;
    transform: translateY(-50%);      /* vertically center */
    width: 12px;                      /* default width from DT */
    height: 20px;
}


.cd-top-custom {   
    margin-bottom: 50px;
}

/*    News & Rearch page pagination    */

/* Heading style like "More Articles" */
.aside-right .aside-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.aside-right .aside-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #eec344;
  margin-top: 6px;
}

/* Box border like existing aside */
.aside-list-group {
  border: 1px solid #ddd;
}

/* Only affect this DataTable */
#newsTable_wrapper .dataTables_length,
#newsTable_wrapper .dataTables_filter,
#newsTable_wrapper .dataTables_info {
  display: none !important;   /* hide Show entries / Search / Info */
}

/* Pagination style (small, neat) */
#newsTable_wrapper .dataTables_paginate {
  padding: 6px 8px;
  text-align: center;
}

#newsTable_wrapper .dataTables_paginate .paginate_button {
  font-size: 12px !important;
  padding: 2px 6px !important;
}

/* Links inside list */
#newsTable tbody a {
  display: block;
  text-decoration: none;
}

#newsTable tbody a:hover {
  text-decoration: underline;
}

/* Responsive spacing */
@media (max-width: 767.98px) {
  .aside-right {
    margin-top: 20px;
  }
}


iframe {
  width: 100%;
  border: none;
}


#newsTable_wrapper .dataTables_length,
#newsTable_wrapper .dataTables_filter {
    margin-bottom: 15px;
}

#newsTable_wrapper .dataTables_filter input {
    width: 200px;
    display: inline-block;
    border-radius: 4px;
}

#newsTable_wrapper .dataTables_length select {
    width: 80px;
    display: inline-block;
    border-radius: 4px;
}

@media (max-width: 767px) {
    #newsTable_wrapper .dataTables_filter {
        text-align: left !important;
    }
    #newsTable_wrapper .dataTables_filter input {
        width: 100% !important;
        margin-top: 10px;
    }
}

#newsTable_wrapper .dt-length label,
#newsTable_wrapper .dt-length select {
    font-size: 16px !important;
}

#newsTable_wrapper .dt-search label,
#newsTable_wrapper .dt-search input {
    font-size: 16px !important;
  
}
#newsTable_wrapper .dt_filter label,
#newsTable_wrapper .dataTables_filter input {
    font-size: 16px !important;
}

#newsTable_wrapper .dt-info {
    font-size: 16px !important;
}

#newsTable_wrapper .dt-paging .dt-paging-button {
    font-size: 12px !important;
    padding: 6px 6px !important;
}

.d-md-flex.justify-content-between.align-items-center.col-12.dt-layout-full.col-md {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}
.w-65 {
    width: 65%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-85 {
    width: 85%;
}
.w-90 {
    width: 90%;
}


.PartnersLogoHeight {
/*    height: 250px;*/
    height: 190px;

}
@media (max-width: 767px) {
    .PartnersLogoHeight {
/*        height: 270px;*/
        height: 210px;
    }

    .w-sm-100 {
        width: 100% !important;
    }
}

.bw-header
{
    border-bottom: 1px solid #e1e1e1;
}

