/* Variables
======================*/
@font-face {
  font-family: "RB";
  src: url("../fonts/RB-Bold.eot");
  src: url("../fonts/RB-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RB-Bold.woff2") format("woff2"), url("../fonts/RB-Bold.woff") format("woff"), url("../fonts/RB-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RB";
  src: url("../fonts/RB-Regular.eot");
  src: url("../fonts/RB-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RB-Regular.woff2") format("woff2"), url("../fonts/RB-Regular.woff") format("woff"), url("../fonts/RB-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #094f9f !important;
  color: #fff !important;
}

body {
  overflow: hidden;
  width: 100%;
  text-align: start;
  position: relative;
  font-family: "RB", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  padding-top: 90px;
}

@media (max-width: 991px) {
  .container {
    max-width: 640px;
  }
}
/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: #f1f1f1;
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #094f9f;
}

/* Loading 
=====================*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}

.spinner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot1 {
  background-color: #094f9f;
}

.dot2 {
  top: auto;
  background-color: #b68012;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Mouse Cursor
=========================*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
@media (max-width: 991px) {
  .mouse-cursor {
    display: none !important;
  }
}

.cursor-inner {
  width: 4px;
  height: 4px;
  z-index: 10000001;
  background-color: #b68012;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -25px;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  background-color: #b68012;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  border: 1px solid #b68012;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 80ms ease-out;
  -moz-transition: all 80ms ease-out;
  -ms-transition: all 80ms ease-out;
  -o-transition: all 80ms ease-out;
  transition: all 80ms ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

/* Lists  
======================*/
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: inline-block;
}

.list {
  margin: 15px 0;
}
.list li {
  display: block;
  line-height: 25px;
  margin-bottom: 15px;
  padding-inline-start: 35px;
  font-size: 16px;
  color: #191919;
  position: relative;
}
.list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  inset-inline-start: 0;
  top: 5px;
  margin: auto;
  color: #094f9f;
  background-color: #f6f9ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 10px;
  line-height: 25px;
  text-align: center;
}

.w-50 {
  width: 49% !important;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Button - links
========================*/
.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  padding: 0 25px;
  background-color: #094f9f;
  color: #fff;
  border: 0;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.link span {
  position: relative;
}
.link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: circle(0% at 50% 100%);
  background-color: #b68012;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.link:hover {
  color: #fff;
}
.link:hover::before {
  clip-path: circle(100% at 50% 50%);
}
.link.more {
  margin-top: 45px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px !important;
  min-width: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  background-color: #b68012;
  color: #fff;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: circle(0% at 50% 100%);
  background-color: #094f9f;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.icon i, .icon::before {
  z-index: 999;
  position: relative;
}
.icon:hover {
  color: #191919;
}
.icon:hover::after {
  clip-path: circle(100% at 50% 50%);
}
.icon:hover i, .icon:hover::before {
  color: #fff;
}

/* Form
=======================*/
label {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0;
}

.form-control {
  padding: 0 15px;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  color: #191919;
  border: 1px solid #e7e7e7;
  letter-spacing: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control:hover, .form-control:focus {
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  resize: none;
  height: 110px;
  line-height: 22px;
  padding: 15px !important;
}

/* Page Setting
=====================*/
section {
  z-index: 9997;
  position: relative;
  padding: 70px 0;
  background-color: #fff;
}
section.colored {
  background-color: #fcfcfc;
}
@media (max-width: 991px) {
  section {
    padding: 35px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 25px 0;
  }
}

.section_img {
  background: url(../images/slider2.jpg) center no-repeat fixed;
  background-size: cover;
  text-align: center;
}
.section_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.75);
}
.section_img .container {
  position: relative;
  z-index: 999;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.shadow {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08) !important;
}

/* Section Title
=======================*/
.section_title {
  margin-bottom: 35px;
}
.section_title h3 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  color: #191919;
  line-height: 25px;
  padding-bottom: 10px;
  margin: 0 0 25px;
}
.section_title h3::before {
  content: " ";
  width: 50px;
  height: 4px;
  background-color: #b68012;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  border-radius: 25px;
}
.section_title h3 p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 575px) {
  .section_title {
    margin-bottom: 15px;
  }
  .section_title h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .section_title p {
    font-size: 12px;
  }
}

