/* start get all font */
@font-face {
  font-family: "fontLight";
  src: url("../fonts/GE-Dinar-One/GE-Dinar-One-Light.otf");
}
@font-face {
  font-family: "fontMedium";
  src: url("../fonts/GE-Dinar-One/GE-Dinar-One-Medium.otf");
}
@font-face {
  font-family: "fontBold";
  src: url("../fonts/GE-Dinar-One/GE-Dinar-One-Bold.otf");
}
@font-face {
  font-family: "fontEn";
  src: url("../fonts/Acumin Pro Bold.otf");
}
.fontBold {
  font-family: "fontBold";
}

.fontMedium {
  font-family: "fontMedium";
}

.fontLight {
  font-family: "fontLight";
}

.fontEn {
  font-family: "fontEn";
}

* {
  line-height: 1;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scrollbar-color: #a3c4cd rgba(99, 99, 99, 0);
  scrollbar-width: thin;
}
*::-webkit-scrollbar {
  width: 7px;
}
*::-webkit-scrollbar-thumb {
  background-color: #a3c4cd;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #636363;
}
*::-webkit-scrollbar-thumb:active {
  background-color: #4d4c4c;
}

body {
  background: rgba(203, 172, 142, 0.0705882353);
  scroll-behavior: smooth;
  font-family: "fontMedium";
  font-weight: 500;
  font-size: 16px;
  overflow-x: hidden;
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  transition: all 1s;
}
.pace .pace-progress {
  transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #169BBC;
}
.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}
.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
}
#preloader::after, #preloader::before {
  content: "";
  position: fixed;
  left: 0;
  height: 50vh;
  width: 100%;
  background: #252531;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader::before {
  top: 0;
}
#preloader::after {
  bottom: 0;
}
#preloader.isdone {
  visibility: hidden;
  transition-delay: 1.5s;
}
#preloader.isdone::after, #preloader.isdone::before {
  height: 0;
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition-delay: 1s;
}

.loading-text {
  font-size: 25px;
  font-family: "fontMedium", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #169BBC;
  z-index: 9999;
}
.loading-text.isdone {
  top: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.5s;
}

.effect_scroll {
  transition: all cubic-bezier(0.18, 0.6, 0.25, 0.69) 0.4s;
}
a {
  text-decoration: none !important;
  cursor: pointer;
}

.link_ {
  position: relative;
}
.link_::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  width: 0px;
  transition: all ease-in-out 0.3s;
  background-color: #169BBC;
  height: 1.5px;
  border-radius: 3px;
}
.link_:hover::after, .link_.active::after {
  width: 83%;
}

h2 {
  color: #fff;
  font-size: 2rem;
}

.color_main {
  color: #169BBC;
}

.color_two {
  color: #002E4A;
}

.fill_main {
  fill: #169BBC;
}

.fill_two {
  fill: #002E4A;
}

.bg_one {
  background-color: #169BBC;
}

.bg_two {
  background-color: #002E4A;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-row-150 {
  row-gap: 150px;
}

.list-style-none {
  list-style: none;
}

.ss-main {
  border: 0 !important;
  padding: 1.5rem 1rem !important;
}

.ss-content .ss-list .ss-option {
  padding: 15px 10px !important;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background-color: rgba(153, 153, 153, 0.4392156863) !important;
}

.ss-content .ss-list .ss-option:hover {
  background-color: rgba(153, 153, 153, 0.4392156863) !important;
}

.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #c7c7c7 !important;
}

.ss-main .ss-arrow {
  width: 17px !important;
  height: 17px !important;
}

.btn_one {
  border-color: #002E4A;
  color: #002E4A;
}
.btn_one:hover {
  background-color: #169BBC;
  color: #fff;
}

.btn_two {
  background-color: #002E4A;
  color: #fff;
}
.btn_two:hover {
  background-color: #169BBC;
  color: #fff;
}

.section_break {
  position: relative;
  background: url("") no-repeat fixed;
}

.select-menu {
  position: relative;
  z-index: 99999;
  max-width: 330px;
}
.select-menu .select-btn {
  display: flex;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}
.select-menu .arrow_icon {
  width: 10px;
  transition: all ease-in-out 0.3s;
}
.select-menu .options {
  position: absolute;
  width: 100%;
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  display: none;
}
.select-menu .options .option {
  display: flex;
  min-height: 35px;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}
