@charset "utf-8";
/* **************** */
@import "fonts.css";
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "line-awesome.css";
@import "jquery.fancybox.min.css";
@import "owl.carousel.min.css";
@import "aos.css";
@import "main.min.css";

/* ****************** */

.f-top .f-item .form-group .form-control select {
	
    border-radius: 50px!important
    border: 0;
    height: 35px;
    font-size: 12px;
    padding: 0 12px;
    color: #8080806e;!important
}
.f-top .f-item .form-group .form-control option {
    color: #DACFCB;
}



* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*text-transform: capitalize;*/
    font-family: b-rg;
    color: #2F4657;
    font-size: 14px;
}

.owl-carousel {
    direction: ltr;
}


.tooltip {
    z-index: 1100 !important;
}

i {
    font-size: inherit;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #2F4657;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.tooltip .tooltip-arrow {
    display: none;
}

.tooltip.top {
    padding: 5px 0;
}

body {
    padding: 0;
    margin: 0;
}

select {
    display: inline-block;
}

select {
    display: inline-block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

iframe {
    width: 100% !important;
    border: 0 !important;
    height: 100%;
}

::-moz-selection {
    background-color: transparent;
    color: #bf8e3f;
}

::selection {
    background-color: transparent;
    color: #bf8e3f;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

p {
    line-height: 1.5;
}

z {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
}

.modal-open {
    overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
}

.modal-backdrop.in {
    opacity: .9;
}

input,
select,
textarea {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    outline: 0;
}

textarea {
    resize: none;
}

.form-control {
    height: 45px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding: 0 16px;
}

.form-control::placeholder {
    color: #c4c4c4;
    text-transform: capitalize;
}

textarea.form-control {
    height: 170px !important;
    line-height: normal;
    padding-top: 8px !important;
}

.form-group,
.form-control {
    margin-bottom: 0;
}

.form-control:focus {
    box-shadow: 0 2px 0 0 #CC9900;
    color: #303030;
}

.row {
    margin-bottom: 0;
}

.col-xs-12 {
    padding: 0;
}

i {
    color: inherit;
    font-style: normal;
}

.toTop {
    background-color: #CC9900;
    color: #fff;
    position: fixed;
    bottom: 100px;
    right: -60px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    z-index: 35;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    font-size: 15px;
}

.toTop:hover {
    background-color: #336600;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #ffffff;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    right: 0;
    left: auto;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all .3s;
    min-width: 210px;
    background-color: #ffffff;
    z-index: 11;
    box-shadow: 1px 5px 4px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all .3s;
}

.menu-item-has-children .sub-menu li {
    display: block !important;
    margin: 0 !important;
}

.menu-item-has-children .sub-menu li:after {
    display: none;
}

.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #333;
    border-radius: 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s;
}

.menu-item-has-children .sub-menu li a:before {
    display: none;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: #F5F5F5;
    color: #284221 !important;
    transition: all .3s;
    border-color: #e8e8e8;
}

.menu-item-has-children:after {
    font-family: 'Line Awesome Free';
    content: "\f107";
    display: inline-block;
    margin-right: 5px;
    transition: all .3s;
    font-weight: 900;
}

.menu-item-has-children:hover:after {
    transform: rotate(-180deg);
    transition: all .3s;
}

.btn {
    font-family: b-md;
    color: #736245;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.fancybox-button svg path {
    fill: #fff;
}

.top-head {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
}

.top-head .t-extra {
    display: inline-block;
}

.top-head .t-extra li {
    display: inline-block;
    margin-left: 26px;
}

.top-head .t-extra li a {
    color: #b5b5b5;
    transition: all .3s;
}

.top-head .t-extra li i {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    color: #d0d0d0;
    font-size: 19px;
}

.top-head .t-extra li i:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: #D3A62B;
}

.top-head .t-date {
    float: left;
}

.top-head .t-date li {
    position: relative;
    display: inline-block;
    color: #999999;
    font-family: b-bd;
    padding: 0 15px;
}

.top-head .t-date li:after {
    content: '';
    width: 2px;
    background-color: #D3A62B;
    height: 90%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    left: 0;
}

.top-head .t-date li:last-child:after {
    display: none;
}

.top-head .t-date li:last-child {
    padding-left: 0;
}

.top-head .t-extra li a:hover {
    color: #d3a62b;
    transition: all .3s;
}

.top-head .t-extra li:last-child {
    margin: 0;
}

.mid-head {
    padding: 15px 0;
    border-bottom: 1px solid #dfdfdf;
}

.mid-head .logo {
    display: inline-block;
}

.mid-head .vis {
    float: left;
}

.mid-head .logo img {
    /* width: 254px;
     */
    /* object-fit: scale-down;
     */
    /* height: 82px;
     */
}