/* Page Head
=======================*/
.page_head {
  background: url(../images/slider1.jpg) center no-repeat;
  background-size: cover;
  padding: 70px 0;
  text-align: center;
  position: relative;
}
.page_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.75);
}
.page_head h3 {
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  text-align: center;
  margin: 0 auto 15px;
}
@media (max-width: 575px) {
  .page_head h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.page_head li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.page_head li a {
  font-size: 16px;
  display: block;
  color: #b68012;
  padding-inline-end: 15px;
  margin-inline-end: 5px;
  position: relative;
}
.page_head li a::after {
  content: " / ";
  position: absolute;
  top: 0;
  inset-inline-end: 0px;
  font-size: 18px;
  color: #b68012;
}
@media (max-width: 767px) {
  .page_head {
    padding: 30px 0px;
  }
}

/*  Header
=============================*/
header {
  position: fixed;
  top: 0;
  right: 0px;
  width: 100%;
  padding: 10px 0;
  min-height: 70px;
  z-index: 9998;
  background-color: #fff;
  -webkit-transition: 0.3s linear background-color;
  -moz-transition: 0.3s linear background-color;
  -ms-transition: 0.3s linear background-color;
  -o-transition: 0.3s linear background-color;
  transition: 0.3s linear background-color;
}
header.shadow {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1) !important;
}
header .container {
  position: relative;
  min-height: 70px;
}
header .navbar-brand {
  margin: 0;
  position: absolute;
  z-index: 999;
  height: 120px;
  top: -10px;
  inset-inline-start: 0;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
}
header .navbar-brand img {
  height: 100%;
}
header .btns {
  z-index: 999;
  margin-top: 10px;
}
header .btns .link {
  position: relative;
  font-weight: normal;
  margin: 0;
  line-height: 20px;
  padding: 5px 50px 5px 15px;
  text-align: start;
}
header .btns .link i {
  position: absolute;
  margin-inline-start: -38px;
  top: 9px;
  font-size: 25px;
}
header .btns .link b {
  display: block;
  letter-spacing: 1px;
  font-weight: normal;
  direction: ltr;
}
header .btns .menu-btn {
  height: 50px;
  display: none;
}

