@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&display=swap');
* {
    font-family: 'Roboto', sans-serif;
}
body {
    overflow-y: scroll;
    background:white;
    overflow-x: hidden
}
.upper-section { 
    width: 100%;
    overflow: auto;
    position: relative;
    overflow-x: hidden
}
.navbar {
    position: static;
    top: 0;
    right: 0;
    background: transparent;
    z-index: 9999;
    width: 100%;
    padding: 25px 50px
}
.navbar-brand {
    color:#148A60
}
.upper-slider-item {
    width: 100%;
    height: 100vh;
    position: relative;
    cursor: move;
}
.upper-slider-item img {
    width: 100%;
    height: 100vh;
}
.upper-slider-item-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}
.upper-slider-item-info h3 {
    color: #148A60;
    font-weight: 500
}
.upper-slider-item-info h2 {
    font-size: 74pt;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}
.upper-slider-item-info p {
    color: #cbcbcb;
    font-size: 24pt;
    font-weight: 300
}
.search-icon {
    color:#fff;
    cursor:pointer
}
.navbar-nav .active a {
    color: #148A60
}
.navbar-nav li a {
    color: #148A60;
    font-weight: 500;
    font-size: 12pt
}
.navbar-nav li {
    margin-right: 20px;
}
.navbar-brand {
    margin-right: 3rem;
    font-size:16pt;
    font-weight: 500
}
.navbar-brand img {
    margin-right: 5px;
    position: relative;
    top:-2px
}
.navbar-brand:hover {
    color: #148A60;
}
.navbar-nav li a:hover {
    color:#148A60
}
.upper-slider-btn {
    background: #148A60;
    color: #FFF;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14pt
}
.upper-slider-btn:hover {
    color: #fff;
}
.navbar-toggler {
    background:#fff;
}
section {
    padding-top: 100px;
    padding-bottom: 100px;
}
#about-us:before{
    content: '';
    background-color: white;
    display: block;
    width: 120%;
    height: 90px;
    right: -10px;
    position: absolute;
    right: 0;
    top: -34px;
    transform: rotate(-3deg);
    z-index: 999;
    border-top: 15px solid #148A60;
}
.about-us-image {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}
.about-us-image img {
    width: 290px;
    height: auto;
    border-radius: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.about-us-info h3 {
    color: #148A60;
    font-weight: 500;
    font-size: 18pt;
}
.about-us-info h2 {
    font-size: 21pt;
    color: lightgray;
    font-weight: 500;
    margin-bottom: 0;
    margin-bottom: 15px;
    line-height: 1.5
}
.about-us-info p {
    color: lightslategrey;
    font-size: 12pt;
    font-weight: 300;
    line-height: 1.8;
}
.about-us-btn {
    margin-top: 10px;
    font-size:12pt;
}
.vision-item {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    border:1px solid rgba(0,0,0,0.10);
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 592px;
}
.vision-item img {
    width: 100px !important;
    display:inline-block !important;
    margin-bottom: 20px;
}
#columns-slider {
    margin:0;
}
.about-us-info p span {
    display:none;
}
.about-us-info p bold {
    color:#148A60;
    cursor:pointer;
}
.vision-item h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5
}
.vision-item p {
    color:#989898;
    line-height: 1.8;
    margin-top: 10px;
    font-size: 13pt;
}
.vision-item p span {
color: cornflowerblue;
    font-weight: bold;
    margin-top: 5px;
    display: block;
    cursor:pointer
}
.vision-item ul li {
    color: #666666;
    font-size: 15pt;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px
}
.vision-item ul li:last-child {
    margin-bottom: 0;
}
.vision-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 75px;
    padding: 15px 25px;
}
.no-padding {
    padding:0;
}
#video {
    position:relative;
}
#video:before {
    content: '';
    background-color: white;
    display: block;
    width: 120%;
    height: 90px;
    right: 0;
    position: absolute;
    right: 0;
    top: -50px;
    transform: rotate(-3deg);
    z-index: 999;
}
#video img.main-video-image {
    width: 100%;
    height: auto;
}
}
#video span {
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
}
#video .video-info {
    position: absolute;
    bottom: 75px;
    left: 0;
    z-index: 9999;
    padding: 50px;
    width: 100%;
}
#video .video-info h3 {
    color: #148A60;
    font-weight: 500;
    font-size: 23pt;
}
.video-info p {
    color: #e8e9ea;
    font-size: 14pt;
    font-weight: 400;
    line-height: 1.6;
    width: 767px;
}
#video .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    cursor: pointer;
    z-index: 999999999;
}
#video .video-play-btn img {
    width:180px;
}
.video-player {
    position: fixed;
    width:100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 99999999999999999999999999999;
    padding: 50px 200px;
    display: none;
}
.video-player iframe {
    width: 100%;
    height:100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#services {
    background: #fff;
}
#services:before{
    content: '';
    background-color: #FFF;
    display: block;
    width: 120%;
    height: 90px;
    right: -10px !important;
    position: absolute;
    right: 0;
    top: -34px;
    transform: rotate(-3deg);
    z-index: 999;
  
}
.services-section-label {
    color: #148A60;
    font-weight: 500;
    text-align: left
}
.service-item {
    margin-top: 50px;
    padding: 0px 10px;
    cursor: move;
}
.service-image {
    width: 100%;
    border-radius: 9px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.service-info {
    background:#fff;
    padding: 50px ;
    border-radius: 13px;
    box-shadow: 10px 10px 8px 10px #888888;
    width: 625px;
    position: relative;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    top: 50%;
    transform: translateY(-50%)
}
.service-info ul li {
    color:#989898;
    font-size:11pt;
    margin-bottom: 10px;
    list-style-type: none
}
.service-info ul li:last-child {
    margin-bottom: 0;
}
.service-info ul {
    margin: 0;
    padding: 0;
}
.service-info h3 {
    color:#333333;
    font-size: 24px;
    margin-bottom: 15px;
    width: 310px;
}
.text-white {
    color:#333333 !important ;
}
#news:before {
    content: '';
    background-color: white;
    display: block;
    width: 125%;
    height: 100px;
    right: 0;
    position: absolute;
    right: -10px;
    top: -20px;
    transform: rotate(-2deg);
    z-index: 999;
}
.news-item {
    background: #fff;
    border-radius: 6px;
    width: 100%;
}
.news-item img {
    width: 100%;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.news-items {
    margin-top: 25px;
}
.news-info {
    padding: 20px 0px
}
.news-info h3 {
    color:#666666;
    font-weight: 500;
    font-size: 22px;
}
.news-info p {
    color:#989898;
    line-height: 1.8;
    font-size: 11pt;
    margin-top: 10px;
}
.view-all-btn {
    float: right;
    color: #148A60;
    font-weight: 300;
    font-size: 13pt;
    margin-top: 50px;
}
.view-all-btn i {
    margin-left: 10px;
}
.news-item a {
    color:inherit !important;
}
#quotes {
    background: #4a4f56;

}
.quotes-label {
    font-weight: bold;
    color:#fff;
    font-size: 27pt;
    text-align: center;
    margin-bottom: 50px;
}
.quotes {
    margin-top: 50px;
    cursor:move
}
#quotes:before {
    content: '';
    background-color: #4a4f56;
    display: block;
    width: 125%;
    height: 100px;
    right: 0;
    position: absolute;
    right: -10px;
    top: -20px;
    transform: rotate(-2deg);
    z-index: 999;
}
.qoute-item {
    text-align: center
}
.qoute-item p {
    color:#efefef;
    line-height: 1.7;
    font-style: italic;
    margin-bottom:25px;
    padding: 0px 30px;
    direction:rtl
}
.qoute-item img {
    width: 75px !important;
    display: inline-block !important
}
.qoute-item span {
    display: block;
    color:#ffffff;
    font-weight: 400;
    margin-top: 10px;
    font-size: 11pt;
}
.partners {
    background: #fff;
} 
.partners:before {
    content: '';
    background-color: #fff;
    display: block;
    width: 125%;
    height: 120px;
    right: 0;
    position: absolute;
    right: -10px;
    top: -20px;
    transform: rotate(-2deg);
    z-index: 999;
}
.partners-container-label {
    color: #666666;
    font-weight: 400;
    font-size: 19pt;
        position: relative;
    z-index: 99999;
}
.partners-item {
    text-align: center
}
.partners-item img {
    width: 150px !important;
    opacity: 1
}
.partners-slider {
    margin-top: 35px;
}
.partners-sub-label {
    width: 100%;
    float: right;
    text-align: left;
    opacity: 1;
    z-index: 9999999;
    position: relative;
color:#148A60;
}
#map {
    width: 100%;
 
}
#map:before {
    content: '';
    background-color: #4a4f56;
    display: block;
    width: 125%;
    height: 120px;
    right: 0;
    position: absolute;
    right: -10px;
    top: -20px;
    transform: rotate(-2deg);
    z-index: 999;
}
footer {
    width: 100%;
    background: #222831;
    position:relative;
    padding: 50px 0px;
    padding-bottom: 25px;
}
footer:before {
    content: '';
    background-color: white;
    display: block;
    width: 125%;
    height: 120px;
    right: 0;
    position: absolute;
    right: -10px;
    top: -129px;
    transform: rotate(-2deg);
    z-index: 999;
    border-top: 15px solid #148A60;
display:none
}
.footer-columns {
    margin-top: 50px;
    margin-bottom: 0px;
}
.footer-column p {
    color:#cbcbcb;
    line-height: 1.8;
    font-size: 11pt;
    margin-top: 10px;
}
.footer-column-label {
    color:#ffffff;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 16pt;
}
.footer-column ul {
    padding: 0;
    margin: 0;
}
.footer-column ul li {
    color:#cbcbcb;
    list-style-type: none;
    font-size: 11pt;
    font-weight: 400;
    margin-top: 10px;
}
.footer-column ul li a {
    color:inherit
}
.footer-column ul li a:hover {
    color:inherit
}
.footer-column ul li i {
    margin-right: 5px;
}
.social-media a i, .social-media a {
    color:#cbcbcb;
    font-size: 16pt;
    margin-right: 8px;
}
.footer-rights {
    width:100%;
    padding: 20px 0px;
    text-align: center;
    border-top: 1px solid #cbcbcb
}
.footer-rights p {
    margin: 0;
    color: #cbcbcb
}
.contact-column h4 {
    font-size: 30pt !important;
    font-weight: bold;
    margin-bottom: 35px;
}
.contact-column ul li {
    font-size: 14pt;
    color:White;
    margin-bottom: 30px;
    font-weight: 300
}
.contact-column img {
    width: 120%;
    position: relative;
    left: 30%;
    border-radius: 15px;
}
.form-container {
    background: #fff;
}
.form-container {
    padding: 50px;
    border-radius: 8px;
    padding-top: 0;
}
.form-container input {
    padding: 20px 15px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
    border:1px solid rgba(0,0,0,0.3);
    margin-bottom: 25px;
}
.form-container textarea {
    width:100%;
    background:#fff;
    border-radius: 4px;
    padding: 15px;
    min-height: 140px;
}
.form-container button {
    border:none;
    background-color: #148A60;
    color:#fff;
    border-radius: 5px;
    margin-top: 15px;
    padding: 10px 25px;
}
.single-news img {
    width: 500px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin:0;
    border-radius: 4px;
}
.single-news {
    padding-left: 150px;
    padding-right:150px;
    padding-top: 50px;
}
.single-news h2 {
    color:black;
    font-weight: bold;
    margin-top: 25px;
}
.single-news p {
    font-weight: 300;
    color:gray;
    line-height: 1.8;
    margin-top: 20px;
}
pre {
    width:100% !important;
    margin:0 !important
}
.form-container input {
 margin-top: 15px;
    position: relative;
}
label {
    width:100%;
    overflow-x: hidden
}
.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
    float: left;
}
.form-container textarea {
    margin-top:15px;
    position: relative;

}
.wpcf7 {
    width:100%;
}
.wpcf7-response-output {
    float:left;
}
.screen-reader-response {
    margin-top: 25px;
}
.wpcf7-not-valid-tip {
    float: left;
}