.bot-haed {}

.bot-haed ul {
    display: inline-block;
}

.bot-haed ul li {
    display: inline-block;
    margin-left: 11px;
}

.bot-haed ul li a {
    color: #284221;
    font-size: 13px;
    transition: all .3s;
    padding: 15px 0;
    position: relative;
}

.bot-haed ul li a:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #336600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .3s;
}

.bot-haed ul li:hover a:before,
.bot-haed ul li.current-menu-item a:before {
    width: 100%;
    transition: all .3s;
}

.bot-haed .search-th {
    float: left;
}

.bot-haed .search-th .op-search {
    transform: scaleX(-1);
    border: 0;
    padding: 9px 0;
    line-height: normal;
    background-color: transparent;
    color: #ADA9AE;
    font-size: 20px;
}

.bot-haed .search-th:before {
    content: '|';
    margin: 0 5px;
    color: #ADA9AE;
    vertical-align: text-top;
}

.bot-haed ul li:first-child a {
    padding: 13px;
}

.bot-haed ul li a i {
    font-size: 20px;
    color: #ADA9AE;
}

.bot-haed ul li:first-child a:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    background-color: #ADA9AE;
    content: '';
}

.bot-haed ul li:last-child {
    margin: 0;
}

.bot-search {
    display: none;
    background-color: #95c43e;
    padding: 15px;
}

.bot-search .form-group {
    position: relative;
    margin: 0 auto;
    max-width: 50%;
}

.bot-search .form-group .form-control {
    border: 0;
    border-radius: 50px;
    height: 50px;
    font-size: 14px;
}

.bot-search .form-group button {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    border-radius: 0;
    border: 0;
    padding: 0 20px;
    background-color: transparent;
    font-size: 23px;
    color: #95c43e;
}

.btn {
    height: 40px;
    line-height: 40px;
    background-color: #CC9900;
    border-radius: 50px;
    padding: 0 30px;
    text-align: center;
    color: #fff;
    box-shadow: 3px 3px 5px rgb(204 153 51 / 0.45);
    transition: all .3s;
}

.btn:hover,
.btn:focus {
    background-color: #95c43e;
    transition: all .3s;
    color: #fff;
    box-shadow: 3px 3px 5px rgb(149 196 62 / 0.45);
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.hero-s .item {
    height: 500px;
    position: relative;
    direction: rtl;
}

.hero-s .item .cap {
    position: relative;
    padding: 11% 17%;
    max-width: 65%;
    z-index: 2;
}

.hero-s .item .cap h3 {
    color: #336600;
    font-family: 'b-bd';
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.hero-s .item .cap h3:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    background-color: #CC9900;
    height: 4px;
    border-radius: 50px;
}

.hero-s .item .cap p {
    color: #4D4D4D;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.hero-s .item .cap .btn {
    padding: 0 30px;
}

.hero-s .item .cap .btn i {
    margin: 0 5px 0 0;
}

.hero-s .item:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(right, #fff, #fff0, #0000);
    z-index: 1;
}

.hero-s .owl-carousel .owl-nav button.owl-next,
.hero-s .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background-color: #cc9900;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    line-height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: all .3s;
    opacity: .6;
}

.hero-s .owl-carousel .owl-nav button.owl-next {
    left: 30px;
}

.hero-s .owl-carousel .owl-nav button.owl-prev {
    right: 30px;
}

.hero-s .owl-carousel .owl-nav button.owl-next:hover,
.hero-s .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
    transition: all .3s;
}

button {
    outline: none !important;
}

.menu-item-has-children .sub-menu li a:after {
    display: none;
}

.g-head h3 {
    color: #336600;
    font-family: 'b-bd';
    padding-bottom: 15px;
    position: relative;
}

.g-head {
    margin-bottom: 30px;
}

.g-head h3:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    background-color: #CC9900;
    height: 4px;
    border-radius: 50px;
}

.feat-s {
    padding: 70px 0;
}

.feat-s .block {
    padding: 15px;
}

.feat-s .block .inner a {
    box-shadow: 3px 3px 7px rgb(0 0 0 / 0.15);
    display: block;
    border-radius: 15px;
    padding: 20px;
    color: #336600;
    font-family: 'b-bd';
    font-size: 15px;
    transition: all .3s;
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 100%;
}

.feat-s .block .inner a img {
    width: 70px;
    height: 70px;
    object-fit: scale-down;
    margin-left: 20px;
    vertical-align: middle;
    transition: all .3s;
}

.feat-s .block .inner a:hover {
    color: #fff;
    transition: all .3s;
    background-color: #95c43e;
    box-shadow: 3px 3px 7px rgb(149 196 62 / .15);
    transform: scale(.95);
}