.navbar {
  padding: 0px;
  margin: 0px;
  margin-top: -70px;
  min-height: 70px;
}
.navbar .container {
  min-height: auto;
}
.navbar ul.navbar-nav {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-inline-end: 185px;
}
.navbar ul.navbar-nav li {
  display: inline-block;
}
.navbar ul.navbar-nav li a {
  position: relative;
  display: block;
  margin-inline-end: 30px;
  font-size: 17px;
  color: #191919;
  text-align: center;
  line-height: 35px;
}
.navbar ul.navbar-nav li a:hover {
  color: #094f9f;
}
.navbar ul.navbar-nav li a.active {
  color: #b68012;
}
.navbar ul.navbar-nav li.dropdown .dropdown-menu li {
  width: 100%;
}
.navbar ul.navbar-nav li.dropdown .dropdown-menu li a {
  border-bottom: 1px solid #e7e7e7;
  text-align: start;
  padding: 0 15px;
  line-height: 40px;
  margin: 0;
  font-size: 14px;
}
.navbar ul.navbar-nav li.dropdown .dropdown-menu li:last-child a {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .dropdown .dropdown-menu {
    display: block;
    right: 0;
    left: auto;
    top: 61px;
    margin: 0;
    width: 100%;
    min-width: 240px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    transform-origin: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
  }
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@media (max-width: 1199px) {
  .navbar ul.navbar-nav li a {
    margin-inline-end: 20px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  header .container {
    max-width: 100%;
  }
  header .btns .menu-btn {
    display: inline-block;
    margin: 0;
  }

  .navbar {
    background-color: #191919;
    max-height: 440px;
    min-height: auto;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 90px;
  }
  .navbar ul.navbar-nav {
    display: block;
    text-align: start;
    padding: 10px;
  }
  .navbar ul.navbar-nav li {
    display: block;
  }
  .navbar ul.navbar-nav li a {
    text-align: start;
    display: inline-block;
    margin: 0;
    color: #fff;
  }
  .navbar ul.navbar-nav li a.active, .navbar ul.navbar-nav li a:hover {
    color: #fff;
  }
  .navbar ul.navbar-nav li .dropdown-menu {
    border: 0;
    padding: 10px;
    background-color: #fff2;
  }
  .navbar ul.navbar-nav li .dropdown-menu li a {
    line-height: 35px;
    font-size: 14px;
    border: 0 !important;
    background-color: transparent;
    display: block;
    border: 0;
  }
  .navbar ul.navbar-nav li .dropdown-menu li a:hover {
    color: #b68012;
  }
}
@media (max-width: 575px) {
  header .btns .link {
    height: 50px;
    width: 40px;
    padding: 0;
    overflow: hidden;
  }
  header .btns .link i {
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 40px;
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto;
    font-size: 22px;
  }
  header .btns .link b {
    display: none;
  }
}
/* Footer
=====================*/
footer {
  z-index: 998;
  padding: 50px 0 0;
  position: relative;
  background-color: #191919;
  text-align: start;
}
footer img {
  margin: 35px auto;
}
footer a {
  display: inline-block;
}
footer p {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  margin: 0 0 25px;
}
footer h3 {
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  line-height: 30px;
  color: #fff;
}
footer h3::before {
  content: "";
  position: absolute;
  bottom: -10px;
  inset-inline-start: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #b68012;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
footer ul {
  margin-bottom: 15px;
}
footer ul a {
  display: inline-block;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  -webkit-transition: 0.4s linear color;
  -moz-transition: 0.4s linear color;
  -ms-transition: 0.4s linear color;
  -o-transition: 0.4s linear color;
  transition: 0.4s linear color;
}
footer ul a:hover {
  color: #b68012;
}
footer ul.row {
  margin: 0;
}
footer ul.row li {
  display: block;
  position: relative;
  padding-inline-start: 20px;
  margin-bottom: 15px;
}
footer ul.row li a {
  text-transform: uppercase;
}
footer ul.row li::before {
  content: "";
  font-size: 12px;
  color: #fff;
  position: absolute;
  content: "\f104";
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
footer .contact_info li {
  margin-top: 15px;
  padding: 0;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
footer .contact_info li::before {
  display: none;
}
footer .contact_info li i {
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #094f9f;
  text-align: center;
  border-radius: 50%;
  margin-inline-end: 15px;
  color: #fff;
  font-size: 12px;
}
footer .contact_info li a {
  display: block;
  line-height: 20px;
  font-size: 14px;
}
footer .copyrights {
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 15px;
  border-top: 1px solid #fff1;
  margin-top: 20px;
}

.up_btn {
  position: fixed;
  inset-inline-end: 15px;
  bottom: 15px;
  margin: auto;
  font-size: 16px;
  z-index: 9998;
  display: none;
}

.fixed_icon {
  background-color: #25d366;
  position: fixed;
  bottom: 15px;
  z-index: 9999;
  inset-inline-start: 15px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
  font-size: 28px;
}

/* Main Section
======================*/
.main_section {
  padding: 0;
  height: calc(100vh - 90px);
}
@media (max-width: 991px) {
  .main_section {
    height: auto;
    display: block;
  }
}
.main_section .main_caption {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 70px 50px;
}
.main_section .main_caption h1 {
  font-size: 72px;
  margin: 0 auto;
  line-height: 70px;
  max-width: 940px;
  font-weight: bold;
}
.main_section .main_caption h3 {
  line-height: 40px;
  margin: 30px auto 40px;
  font-size: 36px;
  max-width: 920px;
  font-weight: normal;
}
.main_section .main_caption .link {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .main_section .main_caption {
    padding: 70px 50px;
  }
  .main_section .main_caption h1 {
    font-size: 42px;
  }
  .main_section .main_caption h3 {
    line-height: 25px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .main_section .main_caption h1 {
    font-size: 34px;
  }
  .main_section .main_caption h3 {
    margin: 10px auto 20px;
    line-height: 20px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .main_section .main_caption {
    padding: 50px 15px;
  }
  .main_section .main_caption h1 {
    line-height: 30px;
    font-size: 22px;
  }
  .main_section .main_caption h3 {
    font-size: 14px;
  }
  .main_section .main_caption .link {
    line-height: 40px;
    padding: 0 15px;
  }
}
.main_section .main_caption .link {
  margin: 0 auto;
}
.main_section .carousel,
.main_section .carousel-item,
.main_section .carousel-inner {
  width: 100%;
  height: 100%;
}
.main_section .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.main_section .carousel-control-next,
.main_section .carousel-control-prev {
  position: absolute;
  position: absolute;
  inset: 0px 25px 0px auto;
  margin: auto;
  opacity: 1;
  right: 10px;
}
@media (max-width: 575px) {
  .main_section .carousel-control-next,
.main_section .carousel-control-prev {
    display: none;
  }
}
.main_section .carousel-control-prev {
  left: 10px;
  right: auto;
}

.wizard .toolbar {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.wizard .toolbar button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: 0;
  background-color: #b68012;
  color: #fff;
  margin: 0;
  margin-inline-start: 10px;
  margin: 5px;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.wizard .toolbar button::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.wizard .toolbar button.sw-btn-prev::before {
  content: "\f105";
}
.wizard .toolbar button.sw-btn-group-extra, .wizard .toolbar button.sw-btn-next {
  opacity: 0.85;
}
.wizard .toolbar button.sw-btn-group-extra::before, .wizard .toolbar button.sw-btn-next::before {
  content: "\f104";
}
.wizard .toolbar button.sw-btn-prev.disabled {
  pointer-events: none;
  display: none;
}
.wizard .toolbar button.sw-btn-next.disabled {
  display: none;
}
.wizard .toolbar button.sw-btn-group-extra {
  background-color: #094f9f;
}
.wizard .toolbar button:hover {
  background-color: #094f9f;
}

.check_item {
  display: inline-block;
  text-align: start;
  position: relative;
  margin: 15px auto;
  margin-inline-end: 15px;
  min-width: 80px;
}
.check_item span {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 998;
}
.check_item input[type=radio],
.check_item input[type=checkbox] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  cursor: pointer;
}
.check_item input[type=radio] + label,
.check_item input[type=checkbox] + label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #094f9f;
  padding: 0;
  padding-right: 35px;
  line-height: 25px;
  text-align: start;
  margin: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.check_item input[type=radio] + label span,
.check_item input[type=checkbox] + label span {
  line-height: 25px;
}
.check_item input[type=radio] + label::before,
.check_item input[type=checkbox] + label::before {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.check_item input[type=checkbox] + label::before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.check_item input[type=checkbox]:checked + label::before,
.check_item input[type=radio]:checked + label::before {
  background-color: #b68012;
  border-color: #b68012;
}

.question {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 575px) {
  .question {
    font-size: 16px;
  }
}

.rating h3 {
  margin: 0 0 25px;
  font-weight: bold;
  color: #094f9f;
}
.rating p {
  line-height: 30px;
}
.rating .hint {
  margin-top: 25px;
  font-size: 85%;
  line-height: 20px;
  margin-bottom: 25px;
}
.rating .hint strong {
  margin-bottom: 10px;
}

/* Modal
==================*/
.modal {
  z-index: 99999;
}

.modal button.close_btn {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #fff;
  padding: 0;
  background-color: #deebf0;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  z-index: 9999;
}

.modal-dialog {
  max-width: 98%;
}

.modal-content {
  border-radius: 10px;
  padding: 40px;
  width: 98%;
  margin: 100px auto 0;
  border: 0;
  height: 100%;
  overflow-y: auto;
  max-height: 540px;
  max-width: 570px;
}
.modal-content h3 {
  margin: 0 0 25px;
  font-size: 20px;
  position: relative;
  font-weight: bold;
  color: #094f9f;
}
.modal-content p {
  color: #b68012;
  font-weight: bold;
  font-size: 80px;
  margin: 0 0 25px;
  line-height: 80px;
}
.modal-content .hint span {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 18px;
}
.modal-content .hint strong {
  margin-bottom: 10px;
}
.modal-content .link {
  margin-top: 15px !important;
  line-height: 40px;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.modal-backdrop {
  z-index: 9998;
}

/* About 
======================*/
.pt-70 {
  padding-top: 70px;
}

.about_cont {
  margin-bottom: 25px;
}
.about_cont h2 {
  font-size: 44px;
  margin: 0 auto 25px;
  line-height: 45px;
  color: #094f9f;
  font-weight: bold;
}
.about_cont h2.small {
  font-size: 36px;
}
.about_cont h3 {
  color: #b68012;
  line-height: 35px;
  margin: 15px auto;
  font-size: 24px;
  font-weight: normal;
  padding-inline-start: 25px;
  border-inline-start: 7px double #b68012;
}
.about_cont p {
  line-height: 30px;
  margin-bottom: 25px;
  font-size: 14px;
}
.about_cont p a {
  color: #094f9f;
}
.about_cont ul li {
  width: 23%;
  height: 100px;
}
.about_cont ul a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 5px;
  border: 1px solid #e7e7e7;
}
.about_cont ul img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  .about_cont h2 {
    font-size: 36px;
    margin: 0 auto 25px;
  }
  .about_cont h3 {
    line-height: 30px;
    font-size: 22px;
  }
  .about_cont p {
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .about_cont h2 {
    font-size: 32px;
    margin: 0 auto 25px;
    line-height: 35px;
  }
  .about_cont h3 {
    line-height: 30px;
    margin: 15px auto;
    font-size: 20px;
    padding-inline-start: 10px;
  }
  .about_cont p {
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .about_cont ul {
    flex-wrap: wrap;
  }
  .about_cont ul li {
    min-width: 48%;
    height: 100px;
    margin-bottom: 15px;
  }
}

.inner_about_img {
  position: sticky;
  top: 110px;
}

.submit_form {
  margin-top: -70px;
  background-color: #fff;
  overflow: hidden;
  text-align: start;
}
.submit_form a {
  display: block;
  margin: 0;
  line-height: 70px;
  padding: 0 30px;
  background-color: #b68012;
  color: #fff;
  font-size: 22px;
}
.submit_form form {
  padding: 25px;
}
.submit_form .link {
  margin: 0;
}

.block_item {
  margin-top: 25px;
  padding: 25px;
  background-color: #fff;
  -webkit-transition: 0.4s linear all;
  -moz-transition: 0.4s linear all;
  -ms-transition: 0.4s linear all;
  -o-transition: 0.4s linear all;
  transition: 0.4s linear all;
}
.block_item img {
  width: 70px;
  margin: 0 auto 25px;
}
.block_item h3 {
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: bold;
  color: #094f9f;
}
.block_item p {
  color: #999;
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 25px;
}
.block_item .link {
  line-height: 40px;
  margin: 0;
}
.block_item:hover {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03) !important;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.block_item:hover h3 {
  color: #b68012;
}

.hint {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: start;
}
.hint h3 {
  color: #fff;
  line-height: 60px;
  margin: 0 0 25px;
  font-size: 52px;
  font-weight: normal;
}
.hint p {
  line-height: 40px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #fff;
}
.hint .link {
  position: relative;
  font-weight: normal;
  margin: 15px 0 0;
  line-height: 20px;
  padding: 5px 40px 5px 15px;
  text-align: start;
}
.hint .link i {
  position: absolute;
  margin-inline-start: -23px;
  top: 15px;
}
.hint .link b {
  display: block;
  letter-spacing: 1px;
  font-weight: normal;
}
@media (max-width: 575px) {
  .hint h3 {
    line-height: 40px;
    margin: 0 0 15px;
    font-size: 38px;
  }
  .hint p {
    line-height: 30px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .request_form {
    margin-top: 0 !important;
    padding: 70px 0 !important;
  }
  .request_form .submit_form {
    margin-top: 25px;
  }
}

.gallery_item {
  display: block;
  position: relative;
  margin: 10px auto;
}
.gallery_item img {
  z-index: 999;
  position: relative;
  width: 100%;
  height: 160px;
  object-fit: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gallery_item span {
  display: block;
  position: absolute;
  bottom: -50px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #094f9f;
}
.gallery_item::before, .gallery_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #094f9f;
  opacity: 25%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.gallery_item::after {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}

.hint_txt {
  background-color: #fff;
  padding: 30px;
  margin: 25px auto 0;
  text-align: justify;
  font-weight: bold;
  font-size: 16px;
  word-spacing: 2px;
  line-height: 35px;
  color: #094f9f;
}
@media (max-width: 575px) {
  .hint_txt {
    font-size: 12px;
    padding: 15px;
    word-spacing: 0;
    line-height: 28px;
  }
}

.center_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 15px;
  margin: 25px auto 0;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  min-height: 77px;
  font-weight: bold;
  color: #094f9f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 77px;
}
.center_item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto 15px;
}

.features {
  margin-top: 25px;
}
.features li {
  background-color: #fcfcfc;
  text-align: center;
  padding: 35px 15px 25px;
  margin: 25px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 5px solid rgba(182, 128, 18, 0.1);
}
.features li::before {
  left: 0;
  right: 0;
  top: -15px;
  margin: auto;
  background-color: #b68012;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

/* Programs
======================*/
.program_item {
  margin-top: 25px;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 340px;
}
.program_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.4s linear transform;
  -moz-transition: 0.4s linear transform;
  -ms-transition: 0.4s linear transform;
  -o-transition: 0.4s linear transform;
  transition: 0.4s linear transform;
}
.program_item .cont {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.99) 50%);
  position: absolute;
  padding: 25px 25px 15px;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.program_item .cont h3 {
  font-size: 24px;
  margin: 0 0 15px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.4s linear transform;
  -moz-transition: 0.4s linear transform;
  -ms-transition: 0.4s linear transform;
  -o-transition: 0.4s linear transform;
  transition: 0.4s linear transform;
}
.program_item .cont p {
  color: #fff;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: 0.4s linear transform;
  -moz-transition: 0.4s linear transform;
  -ms-transition: 0.4s linear transform;
  -o-transition: 0.4s linear transform;
  transition: 0.4s linear transform;
}
.program_item .cont i {
  opacity: 0;
  margin: 0;
  -webkit-transition: 0.4s linear transform;
  -moz-transition: 0.4s linear transform;
  -ms-transition: 0.4s linear transform;
  -o-transition: 0.4s linear transform;
  transition: 0.4s linear transform;
}
@media (max-width: 575px) {
  .program_item .cont {
    padding: 15px;
  }
  .program_item .cont h3 {
    font-size: 18px;
  }
  .program_item .cont p {
    font-size: 14px;
    line-height: 25px;
  }
}
.program_item:hover .cont h3, .program_item:hover .cont p, .program_item:hover .cont i {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.program_item:hover .cont i {
  opacity: 1;
}
.program_item:hover img {
  -webkit-transform: rotate(3deg) scale(1.09);
  -moz-transform: rotate(3deg) scale(1.09);
  -ms-transform: rotate(3deg) scale(1.09);
  -o-transform: rotate(3deg) scale(1.09);
  transform: rotate(3deg) scale(1.09);
}

.program_img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.steps li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.steps span {
  margin-inline-end: 5px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  background-color: #b68012;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

/* Blog
===========================*/
.blog .blog_item {
  margin-bottom: 25px;
}

.blog_item {
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}
.blog_item .cover {
  position: relative;
  height: 240px;
  width: 100%;
  overflow: hidden;
  display: block;
}
.blog_item .cover::before {
  content: "\f0c1";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  z-index: 9999;
  background-color: rgba(9, 79, 159, 0.9);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.4s linear transform;
  -moz-transition: 0.4s linear transform;
  -ms-transition: 0.4s linear transform;
  -o-transition: 0.4s linear transform;
  transition: 0.4s linear transform;
}
.blog_item .cover span {
  position: absolute;
  inset-inline-start: 15px;
  top: 15px;
  background-color: #b68012;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  z-index: 9998;
  font-size: 14px;
  letter-spacing: 1px;
}
.blog_item .cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s linear transform;
  -moz-transition: 0.4s linear transform;
  -ms-transition: 0.4s linear transform;
  -o-transition: 0.4s linear transform;
  transition: 0.4s linear transform;
}
.blog_item .cont {
  padding: 18px;
}
.blog_item .cont .title {
  color: #094f9f;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.blog_item .cont p {
  margin: 0;
  font-size: 14px;
}
.blog_item .cont .icon {
  margin: 15px 0 0;
}
@media (max-width: 1199px) {
  .blog_item .cont {
    padding: 15px;
  }
  .blog_item .cont .title {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .blog_item .cont p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .blog_item .cont {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .blog_item .cont a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.blog_item:hover .cover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.blog_item:hover .cover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

.blog_details {
  background-color: #fff;
  padding: 25px;
}
@media (max-width: 575px) {
  .blog_details {
    padding: 15px;
  }
}
.blog_details h2 {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  line-height: 30px;
  color: #094f9f;
}
.blog_details span {
  background-color: #b68012;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 3px 10px;
  margin: 0 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.blog_details p {
  line-height: 30px;
  margin: 15px auto;
  font-size: 16px;
  color: #191919;
}
.blog_details p.txt_hint {
  padding-inline-start: 25px;
  border-inline-start: 7px double #b68012;
  font-size: 17px;
  line-height: 30px;
}
.blog_details img {
  margin-bottom: 15px;
}

.share {
  margin-top: 15px;
  border-top: 1px solid #e7e7e7;
  padding: 15px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.share h4 {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  color: #094f9f;
  text-transform: capitalize;
}
.share .social a {
  color: #fff !important;
  margin: 0;
}
.share .social .fa-facebook {
  background-color: #1877f2;
}
.share .social .fa-instagram {
  background-color: #e4405f;
}
.share .social .fa-twitter {
  background-color: #1DA1F2;
}

.related_blog {
  position: sticky;
  top: 150px;
  padding: 25px;
  background-color: #fff;
  margin: 0 0 15px;
  -webkit-border-radius: 20px 3px 3px 3px;
  -moz-border-radius: 20px 3px 3px 3px;
  border-radius: 20px 3px 3px 3px;
}
@media (max-width: 575px) {
  .related_blog {
    padding: 15px;
  }
}
.related_blog h3 {
  margin: 0 0 25px;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  line-height: 40px;
  color: #094f9f;
}
[dir=rtl] .related_blog h3 {
  font-size: 18px;
}
.related_blog h3::before {
  content: "";
  background-color: #b68012;
  position: absolute;
  inset-inline-start: 0;
  bottom: -5px;
  margin: auto;
  height: 3px;
  width: 30px;
}

.list_item {
  margin-top: 15px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #191919;
  font-size: 16px;
  line-height: 20px;
}
.list_item img {
  margin: 0;
  margin-inline-end: 10px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  object-fit: cover;
  -webkit-border-radius: 10px 3px 3px 3px;
  -moz-border-radius: 10px 3px 3px 3px;
  border-radius: 10px 3px 3px 3px;
}
.list_item span {
  margin-top: 5px;
  color: #777;
  display: block;
}

.a2a_kit .a2a_svg {
  background-repeat: repeat;
  width: 40px !important;
  line-height: 40px !important;
  height: 40px !important;
  background-size: 35px !important;
  border-radius: 5px !important;
  padding: 0 !important;
  margin: 0 !important;
}

/*  Contact
=============================*/
label {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0;
}

.contact_form {
  padding-inline-end: 25px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .contact_form {
    padding-inline-end: 0;
  }
}

.form_title {
  font-weight: bold;
  font-size: 26px;
  color: #094f9f;
  margin-bottom: 25px;
}

.contact_form {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 25px;
  background-color: #fff;
}
.contact_form .form-group {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.contact_form .form-group i {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 30px;
  line-height: 60px;
  line-height: 50px;
  color: #e7e7e7;
  font-size: 16px;
}
.contact_form .form-group .separator {
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #094f9f;
  -webkit-transition: 0.3s linear width;
  -moz-transition: 0.3s linear width;
  -ms-transition: 0.3s linear width;
  -o-transition: 0.3s linear width;
  transition: 0.3s linear width;
}
.contact_form .form-group .separator.bottom-6 {
  bottom: 6px;
}
.contact_form .form-control:focus + .separator {
  width: 100%;
}

.contact_item {
  background-color: #fff;
  padding: 25px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
}
.contact_item i {
  min-width: 45px;
  height: 45px;
  background-color: #b68012;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  margin-inline-end: 15px;
}
.contact_item span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
}
.contact_item a {
  font-size: 14px;
  margin-inline-end: 20px;
  line-height: 25px;
  color: #191919;
}

/*# sourceMappingURL=style.css.map */
