* {
  scroll-behavior: smooth;
  padding: 0;
  list-style: none;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  background-size: 400% 400%;
}

p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
a {
  text-decoration: none !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

.main-button a {
  display: inline-block;
  background-color: #1e3a8a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 20px;
  text-transform: uppercase;
  transition: all 0.3s;
  box-shadow: 8px 4px 10px rgba(0, 0, 0, 0.4);
}

.main-button a:hover {
  background-color: #0051ff;
  transform: scale(1.01);
}

.heading-page {
  padding-top: 110px;
}

.page-heading {
  margin: 0px 10px;
  padding: 120px 0px;
  text-align: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/backgroundlanskap.jpg);
}

.page-heading .text-content h4 {
  color: #0044ff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.page-heading .text-content h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#preloader {
  overflow: hidden;
  background: linear-gradient(100deg, #0059ff, #6508df);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #0400d8;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

section .showcase .ring {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: 2%;
  left: 3%;
}

section .showcase .circle {
  position: absolute;
  width: 70px;
  height: auto;
  top: 60%;
  right: 15%;
  filter: blur(3px);
}

section .showcase .circle2 {
  position: absolute;
  width: 40px;
  height: auto;
  filter: blur(3px);
  bottom: 44%;
  left: 23%;
}

section .showcase .circle3 {
  position: absolute;
  width: 70px;
  height: auto;
  filter: blur(3px);
  bottom: -80%;
  left: 10%;
}

section .showcase .half-ring {
  position: absolute;
  width: 120px;
  height: auto;
  bottom: 4%;
  right: 6%;
}

section .showcase .half-ring2 {
  position: absolute;
  width: 120px;
  height: auto;
  bottom: -50%;
  right: 80%;
}

section .showcase .half-ring3 {
  position: absolute;
  width: 120px;
  height: auto;
  bottom: -180%;
  right: 85%;
}

section .showcase .ring2 {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: -90%;
  left: 80%;
}

section .showcase .ring3 {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: -200%;
  left: 70%;
}

section .showcase .half-ring4 {
  position: absolute;
  width: 120px;
  height: auto;
  bottom: -270%;
  right: 15%;
}

section .showcase .circle4 {
  position: absolute;
  width: 70px;
  height: auto;
  filter: blur(3px);
  bottom: -150%;
  left: 80%;
}

section .showcase .circle5 {
  position: absolute;
  width: 70px;
  height: auto;
  filter: blur(3px);
  bottom: -240%;
  left: 10%;
}

section .showcase .second-circle {
  position: absolute;
  width: 90px;
  height: auto;
  top: 130%;
  left: 85%;
  filter: blur(1px);
}

section .showcase .second-circle2 {
  position: absolute;
  width: 90px;
  height: auto;
  top: 420%;
  left: 4%;
  filter: blur(1px);
}

section .showcase .ring4 {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: -360%;
  left: 88%;
}

section .showcase .half-ring5 {
  position: absolute;
  width: 120px;
  height: auto;
  bottom: -420%;
  right: 88%;
}

header {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100px;
  background: linear-gradient(135deg, #1e3a8a, #4b0082);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
header .navbar {
  padding: 25px 0px;
}
.background-header .navbar {
  padding: 17px 0px;
}
.background-header {
  top: 0;
  height: 80px;
  position: fixed;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.background-header .navbar-brand h2 {
  color: #000000 !important;
}
.background-header .navbar-nav a.nav-link {
  color: #d1d0d0 !important;
}
S .background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active > .nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show > .nav-link {
  color: #0044ff !important;
}
.navbar .navbar-brand {
  float: left;
  margin-top: -35px;
  outline: none;
  display: flex;
  align-items: center;
}
.navbar .navbar-brand h2 {
  color: #000000;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.navbar-brand img {
  height: 80px;
  object-fit: contain;
}

.navbar .navbar-brand h2 em {
  font-size: 44px;
  font-style: normal;
  color: #0033c0;
}

#navbarResponsive {
  z-index: 999;
}
.navbar-collapse {
  text-align: center;
}
.navbar .navbar-nav .nav-item {
  margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #d1d0d0;
  transition: all 0.3s;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show > .nav-link {
  color: #0044ff;
}
.navbar .navbar-toggler-icon {
  background-image: none;
}
.navbar .navbar-toggler {
  border-color: #666565;
  background: linear-gradient(135deg, #8d02ff, #4a02f1);
  height: 46px;
  outline: none;
  border-radius: 0px;
  position: absolute;
  right: 30px;
  top: 25px;
}
.navbar .navbar-toggler-icon:after {
  content: "\f0c9";
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: "FontAwesome";
}

.main-banner .container-fluid {
  padding: 0px 10px;
  margin-bottom: -24px;
  background: linear-gradient(135deg, #3a5ba0, #7a2cbf);

  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
}
.owl-banner {
  padding-top: 110px;
}

.owl-banner .item {
  overflow: hidden;
  position: relative;
}

.owl-banner .item img {
  transition: transform 0.3s ease-in-out;
}

.owl-banner .item:hover img {
  transform: scale(1.05);
}

.owl-banner .item .item-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.owl-banner .item .item-content .meta-category span {
  color: #648dfd;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.25px;
}

.owl-banner .item .item-content h4 {
  font-size: 16px;
  font-weight: 900;
  color: #e4d6d6;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin: 10px 0px 12px 0px;
}

.owl-banner .item .item-content ul li {
  display: inline-block;
  margin-right: 8px;
}

.owl-banner .item .item-content ul li:after {
  content: "|";
  color: #fff;
  margin-left: 8px;
}

.owl-banner .item .item-content ul li:last-child::after {
  display: none;
}

.owl-banner .item .item-content ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s;
}

.owl-banner .item .item-content ul li a:hover {
  color: #244cfc;
}

.owl-banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-banner .owl-nav .owl-prev {
  position: absolute;
  left: 40px;
}

.owl-banner .owl-nav .owl-next {
  position: absolute;
  right: 40px;
}

.owl-banner .owl-nav button {
  outline: none;
}

.owl-banner .owl-nav button span {
  color: #fff;
  font-size: 36px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background-color: rgba(250, 250, 250, 0.3);
}

.call-to-action {
  margin-top: 100px;
}

.call-to-action .main-content {
  padding: 40px;
  background-image: url(../images/cta-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.call-to-action .main-content span {
  color: #0044ff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.call-to-action .main-content h4 {
  margin-bottom: 0px;
  margin-top: 12px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.25px;
}

.call-to-action .main-content .main-button {
  text-align: right;
  margin-top: 12px;
}

.blog-posts {
  margin-top: 100px;
}

.blog-posts .blog-post {
  margin-bottom: 30px;
  background: #fafafa;
  transition: transform 0.3s ease-in-out;
  box-shadow: 8px 4px 12px rgba(0, 0, 0, 0.4);
}

.blog-posts .blog-post:hover {
  transform: scale(1.1);
  box-shadow: 8px 4px 12px rgba(0, 0, 0, 0.5);
}

.blog-posts .blog-thumb img {
  width: 100%;
  overflow: hidden;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: transform 0.3s ease-in-out;
}

.blog-posts .blog-thumb:hover img {
  transform: scale(1.01);
}

.blog-posts .down-content {
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.blog-posts .down-content span {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 900;
  color: #2754ce;
}

.blog-posts .down-content h4 {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 900;
  color: #000000;
  margin: 10px 0px 12px 0px;
}

.blog-posts .down-content h5 {
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 900;
  color: #000000;
  margin: 10px 0px 12px 0px;
}

.blog-posts .down-content ul.post-info li {
  display: inline-block;
  margin-right: 8px;
}

.blog-posts .down-content ul.post-info li:after {
  content: "|";
  color: #000000;
  margin-left: 8px;
}

.blog-posts .down-content h4 {
  font-size: 20px;
  letter-spacing: 0.25px;
}

.grid-system .down-content ul.post-info li {
  margin-right: 3px;
}

.grid-system .down-content ul.post-info li:after {
  margin-left: 5px;
}

.blog-posts .down-content ul.post-info li:last-child::after {
  display: none;
}

.blog-posts .down-content ul.post-info li a {
  font-size: 14px;
  color: #1e3a8a;
  font-weight: 400;
  transition: all 0.3s;
  font-weight: 600;
}

.blog-posts .down-content ul.post-info li a:hover {
  color: #0059ff;
}

.blog-posts .down-content p {
  padding: 25px 0px;
  margin: 25px 0px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.blog-posts .down-content ul.post-share {
  text-align: right;
}

.blog-posts .down-content ul.post-tags li,
.blog-posts .down-content ul.post-share li {
  display: inline-block;
}

.blog-posts .down-content ul.post-tags li:first-child i,
.blog-posts .down-content ul.post-share li:first-child i {
  color: #1e3a8a;
  margin-right: 5px;
}

.blog-posts .down-content ul.post-tags li,
.blog-posts .down-content ul.post-share li {
  color: #000000;
}

.blog-posts .down-content ul.post-tags li a,
.blog-posts .down-content ul.post-share li a {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  transition: all 0.3s;
  font-weight: 500;
}

.blog-posts .down-content ul.post-tags li a:hover,
.blog-posts .down-content ul.post-share li a:hover {
  color: #003cff;
}

.blog-posts .main-button a {
  height: 60px;
  line-height: 60px;
  padding: 0px;
  width: 100%;
  text-align: center;
}

ul.page-numbers {
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  margin: 0px 5px;
}

ul.page-numbers li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  color: #000000;
  border: 1px solid #000000;
  font-weight: 500;
  transition: all 0.3s;
}

ul.page-numbers li.active a {
  background-color: #1e3a8a;
  border-color: #0044ff;
  color: #fff;
}

ul.page-numbers li a:hover {
  color: #000000;
  transform: scale(1.04);
}

.blog-posts .sidebar-heading h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.blog-posts .comments {
  margin-top: 30px;
}

.blog-posts .comments ul li {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}

.blog-posts .comments ul li.replied {
  padding-left: 130px;
}

.blog-posts .comments ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

#comment-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.comment {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.author-thumb {
  display: inline;
  float: left;
}

.author-thumb img {
  max-width: 60px;
  display: inline;
  border-radius: 30px;
  transition: transform 0.3s ease-in-out;
}

.author-thumb:hover img {
  transform: scale(1.03);
}

.right-content {
  margin-left: 70px;
}

.right-content h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.right-content h4 span {
  font-size: 10px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-left: 10px;
}

.right-content p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #000000;
}

.blog-posts .submit-comment {
  margin-top: 60px;
}

.blog-posts .submit-comment input {
  width: 100%;
  height: 46px;
  border: 1px solid #000000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  outline: none;
  padding: 0px 15px;
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out;
}

.blog-posts .submit-comment input:hover {
  transform: scale(1.02);
}

.blog-posts .submit-comment textarea {
  width: 100%;
  height: 46px;
  border: 1px solid #000000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  outline: none;
  padding: 10px 15px;
  margin-bottom: 30px;
  height: 180px;
  max-height: 220px;
  max-width: 100%;
  min-width: 160px;
  transition: transform 0.3s ease-in-out;
}

.blog-posts .submit-comment textarea:hover {
  transform: scale(1.02);
}

.blog-posts .submit-comment input::placeholder,
.blog-posts .submit-comment textarea::placeholder {
  color: #777676;
}
.blog-posts .submit-comment button {
  display: inline-block;
  background-color: #1e3a8a;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 20px;
  text-transform: uppercase;
  transition: all 0.3s;
  border: none;
  outline: none;
}

.blog-posts .submit-comment button:hover {
  background-color: #0004ff;
}

.sidebar {
  margin-left: 30px;
  display: flex;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: #fafafa;
  padding: 40px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.sidebar .sidebar-item {
  margin-top: 50px;
}

.sidebar:hover {
  transform: scale(1.1);
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5);
}

.sidebar .search {
  margin-top: 0px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
}

.sidebar .sidebar-heading h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.sidebar .search input {
  width: 100%;
  height: 50px;
  border: 1px solid #000000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  outline: none;
  padding: 0px 15px;
  transition: transform 0.3s ease-in-out;
}

.sidebar .search input::placeholder {
  color: #a5a5a5;
}

.sidebar .search:hover input {
  transform: scale(1.05);
}

.sidebar .recent-posts ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}

.sidebar .recent-posts ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.sidebar .recent-posts ul li h5 {
  font-size: 19px;
  font-weight: 900;
  color: #000000;
  line-height: 30px;
  transition: all 0.3s;
}

.sidebar .recent-posts ul li h5:hover {
  color: #0051ff;
}

.sidebar .recent-posts ul li span {
  display: block;
  font-size: 14px;
  color: #929191;
  margin-top: 8px;
}

.sidebar .categories ul li {
  margin-bottom: 15px;
}

.sidebar .categories ul li:last-child {
  margin-bottom: 0px;
}

.sidebar .categories ul li a {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  transition: all 0.3s;
}

.sidebar .categories ul li a:hover {
  color: #0051ff;
}

.sidebar .tags ul li {
  margin-right: 6px;
  display: inline-block;
  box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
}

.sidebar .tags ul li {
  margin-bottom: 10px;
}

.sidebar .tags ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  border: 1px solid #000000;
  padding: 10px 18px;
  transition: all 0.3s;
}

.sidebar .tags ul li a:hover {
  background-color: #1e3a8a;
  border-color: #0051ff;
  color: #fff;
}

.cookieee {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  border: 1px solid #000000;
  padding: 10px 18px;
  transition: all 0.3s;
  background: none;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
}

.cookieee:hover {
  background-color: #1e3a8a;
  border-color: #0051ff;
  color: #fff;
}

footer {
  margin-top: 100px;
  text-align: center;
  background: #2e1a47;
  padding: 60px 0px;
}

footer ul.social-icons {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
}

footer ul.social-icons li {
  display: inline-block;
  margin-right: 30px;
}

footer ul.social-icons li:after {
  content: "|";
  color: #fff;
  margin-left: 30px;
}

footer ul.social-icons li:last-child {
  margin-right: 0px;
}

footer ul.social-icons li:last-child::after {
  display: none;
}

footer ul.social-icons li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.25px;
  transition: all 0.3s;
}

footer ul.social-icons li a:hover {
  color: #0059ff;
}

footer p {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}

.contact-us .down-contact,
.contact-us #map {
  margin-top: 80px;
}

.contact-us .sidebar-heading h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.contact-us .contact-form input {
  width: 100%;
  height: 46px;
  border: 1px solid #000000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  outline: none;
  padding: 0px 15px;
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out;
}

.contact-us .contact-form input:hover {
  transform: scale(1.02);
}

.contact-us .contact-form textarea {
  width: 100%;
  height: 46px;
  border: 1px solid #000000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  outline: none;
  padding: 10px 15px;
  margin-bottom: 30px;
  height: 180px;
  max-height: 220px;
  max-width: 100%;
  min-width: 160px;
  transition: transform 0.3s ease-in-out;
}

.contact-us .contact-form textarea:hover {
  transform: scale(1.02);
}

.contact-us .contact-form input::placeholder,
.contact-us .contact-form textarea::placeholder {
  color: #969696;
}

.contact-us .contact-form button {
  display: inline-block;
  background-color: #1e3a8a;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 20px;
  text-transform: uppercase;
  transition: all 0.3s;
  border: none;
  outline: none;
}

.contact-us .contact-form button:hover {
  background-color: #0004ff;
}

.contact-us .contact-information {
  margin-left: 30px;
}

.contact-us .contact-information ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}

.contact-us .contact-information ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.contact-us .contact-information ul li h5 {
  font-size: 19px;
  font-weight: 900;
  color: #000000;
  line-height: 30px;
}

.contact-us .contact-information ul li span {
  display: block;
  font-size: 14px;
  color: #383838;
  margin-top: 8px;
}

.about-us {
  margin-top: 100px;
  text-align: center;
}

.about-us img {
  width: 100%;
  overflow: hidden;
}

.about-us p {
  margin: 40px 0px;
  border-bottom: 1px solid #1e3a8a;
  padding-bottom: 40px;
}

.about-us ul li {
  display: inline-block;
  margin: 0px 5px;
}

.about-us ul li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background-color: #212931;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}

.about-us ul li a:hover {
  background-color: #0044ff;
  transform: scale(1.05);
}

.blog-post p img {
  width: 600px;
}

@media (max-width: 1250px) {
  .owl-banner .owl-nav .owl-prev {
    left: 0px;
  }
  .owl-banner .owl-nav .owl-next {
    right: 0px;
  }
  .owl-banner .owl-nav button span {
    width: 35px;
  }
  .owl-banner .item .item-content .meta-category span {
    font-size: 16px;
  }
  .owl-banner .item .item-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .owl-banner .owl-nav {
    display: none;
  }
}

.blog-post p img {
  width: 88%;
  border-radius: 18px;
}

@media (max-width: 992px) {
  .navbar .navbar-brand {
    position: absolute;
    left: 30px;
    top: 25px;
  }
  .background-header .navbar-brand,
  .background-header .navbar-toggler {
    top: 15px;
  }
  .navbar .navbar-brand {
    width: auto;
  }
  .navbar:after {
    display: none;
  }
  #navbarResponsive {
    z-index: 99999;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #e4e4e4;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #838383;
  }
  .navbar .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar .navbar-nav a.nav-link {
    padding: 15px 0px;
    color: #1e1e1e !important;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .active > .nav-link,
  .navbar .navbar-nav .nav-link.active,
  .navbar .navbar-nav .nav-link.show,
  .navbar .navbar-nav .show > .nav-link {
    color: #0044ff !important;
    border-bottom: none !important;
    padding-bottom: 15px;
  }

  .navbar-brand img {
    height: 30px;
  }
  .navbar .navbar-brand h2 {
    font-size: 20px;
  }

  .owl-banner .item .item-content .meta-category span {
    font-size: 18px;
  }
  .owl-banner .item .item-content {
    text-align: center;
    width: 80%;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .owl-banner .item .item-content h4 {
    font-size: 24px;
  }
  .call-to-action {
    text-align: center;
  }
  .call-to-action .main-content .main-button {
    text-align: center;
    margin-top: 30px;
  }
  .sidebar {
    margin-left: 0px;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 3px solid #8d8d8d;
  }
  .contact-us .contact-information {
    margin-left: 0px;
    margin-top: 60px;
  }
}