.feat-s .block .inner a:hover img {
/*     filter: brightness(0) invert(1); */
    transition: all .3s;
}

.info-s {
    background-color: #F6F6F6;
    padding: 70px 0;
}

.info-s .info-img {
    float: left;
    padding-left: 0;
}

.info-s .info-img .owl-item {
    padding-right: 15px;
}

.info-s .info-img .item {
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #CC9900;
    position: relative;
    height: 350px;
}

.info-s .info-img .item a {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%) scaleX(-1);
    transition: all .3s;
    z-index: 2;
    color: #c90;
    font-size: 24px;
    opacity: 0;
}

.info-s .info-img .item:hover a {
    top: 50%;
    opacity: 1;
    transition: all .3s;
}

.info-s .info-img .item:before {
    transition: all .3s;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 84%);
    z-index: 1;
}

.info-s .info-img .center .item:before {
    opacity: 0;
}

.info-s .info-img .item:hover:before {
    opacity: 1;
    transition: all .3s;
}

.info-s .info-data {
    padding: 0 8%;
}

.info-s .info-data h4 {
    color: #4D4D4D;
    font-family: 'b-bd';
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.info-s .info-data p {
    color: #4D4D4D;
    margin-bottom: 50px;
    line-height: 1.7;
}

.info-s .info-data .g-head {
    margin-bottom: 50px;
}

.extra-s {
    padding: 70px 0;
}

.extra-s .item {
    height: 460px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    direction: rtl;
    box-shadow: 3px 3px 7px rgb(0 0 0 / 0.15);
}

.extra-s .item .cap {
    z-index: 2;
    position: absolute;
    padding: 0 20px 0 0;
    bottom: 30px;
    border-right: 3px solid #c90;
    right: 30px;
    max-width: calc(100% - 60px);
}

.extra-s .item .cap span {
    background-color: #CC9900;
    color: #fff;
    border-radius: 50px;
    padding: 1px 10px;
    font-size: 10px;
}

.extra-s .item .cap h3 {
    display: inline-block;
    color: #fff;
    font-family: 'b-bd';
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 15px 0;
    width: 100%;
}

.extra-s .item .cap p {
    max-width: 60%;
    display: inline-block;
    color: #fff;
    line-height: 1.7;
    overflow: hidden;
    max-height: 43px;
    font-size: 13px;
}

.extra-s .item .cap a {
    float: left;
    box-shadow: none;
    font-size: 13px;
}

.extra-s .owl-item {
    padding: 10px;
}

.extra-s .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, #000, rgb(0 0 0 / 19%), #fff0);
    z-index: 1;
}

.extra-s .owl-carousel .owl-nav button.owl-next,
.extra-s .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: rgb(77 77 77 / 51%);
    color: #c90;
    font-size: 26px;
    transition: all .3s;
}

.extra-s .owl-carousel .owl-nav button.owl-next {
    left: 30px;
}

.extra-s .owl-carousel .owl-nav button.owl-prev {
    right: 30px;
}

.extra-s .owl-carousel .owl-nav button.owl-next:hover,
.extra-s .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #cc9900;
    color: #fff;
    transition: all .3s;
}

#calendar {
    box-shadow: 3px 3px 7px rgb(0 0 0 / 0.15);
    border-radius: 15px;
    padding: 30px 15px 15px;
}

.fc .fc-toolbar-title {
    color: #336600;
    font-family: 'b-bd';
    font-size: 19px;
}

#calendar .fc-prev-button,
#calendar .fc-next-button {
    background-color: transparent !important;
    border: 0 !important;
    color: #c90;
    font-size: 21px;
    padding: 0;
    line-height: 1;
    box-shadow: none;
}

#calendar .fc-prev-button span,
#calendar .fc-next-button span {
    font-size: inherit;
    color: inherit;
}

.fc .fc-button-group:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 70%;
    background-color: #dadada;
    top: 50%;
}

#calendar .fc-prev-button {
    margin-left: 6px;
}

#calendar .fc-next-button {
    margin-right: 6px;
}

.fc-theme-standard td,
.fc-theme-standard th,
.fc-theme-standard .fc-scrollgrid {
    border: 0;
}

.fc-theme-standard th {
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 5px;
    font-weight: normal;
}

.fc-theme-standard th a {
    color: #336600;
}

.fc-direction-rtl .fc-daygrid-week-number {
    display: none;
}

.ev-info {
    text-align: center;
    padding: 20px;
}

.ev-info span {
    color: #336600;
    font-size: 13px;
}

.ev-info h3 {
    color: #336600;
    font-family: 'b-bd';
    margin: 10px 0 30px;
    font-size: 18px;
}

.ev-info .btn {
    padding: 0 40px;
    font-size: 13px;
    box-shadow: none;
}

