@font-face {
    font-family: regularFont;
    src: url(../fonts/DroidKufi-Regular.ttf);
}

@font-face {
    font-family: logo;
    src: url(../fonts/Bahij_Insan-Regular.ttf);
}

@font-face {
    font-family: boldFont;
    src: url(../fonts/DroidKufi-Bold.ttf);
}
#messageCancel {
    background: #bb8f4e !important;
border: none;
border-radius: 7px;
}
html {
    height: 100%;
}

body {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: regularFont;
    direction: rtl;
    /* background-color: #F6F4F0; */
    background-color: white;
    height: 100%;
}

ul, ol {
    margin: 0;
    padding: 0;
}

a:hover, a:focus, a {
    text-decoration: none;
}
.tooltip-inner {
    max-width: 200px;
    /* If max-width does not work, try using width instead */
    width: 100px;
    font-size: 16px;
}
/*** Top Navbar ****/
.top-nav {
    padding-top: 20px;
}
.top-brand {
    display: inline-block;
    padding-top: 15px;
}
.top-brand img {
    display: inline-block;
    /*padding-left: 1%;*/
}
.top-brand p {
    display: inline-block;
    color: #6e6e6c;
    font-weight: bold;
    /*padding-right: 2%;*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.top-brand p:hover {
    color: #9F8459 !important;
}


.navbar--topheader {
    display: inline-block;
    padding-top: 5px;
}
.open>.dropdown-menu {
    background-color: #141519;
    border-color: #9f8459;
}
/*** End Navbar ***/

/* navbar and logo */
.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-inverse {

    background-color: #141519;
    border-color: transparent;
    border-radius: 0;
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 10000;
    right: 0;
    width: 80%;
    margin: auto;
}

.navbar-inverse .navbar-nav > li > a {
    color: #6e6e6c;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 40px;
    margin: 10px 0 10px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.navbar-inverse .navbar-nav > li > a:hover {
    border: 2px solid #c8af79;
    border-radius: 40px;
    color: #c8af79;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
    border: 2px solid #c8af79;
    border-radius: 40px;
    color: #c8af79;
}

.navbar-inverse .navbar-brand {
    font-size: 30px;
    color: #c8af79;
    margin: 0;
    padding: 28px 20px 0 0;
    font-family: logo;
    font-weight: 600;
}

.navbar-inverse .navbar-brand img {
    margin-top: -14px;
}

.navbar-inverse .navbar-brand:hover {
    color: #c8af79;
}

/* navbar and logo */

/* slidershow */

.slider {
    margin-top: -20px;
    z-index: 0;
}

.rslides img {
    height: 100%;
}

.rslides li {
    height: 670px;
}

.rslides {
    z-index: 0;
    position: relative;
}

.text-slide {
    color: #fff;
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    text-align: center;

}
.rslides_tabs.rslides1_tabs {
    display: none;
}
/* .text-slide h3
{
	font-size: 35px;
	margin-bottom: 30px;
	font-weight: 600;
	font-family: logo;
} */

.text-slide img.title {
    width: 500px;
    margin: auto;
    float: unset;
    margin-bottom: 20px;
}

.text-slide h4 {
    margin-bottom: 20px;
    font-size:23px;
}

/* .text-slide span
{
	font-size: 18px;
	color: #fff;
	font-family: 'Cairo', sans-serif;
} */

.text-slide p {
    font-size: 16px;
    width: 80%;
    margin: 20px auto 20px auto;
    line-height: 35px;
    color: #868683;
}

.prev .fas {
    font-size: 30px;
    position: absolute;
    top: 45%;
    /* bottom: 0; */
    right: 5%;
    color: #fff;
}

.next .fas {
    font-size: 30px;
    position: absolute;
    top: 45%;
    left: 5%;
    color: #fff;
}

.slider-description {
    text-align: right;
    margin: 0 auto;
    width: 51%;
}

.slider-description h4 span:first-child {
    margin-left: 10%;
}

/* slidershow */

/* news section */

.news-sec {
    padding: 0;
    width: 100%;
}

.news-sec .col-left {

    width: 50%;
    float: left;
}

.news-sec .col-right {

    width: 50%;
    float: right;
}

.news-sec h2 {

    background-color: #111010;
    color: #9f8459;
    padding: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.news-sec img {
    width: 100%;
}

.news-sec h3 {
    color: #9f8459;
    font-size: 23px;
    font-weight: 600;
    padding: 0 10px;
}

.news-sec .news-sec--details {
    font-size: 16px;
    width: 80%;
    line-height: 32px;
    color: #868683;
    padding-right: 20px;
    height: 200px;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: normal;
    overflow: hidden;
}
.news-sec .news-sec--details strong {
    display: block;
}

.news-sec a {

    background-color: #9f8459;
    padding: 5px 40px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    text-align: left;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.news-sec a:hover {
    text-decoration: none;
}

.news-sec .owl-theme .owl-dots {
    position: absolute;
    left: 34%;
    bottom: 3%;
}

.news-sec .owl-theme .owl-dots .owl-dot span {

    width: 20px;
    height: 20px;
    background-color: #c1b094;
}

.news-sec .owl-theme .owl-nav {
    display: none;
}

.news-sec .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #9f8459;
}

/* news section */

/* news section */

.meeting-sec {
    width: 100%;
    background-color: #F6F4F0;
}

.meeting-sec .col-left {

    width: 50%;
    float: left;
}

.meeting-sec .col-right {

    width: 50%;
    float: right;
}

.meeting-sec .col-left h2 {

    background-color: #111010;
    color: #9f8459;
    padding: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.meeting-sec h1 {

    color: #868683;
    padding: 20px;
    text-align: center;
    font-size: 40px;
    font-family: logo;
    margin: 0;
}

.meeting-sec .col-right label {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #9F8459;
    margin-top: 37px;
    margin-right: 200px;
}

.meeting-sec img {
    width: 100%;
}

.meeting-sec h3 {

    color: #9f8459;
    font-size: 23px;
    font-weight: 600;
    padding: 20px;
}

.meeting-sec a {

    background-color: #9f8459;
    padding: 8px 40px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    text-align: left;
    float: left;
    margin: 30px 30px 0 30px;
}

.news-sec a:hover {
    text-decoration: none;
}

/* Hide the browser's default radio button */
.container1 {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #9f8459;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #9F8459;
}

.container1 input:not checked {
    color: red;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    /*background: white;*/
}

.col-right form {
    height: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* news section */

/* three blocks */
.three-blocks {
    width: 100%;
    padding: 30px 0 30px 0;
}
.position {
    top: 20%;
}
.three-blocks .child-block {
    background-color: #111010;
    display: inline-block;
    width: 100%;
    text-align: center;

}
.none-padding {
    padding: 0;
}
.three-blocks .shape-one {
    -webkit-clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0% 100%);
    margin: 10px 0;
}

.three-blocks .shape-tow {

    margin: 10px 0;
}

.three-blocks .shape-three {
    -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
    margin: 10px 0;
}

.three-blocks .child-block h3 {
    color: #9f8459;
    font-size: 20px;
    /*font-weight: 600;*/
    padding: 20px;
}

.three-blocks img {
    margin: 20px auto 20px auto;
}

/* three blocks */

/* testmonials */
.testmonials {
    background: url("../img/testmoniBack.png") no-repeat center center;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    min-height: 238px;
    padding: 50px 0 50px 0;
    background-color: #141519;
}

.testmonials p {

    color: #fff;
    font-size: 17px;
    width: 80%;
    margin: auto;
    line-height: 34px;
}

.testmonials p::before {
    content: "’’";
    font-size: 48px;
    color: #FFFEF6;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.testmonials .owl-theme .owl-dots {
    text-align: left;
}

.testmonials .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background-color: #868683;
}

/*.testmonials .owl-theme .owl-dots .owl-dot span:before {*/
/*content: '';*/
/*width: 2px;*/
/*height: 2px;*/
/*background-color: red;*/
/*display: inline-block;*/
/*}*/

/* .testmonials .owl-theme .owl-dots .owl-dot span::after{

	content: "";
	width: 50px;
	height: 2px;
	background-color: #c1b094;
	display: inline-block;

} */

.testmonials .owl-theme .owl-nav {
    display: none;
}

.testmonials .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #9f8459;
}

/* testmonials */
/*** start videos section ***/
.videos {
    padding: 30px 0;
}

.videos-tittle {
    color: #9f8459;
    font-weight: bold;
}

.videos-tittle:after {
    content: '';
    width: 100px;
    height: 2px;
    display: block;
    margin: 15px auto;
    background-color: #9f8459;

}

.video-description {
    margin: 15px;
    color: #141519;
    font-size: 16px;
}

/*** start videos section ***/
/* Footer */
footer {
    background-color: #141519;
    padding: 15px 0 0 0;
    border: 1px solid #707070;
    border-left: 0;
    border-right: 0;
}

footer p {
    font-size: 15px;
    color: #868683;
    line-height: 30px;
    margin-right: 0;
}

footer .logo {
    text-align: center;
}

footer .logo img {
    margin: auto;
}

ul.social li {

    margin-right: 10px;
    width: 30px;
    height: 30px;
    border: 2px solid #868683;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

ul.social li:hover, ul.social li:focus {
    background-color: #9f8459;
    border-color: #ffffff;
}

ul.social li:hover a, ul.social li:focus a {
    color: #ffffff;
}

ul.social li a {

    color: #868683;

}

/* Footer */
/**** admin pannel page ***/
.navControl {
    position: relative;
    top: 0;
    width: 100%;
}
.tab-content .active {
    display: block !important;
}
.personal-details--head {
    color: #9F8459;
    font-weight: 600;
}
#messgaeModal {    z-index: 99999999999999999999999999999999999999;}
/**Start nav tabs style**/
.top-brand img {
    width: 30px;
    height: 30px;
}
.nav-tabs {
    border-bottom: 0;
}
#xf_addNodeButton {

    border-radius: 90px;
    width: 50% !important;
}
/* .nav-tabs > li > a, .nav > li > a:focus, .nav > li > a:hover {
    background-color: #c39c63;
    color: white;
    font-size: 16px;
    padding: 13px 4px;
    border-color: #c39c63;
} */
.nav-tabs.tree-tabs > li {
    -webkit-clip-path: none;
    clip-path: none;
    width: auto;
    margin: 10px 2px;
}
.nav-tabs.tree-tabs > li > a {
    width: 40px;
    height: 40px;
    background-color: transparent;
    font-size: 20px;
    padding: 4px;
    border-radius: 100%;
    border: 2px solid #c8af79;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.nav-tabs.tree-tabs > li > a:hover ,.nav-tabs.tree-tabs > li > a:focus {
    background-color: #141519;
    border-color: #141519;
    color: #c8af79;
}
.nav-tabs.tree-tabs > li.active > a:hover ,.nav-tabs.tree-tabs > li.active > a:focus {
    background-color: #141519;
    border-color: #141519;
    color: #c8af79;
}
.nav-tabs.tree-tabs > li:first-child {
    -webkit-clip-path: none;
    clip-path: none;
    width: auto;
    margin: 10px 5px;
}
.tree-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-tabs.tree-tabs > li.active > a {
    border: 2px solid #c8af79;
    background-color: transparent;
}
.nav-tabs > li {
    /* -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%); */
    margin: 10px 0;
    text-align: center;
    width: 12%;
}
.btn-danger {

    border-radius: 90px;
    width: 50% !important;
}
.nav-tabs > li:first-child {
    /* -webkit-clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0% 100%); */
}

.nav-tabs > li.active > a,.nav-tabs > li > a:hover,.nav-tabs > li:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #C39C63;
    color: white;
    border-color: #C39C63;
}

.content {
    margin: 20px 0 30px 0;
    min-height: 100%;
}

.form-group {
    margin-top: 15px;
}

/*.personal-image {*/
/*padding: 20px 0;*/
/*}*/
.personal-image img {
    /*border-radius: 100%;*/
    margin: 20px auto;
    width: 177px;
    height: 177px;
}

.form-control {
    /*border-radius: 0;*/
    background-color: #F6F6F6;
    border: 1px solid #9f84596e;
    height: 50px;
    color: #707070;
}

.form-control:focus {
    border-color: #9f84596e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #9f8459ab;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #9f8459ab;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #9f8459ab;
}

#datepicker > span:hover {
    cursor: pointer;
}

