/**
* Template Name: BizLand
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", "Open Sans", sans-serif;
  color: #444444;
  background-color: #F6F8FB;
}

a {
  color: #0E4682;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h4,
h5,
h6 {
  font-family: "Poppins", "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0E4682;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0E4682;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #0E4682;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

.topbar-edit-color {
  background: #0E4682;
}

select {
  word-wrap: normal;
  background: #0e4682;
  color: #fff;
  border: none;
}

#topbar .margin-r-2 {
  margin-right: 30px;
}

#topbar .mr-4 {
  margin-right: 15px;
}





.appearance {
  margin-bottom: 10px;
  clear: both;
  display: table;
  width: 100%;
  padding-left: 10px;
}

.appearance .appearance-item {
  float: left;
  width: 33.333333%;
  text-align: center;
  padding: 20px;
  transition: 0.3s;
}

.specialTitle {
  font-size: 16px;
  color: #0e4682;
  margin-top: 15px;
  margin-left: 10px;
}

.squareAppearances {
  float: left;
  margin-right: 5px;
}

.appearance .appearance-item:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.squareBox.spcNormal {
  background: #00a2e0;
  border-color: #034e6b;
}

.squareBox.spcNormal:hover {
  background: #034e6b;
  border-color: #00a2e0;
}

.squareBox:hover {
  background: #353535;
  border-color: #828282;
}

.squareBox.spcNormal:active {
  background: #00a2e0;
  border-color: #034e6b;
}

.squareBox:active {
  background: #828282;
  border-color: #353535;
}

.squareBox {
  width: 35px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-size: 20px;
  font-weight: bolder;
  cursor: pointer;
  background: #828282;
  border: 2px solid #353535;
  color: #fff;
}

.squareBox.spcSetImage {
  background: url(../img/iconImg.png) -47px 0px no-repeat !important;
}

.squareBox.spcNoImage {
  border-color: #00a2e0;
  background: url(../img/iconImg.png) 5px 0px no-repeat;
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
  height: 70px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #0E4682;
}

#header .logo img {
  max-height: 64px;
}

.scrolled-offset {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .container.d-flex.align-items-center {
      justify-content: space-between !important;
  }
}



/* searchbar */

.searchbar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.search-input {
  width: 100%;
  padding-right: 40px;
  height: 30px;
  background-color: #9cc6ed;
  border: none;
  font-size: 11px;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #3677b4;
  cursor: pointer;
}