.fc .fc-daygrid-day-number {
    display: block;
    text-align: center;
    width: 100%;
    text-decoration: none !important;
    color: #336600;
    padding: 15px;
}

.fc .fc-daygrid-day-top {
    display: block;
    flex: none;
    flex-direction: unset;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time,
.fc-direction-rtl .fc-daygrid-event .fc-event-title {
    display: none;
}

.fc-daygrid-event-dot {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    border-color: #c90;
    margin: 0;
    padding: 0;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
    background: transparent;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin: 0 !important;
}

.fc .fc-dayGridDay-view .fc-daygrid-day-number {
    padding: 0;
    outline: none;
    display: none;
}

.fc .fc-dayGridDay-view .fc-daygrid-event-dot {
    position: relative;
    transform: none;
    left: auto;
    bottom: 0;
    display: inline-block;
}

.fc .fc-dayGridDay-view .fc-daygrid-event .fc-event-time,
.fc .fc-dayGridDay-view .fc-daygrid-event .fc-event-title {
    display: inline-block;
}

.fc .fc-dayGridDay-view .fc-daygrid-dot-event .fc-event-title {
    font-weight: normal;
    font-family: 'b-bd';
    color: #c90;
}

.fc .fc-dayGridDay-view .fc-daygrid-event .fc-event-time {
    margin: 0 10px;
}

.fc .fc-dayGridDay-view .fc-daygrid-event {
    text-align: center;
    display: block;
    padding: 10px;
}

.survey .item {
    direction: rtl;
    padding: 0 10px 10px;
}

.survey .item p {
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 80%;
}

.survey .item ul li {
    display: inline-block;
    margin-left: 30px;
}

.survey .item ul li label input {
    display: none;
}

.survey .item ul li label span {
    font-weight: normal;
    color: #CC9900;
    cursor: pointer;
}

.survey .item ul li label span:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #336600;
    vertical-align: middle;
    margin-left: 7px;
    border-radius: 100%;
    transition: all .3s;
}

.survey .item ul li label input:checked + span:before {
    background-color: #CC9900;
    border-color: #CC9900;
    transition: all .3s;
}

.survey .item ul {
    margin-bottom: 30px;
}

.tweets .g-body {
    background-color: #f7f7f7;
    border-radius: 15px;
    overflow: hidden;
    height: 220px;
    overflow-y: auto;
}

.tweets .g-body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.tweets .g-body::-webkit-scrollbar-track {
    background-color: #d6d6d6;
    border-radius: 15px;
}

.tweets .g-body::-webkit-scrollbar-thumb {
    background-color: #cc9900;
    border-radius: 15px;
}

.nw-letter .form-control {
    background-color: #F6F6F6;
    border: 0;
    border-radius: 50px;
    height: 55px;
    padding: 0 20px;
    margin-bottom: 40px;
}

.nw-letter .btn {
    margin-left: 20px;
    font-size: 13px;
    padding: 0 40px;
}

.nw-letter a {
    color: #808080;
    font-size: 13px;
    border-bottom: 1px solid transparent;
    transition: all .3s;
}

.nw-letter a:hover {
    border-bottom: 1px solid #cc9900;
    transition: all .3s;
    color: #cc9900;
}

.sm-blocks .block:nth-of-type(2) {
    border-width: 0 1px;
    border-style: solid;
    border-color: #e8e8e8;
    padding: 0 30px;
}

.sm-blocks .block:last-of-type {
    padding-right: 30px;
}

.block.survey .inner,
.block.nw-letter .inner {
    border-bottom: 1px solid #e8e8e8;
    min-height: 290px;
}

.block.survey {
    padding-left: 30px;
}

.sm-blocks {
    padding: 70px 0;
}

.clients .item {
    padding: 10px;
    height: 140px;
}

.clients {
    padding: 0 0 70px;
}

.clients .item img {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.clients .g-head {
    padding-top: 50px;
}

.clients .owl-carousel .owl-nav button.owl-next,
.clients .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #c90;
    color: #fff;
    border-radius: 100%;
}

.clients .owl-carousel .owl-nav button.owl-next {
    left: -40px;
}

.clients .owl-carousel .owl-nav button.owl-prev {
    right: -40px;
}

body {
    overflow-x: hidden;
}

.f-top {
    padding: 50px 0;
    background-color: rgb(234 234 234 / 0.60);
}

.f-top .f-item {}

.f-top .f-item img {
    object-fit: scale-down;
    margin: 60px 0 20px;
}

.f-top .f-item .social {
    margin-bottom: 20px;
}

.f-top .f-item .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #4D4D4D;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    transition: all .3s;
}

.f-top .f-item ul li {
    color: #4D4D4D;
    margin-bottom: 15px;
    font-size: 15px;
}