.ui-widget-header {
    background-color: #9f8459;
    border: 1px solid #9F8459;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #9F8459;
    background-color: #9F8459;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    color: #141519;
    font-weight: 300;
}

.name-tittle {
    font-size: 18px;
    color: #141519;
}

.form-group button, .form-group .green, .form-group .primary {
    width: 100%;
    height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.form-group .export {
    background-color: #43B05C;
    border:1px solid #43B05C;
}

.form-group .primary {
    background-color: #9f8459;
    border: 1px solid #9f8459;
    border-radius: 4px;
}

.form-group .green {
    background-color: #43B05C;
    border: 1px solid #43B05C;
}

.panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    padding: 15px 15px;
    background-color: #ffffff;
}

/*.datepicker.dropdown-menu {*/
/*right:0 !important;*/
/*}*/
/**end nav tabs style**/
/**** admin pannel page ***/
/*** Start tree Style ***/
.tree {
    border: 2px solid #9f8459;
    padding: 40px 15px;
}

.tree-card {
    background-color: #09090A;
    border: 1px solid #09090A;
    border-radius: 8px;
    padding: 10px 0 0 0;

}

.tree-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 10px;
}

.tree-content--details .name, .tree-content--details .details {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
}

.tree-content--details p, .tree-content--details p:hover {
    text-decoration: none;
}

