:root {
  --main: #153460;
  --other:#0a517d;
  --beige: rgb(242, 181, 59);
}
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

.layout_margin {
  margin-top: 90px;
  margin-bottom: 90px;
}

.layout_padding {
  padding-top: 10px;
  padding-bottom: 10px;
}
@font-face {
  font-family: "cairo";
  src: url("fonts/Cairo-Black.ttf");
  src: url("fonts/Cairo-Bold.ttf");
  src: url("fonts/Cairo-ExtraBold.ttf");
}
.cairo {
  font-family: cairo;
}
.Beiruti {
    font-family: Beiruti;
    font-size: 27px !important;
}
.beige {
  color: var(--beige) !important;
}
.selected {
  background-color: var(--other);
  border: solid 0.5px #fff;
  color: var(--beige) !important;
}
.detailner {
    color: #000 !important;
    text-align: center !important;
}
.detailner p {
    color: #000 !important;
    text-align: center !important;
    direction: rtl;
}
.watch {
  background-color: var(--other);
  color: white;
}
.Gree {
  background-color: #ddd !important;
}
.Rmore {
    background-color: var(--beige) !important;
    font-size: 16px;
    width: 120px ;
}
.watch:hover {
  background-color: var(--beige);
  color: black !important;
}
.form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 65px;
  background-color: #5d83ad;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #5d83ad;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: bold;
}
.form_container button:hover {
  background-color: transparent;
  color: #5d83ad;
}
.btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout_padding2 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.heading_container h2,h3 {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 7px;
}
.heading_container h2::before,h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45px;
  height: 5px;
  background-color: var(--other);
  border-radius: 10px;
}

.heading_container .h2 {
  font-weight: bold;
  font-family: cairo;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 7px;
  color: var(--other) !important;
}

.heading_container .h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45px;
  height: 5px;
  background-color: var(--other);
  border-radius: 10px;
}

.heading_container .heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#activer {
  background-color: #4982b612;
}
.detail_box_common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-right: white solid 2px;
}
.detail_box_common .act {
  font-size: 20px;
  color: var(--other);
}
.act2 {
  font-size: 20px;
  text-align: center;
  color: #2c3536;
}
.summary {
  direction: rtl !important;
  text-align: center !important;
  color: #333 !important;
  font-size: 20px !important;
  word-spacing: 6px !important;
}
.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
/* -------------------------- */
.foot {
  background-color: #eee !important;
  color: var(--main);
}
.foot2 {
  background-color: var(--beige) !important;
  color: var(--main) !important;
}
.foot3 {
  background-color: var(--other) !important;
  color: #fff;
}

#activepro {
  color: var(--other);
}

.service_section {
  position: relative;
}

.service_section .box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 25px;
  border-radius: 15px;
  border: solid 3px  var(--other);
  background-color: #eee;
  position: relative;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.service_section .box .img-box {
  width: 75px;
  height: 75px;
  background-color: #17a2b8;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 10px;
}
.press {
  font-weight: bold;
  margin-top: 8px;
  margin-right: 10px;
  color: #fff !important;
  border: solid 1px #151818 !important;
  background-color: var(--other) !important;
}
.nopress {
  font-weight: bold;
  margin-top: 8px;
  margin-right: 10px;
  color: #151818 !important;
  border: solid 1px #151818 !important;
  background-color: var(--beige) !important;
}
.nopress:hover {
    background-color: #fff ;
    border: solid 1px var(--other);
}
.service_section .box .img-box img {
  width: 100%;
  max-width: 45px;
  max-height: 45px;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 22px;
  color: #151818;
}
.service_section .box .detail-box p {
  color: rgb(43, 50, 50);
  font-size: 18px;
  word-spacing: 3px;
}
.service_section .box .detail-box a {
  color: #03a7d3;
}

.service_section .box .detail-box a:hover {
  color: #f9b850;
}

.service_section .box:hover .img-box {
  background-color: #f9b850;
}

.layout_padding {
  padding: 5px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}