.f-top .f-item ul li:last-child {}

.f-top .f-item ul li a {
    color: inherit;
    transition: all .3s;
}

.f-top .f-item h4 {
    color: #336600;
    font-family: 'b-bd';
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}

.f-top .f-item h4:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    background-color: #CC9900;
    height: 4px;
    border-radius: 50px;
}

.f-top .f-item .g-map {
    height: 290px;
    background-color: #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
}

.f-top .f-item .form-group {
    padding: 10px 6px;
}

.f-top .f-item .form-group .form-control {
    border-radius: 50px;
    border: 0;
    height: 35px;
    font-size: 12px;
}

.f-top .f-item .form-group .form-control::placeholder {
    color: #CBCBCB;
}

.f-top .f-item .form-group textarea.form-control {
    border-radius: 15px;
    height: 110px !important;
}

.f-top .f-item .social a:hover {
    transform: scale(.9);
    background-color: #c90;
    transition: all .3s;
}

.f-top .f-item ul li a:hover {
    color: #c90;
    transition: all .3s;
}

.f-bottom {
    background-color: #4D4D4D;
    padding: 20px 0;
}

.f-bottom .rights p {
    color: #fff;
}

.f-bottom .sitemap {
    text-align: center;
}

.f-bottom .sitemap ul li {
    display: inline-block;
}

.f-bottom .sitemap ul li a {
    display: inline-block;
    color: #fff;
    transition: all .3s;
}

.f-bottom .sitemap ul li:after {
    content: '|';
    color: #fff;
    margin: 0 15px;
}

.f-bottom .sitemap ul li:last-child:after {
    display: none;
}

.f-bottom .sitemap ul li a:hover {
    color: #c90;
    transition: all .3s;
}

.info-img .owl-nav {
    position: absolute;
    left: 17%;
    bottom: -40px;
    direction: rtl;
}

.survey .owl-nav {
    position: relative;
    display: inline-block;
}

.info-img .owl-nav:after,
.survey .owl-nav:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 70%;
    background-color: #dadada;
    top: 50%;
}

.info-img .owl-carousel .owl-nav button.owl-next,
.info-img .owl-carousel .owl-nav button.owl-prev,
.survey .owl-carousel .owl-nav button.owl-next,
.survey .owl-carousel .owl-nav button.owl-prev {
    background-color: transparent !important;
    border: 0 !important;
    color: #c90;
    font-size: 16px;
    line-height: 1;
    box-shadow: none;
    padding: 0 8px !important;
}

.owl-dots {
    position: absolute;
    right: 0;
    bottom: -40px;
    counter-reset: slides-num;
}

.owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    color: #808080;
    font-size: 16px;
}

.owl-dots .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
}

.owl-dots .owl-dot.active:before {
    content: " / "counter(slides-num);
    position: absolute;
    right: -22px;
    top: 0;
    color: #808080;
    font-size: 16px;
}

.survey .owl-dots .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    background-color: transparent;
    height: 4px;
    width: 25%;
    border-radius: 100px;
    transition: all .3s;
    outline: none;
    vertical-align: middle;
}

.survey .owl-dots .owl-dot.active {
    background-color: #CC9900;
    transition: all .3s;
}

.survey .owl-dots {
    bottom: -30px;
    width: 100%;
}

.survey .owl-dots .owl-dot.active:before {
    left: auto;
    right: 12px;
    content: counter(slides-num) " / ";
    bottom: 20px;
    top: auto;
}

.survey .owl-dots:after {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.sidebar {
    background-size: cover;
    background-image: url(../images/hero.jpg);
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 280px;
    z-index: 9999;
    transform: translateX(-100%);
    transition: all .3s;
    background-position: 36%;
}

.sidebar .side-logo img {
    max-width: 200px;
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.86);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.sidebar .side-logo {
    background-color: #fff;
    padding: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}

.sidebar .side-social {
    text-align: center;
    padding: 10px 0;
    background-color: #336600;
    position: relative;
    z-index: 1;
}

.sidebar .side-social a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 5px;
    transition: all .3s;
    color: #000;
}

.sidebar .side-social ul li a:hover i {
    color: #167a12;
}

.sidebar .side-nav {
    max-height: 100%;
    overflow: hidden;
    height: calc(100% - 110px);
    position: relative;
    z-index: 1;
}

.sidebar .side-nav ul li {
    display: block;
    position: relative;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 5px;
}

.sidebar .side-nav ul li a {
    display: block;
    font-size: 13px;
    padding: 15px;
    position: relative;
    color: #fff;
}

.sidebar .side-nav ul li a:hover {
    color: #167a12;
    background-color: rgba(0, 0, 0, 0.45);
}

.sidebar .side-nav ul li.open a i {
    transform: rotate(180deg);
    transition: all .3s;
    color: #ffb017;
}