.select-menu .options .option span,
.select-menu .options .option a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 35px;
  display: flex;
  align-items: center;
}
.select-menu .options .option:hover {
  background: #e5ebff;
}
.select-menu .options .option {
  font-size: 0.9rem;
}
.select-menu .options .option .option-text {
  color: var(--colorMain);
}
.select-menu .overlay_dropdown {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: none;
}
.select-menu.active .arrow_icon {
  transform: rotateX(181deg);
}
.select-menu.active .select-btn i {
  transform: rotate(-180deg);
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
}
.select-menu.active .overlay_dropdown {
  display: block;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
    display: block;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.search_group {
  max-width: 900px;
  margin: auto;
}

section {
  padding-top: 100px;
  position: relative;
  overflow-x: clip;
}

.dots-half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 80%;
  z-index: -2;
  background-image: url("../img/dots.png");
  background-size: 0.8%;
  background-repeat: repeat;
}

.bg_color::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #e6f4f1;
  opacity: 0.5;
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 2;
}

.inset-0 {
  inset: 0;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mix_blend_multiply {
  mix-blend-mode: multiply;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

._notify .options {
  z-index: 99999999999;
  min-width: 250px;
  left: 0;
}
._notify .options .option {
  background: transparent !important;
  transition: all ease-in-out 0.2s;
  border-radius: 0px;
}
._notify .options .option .card-body * {
  color: #555;
}
._notify .img_notify img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.count_notify, .status_notify {
  background-color: #ff535d;
  height: 14px !important;
  width: 14px !important;
  top: -5px;
  color: #fff;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  letter-spacing: 0.3px;
  min-height: 0 !important;
}

#goTop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 35px !important;
  right: 20px !important;
  border: 0;
  border-radius: 5px;
  z-index: 100;
  opacity: 0;
  transition: all ease-in-out 0.7s;
  cursor: pointer;
}
#goTop:focus {
  outline: 0;
}
#goTop #arrow_top {
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -43%);
  fill: transparent;
}
#goTop .star-svg {
  transform: rotate(-90deg);
}
#goTop svg #star-path1,
#goTop svg #arrow_top {
  fill: transparent;
}

#scroll_bar {
  position: absolute;
  top: 95%;
  left: -2px;
  right: -2px;
}
#scroll_bar path {
  stroke: rgba(163, 196, 205, 0.8);
}

#goTop.active {
  opacity: 1;
  bottom: 50px !important;
}
#goTop.active svg #star-path1 {
  stroke: #169BBC;
  opacity: 0.3;
}
#goTop.active svg .star-path {
  opacity: 0.5;
  stroke: #002E4A;
}
#goTop.active #arrow_top {
  opacity: 0.7;
  fill: #002E4A;
}