.tree-content--details .details span {
    color: #ffffff;
    font-weight: 600;
    margin: 0 5px;
}

.mt-4 {
    margin-top: 40px;
}

/*.tree-card .age  p {*/
/*width: 25%;*/
/*margin: 0 auto;*/
/*background-color: #9F8459;*/
/*padding-top: 10px;*/
/*border-top-left-radius: 135px;*/
/*border-top-right-radius: 135px;*/
/*color: #ffffff;*/
/*font-weight: 600;*/

/*}*/
.delete-wife {
    background-color: #FF2929;
    color: #ffffff;
    border-radius: 100%;
    border: 1px solid #FF2929;
    font-size: 19px;
    width: 36px;
    height: 37px;
    display: inline-block;
}

.wife-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-card1 {
    background-color: #9f8459;
    width: 50%;
    padding: 5px 0;
    clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0% 100%);
    border-bottom-right-radius: 8px;
    text-align: center;
}

.box-card2 {
    background-color: #9f8459;
    width: 50%;
    padding: 5px 0;
    clip-path: polygon(0% 0%, 100% 0%, 93% 100%, 0% 100%);
    border-bottom-left-radius: 8px;
    text-align: center;
}

.age .addbtn {
    text-align: center;
    color: #ffffff;
}

.age {
    display: flex;
}

