/*
 * Title:   Custom Style File
 * Author:  http://themeforest.net/user/soaptheme 
 */

 .branding {
    width: 150px;
}
#main-nav a i {
    font-size: 32px;
}

.text-red { color:#F00;}
.text-blue { color:#0000A0;}

/*.brand-slider {
    padding-bottom: 42px;
}*/

/*.custom-input-btn,
.custom-input-group .form-control {
    display: inline-block;
}*/

/*.custom-input-group .form-control {
	width:82%;
}*/
/*.search_section {
	margin-top:40px;
	margin-bottom:70px;
}*/

.custom-search {
	position:relative;
	margin-top:220px;
	margin-bottom:30px;
}
.custom-search .input-lg {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 58px;
    padding-right: 100px;
    /* background: rgba(255, 255, 255, 0.5); */
}
.custom-search .btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 3px;
    font-size: 20px;
    height: 58px;
    padding-right: 19px;
    padding-left: 23px;
}
#slideshow .tp-leftarrow.default::before,
#slideshow .tp-rightarrow.default::before {
	border-color:#ff3030;
	background:#ff3030;
	color:#fff;
}
#slideshow .tp-leftarrow.default:hover::before,
#slideshow .tp-rightarrow.default:hover::before {
	color:#fff;
}
/*.search_section_in_slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    margin-top: 40px;
    margin-bottom: 120px;
}*/
.search_section_in_slider {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    z-index: 100;
    margin-top: -32px;
    margin-bottom: 0;
}
.slotholder::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.4); */
    content: " ";
}

/*.brand-slider .owl-item img {
    max-width: 100%;
}
.brand-slider .owl-item a {
    padding: 0;
}
.brand-slider {
    padding-bottom: 0;
}
.owl-pagination {
    display: none !important;
}*/

#header.header-color-white{

    background-color: white;
}

#header.header-color-white,
#nav > ul > li.menu-item-has-children:hover > a {
    color: #000;
}
#header.header-sticky #nav > ul > li > a {
    color: #000;
}
#nav > ul > li.menu-item-has-children:hover > a,
#nav li.active > a {
	color:#ff1818 !important;
}
#nav li.active > a:hover {
	color:#fff !important;
}





/* begin: validation */
.mini_form .form-group {
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
}
.mini_form input.input-text, .mini_form textarea, .mini_form .customSelect, .mini_form select {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}
.mini_form input.input-text, .mini_form .customSelect, .mini_form select {
    height: 38px;
}
.mini_form textarea {
    height: 100px;
}
.mini_form span.help-inline-error {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    padding-right: 10px;
    margin-bottom: 1px;
	color:#FF0000;
}
.schedule_form .row.custom_field_left_right span.help-inline-error {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    padding-right: 18px;
    margin-bottom: 1px;
	color:#FF0000;
}
/*.help-inline-error {
	color:#FF0000;
}*/
.mini_form .btn {
    width: 100%;
    border-radius: 0px;
}

.heading_setting .heading {
	margin-bottom:8px;
}
/* end: validation */

.bg-client-section > .section {
    background: rgba(27, 66, 104, 0.6); /*#20466c;*/ /* OLD Color: 0099CC */
}

.icon-container img {
    width: 70px;
}
.entry-title {
	color:#000 !important;
}
.single_blog .title {
	text-transform:capitalize;
}



.row.custom_field_left_right {
    border-bottom: solid 1px #ccc;
}
.form-group.custom_field_left, .form-group.custom_field_right {
    padding: 10px 14px !important;
}
.form-group.custom_field_left,
.form-group.custom_field_right,
.mini_form .form-group.custom_field_left {
    margin-bottom: 0;
}
.form-group.custom_field_right {
    border-left: solid 1px #ccc;
    padding: 10px 0;
}
.custom_field_left label {
    line-height: 38px;
    height: 38px;
    margin-bottom: 0;
    font-size: 14px;
}
.custom_field_left_right_btn {
    padding-top: 24px;
}
.mini_form .form-group.custom_field_right span.help-inline-error {
    margin-bottom: 12px;
    margin-right: 9px;
}




.address-line-left {
    display: table-cell;
    width: 70px;
}
.address-line-right {
    display: table-cell;
    width: 255px;
}
.map {
    position: absolute;
    top: 0;
    right: 0;
	margin-left:15px;
	width:57px;
}
.address-line-left p, .address-line-right p {
    margin-bottom: 0px;
}
.contact-address.style3 .address {
    border-bottom: solid 1px #e9e9e9;
    margin-bottom: 12px;
    padding-bottom: 12px;

    position: relative;
}
.heading {
	margin-bottom:10px;
}
.heading h4 {
    color: #1b4268;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.page-title-container .page-title {
    background-repeat: no-repeat;
	background-size: cover;
}



.sub-nav li a i {
    float: left;
    margin-right: 10px;
    margin-top: 0;
    line-height: 20px;
}
.tp-leftarrow.default, .tp-rightarrow.default {
    overflow: visible !important;
    opacity: 1;
    z-index: 100 !important;
}

#nav .sub-nav {
    padding: 0;
}
#nav .sub-nav li {
    padding: 0;
}
#nav li.menu-item-has-children > .sub-nav {
    background: rgba(255, 255, 255, 1);
}
#nav .sub-nav li a {
	/*border-bottom: solid 1px rgba(0,0,0,0.1);*/
    padding: 8px 25px;
}
#nav .sub-nav li a:hover {
    /*background: rgba(0, 0, 0, 0.15);*/
	background:#ff1818;
	color:#fff;
}
#nav .sub-nav li a:hover i {
	color:#fff !important;
}
#nav .sub-nav .sub-nav {
    top: 0;
}




.custom_client_slider_in_slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.custom_client_slider_in_slider .brand-slider {
    padding-bottom: 10px;
}
.custom_client_slider_in_slider .owl-pagination {
	/*display:none;*/
	margin-bottom: -19px;
}

/*
    Table
*/
.custom_table_setting th,
.custom_table_setting td {
    color:#000;
}
.custom_table_setting tr:nth-child(2) th {
    border-top:none !important;
    font-size: 20px;
}
.custom_table_setting tr th:nth-child(2),
.custom_table_setting tr th:nth-child(3),
.custom_table_setting tr th:nth-child(4),
.custom_table_setting tr td:nth-child(2),
.custom_table_setting tr td:nth-child(3),
.custom_table_setting tr td:nth-child(4) {
    width: 140px;
    text-align: center;
}
.custom_table_setting tr:nth-child(1) th {
    /*padding-bottom: 0;*/
    font-size: 14px;
}
.custom_table_setting th {
    background:#275d79 !important;
    color:#fff;
}
.custom_table_setting tr.light-gray td {
    background:#ebebeb !important;
}
.custom_table_setting tr.light-yellow td {
    background:#f8f1a5 !important;
}
.custom_table_setting tr.light-blue td {
    background:#dbe9f2 !important;
}
.small_heading th {
    font-size: 15px !important;
    background: #0f2541 !important;
}
.custom_table_setting th .entry-title,
.text-white{
    color:#fff !important;
}


body .alert-danger {
    background-color: #a94442 !important;
    border-color: #a94442 !important;
}
body .alert .close {
	background:#000 !important;
	color:#fff !important;
}

.schedule_form .row.custom_field_left_right {
	border-bottom:none;
}


.heading_bg_alt {
    background: #ff1818;
    padding: 12px 15px;
    text-align: center;
}
.text-white {
    color:#fff !important;
}






















