:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #26a65b;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ED6436;
  --secondary: #007035;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #F2F2F2;
  --dark: #181818;
  --lightgray: #f6f7f8;
  --honey: #c27c25;
}

/********** Custom CSS ************/
body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--gray-dark);
  font-size: 16px;
  font-weight: bolder;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cairo", sans-serif !important;
  font-weight: 600;
}

h3 {
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--secondary);
}

h4 {
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--secondary);
}

a {
  text-decoration: none;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: 0;
}

.numdv {
  direction: ltr;
  unicode-bidi: embed;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
}

/*bootstrap mod*/
.bg-secondary {
  background-color: var(--secondary) !important;
}

.btn-primary {
  background-color: var(--secondary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.bg-light {
  background-color: var(--light);
}

/* navbar */
.navbar-dark .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 15px;
  color: var(--light);
  font-weight: 500;
  outline: none;
  font-family: "Cairo", sans-serif !important;
}

.navbar-dark .dropdown .dropdown-menu .dropdown-item {
  font-family: "Cairo", sans-serif !important;
}

.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--secondary);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--white);
  background: var(--secondary);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 15px;
  }
}
/* top bar*/
.topbar a {
  font-size: 0.8rem;
}

/*frontpage*/
/* Pages*/
.wp-caption .wp-caption-text {
  margin: 0 0;
}

.global_content img {
  border-radius: 10px;
  margin: 0 15px 15px 0px;
}

.global_content figure {
  position: relative;
}

.global_content figcaption {
  position: absolute;
  bottom: 17px;
  background: url(../img/shadow50.png);
  color: #FFF;
  margin: 0 17px 17px 0;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
  padding: 4px 8px;
  left: 3px;
  text-align: center;
  float: none;
  width: 394px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* ----- 3. Breadcrumb ----- */
.breadcrumb-wrapper {
  background: url("../img/breadcrump-bg3.jpg") no-repeat top center;
  width: 100%;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  padding: 60px 0;
  background-position-y: -27px;
}

.breadcrumb-wrapper-overlay {
  background: var(--secondary);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.page-title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0 10px 0;
  position: relative;
  color: var(--honey);
}

ol.breadcrumb li {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  z-index: 111111;
  position: relative;
}

ol.breadcrumb li a:hover {
  color: #007ADF;
}

/* ========================================================== */
/* 			                02. FOOTER                        */
/* ========================================================== */
/* ----- 1. Footer General Styles ----- */
.footer {
  width: 100%;
  position: relative;
  background-color: #001527;
  margin: 0 auto;
}

.footer-top {
  padding: 60px 0 60px 0;
  border-bottom: 2px dotted #999;
}

.footer-bottom {
  padding: 27px 0 55px 0;
}

a.top-scroll {
  position: relative;
  padding: 6px 7px 2px 7px;
  font-size: 26px;
  line-height: 26px;
  color: #999 !important;
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

a.top-scroll:hover {
  color: #fff !important;
  background-color: #007adf;
  border: 1px solid #007adf;
}

.footer h4 {
  font-size: 16px;
  position: relative;
  color: #fff;
}

.footer p, .footer a {
  color: #ddd;
}

.footer a.btn {
  color: #fff;
}

.footer-bottom p {
  color: #999;
}

.footer-bottom p a {
  font-size: 16px;
  color: #999;
  text-decoration: underline;
}

.footer p a:hover {
  color: #007adf;
}

p.contact_info {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

p.contact_info a {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

p.contact_info i {
  font-size: 18px;
  padding-right: 5px;
  vertical-align: middle;
}

/* ----- 2. Footer Social Icons ----- */
ul.footer_social {
  display: block;
  float: right;
  margin: 0;
}

ul.footer_social li {
  display: inline-block;
  margin: 0 0 10px 10px;
  color: #999;
  line-height: 100% !important;
}

ul.footer_social li a i {
  display: inline-block;
  padding: 0;
  font-size: 22px !important;
  line-height: 22px !important;
  color: #999;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

ul.footer_social li a i:hover {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  color: #007adf;
}

/* ----- 4. Footer List ----- */
ul.footer-list {
  display: block;
  margin: 0;
  width: 80%;
}

ul.footer-list li {
  padding: 5px 0;
  border-bottom: 1px solid #999;
}

ul.footer-list li.first {
  padding-top: 0;
}

ul.footer-list li a:hover {
  color: #007adf;
}

/* ========================================================== */
/* 						    10. CONTACT                       */
/* ========================================================== */
iframe.contact-maps {
  padding: 10px 10px;
  border-radius: 8px;
  background-color: #f6f7f8;
  border: 1px solid #eaeaea !important;
}

.contact-wrapper {
  background: #00182c;
  padding: 60px 30px 60px 37px;
  max-width: 600px;
  border-radius: 5px;
  margin: 0 auto;
}

#contact-form {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  margin-bottom: 10px;
}

input.contact-input {
  width: 100%;
  height: 55px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 15px;
  color: #656565;
  background-color: #f6f7f8;
  border: 1px solid #eaeaea !important;
  font-size: 14px;
  float: left;
  border-radius: 5px 5px 5px 5px;
}

input.contact-input-home {
  width: 100%;
  height: 45px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 15px;
  color: #656565;
  background-color: #f1f7f7;
  opacity: 0.68;
  border: 1px solid #eaeaea !important;
  font-size: 14px;
  float: left;
  border-radius: 5px 5px 5px 5px;
}

input.contact-input-about {
  width: 48%;
  height: 40px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 15px;
  color: #454545;
  background-color: transparent;
  opacity: 0.8;
  border: 1px solid #656565 !important;
  font-size: 14px;
  float: left;
  margin-right: 10px;
  border-radius: 5px 5px 5px 5px;
}

select.contact-input-home {
  width: 100%;
  height: 50px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 15px;
  color: #656565;
  background-color: #f1f7f7;
  opacity: 0.68;
  border: 1px solid #eaeaea !important;
  font-size: 14px;
  float: left;
  border-radius: 5px 5px 5px 5px;
}

select.contact-input-about {
  width: 48%;
  height: 40px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 15px;
  color: #656565;
  background-color: transparent;
  border: 1px solid #656565 !important;
  font-size: 14px;
  float: left;
  border-radius: 5px 5px 5px 5px;
}

textarea {
  height: 155px;
  margin-bottom: 15px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #656565;
  background-color: #f6f7f8;
  border: 1px solid #eaeaea !important;
  font-size: 14px;
  float: left;
  border-radius: 5px 5px 5px 5px;
}

textarea.contact-commnent {
  height: 135px;
  margin-bottom: 15px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #656565;
  background-color: #f1f7f7;
  opacity: 0.68;
  border: 1px solid #eaeaea !important;
  font-size: 14px;
  float: left;
  border-radius: 5px 5px 5px 5px;
}

textarea.contact-commnent-about {
  height: 120px;
  margin-bottom: 15px;
  width: 98%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #454545;
  background-color: transparent;
  opacity: 0.68;
  border: 1px solid #656565 !important;
  font-size: 14px;
  float: left;
  text-align: left !important;
  border-radius: 5px 5px 5px 5px;
}

input.contact-submit {
  color: #fff;
  border: 2px solid #007adf;
  background-color: #007adf;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 16px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius: 3px 3px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

input.contact-submit:hover {
  color: #007adf;
  background-color: transparent;
  border: 2px solid #007adf;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
  color: #7c8595;
}

input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #7c8595;
}

input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #7c8595;
}

input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #7c8595;
}

#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus,
#contact-form input.contact-input-home:focus, #contact-form select.contact-input-home,
#contact-form input.contact-input-about:focus, #contact-form select.contact-input-about,
#contact-form textarea.contact-commnent-about:focus {
  border-color: #fff;
  outline: none;
}

p.contact_success_box {
  display: inline-block;
  color: #454545;
  font-size: 20px;
  font-style: italic;
  padding: 20px 20px;
  border: 1px solid #fff;
  webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.form-control {
  direction: ltr;
}

.box-news-1 {
  position: relative;
  margin-bottom: 30px;
}

.box-news-1 .media {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  height: 238px;
  overflow: hidden;
  background-color: #003978;
}

.box-news-1 .media img {
  transition: 0.4s all linear;
}

.box-news-1 .media:before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 9;
  color: #ffffff;
  font-size: 30px;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all ease 0.25s;
}

.box-news-1 .body {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.box-news-1 .body:before {
  background-color: #ffcb05;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.box-news-1 .body .title {
  font-weight: 600;
  font-size: 16px;
}

.box-news-1 .body .title a {
  color: #003978;
}

.box-news-1 .body .title a:hover {
  color: #ffcb05;
}

.box-news-1 .body .meta {
  color: #6f6f6f;
  font-size: 13px;
  margin-top: 5px;
}

.box-news-1 .body .meta span {
  display: inline-table;
  margin-right: 20px;
}

.box-news-1 .body .meta .fa {
  color: #46c2ca;
}

.box-news-1:hover .body:before {
  transform: scale(1, 1);
}

.box-news-1:hover .media img {
  filter: alpha(opacity=80);
  opacity: 0.4;
  transform: scale(1.05, 1.05);
  transition-timing-function: ease-out;
  transition-duration: 250ms;
}

.box-news-1:hover .media:before {
  top: 50%;
  filter: alpha(opacity=1);
  opacity: 100;
}

.people,
.user-pic {
  display: block;
  max-width: 100%;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}/*# sourceMappingURL=main.css.map */