/*******************************
* MODAL RIGHT SIDEBAR
* Add  or "right" in modal parent div, after class="modal".
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 400px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}
.form-control-feedback {
    position:relative !important;
    top: auto !important;
    right: auto !important;
    z-index: 2;
    display: block;
    width: auto !important;
    height: auto !important;
    line-height: 34px;
    text-align: right !important;
    pointer-events: none;
}
/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
    top: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    /* border-bottom-color: #CBCBCB;
    background-color: white; */
    border: none;
    padding: 0;
}

.modal-header .close {
    margin-top: 20px;
margin-right: 20px;
opacity: 1;
color: black;
font-size: 16px;
padding: 20px 20px;
background: white;
border-radius: 11px;
}

.businessCard {
    margin: 20px 3px;
    position: relative;
}

.business-overlay {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.businessCard-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 22px;
    margin-top: 21px;
    background-color: black;
}

.business-card--image {
    position: absolute;
    top: 0;
}

.business-card--details {
    padding-top: 5px;
    /* padding-right: 10px; */
    padding-left: 10px;
    position: absolute;
    top: 30px;
    right: 150px;
}

.business-card--details p {
    font-size: 16px;
    color: #583A35;
    margin: 10px 0;
    font-weight: 700;
}

.business-card--details img {
    width: 150px;
}