.sidebar .side-nav ul li a i {
    margin-right: 3px;
}

.sidebar .side-nav ul li .sub-menu {
    width: 100%;
    min-width: 100%;
    top: 100%;
    border-radius: 0;
}

.sidebar .side-nav ul li .sub-menu li a {
    color: #303030;
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 999;
    display: none;
}

.c-btns {
    float: left;
    display: none;
}

.c-btns button {
    border: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 100%;
    color: #fff;
    background-color: #95c43e;
    margin-right: 10px;
}

.bread-c {
    background-color: #F6F6F6;
    padding: 30px 0;
    position: relative;
}

.bread-c ul li {
    display: inline-block;
}

.bread-c ul li a {
    color: #ADADAD;
    transition: all .3s;
}

.bread-c ul li:after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f104";
    margin: 0 10px;
}

.bread-c ul li:last-child:after {
    display: none;
}

.bread-c h3 {
    color: #336600;
    font-family: 'b-bd';
    margin-top: 15px;
}

.bread-c ul li a:hover {
    color: #c90;
    transition: all .3s;
}

.bread-c:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(http://www.entermash.com/nccam/wp-content/uploads/2020/10/Rectangle-108-1.png);
    width: 100%;
    height: 100%;
    background-position: left;
    background-size: 65%;
    background-repeat: no-repeat;
    opacity: .08;
}

.info-s.types {
    background-color: #fff;
}

.taqs .block .inner a {
    position: relative;
    padding-top: 40px;
}

.taqs .block .inner a:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #D3A62B;
    height: 4px;
    width: 40px;
    border-radius: 50px;
    transition: all .3s;
}

.taqs .block .inner a:hover:before {
    background-color: #fff;
}

.inner-blocks {
    padding-top: 70px;
}

.inner-blocks .i-block {
    margin-bottom: 50px;
}

.inner-blocks .i-block:nth-of-type(odd) .i-img {
    float: left;
}

.inner-blocks .i-block:last-of-type {
    margin: 0;
}

.inner-blocks .i-block .i-data {
    padding-left: 50px;
}

.inner-blocks .i-block .i-data h3 {
    color: #336600;
    font-family: 'b-bd';
    margin: 20px 0;
    position: relative;
    padding-top: 20px;
}

.inner-blocks .i-block .i-data h3:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 3px;
    background-color: #c90;
    width: 50px;
    border-radius: 50px;
}

.inner-blocks .i-block .i-data p {
    line-height: 1.8;
}

.inner-blocks .i-block .i-img {
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
}

.inner-blocks .i-block:nth-of-type(even) .i-data {
    padding: 0 50px 0 0;
}

.t-blocks {
    padding-top: 70px;
}

.t-blocks .block {
    padding: 15px;
}

.t-blocks .block h3 {
    color: #336600;
    font-family: 'b-bd';
    margin: 0 0 20px;
    position: relative;
    padding-top: 20px;
    font-size: 20px;
}

.t-blocks .block h3:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 3px;
    background-color: #c90;
    width: 50px;
    border-radius: 50px;
}

.t-blocks .block p {
    line-height: 1.8;
}

.inner-blocks.inner2-blocks .i-block .i-data > h3 {
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0;
}

.inner-blocks.inner2-blocks .i-block .i-data > h3:before {
    display: none;
}

.inner-blocks.inner2-blocks .i-block .i-data .g-head h3:before {
    display: none;
}

.inner-blocks.inner2-blocks .i-block .i-data .g-head h3 {
    padding-top: 0;
}

.inner-blocks.inner2-blocks .i-block .i-data p {
    margin-bottom: 35px;
}

.t-blocks .inner {
    overflow: hidden;
    border-radius: 15px;
    height: 350px;
    position: relative;
    margin: 50px 0 70px;
}

.inner3-blocks .b-img {
    float: left;
}

.inner3-blocks .b-img .inner {
    height: 500px;
}

.inner3-blocks .block {
    padding: 30px;
}

.feat-s.feat-inner3 {
    padding: 0;
    position: relative;
}

.feat-s.feat-inner3 .container {
    padding: 70px 0;
    z-index: 1;
    position: relative;
}

.feat-s.feat-inner3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 84%);
    z-index: 1;
}

.feat-s.feat-inner3 .block .inner a {
    background-color: #fff;
    padding: 20px;
}

.feat-s.feat-inner3 .block {
    direction: rtl;
}

.feat-s.feat-inner3 .block .inner img {
    display: inline-block;
}

.feat-s.feat-inner3 .block .inner a:before {
    display: none;
}

.feat-s.feat-inner3 .block .inner a:hover {
    background-color: #c90;
}