.wpcf7-submit {
    background:#148A60;
    color:#ffffff;
}
.form-container p, .form-container label {
    margin-bottom: 0 !important
}
.change-language {
    color:#148A60;
    font-weight: bold
}
.change-language:hover {
    color:#148A60;
}
section {
    position:relative;
}
.primary-sidebar {
    color:white;
    margin-top:50px;
    font-size:15pt;
}
.tnp-submit {
background: #148A60;
    border: none;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    margin-top: 16px;
    font-size: 14pt;
    float: right;
    margin-right: 10px;
}
.primary-sidebar .tnp-email {
    width:50%;
    float:right;
    border-radius:4px;
    margin-top:15px;
    border:none;
    padding:5px;
}
.tnp-field label {
display:none;
}
.upper-slider-item-info h2 {
    text-align:center;
}
.owl-theme .owl-nav.disabled+.owl-dots {
        z-index: 9999999999999999999;
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right: 75px;
}
.owl-theme .owl-dots .owl-dot {
    display:block;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#148A60;
}
.ui-widget-overlay.custom-overlay
{
    background-color: black;
    background-image: none;
    opacity: 0.9;
    z-index: 1040;     
}

.ui-dialog .ui-dialog-content {
text-align:center;
}
.contact-column h4, .contact-column ul li {
color:black
}