.business-card--details2 {
    position: absolute;
    top: 175;
    padding: 0 15px;
    display: flex;
}

.business-card--details2 span {
    color: #583A35;
    padding-right: 3px;
    padding-left: 3px;

}
.business-card--details2 span.mail {
    width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.business-card--details2 span img {
    width: 42px;
    margin-top: -14px;
}
#myModal1 {
    z-index: 99999;
}
#addUserModal {
    Z-INDEX: 9999999999999999;
}
.bs-example-modal-sm {
    top: 30%;
}

.modal-content-sm {
    background-color:#F9F9F9;
    border-radius: 11px;
    padding: 21px;
}

.modal-content-sm img {
    /*margin: 5px auto;*/
}

.modal-name, .modal-name a {
    color: #9F8459;
    font-size: 20px;
}

.confirm-btn, .confirm-btn:hover, .confirm-btn:focus {
    background-color: #9F8459;
    color: #fff;
    border-color: #9F8459;
    font-size: 20px;
    border-radius: 0;
    padding: 10px 24px;

}

.dismiss-btn, .dismiss-btn:hover, .dismiss-btn:focus, .dismiss-btn.active {
    background-color: #F00029;
    color: #fff;
    border-color: #F00029;
    font-size: 20px;
    border-radius: 0;
    padding: 10px 24px;
}

.modal-input {
    background-color: transparent;
    width: 50%;
    margin: 5px auto;
}

/*** Start style for search button ***/

.has-search .form-control-feedback {
    right: 0;
    left: 0;
    top: 10px;
    color: #ccc;
    width: 100px;
}
.form-control-excel {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.has-search .form-control-excel {
    right: 0;
    left: 0;
    top: 0;
    color: #fff;
    width: 70px;
    font-size: 18px;
    background-color: #2D703C;
    height: 100%;
    line-height: 49.4px;
    font-size: 35px;

}

.has-search .form-control {
    padding-right: 100px;
    padding-left: 12px;
}
#video2 , #video3 {
    display: none;
}
/***  End style for search button ***/
/*** Start style for sidebar modal ***/
.black-btn {
    width: 100%;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    background-color: #bb8f4e;
    border: 1px solid #bb8f4e;
    margin: 10px 0;
    text-align: right;
    border-radius: 9px;
}

/*** end style for sidebar modal ***/
/*** end tree Style ***/
/*** test ribbon style ***/
#ribbon-container {
    position: absolute;
    top: 57%;
    left: -109px;
    overflow: visible; /* so we can see the pseudo-elements we're going to add to the anchor */
    font-size: 18px; /* font-size and line-height must be equal so we can account for the height of the banner */
    line-height: 18px;
    z-index: 99999999;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sticky #ribbon-container {
    left: -16px;
}

#ribbon-container:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    border-top: 29px solid rgba(0, 0, 0, .3); /* These 4 border properties create the first part of our drop-shadow */
    border-bottom: 29px solid rgba(0, 0, 0, .3);
    border-right: 29px solid rgba(0, 0, 0, .3);
    border-left: 29px solid transparent;
}

#ribbon-container:after { /* This adds the second part of our dropshadow */
    content: "";
    height: 3px;
    background: rgba(0, 0, 0, .3);
    display: block;
    position: absolute;
    bottom: -3px;
    left: 58px;
    right: 3px;
}