/*===================================*/
/*===================================*/
nav.navbar {
  padding: 15px 0px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
nav.navbar a:not(.navbar-brand, .btn_one),
nav.navbar .anchor_link {
  padding: 8px;
  font-size: 1.1rem;
  color: #002E4A;
  transition: all ease-in-out 0.3s;
}
nav.navbar a:not(.navbar-brand, .btn_one) svg,
nav.navbar .anchor_link svg {
  transition: all ease-in-out 0.3s;
  fill: #002E4A;
  height: 20px;
}
nav.navbar a:not(.navbar-brand, .btn_one).active, nav.navbar a:not(.navbar-brand, .btn_one):hover,
nav.navbar .anchor_link.active,
nav.navbar .anchor_link:hover {
  color: #169BBC;
}
nav.navbar a:not(.navbar-brand, .btn_one).active svg, nav.navbar a:not(.navbar-brand, .btn_one):hover svg,
nav.navbar .anchor_link.active svg,
nav.navbar .anchor_link:hover svg {
  fill: #169BBC;
}
nav.navbar .nav-links li {
  margin: 0 10px;
}
nav.navbar .nav-links li i {
  font-size: 11px;
  padding: 3px;
}
nav.navbar .navbar-brand img {
  mix-blend-mode: multiply;
  height: 50px;
}

.navbar.scrolled {
  opacity: 1;
}

.navbar.scrolled {
  transform: translateY(-100%);
  position: fixed;
  animation: showNav 0.7s ease-in-out forwards;
}

.navbar.noScrolled {
  position: fixed;
  animation: hideNav 0.7s ease-in-out forwards;
}

@keyframes showNav {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes hideNav {
  0% {
    opacity: 1;
    position: fixed;
    transform: translateY(0%);
  }
  50% {
    opacity: 0;
    position: absolute;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    position: absolute;
    transform: translateY(0%);
  }
}
.nav_menu label {
  display: flex;
  flex-direction: column;
  width: 27px;
  cursor: pointer;
}
.nav_menu label span {
  background: #169BBC;
  border-radius: 10px;
  height: 3.3px;
  margin: 2px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.nav_menu span:nth-of-type(1) {
  width: 50%;
}
.nav_menu span:nth-of-type(2) {
  width: 100%;
}
.nav_menu span:nth-of-type(3) {
  width: 75%;
}
.nav_menu input[type=checkbox] {
  display: none;
}

.nav-list.active .nav_menu span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(-7px, 8.5px);
}
.nav-list.active .nav_menu span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.nav-list.active .nav_menu span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: rotatez(45deg) translate(-3px, -1.5px);
}

@media all and (max-width: 991px) {
  nav .container {
    gap: 10px;
  }
  nav .nav-list {
    order: 3;
    transform: translateY(8px);
  }
  nav .nav-list button {
    padding: 0;
  }
  nav .navbar-brand {
    flex: 1;
  }
  .nav_mobile .nav-list {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .nav_mobile .nav-list ul.list {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ececec;
    width: 200px;
    text-align: center;
    box-shadow: 0 0 5px -2 #555;
    border-radius: 20px 20px 20px 20px/12px 10px 40px 30px;
    -webkit-border-radius: 20px 20px 20px 20px/12px 10px 40px 30px;
    -moz-border-radius: 20px 20px 20px 20px/12px 10px 40px 30px;
    -ms-border-radius: 20px 20px 20px 20px/12px 10px 40px 30px;
    -o-border-radius: 20px 20px 20px 20px/12px 10px 40px 30px;
  }
  .nav_mobile .nav-list ul.list li {
    position: relative;
    z-index: 2;
    padding: 5px;
    border-radius: 20px 20px 20px 20px/12px 10px 40px 30px;
  }
  .nav_mobile .nav-list ul.list li:hover {
    background-color: var(--Basic-color);
    transform: scaleX(1.1);
    -webkit-transform: scaleX(1.1);
    -moz-transform: scaleX(1.1);
    -ms-transform: scaleX(1.1);
    -o-transform: scaleX(1.1);
  }
  .nav_mobile .nav-list ul.list li a {
    color: #222;
  }
  .nav_mobile .nav-list ul.list li:hover a {
    color: #fff;
  }
  .nav_mobile .nav-list ul.list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lists {
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
    width: 100vw;
    max-width: 210px;
    border-radius: 7px;
    padding-top: 25px;
  }
  .lists .navbar-nav {
    border-radius: 7px;
    margin-top: 0 !important;
    position: relative;
    background-color: #f3f3f3;
  }
  .lists .navbar-nav::before {
    content: "";
    position: absolute;
    top: -20px;
    border: 11px solid;
    right: 5px;
    border-color: transparent;
    border-bottom-color: #f3f3f3;
  }
  .lists ul li:not(:last-child) {
    margin-bottom: 15px !important;
  }
  .lists ul .select-menu .select-btn {
    display: none;
  }
  .lists ul .select-menu .options {
    margin: 0;
    padding-top: 0;
    position: static;
    display: block;
    opacity: 1;
    max-height: none;
    height: auto;
    min-width: 0;
    transform: none;
  }
  .lists ul .select-menu .options,
  .lists ul .select-menu .options .option {
    background-color: transparent;
    box-shadow: none;
  }
  .lists ul .select-menu .options a,
  .lists ul .select-menu .options .option a {
    justify-content: center;
  }
  .lists a {
    text-align: center;
  }
  .navbar-nav {
    padding: 25px 0px;
    animation: hideNavMenu 0.5s ease-in-out forwards;
  }
  .active .navbar-nav {
    display: block;
    animation: showNavMenu 0.5s ease-in-out forwards;
  }
  @keyframes showNavMenu {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @keyframes hideNavMenu {
    0% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 0;
      transform: translateY(-100%);
      display: none;
      position: absolute;
    }
  }
}
/*===================================*/
/*===================================*/
header {
  height: 90vh;
  min-height: 700px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
}
header .video {
  inset: 0;
}
header .video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5098039216);
  z-index: 2;
}
header .video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .content_header {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
}
header .content_header p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
}
header img {
  max-width: 100%;
}
@media all and (max-width: 991px) {
  header {
    height: 100vh;
    min-height: 500px;
  }
  header img {
    display: none;
  }
}