/* ------------------------------ */
.text_center {
  text-align: center;
}
.de-field {
  height: 38px;
  outline: none;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: var(--other);
  background-color: var(--beige);
}
.borderd {
  font-size: 18px;
  color: #000 !important;
  border: 1px solid #444;
  text-align: center;
}
.Heading {
  position: relative;
  background-color: #ccc;
  color: var(--other);
  font-size: 20px;
  font-family: cairo;
  font-weight: bold;
  padding: 8px;
  border: solid #ccc 0.5px;
  border-radius: 8px;
  padding-bottom: 15px;
}
.bankak {
  height: 100px !important;
  width: 100px !important;
  border: none !important;
}
.tbra3 {
  font-size: 24px !important;
  font-weight: bold;
  color: var(--other);
  direction: rtl;
}
.count {
  position: absolute;
  top: 9px;
  left: 15px;
  font-size: 18px;
  color: var(--beige);
  background-color: rgb(99, 98, 98);
  border-radius: 50%;
  height: 26px;
  width: 26px;
}
.count p {
  font-size: 16px;
  margin: auto;
  text-align: center;
}
.artic {
  border: solid 1.5px var(--other);
  font-size: 16px;
  opacity: 0.85;
  font-weight: bold;
  padding: 13px 20px;
  background-color: var(--other);
  color: white;
  border-radius: 7px;
}
.artic:hover {
  transition: 0.5s;
  background-color: transparent;
  color: var(--other);
}
/*header section*/
.hero_area {
  position: relative;
}

.sub_page .header_section {
  position: relative;
  background-color: var(--other);
}

.sub_page .header_section .custom_menu-btn span {
  background-color: #fff;
}

.sub_page .header_section .navbar-brand span {
  color: var(--beige) !important;
}

.header_section {
  padding: 8px 25px;
  position: fixed !important;
  z-index: 99999;
  width: 100%;
  background: linear-gradient(to right, #0f537c,var(--other),var(--main),#082f46);
  color: white;
}

.header_section .nav_container {
  margin: 0 auto;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-right: 15%;
}

.navbar-brand span {
  font-weight: 700;
  font-size: 24px;
  color: var(--beige);
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 0;
  height: 100%;
}

.custom_nav-container .call_btn {
  display: inline-block;
  background-color: white;
  color: var(--other);
  padding: 4px 8px;
  border: 1.5px solid white;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: auto;
}

.custom_nav-container .call_btn:hover {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 25px;
  color: #fefeff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.custom_menu-btn button {
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
}

.custom_menu-btn span {
  display: block;
  width: 35px;
  height: 4.5px;
  background-color: white !important;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius:10px !important;
}

.menu_btn-style {
  position: fixed;
  right: 10px;
  top: 7px;
}

.menu_btn-style button {
  margin-top: 0px;
  outline: none;
  border: none;
  background-color: transparent;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.menu_btn-style span {
  display: block;
  width: 35px;
  height: 4.5px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translateY(16px);
          transform: rotate(45deg) translateY(16px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translateY(-16px);
          transform: rotate(-45deg) translateY(-16px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgba(39, 41, 42, 0.902);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
}

.overlay a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 10px 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1.5px solid #ffffff;
  border-radius: 5px;
  width: 190px;
}

.overlay a.active {
  border-color: transparent;
  background-color: var(--beige);
  color: black;
}
.overlay a:hover {
  border-color: transparent;
  background-color: #fff;
  color: black;

}
.menu_btn-style {
  display: none;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_width {
  width: 100%;
}

.scroll-y-hidden {
  overflow-y: hidden;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*end header section*/
.slider_section {
  background-image: url(../images/slider-bg.jpg);
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.slider_section .slider_text_carousel,
.slider_section .slider_image_carousel {
  width: 100%;
  height: 100%;
}

.slider_section .slider_text_carousel .carousel-inner,
.slider_section .slider_text_carousel .carousel-item,
.slider_section .slider_image_carousel .carousel-inner,
.slider_section .slider_image_carousel .carousel-item {
  height: 100%;
}

.slider_section .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #eee;
  padding: 0;
}

.slider_section .detail-box .detail_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 25px;
}
.Details {
  position: absolute;
  bottom: 7px;
  left: 7px;
  font-weight: bold;
  background-color: var(--beige);
  color: #3d3d3d !important;
  border-radius: 20px;
}
.Details:hover {
  background-color: var(--other);
  color: #fff !important;
}
.unser {
  color: white;
  font-weight: bold;
}
.unser b {
  color: var(--beige);
}
#displayYear {
  color: white;
}
.article1 {
  margin-top: 5px;
  margin-right: 15px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 20px;
  background-color: #f9b850;
  border-radius: 15px;
}
.article1:hover {
  background-color: var(--other);
  color: #fff;
  border: solid 0.5px #fff;
}
.detail_content h2 {
  font-size: 32px !important;
  color: var(--main);
}
.slider_section .detail-box h1 {
  margin: 25px auto;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
}

.slider_section .detail-box a {
  display: inline-block;
  background-color: #2435a4;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 45px;
  border: 1px solid #2435a4;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #2435a4;
}

.slider_section .img-box {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 0;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
  z-index: 2;
}
.about_section .heading_container h3 {
  text-transform: uppercase;
  color: var(--other);
}

.about_section .detail-box {
  background-color: #2a6191;
  padding: 0 5px;
}

.about_section .detail-box p {
  margin-top: 5px;
  direction: rtl;
  word-spacing: 4px;
  font-size: 20px !important;
}

.about_section .detail-box a {
  display: inline-block;
  background-color: var(--other) !important;
  color: #fff;
  opacity: 0.85;
  padding: 10px 20px;
  border: 0.5px solid var(--other);
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 0px;
}

.about_section .detail-box a:hover {
  background-color: transparent !important;
  border-color: var(--main) !important;
  color: var(--main) !important;
}

.about_section .img-box {
  position: relative;
  padding: 0;
}

.about_section .img-box img {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

.portfolio_section {
  text-align: center;
  background-color: #e4e4e4;
}

.portfolio_section .heading_container {
  margin-bottom: 45px;
}

.portfolio_section .heading_container h2::before {
  background-color: #2435a4;
}

.portfolio_section p {
  margin-top: 25px;
  margin-bottom: 30px;
}

.portfolio_section .portfolio_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio_section .portfolio_container .img-box {
  margin: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.portfolio_section .portfolio_container .img-box img {
  width: 100%;
  height: 100%;
}

.portfolio_section .portfolio_container .img-box .btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio_section .portfolio_container .img-box .btn-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 100%;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #000000;
  font-size: 20px;
}

.portfolio_section .portfolio_container .img-box .btn-box a:hover {
  background-color: rgba(228, 234, 234, 0.9);
}

.portfolio_section .portfolio_container .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(50, 61, 186, 0.766);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.portfolio_section .portfolio_container .img-box:hover a {
  visibility: visible;
  opacity: 1;
}

.portfolio_section .portfolio_container .img-box:hover::before {
  visibility: visible;
  opacity: 1;
}

.portfolio_section .portfolio_container .box-1,
.portfolio_section .portfolio_container .box-2,
.portfolio_section .portfolio_container .box-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.portfolio_section .portfolio_container .box-2-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.portfolio_section .portfolio_container .box-2-btm .box-2-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio_section .portfolio_container .box-2-btm .box-2-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.portfolio_section .read_btn {
  display: inline-block;
  background-color: #2435a4;
  color: #ffffff;
  padding: 7px 30px;
  border: 1px solid #2435a4;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 75px;
}

.portfolio_section .read_btn:hover {
  background-color: transparent;
  color: #2435a4;
}

.team_section .team_container {
  padding: 25px 45px;
}

.team_section .team_box {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  margin: 25px 0;
}

.team_section .team_box .img-box img {
  width: 100%;
}

.team_section .team_box .detail-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #22537dc5;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.team_section .img-box h4 {
  font-weight: bold;
  margin-top: 10px;
  font-size: 24px;
  color: rgb(81, 91, 98);
}

.team_section .team_box .detail-box a {
  color: inherit;
  font-size: 24px;
}

.team_section .team_box .detail-box a:hover {
  color: #2435a4;
}

.team_section .team_box:hover .detail-box {
  opacity: 1;
  visibility: visible;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 15px;
}

.contact_section .heading_container h2::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.contact_section .map_container {
  height: 450px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.contact_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact_section .info_contact .contact_link_box div {
  text-align: left;
}

.contact_section .info_contact .contact_link_box i {
  color: #fff !important;
}

.contact_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.contact_section .info_contact .contact_link_box a:hover {
  color: #111;
}

.contact_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.contact_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #0a517d;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 3px;
  margin-right: 10px;
  font-size: 24px;
}

.contact_section .info_social a:hover {
  color: #0a517d;
  background-color: #fff;
}

/* footer section*/
.footer_section {
  background-color: var(--main);
  color: #fff;
  padding: 0 15px;
}

.footer_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_section p {
  margin: 0;
  padding: 25px 0;
  color: #ffffffd8;
}

.footer_section .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer_section .link_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-left: 15px;
  font-weight: bold;
}

.footer_section .link_box a:hover {
  border: solid 0.5px #fff;
}

/* -------------------------------- */
@media (min-width: 768px) {
  .de-field {
    min-width: 300px !important;
  }
}
/*# sourceMappingURL=style.css.map */