.feat-inner3 .owl-nav {
    position: absolute;
    left: 0;
    top: -60px;
    direction: rtl;
}

.feat-inner3 .owl-nav:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 70%;
    background-color: #8c8c8c;
    top: 50%;
}

.feat-inner3 .owl-carousel .owl-nav button.owl-next,
.feat-inner3 .owl-carousel .owl-nav button.owl-prev {
    background-color: transparent !important;
    border: 0 !important;
    color: #c90;
    font-size: 16px;
    line-height: 1;
    box-shadow: none;
    padding: 0 8px !important;
}

.t-blocks.blocks-half {
    padding: 70px 0;
}

.t-blocks.inner3-blocks {
    padding: 50px 0;
}

.t-blocks .block p {
    overflow: hidden;
    max-height: 123px;
}

.inner-blocks.top-inner4 {
    padding-bottom: 70px;
}

.feat-s.feat-inner4 .t-blocks {
    padding: 0;
}

.t-blocks.bottom-inner4 {
    padding: 0 0 50px;
}

.t-blocks.bottom-inner4 .inner {
    margin-bottom: 30px;
}

.top-inner5.inner-blocks .i-block .i-img {
    float: left;
    height: 300px;
}

.top-inner5.inner-blocks .i-block .i-data {
    padding: 0 0 0 30px;
}

.top-inner5.inner-blocks .i-block:nth-of-type(even) .i-data {
    padding: 0 0 0 30px;
}

.top-inner5.inner-blocks .i-block .i-data h3 {
    font-size: 18px;
    line-height: 1.4;
}

.top-inner5.inner-blocks .i-block {
    padding: 0 30px;
}

.inner-6 .inner {
    margin-top: 0;
}

.inner-6.inner7 {
    padding: 50px 0 0;
}

.t-blocks .block h3 a {
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    max-width: 80%;
}

.t-blocks .block h3 span {
    float: left;
    background-color: #c90;
    color: #fff;
    border-radius: 50px;
    padding: 2px 10px;
    font-size: 12px;
}


/* ********** AMIR 1-11-2020 ********** */

.basic-yop-poll-container .basic-question-title h5 {
    text-align: inherit !important;
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 80%;
}

.bootstrap-yop {
    direction: rtl;
    padding: 0 5px 5px;
}

.basic-yop-poll-container ul.basic-answers li.basic-answer {
    margin: 0;
    padding-left: 15px !important;
}

.basic-yop-poll-container ul.basic-answers {
    margin-bottom: 30px;
    float: right;
    width: 100%;
}

.basic-yop-poll-container .basic-answer .basic-answer-content, .basic-yop-poll-container .basic-answer .progress {
    margin: 0;
}

.bootstrap-yop label span {
    font-weight: normal !important;
    color: #CC9900 !important;
}

.basic-yop-poll-container .basic-answer input {
    margin: 0 0 0 7px;
    transform: scale(1.2);
}

.bootstrap-yop label span:before {
    content: '';
    display: none;
    width: 16px;
    height: 16px;
    border: 1px solid #336600;
    vertical-align: middle;
    margin-left: 7px;
    border-radius: 100%;
    transition: all .3s;
}

.bootstrap-yop label input:checked +  span:before {
    background-color: #CC9900;
    border-color: #CC9900;
    transition: all .3s;
}

.basic-yop-poll-container .basic-vote {
    margin: 0;
    text-align: inherit !important;
}

.basic-yop-poll-container .basic-vote a {
    margin: 0;
    height: 40px;
    line-height: 40px;
    background-color: #CC9900 !important;
    border-radius: 50px !important;
    padding: 0 30px !important;
    text-align: center !important;
    color: #fff !important;
    box-shadow: 1px 1px 5px rgb(204 153 51 / 0.45);
    transition: all .3s;
    border: 0 !important;
}

.basic-yop-poll-container .basic-inner {
    padding: 0;
    border: 0;
}

.basic-yop-poll-container {
    border: 0 !important;
}

.basic-yop-poll-container .basic-vote a:hover {
    background-color: #95c43e !important;
    transition: all .3s;
    color: #fff;
    box-shadow: 3px 3px 5px rgb(149 196 62 / 0.45);
}

.basic-yop-poll-container .basic-message {
    border: 0 !important;
    background-color: #f7f7f7;
    padding: 10px !important;
    border-radius: 50px;
}

.basic-yop-poll-container .basic-message p {
    width: 100%;
    text-align: center;
}

.bootstrap-yop .progress-bar {
    float: right;
    border-radius: 50px;
}

.basic-yop-poll-container .basic-answers-results .progress .progress-bar {
    border-radius: 50px;
    height: 8px;
    background-color: #c90 !important;
    box-shadow: none;
}