#ribbon-container a {
    display: block;
    padding: 20px;
    position: relative; /* allows us to position our pseudo-elements properly */
    background: #F00029;
    overflow: visible;
    height: 58px;
    margin-left: 29px;
    color: #fff;
    text-decoration: none;
}

#ribbon-container a:after { /* this creates the "folded" part of our ribbon */
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0;
    border-top: 15px solid #F00029;
    border-right: 15px solid transparent;
}

#ribbon-container a:before { /* this creates the "forked" part of our ribbon */
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    left: -29px;
    border-top: 29px solid #F00029;
    border-bottom: 29px solid #F00029;
    border-right: 29px solid transparent;
    border-left: 29px solid transparent;
}

#ribbon-container a:hover {
    background: #F00029;
}

#ribbon-container a:hover:before { /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
    border-top: 29px solid #F00029;
    border-bottom: 29px solid #F00029;
}

/*** test ribbon***/
/*** Start mega menu **/
.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 12%;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #141519d6;
    text-align: left !important;
}
.mega-dropdown-menu > li {
    display: inline-block;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #9f8459 !important;
    padding: 3px 5px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #9f8459;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}
.mega-dropdown-menu >li>a {
    padding: 3px 58px;
}
.dropdown-menu > li > a {
    color: #9f8459;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #9f8459;
}

/*** End mega menu ***/
/*** Start style for table ***/
.table-striped > tbody > tr {
    background-color: #ffffff;
}

.table > thead > tr > th {
    color: #9f8459;
}

.table > thead > tr > th {
    background-color: #BDBCBA;
}

.table-buttons .btn-danger, .table-buttons .btn-primary, .table-buttons .btn-success {
    /*border-radius: 0;*/
    margin: 3px 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

/*** End style for table ***/
/*** Start pagination style***/
.pagination > li > a, .pagination > li > span {
    color: #141519;
    border-radius: 4px;
    margin: 0 6px;
    font-weight: 600;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #9F8459;
    border-color: #9F8459;
}

.nav-tabs.width > li {
    width: auto;
    float: right;
    padding: 1px 8px !important;
}
.icons {
    width:8% !important;
}
.nav-tabs.v1 {
    border-bottom: 2px solid #ccc;
}
.nav-tabs.v1 > li.active > a, .nav-tabs.v1 > li.active > a:focus, .nav-tabs.v1 > li.active > a:hover {
    background-color: transparent;
    color: #141519;
    border-bottom: 5px solid #9f8459;
    border-top:none;
    margin-bottom: 0;
}
.nav-tabs.v1 > li:first-child {
    margin-bottom: 0;
}
.nav-tabs.v1 > li {
    margin-bottom: 0;
}
.nav-tabs.v1 > li > a, .nav.v1 > li > a:focus, .nav.v1 > li > a:hover {
    background-color: transparent;
    color: #141519;
}

/*** End pagination style***/
/*** Start Style for login page ***/
.login {
    background-image: url("../img/loginBack.png");
    background-size: cover;
    background-position: center;
    height: 651px;
    margin: -20px 0 -32px 0;
}

.right-login {
    padding: 90px 0 30px 0;
    min-height: 619px;
    background-color: #ffffff;
}

.right-login img {
    margin: 0 auto;
}

.custom {
    margin: 0px;
    text-align: right;
    margin-right: -250px;
    display: inline-block;
}

.remember-pass {
    color: #141519;
}
.form-group .btn-warning {
    color: #fff;
    font-size: 20px;
    background-color: #9F8459;
    border-color: #9F8459;
    border-radius: 25px;
    padding: 9px 30px;
    float: left;
}

.form-group .btn-warning.active:hover,
.form-group .btn-warning:active.focus,
.form-group .btn-warning:active:focus,
.form-group .btn-warning:active:hover {
    background-color: #9F8459;
    border-color: #9F8459;
}

/*** End Style for login page ***/
/*  Start Pge1 */
.head1 h2{
    color: #9F8459;
    font-size: 44px;
}
.family{
    padding-bottom: 80px;
}
.family h3{
    font-size: 21px;
    color: #141519;
}
.family p{
    font-size: 13px;
    color: #141519;
}
.family span{
    font-size: 12px;
    color: #141519;
}
.family i{
    font-size: 12px;
    color: #9F8459;
}
.family .btn-default{
    background-color: #9F8459;
    color: #fff;
    border: none;
    border-radius: 0;
    width: 71.86px;
    height: 27.97px;
    padding: 0;
    font-size: 13px;
}

.calender{
    margin-top: 30px;

}
.calender .hed{
    font-size: 28px;
}
.calender .dat, .calender i,c{
    font-size: 21px;
}
.par{
    font-size: 21px;
    padding-bottom: 20px;
    color: #868683;
}

/* End Pge1   */

.center-nav >li > a {
    padding:10px 35px !important;
}

:-webkit-full-screen {
    background-color: white;
}

/* Firefox syntax */
:-moz-full-screen {
    background-color: white;
}

/* IE/Edge syntax */
:-ms-fullscreen {
    background-color: white;
}

/* Standard syntax */
:fullscreen {
    background-color: white;
}
/* responsive */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {

    .navbar--topheader {
        padding-top: 0;
    }
    .top-brand {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .top-brand img {
        width: 30px;
        height: 30px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #9f8459;
        margin-top: -10px;
    }
    .nav-tabs.width > li {
        width:50%;

    }
    .icons {
        -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
        clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    }
    .navbar-inverse {
        background-color: #141519;
        width: 100%;
        top: 0;
        min-height: 94px;
        height: auto;
    }
    .top-brand p {
        font-size: 10px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .navbar-inverse .navbar-brand img {
        margin-top: 0;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #9f8459;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #fff;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        margin-top: 42px;
        background-color: #141519;
    }

    .slider {
        margin-top: 94px;
    }

    .text-slide img.title {
        width: 250px;
    }

    .text-slide h4 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .text-slide {
        top: 20%;
        width: 100%;
    }

    .text-slide span, .text-slide h3 {
        font-size: 10px;
    }

    .text-slide h2 {
        font-size: 12px;
        margin: 5px 0 0 0;
    }
    .news-sec .owl-theme .owl-dots {
        left: 60%;
        bottom: 0;
    }
    .text-slide p {
        font-size: 10px;
        line-height: 13px;
        width: 85%;
        margin: auto;
    }

    .slider-description {
        width: 83%;
        text-align: center;
    }

    .text-slide img.title {
        margin-bottom: 6px;
    }

    .prev .fas {
        display: none;
    }

    .next .fas {
        display: none;
    }

    .footer h3 {
        margin-top: 0;
    }

    .news-sec .col-right {
        width: 100%;
    }

    .news-sec .col-left {
        width: 100%;
    }

    .meeting-sec .col-left {
        width: 100%;
    }

    .meeting-sec .col-right {
        width: 100%;
    }

    .news-sec p {
        width: 90%;
        font-size: 14px;
    }

    .meeting-sec .col-right label {
        margin-right: 10px;
        font-size: 14px
    }

    .three-blocks .child-block {
        width: 100%;
    }

    .testmonials p {
        width: 100%;
    }

    .news-sec h2, .news-sec h3, .meeting-sec .col-left h2 {
        font-size: 20px;
    }

    .three-blocks .child-block h3 {
        font-size: 16px;
    }

    .testmonials p {
        font-size: 14px;
    }

    .rslides li {
        height: 270px;
    }
    .custom {
        margin-right: -40px !important;
    }
    .remember-pass {
        font-size: 12px;
    }
    .m-g-modal{
        padding-top: 165px !important;
    }
    .modal.left .modal-dialog, .modal.right .modal-dialog {
        width:320px;
    }
    .businessCard-img {
        width: 130px;
        height: 130px;
    }
    .business-card--details {
        right:140px;
        top: 0;
    }
    .business-card--details p {
        font-size: 10px;
    }
    .business-card--details2{
        font-size: 16px;
        top:150px;
    }
    .business-card--details2 span {
        padding-right: 4px;
        padding-left: 4px;
    }
    .mega-dropdown-menu > li {
        display: block !important;
    }
    .mega-dropdown-menu {
        text-align: right !important;
        padding: 0 !important;
    }
    .icons {
        width: 16% !important;
        clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    }
    .icons.icons-search {
        width:50% !important;
        clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%) !important;
    }
    .business-card--details2 span.mail {
        width: 24%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

}


@media (min-width: 768px) and (max-width: 1024px) {
    #ribbon-container {
        /*left: 0;*/
        top: 82%;
        left: 700px;
    }
    #ribbon-container a:after {
        border-top: none;
        border-right: none;

    }

    .three-blocks .child-block {
        width: 100%;
        margin-bottom: 10px;
    }

    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        margin: 20px 0 10px 0;
        padding: 7px 10px 7px 10px;
    }

    .xs-small {
        width: 100%;
    }

    .navbar-inverse {
        width: 100%;
        top: 10%;
    }

    .text-slide {
        top: 35%;
    }

    .text-slide img.title {
        width: 300px;
    }

    .slider-description {
        width: 58%;
    }
    .custom {
        margin-right: -110px !important;
    }

    /*.text-slide h4 {*/
    /*font-size: 12px;*/
    /*margin-bottom: 10px;*/
    /*}*/
    /*.text-slide p {*/
    /*font-size: 13px;*/
    /*width: 80%;*/
    /*margin: 0 auto 0 auto;*/
    /*line-height: 21px;*/
    /*color: #868683;*/
    /*}*/
    .text-slide img.title {
        margin-bottom: 6px;
    }

    .news-sec h2, .meeting-sec .col-left h2 {
        font-size: 25px;
    }

    .news-sec h3 {
        font-size: 20px;
    }

    .news-sec p {
        font-size: 16px;
        width: 90%;
        line-height: 30px;
        text-align: center;
    }

    .meeting-sec .col-right label {
        margin-right: 10px;
        font-size: 16px;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        padding: 7px 10px 7px 10px;
    }

    .news-sec p {
        height: 350px;
    }

    .col-right form {
        height: 300px;
    }

    .news-sec img, .meeting-sec img {
        height: 420px;
    }

    .meeting-sec .col-right label {
        margin-top: 36px;
    }
    .center-nav >li > a {
        padding:10px 20px !important;
    }
    .mega-dropdown-menu >li>a {
        padding: 3px 20px;
    }
}

@media (max-width: 768px) and (min-width: 426px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 10px;
        margin: 20px 0 10px 0;
        padding: 7px 9px 7px 9px;
    }

    .navbar-inverse {
        top: 6%;
    }

    .slider-description {
        width: 77%;
    }
    .businessCard-img {
        width: 165px;
        height: 165px;
    }
    .business-card--details {
        right: 190px;
        top: 5px;
    }
    .business-card--details p {
        font-size: 14px;
    }
    .business-card--details2 {
        top: 200px;
        padding: 0 28px;
        font-size: 12px;
    }
    .business-card--details2 span.mail {
        width: 60%;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .business-card--details2 span {
        padding-right: 4px;
        padding-left: 4px;
    }
    .mega-dropdown-menu {
        padding: 20px 0  !important;
    }
    .news-sec .owl-theme .owl-dots {
        left: 32%;
    }

}
.overlay {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}
.icons-search {
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 83% 100%, 0% 100%) !important;
    clip-path: polygon(15% 0%, 100% 0%, 83% 100%, 0% 100%) !important;
}
.icons {
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 83% 100%, 0% 100%) !important;
    clip-path: polygon(15% 0%, 100% 0%, 83% 100%, 0% 100%) !important;
}


/* responsive */
.alert-warning {
    background-color: #141519;
    border-color: #141519;
}
.nav-tabs.details > li {
    width: 24%;
}


.content {
    min-height: calc(100vh - 150px);
}
.footer {
    height: 50px;
}