.search-input:focus + .search-icon {
  color: #000;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-special {
  font-size: 14px;
  font-weight: 400;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.nav-special {
  font-size: 14px;
  font-weight: 400;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #0E4682;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  margin-right: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #0E4682;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}


.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0E4682;
}

.news-nav a:hover,
.news-nav .active,
container .news-nav li:hover>a {
  border-radius: 18px;
  background: #0E4682;
  color: #fff;
}

.modal {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.open {
  display: block;
  opacity: 1;
  visibility: visible;
}

li.nav-item {
  margin-right: 15px;
}

ul.open {
  display: block;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.navbar .dropdown ul.open {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #0E4682;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar>ul {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .navbar.open>ul {
    display: flex;
  }

  .mobile-nav-toggle {
    display: block;
    cursor: pointer;
  }
}

.navbar-mobile {
  display: block;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0E4682;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0E4682;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 75vh; */
  background: url("../img/backgraund-img.svg") top left;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  /* background: rgba(255, 255, 255, 0.6); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding: 40px 0;
}

#hero h1 {
  margin: 0;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  color: #222222;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

#hero h1 span {
  color: #fff;
}

#hero h2 {
  color: #fff;
  margin: 5px 0 30px 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

#hero .btn-get-started {
  font-family: "Poppins", "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #0E4682;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #0E4682;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #0E4682;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 28vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #0E4682;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: start;
}

.section-title h3 span {
  color: #0E4682;
}

.section-title p {
  margin: auto;
  font-weight: 600;
  text-align: end;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.news-container {
  padding: 17px 34px 46px 34px;
  background-color: #fff;
  border: 1px solid #e2eefd;
  border-radius: 10px;
  transition: all ease-in-out 0.3s;
}

.news-container:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

p.card-text {
  color: rgb(65 62 62 / 90%);
}

h5.card-title {
  color: #015BB3;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #0E4682;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.shadow-sm {
  margin: 10px 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 50px 0;
  background: #0E4682;
  height: auto;
  font-size: 46px;
  transition: all 0.5s;
  color: #fff;
}

.counts-nav-backgraund {
  background: #0E4682;
}

.bi-pencil-square-color i {
  color: #fff;
}

.counts .counts-title h3 {
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 55.2px */
  letter-spacing: -0.46px;
  margin-bottom: 55px;
}

.counts .count-box {
  border-top: 1px solid #CFD3D7;
  padding: 20px 0;
}

.counts .count-box:not(:last-child) {
  margin-right: 40px;
}

.counts .count-box h3 {
  color: var(--birinchi-rang, #FFF);
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  letter-spacing: -0.2px;
}

.counts .count-box p {
  color: #d1d1d1;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: -0.18px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 54px 0 78px;
  text-align: center;
  background: #FFF;
}

.clients img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  height: 100px;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  /* .clients img {
    max-width: 40%;
  } */
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  display: flex;
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  width: 100%;
  justify-content: flex-start;
  border-radius: 10px;
}

.services .icon-box .icon {
  margin: 0 20px;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon img {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  height: 64px;
}

.services .iframe-img {
  width: 64px;
}

.services .icon-box h4 {
  font-size: 20px;
  text-align: start;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.services .icon-box h4 a {
  transition: ease-in-out 0.3s;
  color: #0E4682;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
  color: #0E4682;
}

.services .icon-box:hover .icon {
  border-color: #0E4682;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio-info-one {
  height: 470px;
  padding: 10px 10px 0 0;
}

.portfolio-info-two {
  height: 235px;
  padding: 10px 10px 0 0;
}

.portfolio-info-title-one {
  position: relative;
  top: 80%;
  text-align: center;
  color: #FFF;
  font-family: Poppins;
  font-size: 24px;
  line-height: normal;
}

.portfolio-info-title {
  position: relative;
  top: 80%;
  text-align: center;
  color: #FFF;
  font-size: 14px;
}

.portfolio-info-content {
  position: relative;
  top: 80%;
  text-align: center;
  color: #FFF;
  font-size: 14px;
}

.portfolio-img-1 {
  background: url(../img/iframe/Frame\ 45.svg);
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.portfolio-img-1:before {
  content: " ";
  position: absolute;
  background: rgb(1 91 179 / 50%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}

.portfolio-img-2 {
  background: url(../img/iframe/Frame\ 46.svg);
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
}

.portfolio-img-2:before {
  content: " ";
  position: absolute;
  background: rgb(1 91 179 / 50%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #0E4682;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #0E4682;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #0E4682;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0E4682;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

a.logo-footer {
  display: flex;
  justify-content: center;
}

a.logo-footer img {
  padding-bottom: 23px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #0E4682;
  text-align: center;
}

.footer-navbar {
  margin: 0 150px;
}

@media (max-width: 768px) {
  .footer-navbar {
    visibility: hidden;
  }

}

.footer-navbar a,
.footer-navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  ;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.footer-navbar a i,
.footer-navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.footer-navbar>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #0E4682;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.footer-navbarr a:hover:before,
.footer-navbar li:hover>a:before,
.footer-navbar .active:before {
  visibility: visible;
  width: 100%;
}


.footer-navbar a:hover,
.footer-navbar .active,
.footer-navbar .active:focus,
.footer-navbar li:hover>a {
  color: #3b8af2;
}

#footer .social-links {
  padding: 23px 0 19px;
  text-align: center;
  display: flex;
  justify-content: center;
}

#footer .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
  display: flex;
  width: 43px;
  height: 43px;
  padding: 7px 6px 6px 7px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  background: #015BB3;
}

#footer .social-links a:hover {
  color: white;
}

#footer .container p {
  color: #CFD3D7;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #3b8af2;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

ul.pagination {
  --bs-pagination-padding-x: 1.8rem;
  --bs-pagination-padding-y: 0.5rem;
}


select.form-control-select.form-control {
  padding: 1.5rem;
}