.basic-yop-poll-container .basic-answers-results .progress {
    background-color: #f3f3f3;
    height: 9px;
}

.basic-yop-poll-container .basic-overlay {
    background-color: rgb(255 255 255 / 82%);
}

.basic-windows8 {
    width: 50px;
    height: 50px;
    background-color: rgb(247 247 247 / 26%);
    border-radius: 100%;
}

.basic-windows8 .basic-wBall .basic-wInnerBall {
    background-color: #d0d0d0;
}

.basic-windows8 .basic-wBall {
    width: 100%;
    height: 100%;
}

.noptin-optin-form-wrapper {
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

.noptin-form-header {
    display: none;
}

.noptin-form-footer {
    padding: 0;
}

.noptin-form-footer .noptin-optin-field-wrapper:not(.noptin-optin-field-wrapper-hidden) .noptin-form-field {
    background-color: #F6F6F6;
    border: 0;
    border-radius: 50px;
    height: 55px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: none;
}

.noptin-form-footer .noptin-optin-field-wrapper:not(.noptin-optin-field-wrapper-hidden) {
    margin: 0 !important;
}

.noptin-optin-form.noptin-form-single-line .noptin-form-fields .noptin-form-submit {
    margin: 0 !important;
    height: 40px;
    line-height: 40px;
    background-color: #CC9900 !important;
    border-radius: 50px;
    padding: 0 30px;
    text-align: center;
    color: #fff;
    box-shadow: 3px 3px 5px rgb(204 153 51 / 0.45);
    transition: all .3s;
    font-size: 13px;
    flex: none;
}

.noptin-optin-form.noptin-form-single-line .noptin-form-fields {
    text-align: right;
    display: block;
    padding: 0 10px 15px;
}

.noptin-form-footer .noptin-optin-field-wrapper:not(.noptin-optin-field-wrapper-hidden) .noptin-form-field:focus {
    background-color: #f6f6f6;
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    float: right;
    background-color: #e0e0e0;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    margin: 10px 0 0;font-size: 11px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: rgb(70 180 80 / 29%);
    border: 1px solid #46b450;
    color: #528e57;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: rgb(255 0 0 / 18%);
    border: 1px solid #ff0000;
    color: #c32424;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 6px;
}

.f-top .f-item .form-group .form-control.wpcf7-not-valid {
    border: 1px solid #f00;
}

.inner8 {
    padding: 50px 0;
}

.inner8 h3 {
    font-family: 'b-bd';
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 19px;
    color: #360;
}

.inner8 h3:after {content: '';position: absolute;right: 0;bottom: 0;height: 4px;width: 50px;background-color: #d2a52b;border-radius: 50px;}

.inner8 p {
    line-height: 2;
    margin-bottom: 30px;
}

.inner8 ul li {
    list-style-position: inside;
    list-style-type: disc;
    margin-bottom: 15px;
}

.inner8 ol li {
    list-style-position: inside;
    margin-bottom: 15px;
}

.inner8 ul,.inner8 ol {
    margin-bottom: 30px;
}

.menu-main-menu-container {
    display: inline-block;
}

.menu-main-menu-container ul li:first-child a:after{
	display:none;
}

.menu-main-menu-container ul li:first-child a {
    padding-left: 0;
}

.menu-item-has-children .sub-menu {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
}

.menu-item-has-children .sub-menu::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.menu-item-has-children .sub-menu::-webkit-scrollbar-track {
    background-color: #ececec;
}

.menu-item-has-children .sub-menu::-webkit-scrollbar-thumb {
    background-color: #c90;
}

.sidebar .side-nav ul li .sub-menu {
    opacity: 0;
    visibility: hidden;
}

.sidebar .side-nav ul li.active .sub-menu {
    opacity: 1;
    visibility: visible;
}

.sidebar .side-nav ul li:after {
    transform: none;
}

.sidebar .side-nav ul li.active:after {
    transform: rotate(-180deg);
}


.navbar-collapse.collapse {
    float: right;
}
.f-top .f-item .form-group select {
border-radius: 50px !important;
    border: 0;
    height: 35px;
    font-size: 12px;
    padding: 0 16px;
}

select {
    width: 100%;
}

/* ***********6-1-2021*********** */
.wpml-ls-legacy-list-horizontal {
    display: inline-block !important;
    border: 0 !important;
    padding: 0 !important;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar {
    display: none;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-en {
	display: inline-block !important;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0 !important;
}

.wpml-ls-legacy-list-horizontal a span {
    color: inherit;
    font-size: inherit;
}

.sidebar .side-nav ul li.active .sub-menu {
    position: relative;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}

.vc_row.wpb_row.vc_row-fluid {
    clear: both;
}

.sidebar .side-nav ul li .sub-menu {
    max-height: none;
    overflow: visible;
}