/*===================================*/
/*===================================*/
.about {
  position: relative;
}
.about .exp-img {
  overflow: hidden;
  width: 90%;
}
.about .exp-img .img_card {
  inset: -20%;
  background-position: center center;
}
.about .exp-img .img {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 2;
}
.about .exp-img .img:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.95);
  z-index: -1;
}
.about .exp-img .img .since {
  position: absolute;
  right: 70px;
  top: 70px;
}
.about .exp-img .img .since span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.about .exp-img .img .since span:first-of-type {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
.about .exp-img .img .years {
  position: absolute;
  left: 70px;
  bottom: 70px;
}
.about .exp-img .img .years h2 {
  font-size: 140px;
  font-weight: 800;
  background-repeat: no-repeat;
  background-position: 18% 65%;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.about .exp-img .img .years h5 {
  letter-spacing: 5px;
  font-size: 20px;
}
.about .exp-content {
  position: relative;
  z-index: 2;
}
.about .exp-content:after {
  content: "";
  width: 200px;
  height: 250px;
  position: absolute;
  top: -40px;
  right: -40px;
  border: 10px solid #fafafa;
  z-index: -1;
}
.about .exp-content.nopat:after {
  display: none;
}
.about .exp-content ul {
  margin: 30px 0 0;
  display: flex;
}
.about .exp-content ul li {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.about .exp-content ul li:after {
  content: "/";
  position: relative;
  margin: 0 15px;
  color: #777;
}
.about .exp-content ul li:last-of-type:after {
  display: none;
}
.about .ab-exp .pattern {
  height: 100%;
  width: 100%;
}
.about .ab-exp .years-exp {
  position: relative;
  height: 100%;
  width: 100%;
  border: 10px solid #f8f4f3;
}
.about .ab-exp .years-exp .exp-text {
  position: absolute;
  bottom: 40px;
  left: -10px;
  padding: 10px 0;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
}
.about .ab-exp .years-exp .exp-text h2 {
  font-size: 70px;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.about .ab-exp .years-exp .exp-text h2:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f4f3;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: -1;
}
.about .ab-exp .years-exp .exp-text h6 {
  font-size: 14px;
}
.about .specialty ul {
  margin: 0;
}
.about .specialty ul li {
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 0 15px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.about .specialty ul li span {
  font-size: 14px;
  font-weight: 300;
  color: #999;
  margin-right: 30px;
}
.about .specialty ul li:last-of-type {
  margin-bottom: 0;
}
.about .pat {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  z-index: 2;
}
.about .pat:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.94;
}

/*===================================*/
/*===================================*/
.projects .swiper-slide img {
  width: 100%;
  max-height: 400px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects .swiper-slide .view_project {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4156862745);
  transition: all ease-in-out 0.3s;
}
.projects .swiper-slide:hover .view_project {
  opacity: 1;
}

/*===================================*/
/*===================================*/
.global_section .images {
  display: flex;
}
.global_section .images img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
  width: 70%;
}
.global_section .images img:last-child {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 65%;
}

/*===================================*/
/*===================================*/
.global_section_two .card {
  padding: 60px 40px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  border-right: 0;
  transition: all 0.4s;
  border-radius: 0;
}
.global_section_two .card * {
  transition: all ease-in-out 0.3s;
}
.global_section_two .card h5 {
  font-size: 60px;
  margin-bottom: 10px;
  color: transparent;
  -webkit-text-stroke: 1px #002E4A;
}
.global_section_two .card .card-image {
  opacity: 0;
}
.global_section_two .card .card-image::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
}
.global_section_two .card:hover h5, .global_section_two .card.active h5 {
  -webkit-text-stroke: 1px #fff;
}
.global_section_two .card:hover h3,
.global_section_two .card:hover a,
.global_section_two .card:hover p, .global_section_two .card.active h3,
.global_section_two .card.active a,
.global_section_two .card.active p {
  color: #fff !important;
}
.global_section_two .card:hover .card-image, .global_section_two .card.active .card-image {
  opacity: 1;
}

/*===================================*/
/*===================================*/
footer {
  background-color: rgba(163, 196, 205, 0.1);
  padding-top: 75px;
}
footer .row {
  position: relative;
}
footer .logo {
  max-width: 300px;
  width: 100%;
  margin-bottom: 55px;
}
footer .logo img {
  max-width: 100%;
}
footer .social {
  display: flex;
  flex-wrap: wrap;
  max-width: 330px;
  gap: 20px;
}
footer .social .singl_icon {
  border-radius: 50%;
  padding: 0;
  background-color: #169BBC;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social .singl_icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
footer .social .singl_icon a img {
  width: 65%;
  transition: all ease-in-out 0.3s;
}
footer .social .singl_icon a:hover img {
  filter: invert(1);
}
footer h3 {
  color: #169BBC;
  transition: all ease-in-out 0.3s;
  font-size: 1.3rem;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
  margin-bottom: 15px;
}
footer ul a {
  font-size: 1.1rem;
  transition: all ease-in-out 0.3s;
  color: #169BBC;
}
footer ul a:hover {
  color: #002E4A;
}
footer .copyright {
  width: 70%;
  border-top: 2px solid #169BBC;
  padding-top: 20px;
  color: #169BBC;
  font-size: 1rem;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */